diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 4df89b527..000000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index e43b0f988..242ed42a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .DS_Store +build/ +node_modules/ +public/ diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/README.md b/README.md deleted file mode 100644 index b50fcc88a..000000000 --- a/README.md +++ /dev/null @@ -1,62 +0,0 @@ -## CS41 Course Website - -Course website for CS41, Stanford's introductory Python course. - -[!Course Website](https://apply.stanfordpython.com) - -This README was last updated 2016-05-03, and the information may be out of date. When in doubt, look at the source! - -TODO better org description - -### Organization - -``` -stanfordpython.github.io/ -├── CNAME -├── README.md -├── admissions.html -├── aut15/ -│   ├── css/ -│   │   ├── bootstrap.min.css -│   │   ├── bootswatch.min.css -│   │   └── styles.css -│   ├── index.html -│   ├── js/ -│   │   └── main.js -│   └── submit.html -├── css/ -│   ├── bootstrap.min.css -│   ├── bootswatch/ -│   │   ├── cosmo.css -│   │   ├── paper.css -│   │   ├── simplex.css -│   │   ├── spacelab.css -│   │   ├── united.css -│   │   └── yeti.css -│   └── styles.css -├── index.html -├── js/ -│   ├── admissions.js -│   ├── main.js -│   └── resources.js -├── res/ -│   ├── announcements.json -│   ├── assignments.json -│   ├── handouts.json -│   ├── labs.json -│   ├── lectures.json -│   ├── readings.json -│   └── schedule.json -└── words -``` - -There are a lot of files here - let's talk about the important ones. - -#### `res/` - -The resources folder is possibly the most important folder. - - -#### `CNAME` - -The CNAME file is used to redirect stanfordpython.github.io to stanfordpython.com, a domain owned by the course staff. diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 000000000..67a478e0a Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 000000000..219bdf8b7 Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 000000000..75a13a0b3 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/archive/index.html b/archive/index.html index 9dd82eacb..7190096b6 100644 --- a/archive/index.html +++ b/archive/index.html @@ -48,7 +48,7 @@

the python programming

You can use these resources to read through old course materials from previous quarters, or just chart the evolution of the class. It's actually quite cool to see the trajectory of CS41!

If you are a student currently enrolled in the course, it is an honor code violation to look at solutions to assignments from previous quarters (although you are free to look at the assignments, lectures, labs, etc).

Note: we removed /words as a top-level resource (it was only used in autumn 2015)

-

With 🦄 by @parthsarin, @coopermj, and @samredmond

+

With 🦄s by @parthsarin, @coopermj, and @samredmond

@@ -60,9 +60,9 @@

the python programming

- - - + + + diff --git a/archive/win19/index.html b/archive/win19/index.html index 36ff4a520..9a93d3018 100755 --- a/archive/win19/index.html +++ b/archive/win19/index.html @@ -357,7 +357,7 @@

- + diff --git a/admissions.html b/archive/win20/admissions.html similarity index 100% rename from admissions.html rename to archive/win20/admissions.html diff --git a/android-icon-144x144.png b/archive/win20/android-icon-144x144.png similarity index 100% rename from android-icon-144x144.png rename to archive/win20/android-icon-144x144.png diff --git a/android-icon-192x192.png b/archive/win20/android-icon-192x192.png similarity index 100% rename from android-icon-192x192.png rename to archive/win20/android-icon-192x192.png diff --git a/android-icon-36x36.png b/archive/win20/android-icon-36x36.png similarity index 100% rename from android-icon-36x36.png rename to archive/win20/android-icon-36x36.png diff --git a/android-icon-48x48.png b/archive/win20/android-icon-48x48.png similarity index 100% rename from android-icon-48x48.png rename to archive/win20/android-icon-48x48.png diff --git a/android-icon-72x72.png b/archive/win20/android-icon-72x72.png similarity index 100% rename from android-icon-72x72.png rename to archive/win20/android-icon-72x72.png diff --git a/android-icon-96x96.png b/archive/win20/android-icon-96x96.png similarity index 100% rename from android-icon-96x96.png rename to archive/win20/android-icon-96x96.png diff --git a/apple-icon-114x114.png b/archive/win20/apple-icon-114x114.png similarity index 100% rename from apple-icon-114x114.png rename to archive/win20/apple-icon-114x114.png diff --git a/apple-icon-120x120.png b/archive/win20/apple-icon-120x120.png similarity index 100% rename from apple-icon-120x120.png rename to archive/win20/apple-icon-120x120.png diff --git a/apple-icon-144x144.png b/archive/win20/apple-icon-144x144.png similarity index 100% rename from apple-icon-144x144.png rename to archive/win20/apple-icon-144x144.png diff --git a/apple-icon-152x152.png b/archive/win20/apple-icon-152x152.png similarity index 100% rename from apple-icon-152x152.png rename to archive/win20/apple-icon-152x152.png diff --git a/apple-icon-180x180.png b/archive/win20/apple-icon-180x180.png similarity index 100% rename from apple-icon-180x180.png rename to archive/win20/apple-icon-180x180.png diff --git a/apple-icon-57x57.png b/archive/win20/apple-icon-57x57.png similarity index 100% rename from apple-icon-57x57.png rename to archive/win20/apple-icon-57x57.png diff --git a/apple-icon-60x60.png b/archive/win20/apple-icon-60x60.png similarity index 100% rename from apple-icon-60x60.png rename to archive/win20/apple-icon-60x60.png diff --git a/apple-icon-72x72.png b/archive/win20/apple-icon-72x72.png similarity index 100% rename from apple-icon-72x72.png rename to archive/win20/apple-icon-72x72.png diff --git a/apple-icon-76x76.png b/archive/win20/apple-icon-76x76.png similarity index 100% rename from apple-icon-76x76.png rename to archive/win20/apple-icon-76x76.png diff --git a/apple-icon-precomposed.png b/archive/win20/apple-icon-precomposed.png similarity index 100% rename from apple-icon-precomposed.png rename to archive/win20/apple-icon-precomposed.png diff --git a/apple-icon.png b/archive/win20/apple-icon.png similarity index 100% rename from apple-icon.png rename to archive/win20/apple-icon.png diff --git a/browserconfig.xml b/archive/win20/browserconfig.xml similarity index 100% rename from browserconfig.xml rename to archive/win20/browserconfig.xml diff --git a/css/bootswatch/cosmo.css b/archive/win20/css/bootswatch/cosmo.css similarity index 100% rename from css/bootswatch/cosmo.css rename to archive/win20/css/bootswatch/cosmo.css diff --git a/css/bootswatch/paper.css b/archive/win20/css/bootswatch/paper.css similarity index 100% rename from css/bootswatch/paper.css rename to archive/win20/css/bootswatch/paper.css diff --git a/css/bootswatch/simplex.css b/archive/win20/css/bootswatch/simplex.css similarity index 100% rename from css/bootswatch/simplex.css rename to archive/win20/css/bootswatch/simplex.css diff --git a/css/bootswatch/spacelab.css b/archive/win20/css/bootswatch/spacelab.css similarity index 100% rename from css/bootswatch/spacelab.css rename to archive/win20/css/bootswatch/spacelab.css diff --git a/css/bootswatch/united.css b/archive/win20/css/bootswatch/united.css similarity index 100% rename from css/bootswatch/united.css rename to archive/win20/css/bootswatch/united.css diff --git a/css/bootswatch/yeti.css b/archive/win20/css/bootswatch/yeti.css similarity index 100% rename from css/bootswatch/yeti.css rename to archive/win20/css/bootswatch/yeti.css diff --git a/css/colors.css b/archive/win20/css/colors.css similarity index 100% rename from css/colors.css rename to archive/win20/css/colors.css diff --git a/css/styles.css b/archive/win20/css/styles.css similarity index 100% rename from css/styles.css rename to archive/win20/css/styles.css diff --git a/archive/win20/favicon-16x16.png b/archive/win20/favicon-16x16.png new file mode 100644 index 000000000..c2099037b Binary files /dev/null and b/archive/win20/favicon-16x16.png differ diff --git a/archive/win20/favicon-32x32.png b/archive/win20/favicon-32x32.png new file mode 100644 index 000000000..cb007be4c Binary files /dev/null and b/archive/win20/favicon-32x32.png differ diff --git a/favicon-96x96.png b/archive/win20/favicon-96x96.png similarity index 100% rename from favicon-96x96.png rename to archive/win20/favicon-96x96.png diff --git a/archive/win20/favicon.ico b/archive/win20/favicon.ico new file mode 100644 index 000000000..1ce4806fd Binary files /dev/null and b/archive/win20/favicon.ico differ diff --git a/archive/win20/index.html b/archive/win20/index.html new file mode 100644 index 000000000..d5d0ba081 --- /dev/null +++ b/archive/win20/index.html @@ -0,0 +1,398 @@ + + + + + + + + + + + + CS41 - The Python Programming Language + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +

Project Showcase

+
+
+ +
+
+ + + +
+ +
+ +

News Feed

+
+ +
+ +
+ + + +
+

Schedule

+ +
+
+
Course Content
+

Winter 2020CurrentThis is the current offering of CS 41. Students should follow this link back to the main website.Winter 2020End of QuarterParth and Michael took over CS 41 and it became a unicorn-themed course! We added a new assignment, modified several labs, changed the lecture template and content, and invited Guido van Rossum to speak.
Winter 2019
+ + + + + + + + + + +
TopicMondayWednesday
+ + + + + + + + + + + +
+ +
+
+
Lecture Material
+
+

Lectures are generally once per week, and are intended to fill the 80-minute class period. Each lecture covers a particular aspect of the Python language or ecosystem. Lectures build on each other - that is, the material gets progressively more advanced throughout the quarter. Slides are heavily animated, so both the compressed and full versions of the slide decks are uploaded.

+

Unfortunately, CS41 is not offered through SCPD, so the video recordings are not professionally done, and may at times be low-quality or missing entirely. Our goal is that the videos are a helpful learning resource, and hopefully they improve the CS41 experience for you!

+

The video recordings are only viewable to those who have an SUNet ID (@stanford.edu email). Requests for access by external accounts will not be approved. We will make exceptions on a case-by-case basis, especially to people who are university-affiliated. To apply for an exception, email coopermj@stanford.edu.

+
+ + + + + + + + + + + + +
TopicSlidesCodeVideo
+
+
+ +
+ + + +
+
+
+
Labs!
+
+

Labs in CS41 provide a hands-on opportunity to experiment with the Python concepts presented in lectures. Although students work on these labs during an 80-minute class period, it would take much longer to fully complete a lab. Each lab comes with a number of challenge problems that will take even the experiences programmer nontrivial time. Labs are collaborative and open-ended, frequently asking you to think about how or why Python makes the decisions it does.

+

Each problem is chosen to reinforce a particular concept, but you are free to skip around at will. You are not expected to submit your solutions to labs, although our reference solutions will be posted afterwards. Think of labs as a chance to solidify your working knowledge of Python - after all, what better way to learn Python than to practice it?

+ See Lab Assignments for your lab assignment! +
+ + + + + + + + + + + + + +
WeekTopicPart 1 LinkPart 2 LinkSolutions
+
+
+
+ + + +
+
+
+
+
+
Assignments
+
+

Assignments in CS41 are a chance to show us what you've learned in the course! As a 2-unit CR/NC course, we don't want anyone to be unduly stressed about the assignments. Grades are given on the checkmark scale, and more importantly, submitted solutions will receive style feedback from the course staff. We think assignments are an opportunity to challenge yourself to really learn the material, so enjoy! We hope you have fun completing these assignments.

+
+ + + + + + + + + + + + + + +
#TitleHandoutStarter CodeReleasedDue
+
+
+
+
+
+ + + +
+
+
+
+
+
Handouts
+
+

These handouts represent any miscellaneous information we need to communicate with you. Usually, these handouts contain logistical instructions, but anything goes!

+
+ + + + + + + + + + +
#Handout
+
+
+
+
+
+
+
Readings
+
+

These optional reading materials are posted throughout the quarter to supplement the course material for those who are very interested in Python. You will not be held responsible for any information presented only through optional readings; however, the material is fascinating and worth looking at. Currently, it's just a list of articles I find interesting - there may be more structure in the future.

+
+ + + + + + + + + + + +
#ReadingCredit
+
+
+
+
+
+ + + +
+
+
+
+ The fundamentals and contemporary usage of the Python programming language. Primary focus on developing best practices in writing Python and exploring the extensible and unique parts of Python that make it such a powerful language. +
+ +

Essential Links

+

+ + Mid-Quarter Evaluation + +       + Course Info + +       + + Syllabus + +       + + Piazza +

+ +

Basic Info

+ +
+
Date / Time
+
Monday + Wednesday 3:00pm to 4:20pm
+ +
Location
+
Gates B12
+ +
Instructors
+
Parth (psarin@stanford.edu)
+
Michael (coopermj@stanford.edu)
+ +
Course Staff
+
Email: staff@stanfordpython.com
+
Alexander Iyabor Jr
+
Andrew Huang
+
Antonio Ferris
+
Joy Hsu
+
Lemuel Cardenas-Arriaga
+
Nick Negrete
+
Sam Kwong
+
Theo Culhane
+ +
Prereqs
+
CS106B/X or equivalent
+ +
Spotify Playlist
+
🦄 CS 41 (contribute!)
+ +
+

Office Hours

+
+
Parth's
+
Fridays, 3pm-4pm in Gates B02
+
Michael's
+
Tuesdays, 9:30am-10:30am in Gates B02
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + diff --git a/js/admissions.js b/archive/win20/js/admissions.js similarity index 100% rename from js/admissions.js rename to archive/win20/js/admissions.js diff --git a/js/gtag_helper.js b/archive/win20/js/gtag_helper.js similarity index 100% rename from js/gtag_helper.js rename to archive/win20/js/gtag_helper.js diff --git a/js/lab_assignments.js b/archive/win20/js/lab_assignments.js similarity index 100% rename from js/lab_assignments.js rename to archive/win20/js/lab_assignments.js diff --git a/js/main.js b/archive/win20/js/main.js similarity index 100% rename from js/main.js rename to archive/win20/js/main.js diff --git a/js/resources.js b/archive/win20/js/resources.js similarity index 99% rename from js/resources.js rename to archive/win20/js/resources.js index c9a59e661..53fae0c1a 100644 --- a/js/resources.js +++ b/archive/win20/js/resources.js @@ -426,7 +426,7 @@ function create_week_heading_tr(week) { // Actually fetch all the resources //var RESOURCES_DIR = 'http://localhost:8000/res' -var RESOURCES_DIR = 'https://stanfordpython.com/res' +var RESOURCES_DIR = './res' $.when( // Before we can do anything, make sure we have the proper data! $.getJSON(RESOURCES_DIR + '/announcements.json', function(data) { diff --git a/lab-assignments.html b/archive/win20/lab-assignments.html similarity index 100% rename from lab-assignments.html rename to archive/win20/lab-assignments.html diff --git a/archive/win20/manifest.json b/archive/win20/manifest.json new file mode 100644 index 000000000..013d4a6a5 --- /dev/null +++ b/archive/win20/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "App", + "icons": [ + { + "src": "\/android-icon-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/android-icon-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/android-icon-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/android-icon-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/android-icon-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/android-icon-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +} \ No newline at end of file diff --git a/ms-icon-144x144.png b/archive/win20/ms-icon-144x144.png similarity index 100% rename from ms-icon-144x144.png rename to archive/win20/ms-icon-144x144.png diff --git a/ms-icon-150x150.png b/archive/win20/ms-icon-150x150.png similarity index 100% rename from ms-icon-150x150.png rename to archive/win20/ms-icon-150x150.png diff --git a/ms-icon-310x310.png b/archive/win20/ms-icon-310x310.png similarity index 100% rename from ms-icon-310x310.png rename to archive/win20/ms-icon-310x310.png diff --git a/ms-icon-70x70.png b/archive/win20/ms-icon-70x70.png similarity index 100% rename from ms-icon-70x70.png rename to archive/win20/ms-icon-70x70.png diff --git a/res/announcements.json b/archive/win20/res/announcements.json similarity index 100% rename from res/announcements.json rename to archive/win20/res/announcements.json diff --git a/res/assignments.json b/archive/win20/res/assignments.json similarity index 100% rename from res/assignments.json rename to archive/win20/res/assignments.json diff --git a/res/handouts.json b/archive/win20/res/handouts.json similarity index 100% rename from res/handouts.json rename to archive/win20/res/handouts.json diff --git a/res/labs.json b/archive/win20/res/labs.json similarity index 100% rename from res/labs.json rename to archive/win20/res/labs.json diff --git a/res/lecture-code/Lecture5.zip b/archive/win20/res/lecture-code/Lecture5.zip similarity index 100% rename from res/lecture-code/Lecture5.zip rename to archive/win20/res/lecture-code/Lecture5.zip diff --git a/res/lecture-code/Lecture7.zip b/archive/win20/res/lecture-code/Lecture7.zip similarity index 100% rename from res/lecture-code/Lecture7.zip rename to archive/win20/res/lecture-code/Lecture7.zip diff --git a/res/lecture-code/Lecture8.zip b/archive/win20/res/lecture-code/Lecture8.zip similarity index 100% rename from res/lecture-code/Lecture8.zip rename to archive/win20/res/lecture-code/Lecture8.zip diff --git a/res/lecture-code/lecture-9.py b/archive/win20/res/lecture-code/lecture-9.py similarity index 100% rename from res/lecture-code/lecture-9.py rename to archive/win20/res/lecture-code/lecture-9.py diff --git a/res/lectures.json b/archive/win20/res/lectures.json similarity index 100% rename from res/lectures.json rename to archive/win20/res/lectures.json diff --git a/res/misc/words b/archive/win20/res/misc/words similarity index 100% rename from res/misc/words rename to archive/win20/res/misc/words diff --git a/res/projectimages/erickha.png b/archive/win20/res/projectimages/erickha.png similarity index 100% rename from res/projectimages/erickha.png rename to archive/win20/res/projectimages/erickha.png diff --git a/res/projects.json b/archive/win20/res/projects.json similarity index 100% rename from res/projects.json rename to archive/win20/res/projects.json diff --git a/res/readings.json b/archive/win20/res/readings.json similarity index 100% rename from res/readings.json rename to archive/win20/res/readings.json diff --git a/res/schedule.json b/archive/win20/res/schedule.json similarity index 100% rename from res/schedule.json rename to archive/win20/res/schedule.json diff --git a/res/starter-code/assign1.zip b/archive/win20/res/starter-code/assign1.zip similarity index 100% rename from res/starter-code/assign1.zip rename to archive/win20/res/starter-code/assign1.zip diff --git a/res/starter-code/lab-5.zip b/archive/win20/res/starter-code/lab-5.zip similarity index 100% rename from res/starter-code/lab-5.zip rename to archive/win20/res/starter-code/lab-5.zip diff --git a/res/starter-code/lab-8.zip b/archive/win20/res/starter-code/lab-8.zip similarity index 100% rename from res/starter-code/lab-8.zip rename to archive/win20/res/starter-code/lab-8.zip diff --git a/res/starter-code/requests_startercode.zip b/archive/win20/res/starter-code/requests_startercode.zip similarity index 100% rename from res/starter-code/requests_startercode.zip rename to archive/win20/res/starter-code/requests_startercode.zip diff --git a/res/starter-code/triangulate_startercode.zip b/archive/win20/res/starter-code/triangulate_startercode.zip similarity index 100% rename from res/starter-code/triangulate_startercode.zip rename to archive/win20/res/starter-code/triangulate_startercode.zip diff --git a/safari-pinned-tab.svg b/archive/win20/safari-pinned-tab.svg similarity index 100% rename from safari-pinned-tab.svg rename to archive/win20/safari-pinned-tab.svg diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 000000000..7376a72d2 --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,14 @@ +{ + "files": { + "main.css": "/static/css/main.e9681b05.css", + "main.js": "/static/js/main.4ee27c17.js", + "static/media/logo.png": "/static/media/logo.1ae72824f5ec40837d88.png", + "index.html": "/index.html", + "main.e9681b05.css.map": "/static/css/main.e9681b05.css.map", + "main.4ee27c17.js.map": "/static/js/main.4ee27c17.js.map" + }, + "entrypoints": [ + "static/css/main.e9681b05.css", + "static/js/main.4ee27c17.js" + ] +} \ No newline at end of file diff --git a/assignment/dear-data.pdf b/assignment/dear-data.pdf new file mode 100644 index 000000000..20635be24 Binary files /dev/null and b/assignment/dear-data.pdf differ diff --git a/favicon-16x16.png b/favicon-16x16.png index c2099037b..4ecb7e90e 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index cb007be4c..68dd01e28 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico index 1ce4806fd..cc86448c6 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/img/elizabeth.png b/img/elizabeth.png new file mode 100644 index 000000000..3490d74b2 Binary files /dev/null and b/img/elizabeth.png differ diff --git a/img/lab/8-pickle-doc.png b/img/lab/8-pickle-doc.png new file mode 100644 index 000000000..64cacd0fa Binary files /dev/null and b/img/lab/8-pickle-doc.png differ diff --git a/img/parth.png b/img/parth.png new file mode 100644 index 000000000..8714893b9 Binary files /dev/null and b/img/parth.png differ diff --git a/img/shounak.png b/img/shounak.png new file mode 100644 index 000000000..7fdf5d989 Binary files /dev/null and b/img/shounak.png differ diff --git a/img/tara.png b/img/tara.png new file mode 100644 index 000000000..ec5b00852 Binary files /dev/null and b/img/tara.png differ diff --git a/img/theo.png b/img/theo.png new file mode 100644 index 000000000..656e57daf Binary files /dev/null and b/img/theo.png differ diff --git a/index.html b/index.html index 2169828fa..01fdd45eb 100644 --- a/index.html +++ b/index.html @@ -1,398 +1 @@ - - - - - - - - - - - - CS41 - The Python Programming Language - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - -
- -
- - -

Project Showcase

-
-
- -
-
- - - -
- -
- -

News Feed

-
- -
- -
- - - -
-

Schedule

- -
-
-
Course Content
- - - - - - - - - - - -
TopicMondayWednesday
-
-
- - -
- -
-
- - - -
- -
-
-
Lecture Material
-
-

Lectures are generally once per week, and are intended to fill the 80-minute class period. Each lecture covers a particular aspect of the Python language or ecosystem. Lectures build on each other - that is, the material gets progressively more advanced throughout the quarter. Slides are heavily animated, so both the compressed and full versions of the slide decks are uploaded.

-

Unfortunately, CS41 is not offered through SCPD, so the video recordings are not professionally done, and may at times be low-quality or missing entirely. Our goal is that the videos are a helpful learning resource, and hopefully they improve the CS41 experience for you!

-

The video recordings are only viewable to those who have an SUNet ID (@stanford.edu email). Requests for access by external accounts will not be approved. We will make exceptions on a case-by-case basis, especially to people who are university-affiliated. To apply for an exception, email coopermj@stanford.edu.

-
- - - - - - - - - - - - -
TopicSlidesCodeVideo
-
-
- -
- - - -
-
-
-
Labs!
-
-

Labs in CS41 provide a hands-on opportunity to experiment with the Python concepts presented in lectures. Although students work on these labs during an 80-minute class period, it would take much longer to fully complete a lab. Each lab comes with a number of challenge problems that will take even the experiences programmer nontrivial time. Labs are collaborative and open-ended, frequently asking you to think about how or why Python makes the decisions it does.

-

Each problem is chosen to reinforce a particular concept, but you are free to skip around at will. You are not expected to submit your solutions to labs, although our reference solutions will be posted afterwards. Think of labs as a chance to solidify your working knowledge of Python - after all, what better way to learn Python than to practice it?

- See Lab Assignments for your lab assignment! -
- - - - - - - - - - - - - -
WeekTopicPart 1 LinkPart 2 LinkSolutions
-
-
-
- - - -
-
-
-
-
-
Assignments
-
-

Assignments in CS41 are a chance to show us what you've learned in the course! As a 2-unit CR/NC course, we don't want anyone to be unduly stressed about the assignments. Grades are given on the checkmark scale, and more importantly, submitted solutions will receive style feedback from the course staff. We think assignments are an opportunity to challenge yourself to really learn the material, so enjoy! We hope you have fun completing these assignments.

-
- - - - - - - - - - - - - - -
#TitleHandoutStarter CodeReleasedDue
-
-
-
-
-
- - - -
-
-
-
-
-
Handouts
-
-

These handouts represent any miscellaneous information we need to communicate with you. Usually, these handouts contain logistical instructions, but anything goes!

-
- - - - - - - - - - -
#Handout
-
-
-
-
-
-
-
Readings
-
-

These optional reading materials are posted throughout the quarter to supplement the course material for those who are very interested in Python. You will not be held responsible for any information presented only through optional readings; however, the material is fascinating and worth looking at. Currently, it's just a list of articles I find interesting - there may be more structure in the future.

-
- - - - - - - - - - - -
#ReadingCredit
-
-
-
-
-
- - - -
-
-
-
- The fundamentals and contemporary usage of the Python programming language. Primary focus on developing best practices in writing Python and exploring the extensible and unique parts of Python that make it such a powerful language. -
- -

Essential Links

-

- - Mid-Quarter Evaluation - -       - Course Info - -       - - Syllabus - -       - - Piazza -

- -

Basic Info

- -
-
Date / Time
-
Monday + Wednesday 3:00pm to 4:20pm
- -
Location
-
Gates B12
- -
Instructors
-
Parth (psarin@stanford.edu)
-
Michael (coopermj@stanford.edu)
- -
Course Staff
-
Email: staff@stanfordpython.com
-
Alexander Iyabor Jr
-
Andrew Huang
-
Antonio Ferris
-
Joy Hsu
-
Lemuel Cardenas-Arriaga
-
Nick Negrete
-
Sam Kwong
-
Theo Culhane
- -
Prereqs
-
CS106B/X or equivalent
- -
Spotify Playlist
-
🦄 CS 41 (contribute!)
- -
-

Office Hours

-
-
Parth's
-
Fridays, 3pm-4pm in Gates B02
-
Michael's
-
Tuesdays, 9:30am-10:30am in Gates B02
-
-
-
-
- -
- -
- - - - - - - - - - - - - - - - +Stanford Python
\ No newline at end of file diff --git a/lab/Lab3_try_except.key b/lab/Lab3_try_except.key new file mode 100644 index 000000000..65d0cc86e Binary files /dev/null and b/lab/Lab3_try_except.key differ diff --git a/lab/Lab3_try_except.pdf b/lab/Lab3_try_except.pdf new file mode 100644 index 000000000..a0adc366b Binary files /dev/null and b/lab/Lab3_try_except.pdf differ diff --git a/lab/inheritance.pdf b/lab/inheritance.pdf new file mode 100644 index 000000000..7f445c8de Binary files /dev/null and b/lab/inheritance.pdf differ diff --git a/lab/inheritance.pptx b/lab/inheritance.pptx new file mode 100644 index 000000000..ba5e30a83 Binary files /dev/null and b/lab/inheritance.pptx differ diff --git a/lab/lab5-deployment.pdf b/lab/lab5-deployment.pdf new file mode 100644 index 000000000..39b77fd03 Binary files /dev/null and b/lab/lab5-deployment.pdf differ diff --git a/lecture/1.1-condensed.pdf b/lecture/1.1-condensed.pdf new file mode 100644 index 000000000..b3da15842 Binary files /dev/null and b/lecture/1.1-condensed.pdf differ diff --git a/lecture/1.1-full.pdf b/lecture/1.1-full.pdf new file mode 100644 index 000000000..8a0317b8a Binary files /dev/null and b/lecture/1.1-full.pdf differ diff --git a/lecture/1.2-condensed.pdf b/lecture/1.2-condensed.pdf new file mode 100644 index 000000000..edfe0b756 Binary files /dev/null and b/lecture/1.2-condensed.pdf differ diff --git a/lecture/1.2-full.pdf b/lecture/1.2-full.pdf new file mode 100644 index 000000000..2226d9a3f Binary files /dev/null and b/lecture/1.2-full.pdf differ diff --git a/lecture/3-condensed.pdf b/lecture/3-condensed.pdf new file mode 100644 index 000000000..58ac84bcc Binary files /dev/null and b/lecture/3-condensed.pdf differ diff --git a/lecture/3-full.pdf b/lecture/3-full.pdf new file mode 100644 index 000000000..3e5abbf7b Binary files /dev/null and b/lecture/3-full.pdf differ diff --git a/lecture/5-condensed.pdf b/lecture/5-condensed.pdf new file mode 100644 index 000000000..44031f6c3 Binary files /dev/null and b/lecture/5-condensed.pdf differ diff --git a/lecture/5-full.pdf b/lecture/5-full.pdf new file mode 100644 index 000000000..b199304c0 Binary files /dev/null and b/lecture/5-full.pdf differ diff --git a/lecture/6-code.zip b/lecture/6-code.zip new file mode 100644 index 000000000..28295736f Binary files /dev/null and b/lecture/6-code.zip differ diff --git a/lecture/9-condensed.pdf b/lecture/9-condensed.pdf new file mode 100644 index 000000000..ee46df21f Binary files /dev/null and b/lecture/9-condensed.pdf differ diff --git a/lecture/9-full.pdf b/lecture/9-full.pdf new file mode 100644 index 000000000..2164d2e13 Binary files /dev/null and b/lecture/9-full.pdf differ diff --git a/lecture/Functions-4.pdf b/lecture/Functions-4.pdf new file mode 100644 index 000000000..dfe2ea9a0 Binary files /dev/null and b/lecture/Functions-4.pdf differ diff --git a/lecture/Standard-Libraries-full.pdf b/lecture/Standard-Libraries-full.pdf new file mode 100644 index 000000000..588557e8d Binary files /dev/null and b/lecture/Standard-Libraries-full.pdf differ diff --git a/lecture/Standard-Libraries.pdf b/lecture/Standard-Libraries.pdf new file mode 100644 index 000000000..df29a2414 Binary files /dev/null and b/lecture/Standard-Libraries.pdf differ diff --git a/lecture/e.py b/lecture/e.py new file mode 100644 index 000000000..b14a41751 --- /dev/null +++ b/lecture/e.py @@ -0,0 +1,28 @@ +import pygame + +pygame.init() +screen = pygame.display.set_mode((500, 500)) +white = (255, 255, 255) +blue = (0, 0, 255) + +running = True + +while running: + + for event in pygame.event.get(): + if event.type == pygame.QUIT: + running = False + + # Fill the background with white + screen.fill(white) + + # Draw a solid blue circle in the center + pygame.draw.circle(screen, blue , (250, 250), 75) + + # Call to update the display with drawing + pygame.display.update() + +#when game is over +pygame.quit() + + diff --git a/lecture/functional-programming-full.pdf b/lecture/functional-programming-full.pdf new file mode 100644 index 000000000..a78d49c93 Binary files /dev/null and b/lecture/functional-programming-full.pdf differ diff --git a/lecture/functional-programming.pdf b/lecture/functional-programming.pdf new file mode 100644 index 000000000..a432c6139 Binary files /dev/null and b/lecture/functional-programming.pdf differ diff --git a/lecture/gaming.pdf b/lecture/gaming.pdf new file mode 100644 index 000000000..130c7b0fb Binary files /dev/null and b/lecture/gaming.pdf differ diff --git a/lecture/lecture-2-full.pdf b/lecture/lecture-2-full.pdf new file mode 100644 index 000000000..2a0a154f1 Binary files /dev/null and b/lecture/lecture-2-full.pdf differ diff --git a/lecture/lecture-9.zip b/lecture/lecture-9.zip new file mode 100644 index 000000000..761785d29 Binary files /dev/null and b/lecture/lecture-9.zip differ diff --git a/lecture/lecture-9/data-narratives/bitcoin.csv b/lecture/lecture-9/data-narratives/bitcoin.csv new file mode 100644 index 000000000..d0eed7073 --- /dev/null +++ b/lecture/lecture-9/data-narratives/bitcoin.csv @@ -0,0 +1,2950 @@ +Date,Open,High,Low,Close,Volume,Market Cap +24-05-2021,34700.363568,39835.13982978,34551.08054976,38705.97863723,67359584098.36,724332072423.59 +23-05-2021,37531.4484526,38289.21812026,31227.33943257,34770.58362292,78469274360.73,650686270744.28 +22-05-2021,37371.02990629,38831.05443914,35383.68375136,37536.63111241,57377273240.44,702449253648.34 +21-05-2021,40596.94832252,42172.17361572,33616.45388421,37304.69067136,82051616861.13,698108789816.73 +20-05-2021,36753.66970802,42462.98498552,35050.61582451,40782.73826245,88281943358.63,763195929021.93 +19-05-2021,42944.97544731,43546.1164845,30681.49691178,37002.4404659,126358098746.69,692452570146.78 +18-05-2021,43488.05798819,45812.45840792,42367.83145309,42909.40092517,56187365083.94,802974346862.95 +17-05-2021,46415.89925412,46623.55822816,42207.28810587,43537.51138918,74903638449.84,814701646509.05 +16-05-2021,46716.63798759,49720.04462248,43963.35018635,46456.05847448,64047871555,869279076502.07 +15-05-2021,49855.49465011,50639.66532796,46664.141871,46760.18656071,59161047474.43,874931019742.08 +14-05-2021,49682.9818555,51438.11908462,48868.57828576,49880.53342038,55737497452.61,933276901264.97 +13-05-2021,49735.43206467,51330.84358607,46980.01875184,49716.19160254,96721152925.69,930161010060.1 +12-05-2021,56714.53316738,57939.36241484,49150.53387514,49150.53387514,75215403906.65,919527847949.71 +11-05-2021,55847.24104211,56872.54492059,54608.65245902,56704.5730585,61308396325.32,1060790877191.62 +10-05-2021,58250.87253094,59519.35442559,54071.45537889,55859.79754454,71776546298.3,1044927337817.5 +09-05-2021,58877.3886984,59210.88178942,56482.00354511,58232.3161419,65906690347.3,1089244557675.56 +08-05-2021,57352.7659529,59464.61249257,56975.21065264,58803.77580865,65382980633.81,1099863941004.24 +07-05-2021,56413.95355125,58606.63396719,55321.84671038,57356.40187692,68434023376.24,1072727435210.46 +06-05-2021,57441.30708417,58363.3146181,55382.50610418,56396.51416376,69523285105.78,1054714918674.96 +05-05-2021,53252.16476125,57911.36359718,52969.05536281,57424.00594813,69241316746.83,1073873012866.68 +04-05-2021,57214.17876121,57214.17876121,53191.42503284,53333.53775274,68564706967.26,997324142593.09 +03-05-2021,56620.27262011,58973.30843091,56590.86914497,57200.29122289,51713139031.03,1069563935453.09 +02-05-2021,57825.86281955,57902.59217082,56141.90651506,56631.07741255,38177405335.16,1058862005057.49 +01-05-2021,57714.66485835,58448.33881062,57052.2741756,57828.05063222,42836427359.73,1081174515342.54 +30-04-2021,53568.66358369,57900.71998842,53129.6008774,57750.17734563,52395931984.68,1079669884319.7 +29-04-2021,54858.09149222,55115.84415438,52418.02844504,53555.10849133,46088929779.74,1001193634071.78 +28-04-2021,55036.63741947,56227.20564809,53887.91781682,54824.70489507,48000572954.78,1024888208734.36 +27-04-2021,54030.30371848,55416.96405761,53319.18665411,55033.11801332,49448222756.59,1028733359592.48 +26-04-2021,49077.79236302,54288.00215537,48852.79684295,54021.75478737,58284039824.62,1009780042661.05 +25-04-2021,50052.83164893,50506.01909839,47159.48584083,49004.25326318,46117114240.1,915955943256.31 +24-04-2021,51143.22627463,51167.56335742,48805.2846976,50050.86821565,49014494780.62,935471648213.36 +23-04-2021,51739.80692966,52120.79164545,47714.66215249,51093.65070999,86668667320.38,954919230091.93 +22-04-2021,53857.10689483,55410.22866494,50583.81405608,51762.27205146,74798630777.5,967372472375.28 +21-04-2021,56471.12771923,56757.97158884,53695.4703347,53906.08804584,54926612465.71,1007389534360.43 +20-04-2021,55681.79251074,57062.1502465,53448.04838457,56473.0322808,67849323955.2,1055323526514.09 +19-04-2021,56191.5841095,57520.05477733,54368.59365509,55724.26709807,65344865158.77,1041287672153.73 +18-04-2021,60701.88609331,61057.45650886,52829.53592647,56216.18500243,97468872758.37,1050445401609.72 +17-04-2021,61529.92099734,62572.17605057,60361.35217909,60683.82123331,66138759198.01,1133882479236.77 +16-04-2021,63258.50517438,63594.72091303,60222.53207871,61572.78960116,84293007467.97,1150457156739.61 +15-04-2021,63075.19622093,63821.67219266,62208.96436559,63314.01084504,60954381579.31,1182945492744.41 +14-04-2021,63523.75486927,64863.0989077,61554.79669042,63109.69593464,77451779687.04,1179061093980.42 +13-04-2021,59890.01779033,63742.28333718,59869.95629306,63503.45793019,69983454361.84,1186364044140.27 +12-04-2021,60175.94475711,61253.0369158,59589.87375623,59893.45188869,51828688519.48,1118871072068.9 +11-04-2021,59846.23078558,60790.55531507,59289.79563078,60204.96491379,46280252580.42,1124635848775.45 +10-04-2021,58253.77680886,61276.66536564,58038.70627787,59793.23541009,58238470525.26,1116889802872.23 +09-04-2021,58326.56361984,58937.04651601,57807.86384217,58245.00300108,46655208545.71,1087911057869.8 +08-04-2021,56099.91311078,58338.73822544,55879.08419515,58323.95357975,53053855641.35,1089334328138.76 +07-04-2021,58186.50853398,58731.14290107,55604.02359245,56048.93781271,75645303583.61,1046793054752.58 +06-04-2021,59171.93202224,59479.57855171,57646.80889002,58192.35868406,66058027987.88,1086769183294.56 +05-04-2021,58760.87326121,59891.2969082,57694.82602134,59057.87896588,60706272114.62,1102880790089.18 +04-04-2021,57604.83861776,58913.74779189,57168.67578229,58758.55629127,50749662969.7,1097232660348.16 +03-04-2021,59397.40846193,60110.26846076,57603.88917376,57603.88917376,59641344483.62,1075617261180.33 +02-04-2021,59098.87907036,60267.18765009,58869.27996831,59384.3133586,58727860620.12,1108813863082.86 +01-04-2021,58926.56414734,59586.0722493,58505.27905354,59095.80797806,61669163792.39,1103377830758.3 +31-03-2021,58930.27778393,59930.02716002,57726.41877444,58918.83271375,65520826225.39,1100016786762.56 +30-03-2021,57750.13284273,59447.22403098,57251.5506051,58917.6930451,54414116432.02,1099939890804.41 +29-03-2021,55947.8989665,58342.09641112,55139.34175909,57750.19987147,57625587027.04,1078088296476.71 +28-03-2021,55974.94118696,56610.31196825,55071.11199378,55950.7457745,47686580917.99,1044446559059.06 +27-03-2021,55137.56723702,56568.2160496,54242.90967619,55973.51084173,47266542233.37,1044814147411.6 +26-03-2021,51683.0100897,55137.31372578,51579.85505711,55137.31372578,56652197977.51,1029150697411.15 +25-03-2021,52726.7455686,53392.38600133,50856.5686854,51704.1619252,67999812841.02,965028762665.7 +24-03-2021,54710.48908407,57262.38293272,52514.33339864,52774.26369049,70567223786.51,984948142897.89 +23-03-2021,54511.66203198,55985.44014058,53470.6933802,54738.94493032,56435023913.75,1021563479682.18 +22-03-2021,57517.89148833,58471.47864713,54288.1580282,54529.14561107,56521454974.29,1017595269117.06 +21-03-2021,58309.91303265,58767.89678899,56005.61700987,57523.42098673,51943414539.37,1073417235408.43 +20-03-2021,58332.26220538,60031.2869743,58213.29736375,58313.64260857,50361731221.71,1088105221977.52 +19-03-2021,57850.44063985,59498.37646021,56643.70148588,58346.65297359,49063873785.5,1088666450746.46 +18-03-2021,58893.078058,60116.24964434,54253.58000473,57858.92070527,55746041000.38,1079511086884.33 +17-03-2021,56825.82889756,58969.81634559,54528.62716687,58870.89333325,60258313191.17,1098337655326.54 +16-03-2021,55840.78651437,56833.17978025,53555.02773503,56804.90123161,59749798598.67,1059745818423.03 +15-03-2021,59267.4290492,60540.99271158,55393.16536281,55907.20022619,66419369889.68,1042946024859.64 +14-03-2021,61221.13429704,61597.91839583,59302.31697742,59302.31697742,43901225563.85,1106226132524.59 +13-03-2021,57343.37024739,61683.86401412,56217.97238151,61243.08476552,60669829814.23,1142369158666.94 +12-03-2021,57821.21874746,57996.61948977,55376.6500885,57332.08896391,55689944702.29,1069366321843.62 +11-03-2021,55963.18008858,58091.0627026,54484.59308946,57805.12301924,56772343594.84,1078135604117.97 +10-03-2021,54824.01119917,57258.25497592,53290.89116852,56008.54940114,57295577613.75,1044580057477.4 +09-03-2021,52272.96978194,54824.11781138,51981.83131223,54824.11781138,50912227384.88,1022439972862.18 +08-03-2021,51174.1169466,52314.06880137,49506.05345768,52246.52230995,48597428048.17,974321883623.25 +07-03-2021,48918.6802649,51384.36601025,48918.6802649,51206.69295308,43137459377.73,954880954584.64 +06-03-2021,48899.23078213,49147.21821972,47257.5269076,48912.38173056,34363564660.53,912054166028.5 +05-03-2021,48527.03198074,49396.43086209,46542.51494044,48927.3045548,48625928883.43,912285065720.02 +04-03-2021,50522.30503036,51735.09105293,47656.92904603,48561.1661539,52343816679.73,905414104807.24 +03-03-2021,48415.8149783,52535.1357839,48274.32049678,50538.24341445,53220811974.56,942236576904.51 +02-03-2021,49612.10703748,50127.50988383,47228.84534569,48378.98805435,47530897720.12,901933683269.16 +01-03-2021,45159.50305253,49784.01528954,45115.09311478,49631.24137077,53891300112.16,925235527882.27 +28-02-2021,46194.01635186,46716.43099302,43241.61822653,45137.77046805,53443887450.79,841428977514.57 +27-02-2021,46344.77223734,48253.27010115,45269.0257658,46188.45127539,45910946381.8,860978135421.44 +26-02-2021,47180.4640539,48370.78525976,44454.84211387,46339.76008289,350967941479.06,863752275053.08 +25-02-2021,49709.08242476,51948.96698227,47093.85301914,47093.85301914,54506565949.11,877766126138.33 +24-02-2021,48835.08766112,51290.13669492,47213.49816173,49705.33331637,63695521388.34,926393090750.51 +23-02-2021,54204.92975578,54204.92975578,45290.59026818,48824.42686909,106102492824.11,909925854460.21 +22-02-2021,57532.73886407,57533.38932549,48967.56518819,54207.31906543,92052420331.57,1010205212981.29 +21-02-2021,56068.56824551,58330.57214185,55672.60951328,57539.9436679,51897585190.58,1072263294724.94 +20-02-2021,55887.33571358,57505.22818745,54626.5597762,56099.52051348,68145460025.92,1045371087640.23 +19-02-2021,51675.98128513,56113.65054685,50937.27572157,55888.13368221,63495496917.85,1041380696669.48 +18-02-2021,52140.97271656,52474.10724863,51015.76455379,51679.79669449,52054723578.67,962915078024.48 +17-02-2021,49207.27643233,52533.91431173,49072.3771403,52149.00753587,80820545404.32,971611626454.28 +16-02-2021,47944.45800728,50341.10325246,47201.30375472,49199.87134362,77049582885.51,916623418253.64 +15-02-2021,48696.53665993,48875.57161074,46347.47709171,47945.05683234,77069903166.39,893210080038.98 +14-02-2021,47114.50958649,49487.64087275,47114.50958649,48717.2902111,71248675228.22,907551330153.22 +13-02-2021,47491.20255503,48047.74459107,46392.28233345,47105.51747252,70250456155.05,877478894463.66 +12-02-2021,47877.03437451,48745.73380014,46424.97781781,47504.85118326,76555041195.79,884874050611.84 +11-02-2021,44898.71161149,48463.46712511,44187.7623505,47909.33119483,81388911809.85,892364856135.99 +10-02-2021,46469.76120204,47145.56819859,43881.1525986,44918.18449192,87301089896.44,836616907526.53 +09-02-2021,46184.99146609,48003.72396182,45166.96004492,46481.10423596,91809846885.69,865682956618.92 +08-02-2021,38886.82728995,46203.93143652,38076.32280719,46196.46371944,101467222686.67,860342706259.7 +07-02-2021,39250.1905137,39621.8354917,37446.15388489,38903.44147971,65500641143.12,724478833211.11 +06-02-2021,38138.38833975,40846.54690329,38138.38833975,39266.01073494,71326033652.98,731192490092.84 +05-02-2021,36931.54564785,38225.90594551,36658.76353663,38144.30686267,58598066402.24,710266752533.8 +04-02-2021,37475.10402915,38592.17637724,36317.49880728,36926.06446515,68838074391.61,687542752523.24 +03-02-2021,35510.82121346,37480.18789413,35443.98272623,37472.09010368,61166818158.83,697672910488.43 +02-02-2021,33533.20067102,35896.88214463,33489.21867158,35510.28903716,63088585433.12,661114581663.76 +01-02-2021,33114.57724298,34638.21348502,32384.22810648,33537.1768196,61400400660.27,624349044409.12 +31-01-2021,34270.87759214,34288.33147504,32270.17602471,33114.35774753,52754542671.38,616452744533.29 +30-01-2021,34295.9350435,34834.70830094,32940.18691419,34269.52154165,65141828798.26,637924573283.79 +29-01-2021,34318.6716924,38406.26096472,32064.81418675,34316.38765032,117894572510.68,638768671361.87 +28-01-2021,30441.0418168,33858.31099229,30023.2068317,33466.09635821,76517157706.32,622910073819.62 +27-01-2021,32564.03024112,32564.03024112,29367.13921776,30432.54707881,62576762015.46601,566417413553.9666 +26-01-2021,32358.6131737,32794.5495902,31030.26596571,32569.84955679,60255421470.40675,606169260386.9784 +25-01-2021,32285.79891345,34802.74297839,32087.78796567,32366.39304887,59897054837.94314,602350097075.4393 +24-01-2021,32064.37631516,32944.00894195,31106.68577002,32289.37808687,48643830599.361565,600888568009.5015 +23-01-2021,32985.75691326,33360.97818593,31493.15966789,32067.64288212,48354737975.28921,596733137645.0635 +22-01-2021,30817.62519242,33811.85156014,28953.372751,33005.76356216,77207272511.13013,614160521491.5516 +21-01-2021,35549.39740902,35552.67949732,30250.74963896,30825.69850603,75643067687.74416,573565664943.0017 +20-01-2021,36050.11269824,36378.32670045,33570.47780293,35547.7508855,66834573161.29872,661400102161.1556 +19-01-2021,36642.23272357,37755.89185872,36069.80639361,36069.80639361,57244195485.50075,671081200699.8711 +18-01-2021,35792.23666766,37299.28580604,34883.84404829,36630.07568284,49511702429.3542,681470030572.0747 +17-01-2021,36163.64923243,36722.34987621,34069.32218533,35791.27792129,52359854336.21185,665831621390.9865 +16-01-2021,36821.64873201,37864.36887891,35633.55401669,36178.13890106,57706187875.104546,673000645230.8221 +15-01-2021,39156.7080858,39577.71118833,34659.58974449,36825.36585131,67760757880.723885,685005864471.3622 +14-01-2021,37325.10763475,39966.40524241,36868.5632453,39187.32812109,63615990033.01017,728904366964.3611 +13-01-2021,33915.11958124,37599.96059774,32584.66767186,37316.35939997,69364315979.27992,694069582193.7559 +12-01-2021,35516.36114084,36568.52697414,32697.97662163,33922.9605815,74773277909.4566,630920422745.0479 +11-01-2021,38346.52950301,38346.52950301,30549.59876946,35566.65594049,123320567398.62296,661457321418.0524 +10-01-2021,40254.21779758,41420.19103255,35984.62712175,38356.43950662,79980747690.35463,713304617760.9486 +09-01-2021,40788.64052286,41436.35000639,38980.87690625,40254.54649816,61984162837.0747,748563483043.1383 +08-01-2021,39381.76584266,41946.73935079,36838.63599637,40797.61071993,88107519479.50471,758625941266.7522 +07-01-2021,36833.87435728,40180.3679073,36491.18981083,39371.04235311,84762141031.49448,732062681138.1346 +06-01-2021,34013.614533,36879.69856854,33514.03374162,36824.36441009,75289433810.59091,684671246323.6501 +05-01-2021,31977.04113228,34437.5905918,30221.1867389,33992.42934365,67547324781.680855,631980005969.6278 +04-01-2021,32810.94764381,33440.21856853,28722.75527058,31971.91352155,81163475344.18079,594384025390.8551 +03-01-2021,32129.4073556,34608.55673797,32052.31707551,32782.02446581,78665235201.84283,609409213147.0334 +02-01-2021,29376.45583414,33155.11881942,29091.18119088,32127.26793922,67865420765.45639,597205944668.8502 +01-01-2021,28994.00891641,29600.6269503,28803.58501355,29374.15188907,40730301358.64019,546001594837.51166 +31-12-2020,28841.57375811,29244.87668786,28201.99199364,29001.71982218,46754964848.18651,539051138107.78613 +30-12-2020,27360.08970906,28937.74000401,27360.08970906,28840.95341968,51287442703.98229,536033807160.8408 +29-12-2020,27081.80972919,27370.7200843,25987.29807483,27362.4365573,45265946774.40101,508523687096.6884 +28-12-2020,26280.82141511,27389.11206428,26207.63993146,27084.80788628,49056742892.60884,503339329917.2024 +27-12-2020,26439.37328852,28288.84002225,25922.76976496,26272.29456706,66479895605.09452,488213268382.0132 +26-12-2020,24677.01605649,26718.07089319,24522.68948211,26437.0375091,48332647295.43001,491250863156.98474 +25-12-2020,23733.56954677,24710.10155607,23463.67427254,24664.79027412,42068395845.63074,458297232691.903 +24-12-2020,23240.20362271,23768.3385448,22777.59680778,23735.94972763,41080759712.61937,441017197764.42126 +23-12-2020,23781.97438638,24024.48959027,22802.64570202,23241.34486501,51146161904.32344,431808778580.30475 +22-12-2020,22794.03960022,23789.90284154,22430.60469165,23783.02850288,44171632680.60435,441850902134.2294 +21-12-2020,23474.45540815,24059.98230987,22159.36806298,22803.0814087,45852713980.88911,423625088584.1859 +20-12-2020,23861.7657379,24209.65988828,23147.71102921,23477.29519711,37844228421.87064,436129331482.25616 +19-12-2020,23132.86511797,24085.85537123,22826.47216789,23869.83196434,38487546579.56274,443399267276.8764 +18-12-2020,22806.79637266,23238.60062331,22399.81280236,23137.96056165,40387896274.67765,429781092527.74475 +17-12-2020,21308.35140371,23642.66010576,21234.67652917,22805.16149213,71378606373.62286,423576934966.4241 +16-12-2020,19418.81840055,21458.90789704,19298.31727724,21310.59813054,44409011479.22107,395799863745.9665 +15-12-2020,19246.91998427,19525.0075905,19079.84237737,19417.07603342,26741982541.49698,360614771026.8855 +14-12-2020,19144.49245994,19305.10044332,19012.70940762,19246.64434137,22473997681.144253,357432550019.95447 +13-12-2020,18806.76647897,19381.53577302,18734.33288842,19142.3825335,25450468636.538254,355479173805.69794 +12-12-2020,18051.31998973,18919.55122775,18046.04072366,18803.65687045,21752580801.78931,349170613898.91974 +11-12-2020,18263.92925463,18268.4528447,17619.53238938,18058.90334725,27919640985.341442,335326168918.5213 +10-12-2020,18553.29972814,18553.29972814,17957.06521319,18264.99210672,25547132265.471,339136939585.8366 +09-12-2020,18320.88478403,18626.29265152,17935.54781966,18553.91537685,34420373070.859474,344486483494.44324 +08-12-2020,19191.52946283,19283.47833933,18269.94544375,18321.14491611,31692288756.379017,340148764251.7229 +07-12-2020,19343.12879819,19411.82767631,18931.14291942,19191.63128698,26896357742.243275,356293229783.3031 +06-12-2020,19154.18059333,19390.49989515,18897.89407205,19345.12095871,25293775713.52131,359123541247.0556 +05-12-2020,18698.38527851,19160.44926489,18590.19367526,19154.231131,27242455063.892467,355563938256.3379 +04-12-2020,19446.96642246,19511.40471415,18697.19291384,18699.76561337,33872388057.716793,347111351136.32855 +03-12-2020,19205.92540409,19566.19188355,18925.78443384,19445.39847988,31930317405.271645,360933936016.877 +02-12-2020,18801.74359314,19308.33066301,18347.71783787,19201.09115697,37387697138.68447,356381007570.9198 +01-12-2020,19633.77044727,19845.97548328,18321.92093045,18802.99829969,49633658712.12445,348976597317.84424 +30-11-2020,18178.32211783,19749.26369425,18178.32211783,19625.83502949,47728480399.279915,364229729425.8729 +29-11-2020,17719.63461354,18283.62817317,17559.11762249,18177.48341979,31133957704.27213,337336592123.068 +28-11-2020,17112.93423773,17853.93919131,16910.65271094,17717.4150112,32601040733.642757,328782832211.7004 +27-11-2020,17153.91312468,17445.02428555,16526.42352825,17108.40172774,38886494645.12133,317464460530.40906 +26-11-2020,18729.84058731,18866.28612952,16351.03485441,17150.62357809,61396835736.93506,318231964319.3874 +25-11-2020,19104.40961035,19390.96555566,18581.14653195,18732.1207774,43710357371.4586,347558803507.37305 +24-11-2020,18365.01468531,19348.27096299,18128.65617407,19107.46444977,51469565008.67291,354504361032.3469 +23-11-2020,18370.01733874,18711.42673061,18000.79611004,18364.12159134,42741112307.89879,340698070308.13434 +22-11-2020,18642.232992,18688.96913465,17671.38482599,18370.00252365,41280434225.93024,340790183317.33075 +21-11-2020,18621.31587778,18936.62068806,18444.3589249,18642.23276593,39650210707.296875,345819234184.5931 +20-11-2020,17817.08366299,18773.22751179,17765.79576896,18621.31436938,36992873939.98525,345411881099.1716 +19-11-2020,17803.86174661,18119.54784964,17382.55398903,17817.09024754,36985055355.38892,330475167134.4854 +18-11-2020,17645.19047404,18393.94914579,17352.906612,17804.00563217,49064800277.874275,330218014062.15594 +17-11-2020,16685.69093058,17782.92055432,16564.54499204,17645.40576746,39006849169.8069,327257094857.4363 +16-11-2020,15955.57698439,16816.18144902,15880.7056812,16716.11132377,31526766675.186485,309889423249.1071 +15-11-2020,16068.13999417,16123.11045585,15793.53391679,15955.58743887,23653867582.698807,295790551597.8903 +14-11-2020,16317.80834223,16317.80834223,15749.19296725,16068.13870685,27481710135.408524,297877068422.63354 +13-11-2020,16276.4404772,16463.17783998,15992.1528006,16317.80819009,31599492172.18153,302505533181.2506 +12-11-2020,15701.29906726,16305.00422517,15534.7718061,16276.34394919,34175758344.061382,301736853824.6971 +11-11-2020,15290.90879034,15916.26081024,15290.00681729,15701.33973237,29772374934.006966,291077214051.6671 +10-11-2020,15332.350373,15450.32935034,15124.95988876,15290.90268148,25574938143.151707,283468380961.4247 +09-11-2020,15479.59572319,15785.13687202,14865.52927664,15332.31559743,34149115565.701946,284236108837.2787 +08-11-2020,14833.75408424,15637.32033788,14744.10989581,15479.56703842,26632075028.854877,286955182899.01483 +07-11-2020,15565.88058298,15737.09557115,14423.20290926,14833.7541075,35024953705.61895,274970333139.98395 +06-11-2020,15579.72923853,15903.43797604,15226.8393924,15565.88058083,39837841971.44575,288526920959.49664 +05-11-2020,14133.73388336,15706.40445571,14102.08909494,15579.84846029,40856321438.537605,288771509680.94745 +04-11-2020,13950.4879059,14218.76646779,13580.47207098,14133.70715301,35116364961.75642,261954213176.1068 +03-11-2020,13550.450882,13984.98192782,13325.44138201,13950.30084729,29869951617.253494,258541441763.9419 +02-11-2020,13737.03221087,13808.32287396,13243.159866,13550.4893841,30771455467.792126,251119864445.3435 +01-11-2020,13780.99480514,13862.03362917,13628.37821941,13737.10982864,24453857900.087803,254569759062.58606 +31-10-2020,13546.5326493,14028.21429317,13457.52983298,13780.99470249,30306464718.755116,255372071116.27853 +30-10-2020,13437.87353717,13651.51626952,13136.19868838,13546.52226938,30581485200.6849,251018154919.98657 +29-10-2020,13271.29897868,13612.04801658,12980.0592813,13437.8832414,56499499598.2837,248995322466.39035 +28-10-2020,13654.21446094,13837.69545246,12932.25058412,13271.28536861,35867318894.915474,245899824464.83194 +27-10-2020,13075.24249433,13759.66872521,13060.83803686,13654.21844012,33749878155.991123,252985946389.91595 +26-10-2020,13031.20124688,13225.29776076,12822.38232695,13075.24769656,29461458313.155544,242250997935.6733 +25-10-2020,13108.06314181,13329.18403245,12910.06108914,13031.17431056,24406920575.03764,241425217439.91174 +24-10-2020,12931.57391476,13145.06668559,12885.74662851,13108.06261161,24542317939.955215,242839876186.2097 +23-10-2020,12971.54847683,13015.96144265,12752.64702492,12931.53902256,28974975002.911232,239557562148.2678 +22-10-2020,12801.63536307,13161.5941072,12717.09345651,12965.89129043,34729759598.04668,240166387521.54385 +21-10-2020,11913.07748936,13184.56617255,11900.92861734,12823.68918938,43414712626.04591,237532386962.5129 +20-10-2020,11745.97493298,11999.91801959,11681.48002079,11916.33514058,30915821592.101612,220721282864.58752 +19-10-2020,11495.03793859,11799.0929777,11408.29011785,11742.03715033,23860769927.722214,217482407293.08884 +18-10-2020,11355.98226642,11483.35971184,11347.57856324,11483.35971184,18283314340.336567,212682581771.31262 +17-10-2020,11322.1226857,11386.26157113,11285.34551243,11358.10156733,19130430173.838352,210353665235.45236 +16-10-2020,11502.82812628,11540.06192994,11223.01278163,11322.12268618,25635480771.680893,209676088343.852 +15-10-2020,11426.60259823,11569.91418955,11303.60351126,11495.34965037,24487233057.769238,212873103428.00137 +14-10-2020,11429.04780192,11539.97794666,11307.8308683,11429.50688675,24103426719.264656,211643390713.38098 +13-10-2020,11548.71975926,11548.98483187,11321.22451322,11425.8994007,24241420250.858337,211565586739.30667 +12-10-2020,11392.63621516,11698.4677363,11240.68699569,11555.3628878,26163972641.64605,213950143824.2092 +11-10-2020,11296.08178425,11428.81376969,11288.62766113,11384.1819535,19968627059.96427,210766812992.17508 +10-10-2020,11059.14269142,11442.2111099,11056.94053325,11296.3614282,22877978587.762783,209130239494.65012 +09-10-2020,10927.91292433,11102.67150545,10846.8504295,11064.45759247,22799117612.794453,204827451843.37863 +08-10-2020,10669.37115892,10945.73703324,10562.60610109,10915.68573098,63314794397.11185,202064144550.3406 +07-10-2020,10603.35546589,10680.50819786,10562.50712617,10668.96895539,37799458435.80039,197485816054.93155 +06-10-2020,10796.30685484,10797.57808729,10528.890831,10604.40588882,42623695307.42572,196281911458.15378 +05-10-2020,10676.52895637,10793.50785056,10634.60016313,10793.33942751,47537578008.85223,199769602127.94168 +04-10-2020,10550.44067126,10686.00009766,10534.39183687,10669.58254327,71251776994.76472,197468899356.86166 +03-10-2020,10575.10063586,10598.94080319,10511.12977968,10549.32889962,44660271563.31908,195233191301.2567 +02-10-2020,10619.8212156,10657.83798611,10416.68920469,10575.97504191,48661453917.9649,195716085732.39615 +01-10-2020,10795.25474253,10933.62430944,10472.35651799,10619.45190766,40023134099.56767,196512086756.27814 +30-09-2020,10843.87075063,10847.25699325,10669.32109268,10784.49157795,44171073700.186745,199556965503.7717 +29-09-2020,10709.65002191,10860.00069783,10649.49543862,10844.64098118,46582396602.07544,200660083838.7249 +28-09-2020,10776.6136391,10945.34790707,10703.89325099,10709.65218175,47762394730.65361,198154065044.1842 +27-09-2020,10746.89275768,10803.97608005,10622.92175798,10775.26937624,53745972818.151115,199357967522.50534 +26-09-2020,10695.57508179,10772.99865956,10667.28093407,10750.72357903,46852525492.62939,198893019773.83698 +25-09-2020,10761.10978907,10777.69586388,10578.91424754,10692.71721234,39348590957.36073,197809986225.92685 +24-09-2020,10248.78655955,10771.05620224,10231.49011991,10760.06625677,47144380901.6858,199045623654.10297 +23-09-2020,10535.49244237,10537.82809054,10197.86492469,10246.18649281,23788661866.987087,189529920746.46765 +22-09-2020,10459.6245084,10568.0767512,10382.7262965,10538.4603213,23621787803.579,194932197947.436 +21-09-2020,10934.9255349,10988.304783,10380.2607189,10462.2596185,28884999243.6721,193514327128.297 +20-09-2020,11095.8697916,11095.8697916,10814.4770514,10938.2712894,24699523787.7245,202308927892.353 +19-09-2020,10933.7526485,11134.0927157,10909.6183675,11094.3462761,22764204007.5724,205185696336.192 +18-09-2020,10951.8200208,11034.908069,10829.6568158,10944.5858045,26341903912.3861,202405809880.581 +17-09-2020,10973.2522347,11037.4211271,10774.6276667,10948.9899152,38151810523.0524,202475761712.394 +16-09-2020,10797.7620187,11100.1243423,10704.8843495,10974.9048915,30769986454.5301,202942925722.083 +15-09-2020,10677.7548513,10938.6320402,10656.4603435,10796.9509861,32509451925.0468,199641896761.512 +14-09-2020,10328.7341116,10800.0110604,10266.008771,10680.8374328,35453581939.7213,197484272946.612 +13-09-2020,10452.3990309,10577.2152413,10224.3299006,10323.7557975,36506852789.3039,190870759062.079 +12-09-2020,10409.8617874,10578.8382504,10292.3865099,10442.1706031,36750077323.5385,193049493276.593 +11-09-2020,10369.0283892,10434.9225461,10140.8366858,10400.9146854,45201121774.7768,192275791668.534 +10-09-2020,10242.3301347,10503.9125262,10238.1358906,10363.1390401,54406443210.5135,191568387061.555 +09-09-2020,10134.1515061,10350.5427324,10017.2510729,10242.3477803,24128292754.8478,189325507175.126 +08-09-2020,10369.3069685,10414.7752084,9945.11015892,10131.5166457,33430927462.2299,187267336727.676 +07-09-2020,10280.9976217,10399.1534283,9916.49293063,10369.5637386,33703098409.3065,191657203885.383 +06-09-2020,10167.2167634,10353.928072,10056.8857496,10280.3517032,37071460174.4703,189997214393.289 +05-09-2020,10512.5301954,10581.5714107,9946.67532811,10169.567221,44916565291.5468,187940141275.803 +04-09-2020,10230.3651615,10663.9200452,10207.9402189,10511.8138807,29965130373.7473,194255818703.632 +03-09-2020,11407.1910772,11443.0227947,10182.4650856,10245.296686,31927261554.7735,189322069063.343 +02-09-2020,11964.8228043,11964.8228043,11290.7942647,11414.0337325,28037405298.8447,210909793680.913 +01-09-2020,11679.3166637,12067.0812887,11601.1286113,11970.4787405,27311555343.111,221181001606.839 +31-08-2020,11713.3062719,11768.8767439,11598.3184963,11680.8204905,22285928250.3117,215817677821.857 +30-08-2020,11508.7139745,11715.2648492,11492.381773,11711.506161,19760127944.6617,216373660045.36 +29-08-2020,11541.0543254,11585.6406794,11466.2933646,11506.8653177,17485597759.1377,212583870983.482 +28-08-2020,11325.2956031,11545.6154059,11316.4224397,11542.4997333,19807127587.5076,213231661583.088 +27-08-2020,11485.6083964,11570.7863091,11185.9418123,11323.3970324,23240415075.9787,209172436816.551 +26-08-2020,11366.8949329,11530.0530661,11296.993373,11488.3634896,22466660957.6266,212210534428.287 +25-08-2020,11773.58935,11778.2998953,11189.8510492,11366.1350817,26301509931.9274,209942744480.573 +24-08-2020,11663.6895523,11807.6323164,11623.2504376,11774.5958414,20681511754.5735,217477962650.242 +23-08-2020,11679.6959587,11713.4297949,11559.9212608,11664.8479948,18482062657.8012,215439967321.336 +22-08-2020,11585.4775342,11689.4073895,11448.8060449,11681.8255623,20224191305.9585,215742068894.983 +21-08-2020,11878.026439,11899.2593199,11564.9793191,11592.4890449,23762425998.9504,214082401860.976 +20-08-2020,11761.499735,11900.4111753,11710.0633726,11878.3716211,20175242944.6744,219350310325.759 +19-08-2020,11990.8847804,12028.9234443,11687.3328305,11758.2835921,24502851117.2582,217122068305.445 +18-08-2020,12251.8959698,12335.7070704,11954.5257491,11991.2332456,26043227671.8792,221413097553.274 +17-08-2020,11895.6577737,12359.0570221,11806.6958823,12254.4019083,28227687026.7691,226261747567.102 +16-08-2020,11866.6855801,11934.9009151,11737.1885988,11892.8040631,20583375490.1685,219576092170.359 +15-08-2020,11768.6971443,11963.2030649,11768.6971443,11865.69857,23354924400.3362,219064372745.259 +14-08-2020,11772.6593859,12150.9936677,11685.4554805,11768.8706193,24237958589.0645,217265120502.897 +13-08-2020,11588.4055125,11796.3961941,11216.8725398,11784.1373895,27522199497.2324,217534728412.949 +12-08-2020,11404.5968775,11748.3964937,11249.6054441,11584.9345762,25064548486.4884,213846666475.048 +11-08-2020,11881.64754,11932.7111738,11195.7092716,11410.5256775,27039782639.9113,210616121944.733 +10-08-2020,11662.2569338,12045.1403178,11662.2569338,11878.1113253,26114112569.4156,219235405395.415 +09-08-2020,11737.3252342,11806.0562765,11548.7844464,11675.7393433,17489608833.2939,215490364254.781 +08-08-2020,11604.5533476,11800.0648506,11558.4316317,11754.0458135,17572057837.4054,216924147850.741 +07-08-2020,11778.8942824,11898.0384141,11408.5940427,11601.4727146,23132312867.154,214097928027.496 +06-08-2020,11749.8713321,11902.3359717,11598.7138024,11779.7732574,23400740340.1344,217377233001.076 +05-08-2020,11203.8230991,11786.6168994,11158.2851945,11747.0228312,24411254471.1224,216761492405.85 +04-08-2020,11246.2032469,11385.3815713,11094.1453896,11205.8929179,21250197042.2032,206767135617.319 +03-08-2020,11043.7688847,11453.0787225,11012.4147398,11246.3487749,20271713443.2596,207503423455.952 +02-08-2020,11758.7646653,12034.1441504,11018.1300423,11053.613901,27410067336.0208,203936136729.627 +01-08-2020,11322.5705008,11794.7753933,11239.6827355,11759.5927707,26075670302.7985,216950669097.909 +31-07-2020,11110.2109424,11415.8638958,10987.0535485,11323.4664207,23160469766.3921,208895308529.074 +30-07-2020,11099.8328914,11169.3566691,10895.4554062,11111.2142899,22857247900.667,204969047788 +29-07-2020,10912.9529611,11304.3970694,10856.1413409,11100.4681253,24617249714.5052,204761455132.909 +28-07-2020,11017.4638476,11204.327602,10632.6317033,10912.8230505,28766551141.779,201290022192.811 +27-07-2020,9905.21791377,11298.2217576,9903.97011125,10990.8733998,35359749590.1205,202719581736.842 +26-07-2020,9680.23483128,10023.807661,9652.84720642,9905.16724705,20507998996.6863,182685328095.43 +25-07-2020,9539.48551544,9704.55701308,9530.21219614,9677.11349729,16610070932.7937,178469614078.301 +24-07-2020,9585.51480236,9623.33703153,9481.45392527,9536.89268563,16552768324.6558,175875016548.431 +23-07-2020,9527.14199636,9610.24712467,9483.00401906,9581.07201141,18146399001.7048,176680237480.007 +22-07-2020,9375.08046428,9530.5190089,9319.65339503,9525.36344997,16532254884.4441,175644844408.412 +21-07-2020,9162.51448207,9407.26305599,9149.3899187,9374.88752808,18069581955.5535,172861732402.087 +20-07-2020,9187.22037014,9214.27062879,9137.50962153,9164.2313647,13755604145.7171,168970262858.503 +19-07-2020,9158.00603543,9201.39848305,9097.63308598,9185.81691242,12939002784.0054,169360219986.106 +18-07-2020,9151.18404834,9230.98350533,9100.82441002,9159.03990531,12252601474.7851,168858972268.985 +17-07-2020,9131.8121414,9182.25430793,9089.20245471,9151.39223963,13944570749.4994,168710427573.953 +16-07-2020,9191.9802336,9214.31269823,9088.94740241,9132.22786293,15713967522.662,168350501976.25 +15-07-2020,9241.89699957,9275.32512547,9171.93355443,9192.83736784,15844731575.2007,169460074575.96 +14-07-2020,9238.7032275,9283.84214229,9171.66111846,9243.21341642,18085038362.4529,170380670524.821 +13-07-2020,9277.2046601,9306.40492983,9224.29284137,9243.61385509,17519821266.4821,170379677119.097 +12-07-2020,9241.0550437,9319.41941671,9197.4503198,9276.49985018,14452361906.8128,170977422928.131 +11-07-2020,9277.51196283,9293.53268075,9199.48551044,9240.34632654,13249910444.0746,170302234777.528 +10-07-2020,9273.35699507,9287.47159361,9118.00240742,9278.8078672,16860035604.804,171001933826.989 +09-07-2020,9427.99387728,9431.37858131,9234.99945975,9277.96790642,18000702524.1277,170977231637.687 +08-07-2020,9253.02015436,9450.33567174,9249.49994806,9428.3330848,19702359882.8975,173738543115.206 +07-07-2020,9349.16137441,9360.61757468,9201.81538154,9252.27750386,13839652594.6508,170485472276.313 +06-07-2020,9072.85007426,9375.47475925,9058.6644583,9375.47475925,17889263251.9634,172746103840.155 +05-07-2020,9126.090803,9162.18323157,8977.01563525,9073.94286936,12903406143.3498,167181726153.665 +04-07-2020,9084.23373428,9183.29558274,9053.62967104,9132.48795051,12290528515.106,168251076677.956 +03-07-2020,9124.84264611,9202.34438443,9058.79478198,9087.30391103,13078970998.6402,167409720387.961 +02-07-2020,9231.13965322,9274.96292273,9036.6234943,9123.41015432,16338916796.0184,168065586386.744 +01-07-2020,9145.98505502,9309.75486362,9104.73487906,9228.32559024,15971550355.2327,169988756578.038 +30-06-2020,9185.58126105,9217.83601269,9084.83749244,9137.99340026,15735797743.9923,168315606321.29 +29-06-2020,9140.02907078,9237.57275525,9041.87625573,9190.85446467,16460547078.0368,169280659245.843 +28-06-2020,9048.46083712,9197.54701677,8975.52585473,9143.58219104,14560870760.2209,168401806136.911 +27-06-2020,9167.82427849,9207.81098342,8998.21670066,9045.39095672,17273093144.4037,166584831506.245 +26-06-2020,9260.99499378,9310.51638223,9101.73845201,9162.91760386,18341465836.5998,168741367621.97 +25-06-2020,9314.12688901,9340.16150568,9095.32457939,9264.81304308,18616048626.1063,170608289503.753 +24-06-2020,9632.14957943,9680.36714624,9278.23354695,9313.61034868,18961716075.6046,171498781279.927 +23-06-2020,9644.07594221,9670.54076171,9547.24708412,9629.65836578,17006433272.0405,177310052079.171 +22-06-2020,9300.91545819,9655.07321812,9296.87166573,9648.71760979,21104009513.9664,177651397436.609 +21-06-2020,9330.9264778,9401.10749682,9300.43050848,9303.62971409,15324301168.8293,171289415078.632 +20-06-2020,9290.96027975,9394.97159448,9247.37967261,9332.340762,17130541557.3081,171809438650.585 +19-06-2020,9410.29434848,9440.87603373,9274.29612136,9288.01871603,19632223107.3844,170985625732.412 +18-06-2020,9481.56706237,9482.78198635,9328.39559548,9411.84046197,17770083002.7017,173256688664.117 +17-06-2020,9533.78375101,9540.42327076,9327.33958675,9480.25536624,20177709879.1518,174508805561.132 +16-06-2020,9454.26643056,9579.43037458,9400.44500832,9538.0243743,21565537208.8567,175563963385.476 +15-06-2020,9386.03529073,9504.86006526,8990.1759467,9450.70198692,26699704768.4568,173947607771.726 +14-06-2020,9477.55403706,9482.27093599,9347.59379317,9386.78789214,18991732745.507,172763239787.199 +13-06-2020,9480.73574979,9493.21171489,9396.00939365,9475.27733834,17564322315.198,174381819725.142 +12-06-2020,9320.69085457,9540.46539289,9285.85140439,9480.84378943,22610564515.3124,174474896921.532 +11-06-2020,9870.07852908,9938.29767389,9263.06958826,9321.78129819,30247143440.179,171538133043.473 +10-06-2020,9794.11951106,9908.89655918,9728.29114041,9870.09445278,25706567600.5701,181616765438.402 +09-06-2020,9774.35993635,9836.36896869,9664.72013333,9795.70019463,23717842782.9821,180237817527.031 +08-06-2020,9760.0632524,9782.30649673,9675.88590718,9771.48948366,21486346311.9064,179782576533.652 +07-06-2020,9653.00332503,9768.49790176,9458.1504702,9758.8524174,25015250845.6586,179540253701.404 +06-06-2020,9664.90477464,9773.43201601,9591.02453467,9653.67926335,20438419222.3341,177595657884.165 +05-06-2020,9800.21547674,9869.2369055,9663.21633712,9665.53278908,23509628646.2021,177801825144.882 +04-06-2020,9655.85445253,9887.6106294,9525.24667912,9800.63659532,25921805071.9826,180276153545.029 +03-06-2020,9533.76049336,9682.85947041,9471.84640611,9656.71776526,25007459262.1552,177619631125.589 +02-06-2020,10162.9731448,10182.3407084,9460.57137098,9529.80414872,39137252108.6748,175277218229.261 +01-06-2020,9463.6056622,10199.5649719,9450.89911148,10167.2681012,35198901068.3888,186993405740.449 +31-05-2020,9700.10569689,9700.34389507,9432.29679512,9461.05891806,27773290298.5099,173997151929.677 +30-05-2020,9438.91400926,9704.03030928,9366.72941775,9700.41407169,32722975141.2035,178390129757.676 +29-05-2020,9528.35562913,9573.66681733,9379.33894613,9439.12439045,32896642044.2639,173575756364.005 +28-05-2020,9184.94499772,9546.31960175,9148.45714843,9525.7510947,34367073114.464,175161235290.292 +27-05-2020,8837.3812128,9203.32051535,8834.15742919,9181.01794762,32740536902.3266,168814700531.386 +26-05-2020,8909.58607327,8991.9676255,8757.29380384,8835.05306073,29584186947.0227,162445535235.104 +25-05-2020,8786.10769511,8951.00563809,8719.66836224,8906.93476142,31288157264.1934,163760453116.409 +24-05-2020,9212.28340427,9288.40401564,8787.251002,8790.36800074,32518803299.5833,161610414642.629 +23-05-2020,9185.06272737,9302.50164919,9118.10885548,9209.28742769,27727866811.6695,169305492439.588 +22-05-2020,9080.33473763,9232.93609283,9008.63827133,9182.57751787,29810773699.2271,168807619957.283 +21-05-2020,9522.74008319,9555.24217533,8869.93110855,9081.76202252,39326160532.4299,166947987863.53 +20-05-2020,9725.32936525,9804.79388786,9447.20154126,9522.98115678,36546239702.5477,175050963474.872 +19-05-2020,9727.06360375,9836.04752405,9539.62405543,9729.0379192,39254288954.9774,178831635026.347 +18-05-2020,9675.69498013,9906.03020325,9570.35898532,9726.5748149,41827139895.6194,178779483463.616 +17-05-2020,9374.92998661,9823.0022878,9349.5460711,9670.73937122,40084250662.9587,177745404470.085 +16-05-2020,9333.23987276,9564.20498908,9260.69416318,9377.0140257,36164766407.6309,172340956578.561 +15-05-2020,9734.29077525,9755.82849814,9261.3979997,9328.19722645,48158802327.3442,171436341789.485 +14-05-2020,9271.32863776,9793.26820869,9255.03484619,9733.72147137,56426907637.2912,178881641547.089 +13-05-2020,8805.38781338,9317.87855411,8805.38781338,9269.98770576,45558144023.0156,170352710071.21 +12-05-2020,8610.38621232,8949.89797874,8569.64398804,8804.47781074,42142717533.1676,161791577300.916 +11-05-2020,8755.5356389,9033.47117613,8374.32297508,8601.79620238,57119858801.9446,158059235275.589 +10-05-2020,9591.16923131,9595.58062909,8395.10745112,8756.43114193,63325279336.9553,160884755210.801 +09-05-2020,9840.90638396,9913.86299284,9580.64449235,9593.89673363,46566121841.1111,176251395672.863 +08-05-2020,9936.16248196,9996.74335304,9767.17307027,9842.66636785,51780748041.9506,180804859844.221 +07-05-2020,9261.89505826,9992.66392105,9138.32257195,9951.5187451,61112700562.079,182787376636.504 +06-05-2020,9007.44125582,9411.46787039,8966.70598977,9268.76208066,49371886931.4799,170229620935.298 +05-05-2020,8912.8321603,9062.41456364,8856.82715528,9003.07017834,43148462663.1671,165332488791.878 +04-05-2020,8895.74487399,8956.90651911,8645.02412633,8912.65460539,45718796275.5495,163654493632.392 +03-05-2020,8983.61414879,9167.7813443,8830.97125528,8897.46850985,47101785174.2562,163358189150.984 +02-05-2020,8869.05761887,9007.18780321,8811.36632956,8988.5962069,40134388683.2271,165012307599.614 +01-05-2020,8672.7819143,9048.02383263,8667.76321655,8864.76680793,44068389996.9374,162722652380.246 +30-04-2020,8797.67005044,9440.65067326,8533.25593295,8658.55417975,66964629541.3087,158922133909.094 +29-04-2020,7806.71256355,8871.75372738,7786.04929564,8801.03776688,60201052202.5403,161522471384.783 +28-04-2020,7796.97044056,7814.52714133,7730.80654225,7807.05845106,33187959920.9249,143266252261.336 +27-04-2020,7679.41895085,7795.60083451,7679.41895085,7795.60083451,36162144724.7077,143040988589.571 +26-04-2020,7570.13893823,7700.59429483,7561.40785333,7679.86720422,33070154490.749,140903867572.585 +25-04-2020,7550.48301195,7641.36397705,7521.67241878,7569.93603405,32941541446.9347,138874072264.263 +24-04-2020,7434.18155636,7574.19602617,7434.18155636,7550.90102725,34636526285.7972,138512029491.143 +23-04-2020,7121.30605911,7491.78492971,7081.5946281,7429.72464927,43500782316.0712,136275638030.678 +22-04-2020,6879.44029975,7145.86574462,6867.78168929,7117.20747869,33249153865.7605,130530916076.973 +21-04-2020,6879.78434985,6934.55187057,6834.44232463,6880.32347375,32589741510.7266,126175238603.42 +20-04-2020,7186.8737411,7240.29059686,6835.50314462,6881.95869275,37747113935.8454,126192239912.382 +19-04-2020,7260.92257873,7280.52178187,7167.05456229,7189.42482356,31311210215.3203,131815853850.003 +18-04-2020,7092.29152293,7269.95653094,7089.24716763,7257.66485847,32447188385.9262,133053136875.737 +17-04-2020,7116.55260865,7167.18298759,7050.33182989,7096.18465879,32513423567.4314,130078472088.331 +16-04-2020,6640.45388894,7134.45052778,6555.50427487,7116.80421777,46783242376.7001,130445413270 +15-04-2020,6845.56171696,6928.66436972,6633.40269245,6642.10989286,32288311030.7598,121731940639.413 +14-04-2020,6843.28177662,6958.55722441,6793.82120931,6842.42786097,34110434051.8629,125388687977.151 +13-04-2020,6965.61663772,6965.61663772,6668.25976411,6845.03769683,38619308647.4394,125422221237.296 +12-04-2020,6858.06802459,7119.94706176,6811.07790015,6971.09159108,35759567632.2851,127716846208.307 +11-04-2020,6867.4404519,6926.0696338,6789.9207024,6859.08296343,31222085946.2734,125651623116.07 +10-04-2020,7303.81519824,7303.81519824,6802.47496589,6865.49337195,43622840991.71,125755496117.263 +09-04-2020,7337.9661825,7341.44831412,7179.0943407,7302.0895105,34815139177.5936,133737857009.882 +08-04-2020,7179.28341821,7356.22386412,7153.30567428,7334.09845346,37563249548.9382,134309895035.597 +07-04-2020,7273.64421075,7427.93933989,7136.71418613,7176.41450049,44243482667.8499,131409299432.46 +06-04-2020,6788.04980287,7271.7811527,6782.88974461,7271.7811527,46896904614.9285,133140400947.86 +05-04-2020,6862.53782636,6883.41414332,6715.9292996,6791.12944093,29510409856.1053,124328853511.615 +04-04-2020,6738.38301967,6878.95351761,6696.48466818,6867.52731596,33185988583.8042,125712834529.574 +03-04-2020,6797.39659183,7003.22078432,6673.33575767,6733.3873906,38976504902.968,123244051099.793 +02-04-2020,6606.77626829,7088.24732438,6595.91827654,6793.62459642,47660646124.4133,124335130640.41 +01-04-2020,6437.31921486,6612.57379089,6202.37351173,6606.77626829,40346426265.7324,120903014693.267 +31-03-2020,6430.60652809,6504.51532416,6374.16217148,6438.64476637,32786468812.0812,117814077266.537 +30-03-2020,5925.53848884,6517.19578925,5903.23434726,6429.84193389,37101651525.2979,117640143688.458 +29-03-2020,6245.62462695,6250.46730894,5920.08601757,5922.0431227,28373690930.5441,108338520155.504 +28-03-2020,6467.25404592,6467.501165,6117.83774851,6242.1938684,34885225901.0064,114183689640.72 +27-03-2020,6719.38897407,6793.83619652,6466.70180578,6469.79813509,34585598366.5512,118336082172.395 +26-03-2020,6675.17065538,6735.4638794,6590.96271561,6716.44054866,35319797641.53,122834375215.51 +25-03-2020,6738.71663989,6892.51135949,6536.92618369,6681.06312656,44590107887.9421,122174009142.91 +24-03-2020,6436.64245088,6789.02272423,6411.06651215,6734.80378045,48221910672.248,123148917787.229 +23-03-2020,5831.37473534,6443.93454693,5785.00445322,6416.31475839,46491915999.7158,117314776187.32 +22-03-2020,6185.55790292,6359.69729033,5823.71407014,5830.25479765,40099664740.0619,106591196068.926 +21-03-2020,6206.52165025,6378.13517055,5932.82338618,6185.06651501,42494390879.6104,113068192795.056 +20-03-2020,6191.65372133,6844.26152806,5865.78196437,6198.77820508,54442976102.5119,113309245860.002 +19-03-2020,5245.4166032,6329.73594838,5236.96875288,6191.19295222,51000731797.4328,113162079955.697 +18-03-2020,5227.1136885,5331.83385967,5069.3361519,5238.43857664,37878801016.3368,95740715528.8542 +17-03-2020,5002.5781383,5371.34851644,4981.90941273,5225.62919259,38622642935.2466,95499941183.34 +16-03-2020,5385.22952159,5385.22952159,4575.35788665,5014.47997748,45368026429.6205,91633478850.4746 +15-03-2020,5201.06668673,5836.64500618,5169.28339052,5392.31488002,33997889638.762,98530059889.968 +14-03-2020,5573.07764952,5625.22650517,5125.06934725,5200.36626392,36154506007.5848,95014981943.9861 +13-03-2020,5017.83083939,5838.11493749,4106.98075029,5563.70689169,74156772074.9603,101644613038.335 +12-03-2020,7913.61638784,7929.11601884,4860.35383012,4970.78790105,53980357243.0501,90804613600.616 +11-03-2020,7910.08980669,7950.81435628,7642.81243049,7911.43012933,38682762604.6366,144508402670.563 +10-03-2020,7922.1470416,8136.9452227,7814.76324378,7909.72939346,42213940993.6104,144465567734.489 +09-03-2020,8111.14639164,8177.79322362,7690.09818591,7923.6447033,46936995808.1849,144706353758.487 +08-03-2020,8908.20601509,8914.34415498,8105.25280434,8108.11629101,39973102120.5682,148060284561.061 +07-03-2020,9121.60053553,9163.22109566,8890.74417157,8909.9536515,36216930369.6665,162684945902.611 +06-03-2020,9078.30852906,9167.69579623,9032.07958273,9122.54557333,40826885650.9438,166548261959.532 +05-03-2020,8760.28504049,9142.05429624,8757.25403405,9078.76279174,39698054597.4259,165731679917.865 +04-03-2020,8788.54218625,8843.36574975,8712.43181192,8755.24589461,34746706368.1467,159807857328.088 +03-03-2020,8865.38796487,8901.59868323,8704.99029396,8787.78645576,42386715820.5577,160383579416.238 +02-03-2020,8563.26425933,8921.30839546,8532.63094465,8869.67031078,42857674408.8765,161861167745.164 +01-03-2020,8599.7583441,8726.79676016,8471.21262606,8562.45405008,35349164300.1413,156238987739.907 +29-02-2020,8671.21254207,8775.63201232,8599.50861972,8599.50861972,35792392544.0102,156895988083.74 +28-02-2020,8788.72854689,8890.45600513,8492.93215312,8672.45534996,44605450442.7398,158211707018.784 +27-02-2020,8825.09351775,8932.89304727,8577.19930942,8784.49384867,45470195695.0864,160238496932.208 +26-02-2020,9338.29028024,9354.77831023,8704.4265506,8820.52220005,50420050761.9225,160879489024.207 +25-02-2020,9651.31279866,9652.73686506,9305.02118582,9341.70516876,42515259129.2118,170369581557.89 +24-02-2020,9921.58346055,9951.74614899,9537.04322252,9650.17480677,45080496648.3463,175977808525.913 +23-02-2020,9663.31864201,9937.40410608,9657.79114467,9924.51522822,41185185761.491,180963233539.785 +22-02-2020,9687.70676008,9698.23112312,9600.72878571,9663.18182933,35838025154.2608,176180696547.801 +21-02-2020,9611.78201954,9723.01498512,9589.74360064,9686.44119763,40930547512.6559,176587087363.478 +20-02-2020,9629.32531033,9643.21673144,9507.90006137,9608.47590343,44925260236.831,175147142158.083 +19-02-2020,10143.7983568,10191.6758471,9611.22354001,9633.38688518,46992019709.9208,175585931679.441 +18-02-2020,9691.23094489,10161.9353141,9632.38276334,10141.9963705,47271023953.4278,184838512656.137 +17-02-2020,9936.56026014,9938.81578,9507.63799409,9690.14261814,45998298412.6028,176585280987.035 +16-02-2020,9889.17970534,10053.9690091,9722.38715745,9934.43339025,43374780305.4408,181017665264.459 +15-02-2020,10313.8568369,10341.5559017,9874.4275077,9889.42462838,43865054831.0045,180179996218.634 +14-02-2020,10211.5503892,10321.9957973,10125.5337907,10312.1160909,43338264161.5617,187862645448.777 +13-02-2020,10323.9604932,10457.6271997,10116.1614999,10214.3794638,49356071372.9288,186065003525.648 +12-02-2020,10202.3876541,10393.6117227,10202.3876541,10326.0545246,43444303830.2328,188081204385.987 +11-02-2020,9855.89170857,10210.0526411,9729.33489054,10208.2362609,37648059388.6878,185917114988.663 +10-02-2020,10115.559686,10165.765355,9784.563802,9856.61149362,39386548074.7018,179494809265.716 +09-02-2020,9863.89488145,10129.4351603,9850.39221314,10116.673759,35807884663.4158,184214765394.475 +08-02-2020,9793.07042002,9876.74934121,9678.90979138,9865.11946905,35172043761.8284,179615828322.347 +07-02-2020,9726.00315742,9834.71678972,9726.00315742,9795.94377253,34522718159.4693,178339437206.337 +06-02-2020,9617.8210448,9824.61926061,9539.8180851,9729.80223149,37628823715.5135,177118274393.946 +05-02-2020,9183.41577743,9701.30003735,9163.70413921,9613.42428895,35222060874.4553,174983423932.952 +04-02-2020,9292.84190002,9331.26581712,9112.8114171,9180.9629665,29893183716.0878,167093636161.856 +03-02-2020,9344.68367852,9540.37173779,9248.63423233,9293.52108908,30934096508.7388,169126861033.712 +02-02-2020,9389.82059095,9468.79761797,9217.82397728,9344.36529292,30835736946.1066,170034976661.751 +01-02-2020,9346.35762761,9439.323332,9313.2387904,9392.87536841,25922656496.1848,170900662180.114 +31-01-2020,9508.31314184,9521.70592625,9230.77618023,9350.52936518,29432489719.1331,170112778161.315 +30-01-2020,9316.01697842,9553.12613251,9230.89727886,9508.9935947,32378792850.8777,172978577930.867 +29-01-2020,9357.47037892,9406.43179329,9269.46813861,9316.62950445,30682598115.464,169460984603.208 +28-01-2020,8912.52433979,9358.59031703,8908.44692853,9358.59031703,34398744402.6914,170205617954.856 +27-01-2020,8597.30877926,8977.7269618,8597.30877926,8909.81917753,28647338393.165,162027957434.616 +26-01-2020,8364.41006958,8602.40124618,8325.49808268,8596.82983316,22177678795.56,156322174637.231 +25-01-2020,8440.11958702,8458.45301525,8296.21900672,8367.84777344,19647331548.6757,152143262649.888 +24-01-2020,8405.56773288,8514.66703526,8266.84057849,8445.43428152,24397913025.6774,153536829768.103 +23-01-2020,8680.65055954,8687.74708842,8333.63787363,8406.5160678,25770680778.6907,152813329632.858 +22-01-2020,8744.21075075,8792.9938714,8636.7474349,8680.87604222,22600204050.5816,157783273070.101 +21-01-2020,8658.99118302,8755.70629569,8544.52045256,8745.89478833,24097418512.0058,158947996833.847 +20-01-2020,8704.63181434,8745.59079709,8560.47404294,8657.64293942,26422375678.0529,157327553259.434 +19-01-2020,8941.44574506,9164.36225977,8620.0799932,8706.24512993,34217320471.3994,158194319734.796 +18-01-2020,8927.21225983,9012.19810645,8827.33234474,8942.80890321,32337772626.799,162475965880.12 +17-01-2020,8725.20996387,8958.12195167,8677.3163483,8929.0376776,36372139320.4446,162211148777.656 +16-01-2020,8812.48149122,8846.46109861,8612.09583682,8723.78576573,31313981930.8235,158465055984.185 +15-01-2020,8825.34368451,8890.11741953,8657.18744654,8807.01027532,40102834649.9655,159959191211.678 +14-01-2020,8140.93309605,8879.51152651,8140.93309605,8827.76442606,44841784107.1774,160319484882.901 +13-01-2020,8189.77206362,8197.78817891,8079.70074107,8144.19451744,22482910687.9031,147890525972.527 +12-01-2020,8033.26184596,8200.06347027,8009.0588841,8192.49400532,22903438381.3875,148752956965.746 +11-01-2020,8162.1911379,8218.3589373,8029.64210795,8037.53738872,25521165085.3714,145924199942.312 +10-01-2020,7878.30753815,8166.55414039,7726.77498918,8166.55414039,28714583843.7846,148249907276.742 +09-01-2020,8082.29607413,8082.29607413,7842.4036134,7879.07152428,24045990465.6494,143016572819.392 +08-01-2020,8161.93547734,8396.73788064,7956.77421957,8079.86277673,31672559264.5185,146645162431.476 +07-01-2020,7768.68189098,8178.21587336,7768.22771944,8163.69223944,28767291326.9703,148152237653.685 +06-01-2020,7410.45216807,7781.86718275,7409.29318246,7769.21903905,23276261598.2482,140976457303.71 +05-01-2020,7410.45169373,7544.49687224,7400.5355609,7411.31732676,19725074094.5446,134469548249.076 +04-01-2020,7345.37527527,7427.38579435,7309.5140117,7410.65656642,18444271274.7607,134442464030.264 +03-01-2020,6984.4286123,7413.71509934,6914.99590793,7344.88418341,28111481031.9377,133233444755.489 +02-01-2020,7202.55112207,7212.15525252,6935.26997193,6985.47000061,20802083465.3292,126699395235.204 +01-01-2020,7194.89197053,7254.33061134,7174.94415256,7200.17439274,18565664996.7884,130580829149.587 +31-12-2019,7294.4388956,7335.2900508,7169.77768628,7193.59897843,21167946112.2959,130446112598.42 +30-12-2019,7420.27278806,7454.82402731,7276.30814028,7292.99507783,22874131671.9859,132235128152.198 +29-12-2019,7317.64758783,7513.94840873,7279.86546765,7422.65258898,22445257701.742,134570835775.06 +28-12-2019,7289.0311303,7399.04088941,7286.90517228,7317.99003408,21365673026.1211,132659059739.795 +27-12-2019,7238.14118032,7363.52923526,7189.93393524,7290.08851803,22777360995.5688,132139502950.022 +26-12-2019,7274.79942782,7388.30253592,7200.38659835,7238.96702501,22787010034.3503,131200030099.764 +25-12-2019,7325.75589098,7357.01996276,7220.99109225,7275.15572845,21559505148.8096,131840641291.733 +24-12-2019,7354.39283808,7535.71669352,7269.52874884,7322.5324589,22991622105.4083,132687583294.875 +23-12-2019,7508.90255573,7656.17619127,7326.19251983,7355.62826671,27831788041.2053,133275709110.985 +22-12-2019,7191.18870288,7518.03306263,7167.17911959,7511.58904232,23134537956.153,136088022048.89 +21-12-2019,7220.59355274,7223.22627792,7112.73608254,7191.15846913,19312552168.1143,130267655889.328 +20-12-2019,7208.63695894,7257.92191888,7086.12400862,7218.81638679,22633815180.0537,130752796980.24 +19-12-2019,7277.59099229,7346.60239301,7041.3820191,7202.84436364,25904604415.96,130445758712.962 +18-12-2019,6647.69846901,7324.98487298,6540.04927709,7276.80277047,31836522778.202,131754969804.179 +17-12-2019,6931.31521843,6964.07495829,6587.97426228,6640.51524608,22363804217.3446,120234244808.994 +16-12-2019,7153.66322803,7171.16870269,6903.68277313,6932.48038982,20213265949.6212,125515586951.621 +15-12-2019,7124.23952463,7181.0755288,6924.37592187,7152.30184412,16881129804.3008,129481424647.556 +14-12-2019,7268.90271202,7308.83632746,7097.20887996,7124.67396997,17137029729.9478,128970221233.088 +13-12-2019,7244.66223669,7293.56066067,7227.12274448,7269.68455922,17125736940.1692,131581377758.097 +12-12-2019,7216.73886245,7266.6394584,7164.7412448,7243.13436273,18927080224.0183,131087151088.483 +11-12-2019,7277.19769871,7324.15640741,7195.52739606,7217.4271152,16350490689.2812,130609895527.986 +10-12-2019,7397.13422776,7424.02286377,7246.04375293,7278.1197833,18249031194.8933,131696121854.857 +09-12-2019,7561.79517117,7618.09166983,7365.98519914,7400.89935576,17872021272.3945,133904005787.106 +08-12-2019,7551.33900507,7634.60664192,7476.09125491,7564.3454032,15409908086.2037,136847419895.976 +07-12-2019,7547.26544276,7589.95176549,7525.71133898,7556.23803387,15453520564.0591,136686769529.039 +06-12-2019,7450.56165667,7546.99669772,7392.17506274,7546.99669772,18104466306.7688,136504883934.631 +05-12-2019,7253.24189285,7743.43172474,7232.67698855,7448.30752084,18816085231.2983,134706455047.842 +04-12-2019,7320.12506594,7539.78474641,7170.92266087,7252.03458617,21664240918.4506,131143073943.328 +03-12-2019,7323.97540332,7418.85890799,7229.35711475,7320.1454684,14797485769.0999,132359942301.421 +02-12-2019,7424.03619682,7474.81886382,7233.39953789,7321.98811242,17082040705.7805,132378982376.714 +01-12-2019,7571.61619421,7571.61619421,7291.34195468,7424.29226516,18720708479.3486,134215145409.923 +30-11-2019,7764.05726187,7836.10181158,7515.84946647,7569.63012202,17158194786.41,136829391048.646 +29-11-2019,7466.72728957,7781.1796785,7460.75621581,7761.24360172,19709695455.776,140280108520.941 +28-11-2019,7536.82010358,7730.07266616,7454.12179377,7463.1061283,19050116751.2687,134879411013.193 +27-11-2019,7220.88064968,7619.6935852,6974.17436987,7531.6636446,23991412764.1441,136102712894.028 +26-11-2019,7145.1590862,7320.23035135,7098.57229752,7218.37133433,21129505542.4938,130429018719.748 +25-11-2019,7039.97703454,7319.85680403,6617.1670508,7146.13390214,42685231261.741,129112952930.262 +24-11-2019,7398.63390574,7408.57736944,7029.28912726,7047.91688176,30433517289.4688,127327398565.035 +23-11-2019,7296.16442479,7442.25893278,7151.41781411,7397.7968154,21008924417.7026,133636205957.351 +22-11-2019,7643.56942455,7697.38271398,6936.70659892,7296.57756843,34242315784.8124,131791783672.11 +21-11-2019,8023.64468729,8110.09813105,7597.38160764,7642.74994484,22514243371.4685,138031885378.783 +20-11-2019,8203.61317991,8237.23987375,8010.51190064,8027.26824331,20764300436.8365,144962727397.799 +19-11-2019,8305.13429095,8408.51612757,8099.96336899,8206.14591807,21083613815.9481,148178376842.59 +18-11-2019,8573.98009164,8653.28015751,8273.57288734,8309.28598342,21579470673.406,150025712267.127 +17-11-2019,8549.47090893,8727.78922661,8500.96788688,8577.9757816,18668638896.6252,154861842424.932 +16-11-2019,8491.16631667,8591.99724097,8473.97406353,8550.76055694,16495389808.4135,154354054193.602 +15-11-2019,8705.70810061,8730.8734266,8484.84418485,8491.99201234,21796856471.0897,153277483625.533 +14-11-2019,8811.93633174,8826.94365923,8692.55188007,8708.09509517,19084739974.5708,157160974643.863 +13-11-2019,8812.03362864,8836.84179047,8761.6511216,8808.2625823,17545755404.6043,158949942842.024 +12-11-2019,8759.75190096,8853.76817777,8685.42814321,8815.66253925,20309769107.2552,159068712900.41 +11-11-2019,9056.91770059,9081.27928096,8700.60878725,8757.78854226,20265510765.3146,158009772437.163 +10-11-2019,8812.48953287,9103.82584426,8806.16233361,9055.52605732,20587919881.0251,163364406731.87 +09-11-2019,8809.46919831,8891.81831071,8793.16349154,8813.58248677,17578630605.9219,158981489715.407 +08-11-2019,9265.36833744,9272.75941894,8775.53408279,8804.88071936,24333037836.1548,158808570728.683 +07-11-2019,9352.39346741,9368.47622343,9202.35313712,9267.56114253,22700383838.5234,167138722904.034 +06-11-2019,9340.86427973,9423.23703723,9305.90931362,9360.87991187,23133895764.6078,168806151582.738 +05-11-2019,9413.00494286,9457.41843455,9256.93201502,9342.52717939,26198609047.8397,168459778835.171 +04-11-2019,9235.60706498,9505.05167619,9191.48573922,9412.61187106,26170255634.422,169706332936.354 +03-11-2019,9324.78683223,9379.80687235,9141.25199093,9235.35487947,21132220847.4905,166495319475.216 +02-11-2019,9259.78300285,9377.48656728,9249.58772699,9324.71776331,21242676385.3271,168090392934.699 +01-11-2019,9193.99198943,9275.65727074,9132.04757639,9261.104352,24324691031.33,166928044163.92 +31-10-2019,9202.45758879,9383.16089153,9028.71744031,9199.58483269,26583653946.6317,165804227834.59 +30-10-2019,9422.4633254,9426.87421747,9085.3703568,9205.72655905,27706531577.461,165899500650.49 +29-10-2019,9248.4405622,9516.18104772,9232.64808578,9427.68758384,28426779937.4131,169883866262.332 +28-10-2019,9565.10188348,9805.11808945,9256.14838876,9256.14838876,30948255331.8234,166777392742.458 +27-10-2019,9241.70707513,9749.52966634,9112.54182017,9551.7149631,32593129500.7442,172087039875.447 +26-10-2019,8667.57715496,10021.743983,8662.62237955,9244.97220867,44496255608.7526,166547360781.636 +25-10-2019,7490.70317641,8691.53999754,7479.98432283,8660.70063696,28705065488.2505,156006603607.064 +24-10-2019,7509.72818274,7532.86765606,7446.98855091,7493.48873154,16268708848.7612,134968410276.478 +23-10-2019,8076.22846601,8092.99949202,7469.32269922,7514.67201276,21942878957.5397,135337364281.804 +22-10-2019,8243.40209165,8296.65115115,8074.46280468,8078.20332194,16803377856.538,145469660005.416 +21-10-2019,8225.11518823,8296.69397668,8196.41634287,8243.72113905,15868748865.705,148432733155.222 +20-10-2019,7997.8070221,8281.81863723,7949.43922655,8222.07826034,15504249442.1065,148026597063.944 +19-10-2019,7973.8037681,8082.62930791,7944.7770508,7988.56044241,13797825640.2423,143808163806.88 +18-10-2019,8100.93361588,8138.41371165,7902.16409743,7973.20744597,15651592610.2237,143517630375.763 +17-10-2019,8047.81274259,8134.8314486,8000.94263465,8103.91137325,14313052244.0844,145853994297.969 +16-10-2019,8204.67452005,8216.81221666,7985.08963712,8047.52686305,16071646995.521,144823993562.285 +15-10-2019,8373.45825537,8410.71471368,8182.70662559,8205.36931588,15220412631.575,147650082214.972 +14-10-2019,8320.83224411,8390.20904169,8284.13119151,8374.6864467,15151387859.0232,150680499056.444 +13-10-2019,8336.90223051,8470.98789038,8276.61224603,8321.00574668,13808286058.975,149700817938.865 +12-10-2019,8315.66465289,8415.24222171,8313.34130028,8336.55527417,14532641604.5306,149965767624.062 +11-10-2019,8585.26280768,8721.78072149,8316.18140086,8321.75671178,19604381101.2277,149685618275.045 +10-10-2019,8585.2798473,8625.27283353,8471.93362208,8586.47342543,17618660671.4154,154430515160.222 +09-10-2019,8229.84046087,8627.70620766,8169.29898629,8595.73981722,19384942333.2248,154579656110.395 +08-10-2019,8246.84962925,8332.71517142,8185.7629675,8228.7831528,15592264032.1241,147966069981.652 +07-10-2019,7989.12044675,8308.45022135,7905.76589842,8245.622933,18009742607.4426,148252589805.02 +06-10-2019,8149.87688203,8161.41016074,7958.85083002,7988.15595888,13160830305.1899,143607672862.462 +05-10-2019,8210.14909246,8215.52593054,8071.12083379,8151.50052921,12200497197.2163,146529229668.44 +04-10-2019,8259.49447523,8260.05563096,8151.23660841,8205.93924121,13139456229.4067,147491804056.45 +03-10-2019,8390.77428822,8414.22717061,8146.43684146,8259.99197863,13668823409.3658,148448162840.339 +02-10-2019,8344.21264933,8393.04164486,8227.69570267,8393.04164486,13125712442.6871,150823797662.299 +01-10-2019,8299.72110496,8497.6920351,8232.67960132,8343.2766814,15305343412.8303,149913972767.969 +30-09-2019,8104.22636732,8314.23099666,7830.75876126,8293.86774062,17115474183.4674,149011567415.156 +29-09-2019,8246.03737695,8261.70737338,7990.49716007,8104.18567564,13034629108.5014,145590374680.607 +28-09-2019,8251.27362342,8285.6167637,8125.43166316,8245.91515478,14141152736.1915,148122503615.689 +27-09-2019,8113.10095,8271.52075751,7965.92265351,8251.84555744,16408941155.5063,148212635834.013 +26-09-2019,8487.66958635,8515.68528527,7895.6296228,8118.96756783,19258205289.3518,145812492487.865 +25-09-2019,8603.42867242,8744.82844926,8325.39633159,8486.99297206,21744728352.6112,152404005090.737 +24-09-2019,9729.32139737,9804.31716645,8370.80138242,8620.56642733,25002886688.9271,154785821876.078 +23-09-2019,10067.9626513,10074.238246,9727.14357367,9729.32376435,15144925408.1142,174674558022.766 +22-09-2019,10024.1152629,10074.4444155,9922.53339543,10070.3921064,13199651698.4687,180784051698.601 +21-09-2019,10183.6480972,10188.0979122,10000.7080483,10019.7169101,13425266806.3321,179853287294.13 +20-09-2019,10266.3185338,10285.8722648,10132.1861639,10181.6413094,14734189639.282,182738947695.643 +19-09-2019,10200.4958846,10295.6689895,9851.69215634,10266.4149694,19937691247.0366,184240949577.458 +18-09-2019,10247.7960832,10275.9290823,10191.4695236,10198.2484072,16169268880.2039,182998899156.058 +17-09-2019,10281.5133161,10296.7717172,10199.7397431,10241.2721545,15304603363.0642,183748515827.697 +16-09-2019,10347.2222579,10386.8668661,10189.7445857,10276.7935649,15160167778.756,184366827555.185 +15-09-2019,10356.4657676,10387.0348987,10313.092448,10347.7129074,12043433567.3488,185618174383.964 +14-09-2019,10345.4037591,10422.1334739,10291.6944928,10358.0491621,13468713124.1199,185784300332.487 +13-09-2019,10415.3625333,10441.4890164,10226.5969003,10360.5472773,14109864674.7053,185809163035.281 +12-09-2019,10176.8193616,10442.2538742,10099.2419536,10410.1268031,15323563925.0222,186678943058.602 +11-09-2019,10123.0347321,10215.9477875,9980.77667261,10178.3718893,15428063426.0714,182502788242.499 +10-09-2019,10336.4084054,10394.3539227,10020.5734003,10115.9757913,14906809639.1074,181360731382.795 +09-09-2019,10443.2285007,10450.3115318,10144.929455,10334.9741628,17595943367.9607,185263578990.272 +08-09-2019,10518.1141171,10595.6380804,10409.091259,10441.275979,13670567492.7551,187150078006.707 +07-09-2019,10353.9315807,10558.673705,10348.9192522,10517.254784,15307366476.4524,188488525926.318 +06-09-2019,10578.1978276,10898.7621803,10292.3001305,10353.3025592,19536574782.8784,185530405363.172 +05-09-2019,10588.1840215,10627.2698685,10516.4182336,10575.533284,14551239507.9754,189492405382.712 +04-09-2019,10621.1803306,10762.6442123,10434.7103971,10594.4933536,16742664768.544,189810010607.682 +03-09-2019,10345.7251399,10736.1047208,10308.5478807,10623.5401172,19384917988.7139,190312487956.047 +02-09-2019,9757.47323681,10396.5913249,9730.65071681,10346.7607927,17248102293.7972,185333114163.111 +01-09-2019,9630.59319616,9796.75596805,9582.94463078,9757.97031807,11445355859.3666,174768292883.373 +31-08-2019,9597.5394476,9673.22043974,9531.79983914,9630.66384768,11454806419.0115,172470743516.177 +30-08-2019,9514.84485249,9656.12392624,9428.30239699,9598.17364826,13595263986.4386,171869216523.885 +29-08-2019,9756.78570735,9756.78570735,9421.63015965,9510.20054413,17045878500.7915,170274910132.348 +28-08-2019,10203.4268025,10279.3659944,9716.65581044,9754.42327325,17603790323.1144,174627460399.528 +27-08-2019,10372.8263035,10381.3283434,10087.3005576,10185.4998997,14762609502.7663,182325540954.58 +26-08-2019,10126.2995187,10512.3277534,10126.2995187,10370.8201605,18438654079.5348,185625235888.757 +25-08-2019,10160.7370213,10304.6222586,10008.7887534,10138.517665,14153856609.6535,181450186164.483 +24-08-2019,10407.6442328,10418.0204345,9982.29685483,10159.9605385,15451030650.3596,181813631752.038 +23-08-2019,10136.3095336,10442.4435166,10078.1927261,10407.965329,15627023886.2172,186231409722.18 +22-08-2019,10142.52143,10232.9960286,9831.46262049,10131.0561021,17097508856.2413,181257125782.967 +21-08-2019,10764.5727493,10798.7297949,9962.7216442,10138.049355,19473084767.8293,181364502141.631 +20-08-2019,10916.3467171,10947.0417192,10618.9606782,10763.2326304,15053082175.362,192530283565.253 +19-08-2019,10350.283631,10916.0538702,10313.2044338,10916.0538702,16038264603.2616,195243306008.31 +18-08-2019,10233.0062966,10487.070244,10119.0946079,10345.8103795,12999813869.0485,185022920955.421 +17-08-2019,10358.7225407,10452.6246924,10086.6979603,10231.7438454,13778035685.0204,182966857173 +16-08-2019,10319.4203458,10524.3498284,9855.47883007,10374.3393471,20228207096.3622,185500055338.796 +15-08-2019,10038.4217089,10437.4106507,9675.3164202,10311.545429,22899115082.1403,184357666577.279 +14-08-2019,10889.4877427,10889.5569207,10028.1353635,10051.7039313,19990838299.8764,179692803424.26 +13-08-2019,11385.0524972,11420.0498609,10830.3269144,10895.8304358,16681503536.9668,194762696644.164 +12-08-2019,11528.1893667,11528.1893667,11320.9515001,11382.6159562,13647198229.0109,203441494985.163 +11-08-2019,11349.7398943,11523.5793784,11248.2948234,11523.5793784,15774371517.9934,205941632234.684 +10-08-2019,11861.5566954,11915.6552603,11323.8987573,11354.0242177,18125355447.0493,202890020454.664 +09-08-2019,11953.4695395,11970.4577149,11709.7453788,11862.93676,18339989959.5105,211961319132.719 +08-08-2019,11954.0403364,11979.4201746,11556.1684508,11966.407405,19481591729.5165,213788089212.212 +07-08-2019,11476.1934394,12036.9898905,11433.701205,11941.9683406,22194988641.2161,213330426788.853 +06-08-2019,11811.5450274,12273.8213783,11290.7316542,11478.1693461,23635107659.8143,205023347814.272 +05-08-2019,10960.7357349,11895.0919275,10960.7357349,11805.6537253,23875988832.3366,210848822060.36 +04-08-2019,10821.6329392,11009.2069143,10620.2782517,10970.1842157,16530894786.8053,195907875403.024 +03-08-2019,10519.278349,10946.7813264,10503.5043975,10821.7265103,15352685060.58,193233960601.286 +02-08-2019,10402.0434274,10657.95271,10371.0139875,10518.1746772,17489094081.7003,187791090996.091 +01-08-2019,10077.442592,10446.9203303,9922.01981608,10399.6694229,17165337857.81,185653203391.495 +31-07-2019,9604.05115871,10085.6277491,9598.09768275,10085.6277491,16631520647.7532,180028959602.822 +30-07-2019,9522.32895542,9701.7593939,9437.3362874,9607.42368665,13829811132.0847,171472452506.045 +29-07-2019,9548.17889422,9681.64800826,9472.94833737,9519.14591371,13791445323.2415,169880343826.604 +28-07-2019,9491.62688749,9575.54534858,9252.2968633,9552.86043541,13738687092.7752,170461958073.989 +27-07-2019,9871.16499086,10167.3205575,9411.52180812,9477.67767811,16817809536.373,169099540423.129 +26-07-2019,9913.12718948,9916.51772964,9717.9822414,9870.30353766,14495714483.2295,176085968354.266 +25-07-2019,9809.09690775,10154.2540296,9773.95670972,9911.84226491,15821952090.4731,176806451137.238 +24-07-2019,9887.73084418,9908.7972369,9614.30658327,9811.92618837,17398734321.6307,175005760793.922 +23-07-2019,10346.7477047,10346.7477047,9883.59513007,9900.76801058,17851916994.61,176572890701.902 +22-07-2019,10596.9480747,10651.7912019,10154.9215831,10343.1061684,16334414913.1969,184443440747.993 +21-07-2019,10777.5296892,10841.8877848,10389.5998035,10599.1053965,17130580467.0391,188987475961.558 +20-07-2019,10525.819,11048.6623461,10451.2760142,10767.1395226,20206615154.6533,191963691255.277 +19-07-2019,10653.956443,10716.9806727,10229.6289244,10530.7326264,20727426309.5903,187725578627.888 +18-07-2019,9698.50274016,10736.8430131,9376.79846015,10666.4828491,25187024648.1732,190129918120.93 +17-07-2019,9471.21400074,9963.13442838,9163.13464449,9693.80272448,24569921548.6747,172777250514.701 +16-07-2019,10896.6533265,10996.6332798,9448.1067483,9477.64204235,24151199069.746,168908640950.353 +15-07-2019,10257.8385363,11052.7667966,9992.00724951,10895.0893874,25384047206.6059,194147627474.959 +14-07-2019,11381.0208987,11451.2037673,10234.5764143,10256.0582756,22486000001.3479,182741933551.727 +13-07-2019,11813.1273165,11841.9572004,10908.4793185,11392.3793357,21042616383.5567,202968191000.8 +12-07-2019,11354.299624,11905.4870064,11179.1448437,11815.9866867,23534692796.6076,210494417831.881 +11-07-2019,12139.7138379,12144.6227945,11158.9228142,11358.661752,28595327690.1018,202324174691.693 +10-07-2019,12571.5371616,13129.5289339,11710.9784147,12156.5126313,33627574244.0567,216515999522.295 +09-07-2019,12284.3264649,12779.1320971,12233.2620314,12573.8129407,28167921522.6206,223928128582.652 +08-07-2019,11446.5971553,12345.8331464,11393.3743129,12285.958217,23482551458.3087,218778355444.306 +07-07-2019,11217.6159338,11541.6198726,11148.8048129,11450.8467553,19369044276.9011,203881891345.94 +06-07-2019,10982.5439142,11620.9651525,10982.5439142,11208.5508454,21092024306.2619,199546110914.427 +05-07-2019,11203.1024876,11395.6613596,10874.9649233,10978.4599518,23838480210.0513,195424678267.024 +04-07-2019,11972.7185797,12006.0753559,11166.5688601,11215.4375483,25920294033.3402,199617404431.54 +03-07-2019,10818.1558221,11968.0776971,10818.1558221,11961.2693412,30796494293.7676,212867079175.497 +02-07-2019,10588.6836947,10912.1886159,9737.88454398,10801.6779238,31015895222.9625,192206536805.973 +01-07-2019,10796.9306183,11206.4398606,10089.3143739,10583.1345195,29378589324.4453,188297637573.825 +30-06-2019,11931.990728,12178.3833598,10799.0085788,10817.1555981,27256473494.4706,192442065810.218 +29-06-2019,12400.7636934,12400.910221,11508.3784271,11959.3709764,29923961127.7756,212739713110.418 +28-06-2019,11162.1678255,12445.1752203,10914.4948615,12407.331998,35087757765.864,220681459665.927 +27-06-2019,13017.1248668,13311.1443049,10491.8523044,11182.8062855,39977475222.6314,198878940963.532 +26-06-2019,11778.5811328,13796.4890807,11755.597775,13016.2317442,45105733173.1893,231462117208.617 +25-06-2019,11007.2020736,11790.916533,11007.2020736,11790.916533,24879684533.0455,209647943360.178 +24-06-2019,10853.7438384,11065.8960178,10610.4280819,11011.1024485,19271652364.8505,195762668679.254 +23-06-2019,10696.6909289,11246.1441834,10556.095932,10855.3710156,20998326501.9612,192970090354.715 +22-06-2019,10175.9239561,11157.3455164,10107.0352041,10701.691013,29995204860.6379,190214124823.557 +21-06-2019,9525.07460809,10144.5567168,9525.07460809,10144.5567168,20624008643.439,180293241528.337 +20-06-2019,9273.06078283,9594.42027595,9232.48426293,9527.16035008,17846823783.9018,169304784791.184 +19-06-2019,9078.72760253,9299.62104446,9070.39599386,9273.52176614,15546809946.0294,164780855868.715 +18-06-2019,9335.46690152,9348.37442796,9004.90174624,9081.76285149,15848210535.5012,161353637185.781 +17-06-2019,8988.92370914,9416.40744016,8988.92370914,9320.35218253,15562951918.8338,165573372261.217 +16-06-2019,8841.44078361,9335.86694232,8814.55645906,8994.48801293,23348550310.9672,159769423369.732 +15-06-2019,8689.74641372,8859.12746691,8618.39596373,8838.37523367,18371033226.454,156982138834.687 +14-06-2019,8230.89877378,8710.63642127,8183.39293312,8693.83281543,19831162905.969,154398880249.084 +13-06-2019,8145.54523047,8311.56742951,8087.06116595,8230.92383068,18669407147.4338,146160317148.195 +12-06-2019,7925.43410401,8196.64825685,7862.3597896,8145.85747373,19034432883.3832,144634684710.85 +11-06-2019,8004.24354228,8026.3942184,7772.80393035,7927.71435114,17107279931.9857,140748537529.853 +10-06-2019,7692.28467885,8031.90989621,7586.73084679,8000.32982299,18689275117.4736,142023351079.395 +09-06-2019,7949.67470562,7975.97432619,7583.21971271,7688.07711075,16610726547.0477,136465098533.162 +08-06-2019,8036.774936,8076.89110147,7837.61096128,7954.12772355,16522722809.9052,141172841635.462 +07-06-2019,7826.90126518,8126.15348327,7788.3733918,8043.95135807,19141423230.7911,142754693587.597 +06-06-2019,7819.63337781,7937.34087946,7571.47097209,7822.02338228,19474611077.3689,138800725479.332 +05-06-2019,7704.34318039,7901.8489052,7668.6687003,7824.23153913,21760923463.0297,138824651666.408 +04-06-2019,8210.98582388,8210.98582388,7564.48860353,7707.77077085,24609731548.7902,136742790468.573 +03-06-2019,8741.74721596,8743.50012386,8204.18581516,8208.99482964,22004511436.0117,145619047341.18 +02-06-2019,8565.47326214,8809.30399136,8561.23513935,8742.95810038,20266216022.1639,155077231351.225 +01-06-2019,8573.83972489,8625.60025901,8481.57822194,8564.01647182,22488303543.9471,151890214309.926 +31-05-2019,8320.28637611,8586.65937818,8172.55084356,8574.50164907,25365190957.3896,152059886413.545 +30-05-2019,8661.76050606,9008.31456846,8221.27336604,8319.47222898,29246528551.201,147525141134.055 +29-05-2019,8718.59132866,8755.85207898,8482.72893785,8659.48775584,23473479966.1112,153537047654.921 +28-05-2019,8802.75819975,8807.01613958,8634.72130428,8719.9617362,24226919266.6635,154590202287.415 +27-05-2019,8674.07240318,8907.17444077,8668.70492015,8805.7783766,27949839563.9382,156093754762.006 +26-05-2019,8055.20591925,8687.52079924,7924.67019111,8673.21603511,26677970091.4978,153725486067.287 +25-05-2019,7991.88503911,8117.92594496,7965.97621163,8052.54385907,22256813106.5725,142708188838.421 +24-05-2019,7881.6953208,8140.71991773,7824.44888684,7987.37156583,25919126990.993,141539115575.014 +23-05-2019,7677.26883391,7943.79138993,7533.196693,7881.84672105,24457107820.1032,139654107034.588 +22-05-2019,7956.29214912,7997.61243859,7615.98748467,7680.06654589,24719473174.9693,136063898960.26 +21-05-2019,7977.96936984,8062.16804044,7843.33978307,7963.32777911,25127245056.398,141065573610.266 +20-05-2019,8196.92393539,8200.96799673,7678.78158711,7978.30907244,23843404339.5117,141315695727.576 +19-05-2019,7267.96301884,8261.94116696,7267.96301884,8197.68969114,25902422039.648,145185076704.969 +18-05-2019,7341.66441915,7447.2717408,7251.50451112,7271.20790408,21354286561.9857,128761727083.303 +17-05-2019,7886.92599261,7929.14555093,7038.12453946,7343.89571659,30066644905.1297,130034777632.549 +16-05-2019,8194.50090343,8320.82435452,7729.60838515,7884.90929094,33167197581.0209,139599559277.841 +15-05-2019,7989.37450547,8216.42381116,7899.10688404,8205.16749484,28344112919.5707,145254332460.476 +14-05-2019,7807.88444936,8268.71267944,7696.39104325,7994.41615632,32031452226.8167,141508656734.802 +13-05-2019,6971.17820581,8047.41300187,6898.2824267,7814.91513992,28677672181.4518,138316573807.201 +12-05-2019,7203.50752166,7503.87183327,6815.77092608,6972.37152291,27773333679.6781,123389710222.362 +11-05-2019,6379.66690526,7333.00312262,6375.69861161,7204.77169716,28867562329.2995,127488435181.246 +10-05-2019,6175.82273778,6434.61766164,6161.51907243,6378.8489737,19419875367.6122,112863284035.003 +09-05-2019,5982.31627033,6183.03929388,5982.31627033,6174.52868876,16784645410.7955,109238600750.148 +08-05-2019,5849.48135039,5989.98114696,5794.71564865,5982.45732286,15320605299.5998,105829143585.149 +07-05-2019,5745.59904909,5988.17834158,5741.39591074,5829.50151628,18026409032.5876,103112368557.499 +06-05-2019,5791.69326658,5802.95753492,5653.68761092,5746.80700343,15737171804.1755,101640471055.639 +05-05-2019,5831.06846097,5833.86291815,5708.03512399,5795.70842926,14808830722.9304,102494420158.46 +04-05-2019,5769.20253322,5886.8934994,5645.46932165,5831.16747167,17567780765.6085,103112021258.803 +03-05-2019,5505.55237976,5865.88207851,5490.2018629,5768.28940693,18720780005.7302,101986240859.226 +02-05-2019,5402.42286531,5522.26255673,5394.21751696,5505.28367176,14644460907.0129,97330112146.5137 +01-05-2019,5350.91450555,5418.004045,5347.6461061,5402.69709069,13679528236.4505,95501110090.8014 +30-04-2019,5247.72588172,5363.25752308,5224.18984511,5350.72669668,13878964573.7961,94573826827.4842 +29-04-2019,5284.85852173,5311.27468235,5216.48796096,5247.35253746,13735490672.3168,92737510865.0381 +28-04-2019,5271.74639378,5326.23201477,5255.68374555,5285.13900822,12819992055.6275,93391244394.8948 +27-04-2019,5279.47114181,5310.75014488,5233.63572083,5268.29106346,13111274675.1063,93086156556.1504 +26-04-2019,5210.30491981,5383.63441532,5177.36851375,5279.34821147,16812108039.6273,93272287959.7983 +25-04-2019,5466.52427676,5542.23830474,5181.33901806,5210.51555862,15330283408.0494,92046492863.6906 +24-04-2019,5571.50817669,5642.04459312,5418.26332858,5464.86664182,17048033399.0899,96530038144.448 +23-04-2019,5399.36570489,5633.80205461,5389.40888788,5572.36206051,15867308107.9804,98417387004.1095 +22-04-2019,5312.49464201,5422.68742206,5280.27672867,5399.36541009,14601631647.9961,95354207775.9268 +21-04-2019,5335.87896599,5359.92503038,5257.33953186,5314.5314532,13731844222.8199,93847052256.1912 +20-04-2019,5304.1605399,5358.49049306,5295.87771212,5337.8861323,13169647522.1762,94248717443.8952 +19-04-2019,5298.15452927,5336.68000293,5233.33520521,5303.81261613,13780238655.1805,93638345002.2649 +18-04-2019,5251.48069196,5319.98611387,5250.50665911,5298.38569881,13256489918.0909,93532402741.0929 +17-04-2019,5236.13523984,5274.27555335,5219.20559934,5251.93818854,12438480676.6085,92702617458.1931 +16-04-2019,5066.57760057,5238.9452381,5055.19496077,5235.55941893,11618660197.331,92404613297.4486 +15-04-2019,5167.32198286,5196.60679923,5024.06937381,5067.10847228,12290155060.9227,89422237602.9984 +14-04-2019,5095.75863359,5184.01606396,5053.56858614,5167.72236684,10391952498.0296,91188595340.7853 +13-04-2019,5088.84997329,5127.12209428,5061.58936959,5096.58656276,10823289598.3117,89925574874.6422 +12-04-2019,5061.20088735,5103.27440858,4955.85259984,5089.53891201,13675206312.4982,89792633045.0218 +11-04-2019,5325.08155529,5354.22546556,5017.29640976,5064.48767243,16555616019.1146,89341168456.888 +10-04-2019,5204.10530845,5421.65146794,5193.38250879,5324.5518687,15504590933.2653,93918439274.0321 +09-04-2019,5289.91798137,5289.91798137,5167.41905834,5204.95837847,14722104361.4039,91799330425.2375 +08-04-2019,5199.83537777,5318.83648777,5148.21181354,5289.77104039,17154113634.3214,93286365973.0142 +07-04-2019,5062.79376134,5235.1864351,5050.41230153,5198.89699014,16655416140.2699,91674230185.9347 +06-04-2019,5036.79302365,5205.82193076,4992.22200103,5059.81718799,16929795193.6879,89212733449.5707 +05-04-2019,4922.80611783,5053.50997402,4919.49163361,5036.68110011,16837325387.2428,88796118649.975 +04-04-2019,4971.30774104,5063.1597258,4836.79382246,4922.79878778,18251810239.6095,86778727821.0768 +03-04-2019,4879.95813337,5307.00360895,4876.62131112,4973.02181522,22899891582.3906,87655288144.6018 +02-04-2019,4156.91964324,4905.95443266,4155.31667828,4879.87782845,21315047816.2034,85986009273.1489 +01-04-2019,4105.36242087,4164.95332383,4096.90125463,4158.18307045,10157794170.601,73269368747.441 +31-03-2019,4105.45617673,4113.02361297,4094.10084931,4105.40429618,9045122442.86547,72339379035.9471 +30-03-2019,4092.13616358,4296.8066502,4053.90965067,4106.66008466,9732688060.4259,72355190645.0434 +29-03-2019,4068.29989093,4113.50083216,4034.09716136,4098.37454059,10918665556.7509,72202088875.2092 +28-03-2019,4087.584591,4094.90217427,4040.26644055,4069.10714977,9353915899.01829,71678998915.3443 +27-03-2019,3984.24481868,4087.06622992,3977.81046621,4087.06622992,10897131934.1801,71987847570.6632 +26-03-2019,3969.22885592,3985.08080287,3944.75317214,3985.08080287,10707678814.874,70184147202.9256 +25-03-2019,4024.11267975,4038.84089385,3934.03136241,3963.07065416,10359818882.7206,69789872373.2903 +24-03-2019,4035.16354472,4040.69962534,4006.19284731,4022.1682822,9144851064.99816,70823042992.427 +23-03-2019,4022.71330744,4049.88248617,4015.96469723,4035.82635079,9578850549.20952,71056017909.8302 +22-03-2019,4028.51456305,4053.90667736,4021.54243412,4023.96816173,9252935969.11583,70840048102.3798 +21-03-2019,4083.95389256,4097.35995254,4005.15127452,4029.32690706,10831212661.6887,70926226881.5237 +20-03-2019,4070.7940175,4089.46189246,4031.11074047,4087.47629856,10175916388.2762,71942444088.065 +19-03-2019,4032.69200717,4082.21601126,4023.81254521,4071.19020004,9344919956.26907,71647703827.7263 +18-03-2019,4029.96845808,4071.55673145,4009.11722623,4032.50738522,9646954186.20681,70958165406.797 +17-03-2019,4047.71957111,4054.12201368,4006.41114819,4025.22897966,8221625399.65813,70821939585.3756 +16-03-2019,3963.90011952,4077.03628216,3961.6575267,4048.72590374,9856166973.20956,71227967573.2899 +15-03-2019,3926.66323109,3968.54286634,3914.01535654,3960.91118728,9394210604.85752,69675002376.5269 +14-03-2019,3905.57699911,3946.50428698,3901.2968769,3924.369118,10480789569.5861,69024696307.424 +13-03-2019,3913.047443,3926.59772853,3891.90419153,3906.71716859,9469184841.22373,68706700381.1646 +12-03-2019,3903.75829416,3926.88908293,3863.55909997,3909.15620907,9809887079.43689,68743000581.0221 +11-03-2019,3953.74017402,3966.38473672,3889.23913266,3905.22731979,10125901902.7266,68666928025.4743 +10-03-2019,3966.1742332,3966.1742332,3924.38105934,3951.59982769,9713267606.58481,69475297369.7211 +09-03-2019,3894.55252613,3987.23778458,3892.39046739,3963.31374243,10796103518.2198,69674508654.6229 +08-03-2019,3913.22593587,3950.43223806,3875.22842393,3901.13162355,10638638944.001,68574579320.2148 +07-03-2019,3903.3847998,3939.37339556,3894.11295638,3911.4842891,9584165518.67529,68749421310.5083 +06-03-2019,3897.08106256,3919.51051824,3871.46059394,3903.9425832,9175291528.51699,68609885775.7594 +05-03-2019,3759.83244114,3903.91675352,3745.18318172,3896.37502308,10174126414.5332,68470655399.5828 +04-03-2019,3845.09155774,3867.38181147,3733.74966077,3761.55701842,9029175787.94408,66094551587.193 +03-03-2019,3862.26616642,3875.48371414,3836.90573367,3847.17569934,7253558152.32178,67592376373.1992 +02-03-2019,3855.31822217,3874.60748448,3832.12797211,3864.41510673,7578786075.61039,67888255370.8382 +01-03-2019,3853.75713203,3907.79548566,3851.69234979,3859.58375221,7661247975.11185,67796965743.3518 +28-02-2019,3848.2620255,3906.0584282,3845.82138085,3854.78528208,8399767798.45704,67704774107.0288 +27-02-2019,3857.47978186,3888.80258758,3787.05877702,3851.04747978,8301309684.13533,67631949500.0921 +26-02-2019,3878.6973183,3891.57896247,3837.98643789,3854.35793575,7931218996.38403,67683296223.3571 +25-02-2019,3807.00244566,3913.70726513,3807.00244566,3882.69629339,9318796066.6747,68173204650.9558 +24-02-2019,4145.45786231,4210.64175454,3793.70900544,3810.42743065,10794227451.2229,66897483404.1494 +23-02-2019,3998.91627262,4166.28616128,3968.72669838,4142.52692999,8922258315.77183,72720867208.2186 +22-02-2019,3952.4063737,4006.53838667,3950.81642747,4005.52660406,7826525254.37879,70308555856.5589 +21-02-2019,4000.25678662,4010.009483,3940.10818712,3954.1182433,7775128102.44287,69398333876.334 +20-02-2019,3946.68498546,4000.48629461,3926.24692473,3999.82050882,8693373948.00982,70194350041.973 +19-02-2019,3911.66152075,4010.87942178,3908.15296756,3947.09440657,9933626654.81582,69262673238.0216 +18-02-2019,3671.36998898,3936.66500089,3669.98232379,3915.71447331,9908216640.36486,68704389994.3763 +17-02-2019,3633.35947964,3680.53728847,3619.18213016,3673.83629289,7039512502.6247,64453368778.9611 +16-02-2019,3615.27026725,3652.84126709,3615.27026725,3629.78749138,5934744051.69985,63673369195.0388 +15-02-2019,3617.36836687,3647.7950639,3608.20643294,3620.81075285,6091952230.58605,63509111125.2578 +14-02-2019,3631.17019256,3646.25659694,3607.69780014,3616.88097021,6271044417.92334,63434486051.9796 +13-02-2019,3653.60399078,3669.74651062,3617.2464285,3632.07060268,6438903822.53137,63694394519.3354 +12-02-2019,3642.75185939,3668.58683348,3618.55692543,3653.52864497,6480384531.73272,64063755249.7315 +11-02-2019,3695.61303928,3695.61303928,3642.28773261,3648.43062774,6277056433.57185,63968390249.9939 +10-02-2019,3673.20153682,3695.03601276,3640.97995463,3690.18824383,6282256902.9225,64694025950.728 +09-02-2019,3671.58595682,3679.94151048,3646.55933455,3671.20370545,6158833644.65178,64354732475.0563 +08-02-2019,3401.37643333,3695.61397521,3391.02375248,3666.78035061,7735623101.05035,64270269952.7511 +07-02-2019,3414.92953864,3427.94560955,3394.21860755,3399.47164359,5004962682.80801,59578075990.9339 +06-02-2019,3469.09170088,3469.09170088,3398.56538208,3413.7677183,5482196037.61486,59821158611.6301 +05-02-2019,3454.9508136,3478.14811641,3451.93695191,3466.35743916,5227549544.8948,60735563489.7233 +04-02-2019,3467.2116661,3476.22377768,3442.5869204,3459.15414635,5332718886.30653,60603083461.2471 +03-02-2019,3516.13956776,3521.38822007,3447.92431416,3464.01332586,5043937583.94819,60681847607.5771 +02-02-2019,3484.62588008,3523.28733174,3467.57468262,3521.06078726,5071623600.96582,61675119055.415 +01-02-2019,3460.54712403,3501.95413455,3431.59149165,3487.94538683,5422926707.35329,61088747491.2873 +31-01-2019,3485.40928952,3504.80488538,3447.91581548,3457.79274724,5831198270.86504,60553903927.4911 +30-01-2019,3443.89706175,3495.1748876,3429.38794807,3486.18175093,5955112626.75721,61044262622.3971 +29-01-2019,3468.87015541,3476.06536415,3400.81972619,3448.11702209,5897159492.96958,60371874098.8161 +28-01-2019,3584.28327917,3586.75087826,3439.23300929,3470.45054223,6908930483.46637,60756570313.9757 +27-01-2019,3604.68726747,3612.67142766,3567.24575778,3583.96576317,5570752966.31456,62737274092.7359 +26-01-2019,3599.7153629,3654.93319305,3593.34583728,3602.46043861,5098183234.66414,63054898963.1367 +25-01-2019,3607.3903841,3612.92766233,3575.59733314,3599.7658879,5265847538.53257,63000985907.6837 +24-01-2019,3584.5003014,3616.08741447,3569.09284671,3600.86550122,5262869046.43655,63014066011.6996 +23-01-2019,3605.55702187,3623.06775216,3565.31403323,3585.12306636,5433755648.65326,62731361271.6475 +22-01-2019,3575.08123989,3620.74655094,3539.72132372,3604.57705248,5313623556.00702,63065139423.6322 +21-01-2019,3600.37273885,3608.84084892,3558.53714829,3576.03243928,5004347059.44597,62559869611.6414 +20-01-2019,3725.44612463,3743.38797121,3583.01948596,3601.0135915,5582489559.53197,62990143284.0983 +19-01-2019,3652.37783507,3758.53352345,3652.37783507,3728.56836493,5955691379.94133,65214103658.5829 +18-01-2019,3677.99058389,3682.52000204,3637.08086521,3657.83943502,5002961726.8303,63970991867.2934 +17-01-2019,3651.87098588,3680.13601133,3621.96099215,3678.56397636,5464420383.38187,64327048254.6073 +16-01-2019,3631.5098712,3685.77705953,3624.67338834,3655.00688578,5394457144.65099,63909348775.7898 +15-01-2019,3704.21630768,3720.15341533,3619.94912664,3630.67522467,5537192301.96239,63477817959.3241 +14-01-2019,3557.31113168,3727.83629128,3552.28515158,3706.05222041,5651384489.83351,64789619995.0563 +13-01-2019,3658.86811698,3674.75998688,3544.92722821,3552.95306759,4681302465.81578,62106461671.3502 +12-01-2019,3686.97309735,3698.9783488,3653.81085703,3661.30098975,4778170882.56059,63994140881.8701 +11-01-2019,3674.01543102,3713.88184691,3653.06980474,3687.3654818,5538712864.65637,64443301116.571 +10-01-2019,4034.41144545,4064.06655088,3659.17453883,3678.92468128,6874143795.71863,64288932886.0169 +09-01-2019,4031.55201569,4068.40358144,4022.66280883,4035.29636921,5115905224.62691,70508733459.2063 +08-01-2019,4028.47207166,4109.02106516,3996.95525626,4030.84799935,5306593305.06723,70422743854.2439 +07-01-2019,4078.58505461,4092.61343706,4020.89395079,4025.24828708,5228625637.09382,70316305580.3226 +06-01-2019,3836.51915828,4093.29744447,3826.51306238,4076.63268458,5597027439.59745,71206795852.7853 +05-01-2019,3851.97396457,3904.90309592,3836.90012599,3845.19446017,5137609823.75761,67157570935.0686 +04-01-2019,3832.03996811,3865.93453193,3783.8536653,3857.71761887,4847965467.09122,67368333500.343 +03-01-2019,3931.04863841,3935.68513083,3826.22287069,3836.74131867,4530215218.84018,66994920902.7202 +02-01-2019,3849.21640853,3947.9812729,3817.40949569,3943.40933686,5244856835.70851,68849856731.6738 +01-01-2019,3746.71338747,3850.91376479,3707.23130258,3843.51996727,4324200990.19464,67098634180.6128 +31-12-2018,3866.83899926,3868.74298842,3725.86749335,3742.70033544,4661840806.32313,65331499157.744 +30-12-2018,3822.38483485,3901.9090157,3797.21912198,3865.95257679,4770578574.97409,67475512827.3938 +29-12-2018,3932.49180904,3963.75880829,3820.40868219,3820.40868219,4991655917.4825,66672244158.107 +28-12-2018,3653.13192864,3956.13609361,3642.63210325,3923.91859424,5631554348.35522,68471837968.722 +27-12-2018,3854.68857317,3874.41687968,3645.44843766,3654.83353854,5130222366.47092,63768757100.9022 +26-12-2018,3819.66669066,3893.35973112,3769.86381605,3857.29751969,5326547918.2356,67292819464.6361 +25-12-2018,4081.03047102,4089.56159334,3760.02039224,3815.49060966,6158207293.44091,66556033171.8177 +24-12-2018,4000.33178206,4271.79245,4000.33178206,4078.59919478,7240968501.10825,71137548588.8249 +23-12-2018,4020.99467354,4085.72358463,3976.4057328,3998.98034184,6151275489.92045,69741217416.6041 +22-12-2018,3898.08367671,4014.18251388,3855.73893391,4014.18251388,5605823232.54427,69997508294.9082 +21-12-2018,4133.703587,4198.42957996,3850.94616856,3896.54371704,7206015706.47559,67937650255.418 +20-12-2018,3742.19518335,4191.22870639,3728.97463571,4134.44120304,8927129279.04703,72078243770.6126 +19-12-2018,3706.82484989,3949.32295089,3687.23002226,3745.95076478,6810689118.77968,65299132785.3376 +18-12-2018,3544.76156472,3701.34942887,3487.16920219,3696.05912776,5911325472.51183,64422587801.2914 +17-12-2018,3253.12299273,3597.9178885,3253.12299273,3545.86476058,5409247918.11952,61798926686.5305 +16-12-2018,3236.2747733,3305.75310795,3233.81979097,3252.83902595,3744248994.37924,56685436643.7664 +15-12-2018,3243.99754038,3275.37782696,3191.30356157,3236.76164502,3551763561.38039,56400691424.6544 +14-12-2018,3311.75191371,3329.55602092,3206.54229103,3242.48476281,4372763663.29151,56494379457.2721 +13-12-2018,3487.87935755,3489.73939494,3298.13196161,3313.67725772,4343372456.24872,57728688215.976 +12-12-2018,3421.4583733,3534.22857953,3413.48135271,3486.95014412,4139364828.95223,60741625425.5272 +11-12-2018,3497.5547337,3513.18494093,3392.2500529,3424.58807495,4696765187.87625,59650201102.151 +10-12-2018,3612.04639531,3647.33258231,3470.14441964,3502.65599577,5020968740.04215,61004445982.3277 +09-12-2018,3473.22762038,3685.30559965,3469.09435766,3614.23427278,4947372847.28064,62942160928.0342 +08-12-2018,3421.9104035,3506.04339159,3350.65070337,3476.11471452,5305024497.06153,60531278391.8027 +07-12-2018,3512.59040851,3512.59040851,3280.22875211,3419.93720035,6835615448.39682,59547645578.0206 +06-12-2018,3754.07446712,3874.96603127,3521.10172384,3521.10172384,5878333109.02888,61303965507.8301 +05-12-2018,3958.89472485,3969.53585216,3753.99482663,3753.99482663,5302481573.52231,65352496335.9036 +04-12-2018,3886.2948763,4075.62765492,3832.74993843,3956.89386975,5028069239.31427,68878292607.5452 +03-12-2018,4147.32376691,4155.97928378,3840.44626837,3894.1309069,5089570993.52304,67779050169.8008 +02-12-2018,4200.73317961,4301.51941165,4110.97847302,4139.8780641,5262697895.12074,72050487506.1332 +01-12-2018,4024.46424203,4309.37731216,3969.71064261,4214.67193177,5375314093.10145,73346194969.0855 +30-11-2018,4289.08896703,4322.97639207,3942.82208559,4017.26845712,6048016716.85497,69904637061.278 +29-11-2018,4269.00439453125,4413.02046804,4145.76513671875,4278.84645524,6503347767.18922,74451016926.881 +28-11-2018,3822.47,4385.9,3822.47,4257.42,7280280000,74072560088.04 +27-11-2018,3765.95,3862.96,3661.01,3820.72,5998720000,66468970322 +26-11-2018,4015.07,4107.14,3643.92,3779.13,6476900000,65739289045.5 +25-11-2018,3880.78,4120.87,3585.06,4009.97,6825640000,69749265801.14 +24-11-2018,4347.69,4413.09,3795.16,3880.76,4679500000,67495633205 +23-11-2018,4360.7,4396.42,4195.68,4347.11,4871490000,75598851166 +22-11-2018,4611.57,4629.64,4365.64,4365.94,4569370000,75919439808.5 +21-11-2018,4465.54,4675.73,4343.98,4602.17,6120120000,80020171046.79 +20-11-2018,4863.93,4951.61,4272.11,4451.87,8428290000,77401044319.69 +19-11-2018,5620.78,5620.78,4842.91,4871.49,7039560000,84688539692.25 +18-11-2018,5559.74,5653.61,5559.74,5623.54,4159680000,97753714643 +17-11-2018,5578.58,5578.58,5519.56,5554.33,4303150000,96542098113.96 +16-11-2018,5645.32,5657.02,5498.94,5575.55,5279320000,96900828780 +15-11-2018,5736.15,5774.82,5358.38,5648.03,7032140000,98151606540.75 +14-11-2018,6351.24,6371.55,5544.09,5738.35,7398940000,99712077258.95 +13-11-2018,6373.19,6395.27,6342.67,6359.49,4503800000,110494466204.13 +12-11-2018,6411.76,6434.21,6360.47,6371.27,4295770000,110689666527.5 +11-11-2018,6413.63,6423.25,6350.17,6411.27,3939060000,111373453740.24 +10-11-2018,6386.13,6437.28,6385.31,6409.22,3705320000,111326145314.14 +09-11-2018,6442.6,6456.46,6373.37,6385.62,4346820000,110905767441 +08-11-2018,6522.27,6536.92,6438.53,6453.72,4665260000,112078367037 +07-11-2018,6468.5,6552.16,6468.31,6530.14,4941260000,113395632954.68 +06-11-2018,6433.38,6463.55,6408.16,6461.01,4700040000,112095603776 +05-11-2018,6363.62,6480.59,6363.62,6419.66,4174800000,111456211022 +04-11-2018,6365.47,6388.63,6294.57,6376.13,4390020000,110689215104 +03-11-2018,6387.24,6400.07,6342.37,6361.26,3658640000,110421212888 +02-11-2018,6378.92,6396.86,6327.38,6388.44,4234870000,110880236966 +01-11-2018,6318.14,6547.14,6311.83,6377.78,3789400000,110683820788 +31-10-2018,6336.99,6349.16,6316.88,6317.61,4191240000,109627117226 +30-10-2018,6337.04,6364.99,6310.14,6334.27,3781100000,109903543419 +29-10-2018,6492.35,6503.6,6306.99,6332.63,4199910000,109862898081 +28-10-2018,6482.66,6502.28,6447.91,6486.39,3445190000,112518434372 +27-10-2018,6480.84,6507.41,6453.53,6480.38,3393250000,112403001148 +26-10-2018,6468.44,6498.29,6449.61,6474.75,3306050000,112294341019 +25-10-2018,6484.65,6504.65,6447.03,6476.29,3230550000,112309554478 +24-10-2018,6478.89,6521.99,6468.86,6495.84,3424670000,112637293966 +23-10-2018,6472.36,6506.01,6451.27,6475.74,3716150000,112279779884 +22-10-2018,6486.05,6543.8,6462.98,6487.16,3672860000,112465213723 +21-10-2018,6490.09,6556.38,6476,6482.35,3253610000,112369106369 +20-10-2018,6460.92,6497.72,6449,6489.19,3379130000,112476559221 +19-10-2018,6478.07,6493.68,6445.31,6465.41,3578870000,112052990522 +18-10-2018,6542.33,6567.54,6450.04,6476.71,3924080000,112237252159 +17-10-2018,6590.52,6601.21,6517.45,6544.43,4088420000,113399343801 +16-10-2018,6601.41,6673.59,6571.37,6596.11,4074800000,114283707152 +15-10-2018,6292.64,6965.06,6258.68,6596.54,7370770000,114280022340 +14-10-2018,6288.49,6363.21,6280.15,6290.93,3085320000,108972590373 +13-10-2018,6278.08,6308.51,6259.81,6285.99,3064030000,108878136724 +12-10-2018,6239.25,6328.5,6236.47,6274.58,3783500000,108669526315 +11-10-2018,6586.74,6586.74,6243.74,6256.24,5181640000,108341572839 +10-10-2018,6640.29,6640.29,6538.96,6585.53,3787650000,114030835912 +09-10-2018,6653.08,6661.41,6606.94,6642.64,3580810000,115007759484 +08-10-2018,6600.19,6675.06,6576.04,6652.23,3979460000,115162906843 +07-10-2018,6590.68,6641.49,6557.04,6602.95,3306630000,114298880311 +06-10-2018,6622.45,6628.54,6577.8,6588.31,3259740000,114033598927 +05-10-2018,6574.15,6623.62,6557.41,6622.48,3671500000,114614764674 +04-10-2018,6497.91,6603.31,6497.91,6576.69,3838410000,113811343543 +03-10-2018,6553.86,6571.46,6454.03,6502.59,3887310000,112516993837 +02-10-2018,6593.24,6611.84,6537.9,6556.1,3979260000,113431019760 +01-10-2018,6619.85,6653.3,6549.08,6589.62,4000970000,113999846113 +30-09-2018,6604.71,6643.78,6566.54,6625.56,4002280000,114608519470 +29-09-2018,6643.1,6643.1,6511.65,6601.96,4363690000,114186839964 +28-09-2018,6678.75,6785.03,6598.32,6644.13,5014430000,114903584220 +27-09-2018,6495.29,6712.1,6464.95,6676.75,4606810000,115454861756 +26-09-2018,6452.79,6585.91,6397.89,6495,4437300000,112300336125 +25-09-2018,6603.64,6603.64,6381.86,6446.47,4726180000,111450035114 +24-09-2018,6704.77,6713.56,6580.9,6595.41,4177310000,114011060309 +23-09-2018,6715.32,6766.15,6679.42,6710.63,4197500000,115990387532 +22-09-2018,6735.05,6814.56,6616.8,6721.98,4509660000,116173876360 +21-09-2018,6513.87,6794.33,6496.36,6734.95,6531940000,116385068032 +20-09-2018,6398.85,6529.26,6395.95,6519.67,4348110000,112653130183 +19-09-2018,6371.85,6448.46,6208.34,6398.54,4431340000,110547735544 +18-09-2018,6280.91,6384.18,6265.71,6371.3,4180090000,110064685348 +17-09-2018,6514.06,6540.21,6257.52,6281.2,3910780000,108497127334 +16-09-2018,6536.68,6544.33,6460.1,6517.18,3273730000,112562367224 +15-09-2018,6509.4,6561.72,6493.55,6543.2,3216300000,113000324618 +14-09-2018,6515.41,6596.1,6456.17,6512.71,4076220000,112462453186 +13-09-2018,6354.24,6535.41,6354.24,6517.31,4210910000,112530970182 +12-09-2018,6317.01,6363.87,6265.09,6351.8,4064230000,109661521297 +11-09-2018,6331.88,6398.92,6260.21,6321.2,3849910000,109119948884 +10-09-2018,6301.57,6374.98,6292.76,6329.7,3714100000,109255603474 +09-09-2018,6223.38,6446.26,6201.22,6300.86,3671890000,108747090915 +08-09-2018,6460.17,6534.25,6197.52,6225.98,3835060000,107442122871 +07-09-2018,6528.92,6555.29,6396.87,6467.07,4264680000,111590424587 +06-09-2018,6755.14,6755.14,6404.72,6529.17,5523470000,112649565532 +05-09-2018,7361.46,7388.43,6792.83,6792.83,5800460000,117185657641 +04-09-2018,7263,7388.26,7255.44,7361.66,4273640000,126986882925 +03-09-2018,7279.03,7317.94,7208.15,7260.06,4087760000,125222785390 +02-09-2018,7189.58,7306.31,7132.16,7272.72,4329540000,125427780027 +01-09-2018,7044.81,7242.29,7038.05,7193.25,4116050000,124044625438 +31-08-2018,6973.97,7057.17,6920.16,7037.58,4495650000,121346613238 +30-08-2018,7043.76,7072.69,6834.69,6978.23,4463250000,120309828156 +29-08-2018,7091.71,7113.3,6970.82,7047.16,4145880000,121484666374 +28-08-2018,6891.08,7109.56,6882.34,7096.28,4659940000,122319195736 +27-08-2018,6710.8,6884.64,6689.71,6884.64,4019000000,118657885712 +26-08-2018,6754.64,6774.75,6620.75,6707.26,3295500000,115585205491 +25-08-2018,6719.95,6789.63,6700.96,6763.19,3312600000,116534497933 +24-08-2018,6551.52,6719.96,6498.64,6719.96,4097820000,115778358839 +23-08-2018,6371.34,6546.54,6371.34,6534.88,3426180000,112577436411 +22-08-2018,6486.25,6816.79,6310.11,6376.71,4668110000,109840902181 +21-08-2018,6301.07,6500.87,6298.24,6488.76,3377180000,111758100192 +20-08-2018,6500.51,6536.92,6297.93,6308.53,3665100000,108642191682 +19-08-2018,6422.57,6537.98,6361.55,6506.07,3311170000,112031838393 +18-08-2018,6583.43,6617.35,6353.73,6423.76,3984520000,110603014928 +17-08-2018,6340.91,6582.5,6324.97,6580.63,4992990000,113290724406 +16-08-2018,6294.23,6473.5,6276.41,6334.73,4328420000,109045250379 +15-08-2018,6221.42,6588.49,6221.42,6308.52,4895450000,108581773101 +14-08-2018,6287.66,6287.94,5971.05,6199.71,5301700000,106696389129 +13-08-2018,6341.36,6537.05,6225.72,6297.57,4083980000,108369686635 +12-08-2018,6283.65,6409.85,6237.5,6322.69,5665250000,108790259014 +11-08-2018,6185.79,6455.74,6109.03,6295.73,4047850000,108314257212 +10-08-2018,6571.42,6591.26,6124.52,6184.71,4528680000,106390927598 +09-08-2018,6305.56,6625.73,6249.07,6568.23,4267040000,112973963230 +08-08-2018,6746.85,6746.85,6226.22,6305.8,5064430000,108448409560 +07-08-2018,6958.32,7146.56,6748.24,6753.12,4682800000,116128339800 +06-08-2018,7062.94,7166.55,6890.54,6951.8,3925900000,119531508535 +05-08-2018,7031.08,7102.77,6940.7,7068.48,3679110000,121526079384 +04-08-2018,7438.67,7497.49,6984.07,7032.85,4268390000,120899698889 +03-08-2018,7562.14,7562.14,7328.65,7434.39,4627150000,127785826655 +02-08-2018,7634.19,7712.77,7523.44,7567.15,4214110000,130052066760 +01-08-2018,7769.04,7769.04,7504.95,7624.91,4797620000,131030166771 +31-07-2018,8181.2,8181.53,7696.93,7780.44,5287530000,133688476220 +30-07-2018,8221.58,8235.5,7917.5,8180.48,5551400000,140547190784 +29-07-2018,8205.8203125,8272.259765625,8141.18017578125,8218.4599609375,4107190016,141185844808 +28-07-2018,8169.06005859375,8222.849609375,8110.77001953125,8192.150390625,3988750080,140716560550 +27-07-2018,7950.39990234375,8262.66015625,7839.759765625,8165.009765625,5195879936,140235573607 +26-07-2018,8176.85009765625,8290.330078125,7878.7099609375,7951.580078125,4899089920,136553079708 +25-07-2018,8379.66015625,8416.8701171875,8086.35986328125,8181.39013671875,5845400064,140482950401 +24-07-2018,7716.509765625,8424.26953125,7705.5,8424.26953125,7277689856,144634918474 +23-07-2018,7414.7099609375,7771.5,7409.10009765625,7711.10986328125,5132480000,132375368459 +22-07-2018,7417.7998046875,7537.9501953125,7383.81982421875,7418.490234375,3695460096,127336615249 +21-07-2018,7352.72021484375,7437.64013671875,7262.41015625,7419.2900390625,3726609920,127333468174 +20-07-2018,7467.39990234375,7594.669921875,7323.259765625,7354.1298828125,4936869888,126202570251 +19-07-2018,7378.2001953125,7494.4599609375,7295.4599609375,7466.85986328125,5111629824,128122730711 +18-07-2018,7315.31982421875,7534.990234375,7280.47021484375,7370.77978515625,6103410176,126458165406 +17-07-2018,6739.64990234375,7387.240234375,6684.169921875,7321.0400390625,5961950208,125588963706 +16-07-2018,6357.009765625,6741.75,6357.009765625,6741.75,4725799936,115638203962 +15-07-2018,6272.7001953125,6403.4599609375,6256.509765625,6359.64013671875,3285459968,109074579938 +14-07-2018,6247.5,6298.18994140625,6212.22021484375,6276.1201171875,2923670016,107631453835 +13-07-2018,6235.02978515625,6310.5498046875,6192.240234375,6238.0498046875,3805400064,106968440793 +12-07-2018,6396.77978515625,6397.10009765625,6136.419921875,6228.81005859375,3770170112,106798864820 +11-07-2018,6330.77001953125,6444.9599609375,6330.47021484375,6394.7099609375,3644859904,109631867446 +10-07-2018,6739.2099609375,6767.740234375,6320.72021484375,6329.9501953125,4052430080,108511009626 +09-07-2018,6775.080078125,6838.68017578125,6724.33984375,6741.75,3718129920,115557889495 +08-07-2018,6857.7998046875,6885.91015625,6747.97998046875,6773.8798828125,3386210048,116097021279 +07-07-2018,6668.7099609375,6863.990234375,6579.240234375,6856.93017578125,3961080064,117506606000 +06-07-2018,6638.68994140625,6700.93994140625,6533.5498046875,6673.5,4313959936,114350502582 +05-07-2018,6599.7099609375,6749.5400390625,6546.64990234375,6639.14013671875,4999240192,113748385620 +04-07-2018,6550.8701171875,6771.919921875,6450.4599609375,6597.5498046875,4176689920,113024522547 +03-07-2018,6596.66015625,6671.3701171875,6447.75,6529.58984375,4672309760,111849428104 +02-07-2018,6380.3798828125,6683.85986328125,6305.7001953125,6614.18017578125,4396930048,113288832522 +01-07-2018,6411.68017578125,6432.85009765625,6289.2900390625,6385.81982421875,4788259840,109366024632 +30-06-2018,6214.22021484375,6465.509765625,6214.22021484375,6404,4543860224,109665618200 +29-06-2018,5898.1298828125,6261.66015625,5835.75,6218.2998046875,3966230016,106474707240 +28-06-2018,6153.16015625,6170.41015625,5873.0498046875,5903.43994140625,3467800064,101072353482 +27-06-2018,6084.39990234375,6180,6052.85009765625,6157.1298828125,3296219904,105403600614 +26-06-2018,6253.5498046875,6290.16015625,6093.669921875,6093.669921875,3279759872,104307939200 +25-06-2018,6171.97021484375,6327.3701171875,6119.68017578125,6249.18017578125,5500810240,106958465208 +24-06-2018,6164.27978515625,6223.77978515625,5826.41015625,6173.22998046875,4566909952,105646571668 +23-06-2018,6090.10009765625,6224.81982421875,6071.81005859375,6162.47998046875,3431360000,105449276520 +22-06-2018,6737.8798828125,6747.080078125,6006.60009765625,6083.68994140625,5079810048,104088814967 +21-06-2018,6780.08984375,6810.93994140625,6715.169921875,6729.740234375,3529129984,115129700024 +20-06-2018,6770.759765625,6821.56005859375,6611.8798828125,6776.5498046875,3888640000,115916357344 +19-06-2018,6742.39013671875,6822.5,6709.919921875,6769.93994140625,4057029888,115789919278 +18-06-2018,6510.06982421875,6781.14013671875,6446.68017578125,6734.81982421875,4039200000,115176197712 +17-06-2018,6545.52978515625,6589.10986328125,6499.27001953125,6499.27001953125,3104019968,111134754810 +16-06-2018,6455.4501953125,6592.490234375,6402.2900390625,6550.16015625,3194170112,111992015616 +15-06-2018,6674.080078125,6681.080078125,6433.8701171875,6456.580078125,3955389952,110378702283 +14-06-2018,6342.75,6707.14013671875,6334.4599609375,6675.35009765625,5138710016,114106009748 +13-06-2018,6596.8798828125,6631.66015625,6285.6298828125,6349.89990234375,5052349952,108530585830 +12-06-2018,6905.81982421875,6907.9599609375,6542.080078125,6582.35986328125,4654380032,112491874164 +11-06-2018,6799.2900390625,6910.18017578125,6706.6298828125,6906.919921875,4745269760,118025877189 +10-06-2018,7499.5498046875,7499.5498046875,6709.06982421875,6786.02001953125,5804839936,115948312827 +09-06-2018,7632.52001953125,7683.580078125,7531.97998046875,7531.97998046875,3845220096,128682085689 +08-06-2018,7685.14013671875,7698.18994140625,7558.39990234375,7624.919921875,4227579904,130256218613 +07-06-2018,7650.81982421875,7741.27001953125,7650.81982421875,7678.240234375,4485799936,131153169176 +06-06-2018,7625.97021484375,7680.43017578125,7502.009765625,7653.97998046875,4692259840,130725095161 +05-06-2018,7500.89990234375,7643.22998046875,7397,7633.759765625,4961739776,130365918088 +04-06-2018,7722.52978515625,7753.81982421875,7474.0400390625,7514.47021484375,4993169920,128312205314 +03-06-2018,7632.08984375,7754.89013671875,7613.0400390625,7720.25,4851760128,131808021256 +02-06-2018,7536.72021484375,7695.830078125,7497.259765625,7643.4501953125,4939299840,130481526036 +01-06-2018,7500.7001953125,7604.72998046875,7407.33984375,7541.4501953125,4921460224,128725854692 +31-05-2018,7406.14990234375,7608.89990234375,7361.1298828125,7494.169921875,5127130112,127902999390 +30-05-2018,7469.72998046875,7573.77001953125,7313.60009765625,7406.52001953125,4922540032,126391893474 +29-05-2018,7129.4599609375,7526.419921875,7090.68017578125,7472.58984375,5662660096,127502651064 +28-05-2018,7371.31005859375,7419.0498046875,7100.89013671875,7135.990234375,5040600064,121747389422 +27-05-2018,7362.080078125,7381.740234375,7270.9599609375,7368.22021484375,4056519936,125695017596 +26-05-2018,7486.47998046875,7595.16015625,7349.1201171875,7355.8798828125,4051539968,125469061263 +25-05-2018,7592.2998046875,7659.14013671875,7392.64990234375,7480.14013671875,4867829760,127573690458 +24-05-2018,7561.1201171875,7738.60009765625,7331.14013671875,7587.33984375,6049220096,129385391552 +23-05-2018,8037.080078125,8054.66015625,7507.8798828125,7557.81982421875,6491120128,128868479514 +22-05-2018,8419.8701171875,8423.25,8004.580078125,8041.77978515625,5137010176,137104106176 +21-05-2018,8522.330078125,8557.51953125,8365.1201171875,8418.990234375,5154990080,143518943480 +20-05-2018,8246.990234375,8562.41015625,8205.240234375,8513.25,5191059968,145109512565 +19-05-2018,8255.73046875,8372.0595703125,8183.35009765625,8247.1796875,4712399872,140559162894 +18-05-2018,8091.830078125,8274.1201171875,7974.81982421875,8250.9697265625,5764190208,140607667610 +17-05-2018,8370.0498046875,8445.5400390625,8054.1201171875,8094.31982421875,5862530048,137923772714 +16-05-2018,8504.41015625,8508.4296875,8175.490234375,8368.830078125,6760220160,142587497878 +15-05-2018,8705.1904296875,8836.1904296875,8456.4501953125,8510.3798828125,6705710080,144979744412 +14-05-2018,8713.099609375,8881.1201171875,8367.9697265625,8716.7900390625,7364149760,148480275422 +13-05-2018,8515.490234375,8773.5498046875,8395.1201171875,8723.9404296875,5866379776,148587777457 +12-05-2018,8441.4404296875,8664.8603515625,8223.5,8504.8896484375,6821380096,144841040789 +11-05-2018,9052.9599609375,9052.9599609375,8394.4599609375,8441.490234375,8488520192,143743802092 +10-05-2018,9325.9599609375,9396.0400390625,9040.51953125,9043.9404296875,6906699776,153988453198 +09-05-2018,9223.73046875,9374.759765625,9031.6201171875,9325.1796875,7226890240,158758858205 +08-05-2018,9380.8701171875,9462.75,9127.76953125,9234.8203125,7415869952,157202142973 +07-05-2018,9645.669921875,9665.849609375,9231.5302734375,9373.009765625,7394019840,159538115686 +06-05-2018,9845.3095703125,9940.1396484375,9465.25,9654.7998046875,7222280192,164316605278 +05-05-2018,9700.2802734375,9964.5,9695.1201171875,9858.150390625,7651939840,167759953654 +04-05-2018,9695.5,9779.2001953125,9585.9599609375,9700.759765625,8217829888,165062796742 +03-05-2018,9233.9697265625,9798.330078125,9188.150390625,9743.8603515625,10207299584,165778380092 +02-05-2018,9104.599609375,9256.51953125,9015.1396484375,9235.919921875,7558159872,157119854754 +01-05-2018,9251.4697265625,9255.8798828125,8891.0498046875,9119.009765625,7713019904,155114132125 +30-04-2018,9426.1103515625,9477.1396484375,9166.8095703125,9240.5498046875,8673920000,157163847314 +29-04-2018,9346.41015625,9531.490234375,9193.7099609375,9419.080078125,8853000192,160182287342 +28-04-2018,8939.26953125,9412.08984375,8931.990234375,9348.48046875,7805479936,158963068374 +27-04-2018,9290.6298828125,9375.4697265625,8987.0498046875,8987.0498046875,7566289920,152802874822 +26-04-2018,8867.3203125,9281.509765625,8727.08984375,9281.509765625,8970559488,157793327246 +25-04-2018,9701.0302734375,9745.3203125,8799.83984375,8845.740234375,11083100160,150369282696 +24-04-2018,8934.33984375,9732.6103515625,8927.830078125,9697.5,10678800384,164833256250 +23-04-2018,8794.3896484375,8958.5498046875,8788.8095703125,8930.8798828125,6925190144,151784994312 +22-04-2018,8925.0595703125,9001.6396484375,8779.6103515625,8802.4599609375,6629899776,149585589886 +21-04-2018,8848.7900390625,8997.5703125,8652.150390625,8895.580078125,7548550144,151150137128 +20-04-2018,8286.8798828125,8880.23046875,8244.5400390625,8845.830078125,8438110208,150287113368 +19-04-2018,8159.27001953125,8298.6904296875,8138.77978515625,8294.3095703125,7063209984,140902801023 +18-04-2018,7944.43017578125,8197.7998046875,7886.009765625,8163.419921875,6529909760,138661092884 +17-04-2018,8071.66015625,8285.9599609375,7881.72021484375,7902.08984375,6900879872,134206623206 +16-04-2018,8337.5703125,8371.150390625,7925.72998046875,8058.669921875,5631309824,136849408643 +15-04-2018,7999.330078125,8338.419921875,7999.330078125,8329.1103515625,5244480000,141427138383 +14-04-2018,7874.669921875,8140.7099609375,7846,7986.240234375,5191430144,135589384440 +13-04-2018,7901.08984375,8183.9599609375,7758.93017578125,7895.9599609375,7764460032,134043001354 +12-04-2018,6955.3798828125,7899.22998046875,6806.509765625,7889.25,8906250240,133912618634 +11-04-2018,6843.47021484375,6968.31982421875,6817.58984375,6968.31982421875,4641889792,118267198080 +10-04-2018,6795.43994140625,6872.41015625,6704.14990234375,6834.759765625,4272750080,115978358964 +09-04-2018,7044.31982421875,7178.10986328125,6661.990234375,6770.72998046875,4894060032,114886335694 +08-04-2018,6919.97998046875,7111.56005859375,6919.97998046875,7023.52001953125,3652499968,119162880482 +07-04-2018,6630.509765625,7050.5400390625,6630.509765625,6911.08984375,3976610048,117241368688 +06-04-2018,6815.9599609375,6857.490234375,6575,6636.31982421875,3766810112,112565173568 +05-04-2018,6848.64990234375,6933.81982421875,6644.7998046875,6811.47021484375,5639320064,115524404354 +04-04-2018,7456.41015625,7469.8798828125,6803.8798828125,6853.83984375,4936000000,116229557118 +03-04-2018,7102.259765625,7530.93994140625,7072.490234375,7456.10986328125,5499700224,126429245883 +02-04-2018,6844.85986328125,7135.47021484375,6816.580078125,7083.7998046875,4333440000,120101932910 +01-04-2018,7003.06005859375,7060.9501953125,6526.8701171875,6844.22998046875,4532100096,116026809075 +31-03-2018,6892.47998046875,7207.85009765625,6863.52001953125,6973.52978515625,4553269760,118204645927 +30-03-2018,7171.4501953125,7276.66015625,6683.93017578125,6890.52001953125,6289509888,116786562165 +29-03-2018,7979.06982421875,7994.330078125,7081.3798828125,7165.7001953125,6361229824,121436043045 +28-03-2018,7836.830078125,8122.89013671875,7809.169921875,7954.47998046875,4935289856,134788265876 +27-03-2018,8200,8232.7802734375,7797.27978515625,7833.0400390625,5378250240,132717053150 +26-03-2018,8498.4697265625,8530.080078125,7921.43017578125,8209.400390625,5921039872,139078211968 +25-03-2018,8612.8095703125,8682.009765625,8449.099609375,8495.7802734375,4569880064,143914265310 +24-03-2018,8901.9501953125,8996.1796875,8665.7001953125,8668.1201171875,5664600064,146818882936 +23-03-2018,8736.25,8879.6201171875,8360.6201171875,8879.6201171875,5954120192,150383574951 +22-03-2018,8939.4404296875,9100.7099609375,8564.900390625,8728.4697265625,5530390016,147809220250 +21-03-2018,8937.48046875,9177.3701171875,8846.330078125,8929.2802734375,6043129856,151193917440 +20-03-2018,8619.669921875,9051.01953125,8389.8896484375,8913.4697265625,6361789952,150909503835 +19-03-2018,8344.1201171875,8675.8701171875,8182.39990234375,8630.650390625,6729110016,146107514353 +18-03-2018,7890.52001953125,8245.509765625,7397.990234375,8223.6796875,6639190016,139201713268 +17-03-2018,8321.91015625,8346.5302734375,7812.81982421875,7916.8798828125,4426149888,133993486925 +16-03-2018,8322.91015625,8585.150390625,8005.31005859375,8338.349609375,5289379840,141111773179 +15-03-2018,8290.759765625,8428.349609375,7783.0498046875,8300.8603515625,6834429952,140460819364 +14-03-2018,9214.650390625,9355.849609375,8068.58984375,8269.8095703125,6438230016,139920843550 +13-03-2018,9173.0400390625,9470.3798828125,8958.1904296875,9194.849609375,5991139840,155555594312 +12-03-2018,9602.9296875,9937.5,8956.4296875,9205.1201171875,6457399808,155710928717 +11-03-2018,8852.7802734375,9711.8896484375,8607.1201171875,9578.6298828125,6296370176,162009710243 +10-03-2018,9350.58984375,9531.3203125,8828.4697265625,8866,5386319872,149939797150 +09-03-2018,9414.6904296875,9466.349609375,8513.0302734375,9337.5498046875,8704190464,157898203939 +08-03-2018,9951.4404296875,10147.400390625,9335.8701171875,9395.009765625,7186089984,158852238332 +07-03-2018,10803.900390625,10929.5,9692.1201171875,9965.5703125,8797910016,168479670395 +06-03-2018,11500.099609375,11500.099609375,10694.2998046875,10779.900390625,6832169984,182225316082 +05-03-2018,11532.400390625,11704.099609375,11443.900390625,11573.2998046875,6468539904,195614809925 +04-03-2018,11497.400390625,11512.599609375,11136.099609375,11512.599609375,6084149760,194567395376 +03-03-2018,11101.900390625,11528.2001953125,11002.400390625,11489.7001953125,6690570240,194159120569 +02-03-2018,10977.400390625,11189,10850.099609375,11086.400390625,7620590080,187318996197 +01-03-2018,10385,11052.2998046875,10352.7001953125,10951,7317279744,185009753075 +28-02-2018,10687.2001953125,11089.7998046875,10393.099609375,10397.900390625,6936189952,175644310997 +27-02-2018,10393.900390625,10878.5,10246.099609375,10725.599609375,6966179840,181158869820 +26-02-2018,9669.4296875,10475,9501.73046875,10366.7001953125,7287690240,175076064010 +25-02-2018,9796.419921875,9923.2197265625,9407.0595703125,9664.73046875,5706939904,163204062358 +24-02-2018,10287.7001953125,10597.2001953125,9546.9697265625,9813.0703125,6917929984,165687799108 +23-02-2018,9937.0703125,10487.2998046875,9734.5595703125,10301.099609375,7739500032,173909350860 +22-02-2018,10660.400390625,11039.099609375,9939.08984375,10005,8040079872,168892273935 +21-02-2018,11372.2001953125,11418.5,10479.099609375,10690.400390625,9405339648,180442459820 +20-02-2018,11231.7998046875,11958.5,11231.7998046875,11403.7001953125,9926540288,192457815912 +19-02-2018,10552.599609375,11273.7998046875,10513.2001953125,11225.2998046875,7652089856,189426791571 +18-02-2018,11123.400390625,11349.7998046875,10326,10551.7998046875,8744009728,178040648022 +17-02-2018,10207.5,11139.5,10149.400390625,11112.7001953125,8660880384,187482083882 +16-02-2018,10135.7001953125,10324.099609375,9824.8203125,10233.900390625,7296159744,172637061144 +15-02-2018,9488.3203125,10234.7998046875,9395.580078125,10166.400390625,9062540288,171477807437 +14-02-2018,8599.919921875,9518.5400390625,8599.919921875,9494.6298828125,7909819904,160131558835 +13-02-2018,8926.7197265625,8958.4697265625,8455.41015625,8598.3095703125,5696719872,144995984203 +12-02-2018,8141.43017578125,8985.919921875,8141.43017578125,8926.5703125,6256439808,150513128412 +11-02-2018,8616.1298828125,8616.1298828125,7931.10009765625,8129.97021484375,6122189824,137064586975 +10-02-2018,8720.080078125,9122.5498046875,8295.4697265625,8621.900390625,7780960256,145341842785 +09-02-2018,8271.83984375,8736.98046875,7884.7099609375,8736.98046875,6784820224,147266052809 +08-02-2018,7637.85986328125,8558.76953125,7637.85986328125,8265.58984375,9346750464,139306699929 +07-02-2018,7755.490234375,8509.1103515625,7236.7900390625,7621.2998046875,9169280000,128435001186 +06-02-2018,7051.75,7850.7001953125,6048.259765625,7754,13999800320,130658094648 +05-02-2018,8270.5400390625,8364.83984375,6756.68017578125,6955.27001953125,9285289984,117184385122 +04-02-2018,9175.7001953125,9334.8701171875,8031.22021484375,8277.009765625,7073549824,139433682759 +03-02-2018,8852.1201171875,9430.75,8251.6298828125,9174.91015625,7263790080,154540000411 +02-02-2018,9142.2802734375,9142.2802734375,7796.490234375,8830.75,12726899712,148725283812 +01-02-2018,10237.2998046875,10288.7998046875,8812.2802734375,9170.5400390625,9959400448,154428564694 +31-01-2018,10108.2001953125,10381.599609375,9777.419921875,10221.099609375,8041160192,172099559942 +30-01-2018,11306.7998046875,11307.2001953125,10036.2001953125,10106.2998046875,8637859840,170151556678 +29-01-2018,11755.5,11875.599609375,11179.2001953125,11296.400390625,7107359744,190164444830 +28-01-2018,11475.2998046875,12040.2998046875,11475.2998046875,11786.2998046875,8350360064,198389948175 +27-01-2018,11174.900390625,11614.900390625,10989.2001953125,11440.7001953125,7583269888,192550550498 +26-01-2018,11256,11656.7001953125,10470.2998046875,11171.400390625,9746199552,187995804677 +25-01-2018,11421.7001953125,11785.7001953125,11057.400390625,11259.400390625,8873169920,189455303273 +24-01-2018,10903.400390625,11501.400390625,10639.7998046875,11359.400390625,9940989952,191115225673 +23-01-2018,10944.5,11377.599609375,10129.7001953125,10868.400390625,9660609536,182830257191 +22-01-2018,11633.099609375,11966.400390625,10240.2001953125,10931.400390625,10537400320,183866421285 +21-01-2018,12889.2001953125,12895.900390625,11288.2001953125,11600.099609375,9935179776,195089460991 +20-01-2018,11656.2001953125,13103,11656.2001953125,12899.2001953125,11801700352,216907619830 +19-01-2018,11429.7998046875,11992.7998046875,11172.099609375,11607.400390625,10740400128,195158837709 +18-01-2018,11198.7998046875,12107.2998046875,10942.5,11474.900390625,15020399616,192907550324 +17-01-2018,11431.099609375,11678,9402.2900390625,11188.599609375,18830600192,188070430523 +16-01-2018,13836.099609375,13843.099609375,10194.900390625,11490.5,18853799936,193121120762 +15-01-2018,13767.2998046875,14445.5,13641.7001953125,13819.7998046875,12750799872,232242775485 +14-01-2018,14370.7998046875,14511.7998046875,13268,13772,11084099584,231413491364 +13-01-2018,13952.400390625,14659.5,13952.400390625,14360.2001953125,12763599872,241268592240 +12-01-2018,13453.900390625,14229.900390625,13158.099609375,13980.599609375,12065699840,234865160377 +11-01-2018,14968.2001953125,15018.7998046875,13105.900390625,13405.7998046875,16534099968,225178724050 +10-01-2018,14588.5,14973.2998046875,13691.2001953125,14973.2998046875,18500800512,251472635522 +09-01-2018,15123.7001953125,15497.5,14424,14595.400390625,16659999744,245095808695 +08-01-2018,16476.19921875,16537.900390625,14208.2001953125,15170.099609375,18413899776,254715263101 +07-01-2018,17527.30078125,17579.599609375,16087.7001953125,16477.599609375,15866000384,276634797271 +06-01-2018,17462.099609375,17712.400390625,16764.599609375,17527,18314600448,294217423675 +05-01-2018,15477.2001953125,17705.19921875,15202.7998046875,17429.5,23840899072,292544135538 +04-01-2018,15270.7001953125,15739.7001953125,14522.2001953125,15599.2001953125,21783199744,261795321110 +03-01-2018,14978.2001953125,15572.7998046875,14844.5,15201,16871900160,255080562912 +02-01-2018,13625,15444.599609375,13163.599609375,14982.099609375,16846600192,251377913955 +01-01-2018,14112.2001953125,14112.2001953125,13154.7001953125,13657.2001953125,10291200000,229119155396 +31-12-2017,12897.7001953125,14377.400390625,12755.599609375,14156.400390625,12136299520,237465823980 +30-12-2017,14681.900390625,14681.900390625,12350.099609375,12952.2001953125,14452599808,217239803085 +29-12-2017,14695.7998046875,15279,14307,14656.2001953125,13025500160,245793634125 +28-12-2017,15864.099609375,15888.400390625,13937.2998046875,14606.5,12336499712,244929825575 +27-12-2017,16163.5,16930.900390625,15114.2998046875,15838.5,12487600128,265559172050 +26-12-2017,14036.599609375,16461.19921875,14028.900390625,16099.7998046875,13454300160,269908107763 +25-12-2017,13995.900390625,14593,13448.900390625,14026.599609375,10664699904,235126843805 +24-12-2017,14608.2001953125,14626,12747.7001953125,13925.7998046875,11572299776,233414163395 +23-12-2017,13948.7001953125,15603.2001953125,13828.7998046875,14699.2001953125,13086000128,246349213910 +22-12-2017,15898,15943.400390625,11833,13831.7998046875,22197999616,231788283457 +21-12-2017,16642.400390625,17567.69921875,15342.7001953125,15802.900390625,16516599808,264788651530 +20-12-2017,17760.30078125,17934.69921875,16077.7001953125,16624.599609375,22149699584,278528964015 +19-12-2017,19118.30078125,19177.80078125,17275.400390625,17776.69921875,16894499840,297801055828 +18-12-2017,19106.400390625,19371,18355.900390625,19114.19921875,14839499776,320174318520 +17-12-2017,19475.80078125,20089,18974.099609375,19140.80078125,13314599936,320576568850 +16-12-2017,17760.30078125,19716.69921875,17515.30078125,19497.400390625,12740599808,326502485530 +15-12-2017,16601.30078125,18154.099609375,16601.30078125,17706.900390625,14309999616,296482120238 +14-12-2017,16384.599609375,17085.80078125,16185.900390625,16564,13777399808,277310347000 +13-12-2017,17500,17653.099609375,16039.7001953125,16408.19921875,12976900096,274663619978 +12-12-2017,16919.80078125,17781.80078125,16571.599609375,17415.400390625,14603799552,291483935710 +11-12-2017,15427.400390625,17513.900390625,15404.7998046875,16936.80078125,12153900032,283439888520 +10-12-2017,15168.400390625,15850.599609375,13226.599609375,15455.400390625,13433299968,258615393665 +09-12-2017,16523.30078125,16783,13674.900390625,15178.2001953125,13911300096,253946084745 +08-12-2017,17802.900390625,18353.400390625,14336.900390625,16569.400390625,21135998976,277185764485 +07-12-2017,14266.099609375,17899.69921875,14057.2998046875,17899.69921875,17950699520,299405364249 +06-12-2017,11923.400390625,14369.099609375,11923.400390625,14291.5,12656300032,239024437136 +05-12-2017,11685.7001953125,12032,11604.599609375,11916.7001953125,6895260160,199278350420 +04-12-2017,11315.400390625,11657.2001953125,11081.7998046875,11657.2001953125,6132409856,194912755450 +03-12-2017,11082.7001953125,11858.7001953125,10862,11323.2001953125,6608309760,189302389920 +02-12-2017,10978.2998046875,11320.2001953125,10905.099609375,11074.599609375,5138500096,185122039035 +01-12-2017,10198.599609375,11046.7001953125,9694.650390625,10975.599609375,6783119872,183444663767 +30-11-2017,9906.7900390625,10801,9202.0498046875,10233.599609375,8310689792,171020085600 +29-11-2017,10077.400390625,11517.400390625,9601.0302734375,9888.6103515625,11568799744,165233728795 +28-11-2017,9823.4296875,10125.7001953125,9736.2998046875,10058.7998046875,6348819968,168056012886 +27-11-2017,9352.7197265625,9818.349609375,9352.7197265625,9818.349609375,5653320192,164019464090 +26-11-2017,8789.0400390625,9522.9296875,8775.58984375,9330.5498046875,5475579904,155850742551 +25-11-2017,8241.7099609375,8790.919921875,8191.14990234375,8790.919921875,4342060032,146820557006 +24-11-2017,8074.02001953125,8374.16015625,7940.93017578125,8253.6904296875,5058610176,137831976173 +23-11-2017,8232.3798828125,8267.400390625,8038.77001953125,8038.77001953125,4225179904,134227860479 +22-11-2017,8077.9501953125,8302.259765625,8075.47021484375,8253.5498046875,3633530112,137797862084 +21-11-2017,8205.740234375,8348.66015625,7762.7099609375,8071.259765625,4277609984,134739693480 +20-11-2017,8039.06982421875,8336.8603515625,7949.35986328125,8200.6396484375,3488450048,136881802624 +19-11-2017,7766.02978515625,8101.91015625,7694.10009765625,8036.490234375,3149319936,134124196206 +18-11-2017,7697.2099609375,7884.990234375,7463.43994140625,7790.14990234375,3667190016,129997247838 +17-11-2017,7853.56982421875,8004.58984375,7561.08984375,7708.990234375,4651670016,128621507062 +16-11-2017,7323.240234375,7967.3798828125,7176.580078125,7871.68994140625,5123809792,131328418537 +15-11-2017,6634.759765625,7342.25,6634.759765625,7315.5400390625,4200880128,122035826506 +14-11-2017,6561.47998046875,6764.97998046875,6461.75,6635.75,3197110016,110683148744 +13-11-2017,5938.25,6811.18994140625,5844.2900390625,6559.490234375,6263249920,109400650105 +12-11-2017,6295.4501953125,6625.0498046875,5519.009765625,5950.06982421875,8957349888,99226193603.2 +11-11-2017,6618.60986328125,6873.14990234375,6204.22021484375,6357.60009765625,4908680192,106016076151 +10-11-2017,7173.72998046875,7312,6436.8701171875,6618.14013671875,5208249856,110354089394 +09-11-2017,7446.830078125,7446.830078125,7101.52001953125,7143.580078125,3226249984,119104730750 +08-11-2017,7141.3798828125,7776.419921875,7114.02001953125,7459.68994140625,4602200064,124360767999 +07-11-2017,7023.10009765625,7253.31982421875,7023.10009765625,7144.3798828125,2326340096,119091456315 +06-11-2017,7403.22021484375,7445.77001953125,7007.31005859375,7022.759765625,3111899904,117050623317 +05-11-2017,7404.52001953125,7617.47998046875,7333.18994140625,7407.41015625,2380410112,123449206170 +04-11-2017,7164.47998046875,7492.85986328125,7031.27978515625,7379.9501953125,2483800064,122978748805 +03-11-2017,7087.52978515625,7461.2900390625,7002.93994140625,7207.759765625,3369860096,120097405359 +02-11-2017,6777.77001953125,7367.330078125,6758.72021484375,7078.5,4653770240,117933380780 +01-11-2017,6440.97021484375,6767.31005859375,6377.8798828125,6767.31005859375,2870320128,112735345036 +31-10-2017,6132.02001953125,6470.43017578125,6103.330078125,6468.39990234375,2311379968,107743731291 +30-10-2017,6114.85009765625,6214.990234375,6040.85009765625,6130.52978515625,1772150016,102105356519 +29-10-2017,5754.43994140625,6255.7099609375,5724.580078125,6153.85009765625,2859040000,102482445590 +28-10-2017,5787.81982421875,5876.72021484375,5689.18994140625,5753.08984375,1403920000,95797359517.6 +27-10-2017,5899.740234375,5988.39013671875,5728.81982421875,5780.89990234375,1710130048,96254297360 +26-10-2017,5747.9501953125,5976.7998046875,5721.22021484375,5904.830078125,1905040000,98310176011 +25-10-2017,5524.60009765625,5754.330078125,5397.8798828125,5750.7998046875,1966989952,95732630219.6 +24-10-2017,5935.52001953125,5935.52001953125,5504.18017578125,5526.64013671875,2735699968,91988225799.7 +23-10-2017,6006,6075.58984375,5732.47021484375,5930.31982421875,2401840128,98695054084 +22-10-2017,6036.66015625,6076.259765625,5792.33984375,6008.419921875,2034630016,99981911326 +21-10-2017,5996.7900390625,6194.8798828125,5965.06982421875,6031.60009765625,2207099904,100353682389 +20-10-2017,5708.10986328125,6060.10986328125,5627.22998046875,6011.4501953125,2354429952,100007083345 +19-10-2017,5583.740234375,5744.35009765625,5531.06005859375,5708.52001953125,1780540032,94954808115 +18-10-2017,5603.81982421875,5603.81982421875,5151.43994140625,5590.68994140625,2399269888,92982539105.8 +17-10-2017,5741.580078125,5800.35009765625,5472.72021484375,5605.509765625,1821570048,93218297188.6 +16-10-2017,5687.56982421875,5776.22998046875,5544.2099609375,5725.58984375,2008070016,95203392843 +15-10-2017,5835.9599609375,5852.47998046875,5478.60986328125,5678.18994140625,1976039936,94403031754.5 +14-10-2017,5643.52978515625,5837.7001953125,5591.64013671875,5831.7900390625,1669030016,96942498330.5 +13-10-2017,5464.16015625,5840.2998046875,5436.85009765625,5647.2099609375,3615480064,93864253933.5 +12-10-2017,4829.580078125,5446.91015625,4822,5446.91015625,2791610112,90525666971.7 +11-10-2017,4789.25,4873.72998046875,4751.6298828125,4826.47998046875,1222279936,80205238020 +10-10-2017,4776.2099609375,4922.169921875,4765.10009765625,4781.990234375,1597139968,79457603223.9 +09-10-2017,4614.52001953125,4878.7099609375,4564.25,4772.02001953125,1968739968,79282158943.2 +08-10-2017,4429.669921875,4624.14013671875,4405.64013671875,4610.47998046875,1313869952,76589293760 +07-10-2017,4369.35009765625,4443.8798828125,4321.0498046875,4426.89013671875,906928000,73529314833 +06-10-2017,4324.4599609375,4413.27001953125,4320.52978515625,4370.81005859375,1069939968,72589262957 +05-10-2017,4229.8798828125,4362.64013671875,4164.0498046875,4328.41015625,1161769984,71876277937 +04-10-2017,4319.3701171875,4352.31005859375,4210.419921875,4229.35986328125,1116770048,70225033578 +03-10-2017,4408.4599609375,4432.47021484375,4258.89013671875,4317.47998046875,1288019968,71681069637 +02-10-2017,4395.81005859375,4470.22998046875,4377.4599609375,4409.31982421875,1431730048,73195646775.8 +01-10-2017,4341.0498046875,4403.740234375,4269.81005859375,4403.740234375,1208210048,73094870673.9 +30-09-2017,4166.10986328125,4358.43017578125,4160.85986328125,4338.7099609375,1207449984,72008428789.3 +29-09-2017,4171.6201171875,4214.6298828125,4039.2900390625,4163.06982421875,1367049984,69086146650 +28-09-2017,4197.1298828125,4279.31005859375,4109.7001953125,4174.72998046875,1712320000,69270823145.5 +27-09-2017,3892.93994140625,4210.0498046875,3884.820068359375,4200.669921875,1686880000,69691950752.2 +26-09-2017,3928.409912109375,3969.889892578125,3869.89990234375,3892.35009765625,1043740032,64569365079.4 +25-09-2017,3681.580078125,3950.25,3681.580078125,3926.070068359375,1374210048,65122213848.8 +24-09-2017,3796.14990234375,3796.14990234375,3666.89990234375,3682.840087890625,768014976,61081971156.1 +23-09-2017,3629.919921875,3819.2099609375,3594.580078125,3792.39990234375,928113984,62892069388.8 +22-09-2017,3628.02001953125,3758.27001953125,3553.530029296875,3630.699951171875,1194829952,60203040223.4 +21-09-2017,3901.469970703125,3916.419921875,3613.6298828125,3631.0400390625,1411480064,60202370872 +20-09-2017,3916.360107421875,4031.389892578125,3857.72998046875,3905.949951171875,1213830016,64751811835.1 +19-09-2017,4073.7900390625,4094.070068359375,3868.8701171875,3924.969970703125,1563980032,65061185838.2 +18-09-2017,3591.090087890625,4079.22998046875,3591.090087890625,4065.199951171875,1943209984,67377945990 +17-09-2017,3606.280029296875,3664.81005859375,3445.639892578125,3582.8798828125,1239149952,59377995376 +16-09-2017,3637.75,3808.840087890625,3487.7900390625,3625.0400390625,1818400000,60068678194.5 +15-09-2017,3166.300048828125,3733.449951171875,2946.6201171875,3637.52001953125,4148069888,60267886368 +14-09-2017,3875.3701171875,3920.60009765625,3153.860107421875,3154.949951171875,2716310016,52265453816.2 +13-09-2017,4131.97998046875,4131.97998046875,3789.919921875,3882.590087890625,2219409920,64311123695.2 +12-09-2017,4168.8798828125,4344.64990234375,4085.219970703125,4130.81005859375,1864530048,68412822896 +11-09-2017,4122.47021484375,4261.669921875,4099.39990234375,4161.27001953125,1557330048,68907352119.2 +10-09-2017,4229.33984375,4245.43994140625,3951.0400390625,4122.93994140625,1679090048,68263826800.5 +09-09-2017,4229.81005859375,4308.81982421875,4114.10986328125,4226.06005859375,1386230016,69963847482.2 +08-09-2017,4605.16015625,4661,4075.179931640625,4228.75,2700890112,69999555937.5 +07-09-2017,4589.14013671875,4655.0400390625,4491.330078125,4599.8798828125,1844620032,76132843874 +06-09-2017,4376.58984375,4617.25,4376.58984375,4597.1201171875,2172100096,76077049312 +05-09-2017,4228.2900390625,4427.83984375,3998.110107421875,4376.52978515625,2697969920,72417728535.6 +04-09-2017,4591.6298828125,4591.6298828125,4108.39990234375,4236.31005859375,2987330048,70087101256.2 +03-09-2017,4585.27001953125,4714.080078125,4417.58984375,4582.9599609375,1933190016,75812181333.5 +02-09-2017,4901.419921875,4975.0400390625,4469.240234375,4578.77001953125,2722139904,75734114961.8 +01-09-2017,4701.759765625,4892.009765625,4678.52978515625,4892.009765625,2599079936,80905039782 +31-08-2017,4555.58984375,4736.0498046875,4549.39990234375,4703.39013671875,1944930048,77775374624.8 +30-08-2017,4570.35986328125,4626.52001953125,4471.41015625,4565.2998046875,1937849984,75482724983.6 +29-08-2017,4389.2099609375,4625.68017578125,4352.1298828125,4579.02001953125,2486080000,75699786262.5 +28-08-2017,4384.4501953125,4403.93017578125,4224.64013671875,4382.66015625,1959330048,72445588933 +27-08-2017,4345.10009765625,4416.58984375,4317.2900390625,4382.8798828125,1537459968,72441993792 +26-08-2017,4372.06005859375,4379.27978515625,4269.52001953125,4352.39990234375,1511609984,71929882018.8 +25-08-2017,4332.81982421875,4455.7001953125,4307.35009765625,4371.60009765625,1727970048,72241507489.2 +24-08-2017,4137.60009765625,4376.39013671875,4130.259765625,4334.68017578125,2037750016,71625870868.2 +23-08-2017,4089.010009765625,4255.77978515625,4078.409912109375,4151.52001953125,2369819904,68593954170.2 +22-08-2017,3998.35009765625,4128.759765625,3674.580078125,4100.52001953125,3764239872,67743202431.2 +21-08-2017,4090.47998046875,4109.14013671875,3988.60009765625,4001.739990234375,2800890112,66106992037.9 +20-08-2017,4189.31005859375,4196.2900390625,4069.8798828125,4087.659912109375,2109769984,67520478837.5 +19-08-2017,4137.75,4243.259765625,3970.550048828125,4193.7001953125,2975820032,69265141207.5 +18-08-2017,4324.33984375,4370.1298828125,4015.39990234375,4160.6201171875,2941710080,68710871036.5 +17-08-2017,4384.43994140625,4484.7001953125,4243.7099609375,4331.68994140625,2553359872,71527949443.3 +16-08-2017,4200.33984375,4381.22998046875,3994.419921875,4376.6298828125,2272039936,72260183303.1 +15-08-2017,4326.990234375,4455.97021484375,3906.179931640625,4181.93017578125,3258050048,69038855080.5 +14-08-2017,4066.10009765625,4325.1298828125,3989.159912109375,4325.1298828125,2463089920,71394704653.5 +13-08-2017,3880.0400390625,4208.39013671875,3857.800048828125,4073.260009765625,3159089920,67230528988.6 +12-08-2017,3650.6298828125,3949.919921875,3613.699951171875,3884.7099609375,2219589888,64111163866 +11-08-2017,3373.820068359375,3679.719970703125,3372.1201171875,3650.6201171875,2021190016,60241844923.4 +10-08-2017,3341.840087890625,3453.449951171875,3319.469970703125,3381.280029296875,1515110016,55791120000 +09-08-2017,3420.39990234375,3422.760009765625,3247.669921875,3342.469970703125,1468960000,55145196472.4 +08-08-2017,3370.219970703125,3484.85009765625,3345.830078125,3419.93994140625,1752760064,56417337744.8 +07-08-2017,3212.780029296875,3397.679931640625,3180.889892578125,3378.93994140625,1482279936,55734179250.5 +06-08-2017,3257.610107421875,3293.2900390625,3155.60009765625,3213.93994140625,1105030016,53006426108.3 +05-08-2017,2897.6298828125,3290.010009765625,2874.830078125,3252.909912109375,1945699968,53643452553.9 +04-08-2017,2806.929931640625,2899.330078125,2743.719970703125,2895.889892578125,1002120000,47749461443 +03-08-2017,2709.56005859375,2813.31005859375,2685.139892578125,2804.72998046875,804796992,46239970790.2 +02-08-2017,2727.1298828125,2762.530029296875,2668.590087890625,2710.669921875,1094950016,44684649515.8 +01-08-2017,2871.300048828125,2921.35009765625,2685.610107421875,2718.260009765625,1324669952,44804603884.5 +31-07-2017,2763.239990234375,2889.6201171875,2720.610107421875,2875.340087890625,860574976,47388334773 +30-07-2017,2724.389892578125,2758.530029296875,2644.85009765625,2757.179931640625,705942976,45435913867.5 +29-07-2017,2807.02001953125,2808.760009765625,2692.800048828125,2726.449951171875,803745984,44924534585 +28-07-2017,2679.72998046875,2897.449951171875,2679.72998046875,2809.010009765625,1380099968,46279316161.1 +27-07-2017,2538.7099609375,2693.320068359375,2529.340087890625,2671.780029296875,789104000,44013533096.9 +26-07-2017,2577.77001953125,2610.760009765625,2450.800048828125,2529.449951171875,937404032,41663929264.6 +25-07-2017,2757.5,2768.080078125,2480.9599609375,2576.47998046875,1460089984,42433788244 +24-07-2017,2732.699951171875,2777.260009765625,2699.18994140625,2754.860107421875,866473984,45366654309.3 +23-07-2017,2808.10009765625,2832.179931640625,2653.93994140625,2730.39990234375,1072840000,44957775264.8 +22-07-2017,2668.6298828125,2862.419921875,2657.7099609375,2810.1201171875,1177129984,46264340367 +21-07-2017,2838.409912109375,2838.409912109375,2621.85009765625,2667.760009765625,1489449984,43915296559.1 +20-07-2017,2269.889892578125,2900.699951171875,2269.889892578125,2817.60009765625,2249260032,46376428080 +19-07-2017,2323.080078125,2397.169921875,2260.22998046875,2273.429931640625,1245100032,37415031060.8 +18-07-2017,2233.52001953125,2387.610107421875,2164.77001953125,2318.8798828125,1512450048,38158677672 +17-07-2017,1932.6199951171875,2230.489990234375,1932.6199951171875,2228.409912109375,1201760000,36665393516.9 +16-07-2017,1991.97998046875,2058.77001953125,1843.030029296875,1929.8199462890625,1182870016,31748939342.8 +15-07-2017,2230.1201171875,2231.139892578125,1990.4100341796875,1998.8599853515625,993608000,32880721299.8 +14-07-2017,2360.590087890625,2363.25,2183.219970703125,2233.340087890625,882502976,36734255487.5 +13-07-2017,2402.699951171875,2425.219970703125,2340.830078125,2357.89990234375,835769984,38778935907.3 +12-07-2017,2332.77001953125,2423.7099609375,2275.139892578125,2398.840087890625,1117410048,39447604438 +11-07-2017,2385.889892578125,2413.469970703125,2296.81005859375,2337.7900390625,1329760000,38438497236.2 +10-07-2017,2525.25,2537.159912109375,2321.1298828125,2372.56005859375,1111200000,39005033498.7 +09-07-2017,2572.610107421875,2635.489990234375,2517.590087890625,2518.43994140625,527856000,41397076604.3 +08-07-2017,2520.27001953125,2571.340087890625,2492.31005859375,2571.340087890625,733329984,42262222822.5 +07-07-2017,2608.590087890625,2916.139892578125,2498.8701171875,2518.659912109375,917411968,41391217674.5 +06-07-2017,2608.10009765625,2616.719970703125,2581.68994140625,2608.56005859375,761956992,42863758794.7 +05-07-2017,2602.8701171875,2622.64990234375,2538.550048828125,2601.989990234375,941566016,42751085998.5 +04-07-2017,2561,2631.590087890625,2559.35009765625,2601.639892578125,985516032,42740618672.7 +03-07-2017,2498.56005859375,2595,2480.469970703125,2564.06005859375,964112000,42118211082.5 +02-07-2017,2436.39990234375,2514.280029296875,2394.840087890625,2506.469970703125,803747008,41167015221 +01-07-2017,2492.60009765625,2515.27001953125,2419.22998046875,2434.550048828125,779913984,39980058372.5 +30-06-2017,2539.239990234375,2559.25,2478.429931640625,2480.840087890625,860273024,40735082695 +29-06-2017,2567.56005859375,2588.830078125,2510.47998046875,2539.320068359375,949979008,41690395782.8 +28-06-2017,2553.030029296875,2603.97998046875,2484.419921875,2574.7900390625,1183869952,42268942193 +27-06-2017,2478.449951171875,2552.449951171875,2332.989990234375,2552.449951171875,1489789952,41897190525 +26-06-2017,2590.570068359375,2615.25,2376.2900390625,2478.449951171875,1663280000,40677994353.8 +25-06-2017,2607.25,2682.260009765625,2552.1201171875,2589.409912109375,1161100032,42495001715.8 +24-06-2017,2738.52001953125,2757.93994140625,2583.18994140625,2608.719970703125,982750016,42807952580.6 +23-06-2017,2707.340087890625,2765.169921875,2706.3701171875,2744.909912109375,961318976,45037797052.5 +22-06-2017,2691.030029296875,2723.739990234375,2642.360107421875,2705.409912109375,1097939968,44384244937.2 +21-06-2017,2709.429931640625,2772.010009765625,2660.39990234375,2689.10009765625,1626579968,44111929172.5 +20-06-2017,2591.260009765625,2763.449951171875,2589.820068359375,2721.7900390625,1854189952,44643512689 +19-06-2017,2549.030029296875,2662.85009765625,2549.030029296875,2589.60009765625,1446840064,42470734800 +18-06-2017,2655.35009765625,2662.10009765625,2516.330078125,2548.2900390625,1178659968,41788418973.5 +17-06-2017,2514.010009765625,2685.18994140625,2484.9599609375,2655.8798828125,1534509952,43548031451.6 +16-06-2017,2469.570068359375,2539.919921875,2385.14990234375,2518.56005859375,1195190016,41291821422.7 +15-06-2017,2499.580078125,2534.7099609375,2212.9599609375,2464.580078125,2026259968,40402259202 +14-06-2017,2716.8798828125,2786.830078125,2412.93994140625,2506.3701171875,1696560000,41082567338.9 +13-06-2017,2680.909912109375,2789.0400390625,2650.3798828125,2717.02001953125,1781200000,44530631894.2 +12-06-2017,2953.219970703125,2997.260009765625,2518.56005859375,2659.6298828125,2569530112,43585351532.5 +11-06-2017,2942.409912109375,2996.60009765625,2840.530029296875,2958.110107421875,1752400000,48471330146.3 +10-06-2017,2828.139892578125,2950.989990234375,2746.550048828125,2947.7099609375,2018889984,48295501718.2 +09-06-2017,2807.43994140625,2901.7099609375,2795.6201171875,2823.81005859375,1348950016,46260465853.5 +08-06-2017,2720.489990234375,2815.300048828125,2670.949951171875,2805.6201171875,1281170048,45957247988.5 +07-06-2017,2869.3798828125,2869.3798828125,2700.56005859375,2732.159912109375,1517709952,44748237217.9 +06-06-2017,2690.840087890625,2999.909912109375,2690.840087890625,2863.199951171875,2089609984,46888622160 +05-06-2017,2512.39990234375,2686.81005859375,2510.219970703125,2686.81005859375,1369309952,43994968834.2 +04-06-2017,2547.7900390625,2585.889892578125,2452.5400390625,2511.81005859375,1355120000,41124262595.2 +03-06-2017,2493.719970703125,2581.909912109375,2423.570068359375,2515.35009765625,1514950016,41177190056.7 +02-06-2017,2404.030029296875,2488.550048828125,2373.320068359375,2488.550048828125,1317030016,40732491835.1 +01-06-2017,2288.330078125,2448.389892578125,2288.330078125,2407.8798828125,1653180032,39407633762.6 +31-05-2017,2187.18994140625,2311.080078125,2145.570068359375,2286.409912109375,1544829952,37414813240 +30-05-2017,2255.360107421875,2301.9599609375,2124.570068359375,2175.469970703125,1443970048,35594903085.4 +29-05-2017,2159.429931640625,2307.050048828125,2107.169921875,2255.610107421875,994625024,36901102917 +28-05-2017,2054.080078125,2267.340087890625,2054.080078125,2155.800048828125,1147139968,35264171109.6 +27-05-2017,2196.27001953125,2260.199951171875,1855.8299560546875,2038.8699951171875,1700480000,33347170525.4 +26-05-2017,2320.889892578125,2573.7900390625,2071.989990234375,2202.419921875,1763480064,36017660893.5 +25-05-2017,2446.239990234375,2763.7099609375,2285.300048828125,2304.97998046875,2406700032,37690456715 +24-05-2017,2321.3701171875,2523.719970703125,2321.3701171875,2443.639892578125,1725379968,39952841999 +23-05-2017,2191.56005859375,2320.820068359375,2178.5,2320.419921875,1378749952,37933704065.5 +22-05-2017,2043.18994140625,2303.89990234375,2017.8699951171875,2173.39990234375,1942220032,35525744380 +21-05-2017,2067.030029296875,2119.080078125,2037.5,2041.199951171875,1147859968,33361091114.4 +20-05-2017,1984.239990234375,2084.72998046875,1974.9200439453125,2084.72998046875,961336000,34068630558.5 +19-05-2017,1897.3699951171875,2004.52001953125,1890.25,1987.7099609375,1157289984,32479082014.5 +18-05-2017,1818.699951171875,1904.47998046875,1807.1199951171875,1888.6500244140625,894321024,30856574835 +17-05-2017,1726.72998046875,1864.050048828125,1661.9100341796875,1839.0899658203125,1064729984,30043626195.3 +16-05-2017,1741.699951171875,1785.93994140625,1686.5400390625,1734.449951171875,959044992,28330874003.4 +15-05-2017,1808.43994140625,1812.800048828125,1708.5400390625,1738.4300537109375,731529024,28392885375.4 +14-05-2017,1800.8599853515625,1831.4200439453125,1776.6199951171875,1808.9100341796875,437196000,29540290793.7 +13-05-2017,1723.1199951171875,1812.989990234375,1651.0799560546875,1804.9100341796875,579635008,29471223857.4 +12-05-2017,1845.760009765625,1856.1500244140625,1694.010009765625,1724.239990234375,740984000,28150631936 +11-05-2017,1780.3699951171875,1873.9300537109375,1755.3499755859375,1848.5699462890625,799489984,30176934750.8 +10-05-2017,1756.52001953125,1788.43994140625,1719.0999755859375,1787.1300048828125,915723008,29170965564 +09-05-2017,1723.8900146484375,1833.489990234375,1716.300048828125,1755.3599853515625,1167920000,28649119972.3 +08-05-2017,1596.9200439453125,1723.3499755859375,1596.9200439453125,1723.3499755859375,1340320000,28123369330.2 +07-05-2017,1579.469970703125,1596.719970703125,1559.760009765625,1596.7099609375,1080029952,26053077974.8 +06-05-2017,1556.81005859375,1578.800048828125,1542.5,1578.800048828125,582529984,25757608890 +05-05-2017,1540.8699951171875,1618.030029296875,1530.31005859375,1555.449951171875,946035968,25373374562.9 +04-05-2017,1490.719970703125,1608.9100341796875,1490.719970703125,1537.6700439453125,933548992,25080858486.5 +03-05-2017,1453.780029296875,1492.77001953125,1447.489990234375,1490.0899658203125,583795968,24301634925.3 +02-05-2017,1421.030029296875,1473.9000244140625,1415.68994140625,1452.8199462890625,477337984,23691443737.8 +01-05-2017,1348.300048828125,1434.3199462890625,1348.300048828125,1421.5999755859375,713624000,23179524919.2 +30-04-2017,1321.8699951171875,1347.9100341796875,1314.9200439453125,1347.8900146484375,413115008,21975104908.9 +29-04-2017,1317.8399658203125,1327.199951171875,1315.2099609375,1321.7900390625,422705984,21547126640.2 +28-04-2017,1317.739990234375,1331.280029296875,1292.3699951171875,1316.47998046875,527488992,21457669552 +27-04-2017,1281.8800048828125,1319.699951171875,1281.300048828125,1317.72998046875,449196992,21475836448 +26-04-2017,1265.989990234375,1294.8299560546875,1265.9300537109375,1281.0799560546875,329631008,20876159410 +25-04-2017,1250.449951171875,1267.5799560546875,1249.969970703125,1265.489990234375,242556000,20619704236.5 +24-04-2017,1209.6300048828125,1250.93994140625,1209.6300048828125,1250.1500244140625,235806000,20367443800 +23-04-2017,1231.9200439453125,1232.199951171875,1203.93994140625,1207.2099609375,258951008,19665994144.5 +22-04-2017,1222.7099609375,1235.56005859375,1208.469970703125,1231.7099609375,249320000,20062753908.3 +21-04-2017,1229.4200439453125,1235.93994140625,1215.56005859375,1222.050048828125,272167008,19903192286.2 +20-04-2017,1211.0799560546875,1240.7900390625,1208.4100341796875,1229.0799560546875,315108000,20015137622 +19-04-2017,1212.1300048828125,1215.510009765625,1205.0799560546875,1210.2900390625,288060992,19707045564.5 +18-04-2017,1193.77001953125,1217.5699462890625,1193.77001953125,1211.6700439453125,270524000,19727334977 +17-04-2017,1183.25,1194.9000244140625,1172.6500244140625,1193.9100341796875,253206000,19436033389.9 +16-04-2017,1172.6099853515625,1187.219970703125,1172.6099853515625,1182.93994140625,183231008,19255408765.8 +15-04-2017,1167.300048828125,1188,1164.9599609375,1172.52001953125,203559008,19083656460.2 +14-04-2017,1170.3299560546875,1190.800048828125,1159.7900390625,1167.5400390625,254827008,19000400017.5 +13-04-2017,1201.02001953125,1205.8900146484375,1156.43994140625,1169.280029296875,351968992,19026699552 +12-04-2017,1204.81005859375,1207.1400146484375,1196.760009765625,1200.3699951171875,288702016,19530680103.5 +11-04-2017,1187.4599609375,1208.0699462890625,1187.4599609375,1205.010009765625,216182000,19604036562.8 +10-04-2017,1187.300048828125,1190.3399658203125,1179.0400390625,1187.1300048828125,215883008,19310642460.1 +09-04-2017,1176.5699462890625,1197.2099609375,1171.8599853515625,1187.8699951171875,242343008,19320511927.2 +08-04-2017,1172.6500244140625,1184.97998046875,1162.5799560546875,1175.949951171875,209312000,19124327856.2 +07-04-2017,1178.93994140625,1186.5799560546875,1163.3900146484375,1176.9000244140625,317022016,19137747435 +06-04-2017,1125.81005859375,1188.3699951171875,1125.81005859375,1182.6800537109375,511222016,19229356147.2 +05-04-2017,1134.1400146484375,1135.0899658203125,1113.6300048828125,1124.780029296875,414784000,18285857774.5 +04-04-2017,1145.52001953125,1156.43994140625,1120.52001953125,1133.25,436310016,18421262062.5 +03-04-2017,1102.949951171875,1151.739990234375,1102.949951171875,1143.81005859375,580444032,18591158322.7 +02-04-2017,1080.6099853515625,1107.5899658203125,1075.449951171875,1102.1700439453125,514187008,17911915755 +01-04-2017,1071.7099609375,1091.719970703125,1061.0899658203125,1080.5,289633984,17557597716 +31-03-2017,1026.6400146484375,1074.9200439453125,1026.6400146484375,1071.7900390625,447287008,17414322807.7 +30-03-2017,1042.2099609375,1049.2900390625,1020.0399780273438,1026.4300537109375,352968992,16675587066 +29-03-2017,1046.0799560546875,1055.1300048828125,1015.8800048828125,1039.969970703125,298457984,16893415155.9 +28-03-2017,1044.5799560546875,1064.6500244140625,1027.72998046875,1047.1500244140625,326332000,17008241725.8 +27-03-2017,972.0549926757812,1046.4000244140625,971.9840087890625,1045.77001953125,372535008,16983801540.8 +26-03-2017,974.0150146484375,1007.9600219726562,954.1859741210938,966.7249755859375,303668000,15698465530.7 +25-03-2017,936.5399780273438,975.760986328125,903.7130126953125,972.7789916992188,435803008,15794781101.6 +24-03-2017,1038.449951171875,1040.469970703125,934.3579711914062,937.52001953125,491038016,15220718764.2 +23-03-2017,1050.050048828125,1058.010009765625,1028.9300537109375,1038.5899658203125,248540000,16859314109.3 +22-03-2017,1120.6500244140625,1120.6500244140625,1014.2100219726562,1049.1400146484375,380840992,17028630158.2 +21-03-2017,1055.3599853515625,1122.4300537109375,1055.3599853515625,1120.5400390625,337391008,18185299687 +20-03-2017,1037.239990234375,1063.030029296875,1036.6800537109375,1054.22998046875,286529984,17107266418.3 +19-03-2017,976.72998046875,1069.9100341796875,976.72998046875,1036.739990234375,406648000,16821676707 +18-03-2017,1099.68994140625,1114.0699462890625,957.655029296875,973.8179931640625,621302016,15798760668.4 +17-03-2017,1180.1600341796875,1180.1600341796875,1099.5699462890625,1100.22998046875,706598976,17847435956.5 +16-03-2017,1251.3299560546875,1257.97998046875,1152.43994140625,1187.81005859375,638568000,19265847025 +15-03-2017,1240.1600341796875,1251.6099853515625,1239.75,1249.6099853515625,297804992,20265831337.2 +14-03-2017,1232.1600341796875,1244.81005859375,1220.719970703125,1240,245306000,20107761880 +13-03-2017,1221.780029296875,1237.3699951171875,1217.030029296875,1231.9200439453125,380276992,19974334865 +12-03-2017,1176.6199951171875,1226.97998046875,1175.3599853515625,1221.3800048828125,227176000,19801195767 +11-03-2017,1116.3199462890625,1193.8299560546875,1116.3199462890625,1175.8299560546875,283320000,19060468861.8 +10-03-2017,1189.3599853515625,1270.469970703125,1077.25,1116.719970703125,563795968,18100188612 +09-03-2017,1150.3499755859375,1197.4599609375,1141.22998046875,1188.489990234375,212283008,19261188310.1 +08-03-2017,1223.22998046875,1232.1600341796875,1148.0799560546875,1150,332603008,18635275050 +07-03-2017,1273.2099609375,1275.550048828125,1204.800048828125,1223.5400390625,291256000,19824773912 +06-03-2017,1267.469970703125,1276,1264.5999755859375,1272.8299560546875,153656992,20620991547 +05-03-2017,1254.2900390625,1267.2900390625,1238.06005859375,1267.1199951171875,134127000,20526235270 +04-03-2017,1277.4300537109375,1279.4000244140625,1230.510009765625,1255.1500244140625,183270000,20329978337.5 +03-03-2017,1250.7099609375,1280.31005859375,1250.7099609375,1274.989990234375,315739008,20649259918.8 +02-03-2017,1224.6800537109375,1262.1300048828125,1215.6199951171875,1251.010009765625,368275008,20258543187.5 +01-03-2017,1180.0400390625,1222.5,1179.68994140625,1222.5,229056992,19794459607.5 +28-02-2017,1180.719970703125,1193.25,1171.8199462890625,1179.969970703125,184956000,19103684800.8 +27-02-2017,1163.780029296875,1181.97998046875,1163.3800048828125,1179.969970703125,131570000,19101427518.1 +26-02-2017,1144.27001953125,1167.469970703125,1130.199951171875,1165.199951171875,116486000,18860247630 +25-02-2017,1170.4100341796875,1174.8499755859375,1124.5899658203125,1143.8399658203125,139960992,18511906560 +24-02-2017,1172.7099609375,1200.3900146484375,1131.9599609375,1173.6800537109375,330759008,18992415818.2 +23-02-2017,1117.27001953125,1176.6199951171875,1116.9599609375,1166.719970703125,189454000,18877442096 +22-02-2017,1114.800048828125,1125.3900146484375,1100.550048828125,1117.43994140625,136100000,18077985665.3 +21-02-2017,1079.280029296875,1117.25,1076.9300537109375,1115.300048828125,186868992,18041455272.5 +20-02-2017,1048.68994140625,1080.489990234375,1041.68994140625,1079.97998046875,109478000,17468244508 +19-02-2017,1054.760009765625,1056.81005859375,1043.4599609375,1047.8699951171875,77423296,16946913345.7 +18-02-2017,1049.2099609375,1061.0999755859375,1046.9599609375,1054.4200439453125,99073504,17051064833.5 +17-02-2017,1026.1199951171875,1053.1700439453125,1025.6400146484375,1046.2099609375,136474000,16916338976 +16-02-2017,1007.6500244140625,1033.3699951171875,1007.6500244140625,1027.43994140625,122277000,16610905026 +15-02-2017,1006.2100219726562,1008.8400268554688,1001.5800170898438,1007.47998046875,89759400,16286329281.8 +14-02-2017,991.7349853515625,1011.510009765625,986.4710083007812,1004.5499877929688,137946000,16237219721.2 +13-02-2017,998.885009765625,1002.0999755859375,976.0020141601562,990.6420288085938,100607000,16010322102.8 +12-02-2017,1003.52001953125,1004.760009765625,996.9210205078125,999.1810302734375,67530000,16146290349 +11-02-2017,988.8980102539062,1009.2899780273438,982.8300170898438,1004.4500122070312,102261000,16229677098.8 +10-02-2017,995.6320190429688,998.905029296875,946.6909790039062,988.6740112304688,190452000,15973053724.9 +09-02-2017,1064.699951171875,1088.989990234375,953.343994140625,994.3829956054688,407220000,16063448931.6 +08-02-2017,1062.3199462890625,1078.969970703125,1037.489990234375,1063.0699462890625,201855008,17170799127.1 +07-02-2017,1040.1400146484375,1061.9300537109375,1040.1400146484375,1061.3499755859375,146007008,17141080573.7 +06-02-2017,1028.4000244140625,1044.6400146484375,1028.1600341796875,1038.1500244140625,111762000,16764422010.3 +05-02-2017,1043.52001953125,1043.6300048828125,1022.3699951171875,1027.3399658203125,114208000,16588240156.6 +04-02-2017,1031.3299560546875,1045.9000244140625,1015.1599731445312,1042.9000244140625,155064000,16837411920 +03-02-2017,1011.4600219726562,1033.8699951171875,1008.7899780273438,1029.9100341796875,201278000,16625849488.9 +02-02-2017,990.0009765625,1013.52001953125,983.2210083007812,1011.7999877929688,145820992,16331615570 +01-02-2017,970.9409790039062,989.114013671875,970.7420043945312,989.0230102539062,150110000,15962015276 +31-01-2017,920.958984375,972.0189819335938,920.958984375,970.4030151367188,164582000,15659186515.2 +30-01-2017,920.1510009765625,923.0479736328125,919.4739990234375,920.3820190429688,78227296,14850351605 +29-01-2017,922.0670166015625,923.4180297851562,919.1480102539062,919.4959716796875,60851700,14834377926.4 +28-01-2017,919.8109741210938,923.9110107421875,919.8109741210938,921.5900268554688,68979600,14866260449 +27-01-2017,918.3590087890625,923.2230224609375,915.8460083007812,919.75,125594000,14834831700 +26-01-2017,902.39501953125,919.3259887695312,902.2239990234375,917.5859985351562,131958000,14797955301.3 +25-01-2017,891.9240112304688,903.2520141601562,891.68701171875,901.5419921875,120831000,14537488261.3 +24-01-2017,910.677001953125,924.14501953125,892.2860107421875,892.68701171875,111349000,14393026385 +23-01-2017,925.4990234375,928.2659912109375,916.7379760742188,921.0120239257812,73588600,14848013908.9 +22-01-2017,922.2050170898438,937.5250244140625,897.5640258789062,924.6729736328125,116573000,14905439337.4 +21-01-2017,895.5490112304688,927.3670043945312,895.5349731445312,921.7890014648438,111158000,14856911162.8 +20-01-2017,898.1719970703125,899.3980102539062,887.0079956054688,895.0260009765625,86728400,14423545370.8 +19-01-2017,888.3350219726562,904.614013671875,884.3380126953125,899.072998046875,105625000,14486616700.1 +18-01-2017,909.3729858398438,917.4990234375,858.3040161132812,886.6179809570312,225676992,14284036612.6 +17-01-2017,830.9459838867188,910.5609741210938,830.7960205078125,907.93798828125,155095008,14625779851.2 +16-01-2017,821.7830200195312,834.530029296875,820.27099609375,831.5339965820312,82755200,13393372619.5 +15-01-2017,818.1420288085938,823.3070068359375,812.8709716796875,821.7979736328125,71013600,13234840657.1 +14-01-2017,825.1420288085938,835.0850219726562,812.4559936523438,818.4119873046875,93063296,13178601991.8 +13-01-2017,803.7369995117188,829.0009765625,780.0029907226562,823.9840087890625,168968000,13266554392 +12-01-2017,775.177978515625,826.2459716796875,755.7559814453125,804.833984375,222326000,12956730411.3 +11-01-2017,908.114990234375,919.447998046875,762.7650146484375,777.7570190429688,310928992,12519135995.7 +10-01-2017,902.4400024414062,914.8729858398438,901.0599975585938,907.6790161132812,115808000,14608685049.4 +09-01-2017,913.2440185546875,913.6859741210938,879.8070068359375,902.8280029296875,141876992,14528815565.3 +08-01-2017,908.1749877929688,942.7239990234375,887.2490234375,911.198974609375,158715008,14661966429.1 +07-01-2017,903.4869995117188,908.5850219726562,823.5560302734375,908.5850219726562,279550016,14618030536.4 +06-01-2017,1014.239990234375,1046.81005859375,883.9439697265625,902.2009887695312,351876000,14513695758.4 +05-01-2017,1156.72998046875,1191.0999755859375,910.4169921875,1013.3800048828125,510199008,16300254795.1 +04-01-2017,1044.4000244140625,1159.4200439453125,1044.4000244140625,1154.72998046875,344945984,18571869009 +03-01-2017,1021.5999755859375,1044.0799560546875,1021.5999755859375,1043.8399658203125,185168000,16786368910.1 +02-01-2017,998.6170043945312,1031.3900146484375,996.7020263671875,1021.75,222184992,16429024775 +01-01-2017,963.6580200195312,1003.0800170898438,958.698974609375,998.3250122070312,147775008,16050407460.5 +31-12-2016,960.6270141601562,963.7429809570312,947.2360229492188,963.7429809570312,99135104,15492554222.2 +30-12-2016,972.5349731445312,972.5349731445312,934.8330078125,961.2379760742188,187474000,15450507054.9 +29-12-2016,975.125,979.39697265625,954.5029907226562,973.4970092773438,199320000,15645617392.3 +28-12-2016,934.8309936523438,975.9210205078125,934.8309936523438,975.9210205078125,236630000,15682769404.8 +27-12-2016,908.35400390625,940.0479736328125,904.2550048828125,933.197998046875,167308000,14994286713.1 +26-12-2016,896.905029296875,913.1840209960938,896.8980102539062,907.6099853515625,123771000,14581389977 +25-12-2016,899.6519775390625,899.6519775390625,862.4240112304688,896.1829833984375,143664992,14396194093.7 +24-12-2016,922.1799926757812,923.47900390625,886.3350219726562,898.822021484375,137727008,14436754926.6 +23-12-2016,864.8880004882812,925.1170043945312,864.677001953125,921.9840087890625,275564000,14807189351.8 +22-12-2016,834.1799926757812,875.781982421875,834.1489868164062,864.5399780273438,200027008,13882988216 +21-12-2016,800.6439819335938,834.281005859375,799.405029296875,834.281005859375,155576000,13395445163.3 +20-12-2016,792.2470092773438,801.3369750976562,791.4970092773438,800.8759765625,99629296,12857473133.5 +19-12-2016,790.6920166015625,793.6110229492188,790.3200073242188,792.7139892578125,74886400,12725090633.3 +18-12-2016,791.0079956054688,794.7369995117188,788.0260009765625,790.530029296875,60524400,12688510067.6 +17-12-2016,785.166015625,792.5089721679688,784.864013671875,790.8289794921875,78989800,12691945028 +16-12-2016,778.9630126953125,785.031982421875,778.9630126953125,784.906982421875,83608200,12595490538.6 +15-12-2016,780.0700073242188,781.4349975585938,777.802001953125,778.0880126953125,81580096,12484761984.5 +14-12-2016,780.0050048828125,782.0339965820312,776.8389892578125,781.4810180664062,75979000,12534369129.2 +13-12-2016,780.64697265625,788.4600219726562,777.9619750976562,780.5560302734375,81645600,12521776921.5 +12-12-2016,770.0399780273438,781.9219970703125,770.0399780273438,780.0869750976562,76571000,12512497969.1 +11-12-2016,774.7520141601562,774.7979736328125,765.4119873046875,769.7310180664062,57313400,12344888048.2 +10-12-2016,773.0230102539062,777.0919799804688,772.9099731445312,774.6500244140625,53843100,12421967469.5 +09-12-2016,769.9439697265625,774.5280151367188,769.6489868164062,772.7940063476562,68705296,12390863076.9 +08-12-2016,768.0759887695312,774.697998046875,765.9459838867188,770.8099975585938,80111904,12357837892.8 +07-12-2016,764.2109985351562,771.5430297851562,759.75,768.1320190429688,96426096,12313376413.9 +06-12-2016,758.719970703125,765.6220092773438,758.719970703125,764.2239990234375,116218000,12249086970.7 +05-12-2016,773.3939819335938,773.468017578125,751.7130126953125,758.7000122070312,106363000,12159115875 +04-12-2016,771.6380004882812,773.8720092773438,768.1610107421875,773.8720092773438,60557900,12400766376.1 +03-12-2016,778.2479858398438,778.2479858398438,764.8560180664062,771.155029296875,69547296,12355811708.6 +02-12-2016,757.5449829101562,781.2960205078125,757.5449829101562,777.9439697265625,127605000,12462935160.4 +01-12-2016,746.0460205078125,758.2750244140625,746.0460205078125,756.7739868164062,80461904,12122431239 +30-11-2016,736.2839965820312,747.9290161132812,736.2650146484375,745.6909790039062,84070800,11943536630.3 +29-11-2016,736.3289794921875,737.4710083007812,734.5590209960938,735.60400390625,68511104,11780661279.8 +28-11-2016,732.4840087890625,738.0059814453125,732.4840087890625,735.81298828125,61888600,11782628755 +27-11-2016,735.43701171875,739.0180053710938,731.0850219726562,732.0349731445312,52601800,11720648986.8 +26-11-2016,741.510986328125,742.2139892578125,729.625,735.3820190429688,54962700,11772895898.9 +25-11-2016,740.4420166015625,741.6489868164062,734.5910034179688,741.6489868164062,67807600,11871816578.9 +24-11-2016,744.6199951171875,746.8319702148438,733.489990234375,740.2890014648438,85919296,11848658575 +23-11-2016,751.7410278320312,752.25,738.9240112304688,744.593994140625,76543800,11916054234.5 +22-11-2016,739.6430053710938,753.8699951171875,736.5269775390625,751.3469848632812,129906000,12022735371.5 +21-11-2016,731.2650146484375,741.7219848632812,730.510009765625,739.2479858398438,60802400,11827902946.2 +20-11-2016,751.8790283203125,755.47998046875,717.9439697265625,731.0260009765625,154116000,11695081877.5 +19-11-2016,751.8330078125,756.2369995117188,744.4669799804688,751.6160278320312,110608000,12023262924.8 +18-11-2016,740.7050170898438,752.8820190429688,736.8900146484375,751.5850219726562,87363104,12021432968.4 +17-11-2016,744.8759765625,755.64501953125,739.510986328125,740.9769897460938,108579000,11850398479.4 +16-11-2016,711.1669921875,747.614990234375,709.0390014648438,744.197998046875,141294000,11900441938.5 +15-11-2016,705.7940063476562,715.718017578125,705.260009765625,711.6190185546875,72038496,11377924616.2 +14-11-2016,701.9970092773438,706.2839965820312,699.8079833984375,705.02099609375,62993000,11271073434.1 +13-11-2016,705.1959838867188,705.2570190429688,687.3150024414062,702.031005859375,80318096,11215181107.4 +12-11-2016,716.7520141601562,717.1480102539062,704.0349731445312,705.0540161132812,64622500,11262273136.1 +11-11-2016,715.5549926757812,718.3179931640625,714.4099731445312,716.4110107421875,63119700,11442241390.2 +10-11-2016,722.843994140625,723.0180053710938,711.2100219726562,715.5339965820312,68807800,11426817525.6 +09-11-2016,709.8250122070312,740.0460205078125,708.6099853515625,723.2730102539062,132429000,11548965778.8 +08-11-2016,703.0889892578125,712.9869995117188,702.3900146484375,709.8480224609375,79660800,11333339468.1 +07-11-2016,710.7360229492188,710.7360229492188,699.9030151367188,703.1309814453125,65047100,11224670783 +06-11-2016,703.81201171875,714.2579956054688,699.5599975585938,711.52197265625,59902200,11357385316.2 +05-11-2016,703.5250244140625,707.510009765625,697.739013671875,703.4180297851562,53752300,11226736982.4 +04-11-2016,689.1240234375,706.9299926757812,685.56298828125,703.2349853515625,99907696,11222575747.5 +03-11-2016,742.3460083007812,745.7730102539062,678.156005859375,688.7000122070312,172808000,10989660279.6 +02-11-2016,730.0659790039062,740.8289794921875,722.3489990234375,740.8289794921875,84865200,11820110420.6 +01-11-2016,701.3369750976562,736.4520263671875,701.3369750976562,729.7930297851562,130527000,11642863554 +31-10-2016,702.6400146484375,709.2890014648438,691.6820068359375,700.9719848632812,97064400,11181852070.1 +30-10-2016,714.1179809570312,714.1179809570312,696.4749755859375,701.864013671875,100665000,11194834675.9 +29-10-2016,690.2890014648438,720.4019775390625,690.052001953125,714.47900390625,134760992,11394596829.5 +28-10-2016,688,690.4439697265625,684.1619873046875,689.6510009765625,81145504,10997420361.8 +27-10-2016,678.2139892578125,688.593994140625,678.0399780273438,688.31298828125,96105296,10974828654.5 +26-10-2016,657.677978515625,679.72802734375,657.677978515625,678.3040161132812,88877104,10813913071.1 +25-10-2016,654.0020141601562,664.4240112304688,653.697998046875,657.5880126953125,90378800,10482565592 +24-10-2016,657.1610107421875,657.2520141601562,652.594970703125,653.760986328125,62218200,10420469171.9 +23-10-2016,657.6209716796875,661.1290283203125,653.885986328125,657.0709838867188,54474600,10472100601.9 +22-10-2016,633.135986328125,658.197021484375,632.8499755859375,657.2940063476562,78556496,10474463658.4 +21-10-2016,630.8250122070312,634.093994140625,630.6939697265625,632.8280029296875,55951000,10083501602.5 +20-10-2016,630.6630249023438,631.9169921875,628.2579956054688,630.8569946289062,56957300,10050854098.8 +19-10-2016,638.1339721679688,638.8740234375,628.0130004882812,630.52001953125,69381696,10044471117.1 +18-10-2016,639.4110107421875,640.7360229492188,635.9959716796875,637.9600219726562,65546700,10162029114.2 +17-10-2016,641.8179931640625,642.3280029296875,638.6630249023438,639.1929931640625,58063600,10180488273.5 +16-10-2016,639.0830078125,642.8980102539062,638.9010009765625,641.6309814453125,40298100,10218348387.5 +15-10-2016,640.3109741210938,642.1019897460938,637.3900146484375,638.64599609375,39035400,10169814231.5 +14-10-2016,637.0079956054688,641.2849731445312,637.0079956054688,640.3779907226562,58144600,10196303437 +13-10-2016,636.030029296875,638.8330078125,635.0289916992188,636.7860107421875,61620700,10138078870.2 +12-10-2016,640.8709716796875,641.3369750976562,635.9650268554688,636.1920166015625,92370200,10127644783.5 +11-10-2016,619.2379760742188,642.0800170898438,618.5,641.072021484375,103590000,10204214838.5 +10-10-2016,616.822021484375,621.3179931640625,616.197021484375,618.9940185546875,67481104,9851764897.39 +09-10-2016,619.1719970703125,619.197998046875,616.6069946289062,616.7520141601562,39243400,9815156617.54 +08-10-2016,617.3410034179688,619.8489990234375,617.3410034179688,619.1079711914062,42345900,9851461945.58 +07-10-2016,612.6079711914062,617.9119873046875,611.8209838867188,617.1209716796875,64071400,9818599994.17 +06-10-2016,612.469970703125,613.8189697265625,611.468994140625,613.02099609375,56812100,9752315688.94 +05-10-2016,610.218017578125,613.8140258789062,609.6170043945312,612.510986328125,68077504,9743018923.52 +04-10-2016,612.052001953125,612.0540161132812,609.47900390625,610.2039794921875,49801600,9705099354.72 +03-10-2016,610.968017578125,612.5679931640625,610.4550170898438,612.1329956054688,46798300,9734618878.27 +02-10-2016,613.947998046875,614.0050048828125,609.6820068359375,610.8920288085938,39249800,9713776587.02 +01-10-2016,609.9290161132812,615.2369995117188,609.9290161132812,613.9829711914062,56357000,9761887632.24 +30-09-2016,605.7150268554688,609.7349853515625,604.1420288085938,609.7349853515625,56122400,9693198750.06 +29-09-2016,605.0189819335938,606.823974609375,604.8480224609375,605.6929931640625,55658600,9627902106.24 +28-09-2016,606.2429809570312,606.5900268554688,604.6069946289062,604.72802734375,48722600,9611532318.53 +27-09-2016,608.02197265625,608.2479858398438,604.1099853515625,606.166015625,49422400,9633311305.2 +26-09-2016,600.8070068359375,608.1430053710938,600.3489990234375,608.0430297851562,59153800,9661922446.43 +25-09-2016,602.7490234375,603.3809814453125,599.7109985351562,600.8259887695312,33977800,9546132575.45 +24-09-2016,602.9609985351562,604.5800170898438,602.0449829101562,602.625,35359500,9573385117.5 +23-09-2016,596.198974609375,603.2050170898438,595.7860107421875,602.8419799804688,51067000,9575631548.62 +22-09-2016,597.2789916992188,598.4869995117188,596.2130126953125,596.2979736328125,67085300,9470698214.62 +21-09-2016,603.5880126953125,603.5880126953125,595.8829956054688,597.1489868164062,82776200,9483211004.99 +20-09-2016,609.2540283203125,609.5250244140625,607.93798828125,608.31201171875,72710896,9659269452.1 +19-09-2016,609.8709716796875,610.9320068359375,608.27001953125,609.2269897460938,54796400,9672709263.54 +18-09-2016,606.2830200195312,610.1580200195312,605.8560180664062,609.8740234375,48679400,9682008336.58 +17-09-2016,607.218017578125,607.8599853515625,605.1920166015625,605.9840087890625,37140300,9619198525.06 +16-09-2016,607.2459716796875,609.260986328125,606.7349853515625,606.9730224609375,64963400,9633710359.34 +15-09-2016,610.5880126953125,611.0859985351562,607.155029296875,607.155029296875,59464600,9635571707.58 +14-09-2016,608.8410034179688,611.9520263671875,608.4099731445312,610.6840209960938,47877700,9690463177.01 +13-09-2016,608.0250244140625,611.1929931640625,606.9249877929688,609.2410278320312,86920600,9666424847.94 +12-09-2016,607.0050048828125,608.458984375,605.4110107421875,608.2429809570312,72812304,9649385919.48 +11-09-2016,623.4240112304688,628.8179931640625,600.5059814453125,606.718994140625,73610800,9624021892.48 +10-09-2016,622.927001953125,625.094970703125,622.39501953125,623.5089721679688,45016800,9889124589.92 +09-09-2016,626.3519897460938,626.8300170898438,620.2630004882812,622.8610229492188,64550200,9877681031.6 +08-09-2016,614.635009765625,628.77001953125,613.843994140625,626.3159790039062,86713000,9931412643.55 +07-09-2016,610.572998046875,614.5449829101562,608.5130004882812,614.5440063476562,75032400,9743676239.81 +06-09-2016,606.5059814453125,610.8300170898438,605.0910034179688,610.4359741210938,78529104,9677437247.52 +05-09-2016,608.989990234375,609.0549926757812,602.2420043945312,606.5900268554688,82446800,9615468144.84 +04-09-2016,598.5900268554688,611.8369750976562,596.8480224609375,608.6339721679688,97942896,9646846465.46 +03-09-2016,575.5549926757812,599.5,574.0560302734375,598.2119750976562,159014000,9480380026.32 +02-09-2016,572.4099731445312,575.6430053710938,570.8109741210938,575.5369873046875,79910800,9120159588.88 +01-09-2016,575.5460205078125,576.3109741210938,571.8140258789062,572.302978515625,76923400,9067854883.5 +31-08-2016,577.5910034179688,577.8610229492188,573.6420288085938,575.4719848632812,75840896,9117106216.7 +30-08-2016,574.114013671875,578.3569946289062,574.114013671875,577.5029907226562,70342400,9148340523.6 +29-08-2016,574.0709838867188,576.2780151367188,573.4650268554688,574.1069946289062,110398000,9093420855.11 +28-08-2016,569.8300170898438,574.0380249023438,569.739990234375,573.9119873046875,86301600,9089312934.82 +27-08-2016,579.4520263671875,579.844970703125,568.6300048828125,569.947021484375,59698300,9025464112.14 +26-08-2016,577.7529907226562,580.6229858398438,576.8579711914062,579.6510009765625,48856800,9178145243.32 +25-08-2016,580.1799926757812,580.4509887695312,575.1669921875,577.760986328125,136130000,9147297035.52 +24-08-2016,583.4119873046875,583.5900268554688,579.85498046875,580.1820068359375,56328200,9184728960.5 +23-08-2016,586.77099609375,589.4739990234375,581.6339721679688,583.4149780273438,85349200,9234845697.42 +22-08-2016,581.3109741210938,588.447998046875,580.593994140625,586.7529907226562,72844000,9286647693.55 +21-08-2016,581.9390258789062,584.1580200195312,580.218017578125,581.3079833984375,38299400,9199366516.7 +20-08-2016,576.083984375,582.8179931640625,575.4569702148438,581.697021484375,45301400,9204384754.4 +19-08-2016,574.3389892578125,578.2379760742188,574.1820068359375,575.6300048828125,50631600,9107313927.36 +18-08-2016,573.7069702148438,577.7919921875,573.4299926757812,574.3179931640625,59896600,9085487924.62 +17-08-2016,577.760986328125,580.8939819335938,571.4299926757812,573.2160034179688,54443000,9066995409.02 +16-08-2016,567.2429809570312,581.7379760742188,566.7160034179688,577.4390258789062,58405200,9132941526.43 +15-08-2016,570.4940185546875,573.5800170898438,563.239990234375,567.239990234375,57262300,8970719083.2 +14-08-2016,585.5889892578125,585.666015625,564.781005859375,570.4730224609375,60851100,9020848474.94 +13-08-2016,587.3569946289062,589.7739868164062,584.97900390625,585.5880126953125,43563000,9258715471.54 +12-08-2016,588.7979736328125,589.9099731445312,583.8109741210938,587.5590209960938,69218000,9288722581.24 +11-08-2016,592.1240234375,597.5419921875,589.1199951171875,589.1199951171875,74514400,9312340020.48 +10-08-2016,587.6480102539062,599.9840087890625,586.3709716796875,592.10302734375,102905000,9358441335.08 +09-08-2016,591.0380249023438,591.0910034179688,584.7930297851562,587.801025390625,92228096,9289374234.8 +08-08-2016,592.7360229492188,592.9940185546875,588.0469970703125,591.0540161132812,61194100,9339910962.91 +07-08-2016,587.77099609375,597.5130004882812,586.8159790039062,592.6900024414062,82398400,9364710626.88 +06-08-2016,575.030029296875,588.39599609375,569.468994140625,587.7780151367188,80797296,9286055404.13 +05-08-2016,578.281005859375,578.281005859375,569.9819946289062,575.0430297851562,66127900,9083715053.11 +04-08-2016,566.3289794921875,579.4959716796875,565.7769775390625,578.2890014648438,125292000,9133817994.68 +03-08-2016,548.656005859375,573.3599853515625,541.5469970703125,566.35498046875,207982000,8944279139.34 +02-08-2016,606.39697265625,612.8480224609375,531.333984375,547.4650268554688,330932992,8644864334.94 +01-08-2016,624.6019897460938,626.1190185546875,605.8839721679688,606.27197265625,121887000,9572348580.1 +31-07-2016,655.0999755859375,655.2849731445312,624.364990234375,624.6810302734375,110818000,9861866432.96 +30-07-2016,657.0120239257812,658.2230224609375,654.208984375,655.0469970703125,38456100,10340045284.2 +29-07-2016,655.1110229492188,657.7960205078125,654.7860107421875,656.9920043945312,60703500,10369809305.9 +28-07-2016,654.4920043945312,657.594970703125,654.4920043945312,655.0349731445312,86428400,10337749269.3 +27-07-2016,651.6270141601562,657.4559936523438,648.447021484375,654.3519897460938,147460992,10325917978.9 +26-07-2016,654.2260131835938,656.2249755859375,645.8790283203125,651.7839965820312,225135008,10284392843.4 +25-07-2016,661.2630004882812,661.8280029296875,653.39501953125,654.0969848632812,78176496,10319876748.9 +24-07-2016,655.4099731445312,663.1099853515625,652.7930297851562,661.2849731445312,118184000,10432244355.1 +23-07-2016,650.7260131835938,656.3660278320312,648.5239868164062,655.5560302734375,69532200,10340881944.1 +22-07-2016,664.9219970703125,666.5830078125,646.7219848632812,650.6190185546875,134169000,10261989674.1 +21-07-2016,665.22802734375,666.218994140625,660.4149780273438,665.0120239257812,60491800,10487976073.3 +20-07-2016,672.8060302734375,672.9290161132812,663.3599853515625,665.6849975585938,94636400,10497527595.7 +19-07-2016,672.7379760742188,673.2769775390625,667.6320190429688,672.864013671875,61203300,10609525767.2 +18-07-2016,679.8090209960938,681.5549926757812,668.625,673.1060180664062,69465000,10612299585.4 +17-07-2016,661.9929809570312,682.364990234375,661.9929809570312,679.458984375,74407904,10711263459.6 +16-07-2016,663.781005859375,666.4600219726562,659.333984375,660.7670288085938,50330200,10415413843.4 +15-07-2016,659.1710205078125,667.0770263671875,659.0399780273438,663.2550048828125,81673104,10453381649.6 +14-07-2016,652.9229736328125,662.9019775390625,652.9229736328125,658.0780029296875,98511400,10370714377.5 +13-07-2016,664.7969970703125,668.7000122070312,654.468017578125,654.468017578125,131449000,10312716681.1 +12-07-2016,648.2830200195312,675.2589721679688,646.7789916992188,664.551025390625,138172992,10470577835.3 +11-07-2016,648.4840087890625,659.6290283203125,644.97998046875,647.6589965820312,107910000,10203318330.2 +10-07-2016,650.5989990234375,652.2940063476562,641.2639770507812,649.3599853515625,102532000,10229001841 +09-07-2016,666.3839721679688,666.3839721679688,633.3989868164062,650.9600219726562,180536000,10252979329.9 +08-07-2016,640.68798828125,666.7069702148438,636.4669799804688,666.5230102539062,141970000,10496037616.4 +07-07-2016,678.0900268554688,682.4320068359375,611.833984375,640.56201171875,258091008,10084880015.6 +06-07-2016,670.4180297851562,681.8980102539062,670.4180297851562,677.3309936523438,134960992,10661460872.4 +05-07-2016,683.208984375,683.4910278320312,665.0659790039062,670.6270141601562,130476000,10553590036.3 +04-07-2016,658.8040161132812,683.6619873046875,650.5079956054688,683.6619873046875,92008400,10756225161.5 +03-07-2016,704.968017578125,704.968017578125,649.0089721679688,658.6640014648438,129512000,10360455388 +02-07-2016,676.7340087890625,703.7020263671875,676.3989868164062,703.7020263671875,112354000,11066171356.3 +01-07-2016,672.5150146484375,686.1539916992188,669.593994140625,676.2960205078125,134431008,10632674989.8 +30-06-2016,640.5910034179688,675.4030151367188,636.6079711914062,673.3369750976562,138980000,10583527799.4 +29-06-2016,644.1220092773438,644.6820068359375,628.2839965820312,639.8900146484375,142456000,10055423427 +28-06-2016,658.1019897460938,659.2479858398438,637.7730102539062,647.0009765625,138384992,10164806260.6 +27-06-2016,629.3489990234375,655.2750244140625,620.5239868164062,655.2750244140625,122134000,10292371661.2 +26-06-2016,665.9310302734375,665.97998046875,616.9340209960938,629.3670043945312,109225000,9883123076.92 +25-06-2016,665.281005859375,691.7310180664062,646.5590209960938,665.1229858398438,126656000,10442165050.8 +24-06-2016,625.5750122070312,681.7269897460938,625.27197265625,665.2990112304688,224316992,10442233719.4 +23-06-2016,597.4429931640625,629.3270263671875,558.1389770507812,623.9769897460938,253462000,9791649876.52 +22-06-2016,665.9149780273438,678.6699829101562,587.4829711914062,596.1160278320312,266392992,9352374506.6 +21-06-2016,735.8829956054688,735.8829956054688,639.0700073242188,666.6519775390625,309944000,10456853277.5 +20-06-2016,763.927001953125,764.083984375,732.7269897460938,737.2260131835938,174511008,11561085978.8 +19-06-2016,756.68798828125,766.6209716796875,745.6279907226562,763.781005859375,136184992,11974386667.3 +18-06-2016,748.7559814453125,777.989990234375,733.9290161132812,756.2269897460938,252718000,11852610450.4 +17-06-2016,768.4869995117188,775.3560180664062,716.5560302734375,748.9089965820312,363320992,11734973407.3 +16-06-2016,696.5230102539062,773.7219848632812,696.5230102539062,766.3079833984375,271633984,12004751235.6 +15-06-2016,685.6849975585938,696.302978515625,672.5609741210938,694.468994140625,99223800,10876756116.3 +14-06-2016,704.5040283203125,704.5040283203125,662.8040161132812,685.5590209960938,186694000,10734585655.9 +13-06-2016,671.6539916992188,716.0040283203125,664.4869995117188,704.3759765625,243295008,11026918233 +12-06-2016,609.6840209960938,684.843994140625,607.0390014648438,672.7839965820312,277084992,10529624646.8 +11-06-2016,578.6740112304688,607.1160278320312,578.6740112304688,606.7269897460938,82357000,9493578714.4 +10-06-2016,575.8369750976562,579.1270141601562,573.3250122070312,577.469970703125,66991900,9033522014.25 +09-06-2016,582.2030029296875,582.2030029296875,570.9509887695312,574.6300048828125,71301000,8987040811 +08-06-2016,577.1669921875,582.8389892578125,573.1300048828125,581.64501953125,80265800,9094354020.88 +07-06-2016,585.4450073242188,590.2589721679688,567.5139770507812,576.5969848632812,107770000,9013335474.15 +06-06-2016,574.6019897460938,586.469970703125,574.6019897460938,585.5369873046875,72138896,9151021089.23 +05-06-2016,573.3079833984375,582.8079833984375,569.177978515625,574.9769897460938,68874096,8983555643.4 +04-06-2016,569.7050170898438,590.1320190429688,564.2379760742188,572.7269897460938,94925296,8945981421.82 +03-06-2016,537.6820068359375,574.6380004882812,536.9199829101562,569.1939697265625,122020000,8889102698 +02-06-2016,536.5150146484375,540.3519897460938,533.0780029296875,537.9719848632812,60378200,8399598923.4 +01-06-2016,531.1069946289062,543.0800170898438,525.635986328125,536.9199829101562,86061800,8381321200 +31-05-2016,534.1909790039062,546.6179809570312,520.6619873046875,531.385986328125,138450000,8293035755.05 +30-05-2016,528.4710083007812,544.3489990234375,522.9630126953125,533.864013671875,87958704,8330000111.4 +29-05-2016,527.4769897460938,553.9600219726562,512.1790161132812,526.2329711914062,148736992,8209050618.45 +28-05-2016,473.02899169921875,533.4730224609375,472.6990051269531,530.0399780273438,181199008,8266477338 +27-05-2016,453.52099609375,478.14898681640625,453.52099609375,473.4639892578125,164780992,7382558439.6 +26-05-2016,449.6719970703125,453.6440124511719,447.89599609375,453.3840026855469,65203800,7067871183.6 +25-05-2016,446.06201171875,450.2980041503906,446.06201171875,449.5989990234375,65231000,7007360094.2 +24-05-2016,444.2909851074219,447.1000061035156,443.92999267578125,445.9809875488281,65783100,6949432035.35 +23-05-2016,439.3479919433594,444.3450012207031,438.822998046875,444.1549987792969,50582500,6919346394.62 +22-05-2016,443.2179870605469,443.427001953125,439.0350036621094,439.322998046875,39657600,6842082300.45 +21-05-2016,442.96600341796875,443.77801513671875,441.70599365234375,443.18798828125,42762300,6900237725.4 +20-05-2016,437.7929992675781,444.0539855957031,437.3890075683594,442.6759948730469,81987904,6890716749.8 +19-05-2016,454.52398681640625,454.63299560546875,438.7149963378906,438.7149963378906,96027400,6827425412.38 +18-05-2016,453.6910095214844,455.99798583984375,453.29901123046875,454.6189880371094,86850096,7073564772.18 +17-05-2016,454.0090026855469,455.0719909667969,453.6050109863281,453.7829895019531,64100300,7058821456.5 +16-05-2016,457.58599853515625,458.20001220703125,452.94500732421875,454.1629943847656,59171500,7063120267.85 +15-05-2016,455.7590026855469,458.6919860839844,455.4590148925781,457.5679931640625,28514000,7114461730.4 +14-05-2016,455.822998046875,456.83599853515625,454.7860107421875,455.6709899902344,37209000,7083394303.22 +13-05-2016,454.8500061035156,457.05499267578125,453.4530029296875,455.6700134277344,60845000,7081726954.5 +12-05-2016,452.4469909667969,454.9490051269531,449.25,454.7659912109375,59849300,7065960832.45 +11-05-2016,450.864013671875,454.57598876953125,450.864013671875,452.7279968261719,50605200,7032699388.4 +10-05-2016,460.51800537109375,461.9289855957031,448.9540100097656,450.8949890136719,58956100,7002714976.5 +09-05-2016,458.20599365234375,462.4809875488281,456.531005859375,460.4830017089844,55493100,7149827444.4 +08-05-2016,458.4289855957031,459.4169921875,455.9830017089844,458.5480041503906,40315000,7117822793.7 +07-05-2016,459.6390075683594,460.67498779296875,457.3240051269531,458.5360107421875,38364500,7115722135.6 +06-05-2016,447.9419860839844,461.375,447.0679931640625,459.6029968261719,72796800,7130556703.8 +05-05-2016,446.71099853515625,448.5060119628906,445.88299560546875,447.97601318359375,50440800,6948331748 +04-05-2016,450.1830139160156,450.37799072265625,445.6300048828125,446.72198486328125,50407300,6927161701.3 +03-05-2016,444.72698974609375,451.09698486328125,442.61700439453125,450.3039855957031,59366400,6980826502.4 +02-05-2016,451.9330139160156,452.44500732421875,441.7760009765625,444.66900634765625,92127000,6891791430.3 +01-05-2016,448.4840087890625,452.47900390625,447.927001953125,451.875,40660100,7001712750 +30-04-2016,455.1780090332031,455.5870056152344,447.6969909667969,448.3179931640625,69322600,6944860514.15 +29-04-2016,449.4079895019531,455.3840026855469,446.0169982910156,455.09698486328125,49258500,7048201013.25 +28-04-2016,445.0379943847656,449.5509948730469,436.6499938964844,449.010986328125,74064704,6952183241.58 +27-04-2016,466.2619934082031,467.0790100097656,444.1340026855469,444.68701171875,93564896,6883732525.65 +26-04-2016,461.64801025390625,467.9649963378906,461.6210021972656,466.0889892578125,78971904,7213507974.07 +25-04-2016,459.1210021972656,466.6199951171875,453.5920104980469,461.4259948730469,87091800,7139621426.7 +24-04-2016,450.55999755859375,460.14599609375,448.9280090332031,458.55499267578125,68198400,7093731211.25 +23-04-2016,445.8609924316406,450.2820129394531,444.33099365234375,450.2820129394531,50485400,6964275295.95 +22-04-2016,449.68798828125,449.80999755859375,444.1499938964844,445.73699951171875,58804400,6892364370.45 +21-04-2016,441.4159851074219,450.5480041503906,440.9519958496094,449.42498779296875,68204704,6947795902.5 +20-04-2016,435.3240051269531,443.0539855957031,434.406005859375,441.3890075683594,72890096,6821898724.23 +19-04-2016,428.7030029296875,436.0199890136719,428.10400390625,435.5090026855469,52810500,6729223762.6 +18-04-2016,427.6109924316406,429.27398681640625,427.08599853515625,428.59100341796875,55670900,6620723761.15 +17-04-2016,430.635986328125,431.3710021972656,426.0790100097656,427.39898681640625,52125900,6600878375.7 +16-04-2016,429.57501220703125,432.625,428.9840087890625,430.5719909667969,39392800,6648182380.2 +15-04-2016,424.427001953125,429.9280090332031,424.427001953125,429.7130126953125,54801500,6633436609.7 +14-04-2016,423.93499755859375,425.3710021972656,423.01300048828125,424.2820129394531,45281000,6548113818.8 +13-04-2016,425.6319885253906,426.6579895019531,422.9159851074219,423.7340087890625,69060400,6537929599.55 +12-04-2016,422.8429870605469,427.2770080566406,422.8429870605469,425.19000244140625,70728800,6558651417.75 +11-04-2016,421.87200927734375,422.739013671875,420.5329895019531,422.4830017089844,50747500,6515321584.5 +10-04-2016,419.5920104980469,422.43499755859375,419.2569885253906,421.5639953613281,73478600,6499536743.7 +09-04-2016,420.8110046386719,420.8909912109375,416.5150146484375,419.4110107421875,49792700,6464539022.12 +08-04-2016,422.9070129394531,425.3609924316406,419.635009765625,420.3489990234375,63454700,6477294354.43 +07-04-2016,423.6199951171875,423.6570129394531,420.51800537109375,422.7449951171875,57858600,6512693215.12 +06-04-2016,424.28399658203125,424.5270080566406,422.72900390625,423.4129943847656,59091000,6521491708.6 +05-04-2016,421.0169982910156,424.2569885253906,420.614013671875,424.0299987792969,60718000,6529351749.75 +04-04-2016,421.29901123046875,422.3429870605469,419.60101318359375,421.4440002441406,50634300,6487898585.8 +03-04-2016,421.1730041503906,421.5799865722656,419.6969909667969,420.90399169921875,38053700,6477828308.6 +02-04-2016,418.4219970703125,422.08099365234375,418.4219970703125,420.87298583984375,45681200,6475857110.93 +01-04-2016,416.760009765625,418.1730041503906,415.83099365234375,417.9599914550781,51235700,6429593619 +31-03-2016,415.2569885253906,418.3689880371094,415.2569885253906,416.72900390625,60215200,6409062819.05 +30-03-2016,416.8340148925781,416.8340148925781,412.4960021972656,414.8160095214844,66034100,6378356001.6 +29-03-2016,424.3039855957031,426.2030029296875,412.6809997558594,416.5159912109375,75411504,6402954687.4 +28-03-2016,426.5480041503906,426.85699462890625,423.2929992675781,424.2309875488281,68522800,6519889575.48 +27-03-2016,418.1400146484375,428.7969970703125,417.71099853515625,426.7650146484375,71229400,6557030842.5 +26-03-2016,417.364990234375,418.98699951171875,416.2590026855469,417.94500732421875,44650400,6420042696.38 +25-03-2016,416.50799560546875,418.0799865722656,415.5580139160156,417.177001953125,52560000,6406608047.85 +24-03-2016,418.42401123046875,418.67999267578125,415.4859924316406,416.3940124511719,68346704,6393094869.15 +23-03-2016,418.1610107421875,419.26800537109375,417.364013671875,418.0409851074219,61444200,6416845741.8 +22-03-2016,413.1319885253906,418.375,412.531005859375,418.0889892578125,66813300,6416025150.68 +21-03-2016,413.4179992675781,413.4179992675781,410.3810119628906,413.3070068359375,61655400,6341110984.12 +20-03-2016,410.4010009765625,414.625,410.4010009765625,413.7550048828125,45947900,6346546569.5 +19-03-2016,409.2650146484375,410.9840087890625,407.2300109863281,410.4440002441406,58423000,6294271612.1 +18-03-2016,420.5469970703125,420.5469970703125,406.1369934082031,409.5480041503906,104940000,6279128503.8 +17-03-2016,417.8890075683594,420.99700927734375,417.8890075683594,420.6210021972656,83528600,6447467967.45 +16-03-2016,416.88800048828125,417.6860046386719,415.9119873046875,417.010986328125,65185800,6390672724.45 +15-03-2016,416.38800048828125,418.1310119628906,414.9849853515625,416.8299865722656,66781700,6386304533.75 +14-03-2016,414.20098876953125,416.6839904785156,414.20098876953125,416.43798828125,95259400,6378632900.75 +13-03-2016,411.64801025390625,416.60400390625,411.6419982910156,414.06500244140625,74322800,6340701564.5 +12-03-2016,421.6050109863281,421.7950134277344,410.093994140625,411.6239929199219,92712896,6301963440 +11-03-2016,417.2380065917969,423.9259948730469,417.01300048828125,421.69000244140625,73969696,6454555816 +10-03-2016,414.7439880371094,417.5119934082031,413.2510070800781,417.1310119628906,81022896,6383105414.4 +09-03-2016,413.8940124511719,416.0320129394531,411.6059875488281,414.8599853515625,70012304,6346735710 +08-03-2016,414.4649963378906,416.2430114746094,411.093994140625,413.97198486328125,70311696,6331422308.9 +07-03-2016,407.7569885253906,415.9169921875,406.3089904785156,414.3210144042969,85762400,6335164892.48 +06-03-2016,400.5249938964844,411.9070129394531,395.77801513671875,407.7070007324219,91212496,6232667872.38 +05-03-2016,410.781005859375,411.2569885253906,394.0350036621094,400.57000732421875,135384992,6122091566.5 +04-03-2016,421.83599853515625,425.1780090332031,410.9389953613281,410.9389953613281,90856096,6279024638.3 +03-03-2016,423.9119873046875,425.37298583984375,419.4110107421875,421.6510009765625,100484000,6441066887.07 +02-03-2016,435.1310119628906,435.9169921875,423.989013671875,423.989013671875,74955296,6475329603.6 +01-03-2016,437.9169921875,439.65301513671875,432.3190002441406,435.12298583984375,74895800,6643686403.57 +29-02-2016,433.43798828125,441.5069885253906,431.6929931640625,437.6969909667969,60694700,6681444705 +28-02-2016,432.5710144042969,435.6830139160156,423.82000732421875,433.5039978027344,53033400,6615986321.6 +27-02-2016,432.8389892578125,434.2309875488281,428.1029968261719,432.5190124511719,41893600,6599515470.68 +26-02-2016,424.6289978027344,432.1520080566406,421.6199951171875,432.1520080566406,61486000,6592327506.8 +25-02-2016,425.0369873046875,427.718994140625,420.4150085449219,424.54400634765625,70798000,6474784225.6 +24-02-2016,420.95599365234375,425.54998779296875,413.9070129394531,424.9549865722656,67743696,6479395123.75 +23-02-2016,438.2550048828125,439.8580017089844,417.8210144042969,420.7359924316406,85244896,6413836323.2 +22-02-2016,438.989013671875,439.0450134277344,432.9169921875,437.74798583984375,85385200,6671673493.2 +21-02-2016,437.77301025390625,448.0459899902344,429.0769958496094,438.7980041503906,89820704,6686294224.5 +20-02-2016,421.60101318359375,441.9840087890625,421.60101318359375,437.16400146484375,93992096,6659985887.1 +19-02-2016,422.7300109863281,423.10400390625,417.60400390625,420.7850036621094,55711300,6408881658.38 +18-02-2016,416.5719909667969,425.9960021972656,415.63800048828125,422.37298583984375,76752600,6431547586.27 +17-02-2016,407.656005859375,421.1669921875,406.78399658203125,416.3219909667969,83193600,6337628173.8 +16-02-2016,401.4320068359375,408.94500732421875,401.4320068359375,407.4880065917969,73093104,6201590433.6 +15-02-2016,407.5679931640625,410.3810119628906,397.7489929199219,400.18499755859375,74070496,6089064890.62 +14-02-2016,392.9320068359375,407.2300109863281,392.9320068359375,407.2300109863281,74469800,6194711494.75 +13-02-2016,384.6409912109375,391.8599853515625,384.6409912109375,391.8599853515625,61911700,5959279525.5 +12-02-2016,379.6860046386719,384.9540100097656,379.6000061035156,384.26300048828125,67042800,5842238586.25 +11-02-2016,382.114013671875,383.1300048828125,376.39898681640625,379.65399169921875,74375600,5770550973 +10-02-2016,376.14599609375,385.4830017089844,375.7829895019531,381.64898681640625,85130896,5799042060.3 +09-02-2016,373.4230041503906,377.2460021972656,372.89801025390625,376.02899169921875,55318500,5712106127.4 +08-02-2016,376.7569885253906,379.8789978027344,373.3340148925781,373.4469909667969,47671100,5671240831.4 +07-02-2016,376.5140075683594,380.8710021972656,374.90301513671875,376.6199951171875,37076300,5718023734.5 +06-02-2016,386.5889892578125,386.6310119628906,372.3869934082031,376.5220031738281,49249300,5714879155.15 +05-02-2016,388.89801025390625,391.093994140625,385.5719909667969,386.54901123046875,43825000,5865136968.17 +04-02-2016,370.17401123046875,391.6080017089844,369.9930114746094,389.593994140625,69285504,5909517629.6 +03-02-2016,374.64599609375,374.95001220703125,368.0450134277344,369.9490051269531,45933400,5609971377.07 +02-02-2016,372.9200134277344,375.88299560546875,372.9200134277344,374.447998046875,40378700,5676528706.8 +01-02-2016,369.3500061035156,378.0719909667969,367.9570007324219,373.0559997558594,51656700,5653747617.6 +31-01-2016,378.2929992675781,380.34698486328125,367.8349914550781,368.7669982910156,37894300,5587253351.23 +30-01-2016,378.864990234375,380.9169921875,376.4909973144531,378.2550048828125,30284400,5729296095.75 +29-01-2016,380.1080017089844,384.3789978027344,365.4519958496094,379.4739990234375,86125296,5745985821.15 +28-01-2016,395.14599609375,395.50201416015625,379.7349853515625,380.28900146484375,59247900,5756710302.52 +27-01-2016,392.4440002441406,396.8429870605469,391.7820129394531,394.97198486328125,47424400,5977545745.2 +26-01-2016,392.00201416015625,397.7659912109375,390.57501220703125,392.15301513671875,58147000,5933372928.25 +25-01-2016,402.3169860839844,402.3169860839844,388.5539855957031,391.72601318359375,59062400,5925345407.5 +24-01-2016,388.10198974609375,405.4849853515625,387.510009765625,402.97100830078125,54824800,6093787907.65 +23-01-2016,382.4339904785156,394.5429992675781,381.9809875488281,387.4909973144531,56247400,5858059876.18 +22-01-2016,409.7510070800781,410.4100036621094,375.2820129394531,382.49200439453125,91546600,5780764155.1 +21-01-2016,419.6319885253906,422.87701416015625,406.29998779296875,410.2619934082031,68338000,6198658814.55 +20-01-2016,379.739990234375,425.2669982910156,376.5989990234375,420.2300109863281,121720000,6347836793.75 +19-01-2016,387.0260009765625,387.7300109863281,378.97198486328125,380.14898681640625,46819800,5740934168.2 +18-01-2016,381.7330017089844,388.10400390625,376.6650085449219,387.1679992675781,54403900,5845656048 +17-01-2016,387.1520080566406,390.9649963378906,380.0920104980469,382.29901123046875,45319600,5770478450.85 +16-01-2016,365.072998046875,390.5570068359375,354.91400146484375,387.5360107421875,120352000,5848063566 +15-01-2016,430.2550048828125,430.2550048828125,364.33099365234375,364.33099365234375,153351008,5496598039.07 +14-01-2016,432.2879943847656,433.3240051269531,427.8450012207031,430.3059997558594,43945500,6490638885.15 +13-01-2016,434.6650085449219,435.1860046386719,424.4429931640625,432.3710021972656,173888000,6520360056.22 +12-01-2016,448.1820068359375,448.1820068359375,435.69000244140625,435.69000244140625,115607000,6568800099.75 +11-01-2016,448.697998046875,450.6619873046875,443.8550109863281,448.4280090332031,40450000,6758931030 +10-01-2016,448.2380065917969,448.3089904785156,440.35101318359375,447.9909973144531,35995900,6750440385.75 +09-01-2016,453.38299560546875,454.6400146484375,446.8890075683594,447.6109924316406,32278000,6742767342.9 +08-01-2016,457.5379943847656,462.9339904785156,447.93798828125,453.2300109863281,56993000,6825700453.75 +07-01-2016,430.010986328125,458.7659912109375,429.0769958496094,458.0480041503906,87562200,6896279078.4 +06-01-2016,431.8559875488281,431.8559875488281,426.34100341796875,429.1050109863281,34042500,6458942098.12 +05-01-2016,433.0690002441406,434.1820068359375,429.6759948730469,431.9599914550781,34522600,6500393256 +04-01-2016,430.0610046386719,434.5169982910156,429.0840148925781,433.09100341796875,38477500,6515713340.43 +03-01-2016,433.5780029296875,433.7430114746094,424.70599365234375,430.010986328125,39633800,6467429941.65 +02-01-2016,434.62200927734375,436.06201171875,431.8699951171875,433.43798828125,30096600,6517390487 +01-01-2016,430.72100830078125,436.2460021972656,427.5150146484375,434.3340148925781,36278900,6529299588.6 +31-12-2015,425.875,432.9209899902344,418.7349853515625,430.5669860839844,45996600,6471217490.68 +30-12-2015,433.29998779296875,434.3869934082031,422.0840148925781,426.6199951171875,46889400,6410381454.5 +29-12-2015,422.0979919433594,432.9830017089844,420.62701416015625,432.9830017089844,51596500,6504194853.98 +28-12-2015,423.3429870605469,429.7690124511719,418.4809875488281,422.27899169921875,49638600,6341733237.12 +27-12-2015,416.5140075683594,424.0069885253906,408.88299560546875,422.822998046875,53591200,6348296233.72 +26-12-2015,455.7560119628906,457.489013671875,405.760009765625,417.27398681640625,116166000,6262844602.3 +25-12-2015,454.8550109863281,458.30499267578125,452.07501220703125,455.65301513671875,39078500,6836936569.1 +24-12-2015,443.09100341796875,458.45599365234375,443.0769958496094,454.9849853515625,57157200,6825070740.25 +23-12-2015,436.7200012207031,444.52899169921875,436.6189880371094,442.4010009765625,47161400,6634776277.2 +22-12-2015,437.4360046386719,443.68798828125,435.5159912109375,436.5719909667969,50840400,6545633139 +21-12-2015,442.8380126953125,444.72900390625,427.31201171875,438.6390075683594,77639696,6574990256.48 +20-12-2015,462.2340087890625,462.6449890136719,434.3380126953125,442.68499755859375,75409400,6633988873 +19-12-2015,463.552001953125,465.58099365234375,456.7650146484375,462.3219909667969,47892700,6926346391.3 +18-12-2015,455.84698486328125,465.177001953125,454.94000244140625,463.6159973144531,60220100,6943912953.6 +17-12-2015,454.7770080566406,457.8599853515625,448.8580017089844,456.0780029296875,47978400,6829095334.95 +16-12-2015,465.2080078125,465.2080078125,443.85101318359375,454.9339904785156,107944000,6810202753.1 +15-12-2015,443.87799072265625,465.3210144042969,443.87799072265625,465.3210144042969,83121104,6963784691.55 +14-12-2015,433.2720031738281,447.1419982910156,430.45599365234375,444.1820068359375,130496000,6645395797.45 +13-12-2015,431.6600036621094,441.67999267578125,426.26800537109375,433.7550048828125,55050600,6487293999.38 +12-12-2015,452.3349914550781,469.1029968261719,410.7409973144531,434.99700927734375,131969000,6504325267.28 +11-12-2015,415.281005859375,451.93798828125,415.281005859375,451.93798828125,110944000,6755795193 +10-12-2015,417.9880065917969,419.5090026855469,411.5480041503906,415.47900390625,52138900,6209105141.55 +09-12-2015,414.4410095214844,423.1199951171875,406.2909851074219,417.56298828125,90917200,6238015413.3 +08-12-2015,395.7539978027344,415.56298828125,389.95001220703125,415.56298828125,57801400,6206381459.62 +07-12-2015,389.9779968261719,399.968994140625,385.4110107421875,395.5360107421875,63455800,5905560136.4 +06-12-2015,389.55499267578125,402.8089904785156,387.0889892578125,388.7829895019531,77762000,5803305523.55 +05-12-2015,363.72100830078125,389.7850036621094,363.22900390625,388.9490051269531,66282200,5804247032.1 +04-12-2015,361.2619934082031,363.5159912109375,355.7569885253906,363.1830139160156,35784100,5418154665.07 +03-12-2015,359.33099365234375,370.2749938964844,357.4119873046875,361.0459899902344,50714900,5384892776.2 +02-12-2015,361.8450012207031,362.23199462890625,349.4649963378906,359.18701171875,54160500,5355891235.05 +01-12-2015,377.41400146484375,378.9309997558594,356.56298828125,362.4880065917969,60452200,5403653927 +30-11-2015,371.43701171875,382.3630065917969,370.38299560546875,377.3210144042969,71701600,5623195996.95 +29-11-2015,357.47198486328125,371.9389953613281,355.6659851074219,371.29400634765625,40409300,5531872176.6 +28-11-2015,357.1409912109375,359.5360107421875,352.1719970703125,357.3810119628906,36816600,5323252536.67 +27-11-2015,351.8609924316406,363.5889892578125,347.8699951171875,358.0419921875,55179100,5331719785.65 +26-11-2015,328.3030090332031,366.7569885253906,328.22900390625,352.6839904785156,106105000,5250750574.9 +25-11-2015,320.0450134277344,329.1340026855469,316.7699890136719,328.20599365234375,41666900,4884886821.6 +24-11-2015,323.0140075683594,323.0580139160156,318.1180114746094,320.0459899902344,29362600,4762244474.25 +23-11-2015,324.3500061035156,325.1180114746094,321.2900085449219,323.0459899902344,27478900,4805632296 +22-11-2015,326.9750061035156,327.010009765625,321.2590026855469,324.5360107421875,23439400,4826466938.4 +21-11-2015,322.0920104980469,328.15899658203125,319.5950012207031,326.927001953125,28200500,4860628038.38 +20-11-2015,326.4110107421875,326.4729919433594,312.2170104980469,322.0220031738281,53152900,4786301542.05 +19-11-2015,334.6789855957031,335.3340148925781,325.27301025390625,326.14898681640625,45011100,4846272452.18 +18-11-2015,334.5929870605469,336.531005859375,330.6400146484375,334.5899963378906,43783800,4970560298.25 +17-11-2015,330.36199951171875,338.3500061035156,329.614013671875,335.093994140625,51001600,4976765823.9 +16-11-2015,319.7349853515625,331.6260070800781,315.9049987792969,330.7510070800781,47980100,4911040460.65 +15-11-2015,333.0509948730469,334.6619873046875,317.489990234375,320.1659851074219,44213100,4752464062.5 +14-11-2015,336.6239929199219,338.1809997558594,329.9700012207031,332.906005859375,38612000,4940266781.45 +13-11-2015,338.49798583984375,340.91400146484375,326.07501220703125,336.75299072265625,52003000,4996160115.07 +12-11-2015,314.0790100097656,345.08099365234375,313.3559875488281,338.1520080566406,78477800,5015563455.8 +11-11-2015,339.82000732421875,340.5849914550781,300.99700927734375,311.0840148925781,107070000,4612831323 +10-11-2015,379.9840087890625,381.3869934082031,329.1080017089844,336.8190002441406,95797904,4993021696.95 +09-11-2015,374.3240051269531,385.27801513671875,362.8949890136719,380.2569885253906,68224400,5635560842.8 +08-11-2015,384.27801513671875,389.8949890136719,368.70001220703125,373.3680114746094,51817600,5532072311.4 +07-11-2015,374.2690124511719,390.58599853515625,372.4330139160156,386.48199462890625,56625100,5725035162.4 +06-11-2015,388.0469970703125,395.83599853515625,354.0249938964844,374.4700012207031,122687000,5545657294.5 +05-11-2015,408.0769958496094,447.5610046386719,374.58099365234375,386.35400390625,151824992,5720251076.65 +04-11-2015,403.66400146484375,495.56201171875,380.5480041503906,411.56298828125,263900000,6092006971.38 +03-11-2015,361.87298583984375,417.8999938964844,357.6470031738281,403.4169921875,206162000,5969855534.82 +02-11-2015,325.9419860839844,365.3599853515625,323.2090148925781,361.1889953613281,101918000,5343556482.15 +01-11-2015,315.0050048828125,327.47198486328125,311.8810119628906,325.4309997558594,37001100,4813287205.5 +31-10-2015,328.5119934082031,332.7770080566406,309.2510070800781,314.1659851074219,48598100,4645486246.35 +30-10-2015,313.9429931640625,334.16900634765625,313.94000244140625,328.0150146484375,78305000,4849062145.75 +29-10-2015,304.3240051269531,318.1700134277344,301.822998046875,313.8550109863281,64495900,4638392427.62 +28-10-2015,293.7030029296875,306.33099365234375,293.7030029296875,304.6180114746094,50808100,4500730950 +27-10-2015,285.1809997558594,296.2120056152344,285.00799560546875,293.7879943847656,46331800,4339689442 +26-10-2015,283.62799072265625,285.29998779296875,280.510009765625,285.29998779296875,32108800,4213260472.5 +25-10-2015,281.44500732421875,294.0589904785156,281.44500732421875,283.67999267578125,45717100,4188180600 +24-10-2015,276.5039978027344,281.70599365234375,276.5039978027344,281.65399169921875,25942400,4157184874.6 +23-10-2015,273.64898681640625,278.6839904785156,273.5429992675781,276.4960021972656,29442500,4080023362.8 +22-10-2015,266.4960021972656,276.510009765625,266.135009765625,274.02301025390625,37808600,4042524307.5 +21-10-2015,269.3059997558594,270.7699890136719,263.8389892578125,266.2720031738281,25637300,3927192473.6 +20-10-2015,263.5719909667969,270.8349914550781,263.22698974609375,269.4630126953125,30889800,3973292564.18 +19-10-2015,261.8609924316406,264.82000732421875,260.95098876953125,263.43701171875,25258800,3883581668.08 +18-10-2015,270.9070129394531,271.6679992675781,260.7770080566406,261.64300537109375,22434300,3856061828.62 +17-10-2015,262.74700927734375,273.5780029296875,262.36700439453125,270.6400146484375,43199600,3987684186 +16-10-2015,254.29600524902344,266.135009765625,253.92599487304688,262.8689880371094,35901500,3872283808.65 +15-10-2015,252.10699462890625,255.96200561523438,252.04600524902344,254.32000732421875,25223500,3745440578 +14-10-2015,249.4929962158203,254.27499389648438,248.9029998779297,251.98899841308594,27462600,3710065545.62 +13-10-2015,245.1999969482422,250.23599243164062,243.7570037841797,249.50799560546875,28198500,3672589342.1 +12-10-2015,246.875,247.45399475097656,245.1790008544922,245.30799865722656,17388300,3609927997.2 +11-10-2015,244.74200439453125,247.2429962158203,244.15199279785156,247.0500030517578,16827300,3634686067.5 +10-10-2015,243.74000549316406,245.31900024414062,243.07400512695312,244.9409942626953,15912700,3602763686.7 +09-10-2015,242.4980010986328,244.22799682617188,242.1219940185547,243.93099975585938,17353100,3586932175.7 +08-10-2015,243.0749969482422,244.25100708007812,242.1790008544922,242.3040008544922,18515300,3562238313.6 +07-10-2015,246.1699981689453,246.68099975585938,242.5850067138672,242.968994140625,22999200,3571170510.45 +06-10-2015,240.36399841308594,246.93499755859375,240.13600158691406,246.06300354003906,27535100,3615828117.67 +05-10-2015,238.14700317382812,240.38299560546875,237.03500366210938,240.38299560546875,23335900,3531508720.03 +04-10-2015,238.531005859375,238.96800231933594,237.94000244140625,238.25900268554688,12999000,3499387367.17 +03-10-2015,237.20199584960938,239.31500244140625,236.94400024414062,238.72999572753906,16482700,3505385986.75 +02-10-2015,237.26400756835938,238.54100036621094,236.60299682617188,237.29299926757812,19677900,3483431578.38 +01-10-2015,236.00399780273438,238.44500732421875,235.61599731445312,237.5489959716797,20488800,3486370082.33 +30-09-2015,236.63999938964844,237.73399353027344,235.62899780273438,236.05999755859375,19743500,3463625759 +29-09-2015,239.01600646972656,239.802001953125,235.92799377441406,236.68699645996094,22691300,3471967520.18 +28-09-2015,232.83599853515625,239.33900451660156,232.4669952392578,239.14199829101562,24713000,3506933730.3 +27-09-2015,234.13900756835938,234.5260009765625,232.4759979248047,232.7570037841797,14179900,3412467833.78 +26-09-2015,235.0760040283203,235.4029998779297,233.35800170898438,234.33999633789062,13724100,3434809257.5 +25-09-2015,234.36199951171875,237.427001953125,233.6840057373047,235.1439971923828,22363600,3445723754.2 +24-09-2015,230.35800170898438,235.6490020751953,230.2949981689453,234.5290069580078,25097800,3435744311.95 +23-09-2015,230.93600463867188,231.8350067138672,229.59100341796875,230.2830047607422,17254100,3372747846.3 +22-09-2015,226.968994140625,232.38600158691406,225.11700439453125,230.6179962158203,25009300,3376737583.25 +21-09-2015,231.2169952392578,231.2169952392578,226.52099609375,227.0850067138672,19678800,3324121324.12 +20-09-2015,231.3990020751953,232.36500549316406,230.91000366210938,231.21200561523438,14444700,3383764498.8 +19-09-2015,232.85800170898438,233.2050018310547,231.08900451660156,231.4929962158203,12712600,3387141915.42 +18-09-2015,233.52099609375,234.35299682617188,232.18499755859375,232.97500610351562,20242200,3408098085 +17-09-2015,229.0760040283203,230.28500366210938,228.92599487304688,229.80999755859375,18935400,3360247348.5 +16-09-2015,230.25,231.21499633789062,227.40199279785156,229.09100341796875,20144200,3349613965.58 +15-09-2015,230.49200439453125,259.1820068359375,229.82200622558594,230.3040008544922,19177800,3366532053.6 +14-09-2015,230.60899353027344,232.44000244140625,227.96099853515625,230.6439971923828,20997800,3370579521.1 +13-09-2015,235.24200439453125,235.93499755859375,229.33200073242188,230.51199340820312,18478800,3367774557.2 +12-09-2015,239.85499572753906,240.12399291992188,234.75399780273438,235.22900390625,17962600,3435801819.8 +11-09-2015,238.32899475097656,241.16900634765625,238.32899475097656,240.10699462890625,19224700,3506204486.22 +10-09-2015,238.33599853515625,241.29299926757812,235.79100036621094,238.4770050048828,21215500,3481466103.75 +09-09-2015,243.4149932861328,244.41600036621094,237.8209991455078,238.16799926757812,23635700,3475960738.6 +08-09-2015,239.8459930419922,245.781005859375,239.67799377441406,243.60699462890625,26879200,3554439286.12 +07-09-2015,239.9340057373047,242.1060028076172,238.7220001220703,239.8470001220703,21192200,3498762116.33 +06-09-2015,234.8699951171875,242.91200256347656,234.68099975585938,239.83999633789062,25473700,3497748612 +05-09-2015,230.19900512695312,236.14300537109375,229.4429931640625,235.0189971923828,20671400,3426594646.43 +04-09-2015,227.21499633789062,230.89999389648438,227.05099487304688,230.29800415039062,20962400,3356910009.75 +03-09-2015,229.32400512695312,229.60499572753906,226.66700744628906,227.18299865722656,17482000,3310618587.92 +02-09-2015,228.02699279785156,230.57699584960938,226.47500610351562,229.28399658203125,18760400,3340404203.4 +01-09-2015,230.25599670410156,231.21600341796875,226.86000061035156,228.12100219726562,20575200,3322548146.85 +31-08-2015,229.11399841308594,231.95599365234375,225.9149932861328,230.05599975585938,20710700,3349845416 +30-08-2015,229.89500427246094,232.0679931640625,226.2469940185547,228.76100158691406,19412600,3330085315.05 +29-08-2015,231.5489959716797,233.2220001220703,227.3300018310547,229.77999877929688,17142500,3344063018.5 +28-08-2015,224.7010040283203,235.218994140625,220.92599487304688,231.39599609375,31336600,3366649822.8 +27-08-2015,226.0500030517578,228.64300537109375,223.6840057373047,224.7689971923828,21905400,3269360631.83 +26-08-2015,222.0760040283203,231.18299865722656,220.20399475097656,225.83099365234375,31808000,3284040047.77 +25-08-2015,210.0679931640625,226.3209991455078,199.56700134277344,221.60899353027344,61089200,3221751642 +24-08-2015,228.11199951171875,228.13900756835938,210.4429931640625,210.4949951171875,59220700,3059460627 +23-08-2015,230.37600708007812,232.7050018310547,225.5800018310547,228.16900634765625,18406600,3315466696.75 +22-08-2015,232.66200256347656,234.95700073242188,222.70399475097656,230.38999938964844,23205900,3346961926.25 +21-08-2015,235.35499572753906,236.4320068359375,231.7239990234375,232.56900024414062,23173800,3377704243.05 +20-08-2015,226.8990020751953,237.36500549316406,226.8990020751953,235.35000610351562,32275000,3417123138.75 +19-08-2015,225.67100524902344,237.40899658203125,222.76600646972656,226.6840057373047,60869200,3290448603.3 +18-08-2015,257.9259948730469,257.9930114746094,211.07899475097656,211.07899475097656,42147200,3063104570.35 +17-08-2015,258.489990234375,260.5050048828125,257.11700439453125,257.97601318359375,21617900,3742748055 +16-08-2015,261.8659973144531,262.44000244140625,257.0409851074219,258.5069885253906,29717000,3749501856.15 +15-08-2015,265.52899169921875,266.6669921875,261.2959899902344,261.5509948730469,19321100,3792757589.77 +14-08-2015,264.1319885253906,267.46600341796875,261.4779968261719,265.67999267578125,27091200,3851715726 +13-08-2015,266.1830139160156,266.23199462890625,262.84100341796875,264.0799865722656,27685500,3827588724 +12-08-2015,270.5979919433594,270.6730041503906,265.468994140625,266.3760070800781,26815400,3859888131 +11-08-2015,264.3420104980469,270.385986328125,264.093994140625,270.385986328125,25433900,3917142818.85 +10-08-2015,265.4779968261719,267.0320129394531,262.59600830078125,264.4700012207031,20979400,3830352068.75 +09-08-2015,261.1159973144531,267.00299072265625,260.4679870605469,265.0830078125,23789600,3838130129.93 +08-08-2015,279.74200439453125,279.9280090332031,260.7099914550781,260.99700927734375,58533000,3778049023.65 +07-08-2015,278.7409973144531,280.3919982910156,276.3659973144531,279.5849914550781,42484800,4045993358.62 +06-08-2015,281.906005859375,281.906005859375,278.40301513671875,278.5769958496094,18792100,4030445071.57 +05-08-2015,284.84698486328125,285.5010070800781,281.4880065917969,281.8819885253906,20128000,4077254000.8 +04-08-2015,281.2250061035156,285.7149963378906,281.2250061035156,285.2179870605469,21908700,4124558889.35 +03-08-2015,282.8059997558594,285.47100830078125,280.2330017089844,281.22698974609375,21474100,4065895597.9 +02-08-2015,280.4490051269531,283.0320129394531,277.52899169921875,282.614013671875,17722200,4084832102.5 +01-08-2015,284.6860046386719,284.9320068359375,278.11199951171875,281.60101318359375,18995000,4069120369.95 +31-07-2015,287.6960144042969,288.9590148925781,282.343994140625,284.6499938964844,23629100,4112089481.25 +30-07-2015,289.1029968261719,290.1260070800781,286.5679931640625,287.72198486328125,21635800,4155381826.7 +29-07-2015,294.4840087890625,294.5360107421875,288.7770080566406,289.5899963378906,24672600,4181390010 +28-07-2015,293.63299560546875,296.64898681640625,293.4230041503906,294.427001953125,25453600,4250112630.4 +27-07-2015,292.6390075683594,297.77398681640625,287.45001220703125,293.6239929199219,30592000,4237522843.2 +26-07-2015,288.6400146484375,293.052001953125,287.70599365234375,292.6860046386719,16032300,4222888242.3 +25-07-2015,288.16400146484375,290.7330017089844,286.00201416015625,288.6969909667969,20662200,4164295441.65 +24-07-2015,276.0050048828125,289.25299072265625,275.2539978027344,288.27801513671875,37199400,4157148933.75 +23-07-2015,277.34100341796875,278.1109924316406,275.71600341796875,276.04901123046875,18531300,3979625902.37 +22-07-2015,275.6570129394531,277.6659851074219,274.3810119628906,277.22198486328125,19389800,3995572963.8 +21-07-2015,278.8819885253906,280.5469970703125,275.41900634765625,275.8330078125,22930700,3974491488.65 +20-07-2015,273.4989929199219,278.9809875488281,272.9599914550781,278.9809875488281,22711400,4018965413.38 +19-07-2015,274.7669982910156,275.6700134277344,272.51300048828125,273.614013671875,15332500,3940581987.65 +18-07-2015,279.33099365234375,282.5270080566406,274.07501220703125,274.9010009765625,25187100,3958065833.15 +17-07-2015,278.09100341796875,280.2799987792969,272.0429992675781,279.47198486328125,27591400,4022845730.4 +16-07-2015,286.0419921875,291.1830139160156,275.239990234375,278.0889892578125,49482600,4001916228.97 +15-07-2015,288.0450134277344,293.24798583984375,285.36700439453125,285.8290100097656,27486600,4112343300.33 +14-07-2015,292.03399658203125,296.1470031738281,286.63800048828125,287.4639892578125,28727200,4134767190.4 +13-07-2015,310.8269958496094,310.947998046875,281.010986328125,292.0539855957031,62053900,4199736520 +12-07-2015,293.1400146484375,314.3940124511719,292.5050048828125,310.86700439453125,56405000,4469117252.1 +11-07-2015,284.8800048828125,298.5060119628906,283.5299987792969,293.114990234375,41109900,4212919911.38 +10-07-2015,269.156005859375,294.59100341796875,268.802001953125,284.8940124511719,100390000,4093705987.15 +09-07-2015,270.8269958496094,272.3349914550781,267.08599853515625,269.2279968261719,40301200,3867547719.1 +08-07-2015,265.98199462890625,272.97100830078125,264.385986328125,270.7850036621094,36980200,3889020939.63 +07-07-2015,269.9630126953125,271.34100341796875,264.8320007324219,266.2070007324219,28857600,3822200106 +06-07-2015,271.1080017089844,277.4219970703125,267.6000061035156,269.0299987792969,49154800,3861831489.5 +05-07-2015,260.80499267578125,274.5060119628906,258.70098876953125,271.9129943847656,44156100,3901985539.12 +04-07-2015,256.4909973144531,261.4570007324219,254.1999969482422,260.885986328125,15620400,3742827087.6 +03-07-2015,255.45899963378906,257.0769958496094,253.5050048828125,256.33599853515625,19033800,3676575980.8 +02-07-2015,258.552001953125,261.6310119628906,254.11599731445312,255.41200256347656,21551900,3662295200.3 +01-07-2015,263.3450012207031,265.1719970703125,255.7740020751953,258.6210021972656,27029800,3707306172.9 +30-06-2015,257.0360107421875,267.86700439453125,255.9459991455078,263.0719909667969,44533800,3770229521.6 +29-06-2015,248.7209930419922,257.1730041503906,248.58099365234375,257.0639953613281,34742900,3683193712.2 +28-06-2015,250.9550018310547,251.1719970703125,247.4340057373047,249.01100158691406,15137600,3566939393.67 +27-06-2015,243.5489959716797,251.33900451660156,243.11700439453125,250.99000549316406,20488600,3594402691 +26-06-2015,242.60400390625,243.74899291992188,241.55299377441406,243.593994140625,13983500,3487699723.95 +25-06-2015,240.36500549316406,243.33200073242188,240.36500549316406,242.7989959716797,16133100,3475370256.22 +24-06-2015,244.28199768066406,244.34100341796875,240.51499938964844,240.51499938964844,17344900,3441763637.12 +23-06-2015,246.927001953125,247.3040008544922,243.13299560546875,244.29600524902344,15108700,3494929113 +22-06-2015,243.968994140625,247.91700744628906,243.7790069580078,246.99000549316406,17692500,3532599174 +21-06-2015,245.10000610351562,245.2239990234375,241.8820037841797,243.94400024414062,10600900,3488106467.2 +20-06-2015,244.52999877929688,245.8280029296875,240.6269989013672,245.21200561523438,20608100,3505477188.4 +19-06-2015,249.04299926757812,250.9770050048828,243.78700256347656,244.6060028076172,23965300,3495994564.1 +18-06-2015,249.42799377441406,252.10800170898438,244.1269989013672,249.0070037841797,30980200,3557986320.9 +17-06-2015,250.822998046875,256.8529968261719,246.4759979248047,249.28399658203125,43858400,3560953386.9 +16-06-2015,236.76499938964844,251.74200439453125,236.1219940185547,250.89500427246094,41612000,3582987588.38 +15-06-2015,233.4219970703125,237.83599853515625,233.4219970703125,236.822998046875,19912100,3381329191.12 +14-06-2015,232.44200134277344,234.85800170898438,232.00399780273438,233.54299926757812,12165900,3333657006.33 +13-06-2015,229.9199981689453,232.65199279785156,229.2100067138672,232.40199279785156,13305300,3316504361.1 +12-06-2015,229.7050018310547,231.0570068359375,229.31300354003906,229.98199462890625,14017700,3281061201.2 +11-06-2015,228.85499572753906,230.28700256347656,228.76699829101562,229.7050018310547,14416000,3276293900.25 +10-06-2015,228.9949951171875,229.78199768066406,228.00999450683594,228.80299377441406,15904800,3262644978.88 +09-06-2015,228.53799438476562,230.95399475097656,227.9290008544922,229.04800415039062,28353100,3265176585.4 +08-06-2015,222.87899780273438,229.46400451660156,222.83900451660156,228.48899841308594,23378400,3256350969.08 +07-06-2015,225.5959930419922,226.19400024414062,222.65199279785156,222.88099670410156,13318400,3175547195.72 +06-06-2015,225.0050048828125,225.718994140625,224.37899780273438,225.61900329589844,11131500,3213722676.47 +05-06-2015,224.1540069580078,225.96800231933594,223.1790008544922,224.95199584960938,18056500,3203220875.4 +04-06-2015,225.77200317382812,226.58099365234375,224.0540008544922,224.32400512695312,14728100,3193504504.5 +03-06-2015,225.73599243164062,227.4040069580078,223.92999267578125,225.87399291992188,17752400,3214774292.4 +02-06-2015,222.8939971923828,226.41600036621094,222.41900634765625,225.80299377441406,20459000,3212962177.15 +01-06-2015,230.23300170898438,231.71299743652344,221.29600524902344,222.92599487304688,26090500,3171172508.35 +31-05-2015,233.13499450683594,233.2519989013672,229.54200744628906,230.19000244140625,14730800,3273756425.25 +30-05-2015,237.0919952392578,237.09300231933594,232.04600524902344,233.34500122070312,14098600,3317769213.5 +29-05-2015,237.3769989013672,237.52200317382812,235.7310028076172,237.0959930419922,14805000,3370295930.4 +28-05-2015,237.2570037841797,237.82400512695312,236.65199279785156,237.4080047607422,13829600,3373816958.4 +27-05-2015,237.06500244140625,238.63600158691406,236.69500732421875,237.2830047607422,18837000,3371257543.25 +26-05-2015,237.10400390625,238.24200439453125,235.69200134277344,237.11599731445312,16425000,3368066798.8 +25-05-2015,240.927001953125,241.02099609375,236.63699340820312,237.11000061035156,14423900,3367127977 +24-05-2015,238.9759979248047,241.97799682617188,238.81100463867188,240.9530029296875,11508000,3420845883.95 +23-05-2015,240.28599548339844,241.02499389648438,238.6909942626953,238.8719940185547,14605000,3390435703.8 +22-05-2015,235.3209991455078,240.968994140625,235.05999755859375,240.34800720214844,27003000,3410712372.3 +21-05-2015,234.01600646972656,236.24200439453125,233.8350067138672,235.343994140625,15108900,3338890047.6 +20-05-2015,231.88999938964844,234.68299865722656,231.8419952392578,234.01800537109375,15499400,3319170901.2 +19-05-2015,233.03700256347656,234.1510009765625,231.81700134277344,231.94700622558594,14241900,3288950473.25 +18-05-2015,236.88699340820312,237.2100067138672,232.4600067138672,233.1280059814453,16780300,3304944920.2 +17-05-2015,236.00999450683594,238.02499389648438,236.00999450683594,236.802001953125,11134300,3356176985.85 +16-05-2015,237.6439971923828,237.69700622558594,235.2949981689453,236.1529998779297,11089700,3345969203.45 +15-05-2015,236.9550018310547,238.7530059814453,236.7949981689453,237.60499572753906,16329400,3365752046.62 +14-05-2015,236.21400451660156,237.7989959716797,234.0570068359375,236.9290008544922,24413700,3355311496.07 +13-05-2015,241.3979949951172,243.70399475097656,235.0449981689453,236.3769989013672,27180100,3346584200.03 +12-05-2015,242.14500427246094,242.88099670410156,240.0989990234375,241.11199951171875,19282600,3412644997.8 +11-05-2015,240.2989959716797,244.27000427246094,239.37600708007812,242.1580047607422,20892300,3426529646.05 +10-05-2015,241.72900390625,244.0679931640625,238.8489990234375,240.29600524902344,15019100,3399245238.2 +09-05-2015,243.7689971923828,247.8040008544922,239.63900756835938,241.83200073242188,19790500,3420193701.2 +08-05-2015,237.20399475097656,246.27499389648438,236.2740020751953,243.86300659179688,27445500,3448119178.22 +07-05-2015,229.66200256347656,239.10499572753906,228.572998046875,237.33399963378906,29064400,3354923757.25 +06-05-2015,236.24899291992188,236.45399475097656,229.2310028076172,229.78199768066406,29587200,3247353903.15 +05-05-2015,238.8520050048828,239.20399475097656,232.0540008544922,236.12100219726562,23929100,3335976518.25 +04-05-2015,240.3560028076172,242.63800048828125,237.80999755859375,239.01800537109375,21223400,3375997790.1 +03-05-2015,234.8800048828125,243.24000549316406,234.08299255371094,240.35800170898438,18494100,3394161416.45 +02-05-2015,232.34100341796875,235.7270050048828,232.34100341796875,234.92999267578125,12535500,3316683007.5 +01-05-2015,235.93899536132812,238.96600341796875,232.07899475097656,232.07899475097656,18815300,3275574609.95 +30-04-2015,225.6929931640625,239.56300354003906,224.9929962158203,236.14500427246094,33818600,3332094504.38 +29-04-2015,225.59100341796875,227.0399932861328,223.42999267578125,225.80799865722656,18936500,3185479101.2 +28-04-2015,228.968994140625,229.4949951171875,223.06900024414062,225.85499572753906,21469200,3185425041.75 +27-04-2015,219.4290008544922,233.30499267578125,218.0229949951172,229.28599548339844,38574000,3232938332.15 +26-04-2015,226.41000366210938,226.94400024414062,214.87399291992188,219.42999267578125,28943700,3093216938 +25-04-2015,231.23500061035156,232.56100463867188,226.33700561523438,226.38999938964844,13957200,3190508610.25 +24-04-2015,235.97000122070312,236.30499267578125,229.93299865722656,231.26800537109375,21448700,3258311725.2 +23-04-2015,234.05299377441406,236.47500610351562,233.19900512695312,236.46200561523438,17036000,3330762351.15 +22-04-2015,235.6020050048828,237.90899658203125,233.4759979248047,234.17599487304688,23847900,3297795228.8 +21-04-2015,224.6199951171875,235.2689971923828,224.30099487304688,235.2689971923828,24978000,3312299315.47 +20-04-2015,222.61199951171875,226.3509979248047,221.9770050048828,224.62600708007812,18364700,3161599718.7 +19-04-2015,223.45599365234375,226.35299682617188,222.3730010986328,222.60000610351562,15021500,3132226860 +18-04-2015,222.85299682617188,224.3159942626953,220.87600708007812,223.3560028076172,12939000,3142049362.2 +17-04-2015,228.5749969482422,228.906005859375,221.94200134277344,222.8820037841797,20429800,3134573443.65 +16-04-2015,223.91700744628906,229.6719970703125,223.91700744628906,228.572998046875,24805400,3213884952.45 +15-04-2015,219.072998046875,223.83299255371094,218.6490020751953,223.83299255371094,22562000,3146465247.6 +14-04-2015,224.75900268554688,224.9759979248047,216.322998046875,219.15899658203125,31719000,3080098938.82 +13-04-2015,235.9499969482422,236.93499755859375,221.99600219726562,224.58700561523438,31181800,3155548414.15 +12-04-2015,236.53500366210938,237.72799682617188,233.4949951171875,236.1529998779297,12387900,3317129018.32 +11-04-2015,236.01600646972656,239.53700256347656,234.1750030517578,236.552001953125,16365200,3321976615.4 +10-04-2015,243.69400024414062,243.69400024414062,232.77099609375,236.07200622558594,28882000,3314409567.4 +09-04-2015,244.75100708007812,246.1179962158203,239.39999389648438,243.67599487304688,21643500,3420248519.8 +08-04-2015,253.06399536132812,253.8470001220703,244.21499633789062,245.02200317382812,30086400,3438326344.95 +07-04-2015,255.2740020751953,255.80499267578125,252.2050018310547,253.17999267578125,18467400,3552014128 +06-04-2015,260.72100830078125,261.7980041503906,254.5749969482422,255.49200439453125,20034200,3583466919 +05-04-2015,253.76100158691406,260.67498779296875,251.94200134277344,260.5979919433594,19649200,3654268029.75 +04-04-2015,254.29100036621094,255.25799560546875,251.10000610351562,253.69700622558594,12493500,3556559215.72 +03-04-2015,253.07400512695312,256.0429992675781,251.87899780273438,254.32200622558594,23146600,3564354620.25 +02-04-2015,247.08900451660156,254.46099853515625,245.41600036621094,253.0050048828125,26272600,3544973232.38 +01-04-2015,244.22300720214844,247.54100036621094,241.16000366210938,247.27200317382812,22877200,3463619267.4 +31-03-2015,247.45399475097656,248.72999572753906,242.73899841308594,244.2239990234375,22672000,3420112896 +30-03-2015,242.87899780273438,249.24200439453125,239.21400451660156,247.5260009765625,23009600,3465419693.35 +29-03-2015,252.74000549316406,253.13900756835938,240.85000610351562,242.71299743652344,21699400,3397187114.92 +28-03-2015,246.97500610351562,254.2050018310547,246.97500610351562,252.79800415039062,16040900,3537377134.2 +27-03-2015,248.5659942626953,256.8110046386719,245.21299743652344,247.0290069580078,17274900,3455731911.07 +26-03-2015,246.2760009765625,254.35400390625,244.90499877929688,248.53199768066406,25730000,3475701380.1 +25-03-2015,247.4720001220703,249.19000244140625,236.51499938964844,246.19700622558594,35866900,3442129496.4 +24-03-2015,266.5769958496094,267.00299072265625,244.15499877929688,245.59500122070312,40073700,3432718154.25 +23-03-2015,267.8949890136719,277.2969970703125,261.7449951171875,266.739990234375,22811900,3727111340.5 +22-03-2015,259.9169921875,269.74700927734375,259.5899963378906,267.9599914550781,18438100,3743193531 +21-03-2015,261.6440124511719,262.1960144042969,255.64999389648438,260.0249938964844,17130100,3631424641.87 +20-03-2015,260.95599365234375,264.8479919433594,259.1619873046875,261.7489929199219,18456700,3654506819.38 +19-03-2015,255.8800048828125,264.2439880371094,248.63600158691406,260.9280090332031,52732000,3642156964.8 +18-03-2015,285.0669860839844,285.33599853515625,249.8699951171875,256.29901123046875,57008000,3576671767.42 +17-03-2015,290.5950012207031,292.364990234375,284.3739929199219,285.5050048828125,21497200,3983144493.62 +16-03-2015,285.68499755859375,294.11199951171875,285.68499755859375,290.5929870605469,21516100,4053198428.83 +15-03-2015,281.42498779296875,286.52899169921875,280.9960021972656,286.39300537109375,11970100,3993628667.97 +14-03-2015,284.4419860839844,286.3420104980469,280.97601318359375,281.885009765625,22612300,3929758785 +13-03-2015,294.1180114746094,294.49798583984375,285.3370056152344,285.3370056152344,31421500,3976948638.32 +12-03-2015,296.12701416015625,297.0880126953125,292.4129943847656,294.35400390625,32585200,4101535994.85 +11-03-2015,291.5249938964844,297.3909912109375,290.50799560546875,296.3789978027344,33963900,4128796573.2 +10-03-2015,289.86199951171875,300.04400634765625,289.7430114746094,291.760009765625,67770800,4063305050 +09-03-2015,274.81201171875,292.70098876953125,273.89300537109375,289.60699462890625,59178200,4032241702.05 +08-03-2015,276.4330139160156,277.8580017089844,272.56500244140625,274.35400390625,22067900,3818877361.85 +07-03-2015,272.29400634765625,277.85400390625,270.13299560546875,276.260986328125,17825900,3844351384.65 +06-03-2015,275.6000061035156,277.6080017089844,270.0150146484375,272.7229919433594,28918900,3794156466.38 +05-03-2015,272.739013671875,281.6669921875,264.7690124511719,276.1780090332031,41302400,3841200999.65 +04-03-2015,281.989990234375,284.2250061035156,268.1260070800781,273.0920104980469,41383000,3797385223.8 +03-03-2015,275.0459899902344,285.7959899902344,268.1610107421875,281.7019958496094,50461300,3916108523.2 +02-03-2015,260.35699462890625,276.3009948730469,258.31298828125,275.6700134277344,40465700,3831178959 +01-03-2015,254.2830047607422,261.6600036621094,245.93299865722656,260.2019958496094,25213700,3615181537.5 +28-02-2015,253.52000427246094,254.69200134277344,249.47900390625,254.26300048828125,13949300,3531776635.75 +27-02-2015,236.43600463867188,256.65301513671875,236.43600463867188,253.8280029296875,44013900,3524820596.2 +26-02-2015,237.33700561523438,237.7100067138672,234.2570037841797,236.42599487304688,13619400,3282272604.75 +25-02-2015,238.88999938964844,239.33999633789062,235.52999877929688,237.47000122070312,11496200,3295875813.75 +24-02-2015,238.9980010986328,239.9010009765625,236.40199279785156,238.73500061035156,14200400,3312489903.62 +23-02-2015,235.9949951171875,240.10899353027344,232.42100524902344,238.89199829101562,16400000,3313897879.4 +22-02-2015,244.54400634765625,246.39199829101562,233.8509979248047,235.9770050048828,19527000,3272629326.22 +21-02-2015,243.7519989013672,255.32000732421875,243.1840057373047,244.53399658203125,12284200,3390372209.75 +20-02-2015,240.25100708007812,247.1009979248047,239.2989959716797,243.7790069580078,23876700,3379032907.95 +19-02-2015,236.41000366210938,242.6719970703125,235.5919952392578,240.2830047607422,18270500,3329631566.38 +18-02-2015,243.77999877929688,244.25100708007812,232.33999633789062,236.3260040283203,25200800,3273812261.7 +17-02-2015,233.4219970703125,245.77499389648438,232.31399536132812,243.61000061035156,27363100,3373706168 +16-02-2015,234.8249969482422,239.52099609375,229.02200317382812,233.84300231933594,28153700,3237573873.22 +15-02-2015,257.5069885253906,265.6109924316406,227.6840057373047,234.8249969482422,56552400,3250242178.12 +14-02-2015,235.5279998779297,259.8080139160156,235.5279998779297,257.3210144042969,49732500,3560717935.65 +13-02-2015,221.968994140625,240.25900268554688,221.26199340820312,235.427001953125,42744400,3256814718.55 +12-02-2015,219.20799255371094,222.19900512695312,217.61399841308594,221.76400756835938,15206200,3066996120 +11-02-2015,219.73199462890625,223.406005859375,218.07400512695312,219.18499755859375,17201900,3030676474.62 +10-02-2015,220.28199768066406,221.8070068359375,215.33200073242188,219.83900451660156,21115100,3038850984.93 +09-02-2015,223.38900756835938,223.9770050048828,217.0189971923828,220.11000061035156,27791300,3041799139.5 +08-02-2015,227.6929931640625,229.43800354003906,221.07699584960938,223.41200256347656,17145200,3086537315.4 +07-02-2015,222.63299560546875,230.2989959716797,222.60699462890625,227.75399780273438,21604200,3145761023.4 +06-02-2015,216.92300415039062,230.50999450683594,216.23199462890625,222.26600646972656,24435300,3069076711.25 +05-02-2015,227.6649932861328,239.40499877929688,214.72500610351562,217.11099243164062,22516400,2996945966.25 +04-02-2015,227.51100158691406,230.05799865722656,221.11300659179688,226.85299682617188,26594300,3130520358.08 +03-02-2015,237.45399475097656,245.95700073242188,224.48300170898438,227.26800537109375,40783700,3135343874.4 +02-02-2015,226.49099731445312,242.1750030517578,222.65899658203125,238.22900390625,30612100,3285797305.4 +01-02-2015,216.86700439453125,231.57400512695312,212.01499938964844,226.9720001220703,29128500,3129637467.8 +31-01-2015,226.4409942626953,233.50399780273438,216.3090057373047,217.46400451660156,23348200,2997692310.6 +30-01-2015,232.77200317382812,242.8509979248047,225.83900451660156,226.4250030517578,26605200,3120272355 +29-01-2015,233.34800720214844,238.70599365234375,220.71200561523438,233.51300048828125,32213400,3217149465.78 +28-01-2015,263.35101318359375,266.5350036621094,227.04600524902344,233.9149932861328,44352200,3221728838.62 +27-01-2015,273.1669921875,275.4800109863281,250.6529998779297,263.4750061035156,44399000,3627760927.5 +26-01-2015,254.07899475097656,309.3840026855469,254.07899475097656,273.4729919433594,106794000,3764417376.43 +25-01-2015,247.3520050048828,255.07400512695312,243.88999938964844,253.71800231933594,33582700,3491686144.85 +24-01-2015,232.6999969482422,248.2100067138672,230.02200317382812,247.8470001220703,24782500,3410114480.65 +23-01-2015,233.51699829101562,234.84500122070312,225.1959991455078,232.87899780273438,24621700,3203436948.2 +22-01-2015,227.32200622558594,237.0189971923828,226.4340057373047,233.406005859375,33544600,3209962696.2 +21-01-2015,211.3780059814453,227.78799438476562,211.21200561523438,226.89700317382812,29924600,3119680594.53 +20-01-2015,212.90699768066406,215.24099731445312,205.1529998779297,211.31500244140625,24051100,2904651464 +19-01-2015,211.4709930419922,216.72799682617188,207.3179931640625,214.86099243164062,18658300,2952759521.65 +18-01-2015,200.0500030517578,218.69500732421875,194.50599670410156,210.33900451660156,30085100,2889858037.95 +17-01-2015,207.83399963378906,211.7310028076172,194.875,199.25999450683594,23469700,2736875952 +16-01-2015,209.07000732421875,221.59100341796875,199.77099609375,208.0970001220703,38421000,2857541182.18 +15-01-2015,176.89700317382812,229.06700134277344,176.89700317382812,209.843994140625,81773504,2880801385.2 +14-01-2015,223.8939971923828,223.8939971923828,171.50999450683594,178.10299682617188,97638704,2444379076.08 +13-01-2015,267.3940124511719,268.2770080566406,219.906005859375,225.86099243164062,72843904,3099004901.85 +12-01-2015,266.14599609375,272.2030029296875,265.20001220703125,267.7959899902344,18880300,3673551884.1 +11-01-2015,274.6080017089844,279.63800048828125,265.03900146484375,265.6600036621094,18200800,3643307730.5 +10-01-2015,287.3030090332031,288.12701416015625,273.96600341796875,274.7959899902344,15264300,3767535598.8 +09-01-2015,282.38299560546875,291.114013671875,280.5329895019531,290.4079895019531,18718600,3980426430.6 +08-01-2015,294.135009765625,294.135009765625,282.17498779296875,283.3489990234375,19982500,3882766765.62 +07-01-2015,286.0769958496094,298.7539978027344,283.0790100097656,294.3370056152344,24866800,4032255014.65 +06-01-2015,274.6109924316406,287.5530090332031,272.6960144042969,286.1889953613281,23245700,3919623079.83 +05-01-2015,265.0840148925781,278.34100341796875,265.0840148925781,274.4739990234375,43962800,3758098008 +04-01-2015,281.14599609375,287.2300109863281,257.61199951171875,264.19500732421875,55629100,3616320974.62 +03-01-2015,314.84600830078125,315.1499938964844,281.0820007324219,281.0820007324219,33054400,3846269871.6 +02-01-2015,314.0790100097656,315.8389892578125,313.56500244140625,315.0320129394531,7860650,4309551126.2 +01-01-2015,320.43499755859375,320.43499755859375,314.00299072265625,314.2489929199219,8036550,4297535768.18 +31-12-2014,310.91400146484375,320.1929931640625,310.21099853515625,320.1929931640625,13942900,4377510594.68 +30-12-2014,312.718994140625,314.8089904785156,309.37298583984375,310.73699951171875,12528300,4247060094.9 +29-12-2014,317.70098876953125,320.2669982910156,312.3070068359375,312.6700134277344,12302500,4272268162.75 +28-12-2014,316.1600036621094,320.02801513671875,311.0780029296875,317.239013671875,11676600,4333389568.3 +27-12-2014,327.5830078125,328.9110107421875,312.6300048828125,315.8630065917969,15185200,4313267196.5 +26-12-2014,319.1520080566406,331.42401123046875,316.62701416015625,327.92401123046875,16410500,4476703674.6 +25-12-2014,322.2860107421875,322.6700134277344,316.9580078125,319.00799560546875,9883640,4353789283.2 +24-12-2014,334.385009765625,334.7409973144531,321.35699462890625,322.53399658203125,15092300,4400637769.3 +23-12-2014,332.0169982910156,336.2869873046875,329.60198974609375,334.5719909667969,16574200,4563595537.2 +22-12-2014,321.0679931640625,334.11700439453125,320.42498779296875,331.885986328125,22315100,4525705358.95 +21-12-2014,329.5429992675781,329.6289978027344,318.90301513671875,320.8429870605469,15207600,4373820007.82 +20-12-2014,317.6189880371094,330.32501220703125,316.04400634765625,329.95599365234375,20856700,4496945577.3 +19-12-2014,311.1789855957031,318.5329895019531,306.7690124511719,317.8429870605469,23823100,4330801580.8 +18-12-2014,319.7850036621094,323.7090148925781,304.23199462890625,311.39599609375,39173000,4241890806.3 +17-12-2014,326.8550109863281,333.9540100097656,315.1520080566406,319.7760009765625,37567900,4355021349.6 +16-12-2014,345.6730041503906,345.8590087890625,327.06201171875,327.06201171875,30864900,4453202603.05 +15-12-2014,351.3609924316406,351.81500244140625,344.9339904785156,345.3450012207031,17264200,4700905209 +14-12-2014,346.72698974609375,353.3160095214844,345.4179992675781,351.6319885253906,12415200,4785245607.6 +13-12-2014,352.3810119628906,352.3810119628906,346.5880126953125,347.3760070800781,11675900,4726102586.4 +12-12-2014,350.8330078125,352.9830017089844,349.2909851074219,352.5419921875,16989800,4795055945.25 +11-12-2014,344.3399963378906,361.35699462890625,338.76300048828125,350.5060119628906,32431300,4766084198.85 +10-12-2014,352.2049865722656,352.3840026855469,346.364990234375,346.364990234375,16427700,4708572401.25 +09-12-2014,361.8949890136719,363.0669860839844,344.95098876953125,352.218994140625,32915500,4786893957.82 +08-12-2014,374.9649963378906,376.02899169921875,361.885986328125,361.90899658203125,18898700,4917302821.62 +07-12-2014,374.83599853515625,376.2919921875,373.2749938964844,375.0950012207031,6491650,5094943517.12 +06-12-2014,376.7569885253906,378.447998046875,370.94500732421875,374.7850036621094,7009320,5089542821.5 +05-12-2014,369.4419860839844,379.1919860839844,365.7560119628906,376.85400390625,15181800,5116358331 +04-12-2014,375.7179870605469,378.6549987792969,367.7590026855469,369.60400390625,14529600,5016487250.4 +03-12-2014,381.72198486328125,383.0260009765625,374.34600830078125,375.010009765625,13340100,5088491939.5 +02-12-2014,379.25,384.0379943847656,377.8630065917969,381.31500244140625,12364100,5172928822.88 +01-12-2014,378.2489929199219,383.6619873046875,376.66900634765625,379.2449951171875,11763000,5143434463.5 +30-11-2014,375.510009765625,382.5270080566406,373.3089904785156,378.0469970703125,9194440,5125958175.35 +29-11-2014,376.1520080566406,387.60101318359375,372.1449890136719,375.4909973144531,15375600,5089799279.55 +28-11-2014,369.3739929199219,382.8380126953125,358.4549865722656,376.4469909667969,22946500,5101280352.88 +27-11-2014,370.50201416015625,373.99200439453125,368.2820129394531,369.6700134277344,8748030,5008058116.25 +26-11-2014,376.0190124511719,377.697998046875,365.8160095214844,368.3699951171875,18601700,4989166443 +25-11-2014,376.885986328125,394.70098876953125,374.78399658203125,375.3479919433594,25442200,5082390210.3 +24-11-2014,366.947998046875,387.2090148925781,366.66900634765625,376.9010009765625,30930100,5102174794.68 +23-11-2014,353.17498779296875,370.8450012207031,353.17498779296875,367.572998046875,15151600,4974540006.18 +22-11-2014,351.60400390625,364.84100341796875,350.87799072265625,352.9200134277344,15273000,4774989954 +21-11-2014,357.8789978027344,357.8789978027344,344.11199951171875,350.8479919433594,29850100,4745605132.8 +20-11-2014,380.3070068359375,382.0249938964844,356.781005859375,357.8399963378906,25233200,4839043482 +19-11-2014,373.89599609375,386.4809875488281,373.89599609375,380.55499267578125,18931800,5144903808.62 +18-11-2014,387.7850036621094,392.4020080566406,371.11700439453125,375.197998046875,32222500,5071157408.1 +17-11-2014,388.3489990234375,410.1990051269531,377.50201416015625,387.4079895019531,41518800,5234695636.8 +16-11-2014,374.7300109863281,390.79901123046875,374.60198974609375,387.8819885253906,11905600,5239694299.95 +15-11-2014,399.6499938964844,405.52801513671875,371.00799560546875,376.13299560546875,15727500,5079582131.75 +14-11-2014,418.4169921875,419.25201416015625,384.78900146484375,397.8179931640625,29589200,5371040272.5 +13-11-2014,427.27301025390625,457.0929870605469,401.12298583984375,420.7349853515625,58945000,5678828589 +12-11-2014,367.9849853515625,429.7179870605469,367.9849853515625,423.5610046386719,45783200,5715426243.75 +11-11-2014,365.85699462890625,371.30999755859375,363.7349853515625,367.69500732421875,15838900,4960242319.5 +10-11-2014,362.2650146484375,374.8160095214844,357.5610046386719,366.92401123046875,30450100,4948658122.5 +09-11-2014,345.3760070800781,363.6260070800781,344.2550048828125,363.2640075683594,24205600,4897961164.8 +08-11-2014,342.15399169921875,347.0320129394531,342.15399169921875,345.4880065917969,8535470,4656988221.6 +07-11-2014,349.8179931640625,352.73199462890625,341.7760009765625,342.4150085449219,16834200,4614264694.75 +06-11-2014,339.4580078125,352.96600341796875,338.42401123046875,349.2900085449219,18797000,4705591218.75 +05-11-2014,330.6830139160156,343.3689880371094,330.6830139160156,339.4859924316406,19817200,4572205935.15 +04-11-2014,327.1610107421875,331.7669982910156,325.0769958496094,330.49200439453125,15655500,4449934320.9 +03-11-2014,325.5690002441406,334.00201416015625,325.4809875488281,327.5539855957031,12948500,4409040617 +02-11-2014,326.07501220703125,329.04998779296875,320.6260070800781,325.8919982910156,8603620,4385292372.3 +01-11-2014,338.6499938964844,340.52899169921875,321.05499267578125,325.7489929199219,16677200,4382113991.33 +31-10-2014,345.0090026855469,348.0450134277344,337.1419982910156,338.3210144042969,12545400,4549893052.45 +30-10-2014,335.7090148925781,350.9129943847656,335.0719909667969,345.30499267578125,30177900,4642194093.75 +29-10-2014,357.0889892578125,357.8330078125,335.3429870605469,335.59100341796875,18192700,4510175244.5 +28-10-2014,353.2149963378906,359.9840087890625,352.6789855957031,357.6180114746094,7845880,4804812400.8 +27-10-2014,354.7770080566406,358.6319885253906,349.8089904785156,352.989013671875,13033000,4741410021.07 +26-10-2014,347.48699951171875,359.22100830078125,343.9309997558594,354.7040100097656,11272500,4763036252.8 +25-10-2014,358.6109924316406,359.8609924316406,342.87701416015625,347.27099609375,18127500,4662139220.32 +24-10-2014,358.59100341796875,364.3450012207031,353.30499267578125,358.3450012207031,15585700,4809419914 +23-10-2014,382.9620056152344,385.0480041503906,356.4469909667969,358.4169921875,26456900,4808952572.4 +22-10-2014,386.1180114746094,388.57598876953125,382.2489929199219,383.1579895019531,11641300,5139461096.15 +21-10-2014,382.4209899902344,392.64599609375,380.8340148925781,386.4750061035156,14188900,5182426850.62 +20-10-2014,389.2309875488281,390.0840148925781,378.25201416015625,382.8450012207031,16419000,5132276503.12 +19-10-2014,391.2539978027344,393.9389953613281,386.4570007324219,389.5459899902344,5914570,5220783139.85 +18-10-2014,383.97601318359375,395.1579895019531,378.97100830078125,391.4419860839844,11416800,5244892213.8 +17-10-2014,382.7560119628906,385.4779968261719,375.3890075683594,383.75799560546875,13600700,5140342470.5 +16-10-2014,394.51800537109375,398.8070068359375,373.07000732421875,382.5559997558594,26990000,5122903035 +15-10-2014,400.9549865722656,402.22698974609375,388.7659912109375,394.77301025390625,25267100,5285043276.15 +14-10-2014,391.6919860839844,411.697998046875,391.3240051269531,400.8699951171875,38491500,5365153884.25 +13-10-2014,377.9209899902344,397.22601318359375,368.8970031738281,390.41400146484375,35221400,5223924766.65 +12-10-2014,362.6059875488281,379.4330139160156,356.1440124511719,378.54901123046875,17552800,5063689089.67 +11-10-2014,361.36199951171875,367.1910095214844,355.95098876953125,362.29901123046875,13345200,4844961124.67 +10-10-2014,364.68701171875,375.0669860839844,352.9630126953125,361.56201171875,43665700,4833830846.6 +09-10-2014,352.74798583984375,382.72601318359375,347.68701171875,365.0260009765625,83641104,4878718500.4 +08-10-2014,336.1159973144531,354.364013671875,327.18798828125,352.94000244140625,54736300,4715887221.5 +07-10-2014,330.5840148925781,339.24700927734375,320.48199462890625,336.18701171875,49199900,4490819564.7 +06-10-2014,320.3890075683594,345.1340026855469,302.55999755859375,330.0790100097656,79011800,4408130777.23 +05-10-2014,328.9159851074219,341.8009948730469,289.2959899902344,320.510009765625,83308096,4279040869.75 +04-10-2014,359.8919982910156,364.48699951171875,325.885986328125,328.8659973144531,47236500,4389218290.65 +03-10-2014,375.1809997558594,377.69500732421875,357.8590087890625,359.5119934082031,30901200,4796851774.6 +02-10-2014,383.9880065917969,385.49700927734375,372.9460144042969,375.0719909667969,21777700,5003085408 +01-10-2014,387.427001953125,391.3789978027344,380.7799987792969,383.614990234375,26229400,5115688242.12 +30-09-2014,376.0880126953125,390.97698974609375,373.4429931640625,386.9440002441406,34707300,5158621324.8 +29-09-2014,376.9280090332031,385.21099853515625,372.239990234375,375.4670104980469,32497700,5004177242.62 +28-09-2014,399.47100830078125,401.0169982910156,374.3320007324219,377.1809997558594,23613300,5025729375.45 +27-09-2014,403.5559997558594,406.62298583984375,397.37200927734375,399.5199890136719,15029300,5322075836 +26-09-2014,411.4289855957031,414.93798828125,400.0090026855469,404.42498779296875,21460800,5386071486.25 +25-09-2014,423.156005859375,423.5199890136719,409.4679870605469,411.5740051269531,26814400,5479902023 +24-09-2014,435.7510070800781,436.11199951171875,421.1319885253906,423.2049865722656,30627700,5632911450.62 +23-09-2014,402.0920104980469,441.5570068359375,396.1969909667969,435.7909851074219,45099500,5798754888.52 +22-09-2014,399.1000061035156,406.9159851074219,397.1300048828125,402.1520080566406,24127600,5349637033.8 +21-09-2014,408.0849914550781,412.4259948730469,393.1809997558594,398.8210144042969,26580100,5303651274.83 +20-09-2014,394.6730041503906,423.2959899902344,389.88299560546875,408.90399169921875,36863600,5436072002 +19-09-2014,424.1029968261719,427.8349914550781,384.5320129394531,394.7959899902344,37919700,5246779620.6 +18-09-2014,456.8599853515625,456.8599853515625,413.10400390625,424.44000244140625,34483200,5638918842 +17-09-2014,465.864013671875,468.17401123046875,452.4219970703125,457.3340148925781,21056800,6073910020.75 +16-09-2014,474.86199951171875,475.6419982910156,465.12799072265625,466.0570068359375,16797300,6187570806.23 +15-09-2014,477.7650146484375,478.6199951171875,474.0220031738281,475.3710021972656,15345200,6309195217.65 +14-09-2014,479.11700439453125,479.8529968261719,476.1189880371094,477.8919982910156,13105500,6340778581.7 +13-09-2014,477.7929992675781,482.11700439453125,475.0979919433594,479.00201416015625,15588000,6353614253.55 +12-09-2014,479.5820007324219,479.62799072265625,473.0090026855469,477.75299072265625,15437200,6334873397.93 +11-09-2014,479.61700439453125,482.35101318359375,474.6099853515625,479.7489929199219,16852900,6359504769.1 +10-09-2014,475.4840087890625,487.4679870605469,475.1449890136719,479.3590087890625,22787800,6352285708.38 +09-09-2014,474.8800048828125,477.37701416015625,467.77801513671875,475.260009765625,21447800,6296101902 +08-09-2014,481.8110046386719,489.8340148925781,468.7900085449219,474.6000061035156,30238000,6285637995 +07-09-2014,485.1289978027344,488.0660095214844,482.27801513671875,482.27801513671875,8994050,6385589802.05 +06-09-2014,483.34100341796875,488.5950012207031,482.99798583984375,484.8299865722656,10601400,6417500778 +05-09-2014,489.6650085449219,490.64300537109375,481.6090087890625,483.3420104980469,15302500,6395641761.75 +04-09-2014,477.67999267578125,493.9280090332031,477.08599853515625,489.6600036621094,26081400,6477467310 +03-09-2014,476.8710021972656,481.7120056152344,476.2080078125,477.58599853515625,13342200,6315859936.3 +02-09-2014,474.4750061035156,482.9880065917969,472.3240051269531,477.4259948730469,23337900,6311703012.15 +01-09-2014,477.7869873046875,485.3059997558594,471.9100036621094,474.8789978027344,20432000,6276309535.35 +31-08-2014,502.9049987792969,504.8789978027344,474.8139953613281,477.76300048828125,44632300,6312801959.75 +30-08-2014,508.5899963378906,509.3080139160156,501.635986328125,504.2489929199219,9424070,6660385522.73 +29-08-2014,508.42498779296875,511.69500732421875,503.8169860839844,508.5169982910156,17624800,6714458468 +28-08-2014,510.8840026855469,516.156982421875,506.87701416015625,507.81500244140625,19862000,6703031046.25 +27-08-2014,512.1890258789062,520.708984375,510.9219970703125,511.15301513671875,22648500,6744868296.2 +26-08-2014,502.54400634765625,512.68798828125,502.54400634765625,511.57000732421875,23235100,6748171027 +25-08-2014,508.2200012207031,508.2200012207031,499.2330017089844,502.4960021972656,18356700,6626339377.6 +24-08-2014,498.2850036621094,512.8880004882812,497.35101318359375,508.2860107421875,19441700,6700963066.7 +23-08-2014,513.3939819335938,514.2990112304688,492.114013671875,498.07501220703125,25171900,6564528885 +22-08-2014,517.5809936523438,521.47900390625,501.2749938964844,514.0430297851562,36563900,6772889206.18 +21-08-2014,510.4490051269531,531.9000244140625,510.4490051269531,517.2369995117188,49444200,6812929385.67 +20-08-2014,485.0719909667969,518.2849731445312,467.510986328125,511.9800109863281,46527600,6741573447 +19-08-2014,461.4800109863281,485.7099914550781,455.53900146484375,485.2449951171875,38422400,6387510426.38 +18-08-2014,491.5069885253906,499.3699951171875,443.85101318359375,461.4599914550781,50783800,6072259848 +17-08-2014,519.1420288085938,520.1900024414062,483.6260070800781,491.7950134277344,24300900,6468997660.75 +16-08-2014,497.82598876953125,521.4749755859375,487.7439880371094,519.7080078125,22832500,6833965309.5 +15-08-2014,511.13800048828125,518.1790161132812,487.9259948730469,497.010009765625,25598300,6533519506.5 +14-08-2014,546.1810302734375,546.2440185546875,498.7250061035156,505.9739990234375,35803900,6649282619.7 +13-08-2014,570.3770141601562,573.0330200195312,532.6669921875,546.6580200195312,25777500,7181459812.45 +12-08-2014,576.5120239257812,576.947998046875,566.594970703125,569.6420288085938,13978200,7481336242.8 +11-08-2014,591.281982421875,591.5070190429688,574.051025390625,576.3679809570312,14764200,7567178699.6 +10-08-2014,589.1719970703125,594.4600219726562,587.9420166015625,591.0609741210938,7555310,7757394871.03 +09-08-2014,592.469970703125,592.469970703125,587.6329956054688,589.3720092773438,7922070,7732619577.2 +08-08-2014,588.875,598.1160278320312,588.791015625,592.5770263671875,11072000,7771958457.93 +07-08-2014,584.64599609375,591.10400390625,584.052001953125,588.8690185546875,11131400,7721014780.4 +06-08-2014,585.9520263671875,587.4860229492188,583.0980224609375,584.6530151367188,14497900,7663383046.48 +05-08-2014,589.010986328125,589.864990234375,584.1019897460938,585.4359741210938,10790800,7671275261.9 +04-08-2014,586.2329711914062,591.9459838867188,583.739990234375,588.781982421875,9867570,7713117797.75 +03-08-2014,588.8930053710938,589.1510009765625,581.6500244140625,586.666015625,9917990,7683520602.05 +02-08-2014,594.8980102539062,594.9099731445312,586.155029296875,589.3330078125,8359080,7716181168.97 +01-08-2014,586.2020263671875,597.9219970703125,583.6339721679688,594.916015625,18215900,7786796032.4 +31-07-2014,567.3679809570312,586.2349853515625,564.510986328125,586.2349853515625,22467900,7670841007.38 +30-07-2014,584.7420043945312,585.1220092773438,564.89599609375,567.2930297851562,14898800,7420859009.27 +29-07-2014,585.552001953125,588.385009765625,581.6950073242188,584.7249755859375,11275400,7646390352.5 +28-07-2014,594.1370239257812,594.572998046875,575.1849975585938,585.6909790039062,19316400,7656826296.65 +27-07-2014,595.6719970703125,598.9420166015625,593.4299926757812,593.8519897460938,7774230,7761289328.8 +26-07-2014,601.5419921875,602.0880126953125,593.9639892578125,595.81298828125,10752900,7784669228.12 +25-07-2014,601.5120239257812,607.0650024414062,597.2260131835938,601.0889892578125,12279500,7851574790.25 +24-07-2014,619.4959716796875,620.4290161132812,595.5659790039062,601.7329711914062,20917200,7857489687.3 +23-07-2014,621.1229858398438,624.4310302734375,618.2930297851562,619.4149780273438,11056600,8086153117.5 +22-07-2014,622.2730102539062,624.2979736328125,620.9569702148438,621.551025390625,9602880,8111799945.9 +21-07-2014,623.9500122070312,624.0900268554688,619.1090087890625,622.2109985351562,10711900,8118204690.85 +20-07-2014,628.5590209960938,628.5590209960938,622.7750244140625,623.9000244140625,5760120,8137808455 +19-07-2014,629.166015625,629.166015625,624.5969848632812,628.5150146484375,7222030,8195599906.88 +18-07-2014,622.3690185546875,629.2130126953125,620.4719848632812,628.7789916992188,14158100,8196212862.38 +17-07-2014,616.5390014648438,626.2899780273438,608.3989868164062,623.0889892578125,16576700,8119394872.88 +16-07-2014,622.0130004882812,623.0919799804688,615.3250122070312,616.7999877929688,13182400,8034806880 +15-07-2014,619.9959716796875,625.1409912109375,619.635009765625,621.5859985351562,10873200,8094883398.7 +14-07-2014,626.56201171875,627.3419799804688,617.322021484375,619.3150024414062,12706800,8062877467.88 +13-07-2014,634.2169799804688,634.7269897460938,624.9089965820312,626.4970092773438,11291000,8154265678.05 +12-07-2014,631.8809814453125,636.6580200195312,626.9819946289062,633.7130126953125,13329000,8245635913.62 +11-07-2014,616.6619873046875,632.0859985351562,615.7689819335938,632.0029907226562,16467100,8220889623.03 +10-07-2014,624.8259887695312,626.1160278320312,612.3460083007812,616.7620239257812,15880700,8020234276.55 +09-07-2014,625.2210083007812,626.9979858398438,622.5960083007812,624.5089721679688,9819150,8118679450.9 +08-07-2014,622.5700073242188,626.6950073242188,620.906982421875,624.8179931640625,10005500,8120056625.75 +07-07-2014,635.4630126953125,637.156982421875,617.0070190429688,624.0859985351562,17813600,8108140914.15 +06-07-2014,631.77197265625,638.6530151367188,631.1599731445312,635.8070068359375,10080000,8258179219.5 +05-07-2014,629.9509887695312,633.2219848632812,628.0040283203125,631.4569702148438,9105940,8199437572.15 +04-07-2014,644.64599609375,648.4329833984375,629.4030151367188,630.6920166015625,22237200,8187107455.8 +03-07-2014,650.7689819335938,650.7689819335938,641.302978515625,645.156005859375,18949000,8372189412 +02-07-2014,641.0369873046875,656.677978515625,638.3389892578125,650.8790283203125,25768200,8444194978.48 +01-07-2014,641.3909912109375,657.8579711914062,640.1069946289062,640.8060302734375,38446300,8311317900.6 +30-06-2014,602.6199951171875,645.155029296875,599.8829956054688,639.7969970703125,46422400,8296103744.68 +29-06-2014,596.3319702148438,604.0759887695312,596.1619873046875,602.7150268554688,8897470,7813280834.62 +28-06-2014,599.0770263671875,604.4730224609375,595.9180297851562,596.5490112304688,13398100,7730991679.22 +27-06-2014,581.2969970703125,600.1240234375,579.885009765625,597.260986328125,20814600,7737366939.75 +26-06-2014,566.1370239257812,581.6290283203125,564.7310180664062,581.1370239257812,14655900,7525767735.27 +25-06-2014,581.8090209960938,583.5989990234375,565.625,566.3359985351562,20687700,7331658430.4 +24-06-2014,593.969970703125,596.9710083007812,582.3569946289062,582.3569946289062,14144900,7536340172.7 +23-06-2014,602.1610107421875,603.2119750976562,586.343017578125,593.9840087890625,14053800,7684029467.2 +22-06-2014,595.9039916992188,605.9970092773438,594.6270141601562,602.2730102539062,10877700,7788609492.83 +21-06-2014,593.677978515625,599.4619750976562,587.7369995117188,594.9920043945312,9256290,7691773954.8 +20-06-2014,597.4019775390625,599.7540283203125,587.7559814453125,594.14599609375,18134100,7678074489.75 +19-06-2014,608.0700073242188,612.2410278320312,597.0180053710938,598.0709838867188,12803800,7726000792.2 +18-06-2014,609.7670288085938,615.8809814453125,604.39599609375,607.9580078125,17862000,7851200009.9 +17-06-2014,591.5859985351562,610.8889770507812,590.4000244140625,610.864013671875,18597300,7886300054.8 +16-06-2014,592.6489868164062,608.719970703125,587.0679931640625,592.18798828125,28677500,7642482234 +15-06-2014,575.927978515625,592.93701171875,554.8909912109375,592.93701171875,23580900,7649361649.6 +14-06-2014,600.7459716796875,601.27001953125,549.8209838867188,577.3579711914062,38481200,7445594334.05 +13-06-2014,585.6959838867188,615.1370239257812,585.6959838867188,600.1630249023438,35700700,7737046326.73 +12-06-2014,633.427978515625,638.1090087890625,573.27197265625,586.9520263671875,50818800,7564343900 +11-06-2014,653.18798828125,657.0399780273438,632.5469970703125,633.02001953125,25163800,8155307438.5 +10-06-2014,650.0419921875,659.614990234375,646.5640258789062,653.1500244140625,17913400,8412294411.25 +09-06-2014,655.6400146484375,657.7030029296875,644.3930053710938,649.1589965820312,19065400,8358149330.65 +08-06-2014,654.9940185546875,658.8839721679688,653.469970703125,656.1400146484375,8614190,8445489606.5 +07-06-2014,653.52197265625,656.9439697265625,644.906982421875,654.968994140625,15855300,8428206588.9 +06-06-2014,659.2830200195312,661.3660278320312,652.3040161132812,653.7020263671875,18680100,8409353268.4 +05-06-2014,641.072021484375,663.5260009765625,640.0900268554688,659.2579956054688,29621300,8478552323.5 +04-06-2014,666.7739868164062,668.56298828125,624.0889892578125,641.614013671875,37731500,8249183076.95 +03-06-2014,660.5499877929688,674.1110229492188,650.7839965820312,667.60498046875,40653700,8580309811.88 +02-06-2014,629.64501953125,665.4979858398438,618.7449951171875,660.6179809570312,45450200,8487587033.1 +01-06-2014,623.6929931640625,671.5130004882812,619.906005859375,630.22900390625,45259100,8094125581.35 +31-05-2014,615.68701171875,624.7150268554688,604.4710083007812,623.677001953125,15107100,8007248675.68 +30-05-2014,568.177001953125,618.4580078125,568.156982421875,615.3250122070312,31985400,7897757907.5 +29-05-2014,576.3300170898438,577.0960083007812,561.5960083007812,568.1799926757812,18707800,7290260762 +28-05-2014,571.9149780273438,578.6240234375,564.0869750976562,577.06201171875,19289000,7402205098.8 +27-05-2014,582.5880126953125,589.5170288085938,554.4340209960938,571.2440185546875,38032000,7325147498.6 +26-05-2014,571.3930053710938,588.3889770507812,565.3319702148438,583.4240112304688,29959800,7479335238.4 +25-05-2014,525.22802734375,576.47802734375,525.22802734375,571.5880126953125,47010300,7325371780.1 +24-05-2014,521.051025390625,525.1699829101562,516.281005859375,525.1380004882812,11499300,6727963028.4 +23-05-2014,525.7150268554688,541.9559936523438,520.0759887695312,520.2219848632812,34934700,6662964359.35 +22-05-2014,492.04901123046875,525.3560180664062,490.1910095214844,524.5789794921875,33086500,6716604600.2 +21-05-2014,485.79998779296875,494.3689880371094,483.489013671875,491.7699890136719,14626000,6294422409.25 +20-05-2014,446.30499267578125,491.4440002441406,446.0069885253906,485.7239990234375,40327500,6214911438.6 +19-05-2014,446.07598876953125,447.55499267578125,443.1000061035156,446.1809997558594,6242620,5706978471.22 +18-05-2014,448.70098876953125,449.7669982910156,444.78399658203125,446.2640075683594,2857830,5706165792.6 +17-05-2014,448.11700439453125,451.9800109863281,447.3009948730469,448.90301513671875,2945790,5737967926.6 +16-05-2014,447.385986328125,450.6610107421875,444.9639892578125,448.0580139160156,6475100,5725217915.3 +15-05-2014,444.135986328125,449.79901123046875,443.6300048828125,447.25201416015625,7362980,5712906334.2 +14-05-2014,440.5920104980469,446.65899658203125,440.50299072265625,443.97198486328125,9472960,5669111765.9 +13-05-2014,441.531005859375,441.97601318359375,436.9670104980469,440.6709899902344,7682670,5625308533.07 +12-05-2014,438.3030090332031,442.260009765625,434.2309875488281,441.4620056152344,7383770,5633629020.6 +11-05-2014,453.9200134277344,455.3389892578125,433.4010009765625,438.885986328125,12251700,5598956479.2 +10-05-2014,450.45599365234375,455.77099609375,448.4679870605469,454.4330139160156,6682600,5795543100.55 +09-05-2014,440.1780090332031,452.6919860839844,440.14300537109375,449.46099853515625,10347900,5730133342.9 +08-05-2014,438.6789855957031,448.39898681640625,438.14300537109375,440.16900634765625,9446580,5609810850.07 +07-05-2014,429.34100341796875,446.12799072265625,428.45098876953125,438.8210144042969,18332200,5590798950.5 +06-05-2014,433.364013671875,448.0379943847656,423.2510070800781,428.9620056152344,12507300,5463474513 +05-05-2014,434.7820129394531,440.9739990234375,427.61700439453125,433.48199462890625,10004800,5518951942.35 +04-05-2014,438.5169982910156,439.7690124511719,430.0539855957031,436.40301513671875,5621260,5554777405.65 +03-05-2014,449.40301513671875,449.40301513671875,430.6820068359375,437.7619934082031,9849640,5570422953.55 +02-05-2014,457.364013671875,457.9289855957031,443.40301513671875,449.37701416015625,10394200,5716625926.82 +01-05-2014,447.63299560546875,460.614013671875,447.63299560546875,457.760009765625,12871800,5821425472 +30-04-2014,446.8900146484375,451.0989990234375,436.6990051269531,447.6449890136719,15244900,5690810164.88 +29-04-2014,439.9830017089844,451.635986328125,435.1809997558594,447.2090148925781,16401400,5683724523.93 +28-04-2014,430.71600341796875,447.53399658203125,422.9419860839844,440.2850036621094,23876600,5593864953.5 +27-04-2014,457.24200439453125,459.3299865722656,436.3900146484375,436.3900146484375,10949500,5542720307 +26-04-2014,461.7049865722656,464.5429992675781,449.1029968261719,458.60101318359375,12214600,5822776641.82 +25-04-2014,500.0870056152344,500.29901123046875,442.95098876953125,461.4490051269531,46856500,5857079867.2 +24-04-2014,490.82501220703125,500.4649963378906,482.9519958496094,500.4649963378906,13009400,6350012524.62 +23-04-2014,488.3590087890625,493.2489929199219,485.8169860839844,491.3030090332031,9814530,6231920620.93 +22-04-2014,495.4549865722656,503.22198486328125,487.5799865722656,487.92401123046875,11670900,6187034895.3 +21-04-2014,497.739013671875,510.5679931640625,493.20098876953125,495.77301025390625,15171400,6284666434.5 +20-04-2014,501.7510070800781,510.8710021972656,490.8399963378906,498.1679992675781,12103100,6312896983.8 +19-04-2014,479.5820007324219,503.55499267578125,470.5610046386719,501.56500244140625,19588200,6353700028.75 +18-04-2014,495.7980041503906,498.60101318359375,472.7409973144531,479.6449890136719,19042400,6074116359.88 +17-04-2014,529.0670166015625,533.5170288085938,484.8739929199219,495.9630126953125,34025500,6278792387.4 +16-04-2014,522.1849975585938,542.3779907226562,502.781005859375,527.39501953125,56480100,6674473792.25 +15-04-2014,458.37298583984375,518.9959716796875,453.5429992675781,515.5859985351562,49561000,6522974947.95 +14-04-2014,414.8280029296875,469.7510070800781,407.37298583984375,458.7869873046875,50730200,5802302128.35 +13-04-2014,421.46099853515625,427.39801025390625,395.2539978027344,414.06298828125,22493500,5234667258.6 +12-04-2014,420.8890075683594,439.6059875488281,415.78900146484375,421.1159973144531,19226500,5321874505.8 +11-04-2014,363.7099914550781,429.7669982910156,351.2720031738281,420.9469909667969,62562800,5318033924.5 +10-04-2014,442.2560119628906,443.3659973144531,358.73199462890625,365.1759948730469,55868300,4611917256.8 +09-04-2014,453.177001953125,455.7279968261719,441.9330139160156,442.7250061035156,13204400,5589580215 +08-04-2014,447.6130065917969,457.42401123046875,446.114013671875,453.08599853515625,10921600,5718579640.4 +07-04-2014,461.4739990234375,462.5639953613281,445.12200927734375,449.4230041503906,15616600,5670830649.57 +06-04-2014,463.3970031738281,466.3190002441406,452.9700012207031,460.4989929199219,10241400,5808861023.23 +05-04-2014,446.67498779296875,463.5710144042969,444.1969909667969,461.9070129394531,13404500,5824866675.82 +04-04-2014,445.66400146484375,454.6520080566406,429.09100341796875,447.5260009765625,22925500,5641613449.35 +03-04-2014,436.4440002441406,449.56500244140625,414.8900146484375,444.7179870605469,40765500,5604036051.35 +02-04-2014,479.1369934082031,495.0450134277344,431.2690124511719,437.1400146484375,49647600,5506313796.5 +01-04-2014,457,495.3429870605469,457,478.375,35685800,6023351178.12 +31-03-2014,462.29901123046875,483.0220031738281,443.364990234375,457.0010070800781,28254000,5752294437.05 +30-03-2014,492.37200927734375,492.37200927734375,444.1789855957031,460.27301025390625,42958300,5791419542.98 +29-03-2014,501.7130126953125,504.8590087890625,489.7340087890625,491.1719970703125,11147100,6178428029.4 +28-03-2014,477.14300537109375,526.0230102539062,473.2340087890625,495.6659851074219,58828300,6232801683.6 +27-03-2014,580.2570190429688,580.5599975585938,471.239013671875,471.239013671875,62225400,5923615601.7 +26-03-2014,583.4819946289062,590.0280151367188,570.9630126953125,580.8270263671875,16401100,7298672082 +25-03-2014,585.0260009765625,585.43798828125,572.60498046875,583.9169921875,14020100,7335179951.93 +24-03-2014,562.5070190429688,586.56201171875,551.77197265625,583.4119873046875,22706900,7326517066.6 +23-03-2014,565.7639770507812,570.2379760742188,560.8779907226562,561.27197265625,9288400,7045871924.8 +22-03-2014,571.1799926757812,572.5479736328125,554.3909912109375,565.0399780273438,17360700,7090150172 +21-03-2014,588.2940063476562,604.5919799804688,561.81298828125,571.489990234375,38414100,7168656262 +20-03-2014,609.7449951171875,609.7449951171875,587.4929809570312,588.77001953125,20572900,7382675345.5 +19-03-2014,613.89599609375,622,609.0960083007812,609.8880004882812,14228900,7644702124.8 +18-03-2014,621.8380126953125,622.3909912109375,603.7960205078125,614.8319702148438,24011500,7704183117.6 +17-03-2014,630.9199829101562,632.6799926757812,616.85498046875,622.3729858398438,14648200,7796513248.98 +16-03-2014,636.5,637.52001953125,628.1099853515625,631.1099853515625,5277290,7903422085.5 +15-03-2014,629.3699951171875,639.1400146484375,627.2999877929688,636.1199951171875,4342080,7963443153 +14-03-2014,638.1400146484375,639.530029296875,627.2100219726562,628.7999877929688,11913800,7869180480 +13-03-2014,633.6199951171875,644.2000122070312,630.8499755859375,638.1400146484375,11634900,7983960982 +12-03-2014,631.9099731445312,648.030029296875,629.510009765625,632.0999755859375,18621200,7905832725 +11-03-2014,627.9500122070312,638.4199829101562,618.8400268554688,634.1099853515625,11732500,7928102949.75 +10-03-2014,636.3300170898438,644.760009765625,615.02001953125,627.7899780273438,20639800,7846433315 +09-03-2014,616.3099975585938,643.9500122070312,612.3499755859375,636.9600219726562,15396500,7958687808 +08-03-2014,629.6599731445312,635.1400146484375,604.4600219726562,617.4500122070312,18654200,7712151171.25 +07-03-2014,664.3099975585938,665.3400268554688,616.3499755859375,629.1500244140625,34150800,7855629815 +06-03-2014,664.52001953125,669.77001953125,649.7899780273438,663.8599853515625,16068100,8286267327 +05-03-2014,666.239990234375,674.280029296875,646.280029296875,665.510009765625,22461900,8304000851.5 +04-03-2014,668.239990234375,696.219970703125,655.6799926757812,666.780029296875,55344600,8317230355.5 +03-03-2014,562.5599975585938,702.9099731445312,560.52001953125,667.760009765625,96056896,8326933812 +02-03-2014,567.22998046875,570.47998046875,553.27001953125,559.7899780273438,7950760,6978524071.75 +01-03-2014,549.9199829101562,573.3800048828125,539.2899780273438,565.6099853515625,18668100,7049084308 +28-02-2014,579.7000122070312,584.1400146484375,545.1699829101562,549.260009765625,28076100,6843353923.5 +27-02-2014,581.6500244140625,594.0499877929688,566.6199951171875,578.77001953125,25540800,7208406719 +26-02-2014,537.0399780273438,603.7999877929688,532.5800170898438,582.6900024414062,64642700,7254505067.25 +25-02-2014,540.239990234375,541.3800048828125,420.4100036621094,538.7100219726562,126314000,6704461434 +24-02-2014,606.0399780273438,607.6099853515625,538.7000122070312,546.3200073242188,57893900,6796971990 +23-02-2014,606.469970703125,639.9099731445312,599.7000122070312,605.8200073242188,31434400,7534325866.5 +22-02-2014,574.239990234375,614.47998046875,558.5800170898438,605.4199829101562,31254000,7526808472.5 +21-02-2014,556.8800048828125,582.9600219726562,530.469970703125,574.1599731445312,47308100,7135603064 +20-02-2014,623.0900268554688,627.72998046875,556.1400146484375,556.1400146484375,46905000,6909538974 +19-02-2014,625.969970703125,631.77001953125,618.7000122070312,623.030029296875,13897800,7737830115.25 +18-02-2014,627.1599731445312,645.760009765625,612.5399780273438,626.5999755859375,20015100,7779035355 +17-02-2014,614.22998046875,656.9500122070312,607.3099975585938,626.27001953125,31948400,7772386462 +16-02-2014,651.2999877929688,665.0999755859375,584.1699829101562,616.6300048828125,40061700,7650358836.75 +15-02-2014,660.9000244140625,661.8400268554688,632.8400268554688,650.9199829101562,26709200,8072579656 +14-02-2014,601.1699829101562,691.719970703125,541.0399780273438,661.989990234375,102506000,8206805878.25 +13-02-2014,651.0800170898438,657.989990234375,601.9099731445312,605.239990234375,38588100,7500376176 +12-02-2014,672.3800048828125,672.9000244140625,643.0399780273438,651.719970703125,25367600,8073458481 +11-02-2014,683.5,712.4600219726562,636.6599731445312,672.1699829101562,72745200,8323817195 +10-02-2014,681.3200073242188,703.7100219726562,550.5,681.030029296875,112758000,8430742782 +09-02-2014,671.4600219726562,712.27001953125,655.25,682.9000244140625,39311400,8451228950 +08-02-2014,699.5700073242188,721.8200073242188,661.8699951171875,673.9199829101562,38742600,8337738240 +07-02-2014,783.2000122070312,783.2000122070312,654.3499755859375,712.4000244140625,113643000,8810607000 +06-02-2014,815.5900268554688,819.8099975585938,770.5900268554688,781.5499877929688,50108700,9662791118.75 +05-02-2014,829.9600219726562,837.3200073242188,811.9099731445312,811.9099731445312,22395100,10034436285.5 +04-02-2014,823.77001953125,840.1699829101562,820.9400024414062,827.9600219726562,16609700,10229342305 +03-02-2014,824.0800170898438,826.47998046875,807.219970703125,823.8300170898438,13940100,10174774202.2 +02-02-2014,832.9000244140625,844.719970703125,820.6699829101562,825.3699951171875,11300900,10190038654.2 +01-02-2014,828.6099853515625,853.52001953125,827.1099853515625,832.5800170898438,19668700,10275202812 +31-01-2014,818.4299926757812,831.8699951171875,812.5999755859375,829.9199829101562,17107900,10238411820 +30-01-2014,826.02001953125,830.5,799.0599975585938,819.030029296875,29918200,10100339387.2 +29-01-2014,809.9600219726562,836.8699951171875,809.8499755859375,826,17984400,10182659550 +28-01-2014,774.02001953125,832.5,766.97998046875,812.510009765625,44875500,10013251363.5 +27-01-2014,884.5999755859375,893,757.1099853515625,771.3900146484375,49233600,9503544084.75 +26-01-2014,853.6799926757812,897.02001953125,844.8599853515625,885.280029296875,32224300,10902798632 +25-01-2014,796.239990234375,861.4500122070312,792.9600219726562,853.6099853515625,24303900,10509539618.8 +24-01-2014,822.4299926757812,822.4299926757812,783.5800170898438,797.0700073242188,34912000,9810138292.5 +23-01-2014,845.4600219726562,851.5700073242188,819.3200073242188,822.0399780273438,15607100,10113558120 +22-01-2014,867.2100219726562,870.1500244140625,837.3599853515625,845.5900268554688,18453700,10399573174 +21-01-2014,869.6500244140625,881.2000122070312,855.9299926757812,863.9099731445312,18997300,10620283205.2 +20-01-2014,871.3900146484375,886.3900146484375,853.8699951171875,870.2000122070312,27652700,10694453430 +19-01-2014,839.6599731445312,870.9600219726562,825.530029296875,870.9600219726562,24365700,10699504086 +18-01-2014,816.0700073242188,841.489990234375,816.0700073242188,840,18052700,10315662000 +17-01-2014,834.489990234375,842.9099731445312,797.6300048828125,814.6400146484375,39031700,10000663202 +16-01-2014,860.2899780273438,866.1599731445312,835.6300048828125,835.6300048828125,19149300,10255185612 +15-01-2014,833.1199951171875,872.8099975585938,830.8599853515625,860.9000244140625,28107200,10561305975 +14-01-2014,843.1699829101562,855.6900024414062,825.6599731445312,833.27001953125,20829800,10218535832.2 +13-01-2014,860.1900024414062,861.2899780273438,806.0499877929688,841.2000122070312,45580900,10312375950 +12-01-2014,919.5999755859375,928.52001953125,851.1699829101562,863.219970703125,39623500,10578653197.5 +11-01-2014,867.3200073242188,921.47998046875,861.719970703125,913.9500122070312,44754200,11195636163.8 +10-01-2014,846.6900024414062,871.1900024414062,822.5999755859375,868.47998046875,31876800,10634081648 +09-01-2014,841.469970703125,864.3599853515625,804.1400146484375,846.8599853515625,59998600,10365397028 +08-01-2014,795.989990234375,870.6799926757812,776.1799926757812,842.719970703125,74175600,10310363180 +07-01-2014,946.489990234375,965.739990234375,802,802,81311696,9808299600 +06-01-2014,936.0499877929688,1017.1199951171875,905.7100219726562,953.2899780273438,85565696,11620533603.2 +05-01-2014,858.5499877929688,952.4000244140625,854.52001953125,933.530029296875,72898496,11379660685.2 +04-01-2014,823.27001953125,859.510009765625,801.6699829101562,859.510009765625,38005000,10477362436.8 +03-01-2014,802.8499755859375,834.1500244140625,789.1199951171875,818.719970703125,37810100,9980135396 +02-01-2014,773.4400024414062,820.3099975585938,767.2100219726562,802.3900146484375,38489500,9781073920.75 +01-01-2014,754.969970703125,775.3499755859375,754.969970703125,771.4000244140625,22489400,9403308145 +31-12-2013,760.3200073242188,760.5800170898438,738.1699829101562,754.010009765625,20897300,9191325349.25 +30-12-2013,741.3499755859375,766.5999755859375,740.239990234375,756.1300048828125,20707700,9217167990.25 +29-12-2013,728.0499877929688,748.6099853515625,714.4400024414062,745.0499877929688,19011300,9082103621.25 +28-12-2013,737.97998046875,747.0599975585938,705.3499755859375,727.8300170898438,32505800,8869918644 +27-12-2013,763.280029296875,777.510009765625,713.5999755859375,735.0700073242188,46862700,8955394563.5 +26-12-2013,683.9400024414062,777.75,683.9400024414062,761.97998046875,0,9279735331 +25-12-2013,666.3099975585938,682.7000122070312,649.47998046875,682.2100219726562,0,8305173374.25 +24-12-2013,672.3599853515625,684.3900146484375,645.7100219726562,665.5800170898438,0,8100042042 +23-12-2013,613.0599975585938,680.9099731445312,611.0399780273438,673.4099731445312,0,8192487201.75 +22-12-2013,601.780029296875,666.739990234375,585.6400146484375,617.1799926757812,0,7505757422.5 +21-12-2013,619.9000244140625,654.27001953125,579.1699829101562,605.6599731445312,0,7363114610.5 +20-12-2013,694.219970703125,729.1599731445312,595.3300170898438,625.3200073242188,0,7599576492 +19-12-2013,519.0599975585938,707.22998046875,502.8900146484375,691.9600219726562,0,8406397153 +18-12-2013,678.2000122070312,679.3200073242188,420.510009765625,522.7000122070312,0,6347159167.5 +17-12-2013,706.3699951171875,754.8300170898438,630.8800048828125,682.1199951171875,0,8279623719 +16-12-2013,880.3300170898438,882.25,668.25,705.969970703125,0,8565534010 +15-12-2013,875.2899780273438,886.1599731445312,825,876.1199951171875,0,10625517651 +14-12-2013,899.8499755859375,904.6500244140625,858.3599853515625,872.5999755859375,0,10578987915 +13-12-2013,874.97998046875,941.7899780273438,860.0499877929688,892.5800170898438,0,10816819988 +12-12-2013,882.780029296875,901.9400024414062,844.9500122070312,873.260009765625,0,10578889955 +11-12-2013,989.0700073242188,1001.5800170898438,834.22998046875,878.47998046875,0,10638546534 +10-12-2013,892.3200073242188,997.22998046875,892.3200073242188,988.510009765625,0,11966951485.5 +09-12-2013,793.7999877929688,921.9299926757812,780.9000244140625,893.1900024414062,0,10808715487.5 +08-12-2013,697.3099975585938,802.510009765625,670.8800048828125,795.8699951171875,0,9627500112.75 +07-12-2013,835.3200073242188,854.6400146484375,640.219970703125,698.22998046875,0,8442962248.5 +06-12-2013,1042.3800048828125,1042.3800048828125,829.4500122070312,829.4500122070312,0,10025645095 +05-12-2013,1152.72998046875,1154.3599853515625,897.1099853515625,1045.1099853515625,0,12626914509 +04-12-2013,1077.5799560546875,1156.1199951171875,1070.1600341796875,1151.1700439453125,0,13903428350.5 +03-12-2013,1046.4000244140625,1096,1011.2100219726562,1078.280029296875,0,13018451838 +02-12-2013,951.4199829101562,1055.4200439453125,938.4099731445312,1043.3299560546875,0,12591271605.5 +01-12-2013,1128.9200439453125,1133.0799560546875,801.8200073242188,955.8499755859375,0,11531708947.5 +30-11-2013,1129.3699951171875,1156.1400146484375,1106.6099853515625,1129.4300537109375,0,13620389320.8 +29-11-2013,1042.010009765625,1146.969970703125,1000.6400146484375,1131.969970703125,0,13646039846.2 +28-11-2013,1003.3800048828125,1077.56005859375,962.1699829101562,1031.949951171875,0,12435823060 +27-11-2013,923.8499755859375,1001.9600219726562,891.6799926757812,1001.9600219726562,0,12069885699 +26-11-2013,805.72998046875,928.5399780273438,800.7999877929688,928.0999755859375,0,11176110592.5 +25-11-2013,773.02001953125,810.6799926757812,754.4299926757812,799.1099853515625,0,9619646224.5 +24-11-2013,795.6300048828125,807.3599853515625,722.8699951171875,774.25,0,9317034156.25 +23-11-2013,771.7000122070312,844.969970703125,771.7000122070312,797.8200073242188,0,9597335799 +22-11-2013,724.0700073242188,780.8499755859375,668.1300048828125,771.4400024414062,0,9276681716 +21-11-2013,594.3200073242188,733.4000244140625,577.2899780273438,722.4299926757812,0,8684240726.25 +20-11-2013,577.97998046875,599.6500244140625,448.45001220703125,590.8300170898438,0,7100077963.75 +19-11-2013,712.760009765625,806.1099853515625,456.3900146484375,584.6099853515625,0,7022949160.5 +18-11-2013,496.5799865722656,703.780029296875,494.94000244140625,703.5599975585938,0,8449069629 +17-11-2013,440.9599914550781,500.5799865722656,440.239990234375,492.1099853515625,0,5907842063.75 +16-11-2013,417.2799987792969,450.260009765625,415.57000732421875,440.2200012207031,0,5282849104.5 +15-11-2013,419.4100036621094,437.8900146484375,396.1099853515625,417.95001220703125,0,5013561020 +14-11-2013,406.4100036621094,425.8999938964844,395.19000244140625,420.20001220703125,0,5038817795 +13-11-2013,360.9700012207031,414.04998779296875,359.79998779296875,407.3699951171875,0,4883103453 +12-11-2013,343.05999755859375,362.80999755859375,342.79998779296875,360.3299865722656,0,4317726291 +11-11-2013,325.4100036621094,351.2699890136719,311.7799987792969,342.44000244140625,0,4101635027 +10-11-2013,348.82000732421875,350.70001220703125,277.239990234375,326.6199951171875,0,3910613094.5 +09-11-2013,338.5799865722656,370.82000732421875,319.7099914550781,339.1099853515625,0,4058705857 +08-11-2013,297.8500061035156,338.6600036621094,296.92999267578125,338.1099853515625,0,4045494602.75 +07-11-2013,261.67999267578125,304.1700134277344,261.54998779296875,296.4100036621094,0,3545560086.75 +06-11-2013,244.77999877929688,263,244.77999877929688,262.5,0,3138994687.5 +05-11-2013,229.2100067138672,250.66000366210938,226.22000122070312,245.24000549316406,0,2931598960 +04-11-2013,214.66000366210938,231.00999450683594,213.94000244140625,229.10000610351562,0,2737659087.5 +03-11-2013,205.99000549316406,215.0500030517578,203.99000549316406,215.0500030517578,0,2568713111.25 +02-11-2013,205.80999755859375,207.75999450683594,201.64999389648438,206.22000122070312,0,2462261644.5 +01-11-2013,203.89999389648438,206.64999389648438,202.1300048828125,206.17999267578125,0,2460742836.5 +31-10-2013,199.8300018310547,205.17999267578125,198.85000610351562,204,0,2433658800 +30-10-2013,204.38999938964844,209.16000366210938,199.97000122070312,199.97000122070312,0,2384492272.5 +29-10-2013,198.5500030517578,204.7899932861328,198.5500030517578,204.38999938964844,0,2436241934.25 +28-10-2013,196.2100067138672,198.6199951171875,192.05999755859375,198.5500030517578,0,2365837416.25 +27-10-2013,176.60000610351562,196.44000244140625,176.60000610351562,196.44000244140625,0,2339831217 +26-10-2013,187.4499969482422,188.41000366210938,175.75,177.32000732421875,0,2111296044 +25-10-2013,197.69000244140625,198.8699951171875,168.5,186.69000244140625,0,2222012383.5 +24-10-2013,214.3000030517578,217.4199981689453,168.52000427246094,198.22999572753906,0,2358198593.25 +23-10-2013,193.36000061035156,213.6199951171875,192.3800048828125,213.6199951171875,0,2540139398.5 +22-10-2013,182.64999389648438,196.27000427246094,182.64999389648438,193.75999450683594,0,2302910260 +21-10-2013,174.8000030517578,184.82000732421875,174.8000030517578,182.2100067138672,0,2164518142.5 +20-10-2013,171.66000366210938,174.91000366210938,168.9499969482422,174.61000061035156,0,2073319140 +19-10-2013,155.91000366210938,177.47999572753906,155.6999969482422,172.4199981689453,0,2046457290.5 +18-10-2013,146.3699951171875,155.9600067138672,145.57000732421875,155.9600067138672,0,1850219763 +17-10-2013,142.41000366210938,147.4199981689453,142.41000366210938,146.25,0,1734327562.5 +16-10-2013,145.64999389648438,152.22999572753906,142.42999267578125,142.5500030517578,0,1689851847.5 +15-10-2013,140.77000427246094,145.38999938964844,139.1300048828125,145.24000549316406,0,1720981439 +14-10-2013,139.27000427246094,144.1199951171875,138.89999389648438,140.52000427246094,0,1664129178 +13-10-2013,135.19000244140625,138.66000366210938,134.5500030517578,138.1300048828125,0,1634968838.5 +12-10-2013,130.89999389648438,135.66000366210938,130.55999755859375,135.19000244140625,0,1599426130.5 +11-10-2013,130.75,131.80999755859375,129.63999938964844,130.89999389648438,0,1547971040 +10-10-2013,130.6699981689453,131.5,129.25999450683594,130.58999633789062,0,1543701125.25 +09-10-2013,125.8499984741211,131.75,125.58000183105469,130.69000244140625,0,1544249376.25 +08-10-2013,126.73999786376953,127.47000122070312,124.70999908447266,126,0,1488277350 +07-10-2013,129.42999267578125,130.27000427246094,126.36000061035156,126.94000244140625,0,1498859917.5 +06-10-2013,128.36000061035156,129.66000366210938,126.1500015258789,129,0,1522686975 +05-10-2013,128.6300048828125,130.44000244140625,128.02999877929688,128.5500030517578,0,1516777518.75 +04-10-2013,123.41000366210938,130.08999633789062,123.41000366210938,129.00999450683594,0,1521498786.5 +03-10-2013,114.44999694824219,123.62999725341797,111.81999969482422,123.62999725341797,0,1457492614.5 +02-10-2013,132.0500030517578,133.58999633789062,102.25,114.12999725341797,0,1344930746 +01-10-2013,132.67999267578125,134.6300048828125,131.5500030517578,132.17999267578125,0,1557001092 +30-09-2013,137.14999389648438,138.35000610351562,130.27000427246094,133,0,1566038425 +29-09-2013,134.89999389648438,140.61000061035156,134.7100067138672,137.33999633789062,0,1616584504.5 +28-09-2013,133.77000427246094,135.6300048828125,132.55999755859375,134.77999877929688,0,1585878761.5 +27-09-2013,128.94000244140625,134.74000549316406,128.49000549316406,133.77999877929688,0,1573520360 +26-09-2013,128.2100067138672,134.9340057373047,127.31999969482422,128.3800048828125,0,1509434269 +25-09-2013,127.37999725341797,129.69000244140625,127.33000183105469,128.22000122070312,0,1507033770 +24-09-2013,126.05000305175781,127.45999908447266,125.38999938964844,127.25,0,1494974356.25 +23-09-2013,128.97999572753906,132.72500610351562,125.66000366210938,125.94999694824219,0,1479037147.5 +22-09-2013,127.87000274658203,133.94000244140625,126.58999633789062,129.1199951171875,0,1515584736 +21-09-2013,126.94999694824219,128.61000061035156,126.23999786376953,127.43000030517578,0,1495101146.75 +20-09-2013,129.6999969482422,135.6199951171875,126.68000030517578,127.04000091552734,0,1489921944 +19-09-2013,131.3699951171875,131.77000427246094,128.4499969482422,129.64999389648438,0,1519883708.75 +18-09-2013,131.7100067138672,133.1999969482422,130.5399932861328,131.47000122070312,0,1540598327.5 +17-09-2013,131.58999633789062,132.75999450683594,124.88999938964844,131.66000366210938,0,1542278406 +16-09-2013,130.86000061035156,132.72000122070312,129.77000427246094,131.72000122070312,0,1542395098 +15-09-2013,129.39999389648438,131.44000244140625,128.25999450683594,130.3699951171875,0,1526085146 +14-09-2013,135.00999450683594,135.85000610351562,128.8699951171875,129.22000122070312,0,1512038755.5 +13-09-2013,132.8300018310547,137.5800018310547,132.27000427246094,134.97999572753906,0,1578699084 +12-09-2013,135.5500030517578,136.0800018310547,131.80999755859375,133.1300048828125,0,1556386219.25 +11-09-2013,125.88999938964844,137.8300018310547,123.2699966430664,135.25,0,1580450350 +10-09-2013,127.2699966430664,129.74000549316406,125.9000015258789,125.91000366210938,0,1470679164 +09-09-2013,121.86000061035156,129.05999755859375,119.75,127.11000061035156,0,1484085516 +08-09-2013,124.12999725341797,124.72000122070312,120.48999786376953,121.66000366210938,0,1419836071.5 +07-09-2013,118.88999938964844,125.94000244140625,118.45999908447266,124.1500015258789,0,1448411493.75 +06-09-2013,126.48999786376953,127.33999633789062,119.1500015258789,119.1500015258789,0,1389646450 +05-09-2013,126.76000213623047,131.44000244140625,121.83000183105469,126.43000030517578,0,1473965190.5 +04-09-2013,136.52999877929688,144.5,123.61000061035156,126.73999786376953,0,1477012117.5 +03-09-2013,135.61000061035156,138.33999633789062,133,136.77000427246094,0,1593346565.25 +02-09-2013,138.6300048828125,146.5,134.88999938964844,135.85000610351562,0,1581969853.75 +01-09-2013,135.13999938964844,145.80999755859375,134.80999755859375,138.33999633789062,0,1610215347 +31-08-2013,133.08999633789062,140.88999938964844,132.72000122070312,135.35000610351562,0,1574672051.25 +30-08-2013,122.3499984741211,135.75,120.98999786376953,133.49000549316406,0,1552288465 +29-08-2013,122.62000274658203,123.69999694824219,122.20999908447266,122.38999938964844,0,1422584866.25 +28-08-2013,126.4800033569336,127.31999969482422,122.62000274658203,122.62000274658203,0,1424675797.5 +27-08-2013,120.06999969482422,127.23999786376953,120.06999969482422,126.5,0,1469193137.5 +26-08-2013,122.11100006103516,122.75499725341797,119.93000030517578,120.05599975585938,0,1393847158.6 +25-08-2013,119.60299682617188,122.98699951171875,119.16999816894531,122.11100006103516,0,1417198896.58 +24-08-2013,118.51000213623047,121.38999938964844,118.0199966430664,120.04499816894531,0,1392768092.25 +23-08-2013,122,122,118.44400024414062,118.5009994506836,0,1374309422.45 +22-08-2013,123.30000305175781,123.5,120.5999984741211,121.1500015258789,0,1404437432.5 +21-08-2013,121.20999908447266,124.91400146484375,119.68199920654297,123.30000305175781,0,1428698677.5 +20-08-2013,119,123.01100158691406,117.50800323486328,121.20500183105469,0,1403829641.38 +19-08-2013,113.37999725341797,123.06199645996094,111.77100372314453,119,0,1377725475 +18-08-2013,112.75,114.68800354003906,112,113.5,0,1313544012.5 +17-08-2013,108.99400329589844,113.75,108.2249984741211,113.5,0,1312996375 +16-08-2013,109.99500274658203,112.30000305175781,108.51699829101562,108.99400329589844,0,1260352119 +15-08-2013,112.56199645996094,113.24500274658203,109,109.98999786376953,0,1271404657.25 +14-08-2013,109.55500030517578,114.99500274658203,108.0009994506836,112.56199645996094,0,1300656724.05 +13-08-2013,106.98999786376953,109.3499984741211,104.6500015258789,109,0,1259042650 +12-08-2013,105,108,103.5,106.63600158691406,0,1231248580.9 +11-08-2013,103,105.19000244140625,102.75499725341797,105,0,1211789250 +10-08-2013,102.80000305175781,103.9000015258789,102.41000366210938,103,0,1188153925 +09-08-2013,103.06999969482422,105.75,101.93499755859375,102.80000305175781,0,1185307130 +08-08-2013,106.75,106.75,101.26000213623047,103,0,1187105900 +07-08-2013,106.75,106.75,106.75,106.75,0,1229098150 +06-08-2013,106.72000122070312,107.38200378417969,105.55699920654297,106.75,0,1229098150 +05-08-2013,105.12000274658203,107.7699966430664,105,106.22000122070312,0,1222677176 +04-08-2013,104.94999694824219,105.94999694824219,103.52300262451172,105.14399719238281,0,1209797378.4 +03-08-2013,104.5009994506836,105.77999877929688,102.00199890136719,104.00499725341797,0,1196226508.12 +02-08-2013,104.85600280761719,108,101.21099853515625,104.5009994506836,0,1201487184.88 +01-08-2013,106.21299743652344,108,103.01100158691406,104,0,1195225200 +31-07-2013,107.94999694824219,111.34400177001953,103.87999725341797,106.08999633789062,0,1218777833.5 +30-07-2013,101.48899841308594,107.98999786376953,100.47000122070312,107.98999786376953,0,1240092366 +29-07-2013,98.5999984741211,102.5,98.45500183105469,101.19999694824219,0,1161619140 +28-07-2013,94.4000015258789,100.5770034790039,94,99.75599670410156,0,1144602837.9 +27-07-2013,96.02010345458984,96.99500274658203,93,94.11599731445312,0,1079491696.8 +26-07-2013,96.94999694824219,97.46910095214844,96,96.02020263671875,0,1100902799.57 +25-07-2013,94.50499725341797,97.33000183105469,93.8656997680664,96.9000015258789,0,1110587857.5 +24-07-2013,95.55850219726562,95.98999786376953,93,94.51000213623047,0,1082848325 +23-07-2013,91.5999984741211,96.81929779052734,91.5999984741211,95.55850219726562,0,1094484057.67 +22-07-2013,91.99800109863281,91.99800109863281,90.07540130615234,91.61000061035156,0,1048939080.5 +21-07-2013,89.82140350341797,91.94999694824219,88,90.7573013305664,0,1038798980.07 +20-07-2013,92,93.0999984741211,89.27110290527344,89.39009857177734,0,1022707664.6 +19-07-2013,90.06890106201172,95.20010375976562,87.80000305175781,92.16999816894531,0,1054083771 +18-07-2013,98.5,98.80000305175781,86.19999694824219,90.58000183105469,0,1035512824.5 +17-07-2013,96.70999908447266,99.97000122070312,96.18000030517578,98.5,0,1125658000 +16-07-2013,98.89029693603516,99.86229705810547,96.1416015625,97.45079803466797,0,1113217032.45 +15-07-2013,93.6050033569336,101.9000015258789,93.11000061035156,98.40019989013672,0,1123658943.86 +14-07-2013,98.69999694824219,98.69999694824219,92.86000061035156,94.69129943847656,0,1080917760.48 +13-07-2013,93.98989868164062,98.25,88.06220245361328,98.13390350341797,0,1119796119.51 +12-07-2013,88.97899627685547,104,88.16600036621094,93.59490203857422,0,1067634684.43 +11-07-2013,88,90.27999877929688,85.07990264892578,88.9800033569336,0,1014650062.5 +10-07-2013,76.72000122070312,87,76.19999694824219,86.76000213623047,0,988957719 +09-07-2013,76,78.30000305175781,72.5199966430664,76.69400024414062,0,873841849.25 +08-07-2013,76.5,80,72.5999984741211,76.51599884033203,0,871457940.1 +07-07-2013,68.7490005493164,74.56109619140625,66.62000274658203,74.56109619140625,0,848838978.923 +06-07-2013,68.50499725341797,75,66.81999969482422,70.27729797363281,0,799741618.54 +05-07-2013,79.98999786376953,80,65.5260009765625,68.43099975585938,0,778411178.875 +04-07-2013,78.88999938964844,83.1050033569336,72,80.52580261230469,0,915618608.9 +03-07-2013,90.40499877929688,90.981201171875,76.97920227050781,77.52999877929688,0,881233115.5 +02-07-2013,88.05000305175781,92.30000305175781,87.51000213623047,90.13400268554688,0,1024082227.85 +01-07-2013,97.51000213623047,97.66490173339844,86.29720306396484,88.05000305175781,0,1000065296.25 +30-06-2013,94.9990005493164,98.12229919433594,94.22229766845703,96.61399841308594,0,1096957771.35 +29-06-2013,94.66000366210938,99.98999786376953,93,94.99400329589844,0,1078198523.95 +28-06-2013,101.73699951171875,101.73699951171875,92.33300018310547,94.64920043945312,0,1073887456.97 +27-06-2013,104,104,101.0999984741211,101.43699645996094,0,1150468022.9 +26-06-2013,103.3290023803711,105.48899841308594,102.79199981689453,104,0,1179105200 +25-06-2013,102.08999633789062,106.47000122070312,101.01000213623047,103.94999694824219,0,1178086140 +24-06-2013,107.9000015258789,108.33399963378906,100.9800033569336,102.73699951171875,0,1163935725.67 +23-06-2013,108.19999694824219,108.80000305175781,106.23400115966797,107.5999984741211,0,1218626490 +22-06-2013,109.5,109.95600128173828,107.51399993896484,108.30000305175781,0,1226110327.5 +21-06-2013,111.29000091552734,114.98999786376953,107.68499755859375,109.5,0,1239214237.5 +20-06-2013,108.2509994506836,114.30000305175781,107.5,110.1500015258789,0,1246104920 +19-06-2013,107.05000305175781,110.2249984741211,105.75499725341797,108.25,0,1224193837.5 +18-06-2013,101.94999694824219,111.11100006103516,101.03299713134766,107.4000015258789,0,1214216070 +17-06-2013,99.9000015258789,102.20999908447266,99,101.69999694824219,0,1149418485 +16-06-2013,99.80000305175781,101.5999984741211,98.94660186767578,99.51000213623047,0,1124306271.75 +15-06-2013,100,103.69999694824219,98,99.98809814453125,0,1129245603.78 +14-06-2013,103.9489974975586,104.69999694824219,98,99.97889709472656,0,1128709292.08 +13-06-2013,108.7760009765625,110.30000305175781,100.52999877929688,104,0,1173637400 +12-06-2013,109,111.78700256347656,106.73400115966797,108.1500015258789,0,1219969852.5 +11-06-2013,106.3499984741211,109.5999984741211,104,108.9000015258789,0,1227874725 +10-06-2013,100.43699645996094,110.10099792480469,95.00199890136719,106.3499984741211,0,1198638945 +09-06-2013,107.89199829101562,108.98999786376953,88.5,100,0,1126642500 +08-06-2013,111,111.41500091552734,107.30000305175781,108.30000305175781,0,1219717920 +07-06-2013,118.97000122070312,119,106.41999816894531,111.5,0,1255258637.5 +06-06-2013,121.9000015258789,123.0999984741211,117.25,118,0,1327960200 +05-06-2013,121.4000015258789,123.46900177001953,119.89900207519531,121.6500015258789,0,1368486468.75 +04-06-2013,120.73699951171875,123.83999633789062,119.0999984741211,121.41999816894531,0,1365337545 +03-06-2013,122.5,122.5,116,122.22200012207031,0,1373708057.9 +02-06-2013,129.3000030517578,129.39999389648438,115.05000305175781,122.29199981689453,0,1373837499.9 +01-06-2013,128.81500244140625,129.77999877929688,127.1989974975586,129.3000030517578,0,1451916165 +31-05-2013,128.7989959716797,129.89999389648438,126.4000015258789,129,0,1447870200 +30-05-2013,132.25,132.25,127,128.7989959716797,0,1445053940.55 +29-05-2013,129,132.58999633789062,127.66200256347656,132.3000030517578,0,1483734577.5 +28-05-2013,129.77000427246094,130.5800018310547,125.5999984741211,129,0,1446189975 +27-05-2013,133.5,135.46499633789062,124.69999694824219,129.7449951171875,0,1454029509.62 +26-05-2013,131.98599243164062,136,130.61500549316406,133.47999572753906,0,1495293015 +25-05-2013,133.10000610351562,133.218994140625,128.89999389648438,131.97999572753906,0,1477958233 +24-05-2013,126.30000305175781,133.85000610351562,125.71900177001953,133.1999969482422,0,1491070770 +23-05-2013,123.80000305175781,126.93399810791016,123.0999984741211,126.69999694824219,0,1417769832.5 +22-05-2013,122.88999938964844,124.0009994506836,122,123.88899993896484,0,1385778992.85 +21-05-2013,122.0199966430664,123,121.20999908447266,122.87999725341797,0,1374013440 +20-05-2013,122.5,123.62100219726562,120.12000274658203,122,0,1363709900 +19-05-2013,123.21099853515625,124.5,119.57099914550781,121.98999786376953,0,1363204702.75 +18-05-2013,123.5,125.25,122.30000305175781,123.49800109863281,0,1379574545.85 +17-05-2013,118.20999908447266,125.30000305175781,116.57099914550781,123.01499938964844,0,1373723881.88 +16-05-2013,114.22000122070312,118.76000213623047,112.19999694824219,118.76000213623047,0,1325726787 +15-05-2013,111.4000015258789,115.80999755859375,103.5,114.22000122070312,0,1274623812.5 +14-05-2013,117.9800033569336,119.80000305175781,110.25,111.5,0,1243874487.5 +13-05-2013,114.81999969482422,118.6989974975586,114.5,117.9800033569336,0,1315710010.5 +12-05-2013,115.63999938964844,117.4489974975586,113.43499755859375,115,0,1281982625 +11-05-2013,117.69999694824219,118.67900085449219,113.01000213623047,115.24299621582031,0,1284207489.42 +10-05-2013,112.79900360107422,122,111.5510025024414,117.19999694824219,0,1305479080 +09-05-2013,113.19999694824219,113.45999908447266,109.26000213623047,112.66999816894531,0,1254535382 +08-05-2013,109.5999984741211,115.77999877929688,109.5999984741211,113.56600189208984,0,1264049202.15 +07-05-2013,112.25,113.44400024414062,97.69999694824219,111.5,0,1240593600 +06-05-2013,115.9800033569336,124.66300201416016,106.63999938964844,112.30000305175781,0,1249023060 +05-05-2013,112.9000015258789,118.80000305175781,107.14299774169922,115.91000366210938,0,1288693175.5 +04-05-2013,98.0999984741211,115,92.5,112.5,0,1250316562.5 +03-05-2013,106.25,108.12799835205078,79.0999984741211,97.75,0,1085995168.75 +02-05-2013,116.37999725341797,125.5999984741211,92.28189849853516,105.20999908447266,0,1168517495.25 +01-05-2013,139,139.88999938964844,107.72000122070312,116.98999786376953,0,1298954593.75 +30-04-2013,144,146.92999267578125,134.0500030517578,139,0,1542813125 +29-04-2013,134.44400024414062,147.48800659179688,134,144.5399932861328,0,1603768864.5 +28-04-2013,135.3000030517578,135.97999572753906,132.10000610351562,134.2100067138672,0,1488566728.25 diff --git a/lecture/lecture-9/data-narratives/cereals.csv b/lecture/lecture-9/data-narratives/cereals.csv new file mode 100644 index 000000000..45afb5086 --- /dev/null +++ b/lecture/lecture-9/data-narratives/cereals.csv @@ -0,0 +1,78 @@ +name,mfr,type,calories,protein,fat,sodium,fiber,carbo,sugars,potass,vitamins,shelf,weight,cups,rating +100% Bran,N,C,70,4,1,130,10,5,6,280,25,3,1,0.33,68.402973 +100% Natural Bran,Q,C,120,3,5,15,2,8,8,135,0,3,1,1,33.983679 +All-Bran,K,C,70,4,1,260,9,7,5,320,25,3,1,0.33,59.425505 +All-Bran with Extra Fiber,K,C,50,4,0,140,14,8,0,330,25,3,1,0.5,93.704912 +Almond Delight,R,C,110,2,2,200,1,14,8,-1,25,3,1,0.75,34.384843 +Apple Cinnamon Cheerios,G,C,110,2,2,180,1.5,10.5,10,70,25,1,1,0.75,29.509541 +Apple Jacks,K,C,110,2,0,125,1,11,14,30,25,2,1,1,33.174094 +Basic 4,G,C,130,3,2,210,2,18,8,100,25,3,1.33,0.75,37.038562 +Bran Chex,R,C,90,2,1,200,4,15,6,125,25,1,1,0.67,49.120253 +Bran Flakes,P,C,90,3,0,210,5,13,5,190,25,3,1,0.67,53.313813 +Cap'n'Crunch,Q,C,120,1,2,220,0,12,12,35,25,2,1,0.75,18.042851 +Cheerios,G,C,110,6,2,290,2,17,1,105,25,1,1,1.25,50.764999 +Cinnamon Toast Crunch,G,C,120,1,3,210,0,13,9,45,25,2,1,0.75,19.823573 +Clusters,G,C,110,3,2,140,2,13,7,105,25,3,1,0.5,40.400208 +Cocoa Puffs,G,C,110,1,1,180,0,12,13,55,25,2,1,1,22.736446 +Corn Chex,R,C,110,2,0,280,0,22,3,25,25,1,1,1,41.445019 +Corn Flakes,K,C,100,2,0,290,1,21,2,35,25,1,1,1,45.863324 +Corn Pops,K,C,110,1,0,90,1,13,12,20,25,2,1,1,35.782791 +Count Chocula,G,C,110,1,1,180,0,12,13,65,25,2,1,1,22.396513 +Cracklin' Oat Bran,K,C,110,3,3,140,4,10,7,160,25,3,1,0.5,40.448772 +Cream of Wheat (Quick),N,H,100,3,0,80,1,21,0,-1,0,2,1,1,64.533816 +Crispix,K,C,110,2,0,220,1,21,3,30,25,3,1,1,46.895644 +Crispy Wheat & Raisins,G,C,100,2,1,140,2,11,10,120,25,3,1,0.75,36.176196 +Double Chex,R,C,100,2,0,190,1,18,5,80,25,3,1,0.75,44.330856 +Froot Loops,K,C,110,2,1,125,1,11,13,30,25,2,1,1,32.207582 +Frosted Flakes,K,C,110,1,0,200,1,14,11,25,25,1,1,0.75,31.435973 +Frosted Mini-Wheats,K,C,100,3,0,0,3,14,7,100,25,2,1,0.8,58.345141 +Fruit & Fibre Dates; Walnuts; and Oats,P,C,120,3,2,160,5,12,10,200,25,3,1.25,0.67,40.917047 +Fruitful Bran,K,C,120,3,0,240,5,14,12,190,25,3,1.33,0.67,41.015492 +Fruity Pebbles,P,C,110,1,1,135,0,13,12,25,25,2,1,0.75,28.025765 +Golden Crisp,P,C,100,2,0,45,0,11,15,40,25,1,1,0.88,35.252444 +Golden Grahams,G,C,110,1,1,280,0,15,9,45,25,2,1,0.75,23.804043 +Grape Nuts Flakes,P,C,100,3,1,140,3,15,5,85,25,3,1,0.88,52.076897 +Grape-Nuts,P,C,110,3,0,170,3,17,3,90,25,3,1,0.25,53.371007 +Great Grains Pecan,P,C,120,3,3,75,3,13,4,100,25,3,1,0.33,45.811716 +Honey Graham Ohs,Q,C,120,1,2,220,1,12,11,45,25,2,1,1,21.871292 +Honey Nut Cheerios,G,C,110,3,1,250,1.5,11.5,10,90,25,1,1,0.75,31.072217 +Honey-comb,P,C,110,1,0,180,0,14,11,35,25,1,1,1.33,28.742414 +Just Right Crunchy Nuggets,K,C,110,2,1,170,1,17,6,60,100,3,1,1,36.523683 +Just Right Fruit & Nut,K,C,140,3,1,170,2,20,9,95,100,3,1.3,0.75,36.471512 +Kix,G,C,110,2,1,260,0,21,3,40,25,2,1,1.5,39.241114 +Life,Q,C,100,4,2,150,2,12,6,95,25,2,1,0.67,45.328074 +Lucky Charms,G,C,110,2,1,180,0,12,12,55,25,2,1,1,26.734515 +Maypo,A,H,100,4,1,0,0,16,3,95,25,2,1,1,54.850917 +Muesli Raisins; Dates; & Almonds,R,C,150,4,3,95,3,16,11,170,25,3,1,1,37.136863 +Muesli Raisins; Peaches; & Pecans,R,C,150,4,3,150,3,16,11,170,25,3,1,1,34.139765 +Mueslix Crispy Blend,K,C,160,3,2,150,3,17,13,160,25,3,1.5,0.67,30.313351 +Multi-Grain Cheerios,G,C,100,2,1,220,2,15,6,90,25,1,1,1,40.105965 +Nut&Honey Crunch,K,C,120,2,1,190,0,15,9,40,25,2,1,0.67,29.924285 +Nutri-Grain Almond-Raisin,K,C,140,3,2,220,3,21,7,130,25,3,1.33,0.67,40.69232 +Nutri-grain Wheat,K,C,90,3,0,170,3,18,2,90,25,3,1,1,59.642837 +Oatmeal Raisin Crisp,G,C,130,3,2,170,1.5,13.5,10,120,25,3,1.25,0.5,30.450843 +Post Nat. Raisin Bran,P,C,120,3,1,200,6,11,14,260,25,3,1.33,0.67,37.840594 +Product 19,K,C,100,3,0,320,1,20,3,45,100,3,1,1,41.50354 +Puffed Rice,Q,C,50,1,0,0,0,13,0,15,0,3,0.5,1,60.756112 +Puffed Wheat,Q,C,50,2,0,0,1,10,0,50,0,3,0.5,1,63.005645 +Quaker Oat Squares,Q,C,100,4,1,135,2,14,6,110,25,3,1,0.5,49.511874 +Quaker Oatmeal,Q,H,100,5,2,0,2.7,-1,-1,110,0,1,1,0.67,50.828392 +Raisin Bran,K,C,120,3,1,210,5,14,12,240,25,2,1.33,0.75,39.259197 +Raisin Nut Bran,G,C,100,3,2,140,2.5,10.5,8,140,25,3,1,0.5,39.7034 +Raisin Squares,K,C,90,2,0,0,2,15,6,110,25,3,1,0.5,55.333142 +Rice Chex,R,C,110,1,0,240,0,23,2,30,25,1,1,1.13,41.998933 +Rice Krispies,K,C,110,2,0,290,0,22,3,35,25,1,1,1,40.560159 +Shredded Wheat,N,C,80,2,0,0,3,16,0,95,0,1,0.83,1,68.235885 +Shredded Wheat 'n'Bran,N,C,90,3,0,0,4,19,0,140,0,1,1,0.67,74.472949 +Shredded Wheat spoon size,N,C,90,3,0,0,3,20,0,120,0,1,1,0.67,72.801787 +Smacks,K,C,110,2,1,70,1,9,15,40,25,2,1,0.75,31.230054 +Special K,K,C,110,6,0,230,1,16,3,55,25,1,1,1,53.131324 +Strawberry Fruit Wheats,N,C,90,2,0,15,3,15,5,90,25,2,1,1,59.363993 +Total Corn Flakes,G,C,110,2,1,200,0,21,3,35,100,3,1,1,38.839746 +Total Raisin Bran,G,C,140,3,1,190,4,15,14,230,100,3,1.5,1,28.592785 +Total Whole Grain,G,C,100,3,1,200,3,16,3,110,100,3,1,1,46.658844 +Triples,G,C,110,2,1,250,0,21,3,60,25,3,1,0.75,39.106174 +Trix,G,C,110,1,1,140,0,13,12,25,25,2,1,1,27.753301 +Wheat Chex,R,C,100,3,1,230,3,17,3,115,25,1,1,0.67,49.787445 +Wheaties,G,C,100,3,1,200,3,17,3,110,25,1,1,1,51.592193 +Wheaties Honey Gold,G,C,110,2,1,200,1,16,8,60,25,1,1,0.75,36.187559 \ No newline at end of file diff --git a/lecture/lecture-9/data-narratives/happiness.csv b/lecture/lecture-9/data-narratives/happiness.csv new file mode 100644 index 000000000..061c43cee --- /dev/null +++ b/lecture/lecture-9/data-narratives/happiness.csv @@ -0,0 +1,17138 @@ +,Unnamed: 0,year,workstat,prestige,divorce,widowed,educ,reg16,babies,preteen,teens,income,region,attend,happy,owngun,tvhours,vhappy,mothfath16,black,gwbush04,female,blackfemale,gwbush00,occattend,regattend,y94,y96,y98,y00,y02,y04,y06,unem10 +0,1,1994,keeping house,46.0,,iap,12.0,middle atlantic,2.0,3.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1,2,1994,working fulltime,22.0,no,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,2,,3.0,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2,3,1994,working fulltime,29.0,no,iap,12.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,1,iap,1.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +3,4,1994,working fulltime,42.0,yes,iap,8.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,0,,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +4,5,1994,working parttime,36.0,,,13.0,middle atlantic,0.0,1.0,1.0,$10000 - 14999,middle atlantic,once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +5,6,1994,working parttime,43.0,,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,0.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +6,7,1994,working fulltime,20.0,no,,9.0,middle atlantic,0.0,1.0,1.0,$20000 - 24999,middle atlantic,more thn once wk,0,iap,10.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +7,8,1994,working fulltime,44.0,,,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,2,,4.0,1,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +8,9,1994,working fulltime,42.0,no,,12.0,foreign,2.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +9,10,1994,working fulltime,46.0,,iap,12.0,middle atlantic,0.0,0.0,1.0,$15000 - 19999,middle atlantic,more thn once wk,1,iap,,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +10,11,1994,working fulltime,30.0,,,0.0,foreign,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +11,12,1994,working fulltime,75.0,,,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +12,13,1994,working fulltime,51.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +13,14,1994,working fulltime,50.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +14,15,1994,working fulltime,73.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +15,16,1994,working fulltime,41.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +16,17,1994,working fulltime,64.0,no,iap,18.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,,0.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +17,18,1994,keeping house,59.0,no,iap,16.0,e. nor. central,2.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +18,19,1994,retired,35.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,0,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +19,20,1994,working parttime,46.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +20,21,1994,working parttime,47.0,,,16.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,1,iap,3.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +21,22,1994,working parttime,74.0,,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +22,23,1994,working fulltime,44.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +23,24,1994,retired,52.0,,,16.0,new england,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +24,25,1994,working fulltime,74.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +25,26,1994,working fulltime,44.0,yes,iap,8.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +26,27,1994,other,,,iap,12.0,foreign,0.0,0.0,0.0,$5000 to 5999,middle atlantic,every week,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +27,28,1994,keeping house,,,,8.0,foreign,0.0,0.0,0.0,$3000 to 3999,middle atlantic,once a year,0,,8.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +28,29,1994,keeping house,,no,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +29,30,1994,working fulltime,64.0,,iap,17.0,w. sou. central,0.0,0.0,1.0,,middle atlantic,2-3x a month,1,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +30,31,1994,keeping house,41.0,yes,,13.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,lt once a year,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +31,32,1994,working fulltime,42.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +32,33,1994,keeping house,24.0,,iap,12.0,foreign,1.0,2.0,0.0,$6000 to 6999,middle atlantic,2-3x a month,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +33,34,1994,keeping house,28.0,,iap,16.0,foreign,0.0,0.0,0.0,$1000 to 2999,middle atlantic,every week,0,,7.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +34,35,1994,keeping house,60.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +35,36,1994,working fulltime,44.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +36,37,1994,working fulltime,65.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +37,38,1994,other,32.0,,,13.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +38,39,1994,working parttime,58.0,yes,,19.0,e. nor. central,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +39,40,1994,working fulltime,51.0,,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +40,41,1994,keeping house,59.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +41,42,1994,working fulltime,64.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +42,43,1994,"unempl, laid off",47.0,,iap,17.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +43,44,1994,retired,60.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +44,45,1994,temp not working,28.0,,,13.0,foreign,0.0,0.0,0.0,,middle atlantic,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +45,46,1994,working fulltime,25.0,,,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +46,47,1994,keeping house,29.0,,iap,12.0,foreign,1.0,1.0,0.0,,middle atlantic,sevrl times a yr,0,iap,3.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +47,48,1994,school,29.0,,iap,18.0,foreign,0.0,0.0,0.0,$3000 to 3999,middle atlantic,once a year,0,iap,2.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +48,49,1994,keeping house,29.0,,,11.0,middle atlantic,2.0,1.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +49,50,1994,keeping house,52.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,middle atlantic,once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +50,51,1994,keeping house,46.0,no,,12.0,south atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +51,52,1994,working fulltime,42.0,,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +52,53,1994,retired,50.0,no,,12.0,south atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,0,iap,3.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +53,54,1994,keeping house,33.0,no,iap,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +54,55,1994,working fulltime,51.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +55,56,1994,working fulltime,31.0,no,iap,16.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +56,57,1994,working fulltime,30.0,yes,iap,13.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +57,58,1994,working fulltime,45.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +58,59,1994,working fulltime,64.0,yes,iap,19.0,middle atlantic,1.0,1.0,1.0,$25000 or more,middle atlantic,once a year,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +59,60,1994,working fulltime,22.0,no,iap,9.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +60,61,1994,working fulltime,17.0,,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,1.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +61,62,1994,keeping house,,,,16.0,south atlantic,1.0,0.0,3.0,,middle atlantic,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +62,63,1994,working fulltime,41.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +63,64,1994,retired,40.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,,0,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +64,65,1994,school,,,,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,2,iap,,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +65,66,1994,working fulltime,40.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +66,67,1994,working fulltime,42.0,,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,2,,2.0,1,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +67,68,1994,working fulltime,74.0,,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,2,iap,2.0,1,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +68,69,1994,working parttime,40.0,,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,0,,3.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +69,70,1994,other,37.0,yes,iap,10.0,middle atlantic,2.0,1.0,0.0,$15000 - 19999,middle atlantic,once a month,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +70,71,1994,keeping house,,,iap,10.0,middle atlantic,2.0,0.0,0.0,$6000 to 6999,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +71,72,1994,keeping house,31.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$8000 to 9999,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +72,73,1994,working fulltime,21.0,no,iap,8.0,foreign,0.0,1.0,1.0,$10000 - 14999,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +73,74,1994,keeping house,,,,12.0,middle atlantic,1.0,0.0,0.0,$5000 to 5999,middle atlantic,nrly every week,1,,6.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +74,75,1994,working parttime,36.0,no,,12.0,middle atlantic,0.0,0.0,2.0,$8000 to 9999,middle atlantic,never,1,,4.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +75,76,1994,working parttime,17.0,,iap,12.0,middle atlantic,0.0,2.0,2.0,$5000 to 5999,middle atlantic,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +76,77,1994,retired,49.0,no,,8.0,foreign,0.0,0.0,0.0,,middle atlantic,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +77,78,1994,working fulltime,61.0,yes,iap,16.0,w. nor. central,1.0,0.0,0.0,$25000 or more,new england,every week,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +78,79,1994,working fulltime,75.0,no,iap,19.0,south atlantic,0.0,2.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +79,80,1994,retired,50.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +80,81,1994,working fulltime,86.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,once a year,1,yes,0.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +81,82,1994,working parttime,23.0,,iap,16.0,new england,0.0,0.0,0.0,$8000 to 9999,new england,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +82,83,1994,retired,47.0,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,new england,every week,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +83,84,1994,working fulltime,65.0,,,16.0,new england,0.0,0.0,0.0,,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +84,85,1994,working fulltime,32.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +85,86,1994,temp not working,66.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,,middle atlantic,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +86,87,1994,keeping house,48.0,no,iap,13.0,middle atlantic,2.0,1.0,0.0,,middle atlantic,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +87,88,1994,retired,53.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +88,89,1994,working parttime,23.0,yes,iap,7.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +89,90,1994,keeping house,23.0,no,,8.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +90,91,1994,keeping house,46.0,no,iap,12.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +91,92,1994,retired,42.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +92,93,1994,working fulltime,51.0,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +93,94,1994,working fulltime,64.0,yes,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +94,95,1994,working fulltime,64.0,yes,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +95,96,1994,working fulltime,73.0,no,iap,20.0,foreign,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +96,97,1994,keeping house,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +97,98,1994,working fulltime,51.0,,,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +98,99,1994,keeping house,47.0,no,iap,12.0,middle atlantic,1.0,2.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +99,100,1994,keeping house,47.0,,iap,12.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,middle atlantic,nrly every week,1,iap,,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +100,101,1994,working fulltime,52.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +101,102,1994,working fulltime,52.0,,,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +102,103,1994,keeping house,42.0,no,iap,12.0,south atlantic,2.0,2.0,1.0,$25000 or more,middle atlantic,2-3x a month,2,,1.0,1,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +103,104,1994,working fulltime,65.0,yes,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,iap,3.0,1,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +104,105,1994,working fulltime,44.0,,,15.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,0,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +105,106,1994,keeping house,,no,iap,11.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +106,107,1994,working fulltime,46.0,no,iap,13.0,middle atlantic,0.0,2.0,0.0,,middle atlantic,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +107,108,1994,temp not working,24.0,,iap,12.0,south atlantic,1.0,1.0,2.0,$25000 or more,middle atlantic,2-3x a month,1,,5.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +108,109,1994,temp not working,32.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,6.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +109,110,1994,school,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +110,111,1994,school,47.0,,,14.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,never,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +111,112,1994,retired,74.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +112,113,1994,working fulltime,49.0,,,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +113,114,1994,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,3.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +114,115,1994,working fulltime,86.0,,,20.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,0.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +115,116,1994,working fulltime,22.0,yes,iap,8.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +116,117,1994,working fulltime,27.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,2,yes,8.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +117,118,1994,working fulltime,51.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +118,119,1994,keeping house,,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$20000 - 24999,middle atlantic,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +119,120,1994,working fulltime,40.0,yes,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +120,121,1994,working fulltime,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +121,122,1994,"unempl, laid off",43.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +122,123,1994,working fulltime,64.0,yes,iap,20.0,foreign,0.0,1.0,0.0,$25000 or more,middle atlantic,never,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +123,124,1994,working fulltime,48.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +124,125,1994,working fulltime,44.0,no,iap,14.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +125,126,1994,working fulltime,49.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +126,127,1994,working fulltime,44.0,no,iap,13.0,middle atlantic,1.0,1.0,1.0,$25000 or more,middle atlantic,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +127,128,1994,working parttime,33.0,yes,iap,12.0,middle atlantic,1.0,3.0,0.0,$25000 or more,middle atlantic,nrly every week,2,iap,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +128,129,1994,working fulltime,42.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +129,130,1994,working fulltime,41.0,no,iap,13.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,more thn once wk,1,iap,,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +130,131,1994,retired,30.0,no,iap,5.0,foreign,0.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,5.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +131,132,1994,working fulltime,68.0,no,iap,14.0,foreign,0.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,3.0,1,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +132,133,1994,working fulltime,30.0,,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +133,134,1994,working parttime,42.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,nrly every week,0,iap,,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +134,135,1994,working fulltime,40.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a year,1,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +135,136,1994,working fulltime,35.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,3.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +136,137,1994,working fulltime,33.0,,,11.0,middle atlantic,1.0,1.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +137,138,1994,working fulltime,47.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +138,139,1994,working fulltime,75.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +139,140,1994,retired,66.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,3.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +140,141,1994,"unempl, laid off",33.0,no,,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,once a month,2,,6.0,1,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +141,142,1994,temp not working,40.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +142,143,1994,working fulltime,40.0,no,iap,16.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +143,144,1994,working fulltime,38.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +144,145,1994,keeping house,52.0,no,iap,20.0,e. nor. central,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +145,146,1994,retired,60.0,,iap,12.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +146,147,1994,working fulltime,64.0,no,yes,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,3.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +147,148,1994,"unempl, laid off",31.0,no,,12.0,e. sou. central,0.0,0.0,0.0,,middle atlantic,never,0,iap,6.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +148,149,1994,working fulltime,42.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +149,150,1994,working fulltime,40.0,no,iap,12.0,e. sou. central,0.0,1.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,4.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +150,151,1994,working parttime,53.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +151,152,1994,keeping house,,no,iap,16.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,sevrl times a yr,2,iap,6.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +152,153,1994,working fulltime,53.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +153,154,1994,working fulltime,65.0,no,iap,16.0,middle atlantic,0.0,3.0,1.0,$25000 or more,middle atlantic,every week,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +154,155,1994,working fulltime,51.0,no,iap,17.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +155,156,1994,working fulltime,34.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +156,157,1994,working parttime,35.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +157,158,1994,working fulltime,42.0,yes,iap,12.0,new england,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +158,159,1994,working fulltime,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +159,160,1994,working parttime,46.0,no,iap,16.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +160,161,1994,other,35.0,,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +161,162,1994,working fulltime,66.0,no,iap,17.0,foreign,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +162,163,1994,working fulltime,42.0,no,iap,17.0,foreign,0.0,2.0,1.0,,middle atlantic,2-3x a month,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +163,164,1994,working fulltime,86.0,,,20.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +164,165,1994,working fulltime,44.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,1.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +165,166,1994,working parttime,52.0,no,iap,16.0,middle atlantic,0.0,0.0,2.0,,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +166,167,1994,working fulltime,44.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +167,168,1994,retired,42.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +168,169,1994,working parttime,22.0,,,,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,lt once a year,1,iap,1.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +169,170,1994,retired,36.0,yes,,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +170,171,1994,keeping house,23.0,no,iap,13.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +171,172,1994,working parttime,43.0,no,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +172,173,1994,working fulltime,32.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +173,174,1994,keeping house,40.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +174,175,1994,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +175,176,1994,working fulltime,74.0,,iap,18.0,middle atlantic,1.0,0.0,1.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +176,177,1994,working fulltime,36.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +177,178,1994,working fulltime,51.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +178,179,1994,working fulltime,51.0,,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +179,180,1994,working fulltime,42.0,no,iap,14.0,middle atlantic,0.0,1.0,3.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +180,181,1994,working fulltime,75.0,no,iap,19.0,middle atlantic,0.0,2.0,0.0,,middle atlantic,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +181,182,1994,retired,66.0,no,,17.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +182,183,1994,working fulltime,61.0,no,iap,17.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +183,184,1994,working fulltime,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +184,185,1994,retired,47.0,no,,14.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +185,186,1994,retired,51.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,4.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +186,187,1994,temp not working,64.0,yes,iap,18.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +187,188,1994,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +188,189,1994,keeping house,46.0,yes,iap,14.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +189,190,1994,working fulltime,31.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +190,191,1994,keeping house,,no,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +191,192,1994,working fulltime,49.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +192,193,1994,working fulltime,61.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +193,194,1994,working fulltime,71.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,yes,1.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +194,195,1994,other,38.0,no,iap,18.0,foreign,1.0,1.0,1.0,$25000 or more,pacific,nrly every week,1,,4.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +195,196,1994,working fulltime,47.0,,iap,14.0,mountain,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +196,197,1994,working fulltime,49.0,no,iap,16.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +197,198,1994,working fulltime,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +198,199,1994,working fulltime,51.0,no,iap,14.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +199,200,1994,working fulltime,49.0,no,iap,14.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,once a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +200,201,1994,working parttime,25.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +201,202,1994,working fulltime,45.0,no,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,,1,,2.0,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0,0.0 +202,203,1994,working fulltime,36.0,,,13.0,w. sou. central,0.0,2.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +203,204,1994,working fulltime,51.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +204,205,1994,working fulltime,34.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +205,206,1994,working fulltime,50.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +206,207,1994,retired,34.0,yes,,14.0,mountain,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +207,208,1994,working fulltime,66.0,,iap,16.0,pacific,0.0,1.0,0.0,,pacific,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +208,209,1994,working fulltime,57.0,no,iap,13.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +209,210,1994,working parttime,29.0,,,13.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +210,211,1994,retired,46.0,no,,13.0,middle atlantic,0.0,0.0,0.0,,pacific,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +211,212,1994,working parttime,27.0,,,14.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +212,213,1994,working fulltime,39.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +213,214,1994,retired,49.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +214,215,1994,working fulltime,22.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,,8.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +215,216,1994,keeping house,73.0,no,,16.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +216,217,1994,retired,58.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +217,218,1994,working parttime,46.0,no,iap,17.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,every week,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +218,219,1994,working fulltime,49.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +219,220,1994,working fulltime,51.0,no,iap,19.0,foreign,2.0,1.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +220,221,1994,working parttime,52.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +221,222,1994,working fulltime,66.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +222,223,1994,working fulltime,65.0,no,iap,16.0,foreign,2.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +223,224,1994,"unempl, laid off",59.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +224,225,1994,retired,66.0,no,,12.0,new england,0.0,0.0,0.0,,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +225,226,1994,working parttime,51.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +226,227,1994,working fulltime,44.0,,,17.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +227,228,1994,working fulltime,65.0,,,12.0,pacific,1.0,0.0,0.0,$20000 - 24999,pacific,never,0,,5.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +228,229,1994,working fulltime,52.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +229,230,1994,working fulltime,21.0,no,yes,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +230,231,1994,working fulltime,52.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +231,232,1994,keeping house,63.0,no,iap,17.0,foreign,0.0,0.0,1.0,$7000 to 7999,pacific,once a year,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +232,233,1994,retired,34.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +233,234,1994,working parttime,45.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +234,235,1994,working fulltime,52.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +235,236,1994,working fulltime,64.0,,,18.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +236,237,1994,working fulltime,36.0,,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +237,238,1994,working fulltime,46.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +238,239,1994,working parttime,34.0,yes,iap,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +239,240,1994,school,46.0,,,15.0,foreign,0.0,0.0,0.0,$1000 to 2999,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +240,241,1994,working fulltime,46.0,,iap,13.0,pacific,0.0,1.0,1.0,$20000 - 24999,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +241,242,1994,working fulltime,47.0,,,15.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +242,243,1994,working parttime,27.0,,,12.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +243,244,1994,working fulltime,35.0,no,iap,16.0,foreign,0.0,1.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +244,245,1994,keeping house,51.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +245,246,1994,working fulltime,44.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +246,247,1994,working fulltime,72.0,no,iap,16.0,foreign,1.0,1.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +247,248,1994,keeping house,69.0,no,iap,17.0,foreign,2.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +248,249,1994,working fulltime,36.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,1,yes,5.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +249,250,1994,working parttime,47.0,no,iap,15.0,pacific,1.0,2.0,0.0,,pacific,more thn once wk,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +250,251,1994,school,,,,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,yes,3.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +251,252,1994,working fulltime,75.0,,iap,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +252,253,1994,retired,31.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,pacific,never,0,,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +253,254,1994,working fulltime,46.0,yes,iap,14.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +254,255,1994,working fulltime,47.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +255,256,1994,working fulltime,44.0,no,,16.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +256,257,1994,retired,33.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +257,258,1994,working fulltime,40.0,no,iap,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +258,259,1994,working fulltime,64.0,no,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +259,260,1994,working fulltime,47.0,no,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +260,261,1994,keeping house,40.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,8.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +261,262,1994,working parttime,32.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +262,263,1994,working fulltime,30.0,,,12.0,pacific,1.0,1.0,0.0,,pacific,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +263,264,1994,working fulltime,51.0,no,iap,16.0,new england,1.0,0.0,0.0,$25000 or more,pacific,every week,0,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +264,265,1994,retired,29.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +265,266,1994,working fulltime,37.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,,0,yes,4.0,0,0.0,0,,0,0,,,,1,0,0,0,0,0,0, +266,267,1994,working fulltime,66.0,,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +267,268,1994,working fulltime,34.0,,,13.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +268,269,1994,working fulltime,39.0,no,iap,12.0,pacific,0.0,0.0,0.0,,pacific,2-3x a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +269,270,1994,working fulltime,44.0,,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +270,271,1994,temp not working,37.0,,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,pacific,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +271,272,1994,working fulltime,50.0,no,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +272,273,1994,working fulltime,40.0,,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,0,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +273,274,1994,working fulltime,57.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +274,275,1994,"unempl, laid off",46.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +275,276,1994,working fulltime,30.0,no,,11.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +276,277,1994,working fulltime,57.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,,2,,2.0,1,0.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +277,278,1994,working fulltime,46.0,,,14.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +278,279,1994,working fulltime,31.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,0,iap,2.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +279,280,1994,working parttime,41.0,no,iap,16.0,foreign,0.0,1.0,0.0,$20000 - 24999,pacific,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +280,281,1994,retired,46.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,4.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +281,282,1994,working fulltime,30.0,,,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +282,283,1994,working parttime,36.0,,,10.0,pacific,0.0,0.0,0.0,$1000 to 2999,pacific,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +283,284,1994,retired,29.0,,iap,11.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +284,285,1994,working fulltime,52.0,,yes,12.0,e. sou. central,0.0,0.0,1.0,$20000 - 24999,pacific,once a month,1,,2.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +285,286,1994,retired,17.0,yes,,8.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,pacific,never,1,,10.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +286,287,1994,working fulltime,54.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +287,288,1994,keeping house,,,,11.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,iap,7.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +288,289,1994,working fulltime,36.0,no,iap,12.0,foreign,0.0,1.0,0.0,$25000 or more,pacific,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +289,290,1994,retired,49.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,4.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +290,291,1994,working fulltime,34.0,,iap,14.0,pacific,0.0,1.0,1.0,$15000 - 19999,pacific,2-3x a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +291,292,1994,working parttime,42.0,no,iap,12.0,pacific,1.0,0.0,0.0,$7000 to 7999,pacific,more thn once wk,2,,0.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +292,293,1994,school,44.0,,iap,16.0,pacific,2.0,1.0,1.0,$10000 - 14999,pacific,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +293,294,1994,working fulltime,34.0,,iap,13.0,pacific,0.0,1.0,0.0,$20000 - 24999,pacific,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +294,295,1994,retired,30.0,no,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +295,296,1994,"unempl, laid off",35.0,no,iap,11.0,pacific,1.0,1.0,2.0,$10000 - 14999,pacific,once a year,2,,5.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +296,297,1994,retired,50.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +297,298,1994,retired,53.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +298,299,1994,working fulltime,47.0,,iap,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,2-3x a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +299,300,1994,working parttime,29.0,,,10.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +300,301,1994,keeping house,,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +301,302,1994,keeping house,36.0,no,iap,9.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +302,303,1994,working fulltime,22.0,,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +303,304,1994,working fulltime,25.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,3.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +304,305,1994,working fulltime,53.0,no,iap,14.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,,2,,4.0,1,1.0,0,,0,0,,,,1,0,0,0,0,0,0,1.0 +305,306,1994,retired,43.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +306,307,1994,working parttime,86.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +307,308,1994,working fulltime,37.0,,,12.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +308,309,1994,working fulltime,44.0,no,iap,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +309,310,1994,working fulltime,35.0,no,iap,14.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,once a month,1,,0.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +310,311,1994,working fulltime,65.0,,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +311,312,1994,keeping house,46.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +312,313,1994,working fulltime,36.0,no,iap,16.0,pacific,3.0,1.0,0.0,$25000 or more,pacific,once a month,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +313,314,1994,keeping house,20.0,no,iap,12.0,w. sou. central,2.0,0.0,0.0,$25000 or more,pacific,every week,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +314,315,1994,retired,68.0,no,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +315,316,1994,retired,17.0,no,,12.0,foreign,0.0,0.0,0.0,,e. nor. central,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +316,317,1994,working fulltime,32.0,no,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,,1,,,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0,0.0 +317,318,1994,working fulltime,42.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +318,319,1994,working fulltime,32.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +319,320,1994,retired,46.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +320,321,1994,working fulltime,59.0,no,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +321,322,1994,working fulltime,60.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +322,323,1994,keeping house,44.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +323,324,1994,school,42.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +324,325,1994,"unempl, laid off",30.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +325,326,1994,working fulltime,53.0,yes,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +326,327,1994,working fulltime,60.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +327,328,1994,working parttime,44.0,yes,iap,7.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +328,329,1994,retired,32.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +329,330,1994,working fulltime,60.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +330,331,1994,school,,,,11.0,e. nor. central,0.0,0.0,2.0,,e. nor. central,nrly every week,1,yes,6.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +331,332,1994,working fulltime,42.0,no,iap,11.0,foreign,1.0,0.0,0.0,,e. nor. central,every week,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +332,333,1994,working fulltime,30.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +333,334,1994,retired,34.0,no,,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,iap,10.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +334,335,1994,"unempl, laid off",29.0,,,12.0,e. sou. central,0.0,1.0,2.0,,e. nor. central,lt once a year,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +335,336,1994,working fulltime,21.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,iap,1.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +336,337,1994,keeping house,33.0,no,,12.0,foreign,0.0,0.0,0.0,,e. nor. central,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +337,338,1994,school,49.0,,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,iap,,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +338,339,1994,"unempl, laid off",29.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,iap,12.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +339,340,1994,retired,34.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +340,341,1994,keeping house,29.0,,,9.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,every week,2,iap,,1,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +341,342,1994,working fulltime,32.0,yes,iap,12.0,e. nor. central,1.0,1.0,1.0,$20000 - 24999,e. nor. central,once a year,1,iap,3.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +342,343,1994,keeping house,35.0,,iap,11.0,e. nor. central,1.0,0.0,0.0,$3000 to 3999,e. nor. central,once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +343,344,1994,working fulltime,36.0,,,12.0,e. nor. central,4.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,6.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +344,345,1994,"unempl, laid off",25.0,,,12.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,once a year,1,yes,5.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +345,346,1994,school,,,,11.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,iap,4.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +346,347,1994,working fulltime,42.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,,6.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +347,348,1994,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +348,349,1994,other,65.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,never,1,,6.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +349,350,1994,working fulltime,30.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,4.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +350,351,1994,retired,36.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +351,352,1994,other,28.0,yes,,9.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,never,1,iap,14.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +352,353,1994,"unempl, laid off",30.0,yes,iap,12.0,e. nor. central,2.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +353,354,1994,working fulltime,42.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,,1,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +354,355,1994,working fulltime,60.0,,iap,15.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +355,356,1994,working fulltime,51.0,no,iap,20.0,e. nor. central,1.0,2.0,2.0,$25000 or more,e. nor. central,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +356,357,1994,school,65.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +357,358,1994,working fulltime,74.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +358,359,1994,retired,49.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,,e. nor. central,,0,,,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0, +359,360,1994,working parttime,47.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,3.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +360,361,1994,working fulltime,51.0,no,iap,13.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,never,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +361,362,1994,retired,75.0,,,17.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +362,363,1994,working fulltime,33.0,,,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +363,364,1994,working fulltime,52.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +364,365,1994,working fulltime,35.0,no,iap,15.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +365,366,1994,working fulltime,86.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +366,367,1994,working fulltime,37.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +367,368,1994,working fulltime,75.0,,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +368,369,1994,working parttime,50.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +369,370,1994,working fulltime,58.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +370,371,1994,working fulltime,57.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +371,372,1994,working fulltime,51.0,,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +372,373,1994,working fulltime,20.0,no,iap,16.0,foreign,0.0,2.0,0.0,,e. nor. central,every week,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +373,374,1994,working fulltime,46.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +374,375,1994,working fulltime,74.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +375,376,1994,working fulltime,34.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,iap,15.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +376,377,1994,working parttime,47.0,no,iap,17.0,foreign,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,0,,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +377,378,1994,working parttime,45.0,,,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +378,379,1994,working parttime,29.0,no,iap,13.0,e. nor. central,1.0,0.0,0.0,,e. nor. central,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +379,380,1994,working fulltime,45.0,no,iap,18.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +380,381,1994,retired,28.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +381,382,1994,working fulltime,35.0,yes,iap,12.0,e. nor. central,0.0,0.0,4.0,$25000 or more,e. nor. central,2-3x a month,1,yes,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +382,383,1994,keeping house,20.0,no,iap,9.0,e. nor. central,0.0,3.0,0.0,$15000 - 19999,e. nor. central,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +383,384,1994,working fulltime,40.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,0.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +384,385,1994,working fulltime,46.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +385,386,1994,working fulltime,74.0,no,iap,18.0,middle atlantic,2.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +386,387,1994,working fulltime,44.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +387,388,1994,working fulltime,38.0,no,iap,18.0,foreign,0.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +388,389,1994,keeping house,39.0,no,iap,12.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +389,390,1994,working fulltime,64.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,iap,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +390,391,1994,retired,17.0,,,5.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +391,392,1994,temp not working,66.0,no,iap,20.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +392,393,1994,keeping house,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +393,394,1994,keeping house,64.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +394,395,1994,working fulltime,44.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +395,396,1994,working fulltime,51.0,no,iap,16.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +396,397,1994,working fulltime,33.0,no,iap,15.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +397,398,1994,working fulltime,40.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +398,399,1994,retired,24.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,2,iap,,1,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +399,400,1994,working fulltime,42.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +400,401,1994,working fulltime,61.0,,iap,10.0,e. nor. central,0.0,2.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,1,iap,2.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +401,402,1994,working fulltime,66.0,,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,1.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +402,403,1994,working fulltime,39.0,,iap,16.0,e. sou. central,0.0,1.0,1.0,,e. nor. central,sevrl times a yr,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +403,404,1994,working fulltime,42.0,,yes,11.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,0,yes,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +404,405,1994,working fulltime,24.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +405,406,1994,"unempl, laid off",22.0,,,12.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,sevrl times a yr,1,iap,1.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +406,407,1994,working fulltime,23.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +407,408,1994,retired,36.0,no,,10.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,1,yes,4.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +408,409,1994,working fulltime,33.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +409,410,1994,retired,51.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +410,411,1994,working fulltime,39.0,no,iap,16.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +411,412,1994,working fulltime,51.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +412,413,1994,working fulltime,53.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +413,414,1994,keeping house,46.0,yes,iap,12.0,pacific,0.0,1.0,1.0,$15000 - 19999,pacific,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +414,415,1994,working parttime,40.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +415,416,1994,keeping house,29.0,,,12.0,pacific,0.0,0.0,0.0,$7000 to 7999,pacific,lt once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +416,417,1994,keeping house,29.0,,,13.0,pacific,0.0,1.0,1.0,$7000 to 7999,pacific,sevrl times a yr,1,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +417,418,1994,"unempl, laid off",25.0,,,11.0,pacific,1.0,0.0,0.0,$6000 to 6999,pacific,once a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +418,419,1994,keeping house,42.0,,iap,11.0,w. sou. central,0.0,0.0,0.0,,pacific,every week,0,,3.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +419,420,1994,"unempl, laid off",34.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +420,421,1994,keeping house,,no,,8.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,every week,1,,8.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +421,422,1994,school,,,,11.0,pacific,1.0,0.0,0.0,lt $1000,pacific,lt once a year,0,,2.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +422,423,1994,working fulltime,36.0,,,11.0,pacific,1.0,0.0,0.0,$7000 to 7999,pacific,once a year,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +423,424,1994,retired,42.0,no,,15.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,every week,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +424,425,1994,working fulltime,48.0,no,iap,14.0,foreign,1.0,1.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +425,426,1994,working fulltime,61.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +426,427,1994,working fulltime,51.0,,,12.0,pacific,0.0,0.0,0.0,,pacific,every week,0,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +427,428,1994,working fulltime,48.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +428,429,1994,retired,51.0,yes,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +429,430,1994,retired,64.0,,,20.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +430,431,1994,retired,64.0,yes,iap,16.0,w. nor. central,0.0,0.0,0.0,,pacific,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +431,432,1994,working fulltime,73.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +432,433,1994,working fulltime,74.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +433,434,1994,"unempl, laid off",36.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,0,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +434,435,1994,temp not working,30.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +435,436,1994,keeping house,25.0,yes,iap,10.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,1,yes,6.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +436,437,1994,working fulltime,25.0,,,14.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,lt once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +437,438,1994,"unempl, laid off",45.0,,iap,12.0,mountain,1.0,0.0,0.0,$15000 - 19999,pacific,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +438,439,1994,keeping house,36.0,no,iap,13.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +439,440,1994,working parttime,28.0,,iap,12.0,pacific,0.0,1.0,0.0,$5000 to 5999,pacific,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +440,441,1994,working parttime,49.0,,,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +441,442,1994,retired,41.0,yes,iap,14.0,pacific,0.0,0.0,2.0,$15000 - 19999,pacific,lt once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +442,443,1994,"unempl, laid off",36.0,,iap,14.0,pacific,0.0,1.0,1.0,$7000 to 7999,pacific,once a year,0,yes,8.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +443,444,1994,"unempl, laid off",40.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +444,445,1994,working fulltime,22.0,yes,iap,14.0,pacific,1.0,0.0,0.0,$20000 - 24999,pacific,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +445,446,1994,retired,52.0,yes,iap,16.0,pacific,0.0,0.0,0.0,,pacific,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +446,447,1994,"unempl, laid off",30.0,,iap,11.0,mountain,0.0,0.0,0.0,$10000 - 14999,pacific,never,0,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +447,448,1994,"unempl, laid off",31.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,0,,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +448,449,1994,working fulltime,69.0,no,iap,16.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,more thn once wk,2,iap,0.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +449,450,1994,"unempl, laid off",51.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +450,451,1994,retired,48.0,,iap,8.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +451,452,1994,working fulltime,32.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +452,453,1994,retired,42.0,no,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +453,454,1994,working fulltime,33.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +454,455,1994,working fulltime,65.0,yes,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +455,456,1994,working fulltime,63.0,,,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +456,457,1994,keeping house,46.0,no,yes,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +457,458,1994,"unempl, laid off",74.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +458,459,1994,retired,47.0,,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +459,460,1994,working fulltime,49.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +460,461,1994,working parttime,21.0,,iap,11.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a month,2,,5.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +461,462,1994,working parttime,29.0,,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +462,463,1994,working fulltime,47.0,yes,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +463,464,1994,retired,64.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,pacific,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +464,465,1994,working fulltime,47.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +465,466,1994,working fulltime,39.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +466,467,1994,"unempl, laid off",44.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +467,468,1994,working fulltime,47.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +468,469,1994,keeping house,,yes,iap,10.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +469,470,1994,retired,54.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,,1,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +470,471,1994,keeping house,47.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,pacific,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +471,472,1994,working parttime,74.0,no,iap,18.0,middle atlantic,0.0,2.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +472,473,1994,keeping house,35.0,no,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +473,474,1994,working fulltime,54.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +474,475,1994,working parttime,32.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +475,476,1994,"unempl, laid off",45.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +476,477,1994,"unempl, laid off",51.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +477,478,1994,working fulltime,30.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +478,479,1994,school,,,,11.0,foreign,0.0,1.0,0.0,$10000 - 14999,pacific,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +479,480,1994,working fulltime,53.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +480,481,1994,keeping house,38.0,yes,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,never,2,yes,8.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +481,482,1994,working fulltime,34.0,no,iap,12.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +482,483,1994,working fulltime,61.0,yes,iap,14.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +483,484,1994,working fulltime,44.0,,iap,14.0,pacific,1.0,1.0,0.0,,pacific,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +484,485,1994,retired,31.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +485,486,1994,working parttime,22.0,,iap,15.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +486,487,1994,working fulltime,33.0,no,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +487,488,1994,retired,66.0,,,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +488,489,1994,working fulltime,49.0,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +489,490,1994,keeping house,46.0,no,iap,12.0,middle atlantic,0.0,0.0,3.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +490,491,1994,retired,19.0,no,iap,5.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,middle atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +491,492,1994,working parttime,22.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +492,493,1994,keeping house,35.0,no,iap,10.0,middle atlantic,0.0,1.0,0.0,$3000 to 3999,middle atlantic,never,0,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +493,494,1994,working fulltime,30.0,no,iap,16.0,middle atlantic,1.0,1.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +494,495,1994,working fulltime,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +495,496,1994,keeping house,28.0,,,10.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,middle atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +496,497,1994,retired,64.0,,,19.0,pacific,0.0,0.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,2,,5.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +497,498,1994,other,,,,11.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,every week,0,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +498,499,1994,working parttime,36.0,no,iap,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +499,500,1994,working fulltime,22.0,no,iap,12.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,4.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +500,501,1994,working fulltime,43.0,,iap,12.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,middle atlantic,nrly every week,0,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +501,502,1994,working fulltime,47.0,,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,,1,iap,2.0,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0, +502,503,1994,"unempl, laid off",42.0,,iap,10.0,south atlantic,0.0,1.0,0.0,,south atlantic,every week,1,,3.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +503,504,1994,working fulltime,42.0,,iap,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,,1,iap,3.0,0,0.0,1,,1,1,,,,1,0,0,0,0,0,0, +504,505,1994,working fulltime,51.0,,iap,12.0,foreign,0.0,1.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +505,506,1994,working fulltime,23.0,no,iap,12.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +506,507,1994,working fulltime,47.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +507,508,1994,working fulltime,41.0,no,iap,13.0,south atlantic,0.0,3.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +508,509,1994,"unempl, laid off",29.0,,,13.0,middle atlantic,0.0,3.0,0.0,$5000 to 5999,south atlantic,every week,1,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +509,510,1994,working fulltime,59.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +510,511,1994,keeping house,50.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +511,512,1994,working fulltime,59.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +512,513,1994,working fulltime,39.0,no,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +513,514,1994,working fulltime,51.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,4.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +514,515,1994,retired,47.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +515,516,1994,retired,29.0,no,yes,9.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +516,517,1994,working fulltime,46.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,,2.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +517,518,1994,keeping house,29.0,no,iap,11.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +518,519,1994,working fulltime,46.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +519,520,1994,working fulltime,38.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +520,521,1994,working fulltime,66.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +521,522,1994,working fulltime,36.0,no,iap,14.0,middle atlantic,0.0,3.0,0.0,$25000 or more,middle atlantic,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +522,523,1994,keeping house,65.0,no,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +523,524,1994,working fulltime,64.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,4.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +524,525,1994,keeping house,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +525,526,1994,working parttime,38.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,yes,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +526,527,1994,working fulltime,42.0,no,iap,13.0,middle atlantic,0.0,0.0,3.0,$25000 or more,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +527,528,1994,keeping house,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +528,529,1994,working fulltime,53.0,no,iap,19.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +529,530,1994,working fulltime,46.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +530,531,1994,working fulltime,29.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +531,532,1994,working fulltime,64.0,yes,iap,17.0,new england,1.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +532,533,1994,working fulltime,65.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +533,534,1994,working fulltime,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +534,535,1994,working fulltime,65.0,no,iap,18.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +535,536,1994,working fulltime,64.0,no,iap,18.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +536,537,1994,working parttime,42.0,no,iap,15.0,foreign,0.0,0.0,2.0,$25000 or more,middle atlantic,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +537,538,1994,working fulltime,62.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +538,539,1994,working parttime,25.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,5.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +539,540,1994,working fulltime,44.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +540,541,1994,working fulltime,51.0,no,iap,16.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,nrly every week,1,,2.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +541,542,1994,working parttime,43.0,no,iap,17.0,e. nor. central,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +542,543,1994,working fulltime,66.0,,iap,16.0,e. nor. central,1.0,0.0,1.0,$25000 or more,e. nor. central,nrly every week,1,iap,1.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +543,544,1994,retired,29.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,2-3x a month,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +544,545,1994,retired,23.0,,iap,4.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,e. nor. central,more thn once wk,0,iap,,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +545,546,1994,retired,23.0,no,,7.0,e. sou. central,0.0,0.0,0.0,,e. nor. central,once a month,1,iap,2.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +546,547,1994,retired,30.0,no,,4.0,e. sou. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,once a year,0,,2.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +547,548,1994,retired,34.0,no,,8.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,more thn once wk,2,iap,,1,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +548,549,1994,retired,,no,,2.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,every week,0,iap,,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +549,550,1994,keeping house,34.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +550,551,1994,working fulltime,33.0,,,13.0,e. nor. central,1.0,1.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,0,,2.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +551,552,1994,school,43.0,,,12.0,e. nor. central,0.0,0.0,1.0,$5000 to 5999,e. nor. central,once a month,0,,4.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +552,553,1994,working parttime,22.0,no,iap,12.0,e. nor. central,1.0,0.0,2.0,$25000 or more,e. nor. central,never,0,iap,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +553,554,1994,working parttime,53.0,,,13.0,e. nor. central,2.0,0.0,0.0,,e. nor. central,once a year,1,yes,12.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +554,555,1994,retired,42.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,,6.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +555,556,1994,working fulltime,20.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +556,557,1994,working fulltime,68.0,,,11.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,never,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +557,558,1994,keeping house,,,,11.0,e. nor. central,1.0,1.0,1.0,$5000 to 5999,e. nor. central,once a month,2,iap,1.0,1,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +558,559,1994,working fulltime,60.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,0,yes,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +559,560,1994,working fulltime,43.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,0,yes,1.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +560,561,1994,working fulltime,44.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +561,562,1994,working fulltime,51.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +562,563,1994,working fulltime,30.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +563,564,1994,working fulltime,49.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +564,565,1994,working parttime,29.0,,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +565,566,1994,working parttime,36.0,,,15.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +566,567,1994,working fulltime,27.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,2.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +567,568,1994,working fulltime,44.0,,iap,9.0,e. nor. central,0.0,1.0,0.0,,e. nor. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +568,569,1994,retired,36.0,yes,yes,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +569,570,1994,temp not working,28.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,yes,8.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +570,571,1994,working parttime,49.0,no,,12.0,e. nor. central,0.0,0.0,1.0,$10000 - 14999,e. nor. central,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +571,572,1994,working fulltime,49.0,no,iap,16.0,e. nor. central,2.0,0.0,0.0,,e. nor. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +572,573,1994,working fulltime,39.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$20000 - 24999,e. nor. central,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +573,574,1994,working parttime,47.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +574,575,1994,working parttime,35.0,no,,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +575,576,1994,working parttime,66.0,no,iap,15.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +576,577,1994,retired,29.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,1,yes,,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +577,578,1994,temp not working,65.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +578,579,1994,keeping house,36.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +579,580,1994,working fulltime,44.0,yes,iap,16.0,w. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +580,581,1994,working fulltime,42.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +581,582,1994,working fulltime,23.0,,iap,13.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +582,583,1994,working fulltime,32.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +583,584,1994,working parttime,53.0,no,iap,13.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +584,585,1994,keeping house,40.0,no,,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +585,586,1994,working fulltime,40.0,,,12.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,,1,,4.0,0,1.0,0,,1,0,,,,1,0,0,0,0,0,0,1.0 +586,587,1994,keeping house,30.0,yes,iap,12.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,,0,,4.0,0,0.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +587,588,1994,working parttime,23.0,,,10.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +588,589,1994,working fulltime,74.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +589,590,1994,working fulltime,36.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +590,591,1994,working fulltime,40.0,,,14.0,e. nor. central,0.0,0.0,2.0,$20000 - 24999,e. nor. central,nrly every week,1,,1.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +591,592,1994,working parttime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +592,593,1994,working fulltime,46.0,no,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +593,594,1994,working fulltime,32.0,,iap,13.0,w. sou. central,0.0,0.0,1.0,$6000 to 6999,w. sou. central,sevrl times a yr,0,,0.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +594,595,1994,working fulltime,42.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +595,596,1994,working fulltime,36.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,yes,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +596,597,1994,working parttime,29.0,,,9.0,foreign,0.0,0.0,1.0,,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +597,598,1994,working fulltime,32.0,,,12.0,foreign,0.0,0.0,0.0,$3000 to 3999,w. sou. central,2-3x a month,0,,2.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +598,599,1994,working fulltime,36.0,yes,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,w. sou. central,once a year,0,iap,3.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +599,600,1994,working fulltime,46.0,,,16.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +600,601,1994,retired,46.0,yes,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +601,602,1994,working fulltime,63.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +602,603,1994,retired,32.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +603,604,1994,temp not working,49.0,,,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +604,605,1994,keeping house,,no,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +605,606,1994,keeping house,40.0,yes,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,w. sou. central,nrly every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +606,607,1994,working fulltime,53.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +607,608,1994,keeping house,23.0,no,,10.0,w. sou. central,0.0,2.0,1.0,$8000 to 9999,w. sou. central,once a month,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +608,609,1994,other,36.0,,iap,12.0,w. sou. central,0.0,2.0,0.0,,w. sou. central,lt once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +609,610,1994,working fulltime,34.0,no,,9.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,1,,2.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +610,611,1994,working parttime,23.0,no,,11.0,w. sou. central,0.0,2.0,0.0,$10000 - 14999,w. sou. central,every week,1,yes,,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +611,612,1994,"unempl, laid off",32.0,,yes,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,sevrl times a yr,1,iap,5.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +612,613,1994,working fulltime,30.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,,1,0.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +613,614,1994,working fulltime,64.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,1.0,1,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +614,615,1994,working parttime,23.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,1,yes,4.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +615,616,1994,working fulltime,63.0,,iap,12.0,w. sou. central,0.0,1.0,0.0,$20000 - 24999,w. sou. central,every week,0,,8.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +616,617,1994,working fulltime,32.0,,yes,12.0,w. sou. central,1.0,1.0,2.0,$15000 - 19999,w. sou. central,2-3x a month,2,,1.0,1,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +617,618,1994,retired,42.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +618,619,1994,working fulltime,49.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,2-3x a month,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +619,620,1994,working fulltime,43.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +620,621,1994,working fulltime,64.0,,,16.0,e. nor. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +621,622,1994,working fulltime,43.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +622,623,1994,working fulltime,33.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +623,624,1994,working fulltime,52.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +624,625,1994,working parttime,28.0,,,11.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. sou. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +625,626,1994,"unempl, laid off",28.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,2-3x a month,0,,4.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +626,627,1994,retired,39.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +627,628,1994,working fulltime,51.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +628,629,1994,other,51.0,,iap,12.0,pacific,0.0,1.0,0.0,$4000 to 4999,w. sou. central,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +629,630,1994,keeping house,,no,,8.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,every week,1,yes,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +630,631,1994,working fulltime,24.0,no,iap,11.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,1,yes,4.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +631,632,1994,working fulltime,40.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +632,633,1994,working fulltime,29.0,yes,iap,11.0,w. sou. central,0.0,0.0,1.0,$15000 - 19999,w. sou. central,once a year,0,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +633,634,1994,working fulltime,45.0,yes,iap,13.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +634,635,1994,working fulltime,28.0,no,iap,12.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +635,636,1994,working fulltime,40.0,,,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +636,637,1994,retired,28.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,once a year,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +637,638,1994,working fulltime,30.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,0,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +638,639,1994,working fulltime,64.0,,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +639,640,1994,working fulltime,47.0,,iap,14.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +640,641,1994,keeping house,44.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +641,642,1994,working fulltime,31.0,no,iap,13.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. sou. central,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +642,643,1994,working fulltime,58.0,no,iap,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +643,644,1994,keeping house,26.0,no,iap,12.0,foreign,0.0,1.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +644,645,1994,temp not working,50.0,,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,iap,3.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +645,646,1994,working fulltime,65.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,3.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +646,647,1994,working fulltime,33.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +647,648,1994,working fulltime,43.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +648,649,1994,other,23.0,,,13.0,mountain,0.0,0.0,0.0,lt $1000,south atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +649,650,1994,working fulltime,64.0,,,18.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +650,651,1994,working fulltime,68.0,,,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +651,652,1994,working fulltime,32.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +652,653,1994,working fulltime,49.0,,,16.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +653,654,1994,working fulltime,22.0,,,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,12.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +654,655,1994,working fulltime,36.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +655,656,1994,working fulltime,47.0,,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,4.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +656,657,1994,working fulltime,42.0,,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,6.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +657,658,1994,working fulltime,36.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +658,659,1994,working fulltime,57.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,iap,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +659,660,1994,working fulltime,28.0,no,iap,10.0,foreign,0.0,2.0,0.0,$25000 or more,south atlantic,lt once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +660,661,1994,"unempl, laid off",51.0,,,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +661,662,1994,working parttime,47.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,0.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +662,663,1994,working fulltime,60.0,no,iap,18.0,new england,1.0,0.0,0.0,,south atlantic,lt once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +663,664,1994,working fulltime,75.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,,south atlantic,once a year,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +664,665,1994,working fulltime,73.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +665,666,1994,working fulltime,48.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,0.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +666,667,1994,"unempl, laid off",46.0,,iap,11.0,middle atlantic,0.0,0.0,0.0,lt $1000,south atlantic,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +667,668,1994,working fulltime,61.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +668,669,1994,working fulltime,47.0,,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +669,670,1994,retired,46.0,yes,,14.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,south atlantic,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +670,671,1994,retired,40.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +671,672,1994,working fulltime,51.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +672,673,1994,working fulltime,74.0,,,19.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +673,674,1994,working fulltime,75.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +674,675,1994,working parttime,57.0,,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +675,676,1994,working fulltime,51.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +676,677,1994,working parttime,29.0,,,13.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,south atlantic,once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +677,678,1994,retired,65.0,no,yes,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,yes,,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +678,679,1994,keeping house,44.0,,,11.0,middle atlantic,1.0,1.0,1.0,$8000 to 9999,south atlantic,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +679,680,1994,working parttime,30.0,,,14.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +680,681,1994,working fulltime,74.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,1.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +681,682,1994,retired,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +682,683,1994,"unempl, laid off",42.0,,,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,0,yes,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +683,684,1994,working fulltime,53.0,,iap,12.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +684,685,1994,working fulltime,66.0,,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +685,686,1994,working fulltime,51.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +686,687,1994,working fulltime,36.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +687,688,1994,retired,29.0,no,,8.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,nrly every week,0,,5.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +688,689,1994,working fulltime,32.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,2,iap,3.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +689,690,1994,keeping house,41.0,no,iap,13.0,w. sou. central,1.0,0.0,0.0,,w. sou. central,,1,iap,2.0,0,0.0,0,,1,0,,,,1,0,0,0,0,0,0, +690,691,1994,retired,69.0,yes,iap,6.0,foreign,0.0,0.0,0.0,$6000 to 6999,w. sou. central,more thn once wk,2,iap,,1,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +691,692,1994,working fulltime,65.0,no,iap,17.0,foreign,0.0,1.0,1.0,$25000 or more,w. sou. central,every week,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +692,693,1994,working fulltime,61.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +693,694,1994,other,,yes,iap,14.0,middle atlantic,0.0,1.0,1.0,$25000 or more,w. sou. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +694,695,1994,working parttime,47.0,no,iap,12.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +695,696,1994,working fulltime,48.0,yes,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +696,697,1994,working fulltime,64.0,no,iap,17.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,2-3x a month,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +697,698,1994,working fulltime,42.0,no,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +698,699,1994,working fulltime,44.0,no,iap,8.0,foreign,2.0,0.0,0.0,,w. sou. central,more thn once wk,2,,3.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +699,700,1994,temp not working,32.0,,,11.0,w. sou. central,0.0,2.0,2.0,$25000 or more,w. sou. central,once a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +700,701,1994,keeping house,43.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +701,702,1994,working fulltime,34.0,no,iap,12.0,foreign,1.0,1.0,0.0,$25000 or more,w. sou. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +702,703,1994,working fulltime,66.0,no,iap,15.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +703,704,1994,working fulltime,33.0,no,iap,14.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +704,705,1994,working fulltime,22.0,no,iap,6.0,foreign,1.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +705,706,1994,working fulltime,31.0,yes,iap,12.0,pacific,1.0,0.0,0.0,$8000 to 9999,w. sou. central,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +706,707,1994,"unempl, laid off",36.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,yes,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +707,708,1994,working fulltime,44.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +708,709,1994,working fulltime,51.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,yes,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +709,710,1994,working fulltime,36.0,no,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,every week,0,yes,0.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +710,711,1994,working fulltime,42.0,,,12.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,every week,2,iap,6.0,1,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +711,712,1994,retired,60.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,0,,12.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +712,713,1994,working fulltime,43.0,no,iap,11.0,e. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,2.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +713,714,1994,working fulltime,33.0,,iap,12.0,w. sou. central,1.0,0.0,0.0,$15000 - 19999,w. sou. central,once a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +714,715,1994,working fulltime,49.0,no,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +715,716,1994,working fulltime,51.0,yes,iap,20.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +716,717,1994,working fulltime,86.0,no,iap,18.0,foreign,0.0,0.0,2.0,$25000 or more,w. sou. central,2-3x a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +717,718,1994,keeping house,40.0,no,iap,12.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +718,719,1994,working fulltime,51.0,yes,iap,16.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +719,720,1994,working fulltime,65.0,no,iap,19.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +720,721,1994,"unempl, laid off",59.0,no,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,every week,0,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +721,722,1994,retired,40.0,,iap,8.0,mountain,0.0,0.0,0.0,,w. sou. central,2-3x a month,0,,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +722,723,1994,retired,66.0,yes,,20.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,,1,iap,3.0,0,0.0,0,,1,0,,,,1,0,0,0,0,0,0, +723,724,1994,keeping house,,no,,12.0,mountain,0.0,0.0,0.0,$1000 to 2999,w. sou. central,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +724,725,1994,keeping house,36.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,0,,6.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +725,726,1994,retired,46.0,no,,13.0,w. nor. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,iap,5.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +726,727,1994,retired,34.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,lt once a year,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +727,728,1994,retired,42.0,,,7.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,new england,every week,1,iap,11.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +728,729,1994,retired,29.0,,iap,8.0,new england,0.0,0.0,0.0,$1000 to 2999,new england,every week,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +729,730,1994,retired,42.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,new england,lt once a year,1,iap,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +730,731,1994,retired,23.0,no,,0.0,foreign,0.0,0.0,0.0,$6000 to 6999,new england,more thn once wk,0,iap,4.0,0,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +731,732,1994,"unempl, laid off",28.0,,,15.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,new england,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +732,733,1994,working fulltime,61.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +733,734,1994,retired,36.0,,,12.0,new england,0.0,0.0,0.0,$4000 to 4999,new england,never,0,iap,7.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +734,735,1994,working fulltime,57.0,no,,13.0,new england,0.0,0.0,2.0,$25000 or more,new england,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +735,736,1994,working fulltime,66.0,no,iap,18.0,new england,0.0,0.0,0.0,,new england,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +736,737,1994,retired,33.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +737,738,1994,keeping house,66.0,no,iap,18.0,new england,1.0,1.0,0.0,$25000 or more,new england,once a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +738,739,1994,working fulltime,30.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +739,740,1994,working fulltime,27.0,,iap,13.0,new england,0.0,0.0,1.0,$25000 or more,new england,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +740,741,1994,other,60.0,no,iap,12.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +741,742,1994,working fulltime,37.0,no,,12.0,new england,0.0,2.0,0.0,$25000 or more,new england,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +742,743,1994,keeping house,60.0,no,,17.0,new england,0.0,0.0,0.0,,new england,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +743,744,1994,keeping house,38.0,no,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,new england,more thn once wk,1,,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +744,745,1994,working fulltime,33.0,no,iap,16.0,w. nor. central,0.0,1.0,0.0,,new england,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +745,746,1994,keeping house,74.0,yes,iap,16.0,south atlantic,0.0,1.0,2.0,$25000 or more,new england,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +746,747,1994,retired,48.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +747,748,1994,working fulltime,33.0,,,15.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +748,749,1994,working parttime,66.0,no,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +749,750,1994,working fulltime,64.0,,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +750,751,1994,working fulltime,39.0,,,16.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +751,752,1994,retired,74.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +752,753,1994,working fulltime,41.0,,,16.0,new england,0.0,1.0,0.0,$25000 or more,new england,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +753,754,1994,working fulltime,54.0,no,,20.0,middle atlantic,0.0,0.0,0.0,,new england,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +754,755,1994,working fulltime,64.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +755,756,1994,working fulltime,41.0,no,,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +756,757,1994,working fulltime,35.0,no,,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +757,758,1994,retired,31.0,,,14.0,new england,0.0,0.0,0.0,$4000 to 4999,new england,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +758,759,1994,working fulltime,46.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +759,760,1994,school,,,,16.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +760,761,1994,retired,43.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +761,762,1994,keeping house,49.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,new england,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +762,763,1994,keeping house,46.0,no,iap,12.0,new england,1.0,2.0,0.0,$25000 or more,new england,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +763,764,1994,working parttime,52.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +764,765,1994,working fulltime,64.0,no,iap,18.0,new england,0.0,0.0,2.0,$25000 or more,new england,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +765,766,1994,working fulltime,44.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +766,767,1994,working fulltime,60.0,,,15.0,new england,0.0,0.0,2.0,$25000 or more,new england,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +767,768,1994,working fulltime,73.0,no,iap,18.0,new england,0.0,0.0,3.0,$25000 or more,new england,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +768,769,1994,working parttime,43.0,no,iap,17.0,w. sou. central,1.0,1.0,0.0,$25000 or more,new england,2-3x a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +769,770,1994,working fulltime,49.0,yes,iap,12.0,new england,0.0,1.0,0.0,$25000 or more,new england,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +770,771,1994,retired,46.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +771,772,1994,"unempl, laid off",34.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +772,773,1994,temp not working,41.0,no,iap,12.0,south atlantic,0.0,2.0,0.0,,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +773,774,1994,working fulltime,51.0,,iap,13.0,middle atlantic,4.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +774,775,1994,working fulltime,60.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,,1,,2.0,0,1.0,1,,0,0,,,,1,0,0,0,0,0,0,1.0 +775,776,1994,working fulltime,46.0,yes,iap,13.0,south atlantic,1.0,0.0,1.0,,south atlantic,once a month,1,iap,1.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +776,777,1994,temp not working,69.0,no,iap,17.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +777,778,1994,working fulltime,57.0,no,iap,15.0,e. sou. central,1.0,0.0,0.0,,south atlantic,every week,1,,3.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +778,779,1994,keeping house,64.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +779,780,1994,keeping house,54.0,yes,iap,16.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,more thn once wk,0,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +780,781,1994,keeping house,59.0,no,iap,18.0,middle atlantic,0.0,3.0,0.0,$25000 or more,south atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +781,782,1994,working parttime,64.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +782,783,1994,keeping house,,no,iap,13.0,foreign,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +783,784,1994,temp not working,54.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +784,785,1994,working parttime,46.0,no,iap,15.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +785,786,1994,working fulltime,32.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +786,787,1994,keeping house,47.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +787,788,1994,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +788,789,1994,keeping house,49.0,no,iap,13.0,middle atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +789,790,1994,working fulltime,31.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +790,791,1994,working fulltime,53.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +791,792,1994,working fulltime,53.0,no,iap,16.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +792,793,1994,keeping house,58.0,no,iap,15.0,middle atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,,2,iap,,1,1.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +793,794,1994,working fulltime,49.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +794,795,1994,working fulltime,,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +795,796,1994,keeping house,43.0,no,iap,17.0,middle atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +796,797,1994,working fulltime,49.0,,,13.0,w. sou. central,1.0,0.0,1.0,$20000 - 24999,south atlantic,lt once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +797,798,1994,keeping house,,no,iap,16.0,foreign,1.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +798,799,1994,working fulltime,44.0,no,iap,18.0,foreign,0.0,2.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +799,800,1994,working fulltime,51.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +800,801,1994,working fulltime,51.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,iap,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +801,802,1994,keeping house,40.0,no,iap,12.0,w. sou. central,0.0,1.0,1.0,$25000 or more,south atlantic,more thn once wk,1,yes,1.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +802,803,1994,working fulltime,46.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,0,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +803,804,1994,"unempl, laid off",40.0,yes,,14.0,new england,0.0,1.0,1.0,$25000 or more,south atlantic,every week,1,,3.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +804,805,1994,working fulltime,54.0,no,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +805,806,1994,working parttime,36.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +806,807,1994,working fulltime,74.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +807,808,1994,working fulltime,42.0,yes,,11.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,yes,1.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +808,809,1994,working fulltime,66.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +809,810,1994,working fulltime,40.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +810,811,1994,working fulltime,41.0,,iap,12.0,south atlantic,1.0,0.0,0.0,$7000 to 7999,south atlantic,never,0,,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +811,812,1994,working parttime,22.0,,iap,13.0,south atlantic,0.0,0.0,1.0,$1000 to 2999,south atlantic,2-3x a month,1,,8.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +812,813,1994,retired,,,iap,12.0,south atlantic,,,0.0,,south atlantic,2-3x a month,1,,2.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +813,814,1994,working fulltime,22.0,,,11.0,south atlantic,2.0,1.0,0.0,$10000 - 14999,south atlantic,never,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +814,815,1994,working parttime,22.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,yes,,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +815,816,1994,working fulltime,59.0,yes,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,south atlantic,once a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +816,817,1994,retired,47.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,4.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +817,818,1994,working fulltime,69.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +818,819,1994,working fulltime,46.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +819,820,1994,working fulltime,51.0,yes,iap,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +820,821,1994,working fulltime,66.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +821,822,1994,retired,50.0,yes,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +822,823,1994,working fulltime,59.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +823,824,1994,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +824,825,1994,retired,30.0,no,iap,12.0,new england,0.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +825,826,1994,working fulltime,30.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +826,827,1994,working fulltime,66.0,no,iap,15.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +827,828,1994,retired,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +828,829,1994,temp not working,46.0,no,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +829,830,1994,working fulltime,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,2.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +830,831,1994,working parttime,39.0,,,12.0,middle atlantic,0.0,4.0,0.0,$8000 to 9999,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +831,832,1994,temp not working,74.0,yes,iap,13.0,pacific,1.0,1.0,1.0,$25000 or more,south atlantic,once a year,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +832,833,1994,keeping house,22.0,yes,iap,12.0,south atlantic,2.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +833,834,1994,working fulltime,51.0,,,11.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +834,835,1994,keeping house,51.0,no,iap,11.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +835,836,1994,working fulltime,43.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +836,837,1994,working fulltime,28.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +837,838,1994,working fulltime,47.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +838,839,1994,working parttime,46.0,yes,iap,12.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +839,840,1994,retired,62.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +840,841,1994,working fulltime,52.0,no,iap,16.0,foreign,1.0,2.0,0.0,$25000 or more,south atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +841,842,1994,keeping house,,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,yes,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +842,843,1994,working fulltime,48.0,no,iap,13.0,e. nor. central,0.0,1.0,0.0,,south atlantic,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +843,844,1994,retired,39.0,no,iap,8.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,nrly every week,1,,4.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +844,845,1994,working fulltime,33.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +845,846,1994,working fulltime,44.0,,,15.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,iap,2.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +846,847,1994,working fulltime,29.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +847,848,1994,working fulltime,47.0,yes,iap,12.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +848,849,1994,retired,,,iap,13.0,e. nor. central,0.0,0.0,0.0,,south atlantic,,1,iap,,0,1.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +849,850,1994,working fulltime,22.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,0,iap,5.0,0,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +850,851,1994,working parttime,28.0,,,13.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,every week,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +851,852,1994,retired,30.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +852,853,1994,other,36.0,yes,iap,8.0,middle atlantic,0.0,0.0,1.0,,south atlantic,lt once a year,1,iap,6.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +853,854,1994,retired,31.0,,,14.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,once a month,1,iap,8.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +854,855,1994,other,,,,12.0,new england,0.0,0.0,0.0,$4000 to 4999,south atlantic,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +855,856,1994,school,22.0,,,12.0,w. nor. central,3.0,1.0,0.0,$8000 to 9999,w. nor. central,more thn once wk,1,,3.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +856,857,1994,working fulltime,36.0,,,12.0,w. nor. central,0.0,0.0,2.0,$15000 - 19999,w. nor. central,once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +857,858,1994,keeping house,29.0,no,iap,13.0,w. nor. central,1.0,2.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,1,,4.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +858,859,1994,keeping house,24.0,,,11.0,e. sou. central,1.0,0.0,0.0,$5000 to 5999,w. nor. central,nrly every week,0,iap,3.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +859,860,1994,retired,30.0,,iap,8.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,w. nor. central,more thn once wk,1,,5.0,0,0.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +860,861,1994,working fulltime,32.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,iap,,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +861,862,1994,working parttime,68.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$20000 - 24999,e. nor. central,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +862,863,1994,working fulltime,52.0,no,iap,14.0,new england,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +863,864,1994,working fulltime,53.0,no,iap,13.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,2,yes,3.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +864,865,1994,keeping house,29.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +865,866,1994,working fulltime,32.0,no,iap,14.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +866,867,1994,keeping house,20.0,no,iap,12.0,south atlantic,0.0,1.0,1.0,$25000 or more,e. nor. central,lt once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +867,868,1994,working fulltime,42.0,,,13.0,w. sou. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,once a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +868,869,1994,working fulltime,49.0,,iap,12.0,e. nor. central,0.0,2.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +869,870,1994,keeping house,29.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,yes,6.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +870,871,1994,keeping house,42.0,no,iap,13.0,mountain,2.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +871,872,1994,retired,33.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,every week,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +872,873,1994,working fulltime,35.0,yes,iap,11.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,1.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +873,874,1994,working fulltime,43.0,no,iap,13.0,w. nor. central,1.0,0.0,2.0,$25000 or more,w. nor. central,every week,2,iap,,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +874,875,1994,working fulltime,36.0,no,iap,12.0,w. nor. central,1.0,1.0,1.0,$10000 - 14999,w. nor. central,every week,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +875,876,1994,working fulltime,52.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,4.0,1,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +876,877,1994,working fulltime,42.0,,,14.0,w. nor. central,0.0,0.0,1.0,$10000 - 14999,w. nor. central,sevrl times a yr,0,iap,5.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +877,878,1994,keeping house,37.0,,iap,12.0,w. nor. central,1.0,1.0,1.0,$10000 - 14999,w. nor. central,every week,0,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +878,879,1994,working fulltime,60.0,,,14.0,w. nor. central,0.0,2.0,0.0,$5000 to 5999,w. nor. central,2-3x a month,1,,4.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +879,880,1994,working fulltime,33.0,,iap,9.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,yes,,0,0.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +880,881,1994,other,46.0,,iap,12.0,w. nor. central,1.0,1.0,1.0,$15000 - 19999,w. nor. central,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +881,882,1994,working fulltime,49.0,no,iap,16.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +882,883,1994,working fulltime,53.0,no,iap,17.0,w. nor. central,3.0,1.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +883,884,1994,working fulltime,48.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +884,885,1994,working fulltime,29.0,,iap,12.0,foreign,0.0,0.0,0.0,$8000 to 9999,w. nor. central,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +885,886,1994,working fulltime,49.0,,iap,16.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +886,887,1994,working fulltime,47.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +887,888,1994,working fulltime,49.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +888,889,1994,keeping house,49.0,,iap,12.0,w. nor. central,0.0,0.0,1.0,$20000 - 24999,w. nor. central,2-3x a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +889,890,1994,working fulltime,64.0,,,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +890,891,1994,working fulltime,42.0,,iap,12.0,w. nor. central,1.0,0.0,0.0,$15000 - 19999,w. nor. central,sevrl times a yr,1,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +891,892,1994,working fulltime,64.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +892,893,1994,working fulltime,36.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +893,894,1994,working fulltime,43.0,yes,yes,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +894,895,1994,working fulltime,42.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +895,896,1994,working fulltime,31.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +896,897,1994,working fulltime,41.0,,,19.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +897,898,1994,retired,46.0,no,iap,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +898,899,1994,working fulltime,51.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +899,900,1994,working fulltime,42.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +900,901,1994,working fulltime,33.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +901,902,1994,working fulltime,51.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +902,903,1994,working fulltime,65.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,0.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +903,904,1994,working fulltime,38.0,,,12.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +904,905,1994,keeping house,,no,,8.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,never,0,,7.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +905,906,1994,working fulltime,42.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +906,907,1994,working fulltime,69.0,,iap,19.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +907,908,1994,working parttime,34.0,,,15.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +908,909,1994,working fulltime,34.0,,,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +909,910,1994,school,64.0,,,20.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,2-3x a month,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +910,911,1994,working parttime,42.0,,,15.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +911,912,1994,working fulltime,46.0,,,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +912,913,1994,working fulltime,55.0,no,iap,14.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +913,914,1994,temp not working,51.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +914,915,1994,working fulltime,61.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +915,916,1994,retired,44.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +916,917,1994,working fulltime,61.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +917,918,1994,working fulltime,35.0,,yes,12.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +918,919,1994,"unempl, laid off",36.0,,,12.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +919,920,1994,working fulltime,29.0,yes,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +920,921,1994,working fulltime,53.0,no,,14.0,pacific,0.0,0.0,1.0,$25000 or more,w. nor. central,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +921,922,1994,working fulltime,27.0,no,iap,16.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,yes,,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +922,923,1994,working fulltime,52.0,,iap,14.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +923,924,1994,working fulltime,39.0,no,iap,17.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +924,925,1994,working fulltime,28.0,yes,iap,16.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +925,926,1994,working fulltime,29.0,no,iap,12.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +926,927,1994,keeping house,42.0,yes,yes,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +927,928,1994,working fulltime,22.0,,,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +928,929,1994,working parttime,28.0,,,12.0,mountain,1.0,1.0,0.0,$8000 to 9999,mountain,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +929,930,1994,keeping house,30.0,no,yes,9.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +930,931,1994,working parttime,43.0,no,iap,15.0,pacific,0.0,0.0,2.0,$25000 or more,mountain,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +931,932,1994,working fulltime,61.0,no,iap,15.0,pacific,0.0,0.0,2.0,$25000 or more,mountain,,2,,3.0,1,0.0,0,,0,0,,,,1,0,0,0,0,0,0,0.0 +932,933,1994,working fulltime,38.0,no,iap,12.0,mountain,1.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +933,934,1994,working fulltime,66.0,,iap,13.0,mountain,3.0,2.0,0.0,$1000 to 2999,mountain,every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +934,935,1994,other,39.0,no,iap,16.0,e. nor. central,0.0,0.0,2.0,$25000 or more,mountain,nrly every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +935,936,1994,keeping house,31.0,no,iap,16.0,mountain,3.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +936,937,1994,working fulltime,51.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,,mountain,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +937,938,1994,keeping house,51.0,yes,iap,12.0,pacific,1.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +938,939,1994,working parttime,52.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +939,940,1994,working fulltime,51.0,no,iap,16.0,w. nor. central,2.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +940,941,1994,working fulltime,57.0,no,,13.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +941,942,1994,retired,44.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,mountain,,1,iap,,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0,0.0 +942,943,1994,working fulltime,19.0,no,iap,14.0,new england,0.0,2.0,1.0,$25000 or more,mountain,lt once a year,0,,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +943,944,1994,school,35.0,,,15.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,0,iap,4.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +944,945,1994,school,36.0,,iap,20.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,mountain,nrly every week,0,,3.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +945,946,1994,working parttime,33.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,never,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +946,947,1994,school,29.0,,,15.0,mountain,0.0,0.0,0.0,$3000 to 3999,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +947,948,1994,working parttime,29.0,,,15.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +948,949,1994,school,28.0,,,15.0,w. nor. central,0.0,0.0,0.0,$3000 to 3999,mountain,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +949,950,1994,school,,,,15.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,mountain,once a year,0,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +950,951,1994,school,21.0,,,16.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +951,952,1994,school,,,,16.0,mountain,0.0,0.0,0.0,$1000 to 2999,mountain,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +952,953,1994,working fulltime,45.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +953,954,1994,working parttime,30.0,,iap,9.0,pacific,0.0,0.0,0.0,$15000 - 19999,mountain,lt once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +954,955,1994,keeping house,51.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +955,956,1994,school,,,,12.0,pacific,0.0,0.0,0.0,,pacific,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +956,957,1994,working fulltime,66.0,no,iap,15.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +957,958,1994,working fulltime,51.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +958,959,1994,working fulltime,32.0,,iap,15.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +959,960,1994,keeping house,47.0,no,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +960,961,1994,working fulltime,61.0,no,iap,14.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,2-3x a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +961,962,1994,working fulltime,42.0,,,14.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +962,963,1994,keeping house,46.0,,iap,12.0,pacific,3.0,0.0,0.0,$15000 - 19999,pacific,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +963,964,1994,working fulltime,42.0,,iap,16.0,foreign,1.0,1.0,0.0,$20000 - 24999,pacific,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +964,965,1994,working parttime,41.0,,,5.0,foreign,0.0,0.0,0.0,$8000 to 9999,pacific,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +965,966,1994,working fulltime,32.0,,iap,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +966,967,1994,retired,23.0,no,,12.0,pacific,0.0,0.0,0.0,$7000 to 7999,pacific,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +967,968,1994,keeping house,27.0,no,iap,10.0,pacific,2.0,0.0,0.0,$10000 - 14999,pacific,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +968,969,1994,keeping house,28.0,,yes,12.0,pacific,1.0,1.0,0.0,lt $1000,pacific,never,1,yes,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +969,970,1994,working fulltime,51.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +970,971,1994,other,59.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +971,972,1994,retired,47.0,yes,,12.0,pacific,0.0,0.0,0.0,,pacific,never,1,,8.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +972,973,1994,"unempl, laid off",59.0,,,16.0,pacific,0.0,0.0,0.0,$6000 to 6999,pacific,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +973,974,1994,school,,,,15.0,south atlantic,0.0,0.0,0.0,lt $1000,pacific,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +974,975,1994,working fulltime,42.0,,iap,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +975,976,1994,working fulltime,58.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +976,977,1994,keeping house,47.0,yes,iap,18.0,middle atlantic,0.0,0.0,1.0,$25000 or more,pacific,lt once a year,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +977,978,1994,working fulltime,65.0,no,iap,15.0,e. nor. central,2.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +978,979,1994,working fulltime,31.0,,iap,15.0,pacific,0.0,1.0,0.0,$20000 - 24999,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +979,980,1994,working fulltime,46.0,,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,sevrl times a yr,0,,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +980,981,1994,working fulltime,31.0,,,15.0,pacific,0.0,0.0,1.0,,pacific,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +981,982,1994,keeping house,36.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +982,983,1994,working fulltime,48.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +983,984,1994,working fulltime,51.0,yes,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +984,985,1994,working fulltime,61.0,,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,iap,,1,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +985,986,1994,working fulltime,52.0,no,iap,14.0,south atlantic,1.0,1.0,0.0,,south atlantic,2-3x a month,2,,1.0,1,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +986,987,1994,working fulltime,52.0,,,13.0,south atlantic,0.0,1.0,1.0,,south atlantic,never,0,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +987,988,1994,working fulltime,36.0,,iap,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,yes,2.0,0,0.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +988,989,1994,other,36.0,,,12.0,south atlantic,0.0,2.0,0.0,$6000 to 6999,south atlantic,lt once a year,0,,2.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +989,990,1994,working fulltime,22.0,,,17.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +990,991,1994,working fulltime,31.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,iap,4.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +991,992,1994,school,,,,11.0,south atlantic,0.0,0.0,2.0,$20000 - 24999,south atlantic,sevrl times a yr,0,iap,6.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +992,993,1994,retired,22.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +993,994,1994,school,51.0,,,14.0,south atlantic,1.0,0.0,0.0,,south atlantic,once a month,0,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +994,995,1994,retired,49.0,no,,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +995,996,1994,"unempl, laid off",22.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,,14.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +996,997,1994,working fulltime,56.0,no,iap,14.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +997,998,1994,working parttime,32.0,no,iap,12.0,middle atlantic,1.0,1.0,0.0,$15000 - 19999,south atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +998,999,1994,working fulltime,30.0,,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +999,1000,1994,retired,28.0,no,,5.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1000,1001,1994,working parttime,29.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1001,1002,1994,working fulltime,44.0,no,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1002,1003,1994,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1003,1004,1994,working fulltime,32.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1004,1005,1994,working fulltime,35.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1005,1006,1994,keeping house,40.0,no,iap,13.0,e. nor. central,1.0,2.0,1.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1006,1007,1994,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1007,1008,1994,keeping house,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1008,1009,1994,working fulltime,44.0,no,iap,11.0,south atlantic,0.0,2.0,2.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1009,1010,1994,working fulltime,,yes,iap,17.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1010,1011,1994,retired,24.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1011,1012,1994,keeping house,,no,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,0,iap,7.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1012,1013,1994,keeping house,64.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1013,1014,1994,keeping house,,,,10.0,middle atlantic,0.0,3.0,1.0,$10000 - 14999,middle atlantic,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1014,1015,1994,working fulltime,53.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1015,1016,1994,retired,36.0,no,,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1016,1017,1994,"unempl, laid off",27.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1017,1018,1994,working fulltime,32.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1018,1019,1994,working fulltime,31.0,,iap,14.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1019,1020,1994,working fulltime,68.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1020,1021,1994,retired,42.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,0,iap,7.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1021,1022,1994,working fulltime,49.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1022,1023,1994,retired,51.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1023,1024,1994,retired,50.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1024,1025,1994,retired,30.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1025,1026,1994,working fulltime,31.0,no,iap,12.0,middle atlantic,0.0,1.0,2.0,$25000 or more,middle atlantic,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1026,1027,1994,retired,,no,,8.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,once a month,0,,6.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1027,1028,1994,working fulltime,48.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1028,1029,1994,keeping house,,no,,8.0,foreign,0.0,0.0,0.0,$7000 to 7999,middle atlantic,more thn once wk,1,iap,,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1029,1030,1994,retired,43.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1030,1031,1994,retired,27.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,0,,12.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1031,1032,1994,working fulltime,64.0,no,iap,18.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1032,1033,1994,working fulltime,44.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1033,1034,1994,working parttime,31.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,,9.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1034,1035,1994,temp not working,33.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1035,1036,1994,working fulltime,43.0,no,iap,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1036,1037,1994,working parttime,29.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1037,1038,1994,keeping house,28.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1038,1039,1994,retired,47.0,,yes,14.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,more thn once wk,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1039,1040,1994,keeping house,46.0,no,,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,2,,6.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1040,1041,1994,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1041,1042,1994,working fulltime,48.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1042,1043,1994,working fulltime,51.0,no,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1043,1044,1994,retired,34.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1044,1045,1994,working fulltime,45.0,,iap,16.0,pacific,0.0,0.0,1.0,$20000 - 24999,pacific,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1045,1046,1994,retired,30.0,yes,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a month,1,yes,4.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1046,1047,1994,working fulltime,47.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,0.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1047,1048,1994,working fulltime,60.0,no,iap,20.0,pacific,0.0,0.0,0.0,,pacific,more thn once wk,2,iap,2.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1048,1049,1994,working fulltime,64.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1049,1050,1994,working fulltime,49.0,no,iap,15.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1050,1051,1994,working fulltime,36.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1051,1052,1994,working fulltime,21.0,,,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1052,1053,1994,temp not working,64.0,,,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1053,1054,1994,working fulltime,28.0,,,16.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,pacific,never,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1054,1055,1994,working parttime,29.0,,,17.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1055,1056,1994,working fulltime,44.0,,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1056,1057,1994,working fulltime,43.0,,,17.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,2-3x a month,2,iap,1.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1057,1058,1994,school,,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1058,1059,1994,working fulltime,34.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1059,1060,1994,working fulltime,28.0,,iap,17.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1060,1061,1994,keeping house,52.0,,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1061,1062,1994,working fulltime,59.0,no,iap,16.0,foreign,1.0,1.0,0.0,$25000 or more,pacific,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1062,1063,1994,working fulltime,64.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1063,1064,1994,working fulltime,65.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1064,1065,1994,working parttime,51.0,no,iap,12.0,pacific,0.0,0.0,0.0,,pacific,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1065,1066,1994,working fulltime,51.0,no,iap,16.0,pacific,3.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1066,1067,1994,working fulltime,40.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1067,1068,1994,working fulltime,60.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1068,1069,1994,working fulltime,51.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,2.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1069,1070,1994,working parttime,51.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1070,1071,1994,working fulltime,51.0,,iap,14.0,e. nor. central,0.0,2.0,0.0,$25000 or more,pacific,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1071,1072,1994,working fulltime,65.0,no,iap,16.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1072,1073,1994,working fulltime,42.0,no,iap,14.0,foreign,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1073,1074,1994,temp not working,63.0,no,iap,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1074,1075,1994,working fulltime,60.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,5.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1075,1076,1994,"unempl, laid off",60.0,yes,iap,14.0,new england,0.0,2.0,1.0,$25000 or more,new england,never,0,yes,8.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1076,1077,1994,keeping house,36.0,yes,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1077,1078,1994,working fulltime,49.0,,,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1078,1079,1994,working fulltime,47.0,,iap,12.0,new england,0.0,0.0,0.0,,new england,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1079,1080,1994,keeping house,40.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,new england,never,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1080,1081,1994,keeping house,,no,,7.0,new england,0.0,0.0,0.0,,new england,once a month,0,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1081,1082,1994,working fulltime,33.0,no,iap,19.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1082,1083,1994,working parttime,40.0,,,12.0,new england,0.0,0.0,1.0,$25000 or more,new england,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1083,1084,1994,working fulltime,74.0,no,iap,18.0,new england,0.0,0.0,1.0,$25000 or more,new england,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1084,1085,1994,keeping house,31.0,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,new england,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1085,1086,1994,working fulltime,57.0,,iap,12.0,new england,0.0,1.0,0.0,$15000 - 19999,new england,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1086,1087,1994,working parttime,33.0,,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,new england,every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1087,1088,1994,working fulltime,57.0,no,iap,12.0,new england,0.0,2.0,0.0,$25000 or more,new england,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1088,1089,1994,working fulltime,49.0,no,,16.0,middle atlantic,0.0,2.0,0.0,$25000 or more,new england,once a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1089,1090,1994,working fulltime,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,more thn once wk,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1090,1091,1994,working fulltime,74.0,,iap,13.0,south atlantic,0.0,0.0,1.0,$25000 or more,new england,every week,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1091,1092,1994,working fulltime,35.0,yes,,12.0,new england,0.0,0.0,1.0,$25000 or more,new england,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1092,1093,1994,working fulltime,40.0,no,,12.0,new england,0.0,0.0,0.0,$4000 to 4999,new england,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1093,1094,1994,keeping house,36.0,yes,,12.0,new england,0.0,0.0,0.0,$6000 to 6999,new england,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1094,1095,1994,keeping house,46.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,new england,once a month,1,,8.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1095,1096,1994,keeping house,,no,,8.0,new england,0.0,0.0,0.0,,new england,once a month,2,iap,10.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1096,1097,1994,keeping house,42.0,no,,9.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,new england,more thn once wk,2,iap,10.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1097,1098,1994,keeping house,36.0,,yes,6.0,foreign,0.0,0.0,0.0,$4000 to 4999,new england,more thn once wk,1,iap,8.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1098,1099,1994,retired,22.0,,,12.0,new england,0.0,0.0,0.0,,new england,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1099,1100,1994,working parttime,49.0,,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1100,1101,1994,retired,28.0,no,,6.0,new england,0.0,0.0,0.0,$3000 to 3999,new england,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1101,1102,1994,temp not working,69.0,,,16.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1102,1103,1994,retired,28.0,no,iap,11.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,never,2,iap,24.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1103,1104,1994,working parttime,49.0,,iap,12.0,new england,1.0,1.0,0.0,$25000 or more,new england,once a year,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1104,1105,1994,working fulltime,50.0,no,iap,13.0,new england,0.0,2.0,0.0,$25000 or more,new england,every week,0,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1105,1106,1994,working fulltime,59.0,no,iap,16.0,new england,2.0,1.0,0.0,$25000 or more,new england,every week,2,,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1106,1107,1994,working fulltime,40.0,no,iap,12.0,new england,0.0,2.0,0.0,$25000 or more,new england,2-3x a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1107,1108,1994,working fulltime,52.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1108,1109,1994,retired,23.0,no,,12.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1109,1110,1994,"unempl, laid off",27.0,,,12.0,new england,0.0,0.0,0.0,$3000 to 3999,new england,every week,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1110,1111,1994,"unempl, laid off",32.0,,,9.0,w. nor. central,0.0,0.0,0.0,,new england,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1111,1112,1994,working fulltime,29.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1112,1113,1994,"unempl, laid off",29.0,,iap,9.0,new england,0.0,0.0,2.0,$8000 to 9999,new england,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1113,1114,1994,retired,47.0,yes,,12.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,nrly every week,1,,3.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1114,1115,1994,keeping house,46.0,no,iap,12.0,new england,0.0,3.0,0.0,$25000 or more,new england,lt once a year,1,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1115,1116,1994,keeping house,44.0,no,iap,16.0,new england,2.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1116,1117,1994,working fulltime,36.0,no,,7.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1117,1118,1994,working parttime,32.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,yes,5.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1118,1119,1994,working fulltime,75.0,no,iap,19.0,new england,1.0,0.0,0.0,$25000 or more,new england,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1119,1120,1994,working fulltime,60.0,,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1120,1121,1994,working fulltime,50.0,yes,iap,8.0,new england,0.0,0.0,1.0,,new england,sevrl times a yr,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1121,1122,1994,working parttime,51.0,yes,iap,12.0,new england,0.0,0.0,0.0,,new england,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1122,1123,1994,retired,60.0,no,iap,15.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1123,1124,1994,school,22.0,,,14.0,new england,0.0,0.0,2.0,$25000 or more,new england,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1124,1125,1994,keeping house,44.0,,iap,7.0,foreign,0.0,0.0,3.0,,new england,never,0,,8.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1125,1126,1994,working fulltime,30.0,,,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1126,1127,1994,working fulltime,47.0,no,iap,16.0,new england,1.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1127,1128,1994,working fulltime,33.0,,,14.0,foreign,0.0,0.0,0.0,$20000 - 24999,new england,2-3x a month,0,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1128,1129,1994,keeping house,22.0,no,,10.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1129,1130,1994,retired,30.0,no,,8.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,every week,0,,10.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1130,1131,1994,working fulltime,73.0,no,iap,17.0,w. sou. central,0.0,2.0,0.0,$25000 or more,new england,once a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1131,1132,1994,working fulltime,64.0,,iap,18.0,new england,0.0,0.0,1.0,$25000 or more,new england,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1132,1133,1994,retired,32.0,no,iap,16.0,new england,0.0,0.0,0.0,,new england,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1133,1134,1994,working fulltime,66.0,,,18.0,new england,0.0,0.0,0.0,$25000 or more,new england,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1134,1135,1994,keeping house,36.0,,iap,12.0,new england,0.0,0.0,0.0,$4000 to 4999,new england,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1135,1136,1994,working fulltime,43.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1136,1137,1994,keeping house,34.0,no,,13.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,more thn once wk,1,iap,5.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1137,1138,1994,working fulltime,65.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1138,1139,1994,temp not working,68.0,,,18.0,new england,0.0,0.0,0.0,,new england,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1139,1140,1994,working fulltime,24.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1140,1141,1994,retired,43.0,no,,9.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,0,,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1141,1142,1994,keeping house,32.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$10000 - 14999,middle atlantic,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1142,1143,1994,working fulltime,51.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1143,1144,1994,working fulltime,50.0,,iap,14.0,middle atlantic,0.0,0.0,2.0,$15000 - 19999,middle atlantic,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1144,1145,1994,"unempl, laid off",42.0,no,iap,13.0,middle atlantic,,,0.0,$1000 to 2999,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1145,1146,1994,working fulltime,47.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,1.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +1146,1147,1994,working parttime,36.0,,iap,12.0,middle atlantic,2.0,0.0,0.0,$8000 to 9999,middle atlantic,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1147,1148,1994,retired,34.0,no,iap,10.0,middle atlantic,0.0,1.0,0.0,$15000 - 19999,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1148,1149,1994,working fulltime,42.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1149,1150,1994,working fulltime,36.0,,,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1150,1151,1994,working fulltime,40.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1151,1152,1994,working fulltime,28.0,,iap,14.0,middle atlantic,1.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1152,1153,1994,working fulltime,28.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,never,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1153,1154,1994,working parttime,29.0,no,iap,15.0,middle atlantic,2.0,0.0,0.0,$8000 to 9999,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1154,1155,1994,working fulltime,51.0,,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,2,yes,,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1155,1156,1994,working fulltime,33.0,no,iap,12.0,middle atlantic,0.0,0.0,3.0,$25000 or more,middle atlantic,more thn once wk,1,yes,0.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1156,1157,1994,working fulltime,38.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1157,1158,1994,working fulltime,54.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1158,1159,1994,working fulltime,29.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1159,1160,1994,working fulltime,36.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1160,1161,1994,retired,53.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1161,1162,1994,working fulltime,54.0,no,iap,14.0,pacific,0.0,0.0,2.0,$25000 or more,middle atlantic,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1162,1163,1994,working fulltime,51.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1163,1164,1994,keeping house,54.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,,2,,2.0,1,1.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +1164,1165,1994,working fulltime,65.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1165,1166,1994,"unempl, laid off",41.0,no,,12.0,middle atlantic,0.0,2.0,0.0,$10000 - 14999,middle atlantic,never,0,iap,12.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1166,1167,1994,working parttime,29.0,,,12.0,middle atlantic,0.0,2.0,0.0,$8000 to 9999,middle atlantic,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1167,1168,1994,temp not working,51.0,,,13.0,middle atlantic,2.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,0,iap,5.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1168,1169,1994,"unempl, laid off",,,,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,3.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1169,1170,1994,"unempl, laid off",60.0,yes,,12.0,middle atlantic,0.0,1.0,3.0,,middle atlantic,sevrl times a yr,0,iap,3.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1170,1171,1994,keeping house,,,,8.0,middle atlantic,1.0,3.0,0.0,$15000 - 19999,middle atlantic,never,1,,15.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1171,1172,1994,working fulltime,42.0,no,,14.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1172,1173,1994,school,,,,10.0,middle atlantic,1.0,0.0,1.0,$6000 to 6999,middle atlantic,never,0,iap,8.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1173,1174,1994,working parttime,43.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1174,1175,1994,working parttime,46.0,no,iap,16.0,middle atlantic,2.0,1.0,0.0,,middle atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1175,1176,1994,working fulltime,43.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1176,1177,1994,retired,46.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,0,,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1177,1178,1994,working fulltime,63.0,,,17.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1178,1179,1994,keeping house,46.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1179,1180,1994,working fulltime,20.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,,2,,2.0,1,1.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +1180,1181,1994,working parttime,66.0,,yes,17.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1181,1182,1994,retired,51.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1182,1183,1994,working fulltime,64.0,,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1183,1184,1994,school,74.0,,,17.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a month,2,iap,5.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1184,1185,1994,working fulltime,44.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1185,1186,1994,temp not working,33.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,0,iap,4.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +1186,1187,1994,working fulltime,42.0,,,13.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,1,iap,3.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1187,1188,1994,working fulltime,52.0,no,iap,16.0,foreign,3.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1188,1189,1994,working parttime,32.0,no,iap,17.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,0,,5.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1189,1190,1994,working fulltime,64.0,,,18.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1190,1191,1994,keeping house,30.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1191,1192,1994,school,,,,17.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1192,1193,1994,working fulltime,36.0,no,iap,13.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1193,1194,1994,keeping house,35.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,yes,7.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1194,1195,1994,working fulltime,48.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1195,1196,1994,"unempl, laid off",51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1196,1197,1994,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1197,1198,1994,working parttime,29.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1198,1199,1994,working fulltime,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,4.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1199,1200,1994,working fulltime,51.0,yes,iap,12.0,middle atlantic,0.0,0.0,1.0,$20000 - 24999,middle atlantic,more thn once wk,1,yes,3.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1200,1201,1994,working fulltime,30.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1201,1202,1994,retired,51.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,0,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1202,1203,1994,"unempl, laid off",38.0,no,iap,14.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1203,1204,1994,working parttime,32.0,,,11.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,iap,6.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1204,1205,1994,retired,66.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1205,1206,1994,working fulltime,44.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1206,1207,1994,working fulltime,47.0,no,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1207,1208,1994,retired,30.0,no,yes,6.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1208,1209,1994,working parttime,60.0,no,iap,12.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1209,1210,1994,working fulltime,27.0,,,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,2,iap,,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1210,1211,1994,retired,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1211,1212,1994,working parttime,66.0,no,iap,15.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,more thn once wk,2,iap,4.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1212,1213,1994,working fulltime,74.0,no,iap,13.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1213,1214,1994,working fulltime,64.0,no,iap,19.0,foreign,1.0,2.0,0.0,$25000 or more,middle atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1214,1215,1994,working parttime,40.0,,,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1215,1216,1994,working fulltime,44.0,no,,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1216,1217,1994,working fulltime,49.0,no,iap,13.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1217,1218,1994,retired,73.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1218,1219,1994,working parttime,17.0,,,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1219,1220,1994,retired,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1220,1221,1994,retired,51.0,no,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1221,1222,1994,school,32.0,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1222,1223,1994,retired,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1223,1224,1994,retired,,no,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,,1,,6.0,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0,0.0 +1224,1225,1994,working fulltime,60.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1225,1226,1994,retired,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,,2,iap,,1,0.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +1226,1227,1994,working fulltime,32.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,more thn once wk,0,iap,2.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1227,1228,1994,working fulltime,36.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1228,1229,1994,working fulltime,31.0,yes,iap,13.0,south atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,once a year,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1229,1230,1994,temp not working,30.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1230,1231,1994,working fulltime,32.0,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1231,1232,1994,keeping house,28.0,no,iap,7.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1232,1233,1994,working parttime,64.0,no,iap,18.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1233,1234,1994,working fulltime,47.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1234,1235,1994,working parttime,20.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,2-3x a month,2,yes,5.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1235,1236,1994,working parttime,45.0,yes,iap,12.0,middle atlantic,0.0,0.0,1.0,$20000 - 24999,middle atlantic,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1236,1237,1994,working fulltime,27.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1237,1238,1994,working parttime,42.0,no,iap,12.0,middle atlantic,0.0,0.0,3.0,$25000 or more,middle atlantic,more thn once wk,1,yes,3.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1238,1239,1994,working fulltime,51.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1239,1240,1994,working parttime,34.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1240,1241,1994,working fulltime,33.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1241,1242,1994,working fulltime,51.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,4.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1242,1243,1994,working parttime,32.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1243,1244,1994,"unempl, laid off",25.0,,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1244,1245,1994,working fulltime,35.0,no,iap,12.0,mountain,1.0,0.0,0.0,$6000 to 6999,middle atlantic,sevrl times a yr,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1245,1246,1994,working parttime,28.0,no,yes,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1246,1247,1994,retired,40.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1247,1248,1994,working fulltime,42.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,sevrl times a yr,0,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1248,1249,1994,working fulltime,36.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1249,1250,1994,working fulltime,30.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1250,1251,1994,working parttime,35.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,iap,4.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1251,1252,1994,retired,28.0,no,yes,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1252,1253,1994,retired,24.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1253,1254,1994,working parttime,24.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1254,1255,1994,retired,60.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1255,1256,1994,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1256,1257,1994,school,,,,11.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1257,1258,1994,retired,42.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,,8.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1258,1259,1994,working fulltime,39.0,no,iap,16.0,e. nor. central,0.0,1.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,0,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1259,1260,1994,working fulltime,28.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1260,1261,1994,working fulltime,31.0,yes,iap,10.0,e. nor. central,0.0,4.0,2.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1261,1262,1994,retired,40.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1262,1263,1994,working fulltime,33.0,no,iap,12.0,e. nor. central,2.0,1.0,0.0,$20000 - 24999,e. nor. central,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1263,1264,1994,working parttime,35.0,,,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,0,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1264,1265,1994,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1265,1266,1994,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,3.0,,e. nor. central,every week,1,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1266,1267,1994,retired,36.0,no,,7.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1267,1268,1994,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1268,1269,1994,working fulltime,42.0,no,iap,12.0,e. nor. central,1.0,3.0,2.0,$25000 or more,e. nor. central,every week,1,yes,8.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1269,1270,1994,working fulltime,28.0,no,iap,11.0,e. nor. central,1.0,1.0,1.0,$25000 or more,e. nor. central,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1270,1271,1994,working fulltime,50.0,yes,iap,13.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1271,1272,1994,working fulltime,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1272,1273,1994,retired,73.0,,,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1273,1274,1994,working fulltime,42.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1274,1275,1994,working fulltime,35.0,yes,iap,13.0,w. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1275,1276,1994,working fulltime,42.0,no,iap,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1276,1277,1994,working parttime,29.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1277,1278,1994,working fulltime,32.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,6.0,1,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1278,1279,1994,working fulltime,38.0,,,18.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1279,1280,1994,working fulltime,60.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1280,1281,1994,working fulltime,48.0,no,iap,14.0,pacific,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1281,1282,1994,retired,34.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1282,1283,1994,working fulltime,43.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$15000 - 19999,e. nor. central,once a year,0,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1283,1284,1994,working fulltime,29.0,,iap,12.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1284,1285,1994,working fulltime,47.0,yes,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1285,1286,1994,temp not working,42.0,no,iap,10.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,once a year,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1286,1287,1994,working fulltime,29.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1287,1288,1994,working fulltime,42.0,yes,,8.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,nrly every week,1,,3.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1288,1289,1994,working fulltime,57.0,,iap,14.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1289,1290,1994,working fulltime,22.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1290,1291,1994,keeping house,32.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1291,1292,1994,working fulltime,35.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,,1,yes,4.0,0,0.0,0,,0,0,,,,1,0,0,0,0,0,0, +1292,1293,1994,working fulltime,60.0,no,iap,14.0,south atlantic,0.0,2.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1293,1294,1994,working fulltime,33.0,no,iap,14.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1294,1295,1994,keeping house,29.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1295,1296,1994,working fulltime,30.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1296,1297,1994,retired,30.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1297,1298,1994,"unempl, laid off",64.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1298,1299,1994,working fulltime,42.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1299,1300,1994,retired,60.0,no,yes,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1300,1301,1994,retired,30.0,yes,iap,8.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1301,1302,1994,"unempl, laid off",29.0,,,10.0,e. nor. central,1.0,2.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1302,1303,1994,"unempl, laid off",42.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1303,1304,1994,working parttime,31.0,,,12.0,e. nor. central,2.0,0.0,0.0,$4000 to 4999,e. nor. central,once a year,0,iap,4.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1304,1305,1994,working fulltime,35.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1305,1306,1994,working fulltime,40.0,,iap,9.0,e. nor. central,0.0,3.0,0.0,$1000 to 2999,e. nor. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1306,1307,1994,"unempl, laid off",31.0,,,15.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,never,2,iap,,1,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1307,1308,1994,keeping house,,,,11.0,e. nor. central,2.0,0.0,0.0,$4000 to 4999,e. nor. central,never,1,,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1308,1309,1994,working fulltime,30.0,,,11.0,e. nor. central,2.0,1.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1309,1310,1994,working fulltime,64.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1310,1311,1994,keeping house,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1311,1312,1994,working parttime,45.0,,iap,14.0,e. nor. central,0.0,1.0,1.0,$5000 to 5999,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1312,1313,1994,working parttime,31.0,no,iap,9.0,w. sou. central,0.0,2.0,1.0,$15000 - 19999,e. nor. central,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1313,1314,1994,keeping house,23.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$20000 - 24999,e. nor. central,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1314,1315,1994,working fulltime,34.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1315,1316,1994,"unempl, laid off",29.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,,e. nor. central,lt once a year,1,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1316,1317,1994,keeping house,35.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,1,yes,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1317,1318,1994,retired,,yes,,10.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,lt once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1318,1319,1994,keeping house,,no,,12.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,once a month,0,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1319,1320,1994,keeping house,46.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1320,1321,1994,keeping house,22.0,yes,,9.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1321,1322,1994,retired,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1322,1323,1994,keeping house,,no,,12.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,every week,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1323,1324,1994,retired,42.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1324,1325,1994,working parttime,32.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1325,1326,1994,"unempl, laid off",31.0,,,12.0,e. nor. central,1.0,0.0,0.0,$3000 to 3999,e. nor. central,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1326,1327,1994,working fulltime,32.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1327,1328,1994,working fulltime,42.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,2,,1.0,1,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1328,1329,1994,retired,30.0,no,,16.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,4.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1329,1330,1994,keeping house,46.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,more thn once wk,1,yes,4.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +1330,1331,1994,other,35.0,,iap,13.0,e. nor. central,2.0,0.0,0.0,,e. nor. central,once a year,1,iap,12.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1331,1332,1994,retired,30.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,0,iap,3.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1332,1333,1994,working fulltime,64.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1333,1334,1994,school,31.0,,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1334,1335,1994,retired,36.0,no,yes,12.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1335,1336,1994,"unempl, laid off",31.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,0,yes,,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1336,1337,1994,working parttime,60.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1337,1338,1994,working parttime,47.0,,yes,16.0,pacific,0.0,1.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1338,1339,1994,working fulltime,64.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1339,1340,1994,working fulltime,22.0,,,12.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,nrly every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1340,1341,1994,working fulltime,61.0,,,15.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,0,,3.0,0,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1341,1342,1994,keeping house,39.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,,8.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1342,1343,1994,working fulltime,58.0,,,14.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1343,1344,1994,retired,35.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1344,1345,1994,retired,62.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1345,1346,1994,working parttime,31.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1346,1347,1994,working fulltime,41.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1347,1348,1994,working fulltime,59.0,yes,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1348,1349,1994,working fulltime,32.0,no,,10.0,foreign,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1349,1350,1994,working fulltime,69.0,no,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1350,1351,1994,working parttime,32.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1351,1352,1994,retired,66.0,no,,16.0,foreign,0.0,0.0,0.0,,e. nor. central,once a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1352,1353,1994,working fulltime,48.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1353,1354,1994,working fulltime,51.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1354,1355,1994,working fulltime,42.0,yes,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1355,1356,1994,retired,61.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,6.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1356,1357,1994,keeping house,31.0,yes,,8.0,w. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,iap,0.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1357,1358,1994,working fulltime,64.0,,iap,20.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1358,1359,1994,working fulltime,47.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1359,1360,1994,working fulltime,40.0,no,iap,14.0,pacific,0.0,2.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +1360,1361,1994,working fulltime,61.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1361,1362,1994,working fulltime,49.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1362,1363,1994,working fulltime,49.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1363,1364,1994,working fulltime,41.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,yes,4.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1364,1365,1994,working fulltime,47.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,,1,iap,,0,0.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +1365,1366,1994,working fulltime,66.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1366,1367,1994,working fulltime,40.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1367,1368,1994,temp not working,28.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,,1,,3.0,0,0.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +1368,1369,1994,keeping house,,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,yes,8.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1369,1370,1994,keeping house,33.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,every week,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1370,1371,1994,keeping house,57.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,,2,iap,,1,1.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +1371,1372,1994,working fulltime,46.0,,iap,12.0,foreign,1.0,1.0,2.0,$10000 - 14999,e. nor. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1372,1373,1994,working fulltime,32.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,7.0,1,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1373,1374,1994,keeping house,46.0,,,13.0,foreign,0.0,0.0,0.0,,e. nor. central,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1374,1375,1994,working fulltime,44.0,no,iap,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1375,1376,1994,working fulltime,24.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,0,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1376,1377,1994,working fulltime,41.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1377,1378,1994,keeping house,29.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,0,iap,5.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1378,1379,1994,working parttime,42.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1379,1380,1994,working fulltime,61.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1380,1381,1994,working parttime,65.0,yes,iap,16.0,e. nor. central,0.0,3.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1381,1382,1994,working fulltime,35.0,no,iap,13.0,e. nor. central,0.0,1.0,1.0,,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1382,1383,1994,keeping house,49.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1383,1384,1994,keeping house,46.0,no,iap,14.0,w. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1384,1385,1994,working fulltime,59.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1385,1386,1994,retired,49.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1386,1387,1994,working fulltime,51.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1387,1388,1994,keeping house,21.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,2,,8.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1388,1389,1994,working fulltime,36.0,yes,iap,14.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1389,1390,1994,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,4.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1390,1391,1994,working parttime,22.0,no,iap,13.0,w. nor. central,0.0,0.0,1.0,,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1391,1392,1994,working fulltime,51.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1392,1393,1994,working fulltime,27.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1393,1394,1994,working fulltime,47.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,3.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1394,1395,1994,retired,66.0,,,18.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1395,1396,1994,working fulltime,42.0,,iap,13.0,e. nor. central,0.0,1.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,2,,3.0,1,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1396,1397,1994,working fulltime,64.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1397,1398,1994,"unempl, laid off",31.0,,,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,,8.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1398,1399,1994,working fulltime,65.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1399,1400,1994,keeping house,22.0,,iap,12.0,e. nor. central,1.0,1.0,0.0,$3000 to 3999,e. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1400,1401,1994,keeping house,30.0,,,12.0,e. nor. central,1.0,0.0,2.0,$25000 or more,e. nor. central,once a year,0,,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1401,1402,1994,"unempl, laid off",24.0,,,12.0,e. nor. central,1.0,0.0,0.0,$1000 to 2999,e. nor. central,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1402,1403,1994,working fulltime,30.0,,,11.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1403,1404,1994,working fulltime,40.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1404,1405,1994,working fulltime,33.0,,iap,10.0,e. nor. central,1.0,1.0,0.0,lt $1000,e. nor. central,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1405,1406,1994,working parttime,32.0,no,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1406,1407,1994,working fulltime,41.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,,e. nor. central,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1407,1408,1994,working fulltime,36.0,yes,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1408,1409,1994,working fulltime,62.0,,iap,15.0,e. nor. central,0.0,0.0,1.0,$20000 - 24999,e. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1409,1410,1994,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1410,1411,1994,working fulltime,47.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1411,1412,1994,working fulltime,58.0,,,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1412,1413,1994,keeping house,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,3.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1413,1414,1994,working fulltime,59.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1414,1415,1994,working fulltime,32.0,yes,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1415,1416,1994,working fulltime,74.0,yes,iap,20.0,south atlantic,3.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1416,1417,1994,working parttime,32.0,no,iap,14.0,foreign,2.0,2.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1417,1418,1994,working fulltime,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1418,1419,1994,working fulltime,65.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1419,1420,1994,working fulltime,42.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,0,iap,4.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +1420,1421,1994,working parttime,42.0,,,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1421,1422,1994,working fulltime,51.0,yes,iap,12.0,e. nor. central,0.0,3.0,0.0,$15000 - 19999,e. nor. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1422,1423,1994,working parttime,22.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1423,1424,1994,temp not working,65.0,no,iap,17.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1424,1425,1994,temp not working,57.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,0,,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1425,1426,1994,working parttime,23.0,no,iap,13.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1426,1427,1994,keeping house,47.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,,3.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1427,1428,1994,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1428,1429,1994,working fulltime,33.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1429,1430,1994,working fulltime,42.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1430,1431,1994,working fulltime,17.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1431,1432,1994,working fulltime,51.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1432,1433,1994,working fulltime,68.0,,,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1433,1434,1994,working fulltime,44.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1434,1435,1994,working fulltime,60.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,3.0,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1435,1436,1994,keeping house,28.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1436,1437,1994,working fulltime,44.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1437,1438,1994,keeping house,64.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1438,1439,1994,working fulltime,52.0,,iap,18.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1439,1440,1994,working fulltime,48.0,no,,15.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1440,1441,1994,working fulltime,74.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1441,1442,1994,working parttime,25.0,,,12.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,once a month,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1442,1443,1994,keeping house,64.0,no,iap,18.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1443,1444,1994,retired,47.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,0,,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1444,1445,1994,keeping house,36.0,yes,iap,12.0,e. nor. central,0.0,1.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,1,iap,4.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1445,1446,1994,working fulltime,42.0,yes,iap,11.0,e. sou. central,0.0,1.0,1.0,$20000 - 24999,e. nor. central,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1446,1447,1994,working parttime,31.0,no,iap,14.0,e. nor. central,0.0,2.0,0.0,$20000 - 24999,e. nor. central,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1447,1448,1994,working fulltime,40.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1448,1449,1994,working fulltime,34.0,yes,iap,16.0,e. nor. central,0.0,1.0,1.0,$20000 - 24999,e. nor. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1449,1450,1994,keeping house,46.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,yes,4.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1450,1451,1994,working fulltime,42.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1451,1452,1994,working fulltime,40.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1452,1453,1994,retired,,no,,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1453,1454,1994,working fulltime,35.0,,iap,10.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1454,1455,1994,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1455,1456,1994,keeping house,34.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,,10.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1456,1457,1994,retired,35.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1457,1458,1994,working fulltime,57.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1458,1459,1994,retired,30.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1459,1460,1994,working fulltime,30.0,,,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1460,1461,1994,working fulltime,35.0,yes,iap,8.0,e. sou. central,0.0,0.0,2.0,$25000 or more,e. nor. central,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1461,1462,1994,working fulltime,41.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1462,1463,1994,working fulltime,56.0,no,iap,14.0,south atlantic,2.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1463,1464,1994,retired,39.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,2,,5.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1464,1465,1994,working parttime,28.0,,,13.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1465,1466,1994,keeping house,,,,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1466,1467,1994,working fulltime,30.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1467,1468,1994,working fulltime,50.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1468,1469,1994,retired,24.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,1,iap,3.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1469,1470,1994,working fulltime,47.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1470,1471,1994,working fulltime,35.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1471,1472,1994,temp not working,60.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1472,1473,1994,working fulltime,64.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1473,1474,1994,school,,,iap,14.0,e. nor. central,1.0,1.0,0.0,$7000 to 7999,e. nor. central,lt once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1474,1475,1994,retired,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1475,1476,1994,keeping house,,no,,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1476,1477,1994,working fulltime,51.0,no,iap,16.0,w. nor. central,3.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1477,1478,1994,retired,41.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,,4.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1478,1479,1994,working fulltime,44.0,no,iap,16.0,w. nor. central,2.0,3.0,0.0,$25000 or more,w. nor. central,every week,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1479,1480,1994,working fulltime,69.0,,iap,20.0,w. nor. central,0.0,0.0,1.0,,w. nor. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1480,1481,1994,working fulltime,42.0,no,iap,16.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1481,1482,1994,working fulltime,46.0,,iap,12.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1482,1483,1994,working fulltime,51.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,,2.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1483,1484,1994,working fulltime,36.0,,yes,14.0,w. nor. central,1.0,0.0,0.0,$10000 - 14999,w. nor. central,once a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1484,1485,1994,working fulltime,37.0,,,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1485,1486,1994,working parttime,30.0,yes,yes,10.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,lt once a year,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1486,1487,1994,working parttime,61.0,,iap,16.0,w. nor. central,0.0,0.0,1.0,,w. nor. central,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1487,1488,1994,working fulltime,45.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1488,1489,1994,working fulltime,47.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1489,1490,1994,retired,50.0,,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,1,yes,10.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1490,1491,1994,retired,47.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,more thn once wk,1,iap,5.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +1491,1492,1994,keeping house,42.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,yes,,1,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1492,1493,1994,retired,30.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,yes,5.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1493,1494,1994,"unempl, laid off",23.0,,,11.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,lt once a year,0,iap,9.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1494,1495,1994,retired,50.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,yes,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1495,1496,1994,retired,,no,iap,8.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1496,1497,1994,working fulltime,23.0,no,iap,12.0,w. nor. central,0.0,2.0,2.0,$25000 or more,w. nor. central,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1497,1498,1994,working fulltime,29.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,2-3x a month,2,yes,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1498,1499,1994,working fulltime,28.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1499,1500,1994,keeping house,20.0,,yes,12.0,pacific,0.0,1.0,0.0,$4000 to 4999,w. nor. central,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1500,1501,1994,working parttime,22.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1501,1502,1994,working parttime,40.0,no,,8.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,2-3x a month,0,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1502,1503,1994,working fulltime,40.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1503,1504,1994,working fulltime,40.0,,iap,7.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1504,1505,1994,working parttime,36.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1505,1506,1994,retired,40.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,1,iap,0.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1506,1507,1994,retired,50.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1507,1508,1994,keeping house,36.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1508,1509,1994,working fulltime,66.0,no,iap,17.0,pacific,0.0,2.0,0.0,,w. nor. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1509,1510,1994,retired,66.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1510,1511,1994,working parttime,34.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,6.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1511,1512,1994,working fulltime,29.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1512,1513,1994,working fulltime,69.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1513,1514,1994,working parttime,24.0,no,iap,12.0,w. nor. central,0.0,1.0,1.0,,w. nor. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1514,1515,1994,keeping house,29.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1515,1516,1994,working fulltime,40.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,0,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1516,1517,1994,keeping house,47.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1517,1518,1994,working fulltime,66.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1518,1519,1994,working fulltime,45.0,,iap,12.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1519,1520,1994,working fulltime,31.0,yes,iap,12.0,w. sou. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,lt once a year,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1520,1521,1994,working fulltime,42.0,yes,iap,8.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1521,1522,1994,working fulltime,28.0,yes,iap,12.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,once a year,0,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1522,1523,1994,retired,47.0,yes,yes,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1523,1524,1994,working fulltime,57.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1524,1525,1994,working parttime,22.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1525,1526,1994,temp not working,53.0,no,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1526,1527,1994,working fulltime,30.0,,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,2,yes,5.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1527,1528,1994,retired,40.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1528,1529,1994,working parttime,46.0,no,iap,14.0,e. nor. central,0.0,1.0,2.0,$25000 or more,w. nor. central,more thn once wk,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1529,1530,1994,working fulltime,44.0,yes,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1530,1531,1994,working fulltime,28.0,,iap,13.0,e. nor. central,0.0,0.0,1.0,lt $1000,w. nor. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1531,1532,1994,school,46.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1532,1533,1994,school,,no,iap,15.0,foreign,0.0,0.0,0.0,$5000 to 5999,w. nor. central,more thn once wk,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1533,1534,1994,school,46.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1534,1535,1994,working fulltime,21.0,,,11.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,sevrl times a yr,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1535,1536,1994,working fulltime,64.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1536,1537,1994,working parttime,50.0,yes,iap,10.0,mountain,0.0,1.0,1.0,$25000 or more,w. nor. central,once a month,2,iap,,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1537,1538,1994,working fulltime,60.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1538,1539,1994,working fulltime,51.0,,,18.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1539,1540,1994,working parttime,52.0,yes,yes,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1540,1541,1994,retired,40.0,no,,8.0,foreign,0.0,0.0,0.0,$4000 to 4999,w. nor. central,every week,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1541,1542,1994,working fulltime,35.0,,,16.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1542,1543,1994,temp not working,45.0,yes,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1543,1544,1994,working fulltime,38.0,yes,iap,16.0,mountain,1.0,1.0,0.0,$25000 or more,w. nor. central,lt once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1544,1545,1994,working fulltime,35.0,no,iap,20.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1545,1546,1994,working fulltime,35.0,,yes,8.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1546,1547,1994,working fulltime,34.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,,10.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1547,1548,1994,working fulltime,30.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,3.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1548,1549,1994,keeping house,35.0,no,,9.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1549,1550,1994,working fulltime,35.0,no,iap,7.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1550,1551,1994,working fulltime,37.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1551,1552,1994,working fulltime,42.0,yes,iap,12.0,w. sou. central,0.0,0.0,1.0,$5000 to 5999,south atlantic,nrly every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1552,1553,1994,working fulltime,47.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1553,1554,1994,working fulltime,45.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1554,1555,1994,keeping house,40.0,,yes,9.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1555,1556,1994,working fulltime,37.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1556,1557,1994,keeping house,42.0,no,,11.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,more thn once wk,2,,4.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1557,1558,1994,working fulltime,37.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1558,1559,1994,keeping house,28.0,,,12.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1559,1560,1994,keeping house,29.0,,iap,9.0,w. nor. central,1.0,3.0,0.0,$10000 - 14999,south atlantic,every week,0,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1560,1561,1994,working fulltime,34.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1561,1562,1994,retired,62.0,,yes,16.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,more thn once wk,1,iap,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1562,1563,1994,working fulltime,34.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1563,1564,1994,retired,64.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1564,1565,1994,keeping house,29.0,no,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1565,1566,1994,retired,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1566,1567,1994,retired,44.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1567,1568,1994,working parttime,51.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1568,1569,1994,working fulltime,61.0,,,15.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,iap,0.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1569,1570,1994,other,46.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,lt $1000,south atlantic,every week,0,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1570,1571,1994,working fulltime,44.0,,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1571,1572,1994,working fulltime,60.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1572,1573,1994,working parttime,23.0,,iap,14.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1573,1574,1994,working fulltime,30.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,south atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1574,1575,1994,retired,74.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1575,1576,1994,working fulltime,51.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1576,1577,1994,working fulltime,64.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1577,1578,1994,working fulltime,52.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1578,1579,1994,retired,51.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,iap,9.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1579,1580,1994,working fulltime,66.0,,iap,18.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1580,1581,1994,"unempl, laid off",17.0,no,iap,18.0,new england,1.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1581,1582,1994,working fulltime,20.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1582,1583,1994,working fulltime,51.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1583,1584,1994,working fulltime,46.0,,,16.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1584,1585,1994,retired,62.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1585,1586,1994,working parttime,34.0,no,iap,19.0,foreign,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1586,1587,1994,working fulltime,22.0,,,12.0,south atlantic,0.0,0.0,1.0,$8000 to 9999,south atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1587,1588,1994,working fulltime,64.0,no,iap,18.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1588,1589,1994,retired,32.0,no,,8.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1589,1590,1994,working fulltime,31.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1590,1591,1994,working fulltime,66.0,no,iap,6.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1591,1592,1994,"unempl, laid off",40.0,no,iap,12.0,foreign,0.0,1.0,3.0,$20000 - 24999,south atlantic,more thn once wk,0,yes,6.0,0,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1592,1593,1994,working fulltime,39.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1593,1594,1994,working fulltime,64.0,,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,0.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1594,1595,1994,retired,32.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1595,1596,1994,working fulltime,38.0,,,12.0,foreign,0.0,1.0,0.0,$25000 or more,south atlantic,once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1596,1597,1994,working fulltime,47.0,,iap,10.0,south atlantic,0.0,0.0,2.0,$10000 - 14999,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1597,1598,1994,working fulltime,44.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1598,1599,1994,working fulltime,46.0,yes,iap,13.0,south atlantic,0.0,0.0,3.0,$25000 or more,south atlantic,once a year,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1599,1600,1994,working fulltime,39.0,,iap,16.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1600,1601,1994,working fulltime,42.0,no,iap,11.0,south atlantic,1.0,1.0,0.0,$15000 - 19999,south atlantic,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1601,1602,1994,"unempl, laid off",49.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,1,yes,5.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1602,1603,1994,working fulltime,47.0,yes,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,0,,1.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1603,1604,1994,keeping house,32.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1604,1605,1994,working fulltime,65.0,no,iap,17.0,south atlantic,3.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1605,1606,1994,working parttime,52.0,,,16.0,new england,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1606,1607,1994,working fulltime,30.0,,iap,6.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1607,1608,1994,retired,36.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,4.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1608,1609,1994,temp not working,31.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1609,1610,1994,working fulltime,46.0,no,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1610,1611,1994,retired,35.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1611,1612,1994,working parttime,61.0,no,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1612,1613,1994,working fulltime,65.0,,iap,20.0,foreign,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1613,1614,1994,working fulltime,40.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1614,1615,1994,working fulltime,48.0,,iap,12.0,middle atlantic,0.0,2.0,0.0,$20000 - 24999,south atlantic,once a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1615,1616,1994,working fulltime,34.0,,iap,12.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1616,1617,1994,working fulltime,30.0,yes,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1617,1618,1994,keeping house,36.0,no,iap,12.0,foreign,0.0,1.0,0.0,$25000 or more,south atlantic,,1,,1.0,0,0.0,0,,1,0,,,,1,0,0,0,0,0,0,1.0 +1618,1619,1994,working fulltime,47.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1619,1620,1994,working fulltime,19.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1620,1621,1994,working fulltime,32.0,,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1621,1622,1994,retired,38.0,yes,iap,1.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,1,iap,8.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1622,1623,1994,working fulltime,35.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1623,1624,1994,working fulltime,49.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1624,1625,1994,working fulltime,39.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1625,1626,1994,school,,,,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1626,1627,1994,working fulltime,64.0,no,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1627,1628,1994,working fulltime,35.0,,,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1628,1629,1994,working fulltime,35.0,no,iap,11.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1629,1630,1994,keeping house,46.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1630,1631,1994,temp not working,42.0,no,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1631,1632,1994,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1632,1633,1994,working fulltime,49.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1633,1634,1994,working fulltime,42.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1634,1635,1994,working fulltime,42.0,yes,iap,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,nrly every week,1,,1.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1635,1636,1994,working fulltime,45.0,,iap,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1636,1637,1994,keeping house,22.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,2,yes,4.0,1,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1637,1638,1994,working fulltime,39.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,nrly every week,2,,4.0,1,0.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1638,1639,1994,working fulltime,37.0,yes,iap,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,2,yes,4.0,1,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1639,1640,1994,working fulltime,51.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1640,1641,1994,working fulltime,23.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,1,,6.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1641,1642,1994,working fulltime,66.0,no,iap,20.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1642,1643,1994,working fulltime,29.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1643,1644,1994,working fulltime,35.0,no,iap,18.0,middle atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1644,1645,1994,working fulltime,25.0,yes,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1645,1646,1994,retired,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1646,1647,1994,keeping house,23.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,2,yes,5.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1647,1648,1994,other,37.0,,iap,12.0,south atlantic,1.0,1.0,0.0,$8000 to 9999,south atlantic,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1648,1649,1994,keeping house,39.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1649,1650,1994,retired,46.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,5.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1650,1651,1994,working fulltime,69.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1651,1652,1994,working fulltime,69.0,no,iap,17.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,1.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1652,1653,1994,working fulltime,48.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1653,1654,1994,school,39.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1654,1655,1994,retired,46.0,no,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1655,1656,1994,working parttime,25.0,,iap,14.0,south atlantic,0.0,1.0,0.0,$10000 - 14999,south atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1656,1657,1994,keeping house,,no,,6.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1657,1658,1994,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1658,1659,1994,working fulltime,22.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1659,1660,1994,working fulltime,44.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1660,1661,1994,working fulltime,22.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1661,1662,1994,working fulltime,44.0,no,iap,11.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,once a month,2,yes,,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1662,1663,1994,keeping house,33.0,no,iap,10.0,south atlantic,1.0,1.0,0.0,$8000 to 9999,south atlantic,lt once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1663,1664,1994,working fulltime,40.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1664,1665,1994,working fulltime,41.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1665,1666,1994,keeping house,35.0,no,,8.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,south atlantic,every week,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1666,1667,1994,working parttime,68.0,,,12.0,south atlantic,0.0,0.0,1.0,,south atlantic,more thn once wk,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1667,1668,1994,working fulltime,40.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1668,1669,1994,working fulltime,66.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1669,1670,1994,working fulltime,47.0,,,13.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1670,1671,1994,temp not working,36.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1671,1672,1994,working fulltime,33.0,no,iap,10.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1672,1673,1994,working fulltime,74.0,yes,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1673,1674,1994,working fulltime,55.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1674,1675,1994,keeping house,46.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1675,1676,1994,working fulltime,40.0,no,iap,4.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,,1.0,1,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1676,1677,1994,working fulltime,66.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1677,1678,1994,working parttime,44.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1678,1679,1994,retired,69.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1679,1680,1994,working fulltime,51.0,no,iap,17.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1680,1681,1994,keeping house,55.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1681,1682,1994,working fulltime,62.0,no,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1682,1683,1994,retired,66.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1683,1684,1994,retired,64.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1684,1685,1994,retired,44.0,no,yes,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1685,1686,1994,keeping house,29.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1686,1687,1994,working parttime,46.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1687,1688,1994,retired,64.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1688,1689,1994,keeping house,65.0,no,iap,16.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1689,1690,1994,working fulltime,51.0,no,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1690,1691,1994,working parttime,31.0,no,iap,13.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1691,1692,1994,working fulltime,44.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1692,1693,1994,keeping house,44.0,yes,iap,12.0,mountain,1.0,2.0,1.0,$20000 - 24999,south atlantic,never,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1693,1694,1994,working fulltime,33.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1694,1695,1994,working fulltime,30.0,yes,iap,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,,2.0,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1695,1696,1994,working fulltime,49.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,yes,,1,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1696,1697,1994,keeping house,29.0,yes,yes,11.0,south atlantic,2.0,1.0,0.0,$25000 or more,south atlantic,once a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1697,1698,1994,working fulltime,31.0,yes,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1698,1699,1994,working fulltime,49.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1699,1700,1994,working fulltime,29.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1700,1701,1994,working fulltime,52.0,no,iap,17.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1701,1702,1994,working fulltime,51.0,no,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1702,1703,1994,retired,46.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1703,1704,1994,working fulltime,60.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1704,1705,1994,working fulltime,39.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1705,1706,1994,working fulltime,39.0,,,17.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,0,,0.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1706,1707,1994,working fulltime,29.0,,,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,once a year,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1707,1708,1994,working fulltime,38.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1708,1709,1994,working fulltime,36.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1709,1710,1994,retired,47.0,no,,8.0,middle atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,iap,6.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1710,1711,1994,"unempl, laid off",66.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,lt $1000,south atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1711,1712,1994,retired,44.0,no,,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1712,1713,1994,retired,64.0,no,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1713,1714,1994,working fulltime,61.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1714,1715,1994,working fulltime,74.0,,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1715,1716,1994,retired,51.0,no,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,0,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1716,1717,1994,working fulltime,49.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1717,1718,1994,working fulltime,29.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,5.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1718,1719,1994,working fulltime,75.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1719,1720,1994,working fulltime,39.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1720,1721,1994,keeping house,36.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,6.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1721,1722,1994,working fulltime,33.0,,,13.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,0,iap,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1722,1723,1994,working fulltime,44.0,,iap,12.0,e. sou. central,0.0,0.0,1.0,$20000 - 24999,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1723,1724,1994,working fulltime,39.0,,,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,lt once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1724,1725,1994,retired,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,south atlantic,every week,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1725,1726,1994,working parttime,29.0,no,iap,16.0,w. sou. central,0.0,0.0,2.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1726,1727,1994,working fulltime,29.0,,iap,8.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,iap,1.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1727,1728,1994,retired,50.0,no,iap,5.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,2,iap,,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1728,1729,1994,keeping house,23.0,,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,0,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1729,1730,1994,working fulltime,43.0,no,iap,18.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1730,1731,1994,retired,23.0,no,,6.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,more thn once wk,0,iap,,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1731,1732,1994,working fulltime,23.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,7.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1732,1733,1994,working parttime,39.0,yes,iap,9.0,south atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,every week,2,,4.0,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1733,1734,1994,retired,40.0,no,yes,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,,3.0,1,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1734,1735,1994,working fulltime,29.0,no,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,0,iap,6.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +1735,1736,1994,other,,no,iap,7.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,every week,1,,,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1736,1737,1994,working fulltime,46.0,yes,iap,16.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1737,1738,1994,working fulltime,42.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,4.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1738,1739,1994,working fulltime,45.0,no,iap,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,yes,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1739,1740,1994,working fulltime,69.0,yes,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1740,1741,1994,working fulltime,57.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1741,1742,1994,working fulltime,60.0,no,iap,13.0,middle atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1742,1743,1994,working fulltime,29.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1743,1744,1994,working fulltime,64.0,no,iap,15.0,middle atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1744,1745,1994,working parttime,46.0,,,12.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1745,1746,1994,working fulltime,51.0,,iap,13.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,lt once a year,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1746,1747,1994,retired,49.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1747,1748,1994,working fulltime,32.0,,iap,12.0,south atlantic,1.0,2.0,0.0,$10000 - 14999,south atlantic,every week,1,,7.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1748,1749,1994,retired,17.0,yes,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1749,1750,1994,working parttime,22.0,,,15.0,new england,1.0,0.0,0.0,,south atlantic,lt once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1750,1751,1994,working fulltime,74.0,no,,13.0,south atlantic,0.0,2.0,0.0,$15000 - 19999,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1751,1752,1994,retired,35.0,no,,10.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1752,1753,1994,keeping house,,no,iap,9.0,south atlantic,1.0,0.0,0.0,,south atlantic,never,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1753,1754,1994,working fulltime,29.0,,,14.0,south atlantic,2.0,1.0,1.0,$25000 or more,south atlantic,once a month,1,,3.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1754,1755,1994,working fulltime,23.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,5.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1755,1756,1994,working fulltime,27.0,no,,14.0,south atlantic,3.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,iap,2.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1756,1757,1994,working parttime,29.0,,,11.0,foreign,0.0,0.0,2.0,$10000 - 14999,south atlantic,sevrl times a yr,0,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1757,1758,1994,working fulltime,34.0,no,iap,11.0,south atlantic,1.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1758,1759,1994,working fulltime,27.0,,,13.0,south atlantic,0.0,1.0,3.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1759,1760,1994,working fulltime,43.0,no,iap,14.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,1,,1.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1760,1761,1994,"unempl, laid off",43.0,,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1761,1762,1994,keeping house,32.0,,,16.0,foreign,0.0,0.0,0.0,$5000 to 5999,south atlantic,lt once a year,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1762,1763,1994,working fulltime,57.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1763,1764,1994,retired,51.0,,,13.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1764,1765,1994,working fulltime,40.0,,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1765,1766,1994,retired,,,,,middle atlantic,0.0,0.0,0.0,,south atlantic,,0,,,0,1.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +1766,1767,1994,working fulltime,64.0,yes,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1767,1768,1994,keeping house,44.0,no,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,2,iap,6.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1768,1769,1994,keeping house,,,,11.0,south atlantic,1.0,0.0,0.0,$6000 to 6999,south atlantic,lt once a year,1,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1769,1770,1994,keeping house,36.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,1,iap,4.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1770,1771,1994,retired,36.0,,iap,,middle atlantic,0.0,0.0,0.0,,south atlantic,,1,,2.0,0,0.0,0,,1,0,,,,1,0,0,0,0,0,0, +1771,1772,1994,retired,49.0,,,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,1,iap,,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1772,1773,1994,keeping house,28.0,no,iap,9.0,south atlantic,2.0,1.0,0.0,$15000 - 19999,south atlantic,lt once a year,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1773,1774,1994,keeping house,25.0,no,,9.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1774,1775,1994,keeping house,44.0,yes,,11.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1775,1776,1994,working fulltime,49.0,yes,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1776,1777,1994,working parttime,45.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1777,1778,1994,working fulltime,39.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1778,1779,1994,retired,49.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,6.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1779,1780,1994,keeping house,35.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1780,1781,1994,working fulltime,54.0,no,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1781,1782,1994,working fulltime,36.0,no,iap,11.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1782,1783,1994,keeping house,42.0,no,iap,16.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,6.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1783,1784,1994,working fulltime,33.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1784,1785,1994,working parttime,30.0,,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,yes,3.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +1785,1786,1994,working fulltime,65.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1786,1787,1994,working fulltime,39.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,,1,yes,4.0,0,1.0,0,,1,0,,,,1,0,0,0,0,0,0, +1787,1788,1994,working fulltime,37.0,yes,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1788,1789,1994,working fulltime,64.0,no,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1789,1790,1994,working fulltime,24.0,,,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,1,yes,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1790,1791,1994,keeping house,48.0,yes,iap,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1791,1792,1994,working fulltime,47.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1792,1793,1994,working fulltime,47.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1793,1794,1994,retired,51.0,no,yes,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1794,1795,1994,keeping house,32.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1795,1796,1994,working fulltime,52.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1796,1797,1994,working fulltime,42.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1797,1798,1994,working fulltime,86.0,no,iap,20.0,e. sou. central,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1798,1799,1994,working parttime,39.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1799,1800,1994,retired,47.0,no,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,1,,6.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1800,1801,1994,working fulltime,46.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,yes,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1801,1802,1994,working parttime,32.0,,,15.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1802,1803,1994,working fulltime,41.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1803,1804,1994,working fulltime,37.0,no,iap,9.0,south atlantic,1.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1804,1805,1994,working fulltime,63.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1805,1806,1994,working fulltime,71.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1806,1807,1994,working fulltime,38.0,,iap,13.0,foreign,2.0,0.0,0.0,$15000 - 19999,south atlantic,,2,,0.0,1,0.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +1807,1808,1994,working fulltime,34.0,,,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1808,1809,1994,retired,31.0,yes,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1809,1810,1994,working fulltime,23.0,,,12.0,middle atlantic,2.0,2.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,2,iap,3.0,1,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1810,1811,1994,retired,29.0,,iap,12.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,never,1,,7.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1811,1812,1994,other,,,,11.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1812,1813,1994,working fulltime,38.0,no,,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1813,1814,1994,keeping house,,yes,iap,9.0,south atlantic,2.0,2.0,0.0,$1000 to 2999,south atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1814,1815,1994,retired,22.0,,iap,4.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1815,1816,1994,working fulltime,51.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1816,1817,1994,working fulltime,39.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1817,1818,1994,retired,,no,iap,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,e. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1818,1819,1994,retired,73.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,6.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1819,1820,1994,retired,75.0,no,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1820,1821,1994,working fulltime,22.0,no,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1821,1822,1994,retired,36.0,no,yes,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,2-3x a month,1,yes,4.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1822,1823,1994,working fulltime,64.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1823,1824,1994,working fulltime,62.0,no,iap,20.0,e. sou. central,1.0,3.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1824,1825,1994,working fulltime,43.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1825,1826,1994,retired,,no,,16.0,w. sou. central,0.0,0.0,0.0,,e. sou. central,once a year,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1826,1827,1994,working fulltime,39.0,no,,10.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1827,1828,1994,working fulltime,50.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1828,1829,1994,school,57.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1829,1830,1994,working fulltime,51.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1830,1831,1994,working fulltime,51.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1831,1832,1994,working fulltime,59.0,yes,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,4.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1832,1833,1994,working fulltime,41.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1833,1834,1994,working fulltime,47.0,no,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1834,1835,1994,working fulltime,31.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1835,1836,1994,keeping house,47.0,,iap,10.0,w. sou. central,0.0,0.0,1.0,$7000 to 7999,w. sou. central,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1836,1837,1994,retired,30.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,1,yes,4.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1837,1838,1994,keeping house,64.0,no,iap,16.0,e. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1838,1839,1994,working fulltime,22.0,no,iap,11.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1839,1840,1994,retired,35.0,no,iap,11.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1840,1841,1994,working fulltime,47.0,no,iap,13.0,e. sou. central,1.0,1.0,0.0,,e. sou. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1841,1842,1994,keeping house,44.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1842,1843,1994,working fulltime,61.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1843,1844,1994,keeping house,46.0,yes,iap,14.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1844,1845,1994,working fulltime,48.0,no,iap,17.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,nrly every week,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1845,1846,1994,working fulltime,49.0,no,iap,18.0,south atlantic,1.0,2.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1846,1847,1994,working fulltime,31.0,yes,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1847,1848,1994,retired,48.0,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,yes,2.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1848,1849,1994,working fulltime,44.0,,iap,15.0,e. sou. central,0.0,1.0,1.0,,e. sou. central,nrly every week,2,iap,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1849,1850,1994,school,30.0,,,15.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1850,1851,1994,working fulltime,52.0,no,iap,14.0,new england,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1851,1852,1994,working fulltime,32.0,no,iap,8.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,nrly every week,2,iap,,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1852,1853,1994,working fulltime,52.0,,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1853,1854,1994,working parttime,42.0,yes,iap,9.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1854,1855,1994,working fulltime,54.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,4.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1855,1856,1994,working fulltime,39.0,,,15.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,e. sou. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1856,1857,1994,working fulltime,73.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,,e. sou. central,more thn once wk,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1857,1858,1994,working fulltime,27.0,,,9.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a month,1,iap,5.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1858,1859,1994,retired,23.0,,,12.0,e. sou. central,0.0,2.0,0.0,$15000 - 19999,e. sou. central,lt once a year,2,yes,12.0,1,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +1859,1860,1994,working fulltime,44.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1860,1861,1994,other,41.0,,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,2,,3.0,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1861,1862,1994,working fulltime,30.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,more thn once wk,1,,1.0,0,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1862,1863,1994,keeping house,,no,,4.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1863,1864,1994,school,28.0,,,11.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,nrly every week,0,yes,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1864,1865,1994,working fulltime,46.0,no,iap,13.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1865,1866,1994,working fulltime,36.0,no,iap,11.0,e. sou. central,1.0,1.0,1.0,$20000 - 24999,e. sou. central,sevrl times a yr,0,yes,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1866,1867,1994,working fulltime,52.0,,,9.0,e. sou. central,0.0,1.0,1.0,$15000 - 19999,e. sou. central,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1867,1868,1994,working parttime,36.0,,,12.0,e. sou. central,2.0,0.0,0.0,$8000 to 9999,e. sou. central,every week,1,,0.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1868,1869,1994,keeping house,25.0,,iap,12.0,middle atlantic,1.0,0.0,1.0,$1000 to 2999,e. sou. central,more thn once wk,1,iap,12.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +1869,1870,1994,retired,,,iap,8.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,e. sou. central,never,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1870,1871,1994,keeping house,,,,10.0,e. sou. central,2.0,0.0,0.0,$1000 to 2999,e. sou. central,sevrl times a yr,1,iap,12.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +1871,1872,1994,working fulltime,28.0,no,iap,9.0,e. sou. central,0.0,0.0,1.0,$10000 - 14999,e. sou. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1872,1873,1994,"unempl, laid off",36.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,never,1,,14.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1873,1874,1994,keeping house,30.0,,,10.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,0,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1874,1875,1994,other,28.0,,iap,7.0,mountain,0.0,0.0,0.0,$5000 to 5999,e. sou. central,never,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1875,1876,1994,working fulltime,31.0,no,iap,15.0,e. sou. central,0.0,1.0,0.0,$20000 - 24999,e. sou. central,every week,1,,2.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1876,1877,1994,working fulltime,43.0,,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,2,iap,1.0,1,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +1877,1878,1994,working fulltime,24.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1878,1879,1994,working fulltime,24.0,,yes,9.0,e. sou. central,0.0,0.0,1.0,$8000 to 9999,e. sou. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1879,1880,1994,working fulltime,27.0,,,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1880,1881,1994,keeping house,46.0,no,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1881,1882,1994,working fulltime,51.0,no,iap,16.0,e. sou. central,0.0,0.0,2.0,$25000 or more,e. sou. central,nrly every week,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1882,1883,1994,working parttime,45.0,yes,iap,13.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,2,yes,4.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1883,1884,1994,retired,66.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1884,1885,1994,working fulltime,42.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1885,1886,1994,working fulltime,22.0,no,iap,13.0,middle atlantic,3.0,1.0,0.0,$20000 - 24999,e. sou. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1886,1887,1994,working fulltime,35.0,,,11.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1887,1888,1994,retired,36.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1888,1889,1994,working fulltime,69.0,yes,iap,20.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,2,yes,0.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1889,1890,1994,working fulltime,34.0,,iap,12.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1890,1891,1994,"unempl, laid off",32.0,,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1891,1892,1994,working fulltime,47.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1892,1893,1994,working fulltime,60.0,no,iap,20.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,2,,3.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1893,1894,1994,retired,66.0,no,,16.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1894,1895,1994,working fulltime,30.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1895,1896,1994,temp not working,24.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1896,1897,1994,working fulltime,31.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1897,1898,1994,retired,28.0,no,iap,6.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1898,1899,1994,working fulltime,30.0,no,iap,12.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1899,1900,1994,working fulltime,36.0,no,iap,12.0,e. sou. central,0.0,0.0,1.0,$10000 - 14999,e. sou. central,lt once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1900,1901,1994,keeping house,42.0,no,,8.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1901,1902,1994,keeping house,28.0,no,,6.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1902,1903,1994,working fulltime,29.0,,,10.0,e. sou. central,1.0,0.0,0.0,$15000 - 19999,e. sou. central,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1903,1904,1994,keeping house,53.0,,iap,12.0,e. sou. central,0.0,2.0,0.0,,e. sou. central,never,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1904,1905,1994,"unempl, laid off",28.0,no,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,0,iap,,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1905,1906,1994,working fulltime,59.0,yes,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1906,1907,1994,other,39.0,yes,,10.0,south atlantic,0.0,0.0,0.0,,e. sou. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1907,1908,1994,working fulltime,39.0,no,,9.0,e. sou. central,1.0,3.0,0.0,$25000 or more,e. sou. central,once a month,1,iap,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1908,1909,1994,keeping house,36.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1909,1910,1994,keeping house,54.0,no,,10.0,foreign,0.0,1.0,1.0,$25000 or more,e. sou. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1910,1911,1994,working fulltime,66.0,no,iap,16.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1911,1912,1994,working fulltime,36.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1912,1913,1994,retired,35.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,,1,yes,3.0,0,1.0,0,,1,0,,,,1,0,0,0,0,0,0, +1913,1914,1994,working fulltime,30.0,no,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,0,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1914,1915,1994,working fulltime,47.0,no,iap,12.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,1.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1915,1916,1994,working fulltime,52.0,,,16.0,e. sou. central,2.0,0.0,1.0,$25000 or more,e. sou. central,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1916,1917,1994,working fulltime,42.0,,,12.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,every week,2,,3.0,1,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1917,1918,1994,working fulltime,24.0,no,,9.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,sevrl times a yr,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1918,1919,1994,keeping house,40.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1919,1920,1994,retired,40.0,no,iap,8.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,2,yes,6.0,1,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +1920,1921,1994,retired,40.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1921,1922,1994,other,47.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1922,1923,1994,working fulltime,54.0,no,iap,12.0,w. sou. central,1.0,1.0,0.0,$15000 - 19999,w. sou. central,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1923,1924,1994,school,,,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1924,1925,1994,working fulltime,39.0,,iap,4.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1925,1926,1994,working fulltime,64.0,no,iap,16.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,every week,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1926,1927,1994,working parttime,37.0,no,iap,8.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1927,1928,1994,working fulltime,46.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1928,1929,1994,working parttime,44.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1929,1930,1994,retired,39.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,4.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1930,1931,1994,working fulltime,36.0,,iap,12.0,w. sou. central,1.0,1.0,0.0,$15000 - 19999,w. sou. central,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1931,1932,1994,working parttime,50.0,,,10.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,sevrl times a yr,1,iap,,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1932,1933,1994,working parttime,42.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1933,1934,1994,working fulltime,29.0,,iap,8.0,w. sou. central,0.0,2.0,1.0,$6000 to 6999,w. sou. central,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1934,1935,1994,"unempl, laid off",51.0,,iap,8.0,w. sou. central,0.0,3.0,0.0,$25000 or more,w. sou. central,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1935,1936,1994,"unempl, laid off",36.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,0,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1936,1937,1994,keeping house,,,iap,8.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,once a month,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1937,1938,1994,working parttime,36.0,,,12.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,never,2,,6.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1938,1939,1994,working fulltime,60.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,0,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1939,1940,1994,working parttime,74.0,,,15.0,w. sou. central,0.0,0.0,2.0,,w. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1940,1941,1994,working fulltime,66.0,,iap,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1941,1942,1994,working fulltime,57.0,,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1942,1943,1994,keeping house,47.0,no,iap,,new england,0.0,0.0,1.0,,w. sou. central,every week,0,,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1943,1944,1994,working fulltime,41.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,0,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1944,1945,1994,working fulltime,41.0,no,iap,16.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1945,1946,1994,working fulltime,40.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,0.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1946,1947,1994,school,40.0,yes,iap,15.0,w. sou. central,1.0,0.0,0.0,$8000 to 9999,w. sou. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1947,1948,1994,retired,51.0,no,,10.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1948,1949,1994,working fulltime,23.0,,,12.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,,1,,1.0,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0,1.0 +1949,1950,1994,retired,39.0,no,,14.0,e. nor. central,0.0,0.0,1.0,$10000 - 14999,w. sou. central,lt once a year,0,,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1950,1951,1994,retired,20.0,yes,,8.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,more thn once wk,2,,5.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1951,1952,1994,retired,42.0,,yes,12.0,w. sou. central,0.0,3.0,1.0,$20000 - 24999,w. sou. central,nrly every week,1,yes,4.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +1952,1953,1994,keeping house,,no,yes,13.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1953,1954,1994,working fulltime,64.0,no,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1954,1955,1994,retired,30.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1955,1956,1994,working fulltime,46.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1956,1957,1994,working fulltime,46.0,yes,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,,2,iap,,1,0.0,0,,1,0,,,,1,0,0,0,0,0,0,1.0 +1957,1958,1994,working fulltime,44.0,no,iap,13.0,pacific,0.0,1.0,1.0,$20000 - 24999,w. sou. central,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1958,1959,1994,working fulltime,49.0,,iap,17.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1959,1960,1994,working fulltime,65.0,,iap,16.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1960,1961,1994,working fulltime,65.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1961,1962,1994,working fulltime,51.0,no,iap,13.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +1962,1963,1994,working fulltime,51.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1963,1964,1994,keeping house,,,,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,2.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +1964,1965,1994,working fulltime,73.0,,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1965,1966,1994,working parttime,74.0,,,20.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1966,1967,1994,working parttime,25.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,,2,yes,5.0,1,1.0,0,,1,0,,,,1,0,0,0,0,0,0, +1967,1968,1994,working fulltime,44.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1968,1969,1994,working fulltime,44.0,,,16.0,pacific,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1969,1970,1994,retired,,no,,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1970,1971,1994,working fulltime,50.0,,iap,11.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,,3.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1971,1972,1994,working parttime,22.0,,,12.0,w. sou. central,0.0,1.0,0.0,$5000 to 5999,w. sou. central,2-3x a month,1,iap,7.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +1972,1973,1994,keeping house,,yes,iap,13.0,w. sou. central,1.0,1.0,0.0,$20000 - 24999,w. sou. central,never,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1973,1974,1994,working parttime,36.0,,iap,8.0,w. sou. central,0.0,1.0,0.0,$5000 to 5999,w. sou. central,once a month,2,,5.0,1,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1974,1975,1994,keeping house,,,iap,12.0,w. sou. central,1.0,1.0,0.0,,w. sou. central,sevrl times a yr,0,,6.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1975,1976,1994,retired,23.0,no,,14.0,w. sou. central,0.0,0.0,1.0,,w. sou. central,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1976,1977,1994,keeping house,20.0,,,12.0,w. sou. central,0.0,1.0,0.0,$4000 to 4999,w. sou. central,sevrl times a yr,0,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1977,1978,1994,working fulltime,31.0,yes,iap,14.0,e. sou. central,1.0,1.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,1,iap,,0,0.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1978,1979,1994,working parttime,28.0,,,10.0,w. sou. central,2.0,0.0,0.0,,w. sou. central,lt once a year,0,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1979,1980,1994,working fulltime,29.0,,,12.0,w. sou. central,1.0,0.0,0.0,,w. sou. central,never,0,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1980,1981,1994,working fulltime,29.0,,,12.0,w. sou. central,1.0,0.0,0.0,$1000 to 2999,w. sou. central,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1981,1982,1994,keeping house,28.0,,iap,4.0,w. sou. central,1.0,0.0,0.0,lt $1000,w. sou. central,once a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1982,1983,1994,retired,29.0,,iap,8.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1983,1984,1994,working fulltime,61.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +1984,1985,1994,working fulltime,61.0,yes,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,never,0,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +1985,1986,1994,school,42.0,yes,iap,16.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1986,1987,1994,retired,51.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1987,1988,1994,"unempl, laid off",46.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +1988,1989,1994,working fulltime,49.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1989,1990,1994,working fulltime,34.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,w. sou. central,more thn once wk,0,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +1990,1991,1994,working fulltime,52.0,,,18.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1991,1992,1994,keeping house,53.0,no,,11.0,w. sou. central,1.0,0.0,0.0,$6000 to 6999,w. sou. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1992,1993,1994,working fulltime,51.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1993,1994,1994,working fulltime,51.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,4.0,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1994,1995,1994,school,28.0,,,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,yes,2.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +1995,1996,1994,school,28.0,,,14.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +1996,1997,1994,working fulltime,51.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +1997,1998,1994,working parttime,34.0,,,13.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1998,1999,1994,working fulltime,53.0,,,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +1999,2000,1994,working fulltime,39.0,yes,iap,12.0,mountain,0.0,3.0,0.0,$25000 or more,w. sou. central,nrly every week,2,,3.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2000,2001,1994,keeping house,47.0,no,iap,12.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,1.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2001,2002,1994,working fulltime,51.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2002,2003,1994,working fulltime,55.0,,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,1,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2003,2004,1994,working fulltime,60.0,,iap,16.0,mountain,1.0,1.0,0.0,$15000 - 19999,w. sou. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2004,2005,1994,working fulltime,51.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,0,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2005,2006,1994,working fulltime,51.0,no,iap,8.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,,1,yes,3.0,0,0.0,0,,1,0,,,,1,0,0,0,0,0,0, +2006,2007,1994,working fulltime,45.0,no,yes,18.0,e. nor. central,0.0,2.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2007,2008,1994,working fulltime,62.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2008,2009,1994,retired,66.0,no,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2009,2010,1994,working fulltime,51.0,no,iap,18.0,w. nor. central,0.0,0.0,1.0,,w. sou. central,nrly every week,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2010,2011,1994,working parttime,31.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2011,2012,1994,working parttime,24.0,no,iap,12.0,w. sou. central,2.0,0.0,3.0,$15000 - 19999,w. sou. central,nrly every week,0,iap,6.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +2012,2013,1994,retired,42.0,no,iap,8.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,2,,2.0,1,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2013,2014,1994,"unempl, laid off",17.0,,,11.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,once a year,0,yes,,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2014,2015,1994,retired,36.0,yes,iap,7.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2015,2016,1994,working fulltime,69.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,2.0,1,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2016,2017,1994,retired,51.0,,iap,7.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,sevrl times a yr,0,yes,,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2017,2018,1994,working fulltime,51.0,,yes,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2018,2019,1994,working fulltime,65.0,no,,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,2.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +2019,2020,1994,school,24.0,,,15.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,,3.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2020,2021,1994,working fulltime,34.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2021,2022,1994,working fulltime,31.0,,,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2022,2023,1994,keeping house,47.0,no,,12.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,w. sou. central,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2023,2024,1994,working fulltime,22.0,,,14.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,once a month,1,yes,3.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +2024,2025,1994,working fulltime,51.0,,,16.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2025,2026,1994,keeping house,,no,iap,16.0,w. sou. central,2.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2026,2027,1994,school,64.0,,,17.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2027,2028,1994,working fulltime,39.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,1,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2028,2029,1994,working fulltime,61.0,,,16.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,every week,0,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2029,2030,1994,working fulltime,63.0,yes,,17.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,yes,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2030,2031,1994,working fulltime,24.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,,0,yes,,0,0.0,1,,0,0,,,,1,0,0,0,0,0,0,1.0 +2031,2032,1994,working fulltime,35.0,,,11.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2032,2033,1994,working fulltime,51.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,3.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2033,2034,1994,working fulltime,36.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,sevrl times a yr,1,,2.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2034,2035,1994,working fulltime,74.0,,,17.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2035,2036,1994,working fulltime,32.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,w. sou. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2036,2037,1994,keeping house,49.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2037,2038,1994,working fulltime,48.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2038,2039,1994,working fulltime,34.0,no,iap,3.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,6.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2039,2040,1994,working fulltime,35.0,no,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2040,2041,1994,retired,,no,iap,5.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2041,2042,1994,working fulltime,28.0,,,11.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2042,2043,1994,working fulltime,22.0,no,iap,11.0,w. sou. central,2.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2043,2044,1994,working fulltime,46.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,3.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2044,2045,1994,working parttime,29.0,yes,iap,9.0,w. sou. central,1.0,0.0,1.0,$25000 or more,w. sou. central,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2045,2046,1994,working fulltime,20.0,,,14.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,2-3x a month,1,,6.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2046,2047,1994,working fulltime,42.0,,,8.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2047,2048,1994,working parttime,31.0,,,12.0,w. sou. central,0.0,0.0,1.0,$10000 - 14999,w. sou. central,sevrl times a yr,0,iap,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2048,2049,1994,working parttime,22.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,sevrl times a yr,1,,6.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2049,2050,1994,retired,47.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,iap,3.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2050,2051,1994,working fulltime,66.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2051,2052,1994,working fulltime,74.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2052,2053,1994,keeping house,29.0,,,6.0,w. sou. central,1.0,0.0,0.0,$1000 to 2999,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2053,2054,1994,retired,47.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2054,2055,1994,working fulltime,60.0,yes,iap,13.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2055,2056,1994,keeping house,29.0,,iap,11.0,w. sou. central,1.0,0.0,0.0,$1000 to 2999,w. sou. central,lt once a year,1,,10.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2056,2057,1994,working fulltime,33.0,,yes,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,never,2,iap,8.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2057,2058,1994,working parttime,22.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2058,2059,1994,working fulltime,48.0,,yes,12.0,mountain,0.0,1.0,1.0,$25000 or more,mountain,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2059,2060,1994,working parttime,74.0,no,iap,19.0,middle atlantic,1.0,2.0,0.0,$10000 - 14999,mountain,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2060,2061,1994,working fulltime,34.0,no,iap,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2061,2062,1994,working parttime,21.0,,,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2062,2063,1994,temp not working,47.0,,yes,14.0,pacific,0.0,0.0,1.0,$25000 or more,mountain,once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2063,2064,1994,working fulltime,57.0,yes,iap,10.0,mountain,0.0,0.0,0.0,,mountain,sevrl times a yr,1,yes,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2064,2065,1994,retired,39.0,no,iap,11.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,,2,,5.0,1,1.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +2065,2066,1994,retired,45.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,,1.0,1,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2066,2067,1994,retired,49.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,yes,4.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2067,2068,1994,working fulltime,49.0,no,iap,12.0,mountain,1.0,1.0,0.0,$20000 - 24999,mountain,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2068,2069,1994,keeping house,,,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,,7.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2069,2070,1994,working fulltime,42.0,no,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,lt once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2070,2071,1994,working fulltime,38.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2071,2072,1994,working fulltime,42.0,yes,iap,12.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2072,2073,1994,working fulltime,62.0,,iap,12.0,mountain,0.0,1.0,0.0,$20000 - 24999,mountain,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2073,2074,1994,working fulltime,52.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2074,2075,1994,working fulltime,52.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,3.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2075,2076,1994,working fulltime,53.0,,,14.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2076,2077,1994,keeping house,46.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,never,2,yes,5.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2077,2078,1994,working fulltime,46.0,no,iap,13.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2078,2079,1994,working parttime,36.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,mountain,once a month,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2079,2080,1994,retired,36.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2080,2081,1994,retired,19.0,no,yes,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2081,2082,1994,retired,36.0,yes,iap,10.0,foreign,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2082,2083,1994,working fulltime,40.0,,iap,16.0,mountain,0.0,2.0,0.0,$20000 - 24999,mountain,never,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2083,2084,1994,working parttime,42.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2084,2085,1994,working parttime,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2085,2086,1994,retired,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2086,2087,1994,working fulltime,51.0,,iap,13.0,mountain,0.0,0.0,0.0,$3000 to 3999,mountain,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2087,2088,1994,temp not working,64.0,no,iap,18.0,mountain,3.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2088,2089,1994,working parttime,28.0,,,13.0,new england,0.0,0.0,0.0,$4000 to 4999,mountain,once a year,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2089,2090,1994,retired,43.0,,iap,4.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,lt once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2090,2091,1994,working fulltime,52.0,,,18.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2091,2092,1994,working fulltime,74.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2092,2093,1994,working fulltime,44.0,,,14.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2093,2094,1994,retired,61.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,lt once a year,2,,6.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2094,2095,1994,working fulltime,44.0,yes,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2095,2096,1994,working fulltime,21.0,,iap,8.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2096,2097,1994,working parttime,32.0,no,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2097,2098,1994,working fulltime,27.0,no,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2098,2099,1994,working fulltime,69.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2099,2100,1994,working fulltime,30.0,yes,,13.0,mountain,0.0,2.0,1.0,$15000 - 19999,mountain,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2100,2101,1994,working fulltime,33.0,no,,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2101,2102,1994,working fulltime,30.0,yes,iap,10.0,w. nor. central,0.0,1.0,0.0,$25000 or more,mountain,never,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2102,2103,1994,school,58.0,,iap,16.0,mountain,0.0,0.0,0.0,$7000 to 7999,mountain,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2103,2104,1994,working fulltime,62.0,,,16.0,mountain,0.0,0.0,0.0,$5000 to 5999,mountain,once a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2104,2105,1994,retired,35.0,,iap,11.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,mountain,nrly every week,0,,4.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2105,2106,1994,retired,31.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2106,2107,1994,working fulltime,45.0,,iap,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2107,2108,1994,working parttime,57.0,no,iap,12.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,never,0,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2108,2109,1994,keeping house,,no,,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2109,2110,1994,working fulltime,40.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,mountain,2-3x a month,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2110,2111,1994,keeping house,,,,8.0,mountain,4.0,0.0,0.0,$4000 to 4999,mountain,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2111,2112,1994,working fulltime,57.0,,iap,14.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2112,2113,1994,retired,49.0,,iap,15.0,foreign,0.0,0.0,0.0,$7000 to 7999,mountain,2-3x a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2113,2114,1994,working fulltime,24.0,,,13.0,mountain,0.0,0.0,0.0,$8000 to 9999,mountain,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2114,2115,1994,working fulltime,42.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2115,2116,1994,working parttime,33.0,,,15.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,mountain,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2116,2117,1994,working fulltime,47.0,yes,iap,13.0,pacific,3.0,1.0,1.0,$25000 or more,mountain,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2117,2118,1994,working fulltime,31.0,yes,iap,15.0,w. nor. central,0.0,1.0,0.0,$20000 - 24999,mountain,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2118,2119,1994,retired,72.0,yes,iap,19.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,2,,5.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2119,2120,1994,working fulltime,64.0,,,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2120,2121,1994,school,40.0,no,yes,7.0,foreign,0.0,0.0,0.0,$20000 - 24999,mountain,never,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2121,2122,1994,retired,33.0,no,yes,10.0,foreign,0.0,0.0,0.0,$4000 to 4999,mountain,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2122,2123,1994,retired,50.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,1,iap,6.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2123,2124,1994,working fulltime,54.0,,iap,15.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2124,2125,1994,working parttime,31.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2125,2126,1994,working fulltime,35.0,,iap,12.0,mountain,2.0,1.0,0.0,$15000 - 19999,mountain,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2126,2127,1994,working fulltime,29.0,no,iap,13.0,foreign,2.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2127,2128,1994,retired,60.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2128,2129,1994,keeping house,29.0,yes,iap,13.0,mountain,0.0,2.0,1.0,,mountain,once a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2129,2130,1994,working fulltime,64.0,,iap,17.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2130,2131,1994,keeping house,39.0,yes,iap,12.0,pacific,1.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2131,2132,1994,retired,51.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2132,2133,1994,working fulltime,46.0,,iap,15.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,never,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2133,2134,1994,retired,49.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,,mountain,once a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2134,2135,1994,working fulltime,73.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2135,2136,1994,working parttime,73.0,no,iap,17.0,e. nor. central,1.0,1.0,0.0,$25000 or more,mountain,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2136,2137,1994,working fulltime,49.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,mountain,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2137,2138,1994,keeping house,40.0,no,,13.0,w. sou. central,1.0,1.0,1.0,$25000 or more,mountain,lt once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2138,2139,1994,working fulltime,61.0,no,iap,19.0,foreign,0.0,2.0,0.0,$25000 or more,mountain,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2139,2140,1994,school,49.0,,,15.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,mountain,once a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2140,2141,1994,school,64.0,,iap,18.0,mountain,0.0,0.0,0.0,$6000 to 6999,mountain,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2141,2142,1994,working parttime,19.0,,,12.0,pacific,1.0,0.0,0.0,$8000 to 9999,mountain,2-3x a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2142,2143,1994,temp not working,22.0,yes,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,mountain,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2143,2144,1994,working fulltime,42.0,,,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2144,2145,1994,working parttime,25.0,,,15.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,mountain,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2145,2146,1994,working fulltime,51.0,yes,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2146,2147,1994,working fulltime,51.0,yes,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2147,2148,1994,working fulltime,65.0,,iap,16.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2148,2149,1994,temp not working,51.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2149,2150,1994,working fulltime,64.0,,iap,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2150,2151,1994,other,46.0,yes,yes,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2151,2152,1994,retired,47.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,mountain,lt once a year,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2152,2153,1994,working fulltime,44.0,,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2153,2154,1994,working parttime,46.0,yes,iap,18.0,middle atlantic,1.0,0.0,0.0,$25000 or more,mountain,never,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2154,2155,1994,working fulltime,46.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2155,2156,1994,working fulltime,74.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2156,2157,1994,working fulltime,63.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2157,2158,1994,working fulltime,75.0,no,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2158,2159,1994,working fulltime,23.0,no,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,mountain,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2159,2160,1994,working fulltime,69.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2160,2161,1994,working fulltime,34.0,no,iap,11.0,foreign,0.0,0.0,1.0,$25000 or more,mountain,every week,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2161,2162,1994,keeping house,28.0,,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2162,2163,1994,working fulltime,48.0,,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2163,2164,1994,working fulltime,36.0,no,iap,12.0,mountain,1.0,1.0,0.0,$20000 - 24999,mountain,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2164,2165,1994,working fulltime,41.0,yes,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2165,2166,1994,working fulltime,30.0,yes,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2166,2167,1994,retired,36.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2167,2168,1994,working parttime,36.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2168,2169,1994,retired,65.0,no,iap,18.0,pacific,0.0,0.0,0.0,,pacific,nrly every week,1,yes,0.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2169,2170,1994,working fulltime,29.0,,iap,10.0,mountain,0.0,0.0,0.0,$8000 to 9999,pacific,never,0,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2170,2171,1994,retired,28.0,no,yes,9.0,pacific,0.0,0.0,0.0,,pacific,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2171,2172,1994,working fulltime,51.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,,pacific,lt once a year,2,,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2172,2173,1994,retired,32.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2173,2174,1994,keeping house,45.0,no,iap,14.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2174,2175,1994,temp not working,33.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2175,2176,1994,working fulltime,43.0,,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2176,2177,1994,working fulltime,63.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2177,2178,1994,working fulltime,22.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,pacific,every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2178,2179,1994,working fulltime,32.0,,iap,8.0,pacific,0.0,0.0,0.0,,pacific,lt once a year,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2179,2180,1994,working fulltime,30.0,,,12.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2180,2181,1994,keeping house,46.0,,iap,12.0,pacific,0.0,0.0,0.0,$6000 to 6999,pacific,never,0,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2181,2182,1994,keeping house,22.0,,iap,11.0,pacific,0.0,0.0,1.0,$6000 to 6999,pacific,never,0,iap,12.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2182,2183,1994,working fulltime,43.0,,,18.0,pacific,0.0,0.0,0.0,,pacific,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2183,2184,1994,temp not working,29.0,,,12.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2184,2185,1994,working fulltime,44.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2185,2186,1994,working parttime,51.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,pacific,once a month,1,iap,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2186,2187,1994,working fulltime,42.0,yes,iap,11.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,6.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2187,2188,1994,working fulltime,29.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2188,2189,1994,working fulltime,47.0,yes,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2189,2190,1994,working fulltime,36.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2190,2191,1994,working fulltime,44.0,no,iap,18.0,new england,2.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2191,2192,1994,working parttime,53.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2192,2193,1994,working fulltime,29.0,yes,iap,12.0,pacific,0.0,0.0,0.0,,pacific,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2193,2194,1994,working fulltime,51.0,no,iap,15.0,foreign,0.0,0.0,1.0,$25000 or more,pacific,every week,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2194,2195,1994,working fulltime,28.0,no,iap,9.0,foreign,0.0,0.0,1.0,$25000 or more,pacific,lt once a year,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2195,2196,1994,working parttime,45.0,no,iap,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2196,2197,1994,working fulltime,36.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2197,2198,1994,retired,39.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2198,2199,1994,working fulltime,32.0,,iap,13.0,mountain,0.0,1.0,0.0,$25000 or more,pacific,never,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2199,2200,1994,working fulltime,51.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2200,2201,1994,working fulltime,39.0,yes,iap,12.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2201,2202,1994,working parttime,22.0,no,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2202,2203,1994,working fulltime,47.0,,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2203,2204,1994,working fulltime,57.0,no,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2204,2205,1994,working fulltime,39.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2205,2206,1994,working fulltime,35.0,no,iap,6.0,foreign,0.0,0.0,2.0,$25000 or more,pacific,once a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2206,2207,1994,working fulltime,35.0,no,iap,10.0,pacific,2.0,1.0,0.0,$25000 or more,pacific,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2207,2208,1994,working fulltime,46.0,no,iap,14.0,mountain,1.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2208,2209,1994,working fulltime,52.0,no,iap,16.0,foreign,0.0,0.0,0.0,,pacific,sevrl times a yr,1,iap,3.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2209,2210,1994,working fulltime,49.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2210,2211,1994,working fulltime,60.0,yes,iap,14.0,south atlantic,2.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,yes,,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2211,2212,1994,working fulltime,27.0,no,iap,9.0,pacific,3.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2212,2213,1994,working fulltime,36.0,no,iap,14.0,pacific,1.0,0.0,1.0,$25000 or more,pacific,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2213,2214,1994,working fulltime,27.0,,,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2214,2215,1994,working fulltime,22.0,,,9.0,pacific,1.0,0.0,0.0,$20000 - 24999,pacific,never,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2215,2216,1994,working fulltime,33.0,no,iap,13.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2216,2217,1994,keeping house,32.0,no,,7.0,pacific,0.0,0.0,0.0,,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2217,2218,1994,working fulltime,34.0,,,12.0,mountain,1.0,1.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2218,2219,1994,working fulltime,53.0,,iap,12.0,pacific,1.0,0.0,0.0,,pacific,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2219,2220,1994,working fulltime,60.0,no,iap,17.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,2-3x a month,2,iap,,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2220,2221,1994,working fulltime,58.0,no,yes,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2221,2222,1994,working fulltime,28.0,,iap,15.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2222,2223,1994,working parttime,17.0,no,iap,11.0,pacific,0.0,0.0,0.0,$7000 to 7999,pacific,once a year,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2223,2224,1994,working fulltime,51.0,,,17.0,pacific,0.0,0.0,0.0,$7000 to 7999,pacific,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2224,2225,1994,keeping house,45.0,yes,,14.0,pacific,0.0,3.0,0.0,$15000 - 19999,pacific,never,1,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2225,2226,1994,"unempl, laid off",40.0,,yes,11.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2226,2227,1994,working fulltime,46.0,,,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2227,2228,1994,working fulltime,40.0,,,16.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2228,2229,1994,school,,,,13.0,pacific,1.0,2.0,0.0,$7000 to 7999,pacific,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2229,2230,1994,keeping house,46.0,no,iap,12.0,pacific,2.0,1.0,1.0,$15000 - 19999,pacific,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2230,2231,1994,working parttime,71.0,yes,iap,13.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,never,0,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2231,2232,1994,keeping house,22.0,,iap,10.0,pacific,1.0,2.0,0.0,lt $1000,pacific,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2232,2233,1994,working fulltime,32.0,,,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,2-3x a month,0,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2233,2234,1994,working parttime,49.0,yes,iap,9.0,foreign,1.0,1.0,0.0,$15000 - 19999,pacific,more thn once wk,1,iap,1.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +2234,2235,1994,keeping house,28.0,,iap,12.0,pacific,1.0,1.0,0.0,$10000 - 14999,pacific,never,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2235,2236,1994,temp not working,52.0,no,iap,12.0,w. nor. central,0.0,1.0,1.0,$10000 - 14999,pacific,every week,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2236,2237,1994,working fulltime,36.0,,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2237,2238,1994,keeping house,30.0,no,,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2238,2239,1994,working fulltime,64.0,,,20.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2239,2240,1994,keeping house,49.0,,iap,13.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2240,2241,1994,working fulltime,44.0,no,,14.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2241,2242,1994,temp not working,64.0,no,,16.0,foreign,0.0,1.0,1.0,$10000 - 14999,pacific,once a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2242,2243,1994,working fulltime,71.0,no,iap,19.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,every week,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2243,2244,1994,retired,63.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2244,2245,1994,working fulltime,65.0,no,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2245,2246,1994,other,51.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2246,2247,1994,working fulltime,63.0,no,iap,16.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2247,2248,1994,retired,64.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2248,2249,1994,working parttime,33.0,,iap,13.0,pacific,0.0,1.0,1.0,$20000 - 24999,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2249,2250,1994,working fulltime,43.0,no,iap,14.0,pacific,1.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2250,2251,1994,working fulltime,34.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2251,2252,1994,working fulltime,64.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,,0.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2252,2253,1994,working fulltime,45.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2253,2254,1994,working fulltime,51.0,no,iap,16.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2254,2255,1994,working parttime,51.0,no,iap,15.0,middle atlantic,2.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2255,2256,1994,working fulltime,55.0,,iap,17.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,,1,iap,2.0,0,1.0,0,,1,0,,,,1,0,0,0,0,0,0, +2256,2257,1994,working fulltime,66.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2257,2258,1994,working fulltime,33.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,pacific,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2258,2259,1994,working parttime,47.0,,,13.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2259,2260,1994,keeping house,59.0,no,iap,16.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2260,2261,1994,retired,54.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2261,2262,1994,working fulltime,41.0,,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,lt once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2262,2263,1994,working fulltime,28.0,,iap,12.0,foreign,1.0,1.0,0.0,$15000 - 19999,pacific,every week,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2263,2264,1994,working fulltime,52.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2264,2265,1994,working fulltime,40.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2265,2266,1994,retired,63.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,pacific,2-3x a month,1,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2266,2267,1994,working fulltime,40.0,,iap,12.0,new england,0.0,1.0,0.0,$25000 or more,new england,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2267,2268,1994,retired,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,new england,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2268,2269,1994,retired,30.0,no,yes,8.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2269,2270,1994,working parttime,29.0,,,12.0,new england,0.0,0.0,0.0,,new england,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2270,2271,1994,other,42.0,no,iap,11.0,new england,0.0,0.0,1.0,$25000 or more,new england,once a month,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2271,2272,1994,working fulltime,31.0,,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2272,2273,1994,"unempl, laid off",33.0,no,iap,10.0,new england,0.0,1.0,0.0,,new england,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2273,2274,1994,retired,42.0,no,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2274,2275,1994,working fulltime,47.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2275,2276,1994,working parttime,29.0,yes,iap,12.0,new england,0.0,0.0,0.0,$5000 to 5999,new england,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2276,2277,1994,working fulltime,30.0,no,iap,12.0,new england,0.0,0.0,2.0,$25000 or more,new england,sevrl times a yr,1,,0.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2277,2278,1994,working parttime,39.0,no,iap,12.0,new england,0.0,0.0,0.0,,new england,once a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2278,2279,1994,working parttime,22.0,,iap,10.0,new england,0.0,0.0,0.0,$1000 to 2999,new england,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2279,2280,1994,working fulltime,45.0,no,iap,14.0,new england,0.0,2.0,0.0,$25000 or more,new england,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2280,2281,1994,working fulltime,51.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,new england,nrly every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2281,2282,1994,working fulltime,68.0,no,iap,17.0,new england,,,,$25000 or more,new england,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2282,2283,1994,working fulltime,51.0,no,iap,12.0,new england,0.0,3.0,0.0,$25000 or more,new england,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2283,2284,1994,working parttime,68.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2284,2285,1994,other,,,,0.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2285,2286,1994,school,23.0,no,iap,13.0,new england,0.0,0.0,1.0,$25000 or more,new england,every week,1,,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2286,2287,1994,working fulltime,55.0,no,iap,20.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2287,2288,1994,working fulltime,23.0,,,11.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2288,2289,1994,retired,42.0,no,,8.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2289,2290,1994,working parttime,66.0,,,20.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2290,2291,1994,working fulltime,32.0,no,iap,9.0,pacific,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2291,2292,1994,working fulltime,64.0,no,iap,17.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2292,2293,1994,working fulltime,48.0,no,iap,14.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,every week,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2293,2294,1994,retired,,no,iap,8.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2294,2295,1994,working fulltime,46.0,yes,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2295,2296,1994,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,once a year,2,yes,2.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2296,2297,1994,working parttime,42.0,no,iap,11.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2297,2298,1994,retired,24.0,no,iap,9.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2298,2299,1994,working fulltime,32.0,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2299,2300,1994,working fulltime,22.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2300,2301,1994,working fulltime,23.0,no,iap,13.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2301,2302,1994,working parttime,51.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2302,2303,1994,working parttime,23.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,,0,iap,,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0,1.0 +2303,2304,1994,retired,35.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2304,2305,1994,other,47.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,1,,2.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2305,2306,1994,school,22.0,,,10.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,middle atlantic,once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2306,2307,1994,school,35.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2307,2308,1994,working fulltime,53.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2308,2309,1994,working fulltime,40.0,no,iap,12.0,middle atlantic,0.0,2.0,2.0,$25000 or more,middle atlantic,,0,,1.0,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0,0.0 +2309,2310,1994,keeping house,64.0,no,,16.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2310,2311,1994,working parttime,39.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2311,2312,1994,"unempl, laid off",41.0,yes,iap,11.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2312,2313,1994,working fulltime,51.0,,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,lt once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2313,2314,1994,working fulltime,31.0,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2314,2315,1994,keeping house,,no,iap,8.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2315,2316,1994,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,once a year,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2316,2317,1994,"unempl, laid off",41.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2317,2318,1994,working parttime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2318,2319,1994,working fulltime,39.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2319,2320,1994,working fulltime,32.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2320,2321,1994,retired,40.0,yes,,5.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,3.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2321,2322,1994,retired,66.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2322,2323,1994,retired,49.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2323,2324,1994,keeping house,29.0,no,iap,12.0,middle atlantic,0.0,3.0,0.0,$25000 or more,middle atlantic,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2324,2325,1994,"unempl, laid off",37.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2325,2326,1994,working fulltime,36.0,yes,iap,11.0,mountain,1.0,2.0,1.0,$25000 or more,middle atlantic,never,1,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2326,2327,1994,working fulltime,26.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,nrly every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2327,2328,1994,retired,42.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2328,2329,1994,working fulltime,30.0,,,12.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,sevrl times a yr,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2329,2330,1994,working fulltime,51.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,,1,,0.0,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0,0.0 +2330,2331,1994,working parttime,64.0,,,16.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,once a year,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2331,2332,1994,working parttime,45.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,,2,,0.0,1,1.0,0,,0,0,,,,1,0,0,0,0,0,0,0.0 +2332,2333,1994,working fulltime,44.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,,2,,2.0,1,1.0,0,,1,0,,,,1,0,0,0,0,0,0,0.0 +2333,2334,1994,working fulltime,61.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,,2,iap,2.0,1,1.0,0,,0,0,,,,1,0,0,0,0,0,0, +2334,2335,1994,working fulltime,49.0,yes,iap,12.0,new england,1.0,0.0,1.0,$25000 or more,new england,never,0,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2335,2336,1994,working parttime,47.0,no,,13.0,middle atlantic,0.0,1.0,0.0,,new england,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2336,2337,1994,retired,,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,new england,,1,yes,,0,1.0,0,,0,0,,,,1,0,0,0,0,0,0,0.0 +2337,2338,1994,keeping house,39.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2338,2339,1994,working fulltime,24.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,lt once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2339,2340,1994,keeping house,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2340,2341,1994,"unempl, laid off",30.0,,yes,10.0,e. nor. central,0.0,1.0,1.0,$15000 - 19999,e. nor. central,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2341,2342,1994,working fulltime,33.0,yes,iap,12.0,e. nor. central,0.0,0.0,2.0,,e. nor. central,never,2,,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2342,2343,1994,keeping house,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2343,2344,1994,working fulltime,35.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2344,2345,1994,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2345,2346,1994,working parttime,30.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2346,2347,1994,working fulltime,50.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2347,2348,1994,working fulltime,64.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2348,2349,1994,working fulltime,52.0,,iap,13.0,new england,0.0,1.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,iap,0.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2349,2350,1994,school,48.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2350,2351,1994,working fulltime,57.0,yes,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2351,2352,1994,keeping house,46.0,no,iap,13.0,e. nor. central,1.0,1.0,0.0,,e. nor. central,nrly every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2352,2353,1994,working fulltime,38.0,,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2353,2354,1994,working fulltime,31.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2354,2355,1994,retired,,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,0,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2355,2356,1994,retired,34.0,no,,7.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,nrly every week,1,yes,14.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +2356,2357,1994,working fulltime,22.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2357,2358,1994,keeping house,34.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2358,2359,1994,keeping house,19.0,yes,iap,10.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2359,2360,1994,working fulltime,29.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2360,2361,1994,keeping house,36.0,no,iap,9.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,0,,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2361,2362,1994,working fulltime,39.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2362,2363,1994,working fulltime,51.0,yes,iap,14.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a month,0,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2363,2364,1994,keeping house,29.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2364,2365,1994,keeping house,29.0,,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,2,yes,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2365,2366,1994,keeping house,35.0,,iap,12.0,e. nor. central,3.0,0.0,0.0,$8000 to 9999,e. nor. central,once a month,0,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2366,2367,1994,retired,51.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2367,2368,1994,working fulltime,35.0,no,iap,6.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2368,2369,1994,working fulltime,28.0,yes,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2369,2370,1994,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2370,2371,1994,working fulltime,35.0,,yes,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2371,2372,1994,temp not working,27.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2372,2373,1994,working parttime,22.0,,,11.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2373,2374,1994,working fulltime,64.0,no,iap,16.0,foreign,0.0,2.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2374,2375,1994,working fulltime,36.0,yes,,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2375,2376,1994,"unempl, laid off",36.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2376,2377,1994,working fulltime,34.0,yes,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2377,2378,1994,working parttime,29.0,,,14.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,0,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2378,2379,1994,retired,44.0,yes,,11.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,2,,6.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2379,2380,1994,working fulltime,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,1,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2380,2381,1994,retired,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2381,2382,1994,retired,30.0,no,iap,5.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2382,2383,1994,working fulltime,64.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2383,2384,1994,working fulltime,52.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2384,2385,1994,working fulltime,69.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2385,2386,1994,working fulltime,40.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2386,2387,1994,working fulltime,47.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2387,2388,1994,working fulltime,34.0,no,iap,16.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,every week,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2388,2389,1994,working fulltime,66.0,no,iap,16.0,middle atlantic,0.0,2.0,0.0,$25000 or more,w. nor. central,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2389,2390,1994,working fulltime,66.0,yes,iap,16.0,middle atlantic,1.0,2.0,0.0,$25000 or more,w. nor. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2390,2391,1994,working fulltime,36.0,yes,iap,14.0,mountain,0.0,1.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2391,2392,1994,working parttime,22.0,,,13.0,w. nor. central,0.0,0.0,0.0,$3000 to 3999,w. nor. central,once a year,1,yes,6.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2392,2393,1994,working fulltime,74.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2393,2394,1994,working fulltime,38.0,,,20.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2394,2395,1994,working fulltime,49.0,no,iap,14.0,w. sou. central,0.0,1.0,0.0,$15000 - 19999,w. nor. central,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2395,2396,1994,keeping house,21.0,yes,iap,12.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,never,2,iap,6.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2396,2397,1994,school,40.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,sevrl times a yr,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2397,2398,1994,working parttime,20.0,,,13.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,never,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2398,2399,1994,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,2.0,0.0,$10000 - 14999,w. nor. central,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2399,2400,1994,working fulltime,47.0,yes,iap,15.0,w. nor. central,1.0,2.0,1.0,$25000 or more,w. nor. central,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2400,2401,1994,working parttime,39.0,no,,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2401,2402,1994,working parttime,61.0,no,iap,17.0,w. nor. central,1.0,2.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2402,2403,1994,keeping house,,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,,8.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2403,2404,1994,retired,36.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2404,2405,1994,working fulltime,49.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2405,2406,1994,working fulltime,69.0,,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2406,2407,1994,retired,54.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2407,2408,1994,working fulltime,36.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,w. nor. central,never,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2408,2409,1994,working fulltime,44.0,,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2409,2410,1994,working parttime,34.0,,,16.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. nor. central,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2410,2411,1994,working parttime,17.0,,,14.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,never,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2411,2412,1994,working parttime,27.0,no,,12.0,w. nor. central,0.0,0.0,1.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2412,2413,1994,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2413,2414,1994,working fulltime,33.0,yes,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2414,2415,1994,working fulltime,24.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2415,2416,1994,retired,60.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,2-3x a month,0,yes,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2416,2417,1994,working fulltime,32.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2417,2418,1994,school,42.0,,iap,12.0,e. nor. central,0.0,2.0,0.0,$20000 - 24999,e. nor. central,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2418,2419,1994,working fulltime,24.0,,,12.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,2-3x a month,1,,4.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2419,2420,1994,school,,,,9.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2420,2421,1994,working fulltime,64.0,no,iap,15.0,mountain,0.0,2.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2421,2422,1994,working parttime,52.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2422,2423,1994,working fulltime,26.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2423,2424,1994,working fulltime,24.0,no,iap,12.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2424,2425,1994,other,40.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2425,2426,1994,working parttime,23.0,no,iap,12.0,e. nor. central,0.0,2.0,2.0,$20000 - 24999,e. nor. central,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2426,2427,1994,working fulltime,57.0,yes,iap,16.0,w. sou. central,0.0,2.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,2,,1.0,1,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2427,2428,1994,working fulltime,64.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2428,2429,1994,"unempl, laid off",28.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,yes,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2429,2430,1994,working fulltime,28.0,,,13.0,e. nor. central,1.0,0.0,0.0,$4000 to 4999,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2430,2431,1994,working fulltime,43.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2431,2432,1994,working fulltime,35.0,,,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2432,2433,1994,working parttime,36.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,once a month,2,yes,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2433,2434,1994,working fulltime,42.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2434,2435,1994,working fulltime,45.0,yes,iap,13.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2435,2436,1994,working fulltime,34.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2436,2437,1994,working parttime,36.0,,iap,12.0,w. nor. central,0.0,0.0,1.0,$8000 to 9999,w. nor. central,once a year,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2437,2438,1994,working parttime,47.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,more thn once wk,1,,2.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2438,2439,1994,working fulltime,60.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2439,2440,1994,retired,45.0,yes,,9.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,,4.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2440,2441,1994,working fulltime,43.0,no,iap,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2441,2442,1994,working fulltime,71.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2442,2443,1994,keeping house,36.0,,iap,14.0,w. nor. central,0.0,1.0,1.0,$4000 to 4999,w. nor. central,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2443,2444,1994,working fulltime,46.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2444,2445,1994,working fulltime,42.0,no,iap,14.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,never,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2445,2446,1994,retired,42.0,no,iap,8.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2446,2447,1994,working fulltime,36.0,no,,16.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2447,2448,1994,retired,40.0,no,iap,11.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2448,2449,1994,keeping house,43.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,0,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2449,2450,1994,working parttime,39.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2450,2451,1994,working fulltime,32.0,no,iap,10.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2451,2452,1994,other,29.0,yes,iap,8.0,w. nor. central,0.0,1.0,0.0,,w. nor. central,lt once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2452,2453,1994,working parttime,42.0,,,12.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2453,2454,1994,working fulltime,30.0,,iap,12.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2454,2455,1994,working fulltime,33.0,,iap,12.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2455,2456,1994,retired,30.0,yes,iap,8.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2456,2457,1994,other,51.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2457,2458,1994,working fulltime,69.0,no,iap,14.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2458,2459,1994,keeping house,,,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2459,2460,1994,working fulltime,33.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2460,2461,1994,working fulltime,60.0,no,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a month,0,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2461,2462,1994,working fulltime,86.0,no,iap,20.0,pacific,0.0,0.0,0.0,,w. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2462,2463,1994,keeping house,46.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2463,2464,1994,retired,30.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$3000 to 3999,w. nor. central,lt once a year,1,yes,5.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2464,2465,1994,working parttime,31.0,no,iap,13.0,w. nor. central,1.0,0.0,1.0,$4000 to 4999,w. nor. central,once a year,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2465,2466,1994,retired,52.0,no,,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a month,1,yes,5.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2466,2467,1994,retired,60.0,,,15.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2467,2468,1994,retired,32.0,yes,iap,10.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,lt once a year,0,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2468,2469,1994,working parttime,39.0,no,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,0,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2469,2470,1994,working parttime,30.0,no,iap,14.0,w. nor. central,1.0,1.0,0.0,$20000 - 24999,w. nor. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2470,2471,1994,retired,47.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,2,yes,6.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +2471,2472,1994,retired,47.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,,4.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2472,2473,1994,working fulltime,40.0,no,iap,12.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2473,2474,1994,working fulltime,30.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2474,2475,1994,working fulltime,19.0,yes,iap,9.0,w. nor. central,1.0,2.0,0.0,$20000 - 24999,w. nor. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2475,2476,1994,working fulltime,47.0,yes,iap,14.0,pacific,0.0,2.0,0.0,$25000 or more,w. nor. central,every week,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2476,2477,1994,working fulltime,51.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2477,2478,1994,working fulltime,68.0,no,iap,12.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2478,2479,1994,working fulltime,53.0,no,iap,12.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,lt once a year,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2479,2480,1994,working fulltime,49.0,no,iap,14.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2480,2481,1994,working parttime,66.0,no,iap,16.0,w. nor. central,1.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2481,2482,1994,working fulltime,33.0,,,14.0,w. nor. central,1.0,0.0,0.0,,w. nor. central,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2482,2483,1994,keeping house,46.0,no,iap,13.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2483,2484,1994,temp not working,21.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2484,2485,1994,temp not working,46.0,no,iap,18.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2485,2486,1994,working fulltime,39.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2486,2487,1994,school,28.0,,,15.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2487,2488,1994,school,29.0,,,11.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,every week,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2488,2489,1994,working parttime,28.0,,,12.0,w. nor. central,1.0,0.0,0.0,$4000 to 4999,w. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2489,2490,1994,working fulltime,28.0,,iap,13.0,w. nor. central,1.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2490,2491,1994,working fulltime,33.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2491,2492,1994,working fulltime,47.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a year,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2492,2493,1994,working parttime,22.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,,2.0,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2493,2494,1994,working fulltime,34.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2494,2495,1994,working fulltime,69.0,no,iap,16.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2495,2496,1994,working fulltime,49.0,yes,iap,20.0,e. nor. central,0.0,3.0,0.0,$25000 or more,w. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2496,2497,1994,working fulltime,49.0,no,iap,17.0,new england,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2497,2498,1994,working fulltime,49.0,no,iap,19.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2498,2499,1994,keeping house,,no,iap,10.0,middle atlantic,0.0,0.0,1.0,$25000 or more,w. nor. central,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2499,2500,1994,keeping house,,no,iap,14.0,w. nor. central,3.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2500,2501,1994,keeping house,,no,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2501,2502,1994,working fulltime,49.0,no,iap,19.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,yes,,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2502,2503,1994,working fulltime,49.0,no,iap,18.0,pacific,0.0,0.0,1.0,$25000 or more,w. nor. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2503,2504,1994,working fulltime,63.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2504,2505,1994,keeping house,33.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2505,2506,1994,retired,41.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,2,yes,5.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2506,2507,1994,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,never,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2507,2508,1994,working fulltime,22.0,no,iap,12.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2508,2509,1994,working fulltime,31.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2509,2510,1994,working parttime,46.0,yes,iap,15.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2510,2511,1994,working parttime,63.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2511,2512,1994,working fulltime,37.0,no,iap,12.0,e. nor. central,1.0,0.0,1.0,$25000 or more,e. nor. central,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2512,2513,1994,working fulltime,44.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2513,2514,1994,retired,32.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2514,2515,1994,working fulltime,74.0,no,iap,18.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,6.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2515,2516,1994,working fulltime,51.0,no,iap,13.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2516,2517,1994,working fulltime,66.0,,iap,15.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2517,2518,1994,retired,,no,,8.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2518,2519,1994,working fulltime,57.0,,iap,14.0,e. nor. central,2.0,2.0,0.0,$20000 - 24999,e. nor. central,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2519,2520,1994,working fulltime,36.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2520,2521,1994,working parttime,49.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2521,2522,1994,working fulltime,42.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2522,2523,1994,working fulltime,30.0,,,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,5.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2523,2524,1994,working fulltime,35.0,,iap,12.0,e. nor. central,1.0,1.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2524,2525,1994,retired,51.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2525,2526,1994,retired,40.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2526,2527,1994,working parttime,47.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2527,2528,1994,working fulltime,30.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2528,2529,1994,retired,28.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2529,2530,1994,working fulltime,64.0,no,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2530,2531,1994,temp not working,40.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2531,2532,1994,working parttime,51.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2532,2533,1994,working fulltime,66.0,no,iap,16.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2533,2534,1994,working parttime,65.0,no,iap,16.0,e. nor. central,0.0,3.0,1.0,$20000 - 24999,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2534,2535,1994,working fulltime,46.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2535,2536,1994,working fulltime,50.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2536,2537,1994,working parttime,22.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2537,2538,1994,working fulltime,36.0,,,12.0,e. nor. central,0.0,1.0,1.0,$15000 - 19999,e. nor. central,every week,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2538,2539,1994,working parttime,36.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,every week,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2539,2540,1994,retired,20.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2540,2541,1994,retired,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2541,2542,1994,retired,44.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2542,2543,1994,working parttime,20.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,once a month,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2543,2544,1994,working fulltime,23.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2544,2545,1994,keeping house,33.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,nrly every week,0,,5.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2545,2546,1994,working parttime,28.0,,,14.0,w. sou. central,0.0,1.0,0.0,,e. sou. central,more thn once wk,1,iap,5.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +2546,2547,1994,keeping house,28.0,,,12.0,e. sou. central,3.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2547,2548,1994,working parttime,23.0,,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,1,,3.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2548,2549,1994,working parttime,23.0,,,9.0,e. sou. central,0.0,1.0,0.0,,e. sou. central,2-3x a month,2,iap,,1,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2549,2550,1994,keeping house,22.0,,iap,12.0,e. sou. central,0.0,1.0,0.0,$4000 to 4999,e. sou. central,2-3x a month,1,,6.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2550,2551,1994,keeping house,66.0,no,iap,16.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,2-3x a month,2,yes,2.0,1,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +2551,2552,1994,keeping house,57.0,yes,yes,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,,3.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2552,2553,1994,working fulltime,47.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2553,2554,1994,working fulltime,29.0,no,iap,13.0,e. sou. central,1.0,3.0,1.0,$25000 or more,e. sou. central,more thn once wk,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2554,2555,1994,other,34.0,no,iap,9.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,nrly every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2555,2556,1994,working fulltime,45.0,no,iap,14.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2556,2557,1994,keeping house,29.0,yes,iap,11.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2557,2558,1994,keeping house,33.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2558,2559,1994,working fulltime,48.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2559,2560,1994,keeping house,,no,yes,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,,6.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2560,2561,1994,keeping house,28.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,,e. sou. central,every week,2,yes,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2561,2562,1994,keeping house,,no,,9.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2562,2563,1994,working fulltime,36.0,no,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2563,2564,1994,school,,,,8.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,0,,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2564,2565,1994,working fulltime,28.0,yes,iap,14.0,e. sou. central,1.0,0.0,0.0,$7000 to 7999,e. sou. central,nrly every week,2,iap,,1,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2565,2566,1994,keeping house,29.0,no,iap,11.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,0,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2566,2567,1994,keeping house,,no,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2567,2568,1994,working fulltime,30.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,1.0,1,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2568,2569,1994,working fulltime,62.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,1.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2569,2570,1994,keeping house,46.0,no,yes,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2570,2571,1994,keeping house,,no,iap,13.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,every week,1,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2571,2572,1994,keeping house,28.0,yes,,4.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2572,2573,1994,working fulltime,60.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2573,2574,1994,retired,36.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2574,2575,1994,retired,,no,,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2575,2576,1994,working parttime,29.0,,iap,13.0,south atlantic,1.0,2.0,1.0,$10000 - 14999,south atlantic,lt once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2576,2577,1994,school,17.0,,,11.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,never,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2577,2578,1994,keeping house,,,iap,9.0,south atlantic,3.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2578,2579,1994,working fulltime,35.0,,iap,13.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2579,2580,1994,working fulltime,57.0,,iap,13.0,south atlantic,0.0,1.0,0.0,$20000 - 24999,south atlantic,every week,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2580,2581,1994,working fulltime,35.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2581,2582,1994,retired,47.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,5.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2582,2583,1994,retired,23.0,no,iap,5.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2583,2584,1994,working fulltime,63.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2584,2585,1994,working fulltime,33.0,,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,iap,,1,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2585,2586,1994,retired,32.0,no,iap,6.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2586,2587,1994,keeping house,43.0,no,iap,12.0,e. sou. central,1.0,1.0,0.0,,south atlantic,more thn once wk,2,yes,,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2587,2588,1994,retired,42.0,no,,13.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,south atlantic,every week,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2588,2589,1994,retired,36.0,yes,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2589,2590,1994,working fulltime,32.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2590,2591,1994,retired,,no,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,0,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2591,2592,1994,working fulltime,42.0,yes,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,6.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2592,2593,1994,keeping house,33.0,yes,iap,12.0,south atlantic,2.0,0.0,0.0,$7000 to 7999,south atlantic,lt once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2593,2594,1994,retired,28.0,no,iap,13.0,south atlantic,0.0,1.0,0.0,,south atlantic,nrly every week,1,,2.0,0,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2594,2595,1994,keeping house,44.0,yes,iap,13.0,south atlantic,1.0,2.0,0.0,,south atlantic,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2595,2596,1994,temp not working,66.0,no,iap,17.0,e. sou. central,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2596,2597,1994,working fulltime,47.0,no,iap,9.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,once a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2597,2598,1994,"unempl, laid off",34.0,no,iap,6.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2598,2599,1994,"unempl, laid off",23.0,,,9.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2599,2600,1994,retired,22.0,yes,iap,3.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2600,2601,1994,working fulltime,30.0,no,iap,11.0,e. sou. central,0.0,2.0,1.0,$25000 or more,e. sou. central,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2601,2602,1994,retired,34.0,,iap,2.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2602,2603,1994,working parttime,31.0,no,iap,14.0,e. sou. central,1.0,0.0,0.0,$20000 - 24999,e. sou. central,nrly every week,2,,5.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2603,2604,1994,working fulltime,40.0,,,9.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2604,2605,1994,working fulltime,64.0,,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2605,2606,1994,retired,40.0,,iap,4.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2606,2607,1994,retired,48.0,no,iap,9.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2607,2608,1994,working fulltime,31.0,yes,iap,13.0,e. sou. central,2.0,2.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2608,2609,1994,working fulltime,29.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2609,2610,1994,working fulltime,28.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2610,2611,1994,working fulltime,44.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,never,1,,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2611,2612,1994,keeping house,,no,iap,11.0,e. sou. central,1.0,0.0,0.0,$1000 to 2999,e. sou. central,more thn once wk,2,,0.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2612,2613,1994,retired,,no,,8.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2613,2614,1994,working fulltime,28.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,2,yes,,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2614,2615,1994,working fulltime,28.0,no,iap,13.0,w. sou. central,0.0,2.0,0.0,$15000 - 19999,e. sou. central,once a year,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2615,2616,1994,retired,,no,,5.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2616,2617,1994,keeping house,,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,2,yes,4.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2617,2618,1994,working fulltime,40.0,,iap,7.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. sou. central,never,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2618,2619,1994,working fulltime,31.0,no,iap,3.0,e. sou. central,0.0,0.0,2.0,$20000 - 24999,e. sou. central,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2619,2620,1994,working fulltime,68.0,no,yes,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2620,2621,1994,keeping house,20.0,,iap,10.0,w. sou. central,2.0,4.0,0.0,$4000 to 4999,w. sou. central,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2621,2622,1994,school,,,,11.0,w. sou. central,0.0,1.0,1.0,$4000 to 4999,w. sou. central,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2622,2623,1994,keeping house,42.0,,,10.0,w. sou. central,2.0,1.0,0.0,$4000 to 4999,w. sou. central,2-3x a month,0,,8.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2623,2624,1994,keeping house,,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2624,2625,1994,keeping house,66.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2625,2626,1994,working fulltime,44.0,no,,16.0,e. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2626,2627,1994,working fulltime,30.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2627,2628,1994,working fulltime,75.0,no,iap,19.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,more thn once wk,2,iap,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2628,2629,1994,working parttime,44.0,no,,16.0,w. sou. central,1.0,2.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2629,2630,1994,working fulltime,47.0,no,iap,16.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,every week,0,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2630,2631,1994,retired,46.0,no,,17.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2631,2632,1994,working fulltime,28.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,0,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2632,2633,1994,working fulltime,35.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2633,2634,1994,retired,36.0,,,8.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,iap,6.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2634,2635,1994,working fulltime,60.0,,,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2635,2636,1994,working fulltime,28.0,no,iap,12.0,w. sou. central,2.0,2.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2636,2637,1994,working fulltime,30.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2637,2638,1994,keeping house,28.0,,yes,10.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,2-3x a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2638,2639,1994,retired,28.0,no,,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2639,2640,1994,working fulltime,30.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2640,2641,1994,retired,50.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2641,2642,1994,retired,20.0,yes,,7.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,2-3x a month,0,yes,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2642,2643,1994,keeping house,,,iap,4.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2643,2644,1994,working fulltime,47.0,,iap,10.0,e. sou. central,0.0,1.0,1.0,$20000 - 24999,e. sou. central,2-3x a month,0,,2.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2644,2645,1994,keeping house,,no,,11.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,2-3x a month,1,,6.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2645,2646,1994,working fulltime,33.0,yes,iap,13.0,e. sou. central,2.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,2,,2.0,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2646,2647,1994,working parttime,42.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,2-3x a month,1,yes,3.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2647,2648,1994,school,,no,iap,10.0,e. sou. central,4.0,0.0,0.0,$7000 to 7999,e. sou. central,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2648,2649,1994,keeping house,,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,2,yes,,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2649,2650,1994,working fulltime,48.0,no,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,2,,0.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2650,2651,1994,keeping house,23.0,,,5.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,1,,6.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2651,2652,1994,working parttime,64.0,yes,iap,13.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,nrly every week,2,,1.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2652,2653,1994,working fulltime,48.0,,yes,16.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2653,2654,1994,working fulltime,65.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2654,2655,1994,working fulltime,44.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2655,2656,1994,retired,46.0,no,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2656,2657,1994,working fulltime,65.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2657,2658,1994,working fulltime,54.0,no,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2658,2659,1994,working parttime,44.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2659,2660,1994,retired,51.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,4.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2660,2661,1994,temp not working,43.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2661,2662,1994,working fulltime,45.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2662,2663,1994,working fulltime,39.0,,iap,8.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2663,2664,1994,working parttime,23.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2664,2665,1994,retired,29.0,no,,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2665,2666,1994,keeping house,,no,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,0,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2666,2667,1994,working fulltime,69.0,no,iap,18.0,south atlantic,2.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2667,2668,1994,working fulltime,60.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2668,2669,1994,other,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,1,iap,6.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +2669,2670,1994,retired,46.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,3.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2670,2671,1994,working fulltime,51.0,yes,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2671,2672,1994,retired,30.0,no,iap,3.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2672,2673,1994,working fulltime,39.0,,iap,9.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2673,2674,1994,working fulltime,41.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2674,2675,1994,retired,54.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,3.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2675,2676,1994,working fulltime,46.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2676,2677,1994,working fulltime,68.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2677,2678,1994,working fulltime,28.0,no,iap,12.0,south atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,nrly every week,1,yes,1.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +2678,2679,1994,working fulltime,60.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2679,2680,1994,working fulltime,35.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2680,2681,1994,working fulltime,45.0,,,,south atlantic,0.0,0.0,0.0,,south atlantic,,2,,1.0,1,1.0,0,,0,0,,,,1,0,0,0,0,0,0,1.0 +2681,2682,1994,working fulltime,47.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2682,2683,1994,working fulltime,36.0,no,iap,12.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,more thn once wk,0,yes,1.0,0,1.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0, +2683,2684,1994,keeping house,19.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2684,2685,1994,working fulltime,34.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,yes,1.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2685,2686,1994,retired,30.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2686,2687,1994,keeping house,17.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2687,2688,1994,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,every week,2,yes,5.0,1,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2688,2689,1994,working fulltime,42.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2689,2690,1994,working fulltime,32.0,yes,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2690,2691,1994,working fulltime,35.0,,,12.0,south atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2691,2692,1994,working fulltime,42.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,,2.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2692,2693,1994,retired,36.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2693,2694,1994,working fulltime,43.0,yes,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2694,2695,1994,working parttime,31.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2695,2696,1994,keeping house,27.0,,,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,1,iap,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2696,2697,1994,working parttime,60.0,yes,,11.0,south atlantic,2.0,1.0,2.0,$15000 - 19999,south atlantic,every week,2,,2.0,1,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2697,2698,1994,working fulltime,31.0,no,iap,12.0,south atlantic,0.0,3.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2698,2699,1994,working fulltime,27.0,,,11.0,middle atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,2-3x a month,1,,6.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2699,2700,1994,working parttime,46.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2700,2701,1994,working fulltime,33.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,2,,3.0,1,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2701,2702,1994,retired,29.0,no,,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2702,2703,1994,working fulltime,32.0,yes,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,3.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2703,2704,1994,working fulltime,46.0,,iap,14.0,south atlantic,0.0,0.0,1.0,$10000 - 14999,south atlantic,2-3x a month,1,yes,4.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0, +2704,2705,1994,keeping house,24.0,no,iap,11.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2705,2706,1994,working fulltime,42.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2706,2707,1994,working fulltime,35.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2707,2708,1994,working fulltime,34.0,no,iap,9.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2708,2709,1994,temp not working,42.0,yes,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,1,yes,1.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2709,2710,1994,retired,44.0,no,yes,6.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2710,2711,1994,working fulltime,64.0,no,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2711,2712,1994,working fulltime,29.0,no,,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2712,2713,1994,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2713,2714,1994,working fulltime,49.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2714,2715,1994,working fulltime,65.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2715,2716,1994,retired,47.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2716,2717,1994,retired,36.0,no,,6.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2717,2718,1994,working fulltime,46.0,no,iap,12.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2718,2719,1994,working parttime,34.0,,iap,12.0,south atlantic,1.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2719,2720,1994,retired,35.0,no,,5.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,0,,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2720,2721,1994,working fulltime,30.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2721,2722,1994,working parttime,49.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2722,2723,1994,keeping house,,,,12.0,south atlantic,1.0,1.0,1.0,$20000 - 24999,south atlantic,sevrl times a yr,2,,7.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2723,2724,1994,working fulltime,30.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,,1,yes,2.0,0,0.0,0,,0,0,,,,1,0,0,0,0,0,0, +2724,2725,1994,keeping house,66.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2725,2726,1994,retired,66.0,no,,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2726,2727,1994,retired,45.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,7.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2727,2728,1994,working fulltime,47.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2728,2729,1994,working parttime,29.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2729,2730,1994,keeping house,51.0,no,iap,12.0,south atlantic,0.0,1.0,1.0,,south atlantic,2-3x a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2730,2731,1994,keeping house,44.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2731,2732,1994,keeping house,28.0,,iap,11.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2732,2733,1994,retired,36.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2733,2734,1994,working fulltime,61.0,,,13.0,e. sou. central,0.0,0.0,2.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2734,2735,1994,retired,51.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2735,2736,1994,working fulltime,30.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2736,2737,1994,temp not working,31.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,nrly every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2737,2738,1994,working fulltime,45.0,no,iap,12.0,e. sou. central,0.0,0.0,2.0,$20000 - 24999,e. sou. central,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2738,2739,1994,keeping house,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2739,2740,1994,keeping house,,yes,yes,7.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2740,2741,1994,retired,34.0,no,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2741,2742,1994,working fulltime,34.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2742,2743,1994,retired,36.0,,yes,12.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,once a month,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2743,2744,1994,retired,42.0,,iap,8.0,south atlantic,0.0,0.0,0.0,lt $1000,e. sou. central,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2744,2745,1994,retired,22.0,no,,11.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,e. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2745,2746,1994,keeping house,22.0,,iap,7.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2746,2747,1994,keeping house,,no,,12.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2747,2748,1994,retired,30.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2748,2749,1994,keeping house,42.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2749,2750,1994,keeping house,42.0,,yes,12.0,e. nor. central,0.0,0.0,1.0,$6000 to 6999,e. sou. central,once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2750,2751,1994,keeping house,40.0,no,,8.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2751,2752,1994,other,29.0,,iap,8.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,once a year,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2752,2753,1994,working fulltime,28.0,,,11.0,e. sou. central,1.0,0.0,0.0,$1000 to 2999,e. sou. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2753,2754,1994,keeping house,33.0,,iap,12.0,e. sou. central,1.0,1.0,0.0,$8000 to 9999,e. sou. central,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2754,2755,1994,school,,,,10.0,middle atlantic,1.0,1.0,0.0,lt $1000,e. sou. central,2-3x a month,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2755,2756,1994,retired,39.0,no,,8.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,lt once a year,2,yes,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2756,2757,1994,keeping house,38.0,no,,7.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,never,0,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2757,2758,1994,keeping house,,,,8.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2758,2759,1994,temp not working,33.0,yes,iap,12.0,e. sou. central,1.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2759,2760,1994,temp not working,42.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2760,2761,1994,working fulltime,44.0,yes,iap,12.0,e. sou. central,2.0,1.0,0.0,$20000 - 24999,e. sou. central,once a year,0,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2761,2762,1994,retired,42.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2762,2763,1994,working parttime,44.0,,iap,10.0,w. sou. central,0.0,2.0,2.0,lt $1000,w. sou. central,sevrl times a yr,0,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2763,2764,1994,working fulltime,26.0,no,iap,12.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2764,2765,1994,working fulltime,27.0,no,iap,12.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2765,2766,1994,working fulltime,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2766,2767,1994,school,30.0,,,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2767,2768,1994,working fulltime,38.0,no,iap,16.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,2-3x a month,0,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2768,2769,1994,working fulltime,38.0,no,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2769,2770,1994,keeping house,23.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,,w. sou. central,every week,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2770,2771,1994,working fulltime,51.0,no,iap,9.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2771,2772,1994,keeping house,27.0,no,iap,8.0,w. sou. central,0.0,0.0,1.0,,w. sou. central,every week,1,iap,3.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +2772,2773,1994,working fulltime,34.0,no,iap,14.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2773,2774,1994,keeping house,50.0,no,,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2774,2775,1994,working fulltime,38.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2775,2776,1994,working fulltime,64.0,yes,iap,16.0,w. sou. central,0.0,4.0,0.0,$25000 or more,w. sou. central,once a year,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2776,2777,1994,working parttime,22.0,yes,,9.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,2,yes,,1,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2777,2778,1994,retired,28.0,yes,,10.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,more thn once wk,2,yes,,1,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2778,2779,1994,working fulltime,50.0,yes,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,,2.0,1,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2779,2780,1994,working fulltime,51.0,,iap,14.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2780,2781,1994,working fulltime,60.0,no,iap,15.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2781,2782,1994,keeping house,29.0,no,iap,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,9.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2782,2783,1994,working fulltime,30.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,yes,3.0,0,0.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2783,2784,1994,keeping house,,no,iap,11.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2784,2785,1994,working fulltime,36.0,no,iap,12.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2785,2786,1994,working fulltime,35.0,no,iap,13.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,more thn once wk,0,,4.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2786,2787,1994,working fulltime,61.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2787,2788,1994,working fulltime,48.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,4.0,1,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2788,2789,1994,working fulltime,57.0,,iap,18.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2789,2790,1994,working parttime,30.0,,,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a month,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2790,2791,1994,working fulltime,69.0,,yes,17.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2791,2792,1994,working fulltime,64.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2792,2793,1994,working fulltime,51.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2793,2794,1994,working fulltime,35.0,no,iap,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2794,2795,1994,working fulltime,33.0,no,iap,12.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,every week,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2795,2796,1994,keeping house,25.0,yes,,11.0,w. sou. central,3.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2796,2797,1994,keeping house,42.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,more thn once wk,1,iap,,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2797,2798,1994,working parttime,31.0,yes,iap,11.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,lt once a year,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2798,2799,1994,working parttime,45.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2799,2800,1994,working parttime,38.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2800,2801,1994,working fulltime,42.0,,,13.0,w. sou. central,2.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2801,2802,1994,"unempl, laid off",29.0,,iap,11.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2802,2803,1994,working fulltime,42.0,yes,,9.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2803,2804,1994,working fulltime,64.0,no,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2804,2805,1994,retired,50.0,no,iap,3.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,2,,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2805,2806,1994,working fulltime,24.0,no,iap,,foreign,3.0,0.0,0.0,$15000 - 19999,w. sou. central,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2806,2807,1994,retired,42.0,no,,5.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,2-3x a month,0,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2807,2808,1994,retired,35.0,,yes,8.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,more thn once wk,0,,0.0,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2808,2809,1994,working fulltime,29.0,yes,iap,9.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2809,2810,1994,working parttime,31.0,no,iap,3.0,foreign,0.0,1.0,0.0,$10000 - 14999,w. sou. central,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2810,2811,1994,retired,,no,,8.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,sevrl times a yr,0,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2811,2812,1994,working fulltime,29.0,yes,iap,12.0,w. sou. central,0.0,3.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2812,2813,1994,retired,64.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2813,2814,1994,working fulltime,34.0,no,,12.0,w. sou. central,2.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2814,2815,1994,working fulltime,52.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,yes,1.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +2815,2816,1994,working parttime,29.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$4000 to 4999,south atlantic,once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2816,2817,1994,working parttime,29.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,,south atlantic,once a month,2,,5.0,1,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2817,2818,1994,retired,41.0,no,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,yes,6.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2818,2819,1994,keeping house,,no,,9.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,0,iap,4.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2819,2820,1994,working fulltime,42.0,,iap,12.0,south atlantic,1.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2820,2821,1994,keeping house,46.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2821,2822,1994,working fulltime,24.0,yes,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2822,2823,1994,working fulltime,64.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2823,2824,1994,working fulltime,66.0,no,iap,16.0,middle atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2824,2825,1994,working fulltime,42.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2825,2826,1994,retired,46.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2826,2827,1994,retired,49.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2827,2828,1994,keeping house,40.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2828,2829,1994,temp not working,49.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2829,2830,1994,working fulltime,43.0,no,iap,14.0,middle atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2830,2831,1994,working fulltime,40.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2831,2832,1994,working fulltime,86.0,no,iap,20.0,mountain,2.0,0.0,0.0,$25000 or more,south atlantic,every week,0,,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2832,2833,1994,working fulltime,36.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2833,2834,1994,working fulltime,73.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +2834,2835,1994,working fulltime,23.0,,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2835,2836,1994,retired,20.0,no,,5.0,south atlantic,0.0,0.0,0.0,,south atlantic,,1,,4.0,0,0.0,1,,1,1,,,,1,0,0,0,0,0,0,0.0 +2836,2837,1994,working fulltime,42.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2837,2838,1994,retired,33.0,yes,,4.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,nrly every week,1,iap,,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2838,2839,1994,working fulltime,24.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2839,2840,1994,working fulltime,23.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,nrly every week,1,,2.0,0,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2840,2841,1994,retired,22.0,no,iap,6.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,,1.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2841,2842,1994,keeping house,29.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2842,2843,1994,working fulltime,40.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2843,2844,1994,working fulltime,32.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,never,0,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2844,2845,1994,working fulltime,22.0,,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,1.0,0,1.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0, +2845,2846,1994,working fulltime,55.0,,iap,18.0,mountain,1.0,2.0,0.0,$25000 or more,mountain,nrly every week,2,,0.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2846,2847,1994,working parttime,29.0,,iap,11.0,mountain,0.0,0.0,1.0,$8000 to 9999,mountain,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2847,2848,1994,retired,54.0,no,iap,9.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2848,2849,1994,school,20.0,,,11.0,mountain,1.0,1.0,1.0,,mountain,never,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2849,2850,1994,working fulltime,64.0,yes,iap,20.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2850,2851,1994,working fulltime,51.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2851,2852,1994,working fulltime,42.0,,,14.0,mountain,1.0,1.0,0.0,$15000 - 19999,mountain,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2852,2853,1994,working fulltime,47.0,no,iap,15.0,mountain,0.0,1.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2853,2854,1994,working fulltime,30.0,no,iap,16.0,e. nor. central,0.0,2.0,1.0,$25000 or more,mountain,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2854,2855,1994,working fulltime,74.0,no,iap,20.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2855,2856,1994,keeping house,44.0,no,iap,12.0,w. sou. central,1.0,1.0,0.0,$25000 or more,mountain,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2856,2857,1994,working fulltime,39.0,no,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2857,2858,1994,keeping house,41.0,no,yes,15.0,mountain,0.0,1.0,1.0,$25000 or more,mountain,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2858,2859,1994,working fulltime,28.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,mountain,2-3x a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2859,2860,1994,working parttime,37.0,yes,iap,11.0,pacific,0.0,1.0,1.0,$25000 or more,mountain,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2860,2861,1994,working parttime,61.0,yes,iap,15.0,pacific,1.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2861,2862,1994,retired,40.0,yes,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,,8.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2862,2863,1994,working fulltime,42.0,yes,yes,14.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2863,2864,1994,working fulltime,71.0,yes,iap,19.0,south atlantic,0.0,1.0,1.0,$25000 or more,mountain,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2864,2865,1994,working fulltime,36.0,no,iap,13.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,sevrl times a yr,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2865,2866,1994,working fulltime,40.0,no,iap,12.0,mountain,0.0,2.0,0.0,$20000 - 24999,mountain,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2866,2867,1994,working fulltime,29.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2867,2868,1994,retired,36.0,no,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,more thn once wk,1,,4.0,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2868,2869,1994,working parttime,50.0,no,,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2869,2870,1994,working fulltime,51.0,no,,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2870,2871,1994,working fulltime,60.0,no,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2871,2872,1994,working fulltime,28.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,mountain,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2872,2873,1994,working parttime,23.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2873,2874,1994,working fulltime,33.0,,iap,13.0,mountain,0.0,1.0,0.0,$20000 - 24999,mountain,never,2,yes,3.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2874,2875,1994,working fulltime,44.0,,iap,18.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,mountain,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2875,2876,1994,working parttime,39.0,no,,11.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,mountain,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2876,2877,1994,working fulltime,42.0,,iap,15.0,w. sou. central,0.0,0.0,1.0,$20000 - 24999,mountain,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2877,2878,1994,working fulltime,27.0,yes,iap,14.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2878,2879,1994,working fulltime,43.0,no,,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2879,2880,1994,working parttime,22.0,,,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,0.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2880,2881,1994,keeping house,17.0,yes,,7.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,mountain,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2881,2882,1994,working parttime,42.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2882,2883,1994,working fulltime,36.0,,,16.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2883,2884,1994,retired,49.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,never,2,,10.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2884,2885,1994,retired,29.0,yes,,8.0,mountain,0.0,0.0,0.0,$3000 to 3999,mountain,every week,0,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2885,2886,1994,school,,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0, +2886,2887,1994,working fulltime,74.0,,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2887,2888,1994,working fulltime,66.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2888,2889,1994,keeping house,32.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2889,2890,1994,working fulltime,60.0,,iap,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2890,2891,1994,working fulltime,24.0,,iap,11.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2891,2892,1994,temp not working,66.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2892,2893,1994,working fulltime,44.0,no,iap,12.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2893,2894,1994,working fulltime,44.0,no,iap,14.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2894,2895,1994,working fulltime,50.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2895,2896,1994,working fulltime,52.0,no,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,lt once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2896,2897,1994,keeping house,51.0,no,,8.0,mountain,0.0,0.0,0.0,,mountain,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2897,2898,1994,keeping house,31.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,2,,6.0,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2898,2899,1994,working parttime,46.0,,iap,12.0,mountain,0.0,1.0,2.0,$25000 or more,mountain,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2899,2900,1994,keeping house,28.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2900,2901,1994,working fulltime,28.0,no,,9.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,0,iap,5.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2901,2902,1994,working parttime,51.0,no,iap,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2902,2903,1994,working fulltime,66.0,no,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2903,2904,1994,other,51.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2904,2905,1994,school,,,iap,11.0,pacific,0.0,1.0,0.0,$10000 - 14999,mountain,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2905,2906,1994,working fulltime,61.0,no,,19.0,w. nor. central,0.0,0.0,1.0,$20000 - 24999,mountain,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2906,2907,1994,keeping house,29.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,mountain,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2907,2908,1994,keeping house,64.0,no,,16.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,more thn once wk,2,iap,3.0,1,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0, +2908,2909,1994,other,39.0,yes,iap,12.0,pacific,0.0,0.0,1.0,$15000 - 19999,pacific,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2909,2910,1994,working fulltime,48.0,,iap,12.0,middle atlantic,0.0,1.0,2.0,$10000 - 14999,pacific,every week,1,yes,0.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2910,2911,1994,keeping house,31.0,,iap,14.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,never,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2911,2912,1994,working fulltime,40.0,no,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a year,2,yes,,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2912,2913,1994,retired,52.0,,,17.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2913,2914,1994,working fulltime,33.0,,,9.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2914,2915,1994,working fulltime,51.0,,,12.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2915,2916,1994,retired,66.0,yes,,14.0,pacific,0.0,0.0,0.0,,pacific,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2916,2917,1994,retired,65.0,no,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2917,2918,1994,working fulltime,42.0,,iap,9.0,foreign,1.0,1.0,0.0,$10000 - 14999,pacific,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2918,2919,1994,retired,42.0,no,,8.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2919,2920,1994,working fulltime,42.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,pacific,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2920,2921,1994,retired,64.0,no,iap,17.0,mountain,0.0,0.0,0.0,$20000 - 24999,pacific,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2921,2922,1994,temp not working,40.0,yes,iap,13.0,pacific,0.0,0.0,0.0,,pacific,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2922,2923,1994,retired,45.0,no,iap,9.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,1,,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2923,2924,1994,retired,40.0,yes,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,6.0,1,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2924,2925,1994,"unempl, laid off",36.0,,,12.0,pacific,0.0,0.0,0.0,,pacific,lt once a year,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2925,2926,1994,other,31.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2926,2927,1994,working parttime,25.0,,iap,12.0,pacific,0.0,0.0,0.0,$5000 to 5999,pacific,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2927,2928,1994,working fulltime,36.0,,yes,12.0,pacific,0.0,0.0,0.0,,pacific,lt once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2928,2929,1994,keeping house,23.0,no,,8.0,w. sou. central,0.0,0.0,0.0,,pacific,more thn once wk,2,,1.0,1,0.0,1,,1,1,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2929,2930,1994,working fulltime,57.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2930,2931,1994,retired,24.0,yes,,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,0,yes,,0,0.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2931,2932,1994,working fulltime,64.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2932,2933,1994,working fulltime,25.0,,,13.0,mountain,2.0,1.0,0.0,$15000 - 19999,pacific,sevrl times a yr,0,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2933,2934,1994,working fulltime,27.0,no,iap,12.0,w. sou. central,1.0,0.0,0.0,$15000 - 19999,pacific,never,2,,5.0,1,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2934,2935,1994,working fulltime,64.0,yes,iap,18.0,w. sou. central,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,iap,2.0,0,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2935,2936,1994,keeping house,47.0,yes,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2936,2937,1994,working fulltime,74.0,,iap,14.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,every week,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2937,2938,1994,working fulltime,60.0,yes,iap,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,0,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2938,2939,1994,retired,44.0,no,,9.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2939,2940,1994,working parttime,36.0,,iap,17.0,pacific,1.0,0.0,0.0,$3000 to 3999,pacific,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2940,2941,1994,working fulltime,36.0,yes,iap,11.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2941,2942,1994,working parttime,19.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2942,2943,1994,working fulltime,30.0,,,14.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2943,2944,1994,working fulltime,69.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2944,2945,1994,other,51.0,yes,iap,13.0,new england,1.0,1.0,0.0,$25000 or more,new england,2-3x a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2945,2946,1994,school,24.0,,,11.0,middle atlantic,3.0,0.0,0.0,,middle atlantic,never,1,iap,,0,0.0,1,,1,1,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2946,2947,1994,retired,69.0,,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2947,2948,1994,retired,49.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2948,2949,1994,keeping house,,no,iap,10.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,once a year,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2949,2950,1994,retired,33.0,,iap,13.0,foreign,1.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2950,2951,1994,working parttime,25.0,no,iap,12.0,mountain,1.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2951,2952,1994,"unempl, laid off",74.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2952,2953,1994,keeping house,23.0,no,iap,15.0,middle atlantic,1.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0, +2953,2954,1994,working fulltime,34.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,4.0,0,1.0,1,,1,1,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2954,2955,1994,working parttime,59.0,no,iap,13.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2955,2956,1994,working fulltime,47.0,no,iap,14.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2956,2957,1994,working fulltime,33.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2957,2958,1994,working fulltime,60.0,,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2958,2959,1994,retired,51.0,no,,10.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0, +2959,2960,1994,working fulltime,30.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2960,2961,1994,working fulltime,36.0,,iap,2.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,2,,2.0,1,1.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2961,2962,1994,working fulltime,46.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2962,2963,1994,working fulltime,44.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2963,2964,1994,working fulltime,39.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,2,iap,4.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2964,2965,1994,working fulltime,61.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,lt once a year,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0, +2965,2966,1994,other,47.0,,iap,13.0,foreign,0.0,0.0,0.0,$7000 to 7999,pacific,once a month,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0, +2966,2967,1994,retired,51.0,,iap,16.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2967,2968,1994,working fulltime,39.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2968,2969,1994,working fulltime,28.0,,iap,16.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2969,2970,1994,retired,46.0,,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,lt once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2970,2971,1994,working fulltime,36.0,,,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,2,iap,,1,0.0,1,,0,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2971,2972,1994,working fulltime,61.0,no,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,1,0,0,0,0,0,0,0.0 +2972,2973,1994,working fulltime,46.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,0.0 +2973,2974,1994,retired,35.0,no,yes,12.0,south atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,2,,5.0,1,1.0,1,,0,0,,0.0,1.0,1,0,0,0,0,0,0,0.0 +2974,2975,1994,working fulltime,24.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,1,0,0,0,0,0,0,1.0 +2975,2976,1994,working fulltime,46.0,,,12.0,middle atlantic,0.0,0.0,1.0,$20000 - 24999,middle atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,1,0,0,0,0,0,0,1.0 +2976,2977,1994,working parttime,17.0,,,16.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,new england,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,1,0,0,0,0,0,0,1.0 +2977,2978,1996,retired,32.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +2978,2979,1996,working fulltime,32.0,,,17.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +2979,2980,1996,"unempl, laid off",30.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,0,iap,4.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +2980,2981,1996,working parttime,46.0,yes,iap,6.0,south atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,once a month,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +2981,2982,1996,keeping house,28.0,,iap,8.0,foreign,0.0,1.0,1.0,$8000 to 9999,middle atlantic,never,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +2982,2983,1996,working fulltime,52.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,3.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +2983,2984,1996,working fulltime,32.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +2984,2985,1996,working fulltime,34.0,,,13.0,middle atlantic,1.0,0.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +2985,2986,1996,working fulltime,34.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +2986,2987,1996,keeping house,,,iap,13.0,foreign,0.0,1.0,2.0,$8000 to 9999,middle atlantic,nrly every week,0,iap,,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +2987,2988,1996,working fulltime,75.0,,,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +2988,2989,1996,working fulltime,57.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +2989,2990,1996,working fulltime,65.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +2990,2991,1996,working parttime,22.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,once a year,0,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +2991,2992,1996,"unempl, laid off",46.0,,yes,16.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +2992,2993,1996,working fulltime,32.0,,,16.0,foreign,0.0,0.0,0.0,$5000 to 5999,middle atlantic,never,0,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +2993,2994,1996,working fulltime,46.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +2994,2995,1996,working fulltime,73.0,,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +2995,2996,1996,working fulltime,28.0,yes,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +2996,2997,1996,"unempl, laid off",34.0,,,12.0,foreign,1.0,1.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,2,iap,7.0,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +2997,2998,1996,retired,42.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,1,iap,6.0,0,1.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +2998,2999,1996,keeping house,31.0,no,iap,4.0,foreign,3.0,1.0,0.0,,middle atlantic,sevrl times a yr,0,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +2999,3000,1996,working fulltime,40.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,2.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3000,3001,1996,working fulltime,42.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,2.0,1,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3001,3002,1996,working fulltime,42.0,,,11.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,2,,8.0,1,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3002,3003,1996,working fulltime,36.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3003,3004,1996,working fulltime,39.0,no,,20.0,foreign,0.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3004,3005,1996,working fulltime,61.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3005,3006,1996,working fulltime,58.0,,,16.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3006,3007,1996,working parttime,25.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3007,3008,1996,working parttime,54.0,no,iap,20.0,new england,2.0,0.0,0.0,,middle atlantic,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3008,3009,1996,working fulltime,22.0,no,,3.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,,1,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3009,3010,1996,working fulltime,47.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3010,3011,1996,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3011,3012,1996,working fulltime,48.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3012,3013,1996,working fulltime,51.0,,iap,14.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,middle atlantic,more thn once wk,1,iap,1.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +3013,3014,1996,"unempl, laid off",,,,9.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,2,,4.0,1,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3014,3015,1996,working parttime,22.0,,yes,17.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3015,3016,1996,working fulltime,52.0,,,16.0,middle atlantic,0.0,0.0,1.0,$20000 - 24999,middle atlantic,every week,1,iap,6.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3016,3017,1996,working fulltime,57.0,,,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,,2.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3017,3018,1996,retired,23.0,,,8.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,never,1,iap,8.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3018,3019,1996,working fulltime,55.0,,iap,18.0,south atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3019,3020,1996,school,,,,12.0,middle atlantic,0.0,2.0,0.0,$7000 to 7999,middle atlantic,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3020,3021,1996,"unempl, laid off",23.0,,,10.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3021,3022,1996,working fulltime,48.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3022,3023,1996,keeping house,29.0,,,7.0,middle atlantic,1.0,1.0,0.0,$5000 to 5999,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3023,3024,1996,working fulltime,26.0,,,9.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,iap,5.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3024,3025,1996,working fulltime,39.0,yes,iap,12.0,foreign,1.0,0.0,0.0,,middle atlantic,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3025,3026,1996,working parttime,32.0,,iap,12.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,every week,0,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3026,3027,1996,working fulltime,41.0,,,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3027,3028,1996,keeping house,72.0,no,iap,18.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3028,3029,1996,working fulltime,39.0,no,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3029,3030,1996,"unempl, laid off",36.0,,,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,2,iap,4.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3030,3031,1996,working fulltime,86.0,,,20.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3031,3032,1996,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3032,3033,1996,working fulltime,31.0,,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3033,3034,1996,working parttime,39.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3034,3035,1996,working fulltime,47.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3035,3036,1996,working parttime,23.0,,,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3036,3037,1996,working fulltime,36.0,no,iap,12.0,foreign,0.0,3.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3037,3038,1996,working fulltime,29.0,,,17.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3038,3039,1996,working fulltime,51.0,no,iap,12.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3039,3040,1996,working fulltime,32.0,no,iap,12.0,foreign,1.0,0.0,0.0,,middle atlantic,once a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3040,3041,1996,working fulltime,51.0,,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3041,3042,1996,keeping house,47.0,no,iap,16.0,foreign,1.0,1.0,0.0,,middle atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3042,3043,1996,working fulltime,36.0,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3043,3044,1996,retired,,no,,6.0,foreign,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,iap,4.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3044,3045,1996,retired,47.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3045,3046,1996,retired,39.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3046,3047,1996,working fulltime,42.0,,iap,8.0,middle atlantic,0.0,1.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3047,3048,1996,working fulltime,53.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3048,3049,1996,keeping house,,no,iap,10.0,foreign,0.0,0.0,0.0,,middle atlantic,lt once a year,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3049,3050,1996,working fulltime,39.0,,,15.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3050,3051,1996,"unempl, laid off",,,,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,nrly every week,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3051,3052,1996,keeping house,,,iap,10.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3052,3053,1996,working fulltime,52.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3053,3054,1996,working fulltime,40.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,yes,1.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3054,3055,1996,working parttime,22.0,,,10.0,middle atlantic,1.0,2.0,2.0,,middle atlantic,never,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3055,3056,1996,working fulltime,47.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3056,3057,1996,working fulltime,52.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,,1,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3057,3058,1996,working fulltime,42.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,,2,,16.0,1,0.0,1,,1,1,,,,0,1,0,0,0,0,0,1.0 +3058,3059,1996,working fulltime,33.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,4.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3059,3060,1996,working fulltime,49.0,no,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3060,3061,1996,working parttime,35.0,yes,iap,12.0,new england,2.0,0.0,0.0,$25000 or more,new england,once a year,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3061,3062,1996,keeping house,65.0,yes,yes,16.0,e. nor. central,3.0,0.0,0.0,$25000 or more,new england,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3062,3063,1996,working fulltime,42.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3063,3064,1996,working fulltime,51.0,,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,new england,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3064,3065,1996,working fulltime,65.0,no,iap,16.0,new england,0.0,2.0,0.0,$25000 or more,new england,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3065,3066,1996,working fulltime,69.0,no,iap,20.0,new england,1.0,1.0,0.0,,new england,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3066,3067,1996,school,,,,11.0,new england,0.0,0.0,0.0,,new england,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3067,3068,1996,working fulltime,32.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3068,3069,1996,working parttime,32.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3069,3070,1996,working fulltime,53.0,no,iap,13.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3070,3071,1996,school,57.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,2,,13.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3071,3072,1996,retired,49.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3072,3073,1996,working fulltime,26.0,,iap,12.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3073,3074,1996,working fulltime,30.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,lt once a year,0,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3074,3075,1996,working fulltime,22.0,,,7.0,south atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3075,3076,1996,retired,29.0,,,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,2.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3076,3077,1996,temp not working,30.0,no,,14.0,foreign,1.0,0.0,1.0,$25000 or more,middle atlantic,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3077,3078,1996,working fulltime,29.0,,,10.0,middle atlantic,1.0,0.0,2.0,$10000 - 14999,middle atlantic,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3078,3079,1996,keeping house,,no,iap,12.0,foreign,1.0,4.0,1.0,$25000 or more,middle atlantic,once a year,2,,4.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3079,3080,1996,keeping house,36.0,no,iap,14.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3080,3081,1996,working fulltime,,no,iap,,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3081,3082,1996,keeping house,,no,iap,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,22.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3082,3083,1996,working fulltime,35.0,no,,8.0,foreign,0.0,1.0,2.0,$25000 or more,middle atlantic,every week,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3083,3084,1996,school,36.0,,,11.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3084,3085,1996,temp not working,40.0,,,16.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,never,0,iap,,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3085,3086,1996,working parttime,42.0,,,13.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a year,0,,7.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3086,3087,1996,keeping house,,,,13.0,middle atlantic,2.0,2.0,0.0,$10000 - 14999,middle atlantic,nrly every week,1,,15.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3087,3088,1996,working fulltime,36.0,,,12.0,middle atlantic,2.0,1.0,0.0,$8000 to 9999,middle atlantic,lt once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3088,3089,1996,working fulltime,23.0,no,iap,16.0,foreign,0.0,1.0,2.0,$25000 or more,middle atlantic,every week,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3089,3090,1996,temp not working,51.0,no,iap,15.0,foreign,0.0,3.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3090,3091,1996,working fulltime,42.0,no,,11.0,middle atlantic,1.0,1.0,1.0,$25000 or more,middle atlantic,once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3091,3092,1996,school,32.0,,,13.0,middle atlantic,2.0,0.0,0.0,$4000 to 4999,middle atlantic,sevrl times a yr,2,,6.0,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3092,3093,1996,keeping house,22.0,no,iap,9.0,foreign,0.0,1.0,1.0,$25000 or more,middle atlantic,more thn once wk,1,,3.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3093,3094,1996,retired,74.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3094,3095,1996,working fulltime,33.0,,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3095,3096,1996,retired,66.0,no,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,0,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3096,3097,1996,retired,46.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3097,3098,1996,working fulltime,39.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3098,3099,1996,working parttime,44.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,2,,3.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3099,3100,1996,keeping house,50.0,,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3100,3101,1996,working fulltime,51.0,no,iap,14.0,middle atlantic,0.0,0.0,2.0,,middle atlantic,sevrl times a yr,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3101,3102,1996,working fulltime,46.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3102,3103,1996,keeping house,36.0,yes,iap,12.0,middle atlantic,2.0,2.0,1.0,$25000 or more,middle atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3103,3104,1996,working fulltime,30.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3104,3105,1996,working parttime,27.0,,,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3105,3106,1996,working fulltime,62.0,no,iap,10.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,0.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3106,3107,1996,working fulltime,45.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3107,3108,1996,working parttime,23.0,no,iap,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3108,3109,1996,other,59.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3109,3110,1996,keeping house,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3110,3111,1996,working fulltime,75.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3111,3112,1996,working fulltime,40.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3112,3113,1996,"unempl, laid off",39.0,,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3113,3114,1996,keeping house,29.0,,,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3114,3115,1996,"unempl, laid off",31.0,,iap,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,0,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3115,3116,1996,working fulltime,41.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3116,3117,1996,working fulltime,51.0,,iap,14.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,more thn once wk,0,iap,,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3117,3118,1996,working fulltime,32.0,,,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3118,3119,1996,school,22.0,,,12.0,middle atlantic,1.0,2.0,1.0,$1000 to 2999,middle atlantic,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3119,3120,1996,working fulltime,47.0,,iap,10.0,south atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3120,3121,1996,working fulltime,29.0,,,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,never,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3121,3122,1996,"unempl, laid off",33.0,,,13.0,middle atlantic,1.0,1.0,0.0,$20000 - 24999,middle atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3122,3123,1996,working fulltime,29.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3123,3124,1996,school,60.0,,,15.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3124,3125,1996,working fulltime,40.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,6.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3125,3126,1996,working fulltime,45.0,,,14.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3126,3127,1996,working fulltime,33.0,,iap,14.0,middle atlantic,1.0,0.0,2.0,$20000 - 24999,middle atlantic,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3127,3128,1996,working parttime,22.0,no,iap,10.0,foreign,0.0,0.0,1.0,,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3128,3129,1996,working fulltime,61.0,no,iap,18.0,e. sou. central,0.0,0.0,1.0,$25000 or more,middle atlantic,once a month,2,yes,2.0,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3129,3130,1996,working fulltime,61.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,1.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3130,3131,1996,retired,29.0,no,,12.0,south atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,0,,6.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3131,3132,1996,school,,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3132,3133,1996,working fulltime,22.0,no,iap,12.0,foreign,1.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3133,3134,1996,working fulltime,40.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3134,3135,1996,working fulltime,69.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3135,3136,1996,keeping house,39.0,,iap,11.0,middle atlantic,0.0,0.0,4.0,,middle atlantic,sevrl times a yr,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3136,3137,1996,working fulltime,42.0,,,14.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3137,3138,1996,working fulltime,51.0,no,iap,20.0,foreign,0.0,0.0,2.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3138,3139,1996,working parttime,61.0,yes,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3139,3140,1996,keeping house,34.0,no,iap,13.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3140,3141,1996,working parttime,51.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,0,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3141,3142,1996,working fulltime,36.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3142,3143,1996,working parttime,39.0,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3143,3144,1996,working fulltime,65.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3144,3145,1996,working fulltime,60.0,no,iap,12.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3145,3146,1996,retired,36.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3146,3147,1996,working fulltime,47.0,no,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3147,3148,1996,working fulltime,39.0,no,iap,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,nrly every week,2,iap,1.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +3148,3149,1996,working fulltime,22.0,no,iap,11.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a month,1,iap,4.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3149,3150,1996,keeping house,33.0,no,iap,19.0,foreign,1.0,1.0,0.0,,middle atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3150,3151,1996,retired,69.0,no,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,0,,4.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3151,3152,1996,working fulltime,46.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,,1,,2.0,0,0.0,0,,1,0,,,,0,1,0,0,0,0,0,1.0 +3152,3153,1996,working parttime,47.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3153,3154,1996,working fulltime,69.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3154,3155,1996,working fulltime,51.0,,,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3155,3156,1996,working fulltime,51.0,no,,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,,2.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3156,3157,1996,temp not working,65.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3157,3158,1996,"unempl, laid off",36.0,no,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3158,3159,1996,working fulltime,74.0,no,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,middle atlantic,,1,,0.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +3159,3160,1996,retired,60.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,0.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3160,3161,1996,working fulltime,39.0,yes,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3161,3162,1996,working parttime,59.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3162,3163,1996,school,61.0,no,,16.0,foreign,0.0,0.0,1.0,$4000 to 4999,middle atlantic,never,2,iap,0.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3163,3164,1996,working fulltime,66.0,,iap,19.0,new england,0.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3164,3165,1996,retired,59.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,1,yes,7.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3165,3166,1996,working fulltime,39.0,no,iap,16.0,pacific,0.0,0.0,0.0,,pacific,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3166,3167,1996,working parttime,22.0,no,iap,17.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3167,3168,1996,retired,51.0,no,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3168,3169,1996,retired,50.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3169,3170,1996,keeping house,25.0,no,iap,15.0,pacific,0.0,0.0,0.0,,pacific,nrly every week,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3170,3171,1996,working fulltime,44.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3171,3172,1996,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3172,3173,1996,working fulltime,36.0,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3173,3174,1996,working fulltime,31.0,no,iap,14.0,foreign,1.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3174,3175,1996,keeping house,36.0,no,,14.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,pacific,2-3x a month,2,,8.0,1,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3175,3176,1996,working fulltime,40.0,yes,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3176,3177,1996,working fulltime,45.0,no,iap,13.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3177,3178,1996,working parttime,66.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3178,3179,1996,retired,33.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,yes,1.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3179,3180,1996,working fulltime,46.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3180,3181,1996,working fulltime,25.0,yes,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3181,3182,1996,keeping house,51.0,no,iap,12.0,pacific,0.0,0.0,0.0,,pacific,every week,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3182,3183,1996,working fulltime,69.0,no,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3183,3184,1996,working fulltime,40.0,no,iap,11.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3184,3185,1996,working fulltime,38.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,every week,1,,22.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3185,3186,1996,working fulltime,33.0,,,12.0,foreign,1.0,2.0,0.0,$10000 - 14999,pacific,once a year,1,,8.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3186,3187,1996,working fulltime,64.0,no,iap,17.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3187,3188,1996,working fulltime,51.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3188,3189,1996,working parttime,74.0,,,16.0,new england,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3189,3190,1996,working fulltime,39.0,,iap,13.0,mountain,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3190,3191,1996,temp not working,39.0,,,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3191,3192,1996,working fulltime,51.0,no,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3192,3193,1996,working fulltime,51.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,0,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3193,3194,1996,working fulltime,51.0,yes,iap,16.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a year,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3194,3195,1996,keeping house,46.0,no,iap,15.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3195,3196,1996,working fulltime,51.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3196,3197,1996,working fulltime,61.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3197,3198,1996,retired,51.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3198,3199,1996,working fulltime,51.0,yes,iap,18.0,middle atlantic,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3199,3200,1996,working fulltime,36.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3200,3201,1996,school,38.0,,iap,14.0,pacific,0.0,0.0,0.0,$4000 to 4999,pacific,once a month,1,,0.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3201,3202,1996,working fulltime,36.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3202,3203,1996,"unempl, laid off",58.0,yes,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3203,3204,1996,working fulltime,63.0,,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,,8.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3204,3205,1996,working fulltime,36.0,,,17.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3205,3206,1996,working fulltime,32.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3206,3207,1996,working fulltime,61.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,,0.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3207,3208,1996,working fulltime,23.0,,iap,14.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3208,3209,1996,working fulltime,51.0,no,iap,12.0,foreign,0.0,0.0,0.0,,pacific,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3209,3210,1996,other,34.0,,,14.0,e. nor. central,0.0,0.0,0.0,lt $1000,pacific,once a year,1,iap,6.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3210,3211,1996,working parttime,65.0,no,iap,16.0,foreign,3.0,0.0,0.0,$10000 - 14999,pacific,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3211,3212,1996,working fulltime,63.0,no,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3212,3213,1996,working fulltime,38.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3213,3214,1996,working fulltime,64.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3214,3215,1996,working fulltime,60.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3215,3216,1996,temp not working,64.0,no,,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3216,3217,1996,temp not working,47.0,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,0,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3217,3218,1996,keeping house,65.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3218,3219,1996,working fulltime,47.0,yes,iap,15.0,w. sou. central,1.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3219,3220,1996,keeping house,39.0,,,11.0,pacific,3.0,1.0,0.0,$8000 to 9999,pacific,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3220,3221,1996,school,43.0,,,13.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3221,3222,1996,retired,23.0,,iap,7.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,pacific,2-3x a month,1,iap,5.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3222,3223,1996,working parttime,43.0,,,13.0,pacific,0.0,2.0,0.0,$8000 to 9999,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3223,3224,1996,other,60.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3224,3225,1996,working fulltime,22.0,,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3225,3226,1996,keeping house,,,,11.0,pacific,1.0,0.0,0.0,lt $1000,pacific,more thn once wk,0,iap,5.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3226,3227,1996,keeping house,33.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3227,3228,1996,working parttime,42.0,yes,yes,16.0,foreign,0.0,0.0,0.0,,pacific,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3228,3229,1996,working fulltime,24.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,4.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3229,3230,1996,working fulltime,42.0,,,,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3230,3231,1996,working fulltime,65.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3231,3232,1996,working fulltime,54.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3232,3233,1996,school,47.0,no,iap,14.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3233,3234,1996,working parttime,48.0,no,iap,13.0,pacific,1.0,1.0,1.0,$25000 or more,pacific,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3234,3235,1996,working fulltime,48.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3235,3236,1996,working fulltime,43.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3236,3237,1996,working fulltime,48.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3237,3238,1996,working fulltime,51.0,yes,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3238,3239,1996,working fulltime,66.0,no,,16.0,w. nor. central,0.0,0.0,0.0,,pacific,,2,yes,,1,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +3239,3240,1996,retired,47.0,no,,13.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3240,3241,1996,working fulltime,69.0,,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3241,3242,1996,working fulltime,44.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3242,3243,1996,working fulltime,53.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,,0,yes,3.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0, +3243,3244,1996,retired,50.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,,6.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3244,3245,1996,other,66.0,no,iap,18.0,foreign,1.0,1.0,0.0,$25000 or more,pacific,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3245,3246,1996,working fulltime,32.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3246,3247,1996,retired,42.0,yes,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3247,3248,1996,working fulltime,43.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3248,3249,1996,working fulltime,36.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3249,3250,1996,working fulltime,54.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3250,3251,1996,school,,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3251,3252,1996,working fulltime,66.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3252,3253,1996,retired,39.0,no,,9.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,pacific,never,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3253,3254,1996,working fulltime,39.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3254,3255,1996,temp not working,69.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3255,3256,1996,working fulltime,49.0,,,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,0.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3256,3257,1996,working fulltime,39.0,,iap,12.0,pacific,0.0,0.0,0.0,$5000 to 5999,pacific,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3257,3258,1996,working fulltime,36.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3258,3259,1996,working fulltime,34.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3259,3260,1996,temp not working,36.0,no,iap,13.0,pacific,2.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3260,3261,1996,working fulltime,73.0,no,iap,16.0,foreign,1.0,1.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3261,3262,1996,"unempl, laid off",50.0,no,iap,14.0,w. nor. central,2.0,0.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3262,3263,1996,working fulltime,41.0,,iap,13.0,pacific,1.0,1.0,0.0,$20000 - 24999,pacific,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3263,3264,1996,keeping house,35.0,no,iap,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3264,3265,1996,working fulltime,29.0,no,iap,14.0,foreign,0.0,0.0,0.0,$15000 - 19999,pacific,every week,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3265,3266,1996,working fulltime,40.0,,iap,12.0,foreign,0.0,2.0,1.0,$15000 - 19999,pacific,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3266,3267,1996,working parttime,46.0,,,15.0,pacific,0.0,1.0,1.0,$10000 - 14999,pacific,nrly every week,0,iap,,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3267,3268,1996,keeping house,,,,13.0,pacific,2.0,0.0,0.0,,pacific,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3268,3269,1996,working parttime,44.0,yes,iap,17.0,south atlantic,0.0,2.0,0.0,$20000 - 24999,pacific,more thn once wk,2,,0.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3269,3270,1996,retired,28.0,,yes,8.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3270,3271,1996,other,25.0,yes,iap,6.0,mountain,0.0,0.0,0.0,$8000 to 9999,pacific,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3271,3272,1996,"unempl, laid off",40.0,,,14.0,pacific,0.0,0.0,0.0,$6000 to 6999,pacific,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3272,3273,1996,keeping house,36.0,,iap,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3273,3274,1996,retired,28.0,no,,8.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,pacific,lt once a year,1,yes,8.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3274,3275,1996,"unempl, laid off",22.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3275,3276,1996,working fulltime,39.0,no,iap,14.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3276,3277,1996,working fulltime,37.0,no,iap,13.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3277,3278,1996,working fulltime,33.0,,iap,13.0,pacific,1.0,1.0,1.0,$20000 - 24999,pacific,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3278,3279,1996,temp not working,27.0,,,12.0,pacific,0.0,1.0,0.0,$15000 - 19999,pacific,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3279,3280,1996,working fulltime,39.0,,,12.0,pacific,3.0,0.0,0.0,$10000 - 14999,pacific,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3280,3281,1996,retired,47.0,yes,,14.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3281,3282,1996,retired,46.0,no,iap,8.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3282,3283,1996,retired,45.0,,iap,14.0,pacific,0.0,1.0,0.0,,pacific,once a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3283,3284,1996,retired,36.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,every week,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3284,3285,1996,working fulltime,44.0,no,iap,15.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3285,3286,1996,temp not working,32.0,,,10.0,middle atlantic,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3286,3287,1996,working fulltime,42.0,,,13.0,pacific,1.0,0.0,0.0,$15000 - 19999,pacific,once a year,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3287,3288,1996,working parttime,43.0,no,iap,16.0,foreign,0.0,1.0,1.0,$25000 or more,pacific,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3288,3289,1996,keeping house,,,iap,12.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3289,3290,1996,keeping house,,,iap,10.0,pacific,3.0,1.0,0.0,$10000 - 14999,pacific,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3290,3291,1996,keeping house,,no,iap,17.0,foreign,1.0,1.0,0.0,$25000 or more,pacific,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3291,3292,1996,working fulltime,32.0,no,iap,12.0,foreign,2.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3292,3293,1996,"unempl, laid off",47.0,,,12.0,pacific,0.0,2.0,0.0,$20000 - 24999,pacific,every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3293,3294,1996,school,31.0,,,12.0,pacific,0.0,0.0,0.0,$6000 to 6999,pacific,never,1,iap,10.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3294,3295,1996,working fulltime,49.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3295,3296,1996,working fulltime,25.0,,iap,11.0,pacific,1.0,0.0,0.0,$8000 to 9999,pacific,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3296,3297,1996,working fulltime,44.0,no,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,pacific,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3297,3298,1996,retired,47.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3298,3299,1996,working fulltime,50.0,no,iap,13.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3299,3300,1996,working fulltime,64.0,no,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,0.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3300,3301,1996,keeping house,44.0,no,iap,16.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3301,3302,1996,retired,42.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3302,3303,1996,retired,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3303,3304,1996,retired,26.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,6.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3304,3305,1996,retired,44.0,no,,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3305,3306,1996,other,45.0,no,iap,12.0,pacific,0.0,0.0,0.0,$6000 to 6999,e. nor. central,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3306,3307,1996,retired,42.0,no,,12.0,e. nor. central,0.0,0.0,1.0,$4000 to 4999,e. nor. central,every week,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3307,3308,1996,working fulltime,65.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3308,3309,1996,working fulltime,17.0,yes,,12.0,e. nor. central,0.0,2.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3309,3310,1996,working fulltime,47.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3310,3311,1996,working fulltime,39.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3311,3312,1996,working fulltime,50.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,0.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3312,3313,1996,working fulltime,22.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3313,3314,1996,working fulltime,47.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3314,3315,1996,working fulltime,57.0,,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3315,3316,1996,working fulltime,33.0,,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,4.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3316,3317,1996,keeping house,,,,12.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,more thn once wk,0,,3.0,0,0.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3317,3318,1996,working fulltime,17.0,,,12.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,never,2,iap,,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3318,3319,1996,working fulltime,35.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,1.0,1,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3319,3320,1996,working parttime,47.0,,iap,12.0,e. nor. central,1.0,1.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,0,iap,,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3320,3321,1996,keeping house,22.0,no,,9.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,sevrl times a yr,0,,2.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3321,3322,1996,working fulltime,38.0,yes,iap,10.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3322,3323,1996,working parttime,29.0,,,13.0,e. nor. central,2.0,0.0,0.0,$4000 to 4999,e. nor. central,sevrl times a yr,1,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3323,3324,1996,keeping house,28.0,yes,,10.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,0,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3324,3325,1996,working fulltime,39.0,no,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,1.0,0,0.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3325,3326,1996,keeping house,,,,17.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,never,0,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3326,3327,1996,working fulltime,64.0,,,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,iap,,1,0.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3327,3328,1996,keeping house,34.0,no,,12.0,e. nor. central,1.0,1.0,0.0,$1000 to 2999,e. nor. central,every week,1,,12.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3328,3329,1996,working fulltime,51.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3329,3330,1996,keeping house,,,,11.0,e. nor. central,1.0,1.0,2.0,$10000 - 14999,e. nor. central,never,0,iap,5.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3330,3331,1996,working fulltime,38.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3331,3332,1996,working parttime,23.0,no,,7.0,w. sou. central,0.0,1.0,1.0,$15000 - 19999,e. nor. central,sevrl times a yr,0,iap,7.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3332,3333,1996,working fulltime,36.0,,iap,15.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3333,3334,1996,keeping house,22.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3334,3335,1996,keeping house,20.0,,iap,12.0,e. sou. central,1.0,0.0,0.0,$5000 to 5999,e. nor. central,once a year,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3335,3336,1996,keeping house,24.0,,,11.0,e. nor. central,1.0,0.0,0.0,$1000 to 2999,e. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3336,3337,1996,working parttime,28.0,,iap,12.0,e. nor. central,1.0,1.0,1.0,$10000 - 14999,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3337,3338,1996,"unempl, laid off",46.0,no,iap,13.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3338,3339,1996,working parttime,22.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,every week,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3339,3340,1996,keeping house,66.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3340,3341,1996,working parttime,47.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,0,,0.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3341,3342,1996,working fulltime,38.0,,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,2-3x a month,0,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3342,3343,1996,working fulltime,64.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3343,3344,1996,working fulltime,52.0,,,17.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3344,3345,1996,working parttime,39.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3345,3346,1996,working fulltime,74.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3346,3347,1996,working fulltime,52.0,,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3347,3348,1996,keeping house,64.0,no,iap,18.0,e. nor. central,3.0,0.0,0.0,$25000 or more,e. nor. central,,1,,1.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,1.0 +3348,3349,1996,working fulltime,57.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,3.0,1,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +3349,3350,1996,temp not working,43.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3350,3351,1996,working fulltime,32.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3351,3352,1996,working fulltime,44.0,yes,iap,13.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3352,3353,1996,keeping house,31.0,no,iap,16.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3353,3354,1996,retired,39.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3354,3355,1996,working fulltime,27.0,,iap,12.0,mountain,0.0,1.0,0.0,$25000 or more,e. nor. central,once a month,0,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3355,3356,1996,working fulltime,74.0,no,iap,17.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3356,3357,1996,working fulltime,66.0,no,iap,18.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3357,3358,1996,retired,36.0,no,iap,12.0,foreign,0.0,0.0,0.0,lt $1000,e. nor. central,sevrl times a yr,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3358,3359,1996,retired,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3359,3360,1996,working fulltime,61.0,,,17.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3360,3361,1996,working fulltime,32.0,,,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3361,3362,1996,retired,47.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3362,3363,1996,working fulltime,32.0,,,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3363,3364,1996,working fulltime,60.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3364,3365,1996,working fulltime,24.0,yes,,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,0,iap,2.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3365,3366,1996,retired,50.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3366,3367,1996,working fulltime,17.0,no,iap,12.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,0,yes,2.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3367,3368,1996,working fulltime,35.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3368,3369,1996,retired,35.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,sevrl times a yr,2,,6.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3369,3370,1996,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,,2.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3370,3371,1996,working parttime,66.0,no,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,more thn once wk,1,yes,2.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +3371,3372,1996,temp not working,36.0,yes,iap,14.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a month,1,,4.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3372,3373,1996,working fulltime,52.0,,,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,5.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3373,3374,1996,keeping house,28.0,yes,,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3374,3375,1996,working fulltime,36.0,no,iap,14.0,e. nor. central,0.0,2.0,2.0,$10000 - 14999,e. nor. central,2-3x a month,1,iap,1.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3375,3376,1996,working fulltime,32.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3376,3377,1996,"unempl, laid off",40.0,,,9.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,sevrl times a yr,0,iap,,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3377,3378,1996,keeping house,30.0,yes,iap,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,2,yes,,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3378,3379,1996,working fulltime,54.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3379,3380,1996,keeping house,28.0,yes,,9.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,2-3x a month,0,,3.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3380,3381,1996,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3381,3382,1996,working fulltime,45.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3382,3383,1996,working fulltime,35.0,,iap,13.0,south atlantic,2.0,0.0,0.0,$15000 - 19999,pacific,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3383,3384,1996,keeping house,39.0,,,12.0,pacific,1.0,0.0,0.0,$8000 to 9999,pacific,sevrl times a yr,0,iap,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3384,3385,1996,working fulltime,22.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,pacific,,1,,3.0,0,0.0,1,,1,1,,,,0,1,0,0,0,0,0,1.0 +3385,3386,1996,school,,,,10.0,pacific,1.0,0.0,0.0,$4000 to 4999,pacific,never,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3386,3387,1996,working fulltime,55.0,no,,16.0,foreign,1.0,4.0,0.0,$20000 - 24999,pacific,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3387,3388,1996,"unempl, laid off",39.0,no,iap,10.0,foreign,0.0,2.0,1.0,$25000 or more,pacific,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3388,3389,1996,working fulltime,30.0,no,iap,12.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3389,3390,1996,working fulltime,48.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3390,3391,1996,working fulltime,32.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3391,3392,1996,working parttime,54.0,no,iap,14.0,pacific,3.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3392,3393,1996,working fulltime,51.0,,iap,13.0,pacific,0.0,0.0,0.0,,pacific,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3393,3394,1996,working fulltime,54.0,yes,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3394,3395,1996,retired,65.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3395,3396,1996,working parttime,27.0,,,15.0,pacific,0.0,0.0,1.0,,pacific,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3396,3397,1996,working fulltime,69.0,no,iap,17.0,middle atlantic,0.0,0.0,1.0,$25000 or more,pacific,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3397,3398,1996,working fulltime,48.0,no,iap,16.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,nrly every week,1,iap,3.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +3398,3399,1996,retired,69.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3399,3400,1996,working fulltime,47.0,yes,iap,16.0,foreign,1.0,1.0,0.0,$25000 or more,pacific,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3400,3401,1996,retired,43.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3401,3402,1996,working parttime,31.0,,,13.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,,0.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3402,3403,1996,temp not working,60.0,,,10.0,pacific,0.0,0.0,0.0,$5000 to 5999,pacific,once a month,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3403,3404,1996,"unempl, laid off",29.0,no,iap,14.0,pacific,2.0,1.0,0.0,,pacific,sevrl times a yr,0,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3404,3405,1996,working fulltime,45.0,no,iap,13.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,,1,iap,2.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +3405,3406,1996,working fulltime,30.0,,,11.0,pacific,1.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3406,3407,1996,"unempl, laid off",44.0,no,iap,12.0,pacific,0.0,1.0,0.0,$10000 - 14999,pacific,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3407,3408,1996,temp not working,36.0,,iap,12.0,middle atlantic,0.0,0.0,2.0,$10000 - 14999,pacific,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3408,3409,1996,working parttime,35.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3409,3410,1996,working fulltime,22.0,,iap,15.0,foreign,0.0,0.0,1.0,$25000 or more,pacific,once a year,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3410,3411,1996,keeping house,30.0,yes,iap,10.0,e. nor. central,0.0,0.0,1.0,$10000 - 14999,pacific,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3411,3412,1996,temp not working,26.0,,,15.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3412,3413,1996,temp not working,29.0,no,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,lt once a year,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3413,3414,1996,keeping house,,,iap,5.0,pacific,0.0,0.0,1.0,lt $1000,pacific,never,1,,10.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3414,3415,1996,working parttime,34.0,,,13.0,pacific,0.0,1.0,0.0,$4000 to 4999,pacific,nrly every week,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3415,3416,1996,working fulltime,64.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,2,yes,,1,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3416,3417,1996,working fulltime,36.0,,iap,14.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,lt once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3417,3418,1996,working fulltime,46.0,,iap,11.0,pacific,0.0,2.0,2.0,$25000 or more,pacific,lt once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3418,3419,1996,other,30.0,no,iap,10.0,e. nor. central,0.0,1.0,0.0,$5000 to 5999,pacific,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3419,3420,1996,keeping house,51.0,,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3420,3421,1996,working fulltime,51.0,,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,pacific,never,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3421,3422,1996,keeping house,64.0,yes,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3422,3423,1996,working fulltime,44.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,,0.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3423,3424,1996,working fulltime,25.0,,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3424,3425,1996,working fulltime,51.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3425,3426,1996,temp not working,39.0,,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3426,3427,1996,other,64.0,no,iap,12.0,foreign,0.0,0.0,1.0,$7000 to 7999,pacific,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3427,3428,1996,retired,44.0,no,yes,11.0,w. nor. central,0.0,0.0,0.0,,pacific,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3428,3429,1996,working fulltime,65.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3429,3430,1996,working fulltime,42.0,,iap,,pacific,0.0,0.0,0.0,,pacific,,1,,,0,,0,,1,0,,,,0,1,0,0,0,0,0, +3430,3431,1996,working fulltime,66.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3431,3432,1996,working fulltime,56.0,,iap,17.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,nrly every week,1,yes,0.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +3432,3433,1996,working fulltime,36.0,,iap,11.0,w. sou. central,0.0,0.0,0.0,,pacific,2-3x a month,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3433,3434,1996,working fulltime,22.0,,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3434,3435,1996,working parttime,42.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3435,3436,1996,working fulltime,22.0,no,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,,3.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3436,3437,1996,keeping house,,no,yes,0.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3437,3438,1996,retired,74.0,,,17.0,pacific,0.0,0.0,0.0,,pacific,sevrl times a yr,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3438,3439,1996,working fulltime,64.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3439,3440,1996,keeping house,60.0,no,iap,18.0,middle atlantic,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3440,3441,1996,working fulltime,74.0,,,14.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,every week,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3441,3442,1996,working fulltime,47.0,no,iap,14.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3442,3443,1996,keeping house,41.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,,pacific,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3443,3444,1996,working fulltime,52.0,no,iap,14.0,foreign,0.0,0.0,2.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3444,3445,1996,working fulltime,57.0,no,iap,12.0,pacific,0.0,2.0,1.0,,pacific,once a month,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3445,3446,1996,keeping house,27.0,no,iap,12.0,pacific,2.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,5.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3446,3447,1996,temp not working,52.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3447,3448,1996,retired,47.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,,pacific,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3448,3449,1996,keeping house,41.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,0,iap,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +3449,3450,1996,working parttime,45.0,yes,iap,14.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,pacific,,1,,2.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +3450,3451,1996,retired,45.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3451,3452,1996,working fulltime,30.0,yes,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3452,3453,1996,working fulltime,24.0,,iap,16.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3453,3454,1996,working fulltime,42.0,no,iap,5.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3454,3455,1996,retired,41.0,no,,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,pacific,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3455,3456,1996,retired,40.0,no,yes,10.0,w. sou. central,0.0,0.0,0.0,,pacific,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3456,3457,1996,working parttime,28.0,yes,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,2-3x a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3457,3458,1996,retired,47.0,,,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3458,3459,1996,other,39.0,,iap,13.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3459,3460,1996,working fulltime,74.0,,iap,20.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3460,3461,1996,working fulltime,40.0,no,iap,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3461,3462,1996,working fulltime,32.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,3.0,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3462,3463,1996,working fulltime,69.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,5.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3463,3464,1996,working fulltime,64.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3464,3465,1996,keeping house,17.0,,,13.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,more thn once wk,2,iap,3.0,1,1.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +3465,3466,1996,school,,,,11.0,middle atlantic,1.0,0.0,0.0,$6000 to 6999,middle atlantic,every week,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3466,3467,1996,retired,28.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,lt once a year,0,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3467,3468,1996,retired,54.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3468,3469,1996,retired,60.0,no,,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3469,3470,1996,retired,51.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3470,3471,1996,retired,34.0,no,,6.0,south atlantic,0.0,0.0,0.0,,middle atlantic,every week,0,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3471,3472,1996,retired,28.0,,iap,8.0,foreign,0.0,0.0,0.0,$5000 to 5999,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3472,3473,1996,retired,69.0,no,,17.0,foreign,0.0,0.0,0.0,$5000 to 5999,middle atlantic,once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3473,3474,1996,retired,31.0,yes,,5.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,never,0,iap,18.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3474,3475,1996,working fulltime,47.0,,iap,10.0,south atlantic,1.0,0.0,0.0,,south atlantic,2-3x a month,1,,4.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3475,3476,1996,working fulltime,40.0,,iap,12.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3476,3477,1996,working fulltime,41.0,,iap,13.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,8.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +3477,3478,1996,working fulltime,22.0,,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,1,,6.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3478,3479,1996,other,51.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3479,3480,1996,working parttime,32.0,,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,0,iap,1.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +3480,3481,1996,temp not working,41.0,yes,iap,13.0,middle atlantic,0.0,4.0,0.0,$25000 or more,middle atlantic,never,2,,6.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3481,3482,1996,working fulltime,46.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3482,3483,1996,working parttime,51.0,yes,iap,12.0,middle atlantic,1.0,0.0,1.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3483,3484,1996,"unempl, laid off",24.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3484,3485,1996,working fulltime,48.0,yes,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3485,3486,1996,working parttime,68.0,no,iap,17.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3486,3487,1996,temp not working,64.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3487,3488,1996,working parttime,28.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3488,3489,1996,keeping house,35.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,every week,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3489,3490,1996,retired,64.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3490,3491,1996,retired,43.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3491,3492,1996,keeping house,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3492,3493,1996,working fulltime,33.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3493,3494,1996,working fulltime,42.0,,yes,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3494,3495,1996,keeping house,,no,,10.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,never,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3495,3496,1996,"unempl, laid off",31.0,,,12.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3496,3497,1996,working fulltime,73.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3497,3498,1996,retired,51.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3498,3499,1996,working fulltime,64.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,0,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3499,3500,1996,working fulltime,32.0,no,iap,14.0,middle atlantic,0.0,4.0,0.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3500,3501,1996,working fulltime,44.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,0,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3501,3502,1996,temp not working,30.0,,iap,8.0,middle atlantic,0.0,1.0,1.0,$20000 - 24999,middle atlantic,2-3x a month,1,yes,1.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3502,3503,1996,keeping house,44.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3503,3504,1996,keeping house,35.0,no,yes,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3504,3505,1996,working parttime,22.0,no,iap,7.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3505,3506,1996,working fulltime,55.0,no,,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3506,3507,1996,working fulltime,48.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3507,3508,1996,keeping house,64.0,no,iap,16.0,middle atlantic,2.0,2.0,0.0,$25000 or more,middle atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3508,3509,1996,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3509,3510,1996,working fulltime,61.0,yes,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3510,3511,1996,working fulltime,64.0,no,iap,17.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3511,3512,1996,school,22.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3512,3513,1996,school,25.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3513,3514,1996,working parttime,74.0,no,iap,20.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,,12.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3514,3515,1996,working fulltime,50.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3515,3516,1996,keeping house,65.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3516,3517,1996,working fulltime,43.0,yes,yes,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3517,3518,1996,working fulltime,57.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3518,3519,1996,school,52.0,,iap,14.0,middle atlantic,1.0,1.0,0.0,$20000 - 24999,middle atlantic,lt once a year,0,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3519,3520,1996,working fulltime,32.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3520,3521,1996,keeping house,,,,11.0,e. nor. central,2.0,0.0,0.0,$1000 to 2999,e. nor. central,2-3x a month,0,iap,18.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3521,3522,1996,retired,42.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3522,3523,1996,retired,20.0,no,,4.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,more thn once wk,2,iap,,1,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3523,3524,1996,retired,34.0,no,,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3524,3525,1996,retired,43.0,,yes,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,2,iap,,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3525,3526,1996,retired,28.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,nrly every week,1,iap,9.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +3526,3527,1996,working fulltime,43.0,,yes,15.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3527,3528,1996,keeping house,24.0,,,12.0,e. nor. central,2.0,3.0,0.0,,e. nor. central,once a year,2,,3.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3528,3529,1996,keeping house,30.0,yes,iap,12.0,e. nor. central,0.0,1.0,1.0,,e. nor. central,2-3x a month,1,,6.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3529,3530,1996,retired,32.0,yes,,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,,10.0,1,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3530,3531,1996,other,33.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,once a month,1,yes,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3531,3532,1996,working fulltime,34.0,,,10.0,e. sou. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3532,3533,1996,keeping house,29.0,no,iap,5.0,foreign,1.0,0.0,1.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3533,3534,1996,working fulltime,36.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,3.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3534,3535,1996,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3535,3536,1996,keeping house,49.0,no,yes,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3536,3537,1996,retired,43.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3537,3538,1996,working fulltime,45.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3538,3539,1996,working fulltime,62.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3539,3540,1996,working fulltime,27.0,no,iap,12.0,pacific,1.0,0.0,1.0,$25000 or more,e. nor. central,once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3540,3541,1996,working fulltime,65.0,no,iap,16.0,foreign,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3541,3542,1996,working fulltime,43.0,no,iap,13.0,e. nor. central,0.0,1.0,2.0,$25000 or more,e. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3542,3543,1996,working fulltime,32.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3543,3544,1996,working fulltime,74.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3544,3545,1996,working fulltime,47.0,yes,iap,20.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3545,3546,1996,working fulltime,74.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,11.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3546,3547,1996,working fulltime,51.0,no,iap,18.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3547,3548,1996,working parttime,32.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3548,3549,1996,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3549,3550,1996,working parttime,86.0,,,20.0,middle atlantic,1.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,0,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3550,3551,1996,working fulltime,33.0,,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3551,3552,1996,working fulltime,47.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3552,3553,1996,retired,46.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3553,3554,1996,working fulltime,28.0,no,iap,10.0,foreign,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3554,3555,1996,working parttime,36.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3555,3556,1996,working fulltime,,,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3556,3557,1996,other,51.0,,yes,12.0,e. nor. central,1.0,2.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3557,3558,1996,keeping house,30.0,,,12.0,e. nor. central,2.0,0.0,0.0,,e. nor. central,lt once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3558,3559,1996,working fulltime,24.0,,,15.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3559,3560,1996,working fulltime,45.0,yes,iap,18.0,foreign,2.0,3.0,0.0,$25000 or more,w. sou. central,nrly every week,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3560,3561,1996,working fulltime,68.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3561,3562,1996,working fulltime,32.0,,,18.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3562,3563,1996,working fulltime,64.0,,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3563,3564,1996,"unempl, laid off",32.0,,,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3564,3565,1996,working fulltime,44.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3565,3566,1996,working parttime,45.0,,iap,19.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3566,3567,1996,keeping house,35.0,no,iap,12.0,w. sou. central,0.0,1.0,1.0,$15000 - 19999,w. sou. central,once a month,2,iap,6.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3567,3568,1996,school,34.0,,,16.0,foreign,0.0,0.0,0.0,,w. sou. central,once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3568,3569,1996,working fulltime,42.0,,,13.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3569,3570,1996,working fulltime,51.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3570,3571,1996,working fulltime,51.0,no,iap,13.0,e. nor. central,0.0,1.0,3.0,$25000 or more,w. sou. central,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3571,3572,1996,working fulltime,51.0,,,12.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,never,0,iap,,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3572,3573,1996,working fulltime,47.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3573,3574,1996,working parttime,69.0,,,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3574,3575,1996,working fulltime,40.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3575,3576,1996,school,66.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3576,3577,1996,working fulltime,52.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3577,3578,1996,working fulltime,32.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3578,3579,1996,other,57.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3579,3580,1996,working fulltime,41.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,4.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3580,3581,1996,working fulltime,65.0,yes,iap,18.0,middle atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,never,2,iap,4.0,1,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3581,3582,1996,working fulltime,74.0,,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3582,3583,1996,working fulltime,51.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,5.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3583,3584,1996,working parttime,57.0,no,iap,16.0,e. sou. central,2.0,0.0,1.0,$25000 or more,south atlantic,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3584,3585,1996,working fulltime,74.0,,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3585,3586,1996,working fulltime,46.0,,,16.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,0,iap,1.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3586,3587,1996,working fulltime,74.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3587,3588,1996,working fulltime,61.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,,4.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3588,3589,1996,school,46.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3589,3590,1996,working fulltime,73.0,no,iap,17.0,foreign,0.0,2.0,1.0,$25000 or more,south atlantic,lt once a year,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3590,3591,1996,working parttime,51.0,,,15.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,4.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3591,3592,1996,other,36.0,,iap,12.0,e. sou. central,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,,3.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3592,3593,1996,working fulltime,46.0,,iap,9.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3593,3594,1996,working fulltime,69.0,no,iap,20.0,middle atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,1,,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3594,3595,1996,working fulltime,52.0,,iap,16.0,south atlantic,1.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,0,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3595,3596,1996,working parttime,74.0,,,17.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3596,3597,1996,retired,51.0,no,iap,20.0,mountain,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3597,3598,1996,working fulltime,39.0,,,18.0,w. nor. central,0.0,0.0,0.0,,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3598,3599,1996,working fulltime,34.0,,,16.0,e. sou. central,0.0,0.0,0.0,,south atlantic,once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3599,3600,1996,"unempl, laid off",51.0,,,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3600,3601,1996,working fulltime,39.0,,iap,14.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,south atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3601,3602,1996,"unempl, laid off",51.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3602,3603,1996,working fulltime,61.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3603,3604,1996,retired,66.0,no,,18.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,every week,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3604,3605,1996,retired,39.0,no,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3605,3606,1996,retired,25.0,,iap,8.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,lt once a year,0,iap,6.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3606,3607,1996,retired,,,iap,7.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,0,iap,14.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3607,3608,1996,keeping house,44.0,yes,iap,11.0,w. nor. central,4.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3608,3609,1996,"unempl, laid off",34.0,no,iap,18.0,foreign,0.0,2.0,0.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3609,3610,1996,working fulltime,32.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3610,3611,1996,working fulltime,73.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3611,3612,1996,working fulltime,69.0,,,17.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3612,3613,1996,working fulltime,31.0,,iap,12.0,south atlantic,2.0,2.0,1.0,$25000 or more,south atlantic,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3613,3614,1996,"unempl, laid off",51.0,no,iap,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3614,3615,1996,working fulltime,51.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3615,3616,1996,working fulltime,34.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3616,3617,1996,working fulltime,43.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3617,3618,1996,working fulltime,61.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3618,3619,1996,working fulltime,40.0,,iap,13.0,foreign,0.0,1.0,2.0,,south atlantic,every week,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3619,3620,1996,working fulltime,44.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3620,3621,1996,retired,35.0,,iap,18.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,,10.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3621,3622,1996,working parttime,32.0,,iap,13.0,w. sou. central,1.0,0.0,0.0,$15000 - 19999,w. sou. central,once a month,1,,0.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3622,3623,1996,working fulltime,25.0,,,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,once a month,1,yes,4.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3623,3624,1996,working fulltime,42.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3624,3625,1996,working fulltime,71.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3625,3626,1996,working fulltime,47.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3626,3627,1996,retired,51.0,yes,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3627,3628,1996,working fulltime,51.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3628,3629,1996,working fulltime,32.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3629,3630,1996,retired,73.0,,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,,2,iap,3.0,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +3630,3631,1996,working fulltime,23.0,no,iap,12.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3631,3632,1996,working fulltime,48.0,no,iap,12.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3632,3633,1996,working fulltime,32.0,no,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3633,3634,1996,keeping house,32.0,yes,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3634,3635,1996,"unempl, laid off",24.0,,iap,12.0,pacific,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3635,3636,1996,keeping house,22.0,no,iap,5.0,pacific,0.0,1.0,0.0,$20000 - 24999,w. sou. central,every week,2,iap,8.0,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3636,3637,1996,school,,,,10.0,w. sou. central,0.0,0.0,1.0,,w. sou. central,once a month,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3637,3638,1996,working fulltime,42.0,,yes,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,3.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +3638,3639,1996,working fulltime,53.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,7.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3639,3640,1996,working fulltime,42.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,,2.0,1,1.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3640,3641,1996,working fulltime,51.0,no,iap,16.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,,2,yes,4.0,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +3641,3642,1996,working fulltime,60.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,12.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3642,3643,1996,working fulltime,64.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3643,3644,1996,working fulltime,57.0,no,iap,19.0,e. sou. central,1.0,0.0,1.0,$25000 or more,w. sou. central,,1,yes,,0,1.0,1,,1,1,,,,0,1,0,0,0,0,0,0.0 +3644,3645,1996,keeping house,43.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,,2,,3.0,1,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +3645,3646,1996,working fulltime,64.0,no,,17.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3646,3647,1996,working fulltime,30.0,,,13.0,w. sou. central,0.0,2.0,0.0,,w. sou. central,,1,yes,,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +3647,3648,1996,working fulltime,64.0,yes,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,,2,yes,2.0,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +3648,3649,1996,working fulltime,42.0,,iap,16.0,w. sou. central,0.0,0.0,1.0,$20000 - 24999,w. sou. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3649,3650,1996,retired,51.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,yes,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3650,3651,1996,retired,29.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,1,iap,7.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3651,3652,1996,retired,46.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,,w. sou. central,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3652,3653,1996,retired,64.0,no,,14.0,e. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3653,3654,1996,other,32.0,yes,,10.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,new england,never,1,iap,8.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3654,3655,1996,keeping house,44.0,,,13.0,e. nor. central,0.0,0.0,0.0,,new england,never,1,,14.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3655,3656,1996,working fulltime,34.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3656,3657,1996,working parttime,29.0,,,12.0,new england,0.0,0.0,0.0,,new england,once a year,1,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3657,3658,1996,working parttime,66.0,yes,iap,16.0,new england,2.0,0.0,0.0,$25000 or more,new england,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3658,3659,1996,temp not working,59.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3659,3660,1996,working fulltime,73.0,no,iap,17.0,new england,0.0,0.0,1.0,$25000 or more,new england,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3660,3661,1996,working fulltime,47.0,,iap,13.0,new england,0.0,0.0,0.0,,new england,every week,0,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3661,3662,1996,working fulltime,51.0,no,iap,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3662,3663,1996,working fulltime,49.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3663,3664,1996,"unempl, laid off",51.0,no,iap,17.0,new england,0.0,0.0,1.0,$25000 or more,new england,once a year,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3664,3665,1996,keeping house,35.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,,new england,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3665,3666,1996,working fulltime,36.0,no,iap,8.0,foreign,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3666,3667,1996,keeping house,51.0,no,,12.0,new england,1.0,0.0,0.0,,new england,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3667,3668,1996,other,,no,iap,16.0,new england,0.0,0.0,0.0,,new england,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3668,3669,1996,working fulltime,74.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,new england,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3669,3670,1996,retired,64.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,new england,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3670,3671,1996,working fulltime,74.0,,,19.0,foreign,0.0,0.0,0.0,$25000 or more,new england,,0,,0.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,1.0 +3671,3672,1996,retired,24.0,no,,10.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3672,3673,1996,"unempl, laid off",46.0,no,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3673,3674,1996,retired,46.0,no,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,iap,4.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3674,3675,1996,working fulltime,51.0,,iap,18.0,new england,0.0,0.0,2.0,$25000 or more,new england,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3675,3676,1996,keeping house,51.0,yes,iap,14.0,new england,1.0,1.0,1.0,$25000 or more,new england,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3676,3677,1996,working fulltime,41.0,no,iap,14.0,new england,0.0,0.0,1.0,,new england,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3677,3678,1996,working fulltime,19.0,no,iap,9.0,foreign,0.0,3.0,1.0,$25000 or more,new england,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3678,3679,1996,working parttime,47.0,no,iap,16.0,w. nor. central,2.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3679,3680,1996,temp not working,34.0,,iap,15.0,e. nor. central,2.0,3.0,0.0,,new england,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3680,3681,1996,working fulltime,51.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3681,3682,1996,working fulltime,49.0,,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3682,3683,1996,working fulltime,49.0,,,13.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,once a year,2,,6.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3683,3684,1996,working parttime,54.0,no,,18.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3684,3685,1996,"unempl, laid off",39.0,,iap,12.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,never,0,,12.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3685,3686,1996,working fulltime,35.0,,iap,9.0,new england,0.0,0.0,1.0,$20000 - 24999,new england,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3686,3687,1996,working fulltime,65.0,,,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3687,3688,1996,working fulltime,31.0,,,12.0,new england,0.0,1.0,0.0,$25000 or more,new england,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3688,3689,1996,keeping house,57.0,,iap,12.0,new england,1.0,0.0,1.0,$25000 or more,new england,never,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3689,3690,1996,"unempl, laid off",36.0,,,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3690,3691,1996,working fulltime,54.0,,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3691,3692,1996,keeping house,47.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3692,3693,1996,working fulltime,29.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3693,3694,1996,working fulltime,44.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3694,3695,1996,working fulltime,51.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,2.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +3695,3696,1996,working fulltime,54.0,,,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3696,3697,1996,working fulltime,45.0,yes,iap,14.0,south atlantic,1.0,1.0,1.0,$25000 or more,south atlantic,2-3x a month,0,iap,,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3697,3698,1996,working fulltime,51.0,,iap,14.0,e. nor. central,0.0,1.0,1.0,$20000 - 24999,south atlantic,once a year,0,,24.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3698,3699,1996,working fulltime,74.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3699,3700,1996,temp not working,51.0,yes,iap,18.0,e. nor. central,0.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,0.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +3700,3701,1996,working fulltime,51.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3701,3702,1996,working fulltime,53.0,no,iap,16.0,middle atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3702,3703,1996,working parttime,49.0,no,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3703,3704,1996,working fulltime,32.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3704,3705,1996,working fulltime,44.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3705,3706,1996,working fulltime,51.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,,1,yes,,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +3706,3707,1996,working fulltime,51.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3707,3708,1996,retired,51.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3708,3709,1996,working fulltime,51.0,no,iap,16.0,mountain,0.0,2.0,2.0,$25000 or more,south atlantic,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3709,3710,1996,keeping house,,no,iap,16.0,new england,1.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3710,3711,1996,working fulltime,59.0,no,iap,16.0,e. sou. central,0.0,2.0,0.0,$25000 or more,south atlantic,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3711,3712,1996,working fulltime,59.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3712,3713,1996,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3713,3714,1996,working fulltime,23.0,,,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3714,3715,1996,working fulltime,51.0,yes,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3715,3716,1996,working fulltime,43.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3716,3717,1996,working fulltime,17.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3717,3718,1996,temp not working,40.0,yes,,16.0,w. sou. central,0.0,2.0,0.0,$25000 or more,south atlantic,never,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3718,3719,1996,keeping house,51.0,yes,,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3719,3720,1996,working fulltime,39.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,0,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3720,3721,1996,working fulltime,69.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3721,3722,1996,working fulltime,34.0,yes,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3722,3723,1996,keeping house,64.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3723,3724,1996,working fulltime,38.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3724,3725,1996,working fulltime,71.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3725,3726,1996,working fulltime,86.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3726,3727,1996,working fulltime,51.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3727,3728,1996,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3728,3729,1996,working fulltime,28.0,no,iap,10.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3729,3730,1996,working fulltime,41.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3730,3731,1996,working fulltime,49.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +3731,3732,1996,school,,no,,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3732,3733,1996,working fulltime,22.0,no,iap,7.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3733,3734,1996,working fulltime,47.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3734,3735,1996,keeping house,23.0,,,7.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,once a month,1,yes,3.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3735,3736,1996,working fulltime,53.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,5.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3736,3737,1996,"unempl, laid off",32.0,no,iap,14.0,south atlantic,1.0,1.0,2.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,10.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3737,3738,1996,keeping house,,no,iap,12.0,w. nor. central,3.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,4.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3738,3739,1996,retired,60.0,,iap,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3739,3740,1996,working parttime,29.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3740,3741,1996,working fulltime,36.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3741,3742,1996,working fulltime,43.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3742,3743,1996,retired,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3743,3744,1996,keeping house,60.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3744,3745,1996,working fulltime,47.0,no,iap,14.0,middle atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3745,3746,1996,working fulltime,68.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3746,3747,1996,retired,35.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3747,3748,1996,working fulltime,51.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3748,3749,1996,working parttime,74.0,yes,iap,18.0,e. nor. central,1.0,1.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3749,3750,1996,working fulltime,61.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3750,3751,1996,keeping house,65.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3751,3752,1996,working parttime,46.0,,,13.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3752,3753,1996,working fulltime,46.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3753,3754,1996,working parttime,20.0,no,iap,12.0,south atlantic,0.0,2.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,,7.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3754,3755,1996,working parttime,27.0,no,iap,13.0,south atlantic,1.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3755,3756,1996,working fulltime,43.0,no,iap,11.0,south atlantic,2.0,3.0,0.0,,south atlantic,once a month,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3756,3757,1996,working parttime,17.0,,iap,10.0,south atlantic,0.0,1.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3757,3758,1996,working parttime,49.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3758,3759,1996,retired,24.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3759,3760,1996,working fulltime,44.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3760,3761,1996,working fulltime,46.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,4.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3761,3762,1996,keeping house,28.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,south atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3762,3763,1996,working fulltime,36.0,yes,iap,8.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,1.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3763,3764,1996,working fulltime,51.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3764,3765,1996,working fulltime,36.0,yes,iap,12.0,new england,0.0,0.0,0.0,,south atlantic,never,0,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3765,3766,1996,keeping house,28.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,lt $1000,south atlantic,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3766,3767,1996,working fulltime,66.0,,,14.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3767,3768,1996,other,31.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,0,,10.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3768,3769,1996,retired,66.0,no,,15.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,lt once a year,0,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3769,3770,1996,keeping house,51.0,,,17.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,south atlantic,never,0,,10.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3770,3771,1996,retired,39.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3771,3772,1996,working fulltime,27.0,,,15.0,w. nor. central,0.0,1.0,1.0,$4000 to 4999,w. nor. central,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3772,3773,1996,working fulltime,22.0,,yes,9.0,south atlantic,0.0,0.0,1.0,$25000 or more,w. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3773,3774,1996,working parttime,22.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,sevrl times a yr,1,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3774,3775,1996,"unempl, laid off",68.0,,,14.0,w. nor. central,0.0,1.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3775,3776,1996,retired,42.0,yes,,,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3776,3777,1996,working fulltime,42.0,,,15.0,w. nor. central,0.0,1.0,0.0,$15000 - 19999,w. nor. central,2-3x a month,2,iap,,1,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3777,3778,1996,working fulltime,42.0,,,12.0,e. nor. central,0.0,0.0,0.0,,w. nor. central,lt once a year,1,yes,2.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3778,3779,1996,working fulltime,20.0,,,13.0,w. nor. central,1.0,0.0,0.0,$3000 to 3999,w. nor. central,sevrl times a yr,1,yes,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3779,3780,1996,working fulltime,29.0,no,iap,11.0,pacific,0.0,2.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,4.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3780,3781,1996,working fulltime,41.0,yes,iap,12.0,e. nor. central,1.0,1.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3781,3782,1996,keeping house,29.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,e. nor. central,never,2,iap,,1,,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3782,3783,1996,working fulltime,51.0,no,iap,13.0,new england,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3783,3784,1996,working fulltime,57.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3784,3785,1996,working fulltime,30.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3785,3786,1996,working fulltime,57.0,,,13.0,middle atlantic,1.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,2.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3786,3787,1996,working fulltime,31.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3787,3788,1996,working fulltime,17.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3788,3789,1996,working fulltime,22.0,no,iap,12.0,w. nor. central,1.0,2.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,2,yes,4.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3789,3790,1996,working fulltime,44.0,no,iap,6.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,lt once a year,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3790,3791,1996,other,20.0,no,,0.0,e. sou. central,0.0,1.0,2.0,,w. nor. central,more thn once wk,0,iap,,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3791,3792,1996,school,,,,11.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,never,1,,4.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3792,3793,1996,working fulltime,66.0,,,13.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,2,,5.0,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3793,3794,1996,keeping house,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,w. nor. central,once a year,1,,8.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3794,3795,1996,other,47.0,,,12.0,w. sou. central,2.0,0.0,0.0,$8000 to 9999,w. nor. central,nrly every week,1,iap,2.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +3795,3796,1996,working fulltime,64.0,,iap,18.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3796,3797,1996,working fulltime,59.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3797,3798,1996,working fulltime,34.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3798,3799,1996,retired,32.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,0,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3799,3800,1996,working fulltime,40.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3800,3801,1996,working fulltime,45.0,,iap,16.0,w. nor. central,0.0,1.0,1.0,,w. nor. central,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3801,3802,1996,working fulltime,47.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3802,3803,1996,working fulltime,46.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3803,3804,1996,working fulltime,31.0,,iap,11.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3804,3805,1996,working fulltime,47.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3805,3806,1996,working fulltime,59.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3806,3807,1996,working fulltime,65.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3807,3808,1996,retired,35.0,no,,10.0,new england,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3808,3809,1996,working fulltime,41.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3809,3810,1996,working fulltime,40.0,no,iap,12.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3810,3811,1996,working fulltime,53.0,no,iap,14.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3811,3812,1996,retired,23.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,nrly every week,1,,4.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3812,3813,1996,working fulltime,47.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3813,3814,1996,retired,56.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3814,3815,1996,working parttime,25.0,,,16.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,2-3x a month,1,,0.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3815,3816,1996,working parttime,73.0,,,20.0,foreign,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3816,3817,1996,working parttime,32.0,,,14.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3817,3818,1996,working fulltime,73.0,,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3818,3819,1996,working parttime,59.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3819,3820,1996,working fulltime,44.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,nrly every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3820,3821,1996,working fulltime,39.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,0.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3821,3822,1996,school,20.0,,,15.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3822,3823,1996,working fulltime,51.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3823,3824,1996,working fulltime,51.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3824,3825,1996,working fulltime,36.0,no,,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3825,3826,1996,working fulltime,51.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3826,3827,1996,working fulltime,42.0,,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3827,3828,1996,working fulltime,24.0,yes,,12.0,south atlantic,0.0,0.0,0.0,,w. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3828,3829,1996,working fulltime,61.0,yes,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3829,3830,1996,working fulltime,66.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3830,3831,1996,working fulltime,60.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3831,3832,1996,working fulltime,32.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3832,3833,1996,working fulltime,86.0,yes,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,,1,yes,2.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +3833,3834,1996,working fulltime,51.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,,2,yes,1.0,1,1.0,0,,1,0,,,,0,1,0,0,0,0,0, +3834,3835,1996,working fulltime,46.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3835,3836,1996,working fulltime,72.0,yes,iap,20.0,mountain,0.0,2.0,1.0,$25000 or more,mountain,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3836,3837,1996,working fulltime,40.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3837,3838,1996,working fulltime,64.0,yes,iap,17.0,e. sou. central,0.0,0.0,1.0,$25000 or more,mountain,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3838,3839,1996,working fulltime,34.0,no,iap,18.0,middle atlantic,0.0,2.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3839,3840,1996,working fulltime,49.0,yes,iap,15.0,e. nor. central,0.0,1.0,1.0,$25000 or more,mountain,more thn once wk,2,yes,1.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3840,3841,1996,working fulltime,51.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3841,3842,1996,working fulltime,74.0,no,iap,17.0,foreign,1.0,1.0,1.0,$25000 or more,mountain,,1,iap,,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +3842,3843,1996,working fulltime,21.0,,,14.0,foreign,0.0,0.0,0.0,$5000 to 5999,mountain,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3843,3844,1996,working fulltime,36.0,,,14.0,mountain,1.0,0.0,0.0,$20000 - 24999,mountain,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3844,3845,1996,working fulltime,27.0,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3845,3846,1996,working fulltime,35.0,,,13.0,mountain,0.0,1.0,0.0,$10000 - 14999,mountain,once a year,2,iap,1.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3846,3847,1996,working parttime,65.0,,,13.0,mountain,1.0,0.0,0.0,$8000 to 9999,mountain,more thn once wk,0,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3847,3848,1996,working fulltime,51.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3848,3849,1996,working fulltime,51.0,,iap,13.0,mountain,1.0,1.0,1.0,$25000 or more,mountain,,1,iap,,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,1.0 +3849,3850,1996,working parttime,32.0,,,15.0,pacific,0.0,0.0,0.0,$4000 to 4999,mountain,lt once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3850,3851,1996,working fulltime,34.0,,,16.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,mountain,sevrl times a yr,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3851,3852,1996,working parttime,28.0,,,16.0,mountain,0.0,0.0,0.0,$8000 to 9999,mountain,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3852,3853,1996,temp not working,25.0,,,15.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3853,3854,1996,working fulltime,64.0,,,16.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3854,3855,1996,working parttime,36.0,,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3855,3856,1996,school,51.0,,,15.0,pacific,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3856,3857,1996,working fulltime,33.0,,,12.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,mountain,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3857,3858,1996,working parttime,24.0,,,12.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3858,3859,1996,working fulltime,51.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3859,3860,1996,school,50.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3860,3861,1996,working parttime,43.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3861,3862,1996,working fulltime,38.0,no,iap,12.0,pacific,1.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3862,3863,1996,working parttime,29.0,,,13.0,pacific,0.0,0.0,0.0,,pacific,once a year,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3863,3864,1996,working fulltime,22.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3864,3865,1996,working fulltime,40.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3865,3866,1996,working fulltime,31.0,no,iap,6.0,foreign,0.0,2.0,0.0,$20000 - 24999,pacific,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3866,3867,1996,working parttime,29.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3867,3868,1996,working fulltime,68.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3868,3869,1996,working fulltime,,,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3869,3870,1996,working parttime,35.0,,,15.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3870,3871,1996,school,,,,13.0,foreign,0.0,0.0,0.0,lt $1000,pacific,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3871,3872,1996,working fulltime,33.0,,,12.0,pacific,0.0,0.0,0.0,$6000 to 6999,pacific,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3872,3873,1996,temp not working,39.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3873,3874,1996,working fulltime,45.0,,iap,12.0,foreign,0.0,0.0,0.0,$15000 - 19999,pacific,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3874,3875,1996,"unempl, laid off",32.0,,iap,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3875,3876,1996,keeping house,65.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3876,3877,1996,working fulltime,71.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3877,3878,1996,working fulltime,29.0,,,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a month,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3878,3879,1996,working fulltime,51.0,,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3879,3880,1996,working parttime,42.0,,iap,12.0,foreign,0.0,0.0,2.0,,pacific,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3880,3881,1996,working parttime,22.0,,,12.0,pacific,0.0,0.0,1.0,$15000 - 19999,pacific,nrly every week,1,,3.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3881,3882,1996,working fulltime,73.0,no,iap,15.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,4.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3882,3883,1996,working parttime,86.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,0.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +3883,3884,1996,working fulltime,59.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3884,3885,1996,keeping house,61.0,no,iap,18.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3885,3886,1996,working fulltime,86.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3886,3887,1996,working fulltime,75.0,no,iap,20.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3887,3888,1996,working fulltime,64.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3888,3889,1996,working fulltime,34.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,,2,,4.0,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +3889,3890,1996,working fulltime,50.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3890,3891,1996,working fulltime,42.0,,,16.0,south atlantic,1.0,1.0,0.0,$15000 - 19999,south atlantic,once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3891,3892,1996,working fulltime,42.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3892,3893,1996,working fulltime,22.0,no,iap,11.0,south atlantic,2.0,1.0,0.0,,south atlantic,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3893,3894,1996,working fulltime,29.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,once a month,2,iap,6.0,1,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3894,3895,1996,working parttime,38.0,,,13.0,south atlantic,0.0,2.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3895,3896,1996,working fulltime,24.0,,,12.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +3896,3897,1996,"unempl, laid off",32.0,,,10.0,south atlantic,1.0,2.0,0.0,$7000 to 7999,south atlantic,more thn once wk,0,,2.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3897,3898,1996,working fulltime,51.0,,,10.0,south atlantic,2.0,1.0,0.0,$8000 to 9999,south atlantic,never,1,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +3898,3899,1996,retired,47.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,10.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3899,3900,1996,working parttime,28.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,5.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3900,3901,1996,working fulltime,47.0,,,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3901,3902,1996,working fulltime,64.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3902,3903,1996,retired,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3903,3904,1996,working fulltime,29.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3904,3905,1996,school,,,,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3905,3906,1996,working fulltime,47.0,no,iap,12.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3906,3907,1996,working fulltime,54.0,no,iap,16.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,0.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3907,3908,1996,working fulltime,68.0,no,iap,18.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,1,iap,2.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3908,3909,1996,working fulltime,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3909,3910,1996,working fulltime,49.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3910,3911,1996,working fulltime,66.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3911,3912,1996,working fulltime,54.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3912,3913,1996,working fulltime,60.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3913,3914,1996,working fulltime,30.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3914,3915,1996,retired,59.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,2,iap,,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3915,3916,1996,working fulltime,28.0,no,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3916,3917,1996,working fulltime,51.0,yes,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3917,3918,1996,school,,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,2.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3918,3919,1996,working fulltime,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3919,3920,1996,working fulltime,60.0,,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,3.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +3920,3921,1996,working parttime,22.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3921,3922,1996,school,31.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3922,3923,1996,working parttime,34.0,no,iap,12.0,middle atlantic,1.0,2.0,0.0,$20000 - 24999,middle atlantic,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3923,3924,1996,working parttime,32.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,,1,yes,2.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +3924,3925,1996,working fulltime,27.0,no,iap,12.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3925,3926,1996,working parttime,40.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3926,3927,1996,working parttime,27.0,,,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3927,3928,1996,keeping house,31.0,no,iap,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3928,3929,1996,working parttime,42.0,,,20.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,,1,iap,,0,0.0,0,,1,0,,,,0,1,0,0,0,0,0,1.0 +3929,3930,1996,school,51.0,,,14.0,pacific,0.0,0.0,0.0,$1000 to 2999,pacific,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3930,3931,1996,working fulltime,57.0,no,,19.0,e. nor. central,1.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3931,3932,1996,retired,51.0,no,,12.0,pacific,0.0,0.0,0.0,,pacific,lt once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3932,3933,1996,working parttime,46.0,no,,13.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3933,3934,1996,keeping house,57.0,no,iap,16.0,w. nor. central,2.0,1.0,0.0,$25000 or more,pacific,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3934,3935,1996,working parttime,30.0,no,,16.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,once a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3935,3936,1996,other,59.0,no,iap,17.0,new england,0.0,0.0,0.0,$25000 or more,pacific,,2,,2.0,1,1.0,0,,1,0,,,,0,1,0,0,0,0,0,1.0 +3936,3937,1996,keeping house,39.0,yes,,14.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3937,3938,1996,keeping house,66.0,no,,18.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,nrly every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3938,3939,1996,working fulltime,42.0,,,16.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3939,3940,1996,working parttime,29.0,,,14.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,pacific,once a year,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3940,3941,1996,working fulltime,32.0,,,17.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,pacific,,0,,1.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +3941,3942,1996,working fulltime,47.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3942,3943,1996,working parttime,28.0,,,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,lt once a year,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3943,3944,1996,school,23.0,,,16.0,pacific,0.0,0.0,0.0,$1000 to 2999,pacific,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3944,3945,1996,working fulltime,54.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3945,3946,1996,working fulltime,32.0,yes,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3946,3947,1996,working fulltime,54.0,yes,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3947,3948,1996,keeping house,41.0,no,,16.0,mountain,1.0,2.0,0.0,$25000 or more,pacific,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +3948,3949,1996,working fulltime,61.0,no,iap,16.0,mountain,1.0,1.0,0.0,$25000 or more,pacific,every week,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3949,3950,1996,working parttime,36.0,no,iap,17.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3950,3951,1996,working fulltime,45.0,no,,12.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3951,3952,1996,working parttime,47.0,yes,,17.0,w. nor. central,0.0,2.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,0.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3952,3953,1996,retired,51.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3953,3954,1996,working fulltime,66.0,no,iap,16.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3954,3955,1996,keeping house,59.0,no,,18.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,lt once a year,1,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3955,3956,1996,working fulltime,39.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3956,3957,1996,working parttime,31.0,no,iap,12.0,new england,1.0,1.0,0.0,$25000 or more,new england,once a year,1,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3957,3958,1996,working fulltime,31.0,,iap,13.0,new england,0.0,0.0,0.0,,new england,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3958,3959,1996,working fulltime,60.0,no,,14.0,w. nor. central,0.0,1.0,0.0,$25000 or more,new england,2-3x a month,1,,3.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3959,3960,1996,working fulltime,36.0,no,iap,12.0,new england,2.0,1.0,0.0,$25000 or more,new england,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3960,3961,1996,working fulltime,69.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3961,3962,1996,working fulltime,40.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3962,3963,1996,working fulltime,22.0,,,9.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3963,3964,1996,retired,51.0,no,,12.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,every week,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3964,3965,1996,working fulltime,61.0,,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,new england,once a month,0,,0.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3965,3966,1996,working fulltime,36.0,,,16.0,new england,0.0,0.0,0.0,,new england,never,0,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3966,3967,1996,working fulltime,38.0,,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,new england,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3967,3968,1996,working fulltime,30.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3968,3969,1996,working fulltime,28.0,,iap,11.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3969,3970,1996,working fulltime,45.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,never,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3970,3971,1996,working fulltime,47.0,no,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3971,3972,1996,working fulltime,33.0,no,,13.0,new england,3.0,0.0,0.0,$25000 or more,new england,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3972,3973,1996,working fulltime,64.0,no,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3973,3974,1996,keeping house,24.0,no,iap,13.0,new england,0.0,1.0,3.0,$25000 or more,new england,2-3x a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3974,3975,1996,temp not working,51.0,yes,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3975,3976,1996,working parttime,55.0,no,,16.0,new england,0.0,2.0,1.0,$25000 or more,new england,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3976,3977,1996,working parttime,48.0,no,iap,12.0,new england,0.0,0.0,1.0,$25000 or more,new england,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3977,3978,1996,working fulltime,65.0,,,20.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3978,3979,1996,retired,66.0,,,15.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,more thn once wk,2,iap,5.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3979,3980,1996,retired,66.0,,iap,13.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,never,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3980,3981,1996,working fulltime,36.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3981,3982,1996,retired,39.0,yes,,6.0,new england,0.0,0.0,0.0,$8000 to 9999,new england,never,0,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +3982,3983,1996,retired,47.0,yes,,8.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3983,3984,1996,keeping house,29.0,no,,12.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3984,3985,1996,"unempl, laid off",41.0,no,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3985,3986,1996,retired,51.0,no,,9.0,new england,0.0,0.0,0.0,$25000 or more,new england,more thn once wk,2,iap,6.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +3986,3987,1996,retired,47.0,no,,12.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,more thn once wk,0,yes,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +3987,3988,1996,working fulltime,43.0,yes,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,yes,6.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3988,3989,1996,working fulltime,31.0,,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3989,3990,1996,"unempl, laid off",48.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3990,3991,1996,"unempl, laid off",24.0,no,,10.0,e. nor. central,0.0,2.0,0.0,$15000 - 19999,new england,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +3991,3992,1996,working parttime,24.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +3992,3993,1996,working fulltime,53.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3993,3994,1996,working fulltime,57.0,no,,14.0,new england,2.0,0.0,0.0,$25000 or more,new england,2-3x a month,0,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3994,3995,1996,retired,34.0,,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +3995,3996,1996,working fulltime,46.0,no,,11.0,new england,0.0,0.0,1.0,,new england,every week,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +3996,3997,1996,working fulltime,31.0,,,11.0,new england,0.0,0.0,2.0,$25000 or more,new england,sevrl times a yr,0,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +3997,3998,1996,working fulltime,51.0,no,iap,18.0,new england,0.0,0.0,2.0,$25000 or more,new england,2-3x a month,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +3998,3999,1996,working fulltime,41.0,,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +3999,4000,1996,working fulltime,23.0,,iap,11.0,new england,0.0,0.0,0.0,$1000 to 2999,new england,every week,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4000,4001,1996,working fulltime,42.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,new england,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4001,4002,1996,working fulltime,28.0,,,17.0,new england,0.0,0.0,0.0,$8000 to 9999,new england,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4002,4003,1996,working fulltime,42.0,no,iap,17.0,new england,1.0,1.0,0.0,$25000 or more,new england,2-3x a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4003,4004,1996,retired,33.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4004,4005,1996,working fulltime,64.0,,,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,new england,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4005,4006,1996,working fulltime,64.0,yes,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4006,4007,1996,working fulltime,66.0,no,,12.0,new england,0.0,0.0,2.0,$25000 or more,new england,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4007,4008,1996,working fulltime,42.0,no,,13.0,new england,1.0,1.0,0.0,$25000 or more,new england,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4008,4009,1996,working parttime,28.0,,,16.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,new england,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4009,4010,1996,working fulltime,44.0,,,16.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4010,4011,1996,working fulltime,38.0,,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,,2,,3.0,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +4011,4012,1996,"unempl, laid off",29.0,no,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,9.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4012,4013,1996,working fulltime,51.0,no,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,new england,more thn once wk,1,,3.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4013,4014,1996,working fulltime,35.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4014,4015,1996,keeping house,,no,,12.0,new england,1.0,0.0,0.0,$20000 - 24999,new england,lt once a year,1,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4015,4016,1996,working fulltime,41.0,,,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4016,4017,1996,keeping house,35.0,no,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4017,4018,1996,working fulltime,36.0,no,iap,13.0,new england,0.0,0.0,1.0,$25000 or more,new england,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4018,4019,1996,working fulltime,21.0,,iap,12.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,every week,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4019,4020,1996,working fulltime,17.0,,iap,12.0,new england,0.0,2.0,0.0,$10000 - 14999,new england,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4020,4021,1996,working fulltime,45.0,,,12.0,new england,0.0,0.0,0.0,,new england,never,1,yes,0.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4021,4022,1996,working fulltime,61.0,,,18.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4022,4023,1996,working parttime,44.0,no,iap,16.0,new england,0.0,0.0,2.0,$25000 or more,new england,,2,,2.0,1,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +4023,4024,1996,working fulltime,86.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4024,4025,1996,working fulltime,52.0,,,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,2,yes,,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4025,4026,1996,working parttime,24.0,,,13.0,new england,0.0,0.0,2.0,$25000 or more,new england,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4026,4027,1996,"unempl, laid off",21.0,,,10.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,12.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4027,4028,1996,school,,,,11.0,new england,0.0,0.0,1.0,$25000 or more,new england,,1,,4.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +4028,4029,1996,working fulltime,39.0,,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4029,4030,1996,working fulltime,71.0,,,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4030,4031,1996,working fulltime,51.0,,,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4031,4032,1996,working fulltime,35.0,yes,yes,9.0,middle atlantic,0.0,3.0,2.0,$25000 or more,middle atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4032,4033,1996,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4033,4034,1996,other,30.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4034,4035,1996,working fulltime,40.0,no,iap,15.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4035,4036,1996,keeping house,,no,,8.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,every week,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4036,4037,1996,working fulltime,22.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4037,4038,1996,working fulltime,20.0,yes,iap,11.0,middle atlantic,0.0,0.0,1.0,$7000 to 7999,middle atlantic,once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4038,4039,1996,working fulltime,51.0,no,iap,12.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,once a month,0,,6.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4039,4040,1996,working fulltime,39.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4040,4041,1996,working parttime,58.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4041,4042,1996,working fulltime,49.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4042,4043,1996,working fulltime,43.0,,iap,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,0,iap,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4043,4044,1996,retired,34.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4044,4045,1996,retired,46.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4045,4046,1996,retired,35.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4046,4047,1996,working fulltime,20.0,,iap,12.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,never,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4047,4048,1996,working fulltime,48.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4048,4049,1996,working fulltime,30.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,nrly every week,1,,11.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4049,4050,1996,temp not working,32.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4050,4051,1996,working fulltime,69.0,,iap,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4051,4052,1996,working fulltime,36.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4052,4053,1996,working fulltime,33.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4053,4054,1996,working fulltime,47.0,no,,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,once a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4054,4055,1996,working fulltime,42.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4055,4056,1996,working parttime,43.0,no,iap,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4056,4057,1996,retired,42.0,,yes,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4057,4058,1996,keeping house,34.0,no,iap,12.0,mountain,0.0,0.0,0.0,,middle atlantic,,1,,3.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +4058,4059,1996,working fulltime,43.0,,iap,12.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,nrly every week,0,,10.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4059,4060,1996,working fulltime,36.0,,,12.0,middle atlantic,1.0,1.0,0.0,$15000 - 19999,middle atlantic,every week,0,iap,5.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +4060,4061,1996,working fulltime,22.0,,,13.0,middle atlantic,0.0,2.0,1.0,$10000 - 14999,middle atlantic,nrly every week,0,iap,2.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +4061,4062,1996,keeping house,,,,10.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,,1,,6.0,0,0.0,1,,1,1,,,,0,1,0,0,0,0,0,1.0 +4062,4063,1996,working fulltime,33.0,,,12.0,middle atlantic,1.0,0.0,1.0,$15000 - 19999,middle atlantic,,2,iap,4.0,1,0.0,1,,1,1,,,,0,1,0,0,0,0,0, +4063,4064,1996,keeping house,29.0,,,12.0,middle atlantic,1.0,1.0,0.0,$1000 to 2999,middle atlantic,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4064,4065,1996,"unempl, laid off",20.0,,,11.0,middle atlantic,1.0,0.0,0.0,$10000 - 14999,middle atlantic,once a month,0,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4065,4066,1996,retired,64.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4066,4067,1996,school,36.0,,,15.0,south atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4067,4068,1996,working fulltime,42.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,,1,iap,2.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0, +4068,4069,1996,working parttime,51.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4069,4070,1996,school,,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4070,4071,1996,retired,66.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,4.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4071,4072,1996,retired,64.0,no,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4072,4073,1996,retired,36.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4073,4074,1996,working fulltime,64.0,,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4074,4075,1996,keeping house,46.0,,iap,9.0,middle atlantic,1.0,1.0,1.0,$10000 - 14999,middle atlantic,nrly every week,1,,4.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4075,4076,1996,working fulltime,40.0,,iap,13.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4076,4077,1996,working fulltime,30.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4077,4078,1996,retired,34.0,,iap,8.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4078,4079,1996,working fulltime,34.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4079,4080,1996,working fulltime,34.0,,iap,14.0,new england,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4080,4081,1996,working parttime,69.0,,iap,19.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4081,4082,1996,"unempl, laid off",21.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,nrly every week,1,,4.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4082,4083,1996,working fulltime,64.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4083,4084,1996,retired,30.0,no,,5.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,never,0,,10.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4084,4085,1996,retired,,no,,10.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,nrly every week,0,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4085,4086,1996,working fulltime,24.0,,iap,9.0,middle atlantic,0.0,1.0,1.0,$20000 - 24999,middle atlantic,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4086,4087,1996,retired,28.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,yes,8.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4087,4088,1996,working fulltime,42.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4088,4089,1996,keeping house,47.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4089,4090,1996,working fulltime,44.0,yes,iap,8.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4090,4091,1996,working fulltime,39.0,no,iap,14.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4091,4092,1996,working fulltime,34.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4092,4093,1996,working parttime,32.0,no,iap,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4093,4094,1996,retired,29.0,,,9.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4094,4095,1996,working fulltime,51.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,2,iap,1.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4095,4096,1996,working fulltime,44.0,,iap,15.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4096,4097,1996,working fulltime,54.0,no,iap,13.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,more thn once wk,2,,1.0,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4097,4098,1996,retired,41.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4098,4099,1996,working fulltime,47.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4099,4100,1996,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4100,4101,1996,keeping house,46.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4101,4102,1996,temp not working,47.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4102,4103,1996,working fulltime,22.0,no,iap,13.0,middle atlantic,0.0,3.0,1.0,$25000 or more,middle atlantic,nrly every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4103,4104,1996,retired,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4104,4105,1996,working fulltime,42.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4105,4106,1996,working fulltime,71.0,yes,iap,16.0,middle atlantic,2.0,2.0,1.0,$25000 or more,middle atlantic,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4106,4107,1996,working parttime,51.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4107,4108,1996,working parttime,43.0,,,16.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4108,4109,1996,working fulltime,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4109,4110,1996,working fulltime,39.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4110,4111,1996,working fulltime,69.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,10.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4111,4112,1996,working parttime,32.0,,,12.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4112,4113,1996,working parttime,31.0,,,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4113,4114,1996,retired,60.0,,yes,14.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,2.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4114,4115,1996,keeping house,,no,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4115,4116,1996,working parttime,23.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4116,4117,1996,working parttime,23.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,iap,7.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4117,4118,1996,working fulltime,30.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4118,4119,1996,working fulltime,50.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4119,4120,1996,working fulltime,69.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4120,4121,1996,working fulltime,33.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4121,4122,1996,keeping house,,no,iap,8.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4122,4123,1996,working fulltime,36.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4123,4124,1996,working fulltime,30.0,no,,12.0,middle atlantic,2.0,0.0,0.0,,middle atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4124,4125,1996,working fulltime,30.0,no,iap,13.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4125,4126,1996,working fulltime,28.0,yes,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4126,4127,1996,"unempl, laid off",44.0,,,9.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4127,4128,1996,working fulltime,43.0,no,iap,13.0,mountain,0.0,0.0,0.0,,middle atlantic,once a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4128,4129,1996,working fulltime,30.0,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4129,4130,1996,working fulltime,22.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4130,4131,1996,working fulltime,46.0,,iap,15.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4131,4132,1996,working fulltime,28.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4132,4133,1996,working fulltime,23.0,no,yes,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,more thn once wk,2,iap,,1,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4133,4134,1996,keeping house,,,,10.0,new england,1.0,1.0,0.0,$1000 to 2999,middle atlantic,nrly every week,1,iap,2.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +4134,4135,1996,working fulltime,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4135,4136,1996,working fulltime,64.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4136,4137,1996,keeping house,40.0,no,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4137,4138,1996,working fulltime,51.0,,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4138,4139,1996,working fulltime,69.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4139,4140,1996,working parttime,66.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4140,4141,1996,working fulltime,36.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4141,4142,1996,school,32.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4142,4143,1996,working fulltime,57.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4143,4144,1996,retired,32.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4144,4145,1996,working parttime,47.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4145,4146,1996,retired,30.0,yes,,8.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4146,4147,1996,keeping house,33.0,yes,,8.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4147,4148,1996,working fulltime,47.0,,,18.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4148,4149,1996,keeping house,36.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4149,4150,1996,working fulltime,41.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,2.0,1,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4150,4151,1996,working fulltime,31.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4151,4152,1996,working fulltime,26.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4152,4153,1996,keeping house,33.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,3.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4153,4154,1996,retired,47.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4154,4155,1996,retired,42.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4155,4156,1996,working parttime,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4156,4157,1996,working fulltime,44.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4157,4158,1996,working fulltime,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4158,4159,1996,retired,42.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4159,4160,1996,working parttime,66.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4160,4161,1996,working parttime,19.0,,,11.0,e. nor. central,0.0,1.0,0.0,$3000 to 3999,e. nor. central,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4161,4162,1996,working fulltime,36.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,2,yes,3.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4162,4163,1996,working fulltime,27.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,iap,8.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4163,4164,1996,working fulltime,50.0,yes,iap,15.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4164,4165,1996,working fulltime,64.0,,,17.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4165,4166,1996,working fulltime,33.0,no,iap,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4166,4167,1996,keeping house,46.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,2,yes,,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4167,4168,1996,working fulltime,59.0,no,iap,17.0,middle atlantic,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4168,4169,1996,working parttime,29.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4169,4170,1996,working fulltime,38.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4170,4171,1996,"unempl, laid off",39.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,10.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4171,4172,1996,"unempl, laid off",42.0,,,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4172,4173,1996,working parttime,23.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4173,4174,1996,temp not working,60.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4174,4175,1996,retired,42.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,0,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4175,4176,1996,working fulltime,20.0,no,,12.0,w. nor. central,0.0,0.0,1.0,$15000 - 19999,e. sou. central,once a month,0,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4176,4177,1996,working parttime,32.0,yes,iap,10.0,e. sou. central,0.0,1.0,0.0,$20000 - 24999,e. sou. central,every week,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4177,4178,1996,working fulltime,26.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4178,4179,1996,working fulltime,28.0,yes,iap,14.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4179,4180,1996,keeping house,33.0,no,,6.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,more thn once wk,2,yes,4.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4180,4181,1996,working fulltime,52.0,,iap,16.0,e. sou. central,0.0,1.0,1.0,$15000 - 19999,e. sou. central,sevrl times a yr,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4181,4182,1996,working fulltime,41.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4182,4183,1996,working fulltime,29.0,no,iap,13.0,e. nor. central,0.0,0.0,1.0,$20000 - 24999,e. nor. central,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4183,4184,1996,working fulltime,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4184,4185,1996,working fulltime,44.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4185,4186,1996,working fulltime,30.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4186,4187,1996,retired,66.0,,,18.0,south atlantic,0.0,0.0,0.0,,e. nor. central,once a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4187,4188,1996,other,38.0,,,14.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4188,4189,1996,working fulltime,41.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4189,4190,1996,"unempl, laid off",31.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4190,4191,1996,other,40.0,,iap,13.0,e. nor. central,0.0,0.0,1.0,$10000 - 14999,e. nor. central,once a month,0,,8.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4191,4192,1996,working parttime,42.0,,,12.0,e. nor. central,1.0,0.0,0.0,$1000 to 2999,e. nor. central,2-3x a month,0,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4192,4193,1996,working parttime,22.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,sevrl times a yr,1,iap,3.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4193,4194,1996,working parttime,39.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,sevrl times a yr,1,iap,4.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4194,4195,1996,keeping house,51.0,,,13.0,e. nor. central,1.0,0.0,0.0,$6000 to 6999,e. nor. central,once a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4195,4196,1996,keeping house,,,,8.0,e. nor. central,2.0,1.0,0.0,,e. nor. central,never,0,,12.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4196,4197,1996,"unempl, laid off",29.0,,iap,14.0,e. nor. central,0.0,0.0,1.0,$8000 to 9999,e. nor. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4197,4198,1996,working parttime,46.0,,,11.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4198,4199,1996,"unempl, laid off",31.0,,iap,11.0,e. nor. central,0.0,1.0,0.0,$4000 to 4999,e. nor. central,every week,0,yes,4.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4199,4200,1996,working fulltime,63.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4200,4201,1996,retired,49.0,no,,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4201,4202,1996,keeping house,39.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4202,4203,1996,working parttime,34.0,,,13.0,e. nor. central,0.0,1.0,0.0,$5000 to 5999,e. nor. central,sevrl times a yr,2,iap,1.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4203,4204,1996,working parttime,36.0,,iap,12.0,e. nor. central,1.0,1.0,0.0,$5000 to 5999,e. nor. central,once a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4204,4205,1996,working fulltime,37.0,,iap,13.0,e. nor. central,0.0,2.0,1.0,$8000 to 9999,e. nor. central,2-3x a month,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4205,4206,1996,working fulltime,25.0,,iap,13.0,e. nor. central,0.0,1.0,1.0,$10000 - 14999,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4206,4207,1996,retired,49.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4207,4208,1996,working parttime,35.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4208,4209,1996,retired,35.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4209,4210,1996,retired,47.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. nor. central,once a month,0,,6.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4210,4211,1996,working parttime,30.0,,iap,12.0,e. nor. central,4.0,1.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4211,4212,1996,retired,24.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,2,iap,,1,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4212,4213,1996,working fulltime,51.0,no,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,4.0,1,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4213,4214,1996,working fulltime,36.0,,,12.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,2-3x a month,1,iap,3.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4214,4215,1996,working parttime,23.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$8000 to 9999,e. nor. central,once a month,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4215,4216,1996,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4216,4217,1996,working fulltime,51.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4217,4218,1996,working fulltime,54.0,no,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4218,4219,1996,working fulltime,57.0,,,17.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4219,4220,1996,working fulltime,35.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,yes,1.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +4220,4221,1996,working fulltime,28.0,no,iap,13.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4221,4222,1996,working fulltime,35.0,,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4222,4223,1996,keeping house,66.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4223,4224,1996,working fulltime,33.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4224,4225,1996,working fulltime,51.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,lt once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4225,4226,1996,keeping house,22.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,0,,11.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4226,4227,1996,retired,28.0,yes,yes,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4227,4228,1996,retired,22.0,no,,9.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4228,4229,1996,working fulltime,33.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4229,4230,1996,working fulltime,62.0,no,,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4230,4231,1996,keeping house,36.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,iap,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4231,4232,1996,working fulltime,66.0,yes,iap,18.0,south atlantic,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4232,4233,1996,working parttime,47.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4233,4234,1996,working fulltime,52.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4234,4235,1996,working fulltime,40.0,,iap,17.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4235,4236,1996,working fulltime,45.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4236,4237,1996,working fulltime,63.0,yes,yes,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4237,4238,1996,retired,53.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4238,4239,1996,working fulltime,36.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4239,4240,1996,working fulltime,61.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4240,4241,1996,temp not working,51.0,,iap,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4241,4242,1996,working fulltime,49.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4242,4243,1996,working fulltime,51.0,,iap,20.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4243,4244,1996,working fulltime,60.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4244,4245,1996,working fulltime,42.0,no,iap,16.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,2.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4245,4246,1996,"unempl, laid off",52.0,,,19.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,0,,2.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4246,4247,1996,working fulltime,57.0,,,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4247,4248,1996,working fulltime,32.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4248,4249,1996,working fulltime,36.0,yes,iap,18.0,e. nor. central,1.0,1.0,2.0,$25000 or more,e. nor. central,2-3x a month,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4249,4250,1996,working fulltime,29.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,,2,yes,,1,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +4250,4251,1996,working fulltime,75.0,yes,iap,20.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4251,4252,1996,working fulltime,43.0,no,iap,17.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4252,4253,1996,working fulltime,59.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4253,4254,1996,working fulltime,43.0,,,14.0,e. nor. central,2.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4254,4255,1996,"unempl, laid off",24.0,,,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4255,4256,1996,keeping house,,,iap,9.0,e. nor. central,0.0,2.0,0.0,$10000 - 14999,e. nor. central,lt once a year,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4256,4257,1996,temp not working,51.0,yes,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4257,4258,1996,keeping house,,,,12.0,e. nor. central,1.0,3.0,0.0,$10000 - 14999,e. nor. central,once a month,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4258,4259,1996,working fulltime,40.0,,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4259,4260,1996,working fulltime,48.0,yes,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4260,4261,1996,working fulltime,46.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4261,4262,1996,retired,30.0,yes,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4262,4263,1996,working fulltime,66.0,yes,,16.0,middle atlantic,0.0,1.0,1.0,$25000 or more,e. nor. central,2-3x a month,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4263,4264,1996,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,,1,iap,4.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +4264,4265,1996,school,17.0,,,11.0,e. nor. central,1.0,0.0,1.0,$1000 to 2999,e. nor. central,sevrl times a yr,0,iap,,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4265,4266,1996,retired,34.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,,1,,,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +4266,4267,1996,working parttime,47.0,no,iap,13.0,e. nor. central,1.0,2.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4267,4268,1996,working fulltime,43.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4268,4269,1996,working fulltime,47.0,,,15.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4269,4270,1996,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4270,4271,1996,working fulltime,34.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4271,4272,1996,working fulltime,31.0,no,,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4272,4273,1996,retired,47.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,1,,3.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4273,4274,1996,working fulltime,33.0,no,,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4274,4275,1996,working fulltime,35.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4275,4276,1996,working fulltime,40.0,,iap,13.0,e. nor. central,0.0,1.0,0.0,$20000 - 24999,e. nor. central,never,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4276,4277,1996,retired,29.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,$20000 - 24999,e. nor. central,every week,1,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4277,4278,1996,working fulltime,35.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4278,4279,1996,working fulltime,47.0,,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4279,4280,1996,keeping house,51.0,no,iap,13.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,5.0,1,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4280,4281,1996,working fulltime,32.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4281,4282,1996,keeping house,46.0,yes,iap,13.0,e. nor. central,2.0,1.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,2,,3.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4282,4283,1996,keeping house,22.0,,iap,7.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,never,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4283,4284,1996,working parttime,36.0,,iap,12.0,e. nor. central,1.0,0.0,0.0,$1000 to 2999,e. nor. central,once a month,1,yes,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4284,4285,1996,keeping house,22.0,,,12.0,e. nor. central,2.0,0.0,0.0,$1000 to 2999,e. nor. central,lt once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4285,4286,1996,"unempl, laid off",36.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,0,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4286,4287,1996,retired,22.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,sevrl times a yr,2,iap,5.0,1,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4287,4288,1996,working fulltime,51.0,no,,14.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,2,yes,4.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4288,4289,1996,retired,32.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,0,yes,5.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4289,4290,1996,keeping house,,,,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4290,4291,1996,working fulltime,39.0,,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4291,4292,1996,working parttime,36.0,no,iap,12.0,e. nor. central,3.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4292,4293,1996,working fulltime,35.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4293,4294,1996,working fulltime,42.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4294,4295,1996,working fulltime,35.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4295,4296,1996,working fulltime,28.0,yes,,10.0,e. nor. central,0.0,3.0,1.0,$25000 or more,e. nor. central,never,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4296,4297,1996,working fulltime,39.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4297,4298,1996,working fulltime,40.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4298,4299,1996,keeping house,47.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4299,4300,1996,working fulltime,47.0,no,iap,14.0,foreign,0.0,1.0,1.0,$25000 or more,e. nor. central,once a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4300,4301,1996,working fulltime,51.0,no,iap,13.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4301,4302,1996,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4302,4303,1996,keeping house,40.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4303,4304,1996,working fulltime,52.0,,iap,18.0,e. nor. central,0.0,2.0,1.0,$20000 - 24999,e. nor. central,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4304,4305,1996,working fulltime,44.0,no,,10.0,e. nor. central,0.0,1.0,1.0,$20000 - 24999,e. nor. central,more thn once wk,0,yes,1.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4305,4306,1996,working fulltime,42.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4306,4307,1996,retired,47.0,,,15.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4307,4308,1996,retired,27.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4308,4309,1996,retired,40.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4309,4310,1996,retired,26.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4310,4311,1996,working fulltime,34.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4311,4312,1996,retired,35.0,,iap,3.0,south atlantic,0.0,0.0,2.0,$20000 - 24999,e. nor. central,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4312,4313,1996,working fulltime,36.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,lt once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4313,4314,1996,working fulltime,64.0,,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4314,4315,1996,working fulltime,65.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4315,4316,1996,working fulltime,56.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4316,4317,1996,working parttime,30.0,,,16.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4317,4318,1996,working fulltime,46.0,,,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4318,4319,1996,retired,45.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,,8.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4319,4320,1996,working fulltime,47.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4320,4321,1996,retired,64.0,no,,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4321,4322,1996,working fulltime,74.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4322,4323,1996,working fulltime,54.0,no,iap,17.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4323,4324,1996,working fulltime,64.0,yes,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4324,4325,1996,working parttime,57.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4325,4326,1996,working fulltime,49.0,no,iap,16.0,e. nor. central,2.0,1.0,2.0,$25000 or more,e. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4326,4327,1996,working fulltime,46.0,,yes,16.0,e. nor. central,1.0,2.0,0.0,,e. nor. central,nrly every week,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4327,4328,1996,working fulltime,54.0,no,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,nrly every week,2,iap,,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4328,4329,1996,working fulltime,22.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4329,4330,1996,working fulltime,69.0,yes,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4330,4331,1996,working fulltime,70.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4331,4332,1996,working parttime,64.0,,,19.0,middle atlantic,0.0,0.0,0.0,,e. nor. central,more thn once wk,2,,1.0,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4332,4333,1996,working parttime,28.0,,,15.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4333,4334,1996,working fulltime,46.0,no,iap,15.0,e. nor. central,1.0,0.0,1.0,$25000 or more,e. nor. central,once a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4334,4335,1996,working fulltime,42.0,no,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4335,4336,1996,keeping house,17.0,yes,iap,12.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4336,4337,1996,working parttime,19.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,sevrl times a yr,0,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4337,4338,1996,working fulltime,36.0,,iap,13.0,e. nor. central,0.0,1.0,0.0,$7000 to 7999,e. nor. central,nrly every week,1,,3.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4338,4339,1996,working fulltime,39.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4339,4340,1996,working fulltime,52.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4340,4341,1996,temp not working,34.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4341,4342,1996,working fulltime,42.0,no,iap,13.0,e. nor. central,0.0,3.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,2,,3.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4342,4343,1996,working fulltime,75.0,no,,19.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4343,4344,1996,working fulltime,27.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4344,4345,1996,keeping house,69.0,no,iap,15.0,middle atlantic,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4345,4346,1996,keeping house,35.0,no,iap,12.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4346,4347,1996,retired,36.0,no,iap,5.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4347,4348,1996,working parttime,55.0,yes,iap,12.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,more thn once wk,1,yes,0.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4348,4349,1996,working fulltime,64.0,yes,iap,15.0,e. nor. central,0.0,1.0,1.0,,e. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4349,4350,1996,working fulltime,66.0,no,iap,16.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4350,4351,1996,working fulltime,51.0,yes,iap,16.0,e. nor. central,1.0,2.0,1.0,$25000 or more,e. nor. central,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4351,4352,1996,"unempl, laid off",,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4352,4353,1996,working parttime,36.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,2.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4353,4354,1996,keeping house,52.0,no,iap,15.0,e. nor. central,0.0,3.0,1.0,$15000 - 19999,e. nor. central,more thn once wk,1,yes,0.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4354,4355,1996,working parttime,44.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4355,4356,1996,working fulltime,28.0,,,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4356,4357,1996,working parttime,43.0,,iap,15.0,foreign,1.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4357,4358,1996,working parttime,33.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,,e. nor. central,nrly every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4358,4359,1996,working fulltime,64.0,,iap,19.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4359,4360,1996,working fulltime,24.0,yes,iap,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4360,4361,1996,working fulltime,54.0,no,iap,14.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4361,4362,1996,working fulltime,36.0,yes,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4362,4363,1996,retired,42.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4363,4364,1996,working fulltime,48.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4364,4365,1996,retired,38.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4365,4366,1996,working fulltime,45.0,yes,iap,13.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4366,4367,1996,working fulltime,54.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4367,4368,1996,keeping house,74.0,,iap,15.0,e. nor. central,1.0,2.0,0.0,$7000 to 7999,e. nor. central,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4368,4369,1996,working fulltime,69.0,,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4369,4370,1996,working fulltime,34.0,no,iap,17.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4370,4371,1996,working parttime,66.0,no,,15.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4371,4372,1996,retired,64.0,no,,18.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,0,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4372,4373,1996,working fulltime,69.0,no,iap,20.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4373,4374,1996,retired,22.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,2,,4.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4374,4375,1996,keeping house,29.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4375,4376,1996,working parttime,29.0,,,11.0,mountain,0.0,1.0,0.0,$8000 to 9999,e. nor. central,never,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4376,4377,1996,working parttime,29.0,,,13.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,,10.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4377,4378,1996,retired,47.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4378,4379,1996,retired,74.0,no,,20.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4379,4380,1996,working fulltime,75.0,no,iap,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4380,4381,1996,retired,46.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,0,,6.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4381,4382,1996,working fulltime,51.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4382,4383,1996,working fulltime,51.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4383,4384,1996,working fulltime,51.0,no,iap,17.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4384,4385,1996,working fulltime,33.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4385,4386,1996,keeping house,22.0,no,,16.0,mountain,0.0,0.0,1.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4386,4387,1996,working fulltime,42.0,no,,14.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4387,4388,1996,working fulltime,33.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4388,4389,1996,working fulltime,42.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4389,4390,1996,working fulltime,51.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4390,4391,1996,working fulltime,24.0,yes,iap,6.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4391,4392,1996,working fulltime,43.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4392,4393,1996,working fulltime,51.0,no,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4393,4394,1996,working fulltime,28.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4394,4395,1996,retired,39.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,lt once a year,2,iap,6.0,1,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4395,4396,1996,working fulltime,24.0,,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a month,1,iap,5.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4396,4397,1996,working parttime,36.0,,iap,16.0,w. nor. central,0.0,0.0,1.0,$15000 - 19999,w. nor. central,sevrl times a yr,1,iap,6.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4397,4398,1996,working fulltime,35.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4398,4399,1996,working fulltime,27.0,,iap,12.0,e. sou. central,0.0,1.0,0.0,$10000 - 14999,w. nor. central,2-3x a month,2,,1.0,1,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4399,4400,1996,working parttime,36.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,sevrl times a yr,0,,2.0,0,,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4400,4401,1996,working fulltime,42.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4401,4402,1996,keeping house,24.0,no,iap,12.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4402,4403,1996,school,62.0,,iap,15.0,w. nor. central,1.0,0.0,0.0,$8000 to 9999,w. nor. central,never,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4403,4404,1996,working fulltime,40.0,,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4404,4405,1996,working fulltime,22.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4405,4406,1996,retired,29.0,,iap,12.0,pacific,0.0,0.0,0.0,,w. nor. central,more thn once wk,1,,4.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4406,4407,1996,retired,42.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,every week,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4407,4408,1996,working parttime,47.0,no,iap,14.0,w. nor. central,0.0,2.0,1.0,$25000 or more,w. nor. central,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4408,4409,1996,keeping house,,,iap,11.0,w. nor. central,1.0,1.0,0.0,$1000 to 2999,w. nor. central,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4409,4410,1996,working fulltime,46.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4410,4411,1996,working fulltime,36.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,1,yes,6.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4411,4412,1996,working fulltime,64.0,yes,iap,20.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4412,4413,1996,working fulltime,44.0,no,iap,15.0,w. nor. central,0.0,2.0,1.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4413,4414,1996,working parttime,74.0,,iap,16.0,w. nor. central,0.0,2.0,0.0,$15000 - 19999,w. nor. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4414,4415,1996,working fulltime,47.0,yes,iap,12.0,new england,0.0,1.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4415,4416,1996,retired,51.0,no,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4416,4417,1996,working fulltime,51.0,,,18.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4417,4418,1996,working fulltime,51.0,no,,12.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4418,4419,1996,working fulltime,46.0,no,iap,12.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4419,4420,1996,working parttime,36.0,no,yes,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4420,4421,1996,retired,40.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4421,4422,1996,working fulltime,22.0,,iap,9.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,yes,6.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4422,4423,1996,retired,64.0,,iap,18.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4423,4424,1996,working fulltime,33.0,no,,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,iap,6.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4424,4425,1996,working fulltime,20.0,no,,12.0,w. nor. central,0.0,0.0,1.0,$15000 - 19999,w. nor. central,2-3x a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4425,4426,1996,working fulltime,60.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4426,4427,1996,working fulltime,48.0,no,iap,16.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4427,4428,1996,working parttime,36.0,,iap,13.0,e. nor. central,0.0,1.0,0.0,,w. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4428,4429,1996,working fulltime,48.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4429,4430,1996,working fulltime,51.0,,iap,17.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4430,4431,1996,school,68.0,no,iap,13.0,e. sou. central,0.0,1.0,1.0,,w. nor. central,once a month,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4431,4432,1996,working fulltime,56.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4432,4433,1996,school,36.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,w. nor. central,every week,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4433,4434,1996,working parttime,35.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4434,4435,1996,working fulltime,17.0,no,,17.0,w. nor. central,0.0,0.0,0.0,$3000 to 3999,w. nor. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4435,4436,1996,working fulltime,22.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,w. nor. central,nrly every week,2,iap,1.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4436,4437,1996,working parttime,24.0,,,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a year,1,,10.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4437,4438,1996,working fulltime,24.0,,iap,13.0,pacific,0.0,1.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,1,,2.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4438,4439,1996,retired,74.0,,iap,20.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4439,4440,1996,working parttime,28.0,yes,iap,,pacific,1.0,2.0,0.0,$20000 - 24999,w. nor. central,2-3x a month,1,yes,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4440,4441,1996,retired,52.0,no,,16.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4441,4442,1996,working fulltime,56.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4442,4443,1996,retired,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,w. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4443,4444,1996,working fulltime,34.0,yes,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4444,4445,1996,working fulltime,35.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4445,4446,1996,working fulltime,33.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4446,4447,1996,working fulltime,51.0,no,iap,16.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4447,4448,1996,working fulltime,30.0,,yes,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4448,4449,1996,working fulltime,31.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$20000 - 24999,south atlantic,lt once a year,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4449,4450,1996,working fulltime,47.0,no,iap,14.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4450,4451,1996,working fulltime,36.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4451,4452,1996,working fulltime,27.0,,,9.0,south atlantic,1.0,0.0,0.0,$4000 to 4999,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4452,4453,1996,keeping house,30.0,no,iap,12.0,south atlantic,0.0,1.0,1.0,$20000 - 24999,south atlantic,nrly every week,2,yes,4.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4453,4454,1996,working fulltime,35.0,no,iap,10.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,3.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4454,4455,1996,working fulltime,28.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4455,4456,1996,retired,40.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,nrly every week,1,,5.0,0,0.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4456,4457,1996,working fulltime,24.0,yes,iap,13.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,4.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4457,4458,1996,working fulltime,47.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4458,4459,1996,working fulltime,30.0,,,9.0,south atlantic,0.0,1.0,1.0,$15000 - 19999,south atlantic,sevrl times a yr,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4459,4460,1996,working fulltime,51.0,no,iap,12.0,foreign,3.0,2.0,2.0,$20000 - 24999,south atlantic,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4460,4461,1996,working fulltime,50.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4461,4462,1996,working fulltime,31.0,,,16.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4462,4463,1996,retired,,no,,4.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4463,4464,1996,working parttime,49.0,no,iap,18.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4464,4465,1996,working fulltime,30.0,no,iap,,foreign,0.0,0.0,0.0,,south atlantic,never,2,yes,3.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4465,4466,1996,working fulltime,44.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4466,4467,1996,working fulltime,29.0,,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4467,4468,1996,working fulltime,66.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4468,4469,1996,keeping house,43.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4469,4470,1996,working fulltime,28.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4470,4471,1996,keeping house,55.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4471,4472,1996,working fulltime,34.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,0.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4472,4473,1996,working fulltime,22.0,,,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4473,4474,1996,working fulltime,51.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4474,4475,1996,working fulltime,30.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4475,4476,1996,temp not working,22.0,,iap,7.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,2-3x a month,0,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4476,4477,1996,retired,64.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4477,4478,1996,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4478,4479,1996,retired,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,5.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4479,4480,1996,retired,41.0,no,yes,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4480,4481,1996,working fulltime,51.0,,,13.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4481,4482,1996,retired,51.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4482,4483,1996,working fulltime,54.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4483,4484,1996,retired,60.0,no,,13.0,e. nor. central,0.0,0.0,0.0,,south atlantic,,1,,4.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +4484,4485,1996,working fulltime,59.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4485,4486,1996,"unempl, laid off",69.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4486,4487,1996,school,27.0,,,14.0,e. nor. central,0.0,0.0,1.0,,south atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4487,4488,1996,working fulltime,40.0,,,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4488,4489,1996,keeping house,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4489,4490,1996,school,29.0,,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4490,4491,1996,working fulltime,42.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4491,4492,1996,keeping house,47.0,yes,iap,12.0,new england,0.0,0.0,0.0,,south atlantic,lt once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4492,4493,1996,working fulltime,45.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,,2,yes,,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +4493,4494,1996,working fulltime,46.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4494,4495,1996,retired,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4495,4496,1996,working fulltime,39.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4496,4497,1996,other,52.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,south atlantic,every week,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4497,4498,1996,working fulltime,30.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4498,4499,1996,keeping house,39.0,no,,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4499,4500,1996,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4500,4501,1996,working fulltime,69.0,yes,,6.0,south atlantic,0.0,0.0,1.0,$10000 - 14999,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4501,4502,1996,retired,31.0,,,,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4502,4503,1996,working fulltime,32.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4503,4504,1996,working parttime,43.0,,yes,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4504,4505,1996,retired,51.0,no,yes,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4505,4506,1996,working fulltime,86.0,,iap,20.0,new england,0.0,0.0,0.0,,south atlantic,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4506,4507,1996,working parttime,37.0,,,18.0,new england,0.0,0.0,0.0,,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4507,4508,1996,working parttime,39.0,no,,11.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4508,4509,1996,working fulltime,39.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4509,4510,1996,school,45.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4510,4511,1996,working parttime,51.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4511,4512,1996,working parttime,39.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,0.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4512,4513,1996,retired,36.0,no,,10.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,,7.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4513,4514,1996,retired,60.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4514,4515,1996,working fulltime,30.0,yes,,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,8.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4515,4516,1996,working fulltime,35.0,,iap,8.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,0,,2.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4516,4517,1996,working fulltime,47.0,,iap,15.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,lt once a year,1,yes,4.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +4517,4518,1996,working fulltime,30.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4518,4519,1996,working fulltime,51.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4519,4520,1996,working parttime,47.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4520,4521,1996,working fulltime,30.0,no,,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4521,4522,1996,retired,30.0,,iap,9.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,2-3x a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4522,4523,1996,keeping house,44.0,yes,,14.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4523,4524,1996,retired,,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4524,4525,1996,working fulltime,30.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,,4.0,0,1.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4525,4526,1996,working fulltime,46.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4526,4527,1996,working fulltime,51.0,no,,12.0,south atlantic,1.0,0.0,0.0,,south atlantic,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4527,4528,1996,working parttime,55.0,no,iap,13.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4528,4529,1996,working fulltime,30.0,yes,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4529,4530,1996,working parttime,34.0,,,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4530,4531,1996,working fulltime,66.0,,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,yes,8.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4531,4532,1996,working fulltime,46.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,3.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4532,4533,1996,working parttime,32.0,yes,iap,15.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4533,4534,1996,retired,33.0,no,,7.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4534,4535,1996,temp not working,33.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,8.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4535,4536,1996,working fulltime,53.0,no,iap,16.0,e. nor. central,2.0,1.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4536,4537,1996,retired,23.0,yes,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4537,4538,1996,keeping house,28.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4538,4539,1996,working fulltime,43.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4539,4540,1996,keeping house,46.0,no,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,3.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4540,4541,1996,working fulltime,45.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4541,4542,1996,working fulltime,30.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,yes,4.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4542,4543,1996,working fulltime,47.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4543,4544,1996,working fulltime,35.0,,,14.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4544,4545,1996,working fulltime,57.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4545,4546,1996,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,2.0,$25000 or more,south atlantic,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4546,4547,1996,working fulltime,51.0,no,,18.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4547,4548,1996,working parttime,74.0,,iap,20.0,w. nor. central,0.0,0.0,0.0,,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4548,4549,1996,retired,51.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4549,4550,1996,retired,45.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,3.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4550,4551,1996,working fulltime,54.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,4.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4551,4552,1996,temp not working,42.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4552,4553,1996,retired,51.0,,,17.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,1,,1.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4553,4554,1996,retired,51.0,,iap,20.0,mountain,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4554,4555,1996,working fulltime,,yes,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4555,4556,1996,keeping house,44.0,,iap,16.0,new england,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4556,4557,1996,retired,64.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4557,4558,1996,working fulltime,65.0,,,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4558,4559,1996,working fulltime,33.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4559,4560,1996,working fulltime,44.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$3000 to 3999,south atlantic,never,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4560,4561,1996,working fulltime,34.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4561,4562,1996,working fulltime,32.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4562,4563,1996,working parttime,29.0,,iap,12.0,south atlantic,0.0,0.0,1.0,$6000 to 6999,south atlantic,never,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4563,4564,1996,working fulltime,64.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,lt once a year,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4564,4565,1996,working fulltime,33.0,,iap,13.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4565,4566,1996,working fulltime,69.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4566,4567,1996,working fulltime,35.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,2.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4567,4568,1996,working parttime,22.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4568,4569,1996,working fulltime,28.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4569,4570,1996,working fulltime,50.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4570,4571,1996,working fulltime,32.0,,,12.0,south atlantic,1.0,0.0,0.0,lt $1000,south atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4571,4572,1996,keeping house,46.0,no,iap,13.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4572,4573,1996,working fulltime,50.0,no,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4573,4574,1996,working fulltime,31.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4574,4575,1996,keeping house,35.0,yes,iap,10.0,south atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,2-3x a month,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4575,4576,1996,working parttime,34.0,no,yes,9.0,south atlantic,1.0,0.0,1.0,$10000 - 14999,south atlantic,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4576,4577,1996,working fulltime,63.0,no,iap,14.0,south atlantic,1.0,1.0,1.0,$25000 or more,south atlantic,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4577,4578,1996,working parttime,29.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4578,4579,1996,keeping house,43.0,no,iap,12.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4579,4580,1996,retired,86.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4580,4581,1996,keeping house,46.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4581,4582,1996,working fulltime,21.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4582,4583,1996,school,37.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4583,4584,1996,working fulltime,63.0,yes,iap,16.0,south atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4584,4585,1996,working fulltime,47.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4585,4586,1996,keeping house,52.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4586,4587,1996,retired,47.0,,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4587,4588,1996,working parttime,47.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,5.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4588,4589,1996,working fulltime,86.0,no,iap,20.0,w. sou. central,0.0,0.0,1.0,$25000 or more,south atlantic,nrly every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4589,4590,1996,working fulltime,27.0,,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4590,4591,1996,working fulltime,46.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4591,4592,1996,working fulltime,44.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,3.0,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4592,4593,1996,working fulltime,51.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,0.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4593,4594,1996,working fulltime,69.0,yes,iap,15.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4594,4595,1996,working fulltime,35.0,yes,iap,12.0,foreign,0.0,0.0,1.0,$20000 - 24999,south atlantic,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4595,4596,1996,working fulltime,51.0,yes,iap,14.0,pacific,0.0,2.0,0.0,$25000 or more,south atlantic,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4596,4597,1996,working fulltime,54.0,,,13.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4597,4598,1996,working fulltime,51.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4598,4599,1996,working fulltime,30.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4599,4600,1996,working fulltime,40.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4600,4601,1996,working fulltime,63.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4601,4602,1996,working fulltime,45.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,3.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4602,4603,1996,working fulltime,49.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4603,4604,1996,working parttime,25.0,no,iap,15.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4604,4605,1996,working fulltime,75.0,,,19.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,2-3x a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4605,4606,1996,school,44.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4606,4607,1996,working fulltime,63.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4607,4608,1996,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4608,4609,1996,working parttime,46.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,2,iap,1.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4609,4610,1996,keeping house,64.0,no,,16.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4610,4611,1996,working fulltime,35.0,no,iap,12.0,middle atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,every week,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4611,4612,1996,working fulltime,50.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4612,4613,1996,working fulltime,52.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4613,4614,1996,keeping house,47.0,no,,9.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,0,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4614,4615,1996,working fulltime,51.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4615,4616,1996,retired,36.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4616,4617,1996,working fulltime,38.0,,,10.0,foreign,1.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,0,iap,,0,1.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4617,4618,1996,working parttime,23.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4618,4619,1996,retired,34.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4619,4620,1996,working fulltime,69.0,yes,iap,14.0,new england,0.0,2.0,0.0,$25000 or more,south atlantic,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4620,4621,1996,working fulltime,47.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4621,4622,1996,working fulltime,51.0,yes,iap,16.0,foreign,0.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,2,,0.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4622,4623,1996,working fulltime,23.0,,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,2,iap,3.0,1,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4623,4624,1996,retired,31.0,yes,,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,1,,3.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4624,4625,1996,working fulltime,41.0,no,,9.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +4625,4626,1996,retired,66.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4626,4627,1996,working fulltime,65.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,1.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4627,4628,1996,working fulltime,45.0,,iap,13.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,once a month,0,,3.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4628,4629,1996,school,28.0,,iap,11.0,south atlantic,0.0,1.0,1.0,lt $1000,south atlantic,nrly every week,1,yes,3.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +4629,4630,1996,working fulltime,74.0,,iap,16.0,south atlantic,0.0,2.0,0.0,,south atlantic,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4630,4631,1996,retired,60.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,7.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4631,4632,1996,working parttime,66.0,no,iap,11.0,new england,0.0,1.0,1.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4632,4633,1996,working fulltime,64.0,no,iap,16.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +4633,4634,1996,"unempl, laid off",23.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4634,4635,1996,working fulltime,42.0,,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,,1,,2.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,1.0 +4635,4636,1996,working fulltime,34.0,,iap,12.0,south atlantic,3.0,1.0,1.0,$25000 or more,south atlantic,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4636,4637,1996,working parttime,30.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4637,4638,1996,working fulltime,22.0,yes,iap,14.0,foreign,0.0,2.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4638,4639,1996,working fulltime,43.0,no,iap,14.0,pacific,1.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4639,4640,1996,working fulltime,30.0,no,iap,14.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,once a month,2,,2.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4640,4641,1996,school,42.0,,iap,12.0,foreign,2.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4641,4642,1996,keeping house,20.0,,iap,10.0,south atlantic,0.0,1.0,0.0,,south atlantic,every week,1,,7.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4642,4643,1996,keeping house,23.0,no,,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,yes,4.0,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +4643,4644,1996,working fulltime,30.0,,iap,13.0,south atlantic,0.0,1.0,1.0,$15000 - 19999,south atlantic,nrly every week,1,yes,12.0,0,0.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4644,4645,1996,working fulltime,40.0,,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,iap,3.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +4645,4646,1996,keeping house,,,,13.0,south atlantic,1.0,0.0,0.0,,south atlantic,sevrl times a yr,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4646,4647,1996,working fulltime,64.0,,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,yes,,1,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4647,4648,1996,working fulltime,22.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,6.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4648,4649,1996,working fulltime,52.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,,south atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4649,4650,1996,keeping house,,,,11.0,south atlantic,3.0,0.0,0.0,,south atlantic,never,0,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4650,4651,1996,working fulltime,51.0,,,12.0,south atlantic,0.0,1.0,1.0,$10000 - 14999,south atlantic,2-3x a month,0,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4651,4652,1996,retired,51.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4652,4653,1996,keeping house,29.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,,south atlantic,once a month,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4653,4654,1996,keeping house,24.0,no,,10.0,new england,0.0,0.0,0.0,,south atlantic,every week,0,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4654,4655,1996,working fulltime,52.0,,,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4655,4656,1996,working fulltime,44.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4656,4657,1996,retired,28.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,sevrl times a yr,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4657,4658,1996,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,never,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4658,4659,1996,working fulltime,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4659,4660,1996,retired,60.0,yes,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4660,4661,1996,retired,69.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4661,4662,1996,retired,31.0,,iap,7.0,foreign,0.0,0.0,0.0,$8000 to 9999,south atlantic,more thn once wk,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4662,4663,1996,keeping house,32.0,no,iap,11.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4663,4664,1996,keeping house,34.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4664,4665,1996,keeping house,23.0,no,iap,13.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,never,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4665,4666,1996,school,,,,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4666,4667,1996,keeping house,36.0,no,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4667,4668,1996,keeping house,27.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4668,4669,1996,working fulltime,44.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4669,4670,1996,keeping house,42.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,2,iap,4.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +4670,4671,1996,working fulltime,30.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,,5.0,1,0.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4671,4672,1996,working fulltime,41.0,yes,iap,14.0,middle atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4672,4673,1996,keeping house,66.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4673,4674,1996,keeping house,43.0,no,,14.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4674,4675,1996,keeping house,40.0,no,iap,14.0,south atlantic,2.0,3.0,1.0,$25000 or more,south atlantic,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4675,4676,1996,working fulltime,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4676,4677,1996,working parttime,44.0,,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,yes,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4677,4678,1996,retired,59.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4678,4679,1996,retired,51.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,south atlantic,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4679,4680,1996,keeping house,32.0,no,iap,13.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4680,4681,1996,working parttime,39.0,no,yes,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4681,4682,1996,keeping house,,yes,,6.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4682,4683,1996,working fulltime,51.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,iap,0.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4683,4684,1996,keeping house,47.0,yes,iap,13.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,south atlantic,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4684,4685,1996,working fulltime,44.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,5.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4685,4686,1996,keeping house,17.0,yes,yes,5.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4686,4687,1996,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,4.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4687,4688,1996,working fulltime,60.0,,yes,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,4.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4688,4689,1996,working parttime,69.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,2,iap,3.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4689,4690,1996,keeping house,24.0,no,,8.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4690,4691,1996,working fulltime,51.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,,1,,2.0,0,0.0,1,,0,0,,,,0,1,0,0,0,0,0,1.0 +4691,4692,1996,keeping house,42.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,2,,5.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4692,4693,1996,"unempl, laid off",27.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,yes,5.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4693,4694,1996,working fulltime,36.0,,,12.0,south atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4694,4695,1996,working fulltime,50.0,,iap,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4695,4696,1996,working fulltime,51.0,,,8.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4696,4697,1996,keeping house,29.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4697,4698,1996,working parttime,74.0,,,13.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4698,4699,1996,keeping house,36.0,,,9.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,more thn once wk,0,iap,10.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +4699,4700,1996,other,40.0,no,,9.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,2-3x a month,1,yes,2.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4700,4701,1996,working fulltime,59.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4701,4702,1996,working fulltime,61.0,no,,16.0,foreign,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,,0.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4702,4703,1996,retired,39.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4703,4704,1996,"unempl, laid off",49.0,,iap,12.0,middle atlantic,3.0,2.0,0.0,,e. sou. central,every week,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4704,4705,1996,working parttime,46.0,,,17.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,e. sou. central,lt once a year,1,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4705,4706,1996,retired,69.0,yes,,14.0,e. nor. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4706,4707,1996,working fulltime,74.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4707,4708,1996,keeping house,,yes,yes,13.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4708,4709,1996,working fulltime,36.0,yes,iap,12.0,pacific,0.0,2.0,0.0,$25000 or more,e. sou. central,never,0,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4709,4710,1996,working fulltime,32.0,yes,iap,14.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,yes,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4710,4711,1996,working fulltime,40.0,yes,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4711,4712,1996,working fulltime,51.0,no,iap,10.0,w. sou. central,0.0,1.0,2.0,$25000 or more,e. sou. central,once a year,1,yes,11.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4712,4713,1996,working fulltime,45.0,,iap,12.0,new england,2.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4713,4714,1996,retired,51.0,,iap,8.0,foreign,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4714,4715,1996,working fulltime,35.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,4.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4715,4716,1996,working fulltime,22.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,4.0,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4716,4717,1996,working fulltime,45.0,,,13.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4717,4718,1996,working fulltime,28.0,,,10.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4718,4719,1996,working fulltime,44.0,,,12.0,new england,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4719,4720,1996,working fulltime,19.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4720,4721,1996,working parttime,46.0,no,,14.0,mountain,0.0,0.0,0.0,$25000 or more,e. sou. central,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4721,4722,1996,working fulltime,42.0,yes,iap,10.0,w. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,never,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4722,4723,1996,working fulltime,35.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4723,4724,1996,working fulltime,63.0,,,14.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,2,iap,,1,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4724,4725,1996,working fulltime,28.0,no,iap,,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,1,yes,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4725,4726,1996,temp not working,47.0,yes,iap,13.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4726,4727,1996,working fulltime,25.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4727,4728,1996,working fulltime,32.0,yes,yes,12.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4728,4729,1996,working parttime,32.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4729,4730,1996,working fulltime,65.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4730,4731,1996,temp not working,45.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4731,4732,1996,working fulltime,47.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4732,4733,1996,working fulltime,66.0,no,iap,18.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4733,4734,1996,temp not working,71.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4734,4735,1996,working fulltime,47.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4735,4736,1996,working fulltime,32.0,yes,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4736,4737,1996,working fulltime,35.0,no,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4737,4738,1996,working fulltime,59.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4738,4739,1996,working fulltime,50.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4739,4740,1996,working fulltime,47.0,,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4740,4741,1996,working fulltime,42.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4741,4742,1996,working fulltime,31.0,,,12.0,e. sou. central,0.0,2.0,0.0,$8000 to 9999,e. sou. central,every week,1,,5.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4742,4743,1996,working fulltime,30.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,yes,,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4743,4744,1996,working fulltime,31.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,0,yes,,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4744,4745,1996,working fulltime,65.0,,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4745,4746,1996,working fulltime,47.0,,,16.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a month,0,iap,,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4746,4747,1996,working fulltime,48.0,,,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4747,4748,1996,working fulltime,27.0,,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4748,4749,1996,retired,42.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,every week,1,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4749,4750,1996,working fulltime,32.0,no,iap,12.0,e. sou. central,0.0,0.0,2.0,$20000 - 24999,e. sou. central,lt once a year,1,,5.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4750,4751,1996,school,,,,13.0,e. sou. central,1.0,0.0,0.0,lt $1000,e. sou. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4751,4752,1996,retired,30.0,,iap,7.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a month,2,yes,12.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4752,4753,1996,working fulltime,49.0,,iap,15.0,e. sou. central,1.0,0.0,0.0,$10000 - 14999,e. sou. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4753,4754,1996,working fulltime,35.0,,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4754,4755,1996,working fulltime,42.0,,iap,13.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4755,4756,1996,working fulltime,39.0,,,12.0,e. sou. central,3.0,1.0,0.0,,e. sou. central,2-3x a month,0,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4756,4757,1996,keeping house,28.0,no,iap,11.0,e. sou. central,2.0,4.0,0.0,$20000 - 24999,e. sou. central,nrly every week,1,iap,0.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +4757,4758,1996,other,29.0,,iap,14.0,w. sou. central,0.0,0.0,1.0,$6000 to 6999,e. sou. central,more thn once wk,0,iap,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4758,4759,1996,working parttime,23.0,,,10.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4759,4760,1996,other,,,iap,13.0,e. sou. central,1.0,0.0,0.0,$6000 to 6999,e. sou. central,2-3x a month,0,,6.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4760,4761,1996,keeping house,,,,11.0,e. sou. central,0.0,2.0,1.0,$4000 to 4999,e. sou. central,once a year,2,iap,,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4761,4762,1996,working fulltime,40.0,,,13.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,once a month,1,,5.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4762,4763,1996,working fulltime,31.0,no,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,nrly every week,1,iap,4.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +4763,4764,1996,working fulltime,36.0,no,iap,12.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. sou. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4764,4765,1996,working fulltime,69.0,,yes,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4765,4766,1996,keeping house,36.0,yes,iap,8.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,1,yes,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4766,4767,1996,working fulltime,42.0,,iap,13.0,e. sou. central,1.0,1.0,0.0,,e. sou. central,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4767,4768,1996,working fulltime,30.0,yes,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4768,4769,1996,working fulltime,47.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4769,4770,1996,working fulltime,39.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,2,,3.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4770,4771,1996,working fulltime,47.0,no,iap,13.0,e. sou. central,0.0,2.0,0.0,,e. sou. central,once a year,0,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4771,4772,1996,keeping house,24.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4772,4773,1996,working fulltime,66.0,no,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4773,4774,1996,working fulltime,32.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4774,4775,1996,working fulltime,24.0,yes,iap,15.0,middle atlantic,1.0,1.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4775,4776,1996,other,24.0,yes,iap,12.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4776,4777,1996,working fulltime,33.0,yes,iap,12.0,new england,2.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4777,4778,1996,working parttime,51.0,,,11.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4778,4779,1996,working parttime,30.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4779,4780,1996,other,27.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4780,4781,1996,working fulltime,30.0,yes,,11.0,e. sou. central,0.0,0.0,1.0,$15000 - 19999,e. sou. central,2-3x a month,0,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4781,4782,1996,other,30.0,yes,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4782,4783,1996,working parttime,40.0,no,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4783,4784,1996,working fulltime,57.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4784,4785,1996,working fulltime,41.0,,,19.0,foreign,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4785,4786,1996,working fulltime,36.0,yes,,18.0,middle atlantic,0.0,2.0,1.0,$25000 or more,e. sou. central,never,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4786,4787,1996,working parttime,60.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4787,4788,1996,retired,60.0,no,,8.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4788,4789,1996,working fulltime,39.0,,iap,13.0,e. sou. central,1.0,0.0,0.0,$8000 to 9999,e. sou. central,once a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4789,4790,1996,retired,64.0,,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,3.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4790,4791,1996,retired,40.0,,,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4791,4792,1996,working parttime,46.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4792,4793,1996,retired,46.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4793,4794,1996,retired,29.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,more thn once wk,0,yes,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4794,4795,1996,working fulltime,66.0,no,iap,16.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4795,4796,1996,working fulltime,60.0,,,15.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4796,4797,1996,working fulltime,50.0,yes,,14.0,e. sou. central,1.0,0.0,0.0,,e. sou. central,once a year,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4797,4798,1996,working fulltime,47.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,iap,0.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4798,4799,1996,retired,72.0,no,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4799,4800,1996,working fulltime,31.0,,,12.0,e. sou. central,1.0,0.0,0.0,,e. sou. central,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4800,4801,1996,retired,47.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4801,4802,1996,other,50.0,yes,iap,8.0,e. sou. central,0.0,0.0,2.0,$15000 - 19999,e. sou. central,nrly every week,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4802,4803,1996,keeping house,46.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4803,4804,1996,working parttime,69.0,,iap,18.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,,1,iap,,0,1.0,1,,1,1,,,,0,1,0,0,0,0,0,1.0 +4804,4805,1996,working fulltime,46.0,,,14.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4805,4806,1996,working parttime,40.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4806,4807,1996,working fulltime,50.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,1.0,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4807,4808,1996,working fulltime,44.0,no,yes,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4808,4809,1996,working fulltime,22.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4809,4810,1996,working fulltime,30.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4810,4811,1996,working fulltime,86.0,no,iap,16.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4811,4812,1996,keeping house,60.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4812,4813,1996,working fulltime,30.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4813,4814,1996,working fulltime,66.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,15.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4814,4815,1996,working parttime,66.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4815,4816,1996,working fulltime,34.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4816,4817,1996,working fulltime,51.0,no,iap,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4817,4818,1996,working fulltime,51.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4818,4819,1996,working fulltime,39.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4819,4820,1996,working fulltime,49.0,yes,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4820,4821,1996,working fulltime,56.0,yes,iap,18.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4821,4822,1996,working fulltime,30.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4822,4823,1996,working fulltime,30.0,yes,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4823,4824,1996,working fulltime,51.0,,,9.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. sou. central,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4824,4825,1996,working fulltime,51.0,no,iap,12.0,w. sou. central,0.0,1.0,2.0,$15000 - 19999,w. sou. central,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4825,4826,1996,working fulltime,42.0,yes,iap,12.0,w. sou. central,0.0,3.0,1.0,$25000 or more,w. sou. central,every week,2,iap,3.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4826,4827,1996,retired,20.0,no,,9.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,once a year,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4827,4828,1996,working fulltime,23.0,no,iap,12.0,w. sou. central,2.0,0.0,0.0,$10000 - 14999,w. sou. central,,0,,3.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,1.0 +4828,4829,1996,working parttime,22.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,2,iap,,1,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4829,4830,1996,keeping house,24.0,,yes,9.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4830,4831,1996,keeping house,,no,iap,11.0,e. nor. central,1.0,0.0,0.0,lt $1000,w. sou. central,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4831,4832,1996,working fulltime,34.0,,iap,9.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4832,4833,1996,working fulltime,30.0,yes,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,5.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4833,4834,1996,working fulltime,43.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4834,4835,1996,working fulltime,57.0,,yes,12.0,w. sou. central,1.0,2.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4835,4836,1996,working fulltime,51.0,yes,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4836,4837,1996,working fulltime,34.0,,iap,13.0,w. sou. central,0.0,0.0,1.0,$6000 to 6999,w. sou. central,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4837,4838,1996,keeping house,64.0,no,iap,16.0,mountain,2.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4838,4839,1996,working fulltime,29.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4839,4840,1996,working parttime,28.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4840,4841,1996,working fulltime,35.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4841,4842,1996,working fulltime,36.0,no,iap,14.0,foreign,1.0,3.0,0.0,$20000 - 24999,w. sou. central,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4842,4843,1996,working parttime,32.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,,6.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4843,4844,1996,working fulltime,40.0,yes,iap,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,lt once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4844,4845,1996,keeping house,29.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4845,4846,1996,working fulltime,40.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4846,4847,1996,other,60.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,0,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4847,4848,1996,school,,,,15.0,w. nor. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4848,4849,1996,other,33.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4849,4850,1996,keeping house,46.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4850,4851,1996,keeping house,51.0,no,iap,11.0,w. sou. central,1.0,1.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4851,4852,1996,keeping house,42.0,no,iap,9.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4852,4853,1996,retired,,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,yes,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4853,4854,1996,retired,51.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4854,4855,1996,keeping house,39.0,yes,yes,11.0,w. sou. central,0.0,1.0,2.0,$20000 - 24999,w. sou. central,nrly every week,1,iap,8.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4855,4856,1996,working fulltime,32.0,no,iap,16.0,w. sou. central,1.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4856,4857,1996,working fulltime,41.0,yes,iap,20.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4857,4858,1996,working fulltime,68.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4858,4859,1996,working parttime,17.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4859,4860,1996,working fulltime,52.0,yes,iap,11.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4860,4861,1996,working fulltime,,no,iap,17.0,w. sou. central,1.0,0.0,0.0,,w. sou. central,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4861,4862,1996,working fulltime,24.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4862,4863,1996,working fulltime,24.0,,,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,3.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +4863,4864,1996,working fulltime,46.0,no,iap,14.0,w. sou. central,0.0,1.0,0.0,,w. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4864,4865,1996,working fulltime,42.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,0,,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4865,4866,1996,working fulltime,32.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,w. sou. central,lt once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4866,4867,1996,other,32.0,,,12.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,2-3x a month,1,iap,18.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4867,4868,1996,retired,24.0,yes,,0.0,w. sou. central,0.0,0.0,1.0,$4000 to 4999,w. sou. central,never,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4868,4869,1996,keeping house,23.0,,,11.0,w. sou. central,1.0,2.0,0.0,lt $1000,w. sou. central,sevrl times a yr,1,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4869,4870,1996,retired,24.0,no,,8.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,,1,yes,,0,1.0,1,,1,1,,,,0,1,0,0,0,0,0,0.0 +4870,4871,1996,retired,22.0,yes,,10.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,2-3x a month,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4871,4872,1996,working parttime,32.0,,iap,14.0,w. sou. central,2.0,0.0,0.0,$1000 to 2999,w. sou. central,sevrl times a yr,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4872,4873,1996,retired,36.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,every week,2,iap,,1,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4873,4874,1996,retired,60.0,yes,,7.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,2,yes,,1,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4874,4875,1996,working fulltime,32.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,1,,6.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4875,4876,1996,temp not working,51.0,no,,17.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4876,4877,1996,working fulltime,64.0,no,iap,17.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4877,4878,1996,retired,,yes,,11.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,lt once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4878,4879,1996,working parttime,27.0,,,12.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,never,1,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4879,4880,1996,working fulltime,48.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4880,4881,1996,working fulltime,32.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4881,4882,1996,working fulltime,41.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4882,4883,1996,retired,51.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4883,4884,1996,working fulltime,36.0,,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4884,4885,1996,working parttime,52.0,,iap,10.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,never,1,,10.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4885,4886,1996,working fulltime,57.0,,,20.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4886,4887,1996,working fulltime,51.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4887,4888,1996,working fulltime,28.0,,,15.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4888,4889,1996,keeping house,24.0,yes,yes,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,lt once a year,0,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4889,4890,1996,working fulltime,63.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4890,4891,1996,working fulltime,66.0,,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4891,4892,1996,working fulltime,29.0,,,19.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4892,4893,1996,working fulltime,57.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4893,4894,1996,retired,60.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4894,4895,1996,working fulltime,40.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4895,4896,1996,working fulltime,74.0,,iap,14.0,w. sou. central,2.0,2.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4896,4897,1996,working fulltime,36.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4897,4898,1996,working fulltime,47.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4898,4899,1996,working fulltime,42.0,yes,iap,14.0,pacific,1.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4899,4900,1996,working fulltime,41.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4900,4901,1996,working fulltime,48.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4901,4902,1996,working fulltime,60.0,no,iap,16.0,w. sou. central,2.0,1.0,0.0,$25000 or more,w. sou. central,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4902,4903,1996,working fulltime,46.0,no,iap,13.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,0,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4903,4904,1996,working fulltime,86.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4904,4905,1996,working fulltime,32.0,,,13.0,e. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,0,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4905,4906,1996,other,46.0,no,,14.0,e. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4906,4907,1996,working fulltime,44.0,no,iap,19.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4907,4908,1996,working fulltime,24.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4908,4909,1996,school,29.0,,,11.0,w. sou. central,1.0,1.0,1.0,$10000 - 14999,w. sou. central,lt once a year,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4909,4910,1996,working fulltime,32.0,no,,11.0,w. sou. central,3.0,0.0,0.0,$25000 or more,w. sou. central,,1,iap,2.0,0,0.0,1,,1,1,,,,0,1,0,0,0,0,0, +4910,4911,1996,school,42.0,,,16.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,,1,iap,2.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +4911,4912,1996,working fulltime,31.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4912,4913,1996,working fulltime,66.0,,,20.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4913,4914,1996,working fulltime,46.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4914,4915,1996,school,,,,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,,2,,3.0,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +4915,4916,1996,working fulltime,68.0,,,14.0,south atlantic,1.0,0.0,0.0,$15000 - 19999,w. sou. central,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4916,4917,1996,school,,,,16.0,south atlantic,1.0,0.0,0.0,$1000 to 2999,w. sou. central,2-3x a month,1,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4917,4918,1996,working fulltime,29.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4918,4919,1996,working fulltime,46.0,,,15.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4919,4920,1996,working fulltime,48.0,,,18.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4920,4921,1996,working parttime,30.0,no,,8.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,every week,1,iap,6.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4921,4922,1996,working parttime,30.0,,,13.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,,2,iap,,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0,1.0 +4922,4923,1996,working fulltime,40.0,,,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4923,4924,1996,working fulltime,42.0,,,14.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4924,4925,1996,working fulltime,46.0,,,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4925,4926,1996,school,,,,15.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,,2,iap,,1,0.0,1,,0,0,,,,0,1,0,0,0,0,0,0.0 +4926,4927,1996,working fulltime,46.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,,1,iap,5.0,0,0.0,1,,0,0,,,,0,1,0,0,0,0,0, +4927,4928,1996,working parttime,43.0,,,15.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,,1,,2.0,0,0.0,1,,1,1,,,,0,1,0,0,0,0,0,0.0 +4928,4929,1996,temp not working,25.0,,,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4929,4930,1996,working fulltime,24.0,no,iap,19.0,w. sou. central,1.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,2,,4.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4930,4931,1996,working fulltime,39.0,yes,,11.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4931,4932,1996,working fulltime,19.0,no,iap,11.0,w. sou. central,2.0,2.0,0.0,$8000 to 9999,w. sou. central,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4932,4933,1996,working fulltime,30.0,no,iap,12.0,w. sou. central,2.0,0.0,0.0,$15000 - 19999,w. sou. central,lt once a year,0,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4933,4934,1996,temp not working,32.0,yes,iap,13.0,w. sou. central,0.0,3.0,0.0,$10000 - 14999,w. sou. central,nrly every week,2,iap,3.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4934,4935,1996,working parttime,49.0,yes,yes,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,2,yes,1.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4935,4936,1996,keeping house,29.0,no,iap,10.0,foreign,1.0,1.0,1.0,$10000 - 14999,w. sou. central,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4936,4937,1996,keeping house,,no,iap,12.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4937,4938,1996,working fulltime,60.0,,,14.0,w. sou. central,1.0,1.0,0.0,$1000 to 2999,w. sou. central,once a month,2,,4.0,1,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4938,4939,1996,working fulltime,31.0,,,12.0,w. sou. central,1.0,0.0,1.0,$10000 - 14999,w. sou. central,sevrl times a yr,1,iap,6.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +4939,4940,1996,keeping house,55.0,no,,12.0,w. sou. central,1.0,1.0,1.0,$10000 - 14999,w. sou. central,never,0,iap,8.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +4940,4941,1996,working fulltime,60.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,lt once a year,1,,6.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4941,4942,1996,temp not working,34.0,yes,iap,13.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,5.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4942,4943,1996,working fulltime,44.0,,,12.0,pacific,0.0,0.0,0.0,$6000 to 6999,w. sou. central,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4943,4944,1996,working fulltime,60.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,2-3x a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4944,4945,1996,keeping house,46.0,yes,iap,15.0,pacific,1.0,2.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4945,4946,1996,working parttime,32.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4946,4947,1996,working parttime,29.0,no,iap,9.0,w. sou. central,0.0,3.0,2.0,$10000 - 14999,w. sou. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4947,4948,1996,working fulltime,24.0,no,iap,7.0,w. sou. central,2.0,2.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4948,4949,1996,working fulltime,47.0,no,iap,12.0,w. sou. central,1.0,1.0,0.0,$15000 - 19999,w. sou. central,once a month,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4949,4950,1996,working fulltime,43.0,,iap,13.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4950,4951,1996,working parttime,44.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4951,4952,1996,keeping house,46.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4952,4953,1996,working fulltime,59.0,,,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4953,4954,1996,working fulltime,36.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4954,4955,1996,working parttime,41.0,no,iap,16.0,w. nor. central,0.0,2.0,0.0,$25000 or more,mountain,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4955,4956,1996,working fulltime,62.0,no,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4956,4957,1996,working fulltime,64.0,no,iap,17.0,mountain,0.0,2.0,1.0,$25000 or more,mountain,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4957,4958,1996,working fulltime,47.0,,yes,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4958,4959,1996,working fulltime,61.0,no,iap,20.0,new england,0.0,0.0,2.0,$25000 or more,mountain,every week,0,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4959,4960,1996,working fulltime,66.0,no,,18.0,mountain,0.0,1.0,2.0,$25000 or more,mountain,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4960,4961,1996,working parttime,46.0,no,,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4961,4962,1996,working fulltime,39.0,yes,iap,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4962,4963,1996,working fulltime,51.0,no,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,yes,1.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4963,4964,1996,working fulltime,39.0,no,iap,12.0,mountain,0.0,1.0,1.0,$25000 or more,mountain,sevrl times a yr,1,,0.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4964,4965,1996,working fulltime,47.0,no,iap,12.0,w. nor. central,1.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4965,4966,1996,working fulltime,32.0,no,,16.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,lt once a year,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4966,4967,1996,temp not working,33.0,no,,13.0,mountain,0.0,1.0,2.0,$25000 or more,mountain,more thn once wk,2,iap,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +4967,4968,1996,working parttime,30.0,,,18.0,mountain,0.0,0.0,1.0,$15000 - 19999,mountain,more thn once wk,1,,8.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4968,4969,1996,keeping house,21.0,yes,yes,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4969,4970,1996,working parttime,46.0,,iap,12.0,mountain,1.0,0.0,0.0,$10000 - 14999,mountain,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4970,4971,1996,working fulltime,46.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4971,4972,1996,working fulltime,44.0,,,10.0,pacific,0.0,1.0,0.0,$10000 - 14999,mountain,nrly every week,1,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +4972,4973,1996,retired,35.0,yes,,8.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4973,4974,1996,working fulltime,49.0,,,14.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,2,iap,4.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4974,4975,1996,working fulltime,40.0,no,,16.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +4975,4976,1996,working fulltime,66.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,,1,yes,3.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0, +4976,4977,1996,other,,no,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,nrly every week,2,,3.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4977,4978,1996,other,64.0,no,,17.0,mountain,0.0,1.0,0.0,$25000 or more,mountain,,2,,1.0,1,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +4978,4979,1996,retired,66.0,no,yes,14.0,w. sou. central,0.0,0.0,0.0,,mountain,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4979,4980,1996,keeping house,32.0,no,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,12.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4980,4981,1996,working fulltime,51.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4981,4982,1996,working fulltime,66.0,no,,16.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +4982,4983,1996,working fulltime,47.0,no,,13.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4983,4984,1996,keeping house,64.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4984,4985,1996,working fulltime,28.0,,,17.0,pacific,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4985,4986,1996,"unempl, laid off",34.0,,,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4986,4987,1996,working parttime,39.0,yes,,16.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,mountain,every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4987,4988,1996,retired,50.0,,,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4988,4989,1996,working fulltime,51.0,,yes,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,2.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4989,4990,1996,working fulltime,47.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +4990,4991,1996,working fulltime,35.0,,,13.0,mountain,0.0,0.0,0.0,$1000 to 2999,mountain,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +4991,4992,1996,working parttime,45.0,,,17.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,mountain,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +4992,4993,1996,working fulltime,51.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +4993,4994,1996,school,,,,12.0,mountain,0.0,0.0,0.0,$4000 to 4999,mountain,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4994,4995,1996,keeping house,51.0,yes,iap,12.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4995,4996,1996,working fulltime,62.0,no,iap,12.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +4996,4997,1996,other,52.0,no,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,2,,6.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +4997,4998,1996,working fulltime,42.0,no,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,once a month,1,yes,5.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +4998,4999,1996,keeping house,51.0,no,,11.0,w. nor. central,0.0,0.0,0.0,,mountain,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +4999,5000,1996,working fulltime,33.0,no,yes,0.0,foreign,1.0,1.0,0.0,$15000 - 19999,mountain,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5000,5001,1996,working fulltime,36.0,,,13.0,mountain,0.0,0.0,3.0,$25000 or more,mountain,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5001,5002,1996,retired,46.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,nrly every week,2,,6.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5002,5003,1996,working fulltime,47.0,,iap,10.0,south atlantic,0.0,1.0,2.0,$15000 - 19999,mountain,nrly every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5003,5004,1996,school,30.0,,,15.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5004,5005,1996,working fulltime,48.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5005,5006,1996,school,44.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5006,5007,1996,temp not working,71.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,0,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5007,5008,1996,working fulltime,48.0,,iap,20.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5008,5009,1996,working fulltime,43.0,no,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5009,5010,1996,working fulltime,61.0,no,iap,16.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5010,5011,1996,keeping house,17.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5011,5012,1996,working fulltime,64.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5012,5013,1996,working fulltime,49.0,,iap,20.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5013,5014,1996,retired,42.0,no,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,5.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5014,5015,1996,keeping house,39.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,mountain,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5015,5016,1996,working fulltime,39.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,6.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5016,5017,1996,school,34.0,,,13.0,mountain,0.0,0.0,0.0,$3000 to 3999,mountain,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5017,5018,1996,working fulltime,51.0,,,17.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5018,5019,1996,working parttime,32.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,mountain,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5019,5020,1996,working fulltime,38.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5020,5021,1996,working fulltime,42.0,,iap,12.0,new england,0.0,0.0,0.0,$20000 - 24999,mountain,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5021,5022,1996,keeping house,53.0,yes,iap,10.0,pacific,0.0,2.0,0.0,$25000 or more,mountain,once a year,0,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5022,5023,1996,keeping house,42.0,no,iap,13.0,south atlantic,0.0,0.0,2.0,$25000 or more,mountain,more thn once wk,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5023,5024,1996,working fulltime,45.0,,,13.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,2,iap,4.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5024,5025,1996,other,40.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,mountain,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5025,5026,1996,working fulltime,58.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,lt once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5026,5027,1996,working fulltime,34.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5027,5028,1996,working fulltime,44.0,no,iap,12.0,new england,0.0,0.0,0.0,$20000 - 24999,mountain,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5028,5029,1996,working fulltime,51.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5029,5030,1996,working fulltime,51.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5030,5031,1996,working fulltime,32.0,no,iap,15.0,w. nor. central,0.0,1.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5031,5032,1996,working fulltime,58.0,,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,mountain,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5032,5033,1996,keeping house,65.0,,iap,13.0,south atlantic,0.0,0.0,3.0,$25000 or more,mountain,sevrl times a yr,0,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5033,5034,1996,working fulltime,34.0,yes,iap,14.0,mountain,0.0,1.0,0.0,$25000 or more,mountain,once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5034,5035,1996,working fulltime,46.0,,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5035,5036,1996,working parttime,49.0,,iap,14.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,more thn once wk,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5036,5037,1996,working parttime,49.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5037,5038,1996,keeping house,51.0,no,iap,18.0,e. nor. central,0.0,2.0,0.0,$25000 or more,mountain,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5038,5039,1996,keeping house,64.0,yes,iap,16.0,w. nor. central,1.0,2.0,1.0,,mountain,nrly every week,2,iap,5.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5039,5040,1996,working parttime,47.0,,,8.0,foreign,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5040,5041,1996,working fulltime,31.0,no,iap,14.0,foreign,0.0,2.0,0.0,$25000 or more,mountain,never,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5041,5042,1996,working fulltime,47.0,,,12.0,mountain,0.0,0.0,2.0,$15000 - 19999,mountain,,1,,2.0,0,0.0,0,,1,0,,,,0,1,0,0,0,0,0,1.0 +5042,5043,1996,working fulltime,23.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,never,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5043,5044,1996,working fulltime,61.0,no,iap,18.0,pacific,2.0,0.0,0.0,$25000 or more,mountain,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5044,5045,1996,working fulltime,31.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5045,5046,1996,working fulltime,64.0,no,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5046,5047,1996,working parttime,31.0,yes,iap,14.0,pacific,1.0,2.0,0.0,$25000 or more,mountain,lt once a year,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5047,5048,1996,working fulltime,49.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5048,5049,1996,working fulltime,48.0,,iap,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5049,5050,1996,working fulltime,40.0,,iap,13.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,nrly every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5050,5051,1996,working fulltime,51.0,no,iap,18.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5051,5052,1996,working fulltime,73.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5052,5053,1996,working fulltime,69.0,,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5053,5054,1996,temp not working,61.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5054,5055,1996,working fulltime,72.0,,,19.0,new england,0.0,0.0,0.0,,mountain,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5055,5056,1996,working fulltime,59.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5056,5057,1996,working fulltime,64.0,no,iap,18.0,w. nor. central,1.0,1.0,0.0,$25000 or more,mountain,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5057,5058,1996,working fulltime,75.0,,iap,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5058,5059,1996,working fulltime,36.0,no,iap,11.0,mountain,1.0,3.0,1.0,,mountain,every week,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5059,5060,1996,working fulltime,39.0,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5060,5061,1996,working fulltime,58.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5061,5062,1996,working fulltime,32.0,yes,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5062,5063,1996,working parttime,36.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5063,5064,1996,school,28.0,,iap,17.0,pacific,0.0,3.0,0.0,$10000 - 14999,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5064,5065,1996,working fulltime,48.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5065,5066,1996,working fulltime,66.0,no,iap,16.0,mountain,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5066,5067,1996,retired,38.0,,,15.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5067,5068,1996,working fulltime,44.0,yes,yes,7.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5068,5069,1996,working fulltime,40.0,,,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5069,5070,1996,retired,74.0,,iap,20.0,pacific,0.0,0.0,0.0,$6000 to 6999,pacific,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5070,5071,1996,working fulltime,51.0,,iap,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5071,5072,1996,working fulltime,31.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5072,5073,1996,working parttime,51.0,no,,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5073,5074,1996,working fulltime,27.0,yes,iap,16.0,foreign,1.0,1.0,0.0,$6000 to 6999,pacific,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5074,5075,1996,working parttime,50.0,,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5075,5076,1996,retired,30.0,yes,,8.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5076,5077,1996,keeping house,35.0,,iap,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5077,5078,1996,working parttime,34.0,,,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5078,5079,1996,working fulltime,51.0,,iap,13.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5079,5080,1996,working fulltime,49.0,no,iap,12.0,pacific,2.0,0.0,0.0,$10000 - 14999,pacific,more thn once wk,0,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5080,5081,1996,school,50.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,pacific,2-3x a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5081,5082,1996,working fulltime,37.0,no,iap,14.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5082,5083,1996,working fulltime,39.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,0,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5083,5084,1996,working fulltime,51.0,,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5084,5085,1996,working fulltime,50.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5085,5086,1996,working parttime,52.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5086,5087,1996,working fulltime,47.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5087,5088,1996,working fulltime,51.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5088,5089,1996,working fulltime,61.0,no,iap,16.0,pacific,0.0,3.0,2.0,$25000 or more,pacific,nrly every week,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5089,5090,1996,retired,48.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,pacific,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5090,5091,1996,retired,63.0,yes,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5091,5092,1996,working fulltime,38.0,,,12.0,foreign,0.0,0.0,1.0,,pacific,more thn once wk,1,,1.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5092,5093,1996,retired,34.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5093,5094,1996,working fulltime,51.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,,0.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5094,5095,1996,keeping house,32.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5095,5096,1996,keeping house,46.0,no,iap,12.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5096,5097,1996,working fulltime,86.0,yes,iap,15.0,middle atlantic,0.0,0.0,0.0,,pacific,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5097,5098,1996,retired,41.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5098,5099,1996,working fulltime,51.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5099,5100,1996,working parttime,32.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5100,5101,1996,retired,44.0,no,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5101,5102,1996,working fulltime,27.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5102,5103,1996,working fulltime,39.0,,,14.0,pacific,1.0,0.0,0.0,$1000 to 2999,pacific,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5103,5104,1996,keeping house,33.0,,iap,10.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,once a year,1,,6.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5104,5105,1996,working fulltime,47.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5105,5106,1996,working fulltime,30.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5106,5107,1996,working parttime,60.0,,iap,13.0,pacific,0.0,0.0,1.0,$15000 - 19999,pacific,never,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5107,5108,1996,working fulltime,53.0,no,iap,13.0,pacific,0.0,2.0,2.0,$25000 or more,pacific,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5108,5109,1996,keeping house,51.0,no,iap,13.0,pacific,1.0,1.0,0.0,$20000 - 24999,pacific,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5109,5110,1996,working fulltime,36.0,no,iap,11.0,pacific,1.0,2.0,2.0,$25000 or more,pacific,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5110,5111,1996,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,yes,,1,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5111,5112,1996,working fulltime,47.0,no,iap,18.0,mountain,0.0,0.0,1.0,$25000 or more,pacific,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5112,5113,1996,working fulltime,64.0,no,iap,19.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,2-3x a month,0,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5113,5114,1996,working fulltime,31.0,yes,iap,8.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,1,iap,5.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +5114,5115,1996,working fulltime,66.0,no,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5115,5116,1996,working fulltime,44.0,,,12.0,pacific,0.0,0.0,0.0,,pacific,never,1,yes,6.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5116,5117,1996,keeping house,44.0,no,iap,10.0,pacific,0.0,0.0,0.0,,pacific,every week,2,,5.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5117,5118,1996,other,35.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5118,5119,1996,school,,,,12.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,2-3x a month,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5119,5120,1996,working fulltime,24.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,4.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5120,5121,1996,working fulltime,33.0,yes,yes,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,,1,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5121,5122,1996,keeping house,29.0,,,12.0,pacific,2.0,1.0,1.0,$25000 or more,pacific,nrly every week,1,,15.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5122,5123,1996,working fulltime,20.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,0,iap,0.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5123,5124,1996,working fulltime,86.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5124,5125,1996,working parttime,58.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5125,5126,1996,keeping house,46.0,,,12.0,pacific,1.0,0.0,0.0,$10000 - 14999,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5126,5127,1996,working fulltime,36.0,,,13.0,pacific,0.0,0.0,0.0,$7000 to 7999,pacific,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5127,5128,1996,working fulltime,51.0,no,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5128,5129,1996,working fulltime,29.0,no,iap,12.0,pacific,1.0,1.0,2.0,$20000 - 24999,pacific,once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5129,5130,1996,working fulltime,32.0,,,12.0,pacific,0.0,0.0,0.0,,pacific,never,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5130,5131,1996,working fulltime,47.0,yes,iap,11.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,every week,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5131,5132,1996,working fulltime,44.0,no,iap,16.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5132,5133,1996,working fulltime,48.0,,,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,,5.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5133,5134,1996,working fulltime,36.0,no,iap,14.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5134,5135,1996,keeping house,42.0,,,14.0,pacific,1.0,1.0,0.0,$10000 - 14999,pacific,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5135,5136,1996,retired,29.0,no,iap,9.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,every week,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5136,5137,1996,keeping house,35.0,,iap,12.0,foreign,0.0,3.0,1.0,$10000 - 14999,pacific,more thn once wk,0,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5137,5138,1996,working fulltime,30.0,,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,4.0,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5138,5139,1996,"unempl, laid off",45.0,,,12.0,pacific,3.0,1.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5139,5140,1996,keeping house,25.0,,,12.0,pacific,2.0,0.0,0.0,$3000 to 3999,pacific,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5140,5141,1996,working fulltime,64.0,,,15.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,pacific,once a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5141,5142,1996,working parttime,39.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,more thn once wk,0,,5.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5142,5143,1996,working fulltime,42.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,,0.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5143,5144,1996,working fulltime,35.0,,,12.0,pacific,2.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5144,5145,1996,school,36.0,no,iap,11.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5145,5146,1996,working fulltime,33.0,yes,iap,12.0,pacific,0.0,1.0,1.0,$20000 - 24999,pacific,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5146,5147,1996,working parttime,42.0,no,iap,14.0,pacific,0.0,1.0,1.0,$10000 - 14999,pacific,more thn once wk,0,,6.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5147,5148,1996,working fulltime,36.0,,,16.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,2-3x a month,2,iap,7.0,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +5148,5149,1996,working fulltime,36.0,no,iap,14.0,pacific,1.0,0.0,0.0,$15000 - 19999,pacific,nrly every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5149,5150,1996,working fulltime,64.0,no,,18.0,pacific,1.0,3.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5150,5151,1996,working fulltime,71.0,yes,,14.0,w. nor. central,1.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5151,5152,1996,working fulltime,64.0,no,,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5152,5153,1996,working fulltime,66.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5153,5154,1996,working fulltime,72.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,,1,yes,,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +5154,5155,1996,working parttime,31.0,,,12.0,pacific,0.0,0.0,2.0,,pacific,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5155,5156,1996,school,42.0,yes,iap,15.0,e. nor. central,0.0,1.0,0.0,$25000 or more,pacific,,1,yes,,0,0.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5156,5157,1996,working fulltime,74.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5157,5158,1996,working parttime,65.0,no,iap,12.0,pacific,0.0,0.0,0.0,,pacific,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5158,5159,1996,keeping house,30.0,no,iap,12.0,pacific,1.0,0.0,0.0,$15000 - 19999,pacific,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5159,5160,1996,working parttime,61.0,,,17.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5160,5161,1996,working fulltime,32.0,,,18.0,foreign,0.0,0.0,0.0,$5000 to 5999,pacific,sevrl times a yr,0,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5161,5162,1996,working parttime,29.0,,,20.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,pacific,never,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5162,5163,1996,working fulltime,65.0,,,12.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5163,5164,1996,working fulltime,54.0,yes,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5164,5165,1996,working fulltime,44.0,,,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5165,5166,1996,working fulltime,51.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5166,5167,1996,temp not working,34.0,no,iap,8.0,south atlantic,0.0,2.0,0.0,$15000 - 19999,pacific,every week,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5167,5168,1996,working fulltime,31.0,,,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5168,5169,1996,working fulltime,52.0,no,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5169,5170,1996,working fulltime,36.0,no,iap,10.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5170,5171,1996,working fulltime,66.0,no,iap,18.0,new england,0.0,0.0,1.0,$25000 or more,new england,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5171,5172,1996,retired,39.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5172,5173,1996,retired,59.0,yes,iap,12.0,new england,0.0,0.0,0.0,,new england,lt once a year,2,yes,3.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5173,5174,1996,working fulltime,60.0,yes,iap,15.0,new england,0.0,0.0,1.0,$25000 or more,new england,once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5174,5175,1996,retired,28.0,no,,9.0,new england,0.0,0.0,0.0,$8000 to 9999,new england,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5175,5176,1996,working fulltime,47.0,yes,iap,8.0,new england,1.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5176,5177,1996,working parttime,52.0,yes,iap,13.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,never,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5177,5178,1996,working parttime,40.0,,,11.0,new england,0.0,0.0,2.0,$25000 or more,new england,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5178,5179,1996,school,28.0,,,16.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5179,5180,1996,working fulltime,31.0,no,iap,15.0,new england,0.0,0.0,1.0,$25000 or more,new england,never,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5180,5181,1996,working fulltime,40.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,new england,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5181,5182,1996,keeping house,66.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5182,5183,1996,working fulltime,45.0,yes,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5183,5184,1996,working fulltime,47.0,yes,iap,16.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5184,5185,1996,working fulltime,27.0,no,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5185,5186,1996,working fulltime,46.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5186,5187,1996,working fulltime,44.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,once a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5187,5188,1996,keeping house,51.0,no,,10.0,middle atlantic,0.0,0.0,0.0,,new england,every week,0,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5188,5189,1996,retired,,,,12.0,new england,0.0,0.0,0.0,,new england,2-3x a month,2,,5.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5189,5190,1996,working fulltime,40.0,yes,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5190,5191,1996,working fulltime,51.0,,iap,14.0,new england,0.0,0.0,2.0,$25000 or more,new england,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5191,5192,1996,"unempl, laid off",42.0,no,,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5192,5193,1996,working fulltime,42.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$15000 - 19999,middle atlantic,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5193,5194,1996,working parttime,39.0,,iap,13.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5194,5195,1996,working fulltime,22.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5195,5196,1996,working fulltime,36.0,,,13.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,middle atlantic,once a month,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5196,5197,1996,working fulltime,42.0,,,15.0,middle atlantic,0.0,1.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5197,5198,1996,"unempl, laid off",46.0,,iap,13.0,new england,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5198,5199,1996,retired,22.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5199,5200,1996,working parttime,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5200,5201,1996,working fulltime,52.0,,,15.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5201,5202,1996,retired,64.0,no,,15.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5202,5203,1996,working fulltime,61.0,yes,yes,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5203,5204,1996,working parttime,22.0,,,11.0,middle atlantic,0.0,0.0,1.0,$6000 to 6999,middle atlantic,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5204,5205,1996,retired,44.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5205,5206,1996,working fulltime,51.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5206,5207,1996,keeping house,51.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5207,5208,1996,retired,27.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5208,5209,1996,working fulltime,44.0,yes,iap,14.0,middle atlantic,0.0,1.0,1.0,,middle atlantic,2-3x a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5209,5210,1996,retired,64.0,no,yes,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5210,5211,1996,temp not working,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5211,5212,1996,keeping house,30.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,nrly every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5212,5213,1996,working fulltime,51.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5213,5214,1996,working fulltime,43.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5214,5215,1996,retired,28.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5215,5216,1996,retired,54.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,6.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5216,5217,1996,keeping house,28.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5217,5218,1996,working fulltime,44.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,,0.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5218,5219,1996,working fulltime,27.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5219,5220,1996,keeping house,,no,iap,9.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5220,5221,1996,working fulltime,39.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5221,5222,1996,working fulltime,35.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5222,5223,1996,working fulltime,36.0,,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,yes,4.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5223,5224,1996,working fulltime,51.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5224,5225,1996,working fulltime,32.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5225,5226,1996,other,40.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,nrly every week,1,,4.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5226,5227,1996,working fulltime,64.0,no,iap,20.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5227,5228,1996,working fulltime,37.0,yes,yes,18.0,new england,0.0,0.0,0.0,,middle atlantic,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5228,5229,1996,retired,42.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5229,5230,1996,keeping house,54.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5230,5231,1996,retired,66.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5231,5232,1996,working fulltime,36.0,no,iap,9.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5232,5233,1996,working fulltime,44.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5233,5234,1996,school,29.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5234,5235,1996,working fulltime,29.0,,iap,11.0,middle atlantic,0.0,1.0,1.0,$7000 to 7999,middle atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5235,5236,1996,working fulltime,24.0,yes,iap,10.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5236,5237,1996,keeping house,40.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5237,5238,1996,working fulltime,42.0,no,iap,12.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5238,5239,1996,other,34.0,no,,8.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5239,5240,1996,"unempl, laid off",47.0,yes,iap,11.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,once a year,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5240,5241,1996,working fulltime,36.0,,yes,12.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5241,5242,1996,school,39.0,,iap,12.0,new england,2.0,0.0,0.0,$5000 to 5999,new england,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5242,5243,1996,working fulltime,47.0,no,iap,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5243,5244,1996,keeping house,32.0,,iap,15.0,e. sou. central,2.0,1.0,0.0,$10000 - 14999,new england,once a month,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5244,5245,1996,temp not working,31.0,,,11.0,new england,1.0,0.0,0.0,$10000 - 14999,new england,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5245,5246,1996,working fulltime,41.0,no,iap,14.0,new england,3.0,0.0,2.0,$25000 or more,new england,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5246,5247,1996,retired,46.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5247,5248,1996,working fulltime,44.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5248,5249,1996,retired,66.0,no,,16.0,foreign,0.0,0.0,0.0,,new england,never,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5249,5250,1996,working fulltime,23.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5250,5251,1996,temp not working,53.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5251,5252,1996,retired,24.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5252,5253,1996,working fulltime,44.0,no,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5253,5254,1996,working fulltime,31.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5254,5255,1996,working parttime,32.0,no,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5255,5256,1996,retired,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5256,5257,1996,retired,23.0,no,,5.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5257,5258,1996,working parttime,36.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5258,5259,1996,working fulltime,40.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,1.0,0,1.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5259,5260,1996,"unempl, laid off",30.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,iap,10.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5260,5261,1996,working fulltime,41.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5261,5262,1996,retired,36.0,yes,,10.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5262,5263,1996,working fulltime,61.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5263,5264,1996,working fulltime,24.0,,iap,6.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5264,5265,1996,working fulltime,51.0,yes,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5265,5266,1996,working parttime,38.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5266,5267,1996,retired,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5267,5268,1996,school,,,iap,13.0,e. nor. central,0.0,3.0,0.0,,e. nor. central,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5268,5269,1996,working fulltime,46.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5269,5270,1996,working fulltime,39.0,no,iap,13.0,e. nor. central,0.0,4.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5270,5271,1996,working parttime,39.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5271,5272,1996,working fulltime,40.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5272,5273,1996,retired,29.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5273,5274,1996,working fulltime,40.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5274,5275,1996,working fulltime,69.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,3.0,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5275,5276,1996,working parttime,28.0,,iap,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5276,5277,1996,working fulltime,30.0,yes,iap,13.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,yes,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5277,5278,1996,working fulltime,48.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5278,5279,1996,keeping house,52.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5279,5280,1996,keeping house,29.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5280,5281,1996,retired,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5281,5282,1996,working fulltime,66.0,yes,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5282,5283,1996,working fulltime,30.0,no,,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5283,5284,1996,working fulltime,35.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5284,5285,1996,keeping house,30.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,more thn once wk,1,,2.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5285,5286,1996,retired,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,5.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5286,5287,1996,working fulltime,61.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5287,5288,1996,working fulltime,35.0,,,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5288,5289,1996,keeping house,,no,,10.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,more thn once wk,1,iap,5.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5289,5290,1996,working fulltime,39.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5290,5291,1996,working fulltime,35.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,0,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5291,5292,1996,working fulltime,44.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5292,5293,1996,other,36.0,no,,12.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5293,5294,1996,keeping house,28.0,no,,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5294,5295,1996,working fulltime,25.0,no,iap,8.0,e. nor. central,0.0,2.0,0.0,,e. nor. central,lt once a year,2,,6.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5295,5296,1996,working fulltime,42.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5296,5297,1996,"unempl, laid off",57.0,,,13.0,e. nor. central,0.0,0.0,1.0,$15000 - 19999,e. nor. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5297,5298,1996,keeping house,28.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5298,5299,1996,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5299,5300,1996,keeping house,30.0,yes,iap,8.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5300,5301,1996,working fulltime,64.0,,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5301,5302,1996,other,46.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a month,0,yes,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5302,5303,1996,school,,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5303,5304,1996,working fulltime,74.0,,,16.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5304,5305,1996,working fulltime,65.0,,,18.0,south atlantic,0.0,0.0,0.0,,w. nor. central,once a month,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5305,5306,1996,working fulltime,50.0,no,iap,16.0,w. nor. central,1.0,0.0,2.0,$25000 or more,w. nor. central,every week,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5306,5307,1996,other,65.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5307,5308,1996,working fulltime,74.0,no,iap,20.0,mountain,2.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5308,5309,1996,working fulltime,74.0,,iap,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5309,5310,1996,school,29.0,,,12.0,w. nor. central,0.0,0.0,0.0,lt $1000,w. nor. central,,1,,2.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5310,5311,1996,working parttime,32.0,,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5311,5312,1996,working fulltime,39.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,nrly every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5312,5313,1996,working parttime,49.0,no,iap,19.0,foreign,0.0,2.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,yes,1.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5313,5314,1996,working fulltime,31.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5314,5315,1996,working parttime,20.0,yes,iap,12.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5315,5316,1996,working fulltime,60.0,,,16.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5316,5317,1996,school,,,,15.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5317,5318,1996,school,41.0,,,17.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5318,5319,1996,working fulltime,22.0,no,iap,13.0,w. sou. central,1.0,0.0,1.0,$25000 or more,w. nor. central,never,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5319,5320,1996,working parttime,29.0,,iap,14.0,w. nor. central,0.0,1.0,0.0,$10000 - 14999,w. nor. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5320,5321,1996,working fulltime,51.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5321,5322,1996,working fulltime,27.0,,,16.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,,0,,3.0,0,1.0,0,,0,0,,,,0,1,0,0,0,0,0,1.0 +5322,5323,1996,working fulltime,36.0,no,iap,14.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5323,5324,1996,temp not working,35.0,,,14.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,sevrl times a yr,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5324,5325,1996,working fulltime,35.0,,iap,10.0,e. nor. central,0.0,0.0,1.0,$15000 - 19999,e. nor. central,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5325,5326,1996,working fulltime,28.0,,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5326,5327,1996,working fulltime,17.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,,1,,5.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5327,5328,1996,working fulltime,34.0,yes,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a year,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5328,5329,1996,"unempl, laid off",25.0,,yes,10.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5329,5330,1996,working fulltime,33.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5330,5331,1996,working fulltime,39.0,no,iap,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,,1,iap,2.0,0,0.0,1,,1,1,,,,0,1,0,0,0,0,0, +5331,5332,1996,working fulltime,27.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5332,5333,1996,working fulltime,22.0,,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5333,5334,1996,keeping house,51.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5334,5335,1996,retired,64.0,,,18.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,2,,3.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5335,5336,1996,retired,50.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5336,5337,1996,working fulltime,46.0,yes,iap,13.0,e. nor. central,0.0,1.0,2.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5337,5338,1996,retired,28.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,,1,,2.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5338,5339,1996,working parttime,29.0,yes,yes,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5339,5340,1996,"unempl, laid off",35.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5340,5341,1996,keeping house,28.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,,1,iap,,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5341,5342,1996,working parttime,52.0,no,iap,16.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5342,5343,1996,working fulltime,35.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5343,5344,1996,working fulltime,35.0,,,12.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5344,5345,1996,retired,51.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5345,5346,1996,working fulltime,51.0,no,iap,19.0,foreign,0.0,0.0,1.0,$25000 or more,w. nor. central,sevrl times a yr,2,,2.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5346,5347,1996,keeping house,28.0,no,iap,10.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,sevrl times a yr,2,yes,3.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5347,5348,1996,retired,22.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5348,5349,1996,working parttime,64.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,more thn once wk,2,yes,3.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5349,5350,1996,working parttime,64.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5350,5351,1996,working fulltime,27.0,no,iap,12.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5351,5352,1996,retired,66.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,sevrl times a yr,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5352,5353,1996,retired,51.0,no,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5353,5354,1996,working fulltime,42.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5354,5355,1996,"unempl, laid off",35.0,,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,lt once a year,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5355,5356,1996,working fulltime,51.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5356,5357,1996,retired,40.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5357,5358,1996,working fulltime,27.0,,yes,15.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5358,5359,1996,working fulltime,37.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5359,5360,1996,retired,35.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,0,yes,3.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5360,5361,1996,working fulltime,22.0,,iap,12.0,mountain,0.0,0.0,0.0,$6000 to 6999,w. nor. central,once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5361,5362,1996,retired,30.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5362,5363,1996,working fulltime,33.0,no,iap,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,more thn once wk,2,yes,,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5363,5364,1996,working fulltime,34.0,no,,9.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5364,5365,1996,working fulltime,50.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5365,5366,1996,retired,,no,,20.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,never,0,yes,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5366,5367,1996,retired,64.0,no,yes,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,yes,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5367,5368,1996,working fulltime,37.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. nor. central,never,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5368,5369,1996,retired,40.0,no,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5369,5370,1996,working fulltime,49.0,no,iap,16.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5370,5371,1996,working fulltime,42.0,,iap,12.0,middle atlantic,0.0,1.0,0.0,$10000 - 14999,w. nor. central,nrly every week,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5371,5372,1996,retired,47.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,,5.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5372,5373,1996,retired,36.0,yes,iap,13.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5373,5374,1996,working fulltime,69.0,no,,18.0,mountain,0.0,2.0,1.0,$25000 or more,w. nor. central,more thn once wk,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5374,5375,1996,working fulltime,35.0,,iap,15.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,0,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5375,5376,1996,retired,46.0,no,,8.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5376,5377,1996,keeping house,24.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,,0,yes,,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,1.0 +5377,5378,1996,working fulltime,51.0,yes,,16.0,w. nor. central,0.0,3.0,0.0,$25000 or more,w. nor. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5378,5379,1996,working fulltime,51.0,,,13.0,e. nor. central,0.0,3.0,0.0,$25000 or more,w. nor. central,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5379,5380,1996,working fulltime,32.0,no,iap,12.0,w. nor. central,2.0,0.0,0.0,$20000 - 24999,w. nor. central,2-3x a month,0,iap,6.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5380,5381,1996,working parttime,42.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,1,,7.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5381,5382,1996,retired,49.0,yes,,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a month,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5382,5383,1996,working fulltime,47.0,no,,11.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5383,5384,1996,retired,40.0,no,,8.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5384,5385,1996,keeping house,20.0,yes,,6.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5385,5386,1996,working fulltime,25.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5386,5387,1996,working fulltime,46.0,no,iap,14.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,lt once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5387,5388,1996,retired,29.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,nrly every week,2,yes,5.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5388,5389,1996,working fulltime,40.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5389,5390,1996,working fulltime,72.0,no,iap,20.0,w. nor. central,0.0,1.0,2.0,$25000 or more,w. nor. central,once a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5390,5391,1996,working fulltime,65.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5391,5392,1996,keeping house,29.0,,iap,12.0,w. nor. central,1.0,0.0,0.0,$5000 to 5999,w. nor. central,once a year,1,iap,7.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5392,5393,1996,working fulltime,51.0,,,16.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5393,5394,1996,school,29.0,,,15.0,foreign,0.0,0.0,0.0,$3000 to 3999,w. nor. central,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5394,5395,1996,working fulltime,43.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5395,5396,1996,working fulltime,49.0,yes,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5396,5397,1996,working fulltime,51.0,,,17.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5397,5398,1996,working fulltime,66.0,yes,,16.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5398,5399,1996,working parttime,65.0,,,13.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5399,5400,1996,working fulltime,66.0,no,iap,16.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5400,5401,1996,working fulltime,61.0,no,iap,17.0,pacific,0.0,2.0,0.0,$25000 or more,w. nor. central,once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5401,5402,1996,keeping house,29.0,no,iap,16.0,mountain,1.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,,5.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5402,5403,1996,keeping house,29.0,no,iap,12.0,south atlantic,1.0,2.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,6.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5403,5404,1996,working fulltime,86.0,no,iap,20.0,pacific,1.0,0.0,0.0,,w. nor. central,2-3x a month,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5404,5405,1996,keeping house,66.0,no,iap,16.0,foreign,1.0,0.0,0.0,,w. nor. central,once a year,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5405,5406,1996,keeping house,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,1.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5406,5407,1996,working fulltime,51.0,no,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5407,5408,1996,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5408,5409,1996,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5409,5410,1996,working fulltime,32.0,no,iap,11.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5410,5411,1996,working fulltime,66.0,no,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5411,5412,1996,"unempl, laid off",45.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5412,5413,1996,school,29.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$4000 to 4999,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5413,5414,1996,working fulltime,51.0,,iap,15.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5414,5415,1996,working fulltime,35.0,,iap,12.0,e. nor. central,2.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,,1.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5415,5416,1996,working fulltime,30.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5416,5417,1996,working fulltime,51.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,1.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5417,5418,1996,working fulltime,42.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5418,5419,1996,working parttime,35.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5419,5420,1996,"unempl, laid off",24.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,2,iap,4.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5420,5421,1996,working parttime,17.0,yes,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5421,5422,1996,working fulltime,43.0,yes,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5422,5423,1996,working fulltime,47.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5423,5424,1996,retired,,no,,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,0,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5424,5425,1996,keeping house,29.0,yes,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5425,5426,1996,working fulltime,35.0,no,iap,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5426,5427,1996,retired,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,8.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5427,5428,1996,working fulltime,51.0,no,iap,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5428,5429,1996,working fulltime,26.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5429,5430,1996,working fulltime,41.0,,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5430,5431,1996,working fulltime,44.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5431,5432,1996,working fulltime,35.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5432,5433,1996,working fulltime,31.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5433,5434,1996,temp not working,35.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,13.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5434,5435,1996,working parttime,32.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5435,5436,1996,working fulltime,29.0,yes,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5436,5437,1996,retired,29.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5437,5438,1996,retired,30.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5438,5439,1996,keeping house,36.0,no,iap,14.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,nrly every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5439,5440,1996,working fulltime,32.0,no,iap,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5440,5441,1996,retired,46.0,no,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5441,5442,1996,retired,35.0,no,iap,9.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5442,5443,1996,retired,60.0,no,yes,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5443,5444,1996,working fulltime,43.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5444,5445,1996,temp not working,35.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5445,5446,1996,working fulltime,66.0,yes,iap,15.0,e. nor. central,1.0,1.0,2.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5446,5447,1996,working fulltime,47.0,,iap,11.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5447,5448,1996,retired,43.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5448,5449,1996,retired,17.0,no,,7.0,south atlantic,0.0,0.0,0.0,,e. nor. central,never,1,iap,10.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5449,5450,1996,retired,40.0,,,5.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,2-3x a month,0,,8.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5450,5451,1996,retired,65.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,2,,5.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5451,5452,1996,"unempl, laid off",36.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5452,5453,1996,keeping house,46.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,nrly every week,2,iap,2.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5453,5454,1996,retired,24.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5454,5455,1996,working fulltime,44.0,no,,12.0,e. nor. central,0.0,0.0,1.0,$15000 - 19999,e. nor. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5455,5456,1996,working fulltime,28.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5456,5457,1996,working fulltime,62.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,2.0,1,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5457,5458,1996,keeping house,26.0,no,,12.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,nrly every week,0,yes,3.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +5458,5459,1996,keeping house,36.0,no,,12.0,e. sou. central,1.0,0.0,1.0,,e. sou. central,,1,,12.0,0,1.0,1,,1,1,,,,0,1,0,0,0,0,0,1.0 +5459,5460,1996,temp not working,66.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,2.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5460,5461,1996,working fulltime,34.0,no,iap,13.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5461,5462,1996,keeping house,47.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5462,5463,1996,working fulltime,54.0,yes,iap,9.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,,1.0,1,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5463,5464,1996,working fulltime,23.0,,iap,11.0,e. sou. central,0.0,0.0,1.0,$3000 to 3999,e. sou. central,2-3x a month,2,,2.0,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5464,5465,1996,keeping house,30.0,no,,3.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,e. sou. central,2-3x a month,1,yes,2.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +5465,5466,1996,keeping house,,,,5.0,e. sou. central,0.0,0.0,2.0,$6000 to 6999,e. sou. central,once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5466,5467,1996,working fulltime,30.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$15000 - 19999,e. sou. central,2-3x a month,1,yes,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +5467,5468,1996,retired,47.0,no,,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5468,5469,1996,working fulltime,24.0,,,9.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5469,5470,1996,retired,32.0,,,10.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,more thn once wk,1,yes,,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5470,5471,1996,working fulltime,28.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,2,yes,,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5471,5472,1996,working fulltime,32.0,,,12.0,e. sou. central,2.0,0.0,2.0,$15000 - 19999,e. sou. central,once a month,2,,2.0,1,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5472,5473,1996,working fulltime,34.0,yes,iap,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a month,2,yes,4.0,1,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5473,5474,1996,keeping house,,no,iap,12.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,3.0,1,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5474,5475,1996,working fulltime,59.0,no,,18.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. sou. central,nrly every week,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5475,5476,1996,working fulltime,47.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5476,5477,1996,working fulltime,43.0,no,iap,12.0,e. sou. central,0.0,0.0,2.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5477,5478,1996,other,,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5478,5479,1996,other,47.0,yes,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5479,5480,1996,retired,40.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5480,5481,1996,keeping house,51.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5481,5482,1996,retired,47.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5482,5483,1996,keeping house,47.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,once a year,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5483,5484,1996,working parttime,29.0,no,,10.0,middle atlantic,0.0,1.0,1.0,$10000 - 14999,south atlantic,2-3x a month,2,yes,3.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5484,5485,1996,working parttime,43.0,,iap,14.0,south atlantic,1.0,1.0,1.0,$25000 or more,south atlantic,every week,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +5485,5486,1996,keeping house,23.0,,yes,12.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,never,1,,8.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5486,5487,1996,working fulltime,74.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,,1,,5.0,0,0.0,1,,0,0,,,,0,1,0,0,0,0,0,0.0 +5487,5488,1996,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,,2,,10.0,1,1.0,1,,0,0,,,,0,1,0,0,0,0,0,0.0 +5488,5489,1996,working parttime,34.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,,5.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5489,5490,1996,retired,35.0,no,,11.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5490,5491,1996,working fulltime,25.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5491,5492,1996,working fulltime,44.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5492,5493,1996,working fulltime,66.0,yes,,17.0,south atlantic,2.0,1.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5493,5494,1996,keeping house,50.0,no,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5494,5495,1996,working parttime,28.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5495,5496,1996,working fulltime,,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5496,5497,1996,keeping house,30.0,no,,4.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,more thn once wk,1,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5497,5498,1996,retired,64.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5498,5499,1996,working fulltime,66.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,8.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5499,5500,1996,working fulltime,66.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5500,5501,1996,working fulltime,51.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5501,5502,1996,working parttime,34.0,,,14.0,foreign,0.0,0.0,0.0,,south atlantic,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5502,5503,1996,retired,29.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5503,5504,1996,working parttime,47.0,no,iap,14.0,south atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,once a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5504,5505,1996,working fulltime,34.0,no,iap,10.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,0,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5505,5506,1996,working fulltime,36.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5506,5507,1996,keeping house,36.0,yes,iap,10.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,never,1,,10.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5507,5508,1996,working fulltime,30.0,,,11.0,south atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5508,5509,1996,keeping house,44.0,yes,iap,14.0,pacific,0.0,0.0,1.0,$1000 to 2999,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5509,5510,1996,working fulltime,42.0,no,iap,10.0,e. sou. central,2.0,0.0,0.0,$15000 - 19999,e. sou. central,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5510,5511,1996,keeping house,,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. sou. central,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5511,5512,1996,working fulltime,28.0,,iap,9.0,e. sou. central,0.0,1.0,0.0,$15000 - 19999,e. sou. central,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5512,5513,1996,working fulltime,60.0,no,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5513,5514,1996,working fulltime,31.0,no,iap,7.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5514,5515,1996,working parttime,40.0,,iap,8.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5515,5516,1996,working fulltime,64.0,no,iap,18.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5516,5517,1996,working fulltime,27.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,,e. sou. central,lt once a year,2,yes,3.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5517,5518,1996,working fulltime,29.0,no,iap,11.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5518,5519,1996,working fulltime,36.0,no,iap,10.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. sou. central,sevrl times a yr,2,yes,2.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5519,5520,1996,working parttime,40.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5520,5521,1996,keeping house,,yes,iap,8.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,never,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5521,5522,1996,working parttime,51.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,1,yes,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5522,5523,1996,keeping house,,no,,8.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5523,5524,1996,other,34.0,no,iap,3.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,once a year,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5524,5525,1996,keeping house,42.0,yes,iap,3.0,e. nor. central,0.0,3.0,0.0,$1000 to 2999,e. sou. central,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5525,5526,1996,working fulltime,28.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,,3.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5526,5527,1996,keeping house,28.0,no,iap,5.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5527,5528,1996,working parttime,40.0,no,iap,7.0,e. sou. central,0.0,1.0,1.0,,e. sou. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5528,5529,1996,other,39.0,no,,10.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,0,iap,10.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5529,5530,1996,retired,33.0,,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5530,5531,1996,retired,39.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,more thn once wk,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5531,5532,1996,keeping house,,,,13.0,w. sou. central,2.0,0.0,0.0,$8000 to 9999,w. sou. central,once a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5532,5533,1996,working fulltime,31.0,,,12.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,nrly every week,1,iap,2.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +5533,5534,1996,school,31.0,,,10.0,w. sou. central,1.0,0.0,1.0,$1000 to 2999,w. sou. central,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5534,5535,1996,retired,,no,,,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,lt once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5535,5536,1996,working fulltime,28.0,,iap,16.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,,1,iap,3.0,0,1.0,1,,1,1,,,,0,1,0,0,0,0,0, +5536,5537,1996,working fulltime,17.0,no,iap,12.0,w. sou. central,2.0,0.0,0.0,$3000 to 3999,w. sou. central,2-3x a month,1,iap,4.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5537,5538,1996,keeping house,,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,2,,4.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5538,5539,1996,keeping house,,no,iap,14.0,w. sou. central,0.0,1.0,1.0,$20000 - 24999,w. sou. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5539,5540,1996,keeping house,,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,lt once a year,1,yes,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5540,5541,1996,keeping house,28.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5541,5542,1996,keeping house,,no,iap,10.0,e. sou. central,2.0,1.0,0.0,$25000 or more,e. sou. central,once a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5542,5543,1996,keeping house,29.0,no,,13.0,e. sou. central,1.0,0.0,1.0,$25000 or more,e. sou. central,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5543,5544,1996,working fulltime,39.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5544,5545,1996,working fulltime,51.0,yes,yes,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5545,5546,1996,keeping house,51.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5546,5547,1996,keeping house,23.0,no,,5.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,lt once a year,1,,1.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5547,5548,1996,working fulltime,28.0,,,12.0,e. sou. central,1.0,0.0,1.0,$10000 - 14999,e. sou. central,once a month,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +5548,5549,1996,keeping house,23.0,,,11.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5549,5550,1996,working fulltime,50.0,yes,,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,more thn once wk,0,yes,,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5550,5551,1996,keeping house,,no,iap,9.0,e. sou. central,0.0,1.0,0.0,$10000 - 14999,e. sou. central,2-3x a month,1,,6.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5551,5552,1996,working fulltime,51.0,,,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,yes,,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5552,5553,1996,school,,,,11.0,e. sou. central,0.0,1.0,0.0,$7000 to 7999,e. sou. central,2-3x a month,1,yes,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5553,5554,1996,keeping house,29.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,lt once a year,1,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5554,5555,1996,working fulltime,42.0,yes,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,3.0,1,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +5555,5556,1996,working fulltime,30.0,,iap,14.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,once a month,0,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5556,5557,1996,retired,36.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5557,5558,1996,working parttime,46.0,no,iap,19.0,e. sou. central,0.0,1.0,2.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5558,5559,1996,keeping house,31.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5559,5560,1996,working fulltime,47.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,0,yes,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5560,5561,1996,working fulltime,40.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,more thn once wk,1,yes,2.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +5561,5562,1996,retired,50.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,,e. sou. central,once a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5562,5563,1996,working fulltime,24.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5563,5564,1996,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,,0.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5564,5565,1996,retired,46.0,no,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5565,5566,1996,retired,61.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5566,5567,1996,working fulltime,39.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,,south atlantic,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5567,5568,1996,working parttime,46.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5568,5569,1996,keeping house,64.0,no,iap,17.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5569,5570,1996,working fulltime,52.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5570,5571,1996,working fulltime,34.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5571,5572,1996,working fulltime,47.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5572,5573,1996,working fulltime,36.0,,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,,2.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5573,5574,1996,working fulltime,24.0,no,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5574,5575,1996,working fulltime,42.0,,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,yes,4.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5575,5576,1996,working fulltime,59.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5576,5577,1996,working parttime,29.0,,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5577,5578,1996,working fulltime,33.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5578,5579,1996,retired,36.0,yes,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,,2,yes,6.0,1,1.0,0,,1,0,,,,0,1,0,0,0,0,0, +5579,5580,1996,working fulltime,22.0,no,,9.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5580,5581,1996,keeping house,,no,,10.0,south atlantic,1.0,1.0,0.0,,south atlantic,lt once a year,2,yes,3.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +5581,5582,1996,retired,23.0,,yes,3.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5582,5583,1996,retired,23.0,no,,11.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,every week,2,,20.0,1,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5583,5584,1996,working fulltime,64.0,yes,iap,16.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,0,iap,,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5584,5585,1996,working fulltime,34.0,,,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,0,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +5585,5586,1996,"unempl, laid off",34.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a month,0,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5586,5587,1996,keeping house,29.0,no,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5587,5588,1996,working fulltime,23.0,,,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5588,5589,1996,working fulltime,30.0,yes,iap,7.0,e. nor. central,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,0.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5589,5590,1996,working fulltime,46.0,yes,yes,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5590,5591,1996,retired,44.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,,1,,4.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5591,5592,1996,working fulltime,44.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5592,5593,1996,working fulltime,30.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5593,5594,1996,working fulltime,47.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5594,5595,1996,working parttime,60.0,no,iap,15.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5595,5596,1996,keeping house,20.0,,,12.0,middle atlantic,0.0,0.0,1.0,$5000 to 5999,south atlantic,lt once a year,2,,12.0,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5596,5597,1996,working fulltime,36.0,,iap,12.0,south atlantic,1.0,1.0,0.0,$15000 - 19999,south atlantic,,1,,6.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,1.0 +5597,5598,1996,working fulltime,47.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5598,5599,1996,keeping house,42.0,no,,12.0,south atlantic,1.0,1.0,0.0,$20000 - 24999,south atlantic,more thn once wk,0,iap,,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5599,5600,1996,working fulltime,35.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,5.0,1,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5600,5601,1996,working fulltime,66.0,no,,18.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,more thn once wk,1,iap,1.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0, +5601,5602,1996,working fulltime,44.0,,yes,12.0,south atlantic,0.0,1.0,3.0,$20000 - 24999,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5602,5603,1996,working fulltime,44.0,no,iap,12.0,south atlantic,0.0,0.0,2.0,$20000 - 24999,south atlantic,every week,2,iap,6.0,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +5603,5604,1996,working fulltime,64.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5604,5605,1996,working fulltime,30.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5605,5606,1996,working fulltime,50.0,,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5606,5607,1996,working fulltime,30.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5607,5608,1996,working fulltime,22.0,,,13.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,2.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5608,5609,1996,working fulltime,41.0,no,iap,8.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5609,5610,1996,working fulltime,59.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5610,5611,1996,retired,30.0,no,,4.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,nrly every week,0,yes,,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5611,5612,1996,keeping house,44.0,yes,iap,12.0,middle atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5612,5613,1996,working fulltime,30.0,no,iap,9.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5613,5614,1996,working fulltime,42.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,yes,2.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5614,5615,1996,working fulltime,30.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5615,5616,1996,retired,51.0,no,,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5616,5617,1996,keeping house,,no,iap,8.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,never,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5617,5618,1996,keeping house,,,,12.0,south atlantic,1.0,2.0,0.0,$20000 - 24999,south atlantic,never,2,iap,5.0,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +5618,5619,1996,keeping house,40.0,no,,3.0,south atlantic,1.0,0.0,1.0,,south atlantic,,1,,1.0,0,0.0,1,,1,1,,,,0,1,0,0,0,0,0,0.0 +5619,5620,1996,temp not working,22.0,yes,,8.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,2-3x a month,1,yes,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5620,5621,1996,working fulltime,38.0,,,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,1,,7.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5621,5622,1996,working fulltime,30.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,1,yes,1.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5622,5623,1996,working fulltime,36.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5623,5624,1996,working fulltime,44.0,,,16.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5624,5625,1996,working parttime,46.0,no,yes,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5625,5626,1996,keeping house,,no,,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5626,5627,1996,retired,51.0,yes,iap,7.0,e. sou. central,0.0,0.0,0.0,lt $1000,south atlantic,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5627,5628,1996,working fulltime,39.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5628,5629,1996,retired,43.0,yes,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5629,5630,1996,working fulltime,75.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,0.0,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5630,5631,1996,working fulltime,64.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5631,5632,1996,keeping house,66.0,yes,iap,19.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,11.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5632,5633,1996,working fulltime,51.0,,,16.0,foreign,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5633,5634,1996,working parttime,52.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5634,5635,1996,retired,,no,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5635,5636,1996,working fulltime,39.0,no,,13.0,e. sou. central,0.0,2.0,0.0,,e. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5636,5637,1996,keeping house,22.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,sevrl times a yr,2,yes,4.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5637,5638,1996,retired,47.0,no,,14.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,every week,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5638,5639,1996,keeping house,,,,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,0,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5639,5640,1996,working fulltime,19.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5640,5641,1996,working fulltime,40.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5641,5642,1996,working fulltime,66.0,no,iap,16.0,e. sou. central,0.0,0.0,2.0,$25000 or more,e. sou. central,more thn once wk,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5642,5643,1996,working fulltime,30.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5643,5644,1996,keeping house,22.0,no,,10.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5644,5645,1996,retired,58.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,nrly every week,2,iap,4.0,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5645,5646,1996,retired,33.0,no,,6.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5646,5647,1996,retired,23.0,no,,3.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5647,5648,1996,keeping house,,,,10.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,,1,,5.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5648,5649,1996,retired,27.0,,iap,11.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5649,5650,1996,working fulltime,42.0,,iap,8.0,e. sou. central,2.0,0.0,0.0,$1000 to 2999,e. sou. central,,1,,4.0,0,0.0,0,,0,0,,,,0,1,0,0,0,0,0,1.0 +5650,5651,1996,working fulltime,34.0,,,13.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,lt once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5651,5652,1996,keeping house,31.0,,iap,12.0,e. sou. central,0.0,2.0,1.0,,e. sou. central,2-3x a month,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5652,5653,1996,working fulltime,30.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,,2,,4.0,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0,0.0 +5653,5654,1996,keeping house,,yes,,8.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,once a year,1,iap,12.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5654,5655,1996,keeping house,22.0,,iap,9.0,e. sou. central,1.0,0.0,0.0,lt $1000,e. sou. central,sevrl times a yr,0,yes,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5655,5656,1996,keeping house,42.0,,iap,11.0,e. sou. central,1.0,1.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5656,5657,1996,other,35.0,no,iap,14.0,e. sou. central,0.0,1.0,1.0,$10000 - 14999,e. sou. central,more thn once wk,2,iap,7.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5657,5658,1996,working fulltime,44.0,yes,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5658,5659,1996,retired,41.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,e. sou. central,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5659,5660,1996,working fulltime,37.0,no,yes,11.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,never,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5660,5661,1996,working fulltime,23.0,no,iap,9.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,once a year,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5661,5662,1996,keeping house,24.0,no,iap,13.0,e. sou. central,0.0,2.0,0.0,$20000 - 24999,e. sou. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5662,5663,1996,retired,64.0,yes,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,2,yes,6.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5663,5664,1996,working fulltime,35.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$10000 - 14999,e. sou. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5664,5665,1996,working fulltime,47.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5665,5666,1996,working fulltime,20.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5666,5667,1996,keeping house,51.0,no,iap,12.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,1,,7.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5667,5668,1996,working fulltime,57.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5668,5669,1996,working fulltime,34.0,yes,iap,12.0,w. sou. central,0.0,1.0,1.0,$15000 - 19999,w. sou. central,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5669,5670,1996,keeping house,32.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5670,5671,1996,working parttime,32.0,,,11.0,w. sou. central,0.0,0.0,1.0,$15000 - 19999,w. sou. central,sevrl times a yr,1,,3.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5671,5672,1996,working fulltime,65.0,yes,iap,14.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5672,5673,1996,temp not working,44.0,no,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,w. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5673,5674,1996,working fulltime,64.0,no,iap,18.0,w. sou. central,3.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5674,5675,1996,working fulltime,46.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5675,5676,1996,retired,35.0,no,,11.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5676,5677,1996,working fulltime,64.0,no,iap,16.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5677,5678,1996,working fulltime,54.0,no,iap,12.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,1.0,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5678,5679,1996,working fulltime,34.0,no,iap,12.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,,1,yes,3.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0, +5679,5680,1996,working fulltime,34.0,yes,iap,8.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,,1,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5680,5681,1996,keeping house,64.0,no,iap,16.0,w. sou. central,2.0,2.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5681,5682,1996,keeping house,36.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5682,5683,1996,working fulltime,40.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,lt once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5683,5684,1996,other,35.0,no,iap,11.0,w. sou. central,0.0,0.0,1.0,$15000 - 19999,w. sou. central,2-3x a month,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5684,5685,1996,working fulltime,51.0,no,iap,16.0,w. sou. central,2.0,2.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5685,5686,1996,working fulltime,34.0,no,iap,10.0,e. sou. central,1.0,0.0,0.0,,w. sou. central,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5686,5687,1996,working fulltime,66.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5687,5688,1996,working fulltime,44.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5688,5689,1996,working fulltime,51.0,yes,iap,16.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,every week,2,yes,3.0,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5689,5690,1996,working parttime,29.0,no,iap,8.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,4.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5690,5691,1996,working fulltime,29.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5691,5692,1996,working fulltime,29.0,yes,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5692,5693,1996,keeping house,23.0,yes,iap,10.0,w. sou. central,3.0,1.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,2,iap,4.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5693,5694,1996,working fulltime,42.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5694,5695,1996,working fulltime,32.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,5.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5695,5696,1996,working fulltime,30.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,4.0,1,0.0,1,,0,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5696,5697,1996,working fulltime,53.0,,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5697,5698,1996,working fulltime,47.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5698,5699,1996,working fulltime,47.0,yes,iap,13.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5699,5700,1996,working parttime,33.0,,,12.0,w. sou. central,2.0,0.0,0.0,$3000 to 3999,w. sou. central,once a year,0,iap,9.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +5700,5701,1996,working fulltime,44.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,,2,,3.0,1,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5701,5702,1996,working fulltime,35.0,,,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a month,1,,2.0,0,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5702,5703,1996,working fulltime,42.0,,iap,11.0,w. sou. central,0.0,1.0,2.0,$6000 to 6999,w. sou. central,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +5703,5704,1996,retired,28.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5704,5705,1996,working fulltime,46.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5705,5706,1996,keeping house,28.0,,iap,9.0,e. nor. central,0.0,1.0,2.0,$15000 - 19999,w. sou. central,lt once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5706,5707,1996,keeping house,35.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5707,5708,1996,retired,44.0,no,,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,0,,5.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5708,5709,1996,working fulltime,31.0,yes,iap,13.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5709,5710,1996,working fulltime,23.0,no,iap,12.0,foreign,0.0,0.0,0.0,,w. sou. central,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5710,5711,1996,working parttime,55.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,,1,yes,,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5711,5712,1996,retired,40.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5712,5713,1996,keeping house,44.0,no,iap,12.0,w. sou. central,2.0,0.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5713,5714,1996,working fulltime,66.0,no,iap,18.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. sou. central,lt once a year,1,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5714,5715,1996,working fulltime,51.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5715,5716,1996,working fulltime,30.0,yes,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,,2,yes,2.0,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +5716,5717,1996,working fulltime,30.0,no,iap,14.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5717,5718,1996,working parttime,64.0,,iap,12.0,mountain,0.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5718,5719,1996,"unempl, laid off",63.0,,,12.0,middle atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5719,5720,1996,school,,,,11.0,south atlantic,0.0,0.0,3.0,,south atlantic,every week,1,iap,10.0,0,0.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +5720,5721,1996,working fulltime,40.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,1,yes,3.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5721,5722,1996,keeping house,,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5722,5723,1996,keeping house,,no,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5723,5724,1996,working fulltime,47.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5724,5725,1996,keeping house,34.0,,,12.0,south atlantic,2.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5725,5726,1996,working fulltime,33.0,yes,yes,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5726,5727,1996,working fulltime,47.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5727,5728,1996,working fulltime,52.0,no,iap,17.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5728,5729,1996,working fulltime,38.0,no,iap,13.0,south atlantic,1.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5729,5730,1996,working fulltime,36.0,no,iap,12.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,once a year,0,yes,2.0,0,1.0,1,,1,1,,0.0,0.0,0,1,0,0,0,0,0, +5730,5731,1996,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5731,5732,1996,working fulltime,74.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5732,5733,1996,retired,40.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5733,5734,1996,working fulltime,63.0,,,16.0,middle atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,1,yes,,0,0.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5734,5735,1996,retired,49.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5735,5736,1996,"unempl, laid off",36.0,no,iap,13.0,middle atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5736,5737,1996,working fulltime,35.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5737,5738,1996,working fulltime,30.0,,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,1,,4.0,0,1.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5738,5739,1996,working fulltime,29.0,,,10.0,south atlantic,0.0,1.0,0.0,,south atlantic,sevrl times a yr,1,iap,3.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +5739,5740,1996,working fulltime,22.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,,south atlantic,sevrl times a yr,1,iap,4.0,0,1.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5740,5741,1996,school,,,,12.0,south atlantic,0.0,0.0,1.0,,south atlantic,2-3x a month,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0, +5741,5742,1996,working fulltime,25.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,0.0,0,0.0,1,,1,1,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5742,5743,1996,retired,31.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,1.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5743,5744,1996,working fulltime,31.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5744,5745,1996,retired,21.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,,6.0,0,1.0,1,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5745,5746,1996,working fulltime,28.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,0,yes,,0,1.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5746,5747,1996,school,74.0,,,16.0,mountain,0.0,0.0,0.0,$4000 to 4999,mountain,once a year,0,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5747,5748,1996,working parttime,43.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,3.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5748,5749,1996,temp not working,31.0,,,19.0,mountain,0.0,0.0,0.0,$8000 to 9999,mountain,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5749,5750,1996,working fulltime,46.0,,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5750,5751,1996,working fulltime,35.0,,,14.0,mountain,0.0,0.0,0.0,,mountain,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5751,5752,1996,working parttime,28.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5752,5753,1996,working fulltime,47.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5753,5754,1996,school,60.0,,,15.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,mountain,lt once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5754,5755,1996,working fulltime,44.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,0,,5.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5755,5756,1996,working fulltime,66.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5756,5757,1996,working fulltime,51.0,,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5757,5758,1996,working fulltime,23.0,,,12.0,mountain,0.0,0.0,0.0,$5000 to 5999,mountain,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5758,5759,1996,working fulltime,50.0,no,iap,11.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5759,5760,1996,working fulltime,24.0,,,13.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a month,2,,6.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5760,5761,1996,working fulltime,42.0,,,17.0,pacific,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5761,5762,1996,keeping house,69.0,no,iap,16.0,mountain,1.0,1.0,1.0,$25000 or more,mountain,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5762,5763,1996,other,34.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,mountain,every week,0,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5763,5764,1996,working fulltime,34.0,,,11.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5764,5765,1996,working fulltime,66.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5765,5766,1996,working fulltime,44.0,no,iap,12.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,once a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5766,5767,1996,working fulltime,43.0,no,iap,12.0,mountain,2.0,1.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5767,5768,1996,school,,,,11.0,mountain,0.0,1.0,2.0,$10000 - 14999,mountain,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5768,5769,1996,other,60.0,no,iap,12.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5769,5770,1996,working fulltime,43.0,,,14.0,mountain,0.0,0.0,3.0,$10000 - 14999,mountain,nrly every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5770,5771,1996,school,,,,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,7.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5771,5772,1996,working fulltime,55.0,,iap,16.0,mountain,0.0,1.0,3.0,$25000 or more,mountain,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5772,5773,1996,working fulltime,44.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5773,5774,1996,working parttime,27.0,no,iap,13.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5774,5775,1996,keeping house,34.0,yes,iap,12.0,pacific,1.0,2.0,0.0,$15000 - 19999,mountain,sevrl times a yr,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5775,5776,1996,working parttime,32.0,yes,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,mountain,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5776,5777,1996,working fulltime,64.0,no,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5777,5778,1996,working fulltime,31.0,,,15.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5778,5779,1996,working parttime,29.0,no,iap,12.0,mountain,1.0,1.0,0.0,$20000 - 24999,mountain,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5779,5780,1996,working fulltime,52.0,yes,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,mountain,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5780,5781,1996,working fulltime,61.0,,iap,15.0,mountain,0.0,1.0,0.0,$25000 or more,mountain,once a month,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5781,5782,1996,working fulltime,47.0,,,17.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,never,1,yes,5.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5782,5783,1996,keeping house,39.0,no,,12.0,mountain,0.0,0.0,0.0,,mountain,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5783,5784,1996,working fulltime,66.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5784,5785,1996,retired,42.0,no,iap,15.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5785,5786,1996,retired,60.0,no,iap,16.0,mountain,0.0,0.0,0.0,,mountain,2-3x a month,0,yes,,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5786,5787,1996,working fulltime,69.0,,iap,20.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5787,5788,1996,working parttime,51.0,no,iap,17.0,mountain,1.0,1.0,0.0,$10000 - 14999,mountain,once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5788,5789,1996,working fulltime,66.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,,2,iap,3.0,1,1.0,0,,0,0,,,,0,1,0,0,0,0,0, +5789,5790,1996,working fulltime,36.0,,,14.0,w. nor. central,0.0,0.0,0.0,,mountain,sevrl times a yr,0,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5790,5791,1996,working fulltime,37.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5791,5792,1996,working fulltime,49.0,no,iap,16.0,w. nor. central,0.0,0.0,2.0,$25000 or more,mountain,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5792,5793,1996,working fulltime,51.0,no,iap,12.0,mountain,0.0,0.0,0.0,,mountain,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5793,5794,1996,working fulltime,32.0,,iap,12.0,mountain,0.0,0.0,1.0,$10000 - 14999,mountain,never,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5794,5795,1996,working parttime,32.0,,iap,12.0,mountain,0.0,0.0,1.0,$7000 to 7999,mountain,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5795,5796,1996,working fulltime,38.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5796,5797,1996,working parttime,30.0,,,11.0,mountain,0.0,2.0,1.0,$25000 or more,mountain,nrly every week,1,yes,0.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5797,5798,1996,working fulltime,24.0,,,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5798,5799,1996,working parttime,51.0,no,iap,9.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5799,5800,1996,working fulltime,22.0,no,iap,12.0,mountain,0.0,1.0,1.0,$25000 or more,mountain,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5800,5801,1996,working fulltime,48.0,,iap,12.0,mountain,0.0,1.0,0.0,$15000 - 19999,mountain,once a year,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5801,5802,1996,working fulltime,69.0,,iap,14.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5802,5803,1996,working fulltime,28.0,no,,12.0,pacific,2.0,0.0,0.0,$15000 - 19999,mountain,once a year,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5803,5804,1996,working fulltime,44.0,,iap,12.0,mountain,1.0,3.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5804,5805,1996,working fulltime,42.0,yes,iap,12.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,every week,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5805,5806,1996,working fulltime,22.0,no,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5806,5807,1996,retired,,no,,12.0,mountain,0.0,0.0,0.0,$6000 to 6999,mountain,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5807,5808,1996,retired,47.0,no,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5808,5809,1996,working fulltime,64.0,no,iap,19.0,mountain,0.0,1.0,0.0,,mountain,2-3x a month,2,,,1,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5809,5810,1996,working fulltime,40.0,no,,8.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5810,5811,1996,working parttime,29.0,yes,iap,12.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5811,5812,1996,temp not working,47.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5812,5813,1996,working fulltime,31.0,no,iap,11.0,pacific,0.0,2.0,1.0,$10000 - 14999,pacific,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5813,5814,1996,keeping house,42.0,yes,iap,8.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5814,5815,1996,working fulltime,34.0,no,,15.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,never,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5815,5816,1996,retired,30.0,no,iap,8.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5816,5817,1996,working fulltime,49.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5817,5818,1996,retired,37.0,no,iap,9.0,pacific,0.0,0.0,1.0,$15000 - 19999,pacific,once a year,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5818,5819,1996,working fulltime,51.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5819,5820,1996,working fulltime,47.0,,,15.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5820,5821,1996,working fulltime,32.0,yes,iap,14.0,pacific,0.0,0.0,1.0,,pacific,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0, +5821,5822,1996,working fulltime,31.0,,,16.0,pacific,0.0,0.0,2.0,$20000 - 24999,pacific,nrly every week,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5822,5823,1996,working fulltime,27.0,,iap,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5823,5824,1996,working parttime,29.0,no,iap,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5824,5825,1996,retired,38.0,yes,yes,11.0,mountain,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5825,5826,1996,keeping house,34.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5826,5827,1996,keeping house,,no,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5827,5828,1996,working fulltime,66.0,,,17.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,,1,,2.0,0,1.0,0,,1,0,,,,0,1,0,0,0,0,0,0.0 +5828,5829,1996,retired,20.0,,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,2,iap,7.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5829,5830,1996,working fulltime,66.0,no,iap,15.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5830,5831,1996,working fulltime,75.0,no,iap,19.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5831,5832,1996,working fulltime,42.0,yes,iap,13.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5832,5833,1996,working fulltime,71.0,no,,20.0,middle atlantic,0.0,0.0,0.0,,pacific,nrly every week,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0,0.0 +5833,5834,1996,working fulltime,46.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5834,5835,1996,working fulltime,29.0,,,13.0,w. nor. central,0.0,1.0,0.0,$15000 - 19999,pacific,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5835,5836,1996,retired,44.0,,yes,10.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5836,5837,1996,working fulltime,51.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5837,5838,1996,working fulltime,40.0,,iap,12.0,pacific,0.0,0.0,2.0,$10000 - 14999,pacific,nrly every week,1,yes,,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0,1.0 +5838,5839,1996,working fulltime,32.0,,iap,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5839,5840,1996,working fulltime,42.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5840,5841,1996,working parttime,65.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5841,5842,1996,working fulltime,47.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5842,5843,1996,working fulltime,36.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5843,5844,1996,working fulltime,42.0,,,16.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5844,5845,1996,working fulltime,44.0,no,yes,12.0,south atlantic,0.0,1.0,1.0,$10000 - 14999,pacific,once a month,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5845,5846,1996,working fulltime,38.0,no,iap,13.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5846,5847,1996,working fulltime,53.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5847,5848,1996,working fulltime,51.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,1,0,0,0,0,0,0.0 +5848,5849,1996,working fulltime,33.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5849,5850,1996,working fulltime,29.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,iap,3.0,1,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5850,5851,1996,working fulltime,45.0,no,iap,12.0,e. nor. central,2.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,1.0,0,0.0,0,,0,0,,1.0,0.0,0,1,0,0,0,0,0, +5851,5852,1996,working fulltime,69.0,no,iap,14.0,mountain,0.0,0.0,2.0,$25000 or more,pacific,lt once a year,1,yes,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5852,5853,1996,keeping house,,no,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5853,5854,1996,working fulltime,22.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5854,5855,1996,"unempl, laid off",28.0,,,16.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,pacific,never,0,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5855,5856,1996,keeping house,36.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0,0.0 +5856,5857,1996,working fulltime,32.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0, +5857,5858,1996,working fulltime,45.0,,,11.0,pacific,0.0,0.0,0.0,$4000 to 4999,pacific,never,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,1,0,0,0,0,0, +5858,5859,1996,working parttime,46.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,pacific,more thn once wk,1,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,1,0,0,0,0,0, +5859,5860,1996,working fulltime,22.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,more thn once wk,1,iap,0.0,0,0.0,0,,0,0,,0.0,1.0,0,1,0,0,0,0,0, +5860,5861,1996,working fulltime,49.0,no,iap,9.0,pacific,0.0,3.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,,1,0.0,1,,0,0,,1.0,0.0,0,1,0,0,0,0,0,1.0 +5861,5862,1996,working parttime,28.0,no,iap,12.0,new england,0.0,2.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,1,0,0,0,0,0,1.0 +5862,5863,1998,working fulltime,45.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5863,5864,1998,working parttime,35.0,,,17.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,2-3x a month,1,,6.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5864,5865,1998,working fulltime,54.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5865,5866,1998,working fulltime,25.0,,,13.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,sevrl times a yr,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +5866,5867,1998,working fulltime,51.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5867,5868,1998,working fulltime,65.0,,iap,16.0,w. sou. central,0.0,1.0,0.0,$20000 - 24999,w. sou. central,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +5868,5869,1998,working fulltime,47.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5869,5870,1998,working fulltime,61.0,,,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5870,5871,1998,working parttime,64.0,yes,iap,18.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +5871,5872,1998,working fulltime,64.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +5872,5873,1998,"unempl, laid off",33.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5873,5874,1998,working fulltime,65.0,no,,15.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,yes,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5874,5875,1998,working parttime,61.0,,iap,14.0,w. sou. central,1.0,0.0,1.0,$25000 or more,w. sou. central,once a month,1,yes,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +5875,5876,1998,working fulltime,60.0,yes,,20.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5876,5877,1998,keeping house,28.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,0,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5877,5878,1998,working fulltime,51.0,no,,16.0,foreign,1.0,0.0,2.0,$20000 - 24999,w. sou. central,every week,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5878,5879,1998,working fulltime,35.0,,iap,11.0,w. sou. central,,,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5879,5880,1998,keeping house,,no,,7.0,w. sou. central,3.0,4.0,0.0,,w. sou. central,once a month,0,iap,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5880,5881,1998,working fulltime,40.0,no,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5881,5882,1998,working fulltime,59.0,no,iap,16.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5882,5883,1998,working fulltime,51.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5883,5884,1998,working fulltime,53.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5884,5885,1998,retired,74.0,,yes,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5885,5886,1998,retired,46.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5886,5887,1998,working parttime,50.0,yes,iap,18.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,0,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +5887,5888,1998,retired,59.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5888,5889,1998,working fulltime,30.0,,,15.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5889,5890,1998,working fulltime,45.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5890,5891,1998,working fulltime,34.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5891,5892,1998,working fulltime,47.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,2,iap,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +5892,5893,1998,working parttime,61.0,yes,yes,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5893,5894,1998,working fulltime,65.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5894,5895,1998,working fulltime,43.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,yes,6.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5895,5896,1998,working fulltime,31.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +5896,5897,1998,retired,29.0,yes,,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,0,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +5897,5898,1998,working fulltime,61.0,,iap,16.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5898,5899,1998,working fulltime,49.0,,iap,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5899,5900,1998,keeping house,,no,iap,9.0,w. sou. central,2.0,2.0,0.0,$8000 to 9999,w. sou. central,sevrl times a yr,2,iap,10.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +5900,5901,1998,working fulltime,35.0,yes,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5901,5902,1998,working parttime,47.0,no,iap,16.0,south atlantic,0.0,2.0,2.0,,w. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5902,5903,1998,keeping house,,no,,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +5903,5904,1998,working fulltime,39.0,yes,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,2-3x a month,2,,4.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5904,5905,1998,school,32.0,,,11.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,2-3x a month,1,,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5905,5906,1998,retired,64.0,no,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +5906,5907,1998,working parttime,61.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5907,5908,1998,working fulltime,71.0,no,,16.0,new england,0.0,0.0,0.0,,w. sou. central,,2,iap,,1,1.0,0,,0,0,,,,0,0,1,0,0,0,0,1.0 +5908,5909,1998,working fulltime,75.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,3.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +5909,5910,1998,working parttime,39.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,w. sou. central,every week,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5910,5911,1998,school,65.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,0.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +5911,5912,1998,working fulltime,22.0,no,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,never,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5912,5913,1998,working fulltime,45.0,no,iap,16.0,foreign,1.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5913,5914,1998,working fulltime,24.0,,,13.0,w. sou. central,1.0,1.0,0.0,$20000 - 24999,w. sou. central,nrly every week,0,iap,5.0,0,0.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +5914,5915,1998,working fulltime,29.0,no,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5915,5916,1998,working fulltime,32.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,iap,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5916,5917,1998,working parttime,46.0,,,20.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5917,5918,1998,working fulltime,54.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5918,5919,1998,working fulltime,27.0,,iap,14.0,foreign,0.0,0.0,0.0,$7000 to 7999,w. sou. central,every week,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5919,5920,1998,working fulltime,49.0,,iap,16.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5920,5921,1998,working parttime,17.0,no,,6.0,e. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,,1.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5921,5922,1998,working fulltime,75.0,,,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5922,5923,1998,working fulltime,36.0,,,11.0,e. nor. central,1.0,1.0,1.0,$10000 - 14999,e. nor. central,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +5923,5924,1998,retired,23.0,no,,11.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,more thn once wk,1,iap,8.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +5924,5925,1998,retired,23.0,,iap,7.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5925,5926,1998,retired,42.0,yes,,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,0,yes,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5926,5927,1998,retired,,yes,,11.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,more thn once wk,1,iap,6.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5927,5928,1998,keeping house,42.0,,,6.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5928,5929,1998,working fulltime,46.0,,,14.0,e. nor. central,0.0,2.0,0.0,$8000 to 9999,e. nor. central,never,2,iap,6.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +5929,5930,1998,working fulltime,50.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,1,iap,3.0,0,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +5930,5931,1998,keeping house,60.0,,yes,12.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,1,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +5931,5932,1998,working fulltime,24.0,no,,14.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,,1,,1.0,0,0.0,1,,1,1,,,,0,0,1,0,0,0,0,0.0 +5932,5933,1998,working fulltime,64.0,no,iap,20.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5933,5934,1998,working fulltime,56.0,yes,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,yes,,1,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5934,5935,1998,working fulltime,34.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,11.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +5935,5936,1998,working fulltime,41.0,no,iap,14.0,e. nor. central,2.0,2.0,0.0,$10000 - 14999,e. nor. central,once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +5936,5937,1998,retired,64.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5937,5938,1998,working fulltime,44.0,,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5938,5939,1998,working fulltime,47.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5939,5940,1998,retired,30.0,yes,iap,8.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5940,5941,1998,working fulltime,43.0,no,,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5941,5942,1998,retired,24.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5942,5943,1998,working fulltime,36.0,,iap,12.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,once a year,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5943,5944,1998,working fulltime,23.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5944,5945,1998,working parttime,43.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5945,5946,1998,working fulltime,47.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5946,5947,1998,keeping house,40.0,,iap,10.0,e. nor. central,0.0,1.0,1.0,$20000 - 24999,e. nor. central,never,0,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5947,5948,1998,working fulltime,65.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,yes,1.0,1,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5948,5949,1998,working fulltime,47.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5949,5950,1998,retired,75.0,,yes,19.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5950,5951,1998,working fulltime,75.0,no,iap,20.0,foreign,1.0,0.0,0.0,$25000 or more,e. nor. central,,2,iap,,1,1.0,0,,0,0,,,,0,0,1,0,0,0,0,0.0 +5951,5952,1998,working fulltime,75.0,no,iap,20.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5952,5953,1998,retired,51.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5953,5954,1998,working fulltime,51.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5954,5955,1998,working fulltime,32.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,0,iap,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +5955,5956,1998,working parttime,52.0,no,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5956,5957,1998,working fulltime,65.0,,iap,18.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5957,5958,1998,keeping house,46.0,no,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5958,5959,1998,working fulltime,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5959,5960,1998,working fulltime,41.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5960,5961,1998,working parttime,47.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5961,5962,1998,working fulltime,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5962,5963,1998,working fulltime,45.0,no,iap,16.0,foreign,0.0,2.0,1.0,$25000 or more,e. nor. central,every week,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5963,5964,1998,working parttime,31.0,,,9.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5964,5965,1998,working fulltime,34.0,,,18.0,e. sou. central,0.0,0.0,1.0,$20000 - 24999,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5965,5966,1998,working fulltime,49.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5966,5967,1998,"unempl, laid off",31.0,,,10.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,0,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5967,5968,1998,working fulltime,33.0,no,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +5968,5969,1998,working fulltime,51.0,no,iap,13.0,foreign,0.0,0.0,1.0,$25000 or more,e. nor. central,2-3x a month,1,iap,6.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +5969,5970,1998,other,31.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,sevrl times a yr,0,iap,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +5970,5971,1998,keeping house,,,,6.0,middle atlantic,1.0,1.0,1.0,,middle atlantic,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5971,5972,1998,"unempl, laid off",40.0,,,12.0,middle atlantic,2.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,,3.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +5972,5973,1998,temp not working,22.0,,,11.0,pacific,0.0,0.0,0.0,,middle atlantic,never,0,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5973,5974,1998,school,,,,12.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +5974,5975,1998,keeping house,,no,iap,11.0,middle atlantic,1.0,1.0,0.0,,middle atlantic,once a month,2,,3.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5975,5976,1998,other,24.0,,iap,7.0,foreign,0.0,0.0,0.0,$3000 to 3999,middle atlantic,more thn once wk,0,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5976,5977,1998,working fulltime,28.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5977,5978,1998,retired,28.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,never,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5978,5979,1998,working fulltime,,,iap,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +5979,5980,1998,keeping house,69.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,iap,6.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +5980,5981,1998,working fulltime,51.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,,1,,1.0,0,1.0,0,,1,0,,,,0,0,1,0,0,0,0,1.0 +5981,5982,1998,school,,,,16.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,lt once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5982,5983,1998,keeping house,60.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,yes,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +5983,5984,1998,working fulltime,32.0,,,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,1.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5984,5985,1998,working fulltime,43.0,,yes,15.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,1,iap,6.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +5985,5986,1998,other,38.0,,iap,11.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,every week,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5986,5987,1998,retired,32.0,no,,9.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,2-3x a month,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +5987,5988,1998,retired,43.0,no,,9.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,every week,2,,12.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5988,5989,1998,retired,24.0,yes,,9.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,nrly every week,0,,1.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5989,5990,1998,retired,47.0,,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,nrly every week,1,iap,,0,0.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5990,5991,1998,retired,42.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5991,5992,1998,keeping house,28.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +5992,5993,1998,retired,46.0,yes,,18.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,middle atlantic,more thn once wk,0,iap,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +5993,5994,1998,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5994,5995,1998,retired,35.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,,1,iap,8.0,0,0.0,1,,0,0,,,,0,0,1,0,0,0,0, +5995,5996,1998,working fulltime,30.0,,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,9.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +5996,5997,1998,working fulltime,46.0,yes,iap,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a month,1,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +5997,5998,1998,keeping house,23.0,,,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5998,5999,1998,retired,46.0,no,yes,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +5999,6000,1998,working fulltime,52.0,yes,iap,20.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6000,6001,1998,working fulltime,31.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6001,6002,1998,working fulltime,34.0,,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,never,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6002,6003,1998,keeping house,47.0,no,,15.0,middle atlantic,0.0,1.0,1.0,$10000 - 14999,middle atlantic,nrly every week,0,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6003,6004,1998,working fulltime,35.0,yes,iap,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6004,6005,1998,working fulltime,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,0,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6005,6006,1998,working fulltime,51.0,no,iap,11.0,middle atlantic,0.0,2.0,0.0,,middle atlantic,lt once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6006,6007,1998,retired,39.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6007,6008,1998,working parttime,52.0,no,iap,14.0,middle atlantic,1.0,2.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6008,6009,1998,keeping house,28.0,no,,12.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6009,6010,1998,working fulltime,49.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6010,6011,1998,working fulltime,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6011,6012,1998,working fulltime,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6012,6013,1998,school,,,iap,15.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,never,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6013,6014,1998,working fulltime,74.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6014,6015,1998,working fulltime,30.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6015,6016,1998,working fulltime,36.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6016,6017,1998,working fulltime,36.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,0,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6017,6018,1998,school,,,,15.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6018,6019,1998,keeping house,24.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,0,iap,9.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6019,6020,1998,working fulltime,45.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6020,6021,1998,retired,34.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6021,6022,1998,retired,36.0,no,,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,0,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6022,6023,1998,"unempl, laid off",64.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6023,6024,1998,working fulltime,62.0,,iap,8.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6024,6025,1998,other,31.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6025,6026,1998,working fulltime,44.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6026,6027,1998,working fulltime,66.0,no,iap,14.0,middle atlantic,1.0,2.0,0.0,$25000 or more,middle atlantic,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6027,6028,1998,retired,22.0,no,,10.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6028,6029,1998,working fulltime,30.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6029,6030,1998,working parttime,44.0,no,iap,12.0,middle atlantic,1.0,2.0,0.0,$25000 or more,middle atlantic,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6030,6031,1998,working fulltime,45.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6031,6032,1998,retired,38.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6032,6033,1998,retired,,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,0,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6033,6034,1998,keeping house,,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6034,6035,1998,working parttime,29.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6035,6036,1998,working fulltime,42.0,yes,,13.0,south atlantic,0.0,3.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,0,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6036,6037,1998,working fulltime,61.0,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6037,6038,1998,keeping house,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6038,6039,1998,working parttime,65.0,yes,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6039,6040,1998,working fulltime,48.0,no,iap,16.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6040,6041,1998,working fulltime,61.0,no,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6041,6042,1998,working fulltime,48.0,yes,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6042,6043,1998,keeping house,64.0,no,iap,20.0,foreign,0.0,0.0,1.0,,middle atlantic,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6043,6044,1998,working fulltime,44.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6044,6045,1998,working fulltime,59.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6045,6046,1998,working fulltime,51.0,no,iap,18.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6046,6047,1998,working parttime,61.0,,iap,20.0,middle atlantic,1.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6047,6048,1998,working fulltime,32.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6048,6049,1998,working fulltime,60.0,,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6049,6050,1998,working fulltime,59.0,,,19.0,middle atlantic,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6050,6051,1998,working fulltime,49.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6051,6052,1998,retired,40.0,,,9.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6052,6053,1998,working fulltime,60.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6053,6054,1998,working fulltime,47.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,0.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6054,6055,1998,working fulltime,43.0,,,15.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6055,6056,1998,"unempl, laid off",44.0,,,13.0,pacific,2.0,1.0,0.0,$15000 - 19999,pacific,sevrl times a yr,1,iap,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6056,6057,1998,working parttime,44.0,,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,,8.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6057,6058,1998,"unempl, laid off",27.0,,yes,12.0,foreign,1.0,0.0,0.0,$15000 - 19999,pacific,more thn once wk,0,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6058,6059,1998,working fulltime,29.0,,,14.0,pacific,0.0,1.0,0.0,$8000 to 9999,pacific,once a year,1,iap,5.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6059,6060,1998,working parttime,42.0,,,13.0,pacific,1.0,0.0,0.0,$8000 to 9999,pacific,sevrl times a yr,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6060,6061,1998,keeping house,42.0,,,14.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,pacific,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6061,6062,1998,temp not working,50.0,no,iap,14.0,foreign,0.0,3.0,2.0,$25000 or more,pacific,every week,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6062,6063,1998,working fulltime,36.0,no,yes,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,,6.0,1,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6063,6064,1998,retired,64.0,no,,18.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,more thn once wk,1,yes,8.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6064,6065,1998,working fulltime,64.0,no,iap,17.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6065,6066,1998,working fulltime,51.0,,,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6066,6067,1998,keeping house,62.0,no,iap,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6067,6068,1998,working fulltime,52.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6068,6069,1998,working fulltime,64.0,,,16.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6069,6070,1998,working parttime,21.0,,,16.0,pacific,0.0,0.0,0.0,,pacific,lt once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6070,6071,1998,working fulltime,42.0,no,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6071,6072,1998,working fulltime,42.0,no,iap,14.0,pacific,2.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6072,6073,1998,working fulltime,35.0,no,iap,6.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6073,6074,1998,school,34.0,no,,14.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,every week,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6074,6075,1998,keeping house,31.0,no,iap,14.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6075,6076,1998,working fulltime,30.0,no,iap,17.0,foreign,0.0,2.0,0.0,$20000 - 24999,pacific,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6076,6077,1998,"unempl, laid off",34.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,0,yes,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6077,6078,1998,working fulltime,44.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6078,6079,1998,working fulltime,66.0,no,,20.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,2-3x a month,1,iap,2.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6079,6080,1998,other,39.0,yes,,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,0,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6080,6081,1998,working fulltime,46.0,no,yes,10.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6081,6082,1998,working fulltime,36.0,,,13.0,pacific,2.0,0.0,1.0,$25000 or more,pacific,more thn once wk,2,iap,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6082,6083,1998,working fulltime,46.0,yes,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6083,6084,1998,working fulltime,61.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6084,6085,1998,working fulltime,42.0,,iap,14.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6085,6086,1998,keeping house,61.0,no,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,2,,2.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6086,6087,1998,working fulltime,51.0,yes,iap,8.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6087,6088,1998,working fulltime,51.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6088,6089,1998,working fulltime,65.0,no,iap,17.0,mountain,1.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6089,6090,1998,working fulltime,39.0,,iap,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6090,6091,1998,keeping house,,no,,5.0,foreign,0.0,0.0,0.0,$1000 to 2999,pacific,more thn once wk,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6091,6092,1998,working fulltime,31.0,no,iap,8.0,pacific,2.0,0.0,2.0,$25000 or more,pacific,more thn once wk,2,,1.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6092,6093,1998,working parttime,29.0,,iap,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6093,6094,1998,retired,53.0,no,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,pacific,never,0,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6094,6095,1998,working parttime,22.0,no,,9.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,0,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6095,6096,1998,keeping house,57.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,0,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6096,6097,1998,temp not working,39.0,,,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6097,6098,1998,"unempl, laid off",42.0,no,iap,14.0,foreign,1.0,1.0,0.0,$20000 - 24999,pacific,more thn once wk,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6098,6099,1998,working fulltime,46.0,yes,,8.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6099,6100,1998,retired,47.0,no,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6100,6101,1998,working fulltime,59.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6101,6102,1998,retired,64.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6102,6103,1998,working fulltime,74.0,no,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6103,6104,1998,working fulltime,51.0,no,iap,16.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6104,6105,1998,working fulltime,42.0,no,iap,17.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6105,6106,1998,working fulltime,27.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,pacific,never,2,iap,8.0,1,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6106,6107,1998,working fulltime,30.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6107,6108,1998,working fulltime,42.0,no,iap,,foreign,0.0,0.0,0.0,,pacific,every week,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6108,6109,1998,working fulltime,32.0,,iap,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6109,6110,1998,temp not working,52.0,yes,iap,16.0,pacific,0.0,0.0,1.0,$20000 - 24999,pacific,sevrl times a yr,0,iap,5.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6110,6111,1998,working parttime,21.0,no,iap,7.0,foreign,1.0,1.0,1.0,$20000 - 24999,pacific,lt once a year,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6111,6112,1998,working fulltime,47.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6112,6113,1998,working fulltime,28.0,,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a month,2,,10.0,1,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6113,6114,1998,working fulltime,27.0,,,11.0,pacific,0.0,1.0,0.0,$15000 - 19999,pacific,sevrl times a yr,2,yes,4.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6114,6115,1998,working fulltime,36.0,no,iap,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6115,6116,1998,working fulltime,17.0,yes,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6116,6117,1998,working fulltime,42.0,,iap,16.0,foreign,1.0,2.0,0.0,$10000 - 14999,pacific,sevrl times a yr,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6117,6118,1998,working fulltime,65.0,no,iap,15.0,e. nor. central,0.0,2.0,0.0,$25000 or more,pacific,more thn once wk,1,iap,1.0,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +6118,6119,1998,working fulltime,44.0,,iap,13.0,pacific,0.0,0.0,1.0,$20000 - 24999,pacific,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6119,6120,1998,"unempl, laid off",33.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,0,,8.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6120,6121,1998,retired,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6121,6122,1998,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6122,6123,1998,working fulltime,35.0,no,iap,13.0,w. sou. central,2.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6123,6124,1998,working parttime,22.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6124,6125,1998,working fulltime,42.0,no,iap,12.0,e. nor. central,1.0,0.0,1.0,$25000 or more,e. nor. central,every week,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6125,6126,1998,keeping house,22.0,no,,11.0,e. nor. central,3.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6126,6127,1998,working fulltime,28.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6127,6128,1998,working parttime,25.0,no,iap,15.0,e. nor. central,1.0,0.0,0.0,,e. nor. central,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6128,6129,1998,working fulltime,34.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6129,6130,1998,working fulltime,39.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$20000 - 24999,e. nor. central,once a year,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6130,6131,1998,temp not working,46.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,0,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6131,6132,1998,working fulltime,60.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6132,6133,1998,working parttime,51.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6133,6134,1998,working fulltime,69.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6134,6135,1998,working parttime,36.0,no,iap,12.0,foreign,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6135,6136,1998,working fulltime,46.0,,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6136,6137,1998,working fulltime,37.0,,,16.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6137,6138,1998,working fulltime,40.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,0,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6138,6139,1998,working fulltime,31.0,,,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,0,,6.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6139,6140,1998,working fulltime,65.0,,iap,12.0,e. nor. central,1.0,2.0,1.0,,e. nor. central,every week,1,iap,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6140,6141,1998,"unempl, laid off",47.0,,,13.0,foreign,0.0,0.0,0.0,$7000 to 7999,e. nor. central,every week,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6141,6142,1998,keeping house,,,,11.0,e. nor. central,0.0,0.0,4.0,$25000 or more,e. nor. central,never,2,,5.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6142,6143,1998,working parttime,36.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,2,iap,7.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6143,6144,1998,retired,47.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,,0,iap,10.0,0,1.0,1,,0,0,,,,0,0,1,0,0,0,0, +6144,6145,1998,working parttime,57.0,,iap,13.0,e. nor. central,3.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6145,6146,1998,working fulltime,38.0,,,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,0,iap,3.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6146,6147,1998,keeping house,30.0,,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,6.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +6147,6148,1998,school,47.0,,iap,13.0,e. nor. central,0.0,0.0,1.0,$3000 to 3999,e. nor. central,every week,0,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6148,6149,1998,working parttime,39.0,,,12.0,e. nor. central,1.0,1.0,0.0,,e. nor. central,2-3x a month,1,,3.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6149,6150,1998,working fulltime,29.0,,,13.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,never,1,,5.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6150,6151,1998,working fulltime,44.0,,,12.0,e. nor. central,0.0,1.0,2.0,$15000 - 19999,e. nor. central,nrly every week,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6151,6152,1998,working fulltime,22.0,,,14.0,foreign,0.0,0.0,0.0,$6000 to 6999,e. nor. central,nrly every week,1,,6.0,0,0.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6152,6153,1998,working fulltime,34.0,,iap,13.0,e. nor. central,0.0,0.0,1.0,$20000 - 24999,e. nor. central,lt once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6153,6154,1998,working fulltime,46.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,6.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6154,6155,1998,working fulltime,75.0,yes,iap,18.0,foreign,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,2.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6155,6156,1998,working fulltime,49.0,no,iap,15.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,1,iap,2.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6156,6157,1998,"unempl, laid off",49.0,,,0.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,once a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6157,6158,1998,keeping house,28.0,no,,11.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,never,1,iap,8.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6158,6159,1998,working parttime,36.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6159,6160,1998,working fulltime,31.0,,iap,12.0,e. nor. central,0.0,1.0,1.0,$20000 - 24999,e. nor. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6160,6161,1998,keeping house,35.0,,iap,12.0,e. nor. central,2.0,0.0,0.0,$4000 to 4999,e. nor. central,once a month,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6161,6162,1998,keeping house,28.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6162,6163,1998,keeping house,36.0,,iap,12.0,e. nor. central,3.0,0.0,0.0,$4000 to 4999,e. nor. central,once a year,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6163,6164,1998,keeping house,51.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6164,6165,1998,retired,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6165,6166,1998,working fulltime,74.0,no,iap,20.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6166,6167,1998,working fulltime,45.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6167,6168,1998,retired,46.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6168,6169,1998,working parttime,65.0,no,,17.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,1,,5.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6169,6170,1998,working fulltime,66.0,no,iap,18.0,w. sou. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6170,6171,1998,working fulltime,73.0,no,iap,17.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6171,6172,1998,working parttime,51.0,yes,,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6172,6173,1998,working fulltime,74.0,no,iap,20.0,mountain,0.0,1.0,0.0,,e. nor. central,every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6173,6174,1998,working parttime,31.0,no,iap,8.0,foreign,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6174,6175,1998,working parttime,31.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6175,6176,1998,working fulltime,66.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6176,6177,1998,working fulltime,51.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6177,6178,1998,working fulltime,61.0,,,18.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6178,6179,1998,working fulltime,32.0,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6179,6180,1998,working fulltime,66.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6180,6181,1998,working fulltime,53.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6181,6182,1998,working fulltime,39.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6182,6183,1998,working fulltime,66.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6183,6184,1998,working fulltime,69.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6184,6185,1998,working fulltime,51.0,yes,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6185,6186,1998,other,45.0,no,iap,13.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6186,6187,1998,keeping house,59.0,no,iap,16.0,foreign,0.0,0.0,1.0,$15000 - 19999,e. nor. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6187,6188,1998,working parttime,55.0,no,iap,14.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6188,6189,1998,working fulltime,32.0,no,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6189,6190,1998,working fulltime,49.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6190,6191,1998,working fulltime,71.0,no,iap,18.0,foreign,0.0,0.0,1.0,$25000 or more,e. nor. central,lt once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6191,6192,1998,keeping house,51.0,no,iap,17.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6192,6193,1998,working fulltime,51.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6193,6194,1998,other,41.0,yes,iap,13.0,e. nor. central,0.0,1.0,2.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6194,6195,1998,working fulltime,41.0,no,,13.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,15.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6195,6196,1998,working fulltime,47.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6196,6197,1998,working fulltime,46.0,yes,iap,8.0,foreign,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6197,6198,1998,working parttime,21.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6198,6199,1998,working fulltime,48.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,15.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6199,6200,1998,working fulltime,51.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6200,6201,1998,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6201,6202,1998,working fulltime,52.0,,iap,16.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6202,6203,1998,working fulltime,51.0,yes,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6203,6204,1998,working fulltime,40.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6204,6205,1998,working fulltime,32.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6205,6206,1998,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6206,6207,1998,retired,23.0,yes,,6.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,iap,5.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6207,6208,1998,working parttime,66.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6208,6209,1998,working parttime,57.0,,iap,13.0,e. nor. central,2.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6209,6210,1998,working parttime,36.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,2,iap,7.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6210,6211,1998,working fulltime,60.0,,,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,,1,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6211,6212,1998,working parttime,66.0,no,iap,18.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6212,6213,1998,working fulltime,49.0,no,iap,14.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,nrly every week,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6213,6214,1998,working fulltime,44.0,no,,19.0,w. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6214,6215,1998,working parttime,27.0,,,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,yes,,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6215,6216,1998,school,24.0,,,13.0,pacific,0.0,0.0,0.0,lt $1000,pacific,once a year,1,iap,6.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6216,6217,1998,retired,49.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6217,6218,1998,working fulltime,47.0,,,14.0,pacific,1.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6218,6219,1998,working fulltime,64.0,,,14.0,mountain,0.0,0.0,1.0,$4000 to 4999,pacific,every week,0,iap,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6219,6220,1998,working fulltime,27.0,,iap,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,nrly every week,1,iap,4.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +6220,6221,1998,working fulltime,32.0,,iap,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,2-3x a month,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6221,6222,1998,working parttime,47.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6222,6223,1998,working parttime,43.0,no,iap,16.0,foreign,1.0,0.0,0.0,$5000 to 5999,pacific,never,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6223,6224,1998,working fulltime,42.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6224,6225,1998,working parttime,42.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6225,6226,1998,working fulltime,61.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6226,6227,1998,working fulltime,29.0,no,iap,17.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,never,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6227,6228,1998,working fulltime,51.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6228,6229,1998,working parttime,47.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,0.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6229,6230,1998,retired,74.0,yes,yes,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,4.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6230,6231,1998,working fulltime,45.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6231,6232,1998,working fulltime,65.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6232,6233,1998,working fulltime,46.0,,iap,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6233,6234,1998,retired,,no,,16.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,nrly every week,1,,10.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6234,6235,1998,working fulltime,75.0,no,iap,19.0,pacific,0.0,1.0,2.0,$25000 or more,pacific,once a year,0,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6235,6236,1998,working parttime,86.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6236,6237,1998,retired,64.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6237,6238,1998,retired,75.0,no,yes,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6238,6239,1998,retired,66.0,,yes,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,,4.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6239,6240,1998,working fulltime,44.0,no,iap,15.0,middle atlantic,0.0,2.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6240,6241,1998,working fulltime,44.0,,,13.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6241,6242,1998,retired,49.0,,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6242,6243,1998,other,46.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6243,6244,1998,working fulltime,58.0,,,16.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6244,6245,1998,working parttime,47.0,,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6245,6246,1998,retired,38.0,,,8.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,0,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6246,6247,1998,working fulltime,60.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6247,6248,1998,working fulltime,51.0,,iap,15.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6248,6249,1998,working fulltime,41.0,,,14.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,every week,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6249,6250,1998,working fulltime,39.0,no,iap,20.0,foreign,1.0,0.0,0.0,$20000 - 24999,pacific,every week,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6250,6251,1998,working fulltime,52.0,no,iap,17.0,foreign,1.0,1.0,0.0,$10000 - 14999,pacific,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6251,6252,1998,keeping house,,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,pacific,once a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6252,6253,1998,school,31.0,,,16.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6253,6254,1998,working fulltime,52.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6254,6255,1998,working fulltime,42.0,no,iap,15.0,foreign,0.0,2.0,0.0,,pacific,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6255,6256,1998,working parttime,47.0,no,iap,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6256,6257,1998,"unempl, laid off",44.0,,,12.0,pacific,0.0,0.0,0.0,$1000 to 2999,pacific,every week,1,iap,1.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6257,6258,1998,other,36.0,no,,13.0,mountain,0.0,0.0,0.0,$7000 to 7999,pacific,lt once a year,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6258,6259,1998,working fulltime,51.0,yes,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6259,6260,1998,school,36.0,,,12.0,pacific,0.0,0.0,0.0,$5000 to 5999,pacific,every week,1,iap,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6260,6261,1998,working parttime,65.0,,,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,0,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6261,6262,1998,working fulltime,51.0,yes,iap,14.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6262,6263,1998,working fulltime,41.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6263,6264,1998,working fulltime,51.0,no,iap,12.0,foreign,0.0,3.0,0.0,$25000 or more,pacific,once a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6264,6265,1998,working fulltime,50.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6265,6266,1998,working fulltime,44.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6266,6267,1998,temp not working,38.0,no,iap,14.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6267,6268,1998,working parttime,57.0,no,iap,12.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6268,6269,1998,working fulltime,51.0,,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6269,6270,1998,working fulltime,46.0,no,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6270,6271,1998,working fulltime,46.0,no,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,2.0,1,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6271,6272,1998,school,51.0,,,17.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,pacific,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6272,6273,1998,working fulltime,69.0,no,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +6273,6274,1998,working fulltime,61.0,,iap,20.0,pacific,0.0,0.0,0.0,,pacific,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6274,6275,1998,working fulltime,49.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6275,6276,1998,working fulltime,60.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6276,6277,1998,working fulltime,47.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6277,6278,1998,working fulltime,47.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6278,6279,1998,working fulltime,21.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6279,6280,1998,working fulltime,47.0,,,18.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,pacific,never,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6280,6281,1998,working fulltime,34.0,,,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6281,6282,1998,retired,27.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6282,6283,1998,"unempl, laid off",39.0,,,12.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6283,6284,1998,working fulltime,51.0,,,15.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,nrly every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6284,6285,1998,working fulltime,33.0,no,iap,8.0,foreign,0.0,3.0,0.0,$25000 or more,pacific,once a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6285,6286,1998,working fulltime,42.0,no,iap,8.0,foreign,1.0,1.0,0.0,$20000 - 24999,pacific,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6286,6287,1998,working fulltime,49.0,,iap,13.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6287,6288,1998,working fulltime,27.0,,yes,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6288,6289,1998,working fulltime,46.0,no,iap,14.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6289,6290,1998,working parttime,40.0,yes,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6290,6291,1998,"unempl, laid off",33.0,,,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,0,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6291,6292,1998,keeping house,22.0,,iap,12.0,e. sou. central,0.0,1.0,2.0,$10000 - 14999,pacific,once a month,1,iap,6.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +6292,6293,1998,keeping house,,no,iap,9.0,foreign,2.0,0.0,0.0,$10000 - 14999,pacific,lt once a year,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6293,6294,1998,temp not working,69.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6294,6295,1998,working fulltime,48.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,every week,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6295,6296,1998,working fulltime,48.0,no,iap,14.0,foreign,0.0,1.0,2.0,$25000 or more,pacific,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6296,6297,1998,working fulltime,42.0,,,18.0,pacific,1.0,0.0,0.0,$1000 to 2999,pacific,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6297,6298,1998,working fulltime,35.0,,iap,3.0,foreign,1.0,0.0,2.0,$20000 - 24999,pacific,once a year,0,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6298,6299,1998,keeping house,42.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,pacific,sevrl times a yr,0,iap,6.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6299,6300,1998,working fulltime,30.0,yes,iap,10.0,pacific,0.0,1.0,1.0,$20000 - 24999,pacific,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6300,6301,1998,working parttime,42.0,no,,13.0,foreign,0.0,0.0,0.0,$8000 to 9999,pacific,every week,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6301,6302,1998,working fulltime,52.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,3.0,1,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6302,6303,1998,working parttime,32.0,no,,7.0,e. sou. central,0.0,0.0,0.0,$1000 to 2999,pacific,more thn once wk,2,iap,3.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6303,6304,1998,working fulltime,64.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6304,6305,1998,working fulltime,65.0,,,12.0,pacific,0.0,2.0,2.0,$25000 or more,pacific,once a month,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6305,6306,1998,temp not working,22.0,,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a month,0,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6306,6307,1998,school,,,,12.0,pacific,1.0,0.0,0.0,$8000 to 9999,pacific,once a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6307,6308,1998,working fulltime,51.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6308,6309,1998,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6309,6310,1998,working fulltime,42.0,yes,,16.0,foreign,0.0,2.0,0.0,$25000 or more,pacific,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6310,6311,1998,other,36.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6311,6312,1998,working fulltime,51.0,yes,iap,16.0,middle atlantic,0.0,1.0,1.0,$25000 or more,pacific,nrly every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6312,6313,1998,"unempl, laid off",51.0,no,iap,17.0,foreign,0.0,0.0,0.0,,pacific,never,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6313,6314,1998,working fulltime,39.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6314,6315,1998,keeping house,61.0,,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6315,6316,1998,working fulltime,33.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6316,6317,1998,working fulltime,64.0,,,16.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,pacific,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6317,6318,1998,working fulltime,39.0,no,iap,14.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,every week,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6318,6319,1998,working fulltime,59.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6319,6320,1998,working parttime,44.0,yes,iap,14.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6320,6321,1998,working fulltime,20.0,,iap,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6321,6322,1998,working fulltime,46.0,,,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,0,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6322,6323,1998,working fulltime,46.0,,iap,12.0,middle atlantic,0.0,1.0,1.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6323,6324,1998,retired,51.0,,yes,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6324,6325,1998,working fulltime,42.0,,iap,9.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,0,,3.0,0,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6325,6326,1998,working fulltime,47.0,,,14.0,middle atlantic,0.0,0.0,1.0,$20000 - 24999,middle atlantic,once a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6326,6327,1998,working parttime,63.0,yes,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6327,6328,1998,working fulltime,65.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6328,6329,1998,retired,46.0,no,,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6329,6330,1998,school,34.0,,,17.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6330,6331,1998,working parttime,31.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6331,6332,1998,working fulltime,53.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6332,6333,1998,working fulltime,25.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6333,6334,1998,,,,,16.0,new england,0.0,0.0,0.0,,middle atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6334,6335,1998,working fulltime,56.0,no,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,0,iap,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6335,6336,1998,working fulltime,52.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6336,6337,1998,working fulltime,60.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6337,6338,1998,working fulltime,75.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6338,6339,1998,working fulltime,,,,13.0,foreign,0.0,0.0,0.0,,middle atlantic,lt once a year,1,,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6339,6340,1998,retired,74.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,,1,iap,2.0,0,1.0,0,,0,0,,,,0,0,1,0,0,0,0, +6340,6341,1998,school,52.0,,,18.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,middle atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6341,6342,1998,keeping house,31.0,,yes,5.0,foreign,0.0,0.0,1.0,,middle atlantic,every week,2,iap,8.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6342,6343,1998,working fulltime,34.0,,,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6343,6344,1998,"unempl, laid off",36.0,no,iap,2.0,foreign,0.0,0.0,2.0,$1000 to 2999,middle atlantic,every week,0,,9.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6344,6345,1998,working fulltime,75.0,no,,15.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,nrly every week,1,,3.0,0,0.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6345,6346,1998,working fulltime,51.0,no,iap,5.0,foreign,6.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,0,iap,0.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6346,6347,1998,keeping house,,no,iap,16.0,foreign,0.0,0.0,1.0,$15000 - 19999,middle atlantic,more thn once wk,2,,1.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6347,6348,1998,working fulltime,61.0,yes,iap,14.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,0.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6348,6349,1998,retired,46.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6349,6350,1998,working parttime,69.0,yes,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6350,6351,1998,working parttime,32.0,,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6351,6352,1998,working fulltime,47.0,no,iap,20.0,foreign,0.0,0.0,0.0,,middle atlantic,more thn once wk,2,iap,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6352,6353,1998,working fulltime,48.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6353,6354,1998,working parttime,49.0,yes,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6354,6355,1998,keeping house,47.0,,,10.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,once a month,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +6355,6356,1998,keeping house,,no,,12.0,e. sou. central,0.0,0.0,0.0,,middle atlantic,every week,1,yes,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6356,6357,1998,retired,46.0,no,,9.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,1,,1.0,0,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6357,6358,1998,retired,34.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6358,6359,1998,school,,,,14.0,middle atlantic,0.0,1.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,1,,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6359,6360,1998,retired,52.0,no,,9.0,foreign,0.0,0.0,0.0,$7000 to 7999,middle atlantic,more thn once wk,2,iap,3.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6360,6361,1998,keeping house,,,iap,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,once a year,1,iap,5.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6361,6362,1998,retired,42.0,,iap,4.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,1,iap,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6362,6363,1998,working fulltime,51.0,,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6363,6364,1998,working fulltime,32.0,no,iap,8.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6364,6365,1998,working parttime,30.0,,,12.0,middle atlantic,0.0,1.0,1.0,,middle atlantic,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6365,6366,1998,working fulltime,17.0,,,14.0,middle atlantic,0.0,1.0,0.0,$10000 - 14999,middle atlantic,once a year,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6366,6367,1998,keeping house,,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6367,6368,1998,working fulltime,31.0,,,8.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6368,6369,1998,retired,28.0,,,3.0,foreign,0.0,0.0,0.0,$8000 to 9999,middle atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6369,6370,1998,keeping house,,no,,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6370,6371,1998,working fulltime,51.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6371,6372,1998,keeping house,,no,iap,13.0,foreign,1.0,1.0,0.0,,middle atlantic,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6372,6373,1998,working fulltime,44.0,no,iap,16.0,foreign,0.0,0.0,0.0,,middle atlantic,once a month,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6373,6374,1998,retired,38.0,no,,3.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6374,6375,1998,working parttime,46.0,,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6375,6376,1998,working fulltime,34.0,no,iap,13.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6376,6377,1998,keeping house,,no,iap,12.0,foreign,0.0,2.0,0.0,,middle atlantic,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6377,6378,1998,working fulltime,59.0,,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6378,6379,1998,working fulltime,51.0,,,16.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,middle atlantic,once a year,0,iap,10.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6379,6380,1998,working fulltime,34.0,,yes,16.0,foreign,0.0,0.0,1.0,,middle atlantic,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6380,6381,1998,working fulltime,39.0,,,18.0,new england,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6381,6382,1998,working fulltime,46.0,,,14.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6382,6383,1998,working fulltime,64.0,yes,iap,18.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6383,6384,1998,keeping house,,no,iap,16.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6384,6385,1998,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6385,6386,1998,working fulltime,61.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6386,6387,1998,retired,22.0,no,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6387,6388,1998,working fulltime,40.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6388,6389,1998,working fulltime,51.0,no,iap,16.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6389,6390,1998,working fulltime,32.0,,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6390,6391,1998,working fulltime,49.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6391,6392,1998,keeping house,,no,,13.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6392,6393,1998,working fulltime,46.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6393,6394,1998,working fulltime,25.0,,iap,12.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6394,6395,1998,keeping house,42.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6395,6396,1998,retired,47.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6396,6397,1998,working fulltime,46.0,,,12.0,middle atlantic,0.0,1.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6397,6398,1998,working parttime,39.0,,iap,13.0,middle atlantic,1.0,1.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6398,6399,1998,keeping house,29.0,,,8.0,middle atlantic,0.0,1.0,0.0,lt $1000,middle atlantic,once a year,0,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6399,6400,1998,"unempl, laid off",,,,10.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,0,iap,10.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6400,6401,1998,"unempl, laid off",42.0,no,iap,10.0,middle atlantic,2.0,2.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6401,6402,1998,keeping house,,,,11.0,middle atlantic,1.0,3.0,0.0,$7000 to 7999,middle atlantic,never,0,iap,5.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6402,6403,1998,working fulltime,34.0,,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6403,6404,1998,keeping house,36.0,,iap,11.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,more thn once wk,1,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6404,6405,1998,retired,66.0,,,17.0,new england,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6405,6406,1998,retired,64.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,new england,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6406,6407,1998,keeping house,,no,,11.0,foreign,0.0,0.0,0.0,$15000 - 19999,new england,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6407,6408,1998,retired,66.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6408,6409,1998,working fulltime,47.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,every week,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6409,6410,1998,working fulltime,31.0,,iap,12.0,new england,0.0,0.0,1.0,$7000 to 7999,new england,never,0,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6410,6411,1998,working parttime,75.0,no,iap,19.0,new england,1.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6411,6412,1998,working fulltime,74.0,yes,iap,16.0,new england,0.0,2.0,0.0,,new england,once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6412,6413,1998,working fulltime,41.0,,,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6413,6414,1998,working fulltime,61.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6414,6415,1998,retired,36.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6415,6416,1998,working parttime,34.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6416,6417,1998,working fulltime,39.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$1000 to 2999,middle atlantic,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6417,6418,1998,working fulltime,61.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6418,6419,1998,working fulltime,,,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6419,6420,1998,working fulltime,35.0,no,,12.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6420,6421,1998,working parttime,30.0,,iap,4.0,middle atlantic,0.0,2.0,0.0,$1000 to 2999,middle atlantic,2-3x a month,0,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6421,6422,1998,working fulltime,46.0,,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6422,6423,1998,"unempl, laid off",22.0,,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,1,,5.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6423,6424,1998,working fulltime,66.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6424,6425,1998,working fulltime,51.0,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,0,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6425,6426,1998,working fulltime,54.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6426,6427,1998,working fulltime,20.0,yes,iap,7.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6427,6428,1998,"unempl, laid off",24.0,,,12.0,middle atlantic,0.0,0.0,2.0,$10000 - 14999,middle atlantic,lt once a year,0,iap,5.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6428,6429,1998,working fulltime,46.0,,,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6429,6430,1998,school,,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,8.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6430,6431,1998,working parttime,29.0,,,12.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6431,6432,1998,working fulltime,44.0,no,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6432,6433,1998,working fulltime,42.0,no,iap,14.0,foreign,0.0,2.0,1.0,$25000 or more,middle atlantic,every week,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6433,6434,1998,working fulltime,46.0,,iap,12.0,middle atlantic,1.0,0.0,2.0,$25000 or more,middle atlantic,nrly every week,1,iap,2.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +6434,6435,1998,working fulltime,47.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6435,6436,1998,keeping house,29.0,no,iap,10.0,middle atlantic,1.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,1,yes,5.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6436,6437,1998,working fulltime,57.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6437,6438,1998,working fulltime,41.0,,,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,0,iap,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6438,6439,1998,working fulltime,47.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6439,6440,1998,retired,66.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,nrly every week,1,,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6440,6441,1998,working fulltime,68.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6441,6442,1998,school,30.0,,,14.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6442,6443,1998,school,44.0,,iap,15.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6443,6444,1998,keeping house,,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,lt once a year,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6444,6445,1998,working parttime,47.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6445,6446,1998,keeping house,,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6446,6447,1998,working fulltime,48.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6447,6448,1998,working fulltime,54.0,,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6448,6449,1998,working fulltime,50.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6449,6450,1998,keeping house,29.0,no,iap,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,never,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6450,6451,1998,working fulltime,64.0,no,iap,14.0,pacific,0.0,0.0,2.0,$25000 or more,middle atlantic,lt once a year,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6451,6452,1998,keeping house,60.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6452,6453,1998,working fulltime,17.0,,,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,,3.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6453,6454,1998,working fulltime,46.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,10.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6454,6455,1998,working fulltime,64.0,no,iap,,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6455,6456,1998,temp not working,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,8.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6456,6457,1998,working fulltime,61.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6457,6458,1998,working parttime,42.0,no,iap,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6458,6459,1998,retired,23.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6459,6460,1998,working fulltime,42.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,4.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6460,6461,1998,other,33.0,,,12.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,once a month,0,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6461,6462,1998,keeping house,46.0,,,11.0,middle atlantic,1.0,0.0,0.0,lt $1000,middle atlantic,never,0,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6462,6463,1998,working parttime,32.0,,,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6463,6464,1998,working fulltime,42.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,2,iap,5.0,1,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6464,6465,1998,working fulltime,38.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,4.0,1,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6465,6466,1998,working fulltime,34.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6466,6467,1998,working fulltime,53.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6467,6468,1998,retired,47.0,no,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6468,6469,1998,working fulltime,21.0,no,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6469,6470,1998,keeping house,41.0,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6470,6471,1998,working parttime,42.0,no,iap,12.0,pacific,1.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6471,6472,1998,keeping house,49.0,no,iap,13.0,south atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6472,6473,1998,working fulltime,27.0,,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6473,6474,1998,retired,36.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6474,6475,1998,retired,43.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6475,6476,1998,working fulltime,32.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,0,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6476,6477,1998,working fulltime,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6477,6478,1998,working fulltime,49.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6478,6479,1998,retired,35.0,no,,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6479,6480,1998,working fulltime,51.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6480,6481,1998,working fulltime,39.0,,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6481,6482,1998,working fulltime,74.0,no,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6482,6483,1998,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +6483,6484,1998,working parttime,66.0,no,iap,17.0,foreign,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6484,6485,1998,working fulltime,46.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6485,6486,1998,working fulltime,71.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6486,6487,1998,working parttime,29.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6487,6488,1998,working fulltime,53.0,no,iap,18.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6488,6489,1998,retired,,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6489,6490,1998,keeping house,36.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,,1,yes,1.0,0,1.0,0,,1,0,,,,0,0,1,0,0,0,0, +6490,6491,1998,keeping house,29.0,,,10.0,middle atlantic,1.0,2.0,0.0,$8000 to 9999,middle atlantic,never,2,,6.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6491,6492,1998,working parttime,29.0,,,12.0,foreign,1.0,2.0,1.0,$15000 - 19999,middle atlantic,once a month,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6492,6493,1998,working parttime,22.0,,,11.0,middle atlantic,0.0,0.0,1.0,$1000 to 2999,middle atlantic,nrly every week,1,iap,1.0,0,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6493,6494,1998,"unempl, laid off",42.0,,,12.0,middle atlantic,0.0,2.0,0.0,$1000 to 2999,middle atlantic,once a year,1,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6494,6495,1998,retired,34.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,middle atlantic,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6495,6496,1998,retired,25.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,middle atlantic,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6496,6497,1998,keeping house,23.0,,iap,12.0,foreign,1.0,2.0,0.0,,middle atlantic,once a year,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6497,6498,1998,temp not working,30.0,no,yes,7.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6498,6499,1998,keeping house,29.0,no,iap,12.0,mountain,0.0,2.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,2,,4.0,1,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6499,6500,1998,working parttime,19.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6500,6501,1998,working fulltime,47.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6501,6502,1998,retired,46.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,5.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +6502,6503,1998,working fulltime,48.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6503,6504,1998,working fulltime,64.0,no,iap,16.0,mountain,0.0,1.0,1.0,$25000 or more,w. sou. central,every week,2,,0.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6504,6505,1998,working parttime,52.0,yes,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6505,6506,1998,retired,32.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6506,6507,1998,working fulltime,51.0,,,12.0,mountain,0.0,3.0,0.0,$15000 - 19999,w. sou. central,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6507,6508,1998,retired,44.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,,6.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6508,6509,1998,working parttime,28.0,,,12.0,w. sou. central,0.0,1.0,0.0,$8000 to 9999,w. sou. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6509,6510,1998,working fulltime,74.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6510,6511,1998,working fulltime,42.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6511,6512,1998,working parttime,46.0,,iap,12.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6512,6513,1998,retired,46.0,no,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6513,6514,1998,keeping house,42.0,yes,iap,12.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,never,2,yes,8.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6514,6515,1998,working fulltime,30.0,,,15.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,0,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6515,6516,1998,working parttime,28.0,,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6516,6517,1998,working fulltime,44.0,,iap,13.0,w. sou. central,1.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6517,6518,1998,keeping house,30.0,yes,iap,,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6518,6519,1998,working fulltime,61.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6519,6520,1998,working fulltime,17.0,no,iap,12.0,w. nor. central,0.0,0.0,3.0,$25000 or more,w. nor. central,once a year,0,iap,10.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6520,6521,1998,working fulltime,48.0,no,iap,17.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6521,6522,1998,working fulltime,29.0,,,12.0,pacific,1.0,0.0,0.0,$15000 - 19999,w. nor. central,never,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6522,6523,1998,other,45.0,yes,iap,10.0,w. nor. central,0.0,2.0,1.0,$25000 or more,w. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6523,6524,1998,"unempl, laid off",51.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6524,6525,1998,working fulltime,51.0,no,iap,13.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6525,6526,1998,working fulltime,46.0,no,iap,12.0,w. nor. central,0.0,1.0,2.0,$25000 or more,w. nor. central,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6526,6527,1998,working fulltime,42.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6527,6528,1998,retired,36.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,,5.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6528,6529,1998,retired,30.0,no,iap,8.0,w. nor. central,1.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,iap,8.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6529,6530,1998,working fulltime,54.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6530,6531,1998,working fulltime,34.0,yes,iap,14.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,never,2,iap,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6531,6532,1998,working fulltime,33.0,,iap,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,1,,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6532,6533,1998,working fulltime,46.0,,,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6533,6534,1998,working fulltime,27.0,no,iap,12.0,mountain,0.0,0.0,1.0,$10000 - 14999,w. nor. central,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6534,6535,1998,working fulltime,51.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6535,6536,1998,working fulltime,64.0,no,iap,16.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6536,6537,1998,working fulltime,27.0,no,,12.0,mountain,3.0,1.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6537,6538,1998,working fulltime,33.0,no,iap,19.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6538,6539,1998,school,41.0,yes,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6539,6540,1998,working fulltime,42.0,yes,iap,14.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,once a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6540,6541,1998,working fulltime,34.0,,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +6541,6542,1998,retired,31.0,no,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6542,6543,1998,retired,46.0,no,iap,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6543,6544,1998,keeping house,36.0,yes,,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,0,yes,,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6544,6545,1998,working parttime,74.0,no,iap,18.0,mountain,0.0,1.0,2.0,$25000 or more,mountain,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6545,6546,1998,working fulltime,48.0,no,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6546,6547,1998,working fulltime,53.0,yes,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,mountain,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6547,6548,1998,keeping house,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,0,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6548,6549,1998,retired,64.0,no,iap,19.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6549,6550,1998,working fulltime,62.0,no,iap,16.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,sevrl times a yr,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6550,6551,1998,keeping house,36.0,no,,12.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6551,6552,1998,working fulltime,56.0,no,iap,17.0,e. nor. central,0.0,0.0,1.0,$25000 or more,mountain,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6552,6553,1998,keeping house,66.0,no,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6553,6554,1998,working fulltime,51.0,yes,,13.0,mountain,0.0,1.0,1.0,$25000 or more,mountain,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6554,6555,1998,keeping house,22.0,yes,yes,9.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6555,6556,1998,working parttime,59.0,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6556,6557,1998,working fulltime,39.0,,,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6557,6558,1998,working parttime,32.0,,iap,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,lt once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6558,6559,1998,working fulltime,46.0,no,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6559,6560,1998,working parttime,36.0,no,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6560,6561,1998,retired,32.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,lt once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6561,6562,1998,retired,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6562,6563,1998,working parttime,65.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6563,6564,1998,working fulltime,64.0,no,iap,20.0,w. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6564,6565,1998,working fulltime,31.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6565,6566,1998,temp not working,60.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6566,6567,1998,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,0,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6567,6568,1998,working fulltime,42.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6568,6569,1998,keeping house,74.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6569,6570,1998,working fulltime,64.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6570,6571,1998,working fulltime,74.0,,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6571,6572,1998,"unempl, laid off",51.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6572,6573,1998,working fulltime,30.0,,yes,15.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,nrly every week,2,,5.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6573,6574,1998,working parttime,47.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6574,6575,1998,working fulltime,35.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6575,6576,1998,working parttime,32.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6576,6577,1998,working fulltime,47.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6577,6578,1998,retired,,no,,8.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6578,6579,1998,working fulltime,35.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6579,6580,1998,keeping house,28.0,no,,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6580,6581,1998,working fulltime,46.0,no,iap,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,nrly every week,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6581,6582,1998,retired,,no,,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6582,6583,1998,retired,,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,nrly every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6583,6584,1998,keeping house,24.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,once a year,0,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6584,6585,1998,keeping house,29.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6585,6586,1998,working fulltime,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6586,6587,1998,keeping house,,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6587,6588,1998,working fulltime,31.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6588,6589,1998,working fulltime,42.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6589,6590,1998,retired,40.0,yes,iap,8.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6590,6591,1998,working fulltime,61.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6591,6592,1998,working fulltime,74.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6592,6593,1998,working fulltime,57.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6593,6594,1998,working fulltime,51.0,no,iap,16.0,pacific,,,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6594,6595,1998,working parttime,46.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6595,6596,1998,keeping house,36.0,no,iap,17.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6596,6597,1998,working fulltime,44.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6597,6598,1998,retired,47.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6598,6599,1998,working fulltime,51.0,yes,iap,16.0,e. nor. central,1.0,2.0,0.0,$25000 or more,pacific,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6599,6600,1998,working fulltime,37.0,no,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6600,6601,1998,working fulltime,66.0,no,iap,17.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6601,6602,1998,working fulltime,51.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,,pacific,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6602,6603,1998,keeping house,44.0,no,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6603,6604,1998,retired,65.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6604,6605,1998,working fulltime,51.0,no,iap,16.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6605,6606,1998,working parttime,44.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6606,6607,1998,working parttime,24.0,,,17.0,pacific,0.0,0.0,0.0,$5000 to 5999,pacific,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6607,6608,1998,working parttime,32.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6608,6609,1998,working fulltime,30.0,,iap,13.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6609,6610,1998,working fulltime,54.0,,,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6610,6611,1998,working parttime,28.0,,,13.0,pacific,0.0,0.0,0.0,,pacific,sevrl times a yr,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6611,6612,1998,working parttime,46.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,0.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6612,6613,1998,working fulltime,42.0,,iap,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6613,6614,1998,"unempl, laid off",75.0,,,19.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6614,6615,1998,keeping house,32.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6615,6616,1998,keeping house,45.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6616,6617,1998,retired,47.0,no,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6617,6618,1998,temp not working,51.0,,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6618,6619,1998,retired,36.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,lt once a year,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6619,6620,1998,working fulltime,32.0,,iap,16.0,pacific,0.0,3.0,1.0,$20000 - 24999,pacific,more thn once wk,0,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6620,6621,1998,working fulltime,74.0,,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,new england,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6621,6622,1998,working fulltime,65.0,no,iap,16.0,new england,1.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6622,6623,1998,working fulltime,61.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6623,6624,1998,working fulltime,47.0,yes,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6624,6625,1998,"unempl, laid off",39.0,no,iap,11.0,new england,0.0,1.0,0.0,$25000 or more,new england,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6625,6626,1998,working parttime,32.0,,,12.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,every week,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6626,6627,1998,working fulltime,50.0,no,iap,11.0,new england,1.0,1.0,1.0,$25000 or more,new england,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6627,6628,1998,working fulltime,66.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6628,6629,1998,keeping house,39.0,no,iap,14.0,new england,1.0,0.0,0.0,,new england,every week,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6629,6630,1998,retired,24.0,,,9.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6630,6631,1998,working fulltime,64.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,new england,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6631,6632,1998,working parttime,46.0,,,14.0,new england,0.0,0.0,0.0,lt $1000,new england,lt once a year,2,iap,0.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6632,6633,1998,working fulltime,40.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6633,6634,1998,working fulltime,34.0,,iap,12.0,new england,0.0,0.0,2.0,$25000 or more,new england,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6634,6635,1998,working fulltime,62.0,no,iap,12.0,new england,2.0,0.0,0.0,,new england,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6635,6636,1998,retired,45.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6636,6637,1998,keeping house,28.0,,yes,10.0,new england,0.0,0.0,0.0,lt $1000,new england,sevrl times a yr,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6637,6638,1998,keeping house,32.0,no,,9.0,new england,0.0,0.0,0.0,$5000 to 5999,new england,once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6638,6639,1998,retired,34.0,no,,8.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6639,6640,1998,retired,24.0,no,,5.0,new england,0.0,0.0,0.0,$5000 to 5999,new england,once a month,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6640,6641,1998,school,20.0,,iap,5.0,new england,0.0,0.0,0.0,,new england,lt once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6641,6642,1998,keeping house,37.0,no,,8.0,new england,0.0,0.0,0.0,,new england,nrly every week,1,,4.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6642,6643,1998,retired,66.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6643,6644,1998,working fulltime,51.0,,,12.0,south atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,never,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6644,6645,1998,working fulltime,29.0,,,13.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,1,yes,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6645,6646,1998,working fulltime,28.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6646,6647,1998,retired,39.0,no,,14.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6647,6648,1998,keeping house,44.0,no,yes,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6648,6649,1998,working parttime,42.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,0.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +6649,6650,1998,working fulltime,35.0,yes,iap,15.0,pacific,0.0,1.0,1.0,,south atlantic,once a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6650,6651,1998,retired,36.0,no,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6651,6652,1998,working fulltime,44.0,,iap,15.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,never,0,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6652,6653,1998,retired,25.0,yes,yes,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,8.0,1,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6653,6654,1998,working fulltime,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,lt once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6654,6655,1998,retired,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6655,6656,1998,working fulltime,28.0,,iap,9.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6656,6657,1998,working fulltime,40.0,no,iap,8.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,never,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6657,6658,1998,working fulltime,37.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6658,6659,1998,working fulltime,35.0,no,iap,9.0,south atlantic,3.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6659,6660,1998,working fulltime,22.0,,,10.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6660,6661,1998,working fulltime,24.0,,,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,0,yes,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6661,6662,1998,keeping house,,no,,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6662,6663,1998,working fulltime,61.0,,iap,17.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,1,,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6663,6664,1998,retired,66.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6664,6665,1998,working fulltime,51.0,no,iap,19.0,middle atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6665,6666,1998,working fulltime,64.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6666,6667,1998,retired,66.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6667,6668,1998,keeping house,60.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6668,6669,1998,retired,74.0,no,,16.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,never,0,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6669,6670,1998,working parttime,44.0,no,,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6670,6671,1998,working fulltime,86.0,no,iap,20.0,middle atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6671,6672,1998,retired,64.0,no,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6672,6673,1998,working fulltime,47.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6673,6674,1998,working fulltime,49.0,no,,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6674,6675,1998,working fulltime,49.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,20.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6675,6676,1998,retired,53.0,yes,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6676,6677,1998,working parttime,34.0,yes,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6677,6678,1998,working fulltime,86.0,no,,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6678,6679,1998,retired,72.0,no,,18.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,iap,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +6679,6680,1998,working fulltime,39.0,no,,13.0,e. nor. central,0.0,0.0,0.0,,south atlantic,lt once a year,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6680,6681,1998,retired,47.0,yes,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6681,6682,1998,retired,29.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,3.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6682,6683,1998,keeping house,44.0,no,iap,18.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6683,6684,1998,retired,75.0,no,,20.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,,0.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6684,6685,1998,working fulltime,51.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6685,6686,1998,retired,61.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6686,6687,1998,retired,51.0,no,,14.0,middle atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6687,6688,1998,other,31.0,,,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6688,6689,1998,working fulltime,32.0,,,12.0,e. nor. central,0.0,0.0,1.0,lt $1000,e. nor. central,once a year,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6689,6690,1998,working fulltime,64.0,no,,20.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6690,6691,1998,working parttime,66.0,no,,17.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,nrly every week,1,yes,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6691,6692,1998,working parttime,65.0,no,,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6692,6693,1998,working fulltime,45.0,,,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6693,6694,1998,retired,,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6694,6695,1998,retired,,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,0,,6.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6695,6696,1998,working fulltime,30.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6696,6697,1998,other,22.0,yes,iap,11.0,e. nor. central,0.0,6.0,1.0,$10000 - 14999,e. nor. central,2-3x a month,0,iap,2.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6697,6698,1998,working fulltime,27.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6698,6699,1998,working fulltime,35.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6699,6700,1998,working fulltime,45.0,yes,iap,6.0,e. nor. central,0.0,1.0,0.0,,e. nor. central,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6700,6701,1998,working fulltime,42.0,,,12.0,e. nor. central,2.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6701,6702,1998,working fulltime,43.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6702,6703,1998,working parttime,66.0,no,,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6703,6704,1998,school,30.0,,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6704,6705,1998,school,,,,11.0,e. nor. central,1.0,0.0,0.0,$1000 to 2999,e. nor. central,never,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6705,6706,1998,school,,,,8.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,e. nor. central,,0,,0.0,0,0.0,0,,1,0,,,,0,0,1,0,0,0,0,0.0 +6706,6707,1998,working parttime,47.0,,iap,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6707,6708,1998,retired,,no,,9.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,nrly every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6708,6709,1998,retired,31.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,every week,0,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6709,6710,1998,retired,28.0,yes,,9.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6710,6711,1998,retired,,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,0,iap,15.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6711,6712,1998,retired,29.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6712,6713,1998,retired,30.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,nrly every week,0,iap,,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6713,6714,1998,retired,35.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,once a year,1,,7.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6714,6715,1998,working fulltime,64.0,no,,18.0,w. nor. central,0.0,0.0,1.0,,e. nor. central,nrly every week,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6715,6716,1998,working fulltime,57.0,no,,17.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,every week,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6716,6717,1998,working fulltime,46.0,no,iap,16.0,foreign,0.0,0.0,2.0,$25000 or more,w. sou. central,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6717,6718,1998,working fulltime,69.0,,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6718,6719,1998,working parttime,36.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,,2.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6719,6720,1998,working fulltime,46.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,iap,5.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6720,6721,1998,working parttime,28.0,,,12.0,w. sou. central,0.0,0.0,1.0,,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6721,6722,1998,working fulltime,45.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6722,6723,1998,working fulltime,31.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6723,6724,1998,working fulltime,68.0,,iap,18.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,2-3x a month,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6724,6725,1998,retired,54.0,,yes,8.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,1,,3.0,0,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6725,6726,1998,school,,,,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6726,6727,1998,working fulltime,62.0,no,,14.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6727,6728,1998,working fulltime,30.0,,iap,11.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6728,6729,1998,retired,40.0,yes,,13.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6729,6730,1998,keeping house,30.0,no,iap,16.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6730,6731,1998,working fulltime,51.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6731,6732,1998,working fulltime,42.0,,,12.0,w. sou. central,3.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6732,6733,1998,working fulltime,51.0,yes,iap,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6733,6734,1998,working fulltime,33.0,,,13.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,iap,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +6734,6735,1998,retired,60.0,no,,11.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,1,,5.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6735,6736,1998,working parttime,40.0,yes,yes,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6736,6737,1998,working fulltime,35.0,yes,iap,9.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6737,6738,1998,school,42.0,,iap,14.0,w. sou. central,1.0,1.0,0.0,$3000 to 3999,w. sou. central,never,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6738,6739,1998,keeping house,29.0,,,12.0,w. sou. central,1.0,0.0,0.0,$5000 to 5999,w. sou. central,more thn once wk,2,,5.0,1,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6739,6740,1998,working fulltime,33.0,,,12.0,w. sou. central,1.0,0.0,0.0,$15000 - 19999,w. sou. central,sevrl times a yr,1,iap,4.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6740,6741,1998,working parttime,36.0,,,10.0,w. sou. central,2.0,0.0,0.0,lt $1000,w. sou. central,sevrl times a yr,1,iap,10.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6741,6742,1998,other,31.0,,iap,9.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6742,6743,1998,keeping house,,,iap,9.0,w. sou. central,1.0,0.0,0.0,lt $1000,w. sou. central,2-3x a month,2,iap,8.0,1,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +6743,6744,1998,working fulltime,42.0,,,13.0,w. sou. central,1.0,2.0,0.0,$5000 to 5999,w. sou. central,lt once a year,0,iap,10.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6744,6745,1998,working fulltime,42.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6745,6746,1998,working parttime,36.0,yes,iap,3.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6746,6747,1998,working fulltime,47.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,,8.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6747,6748,1998,working parttime,42.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,yes,3.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6748,6749,1998,other,22.0,yes,iap,3.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,once a year,2,,15.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6749,6750,1998,working fulltime,34.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6750,6751,1998,working fulltime,30.0,yes,iap,12.0,south atlantic,1.0,1.0,0.0,$10000 - 14999,south atlantic,nrly every week,0,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6751,6752,1998,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,yes,1.0,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +6752,6753,1998,working fulltime,30.0,,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6753,6754,1998,working fulltime,30.0,,,13.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6754,6755,1998,working fulltime,33.0,no,iap,13.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,3.0,1,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6755,6756,1998,working fulltime,47.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6756,6757,1998,keeping house,36.0,no,iap,4.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,yes,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6757,6758,1998,working fulltime,39.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6758,6759,1998,working fulltime,29.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,0,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6759,6760,1998,retired,36.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,0,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6760,6761,1998,"unempl, laid off",64.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6761,6762,1998,working fulltime,46.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6762,6763,1998,keeping house,33.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6763,6764,1998,working fulltime,35.0,yes,iap,11.0,e. sou. central,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6764,6765,1998,working fulltime,32.0,no,,9.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6765,6766,1998,working fulltime,51.0,yes,iap,10.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6766,6767,1998,working fulltime,51.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6767,6768,1998,working fulltime,30.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,lt once a year,2,iap,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6768,6769,1998,keeping house,22.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,0,,8.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6769,6770,1998,working parttime,49.0,no,iap,18.0,foreign,2.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6770,6771,1998,keeping house,,,,10.0,pacific,0.0,0.0,0.0,lt $1000,pacific,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6771,6772,1998,working parttime,46.0,,iap,14.0,middle atlantic,0.0,2.0,0.0,$6000 to 6999,pacific,more thn once wk,0,iap,,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6772,6773,1998,working fulltime,32.0,no,iap,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6773,6774,1998,working fulltime,49.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,,2,iap,,1,0.0,0,,0,0,,,,0,0,1,0,0,0,0,0.0 +6774,6775,1998,working fulltime,60.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6775,6776,1998,working fulltime,73.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6776,6777,1998,working fulltime,51.0,no,iap,16.0,mountain,1.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6777,6778,1998,working fulltime,61.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6778,6779,1998,working fulltime,59.0,no,,14.0,pacific,2.0,0.0,0.0,$20000 - 24999,pacific,,2,iap,3.0,1,0.0,0,,0,0,,,,0,0,1,0,0,0,0, +6779,6780,1998,retired,47.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6780,6781,1998,working fulltime,22.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,7.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6781,6782,1998,working fulltime,45.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,,1,,14.0,0,1.0,0,,1,0,,,,0,0,1,0,0,0,0,1.0 +6782,6783,1998,working fulltime,73.0,yes,iap,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,pacific,once a year,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6783,6784,1998,retired,54.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6784,6785,1998,school,36.0,,iap,15.0,pacific,1.0,1.0,0.0,$15000 - 19999,pacific,more thn once wk,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6785,6786,1998,working fulltime,64.0,,,15.0,w. sou. central,0.0,1.0,0.0,$20000 - 24999,pacific,more thn once wk,0,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6786,6787,1998,working fulltime,67.0,no,iap,20.0,w. nor. central,0.0,2.0,0.0,$25000 or more,pacific,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6787,6788,1998,working parttime,22.0,,,12.0,mountain,0.0,1.0,1.0,$25000 or more,mountain,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6788,6789,1998,working fulltime,49.0,yes,iap,16.0,new england,0.0,0.0,2.0,$25000 or more,mountain,lt once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6789,6790,1998,working fulltime,86.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,once a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6790,6791,1998,working fulltime,51.0,,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6791,6792,1998,retired,32.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,1,iap,8.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6792,6793,1998,working fulltime,38.0,no,iap,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6793,6794,1998,working fulltime,28.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6794,6795,1998,working fulltime,41.0,no,yes,18.0,pacific,0.0,1.0,0.0,$25000 or more,mountain,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6795,6796,1998,working fulltime,41.0,,iap,12.0,mountain,0.0,1.0,0.0,$25000 or more,mountain,never,1,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6796,6797,1998,working fulltime,47.0,,iap,18.0,south atlantic,0.0,0.0,1.0,$25000 or more,mountain,lt once a year,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6797,6798,1998,working fulltime,34.0,,,15.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,2-3x a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6798,6799,1998,retired,64.0,,iap,19.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6799,6800,1998,retired,30.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6800,6801,1998,working fulltime,32.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6801,6802,1998,working fulltime,22.0,no,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,,2,iap,1.0,1,1.0,0,,1,0,,,,0,0,1,0,0,0,0, +6802,6803,1998,working fulltime,48.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6803,6804,1998,school,34.0,,,13.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6804,6805,1998,working fulltime,61.0,no,iap,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,mountain,never,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6805,6806,1998,keeping house,48.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,$25000 or more,mountain,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6806,6807,1998,working parttime,61.0,,,15.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6807,6808,1998,keeping house,33.0,no,iap,16.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6808,6809,1998,keeping house,44.0,no,iap,14.0,e. nor. central,1.0,2.0,0.0,$25000 or more,mountain,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6809,6810,1998,working fulltime,63.0,no,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6810,6811,1998,working fulltime,66.0,no,iap,16.0,south atlantic,1.0,1.0,1.0,$25000 or more,mountain,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6811,6812,1998,working fulltime,86.0,no,iap,20.0,w. nor. central,0.0,3.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,yes,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6812,6813,1998,working fulltime,36.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6813,6814,1998,retired,,no,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6814,6815,1998,retired,39.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6815,6816,1998,working fulltime,48.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,lt once a year,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6816,6817,1998,temp not working,44.0,no,iap,16.0,w. nor. central,0.0,2.0,1.0,$25000 or more,w. nor. central,every week,2,yes,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6817,6818,1998,retired,31.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6818,6819,1998,working fulltime,73.0,no,iap,12.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,more thn once wk,2,iap,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6819,6820,1998,retired,43.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,w. nor. central,2-3x a month,1,yes,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6820,6821,1998,temp not working,24.0,yes,iap,12.0,w. nor. central,2.0,0.0,0.0,$20000 - 24999,w. nor. central,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6821,6822,1998,working parttime,30.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,once a month,2,iap,,1,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6822,6823,1998,"unempl, laid off",47.0,,,16.0,e. nor. central,0.0,0.0,0.0,lt $1000,w. nor. central,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6823,6824,1998,"unempl, laid off",51.0,,,16.0,w. nor. central,0.0,0.0,1.0,$6000 to 6999,w. nor. central,never,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6824,6825,1998,working parttime,61.0,,,16.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6825,6826,1998,working fulltime,22.0,no,iap,11.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6826,6827,1998,working fulltime,28.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6827,6828,1998,working fulltime,44.0,,,15.0,w. nor. central,0.0,3.0,1.0,$25000 or more,w. nor. central,never,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6828,6829,1998,retired,32.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6829,6830,1998,working fulltime,44.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6830,6831,1998,retired,40.0,no,,8.0,w. sou. central,0.0,0.0,0.0,,w. nor. central,more thn once wk,1,iap,6.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +6831,6832,1998,working fulltime,24.0,yes,iap,16.0,e. sou. central,0.0,2.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6832,6833,1998,working fulltime,30.0,,,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6833,6834,1998,working fulltime,46.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6834,6835,1998,retired,64.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6835,6836,1998,working parttime,24.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6836,6837,1998,keeping house,47.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,2,,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6837,6838,1998,working fulltime,32.0,yes,iap,13.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6838,6839,1998,retired,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,,3.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6839,6840,1998,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6840,6841,1998,working fulltime,63.0,yes,iap,15.0,e. nor. central,2.0,1.0,1.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6841,6842,1998,working fulltime,33.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +6842,6843,1998,working fulltime,47.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6843,6844,1998,temp not working,66.0,,iap,14.0,e. nor. central,0.0,1.0,1.0,$4000 to 4999,e. nor. central,2-3x a month,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6844,6845,1998,working fulltime,64.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6845,6846,1998,temp not working,37.0,,,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,2-3x a month,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6846,6847,1998,retired,35.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6847,6848,1998,retired,68.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6848,6849,1998,working fulltime,66.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6849,6850,1998,other,,no,iap,12.0,e. nor. central,1.0,3.0,0.0,$25000 or more,e. nor. central,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6850,6851,1998,keeping house,51.0,yes,iap,12.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6851,6852,1998,working fulltime,20.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6852,6853,1998,working fulltime,66.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6853,6854,1998,working fulltime,42.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6854,6855,1998,working parttime,47.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6855,6856,1998,working fulltime,39.0,yes,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6856,6857,1998,retired,49.0,,,16.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6857,6858,1998,temp not working,47.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,2-3x a month,1,yes,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6858,6859,1998,working fulltime,66.0,,,16.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6859,6860,1998,working parttime,32.0,,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,more thn once wk,1,,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6860,6861,1998,working parttime,32.0,no,,14.0,pacific,2.0,1.0,0.0,$25000 or more,pacific,nrly every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6861,6862,1998,temp not working,32.0,no,iap,11.0,pacific,0.0,0.0,0.0,,pacific,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6862,6863,1998,school,,,,11.0,pacific,1.0,1.0,1.0,$1000 to 2999,pacific,never,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6863,6864,1998,keeping house,30.0,,iap,11.0,pacific,0.0,0.0,1.0,$10000 - 14999,pacific,never,0,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6864,6865,1998,working fulltime,44.0,no,,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6865,6866,1998,retired,34.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,,pacific,,2,,,1,1.0,0,,1,0,,,,0,0,1,0,0,0,0,0.0 +6866,6867,1998,working fulltime,52.0,yes,iap,16.0,pacific,0.0,3.0,0.0,$25000 or more,pacific,once a year,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6867,6868,1998,"unempl, laid off",25.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,0,,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6868,6869,1998,working fulltime,30.0,no,iap,11.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6869,6870,1998,keeping house,40.0,,iap,14.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,once a month,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6870,6871,1998,working parttime,34.0,no,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,lt once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6871,6872,1998,working fulltime,35.0,no,iap,16.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6872,6873,1998,working parttime,47.0,no,iap,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,pacific,once a month,1,iap,10.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6873,6874,1998,working fulltime,46.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6874,6875,1998,school,,,,15.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,lt once a year,0,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6875,6876,1998,keeping house,22.0,yes,iap,8.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a month,1,iap,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6876,6877,1998,working parttime,39.0,,iap,11.0,mountain,0.0,0.0,0.0,$4000 to 4999,pacific,never,0,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6877,6878,1998,working fulltime,31.0,,,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6878,6879,1998,retired,,no,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6879,6880,1998,school,,,,8.0,w. sou. central,1.0,0.0,1.0,,w. sou. central,every week,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6880,6881,1998,working fulltime,73.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6881,6882,1998,keeping house,29.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,5.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6882,6883,1998,temp not working,37.0,,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6883,6884,1998,working fulltime,69.0,,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,0,,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6884,6885,1998,working parttime,42.0,,,13.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,once a year,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6885,6886,1998,"unempl, laid off",24.0,,,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,iap,7.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6886,6887,1998,"unempl, laid off",32.0,,,12.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6887,6888,1998,working fulltime,52.0,no,iap,12.0,w. sou. central,1.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,,4.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6888,6889,1998,working fulltime,23.0,no,,13.0,foreign,1.0,0.0,0.0,$15000 - 19999,w. sou. central,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6889,6890,1998,working fulltime,34.0,no,,12.0,w. sou. central,1.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6890,6891,1998,school,,,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6891,6892,1998,working fulltime,66.0,no,yes,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6892,6893,1998,working fulltime,71.0,no,,16.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6893,6894,1998,working parttime,36.0,,,12.0,w. sou. central,1.0,0.0,0.0,$4000 to 4999,w. sou. central,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6894,6895,1998,"unempl, laid off",23.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +6895,6896,1998,working fulltime,42.0,no,,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6896,6897,1998,working parttime,51.0,no,iap,16.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6897,6898,1998,school,,,,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,1,iap,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6898,6899,1998,keeping house,48.0,no,,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6899,6900,1998,working fulltime,32.0,,iap,12.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,0,iap,0.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6900,6901,1998,retired,25.0,no,,13.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6901,6902,1998,working fulltime,51.0,yes,iap,12.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6902,6903,1998,working fulltime,69.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,,0.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6903,6904,1998,keeping house,41.0,yes,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,pacific,never,2,yes,0.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6904,6905,1998,working fulltime,61.0,no,iap,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6905,6906,1998,retired,48.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6906,6907,1998,working fulltime,39.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6907,6908,1998,working fulltime,34.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6908,6909,1998,keeping house,47.0,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,pacific,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6909,6910,1998,working fulltime,59.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6910,6911,1998,working fulltime,49.0,,,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6911,6912,1998,temp not working,42.0,,,12.0,south atlantic,0.0,0.0,0.0,lt $1000,pacific,2-3x a month,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6912,6913,1998,retired,66.0,no,,15.0,mountain,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,,7.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6913,6914,1998,working parttime,86.0,no,iap,20.0,pacific,3.0,0.0,0.0,,pacific,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6914,6915,1998,working fulltime,51.0,yes,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6915,6916,1998,working fulltime,51.0,no,iap,6.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6916,6917,1998,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6917,6918,1998,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6918,6919,1998,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6919,6920,1998,working fulltime,40.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,1,yes,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6920,6921,1998,school,,,,13.0,new england,0.0,0.0,0.0,$1000 to 2999,e. nor. central,more thn once wk,0,iap,3.0,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +6921,6922,1998,working parttime,22.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6922,6923,1998,working fulltime,32.0,,,11.0,south atlantic,1.0,0.0,1.0,$20000 - 24999,e. nor. central,lt once a year,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6923,6924,1998,working fulltime,44.0,,,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6924,6925,1998,keeping house,51.0,no,yes,17.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6925,6926,1998,working fulltime,24.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,0,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6926,6927,1998,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6927,6928,1998,retired,46.0,no,,12.0,w. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6928,6929,1998,working fulltime,42.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6929,6930,1998,working fulltime,51.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6930,6931,1998,working fulltime,44.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6931,6932,1998,working fulltime,30.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6932,6933,1998,working parttime,30.0,,,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6933,6934,1998,keeping house,,no,iap,9.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6934,6935,1998,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6935,6936,1998,working fulltime,55.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6936,6937,1998,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6937,6938,1998,working fulltime,33.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6938,6939,1998,retired,36.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6939,6940,1998,working parttime,24.0,no,iap,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,,2,,3.0,1,1.0,0,,0,0,,,,0,0,1,0,0,0,0,0.0 +6940,6941,1998,working fulltime,42.0,yes,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6941,6942,1998,working fulltime,64.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6942,6943,1998,retired,46.0,no,,10.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6943,6944,1998,working parttime,51.0,no,iap,13.0,south atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6944,6945,1998,working fulltime,42.0,,iap,11.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6945,6946,1998,"unempl, laid off",35.0,,,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,0,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6946,6947,1998,working fulltime,25.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6947,6948,1998,keeping house,,no,,10.0,foreign,0.0,0.0,0.0,,middle atlantic,lt once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6948,6949,1998,working fulltime,66.0,,,18.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,more thn once wk,1,iap,3.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +6949,6950,1998,other,,,,11.0,foreign,2.0,0.0,0.0,,middle atlantic,lt once a year,0,iap,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6950,6951,1998,working fulltime,32.0,yes,iap,12.0,middle atlantic,0.0,1.0,0.0,$20000 - 24999,middle atlantic,more thn once wk,0,,0.0,0,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6951,6952,1998,working fulltime,36.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6952,6953,1998,working fulltime,25.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,2-3x a month,1,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +6953,6954,1998,working fulltime,74.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6954,6955,1998,working fulltime,33.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6955,6956,1998,working fulltime,51.0,yes,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6956,6957,1998,working fulltime,49.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6957,6958,1998,retired,47.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6958,6959,1998,working fulltime,74.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6959,6960,1998,working fulltime,51.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6960,6961,1998,working parttime,22.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6961,6962,1998,keeping house,36.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6962,6963,1998,working fulltime,39.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6963,6964,1998,retired,20.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6964,6965,1998,working parttime,39.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6965,6966,1998,keeping house,,no,,12.0,e. nor. central,1.0,3.0,0.0,$10000 - 14999,e. nor. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6966,6967,1998,keeping house,17.0,no,,9.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,once a month,1,iap,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6967,6968,1998,working fulltime,47.0,,,12.0,e. nor. central,1.0,3.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6968,6969,1998,working fulltime,22.0,yes,iap,11.0,e. nor. central,0.0,1.0,1.0,,e. nor. central,never,1,,20.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6969,6970,1998,keeping house,46.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6970,6971,1998,retired,49.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6971,6972,1998,keeping house,,,,18.0,e. nor. central,0.0,2.0,0.0,,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6972,6973,1998,keeping house,39.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,yes,8.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6973,6974,1998,working fulltime,41.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6974,6975,1998,working fulltime,22.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,south atlantic,once a year,1,iap,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +6975,6976,1998,retired,44.0,no,iap,10.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6976,6977,1998,working fulltime,65.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6977,6978,1998,retired,51.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,4.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6978,6979,1998,working fulltime,40.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6979,6980,1998,retired,66.0,no,,15.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +6980,6981,1998,retired,73.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +6981,6982,1998,working fulltime,51.0,yes,iap,,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6982,6983,1998,retired,64.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,south atlantic,2-3x a month,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6983,6984,1998,working fulltime,39.0,,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6984,6985,1998,working parttime,43.0,no,iap,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6985,6986,1998,working fulltime,51.0,yes,iap,13.0,e. nor. central,0.0,2.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6986,6987,1998,working fulltime,51.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6987,6988,1998,working fulltime,36.0,,iap,12.0,south atlantic,1.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6988,6989,1998,working fulltime,39.0,yes,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6989,6990,1998,keeping house,30.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6990,6991,1998,working fulltime,32.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +6991,6992,1998,working fulltime,51.0,no,,12.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6992,6993,1998,keeping house,28.0,no,iap,15.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6993,6994,1998,working fulltime,23.0,,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6994,6995,1998,working fulltime,30.0,,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,0,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +6995,6996,1998,retired,49.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +6996,6997,1998,temp not working,32.0,,,10.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,once a year,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +6997,6998,1998,retired,28.0,,,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +6998,6999,1998,retired,34.0,,iap,16.0,new england,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +6999,7000,1998,retired,36.0,,iap,,e. sou. central,1.0,1.0,0.0,$6000 to 6999,south atlantic,never,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7000,7001,1998,working fulltime,43.0,,yes,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7001,7002,1998,working fulltime,27.0,,,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7002,7003,1998,working fulltime,32.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7003,7004,1998,working fulltime,36.0,,iap,9.0,south atlantic,0.0,2.0,0.0,$15000 - 19999,south atlantic,,1,iap,,0,1.0,0,,0,0,,,,0,0,1,0,0,0,0, +7004,7005,1998,working fulltime,31.0,,iap,12.0,south atlantic,2.0,1.0,0.0,$8000 to 9999,south atlantic,once a month,1,,1.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7005,7006,1998,working fulltime,42.0,no,,12.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7006,7007,1998,working fulltime,35.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7007,7008,1998,working fulltime,33.0,,iap,12.0,south atlantic,0.0,3.0,0.0,$20000 - 24999,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7008,7009,1998,working fulltime,34.0,no,,12.0,south atlantic,0.0,2.0,1.0,$4000 to 4999,south atlantic,more thn once wk,2,yes,6.0,1,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7009,7010,1998,working fulltime,30.0,no,iap,11.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,2-3x a month,0,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7010,7011,1998,working fulltime,45.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7011,7012,1998,retired,22.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,,4.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7012,7013,1998,working parttime,22.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,3.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7013,7014,1998,working fulltime,42.0,,iap,12.0,south atlantic,0.0,0.0,2.0,$20000 - 24999,south atlantic,nrly every week,2,iap,4.0,1,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +7014,7015,1998,working fulltime,35.0,,,12.0,south atlantic,0.0,1.0,2.0,$20000 - 24999,south atlantic,every week,1,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7015,7016,1998,keeping house,,no,iap,6.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,every week,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7016,7017,1998,working fulltime,36.0,yes,iap,13.0,w. nor. central,2.0,1.0,0.0,$20000 - 24999,pacific,nrly every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7017,7018,1998,working fulltime,49.0,,,11.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7018,7019,1998,working fulltime,39.0,,iap,14.0,foreign,0.0,0.0,2.0,$25000 or more,pacific,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7019,7020,1998,working fulltime,44.0,yes,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7020,7021,1998,keeping house,74.0,no,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7021,7022,1998,keeping house,60.0,no,iap,14.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7022,7023,1998,working parttime,32.0,no,iap,14.0,e. sou. central,0.0,1.0,1.0,$25000 or more,pacific,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7023,7024,1998,"unempl, laid off",39.0,,iap,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7024,7025,1998,working fulltime,64.0,,iap,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7025,7026,1998,working fulltime,74.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7026,7027,1998,working fulltime,69.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7027,7028,1998,working fulltime,51.0,no,iap,17.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7028,7029,1998,keeping house,27.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7029,7030,1998,retired,51.0,,iap,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7030,7031,1998,working fulltime,46.0,yes,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7031,7032,1998,working fulltime,22.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,pacific,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7032,7033,1998,working fulltime,34.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,,3.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7033,7034,1998,working parttime,24.0,no,,13.0,e. sou. central,0.0,1.0,1.0,$25000 or more,pacific,more thn once wk,1,iap,2.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7034,7035,1998,working fulltime,32.0,,iap,12.0,pacific,2.0,3.0,0.0,$25000 or more,pacific,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7035,7036,1998,working fulltime,29.0,,iap,16.0,pacific,0.0,0.0,0.0,,pacific,,1,iap,,0,0.0,1,,0,0,,,,0,0,1,0,0,0,0,1.0 +7036,7037,1998,working fulltime,45.0,,iap,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7037,7038,1998,working fulltime,53.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,pacific,every week,2,iap,1.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7038,7039,1998,school,,,,10.0,pacific,1.0,0.0,1.0,,pacific,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7039,7040,1998,working fulltime,51.0,,iap,12.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7040,7041,1998,working fulltime,40.0,no,iap,20.0,new england,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,yes,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7041,7042,1998,working fulltime,49.0,no,iap,13.0,south atlantic,1.0,0.0,0.0,$25000 or more,pacific,never,0,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7042,7043,1998,working fulltime,22.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7043,7044,1998,"unempl, laid off",36.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,e. sou. central,never,0,yes,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7044,7045,1998,"unempl, laid off",30.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,0,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7045,7046,1998,retired,47.0,no,iap,12.0,e. sou. central,0.0,0.0,1.0,$20000 - 24999,e. sou. central,every week,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7046,7047,1998,working parttime,57.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7047,7048,1998,working fulltime,60.0,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,,1,yes,2.0,0,1.0,0,,1,0,,,,0,0,1,0,0,0,0, +7048,7049,1998,working fulltime,46.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7049,7050,1998,"unempl, laid off",28.0,,,13.0,e. sou. central,0.0,1.0,0.0,$15000 - 19999,e. sou. central,never,0,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7050,7051,1998,working fulltime,35.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7051,7052,1998,working fulltime,46.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,1,yes,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7052,7053,1998,working parttime,36.0,no,iap,13.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7053,7054,1998,working fulltime,54.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7054,7055,1998,working fulltime,32.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7055,7056,1998,keeping house,,,iap,10.0,e. sou. central,2.0,0.0,0.0,$15000 - 19999,e. sou. central,once a month,0,yes,7.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7056,7057,1998,working fulltime,46.0,,,14.0,foreign,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,1,yes,,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7057,7058,1998,other,51.0,no,,7.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7058,7059,1998,keeping house,36.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7059,7060,1998,working fulltime,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,more thn once wk,0,,3.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7060,7061,1998,temp not working,30.0,yes,iap,10.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7061,7062,1998,keeping house,36.0,no,,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,1,iap,6.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7062,7063,1998,keeping house,46.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7063,7064,1998,working fulltime,39.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,lt once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7064,7065,1998,"unempl, laid off",35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,iap,6.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7065,7066,1998,working fulltime,45.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7066,7067,1998,temp not working,22.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7067,7068,1998,working fulltime,46.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7068,7069,1998,working fulltime,59.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7069,7070,1998,retired,42.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7070,7071,1998,working fulltime,44.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7071,7072,1998,working fulltime,66.0,no,iap,16.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,nrly every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7072,7073,1998,working fulltime,36.0,,iap,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,0.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7073,7074,1998,working fulltime,31.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,2,iap,8.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7074,7075,1998,school,23.0,,,11.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7075,7076,1998,working fulltime,35.0,,,16.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7076,7077,1998,working fulltime,51.0,no,iap,14.0,middle atlantic,1.0,2.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7077,7078,1998,working fulltime,51.0,,,13.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7078,7079,1998,working fulltime,66.0,no,yes,15.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7079,7080,1998,working fulltime,51.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7080,7081,1998,working fulltime,40.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7081,7082,1998,working fulltime,43.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7082,7083,1998,temp not working,48.0,no,iap,13.0,middle atlantic,0.0,1.0,2.0,$25000 or more,middle atlantic,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7083,7084,1998,working fulltime,33.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7084,7085,1998,working fulltime,45.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7085,7086,1998,keeping house,28.0,,iap,8.0,middle atlantic,3.0,1.0,0.0,$10000 - 14999,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7086,7087,1998,working fulltime,40.0,,,12.0,middle atlantic,2.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7087,7088,1998,temp not working,38.0,yes,iap,9.0,middle atlantic,1.0,2.0,0.0,$8000 to 9999,middle atlantic,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7088,7089,1998,working fulltime,42.0,no,iap,11.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,middle atlantic,lt once a year,0,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7089,7090,1998,working parttime,42.0,,iap,10.0,middle atlantic,0.0,1.0,2.0,$3000 to 3999,middle atlantic,never,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7090,7091,1998,school,22.0,,,15.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7091,7092,1998,working fulltime,32.0,no,iap,12.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7092,7093,1998,school,,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7093,7094,1998,working fulltime,28.0,,,15.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7094,7095,1998,working parttime,48.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7095,7096,1998,working fulltime,47.0,,,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,2,iap,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7096,7097,1998,working fulltime,31.0,,,12.0,middle atlantic,1.0,1.0,0.0,$20000 - 24999,middle atlantic,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7097,7098,1998,working fulltime,65.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7098,7099,1998,working fulltime,42.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7099,7100,1998,working fulltime,69.0,,iap,19.0,w. nor. central,1.0,0.0,2.0,$20000 - 24999,middle atlantic,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7100,7101,1998,retired,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7101,7102,1998,working fulltime,23.0,yes,iap,12.0,middle atlantic,0.0,1.0,1.0,$20000 - 24999,middle atlantic,once a year,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7102,7103,1998,working fulltime,66.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7103,7104,1998,working fulltime,68.0,,yes,14.0,middle atlantic,0.0,2.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7104,7105,1998,working fulltime,24.0,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7105,7106,1998,keeping house,51.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7106,7107,1998,working fulltime,34.0,yes,iap,14.0,foreign,0.0,1.0,0.0,$25000 or more,middle atlantic,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7107,7108,1998,keeping house,,no,iap,10.0,middle atlantic,0.0,1.0,2.0,,middle atlantic,once a year,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7108,7109,1998,retired,36.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7109,7110,1998,working fulltime,43.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7110,7111,1998,working fulltime,25.0,yes,iap,11.0,mountain,2.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7111,7112,1998,working fulltime,32.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7112,7113,1998,other,40.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,1,yes,11.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7113,7114,1998,temp not working,39.0,,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a year,0,,8.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7114,7115,1998,working fulltime,42.0,yes,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7115,7116,1998,working fulltime,39.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7116,7117,1998,working parttime,29.0,no,iap,15.0,new england,0.0,0.0,1.0,$25000 or more,middle atlantic,nrly every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7117,7118,1998,keeping house,28.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7118,7119,1998,working fulltime,47.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7119,7120,1998,working parttime,39.0,yes,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7120,7121,1998,keeping house,40.0,no,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,nrly every week,2,,3.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7121,7122,1998,working fulltime,44.0,,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7122,7123,1998,working fulltime,55.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7123,7124,1998,working fulltime,22.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7124,7125,1998,working fulltime,51.0,no,iap,16.0,new england,1.0,1.0,0.0,$25000 or more,new england,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7125,7126,1998,working fulltime,46.0,,,16.0,south atlantic,0.0,0.0,0.0,lt $1000,new england,lt once a year,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7126,7127,1998,working fulltime,62.0,no,iap,20.0,new england,1.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7127,7128,1998,working fulltime,65.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,,new england,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7128,7129,1998,retired,51.0,yes,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7129,7130,1998,working fulltime,74.0,no,iap,16.0,new england,1.0,0.0,0.0,$25000 or more,new england,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7130,7131,1998,working parttime,56.0,no,iap,16.0,mountain,0.0,1.0,1.0,$25000 or more,new england,once a year,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7131,7132,1998,retired,51.0,no,yes,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,once a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7132,7133,1998,working parttime,65.0,no,iap,18.0,middle atlantic,1.0,1.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7133,7134,1998,working parttime,66.0,no,iap,16.0,new england,0.0,0.0,1.0,$25000 or more,new england,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7134,7135,1998,working fulltime,61.0,,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7135,7136,1998,working fulltime,51.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7136,7137,1998,working fulltime,60.0,no,iap,13.0,new england,2.0,2.0,0.0,$25000 or more,new england,once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7137,7138,1998,working fulltime,51.0,no,iap,16.0,new england,2.0,1.0,0.0,$25000 or more,new england,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7138,7139,1998,working fulltime,43.0,,,13.0,new england,0.0,1.0,0.0,$20000 - 24999,new england,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7139,7140,1998,retired,51.0,,,12.0,new england,0.0,0.0,0.0,lt $1000,new england,lt once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7140,7141,1998,working fulltime,46.0,no,iap,13.0,new england,0.0,0.0,1.0,$25000 or more,new england,lt once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7141,7142,1998,other,24.0,,,14.0,new england,2.0,0.0,0.0,$25000 or more,new england,once a year,1,,9.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7142,7143,1998,retired,47.0,no,,10.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,lt once a year,0,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7143,7144,1998,retired,34.0,no,iap,,new england,0.0,0.0,0.0,,new england,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7144,7145,1998,working fulltime,32.0,,iap,12.0,new england,0.0,0.0,1.0,$25000 or more,new england,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7145,7146,1998,retired,51.0,,yes,13.0,new england,0.0,0.0,0.0,,new england,nrly every week,1,yes,,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7146,7147,1998,working parttime,32.0,no,iap,12.0,new england,1.0,0.0,0.0,$25000 or more,new england,nrly every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7147,7148,1998,working fulltime,37.0,,,16.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7148,7149,1998,working fulltime,51.0,no,iap,12.0,new england,0.0,0.0,1.0,$25000 or more,new england,once a year,2,iap,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7149,7150,1998,working fulltime,34.0,,,10.0,mountain,1.0,0.0,1.0,,mountain,never,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7150,7151,1998,working fulltime,66.0,yes,iap,15.0,middle atlantic,0.0,1.0,1.0,$25000 or more,mountain,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7151,7152,1998,working fulltime,66.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,mountain,once a year,1,iap,8.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7152,7153,1998,working fulltime,30.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7153,7154,1998,working fulltime,29.0,,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7154,7155,1998,working fulltime,33.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,0,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7155,7156,1998,working fulltime,22.0,no,iap,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,mountain,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7156,7157,1998,working parttime,29.0,no,iap,14.0,w. nor. central,0.0,1.0,0.0,$25000 or more,mountain,once a month,1,yes,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7157,7158,1998,retired,30.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7158,7159,1998,working fulltime,57.0,,,14.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,never,1,,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7159,7160,1998,working parttime,,,,12.0,mountain,0.0,0.0,0.0,$4000 to 4999,mountain,more thn once wk,1,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7160,7161,1998,working fulltime,53.0,,iap,11.0,mountain,1.0,0.0,0.0,$15000 - 19999,mountain,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7161,7162,1998,keeping house,,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,mountain,never,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7162,7163,1998,keeping house,46.0,no,iap,13.0,middle atlantic,0.0,1.0,0.0,$25000 or more,mountain,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7163,7164,1998,keeping house,,,,9.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7164,7165,1998,"unempl, laid off",36.0,,,8.0,mountain,0.0,2.0,1.0,$25000 or more,mountain,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7165,7166,1998,temp not working,33.0,,iap,13.0,mountain,0.0,0.0,2.0,lt $1000,mountain,once a year,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7166,7167,1998,keeping house,33.0,no,iap,9.0,foreign,0.0,2.0,1.0,$25000 or more,mountain,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7167,7168,1998,other,39.0,,yes,17.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,nrly every week,0,yes,15.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +7168,7169,1998,working fulltime,17.0,no,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7169,7170,1998,keeping house,,no,iap,12.0,foreign,2.0,0.0,0.0,$10000 - 14999,mountain,2-3x a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7170,7171,1998,working parttime,24.0,,,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,iap,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7171,7172,1998,keeping house,22.0,no,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,,2,iap,2.0,1,1.0,0,,1,0,,,,0,0,1,0,0,0,0, +7172,7173,1998,school,,no,iap,14.0,foreign,0.0,2.0,0.0,$25000 or more,new england,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7173,7174,1998,working fulltime,54.0,yes,iap,12.0,new england,0.0,1.0,1.0,$25000 or more,new england,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7174,7175,1998,keeping house,,,,12.0,new england,0.0,0.0,1.0,,new england,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7175,7176,1998,retired,36.0,no,iap,16.0,new england,0.0,0.0,0.0,,new england,2-3x a month,1,iap,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7176,7177,1998,working fulltime,27.0,,iap,12.0,new england,0.0,0.0,0.0,$4000 to 4999,new england,lt once a year,1,iap,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7177,7178,1998,working fulltime,42.0,,,14.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7178,7179,1998,working fulltime,36.0,yes,iap,15.0,foreign,1.0,1.0,1.0,$25000 or more,new england,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7179,7180,1998,keeping house,,,,8.0,new england,2.0,1.0,0.0,$1000 to 2999,new england,sevrl times a yr,2,iap,12.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7180,7181,1998,working fulltime,39.0,,,14.0,new england,1.0,0.0,1.0,$25000 or more,new england,lt once a year,0,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7181,7182,1998,other,,,,,south atlantic,0.0,0.0,0.0,,new england,never,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7182,7183,1998,working fulltime,30.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,new england,more thn once wk,1,,2.0,0,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7183,7184,1998,working fulltime,22.0,yes,iap,9.0,new england,0.0,1.0,1.0,$25000 or more,new england,once a year,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7184,7185,1998,"unempl, laid off",22.0,,,8.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7185,7186,1998,working fulltime,22.0,,,9.0,new england,0.0,0.0,0.0,,new england,more thn once wk,2,iap,5.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7186,7187,1998,working fulltime,60.0,,,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7187,7188,1998,working fulltime,52.0,no,,16.0,new england,2.0,0.0,0.0,$25000 or more,new england,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7188,7189,1998,working fulltime,43.0,no,iap,16.0,new england,1.0,1.0,0.0,,new england,once a month,2,,2.0,1,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7189,7190,1998,working fulltime,64.0,yes,,19.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7190,7191,1998,working fulltime,69.0,no,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7191,7192,1998,working fulltime,40.0,no,,19.0,w. sou. central,0.0,1.0,1.0,,w. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7192,7193,1998,working fulltime,69.0,no,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7193,7194,1998,working fulltime,49.0,no,iap,12.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,3.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7194,7195,1998,working fulltime,33.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7195,7196,1998,working fulltime,64.0,,,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7196,7197,1998,working fulltime,40.0,no,iap,12.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7197,7198,1998,working fulltime,32.0,yes,iap,12.0,w. sou. central,1.0,0.0,0.0,,w. sou. central,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7198,7199,1998,working fulltime,51.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,0.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7199,7200,1998,working fulltime,61.0,no,iap,17.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7200,7201,1998,working fulltime,61.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,0.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7201,7202,1998,school,41.0,,,14.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7202,7203,1998,"unempl, laid off",51.0,,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7203,7204,1998,working fulltime,25.0,,,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7204,7205,1998,working fulltime,49.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7205,7206,1998,working parttime,25.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7206,7207,1998,working parttime,48.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7207,7208,1998,temp not working,49.0,,,15.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7208,7209,1998,working fulltime,46.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7209,7210,1998,working parttime,25.0,,,13.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. sou. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7210,7211,1998,working fulltime,49.0,no,iap,16.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7211,7212,1998,working fulltime,48.0,no,,17.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,iap,0.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7212,7213,1998,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7213,7214,1998,working fulltime,43.0,no,,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7214,7215,1998,working fulltime,74.0,no,,20.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7215,7216,1998,working fulltime,64.0,no,,19.0,foreign,1.0,2.0,0.0,$25000 or more,w. sou. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7216,7217,1998,working fulltime,40.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7217,7218,1998,working parttime,65.0,,,15.0,pacific,0.0,0.0,0.0,$10000 - 14999,w. sou. central,,2,,2.0,1,0.0,0,,0,0,,,,0,0,1,0,0,0,0,1.0 +7218,7219,1998,working fulltime,49.0,yes,,18.0,pacific,0.0,0.0,1.0,$25000 or more,w. sou. central,,1,,4.0,0,1.0,0,,0,0,,,,0,0,1,0,0,0,0,0.0 +7219,7220,1998,working parttime,22.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7220,7221,1998,working fulltime,36.0,no,iap,12.0,south atlantic,0.0,2.0,1.0,,south atlantic,once a year,1,yes,3.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7221,7222,1998,working fulltime,58.0,,iap,16.0,e. sou. central,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7222,7223,1998,working fulltime,69.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7223,7224,1998,working fulltime,65.0,yes,iap,15.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,3.0,1,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7224,7225,1998,working fulltime,33.0,no,iap,11.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7225,7226,1998,working fulltime,36.0,no,iap,12.0,south atlantic,2.0,0.0,1.0,,south atlantic,more thn once wk,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7226,7227,1998,working fulltime,41.0,no,iap,14.0,south atlantic,2.0,0.0,1.0,$25000 or more,south atlantic,once a year,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7227,7228,1998,working fulltime,49.0,no,,13.0,pacific,0.0,1.0,1.0,$25000 or more,south atlantic,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7228,7229,1998,working fulltime,59.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7229,7230,1998,working fulltime,51.0,,iap,16.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7230,7231,1998,working fulltime,20.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7231,7232,1998,working parttime,34.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7232,7233,1998,working fulltime,61.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,4.0,1,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7233,7234,1998,working fulltime,65.0,,yes,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7234,7235,1998,temp not working,47.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7235,7236,1998,retired,30.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,2,,3.0,1,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7236,7237,1998,working fulltime,,,iap,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,iap,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7237,7238,1998,retired,21.0,no,,2.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,every week,1,iap,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7238,7239,1998,retired,29.0,,,10.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,yes,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7239,7240,1998,retired,22.0,no,,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,iap,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7240,7241,1998,retired,42.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,nrly every week,1,iap,4.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +7241,7242,1998,keeping house,,,iap,12.0,south atlantic,1.0,1.0,2.0,$15000 - 19999,south atlantic,lt once a year,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7242,7243,1998,retired,66.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7243,7244,1998,working fulltime,36.0,,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,1,,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7244,7245,1998,keeping house,31.0,yes,,11.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,lt once a year,2,,3.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7245,7246,1998,keeping house,66.0,no,,16.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7246,7247,1998,working fulltime,30.0,,,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,every week,0,yes,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7247,7248,1998,working parttime,64.0,no,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,yes,5.0,1,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7248,7249,1998,working parttime,23.0,no,,9.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7249,7250,1998,working fulltime,32.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,iap,3.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7250,7251,1998,working fulltime,42.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,1,iap,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7251,7252,1998,retired,36.0,no,,15.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7252,7253,1998,working fulltime,39.0,,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7253,7254,1998,retired,64.0,yes,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7254,7255,1998,working fulltime,60.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7255,7256,1998,working fulltime,48.0,yes,iap,13.0,south atlantic,1.0,1.0,2.0,$25000 or more,e. sou. central,lt once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7256,7257,1998,working fulltime,29.0,,,12.0,e. sou. central,1.0,3.0,0.0,$6000 to 6999,e. sou. central,2-3x a month,0,iap,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7257,7258,1998,retired,36.0,no,iap,,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,,2,,0.0,1,1.0,0,,0,0,,,,0,0,1,0,0,0,0,0.0 +7258,7259,1998,working fulltime,59.0,no,,12.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,once a year,2,,3.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7259,7260,1998,working fulltime,68.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7260,7261,1998,working fulltime,51.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7261,7262,1998,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7262,7263,1998,working fulltime,51.0,no,iap,15.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7263,7264,1998,working fulltime,49.0,no,iap,12.0,e. sou. central,0.0,0.0,2.0,$25000 or more,e. sou. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7264,7265,1998,working fulltime,61.0,no,iap,17.0,foreign,0.0,1.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7265,7266,1998,working fulltime,65.0,,,19.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7266,7267,1998,other,,no,,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,1,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7267,7268,1998,retired,51.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7268,7269,1998,working fulltime,42.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7269,7270,1998,keeping house,56.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7270,7271,1998,working fulltime,44.0,yes,iap,12.0,mountain,0.0,1.0,0.0,$25000 or more,e. sou. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7271,7272,1998,keeping house,31.0,no,,14.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,4.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7272,7273,1998,working fulltime,59.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7273,7274,1998,keeping house,40.0,no,iap,12.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7274,7275,1998,working fulltime,44.0,yes,iap,14.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7275,7276,1998,working fulltime,22.0,yes,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7276,7277,1998,working fulltime,47.0,yes,iap,12.0,e. sou. central,0.0,3.0,1.0,$25000 or more,e. sou. central,once a month,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7277,7278,1998,working fulltime,30.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7278,7279,1998,working parttime,29.0,,iap,8.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,iap,6.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7279,7280,1998,retired,49.0,no,,10.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,1,,5.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7280,7281,1998,working fulltime,49.0,no,iap,14.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,every week,2,iap,1.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7281,7282,1998,working fulltime,49.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7282,7283,1998,working fulltime,51.0,no,iap,13.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7283,7284,1998,working fulltime,41.0,no,iap,12.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,once a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7284,7285,1998,working fulltime,51.0,yes,iap,12.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,,2,,3.0,1,1.0,0,,0,0,,,,0,0,1,0,0,0,0,1.0 +7285,7286,1998,keeping house,,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,iap,7.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7286,7287,1998,working fulltime,33.0,,iap,13.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,once a month,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7287,7288,1998,working fulltime,32.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7288,7289,1998,working fulltime,51.0,no,iap,13.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +7289,7290,1998,working fulltime,49.0,,,16.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7290,7291,1998,working fulltime,59.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7291,7292,1998,working fulltime,44.0,,iap,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7292,7293,1998,working fulltime,47.0,no,iap,12.0,e. sou. central,2.0,0.0,0.0,$20000 - 24999,e. sou. central,sevrl times a yr,1,,10.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7293,7294,1998,working fulltime,36.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7294,7295,1998,working fulltime,60.0,,,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,once a month,1,iap,0.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7295,7296,1998,working fulltime,44.0,,iap,13.0,middle atlantic,0.0,6.0,0.0,$25000 or more,middle atlantic,once a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7296,7297,1998,working fulltime,48.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7297,7298,1998,working fulltime,51.0,no,iap,14.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7298,7299,1998,working parttime,17.0,,,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7299,7300,1998,keeping house,,no,,12.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7300,7301,1998,working fulltime,34.0,yes,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7301,7302,1998,working fulltime,74.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7302,7303,1998,working fulltime,52.0,,,16.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7303,7304,1998,working parttime,32.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7304,7305,1998,working fulltime,60.0,,,2.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7305,7306,1998,working fulltime,37.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,5.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7306,7307,1998,working fulltime,36.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7307,7308,1998,working fulltime,54.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7308,7309,1998,retired,66.0,no,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7309,7310,1998,retired,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7310,7311,1998,working fulltime,54.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7311,7312,1998,keeping house,20.0,,iap,8.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,lt once a year,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7312,7313,1998,working fulltime,51.0,no,iap,16.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,every week,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7313,7314,1998,keeping house,66.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7314,7315,1998,working fulltime,71.0,no,iap,16.0,foreign,0.0,0.0,0.0,,middle atlantic,more thn once wk,2,,5.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7315,7316,1998,other,64.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,middle atlantic,2-3x a month,0,iap,5.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7316,7317,1998,keeping house,51.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7317,7318,1998,keeping house,36.0,no,iap,16.0,new england,0.0,0.0,1.0,$25000 or more,middle atlantic,once a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7318,7319,1998,keeping house,58.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7319,7320,1998,working fulltime,34.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,sevrl times a yr,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7320,7321,1998,working fulltime,51.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7321,7322,1998,keeping house,59.0,,,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7322,7323,1998,retired,,no,,6.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7323,7324,1998,keeping house,46.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,every week,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7324,7325,1998,keeping house,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7325,7326,1998,working fulltime,45.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7326,7327,1998,working fulltime,27.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7327,7328,1998,working parttime,29.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7328,7329,1998,working fulltime,54.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7329,7330,1998,keeping house,40.0,,,13.0,middle atlantic,0.0,1.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,5.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7330,7331,1998,working parttime,29.0,no,iap,12.0,middle atlantic,1.0,1.0,1.0,$25000 or more,middle atlantic,once a month,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7331,7332,1998,working fulltime,52.0,no,iap,20.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7332,7333,1998,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7333,7334,1998,working parttime,69.0,,,,e. nor. central,0.0,0.0,0.0,$5000 to 5999,middle atlantic,more thn once wk,2,iap,1.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7334,7335,1998,working parttime,66.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7335,7336,1998,school,43.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7336,7337,1998,working fulltime,46.0,no,iap,14.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7337,7338,1998,retired,35.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7338,7339,1998,working fulltime,36.0,no,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7339,7340,1998,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7340,7341,1998,working fulltime,42.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7341,7342,1998,"unempl, laid off",29.0,yes,iap,9.0,e. sou. central,1.0,1.0,0.0,$6000 to 6999,e. sou. central,sevrl times a yr,0,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7342,7343,1998,school,,,,11.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,sevrl times a yr,0,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7343,7344,1998,school,,,,10.0,e. sou. central,0.0,0.0,0.0,$1000 to 2999,e. sou. central,lt once a year,1,yes,8.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7344,7345,1998,working parttime,20.0,,,10.0,e. sou. central,1.0,0.0,0.0,lt $1000,e. sou. central,lt once a year,0,,5.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7345,7346,1998,retired,34.0,,iap,3.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,lt once a year,0,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7346,7347,1998,working parttime,29.0,,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7347,7348,1998,school,23.0,,,14.0,mountain,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7348,7349,1998,working fulltime,32.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7349,7350,1998,keeping house,,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. sou. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7350,7351,1998,working fulltime,46.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7351,7352,1998,working fulltime,24.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7352,7353,1998,working fulltime,,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7353,7354,1998,working fulltime,28.0,no,iap,10.0,e. sou. central,0.0,1.0,4.0,,e. sou. central,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7354,7355,1998,working fulltime,36.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7355,7356,1998,working fulltime,51.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7356,7357,1998,working fulltime,32.0,no,iap,0.0,e. sou. central,0.0,0.0,1.0,$20000 - 24999,e. sou. central,lt once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7357,7358,1998,working fulltime,66.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7358,7359,1998,working fulltime,47.0,no,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7359,7360,1998,working fulltime,32.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7360,7361,1998,working fulltime,20.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,iap,1.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7361,7362,1998,working parttime,38.0,no,iap,14.0,e. sou. central,0.0,3.0,2.0,$25000 or more,e. sou. central,nrly every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7362,7363,1998,keeping house,39.0,no,iap,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7363,7364,1998,working fulltime,51.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7364,7365,1998,working fulltime,44.0,no,iap,15.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,lt once a year,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7365,7366,1998,keeping house,53.0,,iap,13.0,e. sou. central,1.0,0.0,1.0,$5000 to 5999,w. sou. central,every week,0,iap,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7366,7367,1998,working fulltime,32.0,,,14.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7367,7368,1998,working fulltime,31.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,8.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7368,7369,1998,keeping house,23.0,,,12.0,w. sou. central,0.0,0.0,3.0,$6000 to 6999,w. sou. central,sevrl times a yr,1,,6.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7369,7370,1998,working fulltime,46.0,no,iap,13.0,w. sou. central,0.0,2.0,0.0,,w. sou. central,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7370,7371,1998,working fulltime,47.0,,,17.0,foreign,2.0,0.0,0.0,,w. sou. central,2-3x a month,1,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7371,7372,1998,working fulltime,27.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7372,7373,1998,working fulltime,38.0,yes,iap,12.0,w. sou. central,0.0,1.0,0.0,,w. sou. central,more thn once wk,2,,4.0,1,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7373,7374,1998,working fulltime,22.0,,,20.0,w. sou. central,0.0,0.0,1.0,,w. sou. central,lt once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7374,7375,1998,retired,40.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7375,7376,1998,retired,69.0,no,iap,20.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7376,7377,1998,retired,,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7377,7378,1998,working fulltime,69.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +7378,7379,1998,keeping house,,no,iap,14.0,pacific,1.0,2.0,1.0,,w. sou. central,more thn once wk,2,iap,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7379,7380,1998,working fulltime,50.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7380,7381,1998,retired,44.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7381,7382,1998,working fulltime,51.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7382,7383,1998,retired,36.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7383,7384,1998,retired,67.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7384,7385,1998,working fulltime,47.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7385,7386,1998,retired,46.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7386,7387,1998,retired,46.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7387,7388,1998,working fulltime,28.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7388,7389,1998,working fulltime,64.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7389,7390,1998,retired,41.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7390,7391,1998,retired,59.0,yes,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7391,7392,1998,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,0.0,2.0,,south atlantic,every week,2,iap,0.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7392,7393,1998,working fulltime,51.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,0,iap,1.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7393,7394,1998,working fulltime,48.0,no,iap,13.0,south atlantic,0.0,1.0,0.0,,south atlantic,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7394,7395,1998,working fulltime,38.0,no,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,3.0,1,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7395,7396,1998,working fulltime,59.0,no,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7396,7397,1998,working fulltime,30.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7397,7398,1998,school,,,,13.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7398,7399,1998,working fulltime,54.0,no,,18.0,e. nor. central,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7399,7400,1998,working fulltime,30.0,no,iap,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7400,7401,1998,working fulltime,64.0,no,iap,18.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +7401,7402,1998,working fulltime,42.0,,iap,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7402,7403,1998,working fulltime,51.0,no,iap,14.0,middle atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,every week,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7403,7404,1998,keeping house,46.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7404,7405,1998,working fulltime,40.0,no,,16.0,foreign,0.0,1.0,0.0,$20000 - 24999,south atlantic,never,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7405,7406,1998,school,49.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7406,7407,1998,working fulltime,69.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,5.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7407,7408,1998,working fulltime,63.0,,,16.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7408,7409,1998,working fulltime,61.0,,,15.0,middle atlantic,0.0,0.0,0.0,,south atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7409,7410,1998,working fulltime,52.0,no,iap,16.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,more thn once wk,1,iap,3.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7410,7411,1998,working parttime,66.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,south atlantic,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7411,7412,1998,working fulltime,66.0,,,16.0,w. nor. central,0.0,0.0,0.0,,south atlantic,once a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7412,7413,1998,keeping house,22.0,no,iap,12.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7413,7414,1998,keeping house,44.0,yes,yes,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7414,7415,1998,keeping house,29.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7415,7416,1998,temp not working,33.0,,,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7416,7417,1998,working fulltime,42.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7417,7418,1998,working fulltime,59.0,no,iap,16.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7418,7419,1998,working fulltime,44.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7419,7420,1998,temp not working,30.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7420,7421,1998,working fulltime,27.0,,iap,15.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,never,0,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7421,7422,1998,keeping house,54.0,no,iap,13.0,w. nor. central,0.0,2.0,1.0,$25000 or more,south atlantic,every week,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7422,7423,1998,working fulltime,59.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7423,7424,1998,working parttime,25.0,,,16.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,lt once a year,0,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7424,7425,1998,working parttime,29.0,no,iap,14.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7425,7426,1998,working parttime,20.0,,,12.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7426,7427,1998,working fulltime,51.0,,iap,13.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7427,7428,1998,working fulltime,52.0,yes,iap,15.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,lt once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7428,7429,1998,working fulltime,51.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7429,7430,1998,working fulltime,69.0,,iap,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7430,7431,1998,keeping house,66.0,no,,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7431,7432,1998,working fulltime,51.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7432,7433,1998,retired,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7433,7434,1998,retired,64.0,,,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7434,7435,1998,working fulltime,31.0,,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,0,iap,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7435,7436,1998,retired,42.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7436,7437,1998,working fulltime,50.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,5.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7437,7438,1998,"unempl, laid off",50.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7438,7439,1998,working parttime,36.0,,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,0,,3.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7439,7440,1998,working fulltime,49.0,no,iap,14.0,foreign,1.0,2.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7440,7441,1998,working fulltime,22.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7441,7442,1998,temp not working,28.0,,iap,13.0,w. sou. central,0.0,1.0,1.0,$25000 or more,e. nor. central,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7442,7443,1998,retired,45.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,6.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7443,7444,1998,working fulltime,44.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7444,7445,1998,working fulltime,35.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7445,7446,1998,temp not working,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,yes,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7446,7447,1998,school,47.0,no,iap,15.0,foreign,0.0,1.0,2.0,$25000 or more,e. nor. central,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7447,7448,1998,working fulltime,43.0,,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7448,7449,1998,working parttime,54.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7449,7450,1998,working fulltime,39.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,lt once a year,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7450,7451,1998,working parttime,40.0,,,15.0,pacific,0.0,0.0,0.0,$1000 to 2999,w. sou. central,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7451,7452,1998,working fulltime,52.0,no,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7452,7453,1998,working fulltime,66.0,no,,18.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7453,7454,1998,working fulltime,52.0,,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7454,7455,1998,working fulltime,25.0,,iap,12.0,w. sou. central,0.0,3.0,0.0,$10000 - 14999,w. sou. central,once a month,1,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7455,7456,1998,"unempl, laid off",36.0,,,15.0,w. sou. central,0.0,1.0,1.0,$20000 - 24999,w. sou. central,more thn once wk,1,iap,,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7456,7457,1998,working fulltime,54.0,,iap,12.0,e. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,once a year,1,iap,4.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7457,7458,1998,working fulltime,73.0,no,iap,17.0,pacific,1.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7458,7459,1998,working fulltime,51.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7459,7460,1998,working fulltime,34.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,yes,7.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7460,7461,1998,working fulltime,47.0,no,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,2.0,1,0.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7461,7462,1998,school,30.0,,,15.0,w. sou. central,2.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,2,iap,6.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7462,7463,1998,other,30.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,0,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7463,7464,1998,working fulltime,37.0,,iap,7.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,yes,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7464,7465,1998,working fulltime,74.0,no,iap,19.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7465,7466,1998,working fulltime,43.0,,iap,9.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7466,7467,1998,working fulltime,33.0,no,iap,16.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7467,7468,1998,school,,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,3.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7468,7469,1998,working fulltime,33.0,,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7469,7470,1998,working fulltime,66.0,,,16.0,e. sou. central,1.0,0.0,0.0,,w. sou. central,2-3x a month,2,iap,,1,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7470,7471,1998,temp not working,42.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,9.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7471,7472,1998,working parttime,21.0,,,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,0,yes,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7472,7473,1998,working fulltime,48.0,,,16.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,0,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7473,7474,1998,working fulltime,28.0,,iap,6.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7474,7475,1998,working parttime,34.0,,,14.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,2-3x a month,0,iap,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7475,7476,1998,working fulltime,34.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,iap,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7476,7477,1998,working fulltime,47.0,no,iap,18.0,foreign,0.0,0.0,0.0,,w. sou. central,every week,0,iap,15.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7477,7478,1998,school,51.0,,,15.0,w. nor. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,once a month,2,iap,3.0,1,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7478,7479,1998,keeping house,32.0,no,iap,9.0,south atlantic,2.0,2.0,0.0,$10000 - 14999,south atlantic,,1,,1.0,0,0.0,1,,0,0,,,,0,0,1,0,0,0,0,1.0 +7479,7480,1998,working fulltime,28.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,0,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7480,7481,1998,working fulltime,60.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7481,7482,1998,working fulltime,51.0,,iap,12.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,south atlantic,never,1,iap,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7482,7483,1998,working fulltime,32.0,,iap,10.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,south atlantic,lt once a year,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7483,7484,1998,working fulltime,51.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,3.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7484,7485,1998,working fulltime,33.0,,,13.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,lt once a year,1,iap,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7485,7486,1998,working fulltime,42.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,,2.0,1,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7486,7487,1998,working parttime,22.0,,,12.0,south atlantic,1.0,0.0,0.0,$5000 to 5999,south atlantic,once a month,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7487,7488,1998,keeping house,29.0,no,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,,0,,2.0,0,0.0,0,,1,0,,,,0,0,1,0,0,0,0,0.0 +7488,7489,1998,working fulltime,30.0,yes,iap,7.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7489,7490,1998,working parttime,66.0,,yes,13.0,south atlantic,0.0,0.0,3.0,$3000 to 3999,south atlantic,once a month,1,iap,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7490,7491,1998,keeping house,42.0,,iap,13.0,south atlantic,0.0,0.0,2.0,lt $1000,south atlantic,2-3x a month,0,iap,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7491,7492,1998,keeping house,44.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7492,7493,1998,school,30.0,,,12.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,lt once a year,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7493,7494,1998,retired,32.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7494,7495,1998,working fulltime,22.0,,iap,16.0,south atlantic,0.0,1.0,0.0,$10000 - 14999,south atlantic,every week,2,iap,2.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7495,7496,1998,working parttime,65.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7496,7497,1998,working fulltime,50.0,yes,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7497,7498,1998,keeping house,41.0,no,iap,10.0,w. nor. central,0.0,2.0,0.0,$25000 or more,south atlantic,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7498,7499,1998,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7499,7500,1998,working parttime,44.0,no,iap,14.0,w. nor. central,0.0,2.0,1.0,$25000 or more,south atlantic,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7500,7501,1998,working fulltime,43.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7501,7502,1998,"unempl, laid off",29.0,,,11.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7502,7503,1998,keeping house,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7503,7504,1998,other,,,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7504,7505,1998,working fulltime,49.0,no,iap,19.0,e. nor. central,0.0,3.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,yes,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +7505,7506,1998,working fulltime,86.0,no,iap,20.0,middle atlantic,0.0,2.0,1.0,$25000 or more,e. nor. central,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7506,7507,1998,working fulltime,36.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7507,7508,1998,other,54.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7508,7509,1998,retired,53.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7509,7510,1998,school,,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7510,7511,1998,working fulltime,86.0,no,iap,20.0,middle atlantic,0.0,2.0,1.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7511,7512,1998,working fulltime,51.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7512,7513,1998,temp not working,40.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,lt once a year,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7513,7514,1998,working fulltime,42.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7514,7515,1998,working fulltime,46.0,yes,iap,12.0,e. nor. central,1.0,2.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,5.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7515,7516,1998,working fulltime,23.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7516,7517,1998,working fulltime,22.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7517,7518,1998,working fulltime,43.0,,,14.0,e. nor. central,0.0,1.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7518,7519,1998,working fulltime,22.0,,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7519,7520,1998,working fulltime,34.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7520,7521,1998,working fulltime,28.0,no,iap,13.0,foreign,0.0,2.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7521,7522,1998,working fulltime,39.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7522,7523,1998,working fulltime,31.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,0,,7.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7523,7524,1998,working fulltime,44.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7524,7525,1998,working fulltime,59.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7525,7526,1998,retired,51.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7526,7527,1998,working fulltime,65.0,,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,0,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7527,7528,1998,working parttime,66.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,5.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7528,7529,1998,retired,42.0,,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7529,7530,1998,keeping house,,no,iap,13.0,e. nor. central,0.0,2.0,2.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7530,7531,1998,working fulltime,66.0,,,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7531,7532,1998,working fulltime,75.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7532,7533,1998,working fulltime,24.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,,21.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7533,7534,1998,retired,28.0,yes,,9.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7534,7535,1998,working fulltime,61.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7535,7536,1998,retired,35.0,yes,,10.0,e. sou. central,0.0,0.0,0.0,,e. nor. central,never,1,iap,12.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7536,7537,1998,working fulltime,36.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7537,7538,1998,school,49.0,,,16.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,once a month,1,iap,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7538,7539,1998,working fulltime,32.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7539,7540,1998,working fulltime,47.0,yes,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,3.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7540,7541,1998,other,35.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,lt once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7541,7542,1998,working fulltime,43.0,,iap,13.0,e. nor. central,0.0,1.0,1.0,$10000 - 14999,e. nor. central,more thn once wk,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7542,7543,1998,working fulltime,51.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,4.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7543,7544,1998,working fulltime,44.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7544,7545,1998,working fulltime,19.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7545,7546,1998,working fulltime,74.0,,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7546,7547,1998,working fulltime,47.0,yes,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7547,7548,1998,working fulltime,31.0,,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7548,7549,1998,working fulltime,32.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7549,7550,1998,working fulltime,28.0,,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a month,2,iap,3.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7550,7551,1998,retired,28.0,yes,,14.0,new england,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7551,7552,1998,working fulltime,47.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7552,7553,1998,retired,42.0,,iap,15.0,e. nor. central,0.0,0.0,1.0,$20000 - 24999,e. nor. central,nrly every week,1,iap,4.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7553,7554,1998,retired,35.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7554,7555,1998,working fulltime,50.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7555,7556,1998,working fulltime,45.0,,,17.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7556,7557,1998,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,2.0,,south atlantic,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7557,7558,1998,working fulltime,39.0,no,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7558,7559,1998,working parttime,28.0,no,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7559,7560,1998,keeping house,46.0,no,iap,12.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,nrly every week,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7560,7561,1998,working fulltime,75.0,,iap,20.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7561,7562,1998,working fulltime,64.0,no,iap,12.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,more thn once wk,0,,4.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7562,7563,1998,working fulltime,39.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7563,7564,1998,working fulltime,40.0,,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7564,7565,1998,working fulltime,44.0,no,iap,13.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7565,7566,1998,other,51.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7566,7567,1998,working fulltime,44.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7567,7568,1998,keeping house,28.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7568,7569,1998,working fulltime,74.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7569,7570,1998,keeping house,51.0,no,iap,12.0,foreign,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7570,7571,1998,keeping house,33.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,south atlantic,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7571,7572,1998,retired,28.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7572,7573,1998,working fulltime,49.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7573,7574,1998,working fulltime,44.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7574,7575,1998,keeping house,,no,iap,10.0,foreign,0.0,0.0,0.0,,south atlantic,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7575,7576,1998,working fulltime,43.0,no,,12.0,foreign,0.0,1.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7576,7577,1998,working fulltime,53.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7577,7578,1998,working fulltime,61.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7578,7579,1998,working fulltime,47.0,,iap,10.0,south atlantic,2.0,2.0,1.0,$10000 - 14999,south atlantic,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7579,7580,1998,working parttime,60.0,,,11.0,w. sou. central,0.0,2.0,0.0,$15000 - 19999,south atlantic,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7580,7581,1998,working fulltime,29.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7581,7582,1998,working fulltime,31.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7582,7583,1998,working fulltime,53.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,2.0,1,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7583,7584,1998,keeping house,36.0,no,iap,11.0,w. nor. central,1.0,3.0,0.0,$20000 - 24999,w. nor. central,never,1,iap,6.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7584,7585,1998,working fulltime,39.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7585,7586,1998,working fulltime,51.0,yes,iap,14.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,nrly every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7586,7587,1998,retired,60.0,no,,9.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,never,0,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7587,7588,1998,working parttime,29.0,,,11.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7588,7589,1998,working fulltime,33.0,,iap,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7589,7590,1998,retired,22.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7590,7591,1998,working fulltime,38.0,,iap,12.0,e. nor. central,0.0,1.0,2.0,$20000 - 24999,w. nor. central,once a year,0,iap,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7591,7592,1998,working fulltime,54.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7592,7593,1998,working fulltime,45.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7593,7594,1998,working fulltime,31.0,no,iap,12.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7594,7595,1998,working fulltime,65.0,,,13.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7595,7596,1998,working fulltime,36.0,,iap,13.0,w. nor. central,0.0,2.0,1.0,$25000 or more,w. nor. central,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7596,7597,1998,retired,64.0,no,,20.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,more thn once wk,2,iap,4.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7597,7598,1998,working fulltime,36.0,,yes,13.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,never,1,,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7598,7599,1998,retired,30.0,no,yes,8.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7599,7600,1998,working fulltime,47.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7600,7601,1998,retired,22.0,no,,8.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,0,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7601,7602,1998,retired,35.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,,6.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7602,7603,1998,"unempl, laid off",29.0,,,10.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,2-3x a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7603,7604,1998,working parttime,32.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,,0,iap,,0,1.0,1,,1,1,,,,0,0,1,0,0,0,0,1.0 +7604,7605,1998,working parttime,31.0,,,12.0,w. nor. central,0.0,0.0,0.0,lt $1000,w. nor. central,2-3x a month,0,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7605,7606,1998,working fulltime,36.0,no,iap,11.0,w. nor. central,0.0,1.0,1.0,$20000 - 24999,w. nor. central,never,2,,5.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7606,7607,1998,keeping house,,no,iap,12.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,2,iap,3.0,1,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +7607,7608,1998,working fulltime,59.0,,iap,12.0,w. nor. central,1.0,2.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7608,7609,1998,retired,38.0,no,iap,10.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,more thn once wk,1,,4.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7609,7610,1998,retired,33.0,yes,yes,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,0,yes,4.0,0,0.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +7610,7611,1998,"unempl, laid off",35.0,,iap,11.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,never,1,iap,7.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7611,7612,1998,other,,,,13.0,mountain,0.0,0.0,0.0,$6000 to 6999,mountain,never,0,,7.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7612,7613,1998,other,,,,12.0,mountain,0.0,0.0,0.0,$5000 to 5999,mountain,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7613,7614,1998,other,34.0,no,,11.0,mountain,0.0,0.0,0.0,$6000 to 6999,mountain,never,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7614,7615,1998,working fulltime,31.0,,,15.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,mountain,never,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7615,7616,1998,working fulltime,28.0,,,15.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7616,7617,1998,other,33.0,,,15.0,pacific,0.0,0.0,0.0,$5000 to 5999,mountain,2-3x a month,1,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7617,7618,1998,other,,,,13.0,pacific,0.0,0.0,0.0,$5000 to 5999,mountain,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7618,7619,1998,working fulltime,47.0,no,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7619,7620,1998,retired,70.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7620,7621,1998,working fulltime,66.0,no,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7621,7622,1998,working fulltime,34.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a month,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7622,7623,1998,retired,44.0,no,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7623,7624,1998,keeping house,42.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7624,7625,1998,working fulltime,51.0,no,,13.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7625,7626,1998,working fulltime,60.0,no,iap,16.0,w. nor. central,2.0,1.0,0.0,$25000 or more,mountain,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7626,7627,1998,retired,32.0,no,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7627,7628,1998,working fulltime,36.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7628,7629,1998,retired,75.0,,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7629,7630,1998,retired,34.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7630,7631,1998,working fulltime,74.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,0.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7631,7632,1998,working fulltime,66.0,,,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7632,7633,1998,working fulltime,66.0,no,,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7633,7634,1998,working parttime,39.0,,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,yes,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7634,7635,1998,other,52.0,no,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,0,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7635,7636,1998,working parttime,51.0,yes,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7636,7637,1998,working fulltime,65.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7637,7638,1998,working fulltime,53.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,0.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7638,7639,1998,working fulltime,55.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7639,7640,1998,retired,34.0,no,,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,0,,8.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7640,7641,1998,retired,43.0,,,8.0,new england,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7641,7642,1998,working fulltime,33.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7642,7643,1998,working parttime,47.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7643,7644,1998,working fulltime,40.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7644,7645,1998,retired,35.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,0,,6.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7645,7646,1998,keeping house,43.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7646,7647,1998,working fulltime,28.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7647,7648,1998,keeping house,40.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7648,7649,1998,working fulltime,24.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7649,7650,1998,working fulltime,51.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,,e. nor. central,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7650,7651,1998,working fulltime,40.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7651,7652,1998,working fulltime,60.0,yes,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,,5.0,1,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7652,7653,1998,retired,36.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7653,7654,1998,retired,31.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7654,7655,1998,retired,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7655,7656,1998,keeping house,51.0,,,13.0,south atlantic,2.0,2.0,0.0,$20000 - 24999,south atlantic,2-3x a month,0,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7656,7657,1998,working fulltime,39.0,no,,3.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,every week,2,,0.0,1,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7657,7658,1998,working fulltime,52.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,iap,3.0,1,0.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7658,7659,1998,working fulltime,51.0,,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,6.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7659,7660,1998,retired,51.0,,,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,0,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7660,7661,1998,keeping house,,,,12.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,once a year,2,iap,0.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7661,7662,1998,retired,37.0,,iap,6.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,,6.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7662,7663,1998,keeping house,51.0,no,iap,12.0,south atlantic,2.0,2.0,0.0,$15000 - 19999,south atlantic,once a month,1,,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7663,7664,1998,working fulltime,23.0,,,12.0,south atlantic,0.0,0.0,5.0,,south atlantic,2-3x a month,1,yes,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7664,7665,1998,working fulltime,42.0,yes,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7665,7666,1998,working parttime,49.0,no,iap,13.0,south atlantic,0.0,1.0,1.0,$20000 - 24999,south atlantic,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7666,7667,1998,working fulltime,49.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7667,7668,1998,working parttime,46.0,,iap,15.0,middle atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7668,7669,1998,working fulltime,44.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7669,7670,1998,working fulltime,46.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,iap,7.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7670,7671,1998,working fulltime,46.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7671,7672,1998,temp not working,66.0,no,iap,16.0,pacific,2.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,2,iap,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7672,7673,1998,working fulltime,32.0,yes,iap,14.0,pacific,1.0,1.0,1.0,$25000 or more,pacific,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7673,7674,1998,working fulltime,54.0,no,iap,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7674,7675,1998,retired,46.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7675,7676,1998,working fulltime,51.0,no,iap,17.0,south atlantic,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7676,7677,1998,working fulltime,51.0,yes,iap,16.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7677,7678,1998,working fulltime,72.0,no,iap,18.0,mountain,2.0,0.0,0.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7678,7679,1998,working fulltime,41.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,0.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7679,7680,1998,working fulltime,65.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7680,7681,1998,working parttime,36.0,,,16.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,sevrl times a yr,0,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7681,7682,1998,working fulltime,36.0,,,18.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7682,7683,1998,working fulltime,51.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7683,7684,1998,working parttime,19.0,,,12.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,lt once a year,0,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7684,7685,1998,working fulltime,34.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7685,7686,1998,keeping house,32.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7686,7687,1998,working fulltime,65.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7687,7688,1998,working fulltime,61.0,no,iap,16.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7688,7689,1998,working fulltime,60.0,no,iap,12.0,foreign,0.0,0.0,0.0,,pacific,never,1,iap,1.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7689,7690,1998,working parttime,21.0,,iap,16.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,sevrl times a yr,0,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7690,7691,1998,working fulltime,44.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7691,7692,1998,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7692,7693,1998,working fulltime,40.0,no,iap,12.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7693,7694,1998,working parttime,29.0,no,iap,14.0,foreign,,,0.0,$25000 or more,pacific,every week,2,yes,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7694,7695,1998,working fulltime,49.0,yes,iap,13.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7695,7696,1998,working fulltime,42.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7696,7697,1998,working fulltime,51.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,middle atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7697,7698,1998,working fulltime,40.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7698,7699,1998,working fulltime,63.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7699,7700,1998,retired,34.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,,middle atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7700,7701,1998,working fulltime,38.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7701,7702,1998,working fulltime,32.0,,,16.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,more thn once wk,1,iap,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7702,7703,1998,working parttime,28.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7703,7704,1998,working fulltime,74.0,,,20.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7704,7705,1998,keeping house,28.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7705,7706,1998,retired,36.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,,2,iap,,1,0.0,0,,0,0,,,,0,0,1,0,0,0,0,0.0 +7706,7707,1998,working fulltime,49.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7707,7708,1998,retired,32.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7708,7709,1998,keeping house,,no,iap,5.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,0,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7709,7710,1998,retired,66.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7710,7711,1998,keeping house,42.0,no,iap,15.0,middle atlantic,1.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7711,7712,1998,school,32.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7712,7713,1998,retired,44.0,,iap,8.0,middle atlantic,0.0,1.0,1.0,,middle atlantic,,2,yes,2.0,1,1.0,0,,0,0,,,,0,0,1,0,0,0,0,1.0 +7713,7714,1998,keeping house,,no,,4.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,,0,iap,9.0,0,1.0,0,,1,0,,,,0,0,1,0,0,0,0, +7714,7715,1998,keeping house,,no,iap,11.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,never,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7715,7716,1998,working fulltime,36.0,no,iap,9.0,middle atlantic,2.0,0.0,0.0,,middle atlantic,,0,,2.0,0,1.0,0,,0,0,,,,0,0,1,0,0,0,0,1.0 +7716,7717,1998,working fulltime,74.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7717,7718,1998,working fulltime,50.0,no,iap,14.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,,2,,2.0,1,0.0,0,,0,0,,,,0,0,1,0,0,0,0,0.0 +7718,7719,1998,retired,27.0,no,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7719,7720,1998,working fulltime,51.0,,,12.0,south atlantic,2.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7720,7721,1998,retired,44.0,no,iap,6.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7721,7722,1998,working parttime,32.0,,,9.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,1,iap,8.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7722,7723,1998,working fulltime,39.0,,,10.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,0,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7723,7724,1998,working fulltime,35.0,,,11.0,south atlantic,1.0,0.0,2.0,lt $1000,south atlantic,once a year,0,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7724,7725,1998,working fulltime,35.0,,,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7725,7726,1998,working fulltime,46.0,,yes,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7726,7727,1998,working fulltime,22.0,,,13.0,south atlantic,0.0,3.0,0.0,$3000 to 3999,south atlantic,2-3x a month,2,,1.0,1,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7727,7728,1998,working fulltime,28.0,,iap,11.0,south atlantic,0.0,2.0,0.0,$3000 to 3999,south atlantic,2-3x a month,1,iap,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7728,7729,1998,working fulltime,46.0,,,12.0,south atlantic,0.0,1.0,0.0,$4000 to 4999,south atlantic,never,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7729,7730,1998,keeping house,,,,8.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,sevrl times a yr,1,iap,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7730,7731,1998,keeping house,,,,11.0,south atlantic,3.0,1.0,0.0,$1000 to 2999,south atlantic,never,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7731,7732,1998,keeping house,29.0,,iap,10.0,south atlantic,0.0,0.0,2.0,$3000 to 3999,south atlantic,every week,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7732,7733,1998,keeping house,,,,12.0,south atlantic,0.0,1.0,0.0,$1000 to 2999,south atlantic,2-3x a month,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7733,7734,1998,working fulltime,32.0,,,13.0,south atlantic,0.0,2.0,0.0,$5000 to 5999,south atlantic,nrly every week,1,iap,5.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +7734,7735,1998,working fulltime,51.0,yes,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7735,7736,1998,working parttime,44.0,yes,iap,14.0,foreign,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7736,7737,1998,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7737,7738,1998,working fulltime,45.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7738,7739,1998,working fulltime,51.0,,iap,17.0,south atlantic,1.0,1.0,1.0,$25000 or more,south atlantic,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7739,7740,1998,working fulltime,45.0,,,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7740,7741,1998,working fulltime,44.0,no,,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,,0,iap,4.0,0,1.0,0,,0,0,,,,0,0,1,0,0,0,0, +7741,7742,1998,working fulltime,66.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7742,7743,1998,retired,29.0,yes,,8.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,every week,0,iap,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7743,7744,1998,working fulltime,55.0,,iap,17.0,middle atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7744,7745,1998,working fulltime,64.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,3.0,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7745,7746,1998,retired,35.0,no,,5.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7746,7747,1998,working fulltime,51.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7747,7748,1998,retired,50.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7748,7749,1998,working fulltime,40.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7749,7750,1998,working fulltime,62.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7750,7751,1998,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7751,7752,1998,retired,22.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,more thn once wk,2,yes,11.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7752,7753,1998,keeping house,57.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7753,7754,1998,retired,49.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,,pacific,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7754,7755,1998,retired,32.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7755,7756,1998,retired,72.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7756,7757,1998,keeping house,22.0,no,iap,6.0,foreign,0.0,2.0,0.0,$15000 - 19999,pacific,every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7757,7758,1998,working fulltime,30.0,no,iap,9.0,pacific,1.0,1.0,0.0,$15000 - 19999,pacific,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7758,7759,1998,retired,36.0,,yes,10.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,nrly every week,2,,4.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7759,7760,1998,retired,20.0,no,,12.0,pacific,0.0,0.0,0.0,$7000 to 7999,pacific,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7760,7761,1998,working fulltime,22.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7761,7762,1998,working fulltime,29.0,,iap,9.0,w. nor. central,1.0,2.0,0.0,$8000 to 9999,pacific,2-3x a month,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7762,7763,1998,school,,,,15.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7763,7764,1998,working fulltime,25.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7764,7765,1998,working fulltime,34.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7765,7766,1998,working fulltime,60.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7766,7767,1998,retired,49.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7767,7768,1998,working fulltime,70.0,no,iap,18.0,pacific,2.0,1.0,0.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7768,7769,1998,working fulltime,74.0,,,17.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7769,7770,1998,retired,42.0,,iap,14.0,mountain,0.0,0.0,0.0,$15000 - 19999,pacific,2-3x a month,1,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7770,7771,1998,working fulltime,60.0,,iap,15.0,foreign,0.0,0.0,1.0,$25000 or more,pacific,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7771,7772,1998,working fulltime,39.0,no,yes,13.0,foreign,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7772,7773,1998,working fulltime,34.0,,iap,12.0,pacific,0.0,2.0,1.0,$15000 - 19999,pacific,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7773,7774,1998,working fulltime,44.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7774,7775,1998,working fulltime,51.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,,mountain,lt once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7775,7776,1998,temp not working,32.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7776,7777,1998,working fulltime,49.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7777,7778,1998,retired,32.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7778,7779,1998,working parttime,42.0,no,,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7779,7780,1998,working fulltime,60.0,,,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,mountain,once a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7780,7781,1998,working fulltime,44.0,,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7781,7782,1998,keeping house,39.0,,,12.0,mountain,1.0,0.0,0.0,$10000 - 14999,mountain,never,2,iap,10.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7782,7783,1998,working fulltime,51.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,0,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7783,7784,1998,working fulltime,40.0,,,14.0,mountain,0.0,1.0,0.0,$20000 - 24999,mountain,every week,1,iap,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7784,7785,1998,working fulltime,50.0,,,13.0,foreign,0.0,0.0,0.0,,mountain,sevrl times a yr,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7785,7786,1998,working parttime,21.0,,,12.0,pacific,0.0,0.0,0.0,$3000 to 3999,mountain,never,0,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7786,7787,1998,working parttime,23.0,,,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,mountain,lt once a year,1,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7787,7788,1998,working parttime,35.0,,,16.0,pacific,0.0,0.0,0.0,$7000 to 7999,mountain,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7788,7789,1998,working parttime,40.0,,,15.0,pacific,0.0,0.0,0.0,$8000 to 9999,mountain,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7789,7790,1998,working parttime,31.0,,,14.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7790,7791,1998,working parttime,21.0,,,13.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7791,7792,1998,working fulltime,36.0,,,16.0,pacific,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7792,7793,1998,working fulltime,59.0,,,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7793,7794,1998,working parttime,48.0,,,17.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7794,7795,1998,retired,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7795,7796,1998,working parttime,51.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,never,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7796,7797,1998,working fulltime,45.0,,,13.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7797,7798,1998,working fulltime,46.0,,,14.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7798,7799,1998,working fulltime,46.0,,iap,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7799,7800,1998,"unempl, laid off",33.0,,,10.0,w. nor. central,1.0,0.0,0.0,$10000 - 14999,w. nor. central,nrly every week,0,iap,4.0,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +7800,7801,1998,school,,,,12.0,w. nor. central,0.0,0.0,0.0,lt $1000,w. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7801,7802,1998,working fulltime,25.0,,,15.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,,1,iap,2.0,0,1.0,0,,0,0,,,,0,0,1,0,0,0,0, +7802,7803,1998,working fulltime,64.0,,,16.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,,0.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7803,7804,1998,working fulltime,34.0,,,14.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,lt once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7804,7805,1998,school,47.0,,,19.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7805,7806,1998,school,,,,12.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7806,7807,1998,school,40.0,,,13.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,2,,0.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7807,7808,1998,working parttime,23.0,,,12.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,never,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7808,7809,1998,working parttime,45.0,,,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,nrly every week,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7809,7810,1998,working parttime,29.0,,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7810,7811,1998,working parttime,28.0,,,14.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7811,7812,1998,working fulltime,51.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7812,7813,1998,working fulltime,69.0,,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7813,7814,1998,working fulltime,51.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7814,7815,1998,working fulltime,62.0,,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7815,7816,1998,working parttime,57.0,no,iap,12.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7816,7817,1998,working fulltime,36.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7817,7818,1998,school,,,,11.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7818,7819,1998,working fulltime,51.0,no,,12.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7819,7820,1998,working fulltime,44.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7820,7821,1998,working fulltime,64.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7821,7822,1998,working fulltime,44.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7822,7823,1998,working fulltime,63.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7823,7824,1998,working parttime,29.0,,,13.0,w. nor. central,0.0,2.0,0.0,$1000 to 2999,w. nor. central,nrly every week,0,iap,4.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +7824,7825,1998,school,,,,11.0,w. nor. central,1.0,0.0,0.0,$1000 to 2999,w. nor. central,lt once a year,0,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7825,7826,1998,working parttime,51.0,,,12.0,w. nor. central,1.0,0.0,0.0,,w. nor. central,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7826,7827,1998,working fulltime,57.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,,1.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7827,7828,1998,working parttime,29.0,,,12.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,once a year,0,iap,6.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7828,7829,1998,working fulltime,38.0,yes,iap,15.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. nor. central,nrly every week,2,iap,2.0,1,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7829,7830,1998,working fulltime,56.0,no,iap,13.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,6.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7830,7831,1998,working fulltime,49.0,,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7831,7832,1998,working fulltime,51.0,no,iap,12.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,yes,5.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7832,7833,1998,working fulltime,36.0,no,iap,13.0,e. sou. central,1.0,2.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,1.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7833,7834,1998,working fulltime,51.0,no,,13.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7834,7835,1998,other,,,,12.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,once a month,1,yes,8.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7835,7836,1998,working fulltime,51.0,,yes,12.0,w. nor. central,1.0,2.0,0.0,$15000 - 19999,w. nor. central,2-3x a month,0,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7836,7837,1998,working parttime,64.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7837,7838,1998,working fulltime,30.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,4.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7838,7839,1998,temp not working,53.0,no,,16.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,nrly every week,2,iap,1.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7839,7840,1998,keeping house,,no,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a month,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7840,7841,1998,working fulltime,32.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,20.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7841,7842,1998,keeping house,30.0,,iap,11.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7842,7843,1998,retired,43.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7843,7844,1998,working fulltime,51.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7844,7845,1998,working fulltime,51.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7845,7846,1998,working fulltime,64.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,,w. nor. central,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7846,7847,1998,working fulltime,49.0,no,iap,14.0,middle atlantic,0.0,3.0,1.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7847,7848,1998,working parttime,39.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7848,7849,1998,working fulltime,44.0,yes,iap,13.0,south atlantic,0.0,2.0,2.0,$25000 or more,south atlantic,more thn once wk,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7849,7850,1998,working fulltime,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7850,7851,1998,working parttime,49.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,6.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +7851,7852,1998,keeping house,55.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7852,7853,1998,working fulltime,60.0,no,iap,15.0,e. nor. central,2.0,0.0,0.0,,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7853,7854,1998,retired,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7854,7855,1998,working fulltime,32.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7855,7856,1998,keeping house,69.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7856,7857,1998,keeping house,23.0,yes,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7857,7858,1998,working parttime,51.0,yes,iap,16.0,middle atlantic,2.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7858,7859,1998,keeping house,46.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7859,7860,1998,keeping house,29.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7860,7861,1998,retired,69.0,no,iap,4.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7861,7862,1998,working fulltime,65.0,no,iap,17.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7862,7863,1998,working fulltime,41.0,no,iap,14.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,5.0,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +7863,7864,1998,working fulltime,40.0,no,iap,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7864,7865,1998,working fulltime,48.0,yes,yes,16.0,foreign,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7865,7866,1998,working fulltime,32.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,5.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7866,7867,1998,working fulltime,51.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7867,7868,1998,keeping house,46.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,south atlantic,never,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7868,7869,1998,working fulltime,41.0,,,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7869,7870,1998,working fulltime,51.0,yes,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7870,7871,1998,working parttime,59.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,,south atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7871,7872,1998,working fulltime,40.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7872,7873,1998,working fulltime,31.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7873,7874,1998,retired,35.0,yes,iap,10.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,lt once a year,2,iap,8.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7874,7875,1998,working fulltime,50.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7875,7876,1998,retired,38.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,,8.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7876,7877,1998,working fulltime,39.0,no,iap,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7877,7878,1998,working fulltime,45.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7878,7879,1998,retired,64.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7879,7880,1998,working fulltime,40.0,,iap,9.0,mountain,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,iap,20.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7880,7881,1998,retired,47.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,,2.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7881,7882,1998,keeping house,31.0,no,iap,11.0,middle atlantic,1.0,3.0,1.0,$6000 to 6999,south atlantic,2-3x a month,0,iap,5.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7882,7883,1998,working fulltime,31.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,yes,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7883,7884,1998,retired,35.0,,iap,9.0,south atlantic,0.0,1.0,0.0,$1000 to 2999,south atlantic,2-3x a month,0,yes,8.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7884,7885,1998,working fulltime,42.0,,,15.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7885,7886,1998,working fulltime,34.0,,,9.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7886,7887,1998,retired,39.0,no,iap,6.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7887,7888,1998,working fulltime,53.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,3.0,1,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7888,7889,1998,working fulltime,47.0,no,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,1.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +7889,7890,1998,working fulltime,24.0,no,,12.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7890,7891,1998,keeping house,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,7.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7891,7892,1998,working parttime,34.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,iap,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7892,7893,1998,working fulltime,52.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,,2,iap,,1,1.0,0,,1,0,,,,0,0,1,0,0,0,0,0.0 +7893,7894,1998,working fulltime,22.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,iap,5.0,1,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7894,7895,1998,keeping house,47.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7895,7896,1998,school,34.0,yes,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7896,7897,1998,keeping house,49.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7897,7898,1998,working parttime,39.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7898,7899,1998,keeping house,66.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7899,7900,1998,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7900,7901,1998,keeping house,49.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7901,7902,1998,keeping house,32.0,no,,12.0,e. sou. central,0.0,0.0,0.0,,south atlantic,never,2,yes,6.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7902,7903,1998,working fulltime,59.0,yes,iap,18.0,e. nor. central,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7903,7904,1998,working fulltime,73.0,,iap,16.0,new england,0.0,0.0,1.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7904,7905,1998,working fulltime,60.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7905,7906,1998,retired,50.0,yes,yes,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,2,,4.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7906,7907,1998,working fulltime,68.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7907,7908,1998,working fulltime,34.0,,,14.0,south atlantic,0.0,0.0,1.0,,south atlantic,once a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7908,7909,1998,working fulltime,57.0,no,iap,18.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7909,7910,1998,working parttime,29.0,no,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7910,7911,1998,working fulltime,30.0,,,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7911,7912,1998,working fulltime,23.0,,,12.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,every week,0,yes,6.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7912,7913,1998,keeping house,44.0,no,iap,12.0,south atlantic,0.0,2.0,0.0,$6000 to 6999,south atlantic,sevrl times a yr,2,yes,6.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7913,7914,1998,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7914,7915,1998,working fulltime,36.0,,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7915,7916,1998,working parttime,29.0,,iap,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,0,,1.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7916,7917,1998,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7917,7918,1998,working fulltime,66.0,,,16.0,w. sou. central,0.0,3.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7918,7919,1998,keeping house,30.0,no,,12.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,never,1,iap,5.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7919,7920,1998,keeping house,64.0,,,12.0,new england,0.0,0.0,0.0,$6000 to 6999,new england,lt once a year,0,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7920,7921,1998,retired,24.0,,,9.0,new england,0.0,0.0,0.0,lt $1000,new england,every week,1,iap,18.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7921,7922,1998,keeping house,23.0,no,,3.0,foreign,0.0,0.0,0.0,$6000 to 6999,new england,every week,1,iap,7.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7922,7923,1998,working fulltime,66.0,,,16.0,new england,0.0,0.0,0.0,,new england,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7923,7924,1998,retired,51.0,,,20.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7924,7925,1998,working fulltime,69.0,,iap,16.0,new england,0.0,0.0,0.0,,new england,lt once a year,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7925,7926,1998,working fulltime,34.0,no,iap,12.0,new england,1.0,0.0,0.0,$25000 or more,new england,lt once a year,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7926,7927,1998,working fulltime,41.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7927,7928,1998,working parttime,42.0,no,iap,12.0,new england,,,1.0,$25000 or more,new england,lt once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7928,7929,1998,working fulltime,47.0,,,20.0,foreign,0.0,0.0,0.0,$4000 to 4999,new england,lt once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7929,7930,1998,school,69.0,,,20.0,middle atlantic,0.0,0.0,0.0,,new england,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7930,7931,1998,working fulltime,61.0,,,16.0,foreign,0.0,0.0,0.0,,new england,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7931,7932,1998,working parttime,34.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7932,7933,1998,school,57.0,no,,17.0,foreign,1.0,0.0,0.0,$25000 or more,new england,lt once a year,2,iap,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7933,7934,1998,working fulltime,64.0,no,iap,18.0,middle atlantic,0.0,1.0,0.0,$25000 or more,new england,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7934,7935,1998,working fulltime,51.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7935,7936,1998,retired,49.0,,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,2,iap,3.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7936,7937,1998,working fulltime,71.0,,,15.0,middle atlantic,0.0,0.0,0.0,,new england,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7937,7938,1998,retired,42.0,no,iap,11.0,new england,0.0,0.0,0.0,,new england,never,0,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7938,7939,1998,working parttime,60.0,,iap,16.0,new england,0.0,0.0,0.0,,new england,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7939,7940,1998,working fulltime,27.0,no,iap,16.0,new england,1.0,1.0,0.0,$25000 or more,new england,once a month,2,iap,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7940,7941,1998,working fulltime,22.0,no,iap,8.0,new england,0.0,1.0,1.0,$25000 or more,new england,sevrl times a yr,2,,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7941,7942,1998,school,29.0,,,12.0,new england,1.0,0.0,0.0,,new england,lt once a year,2,iap,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7942,7943,1998,school,,,,11.0,new england,0.0,0.0,0.0,$6000 to 6999,new england,more thn once wk,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +7943,7944,1998,working fulltime,30.0,yes,,11.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,never,0,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7944,7945,1998,temp not working,43.0,,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7945,7946,1998,working fulltime,51.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,new england,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7946,7947,1998,keeping house,29.0,yes,iap,13.0,new england,2.0,1.0,0.0,$15000 - 19999,new england,2-3x a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7947,7948,1998,keeping house,32.0,no,iap,11.0,new england,0.0,1.0,0.0,$25000 or more,new england,once a year,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7948,7949,1998,retired,51.0,no,,8.0,new england,0.0,0.0,0.0,$7000 to 7999,new england,never,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7949,7950,1998,working fulltime,51.0,,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7950,7951,1998,working fulltime,39.0,no,iap,12.0,new england,1.0,3.0,0.0,$25000 or more,new england,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7951,7952,1998,working fulltime,38.0,no,iap,16.0,new england,0.0,1.0,1.0,$20000 - 24999,new england,every week,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7952,7953,1998,working fulltime,39.0,yes,iap,12.0,new england,0.0,2.0,0.0,$25000 or more,new england,,1,yes,,0,1.0,0,,0,0,,,,0,0,1,0,0,0,0,1.0 +7953,7954,1998,retired,42.0,no,,12.0,new england,0.0,0.0,0.0,$5000 to 5999,new england,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7954,7955,1998,working parttime,29.0,no,iap,12.0,new england,0.0,0.0,0.0,$6000 to 6999,new england,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7955,7956,1998,working fulltime,44.0,,iap,15.0,south atlantic,0.0,0.0,1.0,$6000 to 6999,south atlantic,never,2,iap,7.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7956,7957,1998,working fulltime,48.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +7957,7958,1998,working fulltime,49.0,,,18.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7958,7959,1998,working fulltime,34.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,,1,,2.0,0,1.0,1,,1,1,,,,0,0,1,0,0,0,0,0.0 +7959,7960,1998,working fulltime,,,yes,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,iap,2.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +7960,7961,1998,working fulltime,53.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7961,7962,1998,keeping house,,yes,iap,18.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7962,7963,1998,working fulltime,51.0,no,,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,0.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7963,7964,1998,retired,17.0,no,,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7964,7965,1998,other,,,,12.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,sevrl times a yr,1,,0.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7965,7966,1998,retired,42.0,no,,12.0,foreign,0.0,0.0,0.0,$6000 to 6999,south atlantic,2-3x a month,2,iap,2.0,1,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7966,7967,1998,working fulltime,61.0,,,18.0,foreign,1.0,0.0,0.0,$25000 or more,south atlantic,every week,0,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7967,7968,1998,working fulltime,47.0,,iap,13.0,foreign,1.0,2.0,0.0,$20000 - 24999,south atlantic,every week,1,iap,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7968,7969,1998,working fulltime,48.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7969,7970,1998,working fulltime,60.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7970,7971,1998,working fulltime,34.0,yes,,16.0,foreign,0.0,0.0,1.0,$25000 or more,south atlantic,every week,0,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7971,7972,1998,working fulltime,51.0,,iap,16.0,south atlantic,1.0,0.0,1.0,,south atlantic,sevrl times a yr,0,iap,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +7972,7973,1998,working fulltime,40.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7973,7974,1998,working fulltime,61.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7974,7975,1998,working fulltime,66.0,yes,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7975,7976,1998,working fulltime,57.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7976,7977,1998,keeping house,75.0,no,,20.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,4.0,1,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +7977,7978,1998,working fulltime,54.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7978,7979,1998,working fulltime,71.0,no,iap,18.0,pacific,1.0,0.0,0.0,,south atlantic,never,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7979,7980,1998,working fulltime,49.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7980,7981,1998,working fulltime,49.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7981,7982,1998,retired,34.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7982,7983,1998,retired,,no,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7983,7984,1998,keeping house,74.0,no,iap,16.0,foreign,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +7984,7985,1998,keeping house,46.0,no,iap,13.0,new england,1.0,2.0,0.0,,south atlantic,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7985,7986,1998,working fulltime,49.0,,,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7986,7987,1998,working fulltime,59.0,yes,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +7987,7988,1998,working fulltime,46.0,no,iap,13.0,w. nor. central,0.0,1.0,1.0,,south atlantic,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7988,7989,1998,keeping house,49.0,yes,iap,14.0,w. sou. central,1.0,1.0,0.0,,south atlantic,never,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7989,7990,1998,working fulltime,47.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7990,7991,1998,working fulltime,65.0,,iap,14.0,foreign,0.0,1.0,1.0,$15000 - 19999,south atlantic,every week,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7991,7992,1998,school,,no,iap,12.0,foreign,1.0,3.0,1.0,$25000 or more,south atlantic,once a year,2,,0.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7992,7993,1998,working fulltime,74.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +7993,7994,1998,working fulltime,36.0,,iap,14.0,e. sou. central,1.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +7994,7995,1998,working fulltime,51.0,,iap,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +7995,7996,1998,working fulltime,33.0,no,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +7996,7997,1998,"unempl, laid off",39.0,,,12.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,,0,yes,5.0,0,0.0,1,,0,0,,,,0,0,1,0,0,0,0, +7997,7998,1998,retired,,yes,,7.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,e. sou. central,once a month,2,yes,10.0,1,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +7998,7999,1998,working fulltime,30.0,,iap,11.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,e. sou. central,2-3x a month,0,,4.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +7999,8000,1998,working fulltime,60.0,no,iap,15.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,nrly every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8000,8001,1998,keeping house,35.0,yes,,4.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8001,8002,1998,retired,69.0,yes,,18.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8002,8003,1998,working parttime,66.0,no,iap,18.0,w. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8003,8004,1998,retired,69.0,,iap,6.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,more thn once wk,2,yes,,1,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8004,8005,1998,retired,24.0,,,11.0,e. sou. central,0.0,0.0,0.0,$1000 to 2999,e. sou. central,once a year,0,,4.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8005,8006,1998,keeping house,36.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,lt once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8006,8007,1998,keeping house,25.0,no,iap,5.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,,2,yes,,1,0.0,1,,1,1,,,,0,0,1,0,0,0,0,0.0 +8007,8008,1998,retired,,no,,6.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,every week,1,,10.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8008,8009,1998,retired,23.0,no,yes,6.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,every week,2,,0.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8009,8010,1998,working parttime,22.0,,,15.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8010,8011,1998,school,42.0,no,iap,14.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,mountain,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8011,8012,1998,working fulltime,33.0,,,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8012,8013,1998,working fulltime,45.0,,,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8013,8014,1998,working fulltime,22.0,,,16.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,0,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8014,8015,1998,keeping house,29.0,no,iap,10.0,mountain,1.0,0.0,1.0,$10000 - 14999,mountain,sevrl times a yr,1,,8.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8015,8016,1998,working fulltime,40.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8016,8017,1998,working fulltime,40.0,yes,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8017,8018,1998,working parttime,36.0,,,11.0,mountain,0.0,2.0,1.0,$25000 or more,mountain,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8018,8019,1998,working fulltime,29.0,,,12.0,mountain,0.0,3.0,2.0,$8000 to 9999,mountain,lt once a year,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8019,8020,1998,working parttime,74.0,,yes,20.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,mountain,never,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8020,8021,1998,school,46.0,,,15.0,pacific,0.0,0.0,0.0,$5000 to 5999,mountain,never,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8021,8022,1998,"unempl, laid off",50.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8022,8023,1998,working fulltime,59.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8023,8024,1998,working fulltime,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,mountain,once a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8024,8025,1998,working parttime,64.0,no,,18.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,every week,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8025,8026,1998,working fulltime,72.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8026,8027,1998,working fulltime,66.0,,iap,15.0,pacific,0.0,1.0,0.0,$25000 or more,mountain,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8027,8028,1998,working fulltime,46.0,yes,iap,16.0,foreign,0.0,0.0,2.0,$25000 or more,mountain,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8028,8029,1998,retired,74.0,no,iap,14.0,mountain,0.0,0.0,1.0,lt $1000,mountain,sevrl times a yr,2,yes,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8029,8030,1998,"unempl, laid off",51.0,,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,0,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8030,8031,1998,"unempl, laid off",22.0,,,9.0,mountain,0.0,4.0,1.0,$10000 - 14999,mountain,once a month,1,yes,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8031,8032,1998,working fulltime,21.0,yes,iap,12.0,mountain,0.0,0.0,1.0,,mountain,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8032,8033,1998,working fulltime,40.0,no,iap,13.0,mountain,0.0,1.0,0.0,$25000 or more,mountain,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8033,8034,1998,working fulltime,51.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8034,8035,1998,working fulltime,51.0,,,16.0,w. nor. central,0.0,1.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8035,8036,1998,retired,44.0,no,yes,11.0,mountain,0.0,0.0,0.0,$4000 to 4999,mountain,never,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8036,8037,1998,keeping house,21.0,no,iap,11.0,mountain,1.0,0.0,0.0,$10000 - 14999,mountain,never,0,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8037,8038,1998,working parttime,52.0,no,iap,16.0,e. nor. central,0.0,0.0,2.0,$25000 or more,mountain,nrly every week,0,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8038,8039,1998,working parttime,43.0,yes,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,lt once a year,1,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8039,8040,1998,retired,64.0,,iap,17.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8040,8041,1998,working fulltime,64.0,no,iap,14.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8041,8042,1998,other,49.0,no,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,mountain,nrly every week,1,yes,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8042,8043,1998,retired,64.0,no,,18.0,e. nor. central,0.0,0.0,0.0,,mountain,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8043,8044,1998,keeping house,51.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8044,8045,1998,working fulltime,36.0,no,iap,14.0,mountain,0.0,0.0,0.0,,mountain,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8045,8046,1998,school,60.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,5.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8046,8047,1998,working fulltime,32.0,yes,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8047,8048,1998,working fulltime,45.0,no,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8048,8049,1998,working fulltime,28.0,,yes,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8049,8050,1998,working fulltime,52.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8050,8051,1998,other,32.0,,iap,12.0,mountain,0.0,0.0,0.0,$4000 to 4999,mountain,never,0,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8051,8052,1998,working fulltime,22.0,,iap,16.0,mountain,0.0,1.0,0.0,$20000 - 24999,mountain,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8052,8053,1998,working fulltime,49.0,no,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,2.0,1,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8053,8054,1998,other,64.0,no,,14.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8054,8055,1998,working fulltime,39.0,yes,,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8055,8056,1998,working fulltime,66.0,,,20.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8056,8057,1998,working parttime,31.0,,,13.0,mountain,0.0,0.0,0.0,$4000 to 4999,mountain,never,0,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8057,8058,1998,working parttime,39.0,yes,iap,12.0,new england,1.0,1.0,0.0,$25000 or more,new england,once a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8058,8059,1998,working fulltime,47.0,no,iap,7.0,new england,0.0,0.0,0.0,,new england,never,0,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8059,8060,1998,retired,60.0,no,,14.0,new england,0.0,0.0,0.0,$7000 to 7999,new england,more thn once wk,0,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8060,8061,1998,working fulltime,46.0,,iap,14.0,new england,0.0,0.0,1.0,$25000 or more,new england,lt once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8061,8062,1998,working fulltime,73.0,no,iap,11.0,new england,0.0,1.0,1.0,$25000 or more,new england,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8062,8063,1998,working fulltime,31.0,yes,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8063,8064,1998,working fulltime,48.0,,,12.0,new england,0.0,0.0,0.0,$5000 to 5999,new england,lt once a year,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8064,8065,1998,working fulltime,46.0,no,iap,12.0,new england,0.0,2.0,0.0,$25000 or more,new england,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8065,8066,1998,working fulltime,44.0,,iap,10.0,new england,0.0,0.0,0.0,,new england,never,0,iap,8.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8066,8067,1998,working fulltime,32.0,yes,iap,10.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8067,8068,1998,working parttime,23.0,,iap,12.0,new england,0.0,0.0,1.0,$8000 to 9999,new england,2-3x a month,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8068,8069,1998,working fulltime,60.0,,,16.0,middle atlantic,0.0,0.0,1.0,$25000 or more,new england,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8069,8070,1998,working fulltime,47.0,,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8070,8071,1998,retired,44.0,,iap,10.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8071,8072,1998,working fulltime,69.0,no,iap,12.0,new england,0.0,1.0,1.0,$25000 or more,new england,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8072,8073,1998,working fulltime,53.0,,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8073,8074,1998,working fulltime,46.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8074,8075,1998,retired,32.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8075,8076,1998,retired,31.0,yes,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8076,8077,1998,keeping house,43.0,no,iap,12.0,new england,2.0,1.0,1.0,$25000 or more,new england,every week,1,yes,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8077,8078,1998,retired,51.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,iap,8.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8078,8079,1998,retired,47.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8079,8080,1998,retired,66.0,,,15.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,lt once a year,2,,8.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8080,8081,1998,keeping house,30.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8081,8082,1998,working fulltime,51.0,no,iap,16.0,south atlantic,1.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8082,8083,1998,other,,,,,south atlantic,1.0,0.0,0.0,,south atlantic,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8083,8084,1998,other,44.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8084,8085,1998,retired,64.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8085,8086,1998,working fulltime,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8086,8087,1998,retired,50.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8087,8088,1998,working parttime,42.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8088,8089,1998,working fulltime,40.0,,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,1,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8089,8090,1998,school,29.0,,,15.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,iap,1.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +8090,8091,1998,working fulltime,27.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8091,8092,1998,working fulltime,29.0,yes,iap,12.0,middle atlantic,1.0,0.0,0.0,,south atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8092,8093,1998,working fulltime,42.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8093,8094,1998,working fulltime,66.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8094,8095,1998,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8095,8096,1998,"unempl, laid off",29.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8096,8097,1998,working parttime,42.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8097,8098,1998,retired,51.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8098,8099,1998,working parttime,36.0,no,iap,10.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8099,8100,1998,working fulltime,66.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8100,8101,1998,working fulltime,47.0,,iap,12.0,south atlantic,1.0,1.0,2.0,$25000 or more,south atlantic,sevrl times a yr,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8101,8102,1998,retired,24.0,yes,,6.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8102,8103,1998,keeping house,40.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8103,8104,1998,working fulltime,60.0,no,iap,16.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,more thn once wk,2,,4.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8104,8105,1998,working fulltime,46.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,2,,6.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8105,8106,1998,keeping house,32.0,no,yes,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8106,8107,1998,working fulltime,45.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8107,8108,1998,keeping house,43.0,yes,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,2.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8108,8109,1998,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8109,8110,1998,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8110,8111,1998,working fulltime,53.0,,yes,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8111,8112,1998,keeping house,51.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8112,8113,1998,retired,49.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,2,,4.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8113,8114,1998,working parttime,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8114,8115,1998,working fulltime,47.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8115,8116,1998,retired,47.0,,yes,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8116,8117,1998,working fulltime,35.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8117,8118,1998,working fulltime,42.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8118,8119,1998,working fulltime,46.0,,iap,10.0,w. nor. central,0.0,2.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8119,8120,1998,keeping house,,,yes,9.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8120,8121,1998,retired,47.0,no,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8121,8122,1998,working fulltime,65.0,,iap,18.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8122,8123,1998,keeping house,66.0,no,,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8123,8124,1998,retired,73.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8124,8125,1998,working fulltime,46.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8125,8126,1998,working fulltime,51.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,,1,yes,0.0,0,1.0,0,,1,0,,,,0,0,1,0,0,0,0, +8126,8127,1998,keeping house,35.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,0,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8127,8128,1998,retired,35.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,yes,9.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8128,8129,1998,working fulltime,57.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8129,8130,1998,working fulltime,36.0,yes,iap,14.0,foreign,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8130,8131,1998,working fulltime,64.0,,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8131,8132,1998,working fulltime,51.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8132,8133,1998,working parttime,42.0,,,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8133,8134,1998,working fulltime,35.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8134,8135,1998,working fulltime,45.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8135,8136,1998,working fulltime,32.0,,iap,12.0,e. nor. central,0.0,0.0,1.0,$20000 - 24999,e. nor. central,lt once a year,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8136,8137,1998,working fulltime,31.0,,,11.0,e. sou. central,0.0,0.0,2.0,$15000 - 19999,e. nor. central,every week,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8137,8138,1998,working fulltime,43.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8138,8139,1998,temp not working,52.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,lt once a year,0,yes,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8139,8140,1998,working parttime,34.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8140,8141,1998,working fulltime,44.0,,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8141,8142,1998,working fulltime,22.0,no,yes,11.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,yes,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8142,8143,1998,retired,39.0,no,,2.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,nrly every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8143,8144,1998,retired,29.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8144,8145,1998,retired,46.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8145,8146,1998,retired,23.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8146,8147,1998,keeping house,,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,0,iap,12.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8147,8148,1998,working fulltime,44.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8148,8149,1998,keeping house,29.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8149,8150,1998,working fulltime,20.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,2,iap,6.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8150,8151,1998,retired,43.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8151,8152,1998,working fulltime,48.0,no,iap,16.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,nrly every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8152,8153,1998,keeping house,29.0,no,iap,13.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8153,8154,1998,working fulltime,51.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8154,8155,1998,school,39.0,,,15.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8155,8156,1998,working fulltime,40.0,no,iap,13.0,pacific,1.0,1.0,0.0,$25000 or more,w. nor. central,lt once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8156,8157,1998,working parttime,32.0,,,17.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,nrly every week,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8157,8158,1998,working parttime,61.0,,,16.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,2-3x a month,2,yes,2.0,1,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8158,8159,1998,working fulltime,47.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8159,8160,1998,working fulltime,75.0,yes,iap,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8160,8161,1998,working fulltime,68.0,no,iap,16.0,w. nor. central,0.0,0.0,2.0,,w. nor. central,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8161,8162,1998,school,,,,13.0,w. nor. central,0.0,0.0,0.0,$3000 to 3999,w. nor. central,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8162,8163,1998,keeping house,68.0,no,iap,18.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,every week,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8163,8164,1998,keeping house,64.0,no,iap,12.0,w. nor. central,0.0,2.0,1.0,$25000 or more,w. nor. central,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8164,8165,1998,keeping house,47.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,w. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8165,8166,1998,working fulltime,48.0,yes,iap,13.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8166,8167,1998,working fulltime,54.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8167,8168,1998,working fulltime,42.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8168,8169,1998,working fulltime,44.0,no,iap,17.0,w. nor. central,0.0,3.0,1.0,$15000 - 19999,w. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8169,8170,1998,working fulltime,74.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8170,8171,1998,working fulltime,36.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8171,8172,1998,working fulltime,34.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8172,8173,1998,school,25.0,,,13.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8173,8174,1998,working fulltime,21.0,,,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a month,1,iap,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8174,8175,1998,working parttime,60.0,,,15.0,w. nor. central,0.0,0.0,0.0,lt $1000,w. nor. central,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8175,8176,1998,working parttime,24.0,,,15.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8176,8177,1998,working fulltime,65.0,,,16.0,new england,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8177,8178,1998,working parttime,40.0,,,15.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,once a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8178,8179,1998,working parttime,29.0,,,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8179,8180,1998,working fulltime,55.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8180,8181,1998,working fulltime,40.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8181,8182,1998,working fulltime,45.0,yes,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8182,8183,1998,keeping house,64.0,no,,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8183,8184,1998,working parttime,40.0,yes,iap,7.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8184,8185,1998,working fulltime,49.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8185,8186,1998,working fulltime,31.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,1,yes,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8186,8187,1998,working fulltime,38.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,2,yes,0.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8187,8188,1998,retired,51.0,yes,yes,9.0,e. nor. central,0.0,0.0,0.0,,e. sou. central,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8188,8189,1998,retired,64.0,no,iap,18.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8189,8190,1998,retired,35.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,never,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8190,8191,1998,retired,40.0,no,iap,6.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,nrly every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8191,8192,1998,working fulltime,47.0,,iap,10.0,e. sou. central,0.0,1.0,2.0,$25000 or more,e. sou. central,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8192,8193,1998,working fulltime,51.0,no,iap,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8193,8194,1998,working fulltime,34.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8194,8195,1998,working fulltime,31.0,no,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8195,8196,1998,keeping house,,no,,8.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,nrly every week,0,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8196,8197,1998,other,,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a month,0,,8.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8197,8198,1998,working fulltime,34.0,,yes,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8198,8199,1998,retired,,no,,8.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8199,8200,1998,working fulltime,60.0,no,,16.0,foreign,0.0,0.0,0.0,,e. sou. central,every week,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8200,8201,1998,retired,40.0,,iap,,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8201,8202,1998,working fulltime,40.0,,,12.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,e. sou. central,2-3x a month,0,yes,6.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8202,8203,1998,keeping house,42.0,,yes,10.0,w. sou. central,2.0,0.0,2.0,$4000 to 4999,w. sou. central,2-3x a month,0,iap,5.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +8203,8204,1998,keeping house,22.0,no,iap,7.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,every week,1,,5.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8204,8205,1998,keeping house,42.0,no,iap,10.0,w. sou. central,2.0,0.0,0.0,$10000 - 14999,w. sou. central,,1,iap,,0,1.0,1,,1,1,,,,0,0,1,0,0,0,0,1.0 +8205,8206,1998,working fulltime,66.0,no,iap,15.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,3.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8206,8207,1998,working fulltime,44.0,,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,2,iap,3.0,1,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8207,8208,1998,keeping house,51.0,no,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,every week,2,yes,2.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +8208,8209,1998,working fulltime,42.0,no,iap,13.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,2-3x a month,2,iap,3.0,1,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8209,8210,1998,keeping house,,,,8.0,w. sou. central,0.0,1.0,0.0,$5000 to 5999,w. sou. central,2-3x a month,2,iap,13.0,1,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +8210,8211,1998,keeping house,,no,,8.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8211,8212,1998,other,37.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,1,,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8212,8213,1998,working fulltime,22.0,no,,15.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,2,yes,1.0,1,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8213,8214,1998,working fulltime,35.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8214,8215,1998,keeping house,,no,,2.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,2-3x a month,2,iap,1.0,1,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +8215,8216,1998,working fulltime,51.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8216,8217,1998,retired,46.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8217,8218,1998,working fulltime,36.0,yes,iap,14.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,4.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8218,8219,1998,working fulltime,44.0,no,iap,13.0,w. sou. central,0.0,0.0,1.0,,w. sou. central,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8219,8220,1998,working fulltime,44.0,yes,iap,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8220,8221,1998,working fulltime,35.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8221,8222,1998,keeping house,,no,iap,12.0,e. nor. central,1.0,2.0,0.0,$20000 - 24999,e. nor. central,every week,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8222,8223,1998,working fulltime,33.0,,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8223,8224,1998,working parttime,34.0,no,iap,12.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8224,8225,1998,working fulltime,30.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8225,8226,1998,retired,32.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,4.0,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8226,8227,1998,keeping house,42.0,no,iap,10.0,e. nor. central,0.0,5.0,1.0,$15000 - 19999,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8227,8228,1998,working fulltime,47.0,,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8228,8229,1998,working fulltime,57.0,yes,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,10.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8229,8230,1998,working fulltime,61.0,no,iap,12.0,e. nor. central,0.0,0.0,3.0,$25000 or more,e. nor. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8230,8231,1998,working fulltime,34.0,,iap,12.0,e. nor. central,0.0,0.0,2.0,$15000 - 19999,e. nor. central,more thn once wk,1,yes,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8231,8232,1998,temp not working,64.0,no,yes,19.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8232,8233,1998,working fulltime,37.0,yes,iap,9.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8233,8234,1998,working fulltime,51.0,no,iap,11.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8234,8235,1998,working parttime,24.0,yes,iap,10.0,new england,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,8.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8235,8236,1998,working fulltime,24.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,0,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8236,8237,1998,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8237,8238,1998,retired,28.0,no,iap,9.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8238,8239,1998,keeping house,64.0,no,iap,17.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8239,8240,1998,working parttime,65.0,no,iap,16.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8240,8241,1998,working fulltime,30.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8241,8242,1998,working parttime,60.0,no,iap,13.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,yes,,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8242,8243,1998,"unempl, laid off",38.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8243,8244,1998,keeping house,32.0,no,iap,12.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8244,8245,1998,working parttime,46.0,no,iap,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8245,8246,1998,working fulltime,47.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8246,8247,1998,working fulltime,66.0,no,yes,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8247,8248,1998,working fulltime,32.0,no,iap,12.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,nrly every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8248,8249,1998,working fulltime,46.0,yes,iap,13.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8249,8250,1998,keeping house,34.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8250,8251,1998,working fulltime,39.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8251,8252,1998,keeping house,31.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$8000 to 9999,e. nor. central,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8252,8253,1998,retired,64.0,no,iap,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8253,8254,1998,working fulltime,42.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8254,8255,1998,working fulltime,65.0,no,iap,14.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8255,8256,1998,working fulltime,47.0,no,iap,14.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8256,8257,1998,retired,51.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8257,8258,1998,retired,38.0,,iap,10.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,2,yes,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8258,8259,1998,working parttime,66.0,no,iap,13.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8259,8260,1998,working fulltime,36.0,yes,iap,7.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8260,8261,1998,retired,38.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8261,8262,1998,working fulltime,39.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8262,8263,1998,retired,50.0,no,iap,8.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8263,8264,1998,keeping house,46.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8264,8265,1998,working fulltime,61.0,,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8265,8266,1998,working fulltime,46.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8266,8267,1998,working fulltime,66.0,no,iap,14.0,w. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8267,8268,1998,working fulltime,23.0,no,iap,12.0,e. sou. central,1.0,0.0,1.0,$15000 - 19999,e. sou. central,lt once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8268,8269,1998,working fulltime,29.0,,,12.0,e. sou. central,1.0,2.0,0.0,$10000 - 14999,e. sou. central,every week,0,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +8269,8270,1998,working parttime,24.0,,,12.0,e. nor. central,0.0,2.0,1.0,,e. sou. central,2-3x a month,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +8270,8271,1998,working fulltime,32.0,,,12.0,e. sou. central,1.0,0.0,0.0,$8000 to 9999,e. sou. central,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8271,8272,1998,working fulltime,27.0,,,14.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8272,8273,1998,working parttime,60.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,nrly every week,2,,4.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8273,8274,1998,working fulltime,45.0,no,iap,12.0,e. sou. central,1.0,1.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,2,iap,5.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8274,8275,1998,working fulltime,30.0,yes,iap,9.0,e. sou. central,0.0,2.0,1.0,$15000 - 19999,e. sou. central,once a month,0,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8275,8276,1998,working fulltime,30.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,sevrl times a yr,0,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8276,8277,1998,working fulltime,47.0,no,iap,13.0,e. sou. central,0.0,0.0,1.0,$20000 - 24999,e. sou. central,2-3x a month,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8277,8278,1998,working fulltime,50.0,,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8278,8279,1998,temp not working,64.0,,yes,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8279,8280,1998,working fulltime,54.0,no,iap,12.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. sou. central,,1,yes,4.0,0,0.0,0,,0,0,,,,0,0,1,0,0,0,0, +8280,8281,1998,working fulltime,47.0,,,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8281,8282,1998,working fulltime,66.0,no,iap,16.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. sou. central,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8282,8283,1998,working fulltime,47.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8283,8284,1998,working fulltime,34.0,,,10.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. sou. central,2-3x a month,1,yes,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8284,8285,1998,working fulltime,30.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8285,8286,1998,working fulltime,47.0,,,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,0,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8286,8287,1998,retired,46.0,no,iap,13.0,w. nor. central,0.0,2.0,1.0,$20000 - 24999,w. nor. central,once a month,1,yes,0.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8287,8288,1998,retired,30.0,no,,9.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,more thn once wk,1,,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8288,8289,1998,working fulltime,24.0,no,iap,12.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,more thn once wk,1,yes,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8289,8290,1998,keeping house,33.0,yes,yes,10.0,w. nor. central,0.0,0.0,1.0,$7000 to 7999,w. nor. central,once a month,2,yes,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8290,8291,1998,working parttime,29.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,w. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8291,8292,1998,retired,23.0,,yes,9.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,never,1,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8292,8293,1998,retired,59.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,,4.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8293,8294,1998,retired,51.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,lt once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8294,8295,1998,other,66.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,lt once a year,2,,8.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8295,8296,1998,working fulltime,51.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8296,8297,1998,temp not working,35.0,no,iap,14.0,w. sou. central,1.0,1.0,1.0,$10000 - 14999,w. nor. central,more thn once wk,2,,4.0,1,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8297,8298,1998,retired,31.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,lt once a year,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8298,8299,1998,working parttime,51.0,yes,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8299,8300,1998,retired,39.0,yes,iap,8.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8300,8301,1998,working fulltime,35.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8301,8302,1998,other,40.0,,,3.0,w. sou. central,0.0,0.0,0.0,,w. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8302,8303,1998,working fulltime,40.0,yes,iap,13.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8303,8304,1998,retired,27.0,yes,iap,9.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8304,8305,1998,working fulltime,29.0,,yes,12.0,w. nor. central,0.0,0.0,1.0,$10000 - 14999,w. nor. central,2-3x a month,0,,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8305,8306,1998,working parttime,42.0,no,iap,12.0,w. nor. central,0.0,0.0,3.0,$25000 or more,w. nor. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8306,8307,1998,retired,49.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8307,8308,1998,working parttime,44.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8308,8309,1998,retired,41.0,no,iap,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8309,8310,1998,working fulltime,66.0,no,iap,15.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,2-3x a month,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8310,8311,1998,working fulltime,44.0,,,12.0,mountain,0.0,0.0,0.0,,mountain,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8311,8312,1998,working fulltime,40.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8312,8313,1998,keeping house,51.0,no,iap,12.0,mountain,,,,$25000 or more,mountain,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8313,8314,1998,working fulltime,33.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8314,8315,1998,working fulltime,51.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8315,8316,1998,working fulltime,51.0,,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8316,8317,1998,working fulltime,32.0,no,iap,9.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8317,8318,1998,working fulltime,51.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8318,8319,1998,keeping house,34.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,,mountain,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8319,8320,1998,working fulltime,66.0,,,16.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8320,8321,1998,working fulltime,30.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8321,8322,1998,working parttime,47.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8322,8323,1998,keeping house,,no,iap,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8323,8324,1998,working fulltime,55.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8324,8325,1998,keeping house,23.0,no,iap,13.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8325,8326,1998,working fulltime,40.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8326,8327,1998,retired,40.0,,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8327,8328,1998,keeping house,,no,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,yes,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8328,8329,1998,working fulltime,39.0,no,yes,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8329,8330,1998,working fulltime,64.0,,iap,19.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8330,8331,1998,working parttime,29.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8331,8332,1998,retired,57.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8332,8333,1998,working fulltime,29.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8333,8334,1998,working fulltime,48.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8334,8335,1998,working fulltime,31.0,no,iap,12.0,middle atlantic,2.0,2.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8335,8336,1998,retired,28.0,no,,10.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,1,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8336,8337,1998,working fulltime,29.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8337,8338,1998,retired,39.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8338,8339,1998,working parttime,29.0,,yes,12.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,every week,1,yes,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8339,8340,1998,working fulltime,42.0,,iap,12.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8340,8341,1998,temp not working,28.0,,iap,12.0,middle atlantic,1.0,0.0,2.0,$15000 - 19999,middle atlantic,2-3x a month,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8341,8342,1998,working fulltime,35.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8342,8343,1998,working fulltime,39.0,,,11.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8343,8344,1998,temp not working,36.0,,,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8344,8345,1998,keeping house,31.0,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$20000 - 24999,middle atlantic,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8345,8346,1998,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8346,8347,1998,keeping house,35.0,yes,iap,12.0,middle atlantic,0.0,2.0,4.0,$25000 or more,middle atlantic,lt once a year,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8347,8348,1998,working fulltime,32.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8348,8349,1998,keeping house,33.0,yes,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8349,8350,1998,working parttime,30.0,,iap,8.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8350,8351,1998,working fulltime,22.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8351,8352,1998,working fulltime,64.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8352,8353,1998,working fulltime,65.0,no,iap,14.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8353,8354,1998,working fulltime,30.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8354,8355,1998,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,,,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8355,8356,1998,working fulltime,42.0,,,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,yes,1.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8356,8357,1998,working fulltime,33.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8357,8358,1998,working parttime,35.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8358,8359,1998,working fulltime,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8359,8360,1998,working parttime,36.0,no,,6.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8360,8361,1998,working fulltime,69.0,,,16.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8361,8362,1998,working fulltime,35.0,,,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8362,8363,1998,working fulltime,34.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a month,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8363,8364,1998,working fulltime,33.0,,iap,14.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8364,8365,1998,working parttime,35.0,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8365,8366,1998,working parttime,22.0,yes,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,2,,5.0,1,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8366,8367,1998,retired,,no,,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,0,iap,6.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8367,8368,1998,other,40.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,,south atlantic,once a month,1,yes,4.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8368,8369,1998,working fulltime,57.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8369,8370,1998,working fulltime,73.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8370,8371,1998,working fulltime,74.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,3.0,0,0.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8371,8372,1998,keeping house,,,,14.0,south atlantic,1.0,3.0,0.0,$3000 to 3999,south atlantic,more thn once wk,0,iap,5.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +8372,8373,1998,working fulltime,42.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,1.0,1,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +8373,8374,1998,other,35.0,no,iap,6.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8374,8375,1998,working fulltime,33.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,lt once a year,0,yes,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8375,8376,1998,retired,61.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,,8.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8376,8377,1998,working fulltime,48.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8377,8378,1998,working fulltime,47.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8378,8379,1998,working parttime,31.0,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8379,8380,1998,working fulltime,47.0,yes,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8380,8381,1998,keeping house,35.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8381,8382,1998,working fulltime,51.0,no,yes,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8382,8383,1998,working parttime,23.0,,,12.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,7.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8383,8384,1998,working fulltime,22.0,no,iap,12.0,south atlantic,0.0,2.0,1.0,$15000 - 19999,south atlantic,more thn once wk,1,iap,3.0,0,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8384,8385,1998,working fulltime,29.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,nrly every week,1,,3.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8385,8386,1998,retired,63.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8386,8387,1998,working fulltime,57.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8387,8388,1998,working fulltime,61.0,yes,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,3.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8388,8389,1998,working fulltime,32.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8389,8390,1998,working fulltime,59.0,yes,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8390,8391,1998,working fulltime,58.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8391,8392,1998,working fulltime,54.0,no,iap,8.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8392,8393,1998,working fulltime,66.0,no,iap,16.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8393,8394,1998,working fulltime,32.0,,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8394,8395,1998,working fulltime,59.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8395,8396,1998,retired,51.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8396,8397,1998,working fulltime,48.0,no,iap,13.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8397,8398,1998,working parttime,32.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8398,8399,1998,other,30.0,yes,iap,9.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8399,8400,1998,keeping house,51.0,no,yes,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8400,8401,1998,working fulltime,36.0,,,11.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8401,8402,1998,retired,47.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,2,yes,8.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8402,8403,1998,working fulltime,24.0,no,,12.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8403,8404,1998,keeping house,36.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8404,8405,1998,working fulltime,23.0,no,iap,12.0,south atlantic,2.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8405,8406,1998,working fulltime,52.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8406,8407,1998,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8407,8408,1998,working fulltime,38.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8408,8409,1998,working fulltime,51.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8409,8410,1998,keeping house,35.0,no,iap,12.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,nrly every week,2,,3.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8410,8411,1998,working fulltime,36.0,,iap,11.0,middle atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,0,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +8411,8412,1998,working fulltime,35.0,,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,1,iap,6.0,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8412,8413,1998,working fulltime,35.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,5.0,0,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +8413,8414,1998,working fulltime,20.0,,,4.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8414,8415,1998,retired,64.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,1,0,0,0,0, +8415,8416,1998,working fulltime,69.0,no,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8416,8417,1998,working fulltime,66.0,no,,17.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8417,8418,1998,retired,31.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,2-3x a month,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8418,8419,1998,retired,,no,,8.0,w. nor. central,0.0,0.0,0.0,$3000 to 3999,w. nor. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8419,8420,1998,retired,64.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8420,8421,1998,retired,32.0,no,iap,7.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8421,8422,1998,retired,40.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8422,8423,1998,retired,24.0,yes,,8.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,never,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8423,8424,1998,working fulltime,43.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8424,8425,1998,working parttime,46.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8425,8426,1998,working parttime,28.0,,,14.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8426,8427,1998,working fulltime,27.0,,iap,12.0,w. nor. central,1.0,3.0,0.0,$10000 - 14999,w. nor. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8427,8428,1998,working parttime,31.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8428,8429,1998,retired,40.0,yes,,8.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,sevrl times a yr,0,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8429,8430,1998,working parttime,22.0,,,10.0,w. nor. central,1.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8430,8431,1998,working parttime,51.0,,,13.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8431,8432,1998,working fulltime,44.0,,iap,14.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8432,8433,1998,working fulltime,74.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8433,8434,1998,working fulltime,59.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8434,8435,1998,keeping house,31.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,lt once a year,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8435,8436,1998,working fulltime,41.0,no,iap,12.0,mountain,2.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8436,8437,1998,working fulltime,41.0,no,iap,13.0,e. nor. central,3.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8437,8438,1998,working fulltime,61.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8438,8439,1998,working parttime,51.0,no,iap,13.0,w. nor. central,2.0,1.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8439,8440,1998,working parttime,28.0,yes,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,every week,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8440,8441,1998,working parttime,31.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8441,8442,1998,working fulltime,30.0,yes,iap,13.0,e. nor. central,2.0,0.0,1.0,$25000 or more,e. nor. central,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8442,8443,1998,keeping house,36.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8443,8444,1998,working fulltime,49.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8444,8445,1998,working fulltime,35.0,,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8445,8446,1998,working fulltime,43.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8446,8447,1998,working fulltime,35.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8447,8448,1998,working fulltime,35.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8448,8449,1998,keeping house,,no,iap,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,iap,8.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8449,8450,1998,"unempl, laid off",35.0,no,iap,9.0,e. nor. central,0.0,4.0,0.0,$25000 or more,e. nor. central,once a year,0,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8450,8451,1998,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8451,8452,1998,working fulltime,32.0,,iap,12.0,e. sou. central,0.0,0.0,1.0,$15000 - 19999,e. nor. central,once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8452,8453,1998,working fulltime,36.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8453,8454,1998,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8454,8455,1998,working fulltime,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,0,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8455,8456,1998,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,once a year,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8456,8457,1998,working fulltime,31.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8457,8458,1998,retired,31.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8458,8459,1998,keeping house,35.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8459,8460,1998,working parttime,51.0,no,iap,13.0,e. nor. central,3.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8460,8461,1998,working fulltime,42.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8461,8462,1998,retired,66.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,8.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8462,8463,1998,working fulltime,35.0,,iap,13.0,e. nor. central,0.0,2.0,0.0,,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8463,8464,1998,other,35.0,yes,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,8.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8464,8465,1998,working fulltime,34.0,,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8465,8466,1998,working fulltime,30.0,,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8466,8467,1998,working fulltime,51.0,yes,iap,11.0,w. sou. central,0.0,1.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,iap,0.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8467,8468,1998,other,,,iap,9.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,never,2,iap,8.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8468,8469,1998,working fulltime,40.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8469,8470,1998,retired,24.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,,1,,4.0,0,1.0,0,,1,0,,,,0,0,1,0,0,0,0,0.0 +8470,8471,1998,retired,30.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8471,8472,1998,working fulltime,64.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8472,8473,1998,working fulltime,50.0,no,iap,12.0,e. nor. central,0.0,1.0,2.0,,e. nor. central,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8473,8474,1998,retired,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,2,iap,6.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8474,8475,1998,retired,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,2,,15.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8475,8476,1998,keeping house,,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8476,8477,1998,working fulltime,51.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8477,8478,1998,retired,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,e. nor. central,once a month,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8478,8479,1998,working fulltime,34.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8479,8480,1998,keeping house,43.0,no,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,nrly every week,0,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8480,8481,1998,working fulltime,22.0,yes,iap,14.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8481,8482,1998,retired,,no,,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,0,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8482,8483,1998,working fulltime,36.0,no,iap,13.0,pacific,1.0,1.0,0.0,,pacific,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8483,8484,1998,working fulltime,66.0,yes,yes,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8484,8485,1998,working fulltime,30.0,no,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,more thn once wk,2,iap,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8485,8486,1998,retired,66.0,yes,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,6.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8486,8487,1998,retired,46.0,no,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8487,8488,1998,retired,40.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8488,8489,1998,keeping house,42.0,no,iap,17.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,once a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8489,8490,1998,working fulltime,44.0,no,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,lt once a year,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8490,8491,1998,working fulltime,71.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8491,8492,1998,working fulltime,22.0,no,iap,12.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8492,8493,1998,working fulltime,64.0,,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8493,8494,1998,working fulltime,62.0,no,iap,19.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8494,8495,1998,keeping house,43.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8495,8496,1998,working fulltime,64.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8496,8497,1998,school,39.0,,iap,13.0,pacific,0.0,0.0,0.0,$5000 to 5999,pacific,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8497,8498,1998,working parttime,25.0,no,iap,16.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8498,8499,1998,keeping house,31.0,no,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8499,8500,1998,retired,61.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8500,8501,1998,working fulltime,66.0,,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8501,8502,1998,retired,51.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8502,8503,1998,working fulltime,36.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8503,8504,1998,working fulltime,59.0,,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8504,8505,1998,working fulltime,66.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8505,8506,1998,working fulltime,50.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8506,8507,1998,keeping house,59.0,no,iap,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8507,8508,1998,retired,52.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,never,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8508,8509,1998,retired,51.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8509,8510,1998,working fulltime,51.0,no,iap,8.0,e. nor. central,3.0,1.0,0.0,,middle atlantic,more thn once wk,1,yes,0.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8510,8511,1998,working parttime,17.0,no,iap,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8511,8512,1998,keeping house,,no,iap,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8512,8513,1998,working fulltime,45.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8513,8514,1998,working fulltime,51.0,yes,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8514,8515,1998,working fulltime,34.0,,,12.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8515,8516,1998,working fulltime,21.0,no,iap,13.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8516,8517,1998,retired,28.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,yes,4.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8517,8518,1998,working fulltime,22.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8518,8519,1998,working fulltime,35.0,no,iap,9.0,middle atlantic,0.0,0.0,1.0,$8000 to 9999,middle atlantic,once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8519,8520,1998,working fulltime,33.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8520,8521,1998,keeping house,28.0,no,,9.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8521,8522,1998,working parttime,51.0,no,,13.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8522,8523,1998,retired,46.0,no,,19.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8523,8524,1998,school,64.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8524,8525,1998,working fulltime,25.0,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8525,8526,1998,working fulltime,36.0,,,10.0,new england,1.0,1.0,0.0,$15000 - 19999,south atlantic,lt once a year,0,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8526,8527,1998,working fulltime,44.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8527,8528,1998,retired,28.0,no,iap,6.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8528,8529,1998,working fulltime,36.0,no,,12.0,middle atlantic,0.0,3.0,2.0,$25000 or more,south atlantic,every week,1,,6.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8529,8530,1998,working parttime,20.0,,,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,,5.0,1,0.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8530,8531,1998,keeping house,34.0,no,,4.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,more thn once wk,2,,0.0,1,0.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8531,8532,1998,working parttime,33.0,,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,0,yes,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8532,8533,1998,working fulltime,32.0,,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8533,8534,1998,retired,59.0,no,yes,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8534,8535,1998,retired,46.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8535,8536,1998,working fulltime,33.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8536,8537,1998,working parttime,29.0,no,,12.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. sou. central,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8537,8538,1998,working parttime,46.0,,,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,,1,yes,5.0,0,0.0,0,,1,0,,,,0,0,1,0,0,0,0, +8538,8539,1998,working fulltime,28.0,no,,12.0,e. sou. central,0.0,1.0,2.0,$1000 to 2999,e. sou. central,never,1,yes,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8539,8540,1998,retired,36.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,e. sou. central,2-3x a month,2,iap,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8540,8541,1998,retired,,no,,10.0,e. nor. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,0,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8541,8542,1998,keeping house,42.0,yes,,8.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a year,2,iap,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8542,8543,1998,retired,35.0,no,,11.0,e. nor. central,0.0,0.0,0.0,,e. sou. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8543,8544,1998,keeping house,66.0,no,,15.0,middle atlantic,0.0,0.0,0.0,,e. sou. central,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8544,8545,1998,keeping house,38.0,no,,10.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,every week,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8545,8546,1998,working parttime,39.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,e. sou. central,once a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8546,8547,1998,keeping house,42.0,yes,,4.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,2-3x a month,0,iap,7.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8547,8548,1998,keeping house,42.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8548,8549,1998,school,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8549,8550,1998,keeping house,30.0,yes,,11.0,e. sou. central,1.0,1.0,0.0,$1000 to 2999,e. sou. central,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8550,8551,1998,keeping house,29.0,,iap,12.0,e. sou. central,0.0,2.0,0.0,$6000 to 6999,e. sou. central,once a year,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8551,8552,1998,keeping house,20.0,no,iap,10.0,e. sou. central,0.0,1.0,0.0,$15000 - 19999,e. sou. central,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8552,8553,1998,keeping house,29.0,no,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8553,8554,1998,keeping house,,,iap,3.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,sevrl times a yr,0,iap,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8554,8555,1998,working fulltime,51.0,yes,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8555,8556,1998,keeping house,36.0,,iap,15.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,e. sou. central,never,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8556,8557,1998,keeping house,,,iap,8.0,e. sou. central,2.0,0.0,0.0,,e. sou. central,never,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8557,8558,1998,working fulltime,51.0,no,yes,12.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8558,8559,1998,working fulltime,23.0,yes,yes,11.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8559,8560,1998,working fulltime,30.0,no,,12.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. sou. central,never,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8560,8561,1998,keeping house,28.0,no,iap,8.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8561,8562,1998,other,23.0,yes,,10.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8562,8563,1998,working fulltime,50.0,no,iap,12.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8563,8564,1998,working fulltime,33.0,no,iap,12.0,w. sou. central,1.0,1.0,2.0,,w. sou. central,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8564,8565,1998,working fulltime,64.0,no,iap,18.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8565,8566,1998,working fulltime,49.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8566,8567,1998,working fulltime,38.0,no,iap,14.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8567,8568,1998,working fulltime,46.0,yes,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8568,8569,1998,working fulltime,42.0,no,iap,14.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8569,8570,1998,working parttime,66.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8570,8571,1998,keeping house,68.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$5000 to 5999,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8571,8572,1998,"unempl, laid off",42.0,no,,11.0,w. sou. central,1.0,1.0,0.0,$15000 - 19999,w. sou. central,nrly every week,0,iap,4.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8572,8573,1998,school,22.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8573,8574,1998,working fulltime,30.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,yes,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8574,8575,1998,keeping house,60.0,yes,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8575,8576,1998,working fulltime,47.0,no,iap,15.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,,4.0,0,1.0,1,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8576,8577,1998,retired,33.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,yes,12.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8577,8578,1998,retired,43.0,no,,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8578,8579,1998,working fulltime,49.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8579,8580,1998,working fulltime,60.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8580,8581,1998,working fulltime,36.0,no,iap,15.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,every week,2,yes,4.0,1,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8581,8582,1998,keeping house,33.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,yes,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8582,8583,1998,retired,60.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8583,8584,1998,working fulltime,51.0,,,14.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8584,8585,1998,working fulltime,51.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8585,8586,1998,working fulltime,54.0,,yes,13.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8586,8587,1998,working fulltime,51.0,no,,12.0,south atlantic,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8587,8588,1998,retired,50.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,,5.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8588,8589,1998,working fulltime,47.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8589,8590,1998,keeping house,29.0,no,iap,10.0,w. sou. central,0.0,0.0,3.0,$25000 or more,w. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0, +8590,8591,1998,retired,42.0,no,yes,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8591,8592,1998,retired,40.0,no,,11.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,lt once a year,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8592,8593,1998,retired,29.0,,iap,7.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,never,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8593,8594,1998,working fulltime,39.0,,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8594,8595,1998,working fulltime,51.0,,,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8595,8596,1998,keeping house,,no,iap,12.0,w. sou. central,1.0,2.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8596,8597,1998,working fulltime,46.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8597,8598,1998,keeping house,47.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8598,8599,1998,working fulltime,40.0,no,iap,17.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8599,8600,1998,keeping house,36.0,no,iap,12.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8600,8601,1998,working fulltime,48.0,no,iap,12.0,w. sou. central,1.0,2.0,0.0,$25000 or more,w. sou. central,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8601,8602,1998,temp not working,65.0,no,iap,13.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8602,8603,1998,working fulltime,51.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8603,8604,1998,working fulltime,57.0,,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8604,8605,1998,working fulltime,22.0,no,,8.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8605,8606,1998,working fulltime,39.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8606,8607,1998,working fulltime,64.0,,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8607,8608,1998,retired,51.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,w. sou. central,2-3x a month,0,yes,8.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8608,8609,1998,working fulltime,51.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8609,8610,1998,working fulltime,39.0,,iap,7.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8610,8611,1998,keeping house,66.0,no,iap,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8611,8612,1998,working fulltime,86.0,no,iap,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8612,8613,1998,working fulltime,49.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8613,8614,1998,keeping house,28.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,lt once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8614,8615,1998,working parttime,17.0,,,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8615,8616,1998,working parttime,32.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8616,8617,1998,keeping house,42.0,yes,iap,8.0,w. sou. central,0.0,0.0,2.0,$20000 - 24999,w. sou. central,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8617,8618,1998,working parttime,39.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,,0,1.0,1,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8618,8619,1998,working fulltime,58.0,yes,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,nrly every week,1,iap,1.0,0,1.0,1,,1,1,,0.0,1.0,0,0,1,0,0,0,0, +8619,8620,1998,working fulltime,29.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8620,8621,1998,working fulltime,30.0,no,iap,15.0,w. sou. central,1.0,2.0,0.0,$25000 or more,w. sou. central,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8621,8622,1998,working fulltime,31.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8622,8623,1998,retired,60.0,no,,10.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8623,8624,1998,working fulltime,51.0,,iap,12.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,0.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8624,8625,1998,retired,,no,,12.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,2-3x a month,0,iap,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8625,8626,1998,working fulltime,22.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8626,8627,1998,working fulltime,46.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8627,8628,1998,retired,47.0,no,iap,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,never,1,,18.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8628,8629,1998,retired,30.0,yes,,10.0,new england,0.0,0.0,1.0,,new england,never,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8629,8630,1998,"unempl, laid off",30.0,,iap,15.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8630,8631,1998,working fulltime,64.0,no,iap,18.0,new england,0.0,2.0,0.0,$25000 or more,new england,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8631,8632,1998,working fulltime,23.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8632,8633,1998,working parttime,47.0,no,,12.0,new england,0.0,0.0,0.0,,new england,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8633,8634,1998,working parttime,64.0,,iap,16.0,middle atlantic,0.0,0.0,2.0,$10000 - 14999,new england,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8634,8635,1998,working fulltime,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8635,8636,1998,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,south atlantic,lt once a year,1,yes,5.0,0,0.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8636,8637,1998,working fulltime,40.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8637,8638,1998,keeping house,46.0,no,,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8638,8639,1998,working fulltime,36.0,,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8639,8640,1998,working fulltime,45.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8640,8641,1998,working fulltime,23.0,no,iap,12.0,e. nor. central,0.0,3.0,1.0,$25000 or more,south atlantic,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8641,8642,1998,working fulltime,38.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8642,8643,1998,working fulltime,51.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0, +8643,8644,1998,keeping house,36.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,lt once a year,1,yes,,0,1.0,1,,1,1,,0.0,0.0,0,0,1,0,0,0,0, +8644,8645,1998,working fulltime,41.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8645,8646,1998,working parttime,50.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8646,8647,1998,working fulltime,40.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,1,0,0,0,0, +8647,8648,1998,keeping house,40.0,no,iap,13.0,south atlantic,2.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,2,,4.0,1,0.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8648,8649,1998,retired,51.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8649,8650,1998,working fulltime,49.0,yes,iap,13.0,e. nor. central,0.0,2.0,1.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8650,8651,1998,working fulltime,36.0,no,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,1.0 +8651,8652,1998,working fulltime,64.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8652,8653,1998,retired,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8653,8654,1998,working fulltime,28.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8654,8655,1998,retired,32.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8655,8656,1998,working fulltime,56.0,no,iap,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,2-3x a month,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0, +8656,8657,1998,retired,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8657,8658,1998,working fulltime,40.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8658,8659,1998,working fulltime,30.0,no,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,1,0,0,0,0,1.0 +8659,8660,1998,working fulltime,66.0,no,iap,12.0,e. nor. central,1.0,2.0,1.0,$25000 or more,e. nor. central,once a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,1.0 +8660,8661,1998,"unempl, laid off",43.0,no,iap,13.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0, +8661,8662,1998,working fulltime,28.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,,e. nor. central,lt once a year,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8662,8663,1998,working fulltime,22.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,1,0,0,0,0, +8663,8664,1998,working fulltime,47.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,1,0,0,0,0,0.0 +8664,8665,1998,working fulltime,39.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a month,0,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8665,8666,1998,retired,24.0,no,iap,6.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,1,0,0,0,0,0.0 +8666,8667,1998,working fulltime,31.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8667,8668,1998,working parttime,34.0,,,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,1,0,0,0,0,0.0 +8668,8669,2000,working fulltime,43.0,,,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,yes,12.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8669,8670,2000,working fulltime,46.0,,iap,15.0,foreign,0.0,0.0,0.0,$8000 to 9999,w. sou. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +8670,8671,2000,keeping house,,yes,,13.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8671,8672,2000,working fulltime,21.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8672,8673,2000,working fulltime,65.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8673,8674,2000,working fulltime,39.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8674,8675,2000,working fulltime,34.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8675,8676,2000,working fulltime,39.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8676,8677,2000,working fulltime,51.0,no,iap,18.0,w. sou. central,,,,$25000 or more,w. sou. central,nrly every week,1,,0.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8677,8678,2000,working fulltime,65.0,no,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,more thn once wk,2,,3.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8678,8679,2000,working fulltime,64.0,yes,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8679,8680,2000,working fulltime,74.0,no,iap,20.0,new england,1.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8680,8681,2000,working fulltime,22.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,w. sou. central,once a month,1,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8681,8682,2000,working fulltime,65.0,yes,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +8682,8683,2000,"unempl, laid off",59.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8683,8684,2000,working fulltime,35.0,no,iap,16.0,w. sou. central,0.0,2.0,2.0,$25000 or more,w. sou. central,once a year,1,,7.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8684,8685,2000,retired,45.0,yes,,15.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8685,8686,2000,working fulltime,,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8686,8687,2000,working fulltime,24.0,no,iap,8.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8687,8688,2000,school,,yes,iap,12.0,foreign,1.0,1.0,0.0,$20000 - 24999,w. sou. central,,2,iap,,1,1.0,1,,1,1,,,,0,0,0,1,0,0,0,0.0 +8688,8689,2000,working fulltime,44.0,no,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8689,8690,2000,working fulltime,66.0,yes,iap,17.0,w. sou. central,,,,$25000 or more,w. sou. central,once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8690,8691,2000,school,,,,11.0,w. sou. central,,,,$25000 or more,w. sou. central,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8691,8692,2000,keeping house,47.0,no,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8692,8693,2000,retired,,yes,,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8693,8694,2000,retired,57.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8694,8695,2000,retired,40.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. sou. central,lt once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8695,8696,2000,retired,34.0,no,,13.0,w. nor. central,0.0,0.0,0.0,,w. sou. central,every week,0,,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8696,8697,2000,retired,40.0,,yes,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,1,,7.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8697,8698,2000,retired,,yes,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8698,8699,2000,retired,47.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8699,8700,2000,working fulltime,66.0,no,iap,17.0,foreign,1.0,0.0,0.0,,w. sou. central,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8700,8701,2000,keeping house,51.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,1.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +8701,8702,2000,working fulltime,55.0,,,12.0,pacific,0.0,1.0,0.0,$25000 or more,w. sou. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8702,8703,2000,working fulltime,31.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,lt once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8703,8704,2000,working fulltime,29.0,,,8.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8704,8705,2000,working fulltime,74.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8705,8706,2000,retired,49.0,,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8706,8707,2000,working fulltime,33.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8707,8708,2000,working fulltime,54.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8708,8709,2000,"unempl, laid off",36.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. sou. central,once a year,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8709,8710,2000,other,69.0,,,19.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,0,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8710,8711,2000,working fulltime,28.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8711,8712,2000,working fulltime,23.0,,,6.0,foreign,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8712,8713,2000,working fulltime,32.0,no,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8713,8714,2000,working parttime,34.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8714,8715,2000,working fulltime,49.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,5.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +8715,8716,2000,working fulltime,59.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +8716,8717,2000,working fulltime,31.0,,,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8717,8718,2000,working parttime,66.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8718,8719,2000,working fulltime,51.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8719,8720,2000,keeping house,44.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8720,8721,2000,working parttime,29.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8721,8722,2000,working fulltime,46.0,,iap,12.0,w. sou. central,0.0,2.0,0.0,,w. sou. central,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8722,8723,2000,working fulltime,41.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,lt once a year,2,yes,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8723,8724,2000,working fulltime,66.0,,iap,18.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,nrly every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +8724,8725,2000,keeping house,33.0,,,16.0,new england,0.0,0.0,0.0,$1000 to 2999,w. sou. central,sevrl times a yr,1,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +8725,8726,2000,working fulltime,29.0,,,15.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8726,8727,2000,keeping house,64.0,no,,17.0,w. sou. central,2.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8727,8728,2000,working fulltime,64.0,no,iap,20.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8728,8729,2000,working fulltime,64.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,4.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +8729,8730,2000,retired,28.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8730,8731,2000,working parttime,32.0,,,8.0,w. sou. central,1.0,1.0,0.0,$10000 - 14999,w. sou. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8731,8732,2000,keeping house,32.0,no,,12.0,w. sou. central,1.0,0.0,2.0,$25000 or more,w. sou. central,more thn once wk,1,,3.0,0,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8732,8733,2000,working fulltime,64.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8733,8734,2000,keeping house,,yes,,7.0,pacific,1.0,2.0,0.0,$25000 or more,w. sou. central,once a year,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8734,8735,2000,keeping house,24.0,,,12.0,e. nor. central,1.0,1.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +8735,8736,2000,keeping house,35.0,,,10.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8736,8737,2000,retired,36.0,yes,,7.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,e. nor. central,every week,1,yes,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8737,8738,2000,other,39.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,iap,8.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8738,8739,2000,retired,31.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,e. nor. central,nrly every week,1,iap,,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8739,8740,2000,working fulltime,32.0,,,11.0,e. nor. central,0.0,1.0,2.0,$10000 - 14999,e. nor. central,2-3x a month,1,,5.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8740,8741,2000,other,20.0,no,,9.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8741,8742,2000,other,29.0,,,13.0,e. nor. central,0.0,0.0,1.0,$7000 to 7999,e. nor. central,every week,0,yes,5.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8742,8743,2000,working fulltime,64.0,no,iap,19.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8743,8744,2000,working fulltime,64.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,4.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +8744,8745,2000,working parttime,42.0,no,iap,13.0,e. nor. central,0.0,2.0,1.0,,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8745,8746,2000,working parttime,55.0,no,iap,14.0,e. nor. central,0.0,1.0,2.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8746,8747,2000,retired,64.0,yes,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,2.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8747,8748,2000,temp not working,66.0,yes,iap,15.0,e. nor. central,0.0,2.0,2.0,,e. nor. central,once a month,0,,3.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8748,8749,2000,working parttime,69.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8749,8750,2000,retired,33.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,0,iap,7.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8750,8751,2000,working fulltime,35.0,,,12.0,e. nor. central,0.0,1.0,2.0,$25000 or more,e. nor. central,every week,1,iap,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8751,8752,2000,working fulltime,35.0,,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,2-3x a month,0,iap,1.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +8752,8753,2000,working fulltime,21.0,,,12.0,e. nor. central,,,,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8753,8754,2000,retired,36.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,iap,8.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +8754,8755,2000,retired,59.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8755,8756,2000,working fulltime,51.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8756,8757,2000,working fulltime,36.0,,iap,,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8757,8758,2000,working fulltime,30.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8758,8759,2000,working fulltime,40.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8759,8760,2000,working fulltime,42.0,,,14.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a year,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8760,8761,2000,working fulltime,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8761,8762,2000,working parttime,63.0,no,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8762,8763,2000,retired,51.0,no,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8763,8764,2000,working fulltime,74.0,,iap,19.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8764,8765,2000,working fulltime,64.0,yes,iap,19.0,e. nor. central,0.0,2.0,1.0,,e. nor. central,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8765,8766,2000,working fulltime,73.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8766,8767,2000,keeping house,,yes,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8767,8768,2000,working fulltime,62.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8768,8769,2000,retired,48.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8769,8770,2000,other,51.0,no,iap,17.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,once a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +8770,8771,2000,working fulltime,65.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8771,8772,2000,working fulltime,65.0,,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8772,8773,2000,retired,51.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8773,8774,2000,working fulltime,59.0,,,15.0,pacific,0.0,0.0,0.0,,e. nor. central,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8774,8775,2000,working parttime,65.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8775,8776,2000,working fulltime,27.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,,1,iap,2.0,0,0.0,1,,0,0,,,,0,0,0,1,0,0,0, +8776,8777,2000,working fulltime,61.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8777,8778,2000,working fulltime,39.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8778,8779,2000,working fulltime,30.0,,,9.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8779,8780,2000,working fulltime,57.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8780,8781,2000,working fulltime,51.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,,1,,3.0,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +8781,8782,2000,retired,30.0,,iap,8.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8782,8783,2000,keeping house,47.0,yes,iap,11.0,middle atlantic,1.0,1.0,1.0,,middle atlantic,lt once a year,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8783,8784,2000,other,28.0,no,,11.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8784,8785,2000,other,,,,13.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,lt once a year,0,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8785,8786,2000,keeping house,,,iap,10.0,middle atlantic,1.0,1.0,0.0,$5000 to 5999,middle atlantic,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8786,8787,2000,"unempl, laid off",30.0,no,iap,8.0,middle atlantic,0.0,1.0,2.0,$10000 - 14999,middle atlantic,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8787,8788,2000,working fulltime,49.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8788,8789,2000,keeping house,,,,13.0,middle atlantic,2.0,0.0,0.0,$15000 - 19999,middle atlantic,2-3x a month,2,iap,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +8789,8790,2000,working fulltime,33.0,,iap,12.0,middle atlantic,0.0,2.0,0.0,$20000 - 24999,middle atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8790,8791,2000,working fulltime,,,iap,8.0,foreign,0.0,0.0,0.0,,middle atlantic,2-3x a month,0,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8791,8792,2000,working fulltime,35.0,no,iap,10.0,foreign,0.0,0.0,0.0,,middle atlantic,2-3x a month,2,,8.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8792,8793,2000,school,30.0,,,12.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,every week,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8793,8794,2000,working parttime,31.0,,,16.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8794,8795,2000,working fulltime,51.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8795,8796,2000,working fulltime,47.0,no,iap,19.0,mountain,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8796,8797,2000,working fulltime,41.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,0,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +8797,8798,2000,keeping house,57.0,no,,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8798,8799,2000,retired,23.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,sevrl times a yr,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +8799,8800,2000,retired,23.0,,iap,12.0,foreign,0.0,0.0,0.0,$7000 to 7999,middle atlantic,once a year,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8800,8801,2000,retired,34.0,,iap,11.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,,0.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8801,8802,2000,retired,44.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8802,8803,2000,retired,32.0,yes,,11.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a month,1,,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8803,8804,2000,retired,23.0,no,,7.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,2-3x a month,1,iap,10.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +8804,8805,2000,retired,20.0,yes,,9.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8805,8806,2000,retired,22.0,yes,,9.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,every week,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8806,8807,2000,working fulltime,68.0,,,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8807,8808,2000,working fulltime,64.0,,,12.0,south atlantic,1.0,1.0,1.0,$1000 to 2999,south atlantic,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8808,8809,2000,working fulltime,40.0,,,12.0,south atlantic,0.0,3.0,1.0,$8000 to 9999,south atlantic,never,1,iap,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8809,8810,2000,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8810,8811,2000,keeping house,29.0,,,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,2,,3.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8811,8812,2000,keeping house,,,,11.0,south atlantic,1.0,3.0,0.0,,south atlantic,every week,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8812,8813,2000,working fulltime,43.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8813,8814,2000,working fulltime,39.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8814,8815,2000,working fulltime,48.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,3.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +8815,8816,2000,working fulltime,40.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8816,8817,2000,keeping house,59.0,no,,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8817,8818,2000,working fulltime,22.0,no,,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8818,8819,2000,working fulltime,51.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,2.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8819,8820,2000,working fulltime,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8820,8821,2000,keeping house,52.0,no,,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,nrly every week,1,iap,6.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +8821,8822,2000,working fulltime,22.0,,iap,12.0,new england,0.0,0.0,2.0,$25000 or more,middle atlantic,2-3x a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8822,8823,2000,working parttime,22.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8823,8824,2000,working fulltime,40.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8824,8825,2000,working parttime,26.0,no,iap,16.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8825,8826,2000,working fulltime,47.0,,iap,16.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,nrly every week,1,,4.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8826,8827,2000,working parttime,17.0,,,11.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,every week,1,,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8827,8828,2000,other,,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8828,8829,2000,working fulltime,51.0,,,10.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8829,8830,2000,working fulltime,51.0,no,iap,14.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8830,8831,2000,working fulltime,36.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8831,8832,2000,working parttime,47.0,,,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8832,8833,2000,working fulltime,53.0,no,iap,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,once a year,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8833,8834,2000,other,51.0,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,never,1,iap,15.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8834,8835,2000,working fulltime,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8835,8836,2000,keeping house,74.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8836,8837,2000,working fulltime,47.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8837,8838,2000,retired,74.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8838,8839,2000,working fulltime,36.0,no,iap,14.0,middle atlantic,1.0,0.0,1.0,,middle atlantic,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8839,8840,2000,temp not working,36.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8840,8841,2000,working parttime,64.0,no,iap,16.0,middle atlantic,0.0,1.0,1.0,,middle atlantic,never,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8841,8842,2000,retired,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8842,8843,2000,working fulltime,74.0,no,,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8843,8844,2000,working fulltime,75.0,no,,,middle atlantic,0.0,1.0,1.0,,middle atlantic,,1,,2.0,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +8844,8845,2000,working fulltime,49.0,no,,,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8845,8846,2000,working fulltime,74.0,no,iap,20.0,foreign,,,,$25000 or more,middle atlantic,nrly every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +8846,8847,2000,working fulltime,65.0,,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8847,8848,2000,working fulltime,59.0,no,iap,,e. nor. central,0.0,0.0,1.0,$25000 or more,middle atlantic,more thn once wk,1,,,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8848,8849,2000,working fulltime,49.0,no,,16.0,middle atlantic,1.0,1.0,0.0,$1000 to 2999,middle atlantic,sevrl times a yr,2,,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8849,8850,2000,working fulltime,51.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8850,8851,2000,working parttime,32.0,,,16.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8851,8852,2000,retired,52.0,,iap,8.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8852,8853,2000,working fulltime,61.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8853,8854,2000,working fulltime,74.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,,pacific,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8854,8855,2000,keeping house,,,,11.0,pacific,0.0,0.0,1.0,lt $1000,pacific,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8855,8856,2000,school,,,iap,13.0,foreign,1.0,0.0,0.0,$8000 to 9999,pacific,once a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +8856,8857,2000,school,,,,11.0,pacific,0.0,0.0,0.0,lt $1000,pacific,never,2,,8.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8857,8858,2000,working parttime,55.0,,iap,15.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,every week,2,,4.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8858,8859,2000,working parttime,39.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,pacific,every week,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8859,8860,2000,keeping house,,,iap,11.0,pacific,1.0,0.0,1.0,,pacific,sevrl times a yr,1,iap,10.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +8860,8861,2000,working fulltime,33.0,no,iap,16.0,foreign,1.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8861,8862,2000,working parttime,51.0,no,iap,16.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +8862,8863,2000,working fulltime,59.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8863,8864,2000,working parttime,61.0,,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8864,8865,2000,working fulltime,48.0,,,14.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8865,8866,2000,retired,46.0,yes,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8866,8867,2000,temp not working,63.0,no,iap,17.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8867,8868,2000,retired,65.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,5.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +8868,8869,2000,working fulltime,51.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,never,2,iap,5.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8869,8870,2000,keeping house,43.0,no,iap,19.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,11.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8870,8871,2000,working fulltime,35.0,,,9.0,w. sou. central,0.0,0.0,1.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8871,8872,2000,working fulltime,51.0,,,12.0,pacific,0.0,1.0,0.0,$8000 to 9999,pacific,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8872,8873,2000,working fulltime,43.0,,,10.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8873,8874,2000,keeping house,36.0,no,iap,12.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8874,8875,2000,working fulltime,36.0,no,iap,13.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8875,8876,2000,working fulltime,51.0,no,iap,15.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8876,8877,2000,working fulltime,59.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8877,8878,2000,working fulltime,45.0,no,iap,13.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8878,8879,2000,working parttime,36.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8879,8880,2000,temp not working,28.0,,iap,12.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,more thn once wk,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +8880,8881,2000,working fulltime,64.0,,,18.0,pacific,,,,,pacific,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8881,8882,2000,school,51.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8882,8883,2000,other,20.0,,,8.0,foreign,0.0,1.0,0.0,$25000 or more,pacific,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8883,8884,2000,working fulltime,31.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8884,8885,2000,working fulltime,36.0,no,iap,12.0,pacific,,,2.0,$25000 or more,pacific,,1,iap,,0,0.0,0,,0,0,,,,0,0,0,1,0,0,0,1.0 +8885,8886,2000,working fulltime,51.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8886,8887,2000,working fulltime,33.0,,iap,16.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,never,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8887,8888,2000,retired,64.0,no,,14.0,w. nor. central,0.0,0.0,0.0,,pacific,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8888,8889,2000,working fulltime,62.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8889,8890,2000,keeping house,35.0,,,13.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8890,8891,2000,retired,41.0,,iap,10.0,foreign,0.0,1.0,0.0,$10000 - 14999,pacific,never,1,iap,8.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8891,8892,2000,working fulltime,36.0,no,iap,9.0,foreign,0.0,4.0,0.0,$25000 or more,pacific,every week,0,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8892,8893,2000,working fulltime,66.0,,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8893,8894,2000,working parttime,45.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8894,8895,2000,keeping house,39.0,yes,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8895,8896,2000,keeping house,66.0,no,iap,18.0,e. nor. central,0.0,3.0,0.0,$25000 or more,pacific,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8896,8897,2000,retired,68.0,yes,,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8897,8898,2000,keeping house,47.0,no,iap,14.0,new england,0.0,0.0,2.0,$25000 or more,pacific,2-3x a month,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8898,8899,2000,"unempl, laid off",34.0,yes,,12.0,pacific,0.0,0.0,1.0,$4000 to 4999,pacific,once a year,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8899,8900,2000,working fulltime,34.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8900,8901,2000,working parttime,29.0,,,14.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8901,8902,2000,working fulltime,60.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8902,8903,2000,working fulltime,30.0,no,iap,11.0,foreign,0.0,2.0,1.0,$10000 - 14999,pacific,every week,2,,11.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8903,8904,2000,working fulltime,34.0,no,iap,14.0,foreign,1.0,2.0,1.0,$25000 or more,pacific,every week,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8904,8905,2000,working parttime,32.0,no,,16.0,foreign,1.0,0.0,2.0,$20000 - 24999,pacific,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8905,8906,2000,keeping house,48.0,no,iap,14.0,middle atlantic,0.0,1.0,0.0,$25000 or more,pacific,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8906,8907,2000,working fulltime,64.0,no,iap,17.0,middle atlantic,0.0,0.0,1.0,$25000 or more,pacific,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8907,8908,2000,school,55.0,no,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,pacific,nrly every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +8908,8909,2000,retired,42.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,pacific,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8909,8910,2000,working fulltime,44.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8910,8911,2000,keeping house,43.0,no,iap,16.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,,1,yes,,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0,1.0 +8911,8912,2000,retired,51.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,,pacific,never,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8912,8913,2000,retired,54.0,,yes,16.0,new england,0.0,0.0,0.0,$10000 - 14999,pacific,never,0,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8913,8914,2000,working parttime,46.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8914,8915,2000,working fulltime,60.0,,,15.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8915,8916,2000,working fulltime,47.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8916,8917,2000,working fulltime,23.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8917,8918,2000,retired,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8918,8919,2000,working fulltime,32.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8919,8920,2000,keeping house,,,iap,11.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,never,0,,8.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8920,8921,2000,working fulltime,74.0,no,,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8921,8922,2000,temp not working,60.0,no,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +8922,8923,2000,keeping house,31.0,,,12.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8923,8924,2000,working fulltime,43.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8924,8925,2000,keeping house,,no,iap,12.0,e. nor. central,2.0,1.0,0.0,$10000 - 14999,e. nor. central,every week,2,iap,6.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8925,8926,2000,working fulltime,65.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,4.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8926,8927,2000,working fulltime,54.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8927,8928,2000,working fulltime,49.0,,,19.0,pacific,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8928,8929,2000,working fulltime,61.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8929,8930,2000,working fulltime,36.0,,iap,12.0,e. nor. central,0.0,0.0,1.0,$15000 - 19999,e. nor. central,once a month,1,,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8930,8931,2000,working parttime,32.0,yes,,11.0,w. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,iap,4.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8931,8932,2000,keeping house,55.0,,iap,14.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,once a month,0,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8932,8933,2000,retired,35.0,,yes,8.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,0,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8933,8934,2000,keeping house,35.0,no,,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,0,iap,6.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8934,8935,2000,keeping house,,,,12.0,e. nor. central,1.0,3.0,1.0,$15000 - 19999,e. nor. central,nrly every week,1,iap,,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8935,8936,2000,keeping house,42.0,,,11.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,once a month,0,iap,6.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +8936,8937,2000,working fulltime,74.0,,,18.0,e. sou. central,,,2.0,,e. nor. central,,2,,1.0,1,0.0,1,,0,0,,,,0,0,0,1,0,0,0,0.0 +8937,8938,2000,working parttime,41.0,no,,12.0,e. nor. central,2.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,yes,4.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8938,8939,2000,school,,,,12.0,e. nor. central,1.0,0.0,1.0,,e. nor. central,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8939,8940,2000,working fulltime,22.0,,,12.0,middle atlantic,1.0,0.0,1.0,$20000 - 24999,e. nor. central,sevrl times a yr,0,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8940,8941,2000,working fulltime,65.0,,,15.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,,6.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8941,8942,2000,working parttime,29.0,,iap,12.0,e. sou. central,0.0,1.0,1.0,,e. nor. central,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8942,8943,2000,working fulltime,42.0,,,12.0,e. nor. central,2.0,0.0,0.0,,e. nor. central,once a month,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8943,8944,2000,temp not working,50.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,once a year,0,,6.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8944,8945,2000,working fulltime,20.0,yes,iap,8.0,e. nor. central,0.0,2.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,10.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8945,8946,2000,working fulltime,49.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,1.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8946,8947,2000,working fulltime,74.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,iap,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +8947,8948,2000,working fulltime,35.0,,,14.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,2,,8.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8948,8949,2000,keeping house,34.0,,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8949,8950,2000,working fulltime,51.0,no,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8950,8951,2000,keeping house,32.0,,,11.0,e. nor. central,0.0,0.0,1.0,$5000 to 5999,e. nor. central,every week,0,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8951,8952,2000,working fulltime,42.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a month,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8952,8953,2000,working parttime,36.0,,,14.0,e. nor. central,0.0,3.0,1.0,,e. nor. central,once a year,1,iap,0.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8953,8954,2000,working fulltime,33.0,,,12.0,e. nor. central,0.0,2.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8954,8955,2000,keeping house,40.0,,,12.0,e. nor. central,1.0,0.0,0.0,$7000 to 7999,e. nor. central,,1,iap,,0,0.0,1,,1,1,,,,0,0,0,1,0,0,0,1.0 +8955,8956,2000,keeping house,,,,12.0,e. nor. central,2.0,1.0,0.0,$4000 to 4999,e. nor. central,sevrl times a yr,0,iap,7.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +8956,8957,2000,working fulltime,29.0,,iap,8.0,e. nor. central,1.0,3.0,0.0,$3000 to 3999,e. nor. central,never,2,iap,3.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +8957,8958,2000,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8958,8959,2000,retired,,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,,1,iap,1.0,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0, +8959,8960,2000,retired,60.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8960,8961,2000,keeping house,53.0,yes,iap,12.0,foreign,1.0,1.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8961,8962,2000,working parttime,74.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8962,8963,2000,working fulltime,43.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +8963,8964,2000,working fulltime,46.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8964,8965,2000,working fulltime,44.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8965,8966,2000,temp not working,33.0,no,iap,16.0,new england,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8966,8967,2000,working parttime,61.0,no,iap,16.0,w. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8967,8968,2000,working fulltime,47.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +8968,8969,2000,working fulltime,42.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,2.0,0,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +8969,8970,2000,working fulltime,53.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8970,8971,2000,working parttime,69.0,,,19.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8971,8972,2000,working fulltime,51.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8972,8973,2000,other,57.0,no,iap,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8973,8974,2000,working fulltime,75.0,yes,iap,20.0,new england,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8974,8975,2000,working fulltime,52.0,,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8975,8976,2000,working fulltime,49.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8976,8977,2000,working fulltime,61.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8977,8978,2000,working fulltime,74.0,yes,iap,13.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,0.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +8978,8979,2000,retired,56.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8979,8980,2000,working fulltime,64.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +8980,8981,2000,retired,31.0,,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8981,8982,2000,working parttime,51.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8982,8983,2000,working fulltime,42.0,,,12.0,new england,0.0,0.0,1.0,$15000 - 19999,e. nor. central,once a year,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8983,8984,2000,working fulltime,53.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8984,8985,2000,working fulltime,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8985,8986,2000,working fulltime,40.0,no,iap,11.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8986,8987,2000,working fulltime,40.0,no,iap,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +8987,8988,2000,retired,42.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8988,8989,2000,working parttime,64.0,no,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8989,8990,2000,working fulltime,51.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8990,8991,2000,working fulltime,60.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8991,8992,2000,working parttime,34.0,,,11.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +8992,8993,2000,school,42.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,,12.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8993,8994,2000,working fulltime,74.0,yes,iap,20.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8994,8995,2000,working fulltime,36.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8995,8996,2000,working fulltime,44.0,yes,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8996,8997,2000,working fulltime,36.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +8997,8998,2000,working parttime,33.0,yes,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,8.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +8998,8999,2000,working fulltime,40.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +8999,9000,2000,working parttime,46.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9000,9001,2000,working fulltime,46.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9001,9002,2000,working fulltime,66.0,,,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9002,9003,2000,working fulltime,40.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9003,9004,2000,retired,32.0,yes,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,8.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9004,9005,2000,keeping house,28.0,yes,iap,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9005,9006,2000,retired,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9006,9007,2000,working parttime,31.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9007,9008,2000,school,21.0,,,11.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,once a month,1,iap,7.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9008,9009,2000,temp not working,28.0,no,iap,13.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,8.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9009,9010,2000,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9010,9011,2000,working fulltime,35.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9011,9012,2000,working fulltime,66.0,no,iap,18.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9012,9013,2000,working fulltime,51.0,,iap,14.0,south atlantic,0.0,0.0,0.0,,e. nor. central,2-3x a month,2,iap,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9013,9014,2000,working fulltime,66.0,no,iap,7.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9014,9015,2000,working fulltime,31.0,no,iap,10.0,foreign,2.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9015,9016,2000,keeping house,64.0,,iap,16.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,never,1,,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9016,9017,2000,working fulltime,51.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9017,9018,2000,working fulltime,44.0,,,16.0,pacific,0.0,0.0,0.0,,pacific,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9018,9019,2000,working fulltime,60.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9019,9020,2000,working fulltime,51.0,yes,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9020,9021,2000,working parttime,53.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9021,9022,2000,working fulltime,22.0,yes,iap,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,yes,4.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9022,9023,2000,working fulltime,57.0,no,iap,15.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9023,9024,2000,working fulltime,23.0,,,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9024,9025,2000,working fulltime,39.0,,,16.0,foreign,0.0,0.0,0.0,$15000 - 19999,pacific,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9025,9026,2000,working fulltime,20.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9026,9027,2000,working fulltime,49.0,,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9027,9028,2000,working fulltime,74.0,,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9028,9029,2000,working fulltime,59.0,no,iap,16.0,foreign,,,,$25000 or more,pacific,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9029,9030,2000,working fulltime,22.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,1.0,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9030,9031,2000,working fulltime,36.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9031,9032,2000,school,28.0,,,13.0,foreign,0.0,0.0,0.0,$3000 to 3999,pacific,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9032,9033,2000,working fulltime,43.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9033,9034,2000,retired,48.0,no,iap,16.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,more thn once wk,2,,4.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9034,9035,2000,working fulltime,59.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9035,9036,2000,keeping house,32.0,no,,12.0,w. nor. central,0.0,0.0,0.0,,pacific,lt once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9036,9037,2000,working fulltime,49.0,no,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9037,9038,2000,retired,43.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9038,9039,2000,retired,60.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9039,9040,2000,retired,51.0,yes,yes,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9040,9041,2000,working fulltime,66.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9041,9042,2000,working fulltime,51.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9042,9043,2000,working fulltime,35.0,no,iap,17.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,,2,iap,,1,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +9043,9044,2000,working fulltime,48.0,no,yes,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9044,9045,2000,working parttime,69.0,no,iap,3.0,middle atlantic,0.0,0.0,0.0,,pacific,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9045,9046,2000,retired,51.0,no,,14.0,middle atlantic,0.0,0.0,0.0,,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9046,9047,2000,other,29.0,,iap,12.0,foreign,0.0,0.0,1.0,,pacific,2-3x a month,0,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9047,9048,2000,working fulltime,86.0,no,iap,20.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9048,9049,2000,working parttime,52.0,no,iap,18.0,mountain,2.0,0.0,0.0,,pacific,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9049,9050,2000,working parttime,46.0,no,iap,12.0,pacific,0.0,0.0,0.0,,pacific,,2,,4.0,1,0.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +9050,9051,2000,retired,46.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9051,9052,2000,working fulltime,51.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9052,9053,2000,working fulltime,74.0,,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9053,9054,2000,working fulltime,29.0,,,16.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,sevrl times a yr,0,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9054,9055,2000,working parttime,39.0,no,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9055,9056,2000,working parttime,42.0,yes,iap,18.0,foreign,0.0,0.0,1.0,$15000 - 19999,pacific,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9056,9057,2000,keeping house,50.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9057,9058,2000,retired,47.0,,iap,3.0,foreign,0.0,0.0,0.0,$7000 to 7999,pacific,,0,iap,,0,0.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9058,9059,2000,retired,28.0,,yes,11.0,w. sou. central,0.0,0.0,0.0,lt $1000,pacific,sevrl times a yr,0,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9059,9060,2000,other,52.0,,,12.0,mountain,0.0,0.0,0.0,$5000 to 5999,pacific,never,2,iap,1.0,1,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9060,9061,2000,working fulltime,61.0,no,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9061,9062,2000,keeping house,28.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9062,9063,2000,working fulltime,69.0,,,19.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9063,9064,2000,working fulltime,51.0,no,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9064,9065,2000,working fulltime,38.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9065,9066,2000,working fulltime,30.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9066,9067,2000,working fulltime,51.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9067,9068,2000,working parttime,66.0,no,iap,17.0,e. nor. central,1.0,2.0,0.0,$25000 or more,pacific,more thn once wk,2,,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9068,9069,2000,working parttime,30.0,no,iap,14.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9069,9070,2000,working fulltime,49.0,yes,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,pacific,never,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9070,9071,2000,working parttime,35.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9071,9072,2000,working fulltime,65.0,yes,iap,14.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9072,9073,2000,working fulltime,57.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9073,9074,2000,working fulltime,58.0,yes,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,pacific,once a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9074,9075,2000,keeping house,55.0,no,iap,15.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9075,9076,2000,working fulltime,58.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9076,9077,2000,retired,64.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9077,9078,2000,"unempl, laid off",46.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9078,9079,2000,working fulltime,45.0,yes,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,,1,iap,3.0,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0, +9079,9080,2000,keeping house,29.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9080,9081,2000,working fulltime,28.0,no,,12.0,foreign,1.0,0.0,1.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9081,9082,2000,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9082,9083,2000,working fulltime,60.0,no,iap,6.0,foreign,0.0,3.0,3.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9083,9084,2000,working fulltime,51.0,no,,17.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,,2,iap,2.0,1,0.0,0,,1,0,,,,0,0,0,1,0,0,0, +9084,9085,2000,working fulltime,74.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,pacific,every week,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9085,9086,2000,working fulltime,51.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9086,9087,2000,working fulltime,49.0,,iap,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,1,iap,6.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9087,9088,2000,working fulltime,47.0,,iap,15.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9088,9089,2000,working parttime,28.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9089,9090,2000,working fulltime,32.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9090,9091,2000,keeping house,46.0,,iap,12.0,foreign,1.0,1.0,0.0,$1000 to 2999,pacific,never,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9091,9092,2000,retired,28.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,pacific,once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9092,9093,2000,working fulltime,37.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9093,9094,2000,working fulltime,47.0,,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9094,9095,2000,working fulltime,39.0,,,14.0,pacific,0.0,0.0,0.0,,pacific,,1,iap,2.0,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0, +9095,9096,2000,working fulltime,22.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9096,9097,2000,working fulltime,51.0,no,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,,8.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9097,9098,2000,working fulltime,40.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,yes,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9098,9099,2000,keeping house,23.0,,,6.0,foreign,1.0,0.0,0.0,$1000 to 2999,pacific,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9099,9100,2000,retired,22.0,yes,,6.0,pacific,0.0,0.0,0.0,,pacific,,2,iap,6.0,1,0.0,0,,1,0,,,,0,0,0,1,0,0,0, +9100,9101,2000,working fulltime,39.0,no,,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9101,9102,2000,working fulltime,47.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,7.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9102,9103,2000,keeping house,57.0,no,iap,13.0,pacific,2.0,0.0,0.0,,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9103,9104,2000,working fulltime,43.0,,,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9104,9105,2000,retired,,,,11.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9105,9106,2000,working fulltime,35.0,no,iap,12.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9106,9107,2000,"unempl, laid off",47.0,no,yes,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,pacific,every week,2,,7.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9107,9108,2000,temp not working,30.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9108,9109,2000,other,,no,,14.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9109,9110,2000,"unempl, laid off",64.0,,iap,13.0,pacific,2.0,0.0,0.0,$15000 - 19999,pacific,nrly every week,0,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9110,9111,2000,school,35.0,,,13.0,e. nor. central,0.0,0.0,1.0,$20000 - 24999,pacific,nrly every week,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9111,9112,2000,working fulltime,60.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,,2,yes,,1,0.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9112,9113,2000,keeping house,,no,iap,12.0,pacific,3.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9113,9114,2000,working fulltime,30.0,no,iap,10.0,pacific,0.0,2.0,1.0,$20000 - 24999,pacific,,0,iap,,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9114,9115,2000,working fulltime,57.0,,,12.0,pacific,1.0,0.0,1.0,lt $1000,pacific,nrly every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9115,9116,2000,keeping house,,no,iap,9.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9116,9117,2000,keeping house,64.0,no,iap,16.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,,0,,6.0,0,0.0,1,,1,1,,,,0,0,0,1,0,0,0,1.0 +9117,9118,2000,working fulltime,30.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9118,9119,2000,working fulltime,66.0,no,,20.0,foreign,0.0,3.0,1.0,$25000 or more,pacific,every week,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9119,9120,2000,working fulltime,35.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9120,9121,2000,temp not working,40.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9121,9122,2000,other,65.0,,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9122,9123,2000,working fulltime,52.0,,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9123,9124,2000,working fulltime,31.0,no,,12.0,pacific,2.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9124,9125,2000,retired,36.0,no,,13.0,middle atlantic,0.0,0.0,0.0,,pacific,once a month,0,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9125,9126,2000,other,30.0,yes,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,yes,15.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9126,9127,2000,working fulltime,41.0,yes,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9127,9128,2000,keeping house,58.0,no,iap,16.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9128,9129,2000,working fulltime,34.0,no,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9129,9130,2000,working fulltime,49.0,no,iap,13.0,mountain,0.0,0.0,1.0,$25000 or more,pacific,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9130,9131,2000,school,,,,12.0,pacific,0.0,0.0,0.0,,pacific,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9131,9132,2000,"unempl, laid off",42.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,never,0,iap,12.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9132,9133,2000,working fulltime,28.0,no,iap,12.0,foreign,0.0,3.0,2.0,$25000 or more,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9133,9134,2000,keeping house,29.0,,,10.0,middle atlantic,1.0,1.0,0.0,$3000 to 3999,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9134,9135,2000,working fulltime,36.0,,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,,1.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9135,9136,2000,working fulltime,31.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,1,,0.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9136,9137,2000,working fulltime,43.0,,iap,14.0,foreign,0.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,,5.0,1,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9137,9138,2000,working fulltime,55.0,no,iap,18.0,middle atlantic,,,,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9138,9139,2000,keeping house,66.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9139,9140,2000,working fulltime,51.0,,,18.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9140,9141,2000,working fulltime,53.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9141,9142,2000,working fulltime,39.0,,,8.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9142,9143,2000,working fulltime,52.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9143,9144,2000,temp not working,74.0,no,iap,18.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9144,9145,2000,retired,69.0,yes,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9145,9146,2000,working fulltime,42.0,no,iap,6.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,2,,1.0,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9146,9147,2000,keeping house,42.0,,,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9147,9148,2000,temp not working,42.0,no,iap,12.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9148,9149,2000,working fulltime,22.0,no,iap,17.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9149,9150,2000,"unempl, laid off",32.0,,,11.0,middle atlantic,0.0,0.0,2.0,$15000 - 19999,middle atlantic,never,2,iap,10.0,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9150,9151,2000,retired,28.0,,iap,9.0,foreign,0.0,0.0,0.0,$6000 to 6999,middle atlantic,2-3x a month,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9151,9152,2000,temp not working,42.0,no,,9.0,foreign,0.0,0.0,1.0,$15000 - 19999,middle atlantic,every week,2,iap,1.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9152,9153,2000,retired,39.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,iap,,1,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9153,9154,2000,working fulltime,42.0,no,iap,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9154,9155,2000,working fulltime,38.0,,,18.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9155,9156,2000,working fulltime,22.0,,,18.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9156,9157,2000,working fulltime,42.0,,,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9157,9158,2000,working fulltime,22.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9158,9159,2000,keeping house,42.0,,,12.0,middle atlantic,1.0,1.0,0.0,$15000 - 19999,middle atlantic,lt once a year,0,iap,5.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9159,9160,2000,school,51.0,,,12.0,foreign,2.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9160,9161,2000,keeping house,,,,9.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,1,iap,24.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9161,9162,2000,working fulltime,36.0,,,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,7.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9162,9163,2000,"unempl, laid off",55.0,,,14.0,middle atlantic,0.0,2.0,0.0,$5000 to 5999,middle atlantic,lt once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9163,9164,2000,working parttime,51.0,,,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,,3.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9164,9165,2000,temp not working,51.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9165,9166,2000,working fulltime,20.0,yes,yes,12.0,foreign,1.0,1.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9166,9167,2000,working fulltime,49.0,,,12.0,w. sou. central,2.0,0.0,0.0,,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9167,9168,2000,working parttime,31.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9168,9169,2000,working fulltime,42.0,no,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,never,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9169,9170,2000,"unempl, laid off",28.0,no,,8.0,foreign,0.0,0.0,0.0,,middle atlantic,never,0,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9170,9171,2000,working fulltime,49.0,no,iap,12.0,middle atlantic,2.0,0.0,0.0,,middle atlantic,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9171,9172,2000,working fulltime,19.0,,,11.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9172,9173,2000,retired,65.0,no,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9173,9174,2000,retired,51.0,no,iap,5.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9174,9175,2000,working fulltime,75.0,,,18.0,foreign,0.0,0.0,0.0,,middle atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9175,9176,2000,working fulltime,44.0,no,,13.0,foreign,0.0,0.0,0.0,,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9176,9177,2000,working fulltime,63.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9177,9178,2000,working fulltime,49.0,,,12.0,e. nor. central,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9178,9179,2000,keeping house,,no,iap,8.0,foreign,2.0,0.0,0.0,,middle atlantic,never,1,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9179,9180,2000,keeping house,,no,iap,12.0,foreign,1.0,0.0,0.0,$20000 - 24999,middle atlantic,nrly every week,1,,5.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9180,9181,2000,keeping house,44.0,,iap,11.0,middle atlantic,0.0,2.0,3.0,$8000 to 9999,middle atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9181,9182,2000,temp not working,33.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9182,9183,2000,working fulltime,51.0,,,20.0,w. sou. central,0.0,0.0,0.0,,middle atlantic,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9183,9184,2000,working fulltime,51.0,yes,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9184,9185,2000,working fulltime,33.0,no,iap,16.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9185,9186,2000,keeping house,39.0,no,iap,12.0,foreign,0.0,2.0,0.0,$10000 - 14999,middle atlantic,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9186,9187,2000,keeping house,,no,iap,14.0,foreign,0.0,1.0,0.0,,middle atlantic,once a year,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9187,9188,2000,working fulltime,49.0,,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9188,9189,2000,working fulltime,34.0,no,iap,10.0,foreign,1.0,0.0,0.0,,middle atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9189,9190,2000,working fulltime,44.0,yes,iap,16.0,foreign,0.0,0.0,0.0,,middle atlantic,2-3x a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9190,9191,2000,working parttime,42.0,no,iap,14.0,foreign,0.0,0.0,1.0,,middle atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9191,9192,2000,keeping house,74.0,no,iap,19.0,foreign,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9192,9193,2000,working fulltime,51.0,no,iap,16.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9193,9194,2000,working parttime,42.0,no,,12.0,south atlantic,0.0,0.0,2.0,$15000 - 19999,middle atlantic,2-3x a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9194,9195,2000,keeping house,,,iap,12.0,middle atlantic,0.0,0.0,1.0,$5000 to 5999,middle atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9195,9196,2000,keeping house,,,iap,11.0,middle atlantic,0.0,5.0,1.0,$7000 to 7999,middle atlantic,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9196,9197,2000,school,34.0,,,13.0,middle atlantic,0.0,0.0,3.0,,middle atlantic,lt once a year,2,,2.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9197,9198,2000,other,,no,,8.0,foreign,0.0,0.0,0.0,$6000 to 6999,middle atlantic,never,1,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9198,9199,2000,working parttime,21.0,no,,15.0,middle atlantic,0.0,0.0,3.0,$10000 - 14999,middle atlantic,once a year,0,iap,8.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9199,9200,2000,working fulltime,20.0,,iap,12.0,middle atlantic,1.0,1.0,0.0,,middle atlantic,2-3x a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9200,9201,2000,working fulltime,29.0,,,12.0,middle atlantic,1.0,2.0,1.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +9201,9202,2000,working fulltime,52.0,,iap,14.0,e. nor. central,1.0,2.0,1.0,,middle atlantic,more thn once wk,1,iap,0.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +9202,9203,2000,other,,,iap,14.0,middle atlantic,1.0,0.0,0.0,$7000 to 7999,middle atlantic,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9203,9204,2000,keeping house,42.0,,,10.0,middle atlantic,0.0,2.0,0.0,,middle atlantic,more thn once wk,1,iap,2.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +9204,9205,2000,working fulltime,42.0,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,,0.0,1,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9205,9206,2000,school,29.0,,,12.0,new england,0.0,0.0,1.0,,new england,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9206,9207,2000,working fulltime,69.0,no,iap,18.0,middle atlantic,0.0,1.0,1.0,$25000 or more,new england,sevrl times a yr,1,iap,0.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9207,9208,2000,working fulltime,51.0,no,iap,16.0,new england,0.0,1.0,0.0,,new england,sevrl times a yr,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9208,9209,2000,school,,,,13.0,new england,0.0,0.0,0.0,,new england,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9209,9210,2000,working parttime,51.0,no,iap,14.0,new england,0.0,0.0,0.0,,new england,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9210,9211,2000,working parttime,29.0,no,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,new england,every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9211,9212,2000,"unempl, laid off",42.0,no,iap,14.0,new england,0.0,2.0,1.0,$25000 or more,new england,nrly every week,1,,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9212,9213,2000,working fulltime,33.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,,new england,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9213,9214,2000,working fulltime,75.0,no,iap,19.0,e. nor. central,1.0,1.0,0.0,,new england,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9214,9215,2000,working fulltime,52.0,no,iap,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9215,9216,2000,working parttime,51.0,,,16.0,pacific,0.0,1.0,0.0,$10000 - 14999,middle atlantic,once a month,1,iap,10.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9216,9217,2000,working fulltime,22.0,no,iap,8.0,foreign,0.0,0.0,2.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9217,9218,2000,working fulltime,30.0,no,iap,8.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9218,9219,2000,working fulltime,42.0,,,18.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9219,9220,2000,working fulltime,59.0,,,13.0,middle atlantic,1.0,3.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9220,9221,2000,retired,38.0,no,iap,6.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9221,9222,2000,working fulltime,35.0,no,iap,9.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9222,9223,2000,working fulltime,31.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9223,9224,2000,working fulltime,46.0,,,14.0,middle atlantic,,,,$25000 or more,middle atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9224,9225,2000,working fulltime,36.0,no,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,more thn once wk,1,,20.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9225,9226,2000,working fulltime,42.0,,,12.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,never,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9226,9227,2000,school,,,,12.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,lt once a year,1,iap,1.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9227,9228,2000,retired,24.0,yes,iap,4.0,e. sou. central,1.0,3.0,1.0,,middle atlantic,sevrl times a yr,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9228,9229,2000,working fulltime,47.0,no,iap,14.0,foreign,0.0,1.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9229,9230,2000,working fulltime,40.0,,iap,10.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9230,9231,2000,school,,,,13.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,once a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9231,9232,2000,working fulltime,74.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9232,9233,2000,keeping house,42.0,no,,14.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9233,9234,2000,working fulltime,74.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9234,9235,2000,working fulltime,65.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9235,9236,2000,working fulltime,74.0,,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9236,9237,2000,working fulltime,39.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9237,9238,2000,working fulltime,60.0,no,iap,14.0,middle atlantic,0.0,3.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9238,9239,2000,working fulltime,46.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9239,9240,2000,keeping house,34.0,no,iap,14.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9240,9241,2000,working fulltime,50.0,no,iap,12.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9241,9242,2000,working fulltime,30.0,yes,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9242,9243,2000,keeping house,51.0,no,iap,12.0,middle atlantic,,,,$25000 or more,middle atlantic,once a year,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9243,9244,2000,other,46.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9244,9245,2000,working fulltime,47.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9245,9246,2000,working fulltime,48.0,,yes,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9246,9247,2000,working parttime,36.0,no,iap,13.0,middle atlantic,1.0,1.0,0.0,,middle atlantic,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9247,9248,2000,working fulltime,30.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9248,9249,2000,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9249,9250,2000,working fulltime,37.0,,,11.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,2-3x a month,1,iap,6.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9250,9251,2000,working fulltime,51.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9251,9252,2000,school,,,,11.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,once a year,0,iap,8.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9252,9253,2000,working fulltime,46.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9253,9254,2000,working fulltime,34.0,,,17.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9254,9255,2000,working fulltime,44.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9255,9256,2000,keeping house,35.0,no,,12.0,middle atlantic,1.0,2.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9256,9257,2000,working fulltime,53.0,no,iap,13.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9257,9258,2000,working parttime,47.0,,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9258,9259,2000,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,,1,,1.0,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9259,9260,2000,working fulltime,40.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9260,9261,2000,working fulltime,66.0,no,iap,18.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9261,9262,2000,working fulltime,64.0,no,iap,18.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9262,9263,2000,working fulltime,51.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9263,9264,2000,working fulltime,48.0,,iap,16.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9264,9265,2000,working fulltime,75.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,more thn once wk,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9265,9266,2000,working fulltime,64.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,0,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9266,9267,2000,working parttime,32.0,,,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9267,9268,2000,working fulltime,62.0,no,iap,13.0,middle atlantic,0.0,4.0,0.0,,middle atlantic,every week,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9268,9269,2000,working fulltime,51.0,yes,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9269,9270,2000,working parttime,31.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9270,9271,2000,working fulltime,47.0,yes,iap,13.0,w. nor. central,2.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9271,9272,2000,working fulltime,36.0,,,17.0,foreign,,,,$25000 or more,middle atlantic,nrly every week,1,iap,0.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +9272,9273,2000,working parttime,38.0,,iap,12.0,foreign,2.0,0.0,0.0,$1000 to 2999,middle atlantic,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9273,9274,2000,working fulltime,32.0,no,iap,16.0,foreign,1.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9274,9275,2000,working fulltime,36.0,,iap,14.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9275,9276,2000,working parttime,28.0,no,,11.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9276,9277,2000,keeping house,30.0,yes,iap,9.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9277,9278,2000,working fulltime,69.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9278,9279,2000,working fulltime,42.0,no,iap,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,never,0,,8.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9279,9280,2000,working fulltime,66.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,,1,iap,,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +9280,9281,2000,working fulltime,51.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9281,9282,2000,retired,45.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9282,9283,2000,working fulltime,55.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9283,9284,2000,retired,34.0,yes,,7.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9284,9285,2000,working fulltime,42.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9285,9286,2000,working fulltime,42.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9286,9287,2000,working fulltime,36.0,no,iap,13.0,middle atlantic,1.0,2.0,0.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9287,9288,2000,working fulltime,52.0,,,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9288,9289,2000,working parttime,21.0,,,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9289,9290,2000,working fulltime,21.0,,,12.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9290,9291,2000,retired,51.0,,iap,12.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9291,9292,2000,working fulltime,47.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9292,9293,2000,"unempl, laid off",36.0,,,12.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,middle atlantic,2-3x a month,2,iap,,1,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9293,9294,2000,working fulltime,36.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,,1,,1.0,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9294,9295,2000,working parttime,69.0,,iap,13.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,more thn once wk,1,iap,4.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +9295,9296,2000,working parttime,30.0,,,11.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9296,9297,2000,working fulltime,30.0,no,iap,11.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9297,9298,2000,retired,34.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9298,9299,2000,retired,48.0,yes,,10.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9299,9300,2000,working fulltime,45.0,,,20.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9300,9301,2000,working fulltime,40.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9301,9302,2000,working fulltime,34.0,,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9302,9303,2000,working fulltime,49.0,,iap,11.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,once a year,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9303,9304,2000,working parttime,73.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9304,9305,2000,working fulltime,32.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9305,9306,2000,working fulltime,34.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$15000 - 19999,middle atlantic,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9306,9307,2000,working fulltime,48.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,0,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9307,9308,2000,working parttime,74.0,yes,iap,17.0,middle atlantic,,,,$20000 - 24999,middle atlantic,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9308,9309,2000,working fulltime,40.0,,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9309,9310,2000,working fulltime,60.0,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9310,9311,2000,working fulltime,66.0,yes,iap,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9311,9312,2000,working parttime,24.0,yes,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,,2,,2.0,1,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +9312,9313,2000,keeping house,51.0,no,iap,12.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9313,9314,2000,working fulltime,65.0,yes,iap,18.0,middle atlantic,,,,$25000 or more,middle atlantic,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9314,9315,2000,working parttime,49.0,yes,iap,13.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9315,9316,2000,working fulltime,23.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9316,9317,2000,working parttime,33.0,no,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9317,9318,2000,working parttime,34.0,,,11.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9318,9319,2000,working fulltime,22.0,no,,12.0,south atlantic,0.0,1.0,1.0,$15000 - 19999,middle atlantic,,1,,2.0,0,0.0,1,,1,1,,,,0,0,0,1,0,0,0,0.0 +9319,9320,2000,keeping house,29.0,,,11.0,middle atlantic,1.0,0.0,0.0,$4000 to 4999,middle atlantic,once a month,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9320,9321,2000,other,33.0,,iap,11.0,foreign,0.0,4.0,0.0,$10000 - 14999,middle atlantic,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9321,9322,2000,working fulltime,62.0,no,iap,14.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9322,9323,2000,working parttime,30.0,,,11.0,w. sou. central,0.0,0.0,1.0,,w. sou. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9323,9324,2000,working fulltime,36.0,,,12.0,w. sou. central,,,,$15000 - 19999,w. sou. central,never,1,yes,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9324,9325,2000,retired,40.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9325,9326,2000,working fulltime,64.0,no,iap,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9326,9327,2000,keeping house,66.0,no,iap,18.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9327,9328,2000,working fulltime,47.0,yes,iap,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9328,9329,2000,working fulltime,61.0,no,iap,16.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9329,9330,2000,working fulltime,27.0,,,8.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9330,9331,2000,working parttime,52.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9331,9332,2000,working fulltime,66.0,,iap,14.0,w. sou. central,0.0,1.0,1.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9332,9333,2000,working fulltime,36.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9333,9334,2000,working fulltime,46.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9334,9335,2000,working fulltime,31.0,no,iap,14.0,w. sou. central,,,,$15000 - 19999,w. sou. central,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9335,9336,2000,temp not working,51.0,yes,iap,16.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9336,9337,2000,working fulltime,51.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9337,9338,2000,working fulltime,52.0,yes,iap,18.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,nrly every week,2,iap,0.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9338,9339,2000,working fulltime,42.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9339,9340,2000,retired,,no,iap,9.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,0,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9340,9341,2000,keeping house,,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,0,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9341,9342,2000,working fulltime,31.0,,,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,w. sou. central,,1,,3.0,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +9342,9343,2000,working fulltime,42.0,,yes,11.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,once a year,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9343,9344,2000,working parttime,32.0,no,iap,11.0,w. nor. central,0.0,1.0,1.0,$10000 - 14999,w. nor. central,never,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9344,9345,2000,working fulltime,47.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9345,9346,2000,working fulltime,54.0,,,17.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9346,9347,2000,working parttime,65.0,,,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9347,9348,2000,"unempl, laid off",34.0,,,11.0,mountain,0.0,0.0,0.0,$8000 to 9999,w. nor. central,lt once a year,0,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9348,9349,2000,working fulltime,47.0,,,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,lt once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9349,9350,2000,retired,20.0,no,,8.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,2-3x a month,1,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9350,9351,2000,working fulltime,22.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9351,9352,2000,working fulltime,51.0,no,iap,13.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9352,9353,2000,school,20.0,,,9.0,w. nor. central,2.0,0.0,1.0,$25000 or more,w. nor. central,2-3x a month,1,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9353,9354,2000,working fulltime,30.0,,,9.0,mountain,0.0,0.0,0.0,$8000 to 9999,w. nor. central,once a month,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9354,9355,2000,retired,30.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9355,9356,2000,working fulltime,50.0,,iap,12.0,new england,0.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9356,9357,2000,working fulltime,23.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,,1,yes,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +9357,9358,2000,working fulltime,50.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9358,9359,2000,keeping house,46.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,,1,yes,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0, +9359,9360,2000,retired,53.0,no,,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9360,9361,2000,working parttime,39.0,,,16.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9361,9362,2000,working fulltime,48.0,,,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,2,iap,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9362,9363,2000,working fulltime,44.0,,iap,14.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,0,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9363,9364,2000,working fulltime,52.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9364,9365,2000,working fulltime,51.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9365,9366,2000,working fulltime,31.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9366,9367,2000,working fulltime,33.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9367,9368,2000,retired,33.0,,iap,16.0,mountain,0.0,0.0,0.0,lt $1000,mountain,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9368,9369,2000,working fulltime,51.0,no,iap,10.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9369,9370,2000,retired,33.0,no,,11.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9370,9371,2000,retired,66.0,,,15.0,e. nor. central,0.0,0.0,0.0,,mountain,every week,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9371,9372,2000,retired,52.0,no,,16.0,new england,0.0,0.0,0.0,$25000 or more,mountain,,2,iap,,1,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9372,9373,2000,working fulltime,60.0,no,iap,15.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9373,9374,2000,keeping house,28.0,no,,12.0,pacific,0.0,2.0,0.0,$15000 - 19999,mountain,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9374,9375,2000,other,40.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9375,9376,2000,retired,51.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9376,9377,2000,retired,64.0,no,,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9377,9378,2000,working parttime,36.0,no,,11.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,nrly every week,0,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9378,9379,2000,keeping house,66.0,no,,16.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9379,9380,2000,retired,50.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9380,9381,2000,working fulltime,51.0,,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9381,9382,2000,retired,67.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,3.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9382,9383,2000,working fulltime,48.0,no,iap,16.0,w. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9383,9384,2000,working parttime,40.0,no,iap,12.0,pacific,0.0,2.0,2.0,$25000 or more,e. nor. central,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9384,9385,2000,working fulltime,49.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9385,9386,2000,other,32.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9386,9387,2000,working parttime,29.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9387,9388,2000,temp not working,74.0,no,iap,16.0,w. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9388,9389,2000,working fulltime,47.0,no,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9389,9390,2000,working parttime,23.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9390,9391,2000,keeping house,65.0,yes,iap,14.0,pacific,2.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9391,9392,2000,working fulltime,61.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9392,9393,2000,working fulltime,32.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9393,9394,2000,working fulltime,24.0,no,,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9394,9395,2000,working fulltime,60.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9395,9396,2000,working fulltime,49.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9396,9397,2000,working parttime,17.0,no,iap,12.0,e. nor. central,0.0,4.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9397,9398,2000,school,,,,12.0,e. nor. central,0.0,0.0,2.0,,e. nor. central,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9398,9399,2000,retired,51.0,,,12.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,nrly every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9399,9400,2000,retired,60.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9400,9401,2000,"unempl, laid off",24.0,,yes,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,0,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9401,9402,2000,working parttime,30.0,yes,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9402,9403,2000,working fulltime,40.0,yes,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9403,9404,2000,working fulltime,45.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9404,9405,2000,working fulltime,40.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9405,9406,2000,keeping house,,no,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9406,9407,2000,working fulltime,59.0,no,iap,14.0,mountain,0.0,1.0,2.0,$25000 or more,pacific,every week,2,yes,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9407,9408,2000,working parttime,66.0,,,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9408,9409,2000,working fulltime,65.0,no,iap,12.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9409,9410,2000,school,51.0,no,iap,15.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9410,9411,2000,working parttime,47.0,,,16.0,pacific,1.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9411,9412,2000,working fulltime,44.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9412,9413,2000,working fulltime,74.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9413,9414,2000,working fulltime,22.0,,iap,5.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,once a month,0,iap,8.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9414,9415,2000,working fulltime,24.0,,iap,13.0,pacific,0.0,1.0,0.0,$8000 to 9999,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9415,9416,2000,working fulltime,51.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9416,9417,2000,"unempl, laid off",29.0,,iap,15.0,pacific,0.0,1.0,1.0,$10000 - 14999,pacific,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9417,9418,2000,school,34.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9418,9419,2000,working fulltime,62.0,,,17.0,pacific,0.0,0.0,0.0,$1000 to 2999,pacific,never,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9419,9420,2000,keeping house,,,,14.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,once a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9420,9421,2000,keeping house,30.0,no,yes,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9421,9422,2000,working fulltime,39.0,,iap,12.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,once a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9422,9423,2000,working fulltime,65.0,no,iap,13.0,w. nor. central,0.0,0.0,2.0,$25000 or more,pacific,every week,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9423,9424,2000,keeping house,,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,5.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9424,9425,2000,retired,69.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9425,9426,2000,working fulltime,39.0,no,iap,13.0,pacific,0.0,3.0,0.0,$15000 - 19999,pacific,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9426,9427,2000,working parttime,32.0,,,13.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9427,9428,2000,working parttime,22.0,yes,iap,12.0,pacific,2.0,1.0,0.0,$20000 - 24999,pacific,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9428,9429,2000,working fulltime,40.0,,iap,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9429,9430,2000,working fulltime,33.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9430,9431,2000,working fulltime,59.0,,,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9431,9432,2000,working fulltime,47.0,,iap,16.0,new england,0.0,1.0,0.0,,new england,never,2,iap,10.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9432,9433,2000,working fulltime,36.0,,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,new england,,1,iap,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,1.0 +9433,9434,2000,working fulltime,23.0,no,yes,12.0,new england,0.0,2.0,0.0,$25000 or more,new england,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9434,9435,2000,working fulltime,42.0,no,,8.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9435,9436,2000,working fulltime,65.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9436,9437,2000,working fulltime,35.0,no,,16.0,foreign,0.0,0.0,1.0,$25000 or more,new england,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9437,9438,2000,working fulltime,60.0,,iap,15.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,new england,2-3x a month,1,iap,3.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9438,9439,2000,working fulltime,50.0,no,iap,20.0,middle atlantic,1.0,1.0,0.0,$20000 - 24999,new england,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9439,9440,2000,working fulltime,64.0,yes,iap,17.0,new england,0.0,0.0,0.0,,new england,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9440,9441,2000,keeping house,,no,iap,12.0,new england,0.0,0.0,0.0,,new england,once a month,1,yes,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9441,9442,2000,working fulltime,53.0,,,18.0,middle atlantic,0.0,0.0,0.0,,new england,lt once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9442,9443,2000,retired,74.0,,,18.0,pacific,0.0,0.0,0.0,,new england,never,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9443,9444,2000,retired,44.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9444,9445,2000,working parttime,34.0,no,iap,8.0,new england,0.0,0.0,0.0,,new england,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9445,9446,2000,keeping house,,no,iap,13.0,new england,1.0,4.0,3.0,$25000 or more,new england,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9446,9447,2000,working fulltime,51.0,,,12.0,new england,0.0,1.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9447,9448,2000,retired,43.0,no,,10.0,new england,0.0,0.0,0.0,,new england,,2,,,1,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9448,9449,2000,retired,66.0,no,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9449,9450,2000,retired,50.0,,,12.0,new england,0.0,0.0,0.0,$7000 to 7999,new england,sevrl times a yr,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9450,9451,2000,retired,23.0,no,,8.0,new england,0.0,0.0,0.0,,new england,never,0,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9451,9452,2000,working fulltime,69.0,no,iap,17.0,south atlantic,2.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9452,9453,2000,working fulltime,32.0,yes,iap,12.0,south atlantic,1.0,1.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9453,9454,2000,keeping house,31.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9454,9455,2000,other,39.0,yes,iap,10.0,south atlantic,,,,$20000 - 24999,south atlantic,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9455,9456,2000,keeping house,28.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9456,9457,2000,working fulltime,36.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9457,9458,2000,working parttime,32.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,south atlantic,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9458,9459,2000,other,32.0,no,,12.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9459,9460,2000,working fulltime,49.0,,,16.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9460,9461,2000,working fulltime,39.0,,iap,12.0,middle atlantic,0.0,0.0,2.0,,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9461,9462,2000,working fulltime,38.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9462,9463,2000,working parttime,51.0,yes,yes,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9463,9464,2000,working fulltime,44.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9464,9465,2000,"unempl, laid off",36.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,0,iap,7.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9465,9466,2000,working fulltime,35.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9466,9467,2000,working fulltime,32.0,no,iap,13.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,3.0,1,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +9467,9468,2000,retired,52.0,no,,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9468,9469,2000,keeping house,29.0,,,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,lt once a year,2,iap,6.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9469,9470,2000,working fulltime,33.0,no,iap,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9470,9471,2000,working parttime,29.0,,,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9471,9472,2000,retired,64.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9472,9473,2000,retired,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9473,9474,2000,working fulltime,29.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9474,9475,2000,retired,41.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9475,9476,2000,working parttime,64.0,yes,iap,16.0,south atlantic,0.0,2.0,1.0,,south atlantic,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9476,9477,2000,working parttime,32.0,no,iap,13.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,,1,yes,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +9477,9478,2000,keeping house,50.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9478,9479,2000,working fulltime,51.0,no,iap,18.0,pacific,0.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9479,9480,2000,retired,36.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9480,9481,2000,working fulltime,29.0,no,iap,12.0,foreign,,,,$15000 - 19999,south atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9481,9482,2000,working parttime,28.0,,,16.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,2,,5.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9482,9483,2000,working fulltime,51.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,lt once a year,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9483,9484,2000,retired,44.0,no,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9484,9485,2000,working fulltime,53.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9485,9486,2000,retired,46.0,no,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9486,9487,2000,retired,38.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9487,9488,2000,retired,43.0,no,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9488,9489,2000,retired,66.0,no,,15.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9489,9490,2000,retired,,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9490,9491,2000,working fulltime,51.0,yes,iap,19.0,south atlantic,1.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,2,iap,7.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9491,9492,2000,working parttime,49.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9492,9493,2000,retired,64.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9493,9494,2000,working fulltime,65.0,,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9494,9495,2000,retired,60.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9495,9496,2000,keeping house,36.0,yes,,10.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9496,9497,2000,working parttime,28.0,,iap,13.0,e. nor. central,0.0,1.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,2,iap,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9497,9498,2000,retired,29.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9498,9499,2000,retired,44.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9499,9500,2000,working fulltime,51.0,no,iap,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9500,9501,2000,working parttime,22.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9501,9502,2000,working parttime,25.0,,,13.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9502,9503,2000,retired,65.0,no,,15.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9503,9504,2000,working parttime,29.0,,,10.0,e. nor. central,0.0,1.0,0.0,$8000 to 9999,e. nor. central,never,1,iap,0.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9504,9505,2000,working fulltime,35.0,,,12.0,e. nor. central,3.0,1.0,1.0,$20000 - 24999,e. nor. central,once a month,1,iap,1.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +9505,9506,2000,other,,,iap,,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,more thn once wk,2,iap,6.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9506,9507,2000,working fulltime,39.0,no,iap,13.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9507,9508,2000,working fulltime,51.0,,,8.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,1,iap,10.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9508,9509,2000,keeping house,22.0,no,iap,6.0,e. nor. central,0.0,2.0,2.0,$6000 to 6999,e. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9509,9510,2000,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9510,9511,2000,working fulltime,51.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9511,9512,2000,working fulltime,33.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9512,9513,2000,working parttime,64.0,,,18.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,1,,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9513,9514,2000,working parttime,64.0,,iap,16.0,e. nor. central,0.0,1.0,0.0,$8000 to 9999,e. nor. central,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9514,9515,2000,working fulltime,21.0,,,12.0,e. nor. central,1.0,0.0,0.0,$8000 to 9999,e. nor. central,never,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9515,9516,2000,retired,45.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,7.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9516,9517,2000,retired,25.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,every week,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9517,9518,2000,retired,32.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9518,9519,2000,retired,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9519,9520,2000,retired,46.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,0,iap,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9520,9521,2000,retired,45.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9521,9522,2000,retired,,no,,14.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9522,9523,2000,retired,35.0,no,,11.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9523,9524,2000,working fulltime,32.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9524,9525,2000,retired,36.0,yes,iap,9.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,0,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9525,9526,2000,working parttime,32.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9526,9527,2000,working fulltime,46.0,no,,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9527,9528,2000,keeping house,60.0,no,iap,14.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9528,9529,2000,school,,,iap,18.0,w. nor. central,1.0,1.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9529,9530,2000,working fulltime,47.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9530,9531,2000,keeping house,28.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9531,9532,2000,working fulltime,66.0,no,,17.0,w. sou. central,0.0,2.0,1.0,$25000 or more,w. sou. central,more thn once wk,1,yes,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9532,9533,2000,working parttime,30.0,no,,16.0,e. nor. central,2.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9533,9534,2000,working fulltime,61.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9534,9535,2000,working fulltime,65.0,yes,,18.0,e. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9535,9536,2000,working fulltime,64.0,no,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9536,9537,2000,working fulltime,52.0,no,iap,16.0,w. sou. central,1.0,1.0,1.0,$25000 or more,w. sou. central,more thn once wk,2,,3.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9537,9538,2000,retired,59.0,no,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9538,9539,2000,working fulltime,37.0,yes,iap,15.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,w. sou. central,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9539,9540,2000,working fulltime,52.0,no,,12.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9540,9541,2000,working fulltime,29.0,,,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9541,9542,2000,retired,64.0,no,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9542,9543,2000,working parttime,20.0,,,12.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. sou. central,nrly every week,0,iap,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9543,9544,2000,working parttime,22.0,no,iap,8.0,w. sou. central,2.0,0.0,0.0,$8000 to 9999,w. sou. central,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9544,9545,2000,retired,39.0,yes,,7.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,more thn once wk,1,iap,12.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +9545,9546,2000,working fulltime,31.0,,iap,12.0,w. sou. central,0.0,0.0,2.0,$1000 to 2999,w. sou. central,2-3x a month,1,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +9546,9547,2000,working fulltime,52.0,,iap,,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,,6.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +9547,9548,2000,working parttime,20.0,yes,,9.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9548,9549,2000,other,30.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9549,9550,2000,other,21.0,yes,iap,8.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,0,iap,6.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9550,9551,2000,keeping house,36.0,no,,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9551,9552,2000,working fulltime,27.0,,,12.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,once a year,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9552,9553,2000,working parttime,74.0,,iap,15.0,new england,0.0,0.0,0.0,$8000 to 9999,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9553,9554,2000,keeping house,17.0,,iap,9.0,e. sou. central,0.0,1.0,1.0,$10000 - 14999,south atlantic,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9554,9555,2000,working fulltime,39.0,no,,10.0,south atlantic,1.0,0.0,1.0,$20000 - 24999,south atlantic,2-3x a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9555,9556,2000,keeping house,35.0,,,11.0,south atlantic,1.0,1.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9556,9557,2000,temp not working,32.0,,iap,13.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9557,9558,2000,working fulltime,35.0,,,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,0,iap,4.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9558,9559,2000,working fulltime,44.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,3.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9559,9560,2000,retired,36.0,no,,6.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,0,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9560,9561,2000,"unempl, laid off",22.0,,,8.0,middle atlantic,0.0,1.0,0.0,$20000 - 24999,south atlantic,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9561,9562,2000,working fulltime,39.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9562,9563,2000,working fulltime,73.0,yes,iap,16.0,e. nor. central,1.0,2.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9563,9564,2000,working fulltime,46.0,,yes,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9564,9565,2000,"unempl, laid off",51.0,,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9565,9566,2000,working fulltime,39.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9566,9567,2000,working parttime,69.0,no,,18.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9567,9568,2000,retired,64.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9568,9569,2000,working fulltime,33.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9569,9570,2000,keeping house,32.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9570,9571,2000,working fulltime,31.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9571,9572,2000,working parttime,28.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9572,9573,2000,working parttime,25.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9573,9574,2000,working fulltime,46.0,,,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9574,9575,2000,working fulltime,51.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9575,9576,2000,working fulltime,64.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9576,9577,2000,temp not working,36.0,,,8.0,pacific,1.0,0.0,0.0,$10000 - 14999,pacific,never,2,yes,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9577,9578,2000,working parttime,,,,18.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9578,9579,2000,working fulltime,64.0,,,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9579,9580,2000,working fulltime,42.0,no,iap,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,iap,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +9580,9581,2000,retired,33.0,no,,9.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9581,9582,2000,temp not working,55.0,no,iap,17.0,south atlantic,0.0,1.0,1.0,$25000 or more,pacific,2-3x a month,0,iap,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +9582,9583,2000,keeping house,41.0,no,iap,16.0,w. sou. central,2.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9583,9584,2000,working fulltime,21.0,,iap,13.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9584,9585,2000,working fulltime,58.0,no,iap,16.0,middle atlantic,0.0,0.0,2.0,$25000 or more,pacific,more thn once wk,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9585,9586,2000,working fulltime,,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9586,9587,2000,temp not working,42.0,,iap,9.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9587,9588,2000,working fulltime,64.0,no,,15.0,pacific,0.0,2.0,0.0,$25000 or more,mountain,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9588,9589,2000,working fulltime,51.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9589,9590,2000,keeping house,,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9590,9591,2000,working fulltime,51.0,yes,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9591,9592,2000,other,62.0,,,17.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,mountain,never,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9592,9593,2000,working fulltime,35.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9593,9594,2000,other,17.0,,iap,12.0,mountain,0.0,0.0,0.0,$4000 to 4999,mountain,never,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9594,9595,2000,school,66.0,,,16.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9595,9596,2000,working fulltime,42.0,,iap,8.0,foreign,0.0,0.0,0.0,$20000 - 24999,mountain,2-3x a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9596,9597,2000,working fulltime,28.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,more thn once wk,1,yes,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9597,9598,2000,working fulltime,49.0,yes,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9598,9599,2000,working fulltime,54.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9599,9600,2000,working fulltime,74.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9600,9601,2000,working parttime,74.0,no,iap,20.0,e. nor. central,0.0,2.0,0.0,$25000 or more,mountain,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9601,9602,2000,working fulltime,74.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,,mountain,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9602,9603,2000,working fulltime,51.0,,,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,,1,iap,,0,0.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9603,9604,2000,keeping house,64.0,no,iap,16.0,w. sou. central,2.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9604,9605,2000,working fulltime,63.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9605,9606,2000,working fulltime,36.0,no,iap,11.0,mountain,1.0,0.0,1.0,$25000 or more,mountain,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9606,9607,2000,working fulltime,42.0,,,12.0,foreign,0.0,0.0,1.0,$25000 or more,mountain,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9607,9608,2000,working fulltime,36.0,no,iap,12.0,w. nor. central,0.0,1.0,0.0,$25000 or more,mountain,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9608,9609,2000,keeping house,38.0,no,iap,15.0,w. nor. central,0.0,1.0,0.0,$25000 or more,mountain,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9609,9610,2000,other,27.0,,,10.0,mountain,0.0,0.0,0.0,lt $1000,mountain,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9610,9611,2000,working fulltime,44.0,,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,lt once a year,0,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9611,9612,2000,working parttime,47.0,no,iap,12.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9612,9613,2000,retired,59.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,2,yes,4.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9613,9614,2000,retired,35.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9614,9615,2000,working fulltime,73.0,,iap,17.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9615,9616,2000,working fulltime,64.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9616,9617,2000,working fulltime,44.0,yes,iap,16.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,nrly every week,1,,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9617,9618,2000,keeping house,64.0,yes,iap,18.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9618,9619,2000,keeping house,,,iap,12.0,w. nor. central,0.0,1.0,0.0,$10000 - 14999,w. nor. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9619,9620,2000,keeping house,36.0,no,iap,12.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9620,9621,2000,working fulltime,47.0,,,10.0,w. nor. central,1.0,0.0,1.0,$3000 to 3999,w. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9621,9622,2000,working fulltime,36.0,,,12.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. nor. central,never,2,,3.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9622,9623,2000,keeping house,51.0,,,14.0,w. sou. central,2.0,1.0,0.0,$10000 - 14999,w. nor. central,every week,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9623,9624,2000,keeping house,37.0,,iap,10.0,w. nor. central,2.0,1.0,0.0,$15000 - 19999,w. nor. central,once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9624,9625,2000,working fulltime,27.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9625,9626,2000,working fulltime,40.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9626,9627,2000,working parttime,65.0,no,iap,15.0,foreign,1.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9627,9628,2000,working parttime,21.0,,iap,17.0,w. nor. central,0.0,1.0,0.0,$15000 - 19999,w. nor. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9628,9629,2000,working fulltime,51.0,no,iap,15.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9629,9630,2000,working fulltime,28.0,yes,iap,12.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9630,9631,2000,keeping house,33.0,no,,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,every week,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9631,9632,2000,keeping house,46.0,no,iap,16.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9632,9633,2000,working fulltime,62.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9633,9634,2000,keeping house,31.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,6.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9634,9635,2000,retired,50.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,,6.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9635,9636,2000,working fulltime,21.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9636,9637,2000,working fulltime,,no,,13.0,e. nor. central,,,,,e. nor. central,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9637,9638,2000,retired,42.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9638,9639,2000,working fulltime,42.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9639,9640,2000,working fulltime,42.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9640,9641,2000,working fulltime,59.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9641,9642,2000,working parttime,31.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9642,9643,2000,working parttime,66.0,yes,iap,15.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9643,9644,2000,working fulltime,47.0,no,,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,2-3x a month,2,yes,12.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9644,9645,2000,working fulltime,33.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9645,9646,2000,working fulltime,33.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9646,9647,2000,working parttime,63.0,no,iap,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9647,9648,2000,working fulltime,33.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9648,9649,2000,working parttime,22.0,no,iap,11.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,2,yes,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9649,9650,2000,working fulltime,46.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9650,9651,2000,working fulltime,51.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9651,9652,2000,working fulltime,33.0,yes,yes,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9652,9653,2000,keeping house,30.0,no,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9653,9654,2000,working fulltime,52.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9654,9655,2000,"unempl, laid off",22.0,,,8.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9655,9656,2000,working fulltime,44.0,,iap,12.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9656,9657,2000,retired,,no,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9657,9658,2000,working parttime,32.0,,,11.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,nrly every week,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9658,9659,2000,school,,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9659,9660,2000,working fulltime,64.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9660,9661,2000,temp not working,30.0,,iap,11.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9661,9662,2000,working fulltime,48.0,no,iap,14.0,pacific,2.0,1.0,0.0,$15000 - 19999,pacific,once a month,2,,0.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9662,9663,2000,working fulltime,42.0,no,iap,14.0,pacific,2.0,1.0,0.0,$15000 - 19999,pacific,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9663,9664,2000,keeping house,42.0,,iap,12.0,pacific,0.0,1.0,0.0,$1000 to 2999,pacific,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9664,9665,2000,working fulltime,23.0,no,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9665,9666,2000,keeping house,,no,iap,12.0,foreign,2.0,1.0,0.0,$20000 - 24999,pacific,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9666,9667,2000,"unempl, laid off",33.0,,,13.0,foreign,1.0,2.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9667,9668,2000,working fulltime,32.0,no,iap,11.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9668,9669,2000,"unempl, laid off",33.0,no,iap,13.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,every week,2,yes,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9669,9670,2000,keeping house,20.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9670,9671,2000,temp not working,20.0,no,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9671,9672,2000,working parttime,42.0,,iap,12.0,pacific,0.0,1.0,0.0,$8000 to 9999,pacific,every week,1,,15.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9672,9673,2000,keeping house,,,,11.0,pacific,1.0,0.0,0.0,$4000 to 4999,pacific,never,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9673,9674,2000,working parttime,51.0,no,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9674,9675,2000,school,36.0,no,iap,12.0,foreign,0.0,2.0,0.0,$3000 to 3999,pacific,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9675,9676,2000,working fulltime,42.0,no,iap,11.0,pacific,0.0,0.0,2.0,$8000 to 9999,pacific,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9676,9677,2000,working fulltime,42.0,,iap,16.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9677,9678,2000,working fulltime,49.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9678,9679,2000,working parttime,64.0,no,iap,13.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,sevrl times a yr,1,iap,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +9679,9680,2000,retired,47.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9680,9681,2000,working fulltime,36.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9681,9682,2000,working parttime,44.0,no,iap,11.0,w. sou. central,1.0,0.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9682,9683,2000,working fulltime,46.0,no,iap,14.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9683,9684,2000,working fulltime,66.0,,iap,14.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9684,9685,2000,working fulltime,51.0,no,iap,12.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,once a month,1,,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9685,9686,2000,working fulltime,45.0,yes,iap,14.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9686,9687,2000,school,49.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9687,9688,2000,other,45.0,,iap,9.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,1,,6.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9688,9689,2000,working fulltime,34.0,no,iap,6.0,foreign,,,1.0,$20000 - 24999,w. sou. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9689,9690,2000,working fulltime,74.0,no,,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9690,9691,2000,working fulltime,39.0,yes,iap,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,w. sou. central,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9691,9692,2000,working fulltime,46.0,,iap,13.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9692,9693,2000,working fulltime,47.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,once a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9693,9694,2000,"unempl, laid off",29.0,,,11.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9694,9695,2000,working fulltime,45.0,no,,11.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9695,9696,2000,working fulltime,74.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9696,9697,2000,working fulltime,51.0,,,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9697,9698,2000,working fulltime,49.0,no,iap,18.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9698,9699,2000,working fulltime,75.0,no,iap,20.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9699,9700,2000,retired,32.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,1,,13.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9700,9701,2000,working fulltime,62.0,no,iap,14.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9701,9702,2000,working fulltime,39.0,no,iap,10.0,w. sou. central,1.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9702,9703,2000,retired,42.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,4.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9703,9704,2000,working fulltime,33.0,,iap,12.0,w. sou. central,0.0,1.0,0.0,$10000 - 14999,w. sou. central,nrly every week,2,iap,0.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9704,9705,2000,keeping house,29.0,yes,iap,9.0,w. sou. central,,,,$25000 or more,w. sou. central,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9705,9706,2000,working fulltime,38.0,no,iap,9.0,w. sou. central,0.0,0.0,3.0,$20000 - 24999,w. sou. central,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9706,9707,2000,working fulltime,49.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9707,9708,2000,working fulltime,47.0,no,iap,13.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9708,9709,2000,working fulltime,22.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,1.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9709,9710,2000,school,,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9710,9711,2000,working fulltime,64.0,yes,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9711,9712,2000,working parttime,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9712,9713,2000,working fulltime,71.0,no,,18.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9713,9714,2000,keeping house,51.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9714,9715,2000,working fulltime,32.0,,iap,16.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9715,9716,2000,working fulltime,64.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9716,9717,2000,working fulltime,28.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9717,9718,2000,working fulltime,33.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9718,9719,2000,retired,31.0,,,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9719,9720,2000,retired,29.0,,,12.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,pacific,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9720,9721,2000,working fulltime,57.0,,,15.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9721,9722,2000,retired,29.0,,,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9722,9723,2000,retired,74.0,,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9723,9724,2000,working fulltime,32.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9724,9725,2000,retired,64.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9725,9726,2000,working fulltime,52.0,no,iap,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9726,9727,2000,working fulltime,52.0,,yes,16.0,foreign,0.0,0.0,0.0,,pacific,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9727,9728,2000,working fulltime,57.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9728,9729,2000,retired,65.0,no,,16.0,pacific,0.0,0.0,0.0,,pacific,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9729,9730,2000,retired,73.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9730,9731,2000,working fulltime,44.0,,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9731,9732,2000,working fulltime,65.0,,iap,18.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9732,9733,2000,working fulltime,54.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9733,9734,2000,working fulltime,30.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,1.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9734,9735,2000,working fulltime,62.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9735,9736,2000,working fulltime,66.0,no,iap,15.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9736,9737,2000,working fulltime,45.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9737,9738,2000,working parttime,30.0,yes,iap,9.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9738,9739,2000,working fulltime,31.0,,,12.0,foreign,0.0,0.0,0.0,,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9739,9740,2000,working fulltime,66.0,,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9740,9741,2000,working fulltime,42.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9741,9742,2000,working fulltime,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9742,9743,2000,working fulltime,32.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9743,9744,2000,working fulltime,60.0,yes,iap,13.0,south atlantic,,,,$25000 or more,e. nor. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9744,9745,2000,working fulltime,24.0,no,iap,17.0,e. nor. central,1.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9745,9746,2000,working fulltime,30.0,no,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9746,9747,2000,working fulltime,44.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9747,9748,2000,working fulltime,42.0,yes,iap,13.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9748,9749,2000,keeping house,44.0,no,iap,15.0,e. nor. central,0.0,4.0,1.0,$25000 or more,e. nor. central,never,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9749,9750,2000,working fulltime,40.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9750,9751,2000,working fulltime,46.0,,,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9751,9752,2000,retired,33.0,no,,10.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9752,9753,2000,working fulltime,36.0,,,12.0,middle atlantic,1.0,1.0,0.0,$15000 - 19999,middle atlantic,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9753,9754,2000,working fulltime,60.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9754,9755,2000,retired,47.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9755,9756,2000,school,,,,12.0,middle atlantic,0.0,1.0,1.0,,middle atlantic,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9756,9757,2000,working fulltime,49.0,no,,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9757,9758,2000,working fulltime,42.0,yes,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,nrly every week,1,yes,4.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9758,9759,2000,working fulltime,31.0,,,15.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9759,9760,2000,working parttime,24.0,,,10.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,never,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9760,9761,2000,working fulltime,40.0,,,11.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,lt once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9761,9762,2000,working fulltime,66.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9762,9763,2000,retired,22.0,,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,0,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9763,9764,2000,working fulltime,28.0,yes,iap,12.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,middle atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9764,9765,2000,working fulltime,44.0,,,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9765,9766,2000,retired,22.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,1,iap,8.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9766,9767,2000,other,30.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9767,9768,2000,working fulltime,53.0,,,12.0,middle atlantic,0.0,1.0,2.0,$25000 or more,middle atlantic,2-3x a month,1,yes,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9768,9769,2000,retired,36.0,no,yes,8.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,middle atlantic,never,0,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9769,9770,2000,other,27.0,,,12.0,middle atlantic,0.0,0.0,1.0,lt $1000,middle atlantic,nrly every week,0,yes,8.0,0,0.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9770,9771,2000,working parttime,40.0,,,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9771,9772,2000,working parttime,28.0,,iap,14.0,middle atlantic,0.0,2.0,0.0,,middle atlantic,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9772,9773,2000,keeping house,31.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,never,0,,12.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9773,9774,2000,working fulltime,28.0,,,11.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9774,9775,2000,working parttime,23.0,no,yes,9.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9775,9776,2000,working fulltime,51.0,yes,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9776,9777,2000,working fulltime,47.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9777,9778,2000,working fulltime,46.0,,iap,16.0,w. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +9778,9779,2000,working parttime,39.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,1,,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9779,9780,2000,keeping house,46.0,no,iap,12.0,foreign,1.0,2.0,0.0,,e. nor. central,every week,2,,4.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9780,9781,2000,working fulltime,51.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9781,9782,2000,working parttime,29.0,no,iap,15.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9782,9783,2000,"unempl, laid off",35.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9783,9784,2000,temp not working,29.0,no,iap,13.0,foreign,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9784,9785,2000,retired,46.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9785,9786,2000,working fulltime,22.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9786,9787,2000,working fulltime,27.0,yes,iap,11.0,mountain,1.0,0.0,1.0,$25000 or more,e. nor. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9787,9788,2000,retired,34.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,0,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9788,9789,2000,working parttime,74.0,,,20.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9789,9790,2000,working fulltime,30.0,,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9790,9791,2000,"unempl, laid off",34.0,,,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9791,9792,2000,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9792,9793,2000,working parttime,20.0,,,15.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9793,9794,2000,working parttime,36.0,,,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9794,9795,2000,keeping house,,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9795,9796,2000,working fulltime,43.0,yes,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9796,9797,2000,working parttime,74.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9797,9798,2000,retired,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9798,9799,2000,working fulltime,42.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9799,9800,2000,working parttime,64.0,no,,16.0,e. nor. central,2.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9800,9801,2000,retired,29.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9801,9802,2000,keeping house,66.0,yes,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9802,9803,2000,retired,35.0,no,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9803,9804,2000,working fulltime,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9804,9805,2000,working fulltime,69.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,,south atlantic,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9805,9806,2000,working fulltime,51.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9806,9807,2000,keeping house,46.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9807,9808,2000,working fulltime,39.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9808,9809,2000,working fulltime,51.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9809,9810,2000,working parttime,72.0,no,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9810,9811,2000,working fulltime,51.0,,yes,14.0,foreign,1.0,1.0,0.0,$25000 or more,south atlantic,lt once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9811,9812,2000,keeping house,,no,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9812,9813,2000,working fulltime,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9813,9814,2000,retired,44.0,,yes,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,iap,10.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9814,9815,2000,keeping house,35.0,no,iap,12.0,middle atlantic,0.0,3.0,1.0,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9815,9816,2000,working fulltime,44.0,no,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9816,9817,2000,working fulltime,44.0,yes,iap,16.0,foreign,1.0,0.0,2.0,$25000 or more,south atlantic,every week,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9817,9818,2000,working fulltime,30.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9818,9819,2000,retired,32.0,no,,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9819,9820,2000,working fulltime,73.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9820,9821,2000,working fulltime,46.0,,iap,14.0,south atlantic,0.0,3.0,0.0,$20000 - 24999,south atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9821,9822,2000,working fulltime,41.0,,iap,10.0,middle atlantic,3.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9822,9823,2000,working fulltime,24.0,,iap,9.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,0,yes,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9823,9824,2000,working fulltime,39.0,,yes,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,,2,iap,,1,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9824,9825,2000,working fulltime,,,iap,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9825,9826,2000,working fulltime,65.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9826,9827,2000,"unempl, laid off",30.0,,iap,8.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,lt once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9827,9828,2000,working fulltime,34.0,,iap,11.0,south atlantic,3.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9828,9829,2000,working fulltime,30.0,no,iap,10.0,south atlantic,0.0,3.0,0.0,$25000 or more,south atlantic,never,2,yes,8.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9829,9830,2000,working fulltime,34.0,,,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9830,9831,2000,working fulltime,49.0,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,0,iap,2.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9831,9832,2000,"unempl, laid off",32.0,no,,11.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9832,9833,2000,working fulltime,32.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9833,9834,2000,working fulltime,45.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9834,9835,2000,working parttime,31.0,,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9835,9836,2000,working fulltime,51.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,every week,1,,1.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9836,9837,2000,retired,51.0,no,iap,12.0,south atlantic,0.0,2.0,1.0,$10000 - 14999,south atlantic,2-3x a month,2,iap,8.0,1,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9837,9838,2000,working fulltime,59.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9838,9839,2000,working fulltime,51.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9839,9840,2000,working parttime,47.0,,,12.0,w. nor. central,0.0,0.0,0.0,,pacific,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9840,9841,2000,working fulltime,61.0,no,iap,14.0,foreign,0.0,0.0,2.0,$25000 or more,pacific,,1,iap,2.0,0,1.0,1,,0,0,,,,0,0,0,1,0,0,0, +9841,9842,2000,working fulltime,66.0,no,,20.0,pacific,0.0,3.0,1.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9842,9843,2000,working fulltime,42.0,,,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9843,9844,2000,school,23.0,,,11.0,pacific,0.0,0.0,0.0,,pacific,more thn once wk,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9844,9845,2000,retired,66.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9845,9846,2000,working parttime,64.0,yes,iap,16.0,pacific,0.0,2.0,3.0,$25000 or more,pacific,every week,2,,3.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9846,9847,2000,working fulltime,51.0,no,,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9847,9848,2000,working fulltime,51.0,no,,12.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,never,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9848,9849,2000,working fulltime,57.0,no,,14.0,e. sou. central,0.0,0.0,0.0,,pacific,every week,1,yes,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9849,9850,2000,working fulltime,42.0,,,13.0,w. sou. central,0.0,2.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +9850,9851,2000,working fulltime,28.0,,iap,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9851,9852,2000,working fulltime,50.0,,,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9852,9853,2000,working fulltime,35.0,no,iap,11.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,nrly every week,1,yes,,0,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9853,9854,2000,working fulltime,35.0,no,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,1.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9854,9855,2000,working fulltime,32.0,yes,iap,12.0,foreign,0.0,2.0,3.0,$25000 or more,pacific,lt once a year,2,iap,6.0,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9855,9856,2000,working fulltime,32.0,no,iap,12.0,e. sou. central,0.0,1.0,2.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9856,9857,2000,keeping house,47.0,no,iap,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,nrly every week,1,yes,5.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9857,9858,2000,working fulltime,64.0,,yes,12.0,middle atlantic,0.0,0.0,1.0,,pacific,2-3x a month,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9858,9859,2000,working parttime,42.0,,,12.0,pacific,0.0,1.0,0.0,$3000 to 3999,pacific,lt once a year,1,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9859,9860,2000,keeping house,45.0,yes,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9860,9861,2000,working fulltime,51.0,no,iap,12.0,pacific,3.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9861,9862,2000,"unempl, laid off",62.0,,yes,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9862,9863,2000,working fulltime,51.0,,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9863,9864,2000,"unempl, laid off",45.0,,iap,8.0,pacific,0.0,0.0,1.0,$25000 or more,e. sou. central,,1,yes,,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0,1.0 +9864,9865,2000,temp not working,61.0,no,iap,20.0,south atlantic,3.0,1.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9865,9866,2000,working parttime,64.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9866,9867,2000,working fulltime,36.0,yes,yes,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9867,9868,2000,working fulltime,39.0,yes,iap,12.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9868,9869,2000,working fulltime,23.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9869,9870,2000,working parttime,46.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,1,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9870,9871,2000,working parttime,17.0,no,iap,13.0,e. nor. central,0.0,1.0,0.0,,e. sou. central,never,2,yes,6.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9871,9872,2000,working fulltime,43.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9872,9873,2000,working parttime,29.0,yes,iap,14.0,e. sou. central,0.0,2.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9873,9874,2000,working fulltime,75.0,no,iap,19.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,,1,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9874,9875,2000,working fulltime,59.0,,iap,12.0,e. sou. central,0.0,1.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,1,,4.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9875,9876,2000,working parttime,22.0,,iap,12.0,middle atlantic,0.0,2.0,0.0,$10000 - 14999,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9876,9877,2000,working fulltime,32.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9877,9878,2000,working fulltime,65.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9878,9879,2000,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9879,9880,2000,retired,30.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9880,9881,2000,working fulltime,29.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9881,9882,2000,working parttime,17.0,no,,11.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,7.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9882,9883,2000,working fulltime,59.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9883,9884,2000,keeping house,24.0,,,10.0,middle atlantic,1.0,0.0,0.0,$8000 to 9999,middle atlantic,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9884,9885,2000,working fulltime,63.0,,iap,18.0,middle atlantic,0.0,0.0,4.0,$25000 or more,middle atlantic,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9885,9886,2000,working parttime,42.0,,,12.0,middle atlantic,0.0,4.0,1.0,$10000 - 14999,middle atlantic,never,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9886,9887,2000,working fulltime,33.0,yes,iap,8.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9887,9888,2000,working fulltime,22.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9888,9889,2000,"unempl, laid off",,,,8.0,middle atlantic,1.0,1.0,2.0,lt $1000,middle atlantic,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9889,9890,2000,working fulltime,42.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9890,9891,2000,retired,36.0,yes,,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a month,2,,8.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9891,9892,2000,working fulltime,36.0,,,14.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9892,9893,2000,working fulltime,66.0,no,yes,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,nrly every week,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9893,9894,2000,working fulltime,22.0,yes,iap,,middle atlantic,0.0,0.0,0.0,,middle atlantic,,1,,2.0,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,1.0 +9894,9895,2000,"unempl, laid off",69.0,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9895,9896,2000,working fulltime,52.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9896,9897,2000,retired,51.0,no,iap,2.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9897,9898,2000,working fulltime,60.0,yes,iap,6.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +9898,9899,2000,retired,42.0,no,,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9899,9900,2000,keeping house,63.0,yes,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9900,9901,2000,retired,,no,,10.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9901,9902,2000,retired,34.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9902,9903,2000,retired,36.0,no,yes,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +9903,9904,2000,keeping house,,,yes,8.0,middle atlantic,1.0,2.0,0.0,,middle atlantic,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9904,9905,2000,keeping house,51.0,no,iap,12.0,south atlantic,2.0,2.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9905,9906,2000,retired,74.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,,2,yes,,1,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +9906,9907,2000,working parttime,66.0,no,iap,16.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9907,9908,2000,working fulltime,,yes,iap,13.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9908,9909,2000,working fulltime,39.0,no,,14.0,middle atlantic,0.0,1.0,1.0,,middle atlantic,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9909,9910,2000,working fulltime,22.0,,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9910,9911,2000,working fulltime,65.0,no,iap,16.0,new england,0.0,2.0,0.0,$25000 or more,new england,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9911,9912,2000,working fulltime,36.0,,,12.0,foreign,0.0,0.0,0.0,,new england,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9912,9913,2000,keeping house,52.0,no,iap,20.0,foreign,2.0,0.0,0.0,$25000 or more,new england,once a year,2,,2.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9913,9914,2000,working fulltime,51.0,no,iap,20.0,middle atlantic,,,,$25000 or more,new england,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9914,9915,2000,working parttime,52.0,no,iap,18.0,new england,0.0,2.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9915,9916,2000,retired,66.0,,,16.0,new england,0.0,0.0,0.0,,new england,every week,1,,10.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9916,9917,2000,keeping house,32.0,no,iap,13.0,new england,0.0,1.0,1.0,$25000 or more,new england,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9917,9918,2000,retired,66.0,,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,0,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9918,9919,2000,retired,,no,,12.0,new england,0.0,0.0,0.0,,new england,more thn once wk,2,,3.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9919,9920,2000,working fulltime,34.0,no,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9920,9921,2000,retired,35.0,,,12.0,new england,0.0,0.0,0.0,$7000 to 7999,new england,once a year,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9921,9922,2000,retired,65.0,no,,12.0,new england,0.0,0.0,0.0,,new england,every week,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9922,9923,2000,working fulltime,,,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,1,,20.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9923,9924,2000,working fulltime,51.0,no,,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,0,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9924,9925,2000,working fulltime,55.0,no,iap,16.0,new england,0.0,2.0,0.0,$25000 or more,new england,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9925,9926,2000,working fulltime,49.0,no,iap,16.0,new england,0.0,0.0,0.0,,new england,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9926,9927,2000,"unempl, laid off",36.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9927,9928,2000,working parttime,19.0,,,12.0,mountain,0.0,0.0,0.0,lt $1000,mountain,never,0,iap,14.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9928,9929,2000,working fulltime,23.0,,iap,9.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9929,9930,2000,retired,46.0,,iap,12.0,mountain,0.0,0.0,0.0,$6000 to 6999,mountain,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9930,9931,2000,school,,no,iap,14.0,mountain,1.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9931,9932,2000,working fulltime,35.0,,,14.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,lt once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9932,9933,2000,keeping house,,,,11.0,mountain,1.0,0.0,0.0,$15000 - 19999,mountain,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9933,9934,2000,working fulltime,29.0,,iap,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9934,9935,2000,"unempl, laid off",60.0,,,13.0,new england,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,0,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9935,9936,2000,working fulltime,29.0,,,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,mountain,sevrl times a yr,1,iap,6.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9936,9937,2000,working fulltime,35.0,,,14.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9937,9938,2000,keeping house,46.0,,iap,14.0,mountain,0.0,1.0,0.0,$10000 - 14999,mountain,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9938,9939,2000,working fulltime,36.0,,,10.0,mountain,0.0,0.0,1.0,$20000 - 24999,mountain,once a month,1,,0.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9939,9940,2000,working fulltime,21.0,,,9.0,mountain,0.0,0.0,0.0,$1000 to 2999,mountain,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9940,9941,2000,working fulltime,64.0,yes,iap,10.0,mountain,0.0,1.0,2.0,,mountain,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9941,9942,2000,working fulltime,47.0,,iap,4.0,foreign,1.0,0.0,1.0,$20000 - 24999,mountain,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9942,9943,2000,working fulltime,66.0,no,iap,16.0,mountain,0.0,1.0,0.0,$25000 or more,mountain,2-3x a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9943,9944,2000,working fulltime,46.0,,iap,14.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9944,9945,2000,keeping house,36.0,no,iap,12.0,new england,0.0,0.0,0.0,lt $1000,new england,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9945,9946,2000,working fulltime,40.0,no,iap,12.0,new england,0.0,0.0,0.0,,new england,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9946,9947,2000,working fulltime,60.0,,iap,15.0,foreign,0.0,0.0,0.0,$20000 - 24999,new england,lt once a year,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9947,9948,2000,working parttime,22.0,,,9.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9948,9949,2000,working fulltime,49.0,no,,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9949,9950,2000,working fulltime,52.0,,,12.0,new england,0.0,2.0,0.0,$25000 or more,new england,2-3x a month,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9950,9951,2000,retired,22.0,,iap,12.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,sevrl times a yr,0,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9951,9952,2000,working fulltime,28.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,once a month,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9952,9953,2000,temp not working,51.0,yes,iap,13.0,new england,0.0,0.0,3.0,$25000 or more,new england,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9953,9954,2000,working fulltime,20.0,,,7.0,foreign,0.0,0.0,1.0,$20000 - 24999,new england,never,0,,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9954,9955,2000,working fulltime,66.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9955,9956,2000,working fulltime,47.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,new england,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9956,9957,2000,working fulltime,45.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9957,9958,2000,working fulltime,42.0,no,iap,12.0,new england,2.0,2.0,0.0,$25000 or more,new england,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9958,9959,2000,working fulltime,28.0,,iap,12.0,new england,0.0,1.0,0.0,$15000 - 19999,new england,never,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9959,9960,2000,retired,28.0,no,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9960,9961,2000,school,52.0,,,19.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9961,9962,2000,working parttime,47.0,no,iap,13.0,w. sou. central,0.0,3.0,0.0,$20000 - 24999,w. sou. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9962,9963,2000,working fulltime,40.0,yes,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,w. sou. central,never,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9963,9964,2000,working fulltime,60.0,no,iap,13.0,w. sou. central,1.0,3.0,0.0,$25000 or more,w. sou. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9964,9965,2000,working fulltime,50.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9965,9966,2000,working fulltime,45.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,,4.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9966,9967,2000,working parttime,25.0,,,14.0,mountain,0.0,0.0,0.0,$15000 - 19999,w. sou. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9967,9968,2000,working fulltime,52.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9968,9969,2000,working fulltime,32.0,,iap,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9969,9970,2000,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,w. sou. central,once a year,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9970,9971,2000,working fulltime,25.0,,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9971,9972,2000,working fulltime,47.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9972,9973,2000,working fulltime,47.0,,,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,0,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9973,9974,2000,working fulltime,49.0,no,iap,13.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9974,9975,2000,working fulltime,40.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9975,9976,2000,working fulltime,64.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9976,9977,2000,working fulltime,45.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9977,9978,2000,working fulltime,51.0,,iap,8.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,lt once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9978,9979,2000,working fulltime,65.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9979,9980,2000,working fulltime,49.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +9980,9981,2000,retired,51.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,iap,,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9981,9982,2000,working fulltime,51.0,,,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9982,9983,2000,school,51.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,,w. sou. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9983,9984,2000,working fulltime,59.0,no,iap,16.0,w. sou. central,0.0,0.0,3.0,$25000 or more,w. sou. central,,1,iap,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +9984,9985,2000,working fulltime,54.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9985,9986,2000,school,65.0,,,18.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9986,9987,2000,school,49.0,,,15.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +9987,9988,2000,working fulltime,47.0,yes,iap,13.0,pacific,0.0,2.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +9988,9989,2000,working fulltime,64.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9989,9990,2000,temp not working,51.0,,iap,15.0,mountain,,,,,w. sou. central,lt once a year,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +9990,9991,2000,working fulltime,34.0,no,iap,13.0,w. sou. central,,,,,w. sou. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9991,9992,2000,working fulltime,42.0,yes,yes,6.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9992,9993,2000,working fulltime,25.0,no,iap,13.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +9993,9994,2000,working fulltime,65.0,yes,iap,16.0,south atlantic,0.0,3.0,0.0,$25000 or more,south atlantic,once a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +9994,9995,2000,working fulltime,60.0,,,13.0,e. sou. central,1.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +9995,9996,2000,working fulltime,32.0,,iap,11.0,south atlantic,0.0,5.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +9996,9997,2000,working fulltime,33.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +9997,9998,2000,working fulltime,66.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +9998,9999,2000,working fulltime,36.0,,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,,1,iap,,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,1.0 +9999,10000,2000,working fulltime,29.0,,,12.0,pacific,2.0,1.0,0.0,,south atlantic,2-3x a month,1,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10000,10001,2000,working fulltime,29.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10001,10002,2000,working fulltime,44.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10002,10003,2000,working fulltime,57.0,,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10003,10004,2000,working fulltime,47.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10004,10005,2000,working parttime,34.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,iap,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10005,10006,2000,retired,22.0,yes,,8.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,nrly every week,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10006,10007,2000,working fulltime,42.0,,,14.0,middle atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,2-3x a month,1,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10007,10008,2000,retired,32.0,no,,10.0,south atlantic,0.0,1.0,0.0,,south atlantic,nrly every week,1,,3.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10008,10009,2000,working fulltime,57.0,,iap,15.0,south atlantic,0.0,1.0,1.0,$10000 - 14999,south atlantic,2-3x a month,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10009,10010,2000,working fulltime,22.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,,3.0,1,0.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10010,10011,2000,working fulltime,20.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10011,10012,2000,other,31.0,,,9.0,south atlantic,0.0,1.0,1.0,$6000 to 6999,south atlantic,lt once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10012,10013,2000,retired,,no,,10.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,1,,10.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10013,10014,2000,retired,17.0,yes,,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,2,,3.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10014,10015,2000,keeping house,31.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,,8.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10015,10016,2000,working fulltime,29.0,,,14.0,e. sou. central,1.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,2,iap,2.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10016,10017,2000,retired,23.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,2-3x a month,0,yes,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10017,10018,2000,working fulltime,57.0,,,13.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10018,10019,2000,retired,23.0,,iap,10.0,e. sou. central,0.0,0.0,1.0,$10000 - 14999,e. sou. central,never,1,,10.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10019,10020,2000,working fulltime,20.0,yes,iap,13.0,e. sou. central,1.0,0.0,0.0,$10000 - 14999,e. sou. central,once a month,1,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10020,10021,2000,working fulltime,20.0,,iap,12.0,e. sou. central,0.0,0.0,1.0,$15000 - 19999,e. sou. central,2-3x a month,1,iap,1.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10021,10022,2000,retired,30.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$1000 to 2999,e. sou. central,2-3x a month,1,iap,24.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10022,10023,2000,working fulltime,51.0,no,iap,14.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10023,10024,2000,other,49.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10024,10025,2000,working fulltime,31.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,1,,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10025,10026,2000,working fulltime,45.0,,,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10026,10027,2000,working parttime,31.0,,,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,2-3x a month,0,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10027,10028,2000,retired,34.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10028,10029,2000,working fulltime,60.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10029,10030,2000,temp not working,57.0,yes,iap,15.0,e. sou. central,0.0,2.0,0.0,,e. sou. central,every week,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10030,10031,2000,keeping house,47.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10031,10032,2000,working parttime,29.0,no,iap,15.0,e. sou. central,0.0,2.0,1.0,$20000 - 24999,e. sou. central,every week,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10032,10033,2000,school,33.0,,iap,12.0,e. sou. central,0.0,2.0,1.0,$1000 to 2999,e. sou. central,never,0,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10033,10034,2000,retired,36.0,yes,,6.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,never,0,,10.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10034,10035,2000,working fulltime,49.0,no,iap,14.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10035,10036,2000,working fulltime,65.0,no,iap,14.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10036,10037,2000,working fulltime,51.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10037,10038,2000,working fulltime,51.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10038,10039,2000,working fulltime,59.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,iap,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10039,10040,2000,retired,49.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10040,10041,2000,working fulltime,59.0,no,iap,18.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,nrly every week,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10041,10042,2000,keeping house,66.0,,,18.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10042,10043,2000,working fulltime,49.0,no,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10043,10044,2000,working fulltime,45.0,yes,,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10044,10045,2000,working fulltime,49.0,yes,iap,13.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,once a year,2,yes,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10045,10046,2000,working fulltime,27.0,no,iap,12.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10046,10047,2000,working fulltime,59.0,no,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,0,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10047,10048,2000,working fulltime,25.0,,iap,14.0,e. sou. central,0.0,1.0,2.0,$25000 or more,e. sou. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10048,10049,2000,working fulltime,44.0,no,iap,15.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10049,10050,2000,working fulltime,65.0,,iap,17.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10050,10051,2000,working fulltime,47.0,no,iap,13.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,once a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10051,10052,2000,working fulltime,51.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,e. sou. central,lt once a year,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10052,10053,2000,working fulltime,49.0,,,16.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,nrly every week,1,yes,6.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10053,10054,2000,working parttime,48.0,yes,iap,13.0,e. sou. central,0.0,1.0,1.0,,e. sou. central,lt once a year,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10054,10055,2000,"unempl, laid off",51.0,no,iap,15.0,e. nor. central,3.0,1.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10055,10056,2000,working fulltime,40.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10056,10057,2000,temp not working,39.0,,,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10057,10058,2000,working fulltime,30.0,yes,iap,11.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10058,10059,2000,working fulltime,35.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,3.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10059,10060,2000,working fulltime,31.0,,iap,12.0,e. sou. central,0.0,1.0,1.0,$20000 - 24999,e. sou. central,sevrl times a yr,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10060,10061,2000,temp not working,66.0,yes,iap,13.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,2,iap,1.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10061,10062,2000,keeping house,,no,,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10062,10063,2000,retired,47.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10063,10064,2000,working fulltime,30.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,,10.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10064,10065,2000,working fulltime,44.0,no,iap,13.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10065,10066,2000,working fulltime,51.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,0,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10066,10067,2000,working fulltime,39.0,,iap,10.0,w. sou. central,0.0,0.0,2.0,$20000 - 24999,e. sou. central,never,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10067,10068,2000,retired,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10068,10069,2000,working parttime,23.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10069,10070,2000,keeping house,46.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,yes,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10070,10071,2000,working fulltime,36.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,,4.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10071,10072,2000,working fulltime,74.0,no,iap,20.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10072,10073,2000,working parttime,36.0,no,iap,14.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10073,10074,2000,working fulltime,27.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10074,10075,2000,working parttime,35.0,,,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10075,10076,2000,working fulltime,59.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10076,10077,2000,working fulltime,51.0,no,iap,20.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,2,,4.0,1,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10077,10078,2000,working fulltime,51.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10078,10079,2000,working fulltime,28.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10079,10080,2000,retired,66.0,,,15.0,foreign,0.0,0.0,1.0,$20000 - 24999,middle atlantic,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10080,10081,2000,school,57.0,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10081,10082,2000,working fulltime,32.0,,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10082,10083,2000,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10083,10084,2000,keeping house,35.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10084,10085,2000,retired,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10085,10086,2000,keeping house,48.0,no,iap,16.0,middle atlantic,,,,$25000 or more,middle atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10086,10087,2000,retired,57.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10087,10088,2000,school,65.0,,,13.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,middle atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10088,10089,2000,working fulltime,68.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10089,10090,2000,working parttime,21.0,,yes,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10090,10091,2000,retired,34.0,no,iap,11.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10091,10092,2000,working parttime,29.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10092,10093,2000,working parttime,46.0,,,18.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10093,10094,2000,working parttime,29.0,,,11.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10094,10095,2000,working fulltime,41.0,,,12.0,middle atlantic,1.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10095,10096,2000,working fulltime,34.0,,,11.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10096,10097,2000,retired,41.0,,iap,8.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,never,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10097,10098,2000,working fulltime,42.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,8.0,1,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10098,10099,2000,working fulltime,35.0,,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10099,10100,2000,working parttime,22.0,,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10100,10101,2000,school,47.0,,,20.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10101,10102,2000,keeping house,36.0,no,iap,17.0,middle atlantic,3.0,1.0,0.0,$25000 or more,middle atlantic,nrly every week,0,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10102,10103,2000,temp not working,21.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10103,10104,2000,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10104,10105,2000,working fulltime,65.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10105,10106,2000,working fulltime,40.0,no,iap,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,once a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10106,10107,2000,working parttime,34.0,yes,iap,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10107,10108,2000,working fulltime,51.0,no,iap,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,once a month,2,yes,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10108,10109,2000,working fulltime,65.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,yes,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10109,10110,2000,working fulltime,24.0,,iap,12.0,middle atlantic,1.0,0.0,1.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10110,10111,2000,working parttime,29.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10111,10112,2000,working fulltime,69.0,yes,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10112,10113,2000,working fulltime,65.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10113,10114,2000,keeping house,,,,10.0,south atlantic,4.0,0.0,0.0,$3000 to 3999,e. sou. central,never,1,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10114,10115,2000,working parttime,51.0,,iap,12.0,e. sou. central,3.0,0.0,0.0,$3000 to 3999,e. sou. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10115,10116,2000,working fulltime,36.0,,iap,8.0,e. sou. central,0.0,0.0,1.0,$5000 to 5999,e. sou. central,never,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10116,10117,2000,keeping house,,,,12.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,never,2,,6.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10117,10118,2000,keeping house,,,,10.0,e. sou. central,1.0,2.0,0.0,$1000 to 2999,e. sou. central,,1,iap,,0,1.0,1,,1,1,,,,0,0,0,1,0,0,0,1.0 +10118,10119,2000,keeping house,,,,10.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,lt once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10119,10120,2000,working fulltime,28.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,0,,5.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10120,10121,2000,keeping house,33.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10121,10122,2000,working fulltime,51.0,yes,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10122,10123,2000,working fulltime,30.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10123,10124,2000,keeping house,36.0,no,iap,12.0,e. sou. central,1.0,1.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10124,10125,2000,retired,28.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10125,10126,2000,keeping house,54.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10126,10127,2000,working fulltime,42.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,0,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10127,10128,2000,working fulltime,36.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$20000 - 24999,e. sou. central,nrly every week,1,yes,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10128,10129,2000,working fulltime,31.0,,iap,12.0,e. sou. central,0.0,0.0,2.0,$20000 - 24999,e. sou. central,2-3x a month,1,yes,0.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10129,10130,2000,working fulltime,51.0,,iap,16.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10130,10131,2000,retired,52.0,,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10131,10132,2000,working fulltime,40.0,,iap,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a month,1,iap,6.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10132,10133,2000,working fulltime,59.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10133,10134,2000,retired,42.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,lt once a year,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10134,10135,2000,retired,,no,iap,8.0,e. sou. central,0.0,1.0,2.0,,e. sou. central,never,2,,2.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10135,10136,2000,other,32.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,nrly every week,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10136,10137,2000,working fulltime,49.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10137,10138,2000,working fulltime,60.0,no,iap,17.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10138,10139,2000,working parttime,66.0,,,16.0,south atlantic,1.0,0.0,1.0,$8000 to 9999,w. sou. central,never,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10139,10140,2000,working fulltime,52.0,yes,iap,16.0,foreign,0.0,0.0,1.0,$25000 or more,w. sou. central,every week,1,yes,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10140,10141,2000,working fulltime,33.0,,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10141,10142,2000,working fulltime,49.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,w. sou. central,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10142,10143,2000,"unempl, laid off",51.0,no,iap,14.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,once a year,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10143,10144,2000,working fulltime,44.0,,,11.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10144,10145,2000,retired,46.0,no,,14.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10145,10146,2000,"unempl, laid off",24.0,no,,12.0,pacific,3.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,1,,10.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10146,10147,2000,working parttime,49.0,,,14.0,e. nor. central,0.0,2.0,0.0,,w. sou. central,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10147,10148,2000,keeping house,66.0,no,iap,14.0,w. sou. central,0.0,4.0,1.0,$25000 or more,w. sou. central,every week,1,iap,4.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10148,10149,2000,working parttime,30.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,0,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10149,10150,2000,working fulltime,51.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,1.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10150,10151,2000,retired,64.0,no,,18.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10151,10152,2000,keeping house,65.0,no,iap,11.0,pacific,0.0,0.0,0.0,$20000 - 24999,w. sou. central,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10152,10153,2000,working fulltime,44.0,no,iap,12.0,w. sou. central,2.0,1.0,0.0,$25000 or more,w. sou. central,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10153,10154,2000,working parttime,29.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10154,10155,2000,retired,20.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10155,10156,2000,working parttime,24.0,,,12.0,w. sou. central,0.0,2.0,0.0,$3000 to 3999,w. sou. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10156,10157,2000,working fulltime,64.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10157,10158,2000,keeping house,46.0,no,iap,14.0,mountain,0.0,0.0,0.0,,w. sou. central,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10158,10159,2000,working fulltime,51.0,,iap,17.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10159,10160,2000,retired,72.0,no,iap,20.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10160,10161,2000,retired,65.0,no,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10161,10162,2000,working fulltime,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10162,10163,2000,keeping house,,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10163,10164,2000,retired,44.0,yes,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10164,10165,2000,retired,75.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10165,10166,2000,keeping house,46.0,no,,15.0,e. nor. central,0.0,0.0,0.0,,south atlantic,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10166,10167,2000,retired,49.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10167,10168,2000,working fulltime,38.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,0,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10168,10169,2000,working parttime,17.0,no,iap,16.0,south atlantic,2.0,1.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,,5.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10169,10170,2000,retired,64.0,no,,16.0,w. nor. central,0.0,0.0,0.0,,south atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10170,10171,2000,working fulltime,34.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10171,10172,2000,working fulltime,27.0,,,14.0,south atlantic,0.0,1.0,0.0,$10000 - 14999,south atlantic,once a year,1,iap,4.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10172,10173,2000,working fulltime,61.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10173,10174,2000,working fulltime,49.0,yes,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10174,10175,2000,working fulltime,22.0,,,15.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10175,10176,2000,retired,46.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,,1,iap,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0, +10176,10177,2000,working fulltime,66.0,no,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10177,10178,2000,working parttime,66.0,no,iap,16.0,pacific,1.0,1.0,0.0,$20000 - 24999,south atlantic,never,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10178,10179,2000,working fulltime,64.0,no,iap,19.0,south atlantic,,,,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10179,10180,2000,working fulltime,50.0,,,15.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10180,10181,2000,working fulltime,60.0,,,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10181,10182,2000,working fulltime,32.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10182,10183,2000,keeping house,29.0,,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10183,10184,2000,working fulltime,48.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a month,1,,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10184,10185,2000,working fulltime,48.0,no,iap,14.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,,2,yes,,1,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +10185,10186,2000,keeping house,,no,iap,8.0,south atlantic,2.0,0.0,0.0,$5000 to 5999,south atlantic,never,2,,10.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10186,10187,2000,working fulltime,34.0,,,5.0,foreign,1.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,20.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10187,10188,2000,working fulltime,39.0,,,18.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10188,10189,2000,retired,30.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,yes,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10189,10190,2000,working fulltime,35.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10190,10191,2000,working fulltime,51.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10191,10192,2000,working fulltime,41.0,no,iap,18.0,e. nor. central,,,,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10192,10193,2000,keeping house,60.0,yes,iap,11.0,middle atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10193,10194,2000,working parttime,28.0,no,iap,14.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10194,10195,2000,working fulltime,63.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10195,10196,2000,working fulltime,64.0,,iap,18.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10196,10197,2000,working fulltime,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10197,10198,2000,temp not working,25.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10198,10199,2000,working parttime,69.0,,,16.0,new england,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10199,10200,2000,working parttime,74.0,,,17.0,foreign,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10200,10201,2000,working fulltime,66.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10201,10202,2000,working fulltime,34.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10202,10203,2000,working parttime,30.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10203,10204,2000,working fulltime,58.0,,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10204,10205,2000,working parttime,23.0,no,iap,17.0,south atlantic,1.0,0.0,0.0,,south atlantic,2-3x a month,2,yes,1.0,1,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10205,10206,2000,working fulltime,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10206,10207,2000,working fulltime,51.0,,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10207,10208,2000,working fulltime,64.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10208,10209,2000,working fulltime,55.0,,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10209,10210,2000,working fulltime,32.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,1.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10210,10211,2000,working fulltime,47.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10211,10212,2000,working parttime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10212,10213,2000,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10213,10214,2000,working fulltime,40.0,no,,15.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10214,10215,2000,working fulltime,40.0,,,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,2,,6.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10215,10216,2000,working fulltime,64.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,,4.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10216,10217,2000,working fulltime,62.0,no,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,,2,iap,,1,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +10217,10218,2000,retired,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10218,10219,2000,working fulltime,31.0,,,12.0,middle atlantic,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10219,10220,2000,"unempl, laid off",17.0,,,3.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,,0,,,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0, +10220,10221,2000,keeping house,31.0,,iap,12.0,e. nor. central,2.0,1.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10221,10222,2000,working fulltime,51.0,no,iap,13.0,south atlantic,2.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10222,10223,2000,working fulltime,65.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10223,10224,2000,working fulltime,65.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10224,10225,2000,working fulltime,46.0,,yes,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10225,10226,2000,working fulltime,40.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10226,10227,2000,working fulltime,86.0,yes,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10227,10228,2000,working fulltime,42.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,lt once a year,0,iap,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10228,10229,2000,working fulltime,31.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10229,10230,2000,working fulltime,86.0,,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10230,10231,2000,working fulltime,74.0,,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,yes,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10231,10232,2000,working fulltime,28.0,,iap,12.0,w. sou. central,,,,$20000 - 24999,w. sou. central,sevrl times a yr,1,yes,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10232,10233,2000,working fulltime,42.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,,5.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10233,10234,2000,retired,,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10234,10235,2000,keeping house,23.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,,5.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10235,10236,2000,working fulltime,51.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10236,10237,2000,working fulltime,45.0,yes,iap,10.0,w. sou. central,1.0,1.0,2.0,$25000 or more,w. sou. central,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10237,10238,2000,keeping house,46.0,no,,15.0,w. sou. central,2.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10238,10239,2000,working fulltime,42.0,no,,13.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,2.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10239,10240,2000,working parttime,40.0,,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10240,10241,2000,keeping house,,no,iap,16.0,w. sou. central,1.0,0.0,0.0,,w. sou. central,every week,2,,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10241,10242,2000,keeping house,46.0,yes,yes,12.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,0.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10242,10243,2000,retired,48.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10243,10244,2000,working parttime,44.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10244,10245,2000,working fulltime,40.0,,,14.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,every week,1,,6.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10245,10246,2000,keeping house,30.0,no,,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,,8.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10246,10247,2000,keeping house,20.0,,,14.0,south atlantic,1.0,2.0,0.0,$10000 - 14999,south atlantic,more thn once wk,1,,4.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10247,10248,2000,working fulltime,51.0,,iap,11.0,south atlantic,1.0,1.0,0.0,$20000 - 24999,south atlantic,never,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10248,10249,2000,keeping house,30.0,,iap,12.0,south atlantic,1.0,1.0,0.0,$15000 - 19999,south atlantic,2-3x a month,1,iap,8.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10249,10250,2000,working fulltime,39.0,yes,iap,10.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,never,2,iap,5.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10250,10251,2000,working fulltime,46.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10251,10252,2000,working fulltime,60.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10252,10253,2000,working fulltime,22.0,no,iap,10.0,foreign,2.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10253,10254,2000,keeping house,34.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10254,10255,2000,retired,42.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10255,10256,2000,temp not working,64.0,no,iap,18.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10256,10257,2000,working fulltime,49.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10257,10258,2000,working fulltime,33.0,,,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10258,10259,2000,working parttime,30.0,,,11.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,once a month,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10259,10260,2000,working fulltime,64.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10260,10261,2000,working fulltime,47.0,,,16.0,middle atlantic,,,,$25000 or more,south atlantic,,2,,5.0,1,1.0,1,,1,1,,,,0,0,0,1,0,0,0, +10261,10262,2000,working fulltime,66.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10262,10263,2000,retired,,no,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,iap,5.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10263,10264,2000,working fulltime,47.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10264,10265,2000,working parttime,42.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10265,10266,2000,working parttime,47.0,yes,iap,15.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10266,10267,2000,keeping house,36.0,yes,iap,12.0,mountain,3.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10267,10268,2000,working fulltime,36.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10268,10269,2000,working fulltime,47.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10269,10270,2000,working fulltime,38.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10270,10271,2000,keeping house,32.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10271,10272,2000,working fulltime,49.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10272,10273,2000,keeping house,47.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10273,10274,2000,working fulltime,74.0,no,iap,19.0,middle atlantic,1.0,1.0,0.0,,e. nor. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10274,10275,2000,working fulltime,86.0,no,iap,20.0,middle atlantic,0.0,0.0,3.0,$25000 or more,e. nor. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10275,10276,2000,working fulltime,40.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10276,10277,2000,keeping house,30.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,0,,12.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10277,10278,2000,keeping house,32.0,yes,,11.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10278,10279,2000,keeping house,,,,12.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,e. nor. central,never,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10279,10280,2000,working fulltime,30.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10280,10281,2000,retired,63.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10281,10282,2000,working fulltime,51.0,,,13.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10282,10283,2000,keeping house,,,iap,12.0,e. nor. central,0.0,2.0,0.0,lt $1000,e. nor. central,sevrl times a yr,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10283,10284,2000,"unempl, laid off",74.0,,,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10284,10285,2000,working fulltime,,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10285,10286,2000,working fulltime,42.0,,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,0.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10286,10287,2000,working fulltime,51.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10287,10288,2000,working fulltime,46.0,no,iap,12.0,e. nor. central,3.0,1.0,1.0,$25000 or more,e. nor. central,once a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10288,10289,2000,working fulltime,74.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10289,10290,2000,working parttime,65.0,no,iap,13.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10290,10291,2000,working fulltime,51.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10291,10292,2000,working parttime,25.0,,,9.0,e. nor. central,1.0,0.0,1.0,$15000 - 19999,e. nor. central,once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10292,10293,2000,working fulltime,30.0,yes,iap,12.0,foreign,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10293,10294,2000,working fulltime,66.0,no,,17.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10294,10295,2000,temp not working,57.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10295,10296,2000,working fulltime,17.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,,1,iap,2.0,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0, +10296,10297,2000,working fulltime,30.0,,iap,13.0,e. nor. central,0.0,2.0,0.0,$15000 - 19999,e. nor. central,lt once a year,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10297,10298,2000,other,35.0,yes,iap,8.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10298,10299,2000,working fulltime,42.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10299,10300,2000,working fulltime,28.0,no,,13.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10300,10301,2000,working fulltime,64.0,,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10301,10302,2000,school,39.0,,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10302,10303,2000,working fulltime,44.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10303,10304,2000,working fulltime,45.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10304,10305,2000,retired,33.0,,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10305,10306,2000,working fulltime,35.0,,,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10306,10307,2000,working fulltime,22.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,0,,12.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10307,10308,2000,working fulltime,44.0,no,iap,11.0,south atlantic,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10308,10309,2000,working parttime,28.0,,yes,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10309,10310,2000,working parttime,44.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10310,10311,2000,working fulltime,60.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10311,10312,2000,working fulltime,,yes,iap,18.0,middle atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10312,10313,2000,retired,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10313,10314,2000,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10314,10315,2000,working fulltime,60.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10315,10316,2000,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10316,10317,2000,keeping house,,no,iap,12.0,south atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10317,10318,2000,working fulltime,60.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10318,10319,2000,keeping house,,no,iap,15.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,,1,iap,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +10319,10320,2000,working parttime,32.0,no,iap,15.0,south atlantic,,,,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10320,10321,2000,working fulltime,51.0,no,iap,16.0,middle atlantic,,,,$25000 or more,south atlantic,once a year,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10321,10322,2000,retired,59.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10322,10323,2000,"unempl, laid off",42.0,yes,,8.0,middle atlantic,0.0,0.0,0.0,,south atlantic,never,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10323,10324,2000,retired,46.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10324,10325,2000,retired,51.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,5.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10325,10326,2000,working fulltime,86.0,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10326,10327,2000,working fulltime,46.0,,,14.0,south atlantic,,,,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10327,10328,2000,retired,31.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10328,10329,2000,working fulltime,53.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10329,10330,2000,working fulltime,57.0,no,iap,14.0,foreign,1.0,0.0,0.0,$20000 - 24999,south atlantic,every week,2,iap,,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10330,10331,2000,working fulltime,49.0,,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10331,10332,2000,working fulltime,63.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10332,10333,2000,working fulltime,48.0,,iap,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10333,10334,2000,working fulltime,36.0,no,iap,14.0,foreign,0.0,0.0,1.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10334,10335,2000,working fulltime,22.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10335,10336,2000,working fulltime,23.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10336,10337,2000,keeping house,73.0,,iap,14.0,e. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10337,10338,2000,working fulltime,31.0,no,iap,12.0,foreign,1.0,4.0,0.0,$20000 - 24999,w. nor. central,nrly every week,0,iap,,0,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10338,10339,2000,working fulltime,51.0,,iap,12.0,w. nor. central,0.0,0.0,2.0,$10000 - 14999,w. nor. central,more thn once wk,1,iap,2.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10339,10340,2000,working fulltime,33.0,yes,iap,12.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10340,10341,2000,keeping house,22.0,no,iap,12.0,w. sou. central,0.0,0.0,2.0,$20000 - 24999,w. nor. central,every week,0,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10341,10342,2000,working fulltime,22.0,no,iap,10.0,w. nor. central,0.0,1.0,1.0,$20000 - 24999,w. nor. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10342,10343,2000,keeping house,42.0,no,iap,15.0,w. nor. central,1.0,2.0,3.0,$25000 or more,w. nor. central,nrly every week,1,,8.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10343,10344,2000,keeping house,47.0,yes,iap,12.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10344,10345,2000,working fulltime,36.0,,,12.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,once a month,1,iap,1.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10345,10346,2000,working fulltime,44.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10346,10347,2000,working fulltime,36.0,,,14.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10347,10348,2000,"unempl, laid off",40.0,,,11.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10348,10349,2000,working fulltime,23.0,no,iap,12.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10349,10350,2000,retired,36.0,,,8.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,yes,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10350,10351,2000,retired,42.0,no,,8.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10351,10352,2000,retired,24.0,,iap,11.0,w. sou. central,1.0,0.0,0.0,$15000 - 19999,w. nor. central,more thn once wk,1,yes,,0,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10352,10353,2000,working fulltime,52.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,,5.0,1,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10353,10354,2000,working fulltime,39.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,1,yes,2.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10354,10355,2000,other,40.0,,,13.0,w. nor. central,0.0,0.0,1.0,,w. nor. central,once a year,0,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10355,10356,2000,working fulltime,43.0,,,12.0,w. nor. central,0.0,2.0,1.0,$10000 - 14999,w. nor. central,never,1,iap,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10356,10357,2000,retired,33.0,yes,iap,14.0,w. nor. central,1.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,2,,2.0,1,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10357,10358,2000,retired,44.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,2-3x a month,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10358,10359,2000,other,24.0,,,13.0,mountain,0.0,0.0,0.0,$5000 to 5999,mountain,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10359,10360,2000,working fulltime,44.0,,,18.0,pacific,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10360,10361,2000,working parttime,41.0,,,13.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10361,10362,2000,working fulltime,48.0,,,17.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10362,10363,2000,working fulltime,51.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a year,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10363,10364,2000,working fulltime,43.0,,,18.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10364,10365,2000,school,,,,11.0,mountain,2.0,0.0,0.0,$10000 - 14999,mountain,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10365,10366,2000,working fulltime,64.0,,,17.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,mountain,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10366,10367,2000,working fulltime,73.0,,,20.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10367,10368,2000,working fulltime,24.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,iap,5.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10368,10369,2000,working fulltime,47.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10369,10370,2000,working fulltime,34.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10370,10371,2000,other,61.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,mountain,never,0,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10371,10372,2000,working fulltime,65.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10372,10373,2000,working fulltime,51.0,no,iap,11.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,never,2,,4.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10373,10374,2000,other,,,,16.0,mountain,0.0,0.0,0.0,$5000 to 5999,mountain,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10374,10375,2000,working fulltime,28.0,,iap,13.0,mountain,0.0,0.0,0.0,$8000 to 9999,mountain,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10375,10376,2000,working fulltime,41.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10376,10377,2000,"unempl, laid off",40.0,no,iap,11.0,foreign,0.0,1.0,0.0,$15000 - 19999,mountain,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10377,10378,2000,retired,34.0,no,,11.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10378,10379,2000,retired,40.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,,2,yes,,1,0.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +10379,10380,2000,working fulltime,49.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10380,10381,2000,working fulltime,59.0,yes,,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10381,10382,2000,working fulltime,47.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10382,10383,2000,retired,33.0,no,,12.0,mountain,0.0,0.0,0.0,$4000 to 4999,mountain,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10383,10384,2000,working fulltime,45.0,no,,14.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10384,10385,2000,working fulltime,55.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10385,10386,2000,keeping house,17.0,,,8.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,8.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10386,10387,2000,working fulltime,32.0,,yes,8.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10387,10388,2000,working parttime,29.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10388,10389,2000,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10389,10390,2000,working fulltime,17.0,no,iap,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10390,10391,2000,working fulltime,60.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10391,10392,2000,retired,64.0,no,iap,8.0,foreign,,,,,e. nor. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10392,10393,2000,retired,34.0,no,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10393,10394,2000,retired,51.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10394,10395,2000,working fulltime,39.0,no,iap,13.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10395,10396,2000,working fulltime,51.0,no,iap,14.0,e. nor. central,3.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10396,10397,2000,keeping house,36.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,4.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10397,10398,2000,working fulltime,44.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10398,10399,2000,keeping house,,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10399,10400,2000,working fulltime,37.0,,,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10400,10401,2000,keeping house,34.0,,,12.0,south atlantic,1.0,0.0,1.0,$25000 or more,south atlantic,never,1,,4.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10401,10402,2000,working parttime,47.0,,,11.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,south atlantic,2-3x a month,0,,3.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10402,10403,2000,retired,23.0,yes,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10403,10404,2000,working fulltime,44.0,yes,,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,iap,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10404,10405,2000,working fulltime,23.0,no,,12.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,once a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10405,10406,2000,working fulltime,42.0,,iap,13.0,south atlantic,0.0,0.0,2.0,$10000 - 14999,south atlantic,once a month,1,yes,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10406,10407,2000,working fulltime,47.0,,iap,14.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,2,iap,4.0,1,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10407,10408,2000,retired,23.0,yes,,7.0,south atlantic,1.0,1.0,0.0,,south atlantic,sevrl times a yr,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10408,10409,2000,retired,39.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,0.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10409,10410,2000,working parttime,24.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,4.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10410,10411,2000,retired,48.0,,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10411,10412,2000,retired,31.0,no,,6.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,,4.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10412,10413,2000,"unempl, laid off",46.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10413,10414,2000,retired,66.0,,iap,16.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10414,10415,2000,working fulltime,74.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,,2,,0.0,1,0.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +10415,10416,2000,keeping house,66.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10416,10417,2000,working fulltime,51.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10417,10418,2000,working parttime,32.0,,,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,,2,yes,,1,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +10418,10419,2000,retired,47.0,,iap,16.0,pacific,0.0,0.0,0.0,,pacific,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10419,10420,2000,working fulltime,57.0,,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,0.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10420,10421,2000,working fulltime,39.0,,,15.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10421,10422,2000,working fulltime,45.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10422,10423,2000,working fulltime,64.0,no,,20.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10423,10424,2000,school,27.0,,,14.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,lt once a year,0,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10424,10425,2000,working fulltime,33.0,,,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10425,10426,2000,temp not working,48.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10426,10427,2000,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10427,10428,2000,working fulltime,32.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10428,10429,2000,working fulltime,35.0,,,11.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,pacific,every week,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10429,10430,2000,retired,51.0,no,iap,8.0,mountain,0.0,0.0,0.0,,pacific,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10430,10431,2000,working fulltime,73.0,no,iap,17.0,pacific,0.0,1.0,2.0,$25000 or more,pacific,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10431,10432,2000,working fulltime,51.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,4.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10432,10433,2000,working fulltime,64.0,no,iap,18.0,mountain,2.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10433,10434,2000,working fulltime,74.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10434,10435,2000,working fulltime,65.0,no,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,pacific,once a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10435,10436,2000,working fulltime,36.0,no,iap,14.0,w. sou. central,2.0,0.0,0.0,$25000 or more,pacific,every week,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10436,10437,2000,keeping house,42.0,no,iap,13.0,middle atlantic,0.0,1.0,1.0,$25000 or more,pacific,once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10437,10438,2000,retired,,no,,12.0,pacific,0.0,1.0,1.0,,pacific,more thn once wk,1,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10438,10439,2000,retired,24.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,pacific,once a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10439,10440,2000,keeping house,30.0,no,iap,12.0,pacific,2.0,1.0,0.0,$25000 or more,pacific,never,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10440,10441,2000,working fulltime,44.0,yes,iap,16.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10441,10442,2000,working fulltime,51.0,yes,iap,12.0,mountain,0.0,0.0,0.0,,pacific,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10442,10443,2000,working fulltime,66.0,,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10443,10444,2000,working fulltime,61.0,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,nrly every week,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10444,10445,2000,working fulltime,51.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,,1.0,1,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10445,10446,2000,working fulltime,41.0,no,,16.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,sevrl times a yr,0,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10446,10447,2000,working fulltime,30.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10447,10448,2000,keeping house,35.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10448,10449,2000,working fulltime,66.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10449,10450,2000,working fulltime,60.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10450,10451,2000,working fulltime,22.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10451,10452,2000,working fulltime,22.0,yes,iap,12.0,middle atlantic,,,,$25000 or more,middle atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10452,10453,2000,retired,33.0,no,,10.0,e. nor. central,0.0,0.0,0.0,,middle atlantic,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10453,10454,2000,keeping house,65.0,,iap,12.0,middle atlantic,1.0,1.0,0.0,$3000 to 3999,middle atlantic,sevrl times a yr,0,,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10454,10455,2000,keeping house,66.0,no,iap,18.0,middle atlantic,,,,$10000 - 14999,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10455,10456,2000,keeping house,,no,,7.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10456,10457,2000,retired,44.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10457,10458,2000,keeping house,,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,,10.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10458,10459,2000,working fulltime,33.0,,,12.0,middle atlantic,0.0,0.0,2.0,,middle atlantic,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10459,10460,2000,working fulltime,34.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10460,10461,2000,working fulltime,45.0,,iap,12.0,middle atlantic,0.0,2.0,2.0,$15000 - 19999,middle atlantic,lt once a year,0,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10461,10462,2000,working fulltime,31.0,yes,iap,10.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,never,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10462,10463,2000,other,24.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10463,10464,2000,working parttime,74.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,,5.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10464,10465,2000,keeping house,22.0,,iap,,south atlantic,3.0,0.0,0.0,,south atlantic,sevrl times a yr,2,,5.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10465,10466,2000,retired,47.0,no,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10466,10467,2000,working fulltime,31.0,,iap,14.0,south atlantic,1.0,0.0,1.0,,south atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10467,10468,2000,other,,,,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10468,10469,2000,working fulltime,41.0,,iap,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10469,10470,2000,retired,60.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,5.0,1,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10470,10471,2000,retired,30.0,yes,iap,8.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,12.0,1,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10471,10472,2000,working fulltime,22.0,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10472,10473,2000,working fulltime,44.0,,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10473,10474,2000,working fulltime,57.0,,,12.0,south atlantic,0.0,1.0,2.0,,south atlantic,never,1,,8.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10474,10475,2000,retired,,no,iap,,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10475,10476,2000,working parttime,36.0,,,11.0,south atlantic,0.0,1.0,0.0,$20000 - 24999,south atlantic,never,1,iap,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10476,10477,2000,keeping house,,,,9.0,south atlantic,0.0,0.0,3.0,,south atlantic,never,1,,8.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10477,10478,2000,keeping house,22.0,,iap,9.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10478,10479,2000,"unempl, laid off",20.0,,iap,12.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,never,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10479,10480,2000,other,,,iap,14.0,south atlantic,0.0,0.0,1.0,$8000 to 9999,south atlantic,never,1,iap,5.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10480,10481,2000,working fulltime,22.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10481,10482,2000,working fulltime,29.0,,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10482,10483,2000,retired,,,,12.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,more thn once wk,1,iap,,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10483,10484,2000,working fulltime,74.0,no,iap,19.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10484,10485,2000,working fulltime,51.0,no,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10485,10486,2000,working fulltime,51.0,no,iap,16.0,pacific,,,,$25000 or more,south atlantic,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10486,10487,2000,working parttime,25.0,,iap,12.0,south atlantic,0.0,1.0,1.0,$4000 to 4999,south atlantic,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10487,10488,2000,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10488,10489,2000,keeping house,51.0,no,iap,15.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10489,10490,2000,working fulltime,35.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10490,10491,2000,working fulltime,47.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10491,10492,2000,working fulltime,40.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10492,10493,2000,retired,47.0,yes,iap,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10493,10494,2000,retired,34.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10494,10495,2000,working fulltime,49.0,yes,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10495,10496,2000,working fulltime,51.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10496,10497,2000,retired,46.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,,pacific,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10497,10498,2000,working fulltime,73.0,,,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10498,10499,2000,keeping house,,no,iap,13.0,foreign,0.0,0.0,0.0,,pacific,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10499,10500,2000,working fulltime,35.0,,,9.0,pacific,1.0,0.0,0.0,$15000 - 19999,pacific,sevrl times a yr,2,iap,5.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10500,10501,2000,working parttime,48.0,,iap,15.0,w. sou. central,0.0,1.0,1.0,$10000 - 14999,pacific,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10501,10502,2000,working fulltime,21.0,,,13.0,e. nor. central,,,,$10000 - 14999,pacific,,1,,3.0,0,0.0,1,,1,1,,,,0,0,0,1,0,0,0,1.0 +10502,10503,2000,working fulltime,49.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,,pacific,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10503,10504,2000,working fulltime,52.0,yes,,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10504,10505,2000,working fulltime,25.0,,,20.0,new england,0.0,0.0,0.0,$20000 - 24999,pacific,once a month,2,,0.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10505,10506,2000,working fulltime,28.0,,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10506,10507,2000,working fulltime,69.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10507,10508,2000,"unempl, laid off",49.0,yes,iap,16.0,e. sou. central,1.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10508,10509,2000,working fulltime,56.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10509,10510,2000,working fulltime,51.0,,,13.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10510,10511,2000,working fulltime,36.0,no,iap,12.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,never,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10511,10512,2000,working fulltime,65.0,,iap,18.0,foreign,0.0,1.0,0.0,$25000 or more,pacific,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10512,10513,2000,keeping house,66.0,yes,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,pacific,more thn once wk,1,iap,3.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10513,10514,2000,working fulltime,33.0,,iap,13.0,foreign,2.0,1.0,0.0,$15000 - 19999,pacific,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10514,10515,2000,working parttime,23.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10515,10516,2000,working fulltime,47.0,no,,14.0,foreign,0.0,1.0,0.0,$15000 - 19999,pacific,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10516,10517,2000,keeping house,46.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10517,10518,2000,working parttime,46.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10518,10519,2000,working fulltime,51.0,no,iap,14.0,middle atlantic,0.0,1.0,1.0,$25000 or more,mountain,once a year,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10519,10520,2000,school,,,,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,yes,10.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10520,10521,2000,working fulltime,59.0,no,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10521,10522,2000,working fulltime,51.0,no,iap,18.0,middle atlantic,0.0,1.0,0.0,$25000 or more,mountain,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10522,10523,2000,working fulltime,49.0,no,,16.0,mountain,1.0,2.0,0.0,$25000 or more,mountain,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10523,10524,2000,other,34.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10524,10525,2000,working fulltime,27.0,,,11.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,sevrl times a yr,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10525,10526,2000,working fulltime,40.0,,,10.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10526,10527,2000,working fulltime,59.0,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10527,10528,2000,working fulltime,64.0,,,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10528,10529,2000,working fulltime,53.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,,10.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10529,10530,2000,working fulltime,51.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10530,10531,2000,school,,,,13.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,mountain,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10531,10532,2000,working fulltime,26.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10532,10533,2000,working fulltime,59.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10533,10534,2000,school,,,iap,15.0,foreign,0.0,0.0,0.0,lt $1000,mountain,never,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10534,10535,2000,working fulltime,65.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10535,10536,2000,"unempl, laid off",,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10536,10537,2000,"unempl, laid off",44.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,0,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10537,10538,2000,working fulltime,34.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10538,10539,2000,school,,,,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,w. nor. central,,1,iap,,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +10539,10540,2000,working parttime,39.0,,,15.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10540,10541,2000,working parttime,29.0,,,13.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10541,10542,2000,working fulltime,58.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10542,10543,2000,working fulltime,47.0,,,14.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10543,10544,2000,working parttime,74.0,,,13.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10544,10545,2000,working parttime,34.0,,,12.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,w. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10545,10546,2000,working parttime,54.0,,,12.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10546,10547,2000,working parttime,35.0,,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,lt once a year,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10547,10548,2000,working fulltime,47.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10548,10549,2000,working fulltime,51.0,no,iap,20.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10549,10550,2000,working fulltime,55.0,,,16.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10550,10551,2000,working fulltime,30.0,,,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,iap,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10551,10552,2000,working fulltime,49.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10552,10553,2000,working fulltime,47.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,,1,,3.0,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +10553,10554,2000,temp not working,66.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10554,10555,2000,working parttime,51.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,0,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10555,10556,2000,working fulltime,74.0,no,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,,1,,2.0,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +10556,10557,2000,working fulltime,39.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10557,10558,2000,working parttime,53.0,yes,iap,14.0,foreign,1.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10558,10559,2000,working fulltime,32.0,,,13.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10559,10560,2000,working fulltime,44.0,,,16.0,e. nor. central,0.0,0.0,0.0,,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10560,10561,2000,working fulltime,41.0,yes,,12.0,pacific,0.0,0.0,1.0,$25000 or more,w. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10561,10562,2000,working fulltime,47.0,,,13.0,w. nor. central,0.0,3.0,1.0,$25000 or more,w. nor. central,once a year,1,,4.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10562,10563,2000,retired,33.0,no,,12.0,e. nor. central,0.0,0.0,0.0,lt $1000,w. nor. central,more thn once wk,0,,0.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10563,10564,2000,working fulltime,31.0,,,13.0,w. nor. central,1.0,0.0,0.0,$5000 to 5999,w. nor. central,sevrl times a yr,2,iap,2.0,1,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10564,10565,2000,keeping house,,,,12.0,w. nor. central,2.0,1.0,0.0,lt $1000,w. nor. central,lt once a year,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10565,10566,2000,keeping house,29.0,,,12.0,w. nor. central,2.0,1.0,0.0,$8000 to 9999,w. nor. central,lt once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10566,10567,2000,working fulltime,66.0,,,10.0,w. nor. central,2.0,1.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,0,iap,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10567,10568,2000,working fulltime,42.0,,,11.0,w. nor. central,1.0,1.0,0.0,$10000 - 14999,w. nor. central,never,0,,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10568,10569,2000,temp not working,42.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10569,10570,2000,working fulltime,42.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,never,2,,7.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10570,10571,2000,working fulltime,22.0,no,iap,12.0,w. nor. central,0.0,1.0,0.0,$10000 - 14999,w. nor. central,once a year,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10571,10572,2000,other,23.0,,,12.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,never,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10572,10573,2000,other,,,,11.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,lt once a year,1,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10573,10574,2000,temp not working,57.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,iap,4.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10574,10575,2000,working fulltime,41.0,yes,iap,16.0,w. nor. central,0.0,5.0,2.0,$25000 or more,w. nor. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10575,10576,2000,keeping house,46.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10576,10577,2000,keeping house,,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10577,10578,2000,working fulltime,64.0,,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10578,10579,2000,working fulltime,32.0,,yes,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,w. nor. central,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10579,10580,2000,working fulltime,47.0,,iap,16.0,foreign,0.0,1.0,0.0,$25000 or more,w. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10580,10581,2000,keeping house,64.0,no,iap,18.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10581,10582,2000,keeping house,44.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10582,10583,2000,working parttime,64.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10583,10584,2000,working fulltime,51.0,yes,iap,12.0,new england,0.0,2.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10584,10585,2000,retired,47.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10585,10586,2000,keeping house,63.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,,south atlantic,lt once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10586,10587,2000,working fulltime,51.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10587,10588,2000,working fulltime,51.0,,yes,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10588,10589,2000,working parttime,51.0,no,iap,18.0,new england,0.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10589,10590,2000,working fulltime,51.0,yes,iap,15.0,e. sou. central,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10590,10591,2000,working fulltime,30.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10591,10592,2000,working fulltime,64.0,no,iap,16.0,south atlantic,3.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10592,10593,2000,working fulltime,40.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10593,10594,2000,working fulltime,31.0,no,iap,14.0,foreign,1.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10594,10595,2000,keeping house,55.0,no,iap,12.0,pacific,0.0,0.0,0.0,,south atlantic,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10595,10596,2000,working fulltime,51.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10596,10597,2000,keeping house,39.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,5.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10597,10598,2000,working fulltime,36.0,,,12.0,e. nor. central,0.0,0.0,0.0,,south atlantic,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10598,10599,2000,working fulltime,50.0,,iap,12.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10599,10600,2000,working fulltime,60.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10600,10601,2000,working fulltime,51.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10601,10602,2000,working fulltime,28.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10602,10603,2000,temp not working,43.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10603,10604,2000,working fulltime,43.0,no,iap,17.0,foreign,1.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10604,10605,2000,working parttime,46.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,3.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10605,10606,2000,working fulltime,31.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10606,10607,2000,working fulltime,51.0,,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10607,10608,2000,working fulltime,36.0,no,iap,13.0,middle atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,more thn once wk,2,,3.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10608,10609,2000,other,42.0,,iap,7.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10609,10610,2000,retired,36.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10610,10611,2000,retired,30.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,lt once a year,0,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10611,10612,2000,temp not working,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10612,10613,2000,working fulltime,40.0,,iap,12.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,every week,0,iap,3.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10613,10614,2000,working fulltime,64.0,,iap,12.0,south atlantic,0.0,1.0,0.0,$20000 - 24999,south atlantic,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10614,10615,2000,working fulltime,27.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10615,10616,2000,working fulltime,60.0,,,11.0,south atlantic,0.0,2.0,0.0,,south atlantic,every week,1,,0.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10616,10617,2000,retired,24.0,,iap,2.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10617,10618,2000,working fulltime,32.0,no,,8.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,1,iap,2.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10618,10619,2000,working fulltime,31.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,once a year,1,,8.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10619,10620,2000,working fulltime,33.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,3.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10620,10621,2000,working fulltime,35.0,,iap,14.0,e. sou. central,,,,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10621,10622,2000,working parttime,46.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,6.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10622,10623,2000,retired,40.0,no,,6.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,1,yes,3.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10623,10624,2000,working fulltime,38.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10624,10625,2000,keeping house,36.0,no,iap,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,south atlantic,nrly every week,2,,5.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10625,10626,2000,working fulltime,29.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,21.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10626,10627,2000,working fulltime,24.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10627,10628,2000,working parttime,29.0,yes,iap,13.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,every week,1,yes,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10628,10629,2000,working fulltime,45.0,,,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,3.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10629,10630,2000,working fulltime,49.0,,,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10630,10631,2000,keeping house,63.0,yes,iap,16.0,e. sou. central,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10631,10632,2000,working fulltime,49.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,1.0,1,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10632,10633,2000,working fulltime,59.0,no,iap,18.0,pacific,0.0,0.0,2.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10633,10634,2000,school,51.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10634,10635,2000,working fulltime,75.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10635,10636,2000,working fulltime,51.0,no,iap,18.0,e. nor. central,0.0,1.0,2.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10636,10637,2000,working fulltime,72.0,,,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10637,10638,2000,working parttime,31.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10638,10639,2000,working fulltime,40.0,no,iap,14.0,w. sou. central,0.0,2.0,0.0,$25000 or more,south atlantic,lt once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10639,10640,2000,working parttime,66.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10640,10641,2000,working fulltime,35.0,,iap,12.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,once a month,1,yes,12.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10641,10642,2000,working fulltime,60.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10642,10643,2000,working fulltime,69.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10643,10644,2000,retired,33.0,yes,iap,8.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10644,10645,2000,retired,22.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,nrly every week,2,yes,,1,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10645,10646,2000,working parttime,36.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,6.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10646,10647,2000,retired,61.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10647,10648,2000,working fulltime,56.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10648,10649,2000,keeping house,,yes,iap,10.0,south atlantic,0.0,1.0,0.0,$10000 - 14999,south atlantic,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10649,10650,2000,retired,23.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10650,10651,2000,retired,75.0,no,,16.0,foreign,0.0,0.0,0.0,$8000 to 9999,new england,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10651,10652,2000,retired,32.0,no,,7.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,new england,sevrl times a yr,1,iap,15.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10652,10653,2000,retired,46.0,no,,10.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,new england,,1,iap,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +10653,10654,2000,retired,,no,,8.0,new england,0.0,0.0,0.0,$6000 to 6999,new england,,1,,8.0,0,0.0,1,,1,1,,,,0,0,0,1,0,0,0,0.0 +10654,10655,2000,retired,24.0,,,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,new england,never,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10655,10656,2000,retired,46.0,no,,12.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,new england,,1,iap,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +10656,10657,2000,retired,43.0,no,iap,14.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,once a month,2,,6.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10657,10658,2000,working fulltime,74.0,no,iap,16.0,new england,1.0,0.0,0.0,$25000 or more,new england,every week,1,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10658,10659,2000,retired,69.0,no,,16.0,new england,0.0,0.0,0.0,,new england,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10659,10660,2000,keeping house,30.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10660,10661,2000,working fulltime,51.0,yes,iap,12.0,new england,0.0,1.0,1.0,$25000 or more,new england,once a year,2,iap,4.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10661,10662,2000,working fulltime,66.0,yes,iap,14.0,middle atlantic,1.0,0.0,0.0,,new england,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10662,10663,2000,working parttime,39.0,no,,14.0,new england,0.0,0.0,0.0,,new england,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10663,10664,2000,working fulltime,44.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,new england,once a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10664,10665,2000,working fulltime,61.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10665,10666,2000,school,54.0,,,17.0,mountain,0.0,0.0,0.0,$10000 - 14999,new england,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10666,10667,2000,working fulltime,61.0,,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10667,10668,2000,keeping house,30.0,yes,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,,3.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10668,10669,2000,retired,47.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10669,10670,2000,working parttime,51.0,yes,iap,14.0,new england,1.0,1.0,0.0,,new england,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10670,10671,2000,working fulltime,62.0,no,iap,16.0,new england,1.0,0.0,0.0,$25000 or more,new england,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10671,10672,2000,temp not working,51.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10672,10673,2000,retired,34.0,,,12.0,new england,0.0,0.0,0.0,,new england,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10673,10674,2000,school,52.0,,,16.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,new england,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10674,10675,2000,working fulltime,66.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10675,10676,2000,working fulltime,32.0,,iap,18.0,new england,0.0,2.0,1.0,$25000 or more,new england,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10676,10677,2000,retired,33.0,,,11.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,lt once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10677,10678,2000,keeping house,,,,14.0,new england,1.0,3.0,0.0,$15000 - 19999,new england,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10678,10679,2000,working fulltime,51.0,no,iap,14.0,new england,0.0,0.0,0.0,,new england,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10679,10680,2000,working fulltime,40.0,,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10680,10681,2000,working fulltime,51.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10681,10682,2000,working fulltime,36.0,,,12.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,lt once a year,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10682,10683,2000,working fulltime,51.0,,iap,18.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,lt once a year,0,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10683,10684,2000,working fulltime,34.0,no,iap,13.0,new england,2.0,0.0,0.0,$25000 or more,new england,lt once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10684,10685,2000,working fulltime,39.0,no,iap,11.0,new england,0.0,1.0,0.0,,new england,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10685,10686,2000,keeping house,22.0,no,,11.0,new england,0.0,0.0,0.0,$1000 to 2999,new england,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10686,10687,2000,working fulltime,22.0,,,12.0,foreign,0.0,0.0,0.0,$25000 or more,new england,lt once a year,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10687,10688,2000,retired,36.0,no,,9.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10688,10689,2000,working fulltime,33.0,,,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10689,10690,2000,working fulltime,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,3.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10690,10691,2000,working fulltime,66.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,3.0,1,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10691,10692,2000,working fulltime,51.0,no,iap,13.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10692,10693,2000,working fulltime,34.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10693,10694,2000,working fulltime,69.0,,iap,16.0,foreign,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10694,10695,2000,working fulltime,66.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10695,10696,2000,working fulltime,74.0,yes,iap,16.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10696,10697,2000,working fulltime,,,,17.0,middle atlantic,0.0,0.0,0.0,,south atlantic,once a month,2,iap,2.0,1,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10697,10698,2000,keeping house,42.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10698,10699,2000,working fulltime,42.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10699,10700,2000,working fulltime,74.0,no,iap,20.0,foreign,0.0,1.0,0.0,$25000 or more,south atlantic,never,0,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10700,10701,2000,working fulltime,48.0,,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,,1,,1.0,0,0.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +10701,10702,2000,working fulltime,42.0,,,13.0,south atlantic,0.0,1.0,0.0,,south atlantic,lt once a year,0,,6.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10702,10703,2000,working fulltime,35.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,,2,,2.0,1,1.0,0,,0,0,,,,0,0,0,1,0,0,0,1.0 +10703,10704,2000,keeping house,64.0,no,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10704,10705,2000,working fulltime,39.0,,iap,11.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10705,10706,2000,working fulltime,42.0,yes,yes,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,5.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10706,10707,2000,working fulltime,45.0,,,14.0,south atlantic,,,,,south atlantic,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10707,10708,2000,school,63.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10708,10709,2000,working fulltime,42.0,no,iap,12.0,foreign,0.0,1.0,0.0,$25000 or more,south atlantic,once a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10709,10710,2000,working fulltime,60.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10710,10711,2000,working fulltime,74.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10711,10712,2000,retired,66.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10712,10713,2000,retired,74.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10713,10714,2000,working fulltime,48.0,,iap,14.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,every week,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10714,10715,2000,working fulltime,63.0,,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10715,10716,2000,working fulltime,61.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10716,10717,2000,working fulltime,22.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10717,10718,2000,working fulltime,46.0,,,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10718,10719,2000,working fulltime,49.0,,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10719,10720,2000,retired,86.0,no,,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10720,10721,2000,working fulltime,23.0,,,12.0,e. sou. central,0.0,0.0,0.0,,south atlantic,every week,2,iap,4.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10721,10722,2000,working fulltime,51.0,no,iap,14.0,south atlantic,0.0,1.0,0.0,,south atlantic,sevrl times a yr,2,,5.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10722,10723,2000,"unempl, laid off",42.0,no,iap,16.0,foreign,1.0,0.0,0.0,,south atlantic,more thn once wk,2,iap,,1,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10723,10724,2000,working fulltime,22.0,,iap,12.0,e. sou. central,1.0,1.0,1.0,$10000 - 14999,e. sou. central,2-3x a month,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10724,10725,2000,working fulltime,33.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,iap,5.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +10725,10726,2000,working fulltime,20.0,,,11.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10726,10727,2000,retired,31.0,,,4.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,,2,iap,,1,1.0,1,,0,0,,,,0,0,0,1,0,0,0, +10727,10728,2000,retired,57.0,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,2,,2.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10728,10729,2000,working parttime,42.0,,,12.0,e. nor. central,0.0,1.0,0.0,$8000 to 9999,e. sou. central,2-3x a month,1,iap,6.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10729,10730,2000,retired,36.0,no,,4.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10730,10731,2000,working fulltime,39.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,,1.0,0,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10731,10732,2000,working fulltime,66.0,no,,15.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,every week,2,,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10732,10733,2000,keeping house,31.0,yes,,11.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,2-3x a month,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10733,10734,2000,retired,,no,,8.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,more thn once wk,0,,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10734,10735,2000,retired,24.0,,iap,3.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,never,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10735,10736,2000,retired,,no,,9.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,,1,,5.0,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +10736,10737,2000,working fulltime,66.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10737,10738,2000,keeping house,28.0,,yes,8.0,e. sou. central,1.0,0.0,0.0,$8000 to 9999,e. sou. central,lt once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10738,10739,2000,keeping house,28.0,no,,10.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,,1,,1.0,0,1.0,1,,1,1,,,,0,0,0,1,0,0,0,0.0 +10739,10740,2000,retired,30.0,no,,11.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,1,yes,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10740,10741,2000,keeping house,59.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,6.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10741,10742,2000,working fulltime,32.0,,,16.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10742,10743,2000,keeping house,,no,iap,9.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10743,10744,2000,keeping house,,no,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,nrly every week,0,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10744,10745,2000,retired,42.0,no,,12.0,e. sou. central,1.0,0.0,1.0,$20000 - 24999,e. sou. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10745,10746,2000,working fulltime,29.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10746,10747,2000,"unempl, laid off",49.0,yes,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,mountain,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10747,10748,2000,working parttime,24.0,,,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a month,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10748,10749,2000,temp not working,34.0,,,12.0,mountain,0.0,0.0,0.0,,mountain,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10749,10750,2000,school,23.0,,,12.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10750,10751,2000,working fulltime,24.0,no,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10751,10752,2000,working fulltime,36.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10752,10753,2000,working fulltime,47.0,,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,mountain,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10753,10754,2000,working fulltime,69.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10754,10755,2000,temp not working,40.0,,iap,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10755,10756,2000,working parttime,51.0,no,iap,16.0,new england,2.0,0.0,0.0,$15000 - 19999,mountain,more thn once wk,2,iap,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10756,10757,2000,working fulltime,51.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10757,10758,2000,working fulltime,51.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10758,10759,2000,working fulltime,51.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10759,10760,2000,working parttime,19.0,,,11.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10760,10761,2000,working fulltime,69.0,,,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10761,10762,2000,working fulltime,21.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10762,10763,2000,working fulltime,68.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,,2,iap,,1,0.0,0,,0,0,,,,0,0,0,1,0,0,0, +10763,10764,2000,working fulltime,66.0,,iap,16.0,foreign,0.0,0.0,1.0,$25000 or more,mountain,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10764,10765,2000,school,,,,13.0,mountain,0.0,5.0,1.0,$4000 to 4999,mountain,,1,,0.0,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +10765,10766,2000,keeping house,,no,iap,12.0,mountain,2.0,1.0,1.0,$3000 to 3999,mountain,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10766,10767,2000,keeping house,,,iap,10.0,mountain,0.0,1.0,1.0,$4000 to 4999,mountain,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10767,10768,2000,school,57.0,,,16.0,middle atlantic,0.0,0.0,0.0,lt $1000,mountain,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10768,10769,2000,working fulltime,30.0,no,iap,12.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10769,10770,2000,working fulltime,52.0,no,iap,20.0,mountain,1.0,2.0,2.0,$25000 or more,mountain,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10770,10771,2000,retired,46.0,no,,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10771,10772,2000,working fulltime,49.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10772,10773,2000,keeping house,28.0,no,iap,12.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10773,10774,2000,school,74.0,,,13.0,mountain,0.0,0.0,1.0,,mountain,once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10774,10775,2000,"unempl, laid off",52.0,,,16.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,nrly every week,2,,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10775,10776,2000,working fulltime,51.0,no,iap,16.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,3.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10776,10777,2000,working parttime,21.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10777,10778,2000,working fulltime,30.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10778,10779,2000,retired,44.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,mountain,more thn once wk,2,,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10779,10780,2000,retired,46.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10780,10781,2000,retired,46.0,no,,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10781,10782,2000,working fulltime,42.0,,,16.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10782,10783,2000,working fulltime,64.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10783,10784,2000,working fulltime,60.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10784,10785,2000,working fulltime,35.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,lt once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10785,10786,2000,working fulltime,57.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10786,10787,2000,working fulltime,42.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10787,10788,2000,other,21.0,,iap,13.0,mountain,0.0,0.0,0.0,$7000 to 7999,mountain,never,0,yes,7.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10788,10789,2000,working fulltime,52.0,no,iap,19.0,mountain,0.0,0.0,0.0,,mountain,,2,,,1,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +10789,10790,2000,working fulltime,33.0,,,15.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10790,10791,2000,working fulltime,45.0,no,iap,13.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10791,10792,2000,working fulltime,28.0,no,iap,12.0,mountain,1.0,0.0,0.0,$20000 - 24999,mountain,lt once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10792,10793,2000,retired,28.0,no,,11.0,mountain,0.0,0.0,0.0,$6000 to 6999,mountain,never,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10793,10794,2000,keeping house,23.0,no,iap,6.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10794,10795,2000,working fulltime,49.0,no,iap,15.0,middle atlantic,0.0,0.0,1.0,$25000 or more,mountain,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10795,10796,2000,temp not working,51.0,yes,iap,14.0,new england,0.0,0.0,1.0,$25000 or more,new england,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10796,10797,2000,working fulltime,51.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,new england,every week,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10797,10798,2000,working parttime,66.0,,,16.0,new england,1.0,0.0,0.0,$25000 or more,new england,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10798,10799,2000,working parttime,26.0,,,13.0,new england,0.0,0.0,1.0,$25000 or more,new england,once a month,1,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10799,10800,2000,temp not working,49.0,no,iap,14.0,new england,0.0,2.0,0.0,$25000 or more,new england,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10800,10801,2000,working fulltime,49.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10801,10802,2000,working fulltime,34.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10802,10803,2000,working fulltime,47.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10803,10804,2000,working fulltime,44.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10804,10805,2000,working fulltime,29.0,no,iap,12.0,new england,0.0,0.0,0.0,$8000 to 9999,new england,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10805,10806,2000,working fulltime,49.0,yes,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10806,10807,2000,retired,30.0,no,iap,7.0,new england,1.0,0.0,0.0,,new england,sevrl times a yr,0,,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10807,10808,2000,working fulltime,51.0,,yes,20.0,e. nor. central,0.0,2.0,1.0,$25000 or more,new england,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10808,10809,2000,keeping house,48.0,no,iap,13.0,new england,2.0,0.0,0.0,$25000 or more,new england,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10809,10810,2000,working parttime,60.0,no,iap,14.0,new england,0.0,1.0,0.0,$25000 or more,new england,never,0,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10810,10811,2000,keeping house,31.0,no,iap,12.0,new england,4.0,0.0,0.0,$25000 or more,new england,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10811,10812,2000,working fulltime,22.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10812,10813,2000,working parttime,29.0,,,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10813,10814,2000,working fulltime,36.0,no,iap,14.0,new england,0.0,0.0,1.0,$25000 or more,new england,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10814,10815,2000,retired,74.0,no,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10815,10816,2000,retired,58.0,no,,13.0,middle atlantic,0.0,0.0,0.0,,new england,once a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10816,10817,2000,retired,60.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,7.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10817,10818,2000,retired,60.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,,south atlantic,every week,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10818,10819,2000,keeping house,28.0,,iap,14.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,south atlantic,lt once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10819,10820,2000,working fulltime,30.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10820,10821,2000,working fulltime,32.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10821,10822,2000,retired,51.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10822,10823,2000,working fulltime,46.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10823,10824,2000,working fulltime,29.0,no,iap,14.0,south atlantic,,,,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10824,10825,2000,temp not working,51.0,yes,iap,13.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10825,10826,2000,temp not working,22.0,yes,iap,8.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10826,10827,2000,retired,40.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,0,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10827,10828,2000,retired,42.0,no,iap,5.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,2,,10.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10828,10829,2000,keeping house,43.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10829,10830,2000,retired,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10830,10831,2000,other,39.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10831,10832,2000,working fulltime,66.0,no,iap,17.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10832,10833,2000,working parttime,33.0,no,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10833,10834,2000,working fulltime,36.0,,,10.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10834,10835,2000,working fulltime,35.0,yes,iap,13.0,e. nor. central,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10835,10836,2000,working fulltime,32.0,no,,13.0,south atlantic,3.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10836,10837,2000,working fulltime,39.0,no,iap,10.0,south atlantic,1.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10837,10838,2000,keeping house,43.0,yes,iap,16.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,every week,2,iap,0.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10838,10839,2000,working fulltime,42.0,no,iap,11.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,once a month,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10839,10840,2000,working fulltime,66.0,,iap,16.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10840,10841,2000,working fulltime,45.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10841,10842,2000,working fulltime,69.0,no,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10842,10843,2000,working fulltime,64.0,yes,iap,20.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,2,yes,2.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10843,10844,2000,other,34.0,yes,iap,12.0,south atlantic,2.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10844,10845,2000,school,39.0,,,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,yes,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10845,10846,2000,keeping house,36.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,,south atlantic,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10846,10847,2000,retired,28.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10847,10848,2000,working fulltime,45.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10848,10849,2000,working fulltime,22.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10849,10850,2000,retired,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10850,10851,2000,retired,39.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10851,10852,2000,working parttime,60.0,,,12.0,foreign,0.0,0.0,1.0,$20000 - 24999,south atlantic,every week,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10852,10853,2000,working fulltime,60.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,,1,yes,0.0,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0, +10853,10854,2000,"unempl, laid off",51.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10854,10855,2000,working fulltime,47.0,no,iap,12.0,mountain,0.0,2.0,0.0,,e. nor. central,never,2,,12.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10855,10856,2000,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10856,10857,2000,working parttime,32.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10857,10858,2000,retired,22.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10858,10859,2000,keeping house,,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10859,10860,2000,working fulltime,50.0,no,iap,13.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10860,10861,2000,working parttime,22.0,,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10861,10862,2000,working fulltime,31.0,no,,13.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10862,10863,2000,retired,23.0,no,,13.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,0,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10863,10864,2000,working fulltime,51.0,yes,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10864,10865,2000,retired,74.0,yes,iap,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10865,10866,2000,working fulltime,22.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10866,10867,2000,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10867,10868,2000,working fulltime,40.0,no,iap,12.0,foreign,0.0,0.0,0.0,lt $1000,e. nor. central,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10868,10869,2000,working fulltime,40.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10869,10870,2000,working fulltime,62.0,no,iap,15.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10870,10871,2000,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10871,10872,2000,retired,74.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10872,10873,2000,working fulltime,47.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10873,10874,2000,keeping house,33.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10874,10875,2000,working parttime,30.0,,iap,8.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10875,10876,2000,retired,69.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10876,10877,2000,working fulltime,49.0,,,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10877,10878,2000,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10878,10879,2000,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,0,,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10879,10880,2000,keeping house,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10880,10881,2000,keeping house,29.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10881,10882,2000,working fulltime,66.0,no,,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10882,10883,2000,keeping house,32.0,no,,9.0,e. sou. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10883,10884,2000,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10884,10885,2000,working fulltime,42.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10885,10886,2000,keeping house,35.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,6.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10886,10887,2000,working fulltime,57.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10887,10888,2000,retired,36.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10888,10889,2000,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a month,1,,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10889,10890,2000,retired,30.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,,e. nor. central,every week,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10890,10891,2000,retired,41.0,yes,iap,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10891,10892,2000,keeping house,28.0,no,yes,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10892,10893,2000,keeping house,23.0,no,,12.0,e. nor. central,1.0,0.0,1.0,$25000 or more,e. nor. central,lt once a year,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10893,10894,2000,school,35.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10894,10895,2000,retired,36.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,2-3x a month,2,yes,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10895,10896,2000,working fulltime,35.0,,iap,11.0,e. nor. central,0.0,0.0,1.0,$20000 - 24999,e. nor. central,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10896,10897,2000,retired,51.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,never,0,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10897,10898,2000,working fulltime,66.0,no,iap,17.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,more thn once wk,0,,0.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10898,10899,2000,working fulltime,24.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,every week,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10899,10900,2000,retired,44.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10900,10901,2000,working fulltime,36.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10901,10902,2000,working parttime,74.0,,,17.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,,1,iap,,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +10902,10903,2000,school,28.0,,,16.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10903,10904,2000,school,21.0,,,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10904,10905,2000,working parttime,64.0,,iap,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10905,10906,2000,working parttime,64.0,no,iap,16.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10906,10907,2000,retired,64.0,no,,17.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,nrly every week,2,iap,3.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10907,10908,2000,working fulltime,74.0,no,,20.0,foreign,0.0,1.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10908,10909,2000,school,29.0,,,14.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10909,10910,2000,school,29.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10910,10911,2000,school,,,,15.0,w. nor. central,1.0,0.0,0.0,$7000 to 7999,w. nor. central,never,0,,6.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10911,10912,2000,retired,51.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10912,10913,2000,school,51.0,,iap,17.0,w. nor. central,1.0,0.0,0.0,$10000 - 14999,w. nor. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10913,10914,2000,working fulltime,65.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10914,10915,2000,working fulltime,22.0,,,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10915,10916,2000,working fulltime,30.0,yes,iap,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a year,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10916,10917,2000,working parttime,25.0,,,15.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10917,10918,2000,working parttime,32.0,,iap,18.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,more thn once wk,2,iap,2.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10918,10919,2000,school,21.0,,,16.0,w. sou. central,0.0,0.0,0.0,,w. nor. central,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10919,10920,2000,working parttime,21.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,iap,14.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10920,10921,2000,working parttime,25.0,,,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10921,10922,2000,working fulltime,33.0,,,16.0,foreign,0.0,0.0,0.0,$15000 - 19999,w. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10922,10923,2000,working parttime,38.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10923,10924,2000,working fulltime,64.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10924,10925,2000,school,40.0,,,15.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10925,10926,2000,working parttime,74.0,,,19.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10926,10927,2000,other,36.0,yes,iap,11.0,e. sou. central,0.0,1.0,1.0,$20000 - 24999,e. sou. central,once a year,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10927,10928,2000,retired,36.0,,iap,6.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10928,10929,2000,working fulltime,35.0,no,iap,12.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10929,10930,2000,working fulltime,40.0,no,iap,12.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. sou. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10930,10931,2000,retired,30.0,no,iap,7.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a year,1,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10931,10932,2000,other,28.0,,iap,10.0,e. sou. central,1.0,0.0,1.0,$8000 to 9999,e. sou. central,never,1,yes,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10932,10933,2000,working parttime,23.0,,,5.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10933,10934,2000,working parttime,35.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10934,10935,2000,keeping house,49.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,never,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10935,10936,2000,working fulltime,51.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10936,10937,2000,working parttime,23.0,no,iap,10.0,e. sou. central,1.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,2,,2.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10937,10938,2000,working parttime,40.0,no,,8.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +10938,10939,2000,working fulltime,44.0,yes,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10939,10940,2000,working fulltime,49.0,no,iap,13.0,e. sou. central,2.0,1.0,0.0,$25000 or more,e. sou. central,once a year,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10940,10941,2000,working fulltime,22.0,,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,never,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10941,10942,2000,working fulltime,36.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10942,10943,2000,keeping house,29.0,no,,12.0,e. nor. central,0.0,1.0,0.0,,e. sou. central,lt once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10943,10944,2000,other,50.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10944,10945,2000,working fulltime,42.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10945,10946,2000,working fulltime,51.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10946,10947,2000,other,28.0,no,iap,9.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10947,10948,2000,keeping house,28.0,no,iap,10.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,more thn once wk,1,yes,6.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10948,10949,2000,other,30.0,no,iap,12.0,e. sou. central,0.0,2.0,0.0,,e. sou. central,nrly every week,1,,6.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +10949,10950,2000,retired,30.0,no,,7.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10950,10951,2000,keeping house,47.0,yes,iap,13.0,pacific,0.0,1.0,1.0,$10000 - 14999,e. sou. central,lt once a year,1,yes,15.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10951,10952,2000,working fulltime,44.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10952,10953,2000,working fulltime,38.0,,iap,12.0,e. sou. central,0.0,1.0,0.0,$20000 - 24999,e. sou. central,sevrl times a yr,2,,12.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10953,10954,2000,keeping house,29.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,6.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10954,10955,2000,working fulltime,69.0,no,iap,16.0,e. sou. central,0.0,2.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10955,10956,2000,working fulltime,64.0,yes,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +10956,10957,2000,working fulltime,42.0,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10957,10958,2000,working parttime,51.0,,,14.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10958,10959,2000,keeping house,21.0,,iap,12.0,w. sou. central,1.0,1.0,0.0,$1000 to 2999,w. sou. central,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10959,10960,2000,"unempl, laid off",29.0,,,10.0,w. sou. central,1.0,0.0,0.0,lt $1000,w. sou. central,once a year,2,iap,4.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +10960,10961,2000,"unempl, laid off",22.0,,,14.0,w. sou. central,0.0,0.0,1.0,$5000 to 5999,w. sou. central,sevrl times a yr,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10961,10962,2000,"unempl, laid off",35.0,,,12.0,w. sou. central,1.0,0.0,0.0,,w. sou. central,2-3x a month,1,,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10962,10963,2000,keeping house,37.0,,,8.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,2-3x a month,0,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10963,10964,2000,other,23.0,,iap,8.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,lt once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10964,10965,2000,keeping house,20.0,,,9.0,w. sou. central,0.0,0.0,1.0,$3000 to 3999,w. sou. central,every week,0,,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10965,10966,2000,keeping house,,,,9.0,w. sou. central,0.0,0.0,1.0,$6000 to 6999,w. sou. central,2-3x a month,0,iap,3.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10966,10967,2000,keeping house,23.0,no,,4.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,sevrl times a yr,0,iap,1.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10967,10968,2000,keeping house,29.0,,,9.0,w. sou. central,0.0,0.0,3.0,$10000 - 14999,w. sou. central,sevrl times a yr,0,,8.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10968,10969,2000,keeping house,29.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +10969,10970,2000,working fulltime,51.0,,iap,14.0,w. sou. central,2.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10970,10971,2000,other,42.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,0,iap,,0,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10971,10972,2000,working fulltime,45.0,no,iap,14.0,w. sou. central,0.0,0.0,2.0,,w. sou. central,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10972,10973,2000,working parttime,23.0,,,6.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,lt once a year,0,iap,0.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10973,10974,2000,working fulltime,57.0,,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10974,10975,2000,"unempl, laid off",36.0,,,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,0,,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10975,10976,2000,keeping house,64.0,no,,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,2,,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +10976,10977,2000,working fulltime,39.0,no,iap,13.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10977,10978,2000,working fulltime,30.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10978,10979,2000,working fulltime,34.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10979,10980,2000,working fulltime,42.0,,iap,13.0,e. nor. central,0.0,3.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10980,10981,2000,working fulltime,60.0,no,iap,15.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10981,10982,2000,working fulltime,27.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10982,10983,2000,retired,27.0,no,yes,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10983,10984,2000,working fulltime,33.0,yes,iap,12.0,e. nor. central,0.0,0.0,3.0,$25000 or more,e. nor. central,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +10984,10985,2000,working fulltime,50.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10985,10986,2000,keeping house,,no,iap,13.0,e. nor. central,0.0,0.0,3.0,$20000 - 24999,e. nor. central,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10986,10987,2000,retired,40.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,,1,yes,,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +10987,10988,2000,working fulltime,51.0,no,iap,15.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10988,10989,2000,temp not working,49.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10989,10990,2000,working fulltime,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10990,10991,2000,keeping house,22.0,,iap,12.0,e. nor. central,1.0,1.0,1.0,$6000 to 6999,e. nor. central,never,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10991,10992,2000,working parttime,22.0,,,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +10992,10993,2000,retired,42.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,once a year,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +10993,10994,2000,working fulltime,44.0,no,iap,10.0,e. nor. central,1.0,1.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +10994,10995,2000,working fulltime,49.0,yes,iap,16.0,e. nor. central,1.0,2.0,2.0,$25000 or more,e. nor. central,2-3x a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10995,10996,2000,keeping house,30.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +10996,10997,2000,working fulltime,51.0,no,iap,16.0,foreign,1.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +10997,10998,2000,working fulltime,30.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +10998,10999,2000,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,1,yes,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +10999,11000,2000,retired,40.0,no,,9.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11000,11001,2000,working fulltime,59.0,no,iap,14.0,e. nor. central,1.0,0.0,1.0,$25000 or more,e. nor. central,once a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11001,11002,2000,working parttime,46.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11002,11003,2000,working parttime,40.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,1,,2.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11003,11004,2000,keeping house,53.0,no,iap,12.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,every week,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11004,11005,2000,keeping house,51.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11005,11006,2000,school,51.0,,,13.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,,1,iap,,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0,1.0 +11006,11007,2000,working fulltime,33.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11007,11008,2000,retired,47.0,yes,iap,8.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11008,11009,2000,working fulltime,40.0,,iap,14.0,w. nor. central,0.0,2.0,0.0,$15000 - 19999,w. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11009,11010,2000,retired,35.0,,iap,9.0,w. nor. central,0.0,0.0,0.0,$3000 to 3999,w. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11010,11011,2000,working fulltime,60.0,no,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11011,11012,2000,working fulltime,69.0,no,,16.0,w. nor. central,1.0,2.0,0.0,$25000 or more,w. nor. central,every week,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11012,11013,2000,working fulltime,49.0,no,iap,13.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11013,11014,2000,working fulltime,60.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11014,11015,2000,working fulltime,74.0,no,iap,20.0,w. nor. central,0.0,2.0,1.0,$25000 or more,w. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11015,11016,2000,retired,47.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,6.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11016,11017,2000,keeping house,43.0,no,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11017,11018,2000,working fulltime,60.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11018,11019,2000,working fulltime,51.0,yes,iap,15.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11019,11020,2000,working parttime,69.0,no,iap,15.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11020,11021,2000,working fulltime,47.0,no,,15.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,nrly every week,1,yes,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11021,11022,2000,keeping house,41.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,iap,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11022,11023,2000,working fulltime,74.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11023,11024,2000,working fulltime,22.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11024,11025,2000,retired,32.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,,2,,,1,0.0,0,,1,0,,,,0,0,0,1,0,0,0, +11025,11026,2000,working fulltime,49.0,no,iap,16.0,w. nor. central,0.0,2.0,0.0,,w. nor. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11026,11027,2000,temp not working,69.0,yes,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11027,11028,2000,working fulltime,40.0,yes,yes,14.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11028,11029,2000,retired,66.0,yes,,8.0,pacific,0.0,0.0,0.0,$8000 to 9999,e. sou. central,never,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11029,11030,2000,working fulltime,51.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11030,11031,2000,keeping house,28.0,no,iap,17.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11031,11032,2000,working fulltime,29.0,,,13.0,e. sou. central,1.0,2.0,0.0,$6000 to 6999,e. sou. central,2-3x a month,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11032,11033,2000,working fulltime,28.0,no,,14.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11033,11034,2000,working fulltime,29.0,,,15.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a month,1,yes,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +11034,11035,2000,working fulltime,24.0,,,14.0,e. sou. central,1.0,0.0,0.0,$7000 to 7999,e. sou. central,2-3x a month,1,,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11035,11036,2000,working fulltime,40.0,yes,iap,14.0,e. sou. central,0.0,3.0,1.0,$20000 - 24999,e. sou. central,sevrl times a yr,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11036,11037,2000,retired,,yes,,8.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,every week,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11037,11038,2000,working fulltime,30.0,no,iap,10.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11038,11039,2000,retired,22.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11039,11040,2000,keeping house,,no,iap,9.0,e. sou. central,2.0,0.0,0.0,$8000 to 9999,e. sou. central,nrly every week,0,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11040,11041,2000,retired,,yes,yes,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11041,11042,2000,keeping house,64.0,no,iap,16.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +11042,11043,2000,working fulltime,31.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11043,11044,2000,working fulltime,47.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11044,11045,2000,working fulltime,47.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11045,11046,2000,working fulltime,33.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,yes,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11046,11047,2000,keeping house,39.0,,yes,11.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,lt once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11047,11048,2000,working fulltime,40.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11048,11049,2000,keeping house,33.0,,iap,12.0,w. nor. central,1.0,2.0,0.0,$3000 to 3999,w. nor. central,once a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11049,11050,2000,working fulltime,32.0,,iap,12.0,south atlantic,0.0,2.0,1.0,$10000 - 14999,w. nor. central,every week,1,iap,10.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11050,11051,2000,working fulltime,36.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,,0,yes,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +11051,11052,2000,retired,51.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11052,11053,2000,retired,51.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,yes,6.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +11053,11054,2000,working fulltime,51.0,yes,iap,9.0,w. sou. central,,,,$25000 or more,w. nor. central,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11054,11055,2000,retired,51.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11055,11056,2000,working parttime,32.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,nrly every week,1,iap,7.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11056,11057,2000,working fulltime,37.0,no,iap,12.0,w. nor. central,0.0,3.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11057,11058,2000,temp not working,21.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11058,11059,2000,working parttime,49.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11059,11060,2000,working parttime,40.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11060,11061,2000,working fulltime,32.0,yes,yes,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11061,11062,2000,working fulltime,50.0,no,iap,15.0,w. nor. central,0.0,2.0,1.0,$25000 or more,w. nor. central,,1,yes,,0,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +11062,11063,2000,keeping house,34.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11063,11064,2000,working fulltime,66.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11064,11065,2000,working parttime,29.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11065,11066,2000,retired,28.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11066,11067,2000,keeping house,,no,iap,12.0,w. nor. central,0.0,0.0,1.0,$20000 - 24999,mountain,lt once a year,2,yes,8.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11067,11068,2000,working fulltime,24.0,,iap,16.0,mountain,0.0,0.0,1.0,$8000 to 9999,mountain,lt once a year,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11068,11069,2000,keeping house,24.0,no,iap,10.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11069,11070,2000,working fulltime,40.0,,,16.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11070,11071,2000,working fulltime,66.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11071,11072,2000,working fulltime,44.0,yes,iap,12.0,mountain,1.0,0.0,1.0,$25000 or more,mountain,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11072,11073,2000,keeping house,22.0,no,iap,8.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11073,11074,2000,working fulltime,51.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,,mountain,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11074,11075,2000,working fulltime,36.0,no,yes,12.0,mountain,0.0,0.0,0.0,,mountain,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11075,11076,2000,working fulltime,17.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11076,11077,2000,keeping house,,no,,16.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11077,11078,2000,working parttime,55.0,,,11.0,mountain,0.0,1.0,2.0,$25000 or more,mountain,2-3x a month,0,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11078,11079,2000,working fulltime,36.0,no,,12.0,mountain,1.0,2.0,1.0,$25000 or more,mountain,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11079,11080,2000,keeping house,40.0,yes,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,0,yes,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11080,11081,2000,working fulltime,64.0,,,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11081,11082,2000,keeping house,29.0,no,,12.0,mountain,0.0,0.0,0.0,,mountain,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11082,11083,2000,working fulltime,29.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11083,11084,2000,retired,64.0,no,,16.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,more thn once wk,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11084,11085,2000,working fulltime,34.0,no,iap,14.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11085,11086,2000,working fulltime,32.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,,1.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11086,11087,2000,working fulltime,64.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11087,11088,2000,working fulltime,57.0,,,16.0,pacific,0.0,0.0,0.0,,mountain,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11088,11089,2000,working fulltime,46.0,no,iap,13.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11089,11090,2000,keeping house,42.0,no,,12.0,w. nor. central,0.0,0.0,0.0,,mountain,2-3x a month,2,yes,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11090,11091,2000,working fulltime,40.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11091,11092,2000,keeping house,50.0,no,,13.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,every week,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11092,11093,2000,working fulltime,44.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11093,11094,2000,working fulltime,42.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11094,11095,2000,retired,32.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11095,11096,2000,working fulltime,54.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11096,11097,2000,working parttime,32.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,1,yes,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11097,11098,2000,working fulltime,33.0,,iap,12.0,middle atlantic,0.0,1.0,2.0,$20000 - 24999,middle atlantic,never,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11098,11099,2000,working fulltime,46.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11099,11100,2000,working fulltime,35.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11100,11101,2000,working parttime,32.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,middle atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11101,11102,2000,working parttime,29.0,no,,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,sevrl times a yr,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11102,11103,2000,retired,65.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,lt once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11103,11104,2000,working fulltime,22.0,,,15.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11104,11105,2000,working fulltime,38.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11105,11106,2000,working fulltime,51.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11106,11107,2000,school,,,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11107,11108,2000,working fulltime,36.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11108,11109,2000,working fulltime,46.0,no,iap,14.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11109,11110,2000,retired,51.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11110,11111,2000,other,33.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11111,11112,2000,working parttime,28.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11112,11113,2000,working parttime,42.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11113,11114,2000,working fulltime,40.0,,iap,13.0,middle atlantic,0.0,2.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11114,11115,2000,temp not working,66.0,,,15.0,middle atlantic,0.0,0.0,1.0,$8000 to 9999,middle atlantic,lt once a year,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11115,11116,2000,"unempl, laid off",25.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,7.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11116,11117,2000,retired,34.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,8.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11117,11118,2000,keeping house,60.0,no,iap,13.0,middle atlantic,0.0,0.0,1.0,$15000 - 19999,middle atlantic,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11118,11119,2000,working fulltime,58.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11119,11120,2000,working fulltime,51.0,,iap,12.0,middle atlantic,2.0,1.0,0.0,lt $1000,south atlantic,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11120,11121,2000,keeping house,51.0,no,,11.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11121,11122,2000,working fulltime,39.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,10.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11122,11123,2000,working fulltime,34.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11123,11124,2000,retired,60.0,no,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11124,11125,2000,working fulltime,32.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11125,11126,2000,working fulltime,50.0,no,iap,10.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11126,11127,2000,working fulltime,28.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11127,11128,2000,working parttime,64.0,yes,iap,15.0,e. nor. central,0.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11128,11129,2000,working fulltime,51.0,,iap,8.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,yes,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11129,11130,2000,working fulltime,40.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11130,11131,2000,working fulltime,44.0,,,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,0,,6.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11131,11132,2000,retired,51.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,0,iap,8.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +11132,11133,2000,retired,23.0,,,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,15.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11133,11134,2000,working fulltime,66.0,yes,iap,14.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a month,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11134,11135,2000,working fulltime,64.0,,,14.0,south atlantic,0.0,2.0,0.0,$10000 - 14999,south atlantic,2-3x a month,0,iap,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +11135,11136,2000,working fulltime,33.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11136,11137,2000,keeping house,32.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11137,11138,2000,working fulltime,47.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11138,11139,2000,working fulltime,52.0,no,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11139,11140,2000,working parttime,28.0,no,yes,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,4.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +11140,11141,2000,working fulltime,47.0,,iap,16.0,south atlantic,0.0,2.0,1.0,$20000 - 24999,south atlantic,2-3x a month,1,iap,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +11141,11142,2000,working fulltime,45.0,yes,iap,10.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11142,11143,2000,working parttime,39.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11143,11144,2000,retired,42.0,yes,iap,6.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,south atlantic,once a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11144,11145,2000,retired,36.0,,iap,5.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11145,11146,2000,working fulltime,36.0,,,12.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11146,11147,2000,working parttime,24.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,0,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11147,11148,2000,working parttime,31.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11148,11149,2000,working fulltime,36.0,yes,iap,8.0,south atlantic,0.0,1.0,0.0,,south atlantic,2-3x a month,2,yes,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11149,11150,2000,working fulltime,27.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11150,11151,2000,school,,,,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0, +11151,11152,2000,retired,28.0,no,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,yes,,1,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11152,11153,2000,working parttime,51.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11153,11154,2000,school,31.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11154,11155,2000,working fulltime,22.0,,,9.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,2,,4.0,1,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11155,11156,2000,temp not working,43.0,no,iap,12.0,south atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,1.0 +11156,11157,2000,"unempl, laid off",51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11157,11158,2000,working parttime,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11158,11159,2000,school,39.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11159,11160,2000,working fulltime,53.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11160,11161,2000,working fulltime,69.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +11161,11162,2000,working parttime,35.0,yes,iap,16.0,middle atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11162,11163,2000,working fulltime,69.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11163,11164,2000,temp not working,28.0,no,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11164,11165,2000,retired,42.0,no,,8.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,once a month,2,yes,6.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11165,11166,2000,retired,35.0,no,,6.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11166,11167,2000,working fulltime,47.0,no,iap,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,2,iap,4.0,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11167,11168,2000,keeping house,,no,,3.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11168,11169,2000,working fulltime,39.0,,iap,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11169,11170,2000,keeping house,32.0,no,iap,13.0,e. nor. central,2.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11170,11171,2000,retired,40.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11171,11172,2000,working fulltime,45.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,,south atlantic,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11172,11173,2000,working fulltime,24.0,no,yes,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11173,11174,2000,working fulltime,35.0,yes,iap,15.0,pacific,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11174,11175,2000,working fulltime,59.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11175,11176,2000,working fulltime,35.0,,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11176,11177,2000,working fulltime,28.0,,iap,0.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11177,11178,2000,working fulltime,22.0,,,9.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11178,11179,2000,working fulltime,38.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,1.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11179,11180,2000,working fulltime,33.0,,yes,14.0,south atlantic,2.0,1.0,0.0,,south atlantic,2-3x a month,1,,1.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11180,11181,2000,school,,no,iap,14.0,south atlantic,2.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,2,,5.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11181,11182,2000,working parttime,32.0,no,iap,9.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11182,11183,2000,working fulltime,42.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11183,11184,2000,retired,32.0,no,,8.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11184,11185,2000,retired,66.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11185,11186,2000,working fulltime,36.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11186,11187,2000,working fulltime,66.0,,iap,20.0,w. nor. central,0.0,0.0,0.0,lt $1000,w. nor. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11187,11188,2000,working fulltime,29.0,yes,iap,12.0,south atlantic,0.0,2.0,2.0,$25000 or more,w. nor. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11188,11189,2000,retired,30.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,2,iap,8.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11189,11190,2000,working fulltime,48.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11190,11191,2000,working parttime,27.0,,,11.0,e. nor. central,0.0,0.0,0.0,,w. nor. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11191,11192,2000,working parttime,32.0,,,15.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11192,11193,2000,working parttime,36.0,,iap,12.0,w. nor. central,1.0,0.0,0.0,$10000 - 14999,w. nor. central,never,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11193,11194,2000,school,,,,13.0,mountain,0.0,0.0,0.0,$4000 to 4999,w. nor. central,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11194,11195,2000,working fulltime,51.0,,,15.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11195,11196,2000,working fulltime,,,,13.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11196,11197,2000,working parttime,40.0,,,14.0,mountain,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,yes,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11197,11198,2000,working parttime,29.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11198,11199,2000,working fulltime,25.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11199,11200,2000,working fulltime,63.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11200,11201,2000,retired,47.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,2,yes,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11201,11202,2000,working fulltime,49.0,no,iap,12.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,once a month,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11202,11203,2000,working fulltime,49.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11203,11204,2000,working fulltime,,,,16.0,w. nor. central,,,,$25000 or more,w. nor. central,every week,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11204,11205,2000,working fulltime,49.0,yes,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11205,11206,2000,working fulltime,57.0,,,14.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,0,iap,6.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11206,11207,2000,working fulltime,60.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,iap,4.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +11207,11208,2000,working parttime,53.0,no,iap,12.0,new england,0.0,0.0,0.0,$15000 - 19999,w. nor. central,more thn once wk,1,iap,2.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +11208,11209,2000,working fulltime,27.0,no,iap,12.0,pacific,1.0,0.0,0.0,$1000 to 2999,w. nor. central,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11209,11210,2000,retired,29.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11210,11211,2000,retired,40.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11211,11212,2000,keeping house,28.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,4.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11212,11213,2000,working parttime,29.0,no,iap,12.0,south atlantic,2.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11213,11214,2000,working fulltime,51.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11214,11215,2000,working fulltime,25.0,no,,15.0,e. nor. central,0.0,1.0,0.0,$15000 - 19999,e. nor. central,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11215,11216,2000,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11216,11217,2000,working fulltime,51.0,no,iap,14.0,e. nor. central,0.0,2.0,0.0,$20000 - 24999,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11217,11218,2000,keeping house,33.0,,yes,14.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11218,11219,2000,retired,42.0,,iap,7.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11219,11220,2000,retired,49.0,,,12.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,nrly every week,0,,12.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11220,11221,2000,working fulltime,24.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,0.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11221,11222,2000,temp not working,36.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11222,11223,2000,retired,31.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11223,11224,2000,working parttime,45.0,,,10.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11224,11225,2000,keeping house,47.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11225,11226,2000,working fulltime,35.0,no,iap,14.0,e. nor. central,2.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11226,11227,2000,working fulltime,32.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11227,11228,2000,working fulltime,25.0,yes,,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11228,11229,2000,working fulltime,30.0,yes,iap,13.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11229,11230,2000,working fulltime,45.0,,,11.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11230,11231,2000,retired,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,1,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11231,11232,2000,retired,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11232,11233,2000,working fulltime,35.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11233,11234,2000,working fulltime,35.0,no,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11234,11235,2000,retired,30.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11235,11236,2000,working parttime,58.0,no,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11236,11237,2000,keeping house,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11237,11238,2000,retired,23.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11238,11239,2000,working fulltime,51.0,no,,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11239,11240,2000,temp not working,28.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11240,11241,2000,working fulltime,31.0,no,iap,13.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11241,11242,2000,temp not working,42.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,8.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11242,11243,2000,working parttime,21.0,,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,nrly every week,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11243,11244,2000,retired,34.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11244,11245,2000,retired,64.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11245,11246,2000,keeping house,17.0,,iap,13.0,pacific,0.0,1.0,1.0,$10000 - 14999,pacific,,1,iap,,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,1.0 +11246,11247,2000,working fulltime,44.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11247,11248,2000,working fulltime,51.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11248,11249,2000,working fulltime,33.0,yes,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,never,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11249,11250,2000,retired,64.0,no,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11250,11251,2000,working fulltime,64.0,yes,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +11251,11252,2000,retired,51.0,no,,16.0,mountain,0.0,0.0,0.0,,pacific,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11252,11253,2000,keeping house,30.0,no,iap,11.0,pacific,1.0,1.0,3.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11253,11254,2000,working parttime,41.0,,,13.0,pacific,0.0,0.0,0.0,,pacific,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11254,11255,2000,working fulltime,50.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11255,11256,2000,retired,44.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11256,11257,2000,working fulltime,,no,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,3.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11257,11258,2000,retired,66.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11258,11259,2000,keeping house,33.0,,iap,13.0,pacific,2.0,2.0,0.0,$4000 to 4999,pacific,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11259,11260,2000,working parttime,47.0,no,iap,16.0,pacific,0.0,2.0,2.0,$25000 or more,pacific,more thn once wk,1,,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11260,11261,2000,working fulltime,24.0,,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11261,11262,2000,working fulltime,48.0,no,iap,16.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11262,11263,2000,working parttime,20.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,yes,3.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11263,11264,2000,retired,28.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,pacific,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11264,11265,2000,keeping house,23.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,pacific,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11265,11266,2000,retired,,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11266,11267,2000,working fulltime,36.0,,,15.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11267,11268,2000,"unempl, laid off",31.0,,,12.0,pacific,0.0,0.0,1.0,$15000 - 19999,pacific,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11268,11269,2000,working fulltime,24.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11269,11270,2000,working fulltime,31.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,0,yes,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11270,11271,2000,working fulltime,29.0,yes,iap,13.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11271,11272,2000,working fulltime,31.0,yes,iap,16.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,every week,2,,11.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11272,11273,2000,working fulltime,43.0,,,16.0,foreign,0.0,2.0,0.0,$25000 or more,middle atlantic,once a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11273,11274,2000,retired,31.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a month,0,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11274,11275,2000,working fulltime,36.0,no,iap,15.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,once a month,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11275,11276,2000,working fulltime,41.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11276,11277,2000,working fulltime,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11277,11278,2000,working fulltime,66.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11278,11279,2000,keeping house,,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11279,11280,2000,retired,42.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11280,11281,2000,working fulltime,44.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11281,11282,2000,temp not working,60.0,,iap,11.0,w. nor. central,1.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11282,11283,2000,working parttime,52.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11283,11284,2000,working fulltime,39.0,,,9.0,middle atlantic,1.0,3.0,1.0,$25000 or more,middle atlantic,every week,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11284,11285,2000,working fulltime,22.0,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11285,11286,2000,temp not working,44.0,no,iap,10.0,middle atlantic,2.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,,10.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11286,11287,2000,working fulltime,31.0,,iap,10.0,middle atlantic,0.0,0.0,1.0,$10000 - 14999,middle atlantic,lt once a year,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11287,11288,2000,working parttime,60.0,,iap,12.0,middle atlantic,0.0,0.0,2.0,$8000 to 9999,middle atlantic,lt once a year,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11288,11289,2000,working fulltime,30.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11289,11290,2000,working fulltime,37.0,no,iap,15.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11290,11291,2000,working fulltime,31.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,once a year,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11291,11292,2000,keeping house,28.0,yes,iap,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11292,11293,2000,keeping house,28.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11293,11294,2000,working fulltime,30.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11294,11295,2000,"unempl, laid off",47.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11295,11296,2000,working fulltime,65.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11296,11297,2000,retired,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11297,11298,2000,working parttime,35.0,,,16.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,more thn once wk,2,iap,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11298,11299,2000,working fulltime,28.0,,,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,2,iap,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11299,11300,2000,keeping house,,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,,south atlantic,once a month,0,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11300,11301,2000,working parttime,29.0,no,iap,15.0,new england,1.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11301,11302,2000,working fulltime,35.0,,,20.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11302,11303,2000,other,42.0,yes,iap,7.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11303,11304,2000,keeping house,47.0,no,iap,14.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11304,11305,2000,retired,40.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,more thn once wk,2,yes,3.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +11305,11306,2000,working fulltime,20.0,no,iap,10.0,south atlantic,1.0,0.0,1.0,$3000 to 3999,south atlantic,nrly every week,1,iap,3.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0, +11306,11307,2000,working fulltime,36.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,0,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11307,11308,2000,working fulltime,25.0,,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11308,11309,2000,working fulltime,30.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11309,11310,2000,working fulltime,71.0,yes,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +11310,11311,2000,working fulltime,42.0,no,iap,10.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,,2,,1.0,1,0.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +11311,11312,2000,temp not working,27.0,no,iap,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11312,11313,2000,working fulltime,27.0,no,iap,12.0,e. sou. central,1.0,1.0,0.0,$15000 - 19999,e. sou. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11313,11314,2000,keeping house,30.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,2-3x a month,1,yes,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11314,11315,2000,working fulltime,17.0,,,10.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11315,11316,2000,retired,42.0,,iap,8.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11316,11317,2000,keeping house,17.0,yes,,3.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,e. sou. central,,1,,5.0,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +11317,11318,2000,keeping house,66.0,,,17.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11318,11319,2000,retired,29.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11319,11320,2000,retired,44.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,every week,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11320,11321,2000,retired,68.0,,,13.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11321,11322,2000,retired,42.0,yes,,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,,2,,2.0,1,1.0,0,,0,0,,,,0,0,0,1,0,0,0,0.0 +11322,11323,2000,working parttime,39.0,,iap,12.0,e. sou. central,0.0,1.0,1.0,$10000 - 14999,e. sou. central,once a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11323,11324,2000,keeping house,44.0,no,,8.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,e. sou. central,more thn once wk,2,,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11324,11325,2000,retired,30.0,,yes,6.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11325,11326,2000,keeping house,,no,,6.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,more thn once wk,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11326,11327,2000,working fulltime,35.0,,,11.0,e. sou. central,1.0,0.0,0.0,$15000 - 19999,e. sou. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11327,11328,2000,working fulltime,36.0,,,12.0,e. sou. central,2.0,0.0,0.0,$3000 to 3999,e. sou. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11328,11329,2000,working fulltime,43.0,yes,,12.0,e. sou. central,1.0,1.0,0.0,$25000 or more,e. sou. central,once a year,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11329,11330,2000,keeping house,69.0,yes,,12.0,e. sou. central,1.0,1.0,1.0,$25000 or more,e. sou. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11330,11331,2000,working parttime,37.0,,,9.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,e. sou. central,sevrl times a yr,0,iap,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11331,11332,2000,keeping house,,no,,10.0,e. sou. central,1.0,1.0,0.0,$10000 - 14999,e. sou. central,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11332,11333,2000,working fulltime,47.0,,,13.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11333,11334,2000,working fulltime,30.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,lt once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11334,11335,2000,working parttime,20.0,yes,,8.0,e. sou. central,1.0,0.0,0.0,$15000 - 19999,e. sou. central,more thn once wk,1,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11335,11336,2000,keeping house,47.0,yes,iap,10.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11336,11337,2000,keeping house,60.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11337,11338,2000,working fulltime,51.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11338,11339,2000,working fulltime,51.0,yes,iap,13.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11339,11340,2000,working fulltime,28.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11340,11341,2000,working fulltime,47.0,,iap,14.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11341,11342,2000,working fulltime,51.0,no,iap,12.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11342,11343,2000,keeping house,36.0,no,yes,13.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,10.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11343,11344,2000,retired,36.0,yes,,9.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,every week,2,,8.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11344,11345,2000,retired,50.0,yes,iap,13.0,e. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11345,11346,2000,working fulltime,39.0,no,iap,14.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11346,11347,2000,working fulltime,60.0,no,iap,12.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,every week,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11347,11348,2000,temp not working,30.0,no,iap,12.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,once a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11348,11349,2000,working fulltime,59.0,yes,iap,14.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11349,11350,2000,school,,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11350,11351,2000,working fulltime,26.0,yes,iap,13.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a month,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11351,11352,2000,other,41.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11352,11353,2000,working fulltime,34.0,no,iap,12.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11353,11354,2000,working fulltime,36.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11354,11355,2000,keeping house,47.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11355,11356,2000,working fulltime,64.0,no,iap,16.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11356,11357,2000,keeping house,46.0,no,iap,13.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,never,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11357,11358,2000,working fulltime,35.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,,1.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11358,11359,2000,working fulltime,34.0,yes,iap,13.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,,1,,3.0,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +11359,11360,2000,working fulltime,30.0,no,,6.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11360,11361,2000,working fulltime,73.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11361,11362,2000,working fulltime,43.0,no,iap,12.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11362,11363,2000,keeping house,45.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11363,11364,2000,working fulltime,73.0,no,iap,16.0,w. sou. central,1.0,3.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +11364,11365,2000,retired,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,yes,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11365,11366,2000,working fulltime,54.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11366,11367,2000,retired,66.0,no,,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,yes,8.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11367,11368,2000,working fulltime,64.0,,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,,1,,2.0,0,1.0,0,,1,0,,,,0,0,0,1,0,0,0,0.0 +11368,11369,2000,working fulltime,39.0,no,iap,16.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11369,11370,2000,working fulltime,64.0,,iap,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11370,11371,2000,working fulltime,66.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11371,11372,2000,working parttime,23.0,,iap,11.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,sevrl times a yr,0,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11372,11373,2000,retired,36.0,no,,10.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11373,11374,2000,retired,29.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,3.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0, +11374,11375,2000,retired,50.0,yes,yes,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,1.0 +11375,11376,2000,school,47.0,no,iap,15.0,w. sou. central,1.0,2.0,0.0,,w. sou. central,every week,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11376,11377,2000,working fulltime,72.0,,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11377,11378,2000,keeping house,42.0,yes,,12.0,w. sou. central,0.0,1.0,0.0,$15000 - 19999,w. sou. central,lt once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11378,11379,2000,"unempl, laid off",51.0,,iap,10.0,w. sou. central,0.0,2.0,0.0,$5000 to 5999,w. sou. central,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11379,11380,2000,working parttime,23.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11380,11381,2000,working fulltime,61.0,,,18.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11381,11382,2000,working fulltime,69.0,,,17.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11382,11383,2000,working fulltime,39.0,,iap,12.0,w. sou. central,1.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11383,11384,2000,working parttime,52.0,,iap,20.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11384,11385,2000,working fulltime,52.0,,,17.0,w. sou. central,0.0,1.0,0.0,$20000 - 24999,w. sou. central,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11385,11386,2000,working fulltime,48.0,,,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11386,11387,2000,keeping house,28.0,no,,10.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11387,11388,2000,working fulltime,33.0,no,,16.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,lt once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11388,11389,2000,retired,68.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11389,11390,2000,retired,45.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11390,11391,2000,working fulltime,28.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11391,11392,2000,keeping house,,no,iap,12.0,w. sou. central,1.0,2.0,0.0,$20000 - 24999,w. sou. central,,1,yes,0.0,0,0.0,0,,1,0,,,,0,0,0,1,0,0,0, +11392,11393,2000,working fulltime,44.0,no,iap,12.0,e. sou. central,,,,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11393,11394,2000,working fulltime,62.0,no,,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11394,11395,2000,retired,51.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,,5.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11395,11396,2000,keeping house,46.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,2,yes,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11396,11397,2000,working fulltime,64.0,,iap,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11397,11398,2000,retired,42.0,no,,5.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11398,11399,2000,retired,28.0,yes,,11.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11399,11400,2000,working fulltime,39.0,no,,10.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11400,11401,2000,working fulltime,46.0,no,,17.0,foreign,0.0,0.0,0.0,$25000 or more,new england,once a year,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11401,11402,2000,working fulltime,32.0,,,14.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,new england,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11402,11403,2000,working fulltime,30.0,no,iap,16.0,middle atlantic,0.0,0.0,2.0,$25000 or more,new england,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11403,11404,2000,working fulltime,64.0,,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11404,11405,2000,working fulltime,22.0,no,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11405,11406,2000,school,32.0,,,11.0,new england,0.0,0.0,1.0,$25000 or more,new england,lt once a year,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0, +11406,11407,2000,working fulltime,86.0,yes,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11407,11408,2000,working fulltime,64.0,,iap,16.0,new england,0.0,2.0,0.0,$25000 or more,new england,once a year,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11408,11409,2000,working fulltime,51.0,no,iap,17.0,w. sou. central,2.0,1.0,0.0,$25000 or more,new england,once a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11409,11410,2000,working fulltime,36.0,,iap,12.0,new england,0.0,1.0,0.0,,new england,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11410,11411,2000,working fulltime,43.0,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,new england,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11411,11412,2000,working fulltime,54.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,0.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11412,11413,2000,working fulltime,64.0,yes,,18.0,new england,0.0,1.0,0.0,$25000 or more,new england,sevrl times a yr,2,,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11413,11414,2000,retired,46.0,no,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11414,11415,2000,retired,64.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11415,11416,2000,school,,,,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11416,11417,2000,working fulltime,40.0,no,iap,12.0,south atlantic,,,3.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,1,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11417,11418,2000,retired,35.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11418,11419,2000,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,2,,1.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11419,11420,2000,working fulltime,51.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11420,11421,2000,working parttime,32.0,,iap,12.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,1,0,0,0, +11421,11422,2000,retired,50.0,no,iap,5.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11422,11423,2000,retired,44.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0,0.0 +11423,11424,2000,retired,50.0,yes,,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11424,11425,2000,retired,42.0,no,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11425,11426,2000,retired,47.0,no,,5.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11426,11427,2000,retired,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11427,11428,2000,retired,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,2,,7.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11428,11429,2000,working fulltime,42.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11429,11430,2000,working fulltime,47.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,yes,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11430,11431,2000,working parttime,66.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11431,11432,2000,working fulltime,35.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11432,11433,2000,working parttime,23.0,,iap,13.0,e. nor. central,1.0,1.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11433,11434,2000,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,1,0,0,0,1.0 +11434,11435,2000,working parttime,33.0,,,13.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11435,11436,2000,working fulltime,42.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0, +11436,11437,2000,retired,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,0,yes,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,1,0,0,0, +11437,11438,2000,working fulltime,47.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11438,11439,2000,working parttime,29.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11439,11440,2000,retired,53.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11440,11441,2000,retired,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0,0.0 +11441,11442,2000,working fulltime,31.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0,1.0 +11442,11443,2000,working fulltime,42.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,1,0,0,0, +11443,11444,2000,working fulltime,44.0,no,iap,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,1,0,0,0,0.0 +11444,11445,2000,working fulltime,22.0,,iap,19.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,1,0,0,0, +11445,11446,2002,working fulltime,57.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11446,11447,2002,working fulltime,47.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11447,11448,2002,working fulltime,50.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11448,11449,2002,working fulltime,51.0,,iap,14.0,e. sou. central,,,,$25000 or more,w. sou. central,sevrl times a yr,0,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11449,11450,2002,working parttime,46.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a month,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11450,11451,2002,keeping house,46.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,never,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11451,11452,2002,working fulltime,36.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,3.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11452,11453,2002,working fulltime,50.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11453,11454,2002,working fulltime,19.0,,iap,12.0,mountain,1.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,6.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11454,11455,2002,working fulltime,44.0,no,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,w. sou. central,once a month,0,,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11455,11456,2002,retired,51.0,yes,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,5.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11456,11457,2002,working fulltime,39.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11457,11458,2002,working fulltime,60.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,3.0,1,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +11458,11459,2002,working fulltime,57.0,,,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11459,11460,2002,retired,60.0,yes,,8.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,1,yes,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11460,11461,2002,working fulltime,49.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,0,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +11461,11462,2002,working fulltime,46.0,,,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11462,11463,2002,retired,49.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,iap,3.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11463,11464,2002,working fulltime,64.0,,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11464,11465,2002,working fulltime,39.0,,,10.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,yes,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11465,11466,2002,"unempl, laid off",32.0,,,9.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11466,11467,2002,retired,,yes,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,yes,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11467,11468,2002,keeping house,46.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11468,11469,2002,retired,52.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11469,11470,2002,working fulltime,34.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11470,11471,2002,working fulltime,41.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,2.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11471,11472,2002,retired,28.0,yes,,13.0,foreign,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11472,11473,2002,retired,25.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,,10.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11473,11474,2002,working fulltime,52.0,no,,19.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,yes,1.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11474,11475,2002,working fulltime,46.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11475,11476,2002,working fulltime,36.0,no,iap,8.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11476,11477,2002,working parttime,42.0,yes,,11.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,0,,5.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11477,11478,2002,retired,35.0,no,,13.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,e. nor. central,2-3x a month,0,iap,8.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +11478,11479,2002,retired,34.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,e. nor. central,2-3x a month,1,,8.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11479,11480,2002,working fulltime,51.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11480,11481,2002,retired,51.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11481,11482,2002,working fulltime,51.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11482,11483,2002,other,51.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11483,11484,2002,working fulltime,58.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11484,11485,2002,keeping house,17.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11485,11486,2002,retired,,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11486,11487,2002,retired,34.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,2,,6.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11487,11488,2002,working fulltime,34.0,,,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11488,11489,2002,working fulltime,63.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11489,11490,2002,working fulltime,65.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11490,11491,2002,working fulltime,51.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11491,11492,2002,keeping house,66.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,3.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11492,11493,2002,working fulltime,38.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11493,11494,2002,school,28.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11494,11495,2002,"unempl, laid off",24.0,,,11.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11495,11496,2002,working fulltime,42.0,,,12.0,middle atlantic,0.0,1.0,1.0,$15000 - 19999,middle atlantic,2-3x a month,1,iap,4.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +11496,11497,2002,keeping house,44.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,lt once a year,1,,5.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11497,11498,2002,working fulltime,19.0,,,12.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11498,11499,2002,working fulltime,66.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,,new england,every week,1,iap,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11499,11500,2002,working fulltime,22.0,,,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11500,11501,2002,other,28.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,4.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11501,11502,2002,retired,34.0,,,11.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11502,11503,2002,retired,22.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,0,iap,6.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11503,11504,2002,temp not working,40.0,no,,2.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,never,0,,4.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11504,11505,2002,working fulltime,49.0,no,,15.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11505,11506,2002,school,,,,12.0,foreign,0.0,0.0,0.0,lt $1000,south atlantic,nrly every week,2,,5.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11506,11507,2002,retired,51.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11507,11508,2002,working fulltime,49.0,,,13.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11508,11509,2002,keeping house,43.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11509,11510,2002,working parttime,46.0,no,iap,14.0,middle atlantic,,,,$25000 or more,middle atlantic,every week,1,yes,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11510,11511,2002,retired,50.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,iap,6.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11511,11512,2002,"unempl, laid off",36.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11512,11513,2002,retired,43.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,yes,,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11513,11514,2002,retired,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11514,11515,2002,working parttime,39.0,no,,12.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,never,2,iap,4.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11515,11516,2002,keeping house,31.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11516,11517,2002,working fulltime,33.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +11517,11518,2002,"unempl, laid off",74.0,,,18.0,middle atlantic,,,,$25000 or more,middle atlantic,sevrl times a yr,2,,0.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11518,11519,2002,working fulltime,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11519,11520,2002,temp not working,22.0,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11520,11521,2002,working fulltime,46.0,no,iap,13.0,middle atlantic,,,,$25000 or more,middle atlantic,2-3x a month,2,,3.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11521,11522,2002,working fulltime,22.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11522,11523,2002,other,,yes,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11523,11524,2002,other,47.0,no,,15.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11524,11525,2002,working fulltime,43.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11525,11526,2002,retired,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,0,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11526,11527,2002,working fulltime,34.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11527,11528,2002,working fulltime,61.0,,iap,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,1.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11528,11529,2002,keeping house,59.0,no,iap,12.0,middle atlantic,,,,$25000 or more,middle atlantic,once a year,0,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11529,11530,2002,working fulltime,51.0,,,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,lt once a year,2,iap,,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11530,11531,2002,working parttime,61.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,0,,6.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11531,11532,2002,working fulltime,31.0,,,14.0,new england,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,4.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11532,11533,2002,working fulltime,22.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11533,11534,2002,keeping house,34.0,,,12.0,pacific,,,,$25000 or more,pacific,once a month,1,iap,8.0,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11534,11535,2002,working parttime,52.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11535,11536,2002,school,24.0,,,11.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a month,1,iap,3.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +11536,11537,2002,other,27.0,,,12.0,pacific,,,,$4000 to 4999,pacific,sevrl times a yr,1,,3.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11537,11538,2002,retired,29.0,,yes,13.0,pacific,0.0,1.0,0.0,$8000 to 9999,pacific,2-3x a month,1,iap,,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11538,11539,2002,working parttime,23.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,7.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0, +11539,11540,2002,other,40.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,lt $1000,pacific,never,0,,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11540,11541,2002,working fulltime,35.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11541,11542,2002,retired,44.0,yes,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,6.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11542,11543,2002,working fulltime,31.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,6.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11543,11544,2002,working fulltime,63.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11544,11545,2002,working parttime,31.0,,,12.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11545,11546,2002,retired,40.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11546,11547,2002,working fulltime,32.0,,iap,10.0,pacific,0.0,2.0,0.0,$10000 - 14999,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11547,11548,2002,working fulltime,24.0,,,14.0,foreign,0.0,1.0,0.0,$25000 or more,pacific,never,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11548,11549,2002,retired,40.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11549,11550,2002,working fulltime,61.0,no,iap,14.0,foreign,0.0,0.0,0.0,,pacific,never,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11550,11551,2002,working fulltime,51.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,2.0,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11551,11552,2002,working fulltime,34.0,yes,iap,12.0,pacific,4.0,4.0,0.0,$25000 or more,pacific,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11552,11553,2002,working fulltime,44.0,no,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11553,11554,2002,working fulltime,17.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11554,11555,2002,working fulltime,54.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11555,11556,2002,retired,40.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,,1,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11556,11557,2002,working parttime,63.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11557,11558,2002,retired,47.0,yes,iap,2.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11558,11559,2002,working parttime,38.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11559,11560,2002,working fulltime,27.0,,,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11560,11561,2002,working fulltime,53.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11561,11562,2002,working fulltime,27.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,6.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11562,11563,2002,working fulltime,60.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11563,11564,2002,retired,39.0,,iap,14.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,2,,7.0,1,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +11564,11565,2002,working parttime,65.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,1,,1.0,0,1.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11565,11566,2002,working fulltime,33.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11566,11567,2002,working parttime,17.0,no,iap,12.0,foreign,1.0,0.0,2.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11567,11568,2002,temp not working,57.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,1.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11568,11569,2002,working fulltime,53.0,,,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11569,11570,2002,working fulltime,36.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,1,iap,4.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +11570,11571,2002,school,34.0,,,14.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,,5.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11571,11572,2002,keeping house,33.0,,,15.0,e. nor. central,1.0,1.0,0.0,$20000 - 24999,e. nor. central,once a year,0,iap,,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11572,11573,2002,school,22.0,,,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,1,iap,6.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +11573,11574,2002,working parttime,39.0,,,16.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11574,11575,2002,"unempl, laid off",29.0,,,11.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,never,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11575,11576,2002,"unempl, laid off",30.0,,,11.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,lt once a year,1,iap,10.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0, +11576,11577,2002,"unempl, laid off",35.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +11577,11578,2002,working fulltime,64.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11578,11579,2002,working fulltime,47.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,1.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11579,11580,2002,retired,51.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11580,11581,2002,working parttime,51.0,no,iap,12.0,e. nor. central,1.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11581,11582,2002,working fulltime,86.0,no,iap,20.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11582,11583,2002,working parttime,74.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11583,11584,2002,working fulltime,64.0,no,iap,19.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,1.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11584,11585,2002,working fulltime,64.0,,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11585,11586,2002,working fulltime,28.0,no,iap,6.0,foreign,0.0,0.0,1.0,$25000 or more,e. nor. central,once a month,1,,3.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11586,11587,2002,working fulltime,49.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,,1,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +11587,11588,2002,retired,44.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,2,iap,3.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11588,11589,2002,keeping house,35.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11589,11590,2002,"unempl, laid off",32.0,yes,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11590,11591,2002,temp not working,42.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,yes,5.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11591,11592,2002,retired,39.0,no,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,3.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11592,11593,2002,retired,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11593,11594,2002,working parttime,32.0,,,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11594,11595,2002,working fulltime,66.0,no,iap,18.0,e. nor. central,0.0,1.0,2.0,$25000 or more,e. nor. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11595,11596,2002,working fulltime,30.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11596,11597,2002,working fulltime,65.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11597,11598,2002,retired,47.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11598,11599,2002,keeping house,36.0,no,iap,14.0,foreign,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,0,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +11599,11600,2002,working fulltime,32.0,yes,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11600,11601,2002,retired,39.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,8.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11601,11602,2002,working fulltime,58.0,no,iap,17.0,foreign,0.0,1.0,1.0,$25000 or more,pacific,once a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11602,11603,2002,working fulltime,60.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11603,11604,2002,working fulltime,46.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,0,iap,,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11604,11605,2002,working fulltime,51.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,1.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11605,11606,2002,working fulltime,31.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +11606,11607,2002,working parttime,29.0,,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,nrly every week,0,,5.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11607,11608,2002,working fulltime,52.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,1.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11608,11609,2002,school,36.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11609,11610,2002,working fulltime,47.0,,,16.0,pacific,0.0,0.0,0.0,lt $1000,pacific,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11610,11611,2002,working fulltime,46.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,3.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11611,11612,2002,working fulltime,44.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11612,11613,2002,working fulltime,73.0,,iap,20.0,mountain,2.0,0.0,0.0,$25000 or more,pacific,never,1,iap,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11613,11614,2002,working fulltime,86.0,no,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11614,11615,2002,working fulltime,51.0,no,iap,16.0,pacific,0.0,3.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11615,11616,2002,working fulltime,49.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11616,11617,2002,other,36.0,no,iap,5.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,1.0,1,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0, +11617,11618,2002,other,49.0,,,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11618,11619,2002,working fulltime,34.0,no,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,,0,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +11619,11620,2002,temp not working,30.0,,,9.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11620,11621,2002,working fulltime,47.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11621,11622,2002,working fulltime,34.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11622,11623,2002,keeping house,35.0,,,2.0,pacific,0.0,0.0,0.0,,pacific,every week,0,iap,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11623,11624,2002,working fulltime,58.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11624,11625,2002,working fulltime,65.0,no,iap,16.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11625,11626,2002,working fulltime,51.0,,iap,14.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,4.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11626,11627,2002,working fulltime,53.0,no,iap,17.0,pacific,2.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11627,11628,2002,"unempl, laid off",73.0,yes,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,2.0,1,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11628,11629,2002,retired,60.0,no,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11629,11630,2002,keeping house,59.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,,4.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +11630,11631,2002,other,38.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,3.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11631,11632,2002,working fulltime,30.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,3.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11632,11633,2002,working parttime,17.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,pacific,once a year,2,,2.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11633,11634,2002,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,0,,1.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,1.0 +11634,11635,2002,working fulltime,40.0,,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11635,11636,2002,working fulltime,29.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11636,11637,2002,working fulltime,51.0,no,iap,12.0,mountain,0.0,0.0,0.0,,pacific,more thn once wk,2,,0.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,1.0 +11637,11638,2002,working fulltime,74.0,,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,iap,,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11638,11639,2002,retired,42.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11639,11640,2002,retired,51.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11640,11641,2002,keeping house,52.0,no,iap,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,every week,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11641,11642,2002,working fulltime,30.0,,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11642,11643,2002,retired,65.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,,pacific,never,1,iap,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11643,11644,2002,working fulltime,40.0,,iap,12.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,lt once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11644,11645,2002,working fulltime,43.0,,iap,12.0,foreign,1.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,0,iap,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0, +11645,11646,2002,working fulltime,51.0,yes,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11646,11647,2002,working fulltime,36.0,yes,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11647,11648,2002,"unempl, laid off",45.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11648,11649,2002,working fulltime,69.0,,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,2.0,0,0.0,1,,1,1,1.0,1.0,0.0,0,0,0,0,1,0,0, +11649,11650,2002,working fulltime,45.0,,,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,every week,1,,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11650,11651,2002,working fulltime,31.0,,,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a month,0,yes,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +11651,11652,2002,working parttime,46.0,no,iap,13.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,2-3x a month,1,,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11652,11653,2002,working fulltime,74.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,,1,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11653,11654,2002,working fulltime,64.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11654,11655,2002,keeping house,22.0,,,14.0,middle atlantic,1.0,1.0,0.0,lt $1000,middle atlantic,lt once a year,1,iap,2.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0, +11655,11656,2002,working fulltime,46.0,,,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11656,11657,2002,"unempl, laid off",74.0,,,15.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,3.0,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11657,11658,2002,"unempl, laid off",32.0,,,16.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,lt once a year,1,,7.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11658,11659,2002,"unempl, laid off",41.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11659,11660,2002,working fulltime,60.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11660,11661,2002,working fulltime,47.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,1.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11661,11662,2002,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,,middle atlantic,,2,iap,,1,1.0,0,,0,0,,,,0,0,0,0,1,0,0,0.0 +11662,11663,2002,retired,27.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11663,11664,2002,working fulltime,51.0,,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,1.0,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11664,11665,2002,working fulltime,51.0,,iap,19.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,0,iap,,0,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11665,11666,2002,"unempl, laid off",58.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11666,11667,2002,working fulltime,42.0,,,14.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,6.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0, +11667,11668,2002,working fulltime,42.0,yes,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11668,11669,2002,working fulltime,22.0,,,,foreign,0.0,0.0,0.0,,middle atlantic,nrly every week,2,iap,2.0,1,0.0,1,,0,0,,0.0,1.0,0,0,0,0,1,0,0, +11669,11670,2002,working fulltime,75.0,,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11670,11671,2002,retired,66.0,,,17.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11671,11672,2002,working fulltime,51.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11672,11673,2002,working fulltime,44.0,no,,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +11673,11674,2002,retired,69.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,0.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11674,11675,2002,working fulltime,50.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,4.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11675,11676,2002,other,36.0,no,,9.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,once a month,0,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0, +11676,11677,2002,school,28.0,,,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,2,iap,1.0,1,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11677,11678,2002,retired,42.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,middle atlantic,nrly every week,1,,1.0,0,1.0,1,,1,1,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11678,11679,2002,retired,32.0,,iap,,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a month,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11679,11680,2002,working parttime,28.0,no,iap,13.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,0,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11680,11681,2002,retired,36.0,yes,iap,6.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11681,11682,2002,retired,39.0,yes,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11682,11683,2002,working fulltime,32.0,,iap,16.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11683,11684,2002,school,,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11684,11685,2002,keeping house,,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11685,11686,2002,working parttime,57.0,no,iap,14.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11686,11687,2002,school,51.0,yes,yes,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,2,iap,,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11687,11688,2002,retired,42.0,no,iap,18.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,2,iap,8.0,1,1.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11688,11689,2002,working fulltime,42.0,,iap,14.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,4.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11689,11690,2002,working fulltime,30.0,no,iap,9.0,middle atlantic,3.0,0.0,0.0,,middle atlantic,never,2,iap,3.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11690,11691,2002,"unempl, laid off",22.0,,,11.0,e. sou. central,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,3.0,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11691,11692,2002,retired,,no,,8.0,south atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,1,iap,,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11692,11693,2002,keeping house,43.0,no,,12.0,new england,0.0,0.0,0.0,,new england,every week,0,iap,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11693,11694,2002,keeping house,25.0,no,iap,12.0,new england,1.0,0.0,1.0,$25000 or more,new england,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11694,11695,2002,working fulltime,61.0,,,18.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,3.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11695,11696,2002,working fulltime,51.0,no,,16.0,new england,0.0,0.0,0.0,,new england,nrly every week,1,,2.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11696,11697,2002,keeping house,68.0,no,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +11697,11698,2002,working parttime,49.0,no,iap,16.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11698,11699,2002,working fulltime,48.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11699,11700,2002,working fulltime,59.0,no,iap,17.0,new england,2.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11700,11701,2002,working parttime,54.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,3.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11701,11702,2002,working fulltime,22.0,no,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11702,11703,2002,working fulltime,29.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,0,,2.0,0,1.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +11703,11704,2002,other,36.0,,,13.0,middle atlantic,0.0,2.0,0.0,$1000 to 2999,middle atlantic,sevrl times a yr,2,iap,,1,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11704,11705,2002,temp not working,47.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,yes,12.0,0,1.0,1,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11705,11706,2002,"unempl, laid off",27.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,middle atlantic,every week,1,,5.0,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11706,11707,2002,working fulltime,42.0,no,iap,14.0,middle atlantic,1.0,2.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11707,11708,2002,keeping house,33.0,yes,iap,11.0,foreign,1.0,1.0,1.0,$25000 or more,middle atlantic,every week,1,iap,6.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0, +11708,11709,2002,keeping house,29.0,,,12.0,middle atlantic,2.0,3.0,0.0,$20000 - 24999,middle atlantic,once a year,0,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11709,11710,2002,working parttime,61.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,3.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11710,11711,2002,working fulltime,65.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,0.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11711,11712,2002,working fulltime,64.0,no,yes,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11712,11713,2002,working fulltime,52.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,0,iap,1.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0, +11713,11714,2002,working parttime,86.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11714,11715,2002,working fulltime,30.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11715,11716,2002,working fulltime,50.0,yes,iap,12.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11716,11717,2002,working fulltime,60.0,no,iap,15.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,once a month,2,yes,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11717,11718,2002,working fulltime,40.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11718,11719,2002,working fulltime,59.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11719,11720,2002,keeping house,35.0,,iap,12.0,south atlantic,0.0,0.0,1.0,$3000 to 3999,middle atlantic,nrly every week,0,iap,,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11720,11721,2002,working fulltime,47.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11721,11722,2002,working fulltime,75.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11722,11723,2002,working fulltime,53.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,4.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11723,11724,2002,working fulltime,21.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11724,11725,2002,working fulltime,45.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11725,11726,2002,"unempl, laid off",51.0,,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +11726,11727,2002,other,28.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11727,11728,2002,working fulltime,56.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11728,11729,2002,"unempl, laid off",32.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11729,11730,2002,working fulltime,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,,2.0,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11730,11731,2002,working fulltime,42.0,,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,never,0,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11731,11732,2002,"unempl, laid off",46.0,,,12.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,never,0,iap,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11732,11733,2002,working fulltime,21.0,,,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +11733,11734,2002,retired,49.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11734,11735,2002,working fulltime,33.0,,,13.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11735,11736,2002,retired,34.0,no,iap,9.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11736,11737,2002,working fulltime,30.0,,,8.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11737,11738,2002,working fulltime,49.0,,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11738,11739,2002,keeping house,30.0,,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11739,11740,2002,working fulltime,30.0,,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11740,11741,2002,temp not working,66.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11741,11742,2002,retired,20.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,,7.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11742,11743,2002,keeping house,51.0,,yes,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11743,11744,2002,working fulltime,36.0,,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,0,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11744,11745,2002,retired,51.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11745,11746,2002,working fulltime,60.0,no,iap,2.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11746,11747,2002,working fulltime,36.0,,,12.0,middle atlantic,2.0,0.0,0.0,$3000 to 3999,middle atlantic,once a year,0,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11747,11748,2002,working fulltime,36.0,no,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a year,1,yes,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11748,11749,2002,working parttime,46.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,1,,4.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11749,11750,2002,working parttime,42.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,,1.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11750,11751,2002,working fulltime,64.0,yes,iap,17.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11751,11752,2002,keeping house,38.0,yes,iap,12.0,foreign,1.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11752,11753,2002,working fulltime,70.0,no,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +11753,11754,2002,retired,49.0,,iap,7.0,south atlantic,0.0,0.0,1.0,$20000 - 24999,w. sou. central,every week,1,iap,12.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11754,11755,2002,retired,64.0,no,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,3.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11755,11756,2002,working fulltime,69.0,,iap,18.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11756,11757,2002,working fulltime,36.0,yes,iap,12.0,w. sou. central,0.0,1.0,0.0,$20000 - 24999,w. sou. central,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11757,11758,2002,working fulltime,44.0,no,iap,15.0,mountain,0.0,3.0,1.0,$25000 or more,w. nor. central,every week,2,yes,0.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11758,11759,2002,working fulltime,46.0,no,iap,12.0,w. nor. central,0.0,3.0,1.0,$25000 or more,w. nor. central,once a year,1,,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11759,11760,2002,retired,51.0,no,iap,8.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11760,11761,2002,working fulltime,21.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,,5.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11761,11762,2002,temp not working,30.0,yes,iap,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11762,11763,2002,working fulltime,35.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,1,,2.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11763,11764,2002,working fulltime,34.0,no,iap,16.0,w. nor. central,,,,$25000 or more,w. nor. central,sevrl times a yr,1,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +11764,11765,2002,"unempl, laid off",23.0,,,10.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11765,11766,2002,school,49.0,,,13.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11766,11767,2002,working fulltime,31.0,,iap,15.0,south atlantic,0.0,0.0,1.0,$25000 or more,mountain,2-3x a month,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11767,11768,2002,working fulltime,33.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11768,11769,2002,working fulltime,22.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11769,11770,2002,retired,32.0,,,13.0,w. nor. central,0.0,0.0,1.0,$8000 to 9999,mountain,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11770,11771,2002,keeping house,29.0,no,,8.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,nrly every week,2,,5.0,1,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11771,11772,2002,working fulltime,36.0,,,2.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11772,11773,2002,retired,66.0,,iap,18.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,never,2,iap,3.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11773,11774,2002,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11774,11775,2002,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11775,11776,2002,retired,74.0,no,iap,20.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,3.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11776,11777,2002,working fulltime,69.0,no,iap,16.0,w. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11777,11778,2002,retired,54.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0, +11778,11779,2002,retired,51.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,1,,6.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11779,11780,2002,retired,50.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,0,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11780,11781,2002,other,,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,2,,5.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11781,11782,2002,working fulltime,51.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11782,11783,2002,retired,47.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,2.0,1,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0, +11783,11784,2002,working fulltime,65.0,no,iap,18.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11784,11785,2002,"unempl, laid off",24.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,1,yes,3.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11785,11786,2002,working fulltime,44.0,,,14.0,e. nor. central,1.0,1.0,0.0,,e. nor. central,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11786,11787,2002,working parttime,29.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,iap,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11787,11788,2002,retired,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11788,11789,2002,other,40.0,no,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,4.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11789,11790,2002,retired,48.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11790,11791,2002,retired,66.0,no,,16.0,pacific,0.0,2.0,2.0,$25000 or more,pacific,more thn once wk,1,yes,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11791,11792,2002,working parttime,86.0,no,iap,20.0,e. nor. central,0.0,2.0,1.0,$25000 or more,pacific,2-3x a month,1,iap,0.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11792,11793,2002,working fulltime,73.0,yes,iap,16.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11793,11794,2002,working fulltime,51.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,,2.0,0,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11794,11795,2002,working fulltime,36.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,yes,,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11795,11796,2002,working fulltime,22.0,,,8.0,pacific,,,,$3000 to 3999,pacific,nrly every week,0,,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,1.0 +11796,11797,2002,retired,42.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11797,11798,2002,keeping house,22.0,,,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,8.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11798,11799,2002,keeping house,25.0,,,9.0,pacific,1.0,0.0,0.0,$8000 to 9999,pacific,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11799,11800,2002,working fulltime,44.0,,,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,nrly every week,1,,3.0,0,1.0,1,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +11800,11801,2002,working fulltime,51.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11801,11802,2002,working parttime,31.0,no,iap,13.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,every week,2,,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11802,11803,2002,working parttime,24.0,no,iap,14.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,iap,4.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11803,11804,2002,working fulltime,30.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11804,11805,2002,working fulltime,30.0,yes,iap,12.0,mountain,1.0,2.0,0.0,$25000 or more,pacific,never,1,yes,0.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11805,11806,2002,working parttime,35.0,no,iap,12.0,south atlantic,0.0,2.0,0.0,$25000 or more,pacific,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11806,11807,2002,working fulltime,24.0,,,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11807,11808,2002,working parttime,24.0,no,iap,12.0,new england,1.0,2.0,0.0,$25000 or more,new england,2-3x a month,2,yes,6.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +11808,11809,2002,working fulltime,66.0,,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11809,11810,2002,working fulltime,51.0,no,iap,16.0,new england,0.0,2.0,1.0,$25000 or more,new england,once a year,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11810,11811,2002,working fulltime,29.0,,,12.0,new england,1.0,0.0,1.0,,new england,never,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11811,11812,2002,temp not working,45.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,once a year,2,yes,3.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11812,11813,2002,retired,,no,,11.0,new england,0.0,0.0,0.0,$8000 to 9999,new england,once a year,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11813,11814,2002,working fulltime,60.0,,,14.0,new england,0.0,0.0,0.0,,new england,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11814,11815,2002,keeping house,32.0,no,,14.0,new england,0.0,0.0,0.0,$7000 to 7999,new england,never,1,iap,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11815,11816,2002,working parttime,23.0,no,,11.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11816,11817,2002,working parttime,28.0,,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,2,,2.0,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11817,11818,2002,working fulltime,,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11818,11819,2002,working fulltime,49.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11819,11820,2002,working fulltime,51.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11820,11821,2002,working parttime,23.0,,iap,6.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,,3.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11821,11822,2002,working fulltime,51.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11822,11823,2002,working fulltime,29.0,,,10.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,never,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11823,11824,2002,working fulltime,,,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,,1,,2.0,0,0.0,1,,1,1,,,,0,0,0,0,1,0,0,1.0 +11824,11825,2002,working fulltime,35.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,1,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11825,11826,2002,working fulltime,52.0,,iap,16.0,foreign,0.0,0.0,0.0,$7000 to 7999,south atlantic,sevrl times a yr,0,iap,0.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +11826,11827,2002,working fulltime,57.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11827,11828,2002,working fulltime,22.0,yes,iap,10.0,south atlantic,0.0,1.0,1.0,$20000 - 24999,south atlantic,every week,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11828,11829,2002,keeping house,64.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,3.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11829,11830,2002,retired,46.0,,yes,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,5.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11830,11831,2002,working fulltime,64.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11831,11832,2002,working fulltime,49.0,no,iap,16.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,every week,1,iap,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11832,11833,2002,retired,36.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,3.0,1,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11833,11834,2002,retired,75.0,yes,,2.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11834,11835,2002,working parttime,46.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,2,iap,,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11835,11836,2002,keeping house,57.0,no,iap,16.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,0.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11836,11837,2002,retired,36.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,0,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11837,11838,2002,working parttime,32.0,no,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11838,11839,2002,working fulltime,43.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11839,11840,2002,retired,38.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,2,iap,4.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11840,11841,2002,working fulltime,47.0,no,iap,9.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11841,11842,2002,retired,31.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,1,iap,4.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11842,11843,2002,other,33.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,2,iap,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11843,11844,2002,working parttime,42.0,,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,,1,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11844,11845,2002,retired,33.0,no,iap,14.0,mountain,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11845,11846,2002,other,29.0,no,,6.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,2-3x a month,1,,3.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11846,11847,2002,retired,51.0,yes,,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,1,,2.0,0,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11847,11848,2002,retired,36.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11848,11849,2002,temp not working,34.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11849,11850,2002,retired,23.0,no,iap,8.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11850,11851,2002,working parttime,74.0,no,iap,18.0,south atlantic,0.0,2.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11851,11852,2002,working parttime,29.0,,,14.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,iap,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11852,11853,2002,working fulltime,51.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,iap,,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11853,11854,2002,working fulltime,52.0,,iap,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,2.0,1,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11854,11855,2002,working parttime,32.0,,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,1,iap,,0,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11855,11856,2002,retired,35.0,no,,7.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,iap,1.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0, +11856,11857,2002,working parttime,35.0,,,13.0,pacific,1.0,3.0,0.0,$4000 to 4999,w. sou. central,every week,1,,5.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11857,11858,2002,working parttime,47.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11858,11859,2002,working fulltime,35.0,,iap,9.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11859,11860,2002,working fulltime,30.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,5.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11860,11861,2002,working fulltime,43.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11861,11862,2002,working fulltime,60.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,yes,1.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11862,11863,2002,keeping house,46.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,2,,0.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11863,11864,2002,keeping house,28.0,no,,12.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11864,11865,2002,working fulltime,38.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$20000 - 24999,south atlantic,once a month,2,yes,2.0,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11865,11866,2002,working fulltime,35.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11866,11867,2002,working fulltime,40.0,no,iap,11.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11867,11868,2002,working fulltime,39.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11868,11869,2002,retired,51.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11869,11870,2002,"unempl, laid off",28.0,,iap,10.0,south atlantic,0.0,1.0,0.0,$10000 - 14999,south atlantic,once a month,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +11870,11871,2002,working fulltime,30.0,no,iap,11.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,once a year,2,iap,3.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11871,11872,2002,working fulltime,36.0,no,iap,13.0,pacific,3.0,1.0,0.0,$25000 or more,pacific,every week,2,,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11872,11873,2002,retired,60.0,,iap,15.0,middle atlantic,1.0,0.0,0.0,$10000 - 14999,pacific,once a month,1,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11873,11874,2002,working fulltime,49.0,,,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,3.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11874,11875,2002,working fulltime,51.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,3.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11875,11876,2002,other,51.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,pacific,lt once a year,1,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11876,11877,2002,other,34.0,,iap,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a month,1,,4.0,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11877,11878,2002,working fulltime,30.0,yes,iap,12.0,e. sou. central,0.0,1.0,1.0,$25000 or more,pacific,once a month,1,iap,3.0,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11878,11879,2002,working fulltime,42.0,no,iap,12.0,w. nor. central,2.0,1.0,0.0,$20000 - 24999,pacific,never,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11879,11880,2002,"unempl, laid off",45.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,0,iap,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11880,11881,2002,working fulltime,33.0,,iap,13.0,mountain,0.0,0.0,0.0,,mountain,never,2,,1.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11881,11882,2002,working parttime,49.0,,iap,16.0,mountain,0.0,1.0,1.0,$20000 - 24999,mountain,never,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11882,11883,2002,working fulltime,51.0,,iap,15.0,foreign,1.0,3.0,0.0,,mountain,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11883,11884,2002,working fulltime,51.0,yes,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,,1.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11884,11885,2002,retired,30.0,no,iap,8.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11885,11886,2002,working fulltime,22.0,,,8.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11886,11887,2002,working parttime,37.0,yes,iap,12.0,pacific,0.0,0.0,1.0,$20000 - 24999,w. nor. central,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11887,11888,2002,working parttime,23.0,yes,iap,12.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,never,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11888,11889,2002,working fulltime,51.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11889,11890,2002,working fulltime,27.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11890,11891,2002,working fulltime,66.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,sevrl times a yr,1,yes,,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11891,11892,2002,working fulltime,86.0,no,iap,20.0,w. sou. central,0.0,3.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,yes,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11892,11893,2002,school,,,,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11893,11894,2002,working parttime,49.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,more thn once wk,0,yes,3.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11894,11895,2002,working parttime,49.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,2.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11895,11896,2002,working fulltime,51.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +11896,11897,2002,retired,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11897,11898,2002,working fulltime,39.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,4.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11898,11899,2002,retired,42.0,yes,iap,,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,sevrl times a yr,1,,5.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11899,11900,2002,working fulltime,64.0,no,iap,19.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11900,11901,2002,working parttime,31.0,yes,iap,14.0,e. nor. central,0.0,1.0,1.0,$4000 to 4999,e. nor. central,more thn once wk,1,,2.0,0,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11901,11902,2002,working parttime,22.0,no,iap,6.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11902,11903,2002,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,0,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11903,11904,2002,keeping house,40.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,e. sou. central,every week,2,,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11904,11905,2002,"unempl, laid off",46.0,,,2.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,0,iap,,0,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +11905,11906,2002,working parttime,55.0,no,iap,17.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,nrly every week,1,,2.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11906,11907,2002,temp not working,44.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11907,11908,2002,working parttime,34.0,,,11.0,pacific,,,,$25000 or more,pacific,once a month,2,yes,3.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +11908,11909,2002,working parttime,27.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,2.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11909,11910,2002,working fulltime,33.0,no,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11910,11911,2002,other,23.0,no,,8.0,w. sou. central,0.0,0.0,1.0,,pacific,more thn once wk,0,,5.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11911,11912,2002,keeping house,,yes,iap,12.0,pacific,0.0,0.0,0.0,$5000 to 5999,pacific,never,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11912,11913,2002,"unempl, laid off",30.0,yes,iap,12.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,0,iap,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11913,11914,2002,working parttime,23.0,,,8.0,pacific,1.0,0.0,1.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11914,11915,2002,"unempl, laid off",45.0,,,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +11915,11916,2002,working fulltime,38.0,yes,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11916,11917,2002,working fulltime,41.0,,iap,12.0,w. sou. central,0.0,0.0,2.0,$15000 - 19999,w. sou. central,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11917,11918,2002,"unempl, laid off",43.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,1,iap,6.0,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11918,11919,2002,keeping house,31.0,no,,6.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11919,11920,2002,retired,31.0,no,,5.0,e. nor. central,0.0,0.0,0.0,,w. sou. central,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11920,11921,2002,working fulltime,47.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11921,11922,2002,working parttime,31.0,,,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,iap,20.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +11922,11923,2002,keeping house,,,,12.0,mountain,0.0,1.0,0.0,$1000 to 2999,w. sou. central,once a year,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11923,11924,2002,retired,,,yes,6.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,lt once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11924,11925,2002,working parttime,65.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,5.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11925,11926,2002,working fulltime,64.0,yes,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11926,11927,2002,working fulltime,51.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11927,11928,2002,retired,43.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11928,11929,2002,working fulltime,51.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11929,11930,2002,working fulltime,74.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,1.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11930,11931,2002,working fulltime,39.0,,iap,14.0,pacific,0.0,,,$25000 or more,pacific,once a year,2,,2.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11931,11932,2002,retired,41.0,yes,iap,14.0,south atlantic,,,,$25000 or more,pacific,never,1,yes,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11932,11933,2002,working fulltime,57.0,,,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11933,11934,2002,working parttime,22.0,,,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,1.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11934,11935,2002,working parttime,32.0,no,iap,13.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11935,11936,2002,working fulltime,42.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +11936,11937,2002,working fulltime,31.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,1.0 +11937,11938,2002,"unempl, laid off",37.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,yes,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11938,11939,2002,working parttime,27.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11939,11940,2002,retired,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,2,iap,4.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11940,11941,2002,working fulltime,57.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,4.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11941,11942,2002,temp not working,51.0,no,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11942,11943,2002,school,22.0,,,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11943,11944,2002,working fulltime,47.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,,4.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11944,11945,2002,working parttime,43.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,0,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11945,11946,2002,working fulltime,66.0,no,iap,15.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11946,11947,2002,keeping house,39.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11947,11948,2002,retired,36.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +11948,11949,2002,working fulltime,44.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11949,11950,2002,working parttime,39.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11950,11951,2002,working fulltime,61.0,,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,iap,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11951,11952,2002,keeping house,29.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,more thn once wk,1,,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11952,11953,2002,"unempl, laid off",32.0,,,12.0,middle atlantic,1.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11953,11954,2002,working parttime,51.0,,,8.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11954,11955,2002,retired,26.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,iap,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11955,11956,2002,working fulltime,30.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11956,11957,2002,working fulltime,51.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,,2.0,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11957,11958,2002,working fulltime,27.0,,,11.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a month,0,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11958,11959,2002,retired,60.0,no,iap,12.0,middle atlantic,2.0,2.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,2.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0, +11959,11960,2002,working fulltime,64.0,no,iap,16.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,,1,,4.0,0,1.0,0,,0,0,1.0,,,0,0,0,0,1,0,0,0.0 +11960,11961,2002,working fulltime,58.0,no,iap,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11961,11962,2002,"unempl, laid off",49.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11962,11963,2002,working fulltime,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11963,11964,2002,keeping house,29.0,no,iap,11.0,e. nor. central,0.0,0.0,1.0,$15000 - 19999,e. nor. central,never,2,iap,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11964,11965,2002,keeping house,47.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,6.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11965,11966,2002,working fulltime,29.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,0,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11966,11967,2002,working fulltime,32.0,yes,iap,10.0,foreign,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11967,11968,2002,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11968,11969,2002,working fulltime,49.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +11969,11970,2002,working fulltime,39.0,yes,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11970,11971,2002,retired,36.0,yes,,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11971,11972,2002,working fulltime,36.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11972,11973,2002,keeping house,,yes,,11.0,e. sou. central,0.0,0.0,0.0,,e. nor. central,never,2,,2.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11973,11974,2002,"unempl, laid off",20.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +11974,11975,2002,retired,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11975,11976,2002,retired,64.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11976,11977,2002,working parttime,41.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11977,11978,2002,retired,44.0,no,,9.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11978,11979,2002,working fulltime,64.0,,iap,18.0,w. nor. central,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +11979,11980,2002,working fulltime,75.0,no,iap,19.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11980,11981,2002,school,59.0,,iap,11.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +11981,11982,2002,retired,64.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,3.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11982,11983,2002,working fulltime,64.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,iap,,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11983,11984,2002,working fulltime,39.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11984,11985,2002,working fulltime,42.0,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,4.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,0,1,0,0, +11985,11986,2002,working fulltime,31.0,,iap,13.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +11986,11987,2002,working fulltime,39.0,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +11987,11988,2002,working parttime,34.0,no,iap,12.0,south atlantic,1.0,1.0,1.0,$10000 - 14999,south atlantic,once a month,2,iap,5.0,1,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +11988,11989,2002,"unempl, laid off",60.0,no,iap,13.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,every week,2,,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11989,11990,2002,working fulltime,47.0,yes,yes,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11990,11991,2002,keeping house,74.0,no,iap,16.0,mountain,,,,,pacific,more thn once wk,2,,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +11991,11992,2002,retired,64.0,yes,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +11992,11993,2002,retired,34.0,yes,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +11993,11994,2002,keeping house,52.0,no,iap,16.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,every week,2,,3.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +11994,11995,2002,school,,,,14.0,pacific,0.0,0.0,0.0,,pacific,once a month,2,yes,2.0,1,1.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0, +11995,11996,2002,working fulltime,43.0,no,iap,14.0,pacific,2.0,1.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +11996,11997,2002,school,51.0,yes,iap,13.0,south atlantic,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,1,iap,,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +11997,11998,2002,retired,30.0,no,iap,18.0,pacific,0.0,0.0,0.0,,pacific,every week,1,yes,7.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +11998,11999,2002,working fulltime,66.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,,pacific,nrly every week,2,,3.0,1,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +11999,12000,2002,retired,49.0,yes,iap,16.0,pacific,0.0,0.0,0.0,,pacific,lt once a year,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12000,12001,2002,working fulltime,30.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,2.0,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12001,12002,2002,keeping house,24.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12002,12003,2002,retired,62.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12003,12004,2002,retired,31.0,yes,,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12004,12005,2002,other,,,iap,14.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,never,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12005,12006,2002,working fulltime,42.0,,,12.0,e. sou. central,1.0,0.0,0.0,$8000 to 9999,e. sou. central,nrly every week,0,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12006,12007,2002,retired,64.0,no,,15.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,1,yes,,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12007,12008,2002,working fulltime,39.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,1,yes,5.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12008,12009,2002,working fulltime,46.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,,5.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12009,12010,2002,retired,51.0,yes,,8.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,never,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12010,12011,2002,"unempl, laid off",28.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12011,12012,2002,working parttime,51.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12012,12013,2002,keeping house,25.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,0,,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12013,12014,2002,working fulltime,64.0,,,11.0,middle atlantic,1.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12014,12015,2002,working fulltime,33.0,,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0, +12015,12016,2002,working fulltime,66.0,yes,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12016,12017,2002,school,17.0,,,11.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,2,yes,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12017,12018,2002,working fulltime,36.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12018,12019,2002,working fulltime,69.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12019,12020,2002,retired,30.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12020,12021,2002,other,27.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,iap,8.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12021,12022,2002,other,33.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,middle atlantic,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12022,12023,2002,working parttime,40.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,yes,5.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12023,12024,2002,retired,22.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12024,12025,2002,working fulltime,51.0,,,12.0,mountain,0.0,0.0,0.0,$4000 to 4999,middle atlantic,never,1,,6.0,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12025,12026,2002,working fulltime,42.0,yes,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12026,12027,2002,working fulltime,48.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,2.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12027,12028,2002,"unempl, laid off",28.0,,,10.0,foreign,0.0,0.0,2.0,$10000 - 14999,middle atlantic,nrly every week,1,,24.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,1.0 +12028,12029,2002,working fulltime,38.0,,,14.0,new england,0.0,0.0,0.0,$8000 to 9999,middle atlantic,never,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12029,12030,2002,keeping house,,no,iap,13.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,4.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12030,12031,2002,retired,47.0,,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,nrly every week,0,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12031,12032,2002,working fulltime,36.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12032,12033,2002,retired,64.0,yes,,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,5.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12033,12034,2002,working fulltime,51.0,no,iap,9.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12034,12035,2002,retired,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12035,12036,2002,working fulltime,51.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12036,12037,2002,retired,33.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12037,12038,2002,retired,22.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,nrly every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12038,12039,2002,working fulltime,45.0,no,iap,16.0,new england,1.0,0.0,0.0,$25000 or more,new england,once a month,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12039,12040,2002,working fulltime,49.0,no,iap,15.0,new england,1.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,11.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12040,12041,2002,other,40.0,,,12.0,new england,0.0,0.0,0.0,$7000 to 7999,new england,never,0,,11.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12041,12042,2002,retired,66.0,no,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12042,12043,2002,working fulltime,57.0,yes,,20.0,new england,0.0,0.0,1.0,$25000 or more,new england,once a month,0,iap,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12043,12044,2002,working fulltime,52.0,,,19.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,1,,3.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12044,12045,2002,keeping house,35.0,no,iap,8.0,new england,0.0,0.0,2.0,$15000 - 19999,new england,once a month,1,yes,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12045,12046,2002,working fulltime,64.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12046,12047,2002,working parttime,68.0,no,iap,16.0,new england,0.0,0.0,1.0,$25000 or more,new england,more thn once wk,1,,3.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12047,12048,2002,working fulltime,40.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,iap,0.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12048,12049,2002,working fulltime,39.0,yes,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,2.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12049,12050,2002,keeping house,42.0,,iap,9.0,mountain,1.0,1.0,0.0,$7000 to 7999,mountain,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12050,12051,2002,working parttime,24.0,,,9.0,foreign,1.0,1.0,1.0,$20000 - 24999,mountain,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12051,12052,2002,working fulltime,43.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12052,12053,2002,working fulltime,52.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,mountain,lt once a year,2,yes,5.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12053,12054,2002,school,,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12054,12055,2002,working parttime,47.0,,,14.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12055,12056,2002,keeping house,31.0,no,,8.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,mountain,never,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12056,12057,2002,working fulltime,31.0,,iap,8.0,pacific,1.0,1.0,0.0,,mountain,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12057,12058,2002,working fulltime,36.0,no,iap,13.0,new england,0.0,2.0,1.0,$25000 or more,new england,never,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12058,12059,2002,school,,,,13.0,new england,0.0,0.0,2.0,$25000 or more,new england,once a year,2,yes,3.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12059,12060,2002,working fulltime,66.0,no,iap,15.0,new england,2.0,1.0,0.0,$25000 or more,new england,lt once a year,2,,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12060,12061,2002,working fulltime,22.0,yes,yes,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12061,12062,2002,working fulltime,47.0,,,14.0,new england,0.0,1.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12062,12063,2002,working parttime,51.0,,,13.0,new england,0.0,1.0,1.0,$25000 or more,new england,2-3x a month,1,,5.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12063,12064,2002,working fulltime,68.0,,iap,15.0,foreign,0.0,0.0,0.0,,new england,2-3x a month,2,iap,,1,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12064,12065,2002,retired,32.0,no,,11.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,2-3x a month,0,yes,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12065,12066,2002,working fulltime,51.0,no,iap,2.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12066,12067,2002,keeping house,36.0,no,iap,14.0,w. nor. central,3.0,2.0,0.0,$25000 or more,w. sou. central,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12067,12068,2002,working parttime,47.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12068,12069,2002,working fulltime,59.0,no,iap,18.0,w. sou. central,2.0,1.0,2.0,$25000 or more,w. sou. central,more thn once wk,1,,1.0,0,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12069,12070,2002,working fulltime,53.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12070,12071,2002,working fulltime,33.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12071,12072,2002,working fulltime,61.0,yes,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,w. sou. central,nrly every week,2,,3.0,1,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12072,12073,2002,working fulltime,59.0,no,iap,16.0,south atlantic,0.0,1.0,1.0,,south atlantic,2-3x a month,1,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12073,12074,2002,working fulltime,57.0,no,iap,15.0,south atlantic,1.0,1.0,0.0,,south atlantic,2-3x a month,2,yes,1.0,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12074,12075,2002,retired,30.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,5.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12075,12076,2002,working fulltime,49.0,,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12076,12077,2002,working fulltime,33.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,0.0,1,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12077,12078,2002,working fulltime,42.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,3.0,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12078,12079,2002,"unempl, laid off",42.0,,,11.0,e. sou. central,1.0,2.0,0.0,$15000 - 19999,e. sou. central,nrly every week,1,iap,6.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0, +12079,12080,2002,school,23.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,every week,1,iap,4.0,0,0.0,1,,1,1,1.0,0.0,0.0,0,0,0,0,1,0,0, +12080,12081,2002,working parttime,60.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,sevrl times a yr,1,,0.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12081,12082,2002,keeping house,36.0,yes,,5.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12082,12083,2002,"unempl, laid off",34.0,,,11.0,e. sou. central,1.0,2.0,0.0,$1000 to 2999,e. sou. central,2-3x a month,1,iap,9.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +12083,12084,2002,working fulltime,33.0,,,10.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. sou. central,once a year,1,iap,3.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0, +12084,12085,2002,working parttime,40.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,sevrl times a yr,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12085,12086,2002,working fulltime,51.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12086,12087,2002,working fulltime,33.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12087,12088,2002,working fulltime,44.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,2,iap,,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12088,12089,2002,working fulltime,28.0,,,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0, +12089,12090,2002,keeping house,28.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,never,1,iap,8.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12090,12091,2002,working fulltime,51.0,yes,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12091,12092,2002,working fulltime,66.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12092,12093,2002,working fulltime,34.0,,,11.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12093,12094,2002,working fulltime,50.0,,iap,14.0,e. nor. central,0.0,0.0,1.0,$15000 - 19999,e. sou. central,never,1,iap,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12094,12095,2002,working fulltime,30.0,,yes,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,1,,4.0,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12095,12096,2002,working fulltime,25.0,,,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12096,12097,2002,working fulltime,28.0,,,12.0,pacific,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12097,12098,2002,working fulltime,30.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12098,12099,2002,working fulltime,22.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,yes,1.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12099,12100,2002,working fulltime,41.0,,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12100,12101,2002,working fulltime,62.0,yes,iap,18.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,,0.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12101,12102,2002,retired,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12102,12103,2002,keeping house,60.0,,,13.0,middle atlantic,0.0,1.0,0.0,$8000 to 9999,middle atlantic,2-3x a month,0,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12103,12104,2002,working fulltime,39.0,yes,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12104,12105,2002,working fulltime,33.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12105,12106,2002,retired,64.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,6.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12106,12107,2002,"unempl, laid off",20.0,,,11.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,once a year,2,iap,,1,1.0,1,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12107,12108,2002,working fulltime,30.0,no,iap,14.0,middle atlantic,1.0,2.0,1.0,$25000 or more,middle atlantic,more thn once wk,1,yes,1.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12108,12109,2002,working fulltime,44.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,,1.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12109,12110,2002,working fulltime,66.0,no,iap,19.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12110,12111,2002,working fulltime,60.0,,,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12111,12112,2002,working fulltime,50.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,5.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12112,12113,2002,working fulltime,46.0,,,12.0,middle atlantic,1.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12113,12114,2002,working fulltime,52.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12114,12115,2002,"unempl, laid off",29.0,,,8.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,middle atlantic,never,1,iap,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12115,12116,2002,working fulltime,44.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12116,12117,2002,other,24.0,,,8.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12117,12118,2002,retired,64.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12118,12119,2002,working fulltime,44.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12119,12120,2002,working fulltime,42.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,more thn once wk,1,iap,,0,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12120,12121,2002,school,24.0,,,15.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,0,iap,,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12121,12122,2002,working parttime,22.0,,,11.0,e. sou. central,3.0,0.0,0.0,lt $1000,e. sou. central,never,2,iap,2.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0, +12122,12123,2002,keeping house,31.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a year,1,,3.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12123,12124,2002,"unempl, laid off",32.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,e. sou. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12124,12125,2002,working fulltime,29.0,,,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,1,iap,6.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0, +12125,12126,2002,working parttime,31.0,,,9.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,lt once a year,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12126,12127,2002,retired,30.0,,iap,8.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12127,12128,2002,working fulltime,34.0,no,iap,12.0,e. sou. central,2.0,0.0,0.0,$15000 - 19999,e. sou. central,2-3x a month,2,yes,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12128,12129,2002,working fulltime,47.0,no,,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,0,yes,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12129,12130,2002,working fulltime,60.0,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12130,12131,2002,working fulltime,64.0,yes,,20.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,iap,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12131,12132,2002,working fulltime,64.0,no,iap,20.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,iap,2.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12132,12133,2002,working fulltime,66.0,no,iap,20.0,e. sou. central,1.0,2.0,0.0,$25000 or more,e. sou. central,every week,1,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12133,12134,2002,working fulltime,61.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12134,12135,2002,keeping house,36.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,lt once a year,0,iap,,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12135,12136,2002,working fulltime,40.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12136,12137,2002,other,22.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,2,iap,,1,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12137,12138,2002,retired,74.0,no,yes,20.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,2.0,1,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12138,12139,2002,working fulltime,50.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12139,12140,2002,"unempl, laid off",63.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,iap,,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12140,12141,2002,retired,51.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,,4.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12141,12142,2002,retired,47.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,5.0,1,1.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12142,12143,2002,working fulltime,51.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,0.0,1,,1,1,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12143,12144,2002,working fulltime,74.0,yes,iap,16.0,e. sou. central,1.0,2.0,0.0,$25000 or more,south atlantic,once a year,2,iap,3.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12144,12145,2002,retired,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12145,12146,2002,school,,,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,0,iap,5.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12146,12147,2002,working fulltime,36.0,,,10.0,south atlantic,2.0,0.0,0.0,$5000 to 5999,south atlantic,never,1,,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12147,12148,2002,working fulltime,49.0,,,16.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12148,12149,2002,"unempl, laid off",51.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,,3.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12149,12150,2002,working fulltime,32.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12150,12151,2002,working fulltime,34.0,yes,iap,12.0,e. sou. central,1.0,1.0,1.0,$15000 - 19999,south atlantic,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12151,12152,2002,other,42.0,yes,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,0,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12152,12153,2002,working fulltime,37.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12153,12154,2002,working fulltime,30.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12154,12155,2002,working fulltime,45.0,,,14.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12155,12156,2002,working fulltime,43.0,,,14.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,more thn once wk,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12156,12157,2002,working fulltime,36.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12157,12158,2002,working fulltime,21.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12158,12159,2002,working fulltime,47.0,no,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12159,12160,2002,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,3.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12160,12161,2002,working fulltime,71.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12161,12162,2002,working fulltime,49.0,no,iap,13.0,e. nor. central,0.0,2.0,0.0,$25000 or more,new england,nrly every week,1,iap,2.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12162,12163,2002,"unempl, laid off",50.0,,iap,12.0,e. nor. central,0.0,2.0,1.0,$25000 or more,new england,nrly every week,1,,5.0,0,0.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12163,12164,2002,other,22.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,new england,once a year,1,iap,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12164,12165,2002,working fulltime,56.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,new england,once a month,0,iap,3.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +12165,12166,2002,temp not working,35.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,new england,,0,iap,,0,0.0,1,,0,0,,,,0,0,0,0,1,0,0,0.0 +12166,12167,2002,school,,,,19.0,south atlantic,1.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,,0.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12167,12168,2002,"unempl, laid off",51.0,,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12168,12169,2002,working fulltime,49.0,no,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12169,12170,2002,working fulltime,61.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12170,12171,2002,retired,31.0,no,,11.0,w. sou. central,0.0,0.0,2.0,$8000 to 9999,w. sou. central,every week,1,iap,5.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0, +12171,12172,2002,working fulltime,54.0,,,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,iap,,1,1.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12172,12173,2002,keeping house,41.0,no,iap,12.0,w. sou. central,2.0,0.0,0.0,,w. sou. central,every week,2,,4.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12173,12174,2002,"unempl, laid off",57.0,,yes,16.0,foreign,1.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12174,12175,2002,working parttime,42.0,,,13.0,south atlantic,2.0,1.0,0.0,$5000 to 5999,south atlantic,2-3x a month,1,iap,2.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +12175,12176,2002,working fulltime,49.0,yes,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,0.0,1,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12176,12177,2002,working fulltime,43.0,no,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,iap,4.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +12177,12178,2002,working fulltime,44.0,,iap,15.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,1.0 +12178,12179,2002,working fulltime,49.0,no,iap,13.0,new england,1.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12179,12180,2002,other,51.0,no,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12180,12181,2002,working fulltime,64.0,,iap,13.0,south atlantic,0.0,3.0,2.0,$20000 - 24999,south atlantic,every week,0,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12181,12182,2002,working fulltime,47.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12182,12183,2002,keeping house,23.0,yes,iap,6.0,foreign,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,yes,8.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12183,12184,2002,working fulltime,,,iap,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,2,,2.0,1,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12184,12185,2002,keeping house,44.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12185,12186,2002,retired,46.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,4.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12186,12187,2002,retired,47.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,4.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12187,12188,2002,working fulltime,74.0,yes,,12.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12188,12189,2002,working fulltime,64.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,1.0,0,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12189,12190,2002,working parttime,34.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,0,iap,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0, +12190,12191,2002,working parttime,65.0,,iap,19.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12191,12192,2002,working fulltime,61.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12192,12193,2002,working fulltime,34.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,4.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12193,12194,2002,working fulltime,47.0,,,14.0,middle atlantic,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,iap,,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12194,12195,2002,working fulltime,44.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12195,12196,2002,working fulltime,33.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,,1,iap,,0,1.0,0,,0,0,,,,0,0,0,0,1,0,0,1.0 +12196,12197,2002,other,,,iap,15.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,once a month,0,,8.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12197,12198,2002,working fulltime,74.0,,,16.0,foreign,0.0,0.0,0.0,,e. nor. central,,1,,3.0,0,1.0,0,,0,0,,,,0,0,0,0,1,0,0,0.0 +12198,12199,2002,working fulltime,22.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,2.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12199,12200,2002,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12200,12201,2002,working fulltime,32.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12201,12202,2002,working fulltime,34.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,2,,4.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12202,12203,2002,working fulltime,32.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12203,12204,2002,working fulltime,30.0,no,iap,11.0,e. nor. central,0.0,2.0,2.0,$25000 or more,e. nor. central,once a year,0,,3.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12204,12205,2002,keeping house,,,iap,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12205,12206,2002,working parttime,21.0,,,14.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12206,12207,2002,working fulltime,43.0,,iap,18.0,foreign,0.0,1.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12207,12208,2002,working fulltime,22.0,yes,iap,10.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,nrly every week,1,iap,,0,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12208,12209,2002,other,42.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,10.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12209,12210,2002,working fulltime,49.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12210,12211,2002,working fulltime,64.0,no,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12211,12212,2002,working fulltime,39.0,no,iap,14.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12212,12213,2002,working fulltime,64.0,no,iap,18.0,middle atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12213,12214,2002,retired,61.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12214,12215,2002,working fulltime,49.0,yes,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12215,12216,2002,working fulltime,66.0,no,iap,18.0,foreign,,,,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12216,12217,2002,working fulltime,39.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12217,12218,2002,working fulltime,44.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12218,12219,2002,keeping house,46.0,yes,,16.0,new england,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,iap,3.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12219,12220,2002,working fulltime,36.0,,,12.0,middle atlantic,0.0,2.0,0.0,,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12220,12221,2002,working fulltime,42.0,,,12.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12221,12222,2002,retired,36.0,no,,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,lt once a year,0,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12222,12223,2002,working fulltime,42.0,,iap,12.0,foreign,0.0,0.0,0.0,$3000 to 3999,south atlantic,once a year,1,iap,4.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12223,12224,2002,keeping house,30.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,0,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12224,12225,2002,working fulltime,22.0,,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. nor. central,,0,iap,,0,1.0,1,,0,0,,,,0,0,0,0,1,0,0,0.0 +12225,12226,2002,"unempl, laid off",29.0,,,,w. nor. central,1.0,0.0,0.0,,w. nor. central,,1,iap,,0,0.0,1,,0,0,,,,0,0,0,0,1,0,0, +12226,12227,2002,retired,32.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,2-3x a month,2,,6.0,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12227,12228,2002,"unempl, laid off",28.0,,iap,14.0,e. sou. central,1.0,2.0,0.0,$20000 - 24999,w. nor. central,once a month,2,iap,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12228,12229,2002,keeping house,36.0,no,iap,12.0,w. nor. central,4.0,1.0,0.0,$25000 or more,w. nor. central,every week,1,,2.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12229,12230,2002,working fulltime,28.0,,,11.0,w. nor. central,3.0,1.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12230,12231,2002,"unempl, laid off",32.0,,iap,14.0,w. nor. central,0.0,1.0,1.0,$10000 - 14999,w. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12231,12232,2002,working fulltime,30.0,,iap,12.0,w. nor. central,0.0,1.0,1.0,$10000 - 14999,w. nor. central,2-3x a month,0,,6.0,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12232,12233,2002,working fulltime,41.0,,,14.0,w. nor. central,1.0,2.0,0.0,$20000 - 24999,w. nor. central,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12233,12234,2002,working fulltime,46.0,no,,8.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,2-3x a month,1,,5.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12234,12235,2002,working fulltime,28.0,,iap,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,2,iap,,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12235,12236,2002,working parttime,60.0,yes,,15.0,e. nor. central,0.0,0.0,0.0,,mountain,never,0,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12236,12237,2002,working fulltime,51.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,2.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12237,12238,2002,working fulltime,49.0,no,iap,12.0,foreign,1.0,0.0,0.0,$25000 or more,mountain,once a month,2,iap,,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12238,12239,2002,working fulltime,39.0,,,13.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12239,12240,2002,keeping house,30.0,no,,13.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,more thn once wk,2,,6.0,1,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12240,12241,2002,working fulltime,51.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,iap,1.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12241,12242,2002,working fulltime,41.0,,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,0,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12242,12243,2002,working parttime,56.0,no,iap,16.0,w. nor. central,1.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12243,12244,2002,working fulltime,44.0,,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,2,,1.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12244,12245,2002,working fulltime,48.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12245,12246,2002,working fulltime,51.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,0,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12246,12247,2002,working fulltime,51.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,1.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12247,12248,2002,working parttime,34.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$10000 - 14999,e. nor. central,once a year,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12248,12249,2002,working fulltime,49.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,5.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12249,12250,2002,retired,42.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,2,iap,,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12250,12251,2002,working fulltime,19.0,,,13.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12251,12252,2002,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12252,12253,2002,working fulltime,59.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12253,12254,2002,working fulltime,40.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12254,12255,2002,working fulltime,59.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,1.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12255,12256,2002,keeping house,28.0,no,iap,12.0,e. nor. central,0.0,3.0,0.0,$25000 or more,e. nor. central,every week,2,,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12256,12257,2002,retired,54.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12257,12258,2002,working fulltime,22.0,,,0.0,foreign,0.0,0.0,2.0,$20000 - 24999,south atlantic,2-3x a month,0,iap,2.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12258,12259,2002,working fulltime,69.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12259,12260,2002,working fulltime,40.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,2.0,1,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12260,12261,2002,school,,,iap,9.0,south atlantic,0.0,1.0,2.0,$6000 to 6999,south atlantic,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12261,12262,2002,working fulltime,34.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12262,12263,2002,retired,39.0,yes,,12.0,foreign,0.0,0.0,0.0,$8000 to 9999,south atlantic,sevrl times a yr,1,,16.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12263,12264,2002,working parttime,32.0,no,,12.0,pacific,0.0,0.0,0.0,,pacific,once a month,2,yes,4.0,1,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12264,12265,2002,"unempl, laid off",36.0,,,11.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,0,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12265,12266,2002,working fulltime,49.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12266,12267,2002,retired,,no,iap,14.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,every week,2,iap,5.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12267,12268,2002,working fulltime,32.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12268,12269,2002,working fulltime,48.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12269,12270,2002,retired,44.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,5.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12270,12271,2002,keeping house,43.0,,,11.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,0,iap,8.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12271,12272,2002,other,49.0,,,14.0,new england,0.0,0.0,0.0,$6000 to 6999,pacific,never,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12272,12273,2002,other,,,,16.0,foreign,0.0,0.0,0.0,$15000 - 19999,pacific,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12273,12274,2002,school,64.0,no,iap,16.0,foreign,1.0,2.0,0.0,,pacific,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12274,12275,2002,working parttime,52.0,no,iap,15.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,once a year,1,,2.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12275,12276,2002,working fulltime,43.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12276,12277,2002,working parttime,56.0,no,iap,20.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12277,12278,2002,working parttime,48.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12278,12279,2002,working fulltime,51.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12279,12280,2002,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12280,12281,2002,retired,33.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a month,2,,1.0,1,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12281,12282,2002,keeping house,,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,0,iap,,0,1.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12282,12283,2002,working fulltime,42.0,,,12.0,middle atlantic,1.0,1.0,0.0,$20000 - 24999,middle atlantic,more thn once wk,2,iap,1.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0, +12283,12284,2002,temp not working,66.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12284,12285,2002,working parttime,65.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12285,12286,2002,keeping house,,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,0,,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12286,12287,2002,working parttime,42.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12287,12288,2002,keeping house,,,,12.0,south atlantic,1.0,0.0,0.0,,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12288,12289,2002,working fulltime,27.0,no,iap,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12289,12290,2002,working fulltime,51.0,,,12.0,south atlantic,0.0,3.0,2.0,$25000 or more,south atlantic,once a year,2,iap,5.0,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0, +12290,12291,2002,working parttime,29.0,,iap,15.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,nrly every week,1,,3.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12291,12292,2002,working fulltime,36.0,,,11.0,south atlantic,2.0,1.0,0.0,$10000 - 14999,south atlantic,once a year,1,iap,,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12292,12293,2002,working fulltime,32.0,,,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,iap,10.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0, +12293,12294,2002,working fulltime,28.0,,,12.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,sevrl times a yr,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12294,12295,2002,working fulltime,74.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,3.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12295,12296,2002,working fulltime,51.0,,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,,1.0,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12296,12297,2002,working parttime,69.0,no,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12297,12298,2002,working fulltime,44.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12298,12299,2002,retired,65.0,no,iap,17.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12299,12300,2002,working fulltime,28.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12300,12301,2002,working fulltime,39.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12301,12302,2002,working parttime,39.0,no,iap,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12302,12303,2002,temp not working,31.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,4.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12303,12304,2002,temp not working,64.0,,iap,17.0,mountain,0.0,1.0,1.0,$25000 or more,pacific,2-3x a month,0,,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12304,12305,2002,working fulltime,64.0,no,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12305,12306,2002,retired,,no,iap,2.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,2.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12306,12307,2002,working fulltime,39.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12307,12308,2002,working fulltime,66.0,no,iap,17.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12308,12309,2002,working fulltime,51.0,,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12309,12310,2002,working parttime,51.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12310,12311,2002,working fulltime,49.0,no,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12311,12312,2002,working parttime,45.0,,,17.0,foreign,0.0,0.0,0.0,$8000 to 9999,mountain,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12312,12313,2002,working fulltime,52.0,,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12313,12314,2002,working fulltime,41.0,,iap,13.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12314,12315,2002,school,21.0,,,15.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,mountain,sevrl times a yr,1,iap,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12315,12316,2002,school,,,,14.0,pacific,0.0,0.0,0.0,,mountain,,2,iap,2.0,1,1.0,0,,0,0,1.0,,,0,0,0,0,1,0,0, +12316,12317,2002,school,53.0,,,15.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12317,12318,2002,working fulltime,44.0,,,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,2-3x a month,1,yes,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12318,12319,2002,working fulltime,30.0,,iap,2.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,4.0,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12319,12320,2002,school,42.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12320,12321,2002,school,38.0,,,13.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,sevrl times a yr,1,,0.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12321,12322,2002,school,,,,13.0,foreign,0.0,0.0,0.0,$1000 to 2999,w. nor. central,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12322,12323,2002,school,,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,0,iap,0.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12323,12324,2002,working parttime,22.0,,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12324,12325,2002,school,52.0,,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,lt once a year,1,,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12325,12326,2002,working fulltime,66.0,,,15.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12326,12327,2002,working fulltime,49.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,0,iap,,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12327,12328,2002,working fulltime,69.0,,,19.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12328,12329,2002,keeping house,42.0,yes,iap,12.0,new england,0.0,1.0,1.0,$20000 - 24999,w. nor. central,every week,2,,3.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12329,12330,2002,working fulltime,32.0,,,14.0,w. nor. central,,,,$10000 - 14999,w. nor. central,2-3x a month,1,iap,3.0,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12330,12331,2002,working fulltime,42.0,,,12.0,w. nor. central,0.0,1.0,1.0,$10000 - 14999,w. nor. central,2-3x a month,2,iap,6.0,1,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +12331,12332,2002,keeping house,34.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,more thn once wk,1,,4.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,1.0 +12332,12333,2002,working fulltime,51.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12333,12334,2002,working fulltime,64.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12334,12335,2002,working fulltime,34.0,no,iap,12.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,once a month,2,,3.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12335,12336,2002,working fulltime,51.0,,iap,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12336,12337,2002,retired,22.0,no,,10.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,more thn once wk,1,,8.0,0,1.0,1,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12337,12338,2002,working fulltime,45.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,iap,1.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12338,12339,2002,keeping house,46.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,2,,8.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12339,12340,2002,working fulltime,71.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12340,12341,2002,working fulltime,69.0,,,16.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,never,2,iap,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12341,12342,2002,working fulltime,73.0,no,iap,16.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,2.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12342,12343,2002,working fulltime,69.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12343,12344,2002,working fulltime,65.0,no,iap,16.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,lt once a year,2,yes,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12344,12345,2002,other,46.0,,iap,13.0,south atlantic,0.0,2.0,0.0,$15000 - 19999,south atlantic,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12345,12346,2002,other,60.0,no,iap,20.0,e. sou. central,0.0,1.0,2.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12346,12347,2002,retired,62.0,yes,yes,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,3.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12347,12348,2002,working parttime,21.0,no,,12.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,never,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12348,12349,2002,"unempl, laid off",60.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,0,,5.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12349,12350,2002,working fulltime,66.0,yes,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12350,12351,2002,"unempl, laid off",51.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,4.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12351,12352,2002,temp not working,49.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12352,12353,2002,working fulltime,74.0,,yes,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,0.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12353,12354,2002,working fulltime,49.0,no,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12354,12355,2002,working fulltime,53.0,,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12355,12356,2002,working fulltime,38.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12356,12357,2002,working fulltime,52.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12357,12358,2002,working parttime,47.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12358,12359,2002,retired,64.0,no,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12359,12360,2002,keeping house,32.0,no,iap,18.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12360,12361,2002,working fulltime,51.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12361,12362,2002,retired,51.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,,south atlantic,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12362,12363,2002,working fulltime,51.0,no,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12363,12364,2002,working parttime,50.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12364,12365,2002,working fulltime,49.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,1.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12365,12366,2002,working parttime,49.0,,,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12366,12367,2002,working fulltime,49.0,,iap,10.0,south atlantic,1.0,1.0,1.0,$25000 or more,south atlantic,once a month,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12367,12368,2002,retired,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12368,12369,2002,working fulltime,44.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12369,12370,2002,working fulltime,66.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12370,12371,2002,working fulltime,53.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,yes,2.0,1,0.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12371,12372,2002,working parttime,39.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,3.0,1,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12372,12373,2002,working fulltime,34.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,,0,1.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12373,12374,2002,other,29.0,,iap,8.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,more thn once wk,1,iap,1.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0, +12374,12375,2002,working fulltime,29.0,,iap,12.0,south atlantic,3.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,2.0,1,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12375,12376,2002,working fulltime,24.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12376,12377,2002,working fulltime,35.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,yes,2.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12377,12378,2002,working parttime,28.0,,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,sevrl times a yr,2,iap,,1,0.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12378,12379,2002,retired,86.0,no,iap,17.0,foreign,0.0,0.0,0.0,$10000 - 14999,new england,2-3x a month,1,iap,3.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12379,12380,2002,retired,43.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,,4.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12380,12381,2002,working parttime,60.0,,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,new england,never,0,iap,0.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12381,12382,2002,working fulltime,47.0,,,16.0,new england,0.0,0.0,0.0,$8000 to 9999,new england,more thn once wk,1,,1.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12382,12383,2002,working fulltime,75.0,,,19.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12383,12384,2002,working fulltime,74.0,no,iap,20.0,middle atlantic,1.0,0.0,0.0,$25000 or more,new england,every week,1,iap,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12384,12385,2002,retired,49.0,no,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,5.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12385,12386,2002,working fulltime,69.0,,,18.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,3.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12386,12387,2002,working fulltime,51.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12387,12388,2002,keeping house,57.0,no,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,new england,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12388,12389,2002,working fulltime,35.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,2,iap,2.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12389,12390,2002,temp not working,52.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12390,12391,2002,working parttime,29.0,no,iap,12.0,new england,0.0,0.0,2.0,$25000 or more,new england,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12391,12392,2002,working parttime,29.0,no,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,yes,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12392,12393,2002,working fulltime,52.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,3.0,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0, +12393,12394,2002,keeping house,,,iap,10.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,iap,8.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0, +12394,12395,2002,working fulltime,27.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,1.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12395,12396,2002,school,28.0,,,12.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,never,2,iap,,1,0.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12396,12397,2002,keeping house,,no,iap,16.0,foreign,0.0,0.0,0.0,,south atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12397,12398,2002,working fulltime,34.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,lt once a year,1,yes,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12398,12399,2002,working fulltime,66.0,,iap,19.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,1.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12399,12400,2002,working fulltime,36.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,1,iap,3.0,0,0.0,1,,0,0,,0.0,1.0,0,0,0,0,1,0,0, +12400,12401,2002,working fulltime,39.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,1.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12401,12402,2002,other,48.0,,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,iap,,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12402,12403,2002,working fulltime,32.0,no,iap,10.0,foreign,,,,$25000 or more,south atlantic,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12403,12404,2002,working fulltime,61.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12404,12405,2002,working fulltime,59.0,no,iap,17.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12405,12406,2002,working fulltime,74.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12406,12407,2002,working fulltime,64.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,3.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12407,12408,2002,working fulltime,65.0,,,16.0,middle atlantic,0.0,0.0,0.0,,south atlantic,never,2,iap,1.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12408,12409,2002,working fulltime,31.0,,,12.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12409,12410,2002,working parttime,30.0,yes,yes,14.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,1.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0, +12410,12411,2002,working fulltime,31.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,once a month,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12411,12412,2002,keeping house,34.0,,,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12412,12413,2002,retired,30.0,no,iap,9.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,2-3x a month,1,yes,8.0,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12413,12414,2002,retired,69.0,,yes,8.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,every week,2,,5.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12414,12415,2002,other,34.0,no,,0.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,once a month,2,yes,0.0,1,1.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12415,12416,2002,working fulltime,28.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,every week,2,yes,,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12416,12417,2002,working fulltime,31.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,more thn once wk,1,,2.0,0,0.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12417,12418,2002,working fulltime,54.0,no,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12418,12419,2002,working fulltime,42.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,0,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12419,12420,2002,working fulltime,35.0,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12420,12421,2002,temp not working,47.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,0,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12421,12422,2002,working fulltime,44.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12422,12423,2002,working fulltime,22.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12423,12424,2002,keeping house,46.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,every week,1,yes,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12424,12425,2002,working fulltime,33.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12425,12426,2002,working fulltime,54.0,no,iap,18.0,w. nor. central,2.0,2.0,2.0,$25000 or more,mountain,every week,1,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12426,12427,2002,keeping house,34.0,no,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,iap,,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12427,12428,2002,working parttime,74.0,,,14.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,never,1,,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12428,12429,2002,working fulltime,66.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12429,12430,2002,working fulltime,66.0,,iap,14.0,pacific,0.0,0.0,2.0,$25000 or more,mountain,2-3x a month,2,,0.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12430,12431,2002,working fulltime,61.0,no,iap,16.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,every week,1,yes,1.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12431,12432,2002,retired,60.0,no,,15.0,mountain,0.0,0.0,0.0,$1000 to 2999,mountain,every week,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12432,12433,2002,working fulltime,43.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,yes,3.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12433,12434,2002,working fulltime,19.0,yes,yes,16.0,new england,0.0,0.0,0.0,,new england,lt once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12434,12435,2002,retired,29.0,no,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,,8.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12435,12436,2002,working fulltime,64.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12436,12437,2002,working fulltime,46.0,yes,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12437,12438,2002,working fulltime,51.0,,iap,14.0,new england,2.0,0.0,0.0,$25000 or more,new england,once a year,1,,9.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12438,12439,2002,working fulltime,74.0,no,iap,20.0,middle atlantic,0.0,2.0,0.0,$25000 or more,new england,every week,1,iap,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12439,12440,2002,retired,69.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,new england,never,1,iap,,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12440,12441,2002,working fulltime,34.0,no,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12441,12442,2002,retired,30.0,no,iap,11.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12442,12443,2002,working fulltime,30.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,yes,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12443,12444,2002,working fulltime,34.0,,,12.0,new england,0.0,0.0,0.0,,new england,more thn once wk,2,iap,,1,1.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12444,12445,2002,retired,45.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12445,12446,2002,retired,46.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,4.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12446,12447,2002,working fulltime,24.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12447,12448,2002,retired,24.0,,,6.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,sevrl times a yr,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12448,12449,2002,retired,17.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,never,1,yes,22.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12449,12450,2002,"unempl, laid off",22.0,,,12.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,nrly every week,2,,3.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12450,12451,2002,school,34.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,never,1,iap,,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12451,12452,2002,keeping house,44.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12452,12453,2002,working fulltime,42.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12453,12454,2002,working fulltime,66.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12454,12455,2002,working fulltime,69.0,yes,iap,6.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,yes,3.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12455,12456,2002,working fulltime,39.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12456,12457,2002,working fulltime,43.0,yes,iap,13.0,w. sou. central,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12457,12458,2002,working fulltime,22.0,,iap,10.0,e. sou. central,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12458,12459,2002,retired,32.0,no,,3.0,south atlantic,0.0,0.0,2.0,$5000 to 5999,south atlantic,once a year,0,yes,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12459,12460,2002,retired,61.0,yes,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12460,12461,2002,working parttime,58.0,no,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12461,12462,2002,working fulltime,39.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,1,yes,,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12462,12463,2002,working fulltime,30.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12463,12464,2002,working fulltime,22.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,2.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12464,12465,2002,working fulltime,31.0,,,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,yes,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12465,12466,2002,working fulltime,27.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,3.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12466,12467,2002,working fulltime,31.0,,,8.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12467,12468,2002,working fulltime,39.0,,,12.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12468,12469,2002,working fulltime,29.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12469,12470,2002,working fulltime,40.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12470,12471,2002,retired,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12471,12472,2002,working parttime,55.0,yes,iap,17.0,w. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,3.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12472,12473,2002,working fulltime,23.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,0,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12473,12474,2002,retired,60.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,yes,4.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12474,12475,2002,working fulltime,32.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,5.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12475,12476,2002,working fulltime,22.0,,,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12476,12477,2002,working fulltime,35.0,no,iap,13.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12477,12478,2002,working fulltime,66.0,no,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12478,12479,2002,retired,54.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12479,12480,2002,working fulltime,64.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,4.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12480,12481,2002,working fulltime,29.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12481,12482,2002,keeping house,,no,yes,8.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,sevrl times a yr,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12482,12483,2002,keeping house,49.0,,iap,10.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12483,12484,2002,keeping house,,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,5.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12484,12485,2002,working parttime,32.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,,1,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12485,12486,2002,working parttime,39.0,,,14.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12486,12487,2002,working fulltime,51.0,yes,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12487,12488,2002,school,,,,14.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12488,12489,2002,retired,36.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,1,iap,5.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12489,12490,2002,working fulltime,64.0,no,iap,20.0,foreign,0.0,2.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12490,12491,2002,working fulltime,64.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,,w. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12491,12492,2002,working fulltime,44.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12492,12493,2002,keeping house,47.0,no,yes,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,,5.0,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12493,12494,2002,working fulltime,51.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12494,12495,2002,working fulltime,60.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12495,12496,2002,working fulltime,39.0,yes,iap,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12496,12497,2002,working parttime,54.0,,,15.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,once a month,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12497,12498,2002,retired,27.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,never,1,yes,5.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12498,12499,2002,other,23.0,,,4.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,never,1,,0.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12499,12500,2002,working fulltime,30.0,no,iap,12.0,e. sou. central,3.0,1.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12500,12501,2002,working fulltime,31.0,no,iap,10.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,never,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12501,12502,2002,working fulltime,23.0,yes,iap,8.0,e. sou. central,0.0,1.0,0.0,$10000 - 14999,e. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12502,12503,2002,working fulltime,34.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,once a year,1,yes,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12503,12504,2002,working fulltime,42.0,,iap,12.0,e. sou. central,0.0,1.0,1.0,$15000 - 19999,e. sou. central,every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12504,12505,2002,working fulltime,42.0,,,8.0,w. sou. central,0.0,0.0,1.0,$10000 - 14999,w. sou. central,2-3x a month,1,iap,8.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0, +12505,12506,2002,other,42.0,yes,iap,11.0,w. sou. central,3.0,1.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12506,12507,2002,retired,31.0,no,,4.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,,3.0,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12507,12508,2002,"unempl, laid off",39.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12508,12509,2002,working fulltime,40.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12509,12510,2002,retired,,no,,0.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12510,12511,2002,keeping house,22.0,,,11.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,2-3x a month,1,,5.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12511,12512,2002,working fulltime,36.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12512,12513,2002,keeping house,,no,iap,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12513,12514,2002,working fulltime,,no,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,nrly every week,1,yes,3.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12514,12515,2002,keeping house,43.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12515,12516,2002,retired,50.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,1.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12516,12517,2002,retired,46.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12517,12518,2002,working fulltime,74.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,0,,2.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12518,12519,2002,working fulltime,43.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,yes,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12519,12520,2002,keeping house,43.0,no,iap,16.0,e. nor. central,1.0,0.0,1.0,$25000 or more,e. nor. central,lt once a year,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12520,12521,2002,working fulltime,34.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12521,12522,2002,working fulltime,30.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12522,12523,2002,temp not working,42.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,3.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12523,12524,2002,working fulltime,42.0,no,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12524,12525,2002,working fulltime,49.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12525,12526,2002,"unempl, laid off",28.0,no,iap,12.0,e. nor. central,1.0,0.0,3.0,$25000 or more,e. nor. central,never,1,,2.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12526,12527,2002,working fulltime,23.0,no,iap,2.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12527,12528,2002,working fulltime,42.0,,iap,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,iap,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12528,12529,2002,working fulltime,42.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,0,,5.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12529,12530,2002,working parttime,27.0,,,12.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12530,12531,2002,keeping house,32.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,every week,2,,4.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12531,12532,2002,retired,27.0,no,iap,8.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,yes,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12532,12533,2002,working parttime,43.0,yes,iap,13.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12533,12534,2002,working parttime,42.0,yes,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12534,12535,2002,working fulltime,65.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12535,12536,2002,working fulltime,47.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,3.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12536,12537,2002,working fulltime,33.0,yes,iap,13.0,w. nor. central,1.0,0.0,0.0,,w. nor. central,never,2,,5.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12537,12538,2002,retired,30.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,yes,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12538,12539,2002,retired,45.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,,5.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12539,12540,2002,working fulltime,36.0,no,iap,12.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12540,12541,2002,retired,48.0,no,,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,1,yes,3.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12541,12542,2002,working fulltime,39.0,no,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12542,12543,2002,working fulltime,51.0,,,14.0,mountain,1.0,1.0,0.0,$15000 - 19999,e. sou. central,once a month,1,,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12543,12544,2002,working fulltime,31.0,yes,iap,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,2,yes,7.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12544,12545,2002,retired,23.0,no,,7.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,e. sou. central,more thn once wk,1,,1.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12545,12546,2002,working parttime,46.0,no,iap,13.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,1,yes,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12546,12547,2002,working fulltime,40.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12547,12548,2002,retired,50.0,no,,1.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12548,12549,2002,working fulltime,66.0,no,iap,15.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12549,12550,2002,working parttime,36.0,,,12.0,w. nor. central,0.0,0.0,0.0,lt $1000,w. nor. central,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12550,12551,2002,working fulltime,29.0,,,11.0,pacific,0.0,0.0,0.0,$8000 to 9999,w. nor. central,once a year,2,,5.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12551,12552,2002,retired,39.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,never,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12552,12553,2002,working parttime,66.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12553,12554,2002,working fulltime,39.0,no,iap,12.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,once a year,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12554,12555,2002,working fulltime,42.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,mountain,2-3x a month,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12555,12556,2002,working fulltime,31.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12556,12557,2002,working fulltime,43.0,,,15.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,mountain,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12557,12558,2002,working fulltime,39.0,no,iap,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,yes,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12558,12559,2002,keeping house,23.0,no,iap,4.0,mountain,0.0,0.0,0.0,,mountain,every week,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12559,12560,2002,working fulltime,40.0,,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,lt once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12560,12561,2002,working fulltime,35.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12561,12562,2002,working fulltime,40.0,no,iap,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12562,12563,2002,working fulltime,42.0,yes,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12563,12564,2002,working fulltime,38.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,yes,3.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12564,12565,2002,working fulltime,24.0,,iap,11.0,middle atlantic,0.0,2.0,0.0,,middle atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12565,12566,2002,temp not working,28.0,no,iap,12.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,4.0,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12566,12567,2002,retired,66.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12567,12568,2002,"unempl, laid off",23.0,,iap,3.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,2-3x a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12568,12569,2002,school,42.0,,,13.0,middle atlantic,1.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12569,12570,2002,working parttime,42.0,,iap,13.0,mountain,0.0,0.0,1.0,$3000 to 3999,middle atlantic,never,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12570,12571,2002,working fulltime,36.0,no,iap,12.0,middle atlantic,0.0,0.0,3.0,$25000 or more,middle atlantic,lt once a year,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12571,12572,2002,working fulltime,42.0,no,iap,13.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,5.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12572,12573,2002,working fulltime,40.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12573,12574,2002,keeping house,,yes,iap,13.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,once a month,2,iap,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12574,12575,2002,keeping house,,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,3.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12575,12576,2002,working fulltime,22.0,,,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,2,,3.0,1,0.0,1,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12576,12577,2002,retired,64.0,no,,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,4.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12577,12578,2002,working fulltime,49.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,0.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12578,12579,2002,"unempl, laid off",22.0,,,15.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,nrly every week,2,iap,3.0,1,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0, +12579,12580,2002,working fulltime,65.0,yes,iap,12.0,south atlantic,1.0,3.0,0.0,$25000 or more,south atlantic,nrly every week,2,,8.0,1,1.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,1.0 +12580,12581,2002,working parttime,22.0,,,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,0,iap,5.0,0,0.0,1,,1,1,1.0,0.0,1.0,0,0,0,0,1,0,0, +12581,12582,2002,working fulltime,42.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12582,12583,2002,working fulltime,51.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,0.0,1,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12583,12584,2002,working fulltime,47.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12584,12585,2002,retired,73.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12585,12586,2002,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,once a year,2,yes,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12586,12587,2002,working parttime,24.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,3.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12587,12588,2002,working fulltime,64.0,yes,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12588,12589,2002,working fulltime,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12589,12590,2002,working parttime,29.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12590,12591,2002,temp not working,35.0,,,9.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,0,iap,,0,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12591,12592,2002,keeping house,,,,9.0,south atlantic,3.0,2.0,1.0,$5000 to 5999,south atlantic,never,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12592,12593,2002,working fulltime,51.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,2.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12593,12594,2002,working fulltime,65.0,,iap,16.0,w. nor. central,2.0,1.0,1.0,$25000 or more,w. nor. central,2-3x a month,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12594,12595,2002,working fulltime,86.0,,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,iap,1.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12595,12596,2002,working fulltime,60.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12596,12597,2002,working fulltime,39.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12597,12598,2002,working fulltime,74.0,,iap,16.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12598,12599,2002,working fulltime,44.0,,,15.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12599,12600,2002,other,25.0,,,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a month,2,iap,8.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12600,12601,2002,working fulltime,56.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,1.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12601,12602,2002,retired,,no,,8.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,2-3x a month,1,iap,,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12602,12603,2002,working fulltime,57.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12603,12604,2002,working fulltime,44.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,,3.0,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12604,12605,2002,working fulltime,48.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12605,12606,2002,working fulltime,42.0,,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,iap,6.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12606,12607,2002,retired,41.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,never,2,yes,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12607,12608,2002,retired,41.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,iap,2.0,0,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0, +12608,12609,2002,working fulltime,22.0,,,16.0,w. nor. central,0.0,1.0,0.0,$15000 - 19999,w. nor. central,more thn once wk,1,,3.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12609,12610,2002,working fulltime,36.0,yes,iap,16.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12610,12611,2002,working parttime,32.0,,,12.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,every week,1,iap,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12611,12612,2002,school,31.0,no,iap,15.0,new england,0.0,0.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12612,12613,2002,working fulltime,22.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12613,12614,2002,working fulltime,74.0,no,iap,14.0,e. nor. central,2.0,1.0,0.0,$25000 or more,w. nor. central,nrly every week,2,iap,,1,0.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12614,12615,2002,working fulltime,24.0,yes,iap,14.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12615,12616,2002,retired,34.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,1,,2.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12616,12617,2002,retired,66.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12617,12618,2002,working fulltime,48.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12618,12619,2002,working fulltime,42.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12619,12620,2002,working fulltime,39.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,2.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12620,12621,2002,working fulltime,46.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12621,12622,2002,working fulltime,32.0,yes,iap,9.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12622,12623,2002,retired,53.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,5.0,0,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12623,12624,2002,working fulltime,27.0,,,12.0,e. nor. central,0.0,1.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,0,,5.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12624,12625,2002,working fulltime,47.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12625,12626,2002,working fulltime,53.0,no,iap,13.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12626,12627,2002,working fulltime,64.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12627,12628,2002,working fulltime,29.0,,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12628,12629,2002,working parttime,31.0,,,0.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,2,,3.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12629,12630,2002,retired,70.0,yes,iap,8.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12630,12631,2002,"unempl, laid off",25.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12631,12632,2002,working parttime,28.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12632,12633,2002,working fulltime,61.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,3.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12633,12634,2002,keeping house,46.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,2,yes,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12634,12635,2002,keeping house,34.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12635,12636,2002,working parttime,28.0,no,,9.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,2,,10.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12636,12637,2002,working parttime,29.0,no,iap,12.0,middle atlantic,2.0,0.0,0.0,$8000 to 9999,middle atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12637,12638,2002,working fulltime,48.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12638,12639,2002,working fulltime,35.0,,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12639,12640,2002,working fulltime,36.0,,,17.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12640,12641,2002,working fulltime,20.0,,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,,6.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12641,12642,2002,working fulltime,46.0,,,14.0,south atlantic,0.0,1.0,0.0,$15000 - 19999,south atlantic,nrly every week,2,iap,,1,0.0,1,,1,1,,0.0,1.0,0,0,0,0,1,0,0,1.0 +12642,12643,2002,retired,40.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,2.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12643,12644,2002,working fulltime,33.0,,,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,3.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12644,12645,2002,working fulltime,44.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12645,12646,2002,working fulltime,68.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,yes,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12646,12647,2002,working fulltime,43.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12647,12648,2002,retired,69.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,2,iap,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12648,12649,2002,working fulltime,30.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,0,yes,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12649,12650,2002,"unempl, laid off",57.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12650,12651,2002,retired,32.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,0,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12651,12652,2002,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12652,12653,2002,working fulltime,51.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12653,12654,2002,working fulltime,45.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12654,12655,2002,other,24.0,yes,iap,0.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12655,12656,2002,retired,33.0,yes,,6.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12656,12657,2002,working fulltime,17.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,every week,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12657,12658,2002,temp not working,47.0,no,iap,13.0,w. sou. central,,,,,w. sou. central,lt once a year,1,iap,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12658,12659,2002,working parttime,25.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12659,12660,2002,working fulltime,47.0,,iap,15.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12660,12661,2002,working fulltime,46.0,no,iap,13.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,once a month,1,,2.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12661,12662,2002,working fulltime,59.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,,1,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12662,12663,2002,working fulltime,40.0,,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a month,2,yes,2.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12663,12664,2002,working fulltime,65.0,no,iap,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,1.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12664,12665,2002,school,27.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12665,12666,2002,working fulltime,48.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,1.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12666,12667,2002,keeping house,43.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,,0,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12667,12668,2002,keeping house,66.0,yes,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12668,12669,2002,other,38.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,1,,12.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12669,12670,2002,working fulltime,51.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12670,12671,2002,temp not working,51.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,,3.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12671,12672,2002,working fulltime,23.0,no,iap,12.0,w. sou. central,0.0,2.0,0.0,$20000 - 24999,w. sou. central,never,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12672,12673,2002,retired,51.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,4.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0, +12673,12674,2002,working fulltime,33.0,,iap,12.0,w. sou. central,0.0,3.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,1,,0.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12674,12675,2002,retired,51.0,no,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,yes,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12675,12676,2002,keeping house,23.0,no,,11.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. sou. central,once a year,0,,6.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12676,12677,2002,keeping house,28.0,yes,iap,12.0,w. sou. central,0.0,2.0,0.0,$20000 - 24999,w. sou. central,never,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12677,12678,2002,working fulltime,51.0,,,12.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,1.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12678,12679,2002,working fulltime,29.0,no,iap,8.0,w. sou. central,1.0,1.0,0.0,$15000 - 19999,w. sou. central,never,1,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12679,12680,2002,working fulltime,64.0,no,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,,1.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12680,12681,2002,working fulltime,74.0,no,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,2,iap,,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12681,12682,2002,working fulltime,28.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,5.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12682,12683,2002,working fulltime,17.0,,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,0,iap,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0, +12683,12684,2002,working fulltime,44.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12684,12685,2002,working fulltime,66.0,,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12685,12686,2002,working fulltime,22.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,lt once a year,2,yes,,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12686,12687,2002,working fulltime,50.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12687,12688,2002,working fulltime,65.0,,,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,,4.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12688,12689,2002,working parttime,45.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,0,yes,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0, +12689,12690,2002,working fulltime,47.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,,4.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12690,12691,2002,working fulltime,20.0,no,iap,12.0,south atlantic,0.0,0.0,2.0,,south atlantic,nrly every week,1,yes,,0,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12691,12692,2002,temp not working,17.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12692,12693,2002,working parttime,23.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12693,12694,2002,retired,42.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12694,12695,2002,keeping house,,no,,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,yes,8.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12695,12696,2002,working parttime,28.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,1,,4.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12696,12697,2002,working fulltime,47.0,yes,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12697,12698,2002,temp not working,49.0,,iap,14.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,every week,1,,1.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12698,12699,2002,working fulltime,28.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12699,12700,2002,retired,32.0,no,,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,,3.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12700,12701,2002,retired,61.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12701,12702,2002,working parttime,34.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12702,12703,2002,keeping house,64.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,2.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12703,12704,2002,working fulltime,39.0,,,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12704,12705,2002,working fulltime,36.0,yes,yes,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12705,12706,2002,working parttime,22.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,5.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12706,12707,2002,working parttime,47.0,,,19.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12707,12708,2002,keeping house,42.0,,,12.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,once a month,1,,2.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12708,12709,2002,working fulltime,39.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12709,12710,2002,working fulltime,73.0,,iap,18.0,e. nor. central,0.0,3.0,0.0,$25000 or more,e. nor. central,once a month,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12710,12711,2002,working fulltime,48.0,yes,iap,16.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,once a year,2,iap,2.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12711,12712,2002,working parttime,32.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12712,12713,2002,working fulltime,31.0,,,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,4.0,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12713,12714,2002,retired,25.0,,,6.0,foreign,0.0,0.0,0.0,,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12714,12715,2002,working fulltime,28.0,,iap,10.0,foreign,0.0,0.0,0.0,,middle atlantic,2-3x a month,0,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12715,12716,2002,working fulltime,31.0,,,12.0,middle atlantic,1.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12716,12717,2002,keeping house,44.0,,iap,16.0,south atlantic,1.0,1.0,1.0,,middle atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12717,12718,2002,"unempl, laid off",35.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,0,iap,8.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0, +12718,12719,2002,working fulltime,39.0,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,1.0 +12719,12720,2002,working parttime,39.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,0.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12720,12721,2002,retired,64.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12721,12722,2002,retired,49.0,yes,yes,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,,4.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12722,12723,2002,retired,42.0,,iap,10.0,middle atlantic,0.0,0.0,2.0,,mountain,once a month,2,yes,1.0,1,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12723,12724,2002,retired,30.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,6.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12724,12725,2002,working fulltime,68.0,no,iap,19.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12725,12726,2002,keeping house,,,iap,12.0,e. nor. central,2.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12726,12727,2002,retired,32.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,2-3x a month,1,iap,,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12727,12728,2002,working fulltime,33.0,,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12728,12729,2002,school,36.0,,,15.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12729,12730,2002,working fulltime,33.0,no,iap,11.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,lt once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12730,12731,2002,working fulltime,63.0,no,iap,20.0,foreign,0.0,0.0,1.0,,mountain,never,1,iap,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12731,12732,2002,working fulltime,33.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12732,12733,2002,working fulltime,27.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12733,12734,2002,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12734,12735,2002,working fulltime,45.0,no,yes,16.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,every week,1,,1.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12735,12736,2002,retired,23.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,2,iap,10.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12736,12737,2002,working fulltime,44.0,yes,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12737,12738,2002,working fulltime,65.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12738,12739,2002,retired,42.0,no,,11.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,once a month,1,iap,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12739,12740,2002,working fulltime,24.0,,,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,0,,5.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12740,12741,2002,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12741,12742,2002,retired,66.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,2,iap,3.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12742,12743,2002,working fulltime,27.0,yes,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12743,12744,2002,working fulltime,86.0,no,iap,20.0,middle atlantic,,,,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12744,12745,2002,retired,51.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,,1,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12745,12746,2002,retired,,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,yes,3.0,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12746,12747,2002,retired,,no,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,e. sou. central,nrly every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12747,12748,2002,keeping house,28.0,yes,iap,12.0,mountain,3.0,1.0,0.0,$20000 - 24999,e. sou. central,every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12748,12749,2002,retired,,no,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,0,,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12749,12750,2002,keeping house,,no,,10.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,1,,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12750,12751,2002,working fulltime,32.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12751,12752,2002,"unempl, laid off",61.0,yes,iap,18.0,foreign,0.0,0.0,1.0,,new england,never,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12752,12753,2002,working fulltime,65.0,no,iap,17.0,new england,1.0,1.0,0.0,$25000 or more,new england,sevrl times a yr,2,,1.0,1,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12753,12754,2002,working fulltime,69.0,no,iap,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,2,yes,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12754,12755,2002,"unempl, laid off",29.0,,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,1,,10.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12755,12756,2002,working fulltime,61.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12756,12757,2002,working fulltime,66.0,no,iap,14.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,every week,1,,2.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12757,12758,2002,working fulltime,46.0,yes,iap,14.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,more thn once wk,2,,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0,0.0 +12758,12759,2002,working parttime,86.0,,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12759,12760,2002,working fulltime,30.0,,yes,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12760,12761,2002,working fulltime,36.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,1.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12761,12762,2002,working fulltime,74.0,,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,3.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12762,12763,2002,school,66.0,,iap,12.0,w. sou. central,0.0,2.0,0.0,$15000 - 19999,w. sou. central,lt once a year,1,iap,1.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12763,12764,2002,working fulltime,74.0,no,iap,8.0,w. sou. central,1.0,0.0,0.0,,w. sou. central,never,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12764,12765,2002,temp not working,29.0,,,12.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. sou. central,once a year,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12765,12766,2002,working parttime,29.0,,,10.0,south atlantic,0.0,0.0,1.0,,south atlantic,nrly every week,2,iap,2.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,0,1,0,0, +12766,12767,2002,working fulltime,74.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12767,12768,2002,keeping house,47.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,yes,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0, +12768,12769,2002,retired,49.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,,w. sou. central,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12769,12770,2002,keeping house,44.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12770,12771,2002,working fulltime,52.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12771,12772,2002,"unempl, laid off",36.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,mountain,never,1,,4.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12772,12773,2002,retired,46.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12773,12774,2002,working fulltime,61.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12774,12775,2002,"unempl, laid off",51.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,0,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,1,0,0,1.0 +12775,12776,2002,working parttime,28.0,,,14.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,mountain,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,1.0 +12776,12777,2002,working fulltime,63.0,,,19.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,never,2,yes,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12777,12778,2002,school,,,,14.0,mountain,0.0,0.0,0.0,$8000 to 9999,w. nor. central,sevrl times a yr,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,1.0 +12778,12779,2002,school,,,,12.0,w. nor. central,0.0,0.0,0.0,$1000 to 2999,w. nor. central,once a year,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12779,12780,2002,retired,44.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,5.0,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12780,12781,2002,working fulltime,46.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$3000 to 3999,w. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12781,12782,2002,working parttime,47.0,,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12782,12783,2002,working fulltime,50.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12783,12784,2002,other,,,iap,16.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,2-3x a month,0,yes,,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,1,0,0,1.0 +12784,12785,2002,other,,,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,1,iap,6.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0, +12785,12786,2002,working fulltime,36.0,,iap,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12786,12787,2002,retired,22.0,yes,,9.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,yes,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0, +12787,12788,2002,working parttime,22.0,no,iap,16.0,mountain,2.0,1.0,0.0,$25000 or more,mountain,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0,0.0 +12788,12789,2002,working fulltime,57.0,,,15.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,iap,2.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12789,12790,2002,working fulltime,51.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12790,12791,2002,working fulltime,34.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,2,yes,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12791,12792,2002,other,,,iap,9.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12792,12793,2002,working fulltime,29.0,,,14.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,nrly every week,1,iap,3.0,0,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,1,0,0, +12793,12794,2002,working fulltime,39.0,,,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12794,12795,2002,working fulltime,51.0,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,1,0,0, +12795,12796,2002,working fulltime,47.0,,iap,10.0,e. sou. central,0.0,2.0,0.0,$15000 - 19999,e. sou. central,sevrl times a yr,2,iap,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12796,12797,2002,working fulltime,32.0,,iap,16.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12797,12798,2002,working fulltime,25.0,,,11.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,1,0,0, +12798,12799,2002,retired,34.0,,yes,5.0,w. sou. central,0.0,0.0,0.0,$3000 to 3999,w. nor. central,2-3x a month,2,yes,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,1,0,0, +12799,12800,2002,working fulltime,60.0,,,16.0,new england,0.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12800,12801,2002,other,29.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,every week,0,,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12801,12802,2002,retired,59.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12802,12803,2002,working fulltime,64.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12803,12804,2002,working fulltime,47.0,no,,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12804,12805,2002,working fulltime,39.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,6.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12805,12806,2002,working fulltime,51.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12806,12807,2002,retired,36.0,no,iap,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0, +12807,12808,2002,retired,51.0,no,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,every week,1,,3.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,1,0,0,0.0 +12808,12809,2002,school,44.0,,,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,1,0,0, +12809,12810,2002,keeping house,43.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,0,,5.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,1,0,0,1.0 +12810,12811,2002,working fulltime,44.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,2.0,1,1.0,1,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0, +12811,12812,2002,working fulltime,35.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,iap,,1,1.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,1,0,0,0.0 +12812,12813,2002,working fulltime,35.0,,,9.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,new england,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,1,0,0,0.0 +12813,12814,2002,working fulltime,34.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,1,0,0,0.0 +12814,12815,2004,working fulltime,28.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,0.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12815,12816,2004,"unempl, laid off",31.0,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,1,iap,4.0,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12816,12817,2004,working fulltime,51.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12817,12818,2004,working parttime,32.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12818,12819,2004,working parttime,74.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12819,12820,2004,working fulltime,43.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,3.0,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12820,12821,2004,working fulltime,36.0,,,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a month,1,iap,,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +12821,12822,2004,school,,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12822,12823,2004,other,23.0,,,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0,1.0 +12823,12824,2004,school,57.0,,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12824,12825,2004,retired,65.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12825,12826,2004,retired,46.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,,4.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12826,12827,2004,working fulltime,47.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,2,,2.0,1,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12827,12828,2004,working fulltime,48.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +12828,12829,2004,working fulltime,39.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12829,12830,2004,working fulltime,63.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +12830,12831,2004,"unempl, laid off",61.0,,,16.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,0,,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +12831,12832,2004,keeping house,43.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,0,,5.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,0,0,1,0,1.0 +12832,12833,2004,working fulltime,60.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12833,12834,2004,keeping house,,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,iap,12.0,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12834,12835,2004,working fulltime,46.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,2.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +12835,12836,2004,other,,,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12836,12837,2004,working parttime,42.0,,,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +12837,12838,2004,working parttime,34.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,7.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12838,12839,2004,working fulltime,57.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +12839,12840,2004,keeping house,28.0,no,iap,16.0,foreign,1.0,2.0,0.0,$25000 or more,new england,nrly every week,2,iap,0.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +12840,12841,2004,working fulltime,65.0,no,iap,18.0,pacific,0.0,2.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12841,12842,2004,retired,32.0,no,,14.0,new england,0.0,0.0,0.0,,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +12842,12843,2004,keeping house,,no,iap,14.0,middle atlantic,,,,,middle atlantic,2-3x a month,1,,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12843,12844,2004,working fulltime,69.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12844,12845,2004,working parttime,29.0,,,14.0,foreign,0.0,2.0,1.0,$15000 - 19999,middle atlantic,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12845,12846,2004,working fulltime,46.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,1.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12846,12847,2004,working fulltime,44.0,no,iap,18.0,foreign,0.0,0.0,0.0,,middle atlantic,once a month,1,,6.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12847,12848,2004,working fulltime,43.0,,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,iap,,1,1.0,1,,1,1,,0.0,1.0,0,0,0,0,0,1,0,1.0 +12848,12849,2004,working fulltime,45.0,no,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,every week,0,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12849,12850,2004,working parttime,35.0,,,17.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +12850,12851,2004,"unempl, laid off",51.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +12851,12852,2004,"unempl, laid off",,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12852,12853,2004,working fulltime,45.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12853,12854,2004,working parttime,36.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12854,12855,2004,retired,33.0,,iap,13.0,middle atlantic,2.0,0.0,0.0,,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12855,12856,2004,working parttime,28.0,,iap,12.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,sevrl times a yr,0,iap,4.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +12856,12857,2004,working fulltime,64.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12857,12858,2004,working fulltime,60.0,no,iap,19.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0, +12858,12859,2004,working parttime,29.0,no,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12859,12860,2004,working fulltime,31.0,no,iap,8.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12860,12861,2004,working fulltime,54.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +12861,12862,2004,working fulltime,30.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,0,iap,3.0,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12862,12863,2004,retired,28.0,no,,8.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,iap,20.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +12863,12864,2004,keeping house,42.0,no,iap,12.0,foreign,,,,,middle atlantic,nrly every week,1,iap,3.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +12864,12865,2004,working fulltime,49.0,no,iap,14.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,lt once a year,2,iap,0.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +12865,12866,2004,"unempl, laid off",53.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,3.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12866,12867,2004,working fulltime,36.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12867,12868,2004,working fulltime,51.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12868,12869,2004,working parttime,22.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12869,12870,2004,working fulltime,44.0,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +12870,12871,2004,working fulltime,74.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12871,12872,2004,working fulltime,49.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12872,12873,2004,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12873,12874,2004,working fulltime,36.0,,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12874,12875,2004,working fulltime,59.0,yes,iap,16.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,lt once a year,1,,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12875,12876,2004,working fulltime,32.0,,,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +12876,12877,2004,working fulltime,23.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,3.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12877,12878,2004,"unempl, laid off",22.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,never,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +12878,12879,2004,working fulltime,48.0,,,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12879,12880,2004,working fulltime,75.0,no,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12880,12881,2004,school,29.0,,,15.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +12881,12882,2004,working fulltime,51.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +12882,12883,2004,keeping house,,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,,3.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +12883,12884,2004,temp not working,64.0,no,iap,18.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +12884,12885,2004,keeping house,,no,iap,16.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,once a month,1,,8.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12885,12886,2004,working fulltime,66.0,,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12886,12887,2004,"unempl, laid off",36.0,,,15.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +12887,12888,2004,working fulltime,52.0,no,iap,19.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12888,12889,2004,working fulltime,48.0,no,iap,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12889,12890,2004,working fulltime,51.0,no,iap,13.0,pacific,,,0.0,$25000 or more,pacific,once a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +12890,12891,2004,retired,48.0,,iap,14.0,pacific,0.0,0.0,0.0,,pacific,sevrl times a yr,0,,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12891,12892,2004,working fulltime,51.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,,2.0,1,1.0,1,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +12892,12893,2004,working fulltime,30.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12893,12894,2004,working fulltime,44.0,no,iap,16.0,foreign,0.0,0.0,0.0,$1000 to 2999,pacific,2-3x a month,0,,3.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12894,12895,2004,working fulltime,32.0,,,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +12895,12896,2004,temp not working,55.0,,,19.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,never,0,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +12896,12897,2004,school,69.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,0,,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +12897,12898,2004,working fulltime,42.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,iap,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +12898,12899,2004,working parttime,51.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12899,12900,2004,retired,50.0,no,yes,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12900,12901,2004,retired,51.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12901,12902,2004,working parttime,48.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12902,12903,2004,school,,yes,iap,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,1,yes,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12903,12904,2004,keeping house,46.0,yes,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12904,12905,2004,working fulltime,31.0,,,14.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,once a year,1,,3.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12905,12906,2004,working fulltime,39.0,no,iap,14.0,pacific,,,,,pacific,2-3x a month,1,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +12906,12907,2004,working fulltime,65.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12907,12908,2004,working fulltime,65.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12908,12909,2004,working fulltime,51.0,no,iap,12.0,pacific,1.0,2.0,2.0,$25000 or more,pacific,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +12909,12910,2004,working parttime,42.0,,,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12910,12911,2004,school,32.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,,3.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0,1.0 +12911,12912,2004,working fulltime,51.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12912,12913,2004,working fulltime,47.0,no,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +12913,12914,2004,school,,,,15.0,mountain,0.0,0.0,0.0,$1000 to 2999,pacific,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12914,12915,2004,working parttime,36.0,,,15.0,pacific,0.0,0.0,0.0,,pacific,2-3x a month,1,iap,7.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +12915,12916,2004,working fulltime,49.0,,iap,15.0,foreign,0.0,0.0,0.0,,pacific,never,0,iap,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12916,12917,2004,working fulltime,66.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12917,12918,2004,working fulltime,66.0,no,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +12918,12919,2004,working fulltime,54.0,,,14.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +12919,12920,2004,working parttime,46.0,no,iap,13.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a month,0,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +12920,12921,2004,"unempl, laid off",53.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12921,12922,2004,working parttime,42.0,,,16.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,pacific,2-3x a month,1,iap,5.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +12922,12923,2004,working fulltime,48.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +12923,12924,2004,working fulltime,42.0,no,iap,15.0,pacific,0.0,0.0,0.0,,pacific,,2,,,1,1.0,0,,1,0,,,,0,0,0,0,0,1,0,0.0 +12924,12925,2004,working fulltime,50.0,yes,iap,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,every week,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +12925,12926,2004,working fulltime,30.0,,,11.0,pacific,1.0,0.0,0.0,,pacific,lt once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12926,12927,2004,keeping house,29.0,,,6.0,foreign,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +12927,12928,2004,working parttime,51.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +12928,12929,2004,keeping house,,,iap,10.0,pacific,0.0,1.0,0.0,$5000 to 5999,pacific,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12929,12930,2004,working fulltime,44.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12930,12931,2004,keeping house,43.0,no,iap,12.0,w. sou. central,0.0,1.0,0.0,$25000 or more,pacific,every week,2,yes,5.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12931,12932,2004,retired,47.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,4.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12932,12933,2004,working fulltime,45.0,,iap,16.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +12933,12934,2004,working fulltime,41.0,,,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,0,iap,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12934,12935,2004,keeping house,32.0,no,iap,9.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,,4.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12935,12936,2004,keeping house,23.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12936,12937,2004,working fulltime,51.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +12937,12938,2004,working fulltime,25.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12938,12939,2004,working fulltime,53.0,,,16.0,new england,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12939,12940,2004,working fulltime,63.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12940,12941,2004,working fulltime,45.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12941,12942,2004,keeping house,,no,iap,14.0,foreign,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12942,12943,2004,working parttime,17.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +12943,12944,2004,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,8.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12944,12945,2004,retired,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12945,12946,2004,retired,69.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,2.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +12946,12947,2004,working fulltime,51.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12947,12948,2004,retired,49.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12948,12949,2004,working fulltime,30.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,iap,,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12949,12950,2004,retired,45.0,no,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +12950,12951,2004,working parttime,63.0,no,iap,15.0,foreign,0.0,2.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12951,12952,2004,temp not working,43.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12952,12953,2004,working parttime,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,4.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12953,12954,2004,working parttime,43.0,,,15.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12954,12955,2004,other,49.0,yes,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12955,12956,2004,working parttime,47.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12956,12957,2004,working fulltime,50.0,no,iap,20.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12957,12958,2004,working parttime,51.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12958,12959,2004,working parttime,,no,iap,18.0,w. sou. central,0.0,1.0,0.0,$25000 or more,e. nor. central,more thn once wk,0,,1.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +12959,12960,2004,working fulltime,,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12960,12961,2004,temp not working,43.0,,,15.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,8.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0, +12961,12962,2004,keeping house,34.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,2,iap,3.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0, +12962,12963,2004,working fulltime,51.0,,,13.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,never,1,iap,,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12963,12964,2004,working parttime,32.0,,,11.0,pacific,1.0,0.0,0.0,,pacific,every week,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +12964,12965,2004,keeping house,,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12965,12966,2004,retired,65.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12966,12967,2004,temp not working,65.0,yes,iap,13.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,never,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12967,12968,2004,keeping house,36.0,yes,iap,13.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,once a month,1,,4.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +12968,12969,2004,working fulltime,32.0,no,iap,14.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12969,12970,2004,working parttime,28.0,yes,iap,13.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,once a month,2,iap,2.0,1,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +12970,12971,2004,keeping house,,no,iap,9.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,6.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12971,12972,2004,working fulltime,52.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,2,,0.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12972,12973,2004,retired,,no,iap,8.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,never,2,yes,,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12973,12974,2004,working fulltime,38.0,,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12974,12975,2004,working fulltime,86.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,1.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12975,12976,2004,working fulltime,51.0,no,iap,16.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +12976,12977,2004,working fulltime,54.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +12977,12978,2004,working parttime,39.0,yes,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,2-3x a month,2,,1.0,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12978,12979,2004,working fulltime,35.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +12979,12980,2004,working fulltime,39.0,,,13.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12980,12981,2004,working fulltime,40.0,yes,iap,2.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12981,12982,2004,working parttime,61.0,no,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12982,12983,2004,working fulltime,51.0,,,9.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +12983,12984,2004,working fulltime,31.0,,iap,15.0,pacific,0.0,0.0,0.0,,pacific,every week,2,iap,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12984,12985,2004,working parttime,24.0,no,iap,11.0,pacific,0.0,0.0,0.0,$6000 to 6999,pacific,never,1,,12.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +12985,12986,2004,working fulltime,46.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12986,12987,2004,working fulltime,51.0,,iap,12.0,pacific,0.0,2.0,2.0,$25000 or more,pacific,never,2,yes,2.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +12987,12988,2004,working fulltime,48.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0,1.0 +12988,12989,2004,working fulltime,44.0,no,iap,14.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12989,12990,2004,"unempl, laid off",51.0,,,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +12990,12991,2004,working fulltime,38.0,,,12.0,e. nor. central,0.0,0.0,0.0,,pacific,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +12991,12992,2004,working fulltime,51.0,,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12992,12993,2004,working fulltime,46.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +12993,12994,2004,working fulltime,42.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,8.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +12994,12995,2004,working fulltime,57.0,,iap,12.0,middle atlantic,0.0,1.0,0.0,$20000 - 24999,middle atlantic,2-3x a month,0,iap,3.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0, +12995,12996,2004,keeping house,,no,iap,16.0,foreign,0.0,2.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +12996,12997,2004,working fulltime,43.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,1.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0, +12997,12998,2004,working fulltime,64.0,yes,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,5.0,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12998,12999,2004,working fulltime,59.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,yes,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +12999,13000,2004,working fulltime,47.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13000,13001,2004,retired,32.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,2.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13001,13002,2004,retired,65.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,yes,8.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13002,13003,2004,working fulltime,38.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13003,13004,2004,working fulltime,39.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13004,13005,2004,keeping house,31.0,no,iap,12.0,middle atlantic,3.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13005,13006,2004,working fulltime,51.0,yes,iap,20.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,lt once a year,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13006,13007,2004,keeping house,54.0,no,iap,18.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13007,13008,2004,working fulltime,27.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13008,13009,2004,other,,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,0,iap,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13009,13010,2004,working fulltime,42.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13010,13011,2004,keeping house,,,,10.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,0,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13011,13012,2004,working fulltime,28.0,,iap,16.0,w. sou. central,1.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13012,13013,2004,working fulltime,24.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13013,13014,2004,retired,29.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,,6.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13014,13015,2004,working fulltime,28.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13015,13016,2004,working fulltime,53.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13016,13017,2004,working fulltime,51.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13017,13018,2004,working fulltime,66.0,,iap,16.0,foreign,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,1,iap,2.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0, +13018,13019,2004,working fulltime,32.0,yes,yes,17.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13019,13020,2004,temp not working,29.0,,iap,8.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,never,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13020,13021,2004,working fulltime,31.0,,iap,14.0,foreign,0.0,0.0,1.0,$15000 - 19999,south atlantic,never,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13021,13022,2004,working fulltime,32.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13022,13023,2004,working fulltime,57.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,8.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13023,13024,2004,retired,,no,,12.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,lt once a year,0,iap,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13024,13025,2004,working fulltime,49.0,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13025,13026,2004,working fulltime,35.0,,,12.0,south atlantic,3.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13026,13027,2004,"unempl, laid off",47.0,,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,iap,10.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13027,13028,2004,working fulltime,32.0,,,14.0,south atlantic,0.0,2.0,3.0,$25000 or more,south atlantic,every week,1,iap,4.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0, +13028,13029,2004,working fulltime,47.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,,1,,4.0,0,1.0,1,,1,1,0.0,,,0,0,0,0,0,1,0,1.0 +13029,13030,2004,keeping house,60.0,,iap,11.0,south atlantic,0.0,0.0,1.0,$6000 to 6999,south atlantic,nrly every week,1,iap,,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13030,13031,2004,"unempl, laid off",22.0,,,12.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,nrly every week,2,iap,11.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +13031,13032,2004,school,66.0,,,13.0,south atlantic,1.0,0.0,0.0,,south atlantic,more thn once wk,2,,,1,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13032,13033,2004,keeping house,,,,12.0,south atlantic,1.0,0.0,0.0,,south atlantic,once a year,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13033,13034,2004,working fulltime,51.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13034,13035,2004,working fulltime,45.0,no,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,iap,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13035,13036,2004,working fulltime,27.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13036,13037,2004,keeping house,51.0,,iap,15.0,e. nor. central,0.0,2.0,1.0,$15000 - 19999,e. nor. central,more thn once wk,1,,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13037,13038,2004,retired,,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13038,13039,2004,other,,,,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13039,13040,2004,working fulltime,49.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,1.0,1,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0, +13040,13041,2004,working fulltime,32.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13041,13042,2004,school,23.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,,5.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13042,13043,2004,school,41.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13043,13044,2004,retired,41.0,yes,,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,1,,4.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13044,13045,2004,working parttime,47.0,no,iap,15.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13045,13046,2004,working fulltime,31.0,,,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13046,13047,2004,keeping house,,no,iap,18.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13047,13048,2004,keeping house,,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,3.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13048,13049,2004,working fulltime,51.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13049,13050,2004,working parttime,51.0,no,iap,16.0,foreign,0.0,2.0,0.0,,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13050,13051,2004,temp not working,35.0,,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13051,13052,2004,working parttime,17.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13052,13053,2004,keeping house,,no,,11.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,1,,3.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13053,13054,2004,keeping house,36.0,no,iap,12.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13054,13055,2004,working fulltime,63.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13055,13056,2004,"unempl, laid off",35.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,iap,8.0,1,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0, +13056,13057,2004,working fulltime,64.0,yes,iap,17.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13057,13058,2004,working fulltime,33.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,2.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13058,13059,2004,working fulltime,64.0,,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13059,13060,2004,working fulltime,30.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,2.0,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13060,13061,2004,working fulltime,47.0,no,iap,14.0,w. sou. central,0.0,3.0,0.0,$25000 or more,w. sou. central,every week,2,,2.0,1,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13061,13062,2004,working fulltime,39.0,no,iap,10.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13062,13063,2004,working fulltime,66.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13063,13064,2004,working fulltime,61.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13064,13065,2004,working fulltime,42.0,,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,1,yes,3.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +13065,13066,2004,working fulltime,36.0,,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,2,iap,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13066,13067,2004,working fulltime,51.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13067,13068,2004,working fulltime,47.0,,,12.0,middle atlantic,0.0,2.0,0.0,,w. sou. central,sevrl times a yr,1,,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13068,13069,2004,keeping house,46.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,nrly every week,2,iap,,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13069,13070,2004,working fulltime,51.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13070,13071,2004,"unempl, laid off",28.0,,,11.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,never,1,iap,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13071,13072,2004,working fulltime,28.0,,iap,11.0,w. sou. central,1.0,1.0,0.0,,w. sou. central,never,0,,8.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13072,13073,2004,retired,64.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13073,13074,2004,working fulltime,51.0,no,iap,14.0,w. sou. central,1.0,1.0,1.0,$25000 or more,w. sou. central,once a month,1,yes,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13074,13075,2004,retired,36.0,,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,6.0,0,1.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13075,13076,2004,working fulltime,51.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,2.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13076,13077,2004,working fulltime,42.0,,iap,6.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13077,13078,2004,working fulltime,27.0,,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,0,iap,8.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13078,13079,2004,working fulltime,27.0,yes,iap,12.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13079,13080,2004,working fulltime,48.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13080,13081,2004,keeping house,51.0,no,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13081,13082,2004,working fulltime,28.0,no,iap,14.0,foreign,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,0,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13082,13083,2004,"unempl, laid off",29.0,,,12.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,2-3x a month,2,iap,,1,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13083,13084,2004,working fulltime,47.0,,iap,15.0,w. sou. central,0.0,0.0,2.0,$25000 or more,south atlantic,never,1,yes,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13084,13085,2004,working fulltime,48.0,no,iap,13.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13085,13086,2004,working parttime,52.0,,yes,18.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13086,13087,2004,working fulltime,49.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13087,13088,2004,working fulltime,59.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13088,13089,2004,working fulltime,64.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13089,13090,2004,working fulltime,75.0,no,iap,19.0,mountain,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,1.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13090,13091,2004,working fulltime,51.0,no,iap,20.0,e. nor. central,0.0,2.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,0.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13091,13092,2004,working fulltime,51.0,no,iap,18.0,foreign,0.0,0.0,1.0,$15000 - 19999,south atlantic,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13092,13093,2004,working fulltime,27.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,yes,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13093,13094,2004,working fulltime,51.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13094,13095,2004,working fulltime,66.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,3.0,0,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0, +13095,13096,2004,retired,47.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,south atlantic,never,0,,6.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13096,13097,2004,working fulltime,29.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13097,13098,2004,working fulltime,43.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13098,13099,2004,working fulltime,,yes,iap,12.0,w. sou. central,0.0,0.0,1.0,$15000 - 19999,w. sou. central,more thn once wk,2,iap,1.0,1,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0, +13099,13100,2004,working fulltime,42.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,3.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13100,13101,2004,working fulltime,48.0,,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13101,13102,2004,working fulltime,39.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,,4.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13102,13103,2004,"unempl, laid off",,no,iap,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13103,13104,2004,working fulltime,66.0,,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13104,13105,2004,working fulltime,51.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13105,13106,2004,working fulltime,54.0,no,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,,3.0,1,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13106,13107,2004,working fulltime,42.0,no,iap,9.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,,3.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13107,13108,2004,"unempl, laid off",36.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13108,13109,2004,retired,66.0,no,,14.0,w. sou. central,1.0,0.0,0.0,,w. sou. central,every week,1,iap,3.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0, +13109,13110,2004,working fulltime,74.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,3.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13110,13111,2004,working fulltime,39.0,yes,iap,12.0,w. sou. central,0.0,2.0,1.0,$6000 to 6999,w. sou. central,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13111,13112,2004,school,47.0,,,15.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13112,13113,2004,temp not working,39.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,13.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13113,13114,2004,"unempl, laid off",23.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,12.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13114,13115,2004,working fulltime,64.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,yes,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13115,13116,2004,school,46.0,,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a month,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13116,13117,2004,working fulltime,65.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13117,13118,2004,working parttime,43.0,no,iap,13.0,foreign,0.0,0.0,2.0,$25000 or more,new england,more thn once wk,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +13118,13119,2004,working fulltime,36.0,,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,1,,2.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13119,13120,2004,working fulltime,32.0,no,iap,14.0,foreign,1.0,1.0,1.0,$25000 or more,new england,sevrl times a yr,2,iap,2.0,1,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13120,13121,2004,working fulltime,39.0,yes,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,yes,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13121,13122,2004,working parttime,22.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13122,13123,2004,working fulltime,68.0,no,iap,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,5.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13123,13124,2004,working parttime,51.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,new england,more thn once wk,1,iap,,0,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13124,13125,2004,working fulltime,51.0,no,iap,18.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,,2.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13125,13126,2004,retired,32.0,no,,11.0,new england,0.0,0.0,0.0,$7000 to 7999,new england,nrly every week,1,iap,1.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13126,13127,2004,working parttime,64.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13127,13128,2004,retired,59.0,no,,12.0,new england,0.0,0.0,0.0,,new england,every week,2,iap,3.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13128,13129,2004,working fulltime,60.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13129,13130,2004,working fulltime,44.0,no,iap,14.0,foreign,1.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13130,13131,2004,working fulltime,44.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$20000 - 24999,south atlantic,never,0,,10.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13131,13132,2004,working fulltime,54.0,,iap,14.0,e. nor. central,1.0,0.0,2.0,$25000 or more,south atlantic,every week,0,iap,,0,1.0,1,,1,1,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13132,13133,2004,working fulltime,28.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,0,iap,4.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0, +13133,13134,2004,working fulltime,31.0,,,14.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,1.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13134,13135,2004,working fulltime,35.0,yes,iap,16.0,foreign,0.0,2.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,1.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13135,13136,2004,working fulltime,43.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,,2.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13136,13137,2004,working fulltime,69.0,yes,iap,18.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,,0.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13137,13138,2004,working fulltime,51.0,no,iap,16.0,foreign,0.0,1.0,1.0,$25000 or more,south atlantic,nrly every week,2,iap,1.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +13138,13139,2004,working fulltime,51.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13139,13140,2004,retired,31.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13140,13141,2004,retired,33.0,yes,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,yes,,1,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13141,13142,2004,retired,64.0,no,yes,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13142,13143,2004,working parttime,69.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13143,13144,2004,working fulltime,47.0,yes,iap,16.0,south atlantic,1.0,0.0,2.0,,south atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13144,13145,2004,keeping house,49.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13145,13146,2004,working fulltime,40.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13146,13147,2004,working fulltime,48.0,,iap,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,0,iap,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13147,13148,2004,working fulltime,43.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13148,13149,2004,school,,,,13.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,never,0,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13149,13150,2004,working parttime,36.0,,,13.0,mountain,1.0,0.0,2.0,$10000 - 14999,mountain,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13150,13151,2004,working fulltime,31.0,,iap,11.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13151,13152,2004,other,48.0,,iap,14.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,1,yes,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13152,13153,2004,working fulltime,31.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13153,13154,2004,working parttime,42.0,yes,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,,3.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13154,13155,2004,working fulltime,60.0,yes,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,yes,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13155,13156,2004,retired,44.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,1,iap,5.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13156,13157,2004,retired,32.0,yes,yes,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,4.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13157,13158,2004,working fulltime,51.0,,,12.0,pacific,0.0,1.0,2.0,$25000 or more,mountain,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13158,13159,2004,working parttime,32.0,yes,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,2,,2.0,1,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13159,13160,2004,school,,,,14.0,mountain,0.0,0.0,0.0,$1000 to 2999,mountain,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13160,13161,2004,working parttime,52.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13161,13162,2004,working fulltime,44.0,,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13162,13163,2004,working fulltime,29.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13163,13164,2004,working fulltime,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13164,13165,2004,working parttime,34.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13165,13166,2004,working fulltime,51.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,0,iap,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13166,13167,2004,working fulltime,63.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13167,13168,2004,temp not working,69.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13168,13169,2004,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13169,13170,2004,working parttime,46.0,no,iap,18.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,0.0,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13170,13171,2004,working fulltime,75.0,yes,iap,20.0,foreign,0.0,2.0,2.0,$25000 or more,w. nor. central,never,1,,0.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13171,13172,2004,working fulltime,35.0,no,iap,16.0,e. nor. central,1.0,1.0,1.0,$25000 or more,w. nor. central,every week,1,yes,0.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13172,13173,2004,working fulltime,69.0,,,18.0,mountain,2.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13173,13174,2004,working fulltime,64.0,no,iap,16.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,,1.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13174,13175,2004,working fulltime,49.0,no,iap,14.0,w. nor. central,1.0,0.0,1.0,$25000 or more,w. nor. central,once a month,2,yes,2.0,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13175,13176,2004,working fulltime,29.0,,iap,12.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,2-3x a month,2,iap,,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13176,13177,2004,working parttime,51.0,,,14.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,0,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13177,13178,2004,working fulltime,61.0,yes,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13178,13179,2004,working fulltime,66.0,no,iap,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,1.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13179,13180,2004,retired,51.0,no,iap,8.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13180,13181,2004,retired,52.0,no,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,yes,1.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13181,13182,2004,working parttime,54.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13182,13183,2004,working fulltime,35.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13183,13184,2004,working fulltime,42.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13184,13185,2004,"unempl, laid off",46.0,no,iap,12.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13185,13186,2004,retired,30.0,yes,iap,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13186,13187,2004,"unempl, laid off",34.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13187,13188,2004,retired,60.0,yes,yes,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,yes,1.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13188,13189,2004,working fulltime,62.0,,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13189,13190,2004,working parttime,52.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13190,13191,2004,working fulltime,42.0,,,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13191,13192,2004,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,1.0,1.0,$15000 - 19999,south atlantic,sevrl times a yr,1,,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13192,13193,2004,working fulltime,22.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13193,13194,2004,working fulltime,22.0,,,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,once a year,0,iap,8.0,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13194,13195,2004,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13195,13196,2004,retired,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,8.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13196,13197,2004,"unempl, laid off",28.0,,iap,11.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13197,13198,2004,working parttime,42.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,5.0,1,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0, +13198,13199,2004,working fulltime,20.0,,iap,12.0,e. sou. central,0.0,3.0,3.0,$20000 - 24999,w. nor. central,every week,0,iap,1.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0, +13199,13200,2004,retired,17.0,,iap,11.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,2-3x a month,1,,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13200,13201,2004,working fulltime,65.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,,,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13201,13202,2004,working parttime,50.0,,,13.0,e. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13202,13203,2004,working parttime,35.0,,,11.0,w. nor. central,0.0,2.0,2.0,$20000 - 24999,w. nor. central,once a month,0,iap,1.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0, +13203,13204,2004,working parttime,66.0,,,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,every week,1,,4.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13204,13205,2004,temp not working,74.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13205,13206,2004,retired,65.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,w. nor. central,sevrl times a yr,0,iap,3.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13206,13207,2004,working parttime,49.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13207,13208,2004,retired,32.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,0,,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13208,13209,2004,retired,35.0,no,,10.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,1,iap,2.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13209,13210,2004,keeping house,30.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13210,13211,2004,retired,,no,iap,8.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13211,13212,2004,retired,65.0,yes,iap,13.0,pacific,0.0,0.0,0.0,,w. sou. central,never,2,iap,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13212,13213,2004,working parttime,49.0,yes,iap,14.0,w. sou. central,0.0,0.0,2.0,,w. sou. central,every week,2,,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13213,13214,2004,retired,60.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,,w. sou. central,never,0,iap,7.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13214,13215,2004,"unempl, laid off",73.0,,,20.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,0,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13215,13216,2004,working fulltime,47.0,no,,14.0,foreign,0.0,0.0,0.0,,w. sou. central,every week,2,iap,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13216,13217,2004,school,29.0,yes,iap,14.0,w. sou. central,2.0,1.0,0.0,$20000 - 24999,w. sou. central,2-3x a month,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13217,13218,2004,other,29.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,2,,4.0,1,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13218,13219,2004,working parttime,49.0,no,iap,18.0,south atlantic,0.0,1.0,1.0,,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13219,13220,2004,other,28.0,,,10.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,never,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13220,13221,2004,temp not working,40.0,,,16.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13221,13222,2004,working fulltime,61.0,,,13.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13222,13223,2004,other,,,iap,4.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,never,0,iap,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13223,13224,2004,working fulltime,51.0,,iap,13.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,more thn once wk,1,yes,1.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0, +13224,13225,2004,working fulltime,51.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,1.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13225,13226,2004,working fulltime,20.0,,,12.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,every week,1,iap,,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13226,13227,2004,other,51.0,,,16.0,w. nor. central,0.0,0.0,0.0,,south atlantic,every week,2,iap,,1,1.0,1,,1,1,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13227,13228,2004,other,59.0,,,0.0,foreign,0.0,0.0,1.0,$6000 to 6999,pacific,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13228,13229,2004,retired,49.0,,yes,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a month,0,,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13229,13230,2004,working fulltime,30.0,no,iap,14.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,once a month,0,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13230,13231,2004,working fulltime,64.0,no,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13231,13232,2004,working fulltime,68.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13232,13233,2004,working fulltime,39.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13233,13234,2004,keeping house,22.0,no,iap,13.0,pacific,1.0,1.0,0.0,,pacific,never,1,,1.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13234,13235,2004,working parttime,17.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,yes,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13235,13236,2004,working fulltime,24.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,0,,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13236,13237,2004,keeping house,75.0,no,iap,19.0,w. sou. central,0.0,2.0,1.0,$25000 or more,pacific,2-3x a month,2,iap,2.0,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13237,13238,2004,working fulltime,75.0,no,iap,19.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13238,13239,2004,retired,66.0,yes,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13239,13240,2004,working fulltime,59.0,no,iap,16.0,w. nor. central,0.0,0.0,1.0,$25000 or more,pacific,once a month,2,,1.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13240,13241,2004,retired,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13241,13242,2004,retired,72.0,no,iap,17.0,foreign,0.0,0.0,0.0,,pacific,lt once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13242,13243,2004,working fulltime,32.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13243,13244,2004,working fulltime,34.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,0,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13244,13245,2004,temp not working,74.0,no,iap,16.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,0,yes,2.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13245,13246,2004,working parttime,61.0,no,iap,20.0,foreign,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13246,13247,2004,working fulltime,53.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,,4.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13247,13248,2004,working fulltime,39.0,no,iap,12.0,foreign,1.0,0.0,1.0,$25000 or more,pacific,lt once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13248,13249,2004,working fulltime,30.0,,iap,12.0,pacific,1.0,0.0,0.0,$10000 - 14999,pacific,lt once a year,0,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13249,13250,2004,working parttime,32.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13250,13251,2004,keeping house,31.0,,,14.0,pacific,0.0,0.0,1.0,lt $1000,pacific,nrly every week,0,,4.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13251,13252,2004,working fulltime,63.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13252,13253,2004,"unempl, laid off",36.0,,iap,13.0,south atlantic,0.0,0.0,0.0,lt $1000,pacific,lt once a year,0,,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13253,13254,2004,other,17.0,no,iap,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13254,13255,2004,working fulltime,51.0,yes,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13255,13256,2004,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13256,13257,2004,working fulltime,40.0,,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13257,13258,2004,working fulltime,66.0,no,iap,16.0,pacific,0.0,1.0,1.0,$25000 or more,middle atlantic,more thn once wk,2,iap,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13258,13259,2004,"unempl, laid off",34.0,,,11.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13259,13260,2004,working fulltime,30.0,,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,1,,4.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13260,13261,2004,other,25.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13261,13262,2004,"unempl, laid off",41.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13262,13263,2004,working fulltime,52.0,no,iap,16.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,every week,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13263,13264,2004,"unempl, laid off",21.0,,iap,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a month,1,,8.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13264,13265,2004,working fulltime,53.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,,2.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13265,13266,2004,retired,59.0,no,,12.0,w. nor. central,0.0,0.0,0.0,,mountain,never,1,iap,3.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13266,13267,2004,working fulltime,51.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13267,13268,2004,working fulltime,49.0,no,iap,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,mountain,once a year,2,yes,,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13268,13269,2004,working fulltime,49.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,0,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13269,13270,2004,working fulltime,44.0,yes,iap,14.0,pacific,0.0,0.0,0.0,,mountain,every week,1,yes,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13270,13271,2004,"unempl, laid off",52.0,,iap,20.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,sevrl times a yr,1,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13271,13272,2004,working parttime,72.0,no,yes,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13272,13273,2004,retired,66.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,7.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13273,13274,2004,working fulltime,51.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,0.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13274,13275,2004,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,nrly every week,1,iap,1.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13275,13276,2004,working fulltime,65.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,0.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13276,13277,2004,keeping house,17.0,,iap,11.0,middle atlantic,2.0,1.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,2,iap,,1,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13277,13278,2004,working parttime,32.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,5.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,0,0,1,0, +13278,13279,2004,working fulltime,86.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13279,13280,2004,working fulltime,30.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13280,13281,2004,working fulltime,49.0,no,iap,12.0,new england,0.0,0.0,0.0,,new england,sevrl times a yr,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13281,13282,2004,retired,66.0,no,,16.0,e. nor. central,0.0,0.0,0.0,,new england,never,1,iap,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13282,13283,2004,working fulltime,73.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,1,iap,2.0,0,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13283,13284,2004,retired,38.0,no,iap,14.0,new england,0.0,0.0,0.0,,new england,never,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13284,13285,2004,retired,35.0,no,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,sevrl times a yr,0,iap,4.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13285,13286,2004,working fulltime,51.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13286,13287,2004,working fulltime,36.0,,,16.0,e. nor. central,,,,$25000 or more,new england,once a year,2,,1.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13287,13288,2004,working fulltime,51.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,yes,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13288,13289,2004,school,57.0,,iap,15.0,new england,0.0,0.0,2.0,$25000 or more,new england,every week,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13289,13290,2004,working fulltime,42.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13290,13291,2004,working fulltime,30.0,,,16.0,new england,0.0,0.0,0.0,,new england,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13291,13292,2004,working fulltime,52.0,no,iap,12.0,new england,0.0,0.0,1.0,$25000 or more,new england,never,2,,4.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13292,13293,2004,retired,42.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,,8.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13293,13294,2004,working fulltime,47.0,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13294,13295,2004,working fulltime,73.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13295,13296,2004,working fulltime,42.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13296,13297,2004,working fulltime,47.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,2,iap,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13297,13298,2004,working fulltime,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,3.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13298,13299,2004,"unempl, laid off",57.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13299,13300,2004,working fulltime,74.0,,,20.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13300,13301,2004,working fulltime,65.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13301,13302,2004,retired,39.0,,iap,9.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,never,1,iap,8.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13302,13303,2004,school,,,,15.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13303,13304,2004,school,,,,14.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13304,13305,2004,school,74.0,,,17.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,1.0 +13305,13306,2004,retired,69.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13306,13307,2004,working fulltime,69.0,no,iap,18.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,yes,,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13307,13308,2004,retired,,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,4.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13308,13309,2004,working fulltime,51.0,yes,iap,18.0,middle atlantic,1.0,2.0,1.0,,middle atlantic,every week,1,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13309,13310,2004,"unempl, laid off",41.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,3.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13310,13311,2004,retired,64.0,yes,,18.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13311,13312,2004,working parttime,39.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13312,13313,2004,retired,64.0,no,,18.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13313,13314,2004,working fulltime,36.0,yes,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13314,13315,2004,working fulltime,45.0,no,,14.0,middle atlantic,0.0,1.0,2.0,$25000 or more,middle atlantic,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13315,13316,2004,working fulltime,51.0,,,14.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13316,13317,2004,working fulltime,51.0,yes,iap,16.0,middle atlantic,,,,$25000 or more,middle atlantic,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13317,13318,2004,keeping house,51.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13318,13319,2004,working fulltime,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13319,13320,2004,working parttime,46.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13320,13321,2004,working fulltime,36.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,,1.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13321,13322,2004,working fulltime,61.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13322,13323,2004,working fulltime,38.0,,,16.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a month,0,,2.0,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13323,13324,2004,school,47.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,yes,,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13324,13325,2004,keeping house,47.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,1.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13325,13326,2004,working fulltime,51.0,yes,iap,16.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,2,,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13326,13327,2004,working fulltime,47.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13327,13328,2004,"unempl, laid off",24.0,,,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13328,13329,2004,working fulltime,66.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,1,,2.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13329,13330,2004,working fulltime,38.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13330,13331,2004,retired,33.0,yes,iap,11.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,1,yes,3.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13331,13332,2004,working fulltime,61.0,,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,1,,2.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13332,13333,2004,keeping house,39.0,no,iap,15.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,0.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13333,13334,2004,working fulltime,49.0,no,iap,16.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13334,13335,2004,keeping house,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,iap,,1,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13335,13336,2004,working fulltime,21.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,4.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13336,13337,2004,working fulltime,50.0,no,yes,12.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,every week,2,iap,,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13337,13338,2004,working fulltime,24.0,no,iap,14.0,middle atlantic,,,,$25000 or more,middle atlantic,2-3x a month,2,,2.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13338,13339,2004,other,34.0,yes,iap,8.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,0,iap,,0,,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13339,13340,2004,working fulltime,43.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,iap,3.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13340,13341,2004,working fulltime,34.0,no,iap,13.0,middle atlantic,1.0,0.0,2.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13341,13342,2004,working parttime,42.0,yes,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13342,13343,2004,working fulltime,36.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13343,13344,2004,keeping house,32.0,no,,11.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a month,0,yes,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13344,13345,2004,working fulltime,63.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13345,13346,2004,working fulltime,64.0,yes,iap,20.0,middle atlantic,2.0,1.0,0.0,,middle atlantic,every week,2,yes,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13346,13347,2004,retired,48.0,,yes,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,yes,7.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13347,13348,2004,working fulltime,44.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13348,13349,2004,working parttime,49.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13349,13350,2004,keeping house,32.0,no,,11.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,every week,2,iap,3.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13350,13351,2004,retired,30.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,5.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13351,13352,2004,keeping house,57.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,4.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13352,13353,2004,working fulltime,42.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +13353,13354,2004,working fulltime,34.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,3.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13354,13355,2004,working fulltime,61.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13355,13356,2004,working fulltime,47.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13356,13357,2004,school,,,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13357,13358,2004,working fulltime,,,,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a year,2,,2.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13358,13359,2004,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13359,13360,2004,keeping house,51.0,no,iap,13.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13360,13361,2004,working parttime,,,,11.0,e. nor. central,0.0,1.0,1.0,$4000 to 4999,e. nor. central,once a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13361,13362,2004,temp not working,,no,iap,14.0,e. nor. central,2.0,1.0,0.0,$20000 - 24999,e. nor. central,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13362,13363,2004,school,,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13363,13364,2004,keeping house,,yes,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13364,13365,2004,retired,,no,,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13365,13366,2004,working fulltime,,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$1000 to 2999,e. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13366,13367,2004,working fulltime,32.0,,,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13367,13368,2004,keeping house,30.0,,,9.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13368,13369,2004,working fulltime,29.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,1.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13369,13370,2004,retired,22.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,,2.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13370,13371,2004,working fulltime,69.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,1,iap,2.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +13371,13372,2004,working fulltime,64.0,no,iap,18.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,,2.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13372,13373,2004,working parttime,21.0,,,16.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13373,13374,2004,working fulltime,38.0,,,14.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13374,13375,2004,working fulltime,65.0,,iap,11.0,e. nor. central,0.0,3.0,1.0,$25000 or more,e. nor. central,once a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13375,13376,2004,working fulltime,27.0,no,iap,13.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,lt once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13376,13377,2004,working fulltime,33.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13377,13378,2004,working parttime,31.0,,,12.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13378,13379,2004,working fulltime,57.0,,iap,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13379,13380,2004,working parttime,22.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13380,13381,2004,working fulltime,49.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13381,13382,2004,working fulltime,64.0,no,iap,20.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,1.0,1,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13382,13383,2004,keeping house,86.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,iap,2.0,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13383,13384,2004,working fulltime,49.0,yes,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,2.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13384,13385,2004,working fulltime,65.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13385,13386,2004,working fulltime,35.0,no,iap,19.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13386,13387,2004,"unempl, laid off",48.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,lt once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13387,13388,2004,working fulltime,33.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13388,13389,2004,working fulltime,35.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13389,13390,2004,retired,33.0,no,yes,11.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13390,13391,2004,working parttime,63.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,1.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13391,13392,2004,working fulltime,51.0,no,yes,10.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13392,13393,2004,working parttime,28.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$3000 to 3999,e. nor. central,nrly every week,1,,8.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13393,13394,2004,working fulltime,24.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,iap,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13394,13395,2004,working fulltime,32.0,,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,0,iap,3.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13395,13396,2004,retired,,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13396,13397,2004,working fulltime,35.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13397,13398,2004,working fulltime,22.0,,,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13398,13399,2004,working parttime,62.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13399,13400,2004,working fulltime,30.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13400,13401,2004,working fulltime,40.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,3.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13401,13402,2004,working fulltime,75.0,yes,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13402,13403,2004,working fulltime,64.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13403,13404,2004,keeping house,28.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,1,,6.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13404,13405,2004,keeping house,69.0,no,iap,16.0,w. sou. central,0.0,1.0,2.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13405,13406,2004,working fulltime,51.0,,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13406,13407,2004,working fulltime,51.0,no,iap,20.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13407,13408,2004,working parttime,23.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,iap,5.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13408,13409,2004,working parttime,28.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,2,iap,15.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13409,13410,2004,working fulltime,42.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13410,13411,2004,temp not working,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13411,13412,2004,keeping house,22.0,no,,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13412,13413,2004,keeping house,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,2,yes,,1,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13413,13414,2004,working fulltime,47.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13414,13415,2004,working fulltime,24.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,3.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13415,13416,2004,working fulltime,74.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13416,13417,2004,working fulltime,53.0,yes,iap,13.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13417,13418,2004,working fulltime,51.0,yes,iap,12.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13418,13419,2004,working fulltime,47.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13419,13420,2004,working fulltime,31.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13420,13421,2004,keeping house,46.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,2.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13421,13422,2004,temp not working,51.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13422,13423,2004,working fulltime,50.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13423,13424,2004,working fulltime,74.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,1.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13424,13425,2004,keeping house,57.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13425,13426,2004,working fulltime,66.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13426,13427,2004,working fulltime,75.0,yes,iap,19.0,w. sou. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13427,13428,2004,working fulltime,47.0,,,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,e. nor. central,2-3x a month,1,,5.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13428,13429,2004,working parttime,32.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,2,iap,,1,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13429,13430,2004,working fulltime,23.0,no,,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13430,13431,2004,working fulltime,53.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,0,,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13431,13432,2004,retired,50.0,no,yes,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13432,13433,2004,keeping house,29.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,yes,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13433,13434,2004,working fulltime,52.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,3.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +13434,13435,2004,working fulltime,51.0,no,iap,15.0,e. nor. central,4.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,3.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13435,13436,2004,temp not working,21.0,,,15.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,every week,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13436,13437,2004,working parttime,55.0,no,iap,16.0,middle atlantic,0.0,2.0,0.0,$20000 - 24999,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13437,13438,2004,working parttime,51.0,yes,iap,15.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13438,13439,2004,retired,23.0,yes,,9.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,once a year,0,,10.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13439,13440,2004,working fulltime,42.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13440,13441,2004,working parttime,25.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13441,13442,2004,retired,49.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13442,13443,2004,retired,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,6.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13443,13444,2004,working parttime,66.0,yes,iap,16.0,w. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13444,13445,2004,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13445,13446,2004,working parttime,50.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13446,13447,2004,working parttime,22.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13447,13448,2004,school,23.0,,,12.0,e. nor. central,0.0,0.0,1.0,lt $1000,e. nor. central,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13448,13449,2004,school,28.0,,,12.0,foreign,0.0,0.0,0.0,lt $1000,e. nor. central,2-3x a month,0,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13449,13450,2004,working parttime,47.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,3.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13450,13451,2004,working fulltime,33.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13451,13452,2004,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,2.0,0,0.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13452,13453,2004,retired,42.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,2,iap,,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13453,13454,2004,keeping house,42.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13454,13455,2004,working fulltime,41.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13455,13456,2004,working fulltime,60.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13456,13457,2004,"unempl, laid off",29.0,yes,iap,12.0,e. sou. central,1.0,2.0,1.0,$25000 or more,e. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13457,13458,2004,working fulltime,40.0,no,iap,16.0,e. sou. central,0.0,1.0,2.0,$25000 or more,e. sou. central,once a month,0,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13458,13459,2004,working fulltime,51.0,no,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13459,13460,2004,working fulltime,59.0,no,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13460,13461,2004,working fulltime,38.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,2.0,0,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13461,13462,2004,working parttime,33.0,,iap,12.0,e. nor. central,0.0,2.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13462,13463,2004,working fulltime,32.0,yes,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,2,,3.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13463,13464,2004,keeping house,65.0,no,iap,16.0,e. nor. central,0.0,2.0,2.0,$25000 or more,e. nor. central,more thn once wk,2,iap,,1,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13464,13465,2004,working fulltime,39.0,,iap,13.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,2,yes,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13465,13466,2004,working fulltime,42.0,no,iap,13.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,never,0,,5.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13466,13467,2004,school,,,,11.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13467,13468,2004,other,42.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. nor. central,sevrl times a yr,0,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13468,13469,2004,school,51.0,,,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13469,13470,2004,keeping house,31.0,,iap,10.0,south atlantic,1.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13470,13471,2004,working fulltime,47.0,,,15.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13471,13472,2004,retired,49.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,2,iap,5.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13472,13473,2004,school,43.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13473,13474,2004,working fulltime,42.0,no,iap,12.0,foreign,1.0,0.0,1.0,,w. nor. central,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13474,13475,2004,working parttime,33.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13475,13476,2004,retired,51.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,1,,4.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13476,13477,2004,working fulltime,66.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,0.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13477,13478,2004,working fulltime,30.0,no,iap,13.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,nrly every week,2,,2.0,1,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13478,13479,2004,working fulltime,51.0,,,15.0,e. nor. central,1.0,0.0,1.0,$25000 or more,w. nor. central,every week,1,iap,7.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0, +13479,13480,2004,retired,47.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,4.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13480,13481,2004,retired,46.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,0,iap,5.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13481,13482,2004,keeping house,40.0,,,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a year,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13482,13483,2004,working fulltime,28.0,no,iap,13.0,e. nor. central,1.0,1.0,0.0,$15000 - 19999,e. nor. central,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13483,13484,2004,working parttime,23.0,,iap,17.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13484,13485,2004,working fulltime,44.0,,,15.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,,2.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13485,13486,2004,keeping house,46.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13486,13487,2004,keeping house,,,iap,9.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13487,13488,2004,working fulltime,33.0,yes,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13488,13489,2004,working fulltime,64.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,iap,0.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13489,13490,2004,working fulltime,46.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13490,13491,2004,working fulltime,32.0,,,15.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,3.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13491,13492,2004,working fulltime,34.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13492,13493,2004,working fulltime,53.0,yes,iap,14.0,e. nor. central,1.0,2.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13493,13494,2004,retired,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,yes,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13494,13495,2004,retired,46.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13495,13496,2004,school,,,,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,,4.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13496,13497,2004,school,64.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a month,1,yes,1.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13497,13498,2004,school,,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13498,13499,2004,school,28.0,,,13.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,2-3x a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13499,13500,2004,school,25.0,,,12.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,lt once a year,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13500,13501,2004,school,54.0,,,14.0,e. sou. central,0.0,0.0,0.0,$1000 to 2999,e. sou. central,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13501,13502,2004,school,39.0,,,17.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,e. sou. central,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13502,13503,2004,keeping house,,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13503,13504,2004,working fulltime,51.0,yes,iap,17.0,middle atlantic,0.0,1.0,0.0,$25000 or more,e. sou. central,every week,2,yes,1.0,1,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13504,13505,2004,school,59.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13505,13506,2004,school,65.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13506,13507,2004,working parttime,69.0,,,14.0,e. sou. central,0.0,0.0,1.0,$15000 - 19999,e. sou. central,2-3x a month,1,iap,2.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0, +13507,13508,2004,working parttime,51.0,yes,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13508,13509,2004,working fulltime,57.0,no,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,2.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13509,13510,2004,working fulltime,21.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13510,13511,2004,working fulltime,42.0,,,12.0,e. sou. central,0.0,0.0,1.0,$10000 - 14999,e. sou. central,once a year,1,iap,2.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0, +13511,13512,2004,keeping house,22.0,no,,7.0,south atlantic,0.0,1.0,0.0,$10000 - 14999,south atlantic,2-3x a month,0,iap,,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13512,13513,2004,working fulltime,17.0,,iap,12.0,south atlantic,1.0,1.0,1.0,$10000 - 14999,south atlantic,2-3x a month,1,iap,4.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0, +13513,13514,2004,working parttime,38.0,,,3.0,south atlantic,1.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13514,13515,2004,retired,64.0,no,,17.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13515,13516,2004,working fulltime,64.0,,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13516,13517,2004,temp not working,36.0,no,iap,16.0,new england,0.0,0.0,0.0,,south atlantic,once a year,0,,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13517,13518,2004,retired,71.0,no,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13518,13519,2004,keeping house,30.0,yes,iap,12.0,w. sou. central,1.0,1.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13519,13520,2004,working fulltime,46.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13520,13521,2004,retired,64.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13521,13522,2004,working parttime,66.0,no,iap,18.0,e. nor. central,0.0,0.0,2.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13522,13523,2004,retired,61.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13523,13524,2004,retired,47.0,yes,yes,14.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,4.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13524,13525,2004,working fulltime,51.0,yes,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13525,13526,2004,retired,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,,16.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13526,13527,2004,keeping house,32.0,no,iap,12.0,south atlantic,2.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13527,13528,2004,retired,47.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,south atlantic,every week,1,,3.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13528,13529,2004,working fulltime,30.0,yes,iap,12.0,new england,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13529,13530,2004,retired,41.0,,iap,0.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,1.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13530,13531,2004,other,52.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,yes,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13531,13532,2004,temp not working,51.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,3.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13532,13533,2004,working fulltime,64.0,no,iap,20.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,never,2,yes,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13533,13534,2004,working fulltime,36.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13534,13535,2004,retired,35.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13535,13536,2004,temp not working,32.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13536,13537,2004,working fulltime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13537,13538,2004,working fulltime,47.0,,iap,13.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,never,1,iap,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13538,13539,2004,working parttime,36.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13539,13540,2004,retired,,,iap,13.0,foreign,0.0,3.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,0,iap,8.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13540,13541,2004,retired,51.0,no,,13.0,new england,0.0,0.0,0.0,$10000 - 14999,south atlantic,nrly every week,1,iap,,0,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13541,13542,2004,working fulltime,64.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13542,13543,2004,working parttime,22.0,no,,11.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,2-3x a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13543,13544,2004,keeping house,50.0,no,iap,11.0,south atlantic,0.0,4.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0, +13544,13545,2004,working fulltime,29.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,,3.0,0,0.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13545,13546,2004,keeping house,,,,12.0,south atlantic,1.0,0.0,0.0,lt $1000,south atlantic,2-3x a month,1,,12.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13546,13547,2004,keeping house,20.0,no,,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,iap,10.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0, +13547,13548,2004,retired,66.0,no,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,1,iap,1.0,0,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0, +13548,13549,2004,"unempl, laid off",66.0,,,15.0,south atlantic,3.0,1.0,0.0,$8000 to 9999,south atlantic,every week,1,,1.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13549,13550,2004,working fulltime,29.0,,,10.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13550,13551,2004,working fulltime,59.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13551,13552,2004,working parttime,32.0,,iap,13.0,south atlantic,3.0,2.0,1.0,$20000 - 24999,south atlantic,every week,1,,8.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13552,13553,2004,working fulltime,51.0,,iap,14.0,middle atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,1.0,0,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13553,13554,2004,other,46.0,no,iap,2.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,16.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13554,13555,2004,working fulltime,69.0,no,iap,20.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13555,13556,2004,retired,60.0,,iap,10.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,yes,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13556,13557,2004,working fulltime,51.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,iap,7.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0, +13557,13558,2004,working fulltime,64.0,,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13558,13559,2004,working fulltime,72.0,,,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,1,,1,1,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13559,13560,2004,working fulltime,21.0,,,15.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13560,13561,2004,working fulltime,47.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13561,13562,2004,working fulltime,20.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,,6.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13562,13563,2004,working parttime,39.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13563,13564,2004,retired,28.0,yes,iap,5.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13564,13565,2004,working fulltime,69.0,,iap,12.0,e. sou. central,1.0,0.0,0.0,$15000 - 19999,w. sou. central,never,0,,10.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13565,13566,2004,keeping house,66.0,no,iap,20.0,w. sou. central,1.0,1.0,1.0,$25000 or more,w. sou. central,every week,2,iap,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13566,13567,2004,keeping house,,,,13.0,w. sou. central,1.0,1.0,0.0,$10000 - 14999,w. sou. central,nrly every week,1,,1.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13567,13568,2004,working parttime,52.0,,iap,18.0,e. sou. central,0.0,0.0,2.0,$20000 - 24999,w. sou. central,2-3x a month,1,iap,,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13568,13569,2004,other,24.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,yes,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13569,13570,2004,working fulltime,39.0,no,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13570,13571,2004,working fulltime,36.0,,yes,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,,14.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13571,13572,2004,working fulltime,55.0,,,16.0,w. sou. central,0.0,1.0,1.0,$20000 - 24999,w. sou. central,2-3x a month,2,iap,6.0,1,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0, +13572,13573,2004,school,,,,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,3.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +13573,13574,2004,working fulltime,25.0,,,15.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13574,13575,2004,retired,65.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,1,,2.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13575,13576,2004,working fulltime,51.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13576,13577,2004,retired,43.0,no,yes,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,yes,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13577,13578,2004,working fulltime,41.0,,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,,1,iap,4.0,0,0.0,0,,0,0,0.0,,,0,0,0,0,0,1,0, +13578,13579,2004,working parttime,74.0,,,20.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13579,13580,2004,keeping house,61.0,no,iap,20.0,foreign,0.0,0.0,0.0,$1000 to 2999,south atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13580,13581,2004,working fulltime,39.0,,iap,3.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13581,13582,2004,working fulltime,69.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13582,13583,2004,school,74.0,,,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13583,13584,2004,working fulltime,45.0,,,13.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,1.0,1,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0, +13584,13585,2004,retired,44.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13585,13586,2004,working fulltime,29.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13586,13587,2004,working fulltime,28.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13587,13588,2004,working fulltime,62.0,no,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13588,13589,2004,retired,22.0,,,11.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13589,13590,2004,retired,74.0,,,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,3.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13590,13591,2004,working fulltime,51.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13591,13592,2004,retired,47.0,no,,18.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,0,iap,3.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13592,13593,2004,retired,64.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13593,13594,2004,working fulltime,51.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13594,13595,2004,working fulltime,60.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13595,13596,2004,working fulltime,49.0,,,13.0,e. nor. central,2.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,0,iap,2.0,0,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0, +13596,13597,2004,working fulltime,46.0,no,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13597,13598,2004,working fulltime,29.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13598,13599,2004,working fulltime,51.0,,,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,lt once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13599,13600,2004,working fulltime,49.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,0.0,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13600,13601,2004,retired,45.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13601,13602,2004,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,4.0,0,1.0,1,,1,1,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13602,13603,2004,working fulltime,29.0,,,20.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13603,13604,2004,school,,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13604,13605,2004,working fulltime,73.0,,,19.0,foreign,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13605,13606,2004,working parttime,23.0,,iap,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,2,,2.0,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13606,13607,2004,working fulltime,47.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,iap,,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13607,13608,2004,working fulltime,63.0,no,iap,17.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,4.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0, +13608,13609,2004,working fulltime,33.0,no,iap,12.0,mountain,0.0,1.0,1.0,$25000 or more,e. sou. central,once a year,1,yes,2.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13609,13610,2004,working fulltime,64.0,yes,iap,20.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,1,,1.0,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13610,13611,2004,working fulltime,40.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13611,13612,2004,working fulltime,46.0,,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13612,13613,2004,working parttime,29.0,no,iap,18.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,,2.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13613,13614,2004,"unempl, laid off",39.0,,iap,12.0,e. sou. central,1.0,1.0,1.0,$15000 - 19999,e. sou. central,2-3x a month,0,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13614,13615,2004,working fulltime,35.0,,,11.0,e. sou. central,1.0,0.0,0.0,$5000 to 5999,e. sou. central,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13615,13616,2004,"unempl, laid off",57.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,0,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13616,13617,2004,working fulltime,41.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13617,13618,2004,working fulltime,73.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13618,13619,2004,working fulltime,34.0,,,10.0,e. sou. central,0.0,0.0,1.0,$5000 to 5999,e. sou. central,once a month,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13619,13620,2004,working fulltime,66.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13620,13621,2004,working fulltime,62.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,2,yes,,1,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13621,13622,2004,"unempl, laid off",27.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,e. sou. central,lt once a year,1,iap,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0, +13622,13623,2004,working fulltime,28.0,,,12.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,more thn once wk,0,iap,3.0,0,0.0,1,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +13623,13624,2004,working fulltime,25.0,,,15.0,e. sou. central,0.0,0.0,0.0,$4000 to 4999,e. sou. central,sevrl times a yr,1,,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13624,13625,2004,temp not working,49.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,,1,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13625,13626,2004,working fulltime,36.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,2,yes,1.0,1,1.0,1,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13626,13627,2004,working fulltime,22.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,once a year,1,,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13627,13628,2004,working fulltime,44.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13628,13629,2004,keeping house,35.0,,,11.0,w. sou. central,0.0,0.0,7.0,,w. sou. central,sevrl times a yr,1,iap,0.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13629,13630,2004,working fulltime,34.0,,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13630,13631,2004,working fulltime,45.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13631,13632,2004,working parttime,52.0,no,iap,15.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,1.0 +13632,13633,2004,retired,36.0,no,iap,6.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,iap,3.0,0,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13633,13634,2004,working fulltime,44.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13634,13635,2004,working fulltime,20.0,,iap,12.0,w. sou. central,2.0,1.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,0,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13635,13636,2004,retired,41.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13636,13637,2004,retired,48.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,1.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13637,13638,2004,"unempl, laid off",51.0,yes,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,,2.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13638,13639,2004,working fulltime,27.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,every week,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13639,13640,2004,working fulltime,29.0,,,11.0,mountain,0.0,0.0,1.0,$1000 to 2999,w. sou. central,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13640,13641,2004,keeping house,28.0,,iap,12.0,w. sou. central,2.0,2.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13641,13642,2004,working fulltime,27.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13642,13643,2004,school,36.0,,iap,6.0,foreign,0.0,1.0,1.0,$7000 to 7999,w. sou. central,2-3x a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13643,13644,2004,working parttime,22.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. sou. central,once a month,0,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13644,13645,2004,working fulltime,34.0,no,iap,12.0,w. sou. central,0.0,1.0,2.0,$25000 or more,w. sou. central,every week,1,,5.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13645,13646,2004,school,,,,12.0,w. sou. central,1.0,0.0,0.0,,w. sou. central,every week,2,iap,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13646,13647,2004,working fulltime,64.0,,,18.0,middle atlantic,0.0,0.0,0.0,,south atlantic,never,1,yes,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13647,13648,2004,working fulltime,44.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,,3.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13648,13649,2004,working fulltime,51.0,yes,iap,18.0,e. nor. central,0.0,2.0,2.0,$25000 or more,south atlantic,every week,1,,0.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13649,13650,2004,working fulltime,74.0,no,iap,15.0,e. nor. central,0.0,2.0,1.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13650,13651,2004,working fulltime,44.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,iap,,0,1.0,1,,1,1,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13651,13652,2004,working fulltime,59.0,yes,iap,19.0,e. nor. central,1.0,1.0,1.0,$25000 or more,south atlantic,nrly every week,2,,1.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13652,13653,2004,working fulltime,51.0,no,iap,17.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13653,13654,2004,retired,51.0,no,iap,17.0,middle atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,never,1,yes,4.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13654,13655,2004,working fulltime,74.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,0.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13655,13656,2004,working parttime,22.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,every week,0,yes,,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13656,13657,2004,keeping house,,yes,iap,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13657,13658,2004,working parttime,60.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13658,13659,2004,working fulltime,61.0,no,iap,12.0,south atlantic,0.0,2.0,2.0,$25000 or more,south atlantic,every week,2,iap,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13659,13660,2004,school,71.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,,south atlantic,never,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13660,13661,2004,keeping house,46.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,1,yes,3.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13661,13662,2004,working fulltime,51.0,no,iap,14.0,w. nor. central,0.0,1.0,1.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13662,13663,2004,working fulltime,49.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13663,13664,2004,school,31.0,,,13.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,more thn once wk,2,,0.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13664,13665,2004,working fulltime,47.0,,iap,14.0,south atlantic,0.0,1.0,1.0,$10000 - 14999,south atlantic,sevrl times a yr,1,,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13665,13666,2004,school,32.0,,,13.0,pacific,0.0,1.0,1.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13666,13667,2004,working fulltime,71.0,,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,yes,2.0,0,1.0,1,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13667,13668,2004,working parttime,74.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13668,13669,2004,working fulltime,29.0,yes,,10.0,middle atlantic,0.0,2.0,3.0,$10000 - 14999,south atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13669,13670,2004,working fulltime,20.0,yes,iap,11.0,south atlantic,0.0,2.0,0.0,$6000 to 6999,south atlantic,never,1,iap,5.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0, +13670,13671,2004,working fulltime,59.0,yes,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13671,13672,2004,working fulltime,64.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,2.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,0,0,1,0, +13672,13673,2004,school,,,,15.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13673,13674,2004,school,39.0,,,14.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13674,13675,2004,school,,,,12.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,nrly every week,1,,3.0,0,0.0,1,,0,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13675,13676,2004,working fulltime,47.0,yes,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13676,13677,2004,retired,22.0,no,,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,,4.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13677,13678,2004,working fulltime,40.0,no,iap,14.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13678,13679,2004,keeping house,35.0,no,iap,12.0,pacific,0.0,0.0,0.0,$1000 to 2999,mountain,never,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13679,13680,2004,keeping house,25.0,yes,iap,11.0,mountain,2.0,2.0,1.0,$25000 or more,mountain,once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13680,13681,2004,working fulltime,30.0,no,iap,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13681,13682,2004,working fulltime,46.0,,,14.0,mountain,0.0,1.0,0.0,$20000 - 24999,mountain,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13682,13683,2004,working fulltime,52.0,,iap,19.0,mountain,2.0,1.0,1.0,$25000 or more,mountain,nrly every week,1,,0.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13683,13684,2004,working fulltime,44.0,no,iap,14.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,once a year,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13684,13685,2004,retired,66.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13685,13686,2004,working fulltime,34.0,yes,iap,12.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,once a month,2,yes,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13686,13687,2004,working fulltime,61.0,yes,iap,13.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,every week,2,yes,1.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13687,13688,2004,working fulltime,22.0,no,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,once a year,1,iap,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13688,13689,2004,working fulltime,39.0,,,11.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,2-3x a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13689,13690,2004,working fulltime,31.0,no,iap,13.0,mountain,0.0,1.0,1.0,$25000 or more,mountain,2-3x a month,1,iap,,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13690,13691,2004,retired,75.0,,iap,17.0,new england,0.0,0.0,1.0,$25000 or more,mountain,never,1,yes,5.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13691,13692,2004,working fulltime,56.0,no,iap,17.0,new england,0.0,2.0,0.0,$25000 or more,mountain,every week,1,yes,0.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13692,13693,2004,keeping house,39.0,no,,,middle atlantic,0.0,0.0,0.0,,mountain,,1,,4.0,0,0.0,0,,1,0,,,,0,0,0,0,0,1,0, +13693,13694,2004,working fulltime,66.0,,iap,16.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,once a year,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13694,13695,2004,working fulltime,66.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,0,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13695,13696,2004,retired,64.0,no,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13696,13697,2004,working fulltime,49.0,,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,0,yes,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13697,13698,2004,working parttime,28.0,,iap,12.0,pacific,1.0,3.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13698,13699,2004,working fulltime,44.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13699,13700,2004,retired,73.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,3.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13700,13701,2004,keeping house,48.0,no,iap,15.0,foreign,0.0,0.0,4.0,$25000 or more,pacific,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13701,13702,2004,retired,30.0,no,,18.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,1,,0.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13702,13703,2004,working fulltime,71.0,no,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13703,13704,2004,working parttime,64.0,no,iap,18.0,e. nor. central,0.0,2.0,0.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13704,13705,2004,working fulltime,,,,12.0,pacific,0.0,0.0,0.0,,pacific,never,0,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13705,13706,2004,retired,64.0,yes,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,yes,3.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13706,13707,2004,working parttime,66.0,,,16.0,pacific,0.0,0.0,0.0,$5000 to 5999,pacific,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13707,13708,2004,working parttime,36.0,no,iap,12.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13708,13709,2004,temp not working,24.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,0.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13709,13710,2004,working fulltime,40.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13710,13711,2004,school,51.0,,,15.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,sevrl times a yr,1,iap,0.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13711,13712,2004,working fulltime,51.0,,iap,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13712,13713,2004,retired,41.0,no,,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13713,13714,2004,retired,40.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,3.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13714,13715,2004,retired,,no,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,every week,2,,3.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13715,13716,2004,retired,33.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13716,13717,2004,working fulltime,31.0,,,13.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13717,13718,2004,working fulltime,46.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13718,13719,2004,working fulltime,48.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13719,13720,2004,working fulltime,47.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13720,13721,2004,temp not working,47.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,4.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13721,13722,2004,keeping house,42.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13722,13723,2004,working fulltime,69.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,4.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13723,13724,2004,working parttime,26.0,,,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,iap,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13724,13725,2004,working fulltime,51.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,iap,0.0,1,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13725,13726,2004,working fulltime,64.0,,,16.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,mountain,never,1,,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13726,13727,2004,working fulltime,42.0,,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13727,13728,2004,working fulltime,64.0,no,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,1.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13728,13729,2004,working fulltime,49.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13729,13730,2004,working parttime,63.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13730,13731,2004,working parttime,48.0,no,iap,16.0,pacific,2.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,iap,,1,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13731,13732,2004,working fulltime,47.0,no,iap,14.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,once a year,1,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13732,13733,2004,"unempl, laid off",51.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13733,13734,2004,working parttime,32.0,,iap,11.0,mountain,0.0,0.0,0.0,$8000 to 9999,mountain,never,0,,8.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13734,13735,2004,working fulltime,40.0,yes,iap,12.0,pacific,2.0,0.0,1.0,$25000 or more,mountain,once a year,1,iap,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13735,13736,2004,working parttime,32.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,,6.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13736,13737,2004,other,69.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13737,13738,2004,working parttime,39.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13738,13739,2004,retired,64.0,,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,yes,2.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13739,13740,2004,school,24.0,,iap,14.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,0,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13740,13741,2004,"unempl, laid off",21.0,,,14.0,mountain,0.0,0.0,0.0,$1000 to 2999,mountain,never,1,yes,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13741,13742,2004,working fulltime,34.0,,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,0,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13742,13743,2004,working fulltime,40.0,no,iap,12.0,pacific,0.0,3.0,1.0,,pacific,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13743,13744,2004,working fulltime,50.0,,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13744,13745,2004,other,23.0,,,9.0,pacific,1.0,3.0,0.0,,pacific,2-3x a month,1,,10.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13745,13746,2004,retired,53.0,no,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,every week,2,,3.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13746,13747,2004,working fulltime,55.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13747,13748,2004,working fulltime,52.0,,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,iap,3.0,1,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13748,13749,2004,"unempl, laid off",31.0,no,iap,6.0,pacific,0.0,1.0,0.0,$10000 - 14999,pacific,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13749,13750,2004,working parttime,43.0,,,16.0,pacific,0.0,0.0,0.0,,pacific,once a month,2,iap,15.0,1,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0, +13750,13751,2004,other,22.0,yes,iap,11.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,1,,8.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,1.0 +13751,13752,2004,working fulltime,74.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,iap,1.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13752,13753,2004,working fulltime,22.0,no,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13753,13754,2004,working fulltime,57.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13754,13755,2004,"unempl, laid off",34.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13755,13756,2004,working fulltime,43.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13756,13757,2004,working fulltime,50.0,,iap,10.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13757,13758,2004,working fulltime,51.0,,iap,2.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13758,13759,2004,keeping house,51.0,no,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,yes,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13759,13760,2004,working parttime,74.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13760,13761,2004,retired,44.0,no,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,2.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13761,13762,2004,working parttime,47.0,yes,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,0.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13762,13763,2004,working fulltime,29.0,no,iap,17.0,pacific,2.0,0.0,0.0,$20000 - 24999,pacific,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13763,13764,2004,working fulltime,44.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13764,13765,2004,temp not working,32.0,no,iap,15.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,more thn once wk,1,,2.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13765,13766,2004,working fulltime,42.0,yes,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13766,13767,2004,working fulltime,47.0,no,iap,14.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13767,13768,2004,keeping house,49.0,no,iap,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13768,13769,2004,temp not working,63.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13769,13770,2004,working fulltime,32.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13770,13771,2004,working fulltime,44.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13771,13772,2004,retired,40.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,yes,5.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13772,13773,2004,keeping house,66.0,no,iap,16.0,new england,0.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13773,13774,2004,keeping house,,no,iap,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13774,13775,2004,retired,66.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,yes,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13775,13776,2004,keeping house,45.0,yes,iap,13.0,new england,0.0,0.0,1.0,$20000 - 24999,new england,never,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13776,13777,2004,working fulltime,64.0,no,iap,20.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,iap,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13777,13778,2004,working fulltime,49.0,no,iap,16.0,new england,,,,$25000 or more,new england,once a year,2,,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13778,13779,2004,working fulltime,73.0,no,iap,20.0,e. nor. central,0.0,1.0,1.0,$25000 or more,new england,never,2,yes,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13779,13780,2004,"unempl, laid off",66.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13780,13781,2004,retired,43.0,no,,12.0,new england,0.0,0.0,0.0,,new england,never,2,,4.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13781,13782,2004,working fulltime,23.0,no,iap,8.0,new england,0.0,2.0,0.0,$7000 to 7999,new england,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13782,13783,2004,working fulltime,24.0,yes,iap,12.0,new england,0.0,0.0,2.0,$25000 or more,new england,once a month,1,,3.0,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13783,13784,2004,working parttime,42.0,,iap,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13784,13785,2004,retired,46.0,,iap,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,lt once a year,0,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13785,13786,2004,working fulltime,46.0,yes,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,never,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13786,13787,2004,retired,64.0,no,,16.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,every week,1,iap,4.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13787,13788,2004,"unempl, laid off",51.0,,,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,3.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13788,13789,2004,working parttime,52.0,yes,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,new england,once a year,0,iap,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13789,13790,2004,working fulltime,53.0,yes,iap,15.0,new england,0.0,1.0,0.0,$25000 or more,new england,never,1,,1.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13790,13791,2004,working parttime,46.0,no,iap,14.0,middle atlantic,1.0,2.0,0.0,lt $1000,middle atlantic,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13791,13792,2004,working parttime,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13792,13793,2004,working fulltime,44.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,yes,2.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13793,13794,2004,working fulltime,65.0,no,iap,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,iap,3.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13794,13795,2004,working fulltime,51.0,yes,iap,20.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,every week,2,yes,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13795,13796,2004,working fulltime,69.0,yes,iap,17.0,w. nor. central,0.0,1.0,2.0,$25000 or more,w. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13796,13797,2004,working fulltime,51.0,no,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13797,13798,2004,working fulltime,47.0,,,15.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13798,13799,2004,working fulltime,64.0,no,iap,16.0,mountain,1.0,1.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13799,13800,2004,working fulltime,61.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,,3.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13800,13801,2004,temp not working,69.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13801,13802,2004,working fulltime,42.0,,,16.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,w. nor. central,every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13802,13803,2004,working fulltime,44.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,iap,,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13803,13804,2004,working fulltime,74.0,yes,,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,iap,0.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13804,13805,2004,working fulltime,28.0,,,11.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13805,13806,2004,working fulltime,33.0,no,iap,12.0,w. nor. central,0.0,1.0,2.0,$25000 or more,w. nor. central,never,1,,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13806,13807,2004,working fulltime,53.0,,,14.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,lt once a year,2,iap,2.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13807,13808,2004,retired,51.0,yes,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,3.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13808,13809,2004,working fulltime,35.0,no,iap,12.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,nrly every week,2,,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13809,13810,2004,temp not working,66.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13810,13811,2004,retired,40.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13811,13812,2004,working fulltime,66.0,yes,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13812,13813,2004,working parttime,32.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13813,13814,2004,working parttime,23.0,,iap,12.0,w. nor. central,1.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,2,,4.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13814,13815,2004,other,33.0,,iap,11.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13815,13816,2004,"unempl, laid off",31.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,iap,6.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13816,13817,2004,working fulltime,30.0,,iap,12.0,south atlantic,2.0,2.0,1.0,$25000 or more,mountain,once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13817,13818,2004,working fulltime,42.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,mountain,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13818,13819,2004,working fulltime,48.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13819,13820,2004,working fulltime,51.0,no,,14.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,mountain,never,1,,4.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13820,13821,2004,keeping house,21.0,,,13.0,mountain,0.0,0.0,0.0,$7000 to 7999,mountain,once a year,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13821,13822,2004,other,30.0,no,iap,11.0,e. nor. central,0.0,0.0,1.0,lt $1000,mountain,never,0,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13822,13823,2004,working fulltime,41.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,,4.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13823,13824,2004,working fulltime,60.0,no,iap,14.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,never,1,iap,1.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13824,13825,2004,working fulltime,30.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13825,13826,2004,temp not working,55.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13826,13827,2004,retired,43.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13827,13828,2004,working fulltime,74.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13828,13829,2004,retired,37.0,,,16.0,mountain,0.0,0.0,1.0,$10000 - 14999,mountain,sevrl times a yr,1,yes,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13829,13830,2004,working fulltime,44.0,no,iap,12.0,w. nor. central,0.0,3.0,0.0,$25000 or more,mountain,sevrl times a yr,2,yes,,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13830,13831,2004,working fulltime,75.0,no,iap,19.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,every week,2,,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13831,13832,2004,working fulltime,47.0,yes,iap,10.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,every week,2,yes,14.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13832,13833,2004,working fulltime,51.0,no,iap,12.0,mountain,0.0,2.0,2.0,$25000 or more,mountain,sevrl times a yr,2,yes,0.0,1,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13833,13834,2004,working fulltime,29.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13834,13835,2004,working parttime,51.0,yes,iap,8.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,yes,4.0,0,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13835,13836,2004,working fulltime,39.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,10.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13836,13837,2004,working parttime,28.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,yes,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13837,13838,2004,retired,30.0,no,yes,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,2,,5.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13838,13839,2004,working parttime,68.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,2,yes,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13839,13840,2004,working fulltime,30.0,yes,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,0,yes,1.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13840,13841,2004,working fulltime,40.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,,3.0,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13841,13842,2004,retired,75.0,no,,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13842,13843,2004,working fulltime,24.0,,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13843,13844,2004,working fulltime,39.0,,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13844,13845,2004,working fulltime,54.0,no,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13845,13846,2004,retired,40.0,no,iap,10.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,1,,7.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13846,13847,2004,working fulltime,40.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13847,13848,2004,working fulltime,33.0,,,12.0,w. nor. central,0.0,2.0,1.0,$10000 - 14999,w. nor. central,once a year,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13848,13849,2004,temp not working,50.0,yes,iap,16.0,w. sou. central,1.0,2.0,0.0,$25000 or more,w. nor. central,nrly every week,1,yes,5.0,0,1.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +13849,13850,2004,keeping house,28.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,more thn once wk,1,yes,,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13850,13851,2004,working fulltime,49.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13851,13852,2004,working fulltime,51.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13852,13853,2004,working fulltime,36.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13853,13854,2004,working fulltime,45.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13854,13855,2004,working fulltime,51.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13855,13856,2004,keeping house,39.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,2,yes,1.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +13856,13857,2004,working fulltime,35.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,2.0,1,0.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13857,13858,2004,working fulltime,51.0,no,iap,13.0,w. nor. central,,,0.0,$25000 or more,w. nor. central,nrly every week,2,yes,,1,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13858,13859,2004,working fulltime,30.0,no,iap,12.0,w. nor. central,1.0,0.0,2.0,$25000 or more,w. nor. central,once a month,0,yes,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13859,13860,2004,keeping house,,no,iap,12.0,w. nor. central,1.0,0.0,0.0,,w. nor. central,lt once a year,0,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13860,13861,2004,retired,49.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,,w. nor. central,never,1,yes,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13861,13862,2004,working fulltime,31.0,,iap,12.0,w. nor. central,1.0,0.0,0.0,$20000 - 24999,w. nor. central,lt once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13862,13863,2004,working fulltime,51.0,no,iap,13.0,pacific,0.0,0.0,0.0,,w. nor. central,lt once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13863,13864,2004,retired,66.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a month,2,iap,4.0,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13864,13865,2004,retired,47.0,,iap,10.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13865,13866,2004,keeping house,32.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,lt $1000,w. nor. central,2-3x a month,0,,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13866,13867,2004,keeping house,,,,11.0,mountain,1.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13867,13868,2004,working fulltime,44.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13868,13869,2004,keeping house,44.0,,iap,12.0,e. nor. central,0.0,0.0,1.0,$8000 to 9999,w. nor. central,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13869,13870,2004,working fulltime,49.0,no,iap,11.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,nrly every week,2,,4.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13870,13871,2004,retired,44.0,yes,iap,10.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13871,13872,2004,other,36.0,,iap,8.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a month,1,,6.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13872,13873,2004,working fulltime,42.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13873,13874,2004,working fulltime,35.0,,iap,12.0,w. nor. central,0.0,2.0,0.0,$10000 - 14999,w. nor. central,once a year,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13874,13875,2004,retired,23.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,yes,4.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +13875,13876,2004,keeping house,,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,2,yes,2.0,1,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13876,13877,2004,working parttime,30.0,no,iap,13.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,more thn once wk,1,yes,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13877,13878,2004,working fulltime,32.0,no,,13.0,w. nor. central,0.0,0.0,1.0,$20000 - 24999,w. nor. central,lt once a year,0,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13878,13879,2004,working parttime,54.0,no,iap,13.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,1,yes,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13879,13880,2004,retired,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,more thn once wk,2,,2.0,1,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13880,13881,2004,working fulltime,47.0,no,iap,12.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13881,13882,2004,temp not working,64.0,no,,17.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13882,13883,2004,keeping house,,,iap,13.0,e. nor. central,1.0,2.0,0.0,,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13883,13884,2004,other,28.0,,yes,8.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,sevrl times a yr,0,yes,5.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13884,13885,2004,retired,35.0,,,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,0,,5.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13885,13886,2004,retired,28.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,never,1,,6.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13886,13887,2004,keeping house,40.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,nrly every week,2,yes,,1,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13887,13888,2004,"unempl, laid off",31.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,once a year,2,,7.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13888,13889,2004,working parttime,42.0,no,iap,12.0,e. nor. central,1.0,1.0,1.0,$15000 - 19999,e. nor. central,once a year,1,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13889,13890,2004,working parttime,28.0,,,17.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13890,13891,2004,working fulltime,49.0,yes,iap,12.0,e. nor. central,0.0,1.0,2.0,$25000 or more,e. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13891,13892,2004,working fulltime,36.0,,iap,9.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13892,13893,2004,working fulltime,37.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +13893,13894,2004,working fulltime,47.0,yes,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13894,13895,2004,working fulltime,24.0,no,iap,10.0,e. nor. central,0.0,0.0,4.0,$20000 - 24999,e. nor. central,once a year,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13895,13896,2004,working fulltime,28.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,2,iap,,1,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13896,13897,2004,working fulltime,42.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,iap,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +13897,13898,2004,working fulltime,44.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13898,13899,2004,other,42.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13899,13900,2004,working parttime,31.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,2,iap,2.0,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13900,13901,2004,working fulltime,66.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13901,13902,2004,keeping house,34.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,0,yes,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13902,13903,2004,working fulltime,30.0,no,iap,10.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a month,2,,0.0,1,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13903,13904,2004,working fulltime,33.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13904,13905,2004,working fulltime,61.0,no,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,yes,0.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13905,13906,2004,working fulltime,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13906,13907,2004,temp not working,66.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13907,13908,2004,working parttime,40.0,,,8.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,2-3x a month,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13908,13909,2004,working fulltime,40.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13909,13910,2004,other,34.0,yes,yes,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13910,13911,2004,working fulltime,33.0,yes,iap,7.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,2,,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13911,13912,2004,working parttime,23.0,yes,iap,11.0,south atlantic,0.0,4.0,0.0,$25000 or more,south atlantic,once a year,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13912,13913,2004,working fulltime,49.0,no,iap,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13913,13914,2004,working fulltime,44.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13914,13915,2004,working fulltime,36.0,no,iap,13.0,e. sou. central,0.0,2.0,0.0,,south atlantic,every week,2,iap,1.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13915,13916,2004,working parttime,45.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +13916,13917,2004,retired,28.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,lt $1000,south atlantic,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13917,13918,2004,working fulltime,39.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a year,2,iap,20.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13918,13919,2004,working fulltime,52.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,10.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13919,13920,2004,working fulltime,66.0,no,iap,16.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13920,13921,2004,retired,64.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,2,yes,8.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13921,13922,2004,retired,28.0,no,,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,2,yes,4.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13922,13923,2004,working fulltime,44.0,yes,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13923,13924,2004,working fulltime,31.0,no,iap,14.0,south atlantic,3.0,3.0,0.0,$25000 or more,south atlantic,once a month,1,,1.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,1.0 +13924,13925,2004,retired,32.0,no,,9.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,nrly every week,0,,6.0,0,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13925,13926,2004,working fulltime,43.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13926,13927,2004,keeping house,28.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13927,13928,2004,"unempl, laid off",32.0,,iap,14.0,south atlantic,0.0,2.0,0.0,$3000 to 3999,south atlantic,once a year,1,,9.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13928,13929,2004,working fulltime,59.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13929,13930,2004,working fulltime,60.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13930,13931,2004,"unempl, laid off",35.0,,,11.0,e. sou. central,1.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,2,iap,4.0,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +13931,13932,2004,other,66.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,1,,4.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13932,13933,2004,working fulltime,29.0,,,11.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13933,13934,2004,working fulltime,42.0,,,12.0,e. nor. central,1.0,1.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,iap,3.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +13934,13935,2004,working fulltime,30.0,no,iap,12.0,south atlantic,2.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13935,13936,2004,temp not working,17.0,yes,yes,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13936,13937,2004,working parttime,29.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13937,13938,2004,working fulltime,56.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,1.0,1,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13938,13939,2004,working fulltime,35.0,no,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13939,13940,2004,working fulltime,64.0,no,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13940,13941,2004,working parttime,,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13941,13942,2004,working parttime,47.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,lt once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13942,13943,2004,keeping house,,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,iap,1.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13943,13944,2004,retired,66.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,2,,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13944,13945,2004,working fulltime,42.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,yes,2.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13945,13946,2004,working fulltime,32.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,1,iap,0.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13946,13947,2004,retired,46.0,,yes,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,yes,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13947,13948,2004,retired,17.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13948,13949,2004,retired,50.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13949,13950,2004,working fulltime,51.0,yes,iap,9.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13950,13951,2004,retired,,no,,2.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,0,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +13951,13952,2004,working fulltime,44.0,no,iap,11.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,2,iap,8.0,1,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13952,13953,2004,working fulltime,29.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13953,13954,2004,working fulltime,36.0,,iap,10.0,w. sou. central,,,,$25000 or more,e. sou. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13954,13955,2004,other,45.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,lt once a year,1,,8.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13955,13956,2004,working parttime,23.0,,iap,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a year,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13956,13957,2004,working parttime,44.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,yes,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13957,13958,2004,working fulltime,25.0,yes,iap,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13958,13959,2004,working parttime,66.0,yes,iap,16.0,new england,0.0,4.0,0.0,$25000 or more,south atlantic,lt once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +13959,13960,2004,working fulltime,51.0,yes,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,1.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +13960,13961,2004,working fulltime,61.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +13961,13962,2004,school,74.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13962,13963,2004,working fulltime,60.0,no,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,south atlantic,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13963,13964,2004,working fulltime,35.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,3.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13964,13965,2004,working fulltime,51.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13965,13966,2004,retired,41.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13966,13967,2004,keeping house,,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,3.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13967,13968,2004,working fulltime,43.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13968,13969,2004,working fulltime,34.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13969,13970,2004,working parttime,27.0,no,iap,9.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +13970,13971,2004,retired,,no,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,4.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13971,13972,2004,retired,28.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13972,13973,2004,retired,36.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,yes,0.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +13973,13974,2004,working fulltime,29.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,yes,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +13974,13975,2004,working fulltime,31.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13975,13976,2004,working fulltime,35.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,2.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13976,13977,2004,retired,24.0,no,,12.0,w. sou. central,0.0,1.0,0.0,$20000 - 24999,w. sou. central,once a month,2,yes,,1,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13977,13978,2004,retired,42.0,no,iap,7.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,1,yes,20.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0, +13978,13979,2004,retired,45.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,every week,2,yes,,1,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13979,13980,2004,working fulltime,36.0,no,iap,13.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,more thn once wk,1,,2.0,0,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13980,13981,2004,"unempl, laid off",30.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,sevrl times a yr,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13981,13982,2004,working fulltime,46.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13982,13983,2004,working fulltime,35.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13983,13984,2004,working fulltime,40.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,1.0,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13984,13985,2004,school,,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,1.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +13985,13986,2004,working fulltime,47.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,4.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13986,13987,2004,retired,22.0,no,,10.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,2-3x a month,1,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13987,13988,2004,working fulltime,40.0,,,9.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,0,iap,3.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +13988,13989,2004,keeping house,,no,,8.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +13989,13990,2004,working fulltime,64.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +13990,13991,2004,retired,40.0,no,yes,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,2.0,1,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +13991,13992,2004,working fulltime,61.0,no,iap,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,0,yes,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +13992,13993,2004,retired,66.0,yes,,15.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,1,,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13993,13994,2004,working fulltime,46.0,,iap,16.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +13994,13995,2004,working parttime,42.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,2,iap,1.0,1,1.0,1,,1,1,1.0,1.0,0.0,0,0,0,0,0,1,0, +13995,13996,2004,retired,52.0,,iap,14.0,new england,0.0,0.0,0.0,$7000 to 7999,w. sou. central,2-3x a month,2,yes,,1,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,1,0,0.0 +13996,13997,2004,temp not working,43.0,,,10.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,,8.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0, +13997,13998,2004,working fulltime,34.0,no,iap,12.0,w. sou. central,3.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +13998,13999,2004,school,49.0,,,15.0,w. sou. central,1.0,1.0,0.0,$15000 - 19999,w. sou. central,every week,1,iap,,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +13999,14000,2004,working fulltime,44.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14000,14001,2004,retired,66.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14001,14002,2004,working fulltime,39.0,,,11.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a month,2,yes,10.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +14002,14003,2004,working fulltime,51.0,,,16.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,2,yes,0.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +14003,14004,2004,working fulltime,59.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,3.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +14004,14005,2004,working parttime,20.0,no,iap,12.0,w. sou. central,0.0,1.0,0.0,$10000 - 14999,w. sou. central,every week,2,iap,,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0, +14005,14006,2004,keeping house,,no,iap,12.0,foreign,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,,4.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +14006,14007,2004,keeping house,,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,iap,,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14007,14008,2004,working fulltime,64.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +14008,14009,2004,working fulltime,66.0,no,iap,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,5.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14009,14010,2004,"unempl, laid off",30.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +14010,14011,2004,keeping house,28.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14011,14012,2004,keeping house,33.0,yes,iap,10.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +14012,14013,2004,working parttime,29.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14013,14014,2004,retired,21.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,2,iap,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14014,14015,2004,working fulltime,39.0,,,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +14015,14016,2004,working fulltime,42.0,,iap,13.0,south atlantic,0.0,2.0,2.0,$5000 to 5999,south atlantic,sevrl times a yr,1,,0.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +14016,14017,2004,working fulltime,47.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14017,14018,2004,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,1.0,1,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +14018,14019,2004,retired,40.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,1,,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14019,14020,2004,keeping house,28.0,no,,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,0,,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +14020,14021,2004,retired,42.0,no,,11.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,once a year,1,,3.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14021,14022,2004,working parttime,28.0,,,12.0,south atlantic,0.0,0.0,2.0,$7000 to 7999,south atlantic,every week,1,iap,5.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,1,0, +14022,14023,2004,working parttime,42.0,,,14.0,south atlantic,0.0,1.0,0.0,,south atlantic,2-3x a month,1,,1.0,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +14023,14024,2004,working fulltime,34.0,,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,yes,,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14024,14025,2004,school,25.0,,iap,12.0,south atlantic,0.0,1.0,0.0,,south atlantic,2-3x a month,1,iap,8.0,0,1.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,1,0, +14025,14026,2004,retired,43.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,0,iap,,0,0.0,1,,1,1,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +14026,14027,2004,working parttime,35.0,,,11.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +14027,14028,2004,retired,47.0,yes,,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,4.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +14028,14029,2004,working fulltime,44.0,no,iap,13.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14029,14030,2004,retired,56.0,no,,11.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,0,yes,5.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +14030,14031,2004,working fulltime,32.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14031,14032,2004,working fulltime,23.0,no,iap,14.0,foreign,1.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,0,yes,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +14032,14033,2004,working fulltime,34.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14033,14034,2004,working fulltime,49.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14034,14035,2004,keeping house,,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,8.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +14035,14036,2004,working parttime,43.0,,,15.0,w. sou. central,1.0,1.0,0.0,$8000 to 9999,w. sou. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +14036,14037,2004,keeping house,34.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +14037,14038,2004,working fulltime,51.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14038,14039,2004,working parttime,51.0,,,14.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14039,14040,2004,working fulltime,51.0,,,20.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,once a month,2,yes,2.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +14040,14041,2004,working fulltime,33.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,yes,1.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +14041,14042,2004,working fulltime,30.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,once a month,2,yes,,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14042,14043,2004,other,66.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14043,14044,2004,working parttime,32.0,yes,,10.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,e. sou. central,nrly every week,1,yes,3.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +14044,14045,2004,retired,43.0,yes,iap,15.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,2,,1.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14045,14046,2004,working parttime,22.0,,iap,12.0,new england,0.0,0.0,1.0,$25000 or more,e. sou. central,once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +14046,14047,2004,retired,35.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,,e. sou. central,lt once a year,2,,4.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14047,14048,2004,working fulltime,35.0,yes,iap,15.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. sou. central,lt once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14048,14049,2004,working fulltime,51.0,yes,iap,11.0,foreign,0.0,0.0,1.0,$25000 or more,e. sou. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14049,14050,2004,retired,47.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,2,yes,4.0,1,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +14050,14051,2004,working parttime,28.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,,1.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +14051,14052,2004,other,17.0,,iap,8.0,w. sou. central,0.0,1.0,0.0,,w. sou. central,once a year,0,iap,9.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +14052,14053,2004,working parttime,23.0,yes,iap,11.0,mountain,0.0,0.0,0.0,,w. sou. central,more thn once wk,1,iap,4.0,0,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,1,0, +14053,14054,2004,working fulltime,49.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14054,14055,2004,working fulltime,51.0,yes,iap,12.0,w. sou. central,0.0,4.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,2.0,1,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +14055,14056,2004,keeping house,55.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,2.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +14056,14057,2004,keeping house,32.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +14057,14058,2004,working fulltime,43.0,no,iap,12.0,w. sou. central,0.0,0.0,2.0,$15000 - 19999,w. sou. central,more thn once wk,0,iap,3.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,1,0, +14058,14059,2004,working fulltime,69.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,,1,0.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +14059,14060,2004,working fulltime,29.0,no,iap,12.0,foreign,0.0,0.0,0.0,,w. sou. central,nrly every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +14060,14061,2004,retired,42.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,,3.0,1,1.0,1,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +14061,14062,2004,working fulltime,36.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,iap,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14062,14063,2004,working fulltime,29.0,no,iap,12.0,w. sou. central,0.0,3.0,2.0,$1000 to 2999,w. sou. central,more thn once wk,1,iap,2.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,1,0, +14063,14064,2004,retired,60.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,0,,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14064,14065,2004,retired,36.0,,iap,16.0,new england,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,1,yes,4.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +14065,14066,2004,working fulltime,40.0,,iap,12.0,south atlantic,0.0,0.0,1.0,,south atlantic,lt once a year,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14066,14067,2004,school,37.0,,iap,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,4.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14067,14068,2004,retired,,no,iap,17.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,yes,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14068,14069,2004,retired,24.0,no,,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,0,,4.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14069,14070,2004,working fulltime,43.0,no,iap,9.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,never,0,iap,,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14070,14071,2004,keeping house,,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,yes,1.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +14071,14072,2004,school,17.0,,,12.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +14072,14073,2004,working fulltime,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,yes,1.0,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +14073,14074,2004,other,,,,11.0,south atlantic,2.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14074,14075,2004,retired,40.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,2,,4.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14075,14076,2004,working fulltime,40.0,,,14.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,yes,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +14076,14077,2004,retired,17.0,no,,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,iap,12.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +14077,14078,2004,working fulltime,36.0,,,14.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,lt once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +14078,14079,2004,working fulltime,55.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14079,14080,2004,working fulltime,48.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14080,14081,2004,retired,47.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14081,14082,2004,retired,25.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,2,,3.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +14082,14083,2004,keeping house,42.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +14083,14084,2004,working fulltime,42.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +14084,14085,2004,working parttime,25.0,yes,iap,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,lt once a year,1,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14085,14086,2004,school,,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,iap,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +14086,14087,2004,working fulltime,42.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +14087,14088,2004,keeping house,28.0,no,,12.0,mountain,0.0,0.0,0.0,$3000 to 3999,mountain,every week,0,,12.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14088,14089,2004,retired,22.0,,,7.0,e. sou. central,0.0,0.0,0.0,$5000 to 5999,mountain,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +14089,14090,2004,working fulltime,49.0,,,14.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,lt once a year,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0, +14090,14091,2004,working fulltime,29.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +14091,14092,2004,keeping house,,,,12.0,w. sou. central,,,,$6000 to 6999,mountain,every week,2,iap,,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14092,14093,2004,working fulltime,63.0,no,iap,20.0,mountain,0.0,0.0,0.0,,mountain,once a month,1,iap,1.0,0,0.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +14093,14094,2004,school,32.0,no,iap,13.0,mountain,1.0,0.0,0.0,,mountain,once a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0, +14094,14095,2004,school,,,,14.0,mountain,1.0,0.0,0.0,lt $1000,mountain,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,1,0,1.0 +14095,14096,2004,school,28.0,no,iap,15.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,more thn once wk,2,yes,0.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0, +14096,14097,2004,school,46.0,,,16.0,mountain,0.0,0.0,1.0,lt $1000,mountain,lt once a year,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14097,14098,2004,working fulltime,64.0,no,iap,17.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14098,14099,2004,school,25.0,yes,iap,11.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,nrly every week,1,yes,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,1.0 +14099,14100,2004,school,,,,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14100,14101,2004,retired,60.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,6.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +14101,14102,2004,keeping house,53.0,yes,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,yes,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14102,14103,2004,working fulltime,64.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,iap,,1,1.0,0,,0,0,0.0,0.0,1.0,0,0,0,0,0,1,0,1.0 +14103,14104,2004,retired,40.0,yes,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,iap,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +14104,14105,2004,working fulltime,50.0,no,iap,7.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14105,14106,2004,working fulltime,50.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14106,14107,2004,working fulltime,42.0,no,,11.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,1,iap,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14107,14108,2004,retired,51.0,no,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14108,14109,2004,working fulltime,44.0,no,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,0,yes,2.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +14109,14110,2004,working fulltime,46.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,1.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14110,14111,2004,retired,74.0,no,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,every week,2,yes,2.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +14111,14112,2004,working fulltime,48.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14112,14113,2004,keeping house,60.0,yes,iap,8.0,mountain,0.0,0.0,0.0,$8000 to 9999,mountain,more thn once wk,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,1,0,0.0 +14113,14114,2004,keeping house,42.0,,iap,12.0,mountain,2.0,0.0,0.0,$7000 to 7999,mountain,sevrl times a yr,0,iap,6.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +14114,14115,2004,keeping house,40.0,no,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,1,,13.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14115,14116,2004,working fulltime,64.0,,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,0,yes,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14116,14117,2004,keeping house,29.0,no,iap,13.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,nrly every week,2,yes,1.0,1,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0, +14117,14118,2004,working fulltime,35.0,yes,,9.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14118,14119,2004,working fulltime,34.0,,iap,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14119,14120,2004,retired,64.0,,iap,18.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,every week,0,yes,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14120,14121,2004,temp not working,30.0,no,iap,12.0,pacific,3.0,0.0,1.0,$25000 or more,pacific,once a year,2,,2.0,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14121,14122,2004,working fulltime,34.0,,,12.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14122,14123,2004,retired,30.0,yes,,12.0,mountain,0.0,0.0,0.0,,pacific,every week,1,iap,,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14123,14124,2004,keeping house,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14124,14125,2004,working fulltime,66.0,,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +14125,14126,2004,working fulltime,50.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,2.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +14126,14127,2004,working fulltime,39.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14127,14128,2004,retired,49.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,1,,2.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14128,14129,2004,retired,51.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +14129,14130,2004,working fulltime,66.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14130,14131,2004,retired,32.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,4.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,0.0 +14131,14132,2004,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,0,iap,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0, +14132,14133,2004,working fulltime,51.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,yes,,0,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14133,14134,2004,working fulltime,58.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0, +14134,14135,2004,working fulltime,41.0,,iap,16.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,once a year,0,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14135,14136,2004,temp not working,51.0,,iap,18.0,pacific,0.0,1.0,1.0,$20000 - 24999,pacific,never,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,1,0,0.0 +14136,14137,2004,working fulltime,41.0,no,iap,12.0,mountain,0.0,1.0,0.0,$25000 or more,mountain,every week,1,,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14137,14138,2004,retired,36.0,no,iap,5.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,1,iap,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +14138,14139,2004,working fulltime,42.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14139,14140,2004,working fulltime,30.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,2,iap,,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,1,0,1.0 +14140,14141,2004,working parttime,66.0,no,iap,16.0,new england,0.0,3.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,4.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,1,0, +14141,14142,2004,working fulltime,43.0,,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,2,yes,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0, +14142,14143,2004,working fulltime,27.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,0,iap,,0,0.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,0,1,0,0.0 +14143,14144,2004,working fulltime,74.0,,,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14144,14145,2004,working fulltime,45.0,yes,iap,12.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0, +14145,14146,2004,working parttime,42.0,,iap,8.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14146,14147,2004,working parttime,46.0,no,iap,16.0,e. sou. central,1.0,1.0,0.0,,south atlantic,more thn once wk,1,iap,,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,1,0,0.0 +14147,14148,2004,working fulltime,40.0,,iap,12.0,pacific,2.0,0.0,0.0,$10000 - 14999,pacific,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,1,0,1.0 +14148,14149,2004,working parttime,32.0,no,iap,16.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,1,0,0.0 +14149,14150,2004,working fulltime,59.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,1,0,1.0 +14150,14151,2004,working fulltime,44.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,1.0,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,1,0, +14151,14152,2006,working fulltime,66.0,,,13.0,foreign,0.0,0.0,2.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14152,14153,2006,working fulltime,44.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14153,14154,2006,retired,29.0,,yes,9.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14154,14155,2006,working parttime,46.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,6.0,1,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14155,14156,2006,school,,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,4.0,0,1.0,1,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14156,14157,2006,working fulltime,47.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14157,14158,2006,working fulltime,42.0,no,,12.0,foreign,1.0,0.0,0.0,,middle atlantic,never,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14158,14159,2006,working fulltime,31.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14159,14160,2006,working fulltime,66.0,,,18.0,middle atlantic,0.0,2.0,0.0,,middle atlantic,never,2,iap,3.0,1,0.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14160,14161,2006,retired,24.0,yes,,9.0,south atlantic,0.0,0.0,2.0,,middle atlantic,sevrl times a yr,0,iap,,0,1.0,1,0.0,1,1,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14161,14162,2006,other,49.0,,,12.0,foreign,0.0,0.0,1.0,,middle atlantic,never,1,yes,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14162,14163,2006,school,51.0,,,16.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,more thn once wk,0,iap,,0,0.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +14163,14164,2006,working fulltime,42.0,,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14164,14165,2006,keeping house,36.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,2,,0.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14165,14166,2006,retired,39.0,,,6.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,2,iap,6.0,1,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14166,14167,2006,school,,,,11.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14167,14168,2006,working parttime,51.0,,,13.0,middle atlantic,,,,$4000 to 4999,middle atlantic,never,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14168,14169,2006,working fulltime,50.0,,,16.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,every week,1,,4.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14169,14170,2006,retired,31.0,,,12.0,foreign,0.0,0.0,0.0,$8000 to 9999,middle atlantic,nrly every week,0,iap,,0,0.0,1,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14170,14171,2006,keeping house,29.0,no,iap,5.0,foreign,0.0,0.0,0.0,,middle atlantic,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14171,14172,2006,retired,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,3.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1, +14172,14173,2006,working fulltime,36.0,,iap,14.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,never,1,,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14173,14174,2006,working parttime,25.0,,iap,17.0,foreign,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14174,14175,2006,working fulltime,39.0,no,iap,12.0,middle atlantic,2.0,1.0,0.0,,middle atlantic,,2,,2.0,1,1.0,0,,1,0,,,,0,0,0,0,0,0,1,0.0 +14175,14176,2006,working fulltime,42.0,no,iap,12.0,foreign,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14176,14177,2006,working parttime,46.0,,iap,14.0,middle atlantic,1.0,0.0,0.0,$20000 - 24999,middle atlantic,never,0,,6.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14177,14178,2006,working fulltime,45.0,,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14178,14179,2006,other,51.0,yes,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14179,14180,2006,retired,54.0,yes,,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,4.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14180,14181,2006,retired,39.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,3.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14181,14182,2006,working fulltime,42.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,6.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14182,14183,2006,retired,64.0,no,,14.0,south atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,5.0,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14183,14184,2006,keeping house,43.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14184,14185,2006,working fulltime,54.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14185,14186,2006,working fulltime,49.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14186,14187,2006,retired,65.0,no,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14187,14188,2006,working fulltime,36.0,,,18.0,foreign,0.0,0.0,0.0,,middle atlantic,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14188,14189,2006,retired,61.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,1,iap,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14189,14190,2006,working fulltime,31.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14190,14191,2006,working fulltime,49.0,,,13.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,every week,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14191,14192,2006,working fulltime,36.0,,iap,9.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14192,14193,2006,working parttime,36.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,,6.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14193,14194,2006,keeping house,64.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,,middle atlantic,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14194,14195,2006,working fulltime,32.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14195,14196,2006,keeping house,,no,iap,10.0,foreign,0.0,0.0,1.0,,middle atlantic,once a month,2,,3.0,1,0.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14196,14197,2006,keeping house,,no,iap,12.0,foreign,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14197,14198,2006,working fulltime,24.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14198,14199,2006,working fulltime,54.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,2,,3.0,1,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14199,14200,2006,retired,49.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,2,iap,,1,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14200,14201,2006,working fulltime,,,,12.0,foreign,0.0,0.0,0.0,,middle atlantic,,1,,1.0,0,1.0,0,,0,0,,,,0,0,0,0,0,0,1, +14201,14202,2006,retired,47.0,no,iap,16.0,foreign,0.0,0.0,0.0,,middle atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14202,14203,2006,keeping house,64.0,no,iap,18.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,,1.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14203,14204,2006,working parttime,65.0,no,iap,16.0,foreign,0.0,0.0,0.0,,middle atlantic,more thn once wk,2,,3.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14204,14205,2006,working fulltime,47.0,,iap,17.0,foreign,0.0,0.0,0.0,,middle atlantic,never,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14205,14206,2006,working fulltime,38.0,no,iap,16.0,middle atlantic,1.0,1.0,1.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14206,14207,2006,other,33.0,,,9.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,,5.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14207,14208,2006,keeping house,46.0,no,iap,16.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,every week,2,iap,3.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14208,14209,2006,retired,42.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14209,14210,2006,keeping house,74.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,new england,once a month,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14210,14211,2006,keeping house,32.0,no,,16.0,foreign,0.0,0.0,0.0,,new england,never,2,,5.0,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14211,14212,2006,temp not working,22.0,no,iap,12.0,foreign,1.0,0.0,0.0,$10000 - 14999,new england,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14212,14213,2006,working parttime,39.0,,,17.0,new england,0.0,0.0,0.0,$7000 to 7999,new england,once a month,1,iap,2.0,0,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +14213,14214,2006,"unempl, laid off",73.0,,,10.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14214,14215,2006,keeping house,20.0,no,,10.0,new england,0.0,0.0,0.0,,new england,never,1,iap,9.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14215,14216,2006,working fulltime,31.0,no,iap,10.0,foreign,0.0,1.0,3.0,$25000 or more,middle atlantic,once a year,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14216,14217,2006,retired,32.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14217,14218,2006,keeping house,56.0,yes,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,3.0,1,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14218,14219,2006,working parttime,49.0,yes,iap,17.0,middle atlantic,1.0,2.0,0.0,,middle atlantic,2-3x a month,1,yes,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14219,14220,2006,working fulltime,75.0,no,iap,19.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,lt once a year,1,iap,,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14220,14221,2006,working fulltime,32.0,,,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14221,14222,2006,keeping house,23.0,,,6.0,foreign,1.0,0.0,0.0,$5000 to 5999,middle atlantic,2-3x a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14222,14223,2006,working fulltime,22.0,,,3.0,foreign,1.0,0.0,0.0,$20000 - 24999,middle atlantic,never,0,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14223,14224,2006,working fulltime,22.0,,,10.0,foreign,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,0.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1, +14224,14225,2006,working fulltime,29.0,,,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,2,,5.0,1,0.0,1,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14225,14226,2006,keeping house,74.0,no,iap,15.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14226,14227,2006,retired,64.0,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14227,14228,2006,retired,41.0,,iap,18.0,foreign,0.0,0.0,0.0,$4000 to 4999,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14228,14229,2006,temp not working,74.0,no,iap,20.0,new england,2.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,0.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14229,14230,2006,working fulltime,71.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14230,14231,2006,working fulltime,41.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,1.0,1,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14231,14232,2006,working fulltime,61.0,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14232,14233,2006,working fulltime,61.0,no,iap,17.0,foreign,1.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14233,14234,2006,working parttime,34.0,no,iap,12.0,foreign,1.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,2,,5.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14234,14235,2006,working fulltime,52.0,,,18.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,never,1,,6.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14235,14236,2006,"unempl, laid off",36.0,,,11.0,middle atlantic,0.0,2.0,2.0,$6000 to 6999,middle atlantic,every week,0,iap,,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14236,14237,2006,retired,34.0,no,,12.0,foreign,0.0,0.0,0.0,lt $1000,middle atlantic,once a year,1,,5.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14237,14238,2006,working fulltime,20.0,,iap,12.0,foreign,0.0,1.0,2.0,$15000 - 19999,middle atlantic,more thn once wk,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +14238,14239,2006,working fulltime,42.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14239,14240,2006,retired,22.0,no,,12.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,0,yes,3.0,0,1.0,1,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +14240,14241,2006,working fulltime,49.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14241,14242,2006,working fulltime,36.0,,iap,13.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14242,14243,2006,working fulltime,45.0,no,iap,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14243,14244,2006,working fulltime,63.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14244,14245,2006,working fulltime,56.0,no,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,4.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14245,14246,2006,working fulltime,62.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14246,14247,2006,working fulltime,33.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,3.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14247,14248,2006,working fulltime,43.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14248,14249,2006,school,64.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,,middle atlantic,never,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14249,14250,2006,working fulltime,51.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14250,14251,2006,retired,51.0,no,,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14251,14252,2006,working fulltime,47.0,,,14.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14252,14253,2006,working fulltime,50.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14253,14254,2006,working fulltime,27.0,,,16.0,middle atlantic,0.0,1.0,0.0,$20000 - 24999,middle atlantic,once a year,1,iap,10.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14254,14255,2006,working fulltime,50.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,2.0,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14255,14256,2006,temp not working,51.0,no,iap,12.0,middle atlantic,0.0,1.0,3.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14256,14257,2006,working fulltime,33.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,0.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14257,14258,2006,working fulltime,40.0,yes,iap,14.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14258,14259,2006,working fulltime,51.0,,,16.0,foreign,1.0,1.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,,3.0,0,1.0,0,1.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14259,14260,2006,working fulltime,48.0,,,16.0,foreign,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14260,14261,2006,working fulltime,51.0,,,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14261,14262,2006,working fulltime,69.0,no,iap,16.0,foreign,2.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,,0.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14262,14263,2006,working fulltime,46.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,5.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14263,14264,2006,working fulltime,36.0,,,12.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,more thn once wk,2,,2.0,1,1.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14264,14265,2006,"unempl, laid off",44.0,,,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14265,14266,2006,"unempl, laid off",46.0,,,18.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +14266,14267,2006,working parttime,61.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,more thn once wk,2,iap,,1,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14267,14268,2006,working fulltime,43.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14268,14269,2006,working parttime,36.0,no,iap,16.0,e. nor. central,0.0,1.0,2.0,$25000 or more,middle atlantic,2-3x a month,1,iap,3.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14269,14270,2006,school,,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14270,14271,2006,retired,44.0,no,iap,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,4.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14271,14272,2006,working fulltime,61.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14272,14273,2006,retired,69.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,1.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14273,14274,2006,retired,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,2,,1.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14274,14275,2006,working fulltime,39.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,3.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14275,14276,2006,working fulltime,45.0,,iap,13.0,middle atlantic,0.0,2.0,0.0,$25000 or more,middle atlantic,never,1,iap,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14276,14277,2006,working fulltime,64.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,1.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14277,14278,2006,retired,64.0,no,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14278,14279,2006,working fulltime,53.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,,1,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14279,14280,2006,retired,34.0,,,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,nrly every week,2,,1.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14280,14281,2006,keeping house,66.0,no,iap,12.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,never,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14281,14282,2006,working fulltime,51.0,no,iap,9.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14282,14283,2006,retired,39.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,3.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14283,14284,2006,keeping house,42.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14284,14285,2006,working fulltime,64.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14285,14286,2006,retired,64.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14286,14287,2006,keeping house,73.0,no,iap,20.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14287,14288,2006,working fulltime,49.0,yes,iap,18.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,once a year,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14288,14289,2006,working parttime,23.0,no,iap,13.0,foreign,1.0,1.0,0.0,,middle atlantic,every week,2,,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14289,14290,2006,working fulltime,48.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14290,14291,2006,retired,47.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,0,yes,,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14291,14292,2006,working parttime,54.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,0.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14292,14293,2006,retired,66.0,yes,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14293,14294,2006,working fulltime,23.0,no,iap,6.0,foreign,0.0,1.0,1.0,$20000 - 24999,middle atlantic,2-3x a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14294,14295,2006,working fulltime,35.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14295,14296,2006,temp not working,28.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,5.0,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14296,14297,2006,working parttime,23.0,,iap,13.0,middle atlantic,0.0,0.0,1.0,$20000 - 24999,middle atlantic,every week,1,,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14297,14298,2006,retired,66.0,no,,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,middle atlantic,every week,2,iap,,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14298,14299,2006,working fulltime,74.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,,0,0.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14299,14300,2006,working parttime,64.0,no,iap,16.0,middle atlantic,0.0,3.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14300,14301,2006,working fulltime,39.0,,iap,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,more thn once wk,1,,3.0,0,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14301,14302,2006,working fulltime,33.0,no,iap,10.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14302,14303,2006,working fulltime,42.0,no,iap,12.0,foreign,0.0,0.0,0.0,$15000 - 19999,pacific,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14303,14304,2006,working fulltime,51.0,,,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14304,14305,2006,working fulltime,21.0,no,iap,17.0,foreign,0.0,0.0,3.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14305,14306,2006,working fulltime,31.0,no,iap,6.0,foreign,2.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,1,,6.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14306,14307,2006,"unempl, laid off",42.0,,iap,16.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,more thn once wk,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +14307,14308,2006,,,no,iap,17.0,pacific,,,,,pacific,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14308,14309,2006,working parttime,86.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14309,14310,2006,working fulltime,51.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14310,14311,2006,working fulltime,57.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14311,14312,2006,retired,72.0,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14312,14313,2006,working parttime,46.0,no,iap,19.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a year,1,,2.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14313,14314,2006,working fulltime,47.0,yes,iap,16.0,foreign,0.0,6.0,0.0,$25000 or more,pacific,once a month,1,iap,1.0,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14314,14315,2006,keeping house,24.0,no,iap,4.0,foreign,1.0,0.0,0.0,lt $1000,pacific,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14315,14316,2006,keeping house,35.0,,,12.0,pacific,2.0,2.0,0.0,$15000 - 19999,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14316,14317,2006,working parttime,28.0,,,12.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14317,14318,2006,working fulltime,24.0,,,12.0,pacific,0.0,1.0,0.0,$20000 - 24999,pacific,never,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14318,14319,2006,keeping house,40.0,yes,,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,pacific,2-3x a month,0,iap,1.0,0,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +14319,14320,2006,retired,74.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,3.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14320,14321,2006,retired,51.0,no,,13.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,2-3x a month,2,,5.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14321,14322,2006,working parttime,40.0,no,iap,14.0,pacific,,,,,pacific,every week,2,,2.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14322,14323,2006,working fulltime,60.0,,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,0,yes,,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14323,14324,2006,retired,73.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,2,,1.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14324,14325,2006,working fulltime,33.0,,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14325,14326,2006,working fulltime,47.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14326,14327,2006,working fulltime,68.0,no,iap,18.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,nrly every week,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14327,14328,2006,working parttime,36.0,no,iap,14.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,never,2,,2.0,1,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14328,14329,2006,working parttime,61.0,yes,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14329,14330,2006,working fulltime,51.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14330,14331,2006,working fulltime,40.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,4.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14331,14332,2006,working fulltime,61.0,no,iap,18.0,foreign,0.0,0.0,0.0,,pacific,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14332,14333,2006,working fulltime,51.0,,iap,18.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,2,iap,0.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14333,14334,2006,retired,72.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14334,14335,2006,working fulltime,71.0,no,iap,16.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,never,2,iap,1.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14335,14336,2006,working parttime,31.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14336,14337,2006,retired,36.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,3.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14337,14338,2006,keeping house,41.0,,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,lt once a year,0,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14338,14339,2006,working fulltime,28.0,no,iap,10.0,foreign,0.0,1.0,0.0,$20000 - 24999,pacific,sevrl times a yr,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14339,14340,2006,retired,,,yes,3.0,foreign,0.0,0.0,0.0,,pacific,once a year,0,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14340,14341,2006,retired,36.0,,iap,11.0,pacific,0.0,0.0,0.0,,pacific,more thn once wk,2,iap,,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +14341,14342,2006,working fulltime,31.0,,,5.0,foreign,0.0,0.0,0.0,$3000 to 3999,pacific,never,0,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14342,14343,2006,working fulltime,47.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14343,14344,2006,school,29.0,,,11.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14344,14345,2006,working fulltime,46.0,no,iap,12.0,foreign,0.0,1.0,1.0,$25000 or more,pacific,sevrl times a yr,2,iap,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14345,14346,2006,working fulltime,40.0,no,iap,6.0,foreign,0.0,0.0,2.0,$25000 or more,pacific,every week,1,,3.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14346,14347,2006,working fulltime,22.0,,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,4.0,0,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14347,14348,2006,working fulltime,66.0,,,16.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a month,1,iap,2.0,0,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14348,14349,2006,working fulltime,31.0,no,iap,13.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,never,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14349,14350,2006,keeping house,49.0,no,iap,14.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,once a month,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14350,14351,2006,working fulltime,31.0,yes,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14351,14352,2006,school,,,,15.0,foreign,0.0,0.0,0.0,lt $1000,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14352,14353,2006,other,29.0,,,16.0,foreign,0.0,0.0,1.0,$10000 - 14999,pacific,every week,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14353,14354,2006,working fulltime,47.0,,iap,12.0,pacific,0.0,0.0,2.0,,pacific,never,1,iap,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14354,14355,2006,working fulltime,52.0,no,iap,14.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,once a month,1,iap,1.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14355,14356,2006,working fulltime,66.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,4.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14356,14357,2006,working fulltime,47.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14357,14358,2006,temp not working,47.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,iap,,1,1.0,0,0.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14358,14359,2006,working fulltime,50.0,no,iap,13.0,pacific,1.0,2.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,3.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14359,14360,2006,working fulltime,33.0,,,12.0,foreign,0.0,1.0,1.0,$25000 or more,pacific,once a month,1,iap,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14360,14361,2006,working fulltime,71.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,3.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14361,14362,2006,retired,61.0,,iap,20.0,mountain,0.0,0.0,0.0,$20000 - 24999,pacific,never,2,,6.0,1,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14362,14363,2006,keeping house,,no,iap,12.0,foreign,3.0,2.0,0.0,$10000 - 14999,pacific,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14363,14364,2006,working fulltime,74.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a month,2,iap,,1,0.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14364,14365,2006,"unempl, laid off",60.0,,iap,15.0,foreign,0.0,0.0,0.0,$8000 to 9999,pacific,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14365,14366,2006,keeping house,59.0,no,iap,17.0,foreign,0.0,0.0,0.0,,pacific,every week,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14366,14367,2006,working parttime,52.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,2.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14367,14368,2006,working fulltime,47.0,,,16.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14368,14369,2006,working fulltime,43.0,no,iap,11.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,once a year,2,,1.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14369,14370,2006,working fulltime,27.0,yes,yes,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,4.0,1,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14370,14371,2006,working fulltime,44.0,,iap,16.0,foreign,1.0,1.0,0.0,$25000 or more,pacific,once a month,0,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14371,14372,2006,retired,51.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14372,14373,2006,working fulltime,51.0,,,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14373,14374,2006,other,44.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14374,14375,2006,working fulltime,64.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,1.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14375,14376,2006,retired,,no,,9.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,4.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14376,14377,2006,school,,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,0.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14377,14378,2006,retired,34.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,4.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14378,14379,2006,"unempl, laid off",36.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,sevrl times a yr,1,iap,1.0,0,0.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14379,14380,2006,retired,66.0,,iap,16.0,new england,0.0,0.0,0.0,,pacific,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14380,14381,2006,working parttime,28.0,,,11.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,iap,2.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14381,14382,2006,working fulltime,39.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,14.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14382,14383,2006,retired,33.0,yes,,20.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,pacific,more thn once wk,1,,6.0,0,0.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +14383,14384,2006,working fulltime,51.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,1.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14384,14385,2006,retired,47.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14385,14386,2006,retired,54.0,,iap,17.0,foreign,0.0,0.0,0.0,$7000 to 7999,pacific,never,2,iap,5.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14386,14387,2006,working fulltime,,,,13.0,pacific,0.0,0.0,0.0,,pacific,never,1,iap,3.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14387,14388,2006,working fulltime,66.0,,,15.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14388,14389,2006,working fulltime,58.0,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14389,14390,2006,other,44.0,,,14.0,foreign,0.0,0.0,0.0,lt $1000,pacific,2-3x a month,2,iap,4.0,1,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1, +14390,14391,2006,working fulltime,59.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14391,14392,2006,school,,,,14.0,mountain,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,iap,,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14392,14393,2006,working fulltime,63.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,iap,3.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14393,14394,2006,working fulltime,51.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,1.0,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14394,14395,2006,working fulltime,48.0,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14395,14396,2006,working fulltime,51.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,1.0,1,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14396,14397,2006,keeping house,,no,iap,12.0,foreign,1.0,1.0,0.0,$10000 - 14999,e. nor. central,lt once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14397,14398,2006,working fulltime,23.0,,,6.0,foreign,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14398,14399,2006,working parttime,35.0,no,iap,5.0,foreign,0.0,1.0,1.0,$20000 - 24999,e. nor. central,nrly every week,2,,2.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14399,14400,2006,working fulltime,34.0,,,12.0,foreign,2.0,1.0,0.0,$15000 - 19999,e. nor. central,once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14400,14401,2006,working parttime,39.0,no,iap,6.0,foreign,1.0,1.0,1.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14401,14402,2006,working parttime,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,,2.0,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14402,14403,2006,retired,42.0,no,iap,9.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,2.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14403,14404,2006,working fulltime,42.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,,6.0,1,0.0,1,0.0,1,1,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14404,14405,2006,working fulltime,32.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,0.0,1,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14405,14406,2006,working fulltime,60.0,no,iap,16.0,pacific,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,2.0,1,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14406,14407,2006,working fulltime,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,4.0,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +14407,14408,2006,retired,22.0,yes,,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,2,yes,2.0,1,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +14408,14409,2006,keeping house,40.0,no,iap,14.0,foreign,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14409,14410,2006,working fulltime,51.0,,,15.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,4.0,0,0.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14410,14411,2006,working fulltime,43.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14411,14412,2006,working fulltime,61.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,yes,0.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14412,14413,2006,working fulltime,66.0,,,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,,1,iap,,0,1.0,0,,1,0,,,,0,0,0,0,0,0,1,1.0 +14413,14414,2006,"unempl, laid off",36.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,0,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14414,14415,2006,working fulltime,36.0,no,iap,10.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14415,14416,2006,working fulltime,35.0,no,iap,6.0,foreign,0.0,0.0,1.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14416,14417,2006,working fulltime,40.0,no,iap,12.0,foreign,1.0,1.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14417,14418,2006,working fulltime,33.0,no,iap,12.0,foreign,1.0,1.0,1.0,$25000 or more,e. nor. central,2-3x a month,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14418,14419,2006,keeping house,,no,iap,6.0,foreign,2.0,1.0,0.0,$10000 - 14999,e. nor. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14419,14420,2006,working fulltime,44.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14420,14421,2006,keeping house,,no,iap,12.0,foreign,0.0,1.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14421,14422,2006,"unempl, laid off",66.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14422,14423,2006,keeping house,,no,iap,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14423,14424,2006,working parttime,34.0,,,12.0,foreign,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a month,0,,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14424,14425,2006,"unempl, laid off",39.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,0.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14425,14426,2006,working parttime,25.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,5.0,0,0.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +14426,14427,2006,school,49.0,no,iap,14.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,never,1,iap,3.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +14427,14428,2006,working fulltime,25.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,3.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14428,14429,2006,working fulltime,22.0,,,11.0,foreign,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14429,14430,2006,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,0,iap,2.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14430,14431,2006,working fulltime,51.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,,0,1.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14431,14432,2006,working fulltime,57.0,,yes,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,0,iap,,0,0.0,1,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14432,14433,2006,school,30.0,,,15.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,,0.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14433,14434,2006,working fulltime,40.0,,iap,14.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,once a month,1,iap,,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14434,14435,2006,working fulltime,34.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,1.0,1,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14435,14436,2006,working fulltime,48.0,,iap,15.0,e. nor. central,,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14436,14437,2006,working fulltime,54.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14437,14438,2006,working fulltime,74.0,no,iap,17.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,2,,2.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14438,14439,2006,keeping house,66.0,no,iap,16.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,,1.0,1,1.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14439,14440,2006,working fulltime,49.0,yes,iap,10.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14440,14441,2006,retired,23.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14441,14442,2006,working fulltime,34.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,4.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14442,14443,2006,working parttime,66.0,yes,yes,16.0,foreign,2.0,0.0,0.0,,e. nor. central,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14443,14444,2006,working fulltime,32.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14444,14445,2006,working fulltime,66.0,yes,iap,16.0,e. nor. central,0.0,3.0,0.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14445,14446,2006,working fulltime,65.0,no,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,2,,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14446,14447,2006,keeping house,47.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14447,14448,2006,retired,,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14448,14449,2006,retired,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14449,14450,2006,working parttime,34.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14450,14451,2006,retired,66.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,4.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14451,14452,2006,school,51.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14452,14453,2006,working fulltime,36.0,,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14453,14454,2006,working fulltime,51.0,no,iap,20.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,1.0,0,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14454,14455,2006,retired,66.0,,iap,15.0,foreign,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,0,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14455,14456,2006,working fulltime,74.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14456,14457,2006,working fulltime,65.0,,iap,14.0,e. nor. central,2.0,0.0,0.0,,e. nor. central,every week,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14457,14458,2006,working fulltime,46.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14458,14459,2006,working fulltime,60.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14459,14460,2006,keeping house,29.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,iap,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14460,14461,2006,working fulltime,49.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14461,14462,2006,keeping house,51.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14462,14463,2006,working parttime,44.0,yes,yes,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14463,14464,2006,keeping house,43.0,,iap,9.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,yes,,0,1.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14464,14465,2006,keeping house,54.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14465,14466,2006,working fulltime,46.0,,,13.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a year,0,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14466,14467,2006,working parttime,23.0,,,13.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,lt once a year,1,,4.0,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14467,14468,2006,working fulltime,66.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14468,14469,2006,working fulltime,62.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14469,14470,2006,working fulltime,74.0,no,iap,14.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,more thn once wk,1,,2.0,0,0.0,0,1.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14470,14471,2006,keeping house,28.0,,,11.0,foreign,1.0,2.0,1.0,$15000 - 19999,e. nor. central,2-3x a month,1,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14471,14472,2006,other,42.0,no,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,iap,,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14472,14473,2006,working fulltime,42.0,no,iap,17.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14473,14474,2006,working fulltime,53.0,,yes,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14474,14475,2006,working parttime,42.0,,,16.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,more thn once wk,1,iap,,0,1.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1,1.0 +14475,14476,2006,working parttime,41.0,,,19.0,foreign,0.0,0.0,0.0,$6000 to 6999,e. nor. central,2-3x a month,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14476,14477,2006,working fulltime,42.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,0,yes,,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14477,14478,2006,retired,23.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,2.0,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +14478,14479,2006,working fulltime,66.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,2,iap,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14479,14480,2006,retired,43.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,more thn once wk,2,,6.0,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14480,14481,2006,working fulltime,60.0,,,16.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,8.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14481,14482,2006,retired,30.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,0,yes,,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14482,14483,2006,working parttime,22.0,,iap,,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,,4.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14483,14484,2006,school,28.0,yes,iap,13.0,foreign,1.0,1.0,1.0,$25000 or more,pacific,2-3x a month,1,iap,2.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14484,14485,2006,keeping house,,,,2.0,foreign,1.0,2.0,1.0,$25000 or more,pacific,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +14485,14486,2006,working fulltime,31.0,,iap,15.0,foreign,2.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14486,14487,2006,working fulltime,59.0,no,iap,16.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,once a month,2,iap,1.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14487,14488,2006,working fulltime,69.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14488,14489,2006,working parttime,44.0,no,iap,16.0,mountain,1.0,1.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14489,14490,2006,working fulltime,49.0,,,16.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,every week,2,iap,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14490,14491,2006,working fulltime,49.0,yes,iap,14.0,e. sou. central,1.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,1,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14491,14492,2006,school,57.0,yes,iap,14.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,never,1,yes,5.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14492,14493,2006,working fulltime,49.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14493,14494,2006,"unempl, laid off",30.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14494,14495,2006,other,68.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14495,14496,2006,working fulltime,36.0,no,iap,8.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14496,14497,2006,working parttime,31.0,,,11.0,pacific,1.0,0.0,0.0,,pacific,nrly every week,1,iap,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +14497,14498,2006,keeping house,30.0,no,iap,14.0,pacific,1.0,3.0,0.0,$25000 or more,pacific,every week,1,yes,,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14498,14499,2006,keeping house,66.0,no,iap,11.0,pacific,1.0,3.0,0.0,$20000 - 24999,pacific,every week,1,,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14499,14500,2006,working fulltime,58.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,2.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14500,14501,2006,working fulltime,28.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,0.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14501,14502,2006,working fulltime,51.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14502,14503,2006,working parttime,51.0,no,iap,13.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,every week,2,,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14503,14504,2006,temp not working,37.0,no,iap,10.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14504,14505,2006,retired,36.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,5.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14505,14506,2006,retired,36.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14506,14507,2006,retired,33.0,,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,1.0,1,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14507,14508,2006,retired,51.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,3.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14508,14509,2006,retired,64.0,yes,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14509,14510,2006,"unempl, laid off",48.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14510,14511,2006,working fulltime,66.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14511,14512,2006,working parttime,47.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,yes,,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14512,14513,2006,retired,52.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14513,14514,2006,school,46.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,,1.0,0,0.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14514,14515,2006,working fulltime,59.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,iap,2.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14515,14516,2006,working fulltime,44.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,1.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14516,14517,2006,working fulltime,63.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14517,14518,2006,working fulltime,49.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14518,14519,2006,other,,no,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,5.0,0,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14519,14520,2006,working parttime,44.0,yes,iap,18.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,never,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14520,14521,2006,working fulltime,74.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14521,14522,2006,working fulltime,60.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14522,14523,2006,retired,61.0,no,,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,nrly every week,0,yes,,0,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +14523,14524,2006,working fulltime,60.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14524,14525,2006,working fulltime,69.0,no,iap,18.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,more thn once wk,2,iap,2.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14525,14526,2006,working fulltime,64.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,iap,1.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14526,14527,2006,retired,65.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,yes,,0,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14527,14528,2006,working fulltime,51.0,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14528,14529,2006,keeping house,59.0,no,iap,16.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14529,14530,2006,working fulltime,60.0,yes,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14530,14531,2006,keeping house,32.0,no,iap,11.0,pacific,1.0,1.0,0.0,$10000 - 14999,pacific,never,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14531,14532,2006,working fulltime,47.0,,iap,13.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,once a year,1,iap,1.0,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14532,14533,2006,working fulltime,42.0,no,iap,14.0,e. sou. central,0.0,1.0,1.0,,pacific,nrly every week,1,,1.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14533,14534,2006,keeping house,35.0,no,iap,0.0,foreign,0.0,0.0,1.0,,pacific,2-3x a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14534,14535,2006,working fulltime,44.0,no,iap,17.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a month,2,yes,,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14535,14536,2006,working fulltime,51.0,no,iap,17.0,new england,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,2.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14536,14537,2006,other,49.0,,iap,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,2,,5.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14537,14538,2006,school,,,,17.0,pacific,0.0,0.0,0.0,$5000 to 5999,pacific,sevrl times a yr,2,iap,6.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14538,14539,2006,school,,,,12.0,pacific,0.0,0.0,0.0,lt $1000,pacific,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14539,14540,2006,school,40.0,,,14.0,pacific,0.0,0.0,0.0,$1000 to 2999,pacific,once a year,2,iap,,1,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14540,14541,2006,working fulltime,73.0,no,iap,16.0,foreign,0.0,0.0,1.0,$25000 or more,pacific,never,2,,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14541,14542,2006,working fulltime,46.0,,iap,14.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,,6.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14542,14543,2006,working fulltime,,,iap,15.0,pacific,0.0,0.0,0.0,,pacific,never,0,,2.0,0,,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14543,14544,2006,working fulltime,40.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14544,14545,2006,working parttime,39.0,no,iap,9.0,foreign,0.0,0.0,0.0,lt $1000,pacific,once a month,0,iap,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14545,14546,2006,working fulltime,59.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,1.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14546,14547,2006,"unempl, laid off",51.0,,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,4.0,0,1.0,1,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14547,14548,2006,"unempl, laid off",51.0,,,12.0,foreign,1.0,0.0,0.0,$5000 to 5999,pacific,nrly every week,2,iap,1.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +14548,14549,2006,working fulltime,47.0,no,iap,14.0,pacific,0.0,0.0,3.0,$25000 or more,pacific,every week,2,,1.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14549,14550,2006,other,64.0,no,,16.0,foreign,0.0,1.0,1.0,,pacific,more thn once wk,1,iap,0.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +14550,14551,2006,working fulltime,51.0,,iap,11.0,pacific,0.0,0.0,1.0,$10000 - 14999,pacific,never,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14551,14552,2006,keeping house,42.0,,,11.0,pacific,0.0,0.0,0.0,$1000 to 2999,pacific,every week,1,,8.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14552,14553,2006,other,27.0,no,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,,5.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14553,14554,2006,working parttime,29.0,no,iap,12.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14554,14555,2006,working fulltime,34.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14555,14556,2006,working parttime,30.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,5.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14556,14557,2006,working fulltime,50.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14557,14558,2006,working fulltime,42.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14558,14559,2006,working fulltime,49.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14559,14560,2006,keeping house,59.0,yes,iap,12.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a month,2,yes,,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14560,14561,2006,retired,44.0,no,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14561,14562,2006,working fulltime,65.0,yes,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14562,14563,2006,working fulltime,51.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,yes,2.0,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +14563,14564,2006,working fulltime,41.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14564,14565,2006,working fulltime,54.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,,4.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14565,14566,2006,working fulltime,52.0,,,19.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,0,iap,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14566,14567,2006,other,69.0,,yes,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14567,14568,2006,working fulltime,42.0,,iap,15.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14568,14569,2006,working fulltime,47.0,,,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,0,,5.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14569,14570,2006,other,66.0,,,18.0,new england,0.0,0.0,0.0,$25000 or more,pacific,never,0,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14570,14571,2006,working fulltime,44.0,,,13.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14571,14572,2006,working fulltime,54.0,no,iap,18.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,once a month,0,iap,,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14572,14573,2006,"unempl, laid off",60.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,0,iap,8.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +14573,14574,2006,"unempl, laid off",49.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,0,iap,6.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14574,14575,2006,working parttime,61.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,0.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14575,14576,2006,other,24.0,yes,iap,12.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,1.0,1,1.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14576,14577,2006,working fulltime,34.0,,,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,1,,5.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14577,14578,2006,working fulltime,42.0,yes,iap,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,more thn once wk,2,iap,1.0,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +14578,14579,2006,"unempl, laid off",47.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,0,iap,1.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +14579,14580,2006,working fulltime,39.0,no,iap,16.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,1,,5.0,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14580,14581,2006,working fulltime,45.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,2,iap,3.0,1,1.0,1,,0,0,,0.0,1.0,0,0,0,0,0,0,1, +14581,14582,2006,working fulltime,52.0,,iap,18.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,more thn once wk,2,,1.0,1,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14582,14583,2006,working fulltime,44.0,,,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14583,14584,2006,school,,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14584,14585,2006,working fulltime,29.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14585,14586,2006,keeping house,35.0,,,16.0,foreign,0.0,0.0,2.0,$25000 or more,south atlantic,every week,2,iap,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14586,14587,2006,retired,30.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,iap,2.0,1,1.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +14587,14588,2006,retired,49.0,no,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,5.0,1,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14588,14589,2006,working fulltime,46.0,no,iap,16.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,2,,3.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14589,14590,2006,working fulltime,24.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a year,0,iap,,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14590,14591,2006,working fulltime,31.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,2-3x a month,1,,3.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14591,14592,2006,working fulltime,32.0,no,iap,14.0,middle atlantic,1.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14592,14593,2006,working fulltime,51.0,no,iap,12.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,never,2,,2.0,1,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14593,14594,2006,working fulltime,66.0,,,14.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,never,1,yes,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +14594,14595,2006,"unempl, laid off",57.0,,,14.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,middle atlantic,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14595,14596,2006,school,29.0,,,11.0,middle atlantic,0.0,0.0,1.0,$6000 to 6999,middle atlantic,never,1,,7.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14596,14597,2006,working fulltime,42.0,,,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14597,14598,2006,working fulltime,24.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14598,14599,2006,keeping house,46.0,yes,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,0,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14599,14600,2006,temp not working,64.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14600,14601,2006,retired,46.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,2,iap,2.0,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +14601,14602,2006,working fulltime,69.0,,iap,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14602,14603,2006,other,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14603,14604,2006,retired,28.0,yes,,8.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,every week,2,iap,,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14604,14605,2006,"unempl, laid off",51.0,no,,15.0,new england,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14605,14606,2006,working fulltime,24.0,yes,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,6.0,1,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14606,14607,2006,school,36.0,,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,,1,1.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14607,14608,2006,school,23.0,no,iap,13.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14608,14609,2006,temp not working,28.0,yes,,14.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,2-3x a month,1,,9.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14609,14610,2006,working fulltime,36.0,no,iap,13.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14610,14611,2006,working fulltime,61.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14611,14612,2006,"unempl, laid off",66.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14612,14613,2006,retired,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,2.0,1,0.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14613,14614,2006,working fulltime,32.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a month,2,,2.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14614,14615,2006,working parttime,66.0,no,iap,2.0,middle atlantic,0.0,1.0,0.0,,middle atlantic,every week,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14615,14616,2006,keeping house,66.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14616,14617,2006,working fulltime,41.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,1.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14617,14618,2006,working fulltime,43.0,yes,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,0,,2.0,0,1.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14618,14619,2006,working parttime,39.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,0,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14619,14620,2006,working fulltime,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14620,14621,2006,school,,,,11.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14621,14622,2006,working fulltime,61.0,,,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,2,iap,3.0,1,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14622,14623,2006,retired,66.0,no,,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,6.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14623,14624,2006,working fulltime,30.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14624,14625,2006,retired,30.0,no,iap,9.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,1.0,0,1.0,0,1.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +14625,14626,2006,working fulltime,43.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14626,14627,2006,"unempl, laid off",47.0,,,13.0,middle atlantic,2.0,2.0,0.0,$25000 or more,middle atlantic,once a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14627,14628,2006,working fulltime,34.0,,,12.0,middle atlantic,1.0,2.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14628,14629,2006,keeping house,,no,iap,6.0,foreign,0.0,1.0,0.0,$15000 - 19999,middle atlantic,more thn once wk,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14629,14630,2006,other,,,,8.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,never,0,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14630,14631,2006,working fulltime,43.0,,,12.0,middle atlantic,2.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14631,14632,2006,working fulltime,58.0,no,iap,14.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,never,1,iap,4.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14632,14633,2006,working fulltime,52.0,,,14.0,middle atlantic,1.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14633,14634,2006,"unempl, laid off",32.0,,,10.0,middle atlantic,0.0,0.0,1.0,,middle atlantic,never,1,iap,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14634,14635,2006,working fulltime,42.0,no,iap,16.0,south atlantic,0.0,2.0,2.0,,middle atlantic,once a month,2,,,1,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14635,14636,2006,working fulltime,52.0,,iap,14.0,foreign,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,0,,3.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14636,14637,2006,retired,35.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,iap,4.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +14637,14638,2006,working parttime,50.0,yes,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14638,14639,2006,working fulltime,44.0,,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14639,14640,2006,keeping house,47.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14640,14641,2006,working fulltime,52.0,,,14.0,south atlantic,1.0,0.0,0.0,,south atlantic,every week,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14641,14642,2006,"unempl, laid off",29.0,,,12.0,new england,0.0,0.0,0.0,,south atlantic,once a year,0,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14642,14643,2006,working fulltime,65.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,0,iap,,0,1.0,0,0.0,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14643,14644,2006,working fulltime,51.0,yes,iap,11.0,foreign,1.0,0.0,1.0,,south atlantic,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14644,14645,2006,working fulltime,37.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14645,14646,2006,working fulltime,46.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,yes,,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14646,14647,2006,working fulltime,30.0,yes,iap,13.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14647,14648,2006,keeping house,32.0,no,iap,14.0,foreign,1.0,2.0,0.0,$10000 - 14999,south atlantic,every week,0,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14648,14649,2006,school,,,,10.0,foreign,2.0,0.0,1.0,$20000 - 24999,south atlantic,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14649,14650,2006,other,37.0,no,iap,13.0,foreign,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,0,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14650,14651,2006,working fulltime,23.0,,,11.0,south atlantic,1.0,1.0,0.0,$15000 - 19999,south atlantic,nrly every week,1,,6.0,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14651,14652,2006,working fulltime,51.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,iap,,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14652,14653,2006,working fulltime,41.0,,,16.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,every week,1,iap,3.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14653,14654,2006,working fulltime,47.0,,,2.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,,3.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14654,14655,2006,working fulltime,42.0,no,iap,11.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14655,14656,2006,working fulltime,30.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,,5.0,1,0.0,1,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14656,14657,2006,working fulltime,44.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14657,14658,2006,working fulltime,64.0,,iap,18.0,foreign,0.0,0.0,2.0,,south atlantic,more thn once wk,0,iap,,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14658,14659,2006,retired,30.0,no,iap,15.0,foreign,0.0,0.0,0.0,,south atlantic,once a year,2,iap,4.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14659,14660,2006,working parttime,28.0,no,iap,6.0,foreign,0.0,0.0,2.0,$25000 or more,south atlantic,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14660,14661,2006,keeping house,39.0,no,,14.0,foreign,0.0,1.0,1.0,$15000 - 19999,south atlantic,every week,0,,6.0,0,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14661,14662,2006,working fulltime,23.0,no,iap,3.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,0,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14662,14663,2006,working parttime,46.0,no,iap,14.0,south atlantic,1.0,2.0,0.0,,south atlantic,never,0,,2.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14663,14664,2006,working fulltime,52.0,,iap,16.0,foreign,0.0,0.0,2.0,$25000 or more,south atlantic,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14664,14665,2006,keeping house,29.0,yes,yes,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14665,14666,2006,keeping house,,,,12.0,foreign,0.0,0.0,0.0,,south atlantic,never,0,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14666,14667,2006,working fulltime,,yes,iap,12.0,foreign,0.0,2.0,1.0,$25000 or more,south atlantic,never,0,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14667,14668,2006,working parttime,29.0,,,17.0,foreign,2.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14668,14669,2006,working fulltime,46.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14669,14670,2006,working fulltime,22.0,,iap,12.0,foreign,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,0,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14670,14671,2006,retired,28.0,no,,5.0,foreign,0.0,1.0,1.0,,south atlantic,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14671,14672,2006,working fulltime,68.0,no,iap,19.0,foreign,1.0,1.0,0.0,,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14672,14673,2006,keeping house,46.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14673,14674,2006,keeping house,,yes,,12.0,e. nor. central,0.0,0.0,0.0,,south atlantic,never,1,iap,3.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14674,14675,2006,other,,,,10.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,10.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14675,14676,2006,keeping house,24.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a month,1,yes,5.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +14676,14677,2006,working fulltime,20.0,,iap,11.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14677,14678,2006,"unempl, laid off",42.0,,,11.0,e. nor. central,0.0,0.0,1.0,$5000 to 5999,e. nor. central,more thn once wk,0,iap,,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +14678,14679,2006,working fulltime,51.0,,,12.0,e. nor. central,2.0,2.0,0.0,$20000 - 24999,e. nor. central,every week,1,iap,,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14679,14680,2006,temp not working,29.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,1,,5.0,0,0.0,1,0.0,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14680,14681,2006,working fulltime,48.0,,,11.0,e. nor. central,0.0,0.0,1.0,,e. nor. central,never,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14681,14682,2006,retired,36.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14682,14683,2006,working parttime,51.0,,,11.0,e. nor. central,0.0,1.0,0.0,$5000 to 5999,e. nor. central,every week,1,iap,,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14683,14684,2006,"unempl, laid off",61.0,yes,,18.0,south atlantic,0.0,0.0,0.0,,e. nor. central,every week,0,iap,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +14684,14685,2006,working fulltime,44.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,5.0,1,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14685,14686,2006,retired,54.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14686,14687,2006,keeping house,61.0,,iap,20.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,4.0,1,0.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +14687,14688,2006,working fulltime,64.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14688,14689,2006,keeping house,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,3.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +14689,14690,2006,keeping house,42.0,no,iap,12.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,8.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14690,14691,2006,retired,,,iap,12.0,e. nor. central,0.0,0.0,0.0,$5000 to 5999,e. nor. central,every week,0,,5.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14691,14692,2006,working fulltime,51.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14692,14693,2006,"unempl, laid off",47.0,,,10.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,,2.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14693,14694,2006,working fulltime,30.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14694,14695,2006,working parttime,39.0,,iap,16.0,e. nor. central,1.0,2.0,1.0,$20000 - 24999,e. nor. central,more thn once wk,1,iap,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14695,14696,2006,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,,6.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14696,14697,2006,working parttime,25.0,yes,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14697,14698,2006,keeping house,49.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,2.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14698,14699,2006,"unempl, laid off",27.0,,,9.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,1,yes,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14699,14700,2006,working fulltime,66.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14700,14701,2006,retired,42.0,no,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,2,iap,1.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14701,14702,2006,working parttime,44.0,no,iap,2.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14702,14703,2006,working parttime,36.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,sevrl times a yr,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14703,14704,2006,retired,40.0,no,iap,11.0,w. sou. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,1.0,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14704,14705,2006,retired,51.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,1,yes,2.0,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +14705,14706,2006,working parttime,32.0,,iap,13.0,pacific,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,,2.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14706,14707,2006,retired,22.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,2-3x a month,1,iap,7.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14707,14708,2006,other,23.0,,iap,3.0,e. sou. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,0,iap,,0,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14708,14709,2006,working fulltime,40.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,0,yes,,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14709,14710,2006,working fulltime,31.0,no,iap,10.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14710,14711,2006,retired,31.0,,,12.0,e. nor. central,1.0,0.0,0.0,$5000 to 5999,e. nor. central,lt once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14711,14712,2006,working fulltime,29.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,2-3x a month,0,iap,,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14712,14713,2006,working fulltime,47.0,,iap,9.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,more thn once wk,1,iap,,0,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14713,14714,2006,"unempl, laid off",49.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,,1,1.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14714,14715,2006,working fulltime,44.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,1.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14715,14716,2006,working fulltime,32.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,0,iap,4.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14716,14717,2006,"unempl, laid off",74.0,,iap,14.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14717,14718,2006,retired,65.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,yes,5.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14718,14719,2006,working fulltime,44.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14719,14720,2006,working fulltime,74.0,no,iap,16.0,w. sou. central,2.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14720,14721,2006,working fulltime,32.0,no,iap,14.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,more thn once wk,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14721,14722,2006,working parttime,36.0,no,iap,12.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,never,1,yes,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14722,14723,2006,working fulltime,64.0,no,iap,18.0,e. nor. central,,,,$25000 or more,w. sou. central,every week,1,iap,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14723,14724,2006,keeping house,33.0,yes,iap,11.0,w. sou. central,0.0,1.0,1.0,$25000 or more,w. sou. central,lt once a year,0,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14724,14725,2006,keeping house,35.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,iap,,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14725,14726,2006,working fulltime,64.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14726,14727,2006,working fulltime,39.0,,,13.0,south atlantic,2.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,0.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14727,14728,2006,working fulltime,36.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14728,14729,2006,working fulltime,48.0,,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a year,1,yes,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14729,14730,2006,keeping house,,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14730,14731,2006,working parttime,23.0,no,iap,6.0,foreign,0.0,1.0,1.0,,w. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14731,14732,2006,retired,42.0,,iap,9.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,2-3x a month,1,,3.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14732,14733,2006,working fulltime,40.0,,,12.0,pacific,0.0,1.0,0.0,$15000 - 19999,w. sou. central,2-3x a month,0,,12.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14733,14734,2006,working fulltime,27.0,no,iap,5.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,1,iap,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +14734,14735,2006,retired,20.0,,iap,7.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,nrly every week,1,iap,,0,0.0,1,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14735,14736,2006,working fulltime,45.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,,2.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14736,14737,2006,working parttime,23.0,no,,11.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,once a year,1,yes,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14737,14738,2006,working fulltime,39.0,no,iap,11.0,foreign,2.0,1.0,0.0,,w. sou. central,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14738,14739,2006,retired,44.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,8.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14739,14740,2006,working fulltime,64.0,yes,yes,18.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,2,,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14740,14741,2006,working fulltime,51.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,2.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14741,14742,2006,working fulltime,51.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14742,14743,2006,working fulltime,51.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,0,iap,1.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14743,14744,2006,working fulltime,38.0,,,14.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,0,iap,2.0,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14744,14745,2006,retired,59.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,iap,3.0,0,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14745,14746,2006,working fulltime,39.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,4.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14746,14747,2006,working fulltime,,,,14.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,0.0,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14747,14748,2006,retired,45.0,no,yes,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,0,iap,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14748,14749,2006,working fulltime,23.0,,iap,12.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,never,1,,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14749,14750,2006,retired,58.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,2,iap,,1,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14750,14751,2006,keeping house,,no,iap,9.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,2-3x a month,0,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14751,14752,2006,working fulltime,59.0,,,16.0,w. nor. central,0.0,0.0,3.0,$25000 or more,w. sou. central,every week,1,iap,4.0,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1, +14752,14753,2006,working fulltime,32.0,,,6.0,foreign,0.0,0.0,1.0,,w. sou. central,every week,0,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14753,14754,2006,school,40.0,,iap,15.0,w. sou. central,0.0,0.0,1.0,$15000 - 19999,w. sou. central,never,0,,4.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14754,14755,2006,working fulltime,75.0,,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,,1,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14755,14756,2006,working fulltime,32.0,,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14756,14757,2006,temp not working,34.0,no,iap,16.0,foreign,0.0,0.0,0.0,,w. sou. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14757,14758,2006,retired,36.0,,iap,0.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,once a month,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14758,14759,2006,"unempl, laid off",49.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14759,14760,2006,school,44.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,yes,1.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14760,14761,2006,"unempl, laid off",33.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,0,,4.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14761,14762,2006,keeping house,51.0,yes,iap,13.0,w. sou. central,1.0,1.0,0.0,,w. sou. central,lt once a year,1,iap,,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14762,14763,2006,retired,45.0,no,iap,13.0,w. sou. central,1.0,1.0,0.0,$20000 - 24999,w. sou. central,never,1,iap,14.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14763,14764,2006,working fulltime,34.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,4.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14764,14765,2006,working fulltime,46.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14765,14766,2006,working fulltime,29.0,no,iap,9.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,lt once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14766,14767,2006,"unempl, laid off",46.0,,yes,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,every week,1,yes,2.0,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14767,14768,2006,working fulltime,65.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,,2.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14768,14769,2006,working fulltime,36.0,,,12.0,w. sou. central,1.0,0.0,1.0,$25000 or more,w. sou. central,nrly every week,2,iap,10.0,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +14769,14770,2006,working fulltime,22.0,no,iap,11.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,iap,1.0,1,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14770,14771,2006,working fulltime,42.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,5.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14771,14772,2006,keeping house,39.0,,,14.0,south atlantic,1.0,0.0,2.0,$20000 - 24999,south atlantic,2-3x a month,2,,1.0,1,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14772,14773,2006,"unempl, laid off",36.0,,,14.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,once a month,0,yes,3.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14773,14774,2006,working fulltime,46.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,2.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +14774,14775,2006,working fulltime,47.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14775,14776,2006,working fulltime,39.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,2.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14776,14777,2006,working fulltime,47.0,,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14777,14778,2006,working fulltime,61.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14778,14779,2006,school,46.0,,,15.0,foreign,0.0,0.0,0.0,,south atlantic,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14779,14780,2006,working fulltime,50.0,,iap,12.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,never,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14780,14781,2006,keeping house,66.0,no,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,south atlantic,every week,0,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14781,14782,2006,keeping house,46.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +14782,14783,2006,retired,54.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,8.0,1,1.0,1,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14783,14784,2006,working fulltime,61.0,,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a month,1,,0.0,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14784,14785,2006,working fulltime,66.0,,iap,16.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,once a month,1,,2.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14785,14786,2006,working fulltime,23.0,,iap,0.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,0,iap,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14786,14787,2006,working fulltime,34.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,1.0,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +14787,14788,2006,keeping house,44.0,no,iap,9.0,foreign,0.0,0.0,0.0,$3000 to 3999,south atlantic,once a month,1,,6.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14788,14789,2006,retired,29.0,no,,6.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,0,iap,,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14789,14790,2006,working fulltime,51.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,1.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +14790,14791,2006,working parttime,46.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,4.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14791,14792,2006,working fulltime,40.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14792,14793,2006,retired,51.0,no,,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,0,iap,,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14793,14794,2006,working fulltime,42.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,0,iap,2.0,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +14794,14795,2006,working fulltime,47.0,yes,iap,12.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,2-3x a month,1,,4.0,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14795,14796,2006,working fulltime,32.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,4.0,1,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14796,14797,2006,working fulltime,42.0,,,6.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14797,14798,2006,retired,46.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,iap,4.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14798,14799,2006,"unempl, laid off",38.0,no,iap,11.0,foreign,0.0,3.0,0.0,$25000 or more,south atlantic,once a month,2,iap,4.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14799,14800,2006,working parttime,37.0,no,iap,0.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14800,14801,2006,working parttime,22.0,,,6.0,foreign,0.0,1.0,0.0,$20000 - 24999,south atlantic,once a year,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14801,14802,2006,keeping house,,,iap,12.0,foreign,0.0,1.0,0.0,$20000 - 24999,south atlantic,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14802,14803,2006,keeping house,23.0,no,iap,0.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,4.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +14803,14804,2006,working fulltime,64.0,no,iap,18.0,e. nor. central,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14804,14805,2006,working fulltime,49.0,yes,iap,16.0,middle atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14805,14806,2006,"unempl, laid off",49.0,,,19.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14806,14807,2006,keeping house,33.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,yes,,0,1.0,0,0.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +14807,14808,2006,working fulltime,64.0,no,iap,16.0,foreign,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14808,14809,2006,working fulltime,65.0,no,iap,14.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14809,14810,2006,keeping house,,no,iap,14.0,foreign,1.0,1.0,0.0,,south atlantic,more thn once wk,0,iap,5.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +14810,14811,2006,working fulltime,74.0,yes,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14811,14812,2006,working fulltime,64.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14812,14813,2006,working fulltime,36.0,yes,iap,16.0,foreign,2.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14813,14814,2006,working fulltime,75.0,yes,iap,16.0,e. nor. central,0.0,1.0,0.0,,south atlantic,once a month,2,yes,0.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14814,14815,2006,working fulltime,74.0,no,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14815,14816,2006,keeping house,61.0,no,iap,17.0,foreign,1.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,2,,1.0,1,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +14816,14817,2006,working fulltime,51.0,,iap,16.0,e. nor. central,0.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,1.0,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +14817,14818,2006,keeping house,38.0,no,iap,16.0,foreign,0.0,3.0,0.0,$25000 or more,south atlantic,every week,2,iap,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14818,14819,2006,working fulltime,32.0,no,iap,16.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,0.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14819,14820,2006,working parttime,36.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14820,14821,2006,keeping house,,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14821,14822,2006,working fulltime,30.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14822,14823,2006,working fulltime,52.0,,iap,16.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14823,14824,2006,working fulltime,32.0,,iap,8.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14824,14825,2006,working fulltime,40.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,1,,3.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14825,14826,2006,retired,47.0,no,,12.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,nrly every week,1,yes,10.0,0,0.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +14826,14827,2006,retired,40.0,yes,iap,9.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,2-3x a month,2,yes,3.0,1,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14827,14828,2006,working parttime,49.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,1,,2.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14828,14829,2006,working fulltime,86.0,,iap,16.0,w. sou. central,0.0,2.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14829,14830,2006,working fulltime,51.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14830,14831,2006,working fulltime,38.0,no,iap,20.0,e. nor. central,0.0,2.0,1.0,$25000 or more,w. sou. central,never,1,iap,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14831,14832,2006,working fulltime,66.0,no,iap,18.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,,1,,2.0,0,1.0,0,,1,0,,,,0,0,0,0,0,0,1, +14832,14833,2006,keeping house,49.0,yes,iap,13.0,w. sou. central,,,,$25000 or more,w. sou. central,every week,1,yes,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14833,14834,2006,keeping house,64.0,yes,iap,17.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,1,yes,,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14834,14835,2006,working fulltime,53.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14835,14836,2006,working fulltime,30.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14836,14837,2006,keeping house,24.0,no,iap,9.0,w. sou. central,1.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14837,14838,2006,working fulltime,30.0,no,iap,12.0,w. sou. central,4.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,3.0,0,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14838,14839,2006,"unempl, laid off",46.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,once a month,1,iap,3.0,0,0.0,1,0.0,1,1,1.0,1.0,0.0,0,0,0,0,0,0,1, +14839,14840,2006,keeping house,44.0,no,iap,16.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,yes,1.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14840,14841,2006,working fulltime,36.0,no,iap,1.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14841,14842,2006,retired,64.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$1000 to 2999,w. sou. central,never,2,,4.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14842,14843,2006,working parttime,66.0,no,iap,16.0,w. sou. central,,,0.0,$25000 or more,w. sou. central,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14843,14844,2006,keeping house,66.0,no,iap,20.0,w. sou. central,3.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14844,14845,2006,working fulltime,61.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,2,yes,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14845,14846,2006,working fulltime,31.0,no,iap,7.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,2,iap,5.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14846,14847,2006,"unempl, laid off",23.0,,,13.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14847,14848,2006,retired,34.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,5.0,0,1.0,1,0.0,1,1,,1.0,0.0,0,0,0,0,0,0,1, +14848,14849,2006,keeping house,41.0,yes,iap,12.0,w. sou. central,2.0,3.0,0.0,$10000 - 14999,w. sou. central,every week,2,iap,6.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14849,14850,2006,working fulltime,36.0,no,iap,12.0,foreign,1.0,1.0,2.0,$25000 or more,w. sou. central,lt once a year,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14850,14851,2006,working fulltime,42.0,yes,iap,14.0,w. sou. central,1.0,1.0,0.0,$20000 - 24999,w. sou. central,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14851,14852,2006,retired,,no,iap,8.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,,10.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14852,14853,2006,keeping house,51.0,yes,yes,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14853,14854,2006,working fulltime,51.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,3.0,0,1.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14854,14855,2006,working fulltime,24.0,,,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14855,14856,2006,working parttime,24.0,yes,iap,12.0,foreign,0.0,2.0,0.0,$10000 - 14999,w. sou. central,nrly every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1, +14856,14857,2006,keeping house,,,,9.0,foreign,2.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14857,14858,2006,working fulltime,24.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +14858,14859,2006,keeping house,46.0,yes,,15.0,foreign,0.0,0.0,0.0,$6000 to 6999,w. sou. central,nrly every week,0,iap,,0,1.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1,1.0 +14859,14860,2006,working fulltime,29.0,,iap,14.0,w. sou. central,1.0,1.0,1.0,$1000 to 2999,w. sou. central,lt once a year,0,,6.0,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14860,14861,2006,working fulltime,31.0,,iap,14.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,more thn once wk,1,yes,,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +14861,14862,2006,working fulltime,27.0,,,15.0,w. sou. central,0.0,0.0,2.0,$3000 to 3999,w. sou. central,2-3x a month,0,,9.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14862,14863,2006,keeping house,46.0,,,10.0,w. sou. central,1.0,1.0,0.0,lt $1000,w. sou. central,once a year,1,,10.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14863,14864,2006,working fulltime,49.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,,1,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14864,14865,2006,working fulltime,66.0,no,iap,18.0,e. nor. central,,,,$25000 or more,w. sou. central,every week,1,,4.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14865,14866,2006,working fulltime,75.0,,iap,19.0,middle atlantic,2.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14866,14867,2006,working fulltime,59.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,w. sou. central,lt once a year,2,yes,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14867,14868,2006,retired,41.0,,,12.0,south atlantic,0.0,0.0,0.0,,new england,more thn once wk,2,,7.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1,1.0 +14868,14869,2006,working fulltime,32.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,new england,nrly every week,0,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +14869,14870,2006,keeping house,,,,12.0,new england,0.0,2.0,2.0,,new england,never,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14870,14871,2006,working fulltime,66.0,,,17.0,new england,0.0,0.0,0.0,$8000 to 9999,new england,sevrl times a yr,2,iap,0.0,1,1.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14871,14872,2006,working fulltime,64.0,,,19.0,e. sou. central,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,,3.0,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14872,14873,2006,other,,,,7.0,foreign,0.0,0.0,1.0,,new england,nrly every week,1,iap,,0,0.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14873,14874,2006,keeping house,66.0,no,iap,18.0,e. nor. central,2.0,0.0,0.0,$25000 or more,new england,nrly every week,0,,1.0,0,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14874,14875,2006,working fulltime,53.0,,,18.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14875,14876,2006,working fulltime,30.0,,,13.0,new england,0.0,0.0,0.0,,new england,once a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14876,14877,2006,retired,31.0,no,,12.0,new england,0.0,0.0,0.0,$3000 to 3999,new england,once a month,1,,6.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14877,14878,2006,working fulltime,33.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,,new england,never,1,,2.0,0,0.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14878,14879,2006,retired,30.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,,0,0.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14879,14880,2006,working parttime,42.0,no,iap,16.0,new england,0.0,1.0,2.0,$25000 or more,new england,nrly every week,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14880,14881,2006,retired,51.0,no,iap,20.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,iap,2.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14881,14882,2006,working fulltime,65.0,,iap,13.0,new england,0.0,0.0,2.0,$20000 - 24999,new england,once a year,2,iap,1.0,1,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14882,14883,2006,retired,32.0,yes,iap,16.0,new england,0.0,0.0,1.0,$25000 or more,new england,every week,2,,4.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14883,14884,2006,retired,46.0,no,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,once a month,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14884,14885,2006,working fulltime,61.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14885,14886,2006,working fulltime,59.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,,3.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14886,14887,2006,working fulltime,74.0,,,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14887,14888,2006,working fulltime,64.0,yes,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14888,14889,2006,keeping house,,no,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,,3.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14889,14890,2006,working parttime,60.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,never,2,iap,3.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14890,14891,2006,keeping house,46.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,new england,never,2,,10.0,1,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14891,14892,2006,working fulltime,49.0,no,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14892,14893,2006,keeping house,24.0,no,,11.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,lt once a year,1,iap,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14893,14894,2006,keeping house,29.0,no,iap,12.0,mountain,0.0,0.0,0.0,,new england,more thn once wk,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14894,14895,2006,temp not working,64.0,no,iap,18.0,middle atlantic,,,,$25000 or more,new england,lt once a year,2,,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14895,14896,2006,retired,29.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14896,14897,2006,other,69.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,new england,once a year,0,,12.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14897,14898,2006,keeping house,47.0,no,iap,13.0,foreign,2.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,1,iap,,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14898,14899,2006,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,2.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14899,14900,2006,retired,36.0,no,iap,14.0,new england,0.0,0.0,0.0,,new england,nrly every week,2,yes,,1,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14900,14901,2006,working fulltime,25.0,,,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,0.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14901,14902,2006,working parttime,35.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14902,14903,2006,working fulltime,47.0,,,12.0,new england,0.0,0.0,1.0,$25000 or more,new england,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14903,14904,2006,retired,47.0,,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,iap,5.0,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14904,14905,2006,keeping house,65.0,no,iap,17.0,new england,2.0,0.0,0.0,$25000 or more,new england,once a month,2,,2.0,1,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14905,14906,2006,working fulltime,46.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14906,14907,2006,working fulltime,65.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14907,14908,2006,working fulltime,40.0,,,14.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14908,14909,2006,working fulltime,66.0,,,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14909,14910,2006,keeping house,44.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,0.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14910,14911,2006,retired,65.0,no,,14.0,w. nor. central,0.0,0.0,0.0,,south atlantic,2-3x a month,1,,8.0,0,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14911,14912,2006,working fulltime,74.0,no,iap,17.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14912,14913,2006,working fulltime,36.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14913,14914,2006,retired,64.0,,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14914,14915,2006,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14915,14916,2006,working fulltime,69.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14916,14917,2006,working fulltime,69.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,2.0,1,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +14917,14918,2006,retired,31.0,no,,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14918,14919,2006,working fulltime,,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,iap,1.0,1,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1, +14919,14920,2006,working fulltime,51.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +14920,14921,2006,working fulltime,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,iap,,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14921,14922,2006,keeping house,,no,iap,6.0,foreign,1.0,3.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +14922,14923,2006,working parttime,37.0,,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,0.0,1,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14923,14924,2006,working fulltime,35.0,no,iap,12.0,foreign,2.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14924,14925,2006,working fulltime,60.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14925,14926,2006,working fulltime,29.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14926,14927,2006,keeping house,,no,iap,15.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14927,14928,2006,temp not working,64.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14928,14929,2006,working parttime,60.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,5.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14929,14930,2006,working fulltime,44.0,,iap,14.0,e. nor. central,0.0,0.0,1.0,$15000 - 19999,south atlantic,never,1,iap,,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14930,14931,2006,keeping house,44.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14931,14932,2006,working fulltime,51.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,3.0,1,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +14932,14933,2006,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,,2.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14933,14934,2006,keeping house,,no,iap,12.0,south atlantic,3.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14934,14935,2006,working fulltime,30.0,no,iap,14.0,foreign,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,2,iap,0.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +14935,14936,2006,working parttime,47.0,yes,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,4.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14936,14937,2006,working fulltime,75.0,yes,iap,19.0,middle atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14937,14938,2006,working fulltime,75.0,no,iap,19.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,never,0,yes,1.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14938,14939,2006,working fulltime,49.0,no,iap,16.0,middle atlantic,0.0,0.0,1.0,,south atlantic,once a month,2,iap,,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14939,14940,2006,temp not working,61.0,no,iap,14.0,south atlantic,0.0,1.0,0.0,,south atlantic,every week,1,,1.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14940,14941,2006,working fulltime,32.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14941,14942,2006,keeping house,64.0,,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14942,14943,2006,working fulltime,61.0,,,16.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,every week,1,iap,,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14943,14944,2006,working fulltime,40.0,,,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14944,14945,2006,working fulltime,74.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,6.0,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14945,14946,2006,working parttime,42.0,,,12.0,south atlantic,0.0,0.0,0.0,$3000 to 3999,mountain,never,1,iap,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14946,14947,2006,working fulltime,45.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,iap,,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14947,14948,2006,working parttime,38.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,1,,2.0,0,1.0,0,1.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14948,14949,2006,working fulltime,24.0,,,11.0,mountain,1.0,2.0,0.0,$15000 - 19999,mountain,lt once a year,1,,2.0,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14949,14950,2006,"unempl, laid off",28.0,,,11.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,1,,8.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14950,14951,2006,retired,24.0,,,11.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,never,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14951,14952,2006,working fulltime,38.0,,iap,15.0,e. nor. central,0.0,0.0,1.0,$15000 - 19999,mountain,never,1,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14952,14953,2006,school,51.0,,iap,12.0,south atlantic,1.0,3.0,0.0,$20000 - 24999,mountain,once a year,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14953,14954,2006,working fulltime,48.0,yes,yes,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,2.0,1,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14954,14955,2006,working fulltime,45.0,yes,iap,12.0,foreign,1.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +14955,14956,2006,working fulltime,43.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,,2.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14956,14957,2006,working fulltime,51.0,yes,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14957,14958,2006,working parttime,69.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,iap,4.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +14958,14959,2006,retired,42.0,no,,13.0,foreign,0.0,0.0,0.0,lt $1000,mountain,sevrl times a yr,0,iap,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +14959,14960,2006,"unempl, laid off",43.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14960,14961,2006,working fulltime,52.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14961,14962,2006,working fulltime,45.0,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14962,14963,2006,working fulltime,43.0,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,every week,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +14963,14964,2006,retired,49.0,yes,yes,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14964,14965,2006,keeping house,,,,5.0,mountain,0.0,0.0,1.0,,mountain,never,1,iap,7.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +14965,14966,2006,working fulltime,49.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14966,14967,2006,working fulltime,66.0,no,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,mountain,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +14967,14968,2006,keeping house,43.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,mountain,every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14968,14969,2006,retired,54.0,no,,16.0,middle atlantic,0.0,0.0,0.0,,mountain,,2,,5.0,1,1.0,0,,0,0,1.0,,,0,0,0,0,0,0,1,0.0 +14969,14970,2006,working fulltime,47.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,1,,2.0,0,1.0,0,0.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +14970,14971,2006,retired,66.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,6.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14971,14972,2006,working fulltime,42.0,,,8.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14972,14973,2006,other,23.0,,iap,0.0,foreign,1.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,1,,2.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +14973,14974,2006,working parttime,51.0,no,iap,15.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14974,14975,2006,retired,39.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14975,14976,2006,retired,46.0,no,,2.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14976,14977,2006,working parttime,36.0,,,9.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,south atlantic,never,0,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14977,14978,2006,working fulltime,38.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14978,14979,2006,"unempl, laid off",51.0,,,2.0,e. nor. central,1.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14979,14980,2006,working fulltime,36.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +14980,14981,2006,keeping house,36.0,,,13.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,more thn once wk,2,iap,3.0,1,1.0,1,0.0,1,1,1.0,0.0,1.0,0,0,0,0,0,0,1, +14981,14982,2006,working fulltime,30.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,1.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14982,14983,2006,working fulltime,75.0,no,iap,19.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14983,14984,2006,working fulltime,42.0,,iap,6.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14984,14985,2006,working fulltime,30.0,yes,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14985,14986,2006,retired,42.0,yes,iap,6.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,iap,6.0,0,1.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +14986,14987,2006,working fulltime,36.0,no,iap,12.0,foreign,0.0,0.0,1.0,$25000 or more,south atlantic,once a month,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +14987,14988,2006,working fulltime,36.0,yes,iap,2.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,2.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +14988,14989,2006,working fulltime,42.0,,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,iap,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +14989,14990,2006,working fulltime,64.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +14990,14991,2006,keeping house,66.0,yes,iap,2.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,2.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +14991,14992,2006,school,62.0,no,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14992,14993,2006,working fulltime,61.0,,,20.0,foreign,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +14993,14994,2006,retired,51.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,iap,,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14994,14995,2006,working fulltime,61.0,,,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,1,iap,0.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +14995,14996,2006,"unempl, laid off",51.0,,,20.0,middle atlantic,0.0,0.0,0.0,,w. nor. central,never,1,,0.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14996,14997,2006,working parttime,61.0,no,iap,16.0,w. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,lt once a year,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14997,14998,2006,working fulltime,69.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +14998,14999,2006,working fulltime,49.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,0,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +14999,15000,2006,working fulltime,60.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15000,15001,2006,working fulltime,34.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,yes,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15001,15002,2006,working fulltime,51.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15002,15003,2006,keeping house,63.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15003,15004,2006,retired,,,iap,0.0,new england,0.0,0.0,1.0,,w. nor. central,never,1,iap,2.0,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1, +15004,15005,2006,working parttime,23.0,no,iap,12.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,every week,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15005,15006,2006,working fulltime,54.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,yes,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15006,15007,2006,retired,47.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,0,iap,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15007,15008,2006,working fulltime,73.0,no,iap,17.0,e. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,every week,2,iap,2.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15008,15009,2006,working fulltime,49.0,no,iap,16.0,mountain,2.0,1.0,0.0,$25000 or more,w. nor. central,every week,2,yes,2.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15009,15010,2006,working fulltime,41.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15010,15011,2006,working fulltime,22.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,1.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15011,15012,2006,working fulltime,52.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,0.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15012,15013,2006,working fulltime,65.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15013,15014,2006,working fulltime,51.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15014,15015,2006,retired,44.0,yes,,13.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,every week,1,iap,0.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15015,15016,2006,retired,66.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,0.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15016,15017,2006,retired,51.0,,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15017,15018,2006,working fulltime,42.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,1,,6.0,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15018,15019,2006,retired,40.0,no,iap,9.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,1,,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15019,15020,2006,working fulltime,54.0,no,iap,13.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,once a year,1,yes,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15020,15021,2006,working parttime,51.0,,,15.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,2,iap,,1,0.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15021,15022,2006,retired,36.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15022,15023,2006,working fulltime,74.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,1.0,0,1.0,0,0.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15023,15024,2006,working parttime,66.0,no,iap,15.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a month,1,yes,,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15024,15025,2006,working fulltime,40.0,no,iap,14.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a month,1,yes,1.0,0,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15025,15026,2006,retired,32.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15026,15027,2006,working fulltime,40.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,0,,2.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15027,15028,2006,retired,64.0,yes,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,iap,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15028,15029,2006,retired,66.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,3.0,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15029,15030,2006,working fulltime,33.0,no,iap,16.0,e. sou. central,0.0,1.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,2.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15030,15031,2006,working fulltime,75.0,,,16.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,nrly every week,2,iap,,1,1.0,1,1.0,1,1,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15031,15032,2006,working parttime,29.0,,iap,12.0,foreign,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15032,15033,2006,working fulltime,34.0,no,,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,iap,2.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +15033,15034,2006,working fulltime,31.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,4.0,0,1.0,1,1.0,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15034,15035,2006,school,21.0,,,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,1.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15035,15036,2006,working fulltime,31.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15036,15037,2006,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15037,15038,2006,working parttime,57.0,,iap,14.0,south atlantic,0.0,0.0,2.0,$10000 - 14999,south atlantic,every week,0,iap,3.0,0,0.0,1,1.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +15038,15039,2006,working fulltime,43.0,,,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,2,iap,,1,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15039,15040,2006,retired,30.0,,yes,11.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,never,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15040,15041,2006,working fulltime,65.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,1.0,1,0.0,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15041,15042,2006,retired,42.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15042,15043,2006,working fulltime,66.0,yes,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15043,15044,2006,retired,30.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15044,15045,2006,working fulltime,49.0,,iap,16.0,foreign,0.0,2.0,0.0,$25000 or more,south atlantic,every week,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15045,15046,2006,working fulltime,68.0,no,iap,9.0,south atlantic,1.0,2.0,0.0,$15000 - 19999,south atlantic,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15046,15047,2006,working fulltime,33.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,1,iap,12.0,0,0.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15047,15048,2006,working fulltime,43.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15048,15049,2006,keeping house,49.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15049,15050,2006,working fulltime,48.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15050,15051,2006,working fulltime,61.0,,,20.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15051,15052,2006,working fulltime,69.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,1.0,1,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15052,15053,2006,working fulltime,49.0,,,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15053,15054,2006,working fulltime,51.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,18.0,0,1.0,1,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15054,15055,2006,school,44.0,,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a month,1,,8.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15055,15056,2006,working parttime,36.0,,,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,2,,5.0,1,0.0,1,1.0,1,1,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15056,15057,2006,working fulltime,22.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,1.0,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +15057,15058,2006,"unempl, laid off",31.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,2,iap,5.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +15058,15059,2006,working fulltime,74.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15059,15060,2006,working fulltime,49.0,yes,iap,16.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15060,15061,2006,working fulltime,59.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15061,15062,2006,working fulltime,51.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15062,15063,2006,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,,0.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15063,15064,2006,working fulltime,49.0,yes,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15064,15065,2006,working fulltime,31.0,yes,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,iap,1.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15065,15066,2006,retired,51.0,no,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,every week,1,yes,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15066,15067,2006,other,57.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,2.0,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15067,15068,2006,working fulltime,22.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15068,15069,2006,working parttime,42.0,no,,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,,3.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15069,15070,2006,working fulltime,35.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15070,15071,2006,working fulltime,42.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,0,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15071,15072,2006,working fulltime,54.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,2.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15072,15073,2006,working fulltime,49.0,no,iap,14.0,south atlantic,0.0,0.0,3.0,$25000 or more,south atlantic,every week,2,yes,1.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15073,15074,2006,working fulltime,51.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15074,15075,2006,working parttime,60.0,,iap,14.0,south atlantic,0.0,0.0,2.0,$20000 - 24999,south atlantic,once a year,0,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15075,15076,2006,working fulltime,34.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15076,15077,2006,working fulltime,51.0,no,iap,14.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15077,15078,2006,working parttime,32.0,no,iap,14.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15078,15079,2006,working fulltime,51.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,1,yes,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15079,15080,2006,working fulltime,66.0,no,iap,18.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15080,15081,2006,working fulltime,47.0,no,iap,14.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15081,15082,2006,working parttime,47.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,2-3x a month,2,yes,2.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15082,15083,2006,working fulltime,29.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,1,yes,,0,0.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15083,15084,2006,working fulltime,28.0,,,12.0,w. nor. central,0.0,0.0,1.0,,w. nor. central,never,0,,1.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15084,15085,2006,working parttime,30.0,no,iap,16.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,1.0,0,1.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15085,15086,2006,working fulltime,53.0,no,iap,16.0,w. nor. central,4.0,2.0,0.0,$25000 or more,w. nor. central,every week,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15086,15087,2006,working fulltime,60.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,2,yes,,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15087,15088,2006,keeping house,32.0,no,,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,nrly every week,0,iap,4.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15088,15089,2006,working fulltime,39.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,1,iap,,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15089,15090,2006,working fulltime,54.0,no,iap,12.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,2.0,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15090,15091,2006,working fulltime,65.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,iap,1.0,0,1.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15091,15092,2006,working parttime,61.0,no,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,every week,2,yes,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15092,15093,2006,working fulltime,49.0,yes,iap,13.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a year,2,yes,,1,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15093,15094,2006,working fulltime,51.0,no,iap,18.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,never,2,iap,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15094,15095,2006,retired,50.0,yes,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,5.0,1,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15095,15096,2006,working fulltime,49.0,no,iap,18.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,sevrl times a yr,2,,1.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15096,15097,2006,working fulltime,44.0,no,iap,10.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,more thn once wk,2,yes,5.0,1,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +15097,15098,2006,working parttime,24.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15098,15099,2006,working fulltime,32.0,,iap,2.0,e. nor. central,1.0,1.0,1.0,$25000 or more,w. nor. central,2-3x a month,2,iap,1.0,1,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +15099,15100,2006,working fulltime,17.0,,,11.0,w. nor. central,0.0,2.0,1.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,iap,1.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15100,15101,2006,working fulltime,42.0,,,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,0,,6.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15101,15102,2006,retired,30.0,yes,iap,14.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,6.0,1,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15102,15103,2006,retired,66.0,yes,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,6.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15103,15104,2006,retired,73.0,yes,iap,20.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,1.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15104,15105,2006,retired,66.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15105,15106,2006,other,51.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,yes,5.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15106,15107,2006,retired,69.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,,4.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15107,15108,2006,retired,51.0,yes,yes,18.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,2.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15108,15109,2006,working fulltime,32.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,10.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15109,15110,2006,retired,39.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15110,15111,2006,working fulltime,61.0,,iap,16.0,south atlantic,0.0,0.0,0.0,,w. sou. central,never,1,,1.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15111,15112,2006,working parttime,23.0,,,15.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,lt once a year,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15112,15113,2006,working parttime,28.0,,,16.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,once a year,1,iap,0.0,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15113,15114,2006,working fulltime,36.0,,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15114,15115,2006,working fulltime,61.0,,,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15115,15116,2006,working fulltime,51.0,,iap,14.0,south atlantic,0.0,0.0,0.0,,w. sou. central,every week,1,yes,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15116,15117,2006,working fulltime,43.0,,,9.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15117,15118,2006,working fulltime,31.0,no,iap,7.0,foreign,0.0,1.0,3.0,$25000 or more,w. sou. central,every week,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15118,15119,2006,retired,22.0,yes,,5.0,foreign,0.0,0.0,0.0,$6000 to 6999,w. sou. central,once a year,0,iap,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15119,15120,2006,working fulltime,23.0,no,iap,2.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15120,15121,2006,other,42.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,iap,,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15121,15122,2006,school,28.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,once a month,1,iap,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15122,15123,2006,working fulltime,43.0,no,iap,19.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,iap,,1,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15123,15124,2006,working parttime,51.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15124,15125,2006,working fulltime,17.0,,,12.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,w. sou. central,lt once a year,0,,7.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15125,15126,2006,retired,71.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,3.0,1,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15126,15127,2006,working fulltime,64.0,,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15127,15128,2006,retired,66.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,2.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15128,15129,2006,keeping house,,no,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15129,15130,2006,working parttime,60.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,iap,,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15130,15131,2006,keeping house,29.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15131,15132,2006,working fulltime,23.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,1.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15132,15133,2006,working fulltime,61.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15133,15134,2006,working fulltime,75.0,yes,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15134,15135,2006,working parttime,30.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15135,15136,2006,working parttime,61.0,no,iap,18.0,new england,1.0,2.0,0.0,,south atlantic,once a month,1,yes,0.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15136,15137,2006,retired,66.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15137,15138,2006,school,31.0,,,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,more thn once wk,2,iap,1.0,1,1.0,0,1.0,0,0,,0.0,1.0,0,0,0,0,0,0,1, +15138,15139,2006,working fulltime,51.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,1.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15139,15140,2006,working fulltime,54.0,no,iap,12.0,south atlantic,0.0,0.0,2.0,,south atlantic,nrly every week,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15140,15141,2006,working fulltime,56.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15141,15142,2006,keeping house,51.0,no,iap,13.0,middle atlantic,1.0,3.0,0.0,$25000 or more,south atlantic,never,2,yes,5.0,1,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15142,15143,2006,working fulltime,21.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,0,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15143,15144,2006,working fulltime,40.0,,,18.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,once a month,1,,1.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15144,15145,2006,keeping house,29.0,no,iap,15.0,south atlantic,2.0,2.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15145,15146,2006,working parttime,57.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,1.0,0,1.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15146,15147,2006,retired,60.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,3.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15147,15148,2006,working fulltime,42.0,no,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,4.0,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15148,15149,2006,other,56.0,yes,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15149,15150,2006,working fulltime,33.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,1.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15150,15151,2006,school,50.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,1,iap,,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15151,15152,2006,working fulltime,64.0,,,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15152,15153,2006,working fulltime,57.0,,,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15153,15154,2006,working fulltime,60.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,iap,,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15154,15155,2006,working fulltime,49.0,,,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,1.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15155,15156,2006,working fulltime,35.0,no,iap,15.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,lt once a year,1,,5.0,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15156,15157,2006,working fulltime,41.0,,,14.0,south atlantic,0.0,0.0,1.0,,south atlantic,nrly every week,1,,3.0,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15157,15158,2006,working fulltime,56.0,,,12.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,south atlantic,,0,iap,12.0,0,1.0,1,,1,1,,,,0,0,0,0,0,0,1, +15158,15159,2006,working fulltime,39.0,no,iap,11.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15159,15160,2006,other,40.0,,,13.0,e. nor. central,0.0,1.0,0.0,$10000 - 14999,pacific,sevrl times a yr,0,iap,,0,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15160,15161,2006,working fulltime,45.0,,,10.0,foreign,0.0,3.0,0.0,$25000 or more,pacific,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15161,15162,2006,working fulltime,44.0,no,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,pacific,once a year,0,iap,1.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15162,15163,2006,working fulltime,22.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15163,15164,2006,keeping house,33.0,no,iap,6.0,foreign,0.0,0.0,0.0,lt $1000,pacific,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15164,15165,2006,school,36.0,no,iap,14.0,foreign,4.0,0.0,0.0,$20000 - 24999,pacific,sevrl times a yr,2,iap,1.0,1,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1, +15165,15166,2006,working fulltime,69.0,no,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15166,15167,2006,retired,49.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15167,15168,2006,working fulltime,69.0,yes,,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15168,15169,2006,working fulltime,44.0,,iap,10.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15169,15170,2006,retired,52.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,2.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +15170,15171,2006,working fulltime,30.0,no,iap,10.0,pacific,4.0,0.0,0.0,$8000 to 9999,pacific,2-3x a month,2,yes,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15171,15172,2006,working fulltime,23.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,1.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15172,15173,2006,working fulltime,36.0,no,iap,12.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15173,15174,2006,working fulltime,49.0,,,16.0,pacific,0.0,0.0,0.0,,pacific,never,1,,1.0,0,0.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15174,15175,2006,working fulltime,74.0,yes,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15175,15176,2006,school,,,,12.0,pacific,0.0,0.0,0.0,,pacific,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15176,15177,2006,working fulltime,,no,iap,18.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,,2.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15177,15178,2006,working parttime,32.0,yes,iap,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,1.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15178,15179,2006,working parttime,36.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15179,15180,2006,retired,49.0,,,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15180,15181,2006,"unempl, laid off",41.0,,,13.0,e. nor. central,0.0,0.0,0.0,,pacific,never,0,iap,6.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15181,15182,2006,retired,33.0,yes,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,4.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15182,15183,2006,working fulltime,32.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,2.0,1,1.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15183,15184,2006,working parttime,24.0,,,11.0,w. sou. central,0.0,0.0,0.0,,pacific,once a year,0,iap,0.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15184,15185,2006,working fulltime,74.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15185,15186,2006,working fulltime,,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15186,15187,2006,retired,33.0,yes,,13.0,pacific,0.0,0.0,0.0,$7000 to 7999,pacific,never,0,iap,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15187,15188,2006,retired,31.0,,,13.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,1,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15188,15189,2006,keeping house,47.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,never,2,,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15189,15190,2006,keeping house,,,,12.0,foreign,0.0,0.0,0.0,$3000 to 3999,pacific,never,0,,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15190,15191,2006,other,43.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15191,15192,2006,working fulltime,48.0,yes,iap,20.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15192,15193,2006,retired,60.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,2.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15193,15194,2006,working parttime,51.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15194,15195,2006,retired,64.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,,4.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15195,15196,2006,working fulltime,75.0,no,iap,19.0,w. nor. central,1.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,1.0,1,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15196,15197,2006,working fulltime,64.0,no,iap,20.0,foreign,0.0,0.0,0.0,,pacific,never,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15197,15198,2006,working parttime,46.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,0,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15198,15199,2006,keeping house,47.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,pacific,lt once a year,1,iap,5.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15199,15200,2006,keeping house,49.0,no,iap,13.0,pacific,0.0,2.0,0.0,$25000 or more,pacific,never,1,yes,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15200,15201,2006,keeping house,43.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,3.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15201,15202,2006,working fulltime,44.0,,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,0,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15202,15203,2006,"unempl, laid off",51.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a month,0,,1.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15203,15204,2006,working fulltime,37.0,no,iap,4.0,foreign,0.0,1.0,1.0,,pacific,2-3x a month,2,iap,1.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15204,15205,2006,working fulltime,47.0,,iap,,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15205,15206,2006,working parttime,,yes,,9.0,pacific,0.0,0.0,0.0,,pacific,once a year,1,iap,1.0,0,0.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15206,15207,2006,working fulltime,59.0,,iap,14.0,south atlantic,0.0,1.0,1.0,$25000 or more,pacific,lt once a year,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15207,15208,2006,"unempl, laid off",,,,12.0,pacific,0.0,0.0,0.0,,pacific,never,2,,2.0,1,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15208,15209,2006,working fulltime,22.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15209,15210,2006,working fulltime,49.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,1.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15210,15211,2006,keeping house,,,,6.0,foreign,2.0,1.0,0.0,$25000 or more,pacific,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15211,15212,2006,working fulltime,51.0,,iap,13.0,pacific,0.0,1.0,0.0,$20000 - 24999,pacific,never,1,iap,4.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15212,15213,2006,retired,28.0,,iap,12.0,pacific,0.0,0.0,0.0,,pacific,every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15213,15214,2006,working fulltime,40.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15214,15215,2006,working fulltime,40.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,,4.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15215,15216,2006,retired,46.0,,iap,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,2,iap,5.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15216,15217,2006,keeping house,36.0,,iap,11.0,pacific,0.0,0.0,0.0,,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15217,15218,2006,retired,24.0,,,14.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,0,iap,10.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15218,15219,2006,keeping house,61.0,no,iap,16.0,middle atlantic,,,,$25000 or more,middle atlantic,sevrl times a yr,2,yes,,1,0.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15219,15220,2006,temp not working,30.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15220,15221,2006,working fulltime,47.0,yes,iap,16.0,middle atlantic,0.0,1.0,2.0,$25000 or more,middle atlantic,never,2,iap,,1,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15221,15222,2006,working fulltime,39.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,yes,,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15222,15223,2006,working parttime,36.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,3.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15223,15224,2006,working parttime,22.0,yes,,15.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,1,yes,1.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15224,15225,2006,temp not working,32.0,no,iap,13.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,nrly every week,2,,2.0,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15225,15226,2006,retired,34.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,2,iap,,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15226,15227,2006,keeping house,23.0,no,,9.0,middle atlantic,0.0,0.0,0.0,$4000 to 4999,middle atlantic,lt once a year,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15227,15228,2006,working fulltime,24.0,yes,iap,10.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,2-3x a month,1,yes,4.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15228,15229,2006,working fulltime,52.0,,,16.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,lt once a year,1,iap,2.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +15229,15230,2006,keeping house,17.0,no,iap,11.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,more thn once wk,2,iap,,1,1.0,1,0.0,1,1,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15230,15231,2006,keeping house,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15231,15232,2006,working fulltime,45.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,,6.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15232,15233,2006,working fulltime,61.0,no,iap,16.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,3.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15233,15234,2006,working parttime,60.0,,,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,every week,1,iap,2.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15234,15235,2006,working parttime,46.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,2.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15235,15236,2006,keeping house,47.0,no,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,once a year,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15236,15237,2006,working fulltime,54.0,no,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,once a year,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15237,15238,2006,working fulltime,33.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,2.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15238,15239,2006,working fulltime,42.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15239,15240,2006,working parttime,30.0,no,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,2-3x a month,1,yes,,0,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15240,15241,2006,working fulltime,23.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15241,15242,2006,"unempl, laid off",22.0,,,12.0,middle atlantic,0.0,1.0,0.0,$8000 to 9999,middle atlantic,never,1,,5.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15242,15243,2006,temp not working,44.0,yes,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,1,,3.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15243,15244,2006,working fulltime,30.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,iap,,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15244,15245,2006,other,25.0,,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,0,,1.0,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15245,15246,2006,school,,,iap,10.0,foreign,0.0,2.0,0.0,$5000 to 5999,mountain,every week,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15246,15247,2006,"unempl, laid off",34.0,,iap,8.0,mountain,0.0,0.0,1.0,$15000 - 19999,mountain,every week,0,iap,2.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15247,15248,2006,keeping house,29.0,,,12.0,new england,0.0,0.0,0.0,lt $1000,mountain,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15248,15249,2006,retired,44.0,no,,7.0,mountain,0.0,0.0,0.0,$7000 to 7999,mountain,sevrl times a yr,0,iap,5.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15249,15250,2006,retired,40.0,no,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,every week,1,yes,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15250,15251,2006,working fulltime,47.0,,,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,2.0,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15251,15252,2006,temp not working,50.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,2.0,0,0.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15252,15253,2006,working fulltime,51.0,,,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,mountain,sevrl times a yr,1,iap,4.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15253,15254,2006,retired,46.0,no,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15254,15255,2006,working fulltime,61.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15255,15256,2006,working parttime,52.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,1,,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15256,15257,2006,retired,41.0,,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15257,15258,2006,working fulltime,46.0,no,iap,16.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,once a month,1,yes,1.0,0,0.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15258,15259,2006,working fulltime,34.0,yes,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,once a year,2,yes,2.0,1,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15259,15260,2006,working parttime,31.0,,iap,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,2,iap,,1,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15260,15261,2006,keeping house,65.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,yes,,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15261,15262,2006,working fulltime,53.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,2.0,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15262,15263,2006,retired,32.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15263,15264,2006,working fulltime,51.0,no,iap,18.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,every week,2,iap,1.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15264,15265,2006,working fulltime,61.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15265,15266,2006,keeping house,29.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,1,,6.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15266,15267,2006,retired,47.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15267,15268,2006,retired,40.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15268,15269,2006,other,45.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,0,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15269,15270,2006,school,60.0,,,14.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,never,1,iap,3.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +15270,15271,2006,retired,52.0,yes,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,,9.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15271,15272,2006,working parttime,29.0,,,12.0,e. nor. central,0.0,2.0,0.0,$15000 - 19999,e. nor. central,once a year,0,iap,,0,1.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15272,15273,2006,working fulltime,28.0,,iap,12.0,e. nor. central,1.0,1.0,0.0,lt $1000,e. nor. central,once a year,1,iap,2.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15273,15274,2006,other,,,,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,6.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15274,15275,2006,retired,33.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,0,yes,6.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15275,15276,2006,working fulltime,47.0,,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a year,0,iap,,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15276,15277,2006,"unempl, laid off",22.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,sevrl times a yr,0,iap,2.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15277,15278,2006,working fulltime,32.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,1,,6.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1, +15278,15279,2006,keeping house,24.0,,,11.0,e. nor. central,0.0,1.0,1.0,$8000 to 9999,e. nor. central,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15279,15280,2006,working parttime,51.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15280,15281,2006,working fulltime,86.0,no,iap,20.0,w. sou. central,2.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15281,15282,2006,retired,22.0,,,0.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,e. nor. central,every week,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15282,15283,2006,keeping house,36.0,no,,13.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,1,,5.0,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15283,15284,2006,working fulltime,69.0,yes,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15284,15285,2006,keeping house,39.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15285,15286,2006,working fulltime,86.0,no,iap,20.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15286,15287,2006,keeping house,47.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15287,15288,2006,working fulltime,64.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,1.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15288,15289,2006,keeping house,46.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,2,iap,,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15289,15290,2006,working parttime,36.0,no,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,iap,4.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15290,15291,2006,other,,,,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,sevrl times a yr,2,,5.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15291,15292,2006,working fulltime,32.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15292,15293,2006,working parttime,65.0,no,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,2.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15293,15294,2006,working fulltime,39.0,,,12.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15294,15295,2006,working fulltime,30.0,,,2.0,foreign,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,,1.0,0,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15295,15296,2006,other,46.0,,,13.0,foreign,0.0,0.0,0.0,$7000 to 7999,new england,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15296,15297,2006,retired,60.0,yes,,7.0,foreign,0.0,0.0,0.0,$8000 to 9999,new england,never,0,,6.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15297,15298,2006,other,28.0,,iap,2.0,foreign,0.0,0.0,0.0,$7000 to 7999,new england,more thn once wk,1,iap,3.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +15298,15299,2006,working fulltime,42.0,,iap,14.0,foreign,0.0,1.0,0.0,$10000 - 14999,new england,2-3x a month,1,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15299,15300,2006,working fulltime,22.0,,iap,9.0,foreign,0.0,0.0,0.0,$25000 or more,new england,lt once a year,0,iap,7.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15300,15301,2006,working parttime,29.0,no,,12.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,never,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15301,15302,2006,working parttime,74.0,no,iap,2.0,foreign,2.0,0.0,0.0,$25000 or more,new england,nrly every week,2,iap,,1,0.0,0,0.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15302,15303,2006,working fulltime,21.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15303,15304,2006,working fulltime,44.0,no,iap,20.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15304,15305,2006,keeping house,29.0,no,iap,13.0,foreign,1.0,0.0,0.0,,new england,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15305,15306,2006,other,47.0,yes,iap,14.0,pacific,0.0,0.0,1.0,$25000 or more,new england,lt once a year,1,,0.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15306,15307,2006,retired,41.0,,,12.0,new england,0.0,0.0,0.0,$8000 to 9999,new england,every week,0,iap,4.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15307,15308,2006,working parttime,66.0,no,iap,13.0,new england,0.0,0.0,2.0,$25000 or more,new england,2-3x a month,1,,5.0,0,1.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15308,15309,2006,retired,50.0,no,iap,11.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15309,15310,2006,working parttime,25.0,no,iap,12.0,new england,0.0,0.0,0.0,$20000 - 24999,new england,more thn once wk,1,iap,6.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +15310,15311,2006,retired,27.0,no,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,4.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15311,15312,2006,working parttime,36.0,yes,iap,14.0,new england,1.0,0.0,0.0,$25000 or more,new england,never,2,iap,1.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15312,15313,2006,working fulltime,33.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,yes,3.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15313,15314,2006,working fulltime,64.0,no,iap,17.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15314,15315,2006,working fulltime,51.0,no,iap,12.0,new england,0.0,0.0,1.0,$25000 or more,new england,once a month,2,,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15315,15316,2006,retired,43.0,no,,12.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,more thn once wk,1,iap,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15316,15317,2006,working fulltime,27.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15317,15318,2006,working fulltime,38.0,no,iap,11.0,w. sou. central,0.0,2.0,0.0,$20000 - 24999,new england,2-3x a month,2,iap,3.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15318,15319,2006,working parttime,51.0,no,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,new england,never,0,yes,8.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15319,15320,2006,working fulltime,51.0,no,iap,16.0,new england,0.0,0.0,1.0,$25000 or more,new england,every week,2,iap,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15320,15321,2006,other,29.0,,,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15321,15322,2006,working fulltime,69.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,,1.0,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15322,15323,2006,working fulltime,65.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15323,15324,2006,working fulltime,64.0,yes,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,0,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15324,15325,2006,working fulltime,52.0,,,18.0,new england,0.0,1.0,0.0,$25000 or more,new england,once a year,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15325,15326,2006,working fulltime,69.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,1.0,1,1.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15326,15327,2006,other,51.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15327,15328,2006,working fulltime,22.0,,,10.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,,2.0,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15328,15329,2006,working fulltime,52.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15329,15330,2006,school,,,,9.0,middle atlantic,2.0,0.0,0.0,$10000 - 14999,middle atlantic,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15330,15331,2006,retired,22.0,,,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15331,15332,2006,working fulltime,32.0,,,12.0,middle atlantic,,,,$15000 - 19999,middle atlantic,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15332,15333,2006,other,,,,12.0,middle atlantic,0.0,0.0,0.0,$6000 to 6999,middle atlantic,once a year,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15333,15334,2006,school,,,,15.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,middle atlantic,once a year,1,iap,,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15334,15335,2006,retired,44.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15335,15336,2006,retired,46.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15336,15337,2006,retired,66.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,,3.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15337,15338,2006,working fulltime,66.0,,,18.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15338,15339,2006,"unempl, laid off",29.0,,,11.0,middle atlantic,0.0,0.0,0.0,$3000 to 3999,middle atlantic,never,0,,1.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15339,15340,2006,"unempl, laid off",29.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,10.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15340,15341,2006,working fulltime,32.0,no,iap,12.0,middle atlantic,2.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,iap,,1,1.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15341,15342,2006,retired,32.0,no,iap,6.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,2,iap,,1,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15342,15343,2006,working fulltime,36.0,,iap,7.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,once a year,1,,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15343,15344,2006,retired,42.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,sevrl times a yr,1,,6.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15344,15345,2006,retired,47.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,1,,6.0,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15345,15346,2006,retired,33.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,1.0,1,1.0,0,1.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15346,15347,2006,working fulltime,34.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,iap,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15347,15348,2006,working fulltime,66.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,1.0,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15348,15349,2006,working fulltime,47.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,1,iap,,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15349,15350,2006,retired,64.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,3.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15350,15351,2006,working fulltime,64.0,no,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15351,15352,2006,keeping house,47.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,middle atlantic,lt once a year,2,,2.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15352,15353,2006,working fulltime,64.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,1.0,0,0.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15353,15354,2006,retired,50.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a month,1,iap,,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15354,15355,2006,working parttime,44.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15355,15356,2006,retired,36.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,nrly every week,2,,1.0,1,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15356,15357,2006,working fulltime,23.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15357,15358,2006,retired,66.0,no,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15358,15359,2006,school,32.0,,,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,once a year,2,,1.0,1,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15359,15360,2006,working parttime,66.0,no,iap,17.0,middle atlantic,3.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15360,15361,2006,working fulltime,36.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,0,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15361,15362,2006,working fulltime,49.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,yes,4.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15362,15363,2006,working fulltime,42.0,,,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,iap,3.0,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1, +15363,15364,2006,retired,39.0,,iap,11.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,never,0,iap,12.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15364,15365,2006,retired,51.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,1.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15365,15366,2006,working fulltime,42.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15366,15367,2006,working fulltime,35.0,no,iap,14.0,middle atlantic,0.0,0.0,1.0,$25000 or more,middle atlantic,never,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15367,15368,2006,working fulltime,60.0,no,iap,16.0,w. nor. central,0.0,1.0,1.0,$25000 or more,middle atlantic,nrly every week,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15368,15369,2006,working parttime,66.0,,,17.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15369,15370,2006,working fulltime,62.0,,,18.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a year,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15370,15371,2006,working fulltime,41.0,,,14.0,e. sou. central,0.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,3.0,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15371,15372,2006,working fulltime,32.0,no,iap,9.0,foreign,0.0,0.0,0.0,$15000 - 19999,middle atlantic,2-3x a month,0,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15372,15373,2006,other,66.0,no,iap,13.0,middle atlantic,0.0,0.0,2.0,$25000 or more,middle atlantic,sevrl times a yr,1,,3.0,0,0.0,1,1.0,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15373,15374,2006,keeping house,42.0,no,,13.0,middle atlantic,1.0,2.0,0.0,$20000 - 24999,middle atlantic,lt once a year,1,,14.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15374,15375,2006,retired,35.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,0,iap,8.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15375,15376,2006,working fulltime,44.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,,1.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15376,15377,2006,working fulltime,39.0,no,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,0,yes,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15377,15378,2006,working fulltime,64.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,1.0,0,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15378,15379,2006,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,2.0,,middle atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15379,15380,2006,retired,46.0,no,,13.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,once a month,1,,3.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15380,15381,2006,other,60.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,0,,3.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15381,15382,2006,other,30.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$7000 to 7999,middle atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15382,15383,2006,working fulltime,59.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15383,15384,2006,retired,23.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,nrly every week,1,,4.0,0,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15384,15385,2006,working fulltime,39.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,iap,,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15385,15386,2006,working fulltime,68.0,no,yes,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15386,15387,2006,working fulltime,50.0,,,14.0,middle atlantic,0.0,0.0,0.0,$20000 - 24999,middle atlantic,never,0,,2.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15387,15388,2006,retired,,no,,10.0,middle atlantic,0.0,0.0,0.0,$5000 to 5999,middle atlantic,never,1,,6.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15388,15389,2006,working fulltime,30.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15389,15390,2006,working fulltime,42.0,yes,iap,12.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15390,15391,2006,working parttime,35.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,middle atlantic,once a month,1,iap,6.0,0,0.0,1,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15391,15392,2006,working fulltime,43.0,,,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15392,15393,2006,working fulltime,36.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,10.0,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15393,15394,2006,working parttime,34.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15394,15395,2006,working fulltime,34.0,,iap,15.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,more thn once wk,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15395,15396,2006,working fulltime,51.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,1,,1.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15396,15397,2006,school,42.0,,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,1.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15397,15398,2006,retired,51.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15398,15399,2006,retired,31.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15399,15400,2006,retired,30.0,no,,10.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,sevrl times a yr,1,iap,,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15400,15401,2006,retired,66.0,yes,,15.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,lt once a year,1,iap,10.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +15401,15402,2006,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,iap,3.0,1,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15402,15403,2006,school,19.0,,,11.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15403,15404,2006,retired,25.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15404,15405,2006,working fulltime,53.0,no,iap,12.0,middle atlantic,0.0,2.0,1.0,$25000 or more,middle atlantic,sevrl times a yr,0,yes,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15405,15406,2006,retired,40.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,every week,2,yes,3.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15406,15407,2006,temp not working,51.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15407,15408,2006,retired,39.0,no,,7.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,2,yes,,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15408,15409,2006,retired,46.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,yes,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15409,15410,2006,working fulltime,51.0,no,yes,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,2.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15410,15411,2006,retired,39.0,no,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15411,15412,2006,working parttime,66.0,no,iap,19.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,,1.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15412,15413,2006,working parttime,47.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,,5.0,1,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15413,15414,2006,working fulltime,47.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,2.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15414,15415,2006,working fulltime,33.0,,,15.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,never,1,,0.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15415,15416,2006,retired,64.0,no,yes,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15416,15417,2006,retired,71.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15417,15418,2006,working fulltime,30.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15418,15419,2006,retired,29.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,5.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15419,15420,2006,retired,47.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,0,iap,8.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15420,15421,2006,working fulltime,40.0,no,iap,14.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15421,15422,2006,"unempl, laid off",66.0,,,20.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15422,15423,2006,school,,,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,yes,,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15423,15424,2006,working fulltime,34.0,,,5.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15424,15425,2006,working fulltime,27.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,1.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15425,15426,2006,retired,24.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,once a year,2,,0.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15426,15427,2006,"unempl, laid off",39.0,,,12.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,once a month,0,,2.0,0,0.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15427,15428,2006,keeping house,52.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,iap,4.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +15428,15429,2006,retired,43.0,no,,10.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,2,iap,2.0,1,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15429,15430,2006,working parttime,46.0,no,iap,14.0,e. nor. central,,,,,e. nor. central,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15430,15431,2006,retired,74.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,3.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15431,15432,2006,keeping house,,,,12.0,foreign,2.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15432,15433,2006,retired,39.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,2,iap,5.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15433,15434,2006,working fulltime,52.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,,0,0.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15434,15435,2006,working fulltime,39.0,,,12.0,e. nor. central,0.0,2.0,1.0,$10000 - 14999,e. nor. central,never,1,iap,2.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15435,15436,2006,working fulltime,40.0,,,6.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,4.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15436,15437,2006,working fulltime,35.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15437,15438,2006,working fulltime,36.0,,,6.0,foreign,0.0,0.0,0.0,$20000 - 24999,e. nor. central,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15438,15439,2006,working fulltime,66.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,3.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15439,15440,2006,working fulltime,54.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,,1.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15440,15441,2006,working fulltime,23.0,no,iap,11.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15441,15442,2006,working fulltime,51.0,no,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15442,15443,2006,working fulltime,75.0,,iap,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,0,yes,,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15443,15444,2006,working fulltime,34.0,,iap,13.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,iap,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15444,15445,2006,retired,66.0,no,,15.0,foreign,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,2,,3.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15445,15446,2006,"unempl, laid off",33.0,,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,iap,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15446,15447,2006,retired,61.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15447,15448,2006,keeping house,36.0,,iap,12.0,e. nor. central,0.0,2.0,2.0,$20000 - 24999,e. nor. central,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15448,15449,2006,working parttime,46.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15449,15450,2006,retired,42.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,6.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15450,15451,2006,keeping house,,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15451,15452,2006,retired,64.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15452,15453,2006,retired,53.0,no,,18.0,e. sou. central,0.0,0.0,0.0,,e. nor. central,every week,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15453,15454,2006,working fulltime,35.0,no,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15454,15455,2006,working fulltime,47.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,1.0,0,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15455,15456,2006,other,36.0,,iap,7.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,0,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15456,15457,2006,working fulltime,39.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15457,15458,2006,working fulltime,37.0,,,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,1,,2.0,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15458,15459,2006,school,31.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15459,15460,2006,keeping house,35.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a year,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15460,15461,2006,working fulltime,30.0,yes,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,4.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15461,15462,2006,keeping house,65.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,,e. nor. central,every week,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15462,15463,2006,working fulltime,66.0,no,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15463,15464,2006,school,27.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15464,15465,2006,working fulltime,42.0,no,iap,16.0,e. nor. central,2.0,0.0,0.0,,e. nor. central,once a year,2,yes,,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15465,15466,2006,working fulltime,43.0,no,yes,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15466,15467,2006,keeping house,36.0,yes,iap,9.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,lt once a year,1,yes,,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15467,15468,2006,keeping house,36.0,yes,iap,12.0,e. nor. central,3.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,1.0,1,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15468,15469,2006,working fulltime,86.0,yes,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,0.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15469,15470,2006,working fulltime,44.0,no,iap,11.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15470,15471,2006,working fulltime,64.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,0.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15471,15472,2006,working fulltime,63.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15472,15473,2006,working fulltime,48.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,0.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15473,15474,2006,working fulltime,68.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15474,15475,2006,working fulltime,52.0,,iap,18.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,0.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15475,15476,2006,working fulltime,30.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,once a month,1,yes,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15476,15477,2006,working parttime,32.0,no,,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,4.0,1,0.0,0,0.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15477,15478,2006,other,47.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,,2.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15478,15479,2006,working fulltime,36.0,yes,iap,15.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,once a year,2,yes,,1,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15479,15480,2006,keeping house,46.0,yes,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,,0,0.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15480,15481,2006,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a year,1,,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15481,15482,2006,working fulltime,33.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15482,15483,2006,retired,39.0,yes,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,4.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15483,15484,2006,working fulltime,59.0,no,iap,12.0,new england,0.0,0.0,1.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15484,15485,2006,working fulltime,51.0,no,yes,13.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,,1,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15485,15486,2006,working fulltime,60.0,,iap,15.0,south atlantic,0.0,1.0,1.0,$25000 or more,e. nor. central,never,1,,2.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15486,15487,2006,retired,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,6.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15487,15488,2006,working fulltime,61.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15488,15489,2006,working fulltime,64.0,,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,0.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15489,15490,2006,working parttime,75.0,no,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,yes,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15490,15491,2006,working fulltime,44.0,yes,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15491,15492,2006,working parttime,61.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15492,15493,2006,retired,25.0,yes,,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15493,15494,2006,retired,46.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15494,15495,2006,working fulltime,30.0,yes,yes,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15495,15496,2006,"unempl, laid off",32.0,,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a month,1,,2.0,0,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15496,15497,2006,retired,38.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,3.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15497,15498,2006,retired,46.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15498,15499,2006,working fulltime,47.0,,,15.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15499,15500,2006,working fulltime,44.0,no,iap,15.0,w. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,never,1,yes,0.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15500,15501,2006,keeping house,31.0,,iap,14.0,e. nor. central,0.0,0.0,1.0,$10000 - 14999,e. nor. central,once a month,1,iap,,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15501,15502,2006,working fulltime,20.0,no,,0.0,foreign,0.0,1.0,3.0,$20000 - 24999,e. nor. central,every week,1,,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15502,15503,2006,working parttime,32.0,yes,,12.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15503,15504,2006,working parttime,25.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,0,iap,,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15504,15505,2006,working fulltime,44.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$4000 to 4999,e. nor. central,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15505,15506,2006,keeping house,29.0,,,10.0,e. nor. central,2.0,0.0,1.0,$15000 - 19999,e. nor. central,never,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15506,15507,2006,working fulltime,43.0,,,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15507,15508,2006,keeping house,,,,9.0,e. nor. central,3.0,0.0,0.0,$8000 to 9999,e. nor. central,never,1,,7.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15508,15509,2006,other,42.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15509,15510,2006,retired,52.0,,yes,14.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,0,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15510,15511,2006,retired,20.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,e. nor. central,lt once a year,1,,5.0,0,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15511,15512,2006,working parttime,19.0,,,10.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,2,,12.0,1,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15512,15513,2006,working fulltime,60.0,no,,14.0,middle atlantic,0.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,1.0,0,0.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15513,15514,2006,working fulltime,44.0,no,iap,13.0,e. nor. central,2.0,0.0,0.0,,e. nor. central,sevrl times a yr,1,,1.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15514,15515,2006,working fulltime,75.0,,,20.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,3.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15515,15516,2006,keeping house,46.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15516,15517,2006,working fulltime,49.0,,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15517,15518,2006,working fulltime,72.0,no,iap,18.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15518,15519,2006,working fulltime,40.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15519,15520,2006,working fulltime,74.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15520,15521,2006,keeping house,47.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,,5.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15521,15522,2006,working fulltime,74.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,4.0,1,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15522,15523,2006,keeping house,63.0,no,iap,16.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15523,15524,2006,working fulltime,54.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,,e. nor. central,every week,2,yes,1.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15524,15525,2006,retired,49.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15525,15526,2006,working fulltime,53.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15526,15527,2006,working fulltime,47.0,yes,yes,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15527,15528,2006,working fulltime,27.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15528,15529,2006,working fulltime,60.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15529,15530,2006,working fulltime,32.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,1,,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15530,15531,2006,working fulltime,42.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15531,15532,2006,temp not working,57.0,,iap,17.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,iap,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15532,15533,2006,working fulltime,74.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15533,15534,2006,working fulltime,65.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,5.0,1,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +15534,15535,2006,school,64.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15535,15536,2006,working fulltime,45.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15536,15537,2006,retired,24.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,,5.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15537,15538,2006,working parttime,25.0,no,iap,12.0,e. nor. central,0.0,2.0,1.0,$25000 or more,e. nor. central,every week,2,yes,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15538,15539,2006,working fulltime,23.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15539,15540,2006,retired,35.0,no,iap,13.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15540,15541,2006,retired,64.0,no,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,3.0,0,0.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15541,15542,2006,working parttime,60.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,2,,4.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15542,15543,2006,working fulltime,47.0,no,iap,17.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,,1,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15543,15544,2006,"unempl, laid off",39.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15544,15545,2006,working fulltime,29.0,yes,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,,0,0.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15545,15546,2006,working parttime,39.0,no,iap,16.0,e. nor. central,0.0,1.0,2.0,$25000 or more,e. nor. central,once a year,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15546,15547,2006,working fulltime,49.0,,iap,17.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,2,iap,2.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15547,15548,2006,working fulltime,51.0,no,iap,16.0,w. sou. central,3.0,2.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15548,15549,2006,working fulltime,51.0,no,iap,17.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15549,15550,2006,working fulltime,44.0,yes,iap,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15550,15551,2006,keeping house,30.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,4.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15551,15552,2006,retired,71.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,3.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15552,15553,2006,working fulltime,44.0,no,iap,12.0,e. nor. central,1.0,0.0,0.0,,e. nor. central,once a year,1,iap,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15553,15554,2006,working fulltime,47.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15554,15555,2006,working fulltime,47.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,yes,,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15555,15556,2006,retired,49.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,iap,3.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15556,15557,2006,"unempl, laid off",51.0,,iap,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15557,15558,2006,retired,74.0,,iap,19.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,,4.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15558,15559,2006,"unempl, laid off",47.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,6.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15559,15560,2006,keeping house,28.0,,,12.0,e. nor. central,1.0,1.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15560,15561,2006,working fulltime,61.0,,iap,20.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,once a year,2,iap,,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15561,15562,2006,temp not working,51.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,0.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15562,15563,2006,keeping house,17.0,no,,8.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,more thn once wk,0,iap,,0,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15563,15564,2006,working fulltime,33.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,0,,2.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15564,15565,2006,keeping house,,no,iap,13.0,south atlantic,0.0,0.0,0.0,,e. nor. central,more thn once wk,1,iap,4.0,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +15565,15566,2006,retired,64.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,lt once a year,0,iap,,0,0.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15566,15567,2006,working fulltime,42.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15567,15568,2006,working fulltime,39.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,never,1,yes,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15568,15569,2006,working fulltime,38.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15569,15570,2006,working fulltime,74.0,no,iap,16.0,w. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15570,15571,2006,working fulltime,47.0,no,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,e. nor. central,every week,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15571,15572,2006,working fulltime,47.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,2,yes,3.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15572,15573,2006,retired,43.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,6.0,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15573,15574,2006,working parttime,28.0,no,yes,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,nrly every week,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15574,15575,2006,retired,22.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,e. nor. central,2-3x a month,2,iap,4.0,1,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15575,15576,2006,working fulltime,49.0,no,iap,18.0,new england,2.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,1.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15576,15577,2006,working fulltime,30.0,yes,iap,18.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15577,15578,2006,working fulltime,60.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,3.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15578,15579,2006,working parttime,24.0,,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15579,15580,2006,working parttime,75.0,,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,0,yes,,0,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15580,15581,2006,working fulltime,33.0,no,iap,14.0,foreign,0.0,0.0,3.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15581,15582,2006,retired,43.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,iap,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15582,15583,2006,working fulltime,22.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,e. nor. central,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15583,15584,2006,keeping house,64.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15584,15585,2006,working parttime,60.0,,,16.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,2,yes,4.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15585,15586,2006,working fulltime,35.0,no,iap,13.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15586,15587,2006,working fulltime,33.0,,iap,12.0,e. nor. central,1.0,0.0,0.0,$15000 - 19999,e. nor. central,once a year,0,iap,,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15587,15588,2006,working fulltime,24.0,no,iap,6.0,foreign,0.0,1.0,1.0,$25000 or more,e. nor. central,nrly every week,0,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15588,15589,2006,working fulltime,74.0,yes,iap,15.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15589,15590,2006,working fulltime,23.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,6.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15590,15591,2006,working fulltime,47.0,no,iap,16.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,every week,1,,3.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15591,15592,2006,retired,41.0,yes,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,4.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15592,15593,2006,school,,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a month,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15593,15594,2006,working fulltime,49.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15594,15595,2006,working parttime,42.0,no,iap,16.0,e. nor. central,0.0,2.0,2.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15595,15596,2006,keeping house,49.0,no,iap,16.0,e. nor. central,,,,,e. nor. central,every week,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15596,15597,2006,retired,30.0,yes,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,yes,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15597,15598,2006,"unempl, laid off",36.0,,,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15598,15599,2006,keeping house,47.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15599,15600,2006,working fulltime,30.0,no,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,2.0,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15600,15601,2006,working fulltime,20.0,no,iap,11.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,yes,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15601,15602,2006,working fulltime,66.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15602,15603,2006,working parttime,33.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15603,15604,2006,working fulltime,46.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15604,15605,2006,retired,39.0,no,yes,13.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15605,15606,2006,working fulltime,66.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15606,15607,2006,temp not working,66.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,3.0,1,0.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15607,15608,2006,working parttime,31.0,yes,iap,16.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15608,15609,2006,working fulltime,49.0,,,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15609,15610,2006,school,28.0,,,15.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,2-3x a month,2,iap,,1,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15610,15611,2006,working fulltime,35.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,1.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15611,15612,2006,school,,,,15.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,e. nor. central,once a month,0,yes,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15612,15613,2006,retired,47.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,never,1,iap,,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15613,15614,2006,working fulltime,66.0,,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15614,15615,2006,working fulltime,52.0,,iap,14.0,new england,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,0,iap,1.0,0,1.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1, +15615,15616,2006,working fulltime,24.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15616,15617,2006,working fulltime,40.0,,,8.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,never,0,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15617,15618,2006,working fulltime,35.0,,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15618,15619,2006,retired,51.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,,2.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15619,15620,2006,working fulltime,66.0,,iap,18.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a month,1,iap,,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15620,15621,2006,"unempl, laid off",42.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,4.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15621,15622,2006,keeping house,51.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,iap,,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15622,15623,2006,working fulltime,42.0,,,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15623,15624,2006,working fulltime,32.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15624,15625,2006,working parttime,29.0,,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15625,15626,2006,working fulltime,43.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,0,iap,1.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15626,15627,2006,working fulltime,41.0,,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15627,15628,2006,keeping house,46.0,yes,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15628,15629,2006,school,,,,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15629,15630,2006,working fulltime,42.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$8000 to 9999,e. nor. central,every week,1,iap,2.0,0,1.0,1,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15630,15631,2006,working fulltime,64.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15631,15632,2006,other,30.0,,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,0,yes,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15632,15633,2006,working fulltime,24.0,no,iap,12.0,e. nor. central,1.0,2.0,0.0,$25000 or more,e. nor. central,once a month,1,iap,2.0,0,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15633,15634,2006,working fulltime,64.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,iap,1.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15634,15635,2006,working fulltime,71.0,no,iap,16.0,e. nor. central,0.0,3.0,2.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15635,15636,2006,working fulltime,35.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a month,1,,2.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15636,15637,2006,working parttime,74.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +15637,15638,2006,temp not working,49.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,3.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15638,15639,2006,working fulltime,53.0,yes,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,2,iap,2.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15639,15640,2006,working fulltime,47.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15640,15641,2006,working fulltime,41.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15641,15642,2006,temp not working,51.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15642,15643,2006,working fulltime,32.0,,iap,12.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,never,1,yes,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15643,15644,2006,working parttime,39.0,,,13.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. nor. central,never,1,yes,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15644,15645,2006,retired,20.0,yes,iap,10.0,mountain,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,3.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15645,15646,2006,working fulltime,45.0,no,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15646,15647,2006,keeping house,33.0,yes,iap,13.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,2,,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15647,15648,2006,keeping house,40.0,no,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,every week,2,iap,1.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15648,15649,2006,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15649,15650,2006,working fulltime,38.0,,,19.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15650,15651,2006,working parttime,63.0,,,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,iap,,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15651,15652,2006,working fulltime,17.0,no,iap,9.0,foreign,0.0,0.0,0.0,$10000 - 14999,w. nor. central,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15652,15653,2006,working fulltime,32.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15653,15654,2006,working fulltime,56.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15654,15655,2006,working parttime,48.0,,,15.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,sevrl times a yr,1,,2.0,0,0.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15655,15656,2006,working fulltime,23.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15656,15657,2006,working fulltime,40.0,no,iap,13.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,nrly every week,1,yes,,0,1.0,0,0.0,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15657,15658,2006,temp not working,40.0,,,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15658,15659,2006,working fulltime,44.0,yes,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15659,15660,2006,working fulltime,30.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,5.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15660,15661,2006,working fulltime,31.0,no,iap,9.0,foreign,0.0,1.0,3.0,$25000 or more,w. nor. central,never,2,iap,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15661,15662,2006,retired,34.0,no,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15662,15663,2006,working fulltime,57.0,,,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15663,15664,2006,working fulltime,36.0,,iap,11.0,foreign,0.0,1.0,0.0,$25000 or more,w. nor. central,every week,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15664,15665,2006,working fulltime,47.0,no,iap,16.0,south atlantic,2.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15665,15666,2006,working fulltime,44.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15666,15667,2006,working fulltime,44.0,no,iap,12.0,foreign,1.0,1.0,0.0,$25000 or more,w. nor. central,every week,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15667,15668,2006,retired,63.0,yes,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,1.0,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15668,15669,2006,working fulltime,43.0,,,16.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,never,1,iap,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15669,15670,2006,working fulltime,86.0,,,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,2.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15670,15671,2006,working fulltime,63.0,,iap,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,0.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15671,15672,2006,keeping house,32.0,yes,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,never,2,iap,1.0,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15672,15673,2006,working fulltime,61.0,,iap,16.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,once a year,1,iap,3.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15673,15674,2006,working fulltime,51.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,1.0,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15674,15675,2006,working fulltime,74.0,no,iap,20.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,every week,1,,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15675,15676,2006,working fulltime,48.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,1.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15676,15677,2006,working fulltime,40.0,,,16.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,once a year,1,iap,1.0,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15677,15678,2006,working fulltime,43.0,,iap,14.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,1.0,0,1.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15678,15679,2006,working fulltime,51.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,0,,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15679,15680,2006,working parttime,66.0,no,iap,14.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,3.0,0,0.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15680,15681,2006,retired,25.0,no,yes,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,2,iap,,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15681,15682,2006,working parttime,47.0,no,iap,14.0,w. nor. central,0.0,1.0,1.0,,w. nor. central,every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15682,15683,2006,retired,38.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,lt once a year,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15683,15684,2006,working fulltime,17.0,,,11.0,e. nor. central,0.0,0.0,0.0,$3000 to 3999,e. nor. central,sevrl times a yr,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15684,15685,2006,working parttime,74.0,,,18.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,,3.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15685,15686,2006,working fulltime,31.0,yes,iap,12.0,w. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,never,2,,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15686,15687,2006,working fulltime,28.0,,,14.0,e. nor. central,1.0,0.0,0.0,$7000 to 7999,e. nor. central,once a month,1,,2.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15687,15688,2006,working fulltime,36.0,yes,iap,14.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,once a year,2,,3.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15688,15689,2006,working fulltime,51.0,no,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,2.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15689,15690,2006,temp not working,52.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,iap,2.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15690,15691,2006,retired,64.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,every week,1,iap,2.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15691,15692,2006,working fulltime,74.0,,,18.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,iap,2.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15692,15693,2006,keeping house,,yes,yes,13.0,e. nor. central,2.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,0.0,0,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +15693,15694,2006,working fulltime,39.0,,iap,12.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,lt once a year,1,yes,2.0,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15694,15695,2006,working fulltime,31.0,no,yes,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,yes,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15695,15696,2006,working fulltime,49.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,3.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15696,15697,2006,other,47.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,lt once a year,1,iap,2.0,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15697,15698,2006,working fulltime,36.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,0,yes,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15698,15699,2006,keeping house,,,iap,13.0,e. nor. central,2.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,iap,0.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15699,15700,2006,working parttime,46.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15700,15701,2006,"unempl, laid off",30.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15701,15702,2006,working fulltime,25.0,no,iap,17.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,once a year,1,iap,,0,0.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15702,15703,2006,"unempl, laid off",31.0,,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,yes,3.0,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15703,15704,2006,working fulltime,66.0,no,,18.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,every week,1,,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15704,15705,2006,working fulltime,44.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15705,15706,2006,working fulltime,64.0,no,iap,13.0,e. sou. central,1.0,3.0,1.0,$25000 or more,e. nor. central,more thn once wk,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15706,15707,2006,working fulltime,74.0,no,iap,20.0,e. nor. central,0.0,1.0,1.0,,e. nor. central,every week,2,yes,1.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15707,15708,2006,working fulltime,66.0,,,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,iap,2.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15708,15709,2006,working fulltime,35.0,yes,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,2.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15709,15710,2006,school,31.0,,,14.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,0,iap,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15710,15711,2006,working fulltime,32.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,0,yes,3.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15711,15712,2006,retired,51.0,no,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,sevrl times a yr,0,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15712,15713,2006,working fulltime,35.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15713,15714,2006,working fulltime,34.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,0,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15714,15715,2006,working fulltime,50.0,yes,iap,13.0,e. nor. central,0.0,3.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,iap,2.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15715,15716,2006,retired,64.0,no,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,more thn once wk,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15716,15717,2006,working fulltime,44.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,2,,2.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15717,15718,2006,keeping house,36.0,,iap,11.0,e. sou. central,1.0,2.0,0.0,$5000 to 5999,e. sou. central,once a month,1,iap,4.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15718,15719,2006,working fulltime,41.0,yes,iap,12.0,e. sou. central,0.0,1.0,1.0,$25000 or more,e. sou. central,more thn once wk,2,yes,2.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15719,15720,2006,retired,,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15720,15721,2006,retired,44.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,,e. sou. central,every week,2,iap,3.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15721,15722,2006,working fulltime,47.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,iap,4.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15722,15723,2006,working fulltime,36.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,iap,,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15723,15724,2006,retired,64.0,,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15724,15725,2006,keeping house,17.0,no,iap,8.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,1,,12.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15725,15726,2006,working fulltime,55.0,no,iap,19.0,e. sou. central,0.0,1.0,0.0,,e. sou. central,2-3x a month,2,iap,1.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15726,15727,2006,working fulltime,38.0,,,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,2,,3.0,1,1.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15727,15728,2006,working fulltime,61.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,nrly every week,1,yes,1.0,0,0.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15728,15729,2006,working parttime,32.0,,,15.0,e. sou. central,0.0,0.0,0.0,$7000 to 7999,e. sou. central,never,1,,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15729,15730,2006,working fulltime,74.0,no,iap,20.0,foreign,0.0,1.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15730,15731,2006,working fulltime,50.0,,,13.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,e. sou. central,once a month,0,yes,,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15731,15732,2006,working parttime,29.0,,,15.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,once a year,1,,3.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15732,15733,2006,working parttime,37.0,,,20.0,foreign,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15733,15734,2006,working fulltime,51.0,no,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,e. sou. central,never,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15734,15735,2006,working fulltime,36.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15735,15736,2006,working parttime,41.0,,,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,0,iap,2.0,0,0.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15736,15737,2006,working fulltime,32.0,no,iap,12.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,1.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15737,15738,2006,working fulltime,24.0,no,iap,14.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,every week,1,yes,,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15738,15739,2006,working fulltime,28.0,,,15.0,e. sou. central,3.0,0.0,0.0,$3000 to 3999,e. sou. central,nrly every week,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15739,15740,2006,working fulltime,47.0,yes,iap,11.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15740,15741,2006,working fulltime,30.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,iap,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15741,15742,2006,school,,,,17.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,2,iap,2.0,1,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15742,15743,2006,working fulltime,33.0,,,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,6.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1, +15743,15744,2006,working fulltime,33.0,,,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,yes,,0,1.0,1,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15744,15745,2006,working parttime,51.0,,,15.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,1,iap,,0,0.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15745,15746,2006,working fulltime,33.0,no,iap,13.0,e. sou. central,0.0,2.0,1.0,$25000 or more,e. sou. central,once a year,1,,1.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15746,15747,2006,keeping house,35.0,yes,,10.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,1,yes,4.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +15747,15748,2006,working parttime,40.0,no,iap,14.0,e. nor. central,1.0,5.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,,3.0,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15748,15749,2006,working parttime,42.0,,,14.0,e. sou. central,0.0,0.0,2.0,$6000 to 6999,e. sou. central,2-3x a month,0,,2.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15749,15750,2006,retired,47.0,no,,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15750,15751,2006,other,17.0,,iap,14.0,e. sou. central,0.0,0.0,1.0,$10000 - 14999,south atlantic,once a year,2,,5.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15751,15752,2006,retired,30.0,no,,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,yes,3.0,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15752,15753,2006,keeping house,,,iap,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,0,iap,7.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +15753,15754,2006,working fulltime,36.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,3.0,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15754,15755,2006,working fulltime,29.0,no,,10.0,south atlantic,0.0,0.0,1.0,$10000 - 14999,south atlantic,never,1,,4.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15755,15756,2006,retired,22.0,yes,,11.0,e. sou. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,2,,2.0,1,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15756,15757,2006,other,22.0,no,,11.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,2-3x a month,1,,4.0,0,1.0,0,1.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15757,15758,2006,retired,64.0,,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,0,iap,,0,1.0,0,,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15758,15759,2006,working fulltime,29.0,,iap,14.0,south atlantic,2.0,1.0,0.0,$10000 - 14999,south atlantic,2-3x a month,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15759,15760,2006,keeping house,,,,10.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15760,15761,2006,working fulltime,42.0,,,14.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,iap,0.0,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +15761,15762,2006,working fulltime,43.0,yes,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,iap,3.0,0,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1, +15762,15763,2006,working parttime,22.0,,,14.0,new england,0.0,0.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,0,,4.0,0,0.0,1,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15763,15764,2006,working fulltime,68.0,no,iap,12.0,new england,0.0,3.0,0.0,$25000 or more,south atlantic,once a year,2,iap,3.0,1,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15764,15765,2006,retired,36.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15765,15766,2006,other,65.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,10.0,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15766,15767,2006,working fulltime,31.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,,5.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15767,15768,2006,retired,43.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,,8.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15768,15769,2006,"unempl, laid off",64.0,,iap,18.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,,3.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15769,15770,2006,working fulltime,69.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,0,yes,4.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15770,15771,2006,retired,59.0,no,,14.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,1,iap,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15771,15772,2006,working fulltime,64.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15772,15773,2006,retired,61.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15773,15774,2006,retired,69.0,no,yes,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,3.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15774,15775,2006,working fulltime,51.0,yes,iap,19.0,middle atlantic,2.0,2.0,0.0,$25000 or more,south atlantic,every week,2,iap,2.0,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15775,15776,2006,working parttime,52.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,2,yes,,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15776,15777,2006,working fulltime,61.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15777,15778,2006,retired,72.0,no,yes,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15778,15779,2006,temp not working,61.0,,iap,19.0,south atlantic,0.0,0.0,1.0,,south atlantic,,1,,,0,1.0,0,,0,0,,,,0,0,0,0,0,0,1,1.0 +15779,15780,2006,working fulltime,86.0,yes,iap,16.0,e. sou. central,0.0,2.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,1.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15780,15781,2006,retired,64.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,3.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15781,15782,2006,keeping house,65.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15782,15783,2006,working fulltime,34.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15783,15784,2006,retired,51.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15784,15785,2006,working parttime,74.0,,,16.0,e. nor. central,0.0,0.0,0.0,,south atlantic,more thn once wk,2,iap,,1,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15785,15786,2006,working fulltime,40.0,yes,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15786,15787,2006,retired,60.0,yes,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,1.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15787,15788,2006,working parttime,30.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15788,15789,2006,working fulltime,51.0,,iap,16.0,south atlantic,0.0,0.0,1.0,$10000 - 14999,south atlantic,2-3x a month,1,iap,5.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +15789,15790,2006,retired,60.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15790,15791,2006,working parttime,,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15791,15792,2006,working parttime,34.0,,iap,6.0,middle atlantic,0.0,0.0,0.0,,south atlantic,never,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15792,15793,2006,working fulltime,25.0,,,12.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,never,0,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15793,15794,2006,retired,51.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,6.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15794,15795,2006,keeping house,74.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,3.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15795,15796,2006,retired,51.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15796,15797,2006,working parttime,64.0,no,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15797,15798,2006,other,39.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,6.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15798,15799,2006,working parttime,47.0,no,iap,15.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15799,15800,2006,working fulltime,36.0,,iap,14.0,foreign,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15800,15801,2006,keeping house,,no,iap,11.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,3.0,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15801,15802,2006,working fulltime,66.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15802,15803,2006,working fulltime,34.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15803,15804,2006,working parttime,51.0,,iap,14.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15804,15805,2006,retired,74.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15805,15806,2006,working fulltime,51.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15806,15807,2006,working fulltime,47.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15807,15808,2006,retired,35.0,no,iap,13.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,5.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15808,15809,2006,keeping house,40.0,yes,iap,8.0,e. nor. central,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15809,15810,2006,other,36.0,no,,10.0,w. sou. central,0.0,1.0,1.0,$10000 - 14999,south atlantic,sevrl times a yr,1,iap,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15810,15811,2006,working fulltime,31.0,,iap,10.0,new england,0.0,0.0,1.0,$20000 - 24999,south atlantic,never,1,,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15811,15812,2006,working fulltime,39.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15812,15813,2006,working fulltime,28.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,4.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15813,15814,2006,working fulltime,52.0,yes,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15814,15815,2006,keeping house,41.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15815,15816,2006,working fulltime,31.0,,,3.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15816,15817,2006,working fulltime,36.0,no,,12.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,yes,2.0,0,1.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15817,15818,2006,retired,27.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,2.0,0,0.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +15818,15819,2006,working fulltime,20.0,,,11.0,south atlantic,0.0,0.0,2.0,$20000 - 24999,south atlantic,2-3x a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15819,15820,2006,keeping house,36.0,,iap,12.0,south atlantic,1.0,2.0,0.0,$15000 - 19999,south atlantic,never,0,iap,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +15820,15821,2006,working parttime,42.0,no,,14.0,south atlantic,0.0,1.0,1.0,lt $1000,south atlantic,never,2,iap,5.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +15821,15822,2006,working fulltime,23.0,,,10.0,south atlantic,0.0,0.0,0.0,$5000 to 5999,south atlantic,never,2,iap,,1,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15822,15823,2006,working fulltime,32.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,,5.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15823,15824,2006,keeping house,,,iap,16.0,south atlantic,0.0,0.0,1.0,$7000 to 7999,south atlantic,never,0,,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15824,15825,2006,retired,30.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,iap,,1,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15825,15826,2006,keeping house,,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,6.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15826,15827,2006,keeping house,73.0,no,iap,14.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,2,,7.0,1,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15827,15828,2006,working fulltime,52.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15828,15829,2006,working fulltime,51.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,yes,3.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15829,15830,2006,working fulltime,54.0,no,iap,14.0,middle atlantic,0.0,2.0,2.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15830,15831,2006,working fulltime,75.0,,,18.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15831,15832,2006,working fulltime,35.0,yes,iap,15.0,middle atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,sevrl times a yr,1,,4.0,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15832,15833,2006,retired,66.0,,,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,4.0,1,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15833,15834,2006,working fulltime,45.0,,iap,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15834,15835,2006,working fulltime,52.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,iap,,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15835,15836,2006,working fulltime,41.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15836,15837,2006,working fulltime,49.0,,iap,12.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15837,15838,2006,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,3.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15838,15839,2006,keeping house,40.0,,,16.0,south atlantic,1.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,iap,6.0,0,1.0,1,0.0,1,1,,0.0,1.0,0,0,0,0,0,0,1, +15839,15840,2006,working fulltime,31.0,,,17.0,south atlantic,0.0,0.0,2.0,$20000 - 24999,south atlantic,nrly every week,1,iap,3.0,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +15840,15841,2006,working parttime,54.0,,,15.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,0,yes,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15841,15842,2006,working fulltime,74.0,,,18.0,w. nor. central,0.0,0.0,0.0,,south atlantic,never,1,iap,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15842,15843,2006,retired,23.0,no,,2.0,middle atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,iap,,1,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15843,15844,2006,working fulltime,36.0,,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15844,15845,2006,working fulltime,37.0,no,iap,17.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,,4.0,0,1.0,0,1.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15845,15846,2006,working fulltime,33.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15846,15847,2006,working fulltime,47.0,no,iap,12.0,pacific,2.0,0.0,0.0,$25000 or more,w. sou. central,once a year,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15847,15848,2006,"unempl, laid off",66.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,,1,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15848,15849,2006,retired,45.0,no,yes,6.0,south atlantic,0.0,0.0,0.0,,w. sou. central,every week,1,yes,,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15849,15850,2006,working parttime,52.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,iap,3.0,1,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +15850,15851,2006,working fulltime,60.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,2,iap,4.0,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +15851,15852,2006,working fulltime,47.0,no,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15852,15853,2006,working fulltime,59.0,,iap,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15853,15854,2006,working fulltime,49.0,yes,iap,16.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,once a month,1,iap,1.0,0,0.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15854,15855,2006,working fulltime,45.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,0.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15855,15856,2006,working fulltime,29.0,no,iap,2.0,foreign,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,iap,7.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15856,15857,2006,retired,,no,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,iap,3.0,0,1.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1, +15857,15858,2006,working fulltime,30.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,1,,5.0,0,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15858,15859,2006,working parttime,37.0,,iap,6.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,never,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15859,15860,2006,retired,74.0,,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,0,,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15860,15861,2006,retired,52.0,yes,,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,yes,,1,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15861,15862,2006,working fulltime,39.0,no,iap,7.0,foreign,0.0,0.0,0.0,,w. sou. central,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15862,15863,2006,working fulltime,59.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,3.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15863,15864,2006,school,,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15864,15865,2006,"unempl, laid off",31.0,,,7.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,every week,1,iap,4.0,0,1.0,1,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15865,15866,2006,working fulltime,71.0,no,,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,,1,iap,1.0,0,1.0,0,,0,0,,,,0,0,0,0,0,0,1, +15866,15867,2006,retired,46.0,no,,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,2,,3.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15867,15868,2006,working fulltime,51.0,no,iap,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15868,15869,2006,keeping house,46.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15869,15870,2006,working fulltime,48.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,1.0,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15870,15871,2006,working fulltime,42.0,no,iap,15.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,2.0,0,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15871,15872,2006,retired,59.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,2,,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15872,15873,2006,retired,46.0,no,iap,20.0,e. sou. central,0.0,0.0,0.0,$1000 to 2999,south atlantic,every week,2,iap,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15873,15874,2006,working fulltime,54.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15874,15875,2006,school,35.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,,5.0,0,1.0,1,,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15875,15876,2006,working fulltime,51.0,,iap,12.0,pacific,0.0,1.0,0.0,$6000 to 6999,south atlantic,sevrl times a yr,0,iap,1.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15876,15877,2006,working fulltime,74.0,no,iap,20.0,foreign,1.0,1.0,0.0,$25000 or more,south atlantic,never,2,iap,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15877,15878,2006,working fulltime,74.0,,,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,1.0,1,1.0,1,1,1.0,0.0,0.0,0,0,0,0,0,0,1, +15878,15879,2006,working fulltime,,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,3.0,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15879,15880,2006,working parttime,27.0,,,14.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,2,iap,1.0,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15880,15881,2006,school,58.0,no,iap,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15881,15882,2006,working fulltime,48.0,,,17.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,2,iap,,1,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15882,15883,2006,school,30.0,,,12.0,pacific,0.0,2.0,1.0,$15000 - 19999,south atlantic,lt once a year,2,iap,5.0,1,0.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +15883,15884,2006,keeping house,33.0,no,,7.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,2-3x a month,2,iap,,1,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15884,15885,2006,working fulltime,55.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,2-3x a month,2,iap,,1,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15885,15886,2006,retired,46.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15886,15887,2006,working fulltime,33.0,no,iap,16.0,foreign,1.0,1.0,0.0,$25000 or more,south atlantic,,0,,1.0,0,0.0,0,,0,0,,,,0,0,0,0,0,0,1,0.0 +15887,15888,2006,keeping house,54.0,no,iap,16.0,mountain,2.0,0.0,0.0,$15000 - 19999,south atlantic,every week,2,,1.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15888,15889,2006,school,,,,16.0,pacific,0.0,0.0,0.0,$1000 to 2999,south atlantic,once a month,2,,3.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15889,15890,2006,,,,,14.0,new england,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15890,15891,2006,working fulltime,63.0,,,16.0,new england,0.0,0.0,0.0,$15000 - 19999,south atlantic,never,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15891,15892,2006,keeping house,42.0,yes,iap,13.0,w. nor. central,1.0,1.0,0.0,$25000 or more,south atlantic,sevrl times a yr,0,,2.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15892,15893,2006,keeping house,51.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,,5.0,1,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15893,15894,2006,working fulltime,49.0,no,iap,16.0,e. nor. central,1.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,,0.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15894,15895,2006,working fulltime,49.0,no,iap,12.0,mountain,2.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15895,15896,2006,working fulltime,52.0,no,,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,yes,,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15896,15897,2006,working fulltime,49.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,3.0,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15897,15898,2006,working fulltime,69.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,yes,,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15898,15899,2006,working fulltime,47.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,iap,,1,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15899,15900,2006,working fulltime,60.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15900,15901,2006,working fulltime,24.0,,,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,1,iap,5.0,0,1.0,1,0.0,1,1,,1.0,0.0,0,0,0,0,0,0,1, +15901,15902,2006,working parttime,28.0,,,15.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,2-3x a month,2,,1.0,1,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15902,15903,2006,working fulltime,51.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15903,15904,2006,working fulltime,42.0,,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,1,iap,,0,0.0,1,0.0,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15904,15905,2006,working fulltime,33.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,0.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15905,15906,2006,working parttime,61.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,3.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15906,15907,2006,keeping house,49.0,yes,,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,,2.0,1,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15907,15908,2006,"unempl, laid off",38.0,,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15908,15909,2006,working fulltime,29.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,more thn once wk,1,iap,3.0,0,1.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15909,15910,2006,retired,46.0,no,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15910,15911,2006,working fulltime,61.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,iap,,1,0.0,1,1.0,1,1,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15911,15912,2006,retired,52.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,0,yes,4.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15912,15913,2006,working parttime,28.0,no,iap,20.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,,1.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15913,15914,2006,working parttime,23.0,,iap,14.0,w. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,every week,2,,6.0,1,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15914,15915,2006,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,iap,4.0,0,0.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15915,15916,2006,retired,50.0,yes,yes,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,2,,4.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15916,15917,2006,keeping house,49.0,no,iap,16.0,e. sou. central,2.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,4.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15917,15918,2006,working fulltime,61.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,3.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +15918,15919,2006,working fulltime,74.0,,,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,iap,2.0,1,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15919,15920,2006,retired,61.0,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,lt once a year,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15920,15921,2006,keeping house,28.0,no,iap,16.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,iap,6.0,1,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15921,15922,2006,working fulltime,29.0,yes,iap,12.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,1,yes,,0,1.0,0,1.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15922,15923,2006,working fulltime,27.0,,,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,0,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15923,15924,2006,keeping house,36.0,,,6.0,e. sou. central,0.0,1.0,2.0,$10000 - 14999,e. sou. central,nrly every week,1,,2.0,0,0.0,1,0.0,1,1,,0.0,1.0,0,0,0,0,0,0,1,1.0 +15924,15925,2006,working fulltime,65.0,yes,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,,1,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15925,15926,2006,working fulltime,51.0,yes,iap,12.0,w. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,2.0,1,0.0,1,1.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15926,15927,2006,working fulltime,33.0,,,14.0,foreign,0.0,0.0,0.0,$1000 to 2999,e. sou. central,every week,1,iap,1.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15927,15928,2006,keeping house,36.0,no,iap,12.0,foreign,2.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,,4.0,1,0.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15928,15929,2006,working fulltime,51.0,,,14.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,once a month,0,yes,,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15929,15930,2006,working fulltime,30.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,iap,2.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15930,15931,2006,retired,35.0,no,iap,11.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,sevrl times a yr,0,,5.0,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +15931,15932,2006,working fulltime,28.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,2-3x a month,1,iap,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15932,15933,2006,working fulltime,34.0,,iap,6.0,foreign,0.0,0.0,0.0,$1000 to 2999,e. sou. central,once a month,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15933,15934,2006,working fulltime,64.0,,iap,16.0,south atlantic,0.0,0.0,2.0,$25000 or more,e. sou. central,more thn once wk,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15934,15935,2006,working fulltime,40.0,yes,iap,13.0,pacific,0.0,0.0,0.0,,e. sou. central,lt once a year,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15935,15936,2006,keeping house,36.0,yes,iap,11.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,nrly every week,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15936,15937,2006,working fulltime,65.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15937,15938,2006,retired,,,iap,9.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,every week,0,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15938,15939,2006,working fulltime,37.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15939,15940,2006,retired,44.0,yes,yes,11.0,new england,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,yes,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15940,15941,2006,working fulltime,69.0,no,iap,16.0,e. sou. central,0.0,1.0,2.0,$25000 or more,e. sou. central,more thn once wk,2,yes,1.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +15941,15942,2006,other,66.0,yes,yes,11.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,iap,,0,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15942,15943,2006,working fulltime,47.0,,iap,12.0,w. nor. central,0.0,1.0,1.0,$10000 - 14999,e. sou. central,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15943,15944,2006,working fulltime,47.0,yes,iap,12.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,never,2,,4.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15944,15945,2006,keeping house,39.0,no,iap,14.0,pacific,1.0,3.0,0.0,$25000 or more,e. sou. central,every week,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15945,15946,2006,working fulltime,52.0,yes,iap,12.0,e. sou. central,0.0,0.0,2.0,$25000 or more,e. sou. central,once a year,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15946,15947,2006,retired,49.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,1,yes,3.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15947,15948,2006,retired,52.0,,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,,5.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15948,15949,2006,working fulltime,34.0,no,iap,12.0,foreign,0.0,0.0,0.0,,w. sou. central,once a year,1,iap,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15949,15950,2006,working fulltime,28.0,no,,9.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15950,15951,2006,working fulltime,51.0,,iap,16.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,never,1,,4.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15951,15952,2006,keeping house,,,,11.0,foreign,3.0,1.0,0.0,$1000 to 2999,w. sou. central,never,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15952,15953,2006,keeping house,32.0,,iap,9.0,w. sou. central,0.0,1.0,0.0,$3000 to 3999,w. sou. central,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15953,15954,2006,working fulltime,32.0,,,15.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,,0,1.0,0,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +15954,15955,2006,temp not working,64.0,no,iap,16.0,w. sou. central,3.0,1.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +15955,15956,2006,working fulltime,74.0,no,iap,20.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,1.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15956,15957,2006,working fulltime,37.0,no,iap,9.0,foreign,0.0,2.0,0.0,,w. sou. central,2-3x a month,1,iap,,0,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15957,15958,2006,working parttime,36.0,,yes,9.0,foreign,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15958,15959,2006,keeping house,36.0,no,iap,12.0,foreign,0.0,0.0,0.0,$5000 to 5999,w. sou. central,lt once a year,1,iap,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +15959,15960,2006,working fulltime,36.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,more thn once wk,1,yes,4.0,0,1.0,0,0.0,1,0,,0.0,1.0,0,0,0,0,0,0,1, +15960,15961,2006,working parttime,,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,,2.0,0,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15961,15962,2006,working fulltime,49.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,1.0,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +15962,15963,2006,retired,39.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,,5.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15963,15964,2006,school,,,,12.0,w. sou. central,2.0,0.0,1.0,,w. sou. central,lt once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15964,15965,2006,working fulltime,42.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15965,15966,2006,other,61.0,no,iap,14.0,foreign,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,,4.0,0,0.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +15966,15967,2006,working fulltime,36.0,,iap,8.0,w. sou. central,1.0,2.0,0.0,$10000 - 14999,w. sou. central,never,2,,3.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15967,15968,2006,working fulltime,31.0,,iap,15.0,w. sou. central,3.0,0.0,0.0,$15000 - 19999,w. sou. central,once a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15968,15969,2006,working fulltime,29.0,,,0.0,foreign,0.0,0.0,0.0,$6000 to 6999,w. sou. central,never,1,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15969,15970,2006,working fulltime,29.0,no,iap,6.0,foreign,0.0,0.0,1.0,$25000 or more,w. sou. central,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15970,15971,2006,working fulltime,44.0,no,iap,11.0,foreign,1.0,1.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15971,15972,2006,keeping house,36.0,,iap,11.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15972,15973,2006,keeping house,39.0,no,iap,12.0,foreign,0.0,0.0,0.0,,w. sou. central,once a month,0,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15973,15974,2006,working parttime,24.0,no,iap,9.0,foreign,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15974,15975,2006,working fulltime,35.0,no,iap,9.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,1,iap,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15975,15976,2006,working fulltime,47.0,no,iap,17.0,foreign,0.0,0.0,0.0,,w. sou. central,nrly every week,0,iap,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +15976,15977,2006,school,28.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$4000 to 4999,w. sou. central,2-3x a month,2,iap,3.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15977,15978,2006,keeping house,23.0,no,iap,2.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,more thn once wk,1,,2.0,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +15978,15979,2006,working fulltime,64.0,yes,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +15979,15980,2006,keeping house,28.0,no,iap,0.0,foreign,0.0,0.0,0.0,,w. sou. central,every week,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15980,15981,2006,retired,74.0,,iap,17.0,new england,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15981,15982,2006,working fulltime,49.0,no,iap,17.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15982,15983,2006,working fulltime,30.0,yes,iap,12.0,south atlantic,1.0,3.0,1.0,$25000 or more,south atlantic,never,2,,4.0,1,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15983,15984,2006,working fulltime,17.0,,,13.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +15984,15985,2006,working fulltime,66.0,,,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15985,15986,2006,temp not working,50.0,yes,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15986,15987,2006,working fulltime,39.0,yes,iap,13.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15987,15988,2006,working fulltime,49.0,no,iap,12.0,e. sou. central,0.0,0.0,2.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,5.0,0,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1, +15988,15989,2006,working fulltime,23.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,3.0,0,1.0,1,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +15989,15990,2006,working fulltime,74.0,no,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15990,15991,2006,working fulltime,58.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,3.0,0,0.0,1,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15991,15992,2006,school,,,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +15992,15993,2006,working fulltime,51.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,1.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15993,15994,2006,working fulltime,17.0,,,10.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,once a year,0,iap,4.0,0,0.0,1,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +15994,15995,2006,working fulltime,74.0,no,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,1.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +15995,15996,2006,working fulltime,68.0,yes,iap,14.0,middle atlantic,0.0,1.0,2.0,$25000 or more,south atlantic,never,2,yes,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +15996,15997,2006,working fulltime,74.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +15997,15998,2006,working fulltime,50.0,,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +15998,15999,2006,keeping house,49.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,,1.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +15999,16000,2006,working fulltime,30.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,1,yes,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16000,16001,2006,working parttime,49.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,once a month,2,iap,0.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16001,16002,2006,working parttime,64.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16002,16003,2006,working fulltime,50.0,,iap,14.0,new england,0.0,0.0,0.0,,south atlantic,once a month,1,yes,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16003,16004,2006,working fulltime,47.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,yes,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16004,16005,2006,working parttime,49.0,no,iap,12.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,every week,1,,3.0,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16005,16006,2006,keeping house,49.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,,5.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16006,16007,2006,retired,26.0,,iap,5.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,yes,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16007,16008,2006,retired,68.0,no,,12.0,pacific,0.0,0.0,0.0,,south atlantic,more thn once wk,0,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16008,16009,2006,working fulltime,64.0,no,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,2,,2.0,1,1.0,0,0.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16009,16010,2006,working parttime,48.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,iap,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16010,16011,2006,retired,46.0,no,,12.0,w. sou. central,0.0,0.0,0.0,,south atlantic,once a year,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16011,16012,2006,working fulltime,51.0,no,iap,16.0,middle atlantic,1.0,0.0,0.0,,south atlantic,never,2,,1.0,1,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16012,16013,2006,working fulltime,46.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16013,16014,2006,working fulltime,44.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,,south atlantic,once a year,2,yes,1.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16014,16015,2006,working fulltime,60.0,no,iap,16.0,w. sou. central,0.0,2.0,0.0,,south atlantic,every week,2,yes,,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16015,16016,2006,temp not working,66.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,,south atlantic,2-3x a month,1,yes,8.0,0,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16016,16017,2006,retired,23.0,no,iap,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,7.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16017,16018,2006,retired,35.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,yes,,1,1.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16018,16019,2006,school,41.0,,,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16019,16020,2006,working fulltime,29.0,no,iap,14.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16020,16021,2006,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,1.0,1,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1, +16021,16022,2006,retired,34.0,,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16022,16023,2006,retired,74.0,,,20.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16023,16024,2006,working fulltime,28.0,,iap,14.0,south atlantic,1.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,yes,2.0,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16024,16025,2006,working fulltime,60.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16025,16026,2006,working fulltime,44.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,2,,2.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16026,16027,2006,working fulltime,46.0,no,iap,14.0,south atlantic,1.0,1.0,0.0,,south atlantic,more thn once wk,0,iap,3.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16027,16028,2006,working parttime,29.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,7.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16028,16029,2006,working fulltime,53.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16029,16030,2006,working parttime,47.0,no,iap,16.0,foreign,,,,$25000 or more,south atlantic,2-3x a month,1,iap,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16030,16031,2006,working parttime,51.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,,south atlantic,every week,1,iap,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16031,16032,2006,working fulltime,42.0,yes,,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16032,16033,2006,keeping house,64.0,no,iap,16.0,south atlantic,2.0,0.0,1.0,$25000 or more,south atlantic,every week,2,iap,2.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16033,16034,2006,retired,42.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16034,16035,2006,retired,47.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,,,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16035,16036,2006,working fulltime,46.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,0,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16036,16037,2006,retired,46.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,3.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16037,16038,2006,retired,30.0,no,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16038,16039,2006,working fulltime,51.0,,iap,15.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16039,16040,2006,keeping house,44.0,no,iap,13.0,e. sou. central,2.0,1.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16040,16041,2006,keeping house,36.0,no,iap,12.0,pacific,2.0,1.0,0.0,$20000 - 24999,south atlantic,every week,1,,1.0,0,0.0,1,1.0,1,1,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16041,16042,2006,working parttime,23.0,no,iap,16.0,foreign,0.0,2.0,1.0,$25000 or more,south atlantic,never,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16042,16043,2006,keeping house,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16043,16044,2006,working parttime,31.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16044,16045,2006,working fulltime,46.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,yes,2.0,1,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16045,16046,2006,retired,40.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16046,16047,2006,working fulltime,65.0,no,iap,16.0,south atlantic,0.0,0.0,2.0,,south atlantic,sevrl times a yr,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16047,16048,2006,working fulltime,69.0,no,iap,16.0,south atlantic,2.0,0.0,0.0,,south atlantic,more thn once wk,2,,1.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16048,16049,2006,working fulltime,38.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,2.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16049,16050,2006,working fulltime,49.0,no,iap,14.0,pacific,0.0,0.0,0.0,,south atlantic,2-3x a month,2,iap,,1,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16050,16051,2006,keeping house,43.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,2,yes,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16051,16052,2006,working parttime,23.0,,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16052,16053,2006,working fulltime,36.0,,iap,11.0,south atlantic,1.0,1.0,1.0,$20000 - 24999,south atlantic,sevrl times a yr,1,,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16053,16054,2006,working parttime,36.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,,south atlantic,once a year,2,,5.0,1,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16054,16055,2006,other,,,,8.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,every week,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16055,16056,2006,working fulltime,42.0,,,12.0,south atlantic,2.0,0.0,0.0,$4000 to 4999,south atlantic,once a month,1,,5.0,0,0.0,1,0.0,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16056,16057,2006,working fulltime,31.0,,,16.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a month,1,,4.0,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16057,16058,2006,retired,35.0,yes,iap,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,2,yes,3.0,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +16058,16059,2006,working fulltime,51.0,,,12.0,mountain,0.0,2.0,3.0,$25000 or more,mountain,2-3x a month,2,,2.0,1,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16059,16060,2006,retired,,no,,13.0,new england,0.0,0.0,0.0,$10000 - 14999,mountain,never,2,,5.0,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16060,16061,2006,retired,39.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16061,16062,2006,temp not working,44.0,yes,,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,every week,1,yes,2.0,0,0.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16062,16063,2006,working fulltime,35.0,no,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,once a year,0,yes,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16063,16064,2006,working parttime,50.0,no,iap,16.0,mountain,0.0,3.0,2.0,$25000 or more,mountain,nrly every week,1,,3.0,0,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16064,16065,2006,retired,54.0,,iap,12.0,pacific,0.0,0.0,0.0,,mountain,sevrl times a yr,1,yes,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16065,16066,2006,retired,64.0,no,,14.0,w. nor. central,0.0,0.0,0.0,,mountain,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16066,16067,2006,working fulltime,27.0,no,iap,13.0,mountain,1.0,0.0,0.0,$25000 or more,mountain,never,1,,3.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16067,16068,2006,working fulltime,25.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16068,16069,2006,working fulltime,51.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,,3.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16069,16070,2006,school,28.0,yes,iap,14.0,mountain,2.0,0.0,0.0,$15000 - 19999,mountain,once a month,1,yes,,0,0.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16070,16071,2006,working fulltime,39.0,,,8.0,south atlantic,0.0,1.0,0.0,$25000 or more,mountain,never,2,iap,2.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16071,16072,2006,working parttime,45.0,no,iap,14.0,pacific,0.0,1.0,1.0,$25000 or more,mountain,every week,1,iap,,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16072,16073,2006,working fulltime,42.0,yes,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16073,16074,2006,working fulltime,35.0,yes,iap,14.0,pacific,0.0,0.0,1.0,$25000 or more,mountain,every week,2,,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16074,16075,2006,working fulltime,29.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,never,1,yes,,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16075,16076,2006,retired,39.0,yes,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16076,16077,2006,working fulltime,34.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,,1.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16077,16078,2006,working fulltime,47.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,,3.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16078,16079,2006,working fulltime,22.0,,,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,lt once a year,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16079,16080,2006,working fulltime,34.0,,iap,12.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,never,1,yes,,0,0.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16080,16081,2006,working fulltime,42.0,,iap,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,yes,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16081,16082,2006,keeping house,36.0,no,iap,13.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,more thn once wk,1,yes,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16082,16083,2006,working fulltime,51.0,yes,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16083,16084,2006,working fulltime,32.0,no,iap,15.0,e. nor. central,0.0,0.0,1.0,$25000 or more,mountain,once a month,2,iap,3.0,1,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16084,16085,2006,working fulltime,42.0,,,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,mountain,never,2,iap,,1,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16085,16086,2006,keeping house,66.0,no,iap,17.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,2-3x a month,1,iap,1.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16086,16087,2006,retired,36.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,3.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16087,16088,2006,temp not working,39.0,,,12.0,pacific,0.0,0.0,0.0,,mountain,never,2,iap,4.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16088,16089,2006,retired,65.0,,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,2,iap,,1,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16089,16090,2006,working fulltime,49.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,,1,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16090,16091,2006,other,46.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,yes,4.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16091,16092,2006,retired,,yes,,12.0,mountain,0.0,0.0,0.0,,mountain,once a year,1,iap,,0,0.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16092,16093,2006,working fulltime,47.0,yes,iap,9.0,mountain,1.0,0.0,2.0,$25000 or more,mountain,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16093,16094,2006,working parttime,51.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16094,16095,2006,retired,44.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,mountain,2-3x a month,1,yes,3.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16095,16096,2006,working fulltime,49.0,no,iap,16.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,2-3x a month,2,iap,,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16096,16097,2006,working fulltime,51.0,no,iap,11.0,mountain,1.0,0.0,0.0,$15000 - 19999,mountain,never,2,iap,15.0,1,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16097,16098,2006,working fulltime,39.0,,,10.0,pacific,0.0,0.0,1.0,$25000 or more,mountain,once a year,1,iap,0.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16098,16099,2006,retired,47.0,no,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,yes,,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16099,16100,2006,working fulltime,36.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16100,16101,2006,retired,64.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16101,16102,2006,working fulltime,44.0,yes,iap,16.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,2-3x a month,2,,1.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16102,16103,2006,retired,74.0,,,16.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,mountain,never,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16103,16104,2006,working fulltime,51.0,no,iap,20.0,e. nor. central,0.0,0.0,2.0,$25000 or more,mountain,every week,2,iap,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16104,16105,2006,working parttime,29.0,,iap,12.0,mountain,1.0,0.0,1.0,$10000 - 14999,mountain,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16105,16106,2006,working fulltime,48.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16106,16107,2006,keeping house,32.0,no,iap,16.0,south atlantic,1.0,1.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16107,16108,2006,working parttime,39.0,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,never,2,yes,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16108,16109,2006,working fulltime,44.0,yes,iap,13.0,pacific,0.0,0.0,1.0,,pacific,more thn once wk,2,yes,0.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1, +16109,16110,2006,working fulltime,34.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16110,16111,2006,"unempl, laid off",62.0,,,16.0,mountain,0.0,0.0,0.0,,pacific,every week,1,yes,2.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16111,16112,2006,retired,60.0,no,,12.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,iap,7.0,0,0.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16112,16113,2006,working fulltime,32.0,no,iap,16.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,nrly every week,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16113,16114,2006,retired,34.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,,pacific,every week,1,yes,5.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16114,16115,2006,working fulltime,66.0,,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16115,16116,2006,retired,32.0,no,,11.0,pacific,0.0,0.0,0.0,$7000 to 7999,pacific,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16116,16117,2006,other,22.0,,,11.0,pacific,3.0,0.0,0.0,$4000 to 4999,pacific,never,0,iap,10.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +16117,16118,2006,school,43.0,no,iap,14.0,pacific,1.0,2.0,1.0,$25000 or more,pacific,nrly every week,1,yes,4.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +16118,16119,2006,working parttime,32.0,no,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,pacific,every week,1,yes,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16119,16120,2006,working fulltime,25.0,,,6.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,once a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16120,16121,2006,keeping house,,no,iap,6.0,foreign,0.0,0.0,0.0,$20000 - 24999,pacific,every week,0,,10.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16121,16122,2006,"unempl, laid off",49.0,no,iap,12.0,pacific,0.0,1.0,1.0,$15000 - 19999,pacific,once a month,1,iap,2.0,0,0.0,1,1.0,1,1,1.0,1.0,0.0,0,0,0,0,0,0,1, +16122,16123,2006,retired,32.0,yes,,16.0,mountain,0.0,0.0,0.0,$20000 - 24999,pacific,every week,1,iap,7.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16123,16124,2006,working fulltime,51.0,yes,iap,12.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,once a month,1,iap,3.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16124,16125,2006,retired,39.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,pacific,lt once a year,0,yes,,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16125,16126,2006,keeping house,22.0,no,iap,12.0,foreign,0.0,0.0,0.0,,pacific,lt once a year,2,iap,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16126,16127,2006,working fulltime,23.0,no,iap,6.0,foreign,1.0,2.0,1.0,$10000 - 14999,pacific,every week,0,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16127,16128,2006,retired,44.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,,pacific,sevrl times a yr,2,iap,2.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16128,16129,2006,working fulltime,30.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,nrly every week,2,,1.0,1,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16129,16130,2006,working fulltime,49.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16130,16131,2006,retired,65.0,yes,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,iap,4.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16131,16132,2006,working fulltime,35.0,,iap,12.0,foreign,0.0,0.0,0.0,$4000 to 4999,pacific,more thn once wk,2,,0.0,1,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16132,16133,2006,temp not working,45.0,,iap,12.0,pacific,1.0,0.0,1.0,$25000 or more,pacific,once a month,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16133,16134,2006,working parttime,52.0,no,iap,16.0,middle atlantic,0.0,0.0,2.0,$25000 or more,pacific,every week,1,iap,2.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16134,16135,2006,keeping house,40.0,no,iap,16.0,mountain,0.0,2.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16135,16136,2006,working fulltime,30.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16136,16137,2006,keeping house,33.0,yes,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,4.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16137,16138,2006,"unempl, laid off",48.0,,iap,10.0,w. sou. central,1.0,2.0,0.0,$20000 - 24999,pacific,lt once a year,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16138,16139,2006,retired,51.0,no,,13.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a month,0,iap,,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16139,16140,2006,keeping house,74.0,yes,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16140,16141,2006,keeping house,39.0,yes,iap,16.0,pacific,1.0,1.0,1.0,$25000 or more,pacific,2-3x a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16141,16142,2006,keeping house,49.0,yes,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,,5.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16142,16143,2006,retired,36.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,,3.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16143,16144,2006,working fulltime,43.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,2,,2.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16144,16145,2006,working fulltime,50.0,no,iap,17.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,every week,2,,2.0,1,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16145,16146,2006,working fulltime,54.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,yes,2.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16146,16147,2006,retired,51.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,more thn once wk,2,,1.0,1,1.0,0,0.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16147,16148,2006,retired,70.0,no,,16.0,new england,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16148,16149,2006,other,,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,0,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16149,16150,2006,working fulltime,50.0,no,iap,6.0,foreign,0.0,2.0,1.0,,pacific,2-3x a month,1,iap,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16150,16151,2006,working fulltime,49.0,no,iap,12.0,pacific,0.0,3.0,0.0,$20000 - 24999,pacific,2-3x a month,0,iap,,0,0.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16151,16152,2006,working fulltime,54.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16152,16153,2006,working fulltime,45.0,,,11.0,pacific,1.0,0.0,0.0,$15000 - 19999,pacific,never,1,,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16153,16154,2006,working fulltime,44.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,0,iap,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16154,16155,2006,retired,21.0,no,,13.0,pacific,0.0,0.0,0.0,$1000 to 2999,pacific,never,0,yes,8.0,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16155,16156,2006,working fulltime,51.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16156,16157,2006,school,,,,15.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a month,2,iap,3.0,1,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16157,16158,2006,other,66.0,no,,18.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,2,iap,0.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16158,16159,2006,working fulltime,48.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,,1.0,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16159,16160,2006,working fulltime,65.0,yes,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,1.0,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16160,16161,2006,working fulltime,75.0,,iap,19.0,w. sou. central,1.0,0.0,0.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16161,16162,2006,"unempl, laid off",75.0,yes,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16162,16163,2006,working fulltime,49.0,,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,2.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16163,16164,2006,retired,22.0,,iap,9.0,e. nor. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,0,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16164,16165,2006,working parttime,29.0,,,10.0,pacific,2.0,0.0,0.0,$20000 - 24999,pacific,once a year,1,iap,,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16165,16166,2006,working fulltime,55.0,yes,iap,17.0,pacific,,,,$25000 or more,pacific,lt once a year,2,iap,1.0,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16166,16167,2006,retired,64.0,,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16167,16168,2006,working fulltime,39.0,yes,iap,10.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16168,16169,2006,school,,,,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,iap,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16169,16170,2006,retired,23.0,no,,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,2,iap,5.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16170,16171,2006,keeping house,34.0,yes,,12.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,2.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16171,16172,2006,retired,45.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16172,16173,2006,retired,49.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,,3.0,0,0.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16173,16174,2006,working fulltime,44.0,no,iap,13.0,pacific,0.0,3.0,0.0,$25000 or more,pacific,lt once a year,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16174,16175,2006,working fulltime,45.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,yes,1.0,1,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16175,16176,2006,working fulltime,33.0,no,iap,13.0,pacific,0.0,1.0,4.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16176,16177,2006,working fulltime,32.0,yes,iap,2.0,pacific,1.0,1.0,0.0,$25000 or more,pacific,nrly every week,2,yes,,1,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16177,16178,2006,other,48.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16178,16179,2006,working fulltime,44.0,no,iap,13.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16179,16180,2006,other,47.0,no,iap,16.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,never,2,yes,,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16180,16181,2006,working fulltime,33.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16181,16182,2006,other,,,iap,12.0,pacific,0.0,0.0,0.0,,pacific,nrly every week,1,,13.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16182,16183,2006,working parttime,23.0,,iap,6.0,foreign,1.0,0.0,3.0,$5000 to 5999,pacific,sevrl times a yr,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16183,16184,2006,school,29.0,,,14.0,pacific,1.0,2.0,2.0,,pacific,sevrl times a yr,1,iap,,0,0.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16184,16185,2006,working fulltime,47.0,yes,iap,14.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,nrly every week,1,,0.0,0,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16185,16186,2006,working fulltime,32.0,,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,1,iap,3.0,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16186,16187,2006,working parttime,42.0,,iap,13.0,pacific,0.0,0.0,0.0,,pacific,once a month,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16187,16188,2006,working fulltime,51.0,no,iap,13.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,2.0,1,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16188,16189,2006,other,45.0,yes,iap,10.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,pacific,lt once a year,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16189,16190,2006,retired,46.0,no,iap,16.0,pacific,0.0,0.0,0.0,,pacific,every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16190,16191,2006,retired,34.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,nrly every week,1,iap,,0,1.0,0,1.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16191,16192,2006,retired,36.0,,,12.0,pacific,0.0,0.0,0.0,,pacific,more thn once wk,0,,3.0,0,0.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16192,16193,2006,working fulltime,74.0,yes,iap,18.0,mountain,0.0,1.0,2.0,$25000 or more,mountain,once a year,1,yes,,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16193,16194,2006,working fulltime,59.0,,yes,20.0,e. nor. central,0.0,5.0,0.0,$25000 or more,mountain,every week,2,,1.0,1,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16194,16195,2006,school,54.0,,,19.0,mountain,0.0,0.0,0.0,,mountain,never,1,iap,4.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16195,16196,2006,retired,34.0,,iap,16.0,pacific,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,2,,3.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16196,16197,2006,temp not working,46.0,,iap,17.0,south atlantic,0.0,1.0,0.0,$10000 - 14999,mountain,never,1,,1.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16197,16198,2006,working fulltime,64.0,,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,2.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16198,16199,2006,working fulltime,52.0,no,iap,19.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,once a year,1,,3.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16199,16200,2006,working fulltime,69.0,,,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16200,16201,2006,retired,64.0,no,,16.0,mountain,0.0,0.0,0.0,$8000 to 9999,mountain,never,1,yes,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16201,16202,2006,working fulltime,45.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,iap,2.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16202,16203,2006,working fulltime,59.0,yes,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,mountain,every week,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16203,16204,2006,working fulltime,53.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,,1.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16204,16205,2006,school,49.0,,,14.0,pacific,2.0,0.0,0.0,,mountain,sevrl times a yr,1,,3.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16205,16206,2006,retired,49.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16206,16207,2006,working fulltime,50.0,no,iap,12.0,mountain,0.0,1.0,1.0,$25000 or more,mountain,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16207,16208,2006,retired,51.0,yes,iap,13.0,mountain,0.0,0.0,0.0,,mountain,never,2,iap,4.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16208,16209,2006,working fulltime,65.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,2,,2.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16209,16210,2006,working fulltime,23.0,,iap,12.0,mountain,0.0,0.0,1.0,$5000 to 5999,mountain,never,1,,3.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16210,16211,2006,working fulltime,35.0,yes,iap,12.0,mountain,0.0,0.0,1.0,$25000 or more,mountain,never,0,iap,,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16211,16212,2006,working fulltime,54.0,yes,iap,15.0,mountain,3.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,2.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16212,16213,2006,working fulltime,44.0,,,14.0,pacific,0.0,1.0,1.0,$25000 or more,mountain,every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16213,16214,2006,retired,66.0,,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16214,16215,2006,keeping house,65.0,no,iap,16.0,mountain,1.0,3.0,0.0,$25000 or more,mountain,once a year,1,iap,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16215,16216,2006,keeping house,51.0,no,iap,13.0,mountain,2.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16216,16217,2006,retired,39.0,,iap,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,every week,1,,6.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16217,16218,2006,other,41.0,,,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,iap,5.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16218,16219,2006,working fulltime,38.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,yes,1.0,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16219,16220,2006,working parttime,22.0,yes,iap,10.0,mountain,0.0,0.0,0.0,$8000 to 9999,mountain,once a year,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16220,16221,2006,"unempl, laid off",32.0,,iap,11.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a month,1,,4.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16221,16222,2006,working fulltime,66.0,,,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16222,16223,2006,working fulltime,66.0,,,16.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,lt once a year,0,iap,,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16223,16224,2006,working fulltime,51.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,iap,,1,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16224,16225,2006,working parttime,28.0,,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,5.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16225,16226,2006,working parttime,27.0,,,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,2,,3.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16226,16227,2006,working parttime,39.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,mountain,lt once a year,2,yes,3.0,1,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16227,16228,2006,school,,,,11.0,mountain,0.0,0.0,0.0,,mountain,never,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16228,16229,2006,retired,69.0,no,iap,16.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,nrly every week,1,,4.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16229,16230,2006,working fulltime,64.0,,,19.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,2.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16230,16231,2006,working fulltime,51.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16231,16232,2006,working fulltime,75.0,,iap,19.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,,1.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16232,16233,2006,working fulltime,57.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,0.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16233,16234,2006,school,25.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,iap,1.0,1,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16234,16235,2006,working parttime,42.0,,iap,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,mountain,lt once a year,0,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16235,16236,2006,working fulltime,29.0,,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,1,iap,,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16236,16237,2006,working parttime,61.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16237,16238,2006,working fulltime,29.0,,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,1.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16238,16239,2006,school,28.0,yes,iap,14.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,once a year,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16239,16240,2006,retired,28.0,yes,,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16240,16241,2006,"unempl, laid off",74.0,,,18.0,pacific,0.0,0.0,0.0,,mountain,every week,0,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16241,16242,2006,working fulltime,49.0,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16242,16243,2006,retired,42.0,,iap,9.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a month,1,yes,,0,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16243,16244,2006,keeping house,22.0,yes,iap,12.0,mountain,1.0,0.0,1.0,$1000 to 2999,mountain,2-3x a month,2,yes,10.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16244,16245,2006,working fulltime,,yes,iap,11.0,mountain,0.0,0.0,0.0,,mountain,never,1,yes,,0,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16245,16246,2006,working fulltime,49.0,,iap,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,2,iap,2.0,1,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16246,16247,2006,retired,51.0,no,yes,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,2,,2.0,1,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16247,16248,2006,working fulltime,40.0,,,4.0,foreign,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,0,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16248,16249,2006,working parttime,40.0,,,7.0,foreign,0.0,0.0,0.0,$8000 to 9999,pacific,once a month,1,iap,5.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16249,16250,2006,working fulltime,44.0,no,iap,5.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,once a year,2,iap,2.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16250,16251,2006,working parttime,23.0,no,iap,15.0,foreign,3.0,0.0,0.0,$25000 or more,pacific,never,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16251,16252,2006,retired,66.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,every week,1,,5.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16252,16253,2006,temp not working,47.0,no,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16253,16254,2006,retired,42.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16254,16255,2006,keeping house,51.0,no,iap,13.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,2.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16255,16256,2006,working parttime,51.0,,,13.0,pacific,1.0,0.0,0.0,$10000 - 14999,pacific,lt once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16256,16257,2006,working parttime,23.0,no,iap,16.0,foreign,2.0,0.0,0.0,$25000 or more,pacific,nrly every week,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16257,16258,2006,working fulltime,71.0,no,iap,16.0,foreign,1.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,3.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16258,16259,2006,retired,47.0,,,15.0,foreign,0.0,0.0,0.0,$10000 - 14999,pacific,every week,2,iap,,1,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16259,16260,2006,working fulltime,42.0,no,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,iap,1.0,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16260,16261,2006,working fulltime,46.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,2,iap,2.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16261,16262,2006,retired,66.0,yes,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,,1,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16262,16263,2006,school,,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,1,yes,0.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16263,16264,2006,working parttime,54.0,yes,iap,10.0,pacific,1.0,1.0,2.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16264,16265,2006,working fulltime,38.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,iap,1.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16265,16266,2006,retired,49.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,6.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16266,16267,2006,working fulltime,53.0,no,iap,16.0,pacific,0.0,2.0,2.0,$25000 or more,pacific,every week,1,,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16267,16268,2006,working fulltime,60.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,never,1,iap,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16268,16269,2006,temp not working,23.0,,,14.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,0,,7.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16269,16270,2006,retired,47.0,yes,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,1,iap,4.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16270,16271,2006,keeping house,42.0,no,iap,13.0,e. nor. central,0.0,0.0,1.0,$25000 or more,pacific,once a year,1,yes,,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16271,16272,2006,working fulltime,66.0,,iap,17.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,,2.0,0,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16272,16273,2006,working fulltime,50.0,,,15.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16273,16274,2006,working fulltime,36.0,,,14.0,pacific,0.0,0.0,0.0,$3000 to 3999,pacific,never,0,iap,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16274,16275,2006,working fulltime,29.0,,,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,iap,,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16275,16276,2006,other,34.0,,,11.0,mountain,0.0,0.0,0.0,$20000 - 24999,pacific,every week,0,iap,6.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16276,16277,2006,working fulltime,43.0,no,iap,13.0,pacific,2.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,2.0,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16277,16278,2006,temp not working,49.0,,iap,11.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,0,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16278,16279,2006,working fulltime,45.0,,,12.0,pacific,1.0,0.0,1.0,$25000 or more,pacific,once a year,1,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16279,16280,2006,working fulltime,55.0,,iap,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,2.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16280,16281,2006,working fulltime,51.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,2,yes,,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16281,16282,2006,"unempl, laid off",39.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,pacific,sevrl times a yr,1,,1.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16282,16283,2006,"unempl, laid off",23.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16283,16284,2006,working fulltime,32.0,no,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16284,16285,2006,working fulltime,31.0,,,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,2,,5.0,1,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16285,16286,2006,temp not working,31.0,no,iap,13.0,pacific,0.0,0.0,1.0,$20000 - 24999,pacific,lt once a year,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16286,16287,2006,working parttime,57.0,,iap,20.0,pacific,0.0,2.0,1.0,$25000 or more,pacific,never,1,,0.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16287,16288,2006,other,,,,8.0,pacific,0.0,2.0,0.0,$8000 to 9999,pacific,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16288,16289,2006,working fulltime,44.0,,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16289,16290,2006,working fulltime,32.0,,,16.0,pacific,0.0,0.0,0.0,,pacific,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16290,16291,2006,working fulltime,86.0,no,iap,20.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,,1.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16291,16292,2006,"unempl, laid off",49.0,,,17.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16292,16293,2006,other,51.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,iap,,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16293,16294,2006,school,30.0,,,16.0,pacific,0.0,0.0,0.0,$8000 to 9999,pacific,never,2,,0.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16294,16295,2006,working fulltime,34.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,2,yes,4.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16295,16296,2006,retired,49.0,,,14.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,never,2,iap,6.0,1,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16296,16297,2006,keeping house,22.0,,,9.0,pacific,0.0,0.0,0.0,,pacific,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16297,16298,2006,working fulltime,64.0,no,iap,18.0,pacific,0.0,1.0,2.0,$25000 or more,pacific,2-3x a month,1,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16298,16299,2006,working fulltime,33.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16299,16300,2006,working parttime,32.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16300,16301,2006,retired,20.0,no,iap,16.0,pacific,0.0,0.0,0.0,$20000 - 24999,pacific,never,1,,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16301,16302,2006,working fulltime,66.0,no,iap,19.0,pacific,0.0,0.0,1.0,$25000 or more,pacific,2-3x a month,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16302,16303,2006,working fulltime,23.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,5.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16303,16304,2006,working fulltime,51.0,,,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,,1,,0.0,0,1.0,0,,1,0,,,,0,0,0,0,0,0,1,0.0 +16304,16305,2006,working fulltime,29.0,,iap,13.0,foreign,0.0,2.0,1.0,,middle atlantic,never,0,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16305,16306,2006,working fulltime,31.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,2,,5.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16306,16307,2006,working fulltime,51.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,yes,,1,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16307,16308,2006,working fulltime,52.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,iap,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16308,16309,2006,working fulltime,66.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16309,16310,2006,working fulltime,74.0,no,iap,16.0,middle atlantic,0.0,0.0,2.0,,middle atlantic,never,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16310,16311,2006,working parttime,28.0,yes,iap,11.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,yes,,1,0.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16311,16312,2006,working parttime,54.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16312,16313,2006,other,62.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,8.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16313,16314,2006,working fulltime,25.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,2-3x a month,2,iap,,1,0.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16314,16315,2006,working fulltime,32.0,,,16.0,middle atlantic,0.0,0.0,2.0,,middle atlantic,2-3x a month,1,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16315,16316,2006,working fulltime,51.0,,,16.0,foreign,0.0,0.0,0.0,$25000 or more,middle atlantic,once a month,2,iap,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16316,16317,2006,retired,64.0,no,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,iap,3.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16317,16318,2006,retired,40.0,no,,12.0,middle atlantic,0.0,0.0,0.0,lt $1000,middle atlantic,sevrl times a yr,1,yes,5.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16318,16319,2006,working parttime,23.0,yes,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16319,16320,2006,retired,48.0,no,,11.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,2-3x a month,0,yes,2.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16320,16321,2006,keeping house,66.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,2,,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16321,16322,2006,retired,66.0,yes,iap,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,never,0,,2.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16322,16323,2006,working parttime,29.0,,,,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,once a year,0,,10.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16323,16324,2006,working fulltime,66.0,,,16.0,middle atlantic,1.0,0.0,0.0,,middle atlantic,every week,2,yes,0.0,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16324,16325,2006,working fulltime,39.0,no,iap,13.0,middle atlantic,2.0,1.0,0.0,$25000 or more,middle atlantic,lt once a year,1,yes,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16325,16326,2006,retired,75.0,no,iap,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,never,2,,1.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16326,16327,2006,working parttime,47.0,no,iap,15.0,middle atlantic,0.0,0.0,3.0,,middle atlantic,once a year,1,yes,0.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16327,16328,2006,working fulltime,49.0,yes,iap,16.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16328,16329,2006,temp not working,53.0,no,,14.0,new england,0.0,0.0,0.0,$25000 or more,new england,2-3x a month,1,iap,4.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16329,16330,2006,keeping house,,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,iap,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16330,16331,2006,working fulltime,34.0,,,12.0,new england,1.0,1.0,0.0,$25000 or more,new england,never,1,,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16331,16332,2006,working fulltime,34.0,no,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a month,1,,4.0,0,0.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16332,16333,2006,retired,60.0,no,,18.0,new england,0.0,0.0,0.0,lt $1000,new england,every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16333,16334,2006,retired,29.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,once a year,2,iap,,1,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16334,16335,2006,working fulltime,23.0,,iap,12.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,never,1,iap,,0,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16335,16336,2006,working fulltime,73.0,,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,every week,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16336,16337,2006,retired,53.0,yes,,8.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,new england,sevrl times a yr,1,iap,3.0,0,0.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16337,16338,2006,working fulltime,34.0,no,iap,12.0,new england,2.0,1.0,0.0,$25000 or more,new england,once a year,1,yes,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16338,16339,2006,working parttime,42.0,,,13.0,new england,0.0,0.0,0.0,$15000 - 19999,new england,never,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16339,16340,2006,retired,51.0,no,iap,10.0,new england,0.0,0.0,0.0,$25000 or more,new england,nrly every week,1,yes,1.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16340,16341,2006,retired,51.0,,iap,15.0,new england,0.0,0.0,0.0,,new england,never,2,iap,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16341,16342,2006,keeping house,51.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,every week,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16342,16343,2006,working fulltime,30.0,,,8.0,new england,0.0,0.0,1.0,$25000 or more,new england,never,0,,0.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16343,16344,2006,other,22.0,,,9.0,new england,0.0,0.0,0.0,$4000 to 4999,new england,never,0,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16344,16345,2006,working fulltime,34.0,,,18.0,new england,0.0,0.0,0.0,$10000 - 14999,new england,once a month,1,iap,,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16345,16346,2006,other,34.0,,iap,18.0,new england,0.0,0.0,1.0,$25000 or more,new england,never,0,yes,2.0,0,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16346,16347,2006,working parttime,40.0,,,11.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,new england,2-3x a month,0,,0.0,0,0.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16347,16348,2006,working parttime,29.0,,,10.0,new england,0.0,2.0,0.0,$7000 to 7999,new england,never,1,iap,1.0,0,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16348,16349,2006,retired,68.0,yes,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,new england,never,1,,7.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16349,16350,2006,working parttime,34.0,,,12.0,new england,0.0,0.0,0.0,$7000 to 7999,new england,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16350,16351,2006,working fulltime,51.0,yes,iap,18.0,new england,0.0,0.0,0.0,,new england,sevrl times a yr,1,,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16351,16352,2006,working fulltime,53.0,no,iap,15.0,new england,0.0,0.0,0.0,$25000 or more,new england,lt once a year,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16352,16353,2006,retired,49.0,,iap,15.0,e. nor. central,0.0,0.0,0.0,,new england,once a month,2,,2.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16353,16354,2006,working parttime,66.0,yes,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,once a year,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16354,16355,2006,retired,59.0,,iap,17.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16355,16356,2006,retired,69.0,no,,20.0,foreign,0.0,0.0,0.0,$25000 or more,new england,every week,2,,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16356,16357,2006,other,22.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,once a year,1,yes,5.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16357,16358,2006,working parttime,47.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,yes,2.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16358,16359,2006,retired,47.0,yes,yes,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,2,,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16359,16360,2006,working fulltime,40.0,no,iap,14.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,more thn once wk,2,,0.0,1,1.0,0,0.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16360,16361,2006,retired,43.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,nrly every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16361,16362,2006,working fulltime,61.0,no,iap,18.0,middle atlantic,0.0,1.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,,1.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16362,16363,2006,working fulltime,17.0,no,iap,12.0,middle atlantic,1.0,0.0,0.0,$25000 or more,middle atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16363,16364,2006,retired,51.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,never,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16364,16365,2006,retired,51.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,iap,,1,0.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16365,16366,2006,retired,46.0,no,iap,18.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,nrly every week,2,yes,5.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16366,16367,2006,working fulltime,29.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16367,16368,2006,working fulltime,49.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,every week,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16368,16369,2006,working parttime,39.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,0,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16369,16370,2006,working parttime,55.0,no,iap,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,yes,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16370,16371,2006,working fulltime,64.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,iap,1.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16371,16372,2006,keeping house,66.0,no,iap,16.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16372,16373,2006,retired,64.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,yes,2.0,1,1.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16373,16374,2006,retired,74.0,yes,iap,20.0,e. nor. central,0.0,0.0,0.0,,w. nor. central,never,1,yes,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16374,16375,2006,retired,60.0,,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,2,yes,6.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16375,16376,2006,keeping house,32.0,no,iap,16.0,e. nor. central,0.0,2.0,0.0,$25000 or more,w. nor. central,once a month,1,,1.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16376,16377,2006,school,31.0,,,14.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,,6.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16377,16378,2006,working fulltime,28.0,,,14.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16378,16379,2006,working fulltime,72.0,no,iap,20.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,,1.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16379,16380,2006,retired,86.0,yes,iap,20.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,0,,1.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16380,16381,2006,working parttime,51.0,,iap,15.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,never,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16381,16382,2006,working fulltime,46.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,2,yes,2.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16382,16383,2006,working fulltime,36.0,no,iap,14.0,w. nor. central,1.0,1.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16383,16384,2006,working fulltime,19.0,,,12.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,never,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16384,16385,2006,working parttime,65.0,no,iap,14.0,pacific,,,,$25000 or more,w. nor. central,every week,2,,0.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16385,16386,2006,retired,32.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,1,yes,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16386,16387,2006,working fulltime,43.0,,iap,14.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,once a month,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16387,16388,2006,retired,42.0,no,,12.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,never,1,iap,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16388,16389,2006,retired,66.0,no,,18.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,4.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16389,16390,2006,working fulltime,64.0,yes,iap,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16390,16391,2006,working fulltime,39.0,,iap,13.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,never,0,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16391,16392,2006,retired,36.0,yes,,14.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,2,,5.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16392,16393,2006,working fulltime,49.0,no,iap,16.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,2,,3.0,1,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16393,16394,2006,retired,40.0,,,14.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,never,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16394,16395,2006,"unempl, laid off",66.0,,iap,13.0,w. nor. central,0.0,0.0,1.0,$15000 - 19999,w. nor. central,never,0,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16395,16396,2006,retired,36.0,no,iap,13.0,mountain,0.0,0.0,0.0,,mountain,more thn once wk,1,,6.0,0,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16396,16397,2006,retired,55.0,,yes,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16397,16398,2006,"unempl, laid off",28.0,no,iap,12.0,mountain,2.0,0.0,0.0,$8000 to 9999,mountain,never,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16398,16399,2006,working fulltime,49.0,,iap,12.0,new england,0.0,0.0,0.0,$25000 or more,mountain,lt once a year,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16399,16400,2006,working fulltime,24.0,no,iap,8.0,mountain,3.0,1.0,0.0,$25000 or more,mountain,never,1,iap,2.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16400,16401,2006,working fulltime,33.0,,iap,15.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,3.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16401,16402,2006,working fulltime,30.0,yes,iap,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,2,iap,,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16402,16403,2006,working fulltime,30.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16403,16404,2006,working fulltime,45.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,iap,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16404,16405,2006,working fulltime,45.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16405,16406,2006,school,29.0,,,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16406,16407,2006,retired,42.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,2,yes,2.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16407,16408,2006,working fulltime,66.0,,,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,1,,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16408,16409,2006,working fulltime,42.0,,,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,1.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16409,16410,2006,working fulltime,54.0,,iap,16.0,e. nor. central,0.0,1.0,0.0,$25000 or more,mountain,more thn once wk,0,iap,3.0,0,0.0,0,0.0,0,0,,0.0,1.0,0,0,0,0,0,0,1, +16410,16411,2006,working fulltime,30.0,,iap,14.0,w. nor. central,0.0,1.0,1.0,$25000 or more,mountain,2-3x a month,2,yes,0.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16411,16412,2006,working fulltime,49.0,yes,,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16412,16413,2006,keeping house,31.0,,,13.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,mountain,lt once a year,0,iap,4.0,0,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16413,16414,2006,school,51.0,,iap,15.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,mountain,every week,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16414,16415,2006,working parttime,31.0,no,iap,11.0,mountain,3.0,1.0,0.0,$10000 - 14999,mountain,never,0,iap,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16415,16416,2006,retired,,,,20.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,mountain,never,1,iap,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16416,16417,2006,working parttime,52.0,,,18.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,mountain,2-3x a month,1,iap,3.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16417,16418,2006,working fulltime,40.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,iap,1.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16418,16419,2006,working fulltime,66.0,no,iap,16.0,e. nor. central,0.0,1.0,0.0,$25000 or more,mountain,sevrl times a yr,2,,4.0,1,0.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16419,16420,2006,working fulltime,48.0,,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,,1.0,0,1.0,0,0.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16420,16421,2006,working parttime,25.0,,iap,12.0,mountain,2.0,0.0,0.0,$15000 - 19999,mountain,2-3x a month,1,iap,1.0,0,1.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16421,16422,2006,working fulltime,51.0,,,14.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,more thn once wk,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16422,16423,2006,working fulltime,51.0,yes,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16423,16424,2006,working fulltime,45.0,,iap,12.0,mountain,0.0,1.0,1.0,$25000 or more,mountain,nrly every week,1,,4.0,0,1.0,0,0.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16424,16425,2006,working fulltime,75.0,,iap,20.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,3.0,0,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16425,16426,2006,keeping house,36.0,no,iap,15.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,nrly every week,1,yes,4.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16426,16427,2006,working parttime,47.0,yes,iap,12.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,once a year,1,yes,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16427,16428,2006,working fulltime,42.0,no,iap,14.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16428,16429,2006,working fulltime,40.0,no,iap,13.0,mountain,0.0,1.0,1.0,,mountain,every week,1,yes,2.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16429,16430,2006,working fulltime,30.0,yes,iap,9.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,1,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16430,16431,2006,working fulltime,74.0,no,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,0.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16431,16432,2006,working parttime,29.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,10.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16432,16433,2006,working fulltime,45.0,no,iap,16.0,mountain,1.0,1.0,0.0,$25000 or more,mountain,once a month,2,yes,,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16433,16434,2006,working fulltime,39.0,no,yes,15.0,w. nor. central,0.0,0.0,0.0,,mountain,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16434,16435,2006,working fulltime,44.0,,,10.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,,0,0.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16435,16436,2006,working fulltime,49.0,no,iap,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,yes,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16436,16437,2006,retired,32.0,,,11.0,e. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,lt once a year,1,yes,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16437,16438,2006,working fulltime,47.0,no,iap,14.0,w. nor. central,0.0,1.0,1.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16438,16439,2006,working fulltime,48.0,no,iap,14.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,once a year,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16439,16440,2006,retired,33.0,,,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,0,,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16440,16441,2006,working fulltime,38.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,2,yes,,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16441,16442,2006,retired,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,once a year,1,yes,4.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16442,16443,2006,working parttime,22.0,,iap,11.0,e. sou. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,2-3x a month,1,iap,2.0,0,0.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16443,16444,2006,working fulltime,35.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16444,16445,2006,retired,64.0,,,16.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16445,16446,2006,retired,40.0,no,,8.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,iap,4.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16446,16447,2006,retired,35.0,,,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16447,16448,2006,working fulltime,41.0,,iap,12.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,once a year,0,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16448,16449,2006,working fulltime,51.0,,,13.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16449,16450,2006,working fulltime,22.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16450,16451,2006,working fulltime,40.0,no,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16451,16452,2006,retired,23.0,,,6.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,sevrl times a yr,2,iap,7.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16452,16453,2006,working fulltime,32.0,,iap,10.0,w. nor. central,0.0,0.0,2.0,$25000 or more,w. nor. central,sevrl times a yr,0,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16453,16454,2006,working fulltime,50.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16454,16455,2006,retired,66.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,nrly every week,2,yes,,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16455,16456,2006,other,31.0,yes,,11.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16456,16457,2006,working fulltime,43.0,no,iap,16.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,nrly every week,1,yes,2.0,0,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +16457,16458,2006,keeping house,51.0,,,13.0,w. nor. central,1.0,0.0,0.0,$4000 to 4999,w. nor. central,lt once a year,1,iap,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16458,16459,2006,working fulltime,25.0,,iap,4.0,foreign,0.0,0.0,2.0,,w. nor. central,2-3x a month,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16459,16460,2006,working fulltime,43.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,once a month,1,yes,1.0,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16460,16461,2006,working parttime,64.0,no,iap,14.0,foreign,2.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16461,16462,2006,working fulltime,51.0,no,iap,12.0,w. nor. central,2.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,iap,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16462,16463,2006,working fulltime,44.0,no,iap,16.0,foreign,3.0,1.0,0.0,$25000 or more,w. nor. central,more thn once wk,2,,0.0,1,1.0,0,1.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16463,16464,2006,working fulltime,41.0,no,iap,13.0,e. nor. central,2.0,2.0,0.0,,e. nor. central,nrly every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16464,16465,2006,working fulltime,60.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,4.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16465,16466,2006,"unempl, laid off",29.0,,,11.0,e. nor. central,0.0,0.0,0.0,lt $1000,e. nor. central,every week,0,yes,10.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16466,16467,2006,working fulltime,47.0,no,iap,14.0,e. nor. central,0.0,0.0,2.0,$25000 or more,e. nor. central,never,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16467,16468,2006,keeping house,,yes,,5.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,,7.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16468,16469,2006,working fulltime,27.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,2,iap,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16469,16470,2006,retired,37.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16470,16471,2006,working fulltime,44.0,,,11.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16471,16472,2006,"unempl, laid off",22.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,,4.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16472,16473,2006,working fulltime,49.0,,,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16473,16474,2006,working fulltime,42.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,,0.0,0,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16474,16475,2006,working fulltime,22.0,yes,iap,10.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16475,16476,2006,retired,28.0,no,,9.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,6.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16476,16477,2006,working parttime,29.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$15000 - 19999,e. nor. central,never,0,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16477,16478,2006,working fulltime,42.0,yes,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,4.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16478,16479,2006,retired,62.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,yes,8.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16479,16480,2006,school,35.0,,,14.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16480,16481,2006,working fulltime,29.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,lt once a year,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16481,16482,2006,other,32.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,iap,,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16482,16483,2006,working fulltime,51.0,,,16.0,e. nor. central,1.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,,3.0,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16483,16484,2006,working fulltime,35.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$5000 to 5999,w. nor. central,lt once a year,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16484,16485,2006,working parttime,,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,2,yes,,1,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16485,16486,2006,keeping house,33.0,,iap,12.0,new england,0.0,0.0,0.0,lt $1000,w. nor. central,once a month,1,,8.0,0,0.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16486,16487,2006,working parttime,36.0,no,iap,12.0,w. nor. central,1.0,1.0,1.0,$20000 - 24999,w. nor. central,sevrl times a yr,1,yes,4.0,0,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16487,16488,2006,working fulltime,40.0,,iap,15.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,never,0,iap,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16488,16489,2006,working fulltime,36.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16489,16490,2006,working fulltime,50.0,no,iap,12.0,w. nor. central,1.0,2.0,0.0,$25000 or more,w. nor. central,every week,1,yes,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16490,16491,2006,retired,39.0,yes,iap,10.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. nor. central,once a year,2,,5.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16491,16492,2006,working fulltime,51.0,no,iap,9.0,w. nor. central,1.0,2.0,0.0,$3000 to 3999,w. nor. central,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16492,16493,2006,working fulltime,49.0,yes,iap,14.0,w. nor. central,0.0,0.0,1.0,$20000 - 24999,w. nor. central,never,1,iap,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16493,16494,2006,working fulltime,22.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$20000 - 24999,w. nor. central,every week,2,,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16494,16495,2006,retired,51.0,,iap,12.0,mountain,0.0,0.0,0.0,$20000 - 24999,w. nor. central,more thn once wk,1,iap,4.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16495,16496,2006,keeping house,28.0,,,12.0,w. nor. central,1.0,0.0,0.0,$10000 - 14999,w. nor. central,never,2,iap,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16496,16497,2006,retired,28.0,yes,,12.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16497,16498,2006,retired,28.0,,iap,10.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. nor. central,more thn once wk,2,iap,3.0,1,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1, +16498,16499,2006,retired,40.0,,yes,12.0,w. nor. central,0.0,0.0,0.0,$4000 to 4999,w. nor. central,once a year,1,,0.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16499,16500,2006,other,51.0,,iap,12.0,mountain,0.0,0.0,0.0,$7000 to 7999,w. nor. central,every week,0,iap,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16500,16501,2006,retired,37.0,,iap,8.0,e. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,never,1,,6.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16501,16502,2006,retired,24.0,no,iap,10.0,e. nor. central,0.0,0.0,0.0,$6000 to 6999,w. nor. central,never,0,,4.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16502,16503,2006,retired,42.0,yes,,8.0,w. nor. central,0.0,0.0,0.0,$7000 to 7999,w. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16503,16504,2006,working fulltime,39.0,yes,iap,14.0,w. nor. central,0.0,0.0,1.0,$25000 or more,w. nor. central,lt once a year,2,yes,,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16504,16505,2006,working fulltime,30.0,no,iap,,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a month,1,yes,,0,0.0,0,0.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16505,16506,2006,keeping house,30.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,1,iap,0.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16506,16507,2006,working fulltime,38.0,,iap,14.0,pacific,0.0,1.0,0.0,$25000 or more,w. nor. central,every week,2,yes,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16507,16508,2006,retired,40.0,no,,8.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. nor. central,sevrl times a yr,1,yes,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16508,16509,2006,working fulltime,40.0,no,iap,13.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,2-3x a month,1,,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16509,16510,2006,retired,,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. nor. central,once a year,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16510,16511,2006,working fulltime,40.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,2,,1.0,1,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16511,16512,2006,keeping house,45.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,,6.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16512,16513,2006,working fulltime,46.0,no,iap,13.0,w. nor. central,0.0,1.0,0.0,$25000 or more,w. nor. central,every week,2,,2.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16513,16514,2006,retired,35.0,,iap,11.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,6.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16514,16515,2006,working fulltime,29.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,yes,,0,0.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16515,16516,2006,keeping house,35.0,no,iap,9.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,once a month,1,yes,3.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16516,16517,2006,retired,29.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,more thn once wk,2,,2.0,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16517,16518,2006,keeping house,29.0,,,9.0,e. nor. central,2.0,3.0,0.0,$7000 to 7999,e. nor. central,never,2,yes,,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16518,16519,2006,working fulltime,66.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16519,16520,2006,retired,22.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,2,,,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16520,16521,2006,working fulltime,29.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,3.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16521,16522,2006,working fulltime,30.0,yes,iap,12.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,never,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16522,16523,2006,working fulltime,24.0,no,iap,11.0,e. nor. central,1.0,2.0,0.0,$8000 to 9999,e. nor. central,never,2,iap,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16523,16524,2006,working fulltime,42.0,no,iap,12.0,e. nor. central,0.0,0.0,2.0,,e. nor. central,once a year,1,yes,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16524,16525,2006,other,,,,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,never,1,yes,4.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16525,16526,2006,working fulltime,34.0,,iap,12.0,e. nor. central,0.0,0.0,1.0,$20000 - 24999,e. nor. central,once a year,1,iap,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16526,16527,2006,working fulltime,32.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,every week,2,yes,1.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16527,16528,2006,working fulltime,47.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16528,16529,2006,"unempl, laid off",36.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16529,16530,2006,other,42.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16530,16531,2006,keeping house,,yes,iap,9.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,2,yes,4.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +16531,16532,2006,keeping house,,no,iap,11.0,e. nor. central,3.0,0.0,0.0,$10000 - 14999,e. nor. central,once a month,2,iap,,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16532,16533,2006,working fulltime,50.0,yes,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16533,16534,2006,working parttime,47.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16534,16535,2006,keeping house,47.0,no,iap,11.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,more thn once wk,1,,8.0,0,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16535,16536,2006,school,43.0,,,15.0,e. nor. central,0.0,0.0,1.0,$25000 or more,e. nor. central,every week,1,yes,,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16536,16537,2006,school,43.0,,,15.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,yes,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16537,16538,2006,working fulltime,51.0,no,iap,9.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16538,16539,2006,keeping house,,no,iap,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,more thn once wk,2,yes,4.0,1,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16539,16540,2006,temp not working,36.0,no,iap,9.0,e. nor. central,1.0,2.0,1.0,lt $1000,e. nor. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16540,16541,2006,keeping house,42.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,iap,6.0,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16541,16542,2006,working fulltime,65.0,yes,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16542,16543,2006,working fulltime,51.0,,iap,13.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16543,16544,2006,working fulltime,36.0,no,iap,9.0,e. nor. central,1.0,1.0,0.0,$20000 - 24999,e. nor. central,never,1,,3.0,0,0.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16544,16545,2006,keeping house,51.0,yes,iap,12.0,e. nor. central,0.0,1.0,1.0,$10000 - 14999,e. nor. central,sevrl times a yr,1,,3.0,0,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16545,16546,2006,retired,33.0,no,iap,8.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,nrly every week,1,yes,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16546,16547,2006,working fulltime,43.0,no,iap,12.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,2,iap,,1,1.0,0,1.0,0,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16547,16548,2006,retired,51.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,2,yes,3.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16548,16549,2006,working fulltime,51.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,0.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16549,16550,2006,working fulltime,46.0,,,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,2.0,0,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +16550,16551,2006,working fulltime,47.0,yes,iap,16.0,e. nor. central,1.0,1.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,,4.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16551,16552,2006,working parttime,42.0,,,14.0,e. nor. central,0.0,1.0,0.0,$20000 - 24999,e. nor. central,lt once a year,0,,1.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16552,16553,2006,working fulltime,51.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,1,yes,,0,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16553,16554,2006,working parttime,66.0,no,iap,17.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,nrly every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16554,16555,2006,working fulltime,30.0,,,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,yes,1.0,1,1.0,0,,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16555,16556,2006,"unempl, laid off",42.0,,,12.0,e. nor. central,0.0,0.0,0.0,,e. nor. central,once a year,1,yes,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16556,16557,2006,working fulltime,52.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a year,1,yes,1.0,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16557,16558,2006,keeping house,,no,,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,4.0,0,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16558,16559,2006,working fulltime,35.0,,iap,12.0,e. nor. central,0.0,2.0,0.0,$25000 or more,e. nor. central,once a month,1,yes,,0,1.0,0,0.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16559,16560,2006,working parttime,39.0,no,,13.0,w. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,2-3x a month,0,iap,,0,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16560,16561,2006,working parttime,35.0,no,iap,12.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16561,16562,2006,retired,55.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,once a month,2,yes,,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16562,16563,2006,working fulltime,51.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. nor. central,never,1,,1.0,0,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16563,16564,2006,working fulltime,17.0,yes,iap,13.0,e. nor. central,1.0,0.0,1.0,$25000 or more,e. nor. central,once a year,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16564,16565,2006,retired,34.0,,iap,13.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,nrly every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16565,16566,2006,keeping house,44.0,,,11.0,south atlantic,1.0,0.0,0.0,$10000 - 14999,south atlantic,lt once a year,0,,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16566,16567,2006,working fulltime,35.0,,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,,3.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16567,16568,2006,other,36.0,no,iap,6.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,lt once a year,0,,8.0,0,0.0,1,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16568,16569,2006,working fulltime,28.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16569,16570,2006,working parttime,40.0,,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,iap,,0,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16570,16571,2006,retired,39.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16571,16572,2006,other,35.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16572,16573,2006,retired,23.0,,iap,9.0,south atlantic,0.0,0.0,1.0,,south atlantic,more thn once wk,2,iap,,1,1.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16573,16574,2006,working fulltime,29.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,,south atlantic,more thn once wk,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16574,16575,2006,keeping house,42.0,,iap,14.0,pacific,0.0,1.0,0.0,,south atlantic,never,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16575,16576,2006,working fulltime,32.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16576,16577,2006,working fulltime,51.0,,iap,14.0,south atlantic,1.0,0.0,0.0,$7000 to 7999,south atlantic,2-3x a month,0,,5.0,0,0.0,1,0.0,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16577,16578,2006,working fulltime,29.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,1.0,1,1.0,1,0.0,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16578,16579,2006,school,28.0,yes,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16579,16580,2006,keeping house,31.0,yes,iap,8.0,south atlantic,0.0,0.0,0.0,,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16580,16581,2006,working fulltime,51.0,,iap,9.0,south atlantic,0.0,0.0,1.0,,south atlantic,once a month,1,,2.0,0,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16581,16582,2006,retired,28.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,yes,2.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16582,16583,2006,retired,33.0,,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,2,iap,14.0,1,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +16583,16584,2006,working fulltime,49.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16584,16585,2006,"unempl, laid off",51.0,,,9.0,south atlantic,2.0,0.0,1.0,$20000 - 24999,south atlantic,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16585,16586,2006,working fulltime,,yes,iap,12.0,middle atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,3.0,1,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16586,16587,2006,working fulltime,31.0,,,9.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,1,yes,4.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16587,16588,2006,other,35.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,,5.0,0,1.0,1,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16588,16589,2006,working fulltime,30.0,,,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,iap,8.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16589,16590,2006,"unempl, laid off",24.0,,,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16590,16591,2006,working fulltime,45.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16591,16592,2006,keeping house,31.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16592,16593,2006,other,51.0,yes,iap,14.0,south atlantic,0.0,0.0,1.0,,south atlantic,more thn once wk,2,,1.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16593,16594,2006,retired,28.0,no,,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16594,16595,2006,keeping house,42.0,no,iap,13.0,south atlantic,2.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,yes,1.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16595,16596,2006,other,37.0,,iap,7.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,yes,12.0,1,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16596,16597,2006,other,42.0,,iap,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16597,16598,2006,keeping house,,,,12.0,south atlantic,1.0,0.0,1.0,,south atlantic,never,2,iap,,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16598,16599,2006,working parttime,17.0,,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,,24.0,1,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16599,16600,2006,working fulltime,35.0,no,iap,8.0,pacific,1.0,1.0,0.0,$25000 or more,south atlantic,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16600,16601,2006,working fulltime,50.0,,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16601,16602,2006,retired,23.0,,yes,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,18.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16602,16603,2006,working fulltime,51.0,,,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,0.0,1,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16603,16604,2006,working fulltime,54.0,no,iap,8.0,foreign,1.0,2.0,0.0,$25000 or more,south atlantic,once a month,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16604,16605,2006,"unempl, laid off",66.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16605,16606,2006,working fulltime,27.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,,south atlantic,2-3x a month,2,iap,,1,0.0,1,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16606,16607,2006,working parttime,29.0,,iap,11.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,sevrl times a yr,1,yes,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16607,16608,2006,working fulltime,35.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16608,16609,2006,working fulltime,40.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,,1.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16609,16610,2006,working fulltime,36.0,no,yes,12.0,south atlantic,0.0,1.0,1.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16610,16611,2006,working fulltime,36.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16611,16612,2006,working fulltime,33.0,no,,10.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,south atlantic,once a year,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16612,16613,2006,retired,28.0,,iap,10.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16613,16614,2006,working fulltime,64.0,no,iap,20.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,,0,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16614,16615,2006,retired,34.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,nrly every week,1,,3.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16615,16616,2006,school,65.0,,,16.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,once a month,0,,3.0,0,0.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16616,16617,2006,working fulltime,51.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,yes,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16617,16618,2006,"unempl, laid off",42.0,,,13.0,south atlantic,1.0,1.0,0.0,$10000 - 14999,south atlantic,sevrl times a yr,1,,3.0,0,0.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16618,16619,2006,working parttime,29.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,2-3x a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16619,16620,2006,other,40.0,,iap,12.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,1,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16620,16621,2006,retired,32.0,no,,9.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,1,,4.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16621,16622,2006,retired,62.0,no,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,,3.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16622,16623,2006,working fulltime,33.0,,iap,11.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16623,16624,2006,retired,64.0,no,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16624,16625,2006,retired,42.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,iap,8.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16625,16626,2006,working fulltime,29.0,,iap,10.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,0,iap,6.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16626,16627,2006,working fulltime,45.0,yes,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16627,16628,2006,working fulltime,68.0,no,iap,17.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,1.0,0,,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16628,16629,2006,working fulltime,40.0,yes,iap,14.0,south atlantic,2.0,3.0,0.0,$25000 or more,south atlantic,lt once a year,0,iap,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16629,16630,2006,working fulltime,30.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16630,16631,2006,working fulltime,22.0,,iap,12.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,more thn once wk,0,iap,,0,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16631,16632,2006,school,,,,12.0,middle atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16632,16633,2006,working fulltime,35.0,no,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16633,16634,2006,working fulltime,28.0,,,12.0,south atlantic,0.0,1.0,2.0,$20000 - 24999,south atlantic,lt once a year,1,yes,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16634,16635,2006,working fulltime,42.0,,iap,17.0,pacific,0.0,1.0,1.0,$25000 or more,south atlantic,every week,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16635,16636,2006,retired,40.0,no,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,,1.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16636,16637,2006,working fulltime,64.0,no,iap,16.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,1.0,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16637,16638,2006,working fulltime,35.0,,iap,9.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16638,16639,2006,working fulltime,51.0,,,14.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,iap,,0,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16639,16640,2006,working parttime,23.0,no,iap,12.0,south atlantic,2.0,2.0,0.0,$10000 - 14999,south atlantic,lt once a year,2,iap,4.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16640,16641,2006,other,30.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16641,16642,2006,temp not working,40.0,no,iap,14.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,,0,0.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16642,16643,2006,working fulltime,60.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,3.0,0,1.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16643,16644,2006,school,28.0,,iap,0.0,foreign,0.0,0.0,1.0,$8000 to 9999,south atlantic,sevrl times a yr,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16644,16645,2006,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16645,16646,2006,working parttime,37.0,no,iap,10.0,south atlantic,3.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16646,16647,2006,working fulltime,36.0,,,10.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,iap,6.0,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16647,16648,2006,working fulltime,51.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,lt once a year,1,,5.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16648,16649,2006,working fulltime,47.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,1.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16649,16650,2006,retired,51.0,no,,8.0,middle atlantic,0.0,0.0,0.0,$8000 to 9999,e. sou. central,never,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16650,16651,2006,working fulltime,74.0,,,12.0,pacific,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16651,16652,2006,working parttime,29.0,,,12.0,e. sou. central,0.0,0.0,1.0,$10000 - 14999,e. sou. central,once a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16652,16653,2006,temp not working,33.0,no,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16653,16654,2006,working parttime,30.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,2,yes,,1,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16654,16655,2006,working parttime,29.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,2-3x a month,1,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16655,16656,2006,retired,53.0,no,iap,18.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,2,yes,,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16656,16657,2006,other,30.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,once a year,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16657,16658,2006,retired,41.0,,iap,15.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,,2.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16658,16659,2006,"unempl, laid off",32.0,no,iap,13.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,,5.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16659,16660,2006,working fulltime,61.0,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,1.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16660,16661,2006,working fulltime,33.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,iap,2.0,0,0.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16661,16662,2006,keeping house,30.0,no,iap,12.0,south atlantic,2.0,1.0,0.0,$25000 or more,e. sou. central,nrly every week,1,,1.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16662,16663,2006,retired,42.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,0,iap,,0,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16663,16664,2006,working parttime,37.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,lt $1000,e. sou. central,never,0,,0.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16664,16665,2006,working fulltime,51.0,,iap,11.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,0.0,1,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1, +16665,16666,2006,retired,47.0,yes,,14.0,e. nor. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,yes,3.0,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +16666,16667,2006,keeping house,35.0,yes,iap,10.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,,2.0,1,1.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +16667,16668,2006,working fulltime,36.0,,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,2,yes,,1,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16668,16669,2006,working fulltime,31.0,no,,13.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,1,,,0,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16669,16670,2006,working parttime,22.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16670,16671,2006,working fulltime,51.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,2,yes,,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16671,16672,2006,keeping house,33.0,no,,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,more thn once wk,0,iap,,0,0.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16672,16673,2006,working fulltime,44.0,,iap,12.0,e. sou. central,1.0,0.0,0.0,$10000 - 14999,e. sou. central,once a year,1,,4.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16673,16674,2006,retired,52.0,,iap,9.0,e. sou. central,0.0,0.0,0.0,$8000 to 9999,e. sou. central,sevrl times a yr,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16674,16675,2006,retired,45.0,no,iap,6.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,3.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16675,16676,2006,other,35.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,every week,2,,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16676,16677,2006,retired,40.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,nrly every week,1,,1.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16677,16678,2006,working fulltime,49.0,,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,2-3x a month,1,,1.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16678,16679,2006,working fulltime,24.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,iap,,1,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16679,16680,2006,working fulltime,66.0,,iap,18.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16680,16681,2006,working fulltime,66.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16681,16682,2006,working fulltime,21.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,4.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16682,16683,2006,temp not working,31.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,iap,2.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16683,16684,2006,working parttime,42.0,,,12.0,south atlantic,0.0,0.0,0.0,lt $1000,south atlantic,every week,1,yes,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16684,16685,2006,keeping house,,no,iap,6.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,1,0.0,1,1,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16685,16686,2006,working fulltime,61.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,,south atlantic,never,2,yes,1.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16686,16687,2006,retired,21.0,no,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,every week,1,yes,2.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16687,16688,2006,working parttime,47.0,,iap,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,iap,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16688,16689,2006,retired,73.0,yes,,17.0,e. nor. central,0.0,0.0,0.0,,south atlantic,nrly every week,1,yes,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16689,16690,2006,working fulltime,39.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,,south atlantic,never,2,yes,6.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16690,16691,2006,working fulltime,48.0,no,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16691,16692,2006,working fulltime,38.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,,2.0,0,0.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16692,16693,2006,working fulltime,32.0,yes,iap,12.0,south atlantic,0.0,0.0,3.0,$25000 or more,south atlantic,once a year,1,,2.0,0,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16693,16694,2006,working parttime,28.0,,,14.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,,0,1.0,0,1.0,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16694,16695,2006,working parttime,32.0,no,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16695,16696,2006,working parttime,25.0,no,iap,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,never,2,yes,3.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16696,16697,2006,retired,64.0,no,iap,16.0,e. sou. central,0.0,0.0,0.0,,south atlantic,sevrl times a yr,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16697,16698,2006,other,,,,2.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,south atlantic,sevrl times a yr,1,iap,,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16698,16699,2006,working fulltime,36.0,yes,iap,13.0,w. sou. central,1.0,1.0,0.0,$25000 or more,south atlantic,never,1,iap,3.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16699,16700,2006,keeping house,22.0,yes,iap,17.0,e. sou. central,2.0,2.0,0.0,$25000 or more,south atlantic,nrly every week,1,iap,1.0,0,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16700,16701,2006,working fulltime,66.0,no,iap,16.0,w. sou. central,,,,$25000 or more,w. sou. central,sevrl times a yr,1,yes,1.0,0,0.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16701,16702,2006,working parttime,21.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,more thn once wk,2,iap,3.0,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1, +16702,16703,2006,working fulltime,64.0,,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,,4.0,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16703,16704,2006,working fulltime,32.0,no,,12.0,w. sou. central,0.0,0.0,2.0,$15000 - 19999,w. sou. central,never,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16704,16705,2006,keeping house,,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,yes,4.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16705,16706,2006,keeping house,29.0,yes,,8.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16706,16707,2006,other,34.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,lt once a year,0,,14.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16707,16708,2006,working fulltime,28.0,,iap,12.0,w. sou. central,0.0,0.0,1.0,$10000 - 14999,w. sou. central,every week,1,,3.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16708,16709,2006,school,,,,11.0,w. sou. central,1.0,0.0,2.0,$1000 to 2999,w. sou. central,nrly every week,1,iap,2.0,0,0.0,1,,1,1,,0.0,1.0,0,0,0,0,0,0,1, +16709,16710,2006,retired,47.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,2,yes,,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16710,16711,2006,working fulltime,34.0,no,iap,4.0,foreign,0.0,0.0,0.0,,w. sou. central,2-3x a month,1,iap,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16711,16712,2006,other,34.0,yes,iap,5.0,w. sou. central,0.0,0.0,0.0,$7000 to 7999,w. sou. central,once a year,1,yes,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16712,16713,2006,keeping house,36.0,,iap,12.0,w. sou. central,1.0,0.0,0.0,lt $1000,w. sou. central,2-3x a month,2,,6.0,1,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16713,16714,2006,working fulltime,24.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,1.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16714,16715,2006,retired,65.0,no,iap,16.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16715,16716,2006,working fulltime,60.0,,,14.0,south atlantic,0.0,0.0,0.0,$7000 to 7999,w. sou. central,once a year,1,yes,,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16716,16717,2006,working fulltime,66.0,no,iap,20.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,every week,2,yes,3.0,1,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +16717,16718,2006,school,42.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16718,16719,2006,school,36.0,yes,iap,14.0,w. sou. central,0.0,0.0,1.0,,w. sou. central,once a year,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16719,16720,2006,retired,29.0,no,,11.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,2,iap,,1,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16720,16721,2006,working fulltime,49.0,yes,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16721,16722,2006,working fulltime,42.0,,,12.0,w. sou. central,0.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,,2.0,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16722,16723,2006,keeping house,31.0,no,iap,8.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,2,yes,,1,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16723,16724,2006,keeping house,,,,4.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,nrly every week,1,iap,,0,0.0,1,1.0,1,1,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16724,16725,2006,working fulltime,28.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,2-3x a month,2,,4.0,1,1.0,1,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16725,16726,2006,retired,32.0,yes,,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,iap,,1,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16726,16727,2006,"unempl, laid off",36.0,,,11.0,e. nor. central,0.0,0.0,0.0,lt $1000,w. sou. central,once a year,0,,3.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16727,16728,2006,working fulltime,44.0,yes,iap,16.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,2-3x a month,1,,2.0,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16728,16729,2006,working fulltime,55.0,no,iap,12.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,every week,0,,7.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16729,16730,2006,working fulltime,,,,11.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,8.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16730,16731,2006,"unempl, laid off",40.0,,,11.0,w. sou. central,0.0,0.0,1.0,$20000 - 24999,w. sou. central,once a year,1,iap,,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16731,16732,2006,retired,46.0,yes,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,0,yes,,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16732,16733,2006,working fulltime,33.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,0,iap,,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16733,16734,2006,working fulltime,29.0,,iap,11.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,4.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16734,16735,2006,working fulltime,30.0,yes,iap,13.0,w. sou. central,1.0,2.0,0.0,$25000 or more,w. sou. central,every week,1,yes,,0,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16735,16736,2006,working fulltime,35.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a month,1,yes,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16736,16737,2006,school,44.0,,,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,1.0,0,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16737,16738,2006,keeping house,,yes,iap,13.0,south atlantic,2.0,0.0,0.0,,south atlantic,never,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16738,16739,2006,working fulltime,40.0,yes,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16739,16740,2006,working fulltime,61.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16740,16741,2006,retired,38.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,4.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16741,16742,2006,retired,57.0,,,19.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,2.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16742,16743,2006,working fulltime,30.0,,,12.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16743,16744,2006,working fulltime,43.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,once a year,1,,3.0,0,1.0,0,,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16744,16745,2006,working fulltime,44.0,no,iap,20.0,south atlantic,1.0,2.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,2.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16745,16746,2006,retired,60.0,,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,1,yes,4.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16746,16747,2006,retired,28.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16747,16748,2006,other,43.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16748,16749,2006,keeping house,34.0,no,,14.0,south atlantic,0.0,0.0,0.0,,south atlantic,more thn once wk,1,yes,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16749,16750,2006,school,,,,11.0,south atlantic,1.0,1.0,0.0,,south atlantic,2-3x a month,1,yes,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16750,16751,2006,working fulltime,51.0,yes,iap,12.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,yes,3.0,1,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16751,16752,2006,retired,42.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,,4.0,1,0.0,0,1.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16752,16753,2006,working fulltime,66.0,no,iap,20.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,nrly every week,2,yes,,1,0.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16753,16754,2006,working fulltime,43.0,no,iap,12.0,south atlantic,1.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,1,yes,2.0,0,0.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1, +16754,16755,2006,working fulltime,29.0,,,14.0,south atlantic,1.0,0.0,0.0,,south atlantic,nrly every week,2,iap,,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16755,16756,2006,keeping house,31.0,no,,0.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,2,yes,12.0,1,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1, +16756,16757,2006,keeping house,22.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$15000 - 19999,south atlantic,more thn once wk,2,yes,,1,1.0,1,0.0,1,1,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16757,16758,2006,working fulltime,30.0,yes,iap,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,,1,1.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16758,16759,2006,working fulltime,36.0,no,iap,14.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,1,,0,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16759,16760,2006,working fulltime,30.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,2-3x a month,1,iap,12.0,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +16760,16761,2006,working fulltime,32.0,,iap,16.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,2,yes,,1,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16761,16762,2006,working fulltime,48.0,,,13.0,south atlantic,0.0,1.0,0.0,lt $1000,south atlantic,sevrl times a yr,1,,6.0,0,1.0,1,0.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16762,16763,2006,working fulltime,,,iap,15.0,south atlantic,0.0,0.0,0.0,,south atlantic,2-3x a month,1,,2.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16763,16764,2006,working fulltime,66.0,yes,iap,14.0,south atlantic,1.0,0.0,1.0,$25000 or more,south atlantic,every week,2,yes,2.0,1,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16764,16765,2006,keeping house,46.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,1.0,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16765,16766,2006,working fulltime,51.0,no,iap,13.0,foreign,0.0,0.0,1.0,,south atlantic,once a month,0,iap,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +16766,16767,2006,working fulltime,30.0,no,iap,13.0,e. sou. central,2.0,2.0,0.0,$20000 - 24999,south atlantic,once a month,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16767,16768,2006,other,22.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,2,yes,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16768,16769,2006,retired,42.0,yes,iap,10.0,new england,0.0,0.0,0.0,,south atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16769,16770,2006,working fulltime,44.0,no,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,yes,2.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16770,16771,2006,working fulltime,51.0,no,yes,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,1,,3.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16771,16772,2006,working fulltime,69.0,no,iap,14.0,south atlantic,0.0,1.0,2.0,,south atlantic,more thn once wk,2,yes,2.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16772,16773,2006,working parttime,43.0,no,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a year,1,yes,2.0,0,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16773,16774,2006,retired,34.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16774,16775,2006,retired,40.0,no,iap,6.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,yes,,1,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16775,16776,2006,keeping house,,,iap,3.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,sevrl times a yr,1,yes,6.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16776,16777,2006,keeping house,,,iap,5.0,e. sou. central,0.0,2.0,2.0,$10000 - 14999,w. sou. central,every week,1,,10.0,0,1.0,1,,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16777,16778,2006,keeping house,23.0,yes,,8.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,more thn once wk,1,,3.0,0,0.0,1,,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16778,16779,2006,keeping house,29.0,,,13.0,w. sou. central,2.0,1.0,0.0,$3000 to 3999,w. sou. central,never,0,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16779,16780,2006,keeping house,29.0,,,11.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,every week,1,iap,,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16780,16781,2006,working parttime,34.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,1,,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16781,16782,2006,keeping house,27.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,iap,12.0,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16782,16783,2006,working fulltime,66.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16783,16784,2006,working fulltime,51.0,,,14.0,w. sou. central,1.0,1.0,0.0,$15000 - 19999,w. sou. central,2-3x a month,0,iap,,0,1.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16784,16785,2006,retired,34.0,no,,3.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,0,,1.0,0,1.0,0,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16785,16786,2006,other,47.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,0,iap,2.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16786,16787,2006,working fulltime,53.0,no,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,2-3x a month,2,yes,,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16787,16788,2006,working fulltime,45.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,never,1,,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16788,16789,2006,keeping house,,no,iap,8.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,more thn once wk,2,,3.0,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16789,16790,2006,keeping house,,,,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16790,16791,2006,working fulltime,35.0,,,12.0,w. sou. central,2.0,1.0,0.0,$25000 or more,w. sou. central,every week,1,iap,,0,1.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16791,16792,2006,school,39.0,,iap,13.0,w. sou. central,0.0,0.0,1.0,$20000 - 24999,w. sou. central,every week,1,yes,,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16792,16793,2006,retired,43.0,yes,iap,5.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,never,2,,6.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16793,16794,2006,working fulltime,40.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,yes,,1,0.0,1,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16794,16795,2006,keeping house,24.0,,iap,12.0,w. sou. central,0.0,0.0,2.0,$5000 to 5999,w. sou. central,more thn once wk,2,,4.0,1,1.0,1,0.0,1,1,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16795,16796,2006,working fulltime,24.0,,,13.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. sou. central,lt once a year,1,yes,,0,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16796,16797,2006,working fulltime,29.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,iap,,0,0.0,1,,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16797,16798,2006,working fulltime,61.0,no,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,nrly every week,1,iap,,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16798,16799,2006,keeping house,31.0,no,yes,12.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,w. sou. central,nrly every week,1,,2.0,0,0.0,0,,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16799,16800,2006,working fulltime,66.0,yes,iap,18.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,every week,1,,1.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16800,16801,2006,keeping house,51.0,,,12.0,w. sou. central,3.0,3.0,0.0,$5000 to 5999,w. sou. central,every week,0,,7.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16801,16802,2006,working fulltime,24.0,,,16.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,every week,1,iap,7.0,0,0.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +16802,16803,2006,keeping house,,,,12.0,w. sou. central,2.0,0.0,0.0,,w. sou. central,once a month,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16803,16804,2006,working parttime,36.0,,,14.0,w. sou. central,1.0,0.0,0.0,$5000 to 5999,w. sou. central,nrly every week,1,iap,1.0,0,0.0,1,0.0,1,1,,0.0,1.0,0,0,0,0,0,0,1, +16804,16805,2006,retired,68.0,no,,14.0,w. sou. central,1.0,0.0,0.0,lt $1000,w. sou. central,every week,2,iap,,1,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16805,16806,2006,working fulltime,54.0,no,iap,12.0,w. sou. central,0.0,2.0,1.0,$25000 or more,w. sou. central,every week,2,iap,3.0,1,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16806,16807,2006,keeping house,,,,12.0,w. sou. central,2.0,0.0,0.0,$1000 to 2999,w. sou. central,every week,1,,2.0,0,1.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16807,16808,2006,working fulltime,30.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,iap,,1,0.0,1,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +16808,16809,2006,working fulltime,31.0,,,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16809,16810,2006,temp not working,36.0,,,12.0,w. sou. central,0.0,1.0,0.0,,w. sou. central,every week,1,iap,,0,0.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16810,16811,2006,working fulltime,44.0,,,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16811,16812,2006,working fulltime,31.0,,iap,14.0,w. sou. central,0.0,1.0,0.0,$15000 - 19999,w. sou. central,2-3x a month,1,iap,6.0,0,0.0,1,0.0,1,1,,1.0,0.0,0,0,0,0,0,0,1, +16812,16813,2006,retired,32.0,no,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,4.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16813,16814,2006,working fulltime,54.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,5.0,1,0.0,1,1.0,1,1,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16814,16815,2006,working fulltime,33.0,yes,yes,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16815,16816,2006,working fulltime,40.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,w. sou. central,never,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16816,16817,2006,keeping house,35.0,,,13.0,w. sou. central,2.0,0.0,0.0,lt $1000,w. sou. central,every week,1,,12.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16817,16818,2006,keeping house,34.0,,iap,13.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,1,,2.0,0,0.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16818,16819,2006,working parttime,20.0,,iap,12.0,w. sou. central,0.0,1.0,0.0,$3000 to 3999,w. sou. central,every week,1,,15.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16819,16820,2006,working fulltime,47.0,yes,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,,2.0,1,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16820,16821,2006,working fulltime,23.0,no,iap,9.0,foreign,,,,$5000 to 5999,south atlantic,2-3x a month,1,,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16821,16822,2006,working fulltime,51.0,yes,iap,15.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,never,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16822,16823,2006,keeping house,,no,iap,9.0,mountain,1.0,1.0,0.0,$15000 - 19999,south atlantic,every week,1,,12.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16823,16824,2006,working fulltime,30.0,no,iap,13.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,3.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +16824,16825,2006,working fulltime,23.0,yes,iap,11.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,sevrl times a yr,1,,3.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16825,16826,2006,working fulltime,26.0,,,9.0,foreign,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,0,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16826,16827,2006,keeping house,,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,sevrl times a yr,1,,10.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16827,16828,2006,working parttime,32.0,,iap,9.0,foreign,1.0,1.0,1.0,$20000 - 24999,south atlantic,2-3x a month,1,,1.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16828,16829,2006,keeping house,30.0,no,iap,8.0,south atlantic,2.0,1.0,0.0,$25000 or more,south atlantic,more thn once wk,1,iap,,0,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16829,16830,2006,keeping house,43.0,no,iap,13.0,south atlantic,2.0,2.0,0.0,$15000 - 19999,south atlantic,every week,2,yes,,1,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16830,16831,2006,working fulltime,22.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,0,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16831,16832,2006,working fulltime,48.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,yes,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16832,16833,2006,other,,,,9.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,never,0,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16833,16834,2006,keeping house,33.0,no,iap,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,1,yes,,0,0.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16834,16835,2006,working fulltime,40.0,,,13.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,lt once a year,2,,5.0,1,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16835,16836,2006,working parttime,51.0,yes,iap,15.0,south atlantic,0.0,0.0,2.0,$25000 or more,south atlantic,2-3x a month,2,,2.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16836,16837,2006,keeping house,,yes,,12.0,south atlantic,0.0,0.0,0.0,$1000 to 2999,south atlantic,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16837,16838,2006,keeping house,33.0,no,,8.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,south atlantic,nrly every week,1,,8.0,0,0.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16838,16839,2006,working fulltime,34.0,no,iap,12.0,south atlantic,1.0,1.0,0.0,$25000 or more,south atlantic,once a year,1,yes,1.0,0,1.0,0,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16839,16840,2006,retired,47.0,no,,13.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,every week,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16840,16841,2006,"unempl, laid off",29.0,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,once a month,1,iap,5.0,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1, +16841,16842,2006,working fulltime,54.0,,iap,18.0,south atlantic,0.0,1.0,0.0,$20000 - 24999,south atlantic,every week,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16842,16843,2006,working parttime,22.0,,,14.0,south atlantic,1.0,0.0,0.0,$8000 to 9999,south atlantic,once a year,1,,3.0,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16843,16844,2006,working fulltime,52.0,,iap,18.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,2-3x a month,1,iap,4.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +16844,16845,2006,other,35.0,,yes,10.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a year,0,,14.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16845,16846,2006,working fulltime,31.0,,,6.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16846,16847,2006,"unempl, laid off",33.0,,iap,13.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,iap,10.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +16847,16848,2006,keeping house,42.0,yes,iap,12.0,south atlantic,0.0,2.0,0.0,$3000 to 3999,south atlantic,lt once a year,1,yes,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16848,16849,2006,working fulltime,45.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,2,iap,,1,0.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16849,16850,2006,retired,25.0,yes,,12.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,once a month,1,iap,7.0,0,0.0,1,0.0,1,1,0.0,1.0,0.0,0,0,0,0,0,0,1, +16850,16851,2006,retired,28.0,no,,5.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,,6.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16851,16852,2006,retired,23.0,no,,9.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,every week,0,,6.0,0,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16852,16853,2006,retired,34.0,yes,iap,6.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,1,yes,5.0,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16853,16854,2006,retired,33.0,,,11.0,w. sou. central,0.0,0.0,1.0,$20000 - 24999,w. sou. central,2-3x a month,1,,6.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16854,16855,2006,working fulltime,39.0,no,iap,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a month,2,yes,3.0,1,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16855,16856,2006,working fulltime,31.0,,,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,w. sou. central,sevrl times a yr,2,iap,5.0,1,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16856,16857,2006,working fulltime,54.0,,,12.0,pacific,2.0,0.0,0.0,$6000 to 6999,w. sou. central,never,1,,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16857,16858,2006,working fulltime,39.0,,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,2.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16858,16859,2006,school,28.0,,,15.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16859,16860,2006,keeping house,47.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16860,16861,2006,retired,29.0,,,12.0,w. sou. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,once a month,1,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16861,16862,2006,working fulltime,51.0,,,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,,4.0,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16862,16863,2006,working fulltime,30.0,no,yes,12.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,,2.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16863,16864,2006,keeping house,51.0,no,iap,12.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,1,yes,3.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16864,16865,2006,working fulltime,43.0,no,iap,12.0,w. sou. central,2.0,3.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,1,,3.0,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16865,16866,2006,working parttime,29.0,,iap,9.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,never,0,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16866,16867,2006,working fulltime,57.0,,,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,2-3x a month,1,yes,,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16867,16868,2006,working fulltime,35.0,no,iap,11.0,foreign,1.0,0.0,0.0,$10000 - 14999,w. sou. central,nrly every week,2,,8.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16868,16869,2006,working fulltime,66.0,,,18.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16869,16870,2006,working fulltime,44.0,no,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,iap,3.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16870,16871,2006,retired,47.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,never,1,yes,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16871,16872,2006,working fulltime,64.0,,iap,17.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,2.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16872,16873,2006,working fulltime,42.0,,,14.0,w. nor. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,1,iap,,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16873,16874,2006,working fulltime,28.0,,iap,12.0,w. sou. central,0.0,2.0,1.0,$25000 or more,w. sou. central,more thn once wk,1,,2.0,0,1.0,0,1.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16874,16875,2006,temp not working,64.0,no,iap,19.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16875,16876,2006,working fulltime,45.0,,iap,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,,2.0,0,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16876,16877,2006,working fulltime,60.0,,iap,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,never,2,yes,2.0,1,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16877,16878,2006,working fulltime,28.0,,,12.0,w. sou. central,1.0,1.0,1.0,$15000 - 19999,w. sou. central,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16878,16879,2006,keeping house,36.0,no,iap,10.0,w. nor. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,1,,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16879,16880,2006,keeping house,48.0,no,iap,13.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,2.0,1,1.0,0,1.0,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16880,16881,2006,working fulltime,30.0,,iap,12.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,once a year,0,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16881,16882,2006,working fulltime,42.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,lt once a year,1,,3.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16882,16883,2006,working parttime,32.0,yes,iap,16.0,w. sou. central,0.0,1.0,0.0,$10000 - 14999,w. sou. central,more thn once wk,1,yes,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16883,16884,2006,working fulltime,49.0,yes,,12.0,w. sou. central,0.0,0.0,2.0,$25000 or more,w. sou. central,sevrl times a yr,1,iap,2.0,0,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16884,16885,2006,working fulltime,27.0,,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,4.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16885,16886,2006,working fulltime,62.0,no,iap,12.0,e. sou. central,0.0,1.0,0.0,,e. sou. central,once a year,2,,,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16886,16887,2006,working fulltime,40.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,2,yes,,1,1.0,0,1.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16887,16888,2006,keeping house,43.0,yes,iap,12.0,e. sou. central,1.0,0.0,2.0,$25000 or more,e. sou. central,more thn once wk,1,yes,2.0,0,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16888,16889,2006,working fulltime,44.0,,iap,12.0,e. sou. central,0.0,0.0,1.0,$25000 or more,e. sou. central,2-3x a month,1,iap,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +16889,16890,2006,working fulltime,29.0,,,12.0,e. sou. central,0.0,0.0,1.0,,e. sou. central,more thn once wk,1,,4.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16890,16891,2006,working fulltime,51.0,,iap,16.0,e. sou. central,2.0,0.0,1.0,$25000 or more,e. sou. central,nrly every week,2,iap,3.0,1,1.0,0,1.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1, +16891,16892,2006,retired,53.0,yes,iap,10.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,,8.0,1,1.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16892,16893,2006,retired,20.0,,iap,8.0,south atlantic,1.0,0.0,0.0,$20000 - 24999,e. sou. central,never,1,,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16893,16894,2006,working fulltime,49.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16894,16895,2006,working fulltime,61.0,yes,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,yes,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16895,16896,2006,working fulltime,35.0,no,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a month,2,,1.0,1,0.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16896,16897,2006,keeping house,43.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,2,yes,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16897,16898,2006,working fulltime,40.0,,iap,10.0,e. nor. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,more thn once wk,1,,3.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16898,16899,2006,other,47.0,yes,iap,16.0,new england,1.0,0.0,0.0,$20000 - 24999,e. sou. central,never,1,iap,5.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16899,16900,2006,temp not working,32.0,,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. sou. central,once a month,1,iap,,0,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16900,16901,2006,working fulltime,33.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,never,1,yes,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16901,16902,2006,working fulltime,30.0,no,iap,12.0,pacific,1.0,3.0,0.0,$15000 - 19999,e. sou. central,once a year,2,iap,2.0,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16902,16903,2006,retired,35.0,,iap,12.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,once a year,1,yes,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16903,16904,2006,working fulltime,62.0,no,iap,16.0,e. sou. central,0.0,1.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,yes,2.0,0,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16904,16905,2006,working fulltime,32.0,no,iap,10.0,e. sou. central,0.0,0.0,0.0,$3000 to 3999,e. sou. central,once a year,2,iap,3.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16905,16906,2006,retired,34.0,,,13.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,lt once a year,1,iap,,0,1.0,0,1.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16906,16907,2006,working fulltime,65.0,yes,iap,17.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,,2.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16907,16908,2006,working fulltime,51.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,yes,2.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16908,16909,2006,working fulltime,32.0,no,iap,12.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,every week,1,yes,4.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16909,16910,2006,working parttime,39.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,e. sou. central,more thn once wk,1,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16910,16911,2006,retired,33.0,no,iap,9.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,2,yes,,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16911,16912,2006,working fulltime,32.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,yes,1.0,0,0.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16912,16913,2006,working parttime,57.0,yes,iap,13.0,w. nor. central,0.0,2.0,0.0,$25000 or more,e. sou. central,once a year,1,,2.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16913,16914,2006,keeping house,60.0,yes,iap,14.0,e. nor. central,1.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,,3.0,0,1.0,0,1.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16914,16915,2006,working fulltime,61.0,,iap,12.0,w. nor. central,0.0,0.0,1.0,,e. sou. central,lt once a year,1,,0.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16915,16916,2006,other,50.0,,iap,13.0,e. sou. central,0.0,0.0,0.0,$10000 - 14999,e. sou. central,never,0,yes,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16916,16917,2006,retired,30.0,yes,iap,7.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,0,,10.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16917,16918,2006,working fulltime,44.0,yes,iap,16.0,pacific,0.0,1.0,2.0,$10000 - 14999,e. sou. central,every week,2,iap,2.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16918,16919,2006,working fulltime,51.0,,,13.0,e. nor. central,0.0,0.0,0.0,,e. sou. central,more thn once wk,2,iap,,1,0.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16919,16920,2006,working fulltime,74.0,,,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,every week,1,,0.0,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16920,16921,2006,working parttime,20.0,yes,iap,4.0,foreign,0.0,0.0,1.0,$10000 - 14999,w. sou. central,2-3x a month,0,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16921,16922,2006,working parttime,31.0,no,,8.0,w. sou. central,0.0,0.0,2.0,,w. sou. central,every week,2,,6.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16922,16923,2006,"unempl, laid off",21.0,,iap,6.0,w. sou. central,0.0,0.0,0.0,$5000 to 5999,w. sou. central,2-3x a month,1,,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16923,16924,2006,working fulltime,58.0,no,iap,16.0,w. sou. central,1.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,iap,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16924,16925,2006,other,42.0,no,iap,18.0,south atlantic,0.0,0.0,0.0,$6000 to 6999,w. sou. central,every week,0,,12.0,0,1.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16925,16926,2006,working fulltime,32.0,,iap,13.0,w. sou. central,0.0,0.0,1.0,$25000 or more,w. sou. central,sevrl times a yr,1,,4.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16926,16927,2006,working fulltime,28.0,,iap,6.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,0,iap,,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16927,16928,2006,working fulltime,34.0,,iap,3.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,every week,1,,3.0,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16928,16929,2006,working parttime,17.0,yes,iap,9.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,once a year,2,yes,4.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16929,16930,2006,retired,51.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16930,16931,2006,retired,61.0,,iap,15.0,w. sou. central,0.0,0.0,0.0,$1000 to 2999,w. sou. central,never,1,yes,2.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16931,16932,2006,keeping house,19.0,no,,10.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,every week,0,,1.0,0,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16932,16933,2006,other,33.0,,,14.0,w. sou. central,0.0,0.0,0.0,$6000 to 6999,w. sou. central,once a month,1,iap,,0,0.0,1,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16933,16934,2006,working fulltime,30.0,no,iap,0.0,foreign,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,2,,2.0,1,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16934,16935,2006,working fulltime,30.0,,,11.0,w. sou. central,0.0,0.0,1.0,$5000 to 5999,w. sou. central,sevrl times a yr,1,,1.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16935,16936,2006,working fulltime,23.0,,iap,10.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,once a year,0,,3.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16936,16937,2006,keeping house,51.0,no,,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,2,yes,6.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16937,16938,2006,keeping house,35.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,,w. sou. central,once a year,0,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16938,16939,2006,working fulltime,60.0,no,iap,12.0,w. nor. central,1.0,0.0,0.0,$25000 or more,w. sou. central,once a year,1,yes,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16939,16940,2006,working fulltime,45.0,yes,iap,13.0,w. sou. central,1.0,1.0,0.0,$25000 or more,w. sou. central,every week,2,yes,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16940,16941,2006,working fulltime,42.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,more thn once wk,1,yes,2.0,0,1.0,0,,0,0,,0.0,1.0,0,0,0,0,0,0,1, +16941,16942,2006,retired,30.0,no,,9.0,w. sou. central,0.0,0.0,0.0,$4000 to 4999,w. sou. central,once a year,1,yes,8.0,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16942,16943,2006,working parttime,34.0,no,iap,12.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,sevrl times a yr,1,yes,3.0,0,0.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +16943,16944,2006,working fulltime,,,iap,12.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,once a year,1,yes,5.0,0,1.0,0,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16944,16945,2006,working fulltime,30.0,yes,iap,7.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,2,yes,2.0,1,0.0,0,1.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16945,16946,2006,working fulltime,66.0,,,15.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,2-3x a month,1,,0.0,0,0.0,0,,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16946,16947,2006,other,30.0,,iap,11.0,w. nor. central,0.0,0.0,0.0,$8000 to 9999,w. sou. central,every week,2,iap,1.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16947,16948,2006,keeping house,31.0,yes,iap,8.0,w. sou. central,0.0,0.0,0.0,lt $1000,w. sou. central,once a year,1,,5.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16948,16949,2006,working fulltime,36.0,,,13.0,w. sou. central,0.0,0.0,0.0,,w. sou. central,lt once a year,1,iap,,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1, +16949,16950,2006,keeping house,22.0,yes,iap,12.0,w. sou. central,0.0,0.0,0.0,$15000 - 19999,w. sou. central,every week,2,yes,,1,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16950,16951,2006,working fulltime,51.0,,,16.0,south atlantic,0.0,0.0,0.0,$10000 - 14999,south atlantic,never,2,yes,3.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16951,16952,2006,working parttime,66.0,no,iap,16.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,lt once a year,1,,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16952,16953,2006,other,31.0,,,10.0,south atlantic,2.0,0.0,0.0,lt $1000,south atlantic,2-3x a month,1,iap,,0,1.0,1,,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +16953,16954,2006,keeping house,28.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,0,iap,,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16954,16955,2006,working fulltime,51.0,no,iap,12.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,never,1,iap,3.0,0,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +16955,16956,2006,working fulltime,33.0,,iap,14.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,lt once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16956,16957,2006,retired,59.0,,yes,17.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,yes,,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16957,16958,2006,working fulltime,51.0,,,19.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,more thn once wk,1,,4.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16958,16959,2006,working fulltime,24.0,yes,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a year,2,,3.0,1,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16959,16960,2006,working fulltime,34.0,no,iap,10.0,south atlantic,0.0,2.0,1.0,$25000 or more,south atlantic,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16960,16961,2006,retired,68.0,,iap,16.0,south atlantic,0.0,0.0,0.0,$15000 - 19999,south atlantic,more thn once wk,1,yes,4.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16961,16962,2006,working parttime,51.0,,iap,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,1,,2.0,0,1.0,0,,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16962,16963,2006,temp not working,74.0,,iap,16.0,e. sou. central,0.0,0.0,0.0,$25000 or more,south atlantic,nrly every week,2,iap,,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16963,16964,2006,retired,22.0,no,,10.0,south atlantic,0.0,0.0,0.0,$8000 to 9999,south atlantic,never,0,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16964,16965,2006,keeping house,,,,9.0,south atlantic,0.0,1.0,0.0,,south atlantic,never,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16965,16966,2006,working fulltime,40.0,,,16.0,foreign,0.0,0.0,0.0,,south atlantic,more thn once wk,0,,2.0,0,0.0,1,,0,0,,0.0,1.0,0,0,0,0,0,0,1,1.0 +16966,16967,2006,retired,23.0,no,iap,9.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,1,yes,4.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16967,16968,2006,working parttime,31.0,no,,13.0,south atlantic,0.0,0.0,0.0,,south atlantic,never,0,iap,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16968,16969,2006,school,39.0,,iap,17.0,south atlantic,0.0,2.0,2.0,$10000 - 14999,south atlantic,sevrl times a yr,2,,1.0,1,1.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16969,16970,2006,working fulltime,51.0,no,iap,13.0,south atlantic,0.0,0.0,1.0,$25000 or more,south atlantic,every week,0,,1.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16970,16971,2006,working fulltime,31.0,,,12.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16971,16972,2006,working fulltime,35.0,no,iap,12.0,south atlantic,0.0,2.0,0.0,$25000 or more,south atlantic,lt once a year,1,yes,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16972,16973,2006,school,,,,12.0,south atlantic,0.0,0.0,0.0,,south atlantic,lt once a year,2,iap,,1,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16973,16974,2006,working fulltime,62.0,yes,iap,16.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,every week,2,yes,,1,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16974,16975,2006,working fulltime,40.0,,,13.0,south atlantic,2.0,1.0,0.0,,south atlantic,every week,1,yes,2.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +16975,16976,2006,retired,33.0,no,yes,11.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,more thn once wk,0,yes,,0,1.0,0,0.0,0,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +16976,16977,2006,working fulltime,36.0,no,iap,14.0,mountain,0.0,0.0,1.0,$20000 - 24999,mountain,sevrl times a yr,1,yes,,0,0.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16977,16978,2006,other,,,,12.0,mountain,0.0,0.0,0.0,$5000 to 5999,mountain,never,1,,8.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16978,16979,2006,school,,,,12.0,mountain,0.0,0.0,0.0,$3000 to 3999,mountain,sevrl times a yr,1,,3.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16979,16980,2006,working fulltime,51.0,,iap,14.0,mountain,0.0,0.0,2.0,$25000 or more,mountain,2-3x a month,1,iap,2.0,0,1.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16980,16981,2006,working fulltime,57.0,,iap,15.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,2,yes,,1,0.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16981,16982,2006,working fulltime,74.0,,,17.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16982,16983,2006,school,36.0,,,18.0,w. nor. central,0.0,0.0,0.0,$6000 to 6999,mountain,once a month,0,iap,2.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +16983,16984,2006,working fulltime,52.0,yes,iap,19.0,pacific,0.0,0.0,0.0,$20000 - 24999,mountain,never,0,,0.0,0,0.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +16984,16985,2006,"unempl, laid off",23.0,no,iap,4.0,foreign,0.0,0.0,0.0,$25000 or more,mountain,once a year,0,iap,4.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +16985,16986,2006,school,35.0,no,iap,14.0,foreign,2.0,2.0,1.0,$25000 or more,mountain,lt once a year,2,,2.0,1,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16986,16987,2006,school,,no,iap,15.0,foreign,1.0,0.0,0.0,$6000 to 6999,mountain,every week,1,,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16987,16988,2006,keeping house,28.0,,,15.0,mountain,0.0,0.0,0.0,$5000 to 5999,mountain,never,1,,8.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +16988,16989,2006,school,42.0,,,14.0,mountain,0.0,0.0,0.0,$10000 - 14999,mountain,sevrl times a yr,2,iap,,1,0.0,0,0.0,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16989,16990,2006,keeping house,42.0,no,iap,14.0,pacific,0.0,0.0,0.0,$20000 - 24999,mountain,never,2,,5.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16990,16991,2006,working parttime,74.0,no,iap,20.0,e. nor. central,0.0,0.0,0.0,$25000 or more,mountain,never,2,iap,,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +16991,16992,2006,"unempl, laid off",42.0,,iap,13.0,middle atlantic,0.0,0.0,1.0,$15000 - 19999,mountain,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16992,16993,2006,working parttime,72.0,,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,yes,,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +16993,16994,2006,working fulltime,42.0,,,15.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,mountain,once a year,1,iap,,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16994,16995,2006,working fulltime,36.0,,,9.0,foreign,2.0,1.0,0.0,$25000 or more,mountain,2-3x a month,0,iap,,0,0.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,1.0 +16995,16996,2006,keeping house,46.0,yes,iap,16.0,foreign,1.0,4.0,3.0,$25000 or more,mountain,nrly every week,2,,1.0,1,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +16996,16997,2006,retired,45.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,1,yes,3.0,0,0.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +16997,16998,2006,working fulltime,44.0,,,14.0,mountain,0.0,1.0,0.0,$25000 or more,mountain,once a year,1,yes,,0,1.0,0,0.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +16998,16999,2006,working parttime,64.0,yes,iap,18.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,2-3x a month,2,yes,,1,1.0,0,1.0,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +16999,17000,2006,retired,42.0,yes,iap,14.0,w. sou. central,0.0,0.0,0.0,$25000 or more,mountain,more thn once wk,2,yes,3.0,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +17000,17001,2006,working fulltime,53.0,no,iap,15.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,once a year,2,,2.0,1,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17001,17002,2006,working fulltime,69.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,sevrl times a yr,1,,3.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +17002,17003,2006,working fulltime,31.0,,iap,12.0,mountain,0.0,0.0,0.0,$1000 to 2999,mountain,never,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17003,17004,2006,working fulltime,66.0,no,iap,12.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,nrly every week,1,yes,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +17004,17005,2006,working fulltime,44.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,mountain,never,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17005,17006,2006,keeping house,23.0,yes,iap,15.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,never,1,,5.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17006,17007,2006,retired,35.0,yes,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17007,17008,2006,working parttime,23.0,yes,iap,15.0,mountain,0.0,2.0,0.0,$25000 or more,mountain,every week,1,,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17008,17009,2006,retired,42.0,no,,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,every week,2,iap,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17009,17010,2006,working fulltime,29.0,no,iap,17.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,4.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17010,17011,2006,working fulltime,25.0,,iap,11.0,pacific,1.0,1.0,0.0,$20000 - 24999,mountain,never,2,,3.0,1,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17011,17012,2006,working fulltime,36.0,no,iap,13.0,mountain,1.0,0.0,0.0,$10000 - 14999,mountain,once a month,2,iap,4.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +17012,17013,2006,working parttime,28.0,,yes,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,mountain,once a year,0,yes,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17013,17014,2006,working fulltime,47.0,yes,iap,11.0,mountain,0.0,0.0,0.0,$25000 or more,mountain,never,1,,3.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17014,17015,2006,working parttime,42.0,no,,13.0,mountain,0.0,0.0,0.0,$20000 - 24999,mountain,every week,2,iap,5.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17015,17016,2006,retired,30.0,no,iap,8.0,mountain,0.0,0.0,0.0,$7000 to 7999,mountain,nrly every week,1,iap,6.0,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1, +17016,17017,2006,other,39.0,,iap,10.0,mountain,0.0,0.0,1.0,$7000 to 7999,mountain,never,0,iap,,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17017,17018,2006,working fulltime,35.0,no,iap,16.0,pacific,2.0,2.0,0.0,$20000 - 24999,mountain,more thn once wk,2,,,1,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +17018,17019,2006,retired,32.0,,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,,3.0,1,1.0,0,1.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +17019,17020,2006,retired,72.0,no,iap,18.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17020,17021,2006,keeping house,23.0,no,iap,8.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17021,17022,2006,working fulltime,31.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a month,2,yes,2.0,1,1.0,0,1.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +17022,17023,2006,retired,32.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,more thn once wk,1,,5.0,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +17023,17024,2006,working fulltime,36.0,no,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,lt once a year,1,yes,,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17024,17025,2006,working fulltime,65.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +17025,17026,2006,retired,46.0,no,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,2,yes,,1,1.0,0,1.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17026,17027,2006,working parttime,25.0,,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,never,1,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17027,17028,2006,working fulltime,47.0,yes,iap,11.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,3.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1, +17028,17029,2006,working parttime,38.0,,yes,13.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,1,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17029,17030,2006,working fulltime,73.0,,,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17030,17031,2006,working fulltime,52.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,2,yes,0.0,1,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +17031,17032,2006,working parttime,23.0,,,10.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,2,iap,2.0,1,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +17032,17033,2006,working fulltime,51.0,,iap,13.0,middle atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,2,yes,,1,0.0,0,0.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +17033,17034,2006,working fulltime,39.0,,iap,19.0,w. nor. central,0.0,0.0,0.0,,pacific,sevrl times a yr,2,,0.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17034,17035,2006,retired,22.0,no,iap,12.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,once a year,2,yes,14.0,1,1.0,1,0.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17035,17036,2006,working fulltime,28.0,no,iap,12.0,pacific,0.0,0.0,2.0,$25000 or more,pacific,once a month,1,,1.0,0,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +17036,17037,2006,working fulltime,51.0,,iap,14.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,yes,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17037,17038,2006,working fulltime,37.0,,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,1,iap,3.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17038,17039,2006,retired,,yes,iap,13.0,pacific,0.0,0.0,0.0,,pacific,sevrl times a yr,2,yes,1.0,1,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +17039,17040,2006,keeping house,23.0,,,6.0,foreign,2.0,1.0,0.0,,pacific,never,2,iap,2.0,1,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +17040,17041,2006,working fulltime,44.0,no,iap,12.0,pacific,0.0,0.0,3.0,$25000 or more,pacific,lt once a year,1,yes,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17041,17042,2006,keeping house,,,,12.0,pacific,0.0,1.0,1.0,,pacific,lt once a year,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17042,17043,2006,school,51.0,,iap,15.0,pacific,0.0,1.0,2.0,$1000 to 2999,pacific,never,1,yes,2.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +17043,17044,2006,working parttime,23.0,,,19.0,pacific,0.0,0.0,0.0,$15000 - 19999,pacific,every week,0,iap,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +17044,17045,2006,keeping house,23.0,no,iap,13.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,0.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17045,17046,2006,working fulltime,39.0,no,iap,12.0,pacific,1.0,3.0,1.0,$25000 or more,pacific,once a year,1,yes,2.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17046,17047,2006,keeping house,29.0,no,,12.0,south atlantic,0.0,1.0,2.0,$8000 to 9999,pacific,never,1,iap,7.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +17047,17048,2006,"unempl, laid off",20.0,,iap,12.0,pacific,0.0,0.0,0.0,,pacific,never,0,iap,,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17048,17049,2006,keeping house,52.0,,,15.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,0,iap,,0,0.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17049,17050,2006,retired,51.0,no,,12.0,pacific,0.0,0.0,0.0,$10000 - 14999,pacific,once a year,0,iap,,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17050,17051,2006,other,51.0,yes,iap,12.0,mountain,0.0,0.0,0.0,$15000 - 19999,pacific,more thn once wk,0,iap,,0,1.0,0,1.0,0,0,1.0,0.0,1.0,0,0,0,0,0,0,1,1.0 +17051,17052,2006,working parttime,28.0,no,iap,12.0,pacific,0.0,1.0,0.0,$25000 or more,pacific,once a year,1,yes,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17052,17053,2006,working fulltime,21.0,yes,iap,12.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17053,17054,2006,retired,66.0,no,,18.0,pacific,0.0,0.0,0.0,,pacific,never,1,,4.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17054,17055,2006,working fulltime,51.0,,,12.0,pacific,1.0,0.0,0.0,$25000 or more,pacific,never,0,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17055,17056,2006,working fulltime,39.0,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,never,1,,2.0,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17056,17057,2006,other,42.0,yes,,6.0,foreign,1.0,0.0,0.0,,middle atlantic,lt once a year,1,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17057,17058,2006,retired,33.0,yes,,12.0,middle atlantic,0.0,0.0,0.0,$10000 - 14999,middle atlantic,more thn once wk,2,,4.0,1,0.0,0,0.0,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +17058,17059,2006,keeping house,27.0,,,8.0,foreign,1.0,1.0,1.0,$4000 to 4999,middle atlantic,sevrl times a yr,0,iap,5.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +17059,17060,2006,working fulltime,28.0,no,iap,14.0,foreign,0.0,1.0,1.0,$25000 or more,middle atlantic,every week,1,,2.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17060,17061,2006,retired,,,iap,8.0,foreign,0.0,0.0,0.0,$8000 to 9999,middle atlantic,nrly every week,0,,5.0,0,1.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +17061,17062,2006,keeping house,86.0,yes,iap,18.0,foreign,0.0,0.0,0.0,$20000 - 24999,middle atlantic,once a year,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17062,17063,2006,working parttime,57.0,,,19.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,every week,1,iap,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17063,17064,2006,working fulltime,28.0,,,12.0,w. sou. central,0.0,0.0,0.0,$25000 or more,pacific,once a year,1,iap,,0,0.0,1,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17064,17065,2006,working fulltime,36.0,,,14.0,foreign,2.0,0.0,0.0,$25000 or more,pacific,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17065,17066,2006,working parttime,29.0,no,,15.0,foreign,0.0,0.0,0.0,,pacific,every week,2,iap,,1,0.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17066,17067,2006,working fulltime,25.0,no,iap,14.0,foreign,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,,1.0,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17067,17068,2006,keeping house,47.0,no,iap,12.0,pacific,1.0,1.0,2.0,$25000 or more,pacific,every week,1,iap,3.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +17068,17069,2006,retired,66.0,no,iap,17.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,2-3x a month,2,,0.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17069,17070,2006,keeping house,34.0,,iap,15.0,pacific,0.0,0.0,0.0,$1000 to 2999,pacific,never,0,iap,,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17070,17071,2006,working fulltime,35.0,no,,15.0,middle atlantic,0.0,0.0,0.0,,middle atlantic,every week,2,,2.0,1,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17071,17072,2006,working fulltime,65.0,,iap,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17072,17073,2006,working fulltime,22.0,no,iap,12.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,every week,0,iap,3.0,0,1.0,1,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +17073,17074,2006,working parttime,23.0,yes,iap,17.0,foreign,0.0,0.0,0.0,,south atlantic,once a year,0,yes,,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17074,17075,2006,working fulltime,42.0,yes,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,every week,2,yes,1.0,1,1.0,1,0.0,1,1,0.0,0.0,0.0,0,0,0,0,0,0,1, +17075,17076,2006,other,53.0,no,iap,16.0,e. nor. central,0.0,0.0,0.0,$25000 or more,e. nor. central,sevrl times a yr,2,,2.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17076,17077,2006,working parttime,22.0,yes,iap,8.0,foreign,0.0,1.0,3.0,,w. sou. central,once a month,1,iap,2.0,0,1.0,0,,1,0,,1.0,0.0,0,0,0,0,0,0,1, +17077,17078,2006,retired,30.0,,yes,10.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,once a month,1,,6.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17078,17079,2006,working fulltime,30.0,no,iap,12.0,south atlantic,0.0,3.0,0.0,$25000 or more,south atlantic,every week,2,,6.0,1,1.0,1,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17079,17080,2006,working fulltime,39.0,yes,,16.0,pacific,0.0,0.0,0.0,$25000 or more,w. sou. central,sevrl times a yr,2,,3.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17080,17081,2006,"unempl, laid off",60.0,,,12.0,w. sou. central,0.0,0.0,1.0,$20000 - 24999,w. sou. central,sevrl times a yr,1,iap,,0,0.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,1.0 +17081,17082,2006,retired,43.0,no,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,new england,lt once a year,1,iap,1.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1, +17082,17083,2006,school,49.0,no,iap,18.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,,2.0,1,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17083,17084,2006,retired,51.0,no,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,mountain,every week,1,iap,1.0,0,0.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17084,17085,2006,keeping house,,no,iap,16.0,pacific,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,1.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17085,17086,2006,working parttime,47.0,no,iap,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,sevrl times a yr,2,iap,3.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1, +17086,17087,2006,temp not working,42.0,,iap,15.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,yes,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17087,17088,2006,working fulltime,51.0,,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,lt once a year,0,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17088,17089,2006,retired,72.0,no,iap,16.0,mountain,0.0,0.0,0.0,$25000 or more,w. nor. central,every week,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17089,17090,2006,working fulltime,51.0,yes,iap,13.0,w. sou. central,0.0,0.0,0.0,$25000 or more,w. sou. central,never,2,,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17090,17091,2006,working fulltime,32.0,,iap,12.0,south atlantic,0.0,0.0,0.0,$20000 - 24999,south atlantic,nrly every week,0,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +17091,17092,2006,working fulltime,44.0,,,17.0,foreign,0.0,0.0,0.0,$25000 or more,south atlantic,never,1,,1.0,0,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17092,17093,2006,working fulltime,34.0,no,iap,11.0,pacific,0.0,1.0,1.0,$25000 or more,pacific,never,1,,1.0,0,0.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1, +17093,17094,2006,working fulltime,36.0,,,18.0,pacific,0.0,0.0,0.0,$25000 or more,pacific,every week,0,yes,1.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17094,17095,2006,working fulltime,63.0,,,20.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,never,1,,4.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17095,17096,2006,keeping house,42.0,,,16.0,south atlantic,0.0,0.0,0.0,$25000 or more,pacific,sevrl times a yr,1,,4.0,0,1.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17096,17097,2006,working fulltime,52.0,,iap,16.0,foreign,0.0,0.0,0.0,$25000 or more,pacific,every week,2,iap,2.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17097,17098,2006,working fulltime,30.0,,,16.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,sevrl times a yr,1,yes,2.0,0,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1, +17098,17099,2006,keeping house,,no,iap,14.0,new england,2.0,1.0,0.0,$25000 or more,mountain,every week,1,,2.0,0,1.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17099,17100,2006,other,66.0,,,14.0,foreign,1.0,0.0,0.0,$7000 to 7999,new england,more thn once wk,1,iap,,0,0.0,0,,1,0,,0.0,1.0,0,0,0,0,0,0,1,0.0 +17100,17101,2006,working fulltime,52.0,no,iap,18.0,new england,0.0,1.0,0.0,$25000 or more,new england,2-3x a month,2,,2.0,1,1.0,0,0.0,1,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17101,17102,2006,retired,22.0,no,iap,12.0,middle atlantic,0.0,0.0,0.0,$15000 - 19999,middle atlantic,lt once a year,1,yes,8.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17102,17103,2006,working fulltime,23.0,,iap,12.0,middle atlantic,0.0,0.0,0.0,$25000 or more,middle atlantic,lt once a year,2,yes,,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17103,17104,2006,working fulltime,44.0,no,iap,15.0,middle atlantic,0.0,1.0,1.0,$25000 or more,middle atlantic,never,1,,2.0,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17104,17105,2006,retired,22.0,yes,,7.0,e. nor. central,0.0,0.0,0.0,$10000 - 14999,e. nor. central,sevrl times a yr,0,iap,6.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1, +17105,17106,2006,retired,31.0,no,,12.0,e. nor. central,0.0,0.0,0.0,$1000 to 2999,e. nor. central,never,2,iap,,1,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17106,17107,2006,working fulltime,42.0,,,12.0,e. nor. central,2.0,1.0,0.0,$25000 or more,e. nor. central,2-3x a month,1,,2.0,0,1.0,1,,1,1,,1.0,0.0,0,0,0,0,0,0,1,0.0 +17107,17108,2006,working fulltime,61.0,no,iap,17.0,e. nor. central,0.0,1.0,0.0,$25000 or more,e. nor. central,nrly every week,1,iap,,0,1.0,0,1.0,1,0,1.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +17108,17109,2006,working fulltime,45.0,,,13.0,e. nor. central,0.0,0.0,0.0,$15000 - 19999,e. nor. central,never,1,iap,,0,1.0,0,0.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17109,17110,2006,working fulltime,49.0,,,12.0,e. nor. central,0.0,1.0,0.0,,e. nor. central,2-3x a month,1,,,0,1.0,1,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17110,17111,2006,working fulltime,31.0,no,iap,12.0,e. sou. central,1.0,0.0,0.0,$25000 or more,e. nor. central,every week,1,,2.0,0,0.0,0,1.0,0,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17111,17112,2006,working fulltime,47.0,yes,iap,10.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,sevrl times a yr,2,,6.0,1,1.0,0,,0,0,,1.0,0.0,0,0,0,0,0,0,1,0.0 +17112,17113,2006,working fulltime,35.0,yes,iap,12.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,sevrl times a yr,1,,2.0,0,1.0,0,0.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +17113,17114,2006,retired,51.0,yes,iap,19.0,w. nor. central,0.0,0.0,0.0,$25000 or more,w. nor. central,once a year,1,yes,,0,1.0,0,0.0,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17114,17115,2006,working parttime,66.0,,iap,17.0,w. nor. central,0.0,0.0,2.0,$20000 - 24999,w. nor. central,once a year,1,,3.0,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17115,17116,2006,other,42.0,,iap,7.0,e. sou. central,1.0,2.0,0.0,$25000 or more,e. sou. central,lt once a year,1,iap,5.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +17116,17117,2006,working fulltime,25.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,,e. sou. central,never,0,iap,,0,1.0,0,0.0,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17117,17118,2006,working fulltime,49.0,,iap,14.0,e. sou. central,0.0,0.0,0.0,$25000 or more,e. sou. central,more thn once wk,1,,3.0,0,1.0,1,0.0,1,1,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +17118,17119,2006,working fulltime,31.0,,,12.0,south atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,2-3x a month,2,iap,,1,0.0,0,1.0,0,0,0.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17119,17120,2006,retired,74.0,yes,iap,14.0,middle atlantic,0.0,0.0,0.0,$25000 or more,south atlantic,every week,1,yes,,0,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1,1.0 +17120,17121,2006,working fulltime,28.0,yes,yes,12.0,w. sou. central,0.0,0.0,1.0,$3000 to 3999,w. sou. central,never,2,,2.0,1,0.0,0,1.0,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17121,17122,2006,keeping house,39.0,no,yes,16.0,south atlantic,2.0,0.0,0.0,$25000 or more,south atlantic,never,1,,3.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17122,17123,2006,working parttime,48.0,,iap,16.0,new england,0.0,0.0,0.0,$25000 or more,e. sou. central,sevrl times a yr,1,iap,,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 +17123,17124,2006,working parttime,61.0,,,14.0,e. sou. central,0.0,0.0,0.0,$20000 - 24999,e. sou. central,never,0,iap,,0,0.0,1,,1,1,,0.0,0.0,0,0,0,0,0,0,1,0.0 +17124,17125,2006,retired,34.0,no,,16.0,w. sou. central,0.0,0.0,0.0,$10000 - 14999,w. sou. central,nrly every week,1,,4.0,0,1.0,0,,1,0,0.0,0.0,1.0,0,0,0,0,0,0,1,0.0 +17125,17126,2006,working fulltime,53.0,,,14.0,south atlantic,0.0,1.0,0.0,$25000 or more,south atlantic,lt once a year,2,iap,2.0,1,0.0,1,0.0,1,1,,0.0,0.0,0,0,0,0,0,0,1, +17126,17127,2006,working fulltime,19.0,,iap,14.0,e. nor. central,0.0,0.0,0.0,$25000 or more,south atlantic,lt once a year,1,iap,,0,0.0,1,,0,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17127,17128,2006,retired,45.0,yes,iap,11.0,w. sou. central,0.0,0.0,0.0,$20000 - 24999,mountain,never,2,iap,4.0,1,1.0,0,1.0,0,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17128,17129,2006,retired,68.0,yes,iap,12.0,pacific,0.0,0.0,0.0,,mountain,every week,1,,3.0,0,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17129,17130,2006,keeping house,22.0,no,iap,14.0,pacific,,,,$25000 or more,mountain,every week,2,yes,0.0,1,1.0,0,1.0,1,0,1.0,0.0,0.0,0,0,0,0,0,0,1, +17130,17131,2006,working fulltime,23.0,,,14.0,mountain,0.0,0.0,0.0,,mountain,every week,2,,4.0,1,1.0,0,,0,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17131,17132,2006,working fulltime,29.0,no,iap,1.0,foreign,0.0,0.0,0.0,$8000 to 9999,pacific,sevrl times a yr,0,,2.0,0,1.0,0,0.0,1,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17132,17133,2006,keeping house,29.0,,,9.0,mountain,0.0,0.0,0.0,$3000 to 3999,pacific,lt once a year,1,iap,1.0,0,0.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1, +17133,17134,2006,temp not working,51.0,,iap,16.0,e. nor. central,0.0,1.0,1.0,$25000 or more,pacific,once a month,1,,1.0,0,1.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,0.0 +17134,17135,2006,retired,,yes,,8.0,mountain,0.0,0.0,0.0,$6000 to 6999,mountain,never,1,,4.0,0,1.0,0,,1,0,0.0,0.0,0.0,0,0,0,0,0,0,1,0.0 +17135,17136,2006,keeping house,20.0,no,iap,6.0,foreign,1.0,2.0,1.0,$6000 to 6999,mountain,every week,0,,8.0,0,1.0,0,,1,0,,0.0,0.0,0,0,0,0,0,0,1,1.0 +17136,17137,2006,"unempl, laid off",30.0,,iap,12.0,pacific,0.0,0.0,0.0,$6000 to 6999,pacific,sevrl times a yr,0,,6.0,0,0.0,0,1.0,0,0,1.0,1.0,0.0,0,0,0,0,0,0,1,1.0 diff --git a/lecture/lecture-9/data-narratives/israel-palestine.csv b/lecture/lecture-9/data-narratives/israel-palestine.csv new file mode 100644 index 000000000..f4225eb37 --- /dev/null +++ b/lecture/lecture-9/data-narratives/israel-palestine.csv @@ -0,0 +1,252 @@ +,Year,Month,Palestinians Injuries,Israelis Injuries,Palestinians Killed,Israelis Killed +0,2000.0,DECEMBER,781,,51,8 +1,2000.0,NOVEMBER,3838,,112,22 +2,2000.0,OCTOBER,5984,,104,10 +3,2000.0,SEPTEMBER,,,16,1 +4,2001.0,DECEMBER,304,,67,36 +5,2001.0,NOVEMBER,160,,39,14 +6,2001.0,OCTOBER,407,,89,14 +7,2001.0,SEPTEMBER,657,,59,13 +8,2001.0,AUGUST,502,,37,26 +9,2001.0,JULY,394,,32,10 +10,2001.0,JUNE,319,,13,28 +11,2001.0,MAY,932,,46,17 +12,2001.0,APRIL,715,,23,7 +13,2001.0,MARCH,927,,27,8 +14,2001.0,FEBRUARY,598,,19,13 +15,2001.0,JANUARY,471,,19,6 +16,2002.0,DECEMBER,185,,72,7 +17,2002.0,NOVEMBER,264,,46,40 +18,2002.0,OCTOBER,388,,66,22 +19,2002.0,SEPTEMBER,353,,51,13 +20,2002.0,AUGUST,186,,53,13 +21,2002.0,JULY,374,,43,25 +22,2002.0,JUNE,299,,57,57 +23,2002.0,MAY,181,,48,29 +24,2002.0,APRIL,523,,246,46 +25,2002.0,MARCH,870,,237,122 +26,2002.0,FEBRUARY,429,,85,29 +27,2002.0,JANUARY,330,,28,16 +28,2003.0,DECEMBER,322,,48,6 +29,2003.0,NOVEMBER,106,,30,4 +30,2003.0,OCTOBER,289,,58,27 +31,2003.0,SEPTEMBER,226,,29,21 +32,2003.0,AUGUST,191,,26,25 +33,2003.0,JULY,34,,4,2 +34,2003.0,JUNE,367,,59,28 +35,2003.0,MAY,239,,61,13 +36,2003.0,APRIL,303,,59,6 +37,2003.0,MARCH,379,,85,23 +38,2003.0,FEBRUARY,244,,69,8 +39,2003.0,JANUARY,292,,60,22 +40,2004.0,DECEMBER,161,,61,8 +41,2004.0,NOVEMBER,98,,42,3 +42,2004.0,OCTOBER,343,,145,3 +43,2004.0,SEPTEMBER,579,,112,11 +44,2004.0,AUGUST,287,,39,17 +45,2004.0,JULY,251,,0,0 +46,2004.0,JUNE,377,,59,3 +47,2004.0,MAY,545,,113,19 +48,2004.0,APRIL,346,,55,3 +49,2004.0,MARCH,417,,79,11 +50,2004.0,FEBRUARY,437,,54,11 +51,2004.0,JANUARY,168,,27,15 +52,2005.0,DECEMBER,166,88,20,8 +53,2005.0,NOVEMBER,99,17,15,1 +54,2005.0,OCTOBER,81,46,22,10 +55,2005.0,SEPTEMBER,90,25,17,1 +56,2005.0,AUGUST,130,16,11,0 +57,2005.0,JULY,165,105,25,8 +58,2005.0,JUNE,116,20,5,4 +59,2005.0,MAY,81,17,10,1 +60,2005.0,APRIL,183,19,5,0 +61,2005.0,MARCH,68,17,1,0 +62,2005.0,FEBRUARY,42,62,9,5 +63,2005.0,JANUARY,164,61,50,13 +64,2006.0,DECEMBER,73,12,14,0 +65,2006.0,NOVEMBER,491,30,134,0 +66,2006.0,OCTOBER,180,19,61,0 +67,2006.0,SEPTEMBER,196,24,32,1 +68,2006.0,AUGUST,266,10,74,1 +69,2006.0,JULY,799,41,180,2 +70,2006.0,JUNE,198,26,43,3 +71,2006.0,MAY,257,14,37,0 +72,2006.0,APRIL,254,78,31,7 +73,2006.0,MARCH,203,46,15,5 +74,2006.0,FEBRUARY,194,30,31,1 +75,2006.0,JANUARY,88,47,13,0 +76,2007.0,DECEMBER,13720,20,61,2 +77,2007.0,NOVEMBER,127,6,31,1 +78,2007.0,OCTOBER,152,13,36,2 +79,2007.0,SEPTEMBER,135,87,34,0 +80,2007.0,AUGUST,154,56,47,0 +81,2007.0,JULY,67,7,27,1 +82,2007.0,JUNE,162,19,40,0 +83,2007.0,MAY,281,30,62,2 +84,2007.0,APRIL,115,22,16,0 +85,2007.0,MARCH,153,15,9,0 +86,2007.0,FEBRUARY,256,35,12,1 +87,2007.0,JANUARY,104,12,10,3 +88,2008.0,DECEMBER,,,432,4 +89,2008.0,NOVEMBER,,,15,0 +90,2008.0,OCTOBER,,,4,1 +91,2008.0,SEPTEMBER,,,3,0 +92,2008.0,AUGUST,,,0,4 +93,2008.0,JULY,,,8,4 +94,2008.0,JUNE,,,30,1 +95,2008.0,MAY,,,40,2 +96,2008.0,APRIL,,,72,8 +97,2008.0,MARCH,,,114,12 +98,2008.0,FEBRUARY,,,79,2 +99,2008.0,JANUARY,,,89,1 +100,2009.0,DECEMBER,195,,6,1 +101,2009.0,NOVEMBER,30,,1,0 +102,2009.0,OCTOBER,88,,0,0 +103,2009.0,SEPTEMBER,80,,9,0 +104,2009.0,AUGUST,36,,6,0 +105,2009.0,JULY,26,,2,0 +106,2009.0,JUNE,89,,4,0 +107,2009.0,MAY,82,,6,1 +108,2009.0,APRIL,136,,6,1 +109,2009.0,MARCH,87,,9,0 +110,2009.0,FEBRUARY,65,,9,0 +111,2009.0,JANUARY,5557,,978,6 +112,2010.0,DECEMBER,105,5,13,0 +113,2010.0,NOVEMBER,87,7,3,0 +114,2010.0,OCTOBER,147,5,6,0 +115,2010.0,SEPTEMBER,148,12,13,0 +116,2010.0,AUGUST,46,11,2,4 +117,2010.0,JULY,85,0,5,0 +118,2010.0,JUNE,104,21,15,1 +119,2010.0,MAY,118,17,2,0 +120,2010.0,APRIL,119,10,5,0 +121,2010.0,MARCH,402,59,8,2 +122,2010.0,FEBRUARY,92,14,2,2 +123,2010.0,JANUARY,86,15,8,0 +124,2011.0,DECEMBER,210,6,8,0 +125,2011.0,NOVEMBER,63,3,4,0 +126,2011.0,OCTOBER,110,9,12,0 +127,2011.0,SEPTEMBER,149,5,2,2 +128,2011.0,AUGUST,191,22,30,1 +129,2011.0,JULY,156,3,4,0 +130,2011.0,JUNE,159,9,0,0 +131,2011.0,MAY,397,36,2,0 +132,2011.0,APRIL,193,10,24,2 +133,2011.0,MARCH,204,13,15,5 +134,2011.0,FEBRUARY,135,3,6,0 +135,2011.0,JANUARY,143,5,10,0 +136,2012.0,DECEMBER,198,6,2,0 +137,2012.0,NOVEMBER,2252,253,181,6 +138,2012.0,OCTOBER,89,1,12,0 +139,2012.0,SEPTEMBER,161,7,8,0 +140,2012.0,AUGUST,169,5,1,0 +141,2012.0,JULY,202,12,3,0 +142,2012.0,JUNE,231,4,15,1 +143,2012.0,MAY,703,15,0,0 +144,2012.0,APRIL,169,9,1,0 +145,2012.0,MARCH,404,16,28,0 +146,2012.0,FEBRUARY,256,14,2,0 +147,2012.0,JANUARY,60,3,2,0 +148,2013.0,DECEMBER,159,4,5,1 +149,2013.0,NOVEMBER,320,5,9,1 +150,2013.0,OCTOBER,105,15,4,1 +151,2013.0,SEPTEMBER,374,9,2,2 +152,2013.0,AUGUST,137,5,6,0 +153,2013.0,JULY,138,11,1,0 +154,2013.0,JUNE,124,1,0,0 +155,2013.0,MAY,429,33,0,0 +156,2013.0,APRIL,656,17,3,1 +157,2013.0,MARCH,493,21,2,0 +158,2013.0,FEBRUARY,766,24,1,0 +159,2013.0,JANUARY,263,6,5,0 +160,2014.0,DECEMBER,350,15,5,0 +161,2014.0,NOVEMBER,984,55,8,10 +162,2014.0,OCTOBER,291,32,8,2 +163,2014.0,SEPTEMBER,209,22,20,0 +164,2014.0,AUGUST,13735,2347,614,9 +165,2014.0,JULY,(incl. Aug),(incl. Aug),1590,59 +166,2014.0,JUNE,326,5,10,3 +167,2014.0,MAY,265,28,3,1 +168,2014.0,APRIL,302,15,0,1 +169,2014.0,MARCH,228,5,12,0 +170,2014.0,FEBRUARY,216,6,3,0 +171,2014.0,JANUARY,219,9,6,0 +172,2015.0,DECEMBER,2222,43,40,2 +173,2015.0,NOVEMBER,3888,50,34,8 +174,2015.0,OCTOBER,7555,80,74,10 +175,2015.0,SEPTEMBER,413,39,4,1 +176,2015.0,AUGUST,196,20,9,0 +177,2015.0,JULY,141,8,7,0 +178,2015.0,JUNE,78,14,3,2 +179,2015.0,MAY,284,11,1,0 +180,2015.0,APRIL,223,13,7,1 +181,2015.0,MARCH,176,13,1,0 +182,2015.0,FEBRUARY,167,5,4,0 +183,2015.0,JANUARY,134,8,4,0 +184,2016.0,DECEMBER,105,18,5,0 +185,2016.0,NOVEMBER,97,7,6,0 +186,2016.0,OCTOBER,169,17,8,2 +187,2016.0,SEPTEMBER,210,14,11,0 +188,2016.0,AUGUST,261,2,3,0 +189,2016.0,JULY,256,9,9,1 +190,2016.0,JUNE,167,30,7,5 +191,2016.0,MAY,434,2,3,0 +192,2016.0,APRIL,286,21,3,0 +193,2016.0,MARCH,348,27,23,0 +194,2016.0,FEBRUARY,514,8,17,2 +195,2016.0,JANUARY,582,16,20,2 +196,2017.0,DECEMBER,4580,10,18,0 +197,2017.0,NOVEMBER,89,8,2,2 +198,2017.0,OCTOBER,120,5,13,1 +199,2017.0,SEPTEMBER,118,5,2,3 +200,2017.0,AUGUST,135,2,2,0 +201,2017.0,JULY,1772,23,20,5 +202,2017.0,JUNE,790,20,8,1 +203,2017.0,MAY & JUNE,(incl. Jun),(incl. Jun),6,0 +204,2017.0,APRIL,150,12,5,1 +205,2017.0,MARCH,189,19,7,0 +206,2017.0,FEBRUARY,97,37,6,0 +207,2017.0,JANUARY,44,17,7,6 +208,2018.0,DECEMBER,,,14,2 +209,2018.0,NOVEMBER,,,25,1 +210,2018.0,OCTOBER,,,32,2 +211,2018.0,SEPTEMBER,,,25,1 +212,2018.0,AUGUST,,,16,0 +213,2018.0,JULY,,,24,2 +214,2018.0,JUNE,,,18,0 +215,2018.0,MAY,,,66,1 +216,2018.0,APRIL,,,34,0 +217,2018.0,MARCH,,,20,3 +218,2018.0,FEBRUARY,,,9,1 +219,2018.0,JANUARY,,,7,1 +220,2019.0,DECEMBER,,,1,0 +221,2019.0,NOVEMBER,,,43,0 +222,2019.0,OCTOBER,,,3,0 +223,2019.0,SEPTEMBER,,,5,1 +224,2019.0,AUGUST,,,11,2 +225,2019.0,JULY,,,4,1 +226,2019.0,JUNE,,,3,0 +227,2019.0,MAY ,,,33,4 +228,2019.0,APRIL,,,8,0 +229,2019.0,MARCH,,,21,2 +230,2019.0,FEBRUARY,,,8,1 +231,2019.0,JANUARY,,,9,0 +232,2020.0,DECEMBER,,,2,1 +233,2020.0,NOVEMBER,,,2,0 +234,2020.0,OCTOBER,,,2,0 +235,2020.0,SEPTEMBER,,,1,0 +236,2020.0,AUGUST,,,3,1 +237,2020.0,JULY,,,1,0 +238,2020.0,JUNE,,,1,0 +239,2020.0,MAY ,,,4,1 +240,2020.0,APRIL,,,1,0 +241,2020.0,MARCH,,,2,0 +242,2020.0,FEBRUARY,,,9,0 +243,2020.0,JANUARY,,,6,0 +244,2021.0,JANUARY,,,4,0 +245,2021.0,FEBRUARY,,,1,0 +246,2021.0,MARCH,,,4,0 +247,2021.0,APRIL,,,1,0 +248,2021.0,MAY,,,26,3 +249,,,,,, +250,,,111475,5160,10000,1275 diff --git a/lecture/lecture-9/data-narratives/sfpd.csv b/lecture/lecture-9/data-narratives/sfpd.csv new file mode 100644 index 000000000..191332a49 --- /dev/null +++ b/lecture/lecture-9/data-narratives/sfpd.csv @@ -0,0 +1,10392 @@ +date,time,location,lat,lng,precinct,reporting_area,zone,subject_age,subject_race,subject_sex,officer_id_hash,type,violation,arrest_made,citation_issued,warning_issued,outcome,contraband_found,contraband_drugs,contraband_weapons,frisk_performed,search_conducted,search_person,search_vehicle,search_basis,reason_for_stop,vehicle_registration_state,notes +2010-10-29,18:48:00,"E TRINITY LN & AMBROSE AVE, NASHVILLE, , 37207",36.2045661,-86.7483933,,,,38,black,male,9d9cc9ecf8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-28,23:18:00,"7555 SAWYER BROWN RD, NASHVILLE, TN, 37221",36.106847,-86.9321159,1.0,4711.0,123.0,24,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-11,03:38:00,"KERMIT DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1217299,-86.7048343,5.0,8823.0,531.0,28,black,male,8bbd3239b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-18,17:56:00,"HUME ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1788823,-86.7951018,6.0,4333.0,617.0,39,white,male,3b8237be67,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-06-16,08:46:00,"DURRETT DR & EDMONDSON PIKE, NASHVILLE, , 37211",36.0699813,-86.7350526,,,,50,black,male,50529da1cb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-18,23:26:00,"BELL HOLLOW & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0409461,-86.6621445,3.0,8753.0,331.0,24,black,female,d96e83cd33,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-13,08:28:00,"I 40 E & 28TH AVE N, NASHVILLE, TN, 37209",36.1647822,-86.8197649,6.0,5305.0,615.0,24,hispanic,male,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-26,19:42:00,"CENTRAL PIKE & S NEW HOPE RD, HERMITAGE, TN, 37076",36.1728276,-86.5848837,5.0,9557.0,523.0,21,white,female,e05e99c1e2,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2013-09-07,21:54:00,"CHURCH ST & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1584165,-86.7906562,4.0,4104.0,411.0,28,white,male,b96df3310a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-03,22:28:00,"1247 N 2ND ST, NASHVILLE, TN, 37207",36.1937939,-86.770026,2.0,1911.0,221.0,27,hispanic,female,10eef95763,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-13,22:20:00,"N 14TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1771271,-86.7457776,2.0,1247.0,213.0,35,white,male,8d7b449e86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-03,03:35:00,"HARDING PL & RECOVERY RD, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8705.0,321.0,24,hispanic,male,d43bc9cc6c,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-20,11:55:00,"BROADMOOR DR & ELLINGTON PKWY, NASHVILLE, TN, 37216",36.2302842,-86.7457768,2.0,1843.0,225.0,48,black,female,d38b4128e5,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2011-02-14,23:34:00,"4TH AVE N, NASHVILLE, TN, 37219",36.167372,-86.7812599,,,,25,black,female,a1e3ace771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-23,11:39:00,"3100 WOODLAWN DR, NASHVILLE, TN, 37215",36.1239415,-86.8227969,,,,65,white,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-09,10:48:00,"DOMINICAN DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1879249,-86.7985195,6.0,4403.0,611.0,24,white,male,18f8b54f00,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-31,01:28:00,"LYLE AVE & WEST END AVE, NASHVILLE, TN, 37203",36.1518387,-86.7983819,8.0,5525.0,811.0,22,white,female,e4eb4870eb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2013-12-16,10:48:00,"BELL RD & PLEASANT HILL RD, NASHVILLE, TN, 37214",36.124414,-86.6302859,5.0,8945.0,533.0,66,white,female,06dbf4a801,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-19,15:56:00,"CALDWELL LN & ROBIN RD, NASHVILLE, TN, 37204",36.1050505,-86.7798862,8.0,7011.0,825.0,24,white,male,711211250d,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,AL, +2018-07-24,08:59:00,"6080 S MOUNT JULIET RD, HERMITAGE, TN, 37076",,,3.0,8913.0,335.0,21,white,female,473da02334,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-23,14:22:00,"9TH AVE N & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.161206,-86.784363,4.0,4147.0,411.0,43,black,male,3c6408aabf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-21,03:28:00,"CHANDLER RD & SADDLEBROOKE PL, HERMITAGE, TN, 37076",36.1926758,-86.6022116,5.0,9523.0,523.0,34,black,male,ebfe43e91e,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"IMPROPER TURN, PLATE LIGHT OUT, DRIVING SUSPENDED" +2015-10-22,18:17:00,"DICKERSON PIKE & MARIE ST, NASHVILLE, TN, 37207",36.1972659,-86.7714142,2.0,1863.0,223.0,28,black,female,71cbae12cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,IMPROPER TURN FROM FERN TO DICKERSON +2012-01-19,11:14:00,"LEBANON PIKE & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1683712,-86.6568967,5.0,9403.0,517.0,41,white,female,08a8fd2231,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-26,10:40:00,"HUNTERS GREEN CIR & UNA ANTIOCH PIKE, NASHVILLE, TN, 37217",36.0755282,-86.6617771,3.0,8853.0,323.0,30,white,female,b423a06a7b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-21,02:24:00,"20TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1513768,-86.7993292,8.0,5713.0,811.0,40,white,male,49789d7cb7,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-03-05,01:03:00,"FLINTLOCK CT & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891939,-86.6363837,5.0,8935.0,535.0,21,black,female,72037bef5d,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,False,True,consent,safety violation,TN, +2013-11-09,02:26:00,"N 14TH ST & GARTLAND AVE, NASHVILLE, , 37206",36.1791448,-86.7454697,,,,29,white,male,529fc1bfb1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-06,15:18:00,"I 40 E & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1535482,-86.7872483,8.0,5701.0,811.0,22,unknown,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-22,17:08:00,"805 PORTER RD, NASHVILLE, TN, 37206",36.1838356,-86.7317447,2.0,1305.0,215.0,25,white,male,21413caac6,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"WARNING FOR THE STOP SIGN.....MISDEMEANOR CITATION FOR EXPIRED IDAHO DRIVER LICENSE +" +2017-11-01,20:20:00,"ELLISTON PL & REIDHURST AVE, NASHVILLE, TN, 37203",36.1481298,-86.8077216,8.0,5615.0,813.0,26,black,female,0f7743f733,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2012-11-17,16:23:00,"CANNON ST & LEWIS ST, NASHVILLE, TN, 37210",36.1506331,-86.7581139,5.0,8207.0,511.0,28,black,male,4714ced2a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-29,04:03:00,"MM 27 4 BRILEY N, NASHVILLE, TN, 37209",,,1.0,46140.0,115.0,64,white,male,0748bf3279,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-03,09:34:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4102.0,411.0,52,white,female,5966fe24c8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SP -- N -- +2010-05-11,02:38:00,"1820 OLD MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1033833,-86.6659951,5.0,8947.0,533.0,25,white,male,96902ae3c4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-08,16:49:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,64,white,female,2516786674,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-24,15:38:00,"I 24 W & I 440 E, NASHVILLE, TN, 37210",36.1326123,-86.7269524,3.0,881.0,313.0,29,white,male,d098ec755c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-18,00:32:00,"I 65 N MM 93, , TN,",36.1792572,-82.8210669,,,,19,black,male,afd77e9abe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-05,11:53:00,"DELLWAY DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2151139,-86.7639601,2.0,1831.0,223.0,36,black,male,c4680d166c,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2011-10-12,01:39:00,"WEDGEWOOD AVE, , TN, 37204",36.1338022,-86.7717225,,,,25,white,male,1d2e83fed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-13,22:06:00,"S 9TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1706467,-86.7543,2.0,1125.0,213.0,28,white,male,b04c609887,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-11,17:20:00,"865 W TRINITY LN, NASHVILLE, TN, 37207",36.2079949,-86.804616,6.0,3013.0,623.0,56,black,male,d3a646e989,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- +2016-01-27,13:10:00,"1500 PORTER RD, NASHVILLE, TN, 37206",36.1932959,-86.727879,2.0,,215.0,49,black,female,fae11c1b48,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-08,16:04:00,"908 TULIP GROVE RD, HERMITAGE, TN, 37076",36.1929311,-86.5922539,5.0,9523.0,523.0,46,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-12,03:39:00,"MM 80 I65 S, , , 37204",34.7992269,-82.2755938,8.0,7004.0,823.0,26,white,male,2511466c93,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2011-11-01,20:51:00,"MM 44 I24 W, NASHVILLE, TN, 37207",,,6.0,32241.0,621.0,54,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY,"SPEEDING +" +2013-05-23,22:30:00,"MURFREESBORO PIKE & PARRIS AVE, NASHVILLE, TN, 37210",36.1438936,-86.7475847,5.0,8213.0,511.0,23,black,male,ce5bcb2c38,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-07-16,12:42:00,"11TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4149.0,411.0,57,white,male,911d123f59,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-12-03,07:59:00,"10TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1804261,-86.8032308,6.0,4447.0,611.0,49,black,male,0437969110,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-23,17:19:00,"ELM ST & 4TH AVE S, , TN, 37203",36.1533008,-86.7721941,,,,22,white,male,87d131bdf1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2012-10-20,02:48:00,"INTERSTATE DR & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37213",36.1713881,-86.7690045,4.0,1107.0,413.0,21,black,male,6f0e6c9ea2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-13,16:22:00,"NOLENSVILLE PIKE & SWISS AVE, ANTIOCH, TN, 37013",36.0424784,-86.7129346,3.0,8757.0,331.0,31,white,female,fa6268bac5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-01,01:38:00,"DICKERSON PIKE & HART LN, NASHVILLE, TN, 37207",36.2217001,-86.76168,2.0,1827.0,223.0,49,black,male,661146a259,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-01-24,02:08:00,"1310 HILLSIDE AVE, NASHVILLE, TN, 37203",36.1404594,-86.7816635,8.0,6903.0,821.0,21,black,male,b7cfbf3fb5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"TRAFFIC STOP IN REFERENCE TO SPEEDING --/-- MPH ZONE. HE STATED HE DIDN'T THING HE WAS GOING OVER -- MPH. HOWEVER, HIS LICENSE IS VALID AND NO WARRANTS AT TIME OF CONTACT. POLITE/VERBAL" +2011-06-02,19:20:00,"2500 WEST END AVE, NASHVILLE, TN, 37203",36.1468386,-86.8086945,8.0,5623.0,813.0,31,black,female,dfa33c336f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-03,07:43:00,"S 2ND ST & KOREAN VETERANS BLVD, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1007.0,413.0,38,white,male,2cbc2e0f25,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-12-20,02:14:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,33,black,male,53223ac60e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-09,13:10:00,"W CAMPBELL RD & DICKERSON PIKE S, GOODLETTSVILLE, TN, 37072",36.2923755,-86.7337676,7.0,2113.0,725.0,55,white,male,db48e43887,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN,"SUSPENDED DL +" +2017-07-11,04:36:00,"BRICK CHURCH PIKE & FERNCO DR, NASHVILLE, TN, 37207",36.2199469,-86.7823027,6.0,3047.0,621.0,46,white,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-14,12:24:00,"NOLENSVILLE PIKE & TUSCULUM RD, NASHVILLE, TN, 37211",36.0590888,-86.7161614,8.0,8655.0,835.0,24,white,male,392b1090b2,vehicular,vehicle equipment violation,False,True,False,citation,True,True,False,True,True,True,True,consent,vehicle equipment violation,TN, +2018-08-12,02:10:00,"1605 21ST AVE S, NASHVILLE, TN, 37212",36.13822,-86.8010112,8.0,5809.0,815.0,25,black,female,3ce699d325,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-11,07:45:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,35,white,male,41d2810599,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-17,12:51:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2133.0,725.0,43,black,female,72a0b7b57e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,VEHICLE STOPPED FOR EXPIRED TAGS / NO INSURANCE +2013-08-06,20:43:00,"MURFREESBORO PIKE & PHILFRE CT, NASHVILLE, TN, 37217",36.1282439,-86.7129582,5.0,8817.0,531.0,44,black,male,3316885e7f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-27,15:07:00,"RUSSELL ST & S 5TH ST, NASHVILLE, TN, 37206",36.1708392,-86.7641379,,1111.0,,24,black,male,702f17e184,vehicular,moving traffic violation,True,True,True,arrest,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-23,19:42:00,"BELL RD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1612903,-86.5976843,5.0,9545.0,523.0,48,hispanic,male,a07d1d7733,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-31,02:08:00,"MURFREESBORO & MT VIEW, , TN,",36.0222262,-86.5833053,,,,47,white,male,34f3b5b525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-01,13:49:00,"JACKSONIAN DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,22,black,male,a02596b67e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-03,07:50:00,"N GALLATIN PIKE & CUDE LN, MADISON, TN, 37115",36.2998226,-86.696642,7.0,1731.0,727.0,26,white,male,d8d85bf873,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-27,19:17:00,"S 4TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1692567,-86.7650603,,1111.0,,43,black,male,c7a5bebec5,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-01-07,13:35:00,"188 THOMPSON LN, NASHVILLE, TN, 37211",36.1111699,-86.7397909,3.0,8403.0,313.0,44,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-06,08:19:00,"CASTLEGATE DR & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0890223,-86.6143168,5.0,8929.0,535.0,52,hispanic,female,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-22,19:30:00,"CASTLEMAN DR & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0989174,-86.821334,8.0,6403.0,825.0,24,white,male,7d890c769b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,RI, +2011-01-26,19:57:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,54,black,male,0c3f7552a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"LEFT BRAKE LIGHT OUT +" +2017-11-29,06:08:00,"EWING DR & RICHMOND HILL DR, NASHVILLE, TN, 37207",36.2303248,-86.7738207,7.0,2001.0,721.0,43,black,female,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-31,20:31:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,215.0,22,black,female,3b079b5949,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-23,22:39:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,47,white,male,87a02eb314,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-09-22,23:23:00,"3490 DICKERSON PIKE, NASHVILLE, TN, 37207",,,7.0,2011.0,721.0,48,black,male,339b524e30,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-13,06:18:00,"I 40 E & OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.1120009,-86.921214,1.0,4903.0,121.0,26,black,male,4716b7aab8,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2011-05-14,23:37:00,"4TH AVE S, , TN, 37203",36.1488953,-86.769297,,,,32,white,female,c86057a843,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-03,11:40:00,"I 24 W & I 440 ENTRY W, NASHVILLE, TN, 37210",35.7275536,-86.9604933,,,,26,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I -- W AT THOMPSON LN. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN AND PASSING CARS. I CONFIRMED HIS SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. WHILE CHASING HIM HE CONTINUED HIS SPEED AND SWITCH LANES TO PASS CARS TO MAINTAIN HIS SPEED UNTIL I CAUGHT UP TO HIM +2013-11-13,10:53:00,"ABBOTT MARTIN RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1058365,-86.8138782,1.0,6107.0,117.0,47,white,female,eeb3c63112,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-26,12:35:00,"3939 KEELEY DR, NASH, TN, 37211",36.0658914,-86.6974676,,,,48,black,male,0828346d39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-13,18:18:00,"4021 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0836724,-86.7279519,8.0,8501.0,831.0,48,black,male,97fbb8c996,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-31,20:30:00,"N GALLATIN PIKE & ONE MILE PKWY, MADISON, TN, 37115",36.2793681,-86.7087808,7.0,1759.0,727.0,26,white,male,cab5aa68c0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO MDC. HEAD LIGHT OUT. +2018-08-22,12:06:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,24,black,male,3c72ff8fdc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2015-08-09,01:34:00,"24TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1479026,-86.8064477,8.0,5615.0,813.0,43,hispanic,female,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-26,17:40:00,"HORTON AVE, , TN, 37212",36.1406437,-86.7926916,,,,27,black,female,d944ee700d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-23,14:45:00,"ANDREW JACKSON PKWY & WEBER RD, HERMITAGE, TN, 37076",36.196213,-86.6085041,5.0,9507.0,521.0,26,black,male,a02596b67e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-29,03:17:00,"7044 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1316175,-86.9077523,1.0,4703.0,123.0,23,black,male,393639dfae,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-23,20:28:00,"14TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.16076,-86.7936683,6.0,5425.0,615.0,56,black,female,ebfe43e91e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-07-12,12:31:00,"BRILEY PKWY & LEBANON PIKE, NASHVILLE, TN, 37214",36.17048,-86.6675065,5.0,9121.0,513.0,32,white,male,2d306d905c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-25,12:29:00,"BEN ALLEN RD & HART LN, NASHVILLE, TN, 37216",36.2174775,-86.7434661,2.0,1821.0,225.0,67,white,male,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-17,12:48:00,"DICKERSON PIKE S & DRY CREEK RD, GOODLETTSVILLE, TN, 37072",36.2981475,-86.7230085,7.0,2137.0,725.0,55,white,female,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-25,09:50:00,"BROADMOOR DR, , TN, 37216",36.2295538,-86.7367792,,,,28,white,female,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-10,16:23:00,"26TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37228",36.1863864,-86.8187963,6.0,4483.0,611.0,56,black,male,c2a7a8ec4e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-16,19:59:00,"CROSSINGS BLVD & CROSSINGS BLVD, , TN, 37013",36.0444288,-86.6469565,3.0,8863.0,333.0,32,white,male,17c9ffa200,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER HEAD LIGHT +2015-09-14,14:55:00,"40TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1571024,-86.8343052,1.0,4533.0,111.0,42,black,male,3c72ff8fdc,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2015-02-21,18:30:00,"2905 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2205236,-86.7609187,2.0,1827.0,223.0,41,black,male,f28c29053d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO MDC AVAILABLE +2012-07-29,19:10:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9003.0,511.0,27,black,male,f52adc0e6d,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-11,05:21:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,3.0,8133.0,311.0,42,black,male,0c579d96da,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,CRUISING FOR ----- +2012-01-31,10:54:00,"KNOB RD & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1377975,-86.8577304,1.0,5021.0,121.0,34,black,male,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-24,05:52:00,"BELMONT BLVD & CLAYTON AVE, NASHVILLE, , 37212",36.118749,-86.7961846,,,,69,white,male,1b56d08e5c,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN,seatbelt +2011-05-28,23:23:00,"GAYLARK DR & POST RD, , TN, 37205",36.1103636,-86.8663823,1.0,4919.0,121.0,52,white,male,caf692a11a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-25,20:28:00,"DR D B TODD JR BLVD & SCOVEL ST, NASHVILLE, TN, 37208",36.170486,-86.8070435,6.0,4481.0,613.0,29,black,female,c7a5bebec5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO HEADLIGHTS AFTER DARK +2017-06-26,13:57:00,"BRILEY PKWY W & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2271465,-86.8358109,6.0,3216.0,627.0,50,white,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-17,00:39:00,"ANNEX AVE & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1586293,-86.8783703,1.0,4657.0,115.0,27,hispanic,male,12e5f0aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-17,21:16:00,"I 440 E, WEST, TN, 37205",36.1210587,-86.7647275,,,,50,white,female,c62b871736,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-15,20:46:00,"440 HARDING PL, NASHVILLE, TN, 37211",36.0785112,-86.7301354,8.0,8501.0,831.0,63,black,male,7b3aa52401,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-07,20:31:00,"3RD AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1575648,-86.7733826,4.0,4047.0,425.0,51,white,male,9219efb2c5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC,no headlights +2014-07-06,20:55:00,"ANTIOCH PIKE & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0599702,-86.6721194,3.0,8859.0,325.0,32,unknown,male,17c9ffa200,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,IMPROPER DISPLAY +2018-03-14,16:01:00,"7044 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1316175,-86.9077523,1.0,4703.0,123.0,29,white,male,a5b3c69708,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-17,01:59:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,8.0,8661.0,831.0,21,asian/pacific islander,male,99d09ccd39,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,CRACKED TAIL LIGHT +2017-04-25,04:39:00,"ANDREW JACKSON PKWY & STONERS GLEN DR, HERMITAGE, TN, 37076",,,5.0,9511.0,521.0,27,white,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-10,00:29:00,"197 HAYWOOD LN, NASHVILLE, TN, 37211",36.06914,-86.6934969,3.0,8709.0,321.0,21,black,female,8b5a2a4f1d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-22,12:05:00,"3301 CREEKWOOD DR, NASHVILLE, TN, 37207",36.2346489,-86.7679574,7.0,2005.0,721.0,27,black,male,971bc941e5,vehicular,investigative stop,False,False,True,warning,False,False,False,True,True,False,True,consent,investigative stop,TN,"TERRY STOP IN BREEZWAY OF W BLDG. SUBJECT WALKED TO HIS VEHICLE AFTER I SAW HIM HANGING OUT IN BREEZWAY, STOPPED TALKED TO PAT DOWN VEHICLE SEARCH" +2018-04-09,10:59:00,"GALLATIN PIKE S & MADISON ST, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1783.0,711.0,37,white,male,f5d129086e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-08,15:46:00,"N 14TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1771271,-86.7457776,2.0,1211.0,213.0,40,black,female,63f9f31ffd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-12,00:08:00,"16TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1363294,-86.7944758,8.0,6613.0,823.0,20,white,female,d97637d49a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TX,left tail light +2012-01-25,07:55:00,"BASSWOOD AVE & EDSEL DR, NASHVILLE, TN, 37209",36.156894,-86.8841328,1.0,4673.0,115.0,30,white,male,7323db438b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"TAGS EXPIRED ----------. +" +2012-06-14,08:15:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3155.0,623.0,60,black,male,2a844597b1,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-09-04,01:24:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,,8951.0,,65,black,male,4544025295,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-19,16:29:00,"E PALESTINE AVE & E WEBSTER ST, MADISON, TN, 37115",36.2491729,-86.7134002,7.0,1507.0,711.0,34,black,male,8001f24925,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"brake light out +" +2012-01-02,,"28TH AVE S & WEST END AVE, NASHVILLE, TN, 37212",36.145261,-86.8119322,8.0,5815.0,815.0,41,white,female,e4eb4870eb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING -- MPH IN POSTED -- MPH ZONE +---.- FEET +" +2012-02-01,19:36:00,"MURFREESBORO PIKE & TRANSIT AVE, NASHVILLE, TN, 37210",36.1407832,-86.7381694,3.0,8159.0,311.0,24,white,male,8146922822,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-06,23:16:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,19,white,male,6dc6599caa,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-07,23:42:00,"ANDREW JACKSON PKWY & DES MOINES DR, HERMITAGE, TN, 37076",36.2095802,-86.6019573,5.0,9535.0,523.0,55,white,male,4544025295,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-05,21:38:00,"MURFREESBORO PIKE & VULTEE BLVD, NASHVILLE, TN, 37217",36.1248026,-86.7085375,3.0,8811.0,315.0,35,white,male,ebfe43e91e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEAD LIGHT +2011-06-08,20:17:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8443.0,317.0,25,asian/pacific islander,male,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-20,03:27:00,"114 GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1570424,-86.7892091,4.0,4119.0,411.0,26,asian/pacific islander,male,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-25,05:49:00,"BLUEFIELD AVE & DONELSON PIKE, NASHVILLE, TN, 37214",36.1646846,-86.6638016,5.0,9401.0,517.0,37,white,female,a48b0fbf57,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-05,01:09:00,"1210 WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1363792,-86.7894933,8.0,6617.0,811.0,19,white,female,1d2e83fed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-24,08:30:00,", , ,",,,,,,23,white,male,ac1590911b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-21,11:57:00,"GALLATIN PIKE & LITTON AVE, NASHVILLE, TN, 37216",36.2024299,-86.7391182,2.0,1851.0,227.0,46,white,male,1bbaebcc06,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-01-16,14:03:00,"60TH AVE N & LOUISIANA AVE, NASHVILLE, TN, 37209",36.1632531,-86.8604762,1.0,4625.0,111.0,34,unknown,male,0491807f2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-14,00:34:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8609.0,831.0,39,white,female,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-18,,"19TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1523038,-86.7974334,8.0,5525.0,811.0,30,black,male,86ff0fa1ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-21,01:41:00,"FORREST AVE & N 11TH ST, NASHVILLE, TN, 37206",36.1785106,-86.7498174,2.0,1241.0,213.0,27,white,female,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-14,02:14:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,22,white,female,2cf165ac70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speeding. stationary doppler radar. +" +2010-07-06,12:42:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37209",36.1809448,-86.8242627,6.0,4503.0,613.0,33,black,male,70f6771de0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-23,07:33:00,"1618 JO JOHNSTON AVE, NASHVILLE, TN, 37203",,,6.0,5423.0,615.0,44,asian/pacific islander,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-25,18:46:00,"MM 4 0 BRILEY N, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,39,black,female,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2010-06-25,04:44:00,"W TRINITY LN & I 65 N, NASHVILLE, TN, 37207",36.2070447,-86.7915951,2.0,1863.0,223.0,37,white,male,95f3b9204e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-22,16:37:00,"BELL RD & BRENTRIDGE CIR, ANTIOCH, TN, 37013",36.0469876,-86.6801479,3.0,8719.0,331.0,37,white,female,6f35d16bdf,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-07,11:33:00,"LEBANON PIKE & MONACO DR, HERMITAGE, TN, 37076",36.2060376,-86.6132904,,9719.0,,22,white,female,f6e5e4b4bc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-12,01:42:00,"S 5TH ST & SUMMER PL, NASHVILLE, TN, 37206",36.1656636,-86.7611427,2.0,1013.0,211.0,24,black,female,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-10-29,12:28:00,"BELL RD & WOODLAND POINTE DR, NASHVILLE, TN, 37214",36.1227277,-86.6304529,5.0,8943.0,533.0,67,white,female,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-31,16:10:00,"MONROE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1752889,-86.7926119,6.0,4323.0,617.0,27,black,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-17,18:53:00,"15TH AVE N & CLAY ST, NASHVILLE, TN, 37208",36.1831523,-86.8101069,6.0,4411.0,611.0,36,black,female,f74f6ad995,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-10,23:09:00,"OLD HICKORY BLVD & SELLS DR, HERMITAGE, TN, 37076",36.1685024,-86.6002509,5.0,9543.0,523.0,45,white,male,6f0e6c9ea2,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-02,02:46:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,28,black,female,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-27,20:00:00,"INTERSTATE DR & SHELBY AVE, NASHVILLE, TN, 37213",36.1662319,-86.7658619,4.0,1103.0,413.0,24,black,female,7781f06136,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-11,21:22:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,8.0,8661.0,831.0,30,white,male,3158c055ac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-18,02:18:00,"DUE WEST AVE W & GIBSON DR, MADISON, TN, 37115",36.2482352,-86.7236036,7.0,1789.0,723.0,26,white,male,58ae6f0919,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI,FLASHING RED LIGHT DUE WEST AND GRAYCROFT +2016-07-30,16:51:00,"326 PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0883334,-86.7162422,3.0,8417.0,317.0,47,white,male,9219efb2c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,no stop at red +2015-06-30,21:56:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5103.0,113.0,50,black,female,a70d3cbc7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-04,10:58:00,"BRILEY PKWY & URBANDALE AVE, NASHVILLE, TN, 37209",36.122074,-86.702419,1.0,4698.0,115.0,37,white,male,1f8775dabb,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-06-30,00:50:00,"816 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1358357,-86.724395,5.0,8815.0,531.0,30,hispanic,male,1efbb4af4c,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-07,14:43:00,"16TH AVE N & UNDERWOOD ST, NASHVILLE, TN, 37208",36.1742278,-86.8046644,6.0,4473.0,613.0,20,black,female,5e5cf77af0,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-01-02,05:38:00,"1212 BROADWAY, NASHVILLE, TN, 37203",36.1564702,-86.7882816,4.0,4119.0,411.0,35,white,female,3e1390eb12,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-04,10:40:00,"I 24 E & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37213",36.1692928,-86.774756,4.0,1107.0,413.0,46,white,male,f87ffe9d54,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-30,18:30:00,"13TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1559889,-86.7888371,4.0,4002.0,423.0,26,black,female,c1e876ae44,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2012-11-07,23:31:00,"26TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1680832,-86.8167354,6.0,4525.0,613.0,21,black,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-09,13:31:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,44,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-27,11:51:00,"COUNTY HOSPITAL RD & STEWARTS LN, NASHVILLE, TN, 37218",36.1868905,-86.8606463,6.0,3133.0,625.0,51,black,male,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-02,04:12:00,"W EASTLAND AVE & BAILEY ST, NASHVILLE, TN, 37206",36.1838357,-86.7501765,,1937.0,,30,black,male,b04c609887,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,did not stop at red light prior to right hand turn - warned +2012-01-23,23:13:00,"7659 HWY 70 S, NASHVILLE, TN, 37221",36.0808563,-86.9558476,1.0,4811.0,125.0,27,white,female,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-05,18:25:00,"CLEVELAND ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1869623,-86.76803,2.0,1949.0,221.0,37,white,female,8c95eaaf8f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-10-12,06:00:00,"BRILEY PKWY & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.1902374,-86.6838885,5.0,9292.0,515.0,30,black,male,a48b0fbf57,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-02,23:11:00,"S GALLATIN PIKE & DUE WEST AVE E, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1785.0,711.0,32,black,female,831999c6fa,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,headlight out +2011-10-10,11:47:00,"29TH AVE S & WEST END AVE, NASHVILLE, TN, 37212",36.1441677,-86.8136453,8.0,5815.0,815.0,46,white,female,cfa3f85a33,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"LIGHTS REQUIRED. RIGHT BRAKE LIGHT OUT. WARNED. +" +2012-06-26,01:12:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,39,white,male,3fbcafb77d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-28,21:40:00,"MAIN ST & 6TH ST, NASHVILLE, TN, 37206",36.1738019,-86.7628038,2.0,1997.0,227.0,41,white,female,177b71ed10,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN,SEARCH OF VEHICLE +2013-09-03,17:47:00,"LENORE ST & S 6TH ST, NASHVILLE, TN, 37206",36.1637345,-86.7576044,2.0,1015.0,211.0,49,black,female,9385461f5c,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2011-03-10,17:00:00,"I 40 E & 4TH AVE S, , TN, 37203",36.1499197,-86.7726886,8.0,8002.0,821.0,42,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-02,15:29:00,"215 215C BELLEVUE RD, NASHVILLE, TN, 37221",36.062591,-86.932686,,,,65,white,female,80cbba0ee1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-25,13:30:00,"ASHLAND CITY HWY & HYDESDALE LN, NASHVILLE, TN, 37218",36.2066213,-86.8557501,6.0,3167.0,625.0,34,white,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-23,15:49:00,"DR D B TODD JR BLVD & MEHARRY BLVD, NASHVILLE, TN, 37208",36.1683395,-86.8061566,6.0,5327.0,615.0,55,black,female,ef32736df1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-31,10:44:00,"LINBAR DR & WALLACE RD, NASHVILLE, TN, 37211",36.0825631,-86.7022093,3.0,8707.0,321.0,30,hispanic,female,6f35d16bdf,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-26,11:22:00,"28TH AVE N & POSTON AVE, NASHVILLE, TN, 37203",36.1462581,-86.8132566,8.0,5625.0,813.0,29,white,female,39e9ad240b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-16,01:51:00,"MM 15 0 BRILEY E, NASHVILLE, TN, 37216",,,2.0,15920.0,225.0,26,white,female,e9f93b1392,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-15,10:25:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,29,white,male,80145687bd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-22,16:48:00,"LAFAYETTE ST & LINCOLN ST, NASHVILLE, TN, 37210",36.1481688,-86.7604364,5.0,8209.0,511.0,40,white,male,fb75cd4829,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-27,04:45:00,"2664 SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.09076,-86.627036,5.0,8935.0,535.0,45,white,male,6db506e931,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-24,09:19:00,"TULIP GROVE RD & RALIEGH DR, , TN, 37138",36.2138659,-86.588779,,,,63,white,male,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-02,12:21:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,25,white,male,498350de5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-20,10:22:00,"MM 205 I40 W, NASHVILLE, TN, 37209",,,1.0,4502.0,111.0,22,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-02,12:18:00,"MM 204 I40 W, NASHVILLE, TN, 37209",,,1.0,4502.0,111.0,51,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-30,00:17:00,"DR D B TODD JR BLVD & OSAGE ST, NASHVILLE, TN, 37208",36.1771336,-86.8098368,6.0,4455.0,613.0,61,black,male,ffd40c04a1,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-05-03,15:32:00,"52ND AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1631375,-86.8505473,1.0,4607.0,111.0,28,black,male,67529ca24c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-06,12:52:00,"S 5TH ST & CRUTCHER ST, NASHVILLE, TN, 37206",36.1624291,-86.7592958,2.0,1009.0,211.0,34,black,male,3f791dfbd2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-12-03,19:38:00,"1247 2ND AVE S, NASHVILLE, TN, 37210",36.1434562,-86.7634223,3.0,8141.0,311.0,19,black,female,10eef95763,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-24,12:13:00,"510 OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2653667,-86.6518758,5.0,9611.0,525.0,43,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-27,16:52:00,"OLD HICKORY BLVD & WOODLANDS AVE, NASHVILLE, , 37211",36.0422188,-86.7264658,,,,25,black,male,36ca3f6525,vehicular,registration,False,True,False,citation,True,True,False,False,True,True,True,consent,registration,TN, +2013-09-19,14:19:00,"INTERSTATE DR & WOODLAND ST, NASHVILLE, TN, 37213",36.1704542,-86.7684727,4.0,1105.0,413.0,33,white,female,01aa59bb70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-11,08:45:00,"MM 80 0 I65 N, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,37,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-21,01:53:00,", , ,",,,,,,19,black,male,95d8d9862e,vehicular,safety violation,False,True,True,citation,True,True,False,True,True,True,True,probable cause,safety violation,TN, +2013-04-04,22:19:00,"BROADWAY & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4115.0,421.0,59,black,female,05a9feba15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-15,00:01:00,"BELL RD & BRENTRIDGE CIR, ANTIOCH, TN, 37013",36.0469876,-86.6801479,3.0,8719.0,331.0,21,white,female,4e622eb289,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-12,20:08:00,"MAXWELL AVE & MCFERRIN AVE, NASHVILLE, , 37206",36.182987,-86.7546384,,,,21,black,female,9baf596c41,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-15,11:48:00,"5200 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.0602854,-86.7738085,8.0,7111.0,833.0,35,white,female,6a5a1e10b4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-08,02:15:00,"210 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0802059,-86.918333,1.0,4903.0,121.0,29,black,male,c99d3afed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-07,14:12:00,"MM 204 0 I40 W, NASHVILLE, TN, 37209",,,1.0,45024.0,111.0,24,white,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,IN, +2016-06-12,00:01:00,"20TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1490216,-86.7982707,8.0,5711.0,811.0,25,black,male,a025a02b60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-06,13:23:00,"2426 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2111148,-86.7799391,,,,22,black,male,a025a02b60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2014-06-09,13:09:00,"GALLATIN PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1415.0,217.0,31,white,female,c270bce636,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG +2016-05-21,00:55:00,"CREEKSIDE DR & KEELEY DR, NASHVILLE, TN, 37211",36.0681464,-86.69633,3.0,8709.0,321.0,58,white,male,4065a7332f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LICENSE PLATE LIGHTS ARE OUT +2014-02-24,12:08:00,"LEBANON PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1984469,-86.6201996,5.0,9613.0,521.0,22,hispanic,male,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-30,01:09:00,"14TH AVE N & JACKSON ST, NASHVILLE, TN, 37208",36.1681492,-86.7995327,6.0,5419.0,615.0,48,black,female,7394445486,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,no headlights during night time hours +2012-11-16,22:59:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,23,white,male,3a4171e2e6,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN,"TINT, OUT OF COUNTY WARRANT" +2017-06-27,04:09:00,"5301 HICKORY HOLLOW LN, ANTIOCH, TN, 37013",36.0486843,-86.6520544,3.0,8863.0,333.0,37,black,female,c4348d7474,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-12,02:22:00,"2717 MOSSDALE DR, NASHVILLE, TN, 37217",36.0822169,-86.6275464,5.0,8963.0,535.0,22,white,female,9667678974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-25,10:27:00,"CLEVELAND ST & N 9TH ST, NASHVILLE, TN, 37206",36.1846308,-86.7582816,2.0,1915.0,227.0,22,white,male,c4680d166c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-15,22:20:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6509.0,815.0,25,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,VA, +2012-02-28,16:48:00,"ASH ST & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1521146,-86.772181,4.0,4027.0,425.0,64,black,male,d773d5ccf6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-08-08,03:19:00,"WEST END AVE & MURPHY RD, , TN, 37212",36.1393455,-86.8190954,,,,24,white,male,400b5cb4f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-26,22:10:00,"DONELSON PIKE & LAKELAND DR, NASHVILLE, TN, 37214",36.1549536,-86.6652527,5.0,9421.0,517.0,19,white,female,b792441564,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NV, +2011-10-21,13:32:00,"39TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1524955,-86.8332673,1.0,5229.0,113.0,48,white,male,4716b7aab8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-11-11,12:20:00,"HARDING PIKE & VOSSLAND DR, NASHVILLE, TN, 37205",36.0963795,-86.8776296,1.0,4915.0,121.0,19,black,male,0a70309850,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,a------ white bmw --- ci +2017-01-19,20:29:00,"BENTON AVE & BRANSFORD AVE, NASHVILLE, TN, 37204",36.1316786,-86.768434,8.0,8031.0,821.0,63,black,male,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-03,18:55:00,"CLARKSVILLE PIKE & ED TEMPLE BLVD, NASHVILLE, TN, 37228",36.1879505,-86.8215312,6.0,4483.0,611.0,54,black,female,972faedf56,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,expired temp tag +2017-10-23,21:42:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6959.0,821.0,24,white,male,332eb43ee3,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-01,20:26:00,"2284 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0886096,-86.6477212,5.0,8935.0,535.0,17,white,male,b3d18aa8ec,vehicular,registration,False,False,True,warning,False,False,False,False,True,False,True,plain view,registration,TN, +2011-07-14,08:43:00,"2ND AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1632454,-86.7760574,4.0,4101.0,415.0,36,white,female,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-10,10:04:00,"JEFFERSON ST, , TN, 37208",36.1708909,-86.8009961,,,,32,black,female,f3be646353,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-01,16:01:00,"S 9TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1706467,-86.7543,2.0,1045.0,211.0,41,white,male,1301b4e2de,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-06-28,09:10:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,5.0,8945.0,533.0,31,black,female,06dbf4a801,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING--- MPH IN A -- MPH ZONE +" +2013-07-21,02:04:00,"CLARKSVILLE PIKE & FAIRMEADE DR, NASHVILLE, TN, 37218",36.2216661,-86.8374324,6.0,3109.0,625.0,43,black,male,b3a6b271c1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-15,20:43:00,"FATHERLAND ST & S 7TH ST, NASHVILLE, TN, 37206",36.1715074,-86.7591463,2.0,1115.0,211.0,29,black,female,4065a7332f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AZ, +2010-10-01,13:26:00,"I 40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,9006.0,513.0,42,white,female,a773a4fff8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-23,15:00:00,"2333 ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1927477,-86.8099516,6.0,4483.0,611.0,30,white,female,275b2f9e04,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-06,22:17:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6013.0,117.0,35,white,male,c4184931e7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-12,00:15:00,"BELLSHIRE DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2593959,-86.757782,7.0,2021.0,725.0,31,white,female,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AL, +2015-03-02,02:51:00,"198 HAYWOOD LN, NASHVILLE, TN, 37211",36.069915,-86.693372,3.0,8707.0,321.0,20,black,female,57379213f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-30,14:38:00,"141 THOMPSON LN, NASHVILLE, TN, 37211",36.1098941,-86.7370685,3.0,8403.0,313.0,38,hispanic,male,095779cb19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-04,18:39:00,"AMALIE DR & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0447736,-86.7248042,8.0,8655.0,835.0,26,white,female,20df4b1e70,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-10-12,11:10:00,"18TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1520884,-86.7952809,8.0,5707.0,811.0,42,black,male,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-20,23:17:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9111.0,517.0,20,white,male,1102c43b65,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,"no headlights +" +2015-05-22,23:51:00,", , ,",,,,,,65,white,male,e6d72e8c70,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-12-05,23:25:00,"S GALLATIN PIKE & HICKORY ST, MADISON, TN, 37115",36.2603698,-86.7128553,7.0,1771.0,711.0,29,black,female,db48e43887,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-19,22:04:00,"NOLENSVILLE PIKE & STRASSER DR, NASHVILLE, TN, 37211",36.0600812,-86.7165021,8.0,8659.0,835.0,48,white,male,fb944c2c7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-11,22:14:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,40,white,female,e363ec0685,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-09-20,14:17:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,23,black,male,273c27bb0c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-13,10:25:00,"DAVIDSON DR & HAPWOOD DR, NASHVILLE, TN, 37205",36.1270592,-86.9031994,1.0,4701.0,123.0,50,white,female,9dadcd316d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- MPH ZONE +2011-03-23,21:13:00,"EZELL RD & WILLARD DR, NASHVILLE, , 37211",36.0708421,-86.6937188,,,,25,hispanic,female,0c917ee0a9,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-13,17:10:00,"FAULKNER DR & WALLACE RD, NASHVILLE, TN, 37211",36.0792832,-86.7113651,3.0,8705.0,321.0,23,black,male,e7d36ee1fa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-10,03:40:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,18,black,female,38470daab3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-26,11:14:00,"I 440 W & WEST END AVE, NASHVILLE, TN, 37203",36.1387037,-86.8213446,8.0,5629.0,813.0,20,black,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-17,13:45:00,"3708 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1097356,-86.8109601,8.0,6413.0,825.0,20,white,male,37a4238cc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-29,04:00:00,"43RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1523115,-86.8383394,1.0,5217.0,113.0,30,white,female,0748bf3279,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN,"SUBJECT WAS STOPPED FOR A NON WORKING PASSENGER HEADLIGHT, DRIVER WAS REVOKED AND VEHICLE CAME BACK STOLEN. SUBJECT WAS ARRESTED FOR BOTH CHARGES." +2012-11-06,13:24:00,"10TH AVE S & CARUTHERS AVE, NASHVILLE, TN, 37204",36.1255677,-86.7863183,8.0,6947.0,823.0,45,black,female,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-28,01:09:00,"CHURCH ST & POLK AVE, NASHVILLE, TN, 37203",36.1617918,-86.7833533,4.0,4145.0,411.0,37,black,male,adf5df7aac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-01,22:23:00,"CORNELIA CT & SPENCE LN, NASHVILLE, TN, 37217",36.1390993,-86.7231504,5.0,8813.0,531.0,38,black,male,adf5df7aac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-06,03:39:00,"MM 214 2 I40 E, NASHVILLE, TN, 37217",,,5.0,88021.0,531.0,20,white,male,87a02eb314,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-06-29,18:38:00,"1900 DAVIDSON ST, NASHVILLE, TN, 37206",36.1650499,-86.7335515,2.0,1235.0,215.0,54,black,female,d3aff86839,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-04,02:03:00,"MIDLAND AVE & OBRIEN AVE, NASHVILLE, , 37209",36.1506715,-86.8592968,1.0,5031.0,115.0,18,white,male,f9d7f04fc0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-27,10:57:00,"12TH AVE S & HAWKINS ST, NASHVILLE, TN, 37203",36.1485445,-86.7852223,8.0,6801.0,821.0,38,white,female,79d5fa58bc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-31,21:07:00,"DICKERSON PIKE & GATEWOOD AVE, NASHVILLE, TN, 37207",36.2001781,-86.7698986,2.0,1861.0,223.0,49,black,female,2d7d21bc1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-29,12:30:00,"I 440, NASHVILLE, TN,",36.1538455,-86.8225577,,,,27,white,male,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-23,23:49:00,"MAIN ST & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1765865,-86.7555717,2.0,1131.0,213.0,27,white,male,1b4ec484ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-24,17:29:00,"APRIL LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0560047,-86.7155801,8.0,8655.0,835.0,36,white,female,6f35d16bdf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-13,02:01:00,"MAINSTREAM DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1925005,-86.8157343,6.0,4483.0,611.0,30,black,male,4a7e280b4a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-06,09:01:00,"3100 WOODLAWN DR, NASHVILLE, TN, 37205",36.1239415,-86.8227969,1.0,6005.0,113.0,27,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-17,08:47:00,"LEBANON PIKE & TYLER DR, HERMITAGE, TN, 37076",36.2012741,-86.6177501,5.0,9507.0,521.0,24,white,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-01,02:45:00,"BELL RD & BRITTANY PARK DR, ANTIOCH, TN, 37013",36.046864,-86.6794234,3.0,8719.0,331.0,53,black,male,a0a3b03068,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-16,10:16:00,"BELL RD & S NEW HOPE RD, HERMITAGE, TN, 37076",36.1606192,-86.5854067,5.0,9545.0,523.0,20,white,,6d13b2ff93,vehicular,moving traffic violation,False,False,False,,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-11,09:24:00,"16TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1800254,-86.809783,6.0,4455.0,613.0,51,black,female,a025a02b60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2017-06-21,10:58:00,"HICKORY HIGHLANDS DR & RURAL HILL RD, ANTIOCH, TN, 37013",36.0617206,-86.6448951,3.0,8861.0,325.0,34,black,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-02,09:35:00,", , ,",,,,,,58,white,male,a9b7a026f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-08,09:57:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,5009.0,123.0,43,white,female,75a16c63e9,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,EXPIRED TAG +2016-03-11,17:42:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,18,white,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-22,15:36:00,"ANTIOCH PIKE, BAKERTOWN, TN, 37013",36.0733752,-86.6825296,,,,45,black,male,a367ddd299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"SEATBELT +" +2010-10-26,01:51:00,"W TRINITY LN & LIBERIA ST, NASHVILLE, , 37207",36.20771,-86.7856184,,,,43,black,male,53db68761e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-06,12:00:00,"N 11TH ST & FORREST AVE, NASHVILLE, TN, 37206",36.1785106,-86.7498174,2.0,1241.0,213.0,25,white,male,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-08-08,21:27:00,"HILLSBORO PIKE & WARFIELD DR, NASHVILLE, TN, 37215",36.1033493,-86.8161165,8.0,6405.0,825.0,16,black,male,d944ee700d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SUBJECT RAN FROM POLICE....FELONY EVADING +2014-03-31,21:17:00,"CAROLYN AVE & GALLATIN AVE, NASHVILLE, TN, 37216",36.1970035,-86.7420545,2.0,1401.0,217.0,27,black,female,b9f9980a8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEAD LIGHTS NOT ON +2013-07-12,20:19:00,"DICKERSON PIKE & GRACE ST, NASHVILLE, TN, 37207",36.183182,-86.7738672,2.0,1963.0,221.0,23,black,male,1252ee3949,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-10-18,11:28:00,"1520 PORTER RD, NASHVILLE, TN, 37206",36.1947433,-86.7256873,2.0,1335.0,215.0,19,hispanic,male,a773a4fff8,vehicular,investigative stop,True,True,True,arrest,False,False,False,False,True,True,False,other,investigative stop,TN, +2015-08-30,23:20:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,35,black,female,a5a073bd8e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-18,10:35:00,"1480 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.110393,-86.681129,5.0,8951.0,531.0,24,white,female,d0ca89bf7d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-18,14:58:00,"OLD HICKORY BLVD, , TN, 37076",36.1810837,-86.6069941,,,,24,white,female,6f0e6c9ea2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-03,01:18:00,", , ,",,,,,,25,black,male,2cf165ac70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"UNLIT PLATE, SPEEDING, RAN STOP LIGHT. STOPPED FOR POSSIBLE DUI. DRIVER APPEARED NORMAL. WARNED OF VIOLATIONS AND RELEASED." +2014-01-16,15:35:00,"6TH AVE N & CHURCH ST, NASHVILLE, TN, 37219",36.1626279,-86.7814084,4.0,4143.0,411.0,58,black,male,c1e876ae44,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN,"SEATBELT, NO PROOF VALID INSURANCE" +2017-10-15,07:58:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5123.0,113.0,56,white,female,eb5a39da00,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,WA, +2011-07-02,20:44:00,"12TH AVE S, , TN, 37203",36.1448648,-86.7864095,,,,58,white,female,d944ee700d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-14,18:22:00,"1409 12TH AVE S, NASHVILLE, TN, 37212",36.1394278,-86.7880374,,,,47,black,male,41dfc9efaf,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-30,18:22:00,"12TH AVE S & ARGYLE AVE, NASHVILLE, TN, 37212",36.1377702,-86.7880882,8.0,6617.0,811.0,25,white,female,0535f8bb5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-22,15:34:00,"10TH AVE N & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1655947,-86.7902038,4.0,4207.0,411.0,35,black,male,273c27bb0c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-06,00:17:00,"HICKORYVIEW DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0487725,-86.7136349,8.0,8655.0,835.0,24,white,male,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-25,23:33:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,51,unknown,male,faf7fd2318,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-22,10:09:00,"AIRPARK CENTER DR & DONELSON PIKE, NASHVILLE, , 37217",36.0983947,-86.6773046,,,,52,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-09,19:24:00,"BELL FORGE LN E & BELL RD, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,58,black,female,c4d0d65e2c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-03-21,09:44:00,"HUNTINGTON PKWY & WHITAKER DR, NASHVILLE, TN, 37211",36.0497808,-86.7378333,8.0,8653.0,835.0,24,white,female,d66ac18e8c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-28,17:00:00,"BELL RD & MOSSDALE DR, NASHVILLE, TN, 37217",36.0827667,-86.6286968,5.0,8963.0,535.0,29,white,male,fffd523ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-29,09:44:00,"HUME ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1788823,-86.7951018,6.0,4333.0,617.0,30,white,male,8f1069f970,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2016-01-26,22:51:00,"HICKORY HILL LN & LEBANON PIKE, HERMITAGE, TN, 37076",36.1882507,-86.6292246,5.0,9601.0,521.0,21,white,female,51ff126ada,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-04,17:17:00,"9TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.180527,-86.8016,6.0,4447.0,611.0,28,black,female,6216529cad,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-02-27,07:31:00,"17TH AVE N & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1613562,-86.7999212,6.0,5401.0,615.0,72,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-20,03:17:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,26,white,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TAIL LIGHT +" +2012-02-28,10:07:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,43,black,female,0953960bcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-20,15:10:00,"E TRINITY LN & ELLINGTON PKWY N, NASHVILLE, TN, 37216",36.2033503,-86.7515075,2.0,1821.0,225.0,22,black,male,849f93c918,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN,CSU NO MDC +2016-06-02,16:29:00,"15TH AVE N & CLAY ST, NASHVILLE, TN, 37208",36.1831523,-86.8101069,6.0,4411.0,611.0,52,black,male,943bdf4ec4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LEFT BRAKE LIGHT +2012-09-21,16:29:00,"5425 MT VIEW RD, ANTIOCH, TN, 37013",36.0457491,-86.648927,3.0,8865.0,333.0,43,white,female,37d1129bde,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-29,16:12:00,"2726 HERMAN ST, NASHVILLE, TN, 37208",36.1619489,-86.8184839,6.0,5309.0,615.0,37,black,male,7795d00d59,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-07-05,10:02:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8833.0,315.0,71,white,female,e25971e53e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-05,17:41:00,"4TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1517995,-86.7712094,4.0,4005.0,425.0,31,black,female,e33304d826,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,True,True,True,True,other,vehicle equipment violation,TN, +2010-01-26,08:25:00,"13TH AVE & BROADWAY, NASHVILLE, , 37203",36.1559889,-86.7888371,4.0,4002.0,423.0,34,white,male,f87ffe9d54,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-28,19:01:00,"5TH AVE N, , TN, 37219",36.1674906,-86.7829308,,,,42,white,male,6a975d842f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-01-28,08:14:00,"OLD HICKORY BLVD & VALLEY VIEW RD, BRENTWOOD, TN, 37027",36.0405967,-86.7710752,8.0,8619.0,833.0,33,white,female,5a2f1d4986,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-05,19:45:00,"BELMONT BLVD & CEDAR LN, NASHVILLE, TN, 37212",36.1207301,-86.7950967,8.0,6503.0,823.0,59,white,male,1fdfb2a60c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-25,11:35:00,"1003 8TH AVE S, , TN, 37203",36.144582,-86.779438,8.0,6809.0,821.0,49,white,male,d708855b86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO TS +2011-06-25,09:38:00,"ROBERTSON AVE & SNYDER AVE, NASHVILLE, TN, 37209",36.1547271,-86.86014,1.0,4665.0,115.0,25,black,female,fffe5752f3,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,True,True,True,False,other,vehicle equipment violation,TN, +2011-07-11,12:52:00,"BELL RD, , TN, 37214",36.1361127,-86.6297696,,,,37,hispanic,male,8563660720,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING--- MPH IN A -- MPH ZONE +" +2011-04-28,13:56:00,"I 40 W & JEFFERSON ST, NASHVILLE, TN, 37208",36.0789995,-86.9551254,6.0,4245.0,617.0,25,white,male,b5dcfa19fe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-24,10:37:00,"247 WALLACE RD, NASHVILLE, TN, 37211",36.0789176,-86.7094384,3.0,8705.0,321.0,59,white,male,037bfcb0ce,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-27,15:18:00,"3169 LEBANON PIKE, NASHVILLE, TN, 37214",36.1827762,-86.6393535,5.0,9403.0,517.0,71,white,female,126f05a67f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-04,22:05:00,"JEFFERSON ST & SPRING ST, NASHVILLE, TN, 37213",36.176917,-86.7761407,4.0,1989.0,413.0,30,black,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-15,20:05:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,23,asian/pacific islander,female,6d34aa0249,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-25,11:37:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,21,black,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,FLAGGING ----- +2014-04-02,11:54:00,"DICKERSON PIKE & LEMUEL RD, NASHVILLE, TN, 37207",36.2152926,-86.7639081,2.0,1889.0,223.0,26,white,female,a86ebf2746,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,left brake light out. warned. +2012-12-19,21:43:00,"GALLATIN AVE & MAXWELL AVE, NASHVILLE, TN, 37206",36.182105,-86.7490744,2.0,1937.0,227.0,50,black,female,23e9d21d94,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"improper left turn, failure to signal" +2014-03-31,12:14:00,"I 40 W & BROADWAY, NASHVILLE, TN, 37203",36.0789995,-86.9551254,4.0,4002.0,423.0,22,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-23,06:34:00,"APACHE TRL, TUSCULUM, TN, 37013",36.0535495,-86.6939559,,,,42,hispanic,male,6f35d16bdf,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-23,16:15:00,"BRILEY PKWY W & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2271465,-86.8358109,6.0,3220.0,627.0,32,white,male,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-13,01:03:00,"BRICK CHURCH PIKE & EWING DR, NASHVILLE, TN, 37207",36.2315631,-86.7815318,7.0,2001.0,721.0,36,black,male,0e1022b041,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-18,16:00:00,"BELLSHIRE DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2593959,-86.757782,7.0,2021.0,725.0,24,white,male,12e5f0aefc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-17,14:29:00,"S 5TH ST & SUMMER PL, NASHVILLE, TN, 37206",36.1656636,-86.7611427,2.0,1013.0,211.0,40,white,male,911d123f59,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-13,06:31:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,2.0,1363.0,215.0,33,white,male,5849b87aaf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"EXPIRED TEMP TAG, NEW ONE IN GLOVE BOX" +2012-08-01,04:49:00,"BELL RD & COLLINS PARK DR, ANTIOCH, TN, 37013",36.0459841,-86.6579079,3.0,8859.0,325.0,36,black,female,19018cc59c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-11,23:47:00,"1006 17TH AVE S, NASHVILLE, TN, 37212",36.1462889,-86.793635,8.0,6705.0,815.0,28,white,female,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-19,12:00:00,"COLONY CT & GLENDALE LN, NASHVILLE, TN, 37204",36.0942892,-86.7950968,8.0,7023.0,825.0,18,white,male,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-02,03:48:00,"LEBANON PIKE & OLD LEBANON PIKE, NASHVILLE, TN, 37214",36.1679656,-86.6645887,5.0,9125.0,517.0,25,white,male,97117e47ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-27,22:48:00,"40TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1571024,-86.8343052,1.0,4531.0,111.0,20,black,female,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHT OUT +2015-09-05,22:53:00,"SIMMONS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1106149,-86.7406986,3.0,8403.0,313.0,24,white,female,0dbc98bd44,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,True,True,True,True,other,moving traffic violation,TN,DRIVER WAS OBSERVED BY MYSELF TRAVELING IN NUMBER - LANE AND CROSSED INTO BOTH THE NUMBER - LANE TWO TIMES AND INTO THE CENTER TURN LANE ONE TIME. +2013-12-10,21:00:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,18,white,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2016-04-16,09:45:00,"DAVIDSON DR & HAPWOOD DR, NASHVILLE, TN, 37205",36.1270592,-86.9031994,1.0,4701.0,123.0,45,white,female,a9e3132c9f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-28,23:01:00,"OAKMONT CIR & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1413503,-86.8574585,1.0,5025.0,115.0,18,white,male,b8abdfc82f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-02,23:07:00,"OBRIEN AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1506975,-86.8579143,1.0,5004.0,115.0,42,black,male,c4184931e7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-24,00:28:00,"CALVIN AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.181707,-86.7492447,2.0,1213.0,213.0,30,white,female,ae3d1eafc3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT +2014-08-11,23:27:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,52,black,male,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-06,21:34:00,"BELL RD & BRENTRIDGE CIR, ANTIOCH, TN, 37013",36.0469876,-86.6801479,3.0,8719.0,331.0,29,unknown,female,6df99debf2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2019-01-11,07:20:00,"7087 HWY 70 S, NASHVILLE, TN, 37221",36.0731312,-86.919479,1.0,4901.0,121.0,26,white,male,5905836fa2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-24,13:04:00,"1201 S GALLATIN PIKE, MADISON, TN, 37115",36.247763,-86.720047,7.0,1519.0,711.0,21,white,male,136443d512,vehicular,safety violation,False,True,False,citation,False,False,False,False,True,True,True,consent,safety violation,TN,"STOPPED FOR NO SEATBELT +CITED FOR NO PROOF OF INSURANCE +CONSENT SEARCH - SEVERAL DRUG ARRESTS" +2019-02-13,22:39:00,"2005 BOROWOOD DR, NASHVILLE, TN, 37217",36.090944,-86.6485286,5.0,8935.0,535.0,21,black,male,bdba73f50a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-07-04,09:46:00,"MM 8 4 BRILEY S, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,92960.0,513.0,21,white,male,700c36a39a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-28,00:38:00,"BELL RD & MURFREESBORO PIKE, SOUTH, TN, 37013",36.0719049,-86.636152,,,,18,white,male,099af2ccd1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-01,13:25:00,"37TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527207,-86.8281842,1.0,5229.0,113.0,25,white,female,a2278aae28,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-09,14:11:00,"2ND AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1555806,-86.7711,4.0,4033.0,425.0,39,white,male,05758765d0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-17,18:47:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,4701.0,123.0,34,white,male,7dcd081b3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-30,23:31:00,"DOUGLAS AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1926724,-86.7443891,2.0,1895.0,227.0,36,white,male,a48b378e7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-01,10:49:00,"440 HOGAN RD, NASHVILLE, TN, 37220",36.063911,-86.7473094,8.0,8615.0,833.0,49,black,male,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-15,20:55:00,"575 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1414106,-86.7411655,3.0,8161.0,311.0,34,hispanic,male,e9048f179e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO MDC +2010-09-05,09:15:00,"SAWYER BROWN RD & TODD PREIS DR, NASHVILLE, TN, 37221",36.0711205,-86.9470687,1.0,4811.0,125.0,52,white,female,65d5d978b1,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2015-02-23,08:25:00,"LAFAYETTE ST & WHARF AVE, NASHVILLE, TN, 37210",36.1488548,-86.7624691,3.0,8149.0,311.0,48,white,male,b5dcfa19fe,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2013-07-31,13:01:00,"DR D B TODD JR BLVD & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1605319,-86.8018492,6.0,5357.0,615.0,36,black,male,275b2f9e04,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-11,21:44:00,"7TH AVE S & MIDDLETON ST, NASHVILLE, TN, 37203",36.1517845,-86.7777336,4.0,4025.0,423.0,26,white,male,7e8bd08511,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN +2016-03-19,21:05:00,"BLUEFIELD AVE & DONELSON PIKE, NASHVILLE, TN, 37214",36.1646846,-86.6638016,5.0,9401.0,517.0,36,white,male,d2f883d86a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO MDT +2014-06-06,20:50:00,"S 1ST ST & WOODLAND ST, NASHVILLE, TN, 37213",36.1690652,-86.7722128,4.0,1133.0,413.0,29,unknown,male,e1fcd06565,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,IMPEDING TRAFFIC LANE +2014-10-19,00:52:00,"BELL HOLLOW & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0409461,-86.6621445,3.0,8753.0,331.0,38,black,male,4ab7251c91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-09,14:38:00,"DONELSON PIKE & ROYAL PKWY, NASHVILLE, TN, 37214",36.1459289,-86.6665918,5.0,9117.0,517.0,26,white,female,6f0e6c9ea2,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-31,14:31:00,"I 24 W & I 40 W, NASHVILLE, TN, 37210",36.1539502,-86.7572484,5.0,9004.0,513.0,23,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-12,15:07:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,35,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-21,04:46:00,"BRILEY PKWY & GLASTONBURY RD, NASHVILLE, TN, 37217",36.1372313,-86.6995594,5.0,88943.0,531.0,53,black,male,7a4cb6c3f1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-21,13:04:00,"GRANNY WHITE PIKE & NOELTON AVE, NASHVILLE, TN, 37204",36.11289,-86.7923858,8.0,7005.0,823.0,38,white,female,9dadcd316d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-09-13,06:23:00,"5200 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.0602854,-86.7738085,8.0,7111.0,833.0,63,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-18,19:35:00,"MURFREESBORO PIKE & PINEWAY DR, NASHVILLE, TN, 37217",36.1151016,-86.694229,3.0,8835.0,315.0,43,white,male,f41fb0f139,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-02,12:53:00,"LEBANON PIKE & TYLER DR, HERMITAGE, TN, 37076",36.2012741,-86.6177501,5.0,9719.0,523.0,75,white,female,acb89d1f7f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-01-03,21:03:00,"BONNASPRING DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1956607,-86.6216585,5.0,9613.0,521.0,36,white,male,e552872ac6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-25,19:53:00,"5TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4069.0,421.0,19,white,female,7753055d04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-06,19:42:00,"2500 GALLATIN AVE, NASHVILLE, TN, 37206",36.1953626,-86.7422777,2.0,1331.0,215.0,61,black,female,1bbaebcc06,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2016-08-25,01:52:00,"HERMITAGE AVE & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1583691,-86.7719178,4.0,4049.0,425.0,30,white,female,0a2b939d4b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,FAILED TO STOP. DRIVER HAS MULTIPLE WARRANTS LOCALLY AND IN FRANKLIN. +2014-10-19,13:02:00,"3239 PANORAMA DR, NASHVILLE, TN, 37218",36.1823684,-86.8416947,6.0,3173.0,625.0,82,black,male,f9d7f04fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-19,23:33:00,"4TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1590255,-86.7758498,4.0,4065.0,421.0,47,white,female,b15546c17f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-02-02,09:25:00,"MM 205 I40 E, NASHVILLE, , 37209",,,,,,43,hispanic,male,c4f63928e2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-14,15:05:00,"BELMONT BLVD & CLAYTON AVE, NASHVILLE, , 37212",36.118749,-86.7961846,,,,68,black,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,LANE USE +2012-01-19,05:34:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,18,white,male,167b66ce60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-10,19:36:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,52,white,male,718e745606,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2010-04-30,23:55:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5103.0,113.0,26,white,female,e077a1b1fb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-20,11:49:00,"BRILEY PKWY & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9290.0,515.0,58,black,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEED +" +2012-07-02,09:45:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1963.0,221.0,44,black,male,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-25,20:19:00,"BENSON ST & EASTLAND AVE, NASHVILLE, TN, 37206",36.1829337,-86.7392216,2.0,1339.0,215.0,30,hispanic,female,8d7b449e86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-26,02:43:00,"18TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1371855,-86.7969239,8.0,6611.0,815.0,26,unknown,male,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-02,20:48:00,"CARROLL ST & UNIVERSITY CT, NASHVILLE, TN, 37210",36.1530819,-86.7640239,5.0,8201.0,511.0,24,black,male,7dbf1da87e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-09,03:10:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,22,white,male,d08894c335,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,EXPIRED TEMP TAG +2011-10-11,10:17:00,"COLICE JEANNE RD & HWY 70 S, NASHVILLE, TN, 37221",36.0740352,-86.935308,1.0,4815.0,125.0,19,white,female,963f2c3d0d,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2014-11-30,12:35:00,"3925 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2181638,-86.7286295,2.0,1445.0,217.0,58,black,female,f673bbd15d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-19,12:09:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,41,white,male,9b2d08be70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-04,22:05:00,"12TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.161584,-86.7917615,4.0,4151.0,411.0,47,black,male,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-18,00:33:00,"N 11TH ST & GARTLAND AVE, NASHVILLE, TN, 37206",36.1795905,-86.7498613,2.0,1241.0,213.0,22,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-28,08:09:00,"MCGAVOCK PIKE, , TN, 37138",36.1515621,-86.6841275,,,,53,hispanic,male,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-08,20:34:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,215.0,28,white,female,565ed6dc62,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-11,20:10:00,"CHESTER AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1950878,-86.7430952,2.0,1883.0,227.0,20,black,male,c912d50c7a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-10,19:06:00,"DARBYTOWN DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2669423,-86.7566289,,,,55,black,female,236774fda1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-14,21:05:00,"ROCKWOOD DR & SADDLESTONE DR, HERMITAGE, TN, 37076",36.1770471,-86.597305,5.0,9557.0,523.0,39,black,male,ce5bcb2c38,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-12,13:46:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43024.0,617.0,22,asian/pacific islander,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY,--/-- +2016-10-26,05:48:00,"4243 HARDING PIKE, NASHVILLE, TN, 37205",36.1268494,-86.8441731,1.0,6021.0,117.0,38,white,male,9ea0e9ac34,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEAD LIGHT +2014-04-05,00:38:00,"31ST AVE N & PARTHENON AVE, NASHVILLE, TN, 37203",36.1484757,-86.8161953,8.0,5627.0,813.0,28,black,female,4d2c2c6a03,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-19,11:16:00,"7044 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1316175,-86.9077523,1.0,4703.0,123.0,69,white,female,96ed2ac24f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-09-03,03:06:00,"HILLSBORO PIKE & OVERHILL DR, NASHVILLE, TN, 37215",36.1009651,-86.8187218,8.0,6405.0,825.0,33,white,male,e60adece97,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-24,01:55:00,"2500 WEST END AVE, NASHVILLE, TN, 37203",36.1468386,-86.8086945,8.0,5623.0,813.0,32,black,female,073f5c83fc,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN,TRESPASS BY MOTOR VEHICLE. SUSPENDED DL. CITATION ISSUED FOR NO DL. +2012-01-23,10:15:00,"29TH AVE N & POSTON AVE, NASHVILLE, TN, 37203",36.1458149,-86.8141251,8.0,5625.0,813.0,32,white,male,dfa68600fc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-06,11:25:00,"3804 DR WALTER S DAVIS BLVD, NASHVILLE, TN, 37209",36.167124,-86.835481,,,,25,black,female,fde6504fcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2012-11-10,20:44:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,30,white,female,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-28,20:26:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3155.0,623.0,29,black,female,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-27,12:25:00,"OLD HICKORY & RIO VISTA, , TN,",36.2623571,-86.6810149,,,,32,black,male,b0a93d5047,vehicular,investigative stop,False,False,True,warning,False,False,False,False,True,True,True,probable cause,investigative stop,TN, +2011-11-15,18:35:00,"ROSA L PARKS BLVD & TAYLOR ST, NASHVILLE, TN, 37208",36.1769054,-86.7937824,6.0,4333.0,617.0,46,white,female,65019d82f3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-14,12:35:00,"BELL RD & DODSON CHAPEL RD, HERMITAGE, TN, 37076",36.1633098,-86.613147,5.0,9501.0,521.0,32,white,male,8e61dbe818,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-18,07:37:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,45,white,male,f1c025f95c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-01-18,08:23:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,38,black,female,43d774e2c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-26,14:27:00,"51ST AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1622683,-86.8491077,1.0,4607.0,111.0,46,white,female,ee142afb84,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-06,23:18:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8609.0,831.0,49,asian/pacific islander,male,9b2d08be70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-13,17:32:00,"1ST AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1491797,-86.7634531,3.0,8149.0,311.0,31,white,female,f26feb9ee6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-15,15:47:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,54,black,female,9744cdaa29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2013-06-25,10:21:00,"405 W TRINITY LN, NASHVILLE, TN, 37207",36.2079652,-86.7845743,6.0,3041.0,621.0,18,black,male,f9d7f04fc0,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-07-29,16:12:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,54,black,male,3c72ff8fdc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-02,15:12:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,28,white,male,1d17ac8627,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-26,11:39:00,"600 JAMES AVE, NASHVILLE, TN, 37209",36.1580556,-86.8770093,1.0,4645.0,115.0,48,white,male,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-20,12:44:00,"S GALLATIN PIKE & WOODRUFF ST, MADISON, TN, 37115",36.2598741,-86.7130329,,1605.0,,69,white,female,3c07909db0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,VIOLATION OF LANE RESTRICTION; CROSSED DOUBLE YELLOW LINES STATE ROUTE -- AT GALLATIN +2015-05-14,16:35:00,"N 16TH ST & STRAIGHTWAY AVE, NASHVILLE, , 37206",36.1930295,-86.737215,2.0,1329.0,215.0,30,black,male,ea3413a239,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-21,14:23:00,"GLENROSE AVE & I 24 W, NASHVILLE, TN, 37210",36.115927,-86.720801,3.0,88142.0,315.0,54,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-07,18:50:00,"609 S 9TH ST, NASHVILLE, TN, 37206",36.1686705,-86.7531763,2.0,1025.0,211.0,42,black,male,1bbaebcc06,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-01,02:33:00,"MUSIC SQ S & GRAND AVE, , TN, 37203",36.1467597,-86.7925252,,,,51,white,male,e9f93b1392,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-20,21:20:00,"1101 BROADWAY, NASHVILLE, TN, 37203",36.156484,-86.786737,4.0,4079.0,423.0,22,white,male,bfd70feda2,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-18,11:00:00,"BELL RD & COLLINS PARK DR, ANTIOCH, TN, 37013",36.0459841,-86.6579079,3.0,8859.0,325.0,54,hispanic,male,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-29,14:19:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1953.0,221.0,57,white,male,377f552750,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-17,22:25:00,"S GALLATIN PIKE & NEELYS BEND RD, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1605.0,713.0,25,hispanic,male,45e86ca572,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-13,17:33:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,34,black,male,8cbadbb4fa,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,MS,"BRAKE LIGHT OUT, NO DRIVER'S LICENSE, STATE CITE ISSUED" +2017-08-27,16:05:00,"JUAREZ DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1924503,-86.616172,5.0,9507.0,521.0,29,white,male,b89d92a851,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-10-27,17:46:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,3.0,8117.0,311.0,31,white,male,d7d987fc7e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-07,11:46:00,"5211 LINBAR DR, NASHVILLE, TN, 37211",36.0752049,-86.6954256,3.0,8707.0,321.0,42,white,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-05,12:09:00,"2126 ABBOTT MARTIN RD, NASHVILLE, TN, 37215",36.1085772,-86.8133432,1.0,6109.0,117.0,54,white,male,37a4238cc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-16,00:09:00,"701 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1834535,-86.7732825,2.0,1963.0,221.0,30,white,male,d8d85bf873,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-05-06,00:27:00,"21ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5713.0,811.0,62,white,female,d944ee700d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-05,04:32:00,"JEFFERSON ST BRIDGE, NASHVILLE, TN, 37207",36.1761674,-86.7805543,,,,34,white,male,937faddb57,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,LA, +2012-02-03,22:25:00,"FATHERLAND ST & S 11TH ST, NASHVILLE, TN, 37206",36.1741367,-86.7503438,2.0,1207.0,213.0,50,white,male,6e95f38057,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-10,17:11:00,"830 GLASTONBURY RD, NASHVILLE, TN, 37217",36.1351474,-86.7006867,5.0,8825.0,531.0,51,black,male,bad5ca5683,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,NO LIGHTS IN RAIN +2011-07-17,16:50:00,"BRONTE AVE & LITTON AVE, NASHVILLE, TN, 37216",36.2020752,-86.7360536,2.0,1401.0,217.0,43,black,male,51d30b3267,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"driver side brake light not functioning +" +2011-05-02,17:50:00,"RIVERSIDE DR, , TN, 37206",36.1886812,-86.7264082,,,,59,black,male,182e91240b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-22,18:44:00,"NOLENSVILLE PIKE & VIVELLE AVE, NASHVILLE, TN, 37210",36.1268779,-86.7531226,3.0,8109.0,311.0,17,white,male,e6661dbb1a,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2014-11-21,10:37:00,", , ,",,,,,,37,black,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-26,18:36:00,"S 10TH ST & MAIN ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,,1241.0,,50,black,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-05-31,13:14:00,"JACKSON DOWNS BLVD & LEBANON PIKE, NASHVILLE, TN, 37214",36.1853197,-86.6366695,5.0,9403.0,517.0,43,white,female,26ed5dd676,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-04,22:40:00,"COTTON LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0702838,-86.7220847,8.0,8661.0,831.0,33,white,female,3c87cce3fc,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-11-07,06:05:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2133.0,725.0,33,black,female,3380b227a4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-19,03:52:00,"574 BELL RD, ANTIOCH, TN, 37013",36.064963,-86.635097,3.0,8865.0,333.0,20,black,female,f7d35184d2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-13,17:32:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1771.0,711.0,59,black,female,7181557957,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,tags expired aug ---- +2011-08-29,19:29:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,5.0,8951.0,531.0,40,black,male,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-09-07,17:57:00,"HOBSON PIKE & PIN HOOK RD, ANTIOCH, TN, 37013",36.0493105,-86.5999963,3.0,8927.0,335.0,44,hispanic,female,17c9ffa200,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,VA,speeding +2014-09-18,15:03:00,"1511 ELM HILL PIKE, NASHVILLE, TN, 37210",36.1434943,-86.7191155,5.0,9017.0,513.0,45,white,male,4bf759b804,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-10,09:40:00,"BENSON ST & EASTLAND AVE, NASHVILLE, TN, 37206",36.1829337,-86.7392216,2.0,1339.0,215.0,38,white,male,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"NO MDC +" +2017-04-21,04:37:00,"AMERICAN RD & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1444524,-86.8727319,1.0,5023.0,123.0,51,white,female,efb8ee486f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-01-03,09:07:00,"CLAIRCREST DR & TUSCULUM RD, NASHVILLE, TN, 37211",36.0581642,-86.7025908,3.0,8715.0,331.0,56,white,male,d506cb99f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-27,10:01:00,"5TH AVE N & COMMERCE ST, , TN, 37219",36.1618524,-86.7793258,,,,27,white,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-07,22:33:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,20,black,male,d9c669a8da,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN,DRIVER WAS PARKED IN THE FIRE LANE. +2018-02-11,02:17:00,"7TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1593656,-86.7809667,4.0,4109.0,421.0,49,black,male,f6a8173a1b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-11-02,23:37:00,"BRICK CHURCH PARK DR & BRICK CHURCH PIKE, NASHVILLE, , 37207",36.2242337,-86.7821876,,,,32,black,male,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PLATE LIGHTS OUT +2018-10-08,20:42:00,"735 MYATT DR, MADISON, TN, 37115",36.2959442,-86.6977677,7.0,1731.0,727.0,58,black,male,c2231e79ed,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-04-08,09:06:00,"CLAIBORNE ST & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1484116,-86.761179,5.0,8209.0,511.0,66,white,male,fbdc8fe5b9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RED LIGHT +2012-09-06,12:41:00,"95 BELLEVUE RD, NASHVILLE, TN, 37221",36.0621152,-86.9230416,1.0,4819.0,125.0,52,white,male,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-13,20:00:00,"2ND AVE S & I 40 W, NASHVILLE, TN, 37210",36.1525133,-86.7657744,4.0,4008.0,425.0,54,white,male,6f0151b767,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-13,03:52:00,"12TH AVE S & WEDGEWOOD AVE, , TN, 37212",36.1361675,-86.7886974,,6617.0,,33,white,male,1fe511a9f7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LIGHTS REQUIRED. NO WARRANTS. +2015-06-17,23:28:00,"NOLENSVILLE PIKE & TANKSLEY AVE, NASHVILLE, , 37211",36.1086569,-86.7440204,,,,18,white,male,fb944c2c7c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-05-18,15:50:00,"I 24 W, , TN, 37213",36.1692928,-86.774756,,,,51,black,female,4d037c592b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-23,21:32:00,"WEDGEWOOD AVE, , TN, 37204",36.1338022,-86.7717225,,,,29,white,female,d43bc9cc6c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-17,12:07:00,"3220 BELL RD, NASHVILLE, TN, 37214",36.1254314,-86.6308022,5.0,8945.0,533.0,22,black,female,06dbf4a801,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-11,13:11:00,"8TH AVE S & CHESTNUT ST, NASHVILLE, TN, 37203",36.1417067,-86.7786839,8.0,6811.0,821.0,25,white,female,b908cb6e33,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-31,20:14:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1361675,-86.7886974,8.0,6617.0,811.0,22,black,female,c34de323ba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-24,14:44:00,"BRILEY PKWY W & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2407281,-86.7576401,7.0,2014.0,721.0,21,black,male,cb57e4e65c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2011-11-15,08:47:00,"I 40 E & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0789995,-86.9551254,1.0,48062.0,125.0,32,white,female,3800f77872,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-05-02,13:30:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,,8951.0,,90,white,female,596bd1105e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-16,12:52:00,"DICKERSON PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2692405,-86.7557273,7.0,2039.0,725.0,60,white,female,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-14,17:00:00,"9TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.180527,-86.8016,6.0,4447.0,611.0,35,black,female,4d2452c32f,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-26,13:43:00,"LEBANON PIKE & OLD HICKORY BLVD, , TN, 37138",36.1984469,-86.6201996,,,,29,black,male,0d9e46bbe6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-21,09:24:00,"LEBANON PIKE & PARK DR, NASHVILLE, TN, 37214",36.1698216,-86.6759502,5.0,9111.0,517.0,61,white,male,4265ea192b,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-04-13,23:50:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,54,black,male,cc23b83d61,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-07,20:16:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,5.0,8815.0,531.0,18,black,female,9d41edf114,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2016-08-24,03:11:00,"BELL RD & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0447085,-86.6615617,3.0,8721.0,325.0,23,white,male,983e5f597c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-05,20:05:00,"S GALLATIN PIKE & MADISON ST, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1605.0,713.0,23,white,female,9eb1afe7e8,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2018-05-08,21:52:00,"CHARLES E DAVIS BLVD & GREEN ST, NASHVILLE, TN, 37210",36.1531321,-86.761843,5.0,8201.0,511.0,21,black,male,6db506e931,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-25,22:34:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,91980.0,513.0,21,black,female,48c3d0282a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-16,00:09:00,"OLD HICKORY BLVD & RACHELS LN, OLD HICKORY, TN, 37138",36.203904,-86.621309,5.0,9739.0,523.0,18,white,male,b908cb6e33,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-20,16:19:00,"BRANDAU RD & CENTRAL PIKE, HERMITAGE, TN, 37076",36.1803057,-86.6214212,5.0,9503.0,521.0,49,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-05,16:03:00,", , ,",,,,,,37,white,female,58251cd0f4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-02-18,01:00:00,"21ST AVE S & HILLSBORO PIKE, NASHVILLE, TN, 37212",36.125315,-86.8055844,8.0,6507.0,815.0,25,white,female,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2016-11-10,20:07:00,"MERIDIAN ST & TREUTLAND AVE, NASHVILLE, TN, 37207",36.1800917,-86.7690431,2.0,1967.0,221.0,33,white,male,71cbae12cb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO TAG LIGHT +2018-03-23,12:58:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,18,black,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-30,13:55:00,"DAVIDSON RD & HARDING PIKE, NASHVILLE, TN, 37205",36.1149587,-86.8612704,1.0,4919.0,121.0,58,white,male,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-10,08:25:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,56,white,male,6074f7bab3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-04,16:12:00,"GALLATIN PIKE & LITTON AVE, NASHVILLE, TN, 37216",36.2024299,-86.7391182,2.0,1851.0,227.0,28,white,male,c4f63928e2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-22,19:40:00,"1019 GALLATIN AVE, NASHVILLE, TN, 37206",36.1891328,-86.7460353,2.0,1319.0,215.0,21,hispanic,male,4d94f95134,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN,"STOPPED FOR DRIVE OUT TAG IT WAS TWO DAYS PASS -- DAY LIMIT SHOWS -- DAYS ALSO NOT PUNCHED. +" +2013-05-12,20:28:00,"JUAREZ DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1924503,-86.616172,5.0,9507.0,521.0,39,white,male,ef8417427b,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,brake light +2012-02-13,15:10:00,"MADISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1737891,-86.7916943,6.0,4303.0,617.0,67,white,male,5905836fa2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-29,16:46:00,"BLANTON AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1386273,-86.731449,3.0,8159.0,311.0,28,white,male,1efbb4af4c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-05,13:29:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9117.0,517.0,33,hispanic,male,b026378af6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-16,19:39:00,"12TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1713402,-86.7992109,6.0,5413.0,615.0,53,black,male,3aef563fcc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-03,00:03:00,"PARK CT & TUSCULUM RD, ANTIOCH, TN, 37013",36.057519,-86.706611,3.0,8713.0,321.0,42,black,male,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-24,10:56:00,"5004 FRANKLIN PIKE, , TN, 37220",36.071052,-86.7731699,8.0,7101.0,833.0,35,white,male,86da362829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-18,12:20:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9117.0,517.0,29,white,male,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-26,23:27:00,"S GRAYCROFT AVE & W DUE WEST AVE, MADISON, TN, 37115",,,7.0,1779.0,723.0,46,black,male,7546e30df8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-15,13:31:00,"2612 CALL HILL RD, NASHVILLE, TN, 37211",36.0255098,-86.7199098,8.0,8651.0,835.0,36,white,female,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-27,13:45:00,", , ,",,,,,,31,white,female,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-21,06:58:00,"MM 198 2 I40 W, NASHVILLE, TN, 37221",,,1.0,4706.0,123.0,50,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,OK, +2014-01-07,13:14:00,"25TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1552374,-86.8120452,6.0,5339.0,615.0,48,white,female,df54250e36,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-09,01:30:00,"ANDREW JACKSON PKWY & OLD LEBANON DIRT R, HERMITAGE, TN, 37076",36.1879552,-86.6077612,5.0,9511.0,521.0,25,white,female,9dc8c71b5b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-03,13:36:00,"512 TULIP GROVE RD, HERMITAGE, TN, 37076",36.213018,-86.589284,5.0,9537.0,523.0,76,white,male,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2010-09-17,03:03:00,"BRILEY PKWY & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1566787,-86.8650128,1.0,4698.0,115.0,52,black,male,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-22,19:46:00,"CENTRAL PIKE & DODSON CHAPEL RD, HERMITAGE, TN, 37076",36.1747229,-86.6142617,,9561.0,,22,white,male,1d8c47ce85,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2015-03-16,09:36:00,"DOUGLAS AVE & MONTGOMERY AVE, NASHVILLE, TN, 37207",36.1935794,-86.756048,2.0,1905.0,221.0,24,black,male,00443cb79c,vehicular,moving traffic violation,True,True,False,arrest,True,True,False,True,True,True,True,probable cause,moving traffic violation,TN, +2012-01-17,02:09:00,"4300 OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.219515,-86.6240493,5.0,9717.0,525.0,19,white,male,adf5df7aac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"WHITE -DR HONDA +" +2014-04-29,19:58:00,"S GALLATIN PIKE & WOODRUFF ST, MADISON, TN, 37115",36.2598741,-86.7130329,,1605.0,,35,black,male,580ec58203,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,COVER OVER TAG +2010-05-05,23:26:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,22,black,male,9b2d08be70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-15,19:10:00,"974 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.130249,-86.7149167,5.0,8815.0,531.0,36,white,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-01-30,11:20:00,"3900 CLIFTON AVE, NASHVILLE, TN, 37209",36.1569884,-86.8327677,1.0,4531.0,111.0,21,black,female,0d43689ede,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-13,09:30:00,"ASHTON AVE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1960633,-86.8351447,,3115.0,,36,black,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-13,14:40:00,"3234 LAGRANGE DR, NASHVILLE, TN, 37218",36.1825204,-86.8401235,6.0,3173.0,625.0,43,black,male,3b8237be67,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN,"no seatbelt, driver was upset" +2011-09-14,09:44:00,"BRILEY PKWY EXIT N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,19,unknown,male,099216fe9c,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,False,True,True,True,consent,moving traffic violation,TN,"PHY ARREST FOR SUSPENDED DL +" +2013-06-29,16:41:00,"W TRINITY LN & BAPTIST WORLD CENTER DR, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3017.0,621.0,32,black,male,41a15946a7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-18,07:40:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1917.0,221.0,76,black,male,559632f4a3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-24,20:34:00,"32ND AVE S & VANDERBILT PL, , TN, 37212",36.1408414,-86.8153052,8.0,5817.0,815.0,24,white,female,42d656ccc7,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,VA, +2011-12-14,13:23:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,40,black,female,cfbf0303f8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-16,05:56:00,"CAROLYN AVE & GALLATIN AVE, NASHVILLE, TN, 37216",36.1970035,-86.7420545,2.0,1881.0,227.0,33,black,male,904b0df08c,vehicular,registration,False,False,True,warning,False,False,False,False,True,False,True,plain view,registration,TN, +2010-11-16,15:19:00,"701 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1834535,-86.7732825,2.0,1963.0,221.0,33,black,female,1b56d08e5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SPEED +" +2016-04-16,22:19:00,"BELL HOLLOW & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0409461,-86.6621445,3.0,8753.0,331.0,30,black,male,28a173be9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2010-01-13,08:20:00,"I 65 S & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,2041.0,725.0,37,white,female,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR OFFICER NO MDC +" +2015-10-25,23:59:00,"HAMILTON CHURCH RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.064784,-86.6284723,3.0,8865.0,333.0,28,black,male,e24c163b5d,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,True,True,probable cause,safety violation,TN, +2010-05-31,07:20:00,"AIRPARK DR & HIGHVIEW DR, , TN, 37206",36.192546,-86.7074958,2.0,1357.0,215.0,23,black,female,12d3d862ae,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2012-03-23,22:29:00,"I 24 W & SHELBY AVE, NASHVILLE, TN, 37206",36.1673362,-86.7648518,2.0,1102.0,211.0,26,black,male,2022e55034,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-11,05:39:00,"125 12TH AVE S, NASHVILLE, TN, 37203",36.1548315,-86.7868089,4.0,4081.0,423.0,54,black,male,a1e3ace771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,did not stop completely at red light. warned. +2010-07-06,10:24:00,"HART ST & LEWIS ST, NASHVILLE, TN, 37210",36.1422104,-86.7589814,3.0,8135.0,311.0,77,white,male,55206bed29,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-07-18,20:54:00,"101 UNIVERSITY CT, NASHVILLE, TN, 37210",36.1520133,-86.76385,5.0,8203.0,511.0,23,black,female,b3d18aa8ec,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2010-06-04,17:06:00,"645 S 7TH ST, NASHVILLE, TN, 37206",36.1674524,-86.7563066,2.0,1023.0,211.0,24,black,male,00443cb79c,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2017-02-07,09:04:00,"CROSS TIMBERS DR & 70 S, NASHVILLE, TN, 37221",,,1.0,4815.0,125.0,75,white,female,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-26,13:03:00,"OLD HICKORY BLVD & WOODLAND HILLS DR, NASHVILLE, TN, 37211",36.0387076,-86.7309355,8.0,8653.0,835.0,35,black,male,a38535e24a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,vehicle was stopped for running the light at amalie and ohb. driver is on federal probation and had an alert to notify the probation officer if contact was made. police notified the probation officer of the stop. +2015-07-09,19:36:00,"DURRETT DR & EDMONDSON PIKE, NASHVILLE, , 37211",36.0699813,-86.7350526,,,,45,white,female,e363ec0685,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-26,05:44:00,"21ST AVE S & BELCOURT AVE, NASHVILLE, TN, 37212",36.1366374,-86.8008796,8.0,6607.0,815.0,53,black,female,d27bcdb775,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TX, +2014-07-16,03:58:00,", , ,",,,,,,24,black,male,01ba7aa9f9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-04-05,17:10:00,"12TH AVE, WEST, TN, 37203",36.161153,-86.7913926,,,,27,black,female,41dfc9efaf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-20,16:25:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9117.0,517.0,17,white,male,dc721048d8,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-02-24,23:24:00,"933 CANNON ST, NASHVILLE, TN, 37210",36.1506838,-86.7587775,5.0,8209.0,511.0,32,black,male,56705d494c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-10-20,20:13:00,"I 40 ENTRY W & JEFFERSON ST, NASHVILLE, TN, 37208",,,6.0,4525.0,613.0,65,black,female,bdd7af936c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,VEHICLE HAD DRIVER SIDE HEAD LAMP OUT. +2013-02-24,22:11:00,"ED TEMPLE BLVD & BUCHANAN ST, , TN, 37209",36.1809448,-86.8242627,,,,22,white,female,563f7a1718,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-24,19:37:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,57,white,male,16ae0372fd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-23,14:12:00,"PICCADILLY ROW & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0821621,-86.6519588,3.0,8891.0,325.0,35,asian/pacific islander,female,5a96851d64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-30,11:50:00,"JEFFERSON ST, , TN, 37208",36.1708909,-86.8009961,,,,31,black,female,6f0151b767,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-29,20:08:00,"CRUTCHER ST & S 5TH ST, NASHVILLE, TN, 37206",36.1624291,-86.7592958,2.0,1015.0,211.0,28,white,male,1ad14463be,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MA, +2011-08-04,16:20:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,34,white,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-16,08:31:00,"HARRISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1685721,-86.7883388,4.0,4221.0,411.0,31,hispanic,male,6fc2c8bb19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-24,23:25:00,"CHARLOTTE PIKE, , TN, 37205",36.1302698,-86.899755,,,,22,white,male,393639dfae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-31,21:34:00,"S 2ND ST & SHELBY AVE, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1103.0,413.0,29,black,male,fc3b6ba594,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-01-10,22:57:00,"HAYNES PARK DR & KINGS LN, NASHVILLE, TN, 37218",36.2187983,-86.834289,6.0,3141.0,623.0,39,black,male,81ffb8487e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-04,09:20:00,"1501 ENSLEY BLVD, NASHVILLE, TN, 37210",36.1391023,-86.761194,3.0,8127.0,311.0,23,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-28,18:47:00,", , ,",,,,,,19,black,female,8001f24925,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2013-12-06,01:47:00,"24TH AVE S & WEST END AVE, NASHVILLE, TN, 37212",36.1479026,-86.8064477,8.0,5717.0,815.0,43,unknown,male,43a72bc466,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-08,05:29:00,"NOLENSVILLE PIKE & PATTERSON ST, NASHVILLE, TN, 37211",36.1029357,-86.7411349,3.0,8427.0,313.0,31,black,male,99d09ccd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-02,12:23:00,", , ,",,,,,,33,white,male,60393a48db,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-14,08:00:00,"CLEVELAND ST & HART AVE, NASHVILLE, TN, 37206",36.1844486,-86.7557153,2.0,1925.0,227.0,27,white,female,66dc2b43f6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-09,18:54:00,"S GRAYCROFT AVE & FREDA VILLA, MADISON, TN, 37115",36.2464842,-86.7354839,7.0,1799.0,723.0,29,black,female,a81423d2e8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-29,05:36:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,31,asian/pacific islander,female,167b66ce60,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-09,20:30:00,"4TH AVE N & COMMERCE ST, NASHVILLE, TN, 37219",36.1623785,-86.7780896,4.0,4107.0,421.0,23,white,male,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-11-14,20:22:00,"CLEVELAND ST & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1841237,-86.7600597,2.0,1994.0,227.0,40,black,female,a15c67f558,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-05,06:43:00,"6641 CLEARBROOK DR, NASHVILLE, TN, 37205",36.0922849,-86.8933179,1.0,4903.0,121.0,80,white,female,4716b7aab8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-31,19:52:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,23,white,female,a70bee75a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-23,13:10:00,"1602 17TH AVE S, NASHVILLE, TN, 37212",36.1387015,-86.7950853,8.0,6621.0,815.0,22,white,female,878deee068,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-12,22:40:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,23,black,female,0c917ee0a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-29,08:30:00,"BELL RD & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0447085,-86.6615617,3.0,8751.0,333.0,24,white,male,b8c766341a,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2010-07-29,18:00:00,"LEBANON PIKE & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.1984469,-86.6201996,5.0,9739.0,523.0,36,black,female,d7d987fc7e,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-07,00:48:00,"MM 204 4 I40 E, NASHVILLE, TN, 37209",,,1.0,52023.0,111.0,43,white,male,5a96851d64,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-15,12:09:00,"MERCER DR & NETHERLANDS DR, HERMITAGE, TN, 37076",36.1982858,-86.5998147,5.0,9509.0,523.0,19,black,male,9d41edf114,vehicular,vehicle equipment violation,True,True,False,arrest,True,True,False,False,True,True,True,other,vehicle equipment violation,TN, +2016-06-07,08:25:00,"7201 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1228573,-86.9116015,1.0,4701.0,123.0,21,white,male,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-02-22,23:34:00,"FINN ST & SILVERDENE PL, NASHVILLE, TN, 37206",36.1787017,-86.7533607,2.0,1939.0,227.0,56,black,male,eacb17fe91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-30,08:01:00,"2426 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2111148,-86.7799391,,,,49,black,female,f9d7f04fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-08,14:15:00,"JUAREZ DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1924503,-86.616172,5.0,9507.0,521.0,67,white,male,a66f62a8d9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-02,16:55:00,"COLEMAN ST & NOLENSVILLE PIKE, , TN, 37211",36.1279222,-86.7536819,,,,23,black,male,eebb8ae650,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER'S SIDE HEADLIGHT WAS OUT. +2015-06-12,00:32:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,38,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2012-05-17,18:51:00,"ANDERSON RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0877429,-86.6071736,5.0,8985.0,535.0,32,white,male,a02596b67e,vehicular,investigative stop,False,True,False,citation,False,False,False,True,True,True,True,consent,investigative stop,TN, +2012-05-18,16:32:00,"BELL RD & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891961,-86.6274024,5.0,8965.0,535.0,32,hispanic,male,3316885e7f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-15,05:43:00,"25TH AVE N & BRANDAU PL, NASHVILLE, TN, 37203",36.149037,-86.8097235,8.0,5623.0,813.0,48,white,female,0a57dc4029,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILED TO STOP COMPLETELY AT FLASHING LIGHT AT WEST END / --TH +2013-02-28,10:14:00,"1120 GREENLAND AVE, NASHVILLE, TN, 37216",36.221501,-86.72363,2.0,1425.0,217.0,57,white,female,fc5e2998a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-19,04:58:00,", , ,",,,,,,37,white,male,fa584a6825,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-11,20:40:00,"ED TEMPLE BLVD & SCHRADER LN, NASHVILLE, TN, 37208",36.1696565,-86.8213153,6.0,4523.0,613.0,35,black,female,0e1022b041,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-23,14:18:00,"BRILEY PKWY S & ELM HILL PIKE, NASHVILLE, TN, 37210",36.1538342,-86.6854592,5.0,9098.0,513.0,25,white,female,471811543e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-30,13:51:00,"70 S & 40 E, NASHVILLE, TN, 37221",36.0803555,-86.9552191,1.0,4804.0,125.0,30,white,female,53d89d125a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2010-07-06,14:05:00,"1113 ELM HILL PIKE, NASHVILLE, , 37210",36.143014,-86.733886,,,,50,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-28,12:50:00,"ANDERSON RD & NAUTILUS DR, NASHVILLE, TN, 37217",36.0841238,-86.6057036,5.0,8929.0,535.0,42,black,male,766a98473e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-08-22,12:09:00,"LEALAND LN & MAPLEHURST AVE, NASHVILLE, TN, 37204",36.1037948,-86.7899014,8.0,7019.0,825.0,38,hispanic,male,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-14,22:22:00,"1557 N GALLATIN PIKE, MADISON, TN, 37115",36.2907746,-86.7029481,7.0,1721.0,727.0,19,white,male,efab61ee96,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-12,15:46:00,"MM196 I40E, NASHVILLE, TN,",36.157698,-86.7907892,,,,42,white,male,c4f63928e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-14,13:13:00,"BREWER DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0536765,-86.7149186,3.0,8715.0,331.0,44,black,female,0f631f3a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,expired tag +2014-12-18,07:33:00,", , ,",,,,,,26,black,female,f673bbd15d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-05-20,05:30:00,"I 440 E & I 65 N, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,7018.0,825.0,53,white,female,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2017-11-01,10:21:00,"11TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1561152,-86.7855204,4.0,4077.0,423.0,70,black,male,9e39306399,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-07,18:49:00,"E TRINITY LN & ELLINGTON PKWY, NASHVILLE, TN, 37216",36.2033503,-86.7515075,2.0,1821.0,225.0,55,white,male,b2cf3c24b7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2013-08-17,10:01:00,"EAST RIDGE DR & HAYWOOD LN, NASHVILLE, TN, 37211",36.0700687,-86.6988042,3.0,8711.0,321.0,70,white,male,e56bc560e3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-03,16:30:00,"21ST AVE N & SCOVEL ST, NASHVILLE, TN, 37208",36.1701359,-86.8097869,6.0,4481.0,613.0,33,black,male,972faedf56,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-25,13:44:00,"522 CEDARMONT DR, ANTIOCH, TN, 37013",36.0361782,-86.7058581,3.0,8757.0,331.0,39,white,male,b07a7bfe58,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-08,16:34:00,"12TH AVE N & JACKSON ST, NASHVILLE, TN, 37208",36.1690009,-86.7976311,6.0,5427.0,615.0,91,black,male,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-18,19:51:00,"23RD AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5715.0,815.0,37,white,female,4e338c16a2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-11,08:15:00,"W TRINITY LN & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,24,black,female,95b3c63410,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,OH, +2017-10-26,06:32:00,"45TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1522305,-86.8408706,1.0,5201.0,111.0,39,white,female,f05187be54,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-17,10:36:00,"4300 SIDCO DR, NASHVILLE, TN, 37204",36.0840098,-86.7612085,8.0,8531.0,825.0,36,hispanic,male,0414ae3bcf,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2016-04-27,17:52:00,"DOUGLAS AVE & N 8TH ST, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1905.0,221.0,65,black,male,fbffef7c80,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-09,16:45:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,,4701.0,,37,hispanic,male,95cab0be7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-25,01:15:00,"DICKERSON PIKE & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1944033,-86.7723358,2.0,1867.0,223.0,22,hispanic,male,1252ee3949,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-10-11,17:02:00,"60TH AVE N & LOUISIANA AVE, NASHVILLE, TN, 37209",36.1632531,-86.8604762,1.0,4625.0,111.0,27,white,female,1f8775dabb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2012-12-28,09:23:00,"MCGAVOCK PIKE & WILFORD DR, NASHVILLE, TN, 37214",36.2029254,-86.67799,5.0,9211.0,515.0,43,white,female,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-02,11:47:00,"HARDING PL & SIDCO DR, NASHVILLE, TN, 37220",36.0820671,-86.7616573,8.0,8601.0,833.0,53,asian/pacific islander,female,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-15,16:00:00,"12TH AVE S & SOUTH ST, , TN, 37203",36.1474496,-86.7856922,,,,54,black,male,d944ee700d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-12,01:01:00,"J B ESTILLE DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1686775,-86.6668831,,9125.0,,20,white,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-26,11:02:00,"N GRAYCROFT AVE & NESBITT LN, MADISON, TN, 37115",36.2729511,-86.7297529,7.0,1769.0,723.0,35,black,male,72de0e0089,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-01,08:36:00,"N 1ST ST & OLDHAM ST, NASHVILLE, TN, 37213",36.1744119,-86.7741656,4.0,1985.0,413.0,46,white,female,cb7dc42fa9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-01,12:00:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,22,black,female,c5a88ba52d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-04-12,19:15:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1111.0,211.0,50,black,male,86ef2d8e42,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,SEATBELT +2013-05-09,18:04:00,"RICHBRIAR CIR & RICHBRIAR RD, NASHVILLE, TN, 37211",36.0802134,-86.7106061,3.0,8705.0,321.0,53,white,male,871986f056,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-21,01:19:00,"MYATT DR & PLUM ST, MADISON, TN, 37115",36.2910404,-86.6938982,7.0,1721.0,727.0,34,white,male,6f175fb39b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,probable cause,moving traffic violation,TN, +2010-02-15,13:03:00,"I 440 W & BELMONT BLVD, NASHVILLE, TN, 37212",36.1075807,-86.7995536,8.0,6501.0,815.0,17,black,female,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-28,20:18:00,"MURFREESBORO PIKE & PLUS PARK BLVD, NASHVILLE, TN, 37217",36.1339424,-86.7226025,5.0,8815.0,531.0,44,white,female,de875f0bc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-25,15:54:00,"1200 EAST OLD HICKORY BLVD, MADISON, TN, 37115",36.2621006,-86.6811003,,,,46,white,male,4d8c33198b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-18,00:48:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,37,white,male,ac1590911b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NY, +2016-07-15,15:45:00,", , ,",,,,,,61,white,male,c471d204a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2012-03-31,07:27:00,"MM 60 2 I24 W, ANTIOCH, TN, 37013",,,3.0,88060.0,333.0,66,white,female,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-14,03:58:00,"DONELSON PIKE & ROYAL PKWY, NASHVILLE, TN, 37214",36.1459289,-86.6665918,5.0,9411.0,517.0,38,black,male,a48b0fbf57,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-20,18:11:00,"E THOMPSON LN & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,24,white,female,c50b6226fb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-09,13:29:00,"9TH AVE N & GARFIELD ST, NASHVILLE, TN, 37208",36.1783359,-86.7985195,6.0,4327.0,617.0,23,black,male,77d95dd102,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-12-12,16:05:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,44,black,male,c1e876ae44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-22,21:26:00,", , ,",,,,,,57,white,female,8d7b449e86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-02,04:48:00,"BRICK CHURCH PIKE & SOUTHERLAND DR, NASHVILLE, TN, 37207",36.2140996,-86.7793503,6.0,3021.0,621.0,25,hispanic,male,529fc1bfb1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-06,14:58:00,"DUE WEST AVE E & S GALLATIN PIKE, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1519.0,711.0,34,white,female,4f1d028e45,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-20,00:22:00,"N 1ST ST & OLDHAM ST, NASHVILLE, TN, 37213",36.1744119,-86.7741656,4.0,1985.0,413.0,31,white,male,c37b0f19f9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-06,03:56:00,"DICKERSON PIKE & EASTMORELAND ST, NASHVILLE, TN, 37207",36.1955916,-86.7721149,2.0,1867.0,223.0,22,black,male,cd2deb275e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-02,16:45:00,", , ,",,,,,,35,black,female,d3a646e989,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-05,07:56:00,"15TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1360088,-86.7919838,8.0,6615.0,823.0,33,black,female,9dadcd316d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-10,22:21:00,"DR D B TODD JR BLVD & SAINT LOUIS ST, NASHVILLE, TN, 37208",36.1810811,-86.8115265,6.0,4415.0,611.0,28,black,female,ffd40c04a1,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-12,15:07:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,34,white,female,cf98c01df4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-01-27,15:43:00,"DICKERSON PIKE & WESTCHESTER DR, NASHVILLE, TN, 37207",36.2632278,-86.7572616,7.0,2043.0,725.0,28,black,female,4f1d028e45,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-08,16:00:00,"7400 HWY 70 S, NASHVILLE, TN, 37221",36.0742301,-86.9360691,1.0,4815.0,125.0,70,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-26,18:05:00,"S 14TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1708216,-86.746765,2.0,1221.0,213.0,72,white,female,e1ce812867,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-03-18,20:12:00,"I 65 N & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,1769.0,723.0,35,white,male,41a15946a7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-01,00:49:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,3.0,8717.0,331.0,42,black,male,99d09ccd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-29,11:33:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,,4701.0,,26,unknown,male,0491807f2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-18,21:56:00,"10TH CIR N & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1676262,-86.7877232,4.0,4209.0,411.0,60,black,female,6e6eeb355a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-18,21:43:00,"31ST AVE N & PARTHENON AVE, NASHVILLE, TN, 37203",36.1484757,-86.8161953,8.0,5627.0,813.0,38,white,male,9a70a45e75,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-28,07:59:00,"I 440 E & WEST END AV EXIT, NASHVILLE, TN, 37205",,,1.0,6002.0,113.0,21,white,female,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-17,22:07:00,"711 GALLATIN AVE, NASHVILLE, TN, 37206",36.1844278,-86.7470635,2.0,1301.0,215.0,44,black,male,377f552750,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-07-25,10:14:00,"CLEVELAND ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1869623,-86.76803,2.0,1949.0,221.0,27,black,male,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-26,09:29:00,"510 BRIDGEWAY AVE, OLD HICKORY, TN, 37138",36.2691079,-86.6686429,5.0,9701.0,525.0,40,white,male,93ef5d6182,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-25,03:36:00,"20TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1496102,-86.7979986,8.0,5711.0,811.0,23,black,male,adb220724a,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"CARELESS DRIVING VIA SPINNING TIRE ON MOTORCYCLE CAUSING THE VEHICLE TO DO A BURNOUT, NO DL" +2010-09-28,18:49:00,"DANBY DR & ELYSIAN FIELDS RD, NASHVILLE, TN, 37211",36.0845563,-86.7444916,8.0,8501.0,831.0,34,hispanic,female,7b3aa52401,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-23,16:35:00,"N 16TH ST & STRATTON AVE, NASHVILLE, TN, 37206",36.1819739,-86.7411298,2.0,1245.0,213.0,23,black,male,0c3f7552a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,RIGHT BRAKE LIGHT OUT +2010-05-10,21:33:00,"N 1ST ST & DICKERSON PIKE, NASHVILLE, , 37207",36.1814271,-86.7740888,,,,31,black,male,3e1390eb12,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-10,17:53:00,"865 W TRINITY LN, NASHVILLE, TN, 37207",36.2079949,-86.804616,6.0,3037.0,623.0,33,black,male,e7099bc91c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-13,18:41:00,"19TH AVE N & HAYES ST, NASHVILLE, TN, 37203",36.1533167,-86.7981923,8.0,5525.0,811.0,26,white,female,3139d5e5ff,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2014-03-10,05:50:00,", , ,",,,,,,32,black,male,9fe1c602e1,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2012-08-25,20:19:00,"BROOK HOLLOW RD & W HILLWOOD DR, NASHVILLE, TN, 37205",36.1305102,-86.8835448,1.0,5011.0,121.0,47,white,male,72900f0117,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,ss +2012-07-19,13:46:00,"I 440 E & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,8321.0,313.0,54,white,female,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-22,11:00:00,"7034 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1335758,-86.9060477,1.0,4703.0,123.0,27,white,female,96ed2ac24f,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2017-09-03,23:11:00,"DICKERSON PIKE & GATEWOOD AVE, NASHVILLE, TN, 37207",36.2001781,-86.7698986,2.0,1863.0,223.0,38,white,male,3b079b5949,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-15,22:30:00,"MURFREESBORO PIKE & POLK AVE, NASHVILLE, TN, 37210",36.142301,-86.7428276,3.0,8161.0,311.0,51,white,male,76790db510,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-14,01:36:00,"BROADWAY & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1567239,-86.789013,4.0,4081.0,423.0,29,black,male,cf98c01df4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-09,20:45:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,24,black,male,4e40223a95,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,True,True,True,False,other,vehicle equipment violation,TN,DRIVER HAD OUTSTANDING WARRANT +2010-08-23,14:50:00,"LEBANON PIKE, HERMITAGE, TN, 37138",36.2151574,-86.5996188,,,,72,white,female,2689d516d0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2016-05-06,22:43:00,"STRATFORD AVE & UPLAND DR, NASHVILLE, TN, 37216",36.1980753,-86.7170954,2.0,1409.0,217.0,21,black,female,ae3d1eafc3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2013-04-16,06:13:00,"CHEROKEE RD & SLOAN RD, NASHVILLE, TN, 37209",36.1367338,-86.8418966,1.0,5207.0,113.0,59,white,male,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,DID NOT STOP FOR STOP SIGN +2012-10-31,05:50:00,"ALLIED DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0960888,-86.7376281,3.0,8431.0,313.0,35,black,male,7d6a69a168,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-30,13:26:00,"I 24 E & HARDING PL, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8443.0,317.0,36,hispanic,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-16,02:00:00,"HILLS LN & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2056782,-86.6223374,5.0,9739.0,523.0,56,white,male,726001b79c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-30,16:21:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,39,hispanic,female,60393a48db,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN -- +2016-11-11,12:02:00,"1280 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1175953,-86.6980029,3.0,8831.0,315.0,77,black,female,06dbf4a801,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-03,09:49:00,"BROADWAY & 40 E, NASHVILLE, TN, 37203",36.1624369,-86.7748925,8.0,5702.0,811.0,27,white,male,9e39306399,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-08,06:15:00,"23RD AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5715.0,815.0,20,black,female,e0fb5d3246,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-12,08:56:00,"BRUSH HILL RD & WINDING WAY, NASHVILLE, TN, 37216",36.2255769,-86.711048,2.0,1511.0,217.0,38,white,female,e7099bc91c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-27,10:45:00,"SPRING ST / COWAN ST, , TN, 37213",36.1764615,-86.775623,,,,21,black,male,ec95a9403e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-21,06:23:00,"4535 HARDING PL, NASHVILLE, TN, 37205",36.095463,-86.8560314,1.0,6201.0,117.0,67,white,male,afd77e9abe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-22,23:30:00,"1809 WEST END AVE, NASHVILLE, TN, 37203",36.1523921,-86.7964662,8.0,5707.0,811.0,26,white,female,2b7a7efb70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY,"headlight +" +2012-11-12,17:57:00,"3501 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1961025,-86.8352072,6.0,3121.0,625.0,58,white,female,275b2f9e04,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-19,20:05:00,"EDISON ST & UTOPIA AVE, , TN, 37211",36.1267046,-86.7565084,8.0,8057.0,821.0,42,black,female,2457b66101,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-06,00:20:00,"DONELSONWOOD DR & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1677312,-86.6565493,5.0,9401.0,517.0,34,white,female,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-10,19:53:00,"ETHEL ST & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1556074,-86.8625121,1.0,4647.0,115.0,42,white,male,6cedaab465,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-25,01:29:00,"MCFERRIN AVE & SILVERDENE PL, NASHVILLE, TN, 37206",36.178037,-86.7553825,2.0,1939.0,227.0,18,white,female,d3fe386ea8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-16,23:07:00,"42ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1523697,-86.8370136,1.0,5217.0,113.0,33,black,female,3ce33785e5,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-16,13:35:00,"GALLATIN PIKE & STRATFORD AVE, NASHVILLE, TN, 37216",36.2144851,-86.7304975,2.0,1445.0,217.0,61,white,female,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-20,00:22:00,"16TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1532464,-86.7922068,8.0,5703.0,811.0,26,white,female,460a7c21b0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-24,05:04:00,"MM 41 8 I24 E, WHITES CREEK, TN, 37189",,,6.0,3226.0,627.0,43,white,male,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-07,23:59:00,"W TRINITY LN & I65 ENT RAMP, , TN,",,,,,,22,black,female,b3a6b271c1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-06,03:16:00,"BRICK CHURCH PIKE & BRILEY PKWY W, NASHVILLE, TN, 37207",36.2390327,-86.7799219,7.0,2033.0,721.0,57,black,female,58ae6f0919,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,PACED -- IN -- +2016-12-21,17:00:00,"ANDERSON RD & KINWOOD DR, NASHVILLE, TN, 37217",36.0740122,-86.6248637,5.0,8963.0,535.0,45,black,male,925e298f55,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER WAS STOPPED FOR AN INOPERATIVE PASSENGER SIDE HEADLIGHT AND TAG LIGHTS ALSO NOT WORKING. +2010-08-09,12:15:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,24,black,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2010-01-14,00:31:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,5.0,8209.0,511.0,19,black,male,a15c67f558,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"WINDOW TINT. +" +2011-12-04,00:48:00,"KINWOOD DR & OWENDALE DR, ANTIOCH, TN, 37013",36.0685827,-86.6237403,3.0,8979.0,335.0,25,black,female,ee3c6578ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-18,00:05:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1441.0,217.0,21,white,female,b48094e222,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,AL, +2014-12-31,18:47:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9125.0,517.0,60,white,male,b3d18aa8ec,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-06,19:47:00,"3124 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2317473,-86.759209,2.0,1807.0,225.0,47,white,male,c912d50c7a,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-06-25,17:23:00,"BASS AVE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0710543,-86.7232545,3.0,8701.0,321.0,35,white,male,e7d36ee1fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-07-07,14:02:00,"220 JACKSON TRCE, HERMITAGE, TN, 37076",36.2239031,-86.595933,5.0,9727.0,525.0,17,white,male,93ef5d6182,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-25,10:29:00,"DUE WEST AVE N & PORT DR, MADISON, TN, 37115",36.2538827,-86.7440598,7.0,2017.0,723.0,53,white,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2015-09-30,19:56:00,"ELM HILL PIKE & PATRIOT WAY, NASHVILLE, TN, 37214",36.1480444,-86.6638974,5.0,9411.0,517.0,40,black,female,a6cc9ab365,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-14,11:52:00,"I 440 W & WEST END AVE, NASHVILLE, TN, 37212",36.1210587,-86.7647275,8.0,5908.0,815.0,24,black,female,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-04,23:01:00,"EMMITT AVE & S GALLATIN PIKE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,29,white,male,c213187829,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2013-11-05,13:37:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,30,black,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-25,11:34:00,"21ST AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1690738,-86.8095974,6.0,5323.0,615.0,56,white,female,fae11c1b48,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-15,10:16:00,"1270 W TRINITY LN, NASHVILLE, TN, 37218",36.2024961,-86.8204866,6.0,3101.0,623.0,33,black,female,8352dce69b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-08,11:05:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,36,white,male,1c329e8c02,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-04,10:27:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37207",36.176917,-86.7761407,4.0,1955.0,413.0,28,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-28,15:56:00,"BRICK CHURCH PIKE & RICHMOND HILL DR, NASHVILLE, TN, 37207",36.2359142,-86.7811529,7.0,2031.0,721.0,29,black,female,eeee4f9bb9,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-12,20:40:00,"MOOREWOOD DR & SPEARS RD, NASHVILLE, TN, 37207",36.2337513,-86.7800531,7.0,2031.0,721.0,51,black,female,4183295444,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-05,13:14:00,"HUNTINGTON PKWY & WHITAKER DR, NASHVILLE, TN, 37211",36.0497808,-86.7378333,8.0,8653.0,835.0,18,white,male,faf7fd2318,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-13,11:33:00,"HOSPITAL DR & NEELYS BEND RD, MADISON, TN, 37115",36.2492109,-86.6856193,7.0,1633.0,713.0,57,white,female,136443d512,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOPPED FOR RUNNING STOP SIGN @ SIOUX TERRACE & NEELYS BEND +2013-11-13,11:28:00,"KINGS LN & W HAMILTON RD, , TN, 37218",36.216611,-86.8554906,6.0,3127.0,625.0,41,white,male,fd8a139aad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in -- kings +2014-07-19,11:18:00,"5040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0597346,-86.7158919,3.0,8711.0,321.0,21,white,female,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-05,20:09:00,"15TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1599994,-86.7953883,6.0,5425.0,615.0,43,white,male,b082420867,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-04-15,09:46:00,"FORREST AVE & MAIN ST, NASHVILLE, TN, 37206",36.1786346,-86.7508785,2.0,1241.0,213.0,38,black,male,4de6ccf87a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-13,16:28:00,"395 ANNEX AVE, NASHVILLE, TN, 37209",36.1431398,-86.8890982,1.0,4693.0,123.0,19,white,male,8563660720,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2011-12-28,08:04:00,"3RD AVE N & VAN BUREN ST, NASHVILLE, TN, 37208",36.1806258,-86.7882928,4.0,4339.0,413.0,53,black,female,8f1069f970,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"STOP SIGN +" +2016-10-15,16:32:00,"OLD HICKORY BLVD & SONYA DR, NASHVILLE, TN, 37209",36.1098845,-86.9225162,,,,39,white,male,95cab0be7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-07,16:24:00,"JAMES AVE & VERNON AVE, NASHVILLE, TN, 37209",36.1635972,-86.8691698,1.0,4643.0,115.0,30,white,female,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-22,09:49:00,"I 24 E & OLD HICKORY BLVD, WHITES CREEK, TN, 37189",36.2778269,-86.7942711,6.0,3314.0,627.0,29,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2014-07-17,14:41:00,"DR D B TODD JR BLVD & FORMOSA ST, NASHVILLE, TN, 37208",36.1742924,-86.8086368,6.0,4471.0,613.0,62,white,male,fd8a139aad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- db todd +2011-10-04,22:03:00,"I 65 S & THOMPSON LN, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,8301.0,823.0,48,white,male,1d17ac8627,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-11,11:37:00,"N 14TH ST & ORDWAY PL, NASHVILLE, , 37206",36.1801714,-86.7453179,,,,34,white,female,ad2177247b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,STOPPED VEHICLE FOR HAVING DRIVER SIDE BRAKE LIGHT OUT. +2015-05-30,03:25:00,"E TRINITY LN & JONES AVE, NASHVILLE, TN, 37207",36.205114,-86.7576234,2.0,1855.0,221.0,53,white,female,559fd015a2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-09-06,09:33:00,"DOUGLAS AVE & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1933356,-86.7532901,2.0,1903.0,221.0,34,white,female,9fcd509a29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-10,21:55:00,"HWY 100 , WEST, TN, 37221",35.632829,-88.0495362,,,,21,white,female,2022e55034,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-11,00:31:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6913.0,823.0,63,black,male,adb220724a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAG LIGHT NOT ILLUMINATED +2016-05-05,19:08:00,"BRILEY PKWY S & OPRY MILLS DR, NASHVILLE, TN, 37214",36.202635,-86.692938,5.0,9292.0,515.0,76,black,male,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-02,07:30:00,"BRILEY PKWY S & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,92920.0,515.0,32,white,male,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-27,15:53:00,"BROOK VIEW ESTATES DR & OCALA DR, NASHVILLE, TN, 37211",36.0501853,-86.6958083,3.0,8717.0,331.0,60,white,female,db265df432,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-06,18:12:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,50,white,male,d77922bcbf,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER SIDE HEADLIGHT OUT +2012-09-14,01:41:00,"CLEVELAND ST & N 3RD ST, NASHVILLE, TN, 37207",36.1869583,-86.7662379,2.0,1935.0,221.0,43,white,male,529fc1bfb1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-03,08:14:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,,4701.0,,25,white,female,0437969110,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-23,19:28:00,"45TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1533186,-86.8409579,1.0,5201.0,111.0,51,black,female,871986f056,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-01,03:53:00,"GALLATIN PIKE S & MADISON BLVD, MADISON, TN, 37115",36.2549788,-86.7152461,7.0,1625.0,711.0,69,black,male,844d22e630,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-06,14:04:00,"S 10TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1769416,-86.7514456,2.0,1201.0,213.0,50,white,female,3f791dfbd2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2014-03-31,20:21:00,", , ,",,,,,,55,white,male,4183295444,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-22,12:40:00,", , ,",,,,,,34,white,male,d506cb99f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-27,13:34:00,"14TH AVE N & COCKRILL ST, NASHVILLE, TN, 37208",36.1758465,-86.8043153,6.0,4471.0,613.0,32,black,male,298910bcb9,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-11-02,22:42:00,"ROBERTSON AVE & STEVENSON ST, NASHVILLE, TN, 37209",36.1565628,-86.8658562,1.0,4661.0,115.0,25,white,female,400b5cb4f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-02,19:34:00,"BROOKWOOD TER & WHITE BRIDGE PIKE, NASHVILLE, , 37205",36.1294872,-86.8545605,,,,28,white,female,8e6e05f1aa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-21,23:57:00,"1ST AVE N & CHURCH ST, NASHVILLE, TN, 37201",36.1649673,-86.7760918,4.0,4101.0,415.0,45,white,male,e143bf684a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-10-25,09:13:00,"1220 BELL RD, ANTIOCH, TN, 37013",36.044399,-86.669256,3.0,8753.0,331.0,48,unknown,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-29,20:15:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1009.0,211.0,31,black,female,e5d79a47c2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-28,12:11:00,"MM 198 6 I40 E, NASHVILLE, TN, 37221",,,1.0,48062.0,125.0,40,white,male,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-27,20:17:00,"S 8TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1699272,-86.7561779,2.0,1045.0,211.0,26,black,male,ea3413a239,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-24,00:54:00,"S GALLATIN PIKE & HICKORY ST, MADISON, TN, 37115",36.2603698,-86.7128553,7.0,1771.0,711.0,41,black,male,60059bc218,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,PASSENGER SIDE HEAD LIGHT OUT +2016-08-11,05:49:00,"E TRINITY LN & LUTON ST, NASHVILLE, TN, 37207",36.2057737,-86.7671881,2.0,1861.0,223.0,27,white,female,e5723525d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO HEADLIGHTS +2011-08-19,22:13:00,"N 3RD ST & TREUTLAN PL, NASHVILLE, TN, 37207",36.1803272,-86.7677551,2.0,1971.0,221.0,28,black,male,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-10,14:54:00,"I 24 E & SHELBY AVE, NASHVILLE, TN, 37213",36.1663027,-86.7664202,4.0,1104.0,413.0,51,white,female,6af8e303f1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEED +" +2015-09-21,06:50:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,23,black,female,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-26,16:24:00,"I 40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.10788,-86.922344,5.0,9543.0,523.0,53,white,male,7820669585,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-13,18:28:00,"2516 GALLATIN AVE, NASHVILLE, TN, 37206",36.1963862,-86.7416949,2.0,1331.0,215.0,30,black,male,7781f06136,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-11,13:40:00,"I 65 N & THOMPSON LN, NASHVILLE, TN, 37204",35.768788,-86.4930953,8.0,8504.0,825.0,37,white,male,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-15,14:37:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,30,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-12,13:03:00,"S GALLATIN PIKE & BERKLEY DR, MADISON, TN, 37115",36.2466736,-86.7211666,,1787.0,,28,black,male,4183295444,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-04,23:24:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4102.0,411.0,24,asian/pacific islander,female,6f0e6c9ea2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-17,01:00:00,"ALLEN RD & LAKELAND DR, NASHVILLE, TN, 37214",36.1531992,-86.6529429,5.0,9421.0,517.0,33,white,male,a48b0fbf57,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-05,20:22:00,"CHARLOTTE, , TN,",36.1772797,-87.3397319,,,,42,white,male,299da6fbbd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-04,23:59:00,"10TH ST & JONES ST, , , 37138",36.2608232,-86.645949,5.0,9733.0,525.0,56,black,male,2e4c69d266,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-28,17:57:00,"JACKSON DOWNS BLVD & LEBANON PIKE, NASHVILLE, TN, 37214",36.1853197,-86.6366695,5.0,9403.0,517.0,56,white,male,e07d1db771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-16,23:57:00,"16TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1363294,-86.7944758,8.0,6613.0,823.0,24,white,male,8228f97e2c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-10,23:33:00,"12TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.154613,-86.7861986,4.0,4017.0,423.0,35,white,male,e6d72e8c70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-10,13:14:00,"BELL HOLLOW & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0409461,-86.6621445,3.0,8753.0,331.0,35,white,male,095779cb19,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-03-09,20:46:00,"BELLEVUE RD & HWY 70 S, NASHVILLE, TN, 37221",36.0754803,-86.940384,1.0,4811.0,125.0,47,white,male,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-09,10:25:00,"1084 TULIP GROVE RD, HERMITAGE, TN, 37076",36.1831162,-86.5952003,5.0,9559.0,523.0,57,white,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-07,05:30:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,50,white,male,a1fb5dea04,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-03-10,13:50:00,"HWY 70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,68,other,male,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-07,01:44:00,"860 OLD HICKORY BLVD W, MADISON, TN, 37115",36.267403,-86.7465498,7.0,2145.0,725.0,24,black,male,afdbbd699c,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-10-10,08:04:00,"ALBANY DR & ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.2105091,-86.600107,5.0,9537.0,523.0,23,black,male,30ee2301cb,vehicular,moving traffic violation,False,True,True,citation,False,False,False,True,True,True,False,consent,moving traffic violation,TN, +2015-08-15,16:35:00,"BRICK CHURCH PIKE & W TRINITY LN, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3007.0,621.0,63,black,male,6a3053b294,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-08-08,23:36:00,"7144 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1247662,-86.9109499,1.0,4701.0,123.0,58,white,female,f9d7f04fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-01,20:27:00,", , ,",,,,,,38,black,female,4f1d028e45,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-24,19:45:00,"GALLATIN AVE & W GREENWOOD AVE, NASHVILLE, TN, 37206",36.1904307,-86.7454714,2.0,1321.0,215.0,20,black,male,65019d82f3,vehicular,safety violation,False,True,True,citation,False,False,False,True,True,True,True,probable cause,safety violation,TN, +2013-07-08,16:34:00,"40TH AVE N & DR WALTER S DAVIS BLVD, NASHVILLE, TN, 37209",36.164576,-86.8384942,1.0,4513.0,111.0,38,black,female,59629c618d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-08-30,10:28:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,29,black,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-06,17:22:00,"44TH AVE N & TENNESSEE AVE, NASHVILLE, TN, 37209",36.161062,-86.8403277,1.0,4537.0,111.0,24,white,male,7b76b56003,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-25,04:52:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,27,black,male,392687b70d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-07-10,09:26:00,"HOBSON PIKE & PIN HOOK RD, ANTIOCH, TN, 37013",36.0493105,-86.5999963,3.0,8927.0,335.0,56,white,male,0f631f3a0e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-21,14:35:00,"24TH AVE S & BLAKEMORE AVE, NASHVILLE, TN, 37212",36.1380267,-86.8050507,8.0,5809.0,815.0,54,black,male,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-25,18:02:00,"HILLSBORO PIKE & HOBBS RD, NASHVILLE, TN, 37215",36.1009651,-86.8187218,1.0,6111.0,117.0,46,white,female,0535f8bb5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-13,15:20:00,"5225 GREEN LEAF DR, NASHVILLE, TN, 37211",36.053338,-86.7209432,8.0,8655.0,835.0,37,white,female,cf5265e2f4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-06-29,08:30:00,"3933 KEELEY DR, NASHVILLE, TN, 37211",36.0663681,-86.6972695,3.0,8709.0,321.0,37,white,female,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-08,01:21:00,"25TH AVE N & ELLISTON PL, NASHVILLE, TN, 37203",36.1474706,-86.8085048,8.0,5623.0,813.0,19,black,female,724faddb76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"LIGHTS REQUIRED +" +2015-04-22,15:52:00,"4424 LEBANON PIKE, HERMITAGE, TN, 37076",36.2165574,-86.6006224,5.0,9715.0,525.0,67,white,female,de875f0bc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-21,22:34:00,"OLD HICKORY BLVD & WOODLANDS AVE, NASHVILLE, TN, 37211",36.0422188,-86.7264658,8.0,8653.0,835.0,23,white,female,0953960bcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-20,16:35:00,"22ND AVE N & HERMAN ST, NASHVILLE, TN, 37208",36.1623409,-86.8101887,6.0,5319.0,615.0,57,black,male,a076fe22eb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,lidar -- in a -- mph zone. +2015-04-03,22:06:00,", , ,",,,,,,46,black,male,f5e3159941,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAG LIGHT +2014-09-15,23:56:00,"MAIN ST & S 9TH ST, NASHVILLE, TN, 37206",36.1759485,-86.7572279,2.0,1119.0,211.0,28,black,male,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"EXPIRED TAG -/--, STOPPED FOR FAILING TO YIELD. VEH PULLED OUT IN FRONT OF PATROL CAR" +2018-05-17,15:27:00,"BRILEY PKWY N & MCGAVOCK PKE EXIT E, NASHVILLE, TN, 37214",,,5.0,9286.0,515.0,49,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-23,18:19:00,"N 14TH ST & DOUGLAS AVE, NASHVILLE, TN, 37206",36.1923022,-86.7414869,2.0,1327.0,215.0,22,black,female,8446a2fbf7,vehicular,safety violation,False,True,True,citation,False,False,False,False,True,True,True,probable cause,safety violation,TN, +2015-07-18,00:50:00,"GALLATIN AVE & STRATTON AVE, NASHVILLE, TN, 37206",36.1827018,-86.7488297,2.0,1243.0,213.0,43,white,male,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-14,19:45:00,"EZELL RD & WILLARD DR, NASHVILLE, TN, 37211",36.0708421,-86.6937188,3.0,8707.0,321.0,22,white,male,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-25,07:49:00,"ASHTON AVE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1960633,-86.8351447,6.0,3161.0,625.0,37,black,male,b5bbf3ff4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-05,08:05:00,"CROSS TIMBERS DR & HWY 70 S, NASHVILLE, TN, 37221",36.0740352,-86.935308,1.0,4815.0,125.0,25,white,male,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-12,10:08:00,"FRANKLIN AVE & PORTER RD, NASHVILLE, TN, 37206",36.1835347,-86.7324801,2.0,1345.0,215.0,33,white,female,58251cd0f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-28,05:33:00,"I 65 N & HARDING PL, NASHVILLE, TN, 37220",36.0801062,-86.76495,8.0,8601.0,833.0,33,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-22,17:21:00,"439 OWENDALE DR, NASHVILLE, TN, 37217",36.0761382,-86.6238054,5.0,8963.0,535.0,38,black,male,87bd93c328,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-17,09:45:00,"263 YELTON CT, NASHVILLE, TN, 37211",36.0915642,-86.734627,3.0,8435.0,313.0,57,white,male,b8a91068a6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-07-05,23:56:00,"WEST END AVE & WILSON BLVD N, NASHVILLE, TN, 37205",36.131443,-86.8342597,1.0,5211.0,113.0,23,white,female,e8583fbb05,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN, +2012-03-28,12:18:00,"BROOKE VALLEY DR & FOREST RIDGE DR, HERMITAGE, TN, 37076",36.1778934,-86.5862724,5.0,9539.0,523.0,37,black,female,0d9e46bbe6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-19,12:17:00,"BUTLER RD & SMITH SPRINGS RD, NASHVILLE, , 37217",36.0892553,-86.6170882,,,,20,black,female,766a98473e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING -- IN A -- +2018-08-20,16:14:00,"OLD HICKORY BLVD W & RONNIE RD, MADISON, TN, 37115",36.2641319,-86.726548,7.0,1749.0,723.0,74,white,female,9bfc0b5ee0,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,FL, +2017-01-21,19:53:00,"5500 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1514978,-86.8555445,1.0,5101.0,111.0,48,white,male,25559fda6b,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2016-09-30,22:03:00,"4TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1517995,-86.7712094,4.0,4005.0,425.0,71,white,female,0a2b939d4b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-28,05:08:00,"HARDING PL & TIMBERHILL DR, NASHVILLE, TN, 37211",36.0811257,-86.7553927,8.0,8603.0,831.0,32,black,male,0414ae3bcf,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-14,21:24:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,47,black,female,4f1d028e45,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-28,10:21:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,,1895.0,,57,hispanic,male,b2f3a3e943,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"SUBJECT STOPPED FOR CRACKED TAIL LIGHT LENS SO WHITE LIGHT WAS EXPOSED - WARNING +SUBJECT HAD NO D/L - STATE CITE" +2012-01-17,17:31:00,"22ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1563302,-86.8071915,8.0,5607.0,813.0,23,white,male,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-25,09:42:00,", , ,",,,,,,50,black,female,6f35d16bdf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-16,13:24:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,31,white,female,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-24,23:32:00,"3RD AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,28,white,male,6761423fb7,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2015-07-02,16:56:00,"5TH AVE S & ASH ST, NASHVILLE, TN, 37203",36.1518285,-86.7727774,4.0,4027.0,425.0,60,black,female,bfcced43ce,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-01-19,21:28:00,", , ,",,,,,,35,white,male,3b8237be67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO OPERATIONAL HEAD LAMPS +2016-12-13,19:14:00,"5300 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.056903,-86.741425,8.0,8657.0,835.0,40,black,female,b541004824,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,fail to signal +2013-10-11,08:56:00,"2030 ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1889779,-86.797903,6.0,4403.0,611.0,33,black,male,3e2833df23,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-27,17:35:00,"MM 53 6 I24 W, NASHVILLE, TN, 37211",,,3.0,88140.0,315.0,43,white,male,54a34486d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-30,08:53:00,"MM 57 4 I24 E, ANTIOCH, TN, 37013",,,3.0,8706.0,321.0,21,white,male,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-08,23:58:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8899.0,323.0,20,hispanic,male,d549fd859f,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-02-15,23:36:00,"10TH AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1744534,-86.7957309,6.0,4303.0,617.0,59,black,female,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-23,16:26:00,"S GALLATIN PIKE & E PALESTINE AVE, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1785.0,711.0,64,white,female,3380b227a4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-15,21:09:00,"CRUTCHER ST & S 5TH ST, NASHVILLE, TN, 37206",36.1624291,-86.7592958,2.0,1015.0,211.0,34,white,male,5c3babe003,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-05,07:14:00,"198 HAYWOOD LN, NASHVILLE, TN, 37211",36.069915,-86.693372,3.0,8707.0,321.0,27,black,female,6f347e0dbc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-29,14:35:00,"DR D B TODD JR BLVD & SEIFRIED ST, NASHVILLE, TN, 37208",36.1820915,-86.8120108,6.0,4415.0,611.0,30,black,female,774307b2c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-20,10:31:00,"12TH AVE S & SUMMIT AVE, NASHVILLE, TN, 37212",36.1387504,-86.7877615,8.0,6617.0,811.0,28,white,female,5905836fa2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-15,05:00:00,"HWY 45 & KATE ST, MADISON, TN, 37115",36.2639255,-86.7073944,7.0,1701.0,715.0,35,black,female,831999c6fa,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN,LEFT BRAKE LIGHT OUT - SUSPENDED LICENSE +2011-11-23,01:43:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,44,black,male,8146922822,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-03,21:28:00,", , ,",,,,,,23,white,female,c789e7a8ee,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-11-19,08:55:00,"4TH AVE S & DEMONBREUN ST, , TN, 37201",36.1590255,-86.7758498,,,,46,black,male,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-10,11:35:00,", , ,",,,,,,31,white,female,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-02,06:00:00,"65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43024.0,617.0,56,black,female,c23c2b362b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-23,20:57:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,19,white,male,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-07,22:04:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1953.0,221.0,27,black,male,ae3d1eafc3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,turn signal +2013-05-28,18:25:00,"BLUEBIRD DR & RIVERGATE PKWY, GOODLETTSVILLE, TN, 37072",36.3007115,-86.7010019,7.0,1751.0,727.0,37,white,male,c55a8fff4a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-01,01:33:00,"MAIN ST & S 5TH ST, NASHVILLE, TN, 37206",36.1728291,-86.7652377,2.0,1997.0,227.0,27,white,female,46729fee0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-18,00:09:00,"BELL RD & ZELIDA AVE, ANTIOCH, TN, 37013",36.0550655,-86.6424647,3.0,8865.0,333.0,63,white,male,7770082848,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-22,14:23:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,32,hispanic,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-14,22:59:00,"HARDING PIKE & KENNER AVE, NASHVILLE, TN, 37205",36.1258038,-86.8464077,1.0,5109.0,113.0,23,white,female,a0b824a6ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-08,09:50:00,"MERIDIAN ST & TREUTLAND AVE, NASHVILLE, TN, 37207",36.1800917,-86.7690431,2.0,1967.0,221.0,46,black,male,480733322a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"seat belt + +" +2014-11-19,00:06:00,"NOLENSVILLE PIKE & PEACHTREE ST, NASHVILLE, , 37211",36.1205435,-86.7500276,,,,23,white,male,62d6156052,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,GA,DRIVER WAS STOPPED BECAUSE THE PASSENGER SIDE HEADLIGHT WAS NOT FUNCTIONING. +2011-06-16,17:24:00,"28TH AVE N & ALBION ST, NASHVILLE, TN, 37208",36.1642226,-86.8198735,6.0,4525.0,613.0,45,white,female,2f644f1012,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-28,07:59:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,52,white,female,356215c917,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-20,13:09:00,"5200 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.0602854,-86.7738085,8.0,7111.0,833.0,37,white,female,392b1090b2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-25,19:32:00,"EAST THOMPSON LN & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,24,black,female,75f19227c8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CT,LIGHTS +2010-07-06,11:40:00,"BABY RUTH LA & MOUNT VIEW RD, ANTIOCH, TN, 37013",,,3.0,8863.0,333.0,31,black,female,b1fc87489f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"STOPPED FOR SPEED. WARNED ON SPEED, CITED PROOF OF INSURANCE +" +2011-07-12,17:46:00,"21ST AVE S & HILLSBORO PIKE, NASHVILLE, TN, 37212",36.125315,-86.8055844,8.0,5911.0,815.0,26,white,female,41dfc9efaf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-31,13:45:00,"DULING AVE & GALLATIN PIKE N, MADISON, TN, 37115",36.2658527,-86.7110296,7.0,1701.0,715.0,72,white,female,350bac3344,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-05-09,07:47:00,"I 40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5102.0,111.0,43,white,male,a951ba99dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-14,12:20:00,"25TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.146956,-86.8083746,8.0,5615.0,813.0,40,white,female,9dadcd316d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-06-20,23:37:00,"I 440 E & I 24 E, NASHVILLE, TN, 37210",36.1326123,-86.7269524,3.0,81020.0,311.0,40,black,male,6f0e6c9ea2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-08,22:33:00,"INTERSTATE DR & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37213",36.1713881,-86.7690045,4.0,1107.0,413.0,34,unknown,male,cd98dea728,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-14,04:12:00,"CRAIGHEAD AVE & WESTBROOK AVE, , TN, 37205",36.1388939,-86.8297986,1.0,5213.0,113.0,18,white,female,46729fee0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-18,22:00:00,"BELL RD & SMITH SPRINGS RD, , TN, 37217",36.0903135,-86.6265129,,,,26,white,male,2cd8d90206,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-03-13,23:35:00,"MILLS RD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1685619,-86.600292,5.0,9527.0,521.0,32,black,male,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2013-04-11,09:25:00,"MM 15 0 BRILEY E, NASHVILLE, TN, 37216",,,2.0,15920.0,225.0,45,white,male,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-25,01:39:00,"MURFREESBORO PIKE & SHIAWAY DR, NASHVILLE, TN, 37217",36.0815345,-86.646305,5.0,8937.0,535.0,26,black,male,8bbd3239b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-15,10:21:00,"COLEY DAVIS RD & HWY 70 S, NASHVILLE, TN, 37221",36.0795262,-86.9536221,1.0,4811.0,125.0,50,white,male,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-13,18:46:00,"S GALLATIN PIKE & E OLD HICKORY BLVD, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1607.0,713.0,47,white,female,9a70a45e75,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-06,12:50:00,"4TH AVE S & PEABODY ST, NASHVILLE, TN, 37210",36.1559707,-86.7739121,,,,34,black,male,75f19227c8,vehicular,parking violation,False,True,False,citation,,,,False,False,False,False,,parking violation,TN, +2014-06-06,15:31:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,22,white,male,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-27,04:40:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,,9223.0,,29,white,female,7394445486,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,brake light +2011-08-18,13:25:00,"BRIDGEWAY AVE & SWINGING BRIDGE RD, OLD HICKORY, TN, 37138",36.2700714,-86.6605959,5.0,9705.0,525.0,65,black,male,a09fc76742,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-21,20:31:00,"LAVERGNE COUCHVILLE PIKE & PIN HOOK RD, ANTIOCH, TN, 37013",36.0460357,-86.582734,3.0,8901.0,335.0,25,black,female,fa9ae817a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-03,21:29:00,"84 THOMPSON LN, NASHVILLE, TN, 37210",36.1100275,-86.7315279,3.0,8359.0,313.0,65,white,male,224864ab3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-18,16:16:00,"11TH AVE N & COCKRILL ST, NASHVILLE, TN, 37208",36.1770413,-86.8021465,6.0,4471.0,613.0,20,black,male,7d6a69a168,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2011-02-27,00:07:00,"HAYWOOD LN & KEELEY DR, NASHVILLE, TN, 37211",36.0698346,-86.6958189,3.0,8709.0,321.0,42,hispanic,male,392b1090b2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-18,04:41:00,"EDGE O LAKE DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0795106,-86.6445959,5.0,8937.0,535.0,52,black,male,95f2a2add9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-23,20:18:00,"MAIN ST & S 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,37,white,female,a80bc358d6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,OBSTRUCTED PLATE - PLATE FRAME +2018-12-02,05:32:00,"3458 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2443841,-86.7628948,7.0,2011.0,721.0,22,black,female,94526e9a8e,vehicular,investigative stop,False,True,False,citation,True,False,False,False,True,True,True,probable cause,investigative stop,TN, +2011-04-07,21:45:00,"BEECH AVE & WEDGEWOOD AVE, NASHVILLE, , 37203",36.134311,-86.7806463,,,,20,white,male,393639dfae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-27,23:57:00,"MURFREESBORO PIKE & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,889.0,535.0,44,hispanic,male,7975bcaa77,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-26,13:35:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8979.0,335.0,21,white,male,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-10,21:19:00,"BRILEY PKWY & I 40 W, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,45025.0,111.0,24,black,female,00443cb79c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-05,17:26:00,"MCARTHUR DR & 45, MADISON, TN, 37115",36.2641497,-86.6914576,7.0,1703.0,715.0,63,white,male,66dc2b43f6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-06-30,09:28:00,"1863 HILLMONT DR, NASHVILLE, TN, 37215",36.1055084,-86.8079107,8.0,6411.0,825.0,20,white,female,080ab8807b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NJ, +2013-07-12,21:32:00,"ANDERSON PL & ELVIRA AVE, NASHVILLE, TN, 37216",36.2063377,-86.7398586,2.0,1837.0,225.0,29,black,female,371e3d97ba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-12,02:16:00,"110 EWING DR, NASHVILLE, TN, 37207",36.2295154,-86.7600448,2.0,1809.0,225.0,30,white,female,4af3cba1d7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-17,23:33:00,"HARDING PL & MCGAVOCK PIKE, NASHVILLE, TN, 37217",36.0917845,-86.6852725,3.0,8841.0,323.0,22,white,female,c4348d7474,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-24,10:12:00,"N MAIN ST & OLD BRICK CHURCH PIKE, GOODLETTSVILLE, TN, 37072",36.3260837,-86.7140376,7.0,2123.0,725.0,28,white,female,7586da57b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-15,07:42:00,"1084 TULIP GROVE RD, HERMITAGE, TN, 37076",36.1831162,-86.5952003,5.0,9559.0,523.0,59,white,male,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-03,10:56:00,"BRILEY PKWY & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1566787,-86.8650128,1.0,46081.0,115.0,37,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-09,17:27:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,3.0,8879.0,315.0,25,white,female,7e24330adb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,PA, +2011-07-06,16:22:00,"S 10TH ST & RUSSELL ST, NASHVILLE, TN, 37206",36.1755648,-86.7517187,2.0,1129.0,213.0,41,black,female,1bbaebcc06,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-22,21:51:00,"ANDERSON RD & CEDARCLIFF RD, ANTIOCH, TN, 37013",36.0737484,-86.6222898,3.0,8925.0,335.0,55,white,male,3316885e7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-29,20:30:00,"ANDERSON RD & PRIEST LAKE DR, NASHVILLE, TN, 37217",36.0906685,-86.6063847,5.0,8931.0,535.0,27,black,female,46729fee0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-11,23:30:00,"FRANKLIN PIKE & GALE LN, NASHVILLE, TN, 37204",36.1200901,-86.7749952,8.0,6957.0,823.0,24,white,male,0fd9cdb139,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-09-06,10:17:00,"1201 E OLD HICKORY BLVD, MADISON, TN, 37115",36.2623552,-86.6809961,7.0,1635.0,713.0,50,white,female,0e1022b041,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-21,16:00:00,"5TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37219",36.1743153,-86.7874168,4.0,4235.0,413.0,57,white,male,d773d5ccf6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-07,13:17:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,5.0,8213.0,511.0,35,white,female,dc2f9867e4,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-01,23:06:00,"CHARLOTTE PIKE & RIVER RD, NASHVILLE, TN, 37209",36.1286307,-86.9067009,1.0,4701.0,123.0,38,white,female,c99d3afed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-30,14:04:00,"MCGAVOCK PIKE & SELMA AVE, NASHVILLE, TN, 37214",36.1750154,-86.6789385,5.0,9201.0,515.0,73,white,male,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-21,16:38:00,"ELLINGTON PKWY & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1996.0,221.0,21,white,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-22,23:05:00,"23RD ST & JAMES AVE, NASHVILLE, TN, 37209",36.1626234,-86.8724818,1.0,4659.0,115.0,32,black,male,393639dfae,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,True,True,True,False,other,moving traffic violation,TN, +2010-08-27,21:31:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,28,black,male,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-18,10:15:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,59,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-13,19:18:00,"LOUISE AVE & WEST END AVE, NASHVILLE, TN, 37203",36.1493554,-86.8034506,8.0,5715.0,815.0,55,white,female,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TX, +2015-11-27,13:15:00,"N GALLATIN PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2630322,-86.7119272,7.0,1763.0,723.0,34,white,male,cb57e4e65c,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN,PASSENGER SIDE BRAKE LIGHT OUT / REVOKED D/L +2013-12-07,19:50:00,"38TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1525885,-86.8309826,1.0,5229.0,113.0,35,white,male,19b6cf7f40,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"EXPIRED TAG|expired tag, no arms / mdc in vehicle" +2018-02-19,12:41:00,"2ND AVE S & 40 W, NASHVILLE, TN, 37210",36.151609,-86.7677383,4.0,40080.0,425.0,22,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-21,18:59:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,59,black,male,0535f8bb5a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-12-16,21:38:00,"DOMINICAN DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1879249,-86.7985195,6.0,4445.0,611.0,21,asian/pacific islander,male,d3a646e989,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY,STOPPED FOR RUNNING THE RED LIGHT +2014-05-22,10:22:00,", , ,",,,,,,43,white,female,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-13,22:24:00,"70 CARROLL ST, NASHVILLE, TN, 37210",36.1533095,-86.7635176,5.0,8201.0,511.0,26,black,male,2887b93017,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-28,21:44:00,"CHARLOTTE PIKE & WOODLAND WAY, NASHVILLE, TN, 37221",36.108731,-86.934892,1.0,4711.0,123.0,21,white,male,80cbba0ee1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-05,07:47:00,"NEELYS BEND RD & SCHOOL PASS, MADISON, TN, 37115",36.2408224,-86.6735886,7.0,1633.0,713.0,25,white,female,49789d7cb7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-01,19:53:00,"NOLENSVILLE PIKE & OCALA DR, NASHVILLE, TN, 37211",36.0515457,-86.7142302,8.0,8655.0,835.0,52,white,male,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight out +2017-03-07,19:51:00,"FESSLERS LN & 40 E, NASHVILLE, TN, 37210",36.1479889,-86.7443889,5.0,8215.0,513.0,26,hispanic,male,550e7e232e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-04-19,23:26:00,"I 40 E & OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.1120009,-86.921214,1.0,4903.0,121.0,36,black,female,c99d3afed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-02,04:44:00,"206 N 1ST ST, NASHVILLE, TN, 37213",36.1749088,-86.7742742,4.0,1987.0,413.0,40,white,male,0912fafc21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO LAMP. RIDING OPPOSITE LANE +2012-06-22,19:47:00,"WEST END AVE & ACKLEN PARK DR, , TN, 37212",36.1408635,-86.8174022,,,,34,white,female,460a7c21b0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-30,16:47:00,"CENTRAL PIKE & HERMITAGE INDUSTRIAL DR, HERMITAGE, TN, 37076",36.1848767,-86.6254751,5.0,9503.0,521.0,80,white,male,e9f93b1392,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-23,07:21:00,"DONELSON PIKE & MCCAMPBELL AVE, NASHVILLE, TN, 37214",36.1591407,-86.6646346,5.0,9419.0,517.0,28,white,female,099216fe9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-24,21:50:00,"891 CANNON ST, , , 37210",36.1506776,-86.7606473,5.0,8209.0,511.0,22,black,male,30042afedf,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-05-01,06:59:00,"EZELL RD & HAYWOOD LN, NASHVILLE, TN, 37211",36.0696242,-86.693914,3.0,8709.0,321.0,45,hispanic,male,4544025295,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-14,03:09:00,"48TH AVE N & TENNESSEE AVE, NASHVILLE, TN, 37209",36.1609034,-86.8451912,1.0,4573.0,111.0,25,hispanic,male,4c7e26f974,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,TAG NOT MATCHING VEHICLE BUT HAD REGISTRATION PAPERWORK MATCHING +2016-02-29,13:35:00,"63RD AVE N & CALIFORNIA AVE, NASHVILLE, TN, 37209",36.1675389,-86.8635692,1.0,4617.0,115.0,28,white,male,7c3f2db9ae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP +2017-05-22,16:11:00,"4040 HILLSBORO CIR, NASHVILLE, TN, 37215",36.1039465,-86.8196055,1.0,6111.0,117.0,54,black,female,4e22efde78,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-09-12,19:54:00,"2ND AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1632454,-86.7760574,4.0,4103.0,421.0,18,white,female,b9fb8b268e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-02,10:38:00,"800 PORTER RD, NASHVILLE, TN, 37206",36.1837813,-86.7326042,2.0,1345.0,215.0,62,white,male,37171e6b00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-24,11:43:00,"MM 201 2 I40 W, NASHVILLE, TN, 37209",,,1.0,46027.0,123.0,33,black,female,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-08,14:18:00,"3855 BELL RD, HERMITAGE, TN, 37076",36.1652352,-86.6109957,5.0,8961.0,533.0,49,white,male,dee949df82,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-11,07:26:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,43,white,male,aff3bdc077,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-10-25,01:45:00,"21ST AVE S & PIERCE AVE, NASHVILLE, TN, 37212",36.1396097,-86.8004799,8.0,6625.0,815.0,18,white,male,299da6fbbd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-07,02:34:00,"5TH AVE N & DEADERICK ST, NASHVILLE, TN, 37219",36.1652532,-86.7815283,4.0,4159.0,411.0,34,black,male,8a240b02b9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-22,01:06:00,"12TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1713402,-86.7992109,6.0,5413.0,615.0,21,black,female,88ef34d431,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-30,09:55:00,"40TH AVE N & WALTER S DAVIS BLVD, , TN, 37209",36.164576,-86.8384942,1.0,4513.0,111.0,32,black,female,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-04,10:15:00,"17TH AVE N & JACKSON ST, NASHVILLE, TN, 37208",36.1665022,-86.8033632,6.0,5407.0,615.0,18,black,male,39e9ad240b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-07,21:59:00,"21ST AVENUE SOUTH & ASHWOOD AVENUE, N, TN,",36.1292131,-86.8026171,,,,42,white,male,b164f0f78c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-18,23:10:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0744559,-86.9209484,1.0,4903.0,121.0,31,white,female,751bb20c68,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-25,16:34:00,"215 BELLEVUE RD, NASHVILLE, TN, 37221",36.062591,-86.932686,1.0,4817.0,125.0,56,black,female,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,WI, +2013-03-29,18:09:00,"109 N GALLATIN PIKE, MADISON, TN, 37115",36.2633911,-86.7121628,7.0,1763.0,723.0,22,black,female,848190f372,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-15,11:44:00,"BROOKFIELD AVE & PAGE RD, , TN, 37205",36.0910377,-86.8681974,,,,62,white,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-05,22:08:00,"21ST AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1710578,-86.8099323,6.0,4481.0,613.0,43,black,male,7e1548994d,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-24,12:15:00,"7011 RIVER ROAD PIKE, NASHVILLE, TN, 37209",36.1406181,-86.936753,1.0,4705.0,123.0,34,white,female,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-16,20:17:00,"34TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1585587,-86.8270136,6.0,4579.0,613.0,29,black,female,ff68412c8a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2010-06-07,17:26:00,"REVELS DR & ROWAN DR, NASHVILLE, TN, 37207",36.2228453,-86.8093051,6.0,3043.0,623.0,47,black,female,bd349f40c9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-10,01:47:00,"HILLSBORO PIKE & I 440 W, NASHVILLE, TN, 37212",36.1244054,-86.806586,8.0,5902.0,815.0,29,white,female,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2016-01-04,23:15:00,"2ND AVE S & HART ST, NASHVILLE, TN, 37210",36.1421984,-86.7624006,3.0,8139.0,311.0,26,white,male,883b5b4087,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-12-07,00:49:00,"AMERICAN RD & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1444524,-86.8727319,1.0,5023.0,123.0,25,white,male,c99d3afed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2013-01-21,16:03:00,"CRUTCHER ST & DAVIDSON ST, NASHVILLE, TN, 37206",36.1637462,-86.7546353,2.0,1027.0,211.0,19,black,female,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-12,06:42:00,"836 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1864777,-86.7739208,2.0,1953.0,221.0,45,black,male,fa584a6825,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-28,12:40:00,"MERRITT ST & ROBINSON RD, OLD HICKORY, TN, 37138",36.2555827,-86.6536172,5.0,9611.0,525.0,35,white,male,4d037c592b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-02,12:29:00,"5435 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0502995,-86.7150876,8.0,8655.0,835.0,20,black,female,b8a91068a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER BRAKE LIGHT +2010-03-24,12:26:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37210",36.0789995,-86.9551254,5.0,9041.0,513.0,49,white,male,a7eca04395,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-01,00:17:00,"CHARLES E DAVIS BLVD & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1488548,-86.7624691,3.0,8149.0,311.0,21,black,male,d08894c335,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-11,10:11:00,"7044 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1316175,-86.9077523,1.0,4703.0,123.0,36,black,male,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-05,12:29:00,"44TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1522707,-86.8395683,1.0,5203.0,113.0,32,white,male,f5c7327329,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-10-29,03:22:00,"DEW ST & S 7TH ST, NASHVILLE, TN, 37206",36.1655726,-86.7557378,2.0,1021.0,211.0,27,black,male,d08894c335,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-16,21:37:00,"7TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1541062,-86.7778066,4.0,4025.0,423.0,24,white,male,3a572ed22e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-10,22:17:00,"ELM HILL PIKE & ROYAL PKWY, NASHVILLE, TN, 37214",36.1517129,-86.6769688,5.0,9117.0,517.0,43,white,female,51ff126ada,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-28,23:48:00,"17TH AVE N & STATE ST, NASHVILLE, TN, 37203",36.1567634,-86.7966169,8.0,5505.0,813.0,26,black,male,a07d1d7733,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN,STOPPED FOR IMPROPER DISPLAY OF TEMP TAG. DL SHOWING SUSPENDED. DOES NOT QUALIFY FOR A STATE CITE. TAKEN TO BOOKING BY OFFICER BARTH +2013-10-14,08:14:00,"ELM HILL PIKE & MASSMAN DR, NASHVILLE, , 37210",36.1448378,-86.7110378,,,,32,white,male,dc2f9867e4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-18,21:01:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4029.0,425.0,40,white,female,a54a9306e5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-12,23:50:00,"819 S GALLATIN PIKE, MADISON, TN, 37115",36.2534221,-86.716039,7.0,1623.0,711.0,21,black,male,6a6e0f08cf,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2013-10-04,00:28:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,25,unknown,female,9fcd509a29,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-09-03,23:17:00,"14TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1545987,-86.7890403,8.0,5701.0,811.0,74,white,female,a1e3ace771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-24,12:35:00,"440 E & 65 S, NASHVILLE, TN, 37204",36.1178778,-86.7728783,8.0,7014.0,823.0,45,white,male,1b56d08e5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-07,17:07:00,"W GREENWOOD AVE & CLINE AVE, , TN, 37206",36.190981,-86.7518064,2.0,1933.0,227.0,29,white,male,eeeaa04fc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-05,14:07:00,"I 40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.10788,-86.922344,5.0,9543.0,523.0,52,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-01,19:14:00,"BURTON HILLS BLVD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0956276,-86.8253245,8.0,6403.0,825.0,29,unknown,female,c9f0dea477,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,PA, +2010-03-09,00:07:00,"ACKLEN AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1343226,-86.7807308,8.0,6905.0,821.0,24,white,male,ab5ef8094a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2011-08-12,21:34:00,"MAIN ST & N 10TH ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,2.0,1939.0,227.0,51,black,female,0a077e7833,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-07-15,12:00:00,"MURFREESBORO PIKE & PAVILION BLVD, NASHVILLE, TN, 37217",36.1329974,-86.7209464,5.0,8815.0,531.0,61,white,male,d0f8493a41,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-28,13:05:00,"ANTIOCH PIKE & MCCALL ST, NASHVILLE, TN, 37211",36.0989519,-86.7175259,3.0,8409.0,313.0,23,white,male,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-15,19:46:00,"28TH AVE N & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1861326,-86.8231257,6.0,4425.0,611.0,37,white,female,d60f692cd0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,KY,DRVR SD H/L +2014-07-18,01:24:00,"BELMONT BLVD & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1130656,-86.8000197,8.0,6415.0,825.0,42,white,female,e60adece97,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-11,10:23:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,1.0,4677.0,123.0,29,white,female,7dcd081b3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-08,09:42:00,"CASTLEMAN DR & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0989174,-86.821334,8.0,6403.0,825.0,52,white,female,16f69cd6ef,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,NY, +2015-01-15,13:15:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,54,white,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2014-12-17,15:35:00,"18TH AVE S & MAGNOLIA BLVD, NASHVILLE, TN, 37212",36.1354895,-86.7971311,8.0,6611.0,815.0,53,white,female,3ca1ad326a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,tags expired +2018-09-14,09:23:00,"W TRINITY LN & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3009.0,621.0,57,white,male,9b7f98fe8f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-09-15,03:52:00,"8TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1568929,-86.780828,4.0,4073.0,421.0,38,black,male,e6ef9a875b,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,False,consent,moving traffic violation,TN, +2013-02-13,08:50:00,"MCGAVOCK PIKE & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2174037,-86.7010367,5.0,9209.0,515.0,35,white,female,963f2c3d0d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-20,11:54:00,"CLAIBORNE ST & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1484116,-86.761179,5.0,8209.0,511.0,32,black,female,7dbf1da87e,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-08-11,21:12:00,"E TRINITY LN & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2035886,-86.7384911,2.0,1415.0,217.0,29,black,male,b9f9980a8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-17,08:22:00,"DICKERSON PIKE & MERIDIAN ST, NASHVILLE, TN, 37207",36.1782542,-86.7722452,2.0,1979.0,221.0,23,black,female,2d306d905c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-07,23:58:00,"BLANTON AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1386273,-86.731449,3.0,8159.0,311.0,34,white,male,883b5b4087,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,MO, +2015-02-27,01:29:00,"2001 8TH AVE S, NASHVILLE, TN, 37204",36.133904,-86.7794394,8.0,6919.0,823.0,20,black,male,17e2b951bd,vehicular,vehicle equipment violation,False,True,True,citation,True,True,False,True,True,True,True,plain view,vehicle equipment violation,TN, +2018-10-03,21:56:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8813.0,531.0,31,white,male,97117e47ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-08,10:15:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,18,white,female,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-09,15:15:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,5009.0,123.0,53,white,female,d773d5ccf6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-23,21:19:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9201.0,515.0,20,white,female,a6cc9ab365,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,lights required +2013-07-19,09:42:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,4351.0,617.0,27,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2010-04-05,13:57:00,"ELYSIAN FIELDS CT & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0868909,-86.7302104,8.0,8501.0,831.0,46,other,male,e157a18d4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-26,18:50:00,"1900 DAVIDSON ST, NASHVILLE, TN, 37206",36.1650499,-86.7335515,2.0,1235.0,215.0,44,hispanic,male,aa5eaf82db,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-05,09:34:00,"CLEVELAND ST & N 9TH ST, NASHVILLE, TN, 37206",36.1846308,-86.7582816,,1925.0,,73,white,male,bbc5c37b21,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN THROUGH STOP SIGN +2015-04-04,15:56:00,"0 SANDHURST DR, MADISON, TN, 37115",36.2607108,-86.6784467,7.0,1635.0,713.0,49,black,female,f6a8173a1b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-10-21,22:29:00,"2ND AVE N & CHURCH ST, NASHVILLE, TN, 37201",36.1646044,-86.7769082,4.0,4135.0,415.0,49,white,male,6761423fb7,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2018-06-26,15:16:00,"7TH AVE N & GARFIELD ST, NASHVILLE, TN, 37208",36.1811244,-86.7950945,6.0,4335.0,617.0,36,black,male,79d5fa58bc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-04,13:35:00,"ASHLAND CITY HWY & OLD HICKORY BLVD, NASHVILLE, TN, 37218",36.2114995,-86.9210335,6.0,3237.0,627.0,77,white,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-06,15:52:00,"DIVISION ST & MUSIC CIR E, NASHVILLE, TN, 37203",36.1516853,-86.7895015,8.0,6721.0,811.0,46,white,male,ef32736df1,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-08-16,05:51:00,"LEALAND LN & WOODMONT BLVD, NASHVILLE, TN, 37204",36.1109793,-86.7875177,8.0,7009.0,825.0,61,white,female,be02c342d3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-18,22:30:00,"LAURENT ST & MANSFIELD ST, NASHVILLE, TN, 37206",36.1817012,-86.7532763,2.0,1939.0,227.0,31,white,male,0b5cd8678a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"NO MDC +LIGHT" +2012-04-18,20:44:00,"CAHAL AVE & GALLATIN AVE, NASHVILLE, TN, 37216",36.1960045,-86.7425944,2.0,1881.0,227.0,28,black,female,9edafecd50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-14,13:07:00,"DICKERSON PIKE & MARIE ST, NASHVILLE, TN, 37207",36.1972659,-86.7714142,2.0,1863.0,223.0,38,white,male,a7e4b373f1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-09,17:33:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,35,white,male,81fac77d3f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-10,19:02:00,"BELL RD & COLLINS PARK DR, ANTIOCH, TN, 37013",36.0459841,-86.6579079,3.0,8863.0,333.0,34,white,male,d506cb99f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-28,10:48:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3155.0,623.0,72,black,male,7ede7c259c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-03-28,10:48:00,"8TH AVE S & CHESTNUT ST, NASHVILLE, TN, 37203",36.1417067,-86.7786839,8.0,6941.0,821.0,27,white,male,080ab8807b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-28,07:50:00,", , ,",,,,,,32,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-12,15:44:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,22,hispanic,female,a09fc76742,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-06-16,17:28:00,"DOUGLAS ST & MADISON ST, MADISON, TN, 37115",36.2587772,-86.716194,7.0,1783.0,711.0,25,black,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ROLLED STOP SIGN AT DUPONT AND DELAWARE +2014-02-12,13:53:00,"28TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1563874,-86.8187637,6.0,5303.0,615.0,23,black,female,ec5603edfe,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-12-16,13:33:00,", , ,",,,,,,18,black,male,be750fae9b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-06,20:46:00,"BELL RD & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0719049,-86.636152,5.0,8939.0,535.0,30,white,female,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-09,07:55:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,39,white,female,2cbc2e0f25,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,expired tag +2012-04-20,08:03:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, TN, 37218",36.2117374,-86.8955184,6.0,3235.0,625.0,45,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-06,01:44:00,"E TRINITY LN & ELLINGTON PKWY N, NASHVILLE, TN, 37207",36.2033503,-86.7515075,2.0,1853.0,227.0,27,black,female,94ecf24de4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-09,21:32:00,"215 BELLEVUE RD, NASHVILLE, TN, 37221",36.062591,-86.932686,1.0,4817.0,125.0,35,white,female,80cbba0ee1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-06,00:57:00,"111 4TH AVE S, NASHVILLE, TN, 37201",36.1607465,-86.7769631,4.0,4091.0,421.0,35,black,male,21488da1d9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,TURNED RIGHT FROM BROADWAY TO -TH AVE S. DEFENDANT TURNED RIGHT FROM THE LOADING ZONE WHICH IS NOT PERMITTED. +2017-03-29,20:46:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6911.0,821.0,21,white,female,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-01,00:08:00,"DOVER GLEN DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0771472,-86.6414176,5.0,8939.0,535.0,47,white,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-04,07:14:00,"ANTIOCH PIKE & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0599702,-86.6721194,3.0,8857.0,325.0,35,white,male,5a96851d64,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2017-04-11,21:00:00,"LONGFELLOW DR & PENNINGTON BEND RD, NASHVILLE, TN, 37214",36.2318548,-86.6957312,5.0,9301.0,515.0,46,white,male,87bd93c328,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-12,09:05:00,"S 15TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1770388,-86.7439635,2.0,1217.0,213.0,35,white,female,4c7e26f974,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,KY, +2011-11-17,17:40:00,"PATRICIA DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1271685,-86.707265,5.0,8817.0,531.0,26,white,male,a2ee588582,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-15,05:32:00,"1100 TULIP GROVE RD, HERMITAGE, TN, 37076",36.181304,-86.5951319,5.0,9513.0,523.0,26,white,male,adf5df7aac,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"--/-- +" +2010-03-01,03:47:00,"W TRINITY LN & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3007.0,621.0,36,black,female,d6864f2be6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-12,18:07:00,"ANDREW JACKSON PKWY & HIGHLAND VIEW DR, HERMITAGE, TN, 37076",36.206872,-86.6055664,5.0,9535.0,523.0,40,white,male,598c9e4d31,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-07,11:21:00,"FREE SILVER RD & W TRINITY LN, NASHVILLE, TN, 37207",36.2070569,-86.7959997,6.0,3013.0,623.0,19,black,female,755936aeb6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-02,18:12:00,"6614 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1402007,-86.8829187,,,,61,black,male,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-11,11:38:00,"440 HOGAN RD, NASHVILLE, TN, 37220",36.063911,-86.7473094,8.0,8615.0,833.0,21,asian/pacific islander,female,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-04,09:14:00,"HOLLY ST & S 11TH ST, NASHVILLE, TN, 37206",36.1761987,-86.7500514,2.0,1209.0,213.0,23,white,female,95d8a19b5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-03,12:28:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4202.0,411.0,25,white,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-27,10:39:00,"MM 93 6 I65 N, MADISON, TN, 37115",,,7.0,17041.0,727.0,35,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2012-09-02,14:05:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,323.0,28,white,female,095779cb19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-02,10:35:00,", , ,",,,,,,27,black,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-25,09:34:00,"HWY 100 & VAUGHNS GAP RD, , TN, 37221",36.0788298,-86.8852141,,,,21,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-23,19:54:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,54,white,female,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC, +2012-03-27,22:57:00,"BELL RD & MT VIEW RD, ANTIOCH, TN, 37013",36.0499121,-86.6493475,3.0,8861.0,325.0,27,black,female,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DEALER TAG +2011-01-11,01:39:00,"FAIRFIELD AVE & TRIMBLE ST, NASHVILLE, TN, 37210",36.1459822,-86.7583376,3.0,8135.0,311.0,34,white,male,291dab6d26,vehicular,investigative stop,False,False,True,warning,False,False,False,True,True,True,True,consent,investigative stop,TN, +2013-01-31,05:52:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,8.0,8501.0,831.0,38,white,male,503620c90c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-26,04:26:00,"47TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521442,-86.8434584,1.0,5129.0,113.0,42,black,female,e8583fbb05,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-13,23:32:00,"LARGO DR & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0843702,-86.7031608,3.0,8705.0,321.0,39,black,male,0a077e7833,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SUBJECT WAS VERY ARGUMENTATIVE DUE TO RECEIVING A CITATION. +2013-07-30,08:26:00,"COTTON LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0702838,-86.7220847,3.0,8701.0,321.0,34,white,male,d7d987fc7e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-11,16:05:00,"BELL RD & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891961,-86.6274024,5.0,8965.0,535.0,42,black,male,9d41edf114,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-04-22,15:05:00,"BAPTIST WORLD CENTER DR & WILLIS ST, NASHVILLE, TN, 37207",36.1939415,-86.7784316,6.0,3001.0,621.0,31,white,female,eedda40d7b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-21,09:54:00,"MCMURRAY DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0612768,-86.7167423,8.0,8659.0,835.0,57,white,male,36ca3f6525,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2010-03-08,13:55:00,"S GALLATIN PIKE & MAPLE ST, MADISON, TN, 37115",36.2612728,-86.7125387,7.0,1771.0,711.0,28,black,male,d098ec755c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-14,15:57:00,"I 40 W & 4TH AVE S, NASHVILLE, TN, 37203",36.1499197,-86.7726886,4.0,4007.0,425.0,32,black,male,4388515b9f,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2013-07-29,08:38:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,3.0,8717.0,331.0,24,black,male,d7d987fc7e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-06,15:36:00,"3RD AVE & MAPLE ST, MADISON, TN, 37115",36.2615971,-86.7074012,7.0,1607.0,713.0,83,white,female,cb57e4e65c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2012-05-22,22:03:00,"52ND AVE N & ILLINOIS AVE, NASHVILLE, TN, 37209",36.1575844,-86.8502124,1.0,4629.0,111.0,40,white,male,5e3461b14e,vehicular,investigative stop,False,True,False,citation,False,False,False,False,True,True,True,consent,investigative stop,TN, +2017-12-22,23:28:00,"BAILEY ST & W EASTLAND AVE, NASHVILLE, TN, 37206",36.1838357,-86.7501765,2.0,1929.0,227.0,36,hispanic,male,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-25,00:51:00,"I 24 W & HARDING PL, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,88100.0,323.0,31,black,male,3a4171e2e6,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-07-26,20:39:00,"BREWER DR & HILL CREEK DR, NASHVILLE, TN, 37211",36.0632078,-86.736095,8.0,8657.0,835.0,40,white,female,7962521178,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2012-10-21,19:02:00,"BELL RD & HICKORY PARK DR, ANTIOCH, TN, 37013",36.0448578,-86.670401,3.0,8721.0,325.0,24,black,female,8c95eaaf8f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-09-18,21:58:00,"4650 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0693596,-86.719672,3.0,8701.0,321.0,40,white,female,ca70dcb8f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-30,21:38:00,"CHARLOTTE PIKE & MIDLAND AVE, NASHVILLE, TN, 37209",36.1497766,-86.8594228,1.0,5033.0,115.0,26,white,female,f1c025f95c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-02-22,02:36:00,"2428 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.119293,-86.748876,3.0,8319.0,313.0,34,white,male,01ba7aa9f9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-29,12:42:00,"7978 COLEY DAVIS RD, NASHVILLE, TN, 37221",36.075217,-86.96673,1.0,4811.0,125.0,33,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-08,08:59:00,"2500 OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2471747,-86.6408759,5.0,9607.0,525.0,32,white,male,63cbe6a061,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NM,RAN RED LIGHT +2015-04-19,02:29:00,"NOLENSVILLE PIKE & TIMMONS ST, NASHVILLE, TN, 37211",36.1076423,-86.7435026,8.0,8519.0,831.0,47,white,male,eeb3c63112,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-07,01:32:00,"BRILEY PKWY W & ELLINGTON PKWY N, MADISON, TN, 37115",36.2382639,-86.7365077,7.0,15940.0,723.0,31,white,male,afd77e9abe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-21,22:01:00,"CLARKSVILLE PIKE & ED TEMPLE BLVD, NASHVILLE, TN, 37228",36.1879505,-86.8215312,6.0,4483.0,611.0,64,black,female,ff68412c8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-02,13:19:00,"29TH AVE N & ALBION ST, NASHVILLE, TN, 37209",36.1640637,-86.8210996,6.0,4521.0,613.0,39,black,female,a076fe22eb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"BRAKE LIGHT OUT +" +2012-03-05,01:36:00,"EDMONDSON PIKE & FRONTIER LN, NASHVILLE, TN, 37211",36.0344086,-86.7435543,8.0,8651.0,835.0,27,white,male,a0a3b03068,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-21,19:10:00,"GALLATIN PIKE & LELAND AVE, NASHVILLE, , 37216",36.2038984,-86.7383136,,,,27,black,,87c84d8f86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-12,20:16:00,"624 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1414662,-86.7393445,3.0,8159.0,311.0,51,black,female,0e0fefbbe3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-16,10:53:00,"HERMITAGE AVE & LINDSLEY AVE, NASHVILLE, TN, 37210",36.1548175,-86.7633623,4.0,4003.0,425.0,48,white,male,cd2deb275e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2012-02-22,13:10:00,"BRILEY PKWY W & ELLINGTON PKWY N, MADISON, TN, 37115",36.2382639,-86.7365077,7.0,15940.0,723.0,24,white,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-06,03:34:00,"19TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1510053,-86.7964814,8.0,5705.0,811.0,47,black,male,adb220724a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAIL/BRAKE LIGHTS NOT WORKING DUE TO ELECTRICAL ISSUES +2010-09-04,20:44:00,"CARROLL ST & CHARLES E DAVIS BLVD, NASHVILLE, TN, 37210",36.1540984,-86.7617053,5.0,8201.0,511.0,27,black,male,6949a466d7,vehicular,moving traffic violation,True,True,False,arrest,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-15,16:06:00,"MASONWOOD DR & MOOREWOOD DR, NASHVILLE, TN, 37207",36.2421834,-86.7733052,7.0,2033.0,721.0,18,black,female,73a0ab20fb,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,no visible tag +2014-12-16,12:30:00,"431 GREAT CIRCLE RD, NASHVILLE, TN, 37228",36.2008209,-86.8049393,6.0,4443.0,611.0,34,white,female,702f17e184,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-27,10:43:00,"MYRA DR & TULIP GROVE RD, HERMITAGE, TN, 37076",,,5.0,9539.0,523.0,27,white,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-15,15:40:00,"DAVIDSON ST & S 13TH CT, NASHVILLE, TN, 37206",36.1625941,-86.7487899,2.0,1049.0,211.0,20,white,female,7a1d96b574,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN +2012-04-16,16:08:00,"BELL RD & BROOK VIEW ESTATES DR, ANTIOCH, TN, 37013",36.043923,-86.6932871,3.0,8719.0,331.0,34,white,male,236f1a57dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-03,13:55:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,5.0,8815.0,531.0,23,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-02,08:31:00,"ARTHUR AVE & GARFIELD ST, NASHVILLE, TN, 37208",36.1767976,-86.8002671,6.0,4327.0,617.0,29,black,female,8f1069f970,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"susp dl +" +2014-04-18,11:32:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,24,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-19,18:02:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,20,black,male,a48b378e7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-19,07:34:00,"50 VAUGHN RD, NASHVILLE, TN, 37221",36.053264,-86.8996976,1.0,6213.0,117.0,32,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-26,12:50:00,"BRILEY PKWY W & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2271465,-86.8358109,6.0,3216.0,627.0,46,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-11,15:53:00,"CARROLL ST & UNIVERSITY CT, NASHVILLE, TN, 37210",36.1530819,-86.7640239,5.0,8201.0,511.0,36,black,male,60393a48db,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"STOPPED FOR NO HEADLIGHTS ON WHEN RAINING, NO PROOF OF INSURANCE AND TAGS EXP (--/----)" +2010-07-12,20:34:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,30,other,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2016-04-01,01:48:00,"10 CANNON ST, NASHVILLE, TN, 37210",36.1510745,-86.7612645,5.0,8205.0,511.0,64,black,male,97117e47ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-23,12:26:00,"HARDING PIKE & WOODMONT BLVD, NASHVILLE, TN, 37205",36.1249676,-86.847622,,6101.0,,30,white,male,b85d55cb05,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"EXPIRED TAG +" +2011-07-27,08:48:00,"HILLSBORO PIKE & MATTHEW LN, NASHVILLE, TN, 37215",36.1165266,-86.8105191,8.0,6419.0,823.0,47,white,male,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-29,23:49:00,", , ,",,,,,,43,white,male,71cbae12cb,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2011-03-28,11:38:00,"N 5TH ST & CLEVELAND ST, NASHVILLE, TN, 37207",36.1862451,-86.7631483,2.0,1921.0,221.0,38,white,male,ba5ad061a9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-04-23,12:45:00,"I 65 N & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,1769.0,723.0,66,white,male,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-31,10:20:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,29,black,female,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-17,15:00:00,"110 SHUTE CIR, OLD HICKORY, TN, 37138",36.2323537,-86.607816,5.0,9721.0,525.0,29,black,female,d2c8e20a5a,vehicular,child restraint,False,False,True,warning,,,,False,False,False,False,,child restraint,TN, +2013-02-19,22:05:00,"DICKERSON PIKE & DOVERSIDE DR, MADISON, TN, 37115",36.2407601,-86.7572428,7.0,2009.0,723.0,46,black,female,2bca49b49d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-15,00:35:00,"NALL AVE & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1573545,-86.8723332,1.0,4645.0,115.0,65,white,male,751bb20c68,vehicular,moving traffic violation,True,False,False,arrest,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-03,22:55:00,"BRILEY PKWY W & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2407281,-86.7576401,7.0,2014.0,721.0,39,black,female,14851a97f4,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,exp tag +2012-11-19,01:48:00,"7100 CABOT DR, NASHVILLE, TN, 37209",36.1346597,-86.8957521,1.0,4677.0,123.0,23,white,male,f9d7f04fc0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-19,19:06:00,"S GALLATIN PIKE & E PALESTINE AVE, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1507.0,711.0,50,white,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-22,08:05:00,"110 N 1ST ST, NASHVILLE, TN, 37213",36.1706293,-86.774186,4.0,1991.0,413.0,50,black,female,0a002c81ec,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-01,08:08:00,"3019 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2266828,-86.759258,2.0,1811.0,225.0,26,white,male,be750fae9b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-04-18,12:36:00,"LINCOYA BAY DR & LINCOYA CREEK DR, , TN, 37214",36.1452386,-86.6240416,5.0,8957.0,533.0,24,white,female,080ab8807b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2012-01-04,02:06:00,", NASHVILLE, TN, 37207",,,,,,23,black,male,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-09,01:18:00,"DOBBS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1100848,-86.7359135,3.0,8403.0,313.0,27,white,male,4ab7251c91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-10-25,13:10:00,"BENZING RD & TUSCULUM RD, ANTIOCH, TN, 37013",36.0522438,-86.6826327,3.0,8713.0,321.0,49,white,female,e7099bc91c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-23,18:53:00,"1420 LITTON AVE, NASHVILLE, TN, 37216",36.2011157,-86.7304095,2.0,1431.0,217.0,58,black,male,121dc1857a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-17,18:29:00,"DICKERSON PIKE & ROCK ST, NASHVILLE, TN, 37207",36.2139776,-86.7643694,2.0,1831.0,223.0,32,white,female,0847f81dcc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-16,12:14:00,"601 DAVIDSON RD, NASHVILLE, TN, 37205",36.1166457,-86.8830874,1.0,4917.0,121.0,26,hispanic,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,False,True,consent,moving traffic violation,TN, +2011-09-07,08:02:00,"S 13TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1771024,-86.7471233,2.0,1239.0,213.0,27,white,male,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"GRAY SATURN +" +2010-06-13,21:33:00,"12TH AVE, WEST, TN, 37203",36.161153,-86.7913926,,,,29,black,female,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-20,08:21:00,"ARTHUR AVE & MONROE ST, NASHVILLE, TN, 37208",36.1742067,-86.7967264,6.0,4301.0,617.0,28,black,female,8f1069f970,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"seatbelt +" +2014-03-06,05:21:00,"4245 LEBANON PIKE, HERMITAGE, TN, 37076",36.2037844,-86.6148657,5.0,9533.0,523.0,60,white,male,e4eb4870eb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-22,11:10:00,"DICKERSON PIKE & OAK VALLEY DR, NASHVILLE, TN, 37207",36.2314506,-86.7589208,2.0,1807.0,225.0,29,white,female,8009ad438d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER SIDE BRAKE LIGHT COVER BROKEN +2013-01-18,22:16:00,"BELL RD & BENZING RD, ANTIOCH, TN, 37013",36.045306,-86.7016897,3.0,8757.0,331.0,31,black,female,6df99debf2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-19,13:44:00,"DRY CREEK LN & DRY CREEK LN, GOODLETTSVILLE, TN, 37072",36.2974562,-86.7192017,7.0,2115.0,725.0,44,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-12-07,20:14:00,"CLEVELAND ST & N 3RD ST, NASHVILLE, TN, 37207",36.1869583,-86.7662379,2.0,1935.0,221.0,38,black,male,8eb634cb3c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-16,13:17:00,"I 40 E & BRILEY PKWY S, NASHVILLE, TN, 37217",36.1434168,-86.6998724,5.0,8802.0,531.0,37,black,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I -- E AT MASSMAN DR. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN. I CONFIRMED THE DEFENDANT'S SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. +2013-11-13,09:30:00,"HILLSBORO PIKE & RICHARD JONES RD, NASHVILLE, , 37215",36.1048058,-86.8145849,8.0,6405.0,825.0,41,white,female,e8f7a2d6ff,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAG +2017-04-19,02:20:00,"1420 GALLATIN PIKE S, MADISON, TN, 37115",36.2398893,-86.726431,7.0,1787.0,711.0,29,black,female,4a2e044013,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-30,21:08:00,"EZELL RD & HAYWOOD LN, NASHVILLE, TN, 37211",36.0696242,-86.693914,3.0,8707.0,321.0,33,hispanic,male,9385461f5c,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-29,16:57:00,"DR D B TODD JR BLVD & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1605319,-86.8018492,6.0,5357.0,615.0,27,black,female,ffd40c04a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-01,09:26:00,"CLARIDGE DR & ROYAL PKWY, NASHVILLE, TN, 37214",36.1460923,-86.667657,5.0,9117.0,517.0,54,white,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-06,22:21:00,"WEST END AVE, WEST, TN, 37203",36.1465217,-86.80932,,,,26,white,female,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-12,10:14:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,50,white,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE ENTRANCE RAMP TO I -- W AT OHB. I WAS STANDING OUTSIDE MY VEHICLE. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN. I CONFIRMED HER SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT ---- FT. +2012-08-02,12:56:00,"25TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37208",36.1582788,-86.8138001,6.0,5317.0,615.0,45,black,female,fd8a139aad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in -- herman +2016-07-04,08:46:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,52,hispanic,female,43d774e2c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-22,00:07:00,"NOLENSVILLE PIKE & TAYLOR RD, NASHVILLE, , 37211",36.0696581,-86.7210586,,,,34,black,female,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-23,02:33:00,"1400 DONELSON PIKE, NASHVILLE, TN, 37217",36.0975697,-86.6783181,3.0,8841.0,323.0,26,black,male,473da02334,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-16,20:57:00,"ANTIOCH PIKE & HAYWOOD LN, ANTIOCH, TN, 37013",36.0702375,-86.684455,3.0,8899.0,323.0,32,black,female,fc8eeff4da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN, +2012-02-08,16:18:00,"4501 PACKARD DR, NASHVILLE, TN, 37211",36.0654673,-86.6891488,3.0,8709.0,321.0,42,black,male,b5ca91d71f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-24,23:18:00,"5000 MOUNTAIN SPRINGS RD, ANTIOCH, TN, 37013",36.043738,-86.6109324,3.0,8867.0,333.0,33,black,female,c4348d7474,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-01,01:06:00,"4190 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0777065,-86.7250645,3.0,8705.0,321.0,46,black,female,4ab7251c91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-29,01:12:00,"2510 FRANKLIN PIKE, NASHVILLE, TN, 37204",36.123863,-86.7759647,8.0,6921.0,823.0,28,black,male,8f564c22fd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-13,14:18:00,"24TH AVE N & MORENA ST, NASHVILLE, TN, 37208",36.1637551,-86.8118456,6.0,5319.0,615.0,43,black,male,4ff9d8c9ea,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2018-05-02,17:23:00,"7620 HWY 70 S, NASHVILLE, TN, 37221",36.0785599,-86.9505355,1.0,4813.0,125.0,47,white,female,a18099a66a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2014-06-23,09:40:00,"JACKSON DOWNS BLVD & LEBANON PIKE, NASHVILLE, TN, 37214",36.1853197,-86.6366695,5.0,9403.0,517.0,45,black,male,b48094e222,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-18,15:35:00,"1002 RICHARDS RD, , TN, 37013",36.0691334,-86.6837559,3.0,8893.0,325.0,32,black,male,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-13,00:17:00,"10TH AVE & BROADWAY, NASHVILLE, TN, 37203",36.1578778,-86.7844365,4.0,4077.0,423.0,32,white,male,d4cdb5f2dc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-14,16:16:00,"W TRINITY LN & LIBERIA ST, NASHVILLE, TN, 37207",36.20771,-86.7856184,6.0,3041.0,621.0,40,black,male,5d95185f48,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-28,01:43:00,"FRANKLIN PIKE & GLEN LEVEN DR, NASHVILLE, TN, 37204",36.1035758,-86.7725762,8.0,7017.0,825.0,35,white,male,62d6156052,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER WAS STOPPED BECAUSE THE PASSENGER SIDE HEADLIGHT WAS NOT FUNCTIONING. +2014-01-31,17:29:00,"S 6TH ST & MAIN ST, NASHVILLE, TN, 37206",36.1735819,-86.7633765,2.0,1113.0,211.0,28,black,male,8d7b449e86,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-06-02,20:04:00,"GATEWOOD AVE & LISCHEY AVE, NASHVILLE, TN, 37207",36.1991789,-86.7622733,2.0,1897.0,221.0,26,black,male,9d9cc9ecf8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-07,18:10:00,"800 MONROE ST, NASHVILLE, TN, 37208",36.1758564,-86.7942781,6.0,4325.0,617.0,68,black,female,e5d79a47c2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-10-10,00:49:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,46,white,male,559632f4a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-18,20:47:00,"BRILEY PKWY N & THOMPSON LN, NASHVILLE, TN, 37211",36.1095127,-86.72784,3.0,8423.0,313.0,20,white,female,7975bcaa77,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-29,12:14:00,"OLD HICKORY BLVD & TOLBERT RD, NASHVILLE, TN, 37221",36.1064322,-86.9222345,1.0,4815.0,125.0,33,white,female,6126211b97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-12,21:28:00,"S 5TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1698367,-86.7635361,,1111.0,,36,black,male,9baf596c41,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2012-05-20,16:31:00,"OLD CHARLOTTE PIKE & SAWYER BROWN RD, NASHVILLE, TN, 37209",36.1218077,-86.9239955,1.0,4707.0,123.0,18,white,female,c9f0dea477,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-08,16:08:00,"8TH AVE S & SOUTH ST, NASHVILLE, TN, 37203",36.1467372,-86.7790303,8.0,6803.0,821.0,20,white,female,cf72c2298a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-30,13:59:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,32,white,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-23,13:11:00,"1241 ROBINSON RD, OLD HICKORY, TN, 37138",36.2589008,-86.6575449,5.0,9611.0,525.0,22,white,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-08-01,13:11:00,"725 LEBANON PIKE, NASHVILLE, TN, 37210",36.1536964,-86.7462809,5.0,9007.0,511.0,81,white,female,d195198c56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-03,03:09:00,"MM 23 6 BRILEY N, NASHVILLE, TN, 37218",,,6.0,3248.0,625.0,26,white,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-27,16:47:00,"ELLINGTON PKWY & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1996.0,221.0,42,white,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-07,08:51:00,"E NOCTURNE DR & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2115014,-86.797569,6.0,3037.0,623.0,19,black,male,df54250e36,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,True,other,moving traffic violation,TN,"Defendant fled from police but was later arrested after a tip from a citizen led police to defendant's whereabouts. Defendant was charged with Felony Evading and driving on Suspended license. +" +2017-07-05,14:00:00,"DELAWARE AVE & 45, MADISON, TN, 37115",36.2638188,-86.7044741,7.0,1701.0,715.0,17,black,male,5404db019e,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,False,True,True,True,other,vehicle equipment violation,TN, +2015-08-14,08:34:00,"601 DAVIDSON RD, NASHVILLE, TN, 37205",36.1166457,-86.8830874,1.0,4917.0,121.0,69,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-21,23:27:00,"CHICAMAUGA AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1846937,-86.7479638,2.0,1931.0,227.0,26,black,female,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-24,21:19:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,38,black,male,ac571570c9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-12,00:37:00,"HARRISON ST & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0985568,-86.7389087,,8431.0,,30,white,female,4ab7251c91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-24,04:08:00,", , ,",,,,,,18,black,female,5359dc84e9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-15,11:19:00,"SIMMONS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1106149,-86.7406986,3.0,8403.0,313.0,53,hispanic,male,e4ae6c74b9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,exp tag +2010-04-22,19:53:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,51,asian/pacific islander,female,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-27,10:09:00,"110 N 1ST ST, NASHVILLE, TN, 37213",36.1706293,-86.774186,4.0,1991.0,413.0,54,white,female,b5dcfa19fe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-16,11:22:00,"BRICK CHURCH PIKE & FERN AVE, NASHVILLE, TN, 37207",36.1957215,-86.7766893,6.0,3001.0,621.0,66,black,male,f9d7f04fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-28,17:19:00,"37TH AVE N & NEBRASKA AVE, NASHVILLE, TN, 37209",36.1422623,-86.8289019,1.0,5215.0,113.0,23,white,female,460a7c21b0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-06,13:21:00,"427 HARDING PL, , TN, 37211",36.0784753,-86.7285986,8.0,8609.0,831.0,43,white,male,f6a9921e6e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-12,01:52:00,"44TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1522707,-86.8395683,1.0,5203.0,113.0,20,black,female,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2010-11-01,22:46:00,"10TH AVE N & ROSA L PARKS BLVD, , TN, 37228",36.1676262,-86.7877232,6.0,4437.0,611.0,23,white,male,8a6d6c9e3b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-27,02:49:00,"100 RIDGELAKE PKWY, NASHVILLE, TN, 37221",36.0968919,-86.929003,1.0,4815.0,125.0,22,black,male,f9d7f04fc0,vehicular,vehicle equipment violation,False,True,True,citation,True,True,False,False,True,True,True,consent,vehicle equipment violation,TN, +2017-11-13,10:13:00,"2ND AVE S & 40 W, NASHVILLE, TN, 37210",36.151609,-86.7677383,4.0,40080.0,425.0,50,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-09,08:29:00,"DELLWAY DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2151139,-86.7639601,2.0,1831.0,223.0,31,black,male,c4680d166c,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2012-10-05,07:48:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9223.0,515.0,70,white,female,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-03-24,09:15:00,"MM 88 I65 N, NASHVILLE, , 37207",,,,1889.0,,36,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-11,20:49:00,"HART CT & HART LN, NASHVILLE, TN, 37207",36.2209234,-86.7563532,2.0,1823.0,223.0,28,black,male,95b17cd499,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2015-10-07,13:26:00,"FOSTER ST & LISCHEY AVE, NASHVILLE, TN, 37207",36.1786871,-86.7657713,2.0,1979.0,221.0,25,black,male,6e9e930290,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-10-25,18:26:00,"DR D B TODD JR BLVD & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1605319,-86.8018492,6.0,5357.0,615.0,60,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-14,15:37:00,"2101 8TH AVE S, NASHVILLE, TN, 37204",36.1315116,-86.7792092,8.0,6919.0,823.0,68,black,male,b541004824,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2013-11-01,18:52:00,"DICKERSON PIKE & OAK VALLEY DR, NASHVILLE, TN, 37207",36.2314506,-86.7589208,2.0,1807.0,225.0,23,black,female,87a02eb314,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-11-23,13:22:00,"BRILEY PKWY & LEBANON PIKE, NASHVILLE, TN, 37214",36.17048,-86.6675065,5.0,9121.0,513.0,19,black,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-04,14:23:00,"512 TULIP GROVE RD, HERMITAGE, TN, 37076",36.213018,-86.589284,5.0,9537.0,523.0,35,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC, +2012-09-28,10:45:00,"MURFREESBORO PIKE & UNA ANTIOCH PIKE, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,8937.0,535.0,23,hispanic,female,b1fc87489f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED REG. +2017-06-23,10:31:00,"BRILEY PKWY S & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8896.0,315.0,54,black,male,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-19,10:11:00,"1710 SPRINGFIELD HWY, GOODLETTSVILLE, TN, 37072",36.3769546,-86.749691,7.0,2217.0,725.0,27,white,female,7586da57b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-13,08:02:00,"2948 ANDERSON RD, , TN, 37217",36.0741073,-86.626015,5.0,8963.0,535.0,44,black,female,0edd4e187a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-12-02,10:51:00,"7043 HWY 70 S, NASHVILLE, TN, 37221",36.074703,-86.9188758,1.0,4901.0,121.0,51,white,male,a9e3132c9f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-11,19:11:00,"2ND AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1555806,-86.7711,4.0,4033.0,425.0,27,white,female,0bc116322b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-04,15:30:00,"FOSTER AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.110789,-86.742932,3.0,8425.0,313.0,22,white,male,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-13,22:34:00,"HWY 45 & MCARTHUR DR, MADISON, TN, 37115",36.2641497,-86.6914576,7.0,1705.0,715.0,39,black,female,e4380ec764,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAGS +2014-10-10,16:56:00,"3RD AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,20,white,male,c34de323ba,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,MT, +2010-02-13,11:10:00,"DOUGLAS AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1926724,-86.7443891,2.0,1325.0,215.0,38,black,female,7586da57b1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-14,05:54:00,"250 ATHENS WAY, NASHVILLE, TN, 37228",36.193505,-86.80098,6.0,4499.0,611.0,55,white,male,c76c330626,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-20,23:16:00,"NOLENSVILLE PIKE & JOYNER AVE, , TN, 37211",36.1165137,-86.7480415,,,,32,white,female,936ab7dc64,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-05-14,13:40:00,"14TH AVE N & HERMAN ST, , TN, 37208",36.1663358,-86.7983058,,,,28,white,male,563f7a1718,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-05-25,19:50:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,39,black,female,d389baccb4,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-10,02:01:00,"I 40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.10788,-86.922344,5.0,9543.0,523.0,25,white,female,6f4cd28a19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-27,02:50:00,"70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,39,black,female,9d8bfc8acb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-22,21:22:00,"E OLD HICKORY BLVD & 3RD AVE, MADISON, TN, 37115",36.2625659,-86.7075132,,1701.0,,20,black,male,13c1091001,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"LEFT TAILLIGHT OUT +" +2013-12-01,20:11:00,"MAIN ST & N 6TH ST, NASHVILLE, TN, 37206",36.1738019,-86.7628038,2.0,1117.0,211.0,33,black,male,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-07,09:05:00,"1501 ENSLEY BLVD, NASHVILLE, TN, 37210",36.1391023,-86.761194,3.0,8127.0,311.0,38,black,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-07,15:48:00,"24TH AVE N & HERMAN ST, NASHVILLE, TN, 37208",36.1621465,-86.8118521,6.0,5349.0,615.0,36,black,female,15ee8d2800,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-26,22:52:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,24,white,female,473da02334,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"IMPROPER TURN, DRIVER TAIL LIGHT INOP" +2010-09-21,00:10:00,"31ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1533597,-86.8208464,8.0,5341.0,813.0,21,black,female,ab5ef8094a,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-12,19:59:00,"387 HAYWOOD LN, NASHVILLE, TN, 37211",36.0683697,-86.7175001,3.0,8711.0,321.0,20,black,female,fb944c2c7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-07,17:47:00,"994 DAVIDSON RD, , TN, 37205",36.1179822,-86.8915626,1.0,5005.0,121.0,41,white,female,8563660720,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-06-23,02:32:00,"4TH AVE, SOUTH, TN, 37203",36.1488953,-86.769297,,,,19,white,male,291dab6d26,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-13,12:01:00,"BROADMOOR DR & ELLINGTON PKWY, NASHVILLE, TN, 37216",36.2302842,-86.7457768,2.0,1843.0,225.0,18,black,female,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-19,21:44:00,"I 40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.10788,-86.922344,5.0,9543.0,523.0,30,black,male,0e0fefbbe3,vehicular,registration,False,False,True,warning,False,False,False,False,True,True,True,consent,registration,TN, +2010-09-15,08:49:00,"3135 LEBANON PIKE, NASHVILLE, TN, 37214",36.1808383,-86.6388255,5.0,9319.0,515.0,24,black,female,963f2c3d0d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-05-16,08:41:00,"MM 47 0 I24 W, NASHVILLE, TN, 37207",,,2.0,19021.0,221.0,47,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AL, +2011-06-15,05:08:00,"21ST AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.1440756,-86.7998421,8.0,6709.0,815.0,33,black,female,1fdfb2a60c,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-17,23:53:00,"DOUGLAS AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1926724,-86.7443891,2.0,1325.0,215.0,19,black,female,d3fe386ea8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,NO TAG LIGHT +2015-11-12,00:02:00,"5TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1743153,-86.7874168,6.0,4307.0,617.0,44,white,female,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-08,08:10:00,"CHURCH ST & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1584165,-86.7906562,4.0,4104.0,411.0,50,black,female,6f0151b767,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-15,11:32:00,", , ,",,,,,,28,white,male,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MA, +2010-05-28,23:12:00,"N 3RD ST & TREUTLAN PL, , TN, 37207",36.1803272,-86.7677551,2.0,1969.0,221.0,30,black,female,a9e3132c9f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-26,16:20:00,"1ST AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1491797,-86.7634531,3.0,8151.0,311.0,40,asian/pacific islander,female,14b56e9185,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-08-19,08:15:00,"ARTHUR AVE & CHEATHAM PL, NASHVILLE, TN, 37208",36.1753233,-86.7982549,6.0,4327.0,617.0,48,black,female,09ff8e8092,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"-- in -- +" +2013-07-17,18:04:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,23,black,female,1b55d714e1,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2011-07-06,16:36:00,"3810 KINGS LN, NASHVILLE, TN, 37218",36.21932,-86.8420664,6.0,3109.0,625.0,37,black,female,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-17,23:44:00,"24TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1479026,-86.8064477,8.0,5715.0,815.0,28,black,male,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-06,16:30:00,"GALLATIN AVE & STRATTON AVE, NASHVILLE, TN, 37206",36.1827018,-86.7488297,2.0,1243.0,213.0,30,white,female,2aeb7f91f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-11,20:11:00,"I 40 W & FESSLERS LN, NASHVILLE, TN, 37210",36.0789995,-86.9551254,5.0,9007.0,511.0,24,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-02,21:05:00,"23RD AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1839538,-86.8142075,6.0,4485.0,611.0,19,black,male,4a7e280b4a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-31,08:54:00,"S 11TH ST & RUSSELL ST, NASHVILLE, TN, 37206",36.1757344,-86.7501247,2.0,1209.0,213.0,44,white,male,c50b6226fb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-26,13:55:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,58,black,male,148e3c6510,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-11-06,13:47:00,"5025 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1930627,-86.6196619,5.0,9531.0,521.0,30,black,male,be82d6c6cf,vehicular,safety violation,True,False,False,arrest,True,True,False,False,True,True,True,consent,safety violation,TN, +2014-05-17,21:08:00,"BELL RD & ZELIDA AVE, ANTIOCH, TN, 37013",36.0550655,-86.6424647,3.0,8865.0,333.0,24,white,male,b3a6b271c1,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-02,23:53:00,"BAPTIST WORLD CENTER DR & ROGER AVE, NASHVILLE, TN, 37207",36.204012,-86.7895892,,3011.0,,18,black,male,3fbcafb77d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-12,07:22:00,"1237 TIMBER VALLEY DR, NASHVILLE, TN, 37214",36.1338373,-86.6379402,5.0,8991.0,533.0,24,white,female,fc43f6017d,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"rolled through a stop sign at harborwood / timber valley, didn't have proof of insurance in car +" +2014-10-16,12:20:00,"DOUGLAS ST & MADISON ST, MADISON, TN, 37115",36.2587772,-86.716194,7.0,1783.0,711.0,51,black,female,a81423d2e8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-26,05:35:00,"MASSMAN DR & PATRICIA DR, NASHVILLE, TN, 37217",36.1349521,-86.7047598,5.0,8887.0,531.0,40,white,female,ecbda0d91d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER WAS STOPPED DUE TO DRIVING WITH NO HEAD LIGHTS ON +2010-08-09,16:04:00,"8331 MCCRORY LN, NASHVILLE, TN, 37221",36.065871,-86.998992,1.0,4801.0,125.0,40,white,female,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-06,08:19:00,"N 14TH ST & ORDWAY PL, NASHVILLE, , 37206",36.1801714,-86.7453179,,,,28,white,female,eb734545cc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-09,03:05:00,"S 2ND ST & WOODLAND ST, NASHVILLE, TN, 37213",36.1695303,-86.770959,,1133.0,,21,black,female,4641ba1563,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-02,11:16:00,"I 440 W & HILLSBORO PIKE, NASHVILLE, TN, 37212",36.1244054,-86.806586,8.0,5902.0,815.0,25,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-11,12:34:00,"HARDING PL & RECOVERY RD, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8419.0,317.0,25,white,male,fc443b8485,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2015-08-22,23:23:00,"31ST AVE N & LONG BLVD, NASHVILLE, TN, 37203",36.1464224,-86.816365,8.0,5627.0,813.0,30,white,female,62d6156052,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-12-19,03:29:00,"I 65 N & GARFIELD ST, NASHVILLE, TN, 37208",36.1808638,-86.7956718,6.0,43022.0,617.0,21,black,male,56ee11fe67,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,probable cause,moving traffic violation,TN, +2018-08-26,22:56:00,"6TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1533087,-86.775682,4.0,4039.0,425.0,38,white,male,ff0f4a82d4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,CT, +2013-03-26,20:16:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1750356,-86.7846846,4.0,4233.0,413.0,55,black,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-04,21:16:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,2.0,1363.0,215.0,19,white,male,c1a1b04631,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2017-09-27,01:45:00,"DICKERSON PIKE & WESTCHESTER DR, NASHVILLE, TN, 37207",36.2632278,-86.7572616,7.0,2021.0,725.0,33,white,female,4ff9d8c9ea,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-16,22:36:00,", , ,",,,,,,38,black,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2018-06-26,14:34:00,"2400 JEFFERSON ST, NASHVILLE, TN, 37208",36.1689047,-86.8122608,6.0,5323.0,615.0,23,black,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KS, +2018-06-08,00:45:00,"KOREAN VETERANS BLVD & S 2ND ST, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1003.0,413.0,52,black,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-17,16:05:00,"MM 89 4 I65 N, NASHVILLE, TN, 37207",,,2.0,18062.0,225.0,59,white,male,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-22,23:00:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,56,white,female,fd8a139aad,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-23,13:01:00,"OLD HICKORY BLVD & PITTS AVE, OLD HICKORY, TN, 37138",36.2389106,-86.6301901,5.0,9711.0,525.0,65,white,female,7bc663afd6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS --/--/-- +2011-05-11,16:07:00,"PIEDMONT AVE & STRATFORD AVE, NASHVILLE, TN, 37216",36.2012979,-86.7164328,2.0,1409.0,217.0,29,black,female,9baf596c41,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-19,13:20:00,"I 65 N & 3RD AVE N, NASHVILLE, TN, 37208",36.1618496,-86.7762981,4.0,4304.0,413.0,46,black,male,f87ffe9d54,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-06,00:14:00,"27TH AVE N & MORENA ST, NASHVILLE, TN, 37208",36.1630702,-86.8176504,6.0,5347.0,615.0,40,black,male,c23c2b362b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-29,23:25:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,48,hispanic,male,1d17ac8627,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-11-02,20:29:00,"AMERICAN RD & THUNDERBIRD DR, NASHVILLE, TN, 37209",36.1496453,-86.8764914,1.0,4691.0,123.0,21,white,male,67529ca24c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-26,10:05:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,27,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-05,19:24:00,"N GALLATIN PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2630322,-86.7119272,7.0,1701.0,715.0,24,black,female,db48e43887,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG --/---- +2010-06-03,09:09:00,"MM 204 I40 W, NASHVILLE, TN, 37209",,,1.0,4502.0,111.0,53,white,male,3955cfd39c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-07,23:28:00,", , ,",,,,,,33,black,female,392687b70d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-04,00:24:00,"DONELSON PIKE & ROYAL PKWY, NASHVILLE, TN, 37214",36.1459289,-86.6665918,5.0,9411.0,517.0,50,white,male,56705d494c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-11-21,23:34:00,"HWY 70 S & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0742189,-86.92192,1.0,4815.0,125.0,33,white,male,f9d7f04fc0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-11,10:38:00,"MM 7 0 BRILEY S, NASHVILLE, TN, 37210",,,5.0,9098.0,513.0,61,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-20,09:40:00,"5711 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1491111,-86.8610546,1.0,5025.0,115.0,23,black,male,0437969110,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-04-02,18:34:00,"5001 LINBAR DR, NASHVILLE, TN, 37211",36.0818776,-86.7019719,3.0,8707.0,321.0,31,white,male,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-07,20:34:00,"28TH AVE N & HERMAN ST, , TN, 37209",36.1616532,-86.8192478,,,,41,black,male,7e361b3cfb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-05,12:22:00,"3260 ANDERSON RD, ANTIOCH, TN, 37013",36.077425,-86.607667,,,,23,black,female,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-22,05:46:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,45,black,male,51ff126ada,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-02,23:19:00,"DOVER GLEN DR & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0771472,-86.6414176,3.0,8861.0,325.0,60,black,female,4065a7332f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-26,21:28:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,24,white,male,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-26,10:34:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,45,white,male,1ac0d6e95a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-17,21:36:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,3.0,8801.0,315.0,55,black,female,d035c615e2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-09-16,17:51:00,"FOSTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1415552,-86.7405947,3.0,8161.0,311.0,26,hispanic,male,0875e86b46,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-01,02:46:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,35,white,male,622ce499b8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-04-05,04:04:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,53,black,male,2b7a7efb70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"exp tags +" +2015-09-18,21:05:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,31,white,male,a9f1ee8102,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO MDC +2010-11-08,11:32:00,"BUTLER RD & SMITH SPRINGS RD, NASHVILLE, , 37217",36.0892553,-86.6170882,,,,38,white,male,06dbf4a801,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-07,20:30:00,"HARDING PL & RECOVERY RD, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8419.0,317.0,34,black,male,262e2cae19,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-12-05,05:48:00,"MAINSTREAM DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1925005,-86.8157343,6.0,4483.0,611.0,46,white,female,904b0df08c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-05,12:12:00,"DONELSON PIKE & 40 E, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,8953.0,533.0,22,unknown,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-03,18:02:00,"3037 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2276042,-86.7591306,2.0,1811.0,225.0,49,hispanic,male,0912fafc21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,bl out +2015-03-28,23:14:00,"2ND AVE S & PEABODY ST, NASHVILLE, , 37210",36.1568311,-86.7719139,4.0,4035.0,425.0,61,white,male,20594604e0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-10,17:12:00,"I 24 W & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1357503,-86.7281348,5.0,8206.0,513.0,39,hispanic,male,e07d1db771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-14,23:34:00,"23RD AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1802269,-86.8146239,6.0,4463.0,613.0,20,black,male,3245129711,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-05-26,22:04:00,"FAIRLANE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.062915,-86.7168323,8.0,8659.0,835.0,18,black,male,4714ced2a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-27,12:20:00,"2ND AVE S & CARNEY ST, NASHVILLE, TN, 37210",,,3.0,8139.0,311.0,24,black,female,b166babb94,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-12,17:46:00,"AIRWAYS CIR & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1520946,-86.6809062,5.0,9105.0,517.0,27,white,female,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-18,11:22:00,"EASTLAND AVE & SETLIFF PL, NASHVILLE, TN, 37206",36.1828145,-86.7378293,2.0,1339.0,215.0,38,black,female,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-01,19:58:00,"HARRISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37219",36.1685721,-86.7883388,4.0,4203.0,411.0,41,white,male,7f2ba40c1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-01,21:50:00,"CONFERENCE DR & VIETNAM VETERANS BLVD N, MADISON, TN, 37115",36.3094188,-86.6896858,7.0,1716.0,727.0,29,white,male,7181557957,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,TAGS EXPIRED YESTERDAY +2010-05-12,16:25:00,"ANTIOCH PIKE & SPANN CT, NASHVILLE, TN, 37211",36.0819223,-86.6877533,3.0,8889.0,323.0,41,black,female,c86057a843,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"excessive smoke coming from vehicle +" +2017-01-04,18:43:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,67,black,female,d3a646e989,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-24,09:15:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,4.0,4304.0,413.0,36,black,male,6f0151b767,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-07,05:39:00,"16TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1542929,-86.7928901,8.0,5517.0,811.0,35,white,male,e6d72e8c70,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-08-12,13:35:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,35,black,female,8d0729de5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-25,13:00:00,", , ,",,,,,,61,black,male,2d9b91c2d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2018-10-25,22:29:00,"DANBY DR & ELYSIAN FIELDS RD, NASHVILLE, TN, 37211",36.0845563,-86.7444916,8.0,8501.0,831.0,53,white,male,711211250d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-27,21:08:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,28,black,male,f26feb9ee6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-24,08:28:00,"OLD HICKORY BLVD & I 65 N, , TN, 37027",36.0391614,-86.7844183,,,,43,white,male,831999c6fa,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,left brake light out +2011-12-01,12:46:00,"I 440 W & GRANNY WHITE PIKE, NASHVILLE, TN, 37212",,,8.0,6502.0,823.0,33,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-20,16:03:00,"GALLATIN PIKE & MCCHESNEY AVE, NASHVILLE, TN, 37216",36.213298,-86.7313668,2.0,1817.0,225.0,65,black,male,1252ee3949,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-03-30,02:48:00,"BELL RD & WOODLAND POINT DR, NASHVILLE, TN, 37214",36.1228228,-86.6290158,5.0,8943.0,533.0,28,black,male,a1bdf5c653,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-13,01:20:00,"789 13TH AVE S, NASHVILLE, TN, 37203",36.1490284,-86.786792,8.0,6719.0,811.0,59,black,male,57f6131079,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,VEHICLE DRIVING DOWN AN ALLEY WITH HIS DRIVER SIDE DOOR OPEN +2015-05-29,01:38:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,20,white,female,1d683e1215,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-21,11:39:00,"ASHWOOD AVE & NATCHEZ TRCE, NASHVILLE, TN, 37212",36.1304731,-86.811958,8.0,5907.0,815.0,45,hispanic,male,0cd91b7f91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-17,21:12:00,"BRILEY PKWY & GLASTONBURY RD, NASHVILLE, TN, 37217",36.1372313,-86.6995594,5.0,8827.0,531.0,34,black,male,f52adc0e6d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-09,14:40:00,"46TH AVE N & ILLINOIS AVE, NASHVILLE, TN, 37209",36.1578474,-86.8425298,1.0,4575.0,111.0,25,white,female,0bb1b66684,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-12-18,21:57:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4095.0,421.0,19,white,female,4388515b9f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,Headlights/tail lights not on. Night time. +2014-03-07,14:12:00,"INTERSTATE DR & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37213",36.1713881,-86.7690045,4.0,1105.0,413.0,55,white,male,e5d79a47c2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-10,19:17:00,"HICKS RD & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.072689,-86.9264667,1.0,4901.0,121.0,32,black,male,c9f0dea477,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-06,16:07:00,"10TH AVE S & LAWRENCE AVE, NASHVILLE, TN, 37204",36.1289021,-86.7860234,8.0,6925.0,823.0,34,white,male,31d831c21a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-27,11:23:00,"2190 NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.127236,-86.752929,3.0,8109.0,311.0,42,white,male,fb944c2c7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-17,04:08:00,"276 WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1428098,-86.8570219,1.0,5103.0,113.0,40,white,female,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2014-09-24,17:10:00,", , ,",,,,,,62,white,male,fc8eeff4da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-24,10:45:00,"1559 BELL RD, ANTIOCH, TN, 37013",36.0453936,-86.6960684,3.0,8755.0,331.0,61,white,female,b8a91068a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver brake light +2014-01-27,13:49:00,"28TH AVE N & ALBION ST, NASHVILLE, TN, 37209",36.1642226,-86.8198735,,4527.0,,23,black,male,ff68412c8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-21,16:22:00,"17TH AVE N & UNDERWOOD ST, NASHVILLE, TN, 37208",36.1739929,-86.8056421,6.0,4475.0,613.0,36,black,male,fd8a139aad,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,broken rt tail light +2011-07-27,03:15:00,"4031 ANDREW JACKSON WAY, HERMITAGE, TN, 37076",36.1866466,-86.6079788,5.0,9559.0,523.0,71,white,female,8352dce69b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-05,11:52:00,"5175 GRANNY WHITE PIKE, NASHVILLE, TN, 37215",36.0709844,-86.8110127,8.0,6309.0,833.0,43,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-02,20:28:00,"1112 BELL RD, ANTIOCH, TN, 37013",36.0444503,-86.6629431,3.0,8753.0,331.0,17,hispanic,male,4a3856bd52,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-23,18:03:00,"FOSTER AVE & GLENROSE AVE, NASHVILLE, TN, 37210",36.1254037,-86.7424126,3.0,8105.0,311.0,22,hispanic,male,17e2b951bd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-03,12:47:00,"CHARLOTTE PIKE & WATTS LN, NASHVILLE, TN, 37209",36.1441238,-86.8730997,1.0,5025.0,115.0,58,white,female,cab5aa68c0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-22,20:51:00,"ELLIOTT AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1345309,-86.7822871,8.0,6915.0,823.0,22,black,female,79b21ccc56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-24,13:59:00,"S GALLATIN PIKE & DUE WEST AVE E, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1519.0,711.0,38,white,male,4183295444,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2010-09-24,11:48:00,"DEWAIN DR & PARAGON MILLS RD, NASHVILLE, , 37211",36.0891354,-86.7207367,,,,37,other,female,72037bef5d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-05-16,17:13:00,"CHARLOTTE PIKE & HILLWOOD BLVD, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5023.0,123.0,83,white,female,c9f0dea477,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-10-05,00:12:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1115.0,211.0,24,black,female,58251cd0f4,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-06-03,17:17:00,"MONROE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1752889,-86.7926119,6.0,4303.0,617.0,27,white,female,4265ea192b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TAGS EXPIRED MAY --, had valid tags +" +2012-04-16,20:31:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,22,white,female,fa6268bac5,vehicular,vehicle equipment violation,True,False,True,arrest,True,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2017-10-11,18:28:00,"4225 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0751752,-86.7259284,8.0,8661.0,831.0,17,hispanic,female,08d27b5249,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-02-01,10:06:00,"7600 HWY 70 S, NASHVILLE, TN, 37221",36.0778273,-86.9451927,1.0,4813.0,125.0,26,white,female,825f6ab981,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-18,23:54:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1009.0,211.0,34,white,female,1386d24b69,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY,BROKEN TAIL LIGHT LENS +2011-04-20,16:03:00,"RIVERSIDE DR, , TN, 37206",36.1886812,-86.7264082,,,,54,white,male,8607d00caf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-06,16:32:00,"DONELSON PIKE & HARDING PL, NASHVILLE, , 37217",36.0928894,-86.6787994,,,,32,white,male,6f35d16bdf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-20,13:11:00,"1102 RIVERWOOD DR, NASHVILLE, TN, 37216",36.2237587,-86.7250504,2.0,1425.0,217.0,40,white,female,12d3d862ae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-25,12:54:00,"THUNDERBIRD DR & WESTBORO DR, NASHVILLE, TN, 37209",36.1514932,-86.8752286,1.0,4671.0,115.0,20,unknown,male,0491807f2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-04,10:04:00,"N 7TH ST & MAIN ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,28,hispanic,male,daac2de4a2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"--/-- +" +2014-05-10,20:46:00,"CHARLES E DAVIS BLVD & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1488548,-86.7624691,5.0,8149.0,511.0,68,white,male,17c9ffa200,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER HEAD LIGHT +2018-05-10,14:56:00,"CROSSINGS BLVD & MT VIEW RD, ANTIOCH, TN, 37013",36.0453619,-86.6467788,3.0,8863.0,333.0,21,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-28,08:11:00,"S 18TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1701299,-86.7390185,2.0,1053.0,213.0,21,black,female,7f5a859cb3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-10,15:25:00,"GREER STATION DR & SCOTTS CREEK TRL, HERMITAGE, TN, 37076",36.2025415,-86.593047,5.0,9509.0,523.0,46,white,female,a48b378e7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-22,00:34:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,5.0,8209.0,511.0,24,black,female,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-07,20:03:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,35,black,female,b541004824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-17,01:32:00,"3RD AVE S & CAMERON ST, NASHVILLE, TN, 37210",36.1480891,-86.7674867,3.0,8153.0,311.0,24,asian/pacific islander,female,2b5605b872,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-14,03:48:00,"GALLATIN AVE & MANSFIELD ST, NASHVILLE, TN, 37206",36.1813291,-86.7494044,2.0,1213.0,213.0,62,white,male,33acd6428b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-12,09:25:00,"1033 ANTIOCH PIKE, NASHVILLE, TN, 37211",36.0986362,-86.7129643,3.0,8441.0,317.0,61,black,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-26,11:41:00,"HARDING PL & MCGAVOCK PIKE, NASHVILLE, TN, 37217",36.0917845,-86.6852725,3.0,8841.0,323.0,41,white,female,eeb3c63112,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-23,07:36:00,"510 WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1331189,-86.7662952,8.0,8019.0,821.0,51,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-06,08:30:00,"HWY 100 & W TYNE DR, NASHVILLE, TN, 37205",36.0970918,-86.8732433,1.0,6209.0,117.0,21,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR NO MDC +" +2018-06-13,21:58:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4029.0,425.0,43,white,male,0f01902034,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-09,20:03:00,"270 TAMPA DR, NASHVILLE, TN, 37211",36.083609,-86.7095049,3.0,8443.0,317.0,20,hispanic,male,a07d1d7733,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2017-05-03,23:21:00,"MARTINGALE DR & ROBINSON RD, OLD HICKORY, TN, 37138",36.2579213,-86.6568672,5.0,9611.0,525.0,24,white,female,9dc8c71b5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-23,17:32:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,5.0,8815.0,531.0,29,black,female,5f12ed2979,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"passenger brake light +" +2014-07-08,07:04:00,"I 40 W & 4TH AVE S, NASHVILLE, TN, 37203",36.1499197,-86.7726886,4.0,4006.0,425.0,34,white,male,16f69cd6ef,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-11,12:48:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,67,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2015-01-14,20:06:00,"DICKERSON PIKE & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.1889233,-86.7731242,2.0,1913.0,221.0,61,black,female,7aca53bb89,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,IMPROPER TURN +2012-12-19,16:18:00,"LAKE PKWY & PORT JAMAICA DR, HERMITAGE, TN, 37076",36.1662034,-86.5885973,5.0,9545.0,523.0,34,white,female,6d13b2ff93,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-24,03:41:00,"BRICK CHURCH PIKE & FERNCO DR, NASHVILLE, TN, 37207",36.2199469,-86.7823027,6.0,3047.0,621.0,26,white,male,53db68761e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-21,10:00:00,"4TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37219",36.1746858,-86.786076,4.0,4235.0,413.0,51,black,female,3607f2fc8c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-03,17:25:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,5.0,8815.0,531.0,55,white,male,fbdc8fe5b9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-17,21:21:00,"BRICK CHURCH PIKE & W TRINITY LN, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3003.0,621.0,38,black,male,972faedf56,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,no dl headlight out +2011-05-25,08:50:00,"CLARKSVILLE PIKE & S HAMILTON RD, NASHVILLE, TN, 37218",36.1936554,-86.831192,6.0,3157.0,625.0,53,black,female,80ed1b32eb,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2017-02-07,12:07:00,"4TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1517995,-86.7712094,4.0,4005.0,425.0,26,white,male,fa9ae817a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2014-05-08,06:09:00,"CLARKSVILLE PIKE & OLD HICKORY BLVD, JOELTON, TN, 37080",,,6.0,3245.0,627.0,48,white,male,82310b76a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-15,15:55:00,"815 WEDGEWOOD AVE, NASHVILLE, TN, 37204",36.1343111,-86.7806471,8.0,6919.0,823.0,39,white,male,286c82f645,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-11,17:26:00,"FESSLERS LN & POLK AVE, NASHVILLE, , 37210",36.1347771,-86.7468828,,,,57,black,male,1d8c47ce85,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT +2017-01-01,19:56:00,"5801 CROSSINGS BLVD, ANTIOCH, TN, 37013",36.0376734,-86.6422193,3.0,8863.0,333.0,20,white,male,db265df432,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-03,22:34:00,"DECATUR AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1535669,-86.7531831,5.0,9005.0,511.0,36,white,male,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-02,16:37:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,21,black,female,863bf6707d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,OH,"NO MDC +" +2016-04-07,06:02:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,31,white,male,c30056497f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-07,10:58:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,28,white,male,ff0f4a82d4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-12-19,12:21:00,"BRILEY PKWY ENTRY W & DICKERSON PIKE, NASHVILLE, TN, 37207",36.122074,-86.702419,7.0,2011.0,721.0,26,white,female,00443cb79c,vehicular,registration,True,False,False,arrest,False,False,False,True,True,True,False,consent,registration,TN, +2011-02-14,08:11:00,"2430 JEFFERSON ST, NASHVILLE, TN, 37208",36.1686197,-86.8148512,6.0,4402.0,613.0,20,black,male,f0daf00c40,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-16,14:59:00,"S GALLATIN PIKE & DUE WEST AVE E, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1519.0,711.0,23,white,male,e4380ec764,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER SIDE BRAKE LIGHT +2015-07-31,15:01:00,"SIDCO DR & THOMPSON LN, NASHVILLE, TN, 37204",36.111171,-86.7552417,8.0,8525.0,825.0,47,hispanic,male,dc95719a9d,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2019-02-19,06:46:00,"INTERSTATE DR & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37213",36.1713881,-86.7690045,4.0,1107.0,413.0,54,hispanic,male,fc443b8485,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MD, +2010-01-06,13:05:00,"BENSON ST & EASTLAND AVE, NASHVILLE, TN, 37206",36.1829337,-86.7392216,2.0,1339.0,215.0,25,white,female,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-05,05:30:00,"FIBER GLASS RD & POLK AVE, NASHVILLE, TN, 37210",36.1323116,-86.7493958,3.0,8115.0,311.0,51,white,male,291dab6d26,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-08,14:04:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1771.0,711.0,43,white,female,a3f840e016,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-02,07:37:00,"8TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1578561,-86.7814243,4.0,4085.0,421.0,38,white,male,e8c7fd5cb4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,IN, +2014-06-17,11:30:00,", , ,",,,,,,56,white,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-26,09:47:00,"ASHLAND CITY HWY & OLD HICKORY BLVD, NASHVILLE, TN, 37218",36.2114995,-86.9210335,6.0,3237.0,627.0,27,white,female,a773a4fff8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2019-01-31,13:15:00,"CHESTNUT ST & HAGAN ST, NASHVILLE, TN, 37203",36.1422184,-86.7717075,8.0,8049.0,821.0,27,white,female,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-05,09:02:00,"2202 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2061683,-86.7687519,2.0,1829.0,223.0,19,hispanic,male,63f9f31ffd,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2012-01-24,19:15:00,"COLONIAL CIR & DONELSON PIKE, NASHVILLE, TN, 37214",36.1630544,-86.6639697,5.0,9113.0,517.0,44,white,female,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-16,17:03:00,"BELL RD & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1411292,-86.6279841,5.0,8995.0,533.0,30,white,female,a597c4ac85,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-07,16:02:00,"HERMITAGE WOODS DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1772371,-86.6042945,5.0,9561.0,521.0,30,white,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-03,02:11:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8835.0,315.0,32,white,male,7a4cb6c3f1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-11,01:29:00,"MADISON BLVD & GALLATIN PIKE S, MADISON, TN, 37115",36.2549788,-86.7152461,7.0,1625.0,711.0,19,black,female,db48e43887,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-26,14:44:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,22,black,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-05,14:54:00,"ARTHUR AVE & JANE ST, NASHVILLE, TN, 37208",36.1783656,-86.8024162,6.0,4451.0,613.0,28,white,male,fae11c1b48,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-03,12:16:00,"I 24 E & SPRING ST, NASHVILLE, TN, 37213",36.1764615,-86.775623,4.0,1985.0,413.0,48,hispanic,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2017-01-10,15:38:00,"NOLENSVILLE PIKE & SWISS AVE, ANTIOCH, TN, 37013",36.0424784,-86.7129346,3.0,8757.0,331.0,30,black,female,5a96851d64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-26,15:52:00,"BRILEY PKWY E & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2330587,-86.8148702,6.0,3010.0,621.0,47,white,male,0bd319e4a1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-25,09:50:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,52,white,female,ab0403c78f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-02,12:36:00,"I 24 W & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1979.0,221.0,46,white,female,4d037c592b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-20,11:57:00,"10TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1348816,-86.7848828,8.0,6907.0,821.0,59,white,,deef84d2c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,LANE USE VIOLATION +2012-12-03,16:03:00,"BRILEY PKWY S & I 40 W, NASHVILLE, TN, 37210",36.1437572,-86.7027489,5.0,9098.0,513.0,33,white,male,ce5bcb2c38,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-01-21,21:19:00,"MCNALLY DR & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.0932833,-86.736203,,,,34,white,female,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-03,11:42:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,35,asian/pacific islander,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"red light +" +2011-08-17,12:44:00,"BROADMOOR DR & GRA MAR DR, NASHVILLE, TN, 37216",36.2297873,-86.73473,2.0,1841.0,225.0,60,white,male,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-23,15:38:00,"40TH AVE N & WALTER S DAVIS BLVD, NASHVILLE, TN, 37209",36.164576,-86.8384942,1.0,4507.0,115.0,43,black,male,67529ca24c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-06,14:23:00,"FRANKLIN PIKE & SHADOWSTONE PL, , TN, 37220",36.0623876,-86.7743195,8.0,7111.0,833.0,67,white,female,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-03,22:44:00,"MM 61 0 I24 W, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8806.0,333.0,25,white,male,c798a39dcc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING --/-- PACED +" +2018-08-13,12:10:00,"ALBANY DR & ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.2105091,-86.600107,5.0,9535.0,523.0,24,white,female,a70bee75a6,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-11,18:22:00,"3118 RICHMOND HILL DR, NASHVILLE, TN, 37207",36.2354896,-86.7775932,7.0,2031.0,721.0,39,white,female,298910bcb9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-10-03,21:31:00,"ELLINGTON PKWY S & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,19961.0,221.0,30,black,male,1b56d08e5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2016-10-01,10:02:00,"LOGAN ST & THOMPSON LN, NASHVILLE, TN, 37211",36.110695,-86.7419061,3.0,8425.0,313.0,55,white,male,e9f93b1392,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-16,21:00:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,29,white,male,adf5df7aac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2010-09-30,08:43:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,36,white,female,ba5ad061a9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-25,09:45:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,3.0,8811.0,315.0,49,unknown,male,769a186299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-25,04:31:00,"E OLD HICKORY BLVD & ARCHWOOD DR, MADISON, TN, 37115",36.262837,-86.6872486,7.0,1613.0,713.0,43,black,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ROLLED THROUGH STOP SIGN. +2012-02-12,23:17:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,30,black,male,acb89d1f7f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-17,16:16:00,"1100 LEBANON PIKE, NASHVILLE, TN, 37210",36.1547569,-86.7375415,5.0,9035.0,513.0,22,white,female,dc721048d8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,VA, +2013-07-31,23:25:00,"EASTLAND AVE & PORTER RD, NASHVILLE, TN, 37206",36.1824375,-86.7334486,2.0,1233.0,215.0,42,white,female,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-12,18:06:00,"N DUPONT AVE & RIO VISTA DR, MADISON, , 37115",36.2658034,-86.680606,,,,24,black,female,13c1091001,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN,"U TURN IN INTERSECTION +" +2012-02-24,18:18:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8609.0,831.0,38,white,male,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-31,02:15:00,"336 E TRINITY LN, NASHVILLE, TN, 37207",36.205104,-86.761859,2.0,1859.0,221.0,19,black,male,53e360df93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN, +2015-09-24,16:35:00,", , ,",,,,,,38,white,female,05758765d0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-15,12:38:00,"DELLWAY DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2151139,-86.7639601,2.0,1823.0,223.0,22,black,male,7e173f3f15,vehicular,safety violation,False,True,False,citation,False,False,False,True,True,True,True,consent,safety violation,TN, +2018-12-29,00:26:00,"2800 EXIT 12 BRILEY N, NASHVILLE, TN, 37214",,,5.0,9211.0,515.0,28,black,male,126f05a67f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-22,21:11:00,"40TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1534793,-86.8347505,1.0,5221.0,111.0,21,black,female,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-12,10:06:00,"1084 TULIP GROVE RD, HERMITAGE, TN, 37076",36.1831162,-86.5952003,5.0,9559.0,523.0,18,black,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-22,16:35:00,"HUBBARD ST & LINCOLN ST, NASHVILLE, TN, 37210",36.1466861,-86.7605069,3.0,8145.0,311.0,27,white,male,37810c10d6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-21,19:40:00,"N GALLATIN PIKE & ALTUS AVE, MADISON, TN, 37115",36.2907745,-86.7035393,7.0,1757.0,727.0,44,black,female,4d8c33198b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-16,20:18:00,"MM 94 I65 S, GOODLETTSVILLE, , 37072",,,,,,60,black,male,286c82f645,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2014-06-25,11:38:00,"I 65 N & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,1769.0,723.0,66,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I -- N AT OHB W. I HAD MY VEHICLE POSITIONED SO I COULD SHOOT THE LASER OUT OF MY FRONT WINDOW. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN. I CONFIRMED HIS SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. HE STATED HE THOUGHT HE WAS GOING LITTLE OVER -- +2016-03-01,17:44:00,"1000 THOMPSON PL, NASHVILLE, TN, 37217",36.1265914,-86.7086224,5.0,8821.0,531.0,23,black,male,f52adc0e6d,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2013-03-15,19:35:00,"CALIFORNIA AVE & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1641944,-86.8523298,1.0,4609.0,115.0,35,white,female,83d70f36c0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-19,11:21:00,"14TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1801088,-86.807902,6.0,4453.0,613.0,67,black,male,3fbb1190ca,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-14,12:04:00,"917 OLD HICKORY BLVD W, MADISON, TN, 37115",36.2686546,-86.75331,7.0,2039.0,725.0,34,black,male,4f1d028e45,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-01-30,16:46:00,"BRICK CHURCH PIKE & FERNCO DR, NASHVILLE, TN, 37207",36.2199469,-86.7823027,6.0,3047.0,621.0,54,black,male,0bd319e4a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-04,10:51:00,"737 TULIP GROVE RD, HERMITAGE, TN, 37076",36.2010343,-86.5907984,5.0,9513.0,523.0,32,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,COMPUTER DOWN +2013-02-28,12:58:00,"1305 ELM HILL PIKE, NASHVILLE, TN, 37210",36.143362,-86.72996,5.0,9015.0,513.0,53,white,male,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-07,00:30:00,"N GALLATIN PIKE & RIVERGATE PKWY, GOODLETTSVILLE, TN, 37072",36.2970237,-86.6991822,7.0,1753.0,727.0,25,white,female,f44021bbca,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-29,18:52:00,"209 S 10TH ST, NASHVILLE, TN, 37206",36.174695,-86.7515216,2.0,1203.0,213.0,39,white,female,1bbaebcc06,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-31,11:18:00,"17TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1558083,-86.7959109,8.0,5521.0,811.0,44,white,male,121d4d86e5,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2012-01-07,16:43:00,"6TH AVE S & PEABODY ST, NASHVILLE, TN, 37203",36.1549134,-86.7766638,4.0,4043.0,425.0,55,white,male,4167b6ea19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-07,02:51:00,"600 S 7TH ST, NASHVILLE, TN, 37206",36.1676177,-86.7573064,2.0,1021.0,211.0,20,black,male,53e360df93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-09,10:23:00,"HARDING PL & RECOVERY RD, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8419.0,317.0,60,white,male,0f15e3f7ed,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-06-27,19:51:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,27,hispanic,female,0a077e7833,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-06,20:25:00,"720 S GALLATIN PIKE, MADISON, TN, 37115",36.2557768,-86.7155898,7.0,1783.0,711.0,46,white,male,4d8c33198b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-21,23:10:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1953.0,221.0,34,black,male,e1ebf60eeb,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN,dui +2017-11-19,10:23:00,"440 E & 65 S, NASHVILLE, TN, 37204",36.1178778,-86.7728783,8.0,7014.0,823.0,22,white,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MO, +2016-03-09,22:29:00,"7120 HWY 70 S, NASHVILLE, TN, 37221",36.0745681,-86.9231143,1.0,4815.0,125.0,29,white,male,b9025a2a4d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-05,17:43:00,"10TH AVE S & CARUTHERS AVE, NASHVILLE, TN, 37204",36.1255677,-86.7863183,8.0,6927.0,823.0,51,black,female,cf72c2298a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-12,20:00:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,23,white,female,d9222cc606,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,no mdc +2013-10-29,20:53:00,"CLARKSVILLE PIKE & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1879505,-86.8215312,6.0,4483.0,611.0,30,white,female,622ce499b8,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,"DRIVER HEAD LIGHT OUT, NO PROOF OF INSURANCE WITHIN VEHICLE" +2013-07-23,12:15:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,29,black,male,e157a18d4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-03,03:54:00,"NOLENSVILLE PIKE & OCALA DR, NASHVILLE, TN, 37211",36.0515457,-86.7142302,8.0,8655.0,835.0,48,white,male,b728a62997,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-21,14:57:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9005.0,511.0,21,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,CA,SPEEDING --/-- +2014-06-11,10:12:00,"605 GALLATIN AVE, NASHVILLE, TN, 37206",36.1829905,-86.7474154,2.0,1243.0,213.0,27,white,female,a773a4fff8,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-23,19:18:00,"BARNETT DR & DICKERSON PIKE, MADISON, TN, 37115",36.2534201,-86.7576827,7.0,2017.0,723.0,52,black,female,b541004824,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tag expire can't pass marta +2011-10-21,03:15:00,"DUE WEST AVE W & LENTZ DR, MADISON, TN, 37115",36.2495476,-86.7377258,7.0,1791.0,723.0,31,white,female,6a6e0f08cf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-22,16:59:00,"W EASTLAND AVE & LAURENT ST, NASHVILLE, TN, 37206",36.1841694,-86.7529762,2.0,1937.0,227.0,59,black,male,b9f9980a8a,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,NO VISIBLE TAG +2011-07-04,10:52:00,"BRICK CHURCH PIKE & EWING LN, NASHVILLE, TN, 37207",36.2326769,-86.7814549,7.0,2003.0,721.0,61,black,female,df54250e36,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-20,12:57:00,"JACKSON DOWNS BLVD & LEBANON PIKE, NASHVILLE, TN, 37214",36.1853197,-86.6366695,5.0,9403.0,517.0,61,white,male,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,VA, +2010-06-30,16:16:00,"BRILEY PKWY & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9290.0,515.0,37,white,male,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"speeed +" +2012-07-25,23:56:00,"7075 OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0733148,-86.923314,1.0,4901.0,121.0,54,white,female,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-10-22,18:07:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37210",36.1109273,-86.7451877,3.0,8315.0,313.0,37,white,female,224864ab3c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-21,14:07:00,"BRILEY PKWY E & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2271465,-86.8358109,6.0,3110.0,625.0,31,black,male,1f5576d831,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-28,17:52:00,"BRILEY PKWY & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1722647,-86.8652182,1.0,4606.0,115.0,43,black,female,2022e55034,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-26,05:19:00,"22ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1563302,-86.8071915,8.0,5609.0,813.0,39,black,female,43a72bc466,vehicular,safety violation,True,False,True,arrest,False,False,False,False,True,True,False,other,safety violation,TN, +2014-07-28,11:05:00,"639 LAFAYETTE ST, NASHVILLE, TN, 37203",36.1536183,-86.7775001,4.0,4025.0,423.0,35,white,female,315048466f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-12,23:12:00,"BELL RD, , TN, 37214",36.1361127,-86.6297696,,,,33,black,male,ae038e1dc9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-05,16:55:00,"GOLF ST & STRATFORD AVE, NASHVILLE, TN, 37216",36.2115932,-86.7199239,2.0,1423.0,217.0,48,white,male,a6c1f8881b,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHTS NOT WORKING ON TRAILER BEING PULLED +2013-09-09,00:47:00,"BELLE VALLEY DR & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.1059088,-86.922182,1.0,4815.0,125.0,23,black,female,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NY, +2012-10-26,06:35:00,"DICKERSON PIKE & HILLHURST DR, NASHVILLE, TN, 37207",36.2258648,-86.7601844,2.0,1827.0,223.0,42,black,male,573fae9445,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-01-15,20:32:00,"DELAWARE AVE & STHY 45, MADISON, TN, 37115",,,7.0,1701.0,715.0,60,white,male,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-30,16:01:00,"18TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1828202,-86.8123817,6.0,4441.0,611.0,58,black,male,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-28,16:21:00,"BRICK CHURCH PIKE & DENNIS DR, NASHVILLE, TN, 37207",36.2120746,-86.7788164,6.0,3047.0,621.0,25,black,female,4cb0a8cbeb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-10,19:03:00,"CLEVELAND AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1419422,-86.7417484,3.0,8161.0,311.0,47,white,male,198f7ba727,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-10,14:16:00,"ELYSIAN FIELDS RD & VICAR DR, NASHVILLE, TN, 37211",36.0846996,-86.7473899,8.0,8509.0,831.0,41,white,male,6ba69dfb34,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-22,16:52:00,"S 7TH ST & BOSCOBEL ST, NASHVILLE, TN, 37206",36.170375,-86.7585084,2.0,1123.0,211.0,22,black,female,e1b3fd3e66,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAIL LIGHT OUT +2016-06-14,23:47:00,"S HIGHLANDS DR & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0643387,-86.9171105,1.0,4901.0,121.0,17,white,female,401baa3680,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIV TAILLIGHT +2014-06-08,14:13:00,"HWY 100 & TRACESIDE DR, NASHVILLE, TN, 37221",36.037972,-86.9644776,1.0,4807.0,125.0,28,white,female,236774fda1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-06-25,12:48:00,"12TH AVE N & JACKSON ST, NASHVILLE, TN, 37208",36.1690009,-86.7976311,6.0,5417.0,615.0,35,black,male,3245129711,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-05-15,21:56:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,3.0,8879.0,315.0,29,white,female,4714ced2a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-10,05:13:00,"2ND AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1579018,-86.772601,4.0,4047.0,425.0,58,white,male,c5201e87d1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,turn signal +2010-03-17,22:01:00,"OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0384874,-86.8035188,,,,28,black,male,21413caac6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"IMPROPER TEMP TAG MOUNT +" +2010-09-29,20:08:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,19,white,female,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-23,18:13:00,"2ND AVE & HART ST, NASHVILLE, TN, 37210",36.1421984,-86.7624006,3.0,8139.0,311.0,30,white,male,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2013-08-09,14:14:00,"26TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.154515,-86.8155091,6.0,5315.0,615.0,59,white,male,df54250e36,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-04-09,10:30:00,"NOLENSVILLE PIKE & VERITAS ST, NASHVILLE, TN, 37211",36.097753,-86.7384763,8.0,8513.0,831.0,45,white,male,2d20e4fc91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,TRUCK OVER ---- LBS IN NO TRUCK ZONE ON MCCALL/VALID NO WARRANTS +2018-02-16,22:35:00,"CHARLOTTE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.1167157,-86.9232201,1.0,4701.0,123.0,39,white,female,9ea0e9ac34,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-30,22:56:00,"JEFFERSON ST, , TN, 37201",36.1752688,-86.7837112,,,,49,black,female,56ee11fe67,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-07-27,21:25:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,37,white,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-22,12:08:00,"7011 RIVER ROAD PIKE, NASHVILLE, TN, 37209",36.1406181,-86.936753,1.0,4705.0,123.0,30,white,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-24,06:03:00,"S 1ST ST & WOODLAND ST, NASHVILLE, TN, 37213",36.1690652,-86.7722128,4.0,1133.0,413.0,53,white,male,fa584a6825,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-11-03,05:25:00,"ED TEMPLE BLVD, NORTH, TN, 37209",36.1691276,-86.8211769,,,,66,black,female,2e4c69d266,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-09,12:08:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8955.0,533.0,20,white,female,4d2452c32f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-10,09:40:00,"HARDISON ST & POWELL AVE, , TN, 37204",36.1010529,-86.7613617,8.0,8527.0,825.0,31,white,female,6a5a1e10b4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-29,19:07:00,"25TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1855205,-86.8171716,6.0,4421.0,611.0,57,black,male,e027ab6f35,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-28,21:37:00,"NOLENSVILLE PIKE & TUSCULUM RD, NASHVILLE, TN, 37211",36.0590888,-86.7161614,8.0,8659.0,835.0,20,hispanic,male,0a077e7833,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-10-30,06:27:00,"ALHAMBRA CIR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2199918,-86.7622581,2.0,1823.0,223.0,58,black,male,3414cea35c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-18,15:04:00,"DR D B TODD JR BLVD & SCOVEL ST, NASHVILLE, TN, 37208",36.170486,-86.8070435,6.0,4481.0,613.0,22,black,female,d60f692cd0,vehicular,moving traffic violation,False,False,True,warning,True,True,True,False,True,True,True,consent,moving traffic violation,FL,"SPD --/--, PC SEARCH - MARIJUANA (DRIVER) , WARRANT, STOLEN HANDGUN (PSGR)" +2013-01-23,22:25:00,"NOLENSVILLE PIKE & TIMMONS ST, NASHVILLE, TN, 37211",36.1076423,-86.7435026,8.0,8519.0,831.0,30,white,female,7975bcaa77,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-08-15,11:40:00,"613 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.140697,-86.7399466,3.0,8159.0,311.0,58,white,male,4fb51b4089,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-31,09:28:00,"REYNOLDS RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0967933,-86.6532492,5.0,8941.0,533.0,25,black,female,73863cfec3,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-02-09,19:45:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,65,white,male,0a077e7833,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-07-23,23:14:00,"KERMIT DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1217299,-86.7048343,3.0,8811.0,315.0,23,hispanic,male,1efbb4af4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-30,18:59:00,"MM 89 I65 S , NASHVILLE, TN, 37207",,,,,,23,white,female,576170def4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-18,16:17:00,"3RD AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37201",36.1672179,-86.779628,4.0,4201.0,415.0,25,black,male,b2e21999bb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-05-24,14:50:00,"NOLENSVILLE PIKE & ZOO RD, NASHVILLE, TN, 37211",36.090114,-86.7336907,8.0,8509.0,831.0,22,white,male,871986f056,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-05-17,08:06:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,18,white,male,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-05,00:31:00,"HILLSBORO CIR & HOBBS RD, NASHVILLE, TN, 37215",36.1010594,-86.8197863,1.0,6115.0,117.0,55,white,male,e60adece97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-12,23:07:00,", , ,",,,,,,62,unknown,male,9310569e50,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-09,18:23:00,"CHARLOTTE PIKE & HILLWOOD BLVD, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5023.0,123.0,19,asian/pacific islander,male,0cd91b7f91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-12,21:12:00,"70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,26,white,male,8e6e05f1aa,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2011-07-11,00:16:00,"660 THOMPSON LN, NASHVILLE, TN, 37204",36.1148408,-86.7588401,8.0,8305.0,825.0,21,black,male,c86057a843,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"loud stereo +" +2012-02-03,20:52:00,"MM 58 2 I24 W, ANTIOCH, TN, 37013",,,3.0,88080.0,325.0,35,black,male,5a96851d64,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-07,12:30:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,25,white,male,1e2e16c8ea,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"DRIVER WAS STOPPED FOR DRIVING ON EXPIRED TAGS,JAN.--,STATED THAT HE ATTEMPTED TO GET THEM YESTERDAY,BUT THE OFFICE WAS CLOSED,STATED THAT HE WILL GET HIS NEW TAGS TOMORROW. +" +2016-06-15,08:08:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,31,white,male,7a79e3c609,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-18,15:16:00,"401 HARDING PL, NASHVILLE, TN, 37211",36.0789847,-86.7268385,8.0,8609.0,831.0,27,black,male,1df1fc7cbe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-15,13:46:00,"DUE WEST AVE W & SAUNDERS AVE, MADISON, TN, 37115",36.2485862,-86.7286277,7.0,1789.0,723.0,69,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-31,04:27:00,"3107 HAMILTON CHURCH RD, ANTIOCH, TN, 37013",,,3.0,8927.0,335.0,31,black,female,c4348d7474,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-23,16:31:00,"109 N GALLATIN PIKE, MADISON, TN, 37115",36.2633911,-86.7121628,7.0,1763.0,723.0,23,black,male,489eea137b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-11,23:57:00,"HARDING PL & TAMPA DR, NASHVILLE, TN, 37211",36.0826564,-86.7105185,3.0,8443.0,317.0,24,hispanic,male,14851a97f4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,NOT BELTED +2011-12-12,16:58:00,"2806 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2006351,-86.7394383,2.0,1403.0,217.0,70,white,female,d098ec755c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-28,02:53:00,"ATRIUM WAY & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1532497,-86.6877657,5.0,9107.0,513.0,23,black,male,264cca6aa3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-21,13:04:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,5009.0,123.0,34,white,female,460a7c21b0,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2010-07-28,04:04:00,"50TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520105,-86.847202,1.0,5129.0,113.0,24,black,female,9385461f5c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-21,10:10:00,"BENZING RD & TUSCULUM RD, ANTIOCH, TN, 37013",36.0522438,-86.6826327,3.0,8719.0,331.0,43,unknown,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-04,12:10:00,"1108 HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0517662,-86.6476095,,,,20,black,male,d7d987fc7e,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-06-08,21:07:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4703.0,123.0,30,hispanic,male,72900f0117,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"illegal left. suspended d/l +" +2011-07-04,12:40:00,"40TH AVE N & WALTER S DAVIS BLVD, NASHVILLE, TN, 37209",36.164576,-86.8384942,1.0,4507.0,115.0,30,white,male,75a83e1ab6,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,consent,moving traffic violation,TN, +2013-05-20,17:58:00,"ASHLAND CITY HWY & WINDOVER DR, NASHVILLE, TN, 37218",36.1996826,-86.8464756,6.0,3163.0,625.0,40,white,female,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-15,11:48:00,"LAKE PARK DR & SOUTHLAKE DR, NASHVILLE, TN, 37211",36.107001,-86.7287211,3.0,8401.0,313.0,45,white,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,FLAGGING ----- +2014-11-11,17:59:00,"CORBETT LN & WHITE BRIDGE PIKE, NASHVILLE, , 37209",36.1432807,-86.8577075,,,,63,white,female,c4184931e7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-11,17:27:00,"42ND AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1549223,-86.8371385,1.0,4533.0,111.0,21,black,female,2887b93017,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-15,09:48:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,29,black,male,e49beb41de,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-08-24,21:15:00,"I 24 W & I 440 E, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,25,white,female,3380b227a4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-02,11:23:00,"CRAIGHEAD ST, SOUTH, TN, 37204",36.1260742,-86.7691394,,,,56,black,male,d0f8493a41,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-01,03:24:00,"OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0384874,-86.8035188,,,,48,white,female,cd2deb275e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-16,15:52:00,"BELLEVUE RD & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0631103,-86.9169139,1.0,4819.0,125.0,26,white,male,c9f0dea477,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-18,22:58:00,"1417 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1120591,-86.6920259,3.0,8835.0,315.0,44,white,male,9dc8c71b5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-16,08:36:00,"3310 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.101085,-86.739823,8.0,8515.0,831.0,26,black,male,6074f7bab3,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,FL, +2013-11-26,10:37:00,"E TRINITY LN & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2035886,-86.7384911,2.0,1415.0,217.0,86,white,female,b04c609887,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER SIDE TAIL LIGHT OUT. +2015-05-12,10:33:00,"ARLINGTON AVE & ELM HILL PIKE, NASHVILLE, TN, 37210",36.143752,-86.7304204,,9011.0,,50,white,male,55206bed29,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-31,08:26:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8753.0,331.0,22,black,female,2e4c69d266,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-27,11:58:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4085.0,421.0,38,white,male,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-18,15:58:00,"TRINITY LN, , TN, 37207",36.2040126,-86.7782817,,,,45,white,male,0437969110,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2014-03-25,10:34:00,"RUSSELL ST & S 10TH ST, NASHVILLE, TN, 37206",36.1755648,-86.7517187,2.0,1201.0,213.0,24,white,female,875dc0d4d4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2015-07-26,01:11:00,"17TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1368762,-86.7957448,8.0,6611.0,815.0,39,white,female,073f5c83fc,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED REGISTRATION. NEW PROOF INSIDE VEHICLE. +2018-03-27,07:45:00,"SAWYER BROWN RD & TODD PREIS DR, NASHVILLE, TN, 37221",36.0711205,-86.9470687,1.0,4811.0,125.0,40,black,male,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-26,12:28:00,"I 40 W & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,4602.0,115.0,79,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-16,12:53:00,"MM 198 6 I40 E, NASHVILLE, TN, 37221",,,1.0,48062.0,125.0,30,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-18,08:21:00,"N DUPONT AVE & RIO VISTA DR, MADISON, , 37115",36.2658034,-86.680606,,,,40,white,male,4ba28a89d9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-19,20:03:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,30,asian/pacific islander,male,72037bef5d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-05-20,00:40:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,45,black,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-05,17:24:00,"ACKLEN PARK DR & LONG BLVD, NASHVILLE, TN, 37203",36.1431883,-86.8207342,8.0,5627.0,813.0,41,white,male,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-09,05:11:00,"W TRINITY LN & HAMPTON ST, NASHVILLE, TN, 37207",36.2066564,-86.7783912,6.0,3007.0,621.0,30,hispanic,male,529fc1bfb1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-02,19:15:00,"LARGO DR & LINBAR DR, NASHVILLE, TN, 37211",36.083665,-86.7056667,3.0,8705.0,321.0,27,hispanic,male,0dbc98bd44,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2014-03-14,15:48:00,"17TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1588072,-86.7981594,8.0,5505.0,813.0,48,white,male,16ae0372fd,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2015-12-31,14:27:00,"PORTER RD & STRAIGHTWAY AVE, NASHVILLE, TN, 37206",36.1915731,-86.7276533,2.0,1337.0,215.0,25,black,male,fae11c1b48,vehicular,investigative stop,True,False,False,arrest,True,False,False,True,True,True,False,other,investigative stop,TN, +2016-08-24,07:58:00,"I 65 N & I 440 W, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,8004.0,821.0,29,white,female,473da02334,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"--/ P -- (RADAR), FOLLOWING TOO CLOSE, CHANGING LANES MULTIPLE TIME W/O SIGNAL" +2012-04-13,21:00:00,"197 HAYWOOD LN, NASHVILLE, TN, 37211",36.06914,-86.6934969,3.0,8709.0,321.0,37,white,male,498350de5b,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-06-22,18:26:00,"2341 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0847931,-86.648164,3.0,889.0,33.0,44,hispanic,male,3a572ed22e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-03,19:57:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,19,black,male,e9f93b1392,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-10,16:21:00,"26TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1680832,-86.8167354,6.0,4525.0,613.0,32,black,male,0dbd0e429c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-22,09:08:00,"I 40 E & 4TH AVE S, NASHVILLE, TN, 37203",36.1499197,-86.7726886,8.0,8003.0,821.0,24,white,female,5966fe24c8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,--T N --/ LANE CHANGE NO SIGNAL / OVER STRIPE LIE AT TIMES +2010-03-02,15:33:00,"35TH AVE & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527549,-86.8266861,1.0,5237.0,111.0,32,black,female,393639dfae,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-25,19:38:00,"12TH AVE S & WEDGEWOOD AVE, , TN, 37203",36.1361675,-86.7886974,,,,31,black,male,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-27,09:43:00,"BLACKMAN CT & BLACKMAN CT, NASHVILLE, TN, 37211",36.0732467,-86.7343106,8.0,8609.0,831.0,43,asian/pacific islander,female,cf6cd3e2bd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-09,11:52:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,37,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-18,05:39:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,38,black,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2012-08-10,14:38:00,"DUE WEST AVE W & GAINES DR, MADISON, TN, 37115",36.2488774,-86.7314162,7.0,1799.0,723.0,44,white,female,db192e186d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-26,20:16:00,"ALLIED DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0960888,-86.7376281,3.0,8431.0,313.0,43,black,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HEADLIGHT +" +2012-01-19,23:46:00,"3RD AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37201",36.1672179,-86.779628,4.0,4201.0,415.0,20,black,male,cf98c01df4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-03,21:39:00,"AVERITT EXPRESS DR & BRILEY PKWY S, NASHVILLE, TN, 37211",36.1085366,-86.7158361,3.0,8877.0,315.0,35,black,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-19,12:57:00,"4130 ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.1912931,-86.6072013,5.0,9511.0,521.0,33,white,male,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-02,11:46:00,"MURFREESBORO PIKE, UNA, TN, 37217",36.100824,-86.6627713,,,,23,black,female,4d037c592b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-11,00:49:00,"25TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1552374,-86.8120452,,,,28,black,female,073f5c83fc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT OUT AT NIGHT. +2015-03-20,22:30:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,34,white,male,b2e21999bb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-05-30,21:26:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1963.0,221.0,42,white,male,c270bce636,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILURE TO SIGNAL +2018-04-19,07:06:00,"619 W DUE WEST AVE, MADISON, TN, 37115",,,7.0,1797.0,723.0,44,white,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-22,19:40:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,70,white,male,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2016-06-16,00:05:00,"GALLATIN AVE & SEYMOUR AVE, NASHVILLE, TN, 37206",36.1856479,-86.7475574,2.0,1319.0,215.0,24,white,male,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AR,FLASHING RED +2014-05-20,23:20:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,28,white,male,400b5cb4f4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-02,06:04:00,"BELL RD & EDGE O LAKE DR, NASHVILLE, TN, 37217",36.0793804,-86.6325601,5.0,8963.0,535.0,55,white,male,95f2a2add9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"STOPPED FOR -- IN A -- +" +2016-07-24,15:35:00,"1ST AVE S & MILDRED SHUTE AVE, NASHVILLE, TN, 37210",36.1476447,-86.7642264,3.0,8143.0,311.0,19,black,male,1951043a09,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-18,13:57:00,"MM 204 0 I40 E, NASHVILLE, TN, 37209",,,1.0,5202.0,111.0,47,white,male,08245a6ac7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-11,15:44:00,"BRUSH HILL RD & WINDING WAY, NASHVILLE, TN, 37216",36.2255769,-86.711048,2.0,1511.0,217.0,18,white,male,c2bbff888c,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-08,09:04:00,"7004 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1296577,-86.9049754,1.0,4703.0,123.0,24,white,male,b5ca91d71f,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2010-06-14,10:56:00,"MM 2 I440 W, NASHVILLE, TN, 37212",,,8.0,5907.0,815.0,26,white,female,3955cfd39c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-04,09:59:00,"440 W & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,81041.0,311.0,20,black,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-02,20:45:00,"ANDERSON LN & N GALLATIN PIKE, MADISON, TN, 37115",36.2734334,-86.7100501,,1761.0,,25,black,male,f9a2fa802c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,- HEADLIGHT +2018-11-08,21:41:00,"JUAREZ DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1924503,-86.616172,5.0,9507.0,521.0,19,white,male,2f8c44cef1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2017-01-11,00:08:00,"CUNNIFF PKWY & DICKERSON PIKE S, GOODLETTSVILLE, TN, 37072",36.2842617,-86.7466651,7.0,2109.0,725.0,22,white,female,4ff9d8c9ea,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-17,01:06:00,"CALVIN AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.181707,-86.7492447,2.0,1213.0,213.0,25,white,female,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NY,FLASHING RED +2017-06-02,10:04:00,"BRICK CHURCH PIKE & EWING DR, NASHVILLE, TN, 37207",36.2315631,-86.7815318,7.0,2003.0,721.0,33,white,female,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IL, +2014-08-13,14:43:00,", , ,",,,,,,26,white,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MN,SPEEDING ----- +2018-07-05,11:32:00,"1820 SPRINGFIELD HWY, GOODLETTSVILLE, TN, 37072",,,7.0,2217.0,725.0,26,white,female,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-24,09:46:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1750356,-86.7846846,4.0,4233.0,413.0,71,black,male,16f69cd6ef,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-29,09:27:00,"ASHLAND CITY HWY & OLD HYDES FERRY PIKE, NASHVILLE, TN, 37218",36.2066759,-86.9382994,6.0,3237.0,627.0,43,white,male,ab0403c78f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-01,13:39:00,"ARDEE AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2196007,-86.7274134,2.0,1445.0,217.0,61,white,female,5966fe24c8,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,SWERVING FROM LANE TO LANE- OVER RIGHT LANE AT TIMES-- BROKEN DR MIRROR- UPSET ABOUT LIFE PROBLEMS +2017-05-17,23:58:00,"DONNA DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2639538,-86.7210585,7.0,1773.0,723.0,25,white,female,070653f6bf,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-11-28,13:22:00,"3700 CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527019,-86.8289281,1.0,5237.0,111.0,40,white,male,825f6ab981,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-10,08:41:00,"CANDLESTICK DR & EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0648489,-86.738748,8.0,8657.0,835.0,34,white,male,c924618651,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-10,22:24:00,"GALLATIN PIKE & KIRKLAND AVE, NASHVILLE, TN, 37216",36.2089101,-86.7345338,2.0,1439.0,217.0,32,white,male,91149cf9d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,WARNING +2015-02-27,15:45:00,"925 N GRAYCROFT AVE, MADISON, TN, 37115",36.2792847,-86.725111,7.0,1741.0,727.0,36,white,male,f2dffe612c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-16,16:09:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,23,white,male,d195198c56,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-21,20:00:00,"9TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1583264,-86.783383,4.0,4115.0,421.0,40,white,male,b2e6305ddb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"---------- +" +2013-04-17,18:41:00,"HARDING PL & HARDING PL, NASHVILLE, TN, 37217",36.0803794,-86.7233039,3.0,8841.0,323.0,61,black,male,392b1090b2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-09,21:20:00,"LARGO DR & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0843702,-86.7031608,3.0,8705.0,321.0,20,black,male,3158c055ac,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-12-06,08:46:00,"I 24 E & HARDING PL, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8443.0,317.0,53,black,male,3aef563fcc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-01,20:31:00,"I 440 W & HILLSBORO PIKE, NASHVILLE, TN, 37212",36.1244054,-86.806586,8.0,5902.0,815.0,22,black,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-19,10:53:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,20,white,female,6df99debf2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-04,17:10:00,"CHARLOTTE AVE & ROSA L PARKS AVE, NASHVILLE, TN, 37203",36.1642586,-86.7856134,4.0,4147.0,411.0,58,white,male,b2e21999bb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,WA, +2014-08-27,16:58:00,"8TH AVE S & DREXEL ST, NASHVILLE, TN, 37203",36.1527471,-86.7793179,4.0,4023.0,423.0,42,black,female,150043b12d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-27,22:53:00,"ELM HILL PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1447165,-86.7500693,3.0,8119.0,311.0,49,black,male,dc95719a9d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-11,15:53:00,"W TRINITY LN & FREE SILVER RD, NASHVILLE, TN, 37207",36.2070569,-86.7959997,6.0,3013.0,623.0,20,black,female,298910bcb9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-01-31,09:16:00,"2ND AVE S & CHESTNUT ST, NASHVILLE, TN, 37210",36.1457783,-86.7647315,3.0,8141.0,311.0,29,white,female,6a5a1e10b4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-24,22:36:00,"NOLENSVILLE PIKE & PROVIDENCE HTS, NASHVILLE, , 37211",36.0734213,-86.7244335,,,,45,hispanic,male,1d124ae33c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-25,22:54:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,34,white,male,2022e55034,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,True,True,True,True,other,moving traffic violation,TN, +2014-05-01,10:57:00,"ASTER DR & PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0893416,-86.7182957,3.0,8417.0,317.0,27,white,female,0a077e7833,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-20,08:10:00,"5TH AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37219",36.1687393,-86.7837825,4.0,4203.0,411.0,47,black,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-13,19:30:00,"NOLENSVILLE PIKE & PATTERSON ST, NASHVILLE, TN, 37211",36.1029357,-86.7411349,3.0,8427.0,313.0,22,hispanic,male,3ca2b7745c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-12,12:22:00,"CEDARMONT DR & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0454406,-86.7036238,3.0,8717.0,331.0,42,black,male,db265df432,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-06,15:19:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6939.0,821.0,39,white,female,39e9ad240b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-26,01:43:00,"8TH ST & CLARKE ST, OLD HICKORY, TN, 37138",36.262931,-86.6447124,5.0,9733.0,525.0,24,white,female,0b9cd5d80b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"red light +" +2014-05-01,14:24:00,"DR D B TODD JR BLVD & FORMOSA ST, NASHVILLE, TN, 37208",36.1742924,-86.8086368,6.0,4471.0,613.0,53,black,male,4d2452c32f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-02-24,18:12:00,"ELM HILL PIKE & SPENCE LN, NASHVILLE, TN, 37210",36.143989,-86.72452,5.0,9011.0,513.0,53,white,male,6e6eeb355a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-08-07,19:16:00,"BELL RD & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0719049,-86.636152,5.0,8939.0,535.0,18,white,female,57379213f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-17,17:25:00,"I 440 E & MURPHY RD, NASHVILLE, TN, 37203",36.1398736,-86.821797,,,,32,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-11,02:14:00,"GALLATIN AVE & SHARPE AVE, NASHVILLE, TN, 37206",36.1892609,-86.7459812,2.0,1901.0,227.0,34,white,female,1b4ec484ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-05,11:18:00,"HART LN & HOME RD, NASHVILLE, TN, 37216",36.2130963,-86.7355748,2.0,1817.0,225.0,35,black,male,338229ba25,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-24,17:26:00,"CLAIBORNE ST & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1484116,-86.761179,5.0,8209.0,511.0,53,black,male,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-30,17:30:00,"N 1ST ST & MAIN ST, NASHVILLE, TN, 37213",36.1700116,-86.7726962,4.0,1133.0,413.0,80,black,female,b792441564,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2016-02-03,11:32:00,", , ,",,,,,,36,white,male,c213187829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-11,09:01:00,"ROSA L PARKS BLVD & VANTAGE WAY, NASHVILLE, TN, 37228",36.1911437,-86.798927,6.0,4445.0,611.0,71,black,male,bb08d79064,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-15,13:34:00,"DICKERSON PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2692405,-86.7557273,7.0,2039.0,725.0,48,white,female,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-27,22:20:00,"19TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1523038,-86.7974334,8.0,5523.0,811.0,46,white,female,82f2e31c2b,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2018-11-01,15:49:00,"2012 NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.1302393,-86.754556,3.0,8125.0,311.0,34,black,male,97f0bf928b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-26,23:47:00,"NOLENSVILLE PIKE & SWISS AVE, ANTIOCH, TN, 37013",36.0424784,-86.7129346,3.0,8757.0,331.0,28,other,female,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TINT, TAGS" +2011-10-05,20:40:00,"GALLATIN PIKE & RIVERWOOD DR, NASHVILLE, TN, 37216",36.224135,-86.7256222,2.0,1815.0,225.0,24,white,female,51d30b3267,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-09,11:25:00,"9TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.180527,-86.8016,6.0,4447.0,611.0,36,black,male,37dd19df63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-30,10:26:00,"HARDING PL & WAUFORD DR, NASHVILLE, TN, 37211",36.0809436,-86.7515964,8.0,8507.0,831.0,26,white,male,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-02,00:44:00,"KOREAN VETERANS BLVD & S 2ND ST, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1003.0,413.0,37,black,male,abcb3821d2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-08,19:55:00,"KENDALL DR & KNOB RD, NASHVILLE, TN, 37209",36.1386922,-86.853936,1.0,5105.0,113.0,34,white,female,2022e55034,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-25,15:46:00,"S GALLATIN PIKE & E PALESTINE AVE, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1785.0,711.0,62,black,male,916089f63c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2012-09-20,03:09:00,"MM 88 0 I65 S, NASHVILLE, TN, 37207",,,6.0,30041.0,621.0,32,white,male,82310b76a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-11,12:35:00,"I 440 W & BELMONT BLVD, NASHVILLE, TN, 37212",36.1075807,-86.7995536,8.0,6502.0,823.0,78,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-07,07:50:00,"31ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1533597,-86.8208464,6.0,5301.0,615.0,27,white,male,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-14,13:15:00,"512 TULIP GROVE RD, HERMITAGE, TN, 37076",36.213018,-86.589284,5.0,9537.0,523.0,34,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2015-06-12,16:19:00,"1401 DOUGLAS AVE, NASHVILLE, TN, 37206",36.1925196,-86.7412681,2.0,1327.0,215.0,32,white,male,58528e8953,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-24,21:03:00,", , ,",,,,,,25,black,female,7394445486,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-31,08:55:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1817.0,225.0,45,black,female,8cbadbb4fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-02-21,09:43:00,"1104 LEBANON PIKE, NASHVILLE, TN, 37210",36.1546091,-86.7367986,5.0,9035.0,513.0,40,unknown,female,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-08,18:41:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,41,white,male,af2e0d95c8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2013-03-25,11:14:00,"BRENTWOOD PL & EDMONDSON PIKE, NASHVILLE, TN, 37220",36.0483783,-86.7436705,8.0,8615.0,833.0,28,white,female,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-06,18:54:00,"3197 LINCOYA BAY DR, NASHVILLE, TN, 37214",36.144424,-86.6243366,5.0,8957.0,533.0,36,white,female,080ab8807b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-16,19:36:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,24,white,male,454c87e1c1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,LA, +2013-01-31,14:40:00,"MM 194 I40 E, , TN,",35.434219,-97.4078234,,,,52,white,male,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-01,11:05:00,"CLARKSVILLE PIKE & CLIFF DR, NASHVILLE, TN, 37218",36.1923463,-86.829048,6.0,3157.0,625.0,61,black,female,fc5e2998a1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-06-30,00:05:00,"S GALLATIN PIKE & MAPLE ST, MADISON, TN, 37115",36.2612728,-86.7125387,7.0,1605.0,713.0,26,white,male,6484d713a0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-23,10:14:00,"FORREST AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1786346,-86.7508785,2.0,1241.0,213.0,71,black,male,c4680d166c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-01-05,03:18:00,"43RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1523115,-86.8383394,1.0,5217.0,113.0,40,white,male,9d8bfc8acb,vehicular,safety violation,False,False,True,warning,False,False,False,True,True,False,True,consent,safety violation,TN, +2018-08-01,08:51:00,"4300 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0985658,-86.8212896,8.0,6403.0,825.0,37,white,female,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-13,05:45:00,"CALUMET DR & HAMILTON CHURCH RD, ANTIOCH, TN, 37013",36.0641847,-86.6170734,3.0,8927.0,335.0,14,black,male,0a002c81ec,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,True,other,moving traffic violation,TN, +2012-07-30,22:22:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,3.0,8117.0,311.0,31,white,female,fa9ae817a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-07,23:20:00,"CHARLOTTE & BROOK HOLLOW, , TN,",36.1358391,-86.8852149,,,,24,black,male,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-28,07:30:00,"725 MOORMANS ARM RD, NASHVILLE, TN, 37207",36.2159673,-86.8126762,6.0,3015.0,623.0,65,black,female,0c3b2f4a82,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-22,07:44:00,"EMERALD DR & HYDES FERRY RD, NASHVILLE, TN, 37218",36.1974499,-86.8439312,6.0,3167.0,625.0,41,black,male,1ba5fb1cc6,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,SEATBELT +2013-01-31,21:56:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9557.0,523.0,18,white,female,0fd4afc001,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-19,08:20:00,"ARLINGTON AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1389858,-86.7329923,3.0,8159.0,311.0,42,white,female,6472120f50,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-09-23,12:44:00,"W HAMILTON AVE & HAROLD PREWETT DR, , TN, 37218",36.2096387,-86.8322977,6.0,3105.0,623.0,63,black,male,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-31,19:29:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,48,white,male,ff0d23cd3a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-24,09:36:00,"26TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37228",36.1863864,-86.8187963,6.0,4483.0,611.0,31,black,male,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-08,01:34:00,"DOUGLAS AVE & EMMETT AVE, NASHVILLE, TN, 37206",36.1930803,-86.7486956,2.0,1933.0,227.0,43,black,male,caab83ed2b,vehicular,safety violation,False,True,False,citation,True,True,False,True,True,True,True,probable cause,safety violation,, +2018-11-06,17:05:00,"E OLD HICKORY BLVD & MYATT DR, MADISON, TN, 37115",36.2630914,-86.6904621,7.0,1705.0,715.0,18,white,male,20b7054cf4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-07-30,17:50:00,"HWY 100 & MCCRORY LN, NASHVILLE, TN, 37221",36.0345312,-86.9739634,1.0,4805.0,125.0,35,white,female,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXP TAG +2014-12-29,23:23:00,", , ,",,,,,,61,black,male,45e86ca572,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-30,19:30:00,"PORTER AVE & PORTER RD, NASHVILLE, TN, 37216",36.195213,-86.7248146,2.0,1405.0,217.0,25,black,male,d3fe386ea8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-10-24,14:23:00,"1621 HILLSIDE AVE, NASHVILLE, TN, 37203",36.1378144,-86.7835786,8.0,6907.0,821.0,34,black,male,c7fc5dcb73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-16,10:25:00,"MURPHY RD & WEST END AVE, NASHVILLE, TN, 37212",36.1393455,-86.8190954,8.0,5817.0,815.0,19,white,male,825f6ab981,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-10,19:18:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,24,white,female,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-26,22:00:00,"1508 DICKERSON PIKE, NASHVILLE, TN, 37207",36.201571,-86.771891,2.0,1863.0,223.0,39,black,female,fc443b8485,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-02,19:07:00,"CHARLES E DAVIS BLVD & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1488548,-86.7624691,3.0,8149.0,311.0,27,black,male,6949a466d7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-30,23:56:00,"10TH AVE S & BRADFORD AVE, NASHVILLE, TN, 37204",36.1278616,-86.7861319,8.0,6947.0,823.0,45,white,male,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-18,21:37:00,"3601 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.113077,-86.811714,8.0,6413.0,825.0,22,white,female,5619309420,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-12,17:03:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,34,white,male,1b56d08e5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2017-05-14,09:14:00,"21ST AVE S & BLAKEMORE AVE, NASHVILLE, TN, 37212",36.1375861,-86.8007588,8.0,6623.0,815.0,62,white,male,2cdcb8d1a8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-07-16,16:41:00,"1ST ST, , TN, 37213",36.174793,-86.773642,,,,53,black,male,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"-- IN -- +" +2013-01-10,19:03:00,"ANDREW JACKSON PKWY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1836817,-86.6106805,5.0,9561.0,521.0,47,white,male,df69290668,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-01,13:34:00,"DONELSON PIKE & EMERY DR, NASHVILLE, TN, 37214",36.1565655,-86.6650044,5.0,9119.0,517.0,25,black,female,0d9e46bbe6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-04,00:49:00,"ANDREW JACKSON PKWY & WEBER RD, HERMITAGE, TN, 37076",36.196213,-86.6085041,5.0,9509.0,523.0,18,white,male,cb2dd776b1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-31,08:41:00,"GALLATIN PIKE S & HICKORY ST, MADISON, TN, 37115",36.2603698,-86.7128553,7.0,1605.0,713.0,35,white,female,0875e86b46,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-17,10:17:00,"N HILSON DR & MCMURRAY DR, , TN, 37211",36.0549701,-86.7304308,8.0,8653.0,835.0,74,white,male,7b3aa52401,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-01,10:11:00,"1100 LEBANON PIKE, NASHVILLE, TN, 37210",36.1547569,-86.7375415,5.0,9035.0,513.0,45,white,male,0edd4e187a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-22,16:11:00,"33RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.152875,-86.8235403,1.0,5239.0,111.0,57,black,male,1f8775dabb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speeding +2014-03-10,12:36:00,"14TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1359844,-86.7907396,8.0,6617.0,811.0,42,white,male,f1c025f95c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-04,18:05:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,5.0,8209.0,511.0,54,black,female,4714ced2a3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-27,11:57:00,"BRADFORD HILLS DR & NOLENSVILLE PIKE, , , 37211",36.0254978,-86.713037,,,,29,black,male,095779cb19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-22,20:10:00,"4411 TENNESSEE AVE, NASHVILLE, TN, 37209",36.1606902,-86.8411927,1.0,4573.0,111.0,39,black,male,dfa33c336f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-30,23:58:00,"NOLENSVILLE PIKE & TAYLOR RD, NASHVILLE, TN, 37211",36.0696581,-86.7210586,3.0,8701.0,321.0,56,white,male,0f15e3f7ed,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-07-25,07:34:00,"21ST AVE S & ACKLEN AVE, NASHVILLE, TN, 37212",36.1356369,-86.8010087,8.0,5825.0,815.0,24,white,female,400b5cb4f4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-28,00:12:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,32,black,male,1fa9fc8266,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TEMP TAG CANNOT BE READ. +2016-07-10,12:56:00,"4677 TROUSDALE DR, NASHVILLE, TN, 37204",36.0820546,-86.758767,8.0,8533.0,831.0,34,hispanic,male,0414ae3bcf,vehicular,moving traffic violation,False,True,True,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN,"SPEEDING -- /---EDMONDSON/BREWER-WARNING +SUSP D/L - M T CITE" +2011-10-12,01:04:00,"HILLSIDE AVE & RESERVOIR CT, NASHVILLE, TN, 37203",36.1397878,-86.7827156,8.0,6907.0,821.0,32,black,female,2511466c93,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-11-04,13:03:00,", , ,",,,,,,62,black,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-25,13:20:00,"I 24 W & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1979.0,221.0,47,white,male,6f0151b767,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-25,15:13:00,"63RD AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1692597,-86.8620428,1.0,4617.0,115.0,36,black,female,8d0729de5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-22,11:38:00,"GALLATIN PIKE & MAYNOR AVE, NASHVILLE, TN, 37216",36.207005,-86.7360554,2.0,1417.0,217.0,29,black,male,6e9e930290,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-02-17,01:21:00,"I 65 N & I 24 W, NASHVILLE, TN, 37207",36.1947272,-86.7761608,2.0,19060.0,221.0,47,black,male,53d89d125a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-18,00:08:00,"2ND AVE S & CHESTNUT ST, NASHVILLE, TN, 37210",36.1457783,-86.7647315,3.0,8143.0,311.0,38,black,male,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-14,09:16:00,"FAIRFIELD AVE & GREEN ST, NASHVILLE, TN, 37210",36.1527093,-86.7563687,5.0,8221.0,511.0,67,white,male,87d131bdf1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-02,13:45:00,"1ST AVE S & UNIVERSITY CT, NASHVILLE, TN, 37210",36.1524136,-86.7656158,5.0,8201.0,511.0,29,black,female,9d41edf114,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-07,09:04:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8955.0,533.0,53,white,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MS, +2013-06-30,00:19:00,"BELL RD & HICKORY PARK DR, ANTIOCH, TN, 37013",36.0448578,-86.670401,3.0,8721.0,325.0,21,unknown,male,43d774e2c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-16,17:12:00,"12TH AVE S & WEDGEWOOD AVE, , TN, 37212",36.1361675,-86.7886974,8.0,6617.0,811.0,40,white,male,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-02,19:17:00,"HILLS LN & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2056782,-86.6223374,5.0,9739.0,523.0,49,black,female,ef8417427b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-05-31,15:32:00,"HILLSIDE AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1347654,-86.7840325,8.0,6905.0,821.0,67,black,female,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-17,06:21:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6939.0,821.0,72,black,male,fd4fabd731,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-12,17:34:00,"COOPER LN & SANDY DR, NASHVILLE, TN, 37216",36.2016044,-86.7065652,2.0,1429.0,217.0,32,white,female,f1468638b6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-05-17,12:12:00,"905 E OLD HICKORY BLVD, MADISON, TN, 37115",36.2630329,-86.6897446,,,,20,white,male,509d596379,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-02,17:51:00,"ARTHUR AVE & JANE ST, NASHVILLE, TN, 37208",36.1783656,-86.8024162,6.0,4451.0,613.0,44,black,male,bd349f40c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-05,23:47:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,8.0,8661.0,831.0,23,white,female,ca70dcb8f6,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,MN, +2019-02-24,22:56:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,18,hispanic,male,983e5f597c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-29,21:13:00,"OBRIEN AVE & WESTBORO DR, NASHVILLE, TN, 37209",36.1489283,-86.8731179,1.0,5029.0,115.0,56,white,male,69f5717852,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-23,14:10:00,"3276 MURFREESBORO PIKE, , TN, 37013",36.0602165,-86.6221752,3.0,8927.0,335.0,42,white,female,6d13b2ff93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-18,17:39:00,"31ST AVE N & JOHN A MERRITT BLVD, NASHVILLE, TN, 37209",36.1675141,-86.8244815,6.0,4521.0,613.0,21,black,male,fc5e2998a1,vehicular,registration,True,True,True,arrest,False,False,False,False,True,True,True,consent,registration,TN, +2015-09-20,20:14:00,"CALVERT ST & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2255076,-86.7254903,2.0,1815.0,225.0,36,white,male,6472120f50,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-11-06,23:29:00,"4TH AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1623785,-86.7780896,4.0,4131.0,415.0,44,hispanic,female,4a107ef3da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-24,03:11:00,"TONEY RD & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2085443,-86.7939883,6.0,3037.0,623.0,22,black,male,503620c90c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-19,05:01:00,"5TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37219",36.1743153,-86.7874168,4.0,4235.0,413.0,45,black,male,56ee11fe67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-12,20:47:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,53,black,female,aa90ef9f3f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXP TAG IN SEPT....FAILED MARTA +2017-07-09,23:37:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,32,white,female,ac571570c9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-09,09:12:00,"CLEVELAND ST & MYRTLE ST, NASHVILLE, TN, 37206",36.1845626,-86.7570368,2.0,1925.0,227.0,25,white,female,8cbadbb4fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2012-08-23,09:41:00,"MM 199 I40 E, , TN,",35.434219,-97.4078234,,,,72,black,male,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-25,23:55:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,20,white,female,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NE, +2016-08-22,22:41:00,"MATTHEWS CT & OLD MATTHEWS RD, NASHVILLE, TN, 37207",36.2110629,-86.789492,,3017.0,,24,black,female,070653f6bf,vehicular,safety violation,False,True,True,citation,True,True,False,True,True,False,True,probable cause,safety violation,TN,"VEHICLE WAS STOPPED FOR DRIVER'S SIDE BRAKE LIGHT OUT, PROBABLE CAUSE SEARCH YIELDED A GLASS PIPE" +2014-05-21,17:28:00,"2400 JEFFERSON ST, NASHVILLE, TN, 37208",36.1689047,-86.8122608,6.0,5351.0,615.0,71,black,male,cbaf8cc4c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-30,16:31:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,32,unknown,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-03,00:18:00,"BELL RD & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0719049,-86.636152,5.0,8939.0,535.0,25,black,male,b01475d6b0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-15,16:12:00,"12TH AVE & HORTON AVE, NASHVILLE, TN, 37212",36.140043,-86.787626,8.0,6617.0,811.0,63,black,male,0bb1b66684,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-20,03:45:00,"LESTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1455308,-86.7525448,3.0,8133.0,311.0,45,white,female,51ff126ada,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN, +2012-03-01,00:18:00,"I 65 S & WEDGEWOOD AVE, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,6902.0,823.0,29,white,male,be02c342d3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-05,14:01:00,"EISENHOWER DR & LINBAR DR, NASHVILLE, TN, 37211",36.084761,-86.7060763,3.0,8443.0,317.0,26,white,male,1efbb4af4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-08,00:37:00,"BELL RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1522017,-86.6249735,5.0,8955.0,533.0,20,white,female,a1bdf5c653,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-08,18:57:00,"ARCHWOOD DR & HWY 45, MADISON, TN, 37115",36.2636574,-86.6871303,7.0,1705.0,715.0,17,black,male,1b55d714e1,vehicular,moving traffic violation,True,False,True,arrest,True,True,False,False,True,True,True,consent,moving traffic violation,TN,RAN RED LIGHT MARIJUANA FOUND ON DRIVER. +2014-03-15,16:36:00,"570 CHARLES E DAVIS BLVD, NASHVILLE, TN, 37210",36.1495013,-86.7619013,5.0,8201.0,511.0,37,black,female,a6cc9ab365,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT +2015-03-11,15:31:00,"DODSON CHAPEL CT & DODSON CHAPEL RD, HERMITAGE, TN, 37076",36.181952,-86.6119092,5.0,9561.0,521.0,47,white,female,de875f0bc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-18,04:46:00,"BELL RD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1612903,-86.5976843,5.0,9501.0,521.0,24,white,female,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-30,12:00:00,", , ,",,,,,,23,black,female,3c6408aabf,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-05,11:38:00,"ALICIA LN & ANDERSON RD, NASHVILLE, TN, 37217",36.0726259,-86.6112911,5.0,8929.0,535.0,57,white,male,4d037c592b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2013-01-03,11:33:00,"I 40 W & BROADWAY, NASHVILLE, TN, 37203",36.0789995,-86.9551254,4.0,4002.0,423.0,22,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-24,11:50:00,"6921 HWY 100, NASHVILLE, TN, 37221",36.06483,-86.88565,1.0,6211.0,117.0,48,white,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-10,15:10:00,"DICKERSON PIKE & GRACE ST, NASHVILLE, TN, 37207",36.183182,-86.7738672,2.0,1953.0,221.0,21,black,male,2887b93017,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,"exp tag +" +2012-10-17,09:00:00,"I 24 W & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1979.0,221.0,61,white,male,6f0151b767,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-16,04:31:00,"1601 ELM HILL PIKE, NASHVILLE, TN, 37210",36.1433139,-86.71635,5.0,9017.0,513.0,53,asian/pacific islander,male,6f4cd28a19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-11,00:20:00,"28TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.145261,-86.8119322,8.0,5625.0,813.0,36,black,male,5849b87aaf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,DRIVER SIDE TIRES CROSSING SOLID YELLOW LINE +2016-03-19,15:50:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,34,white,male,e7d36ee1fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2014-05-12,11:07:00,"717 HOLDER DR, NASHVILLE, TN, 37217",36.083246,-86.613408,5.0,8929.0,535.0,31,black,female,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-25,03:23:00,"1019 S GALLATIN PIKE, MADISON, TN, 37115",36.2498161,-86.7184092,7.0,1507.0,711.0,32,black,male,f44021bbca,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HEADLIGHT +" +2011-05-14,14:56:00,"3309 LEBANON PIKE, HERMITAGE, TN, 37076",36.1870706,-86.6304097,5.0,9531.0,521.0,19,white,female,1804300122,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-19,23:09:00,"37TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527207,-86.8281842,1.0,5237.0,111.0,46,white,female,9d8bfc8acb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-09-16,08:22:00,"2664 SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.09076,-86.627036,5.0,8935.0,535.0,40,black,male,06dbf4a801,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-04,18:52:00,"30TH AVE N, WEST, TN, 37203",36.1465327,-86.8158604,,,,22,white,male,a9b7a026f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-02,18:10:00,"ALLISON PL & WEDGEWOOD AVE, NASHVILLE, TN, 37204",36.1333238,-86.7692449,8.0,8025.0,821.0,28,white,male,eebb8ae650,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-24,02:57:00,"MORRIS GENTRY BLVD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0674463,-86.6312402,3.0,8979.0,335.0,61,black,male,cf07ed6f7d,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVERS TAIL LIGHT / SUSPENDED DL +2011-08-01,19:19:00,"11TH AVE N & SCOVEL ST, NASHVILLE, TN, 37208",36.1726446,-86.7984748,6.0,4301.0,617.0,30,black,female,1215cc42aa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-16,19:17:00,"718 GALLATIN AVE, NASHVILLE, TN, 37206",36.1850957,-86.7481348,2.0,1931.0,227.0,26,black,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-04-02,22:05:00,", , ,",,,,,,32,hispanic,male,fc8eeff4da,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-29,19:34:00,"857 OLD HICKORY BLVD W, MADISON, TN, 37115",36.26711,-86.7474359,7.0,2039.0,725.0,17,white,male,cd98dea728,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2011-12-27,17:16:00,"JEFFERSON ST, , TN, 37208",36.1708909,-86.8009961,,,,19,black,female,298910bcb9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-29,00:48:00,"S 11TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1775691,-86.7499363,2.0,1201.0,213.0,21,white,female,e65b4cea4d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-26,03:30:00,"CHARLOTTE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.1167157,-86.9232201,1.0,4701.0,123.0,52,white,male,9ea0e9ac34,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-10-20,05:01:00,"BELL RD & CANBERRA CT, HERMITAGE, TN, 37076",36.1610359,-86.590637,5.0,9545.0,523.0,21,white,male,e027ab6f35,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-15,16:34:00,", , ,",,,,,,37,hispanic,male,86ff0fa1ce,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-30,16:30:00,"CLARKSVILLE PIKE & ROSA L PARKS BLVD, NORTH, TN, 37208",36.1879505,-86.8215312,,,,20,black,male,3245129711,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-04-13,01:35:00,"2820 DICKERSON PIKE, NASHVILLE, TN, 37207",36.219799,-86.763217,2.0,1827.0,223.0,39,white,female,9667678974,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-07,15:24:00,"LEBANON PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1984469,-86.6201996,5.0,9507.0,521.0,55,white,male,1804300122,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-24,02:20:00,"I 65 N & W TRINITY LN, NASHVILLE, TN, 37207",36.2070447,-86.7915951,2.0,1863.0,223.0,34,black,male,53db68761e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-24,12:51:00,"DAVIDSON RD & POST RD, NASHVILLE, TN, 37205",36.1152476,-86.8628029,1.0,4919.0,121.0,34,white,male,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-03,21:14:00,"MAIN ST & N 9TH ST, NASHVILLE, TN, 37206",36.1761559,-86.7566799,2.0,1941.0,227.0,22,black,female,911d123f59,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-04,20:08:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,21,black,female,fc8eeff4da,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-11-20,10:38:00,"3RD AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1575648,-86.7733826,4.0,4047.0,425.0,26,black,male,56ee11fe67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-28,21:03:00,"1140 N GALLATIN PIKE, MADISON, TN, 37115",36.2797889,-86.7085681,7.0,1717.0,715.0,45,black,female,580ec58203,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN,PARKED IN FIRE LANE +2011-07-08,00:12:00,"51ST AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1622683,-86.8491077,1.0,4507.0,115.0,65,black,male,12e5f0aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-09,08:28:00,"7122 CENTENNIAL BLVD, NASHVILLE, TN, 37209",,,1.0,4651.0,115.0,39,white,male,e65dc4ec73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NJ, +2010-05-13,09:29:00,"20TH AVE & BROADWAY, NASHVILLE, TN, 37203",36.1496102,-86.7979986,8.0,5713.0,811.0,50,white,male,a2278aae28,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-20,02:09:00,", , ,",,,,,,41,white,male,4076850409,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-11-04,15:30:00,"CLARKSVILLE PIKE, NORTH, TN, 37208",36.1867875,-86.8194983,,,,49,black,female,972faedf56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-25,02:57:00,"726 OLD HICKORY BLVD W, MADISON, TN, 37115",36.2659712,-86.7333528,7.0,1769.0,723.0,25,white,male,17dfe3061a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,OH, +2016-12-14,16:46:00,"FAIRWAY DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1690615,-86.6823842,5.0,9201.0,515.0,51,white,male,0edd4e187a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,no tag light +2017-02-24,13:41:00,"12TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1801917,-86.8065932,6.0,4453.0,613.0,41,black,female,d60f692cd0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-06-03,11:57:00,"BELLEVUE RD & HICKS RD, NASHVILLE, TN, 37221",36.0625518,-86.9236427,1.0,4901.0,121.0,35,white,male,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-22,01:02:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,43,black,female,dd4d99f893,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,GA, +2010-09-17,04:24:00,"2705 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2161756,-86.7633002,2.0,1823.0,223.0,49,white,female,5600f48082,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TAILLIGHT +" +2015-09-08,16:53:00,"63RD AVE N & MORROW RD, NASHVILLE, TN, 37209",36.1649952,-86.8657665,1.0,4613.0,115.0,29,white,male,8563660720,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2013-07-04,01:51:00,"8TH AVE S & PRENTICE AVE, NASHVILLE, TN, 37204",36.130485,-86.7785237,8.0,6919.0,823.0,24,white,male,400b5cb4f4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,hl +2013-10-12,20:08:00,"S 9TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1749319,-86.7566412,2.0,1119.0,211.0,45,white,male,ec7adf5a98,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight out +2012-12-10,23:04:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6013.0,117.0,19,white,male,b7cfbf3fb5,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,TRAFFIC STOP IN REFERENCE TO HIS RIGHT HEAD LIGHT BEING OUT. HE WASN'T AWARE OF IT DUE TO THE VEHICLE BELONGS TO HIS PARENTS. HE WILL GET IT TAKEN CARE OF . HIS LICENSE IS VALID AND NO WARRANTS AT TIME OF CONTACT. POLITE/VERBAL +2014-04-15,15:20:00,"ARCHWOOD DR & HWY 45, MADISON, TN, 37115",36.2636574,-86.6871303,7.0,1705.0,715.0,23,white,female,a3f840e016,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-02-27,15:01:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2025.0,725.0,34,white,male,8e999e99c0,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-08-11,11:52:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,51,white,male,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"STOPPED FOR BRAKE LIGHT +" +2012-03-27,19:22:00,"13TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.1428615,-86.7882454,8.0,6701.0,811.0,25,black,female,c0587b7ac9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT +2015-12-05,02:33:00,"DOUGLAS AVE & ELLINGTON PKWY N, NASHVILLE, TN, 37206",36.1931931,-86.751992,2.0,1933.0,227.0,33,black,female,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN A -- MPH ZONE. TAG LIGHTS OUT. +2018-03-18,06:17:00,"HARDING PL & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0913589,-86.8284994,8.0,6311.0,833.0,62,white,female,cf07ed6f7d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NY, +2013-06-16,13:35:00,"DICKERSON PIKE & I 65 S, MADISON, TN, 37115",36.2427756,-86.7537606,7.0,2007.0,723.0,57,black,female,7935ac243a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,VEH STOPPED FOR TAGS WHICH EXPIRED IN MARCH +2015-11-15,05:52:00,"N GALLATIN PIKE & TWIN HILLS DR, MADISON, TN, 37115",36.3021576,-86.6927245,,,,22,black,male,1b55d714e1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,TAGS EXPIRED IN OCTOBER. +2015-06-30,22:56:00,"HARDING PL & TAMPA DR, NASHVILLE, TN, 37211",36.0826564,-86.7105185,3.0,8443.0,317.0,45,black,female,4ab7251c91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-23,09:07:00,"MAGNOLIA TRL & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0673701,-86.9347838,1.0,4817.0,125.0,22,white,male,7f11c3c73c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-18,09:08:00,"14719 OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.0344552,-86.6941307,3.0,8757.0,331.0,30,white,female,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-04,23:44:00,"BURNETT RD & SWINGING BRIDGE RD, OLD HICKORY, TN, 37138",36.2769066,-86.6691573,5.0,9701.0,525.0,30,white,male,adf5df7aac,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,TRY STP. DL REVOKED/RESTRICTED. +2011-12-26,09:15:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,76,black,male,39c3a6436c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-23,08:59:00,"AUSTIN AVE, WOODBINE, TN, 37210",36.1215045,-86.749372,,,,41,white,male,095779cb19,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-18,09:03:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4245.0,617.0,41,black,male,09ff8e8092,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-23,09:04:00,"4TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1746858,-86.786076,4.0,4233.0,413.0,19,black,female,f3be646353,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-30,08:10:00,"420 EZELL PIKE, NASHVILLE, TN, 37217",36.0957136,-86.6736813,,,,39,white,female,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-13,05:07:00,"21ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5715.0,815.0,34,white,female,43a72bc466,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-02,19:55:00,"ELM HILL PIKE & MCCRORY CREEK RD, NASHVILLE, TN, 37214",36.1435934,-86.6550429,5.0,9411.0,517.0,19,white,female,aca031796e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT OUT. +2012-03-28,09:15:00,"BROADMOOR DR & LEMONT DR, NASHVILLE, TN, 37216",36.2303759,-86.7438108,2.0,1843.0,225.0,48,black,male,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-14,18:38:00,"180 WALLACE RD, NASHVILLE, TN, 37211",36.081674,-86.7042364,3.0,8705.0,321.0,21,hispanic,male,5d95185f48,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-04,01:49:00,"FAIRLANE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.062915,-86.7168323,8.0,8659.0,835.0,35,white,female,7975bcaa77,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-10,14:26:00,"HARDING PL & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0986104,-86.6593637,3.0,8849.0,323.0,30,white,female,769a186299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-21,05:24:00,"389 KINGVIEW DR, NASHVILLE, TN, 37218",36.2126322,-86.8360577,6.0,3141.0,623.0,74,black,female,15ee8d2800,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-19,07:48:00,"CURDWOOD BLVD & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2196007,-86.7274134,2.0,1815.0,225.0,23,white,female,03f8fe2d63,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-02,14:05:00,"DR D B TODD JR BLVD & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1605319,-86.8018492,6.0,5357.0,615.0,57,black,female,13c1091001,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING --/-- +2014-12-08,23:52:00,"FINN ST & MAIN ST, NASHVILLE, TN, 37206",36.1776764,-86.7527687,,1131.0,,25,white,female,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-31,22:55:00,"I 40 W & OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.0789995,-86.9551254,1.0,4701.0,123.0,19,white,male,eaed2169c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-21,07:23:00,"1106 GALLATIN AVE, NASHVILLE, TN, 37206",36.1898779,-86.7459343,2.0,1321.0,215.0,25,black,male,6074f7bab3,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2015-05-22,02:07:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,50,black,male,95d8d9862e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-09-29,12:41:00,"AMANDA AVE & WOODMONT BLVD, NASHVILLE, , 37215",36.113336,-86.8031326,,,,30,white,male,65d5d978b1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-05-20,05:26:00,"3RD AVE & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4103.0,421.0,56,white,female,8e6e05f1aa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"DRIVER RAN A STOP LIGHT AT -RD AND COMMERCE. +" +2011-03-05,11:45:00,"CHARLOTTE AVE, , TN, 37209",36.1522197,-86.8411666,,,,47,hispanic,male,7f11c3c73c,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,True,True,True,False,consent,vehicle equipment violation,TN, +2015-09-28,13:34:00,"230 THOMPSON LN, NASHVILLE, TN, 37211",36.110973,-86.742141,3.0,8425.0,313.0,42,hispanic,male,3ee2a2a059,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-07,21:39:00,"BUCHANAN CT & BUCHANAN ST, NASHVILLE, TN, 37208",36.180466,-86.8203456,6.0,4449.0,611.0,30,white,male,576170def4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-25,08:16:00,"816 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1358357,-86.724395,5.0,8815.0,531.0,29,white,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-09,13:26:00,"HICKORY HIGHLANDS DR & RURAL HILL RD, ANTIOCH, TN, 37013",36.0617206,-86.6448951,3.0,8861.0,325.0,59,white,male,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-24,05:35:00,"MM 202 2 I40 E, NASHVILLE, TN, 37209",,,1.0,50022.0,123.0,55,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-01,11:17:00,"5100 CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521627,-86.8489048,1.0,5121.0,111.0,30,white,male,cc109f0f38,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-21,22:46:00,"GRACE ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1827206,-86.7686542,2.0,1965.0,221.0,36,white,male,5c3babe003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,LA, +2016-10-21,13:17:00,"5200 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.0602854,-86.7738085,8.0,7111.0,833.0,22,white,female,392b1090b2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-02,10:32:00,"FAIRWAY DR & REVERE PL, NASHVILLE, , 37214",36.1739635,-86.681974,5.0,9201.0,515.0,21,black,female,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-02,15:52:00,"BRILEY PKWY N & COUNTY HOSPITAL RD, NASHVILLE, TN, 37218",36.1867282,-86.860695,6.0,3104.0,625.0,41,white,female,88c2d8920e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2015-11-12,21:58:00,"MURFREESBORO PIKE & UNA ANTIOCH PIKE, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,8937.0,535.0,67,white,female,9d22f052df,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight +2016-11-03,12:02:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8863.0,333.0,39,hispanic,male,1d124ae33c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-23,03:43:00,"ANTIOCH PIKE & FRANKLIN LIMESTONE RD, ANTIOCH, TN, 37013",36.0803927,-86.6857437,,,,45,asian/pacific islander,male,e5723525d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-01,10:34:00,"6440 ROBERTSON AVE, , TN, 37209",36.1585321,-86.8781443,1.0,4657.0,115.0,39,white,male,f5d8fbd78b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-06,03:26:00,"CONFERENCE DR & GALLATIN PIKE N, NASHVILLE, TN, 37115",36.3027491,-86.6918546,7.0,1751.0,727.0,72,white,male,c2231e79ed,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-02,12:03:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,19,black,female,fbdc8fe5b9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAGS +2013-05-15,17:14:00,"CARROLL ST & UNIVERSITY CT, NASHVILLE, TN, 37210",36.1530819,-86.7640239,5.0,8203.0,511.0,36,black,female,4714ced2a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-10,13:45:00,"BUCHANAN ST & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.1800641,-86.811026,6.0,4413.0,611.0,60,black,male,5a270d4b1d,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-07,16:19:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3155.0,623.0,52,black,female,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-16,01:44:00,"6936 HWY 70 S, NASHVILLE, TN, 37205",36.1305352,-86.9019063,1.0,4903.0,121.0,24,black,male,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-21,19:22:00,"EDGEHILL AVE & VILLA PL, NASHVILLE, TN, 37212",36.1432538,-86.7918819,8.0,6703.0,811.0,21,black,male,7f11c3c73c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-02,17:00:00,"HARDING PL & 65 N, NASHVILLE, TN, 37220",36.0791415,-86.764645,8.0,8601.0,833.0,32,white,male,766a98473e,vehicular,registration,False,True,False,citation,True,False,False,True,True,True,True,consent,registration,TN, +2011-04-12,09:40:00,"DUE WEST AVE W & SAUNDERS AVE, MADISON, TN, 37115",36.2485862,-86.7286277,7.0,1779.0,723.0,36,black,female,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-31,16:11:00,"14TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.16076,-86.7936683,8.0,5501.0,813.0,38,black,male,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-12-21,07:03:00,"MM 197 2 I40 W, NASHVILLE, TN, 37221",,,1.0,4706.0,123.0,34,hispanic,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-08,18:10:00,"HARDING PIKE & RIDGEFIELD WAY, , TN, 37205",36.1264534,-86.8454911,1.0,6021.0,117.0,40,white,male,6c4d415b15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-30,01:08:00,"BRILEY PKWY & GLASTONBURY RD, NASHVILLE, TN, 37217",36.1372313,-86.6995594,5.0,88943.0,531.0,37,black,male,05a9feba15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-30,01:48:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1301.0,215.0,20,white,male,4641ba1563,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-15,23:29:00,"DICKERSON PIKE & E TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,25,black,female,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2014-11-05,02:42:00,"MM 90 2 I65 N, NASHVILLE, TN, 37207",,,2.0,1808.0,225.0,34,black,female,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-29,18:28:00,"EDGE O LAKE DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0795106,-86.6445959,5.0,8937.0,535.0,50,black,male,48aaf04fba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-14,13:05:00,", , ,",,,,,,48,white,female,39e9ad240b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG +2016-04-26,02:50:00,"BAKERTOWN RD & HAYWOOD LN, , TN, 37013",36.069931,-86.6856127,,,,29,white,male,977e78432c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,LA, +2011-09-27,20:57:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,5.0,8823.0,531.0,39,black,male,c213187829,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-01,03:05:00,"BROOKMONT TER & HARDING PIKE, NASHVILLE, , 37205",36.0894013,-86.8913316,1.0,4911.0,121.0,57,white,female,401baa3680,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIV HEADLIGHT +2012-05-29,19:18:00,"DUE WEST AVE E & S GALLATIN PIKE, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1785.0,711.0,44,black,female,887e82c03d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-14,23:26:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,24,hispanic,male,e24c163b5d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-20,23:18:00,"HEARTHSTONE LN & OLD HICKORY BLVD, BRENTWOOD, , 37027",36.039718,-86.7628741,,,,43,white,male,eeb3c63112,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-09,15:37:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,41,white,male,41dfc9efaf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-09,07:59:00,"9TH AVE N & DOMINICAN DR, NASHVILLE, TN, 37208",36.186595,-86.8040856,6.0,4495.0,611.0,29,black,female,8283fd87e4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-03,21:42:00,"LAFAYETTE ST & WHARF AVE, NASHVILLE, TN, 37210",36.1488548,-86.7624691,3.0,8149.0,311.0,41,white,female,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2018-03-16,03:18:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1123.0,211.0,35,black,male,d08894c335,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-03-28,09:25:00,"BRILEY PKWY W & I 65 N, , TN, 37216",36.2396259,-86.7539834,,,,30,white,male,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-31,16:05:00,"DUE WEST AVE N & OLD DUE WEST AVE, MADISON, TN, 37115",36.2505477,-86.7423286,7.0,2041.0,725.0,42,white,male,b541004824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ROLL THROUGH STOP SIGN +2013-11-08,06:51:00,"HARDING PL & MILNER DR, NASHVILLE, TN, 37211",36.0777714,-86.7315577,8.0,8501.0,831.0,55,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-29,22:00:00,"MURFREESBORO PIKE & PHILFRE CT, NASHVILLE, TN, 37217",36.1282439,-86.7129582,5.0,8817.0,531.0,33,black,male,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-12,09:59:00,"217 MYATT DR, MADISON, TN, 37115",36.2685898,-86.6896808,7.0,1713.0,715.0,35,white,female,e4380ec764,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING --MPH IN --MPH ZONE +2012-09-18,23:59:00,"DICKERSON PIKE & E TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1833.0,223.0,30,black,male,9edafecd50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-16,07:17:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8865.0,333.0,33,white,male,c213187829,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-22,21:32:00,"1900 DICKERSON PIKE, , TN, 37207",36.2045109,-86.769403,2.0,1863.0,223.0,47,black,female,2669c08d88,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-31,23:23:00,"7441 HWY 70 S, NASHVILLE, TN, 37221",36.07453,-86.9370834,1.0,4811.0,125.0,26,white,male,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2010-02-26,00:08:00,"1003 SUMMIT AVE, NASHVILLE, TN, 37203",36.1383077,-86.78459,8.0,6911.0,821.0,37,black,male,a61896fa86,vehicular,seatbelt violation,False,True,False,citation,True,True,False,True,True,True,True,other,seatbelt violation,TN,"possible marijuana was seen in plain view in a food bag. +" +2015-01-27,13:18:00,"MAIN ST & N 10TH ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,2.0,1131.0,213.0,44,white,male,1951043a09,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-25,17:58:00,"2ND AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1632454,-86.7760574,4.0,4103.0,421.0,40,white,male,77770d30d7,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-17,13:26:00,"100 TULIP GROVE PT, HERMITAGE, TN, 37076",36.181361,-86.59537,5.0,9557.0,523.0,27,hispanic,male,963f2c3d0d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-18,03:45:00,"2664 SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.09076,-86.627036,5.0,8935.0,535.0,45,white,female,96902ae3c4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-09,04:09:00,"4TH AVE S & MCCANN ST, NASHVILLE, TN, 37210",36.1496758,-86.7698196,3.0,8153.0,311.0,32,black,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2010-12-31,07:37:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,33,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AR, +2012-05-19,01:24:00,"19TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1523038,-86.7974334,8.0,5523.0,811.0,31,white,male,8049a09e08,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TX, +2018-05-19,21:58:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,20,black,female,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-04,08:58:00,"CLEVELAND ST & N 9TH ST, NASHVILLE, TN, 37206",36.1846308,-86.7582816,,1925.0,,33,black,female,58251cd0f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-19,13:00:00,"1410 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2051492,-86.778437,6.0,3007.0,621.0,25,black,female,5a270d4b1d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-18,01:39:00,"S GALLATIN PIKE & WOODRUFF ST, MADISON, TN, 37115",36.2598741,-86.7130329,,1605.0,,22,black,male,53db68761e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AK, +2011-07-07,12:28:00,"12TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1510813,-86.7843184,4.0,4019.0,423.0,57,black,male,dd16a8e4a3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"WARNED ON BRAKE LT. PROB. +" +2012-05-16,09:32:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,38,black,male,099216fe9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-26,09:36:00,"7004 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1296577,-86.9049754,1.0,4703.0,123.0,74,white,female,d098ec755c,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,AL, +2014-04-27,22:34:00,"WEST END AVE & 31ST AVE S, , TN, 37203",36.1425894,-86.8154969,,,,19,white,male,6f0e6c9ea2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2011-05-16,02:16:00,"STARLINER DR & THUNDERBIRD DR, NASHVILLE, , 37209",36.1461307,-86.8814634,,,,51,white,female,2b7a7efb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speeding +" +2015-01-28,05:20:00,"ANTIOCH PIKE & HARDING PL, NASHVILLE, TN, 37211",36.0874362,-86.6922057,3.0,8843.0,315.0,50,white,male,4b50e3a934,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-02,07:00:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,55,black,female,0f631f3a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-02,03:50:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,26,white,male,3ce33785e5,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-07-25,19:03:00,"HARDING PL & JONQUIL DR, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8419.0,317.0,37,unknown,female,0491807f2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-30,20:21:00,"DAVIS AVE & LITTON AVE, NASHVILLE, TN, 37216",36.2022004,-86.7371893,2.0,1415.0,217.0,52,white,male,6ba3cffa6c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-27,21:00:00,"370 S 5TH ST, NASHVILLE, TN, 37206",36.1683167,-86.7626172,2.0,1111.0,211.0,30,white,male,e1b3fd3e66,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE HEADLIGHT OUT +2016-03-04,23:09:00,"CLAIBORNE ST & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1484116,-86.761179,5.0,8209.0,511.0,54,black,male,a9f6f7391f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-24,20:40:00,"GALLATIN AVE & SEYMOUR AVE, NASHVILLE, TN, 37206",36.1856479,-86.7475574,2.0,1319.0,215.0,24,black,female,46db754e20,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN,CSU- NO MDC +2016-01-19,02:31:00,"EDMONDSON PIKE & SUTER DR, NASHVILLE, TN, 37211",36.0710526,-86.7337936,8.0,8659.0,835.0,24,hispanic,male,99d09ccd39,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,bright and dazzling head lights +2014-04-09,17:04:00,"S GALLATIN PIKE & HICKORY ST, MADISON, TN, 37115",36.2603698,-86.7128553,7.0,1771.0,711.0,61,black,female,6126211b97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"STOPPED THE SUBJECT FOR SWERVING. MEDIC -- RESPONDED BECAUSE SUBJECT TOLD ME THAT SHE WAS DIABETIC, HAD HIGH BLOOD PRESSURE, AND WAS TIRED. SUBJECT'S BLOOD PRESSURE --- / -- THEN --- / --. RELEASED BY NFD AFTER HER BLOOD PRESSURE CAME DOWN TO --- / --." +2015-09-25,21:10:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,69,white,female,34b846e056,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-23,22:11:00,"921 JEFFERSON ST, NASHVILLE, TN, 37208",36.1725342,-86.7934518,6.0,4239.0,617.0,17,black,female,e143bf684a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-05-19,03:14:00,"2910 HOBSON PIKE, HERMITAGE, TN, 37076",36.094124,-86.557631,3.0,8909.0,335.0,29,asian/pacific islander,male,4e622eb289,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-12,21:10:00,"3019 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2266828,-86.759258,2.0,1811.0,225.0,36,black,male,769a186299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-17,19:32:00,"HARRISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1685721,-86.7883388,4.0,4221.0,411.0,33,white,male,20594604e0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-12,08:56:00,"CEDARCREEK DR & CEDARMONT DR, NASHVILLE, TN, 37211",36.041374,-86.7037399,,,,33,black,female,0f631f3a0e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-22,22:35:00,"4TH AVE S & BROADWAY, NASHVILLE, TN, 37219",36.1610247,-86.7771798,4.0,4107.0,421.0,45,white,male,12d3d862ae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-13,12:40:00,"I 24 W & SHELBY AVE, NASHVILLE, TN, 37206",36.1673362,-86.7648518,2.0,1102.0,211.0,39,black,female,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-10-16,15:58:00,"3200 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1941634,-86.8313931,6.0,3155.0,623.0,58,black,male,8352dce69b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-06,11:38:00,"LYLE AVE & WEST END AVE, NASHVILLE, TN, 37203",36.1518387,-86.7983819,8.0,5709.0,811.0,24,white,female,9e39306399,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-06,07:24:00,"16TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1542929,-86.7928901,8.0,5703.0,811.0,62,white,male,acb89d1f7f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-22,14:42:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9294.0,515.0,45,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-27,20:15:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,3.0,8879.0,315.0,22,white,male,2cd8d90206,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-24,14:16:00,"MOOREWOOD DR & RAINWOOD DR, NASHVILLE, TN, 37207",36.2431959,-86.7733374,7.0,2033.0,721.0,23,black,male,73a0ab20fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2010-04-15,07:30:00,"FRIST BLVD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,20,white,female,2689d516d0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2014-11-28,23:26:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,23,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MA,SPEEDING +2016-10-01,19:36:00,"11TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1803336,-86.8044495,6.0,4451.0,613.0,65,black,male,7795d00d59,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-12,19:27:00,"1410 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2051492,-86.778437,6.0,3007.0,621.0,29,white,female,e6ef9a875b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-31,19:33:00,"HERMITAGE WOODS DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1772371,-86.6042945,5.0,9561.0,521.0,29,black,female,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-09,01:08:00,"I 65 N & MM 94.6, , TN,",36.2393952,-86.7414433,,,,59,white,male,77d95dd102,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-08,11:46:00,"4511 CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520933,-86.8419202,1.0,5203.0,113.0,30,white,male,80cbba0ee1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-12,16:30:00,", , ,",,,,,,25,black,male,262e2cae19,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-08-21,15:14:00,"CEDAR HILL RD & PACKARD DR, NASHVILLE, TN, 37211",36.0633353,-86.7029638,,8711.0,,65,white,female,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-18,01:21:00,"49TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520558,-86.845984,1.0,5129.0,113.0,29,white,,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,SC,BRAKE LIGHT OUT +2010-07-21,04:45:00,"3361 BELL RD, NASHVILLE, TN, 37214",36.1328246,-86.6292703,5.0,8989.0,533.0,27,white,female,96902ae3c4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-01,23:55:00,"MERIDIAN CT & MERIDIAN ST, NASHVILLE, TN, 37207",36.1980557,-86.7668491,2.0,1865.0,223.0,27,black,female,fa584a6825,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-04,10:28:00,"DICKERSON PIKE & GATEWOOD AVE, NASHVILLE, TN, 37207",36.2001781,-86.7698986,2.0,1863.0,223.0,40,black,male,a7e4b373f1,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-27,21:13:00,"3931 GALLATIN PIKE, NASHVILLE, TN, 37216",36.218762,-86.728368,2.0,1817.0,225.0,43,black,female,34873bcc9e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-13,03:57:00,"25TH AVE N & BRANDAU PL, NASHVILLE, TN, 37203",36.149037,-86.8097235,8.0,5623.0,813.0,54,white,female,b8abdfc82f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-19,17:34:00,"445 OWENDALE DR, ANTIOCH, TN, 37013",36.076633,-86.624044,,,,25,black,female,30042afedf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-30,07:56:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,45,black,female,6074f7bab3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-24,23:54:00,"3939 APACHE TRL, NASHVILLE, TN, 37211",36.0661563,-86.6869276,3.0,8709.0,321.0,25,black,female,80e2c428b5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-01,23:28:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,25,white,male,a3f840e016,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-28,22:35:00,"ELM HILL PIKE & FESSLERS LN, NASHVILLE, TN, 37210",36.1446647,-86.7440284,5.0,8211.0,511.0,38,white,male,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-16,07:36:00,"I 24 E, BAKERTOWN, TN, 37211",36.3771316,-86.9885236,,,,33,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-10,14:23:00,"OBRIEN AVE & WESTBORO DR, NASHVILLE, TN, 37209",36.1489283,-86.8731179,1.0,5029.0,115.0,37,white,female,a70d3cbc7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-01,00:34:00,"S GRAYCROFT AVE & FREDA VILLA, MADISON, , 37115",36.2464842,-86.7354839,,,,25,white,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL,ROLLED RED SIGNAL. +2018-07-30,11:50:00,"24 W & WHITES CREEK PIKE, JOELTON, TN, 37080",,,6.0,22121.0,627.0,59,white,female,49a9fba2d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-08,05:59:00,"MM 210 I40 E, NASHVILLE, TN, 37203",,,8.0,8002.0,821.0,23,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-05,12:31:00,"I 65 N & I 440 ENTRY, NASHVILLE, TN, 37204",35.7275536,-86.9604933,8.0,8504.0,825.0,52,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-30,08:10:00,"3214 FRENO LN, NASHVILLE, TN, 37214",36.1777499,-86.6767033,,,,30,white,male,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-27,01:42:00,"2ND AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,3.0,8151.0,311.0,34,white,male,556b2abc49,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-02,00:40:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,2.0,1895.0,227.0,18,black,male,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-03-25,18:47:00,"S GALLATIN PIKE & DUE WEST AVE E, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1785.0,711.0,26,white,female,971bc941e5,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2016-05-20,17:27:00,"917 MASSMAN DR, NASHVILLE, TN, 37217",36.1383719,-86.711208,5.0,8825.0,531.0,28,black,male,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-28,21:55:00,"BENZING RD & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.045306,-86.7016897,3.0,8719.0,331.0,44,asian/pacific islander,male,60298a925e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-04-01,09:58:00,"I 40 E & ARLINGTON AVE, NASHVILLE, TN, 37210",39.1184335,-77.5353968,5.0,8206.0,513.0,46,white,male,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-11,21:40:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,29,black,male,1d683e1215,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-12,22:16:00,"LAFAYETTE ST & LINCOLN ST, NASHVILLE, TN, 37210",36.1481688,-86.7604364,5.0,8209.0,511.0,33,white,male,3316885e7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-18,01:18:00,"ELYSIAN FIELDS RD & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0868909,-86.7302104,,,,44,white,male,e5723525d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-03,05:30:00,"HARDING PL & WAUFORD DR, NASHVILLE, TN, 37211",36.0809436,-86.7515964,8.0,8605.0,831.0,27,white,male,99d09ccd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2018-11-06,21:56:00,"E PALESTINE AVE & GALLATIN PIKE S, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1507.0,711.0,56,white,male,82e20fdb7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-13,19:14:00,"BRICK CHURCH PIKE & WOODFOLK AVE, NASHVILLE, TN, 37207",36.2174362,-86.7815144,6.0,3021.0,621.0,56,black,male,ddc50dd0e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-21,19:05:00,"DAYTON AVE & GLENROSE AVE, NASHVILLE, TN, 37210",36.1255258,-86.7452121,3.0,8103.0,311.0,25,hispanic,male,fbffef7c80,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"oss/ no mdc +" +2012-06-15,15:50:00,"40TH AVE N & 43RD AVE N, NASHVILLE, TN, 37209",36.1643594,-86.838345,1.0,4513.0,111.0,35,black,female,8563660720,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING--- MPH IN A -- MPH ZONE +2016-08-02,09:05:00,", , ,",,,,,,52,white,female,7dcd081b3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2014-05-27,09:37:00,"BRIDGEWAY AVE & ENSLEY AVE, OLD HICKORY, TN, 37138",36.2694591,-86.6663893,5.0,9611.0,525.0,33,white,male,b026378af6,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-12-03,16:34:00,"HARDING PL, CRIEVE HALL, TN, 37211",36.0783139,-86.7300129,,,,30,hispanic,male,8e6e05f1aa,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-13,17:06:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,24,white,male,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2015-11-21,22:58:00,"19TH AVE N & HAYES ST, NASHVILLE, TN, 37203",36.1533167,-86.7981923,8.0,5525.0,811.0,19,white,male,7a79e3c609,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-08,19:32:00,"BURGESS AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.145004,-86.8579697,1.0,5103.0,113.0,22,black,female,a70d3cbc7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-21,23:59:00,"BELL RD & COLLINS PARK DR, ANTIOCH, TN, 37013",36.0459841,-86.6579079,3.0,8863.0,333.0,22,black,male,883b5b4087,vehicular,safety violation,False,False,True,warning,False,False,False,True,True,True,True,probable cause,safety violation,TN, +2017-03-31,11:54:00,"RAYWOOD LN & TUSCULUM RD, NASHVILLE, TN, 37211",36.0591065,-86.7142621,3.0,8711.0,321.0,33,white,female,871986f056,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-14,01:39:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,30,black,male,15279c6fe5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-18,14:34:00,"BROADWAY & OPRY PL, NASHVILLE, TN, 37203",36.1604836,-86.7784329,4.0,4109.0,421.0,72,white,female,d66185588d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-12,14:02:00,"28TH AVE N & JEFFERSON ST, , TN, 37209",36.1678281,-86.8207666,,,,56,black,male,95f3b9204e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-17,05:24:00,"EXIT 219 I 40 E, NASHVILLE, TN, 37214",36.1530404,-86.6265363,,,,43,white,male,ebfe43e91e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HEAD LIGHT, PLATE LIGHT" +2016-06-21,11:59:00,"I 40 E & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1535482,-86.7872483,8.0,5701.0,811.0,26,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2019-03-15,07:54:00,"MM 1 0 I440 W, NASHVILLE, TN, 37203",,,8.0,5622.0,813.0,25,white,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-11,09:10:00,"ANDERSON LN & PIERCE RD, MADISON, TN, 37115",36.2730665,-86.7026206,7.0,1727.0,715.0,39,black,female,831999c6fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign at roosevelt and delaware +2018-02-06,16:32:00,"26TH AVE N & DOWLAN ST, NASHVILLE, TN, 37228",36.188493,-86.8182962,6.0,4483.0,611.0,42,black,female,00eb678631,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-04,15:35:00,"DAVIDSON DR & DOWNEY DR, NASHVILLE, TN, 37205",36.1259001,-86.9026794,1.0,4905.0,121.0,37,hispanic,male,a61896fa86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"ARMS SLOW TO SYNC +" +2010-06-04,01:22:00,"EDMONDSON PIKE & OAKLEY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,26,white,female,4a107ef3da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-07,03:41:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,40,black,male,0a0f0a25d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-01,00:24:00,"1090 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.127088,-86.7107564,5.0,8817.0,531.0,24,black,female,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-03,08:10:00,"MM 204 0 I40 E, NASHVILLE, TN, 37209",,,1.0,5202.0,111.0,37,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-02,19:39:00,"OBRIEN AVE & WESTBORO DR, NASHVILLE, TN, 37209",36.1489283,-86.8731179,1.0,5029.0,115.0,34,white,male,3c72ff8fdc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-19,13:17:00,"109 N GALLATIN PIKE, MADISON, TN, 37115",36.2633911,-86.7121628,7.0,1763.0,723.0,20,black,female,1524cabb18,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2018-09-25,09:13:00,"LEBANON PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1984469,-86.6201996,5.0,9613.0,521.0,48,white,male,fc8eeff4da,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2015-08-05,00:52:00,"1221 BROADWAY, NASHVILLE, TN, 37203",36.1560164,-86.7880968,4.0,4119.0,411.0,37,white,male,d417ae0732,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-07,18:39:00,"I 40 W & I 24 E, NASHVILLE, TN, 37210",36.1539502,-86.7572484,5.0,90062.0,513.0,35,black,female,7c444f83db,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,LASER -- IN -- MPH ZONE (STOPPED IN FRONT OF SHERIFF WORKHOUSE) +2011-03-05,22:22:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,5.0,8951.0,531.0,19,black,male,15a96472a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-23,10:37:00,"CLARKSVILLE PIKE & W HAMILTON RD, NASHVILLE, TN, 37218",36.2083309,-86.8396132,6.0,3123.0,625.0,32,black,male,7ede7c259c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"OBSERVED TRAVELING NORTH ON CLARKSVILLE PKE WITH NO BRAKE LIGHTS, BUT HAD TURN LIGHTS" +2016-09-20,10:10:00,"580 DONELSON PIKE, NASHVILLE, TN, 37214",36.1432202,-86.6676193,5.0,9103.0,517.0,30,black,male,a597c4ac85,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-25,09:26:00,"CLEVELAND ST & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1841237,-86.7600597,2.0,1903.0,221.0,42,white,female,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-16,12:08:00,"ALGONQUIN TRL & CIMARRON WAY, , , 37013",36.0606212,-86.6857451,,,,21,hispanic,male,262e2cae19,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2012-02-04,20:44:00,"131 BROADWAY, NASHVILLE, TN, 37201",36.1619695,-86.7750059,4.0,4095.0,421.0,23,black,female,b5ca91d71f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-04-29,23:06:00,"CHARLOTTE PIKE & WATTS LN, NASHVILLE, TN, 37209",36.1441238,-86.8730997,1.0,5025.0,115.0,38,white,male,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-05,09:13:00,"AVONDALE CIR & HAMPTON ST, NASHVILLE, TN, 37207",36.2088998,-86.7790482,6.0,3019.0,621.0,19,black,female,63295b6591,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-09,10:50:00,"W HILLWOOD DR & BROOK HOLLOW RD, , , 37205",36.1305102,-86.8835448,,,,31,white,male,6c2a04c6f9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-24,11:51:00,"ASHLAND CITY HWY & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1976602,-86.8373448,,3163.0,,30,black,female,084c20944a,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,"EXPIRES TAGS +TRAFFIC STOP +TRAFFIC CITATION" +2013-11-15,18:34:00,"14TH AVE N & CASS ST, NASHVILLE, TN, 37208",36.1852809,-86.8093122,6.0,4491.0,611.0,18,black,female,63295b6591,vehicular,moving traffic violation,False,True,True,citation,True,True,False,True,True,True,True,probable cause,moving traffic violation,TN, +2010-08-10,08:08:00,"I 65 S & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0391614,-86.7844183,8.0,7111.0,833.0,27,white,male,65d5d978b1,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-07-22,09:17:00,"3410 WEST END AVE, NASHVILLE, TN, 37203",36.1385524,-86.8204491,8.0,5629.0,813.0,43,black,female,65e8b864be,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,left brake light +2012-07-27,07:07:00,"CROUCH DR & VANDERHORST DR, NASHVILLE, TN, 37207",36.2166634,-86.8135461,6.0,3043.0,623.0,38,black,female,c51a70920b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-18,17:12:00,"BROADWAY & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4085.0,421.0,30,white,male,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO TURN ON RED +2014-07-28,18:51:00,"LESTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1455308,-86.7525448,3.0,8133.0,311.0,45,black,male,766a98473e,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN,SEATBELT +2011-07-06,20:57:00,"N MARTHONA RD & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2644632,-86.7301684,7.0,1745.0,723.0,41,black,female,0e1022b041,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-29,09:39:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9196.0,513.0,37,white,male,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,speed +2011-11-15,15:32:00,"1150 BELL RD, ANTIOCH, TN, 37013",36.0448975,-86.6675323,3.0,8753.0,331.0,25,black,male,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-23,17:22:00,"512 OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.0988768,-86.9223045,,,,38,white,female,3800f77872,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-20,10:42:00,"CHARLOTTE PIKE, WEST, TN, 37205",36.1302698,-86.899755,,,,29,black,male,fffe5752f3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-18,05:15:00,"BRICK CHURCH PIKE & EWING DR, NASHVILLE, TN, 37207",36.2315631,-86.7815318,7.0,2003.0,721.0,57,black,female,1b55d714e1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-02-27,14:50:00,"MM 19 6 BRILEY W, NASHVILLE, TN, 37207",,,6.0,3204.0,627.0,23,white,male,73a0ab20fb,vehicular,moving traffic violation,False,False,True,warning,True,True,False,False,True,True,True,consent,moving traffic violation,TN,NO TURN SIGNAL WHEN CHANGING LANES +2014-11-09,04:33:00,"WHITE BRIDGE PIKE & WHITE BRIDGE PL, NASHVILLE, TN, 37209",36.1511332,-86.8577383,,5035.0,,20,black,female,82d73ab013,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,False,True,True,False,other,vehicle equipment violation,TN, +2011-10-14,18:10:00,"BRILEY PKWY & VULTEE BLVD, NASHVILLE, TN, 37217",36.1243072,-86.6964287,5.0,8998.0,531.0,53,white,male,a2ee588582,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-06,05:00:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,3.0,8873.0,315.0,24,black,male,400b7ff3c7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-07-06,03:36:00,"MURFREESBORO PIKE & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,8935.0,535.0,22,black,male,7400ecbe19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-25,19:44:00,", , ,",,,,,,27,black,male,d24416b2d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-29,12:34:00,"2424 OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0514115,-86.8852933,1.0,6211.0,117.0,30,white,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-10,22:36:00,"N 12TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1772272,-86.7484953,2.0,1239.0,213.0,24,white,male,ec7adf5a98,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MN,RAN STOP SIGN +2011-09-20,23:37:00,"ANNEX AVE & CABOT DR, NASHVILLE, TN, 37209",36.1419169,-86.8858287,1.0,4677.0,123.0,50,white,male,7c6f123f51,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-29,17:31:00,"42ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1523697,-86.8370136,1.0,5217.0,113.0,65,white,male,35142721de,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-14,11:07:00,"40TH AVE N & NEBRASKA AVE, , TN, 37209",36.1428913,-86.8327199,1.0,5215.0,113.0,51,white,male,20df4b1e70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-05,08:04:00,"10TH AVE N & HARRISON ST, , TN, 37208",36.1672371,-86.7913551,,,,25,white,male,9edafecd50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-09,17:20:00,"DR D B TODD JR BLVD & JACKSON ST, NASHVILLE, TN, 37208",36.1657538,-86.8051136,6.0,5409.0,615.0,33,black,female,57430a5972,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-15,13:53:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,88,white,male,77134f5a26,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-04-06,16:34:00,"HERMITAGE WOODS DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1772371,-86.6042945,5.0,9561.0,521.0,30,white,male,734be7bdb9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,VEHICLE WAS STOPPED FOR A BREAK LIGHT OUT. +2012-02-20,21:07:00,"NOLENSVILLE PIKE & OCALA DR, NASHVILLE, TN, 37211",36.0515457,-86.7142302,3.0,8715.0,331.0,36,white,male,8c95eaaf8f,vehicular,moving traffic violation,True,False,True,arrest,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN. SUSPENDED D/L. WARRANT OUT OF WILSON CO. +2017-04-04,23:55:00,"49TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520558,-86.845984,1.0,5127.0,111.0,63,white,female,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,KY, +2018-03-22,00:05:00,"MCGAVOCK PIKE & WINDEMERE CIR, NASHVILLE, TN, 37214",36.1869798,-86.6756102,5.0,9317.0,515.0,29,white,male,9dc8c71b5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-18,13:10:00,"BRILEY PKWY & LEBANON PIKE, NASHVILLE, TN, 37214",36.17048,-86.6675065,5.0,9121.0,513.0,19,white,male,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-18,11:52:00,"CHEROKEE RD & VALLEY RD, , , 37205",36.1320591,-86.8389838,,,,46,white,male,ff473c9d10,vehicular,moving traffic violation,False,True,True,citation,False,False,False,True,True,True,False,consent,moving traffic violation,TN,stop sign ran aberdeen/cherokee. speed over --. susp dl +2013-02-26,23:21:00,"ARTA DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.267315,-86.7461717,7.0,2039.0,725.0,42,black,female,b1fc87489f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,PASS. SIDE HEADLIGHT OUT +2012-07-13,15:43:00,"NOLENSVILLE PIKE & WHITSETT RD, NASHVILLE, TN, 37210",36.1155156,-86.7475693,3.0,8315.0,313.0,59,white,female,871986f056,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-03-02,07:48:00,"46TH AVE N & UTAH AVE, NASHVILLE, TN, 37209",36.1444116,-86.8418414,1.0,5135.0,113.0,63,white,female,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-27,11:35:00,"ASHLAND CITY HWY & OLD HYDES FERRY PIKE, NASHVILLE, TN, 37218",36.2066759,-86.9382994,6.0,3237.0,627.0,63,white,female,6074f7bab3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-25,00:08:00,"OLD BUENA VISTA RD & W TRINITY LN, NASHVILLE, TN, 37218",36.2060909,-86.8110252,6.0,3035.0,623.0,49,black,male,a9f7e22f26,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-08-25,09:27:00,"65 S & W TRINITY LN, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3002.0,621.0,19,black,female,6761423fb7,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,False,True,True,False,other,moving traffic violation,TN, +2010-03-18,08:06:00,"DR WALTER S DAVIS BV & TIGERBELLE DR, NASHVILLE, TN, 37209",36.1674248,-86.8350839,6.0,4503.0,613.0,30,white,female,a0139362ed,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-24,21:04:00,", , ,",,,,,,39,hispanic,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2011-08-05,11:34:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,21,black,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2015-03-24,19:32:00,"11 VAUGHNS GAP RD, NASHVILLE, TN, 37205",36.078862,-86.8866496,,,,56,white,female,80cbba0ee1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-29,16:05:00,"6TH AVE N & CHURCH ST, NASHVILLE, TN, 37219",36.1626279,-86.7814084,4.0,4143.0,411.0,30,white,male,007d7104a8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,TAG EXPIRED SINCE ------ +2013-07-11,05:10:00,"I 65 S & W TRINITY LN, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3002.0,621.0,56,black,male,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-24,22:17:00,"LESTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1455308,-86.7525448,3.0,8133.0,311.0,32,white,male,7f79da4426,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-01,23:30:00,"CLARKSVILLE PIKE & ED TEMPLE BLVD, NASHVILLE, TN, 37228",36.1879505,-86.8215312,6.0,4483.0,611.0,37,black,male,3245129711,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2013-09-01,01:18:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,23,black,female,1fe511a9f7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-22,20:52:00,"MAIN ST & S 5TH ST, NASHVILLE, TN, 37206",36.1728291,-86.7652377,2.0,1997.0,227.0,23,white,female,c30056497f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-04-04,11:40:00,"CONNARE DR & N GRAYCROFT AVE, MADISON, TN, 37115",36.2849663,-86.7153156,7.0,1759.0,727.0,22,black,male,848190f372,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-12,11:20:00,"MOORMANS ARM RD & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2181825,-86.803505,6.0,3033.0,623.0,55,black,male,8d1ae9f4d1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-11,00:32:00,"BROADWAY & LYLE AVE, NASHVILLE, TN, 37203",36.150301,-86.7972563,8.0,5709.0,811.0,34,black,male,5db485cff3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-03,18:04:00,"FRIST BLVD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,32,black,female,30042afedf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-06,19:18:00,"MCDONALD DR & WINTHORNE DR, NASHVILLE, TN, 37217",36.1178573,-86.7032675,3.0,8811.0,315.0,35,hispanic,male,3c1411f7e8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-10-19,14:30:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4115.0,421.0,28,white,female,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-27,14:38:00,"2664 SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.09076,-86.627036,5.0,8935.0,535.0,62,white,male,b5ca91d71f,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2014-12-05,07:43:00,"BUENA VISTA PIKE & RESHA LN, NASHVILLE, TN, 37218",36.1945677,-86.8304148,6.0,3135.0,623.0,76,black,female,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-03,09:05:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,,8945.0,,34,white,male,06dbf4a801,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-27,20:01:00,"54TH AVE N & PENNSYLVANIA AVE, NASHVILLE, TN, 37209",36.163041,-86.8531692,1.0,4607.0,111.0,29,white,male,37a4238cc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-04,07:47:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6939.0,821.0,53,white,male,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-13,12:24:00,"I 24 W & ANTIOCH PIKE, NASHVILLE, TN, 37217",36.074658,-86.681024,3.0,8839.0,315.0,39,black,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-04,20:04:00,"1411 GALLATIN AVE, NASHVILLE, TN, 37206",36.1943132,-86.7429947,2.0,1363.0,215.0,45,black,female,c912d50c7a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-30,17:47:00,"EASTLAND AVE & N 15TH ST, NASHVILLE, , 37206",36.1832322,-86.7425922,,,,25,white,female,70d2debcb6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-02,20:14:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,41,white,male,12bfc112fa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MI,"TAG NOT VISIBLE +" +2010-01-06,20:05:00,"I 24 W & OLD FRANKLIN RD, ANTIOCH, TN, 37013",35.23952,-85.843417,3.0,8863.0,333.0,24,black,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MS, +2016-05-05,08:41:00,"ASHLAND CITY HWY & WINDOVER DR, NASHVILLE, TN, 37218",36.1996826,-86.8464756,,3163.0,,53,white,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-04,06:23:00,"42ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1523697,-86.8370136,1.0,5217.0,113.0,35,black,female,e8583fbb05,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-09,12:53:00,"DICKERSON PIKE & EASTMORELAND ST, NASHVILLE, TN, 37207",36.1955916,-86.7721149,2.0,1867.0,223.0,58,black,male,a773a4fff8,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,False,consent,moving traffic violation,TN, +2014-07-20,13:18:00,"CLEVELAND ST & N 6TH ST, NASHVILLE, TN, 37207",36.1857706,-86.7619481,2.0,1945.0,221.0,23,white,male,58251cd0f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-17,00:12:00,"GALLATIN AVE & STRATTON AVE, NASHVILLE, TN, 37206",36.1827018,-86.7488297,2.0,1243.0,213.0,32,white,female,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,red light +2015-05-08,05:40:00,"BUENA VISTA PIKE & W HAMILTON AVE, NASHVILLE, TN, 37218",36.2180489,-86.8203286,6.0,3103.0,623.0,31,black,male,529fc1bfb1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-21,20:09:00,"3221 PANORAMA DR, NASHVILLE, TN, 37218",36.1811354,-86.8409398,6.0,3173.0,625.0,44,black,male,bb08d79064,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-11,17:49:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,37,white,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-12,10:21:00,"333 RIO VISTA DR, MADISON, TN, 37115",36.2689613,-86.6839391,7.0,1713.0,715.0,52,black,female,ac10577e91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-03,20:26:00,"HUMBER DR & WALLACE RD, NASHVILLE, , 37211",36.0795105,-86.714481,,,,51,hispanic,male,fc8eeff4da,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-20,17:08:00,"CRAIGHEAD ST & WESTWOOD DR, NASHVILLE, TN, 37204",36.1264874,-86.7757183,8.0,6921.0,823.0,30,white,female,c0587b7ac9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HEADLIGHT +" +2014-11-25,04:00:00,"CHARLOTTE PIKE & WESTBORO DR, NASHVILLE, TN, 37209",36.1460731,-86.870747,1.0,5027.0,115.0,45,white,female,db6c29e919,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-02-01,16:22:00,"CHEYENNE BLVD & PALLAS DR, MADISON, TN, 37115",36.2542447,-86.672492,7.0,1633.0,713.0,43,black,male,4f1d028e45,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-13,02:55:00,"7441 HWY 70 S, NASHVILLE, TN, 37221",36.07453,-86.9370834,1.0,4811.0,125.0,29,white,female,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-27,07:49:00,"1716 ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1814323,-86.7966291,6.0,4341.0,617.0,57,black,female,b5dcfa19fe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-07,01:26:00,"W EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1833502,-86.7485645,2.0,1243.0,213.0,56,white,female,4065a7332f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILED TO STOP AT A FLASHING RED SIGNAL +2018-01-29,10:58:00,"BELMONT BLVD & 440 E, NASHVILLE, TN, 37215",36.1075807,-86.7995536,8.0,6417.0,823.0,54,white,female,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-08,18:41:00,"DELTA AVE & GARFIELD ST, NASHVILLE, TN, 37208",36.1798008,-86.7985044,6.0,4345.0,617.0,65,black,male,e5d79a47c2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-04-11,17:02:00,"25TH AVE S & CHILDRENS WAY, NASHVILLE, TN, 37212",36.1391766,-86.8070183,8.0,5811.0,815.0,22,white,female,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-17,12:37:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,45,black,male,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-27,00:24:00,"5TH AVE N & UNION ST, NASHVILLE, TN, 37219",36.1645233,-86.7810525,4.0,4157.0,411.0,27,white,female,e6d72e8c70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-10,23:09:00,"CHARLOTTE PIKE & EASTBORO DR, NASHVILLE, TN, 37209",36.1481655,-86.8673993,1.0,5027.0,115.0,22,black,male,aaec21c32e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,FL, +2012-03-26,21:24:00,"2ND AVE S & ELM ST, NASHVILLE, TN, 37210",36.1541574,-86.7701631,4.0,4029.0,425.0,43,white,female,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO TURN ON RED +2013-02-04,15:34:00,"DOUGLAS AVE & TREVECCA AVE, NASHVILLE, TN, 37206",36.1928189,-86.7456733,2.0,1895.0,227.0,27,black,female,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,l bl +2015-05-12,22:38:00,"MM 212 0 I40 W, NASHVILLE, TN, 37210",,,5.0,90022.0,511.0,33,black,female,adf5df7aac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-19,12:00:00,"12TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.161584,-86.7917615,4.0,4151.0,411.0,25,white,male,a341fcca8c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-27,14:01:00,"BELL RD & BROOK VIEW ESTATES DR, ANTIOCH, TN, 37013",36.043923,-86.6932871,3.0,8719.0,331.0,27,black,female,77edf3dc3b,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-10-25,23:25:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,28,white,female,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-04,15:53:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,30,black,female,9fb81e88ad,vehicular,vehicle equipment violation,True,False,True,arrest,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG. SUSPENDED DL +2011-10-19,11:20:00,"14TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1556349,-86.7897155,8.0,5701.0,811.0,48,white,male,ec95a9403e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-16,19:28:00,"40TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1550202,-86.8345678,1.0,4547.0,111.0,66,black,male,5e3461b14e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-22,18:19:00,"JUAREZ DR & PANAMA DR, HERMITAGE, TN, 37076",36.192329,-86.621023,5.0,9531.0,521.0,19,white,,30042afedf,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-04-04,00:05:00,"18TH AVE N & HAYES ST, NASHVILLE, TN, 37203",36.1540298,-86.7967308,8.0,5523.0,811.0,25,black,male,42d656ccc7,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-08,12:34:00,"CHARLOTTE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.1167157,-86.9232201,1.0,4701.0,123.0,26,white,female,f1c025f95c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-07-18,16:33:00,"CLARKSVILLE PIKE & MCDANIEL ST, NASHVILLE, TN, 37208",,,6.0,4485.0,611.0,56,black,male,8001f24925,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"brake lights not working properly +" +2013-07-19,10:05:00,"4179 CENTRAL PIKE, HERMITAGE, TN, 37076",36.1729879,-86.587733,5.0,9539.0,523.0,19,white,female,b026378af6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-14,00:08:00,"EZELL RD, , TN, 37211",36.0765818,-86.692818,,,,19,white,male,0dbc98bd44,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-12,07:26:00,"ANDERSON RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0877429,-86.6071736,5.0,8931.0,535.0,48,white,female,87dd0e095f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-16,18:12:00,"44TH AVE N & MICHIGAN AVE, NASHVILLE, TN, 37209",36.1590417,-86.840055,1.0,4537.0,111.0,30,black,male,7b76b56003,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-23,12:25:00,"BRILEY PKWY & URBANDALE AVE, NASHVILLE, TN, 37209",36.122074,-86.702419,1.0,4698.0,115.0,35,white,male,70f6771de0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-19,08:03:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,38,black,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-11,00:35:00,"2525 21ST AVE S, NASHVILLE, TN, 37212",36.1255873,-86.8057518,8.0,5911.0,815.0,18,white,female,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-26,21:01:00,"I 24 W & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,44,white,male,286c82f645,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2011-02-08,15:35:00,"ASHEFORD TRC & CEDAR ASH XING, , TN, 37013",36.0437529,-86.626642,3.0,8867.0,333.0,35,black,female,19b6cf7f40,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-11,12:41:00,"2901 BELL RD, NASHVILLE, TN, 37217",36.1071927,-86.629635,5.0,8987.0,533.0,51,black,male,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-12,22:37:00,"1081 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1268325,-86.7120958,5.0,8817.0,531.0,36,white,male,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-20,01:21:00,"S 11TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1775691,-86.7499363,2.0,1241.0,213.0,55,black,male,2c5c521f0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-02,14:50:00,"BRILEY PKWY S & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,92920.0,515.0,24,white,female,498350de5b,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,True,True,True,False,other,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF BRILEY S AT OPRY MILLS. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN. I CONFIRMED HER SPEED WITH MY LIDAR DRIVING -- MPH IN A -- MPH ZONE AT --- FT +2014-05-20,08:42:00,"1140 S GALLATIN PIKE, MADISON, TN, 37115",36.2502024,-86.7213679,7.0,1507.0,711.0,29,black,female,6074f7bab3,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-02-16,09:23:00,"DANBY DR & HARDING PL, NASHVILLE, TN, 37211",36.0785989,-86.7452005,8.0,8503.0,831.0,40,white,male,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-14,12:10:00,"ANDERSON LN & MAY DR, MADISON, TN, 37115",36.2725521,-86.6946037,7.0,1727.0,715.0,22,white,male,5e1e44520b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-22,13:05:00,"9TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1730333,-86.7923877,6.0,4239.0,617.0,21,black,female,8f1069f970,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,SUSP LIC +2018-10-25,14:51:00,"DOUGLAS AVE & ELLINGTON PKWY N, NASHVILLE, TN, 37206",36.1931931,-86.751992,2.0,1898.0,227.0,29,white,male,7e173f3f15,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-04-07,07:19:00,"BUSHNELL ST & MCEWEN AVE, NASHVILLE, TN, 37206",36.1807105,-86.734737,2.0,1263.0,213.0,34,hispanic,male,3f791dfbd2,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,"OFFICER'S RESPONDED TO A CALL OF A SUSPICIOUS VEHICLE IN THE AREA. WHEN OFFICERS APPROACHED THE VEHILCE, IT BEGAN TO PULL OFF. OFFICERS STOPPED THE VEHICLE TO FIND OUT WHAT THEY WERE DOING IN THE AREA. THE SUBJECTS TOLD OFFICERS THEY WERE A CONSTRUCTION CREW LOOKING FOR THEIR JOB SITE." +2011-04-08,00:18:00,"3410 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2101729,-86.7323805,2.0,1439.0,217.0,26,black,female,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-31,10:12:00,"W SUMMITT AVE & RESHA LN, NASHVILLE, TN, 37218",36.1958752,-86.832462,6.0,3115.0,623.0,40,black,male,c2a7a8ec4e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-02-08,22:17:00,"HOSPITAL DR & NEELYS BEND RD, MADISON, TN, 37115",36.2492109,-86.6856193,7.0,1633.0,713.0,42,black,male,8caa04ee8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-26,07:48:00,"EAST THOMPSON LN & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,38,white,male,92a3a9efe6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-28,04:48:00,"BRILEY PKWY & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.148314,-86.859111,1.0,45025.0,111.0,53,black,male,836e51a695,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-21,08:40:00,"JONES AVE & WOODYHILL DR, NASHVILLE, , 37207",36.2100678,-86.7569755,,,,59,white,male,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-24,10:21:00,"LEBANON PIKE & SWEDEN DR, HERMITAGE, TN, 37076",36.2020716,-86.6170666,5.0,9719.0,523.0,56,white,male,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-02,21:45:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,27,black,female,cf98c01df4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-04,03:39:00,"S 1ST ST & SHELBY AVE, NASHVILLE, TN, 37213",36.1665701,-86.7664509,4.0,1103.0,413.0,38,white,male,c1e876ae44,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVERS HEADLIGHT HAS A SHORT +2014-05-16,16:38:00,"DICKERSON PIKE & GORDON TER, NASHVILLE, TN, 37207",36.2126907,-86.7648374,2.0,1891.0,223.0,56,black,female,23e9d21d94,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"inoperable brake light, passenger side, lane violation travelling in center turn lane" +2014-01-24,23:30:00,"GALLATIN PIKE & LELAND AVE, NASHVILLE, , 37216",36.2038984,-86.7383136,,,,24,white,male,87c84d8f86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IL, +2014-12-30,15:09:00,"18TH AVE S & HORTON AVE, , TN, 37212",36.141032,-86.7961886,8.0,6627.0,815.0,60,white,male,fd4fabd731,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-17,02:35:00,"S GALLATIN PIKE & E PALESTINE AVE, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1785.0,711.0,23,white,female,ff0d23cd3a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-19,06:01:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4115.0,421.0,28,white,male,9343562728,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,NO LIGHTS +2018-02-04,18:44:00,"3RD AVE N & HARRISON ST, NASHVILLE, TN, 37219",36.1711891,-86.782231,4.0,4203.0,411.0,31,black,male,d0f0c09430,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-07-10,19:11:00,"215 BELLEVUE RD, NASHVILLE, TN, 37221",36.062591,-86.932686,1.0,4819.0,125.0,36,white,male,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-04,16:42:00,"5TH AVE S & BROADWAY, NASHVILLE, TN, 37219",36.1604836,-86.7784329,4.0,4107.0,421.0,23,black,male,b3a6b271c1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-20,23:30:00,"LAFAYETTE ST, NASHVILLE, TN, 37210",36.1490749,-86.7631382,,,,45,black,male,a5bc6d878f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-30,11:58:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,,19961.0,,17,black,female,00ee78ecb2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-02,15:42:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,23,white,male,cc109f0f38,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,VA, +2013-05-26,01:21:00,"MURFREESBORO PIKE & PAVILION BLVD, NASHVILLE, TN, 37217",36.1329974,-86.7209464,5.0,8815.0,531.0,23,black,male,1d2e83fed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-28,02:03:00,"GALLATIN PIKE S & MAPLE ST, MADISON, TN, 37115",36.2612728,-86.7125387,7.0,1607.0,713.0,39,black,male,4ff9d8c9ea,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-22,14:16:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,94022.0,517.0,20,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-11,07:55:00,"DICKERSON PIKE & DUKE ST, NASHVILLE, TN, 37207",36.2075603,-86.7678248,2.0,1833.0,223.0,48,white,male,c1a1b04631,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,EXCEEDING POSTED SPEED LIMIT +2010-06-16,16:47:00,"BLUEFIELD AVE & DONELSON PIKE, NASHVILLE, TN, 37214",36.1646846,-86.6638016,5.0,9401.0,517.0,59,black,male,5a96851d64,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-14,23:01:00,"BRILEY PKWY RAMP & MURFREESBORO PIKE, NASHVILLE, , 37217",36.122074,-86.702419,,,,48,hispanic,male,ca70dcb8f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-13,15:46:00,"OLD HARDING PIKE & TEMPLE RD, NASHVILLE, TN, 37221",36.0483778,-86.9529042,1.0,4819.0,125.0,20,white,male,c9f0dea477,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-09-07,02:10:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,5.0,8815.0,531.0,56,asian/pacific islander,male,3e1390eb12,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-01-03,14:21:00,"25TH AVE N & DOWLAN ST, NASHVILLE, TN, 37208",36.1883315,-86.8167471,6.0,4433.0,611.0,51,black,male,b541004824,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-30,10:00:00,"5886 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0313615,-86.7432445,8.0,8651.0,835.0,32,hispanic,male,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-24,09:17:00,"4300 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0985658,-86.8212896,8.0,6403.0,825.0,58,white,male,e65dc4ec73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-18,20:20:00,"5TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1604836,-86.7784329,,4089.0,,36,white,male,f887f42de2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-05,20:26:00,"MM 7 2 BRILEY N, NASHVILLE, TN, 37214",,,5.0,9196.0,513.0,25,white,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-13,03:15:00,", , ,",,,,,,34,white,male,b3a6b271c1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-10,22:07:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,26,white,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,OK,SPEED +2014-12-20,20:42:00,"S 5TH ST & RUSSELL ST, NASHVILLE, TN, 37206",36.1708392,-86.7641379,2.0,1109.0,211.0,33,white,male,c1a1b04631,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2015-02-21,21:18:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,5.0,8213.0,511.0,22,black,female,3ce33785e5,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-11,10:12:00,"DUE WEST AVE E & GALLATIN PIKE S, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1507.0,711.0,59,white,male,71b1dbbd63,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-08-09,14:55:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8955.0,533.0,24,white,female,a773a4fff8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,CO, +2012-07-27,12:01:00,"FAIRCLOTH LN & KNAPP BLVD, NASHVILLE, TN, 37217",36.1089571,-86.6655499,5.0,8947.0,533.0,28,black,male,08a8fd2231,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-11,10:05:00,"3014 ELM HILL PIKE, NASHVILLE, TN, 37214",36.143107,-86.6479995,5.0,8955.0,533.0,74,white,male,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-30,18:38:00,"12TH AVE S & HAWKINS ST, NASHVILLE, TN, 37203",36.1485445,-86.7852223,8.0,6723.0,811.0,42,white,female,41dfc9efaf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-05,16:33:00,"12TH AVE S & WADE AVE, , TN, 37203",36.1368345,-86.7884124,,,,41,white,male,59629c618d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-10,11:20:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,8.0,8661.0,831.0,31,black,female,5a96851d64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-06,19:40:00,"BELL RD & EDGE O LAKE DR, NASHVILLE, TN, 37217",36.0793804,-86.6325601,5.0,8963.0,535.0,23,white,male,471811543e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-21,18:45:00,"11TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4079.0,423.0,33,white,male,c1e876ae44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,FAIL TO YIELD TO PEDEST IN CROSSWALK +2015-01-20,04:54:00,", , ,",,,,,,54,white,male,e5723525d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-20,12:37:00,"24TH AVE N & OSAGE ST, NASHVILLE, TN, 37208",36.1764538,-86.8150547,6.0,4463.0,613.0,52,black,male,3fbcafb77d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-06,17:27:00,"56TH AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1662718,-86.855831,1.0,4633.0,111.0,30,hispanic,female,6db506e931,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-01,10:10:00,"9TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.180527,-86.8016,6.0,4447.0,611.0,43,white,female,273c27bb0c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-06,02:36:00,"ALMOND ST & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1592879,-86.7752614,4.0,4053.0,425.0,54,black,male,56ee11fe67,vehicular,parking violation,False,True,False,citation,,,,False,False,False,False,,parking violation,TN, +2017-02-27,17:02:00,"BRILEY PKWY & KAREN DR, NASHVILLE, TN, 37217",36.1395619,-86.7003202,5.0,88940.0,531.0,20,unknown,male,6e31415843,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-12,10:05:00,"5886 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0313615,-86.7432445,,,,27,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-09,09:50:00,"695 HUNTINGTON PKWY, NASHVILLE, TN, 37211",36.0495122,-86.7376924,,,,37,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-13,18:22:00,"HAMILTON AVE & RAINS AVE, NASHVILLE, TN, 37203",36.138124,-86.7641207,8.0,8011.0,821.0,32,black,female,20df4b1e70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-25,08:32:00,"2323 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2083008,-86.7673511,2.0,1833.0,223.0,35,white,female,35142721de,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-21,13:50:00,"3RD AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,56,black,female,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-29,13:16:00,"MERRITT ST & RIVERWAY DR, OLD HICKORY, TN, 37138",36.2491013,-86.658511,5.0,9609.0,525.0,63,white,male,e8a7e22447,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- +2013-06-23,11:52:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,3.0,8133.0,311.0,48,black,female,471811543e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-27,21:52:00,"EISENHOWER DR & LINBAR DR, NASHVILLE, TN, 37211",36.084761,-86.7060763,3.0,8443.0,317.0,59,black,female,3158c055ac,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-09-10,11:36:00,"GALE LN & GRANNY WHITE PIKE, NASHVILLE, TN, 37204",36.1171298,-86.7915158,8.0,6933.0,823.0,44,white,male,0535f8bb5a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"STOPPED FOR EXPIRED TAGS +" +2014-07-04,07:09:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,19,white,male,1b56d08e5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2016-06-26,11:44:00,"HILLSBORO DR & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1018601,-86.8177408,8.0,6405.0,825.0,18,black,male,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-26,07:13:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,54,black,male,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-29,19:26:00,"ANNEX AVE & RIVER ROUGE DR, NASHVILLE, TN, 37209",36.1497419,-86.8850459,1.0,4675.0,123.0,60,white,male,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-23,16:21:00,"BRILEY PKWY S & OPRY MILLS DR, NASHVILLE, TN, 37214",36.202635,-86.692938,5.0,92920.0,515.0,23,black,female,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-14,20:11:00,"DOUGLAS ST & WOODRUFF ST, MADISON, TN, 37115",36.2604804,-86.7156002,7.0,1771.0,711.0,57,white,male,a81423d2e8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-11,17:17:00,"DONNA KAY DR & PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0871245,-86.707977,3.0,8443.0,317.0,22,other,male,5966fe24c8,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-14,10:09:00,"440 ENTRY & 65 N, NASHVILLE, TN, 37204",36.1924034,-86.7941158,8.0,70182.0,825.0,23,white,female,df69290668,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,Speeding +2012-01-26,09:13:00,"I 24 E & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8402.0,313.0,27,black,female,d098ec755c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-01-11,02:28:00,"GALLATIN AVE & MANSFIELD ST, NASHVILLE, TN, 37206",36.1813291,-86.7494044,2.0,1213.0,213.0,30,white,male,5a2f1d4986,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-23,23:52:00,"DONELSON PIKE & EMERY DR, NASHVILLE, TN, 37214",36.1565655,-86.6650044,5.0,9119.0,517.0,30,white,male,5a96851d64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-10,00:08:00,"W TRINITY LN & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,42,black,male,77134f5a26,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-20,12:44:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,56,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-21,20:34:00,"40TH AVE N & 43RD AVE N, NASHVILLE, TN, 37209",36.1643594,-86.838345,1.0,4513.0,111.0,28,black,male,7b76b56003,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-22,03:12:00,"OLD CLARKSVILLE PIKE & WHITES CREEK PIKE, JOELTON, TN, 37080",36.3130999,-86.8648062,6.0,3331.0,627.0,24,black,male,529fc1bfb1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-19,14:19:00,"1120 LITTON AVE, NASHVILLE, TN, 37216",36.2014242,-86.7381674,2.0,1403.0,217.0,25,black,female,70ef06cf19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-21,16:56:00,"38TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1525885,-86.8309826,1.0,5229.0,113.0,25,white,male,25559fda6b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-06,23:23:00,"3696 BELL RD, NASHVILLE, TN, 37214",36.1516833,-86.6258483,5.0,8995.0,533.0,24,black,female,96902ae3c4,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,True,True,True,False,plain view,vehicle equipment violation,TN, +2014-10-14,17:31:00,"998 DAVIDSON DR, NASHVILLE, TN, 37209",36.1287492,-86.9026001,,,,69,white,female,8563660720,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2013-11-08,19:33:00,"11TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4149.0,411.0,44,black,male,8e6e05f1aa,vehicular,seatbelt violation,True,False,False,arrest,,,,False,False,False,False,,seatbelt violation,TN, +2015-07-31,13:58:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,49,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC, +2015-12-31,07:50:00,"12TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1510813,-86.7843184,4.0,4019.0,423.0,52,black,female,8b5a2a4f1d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2013-08-14,00:06:00,"12TH AVE N & PORTER ST, NASHVILLE, TN, 37203",36.1576273,-86.7881524,4.0,4119.0,411.0,30,black,female,8bfb8d2916,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,passenger side headlight out. +2011-04-10,18:27:00,"I 65 N & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,1769.0,723.0,18,black,male,2022e55034,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-13,21:13:00,"OLD HICKORY BLVD & TOLBERT RD, NASHVILLE, TN, 37221",36.1064322,-86.9222345,1.0,4815.0,125.0,63,white,male,a5b3c69708,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-22,12:50:00,"TUCKER RD & W HAMILTON AVE, NASHVILLE, TN, 37218",36.213237,-86.8255329,6.0,3139.0,623.0,22,white,male,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-13,07:47:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,37,black,male,b5ca91d71f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-11,07:55:00,"DICKERSON PIKE S & MOSS TRL, GOODLETTSVILLE, TN, 37072",36.3051987,-86.7188384,7.0,2119.0,725.0,60,white,female,4c0722bb4a,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2016-05-18,19:11:00,"5800 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1689786,-86.599979,5.0,9527.0,521.0,19,black,male,0e0fefbbe3,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-09-19,23:28:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4121.0,411.0,52,white,female,a1e3ace771,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-11,20:22:00,"5TH AVE N & JEFFERSON ST, , TN, 37219",36.1743153,-86.7874168,,,,25,white,female,a54a9306e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA, +2016-07-22,19:07:00,"CHARLOTTE AVE & JO JOHNSTON AVE, NASHVILLE, , 37203",36.1573282,-86.8027194,,,,27,white,male,50835bbbca,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-19,18:16:00,"GIFFORD PL & WHITES CREEK PIKE, JOELTON, TN, 37080",36.3210915,-86.8675117,6.0,3311.0,627.0,20,white,male,88c2d8920e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT OUT +2012-06-07,16:24:00,"EMMITT AVE & WALNUT ST, MADISON, TN, 37115",36.2509752,-86.7100976,7.0,1623.0,711.0,30,black,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2011-08-09,15:56:00,"3900 CLIFTON AVE, NASHVILLE, TN, 37209",36.1569884,-86.8327677,1.0,4531.0,111.0,18,black,male,75a83e1ab6,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2015-07-14,11:16:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4245.0,617.0,39,black,female,943bdf4ec4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2017-01-09,02:47:00,"18TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1530104,-86.7959913,8.0,5523.0,811.0,44,black,male,4fc33d282c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-31,05:39:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,20,hispanic,male,e865e1c625,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-09,20:25:00,"SIMMONS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1106149,-86.7406986,3.0,8403.0,313.0,34,black,female,e4f4077945,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-29,08:30:00,"CLARKSVILLE PIKE & STENBERG RD, WHITES CREEK, TN, 37189",36.2666026,-86.8576823,6.0,3229.0,627.0,28,white,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-02,04:38:00,"40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,89062.0,533.0,23,white,female,a1bdf5c653,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-27,09:35:00,"I 24 W & BELL RD, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8863.0,333.0,50,white,female,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-02,08:54:00,"I 40 W & CHURCH ST, NASHVILLE, TN, 37203",36.1648947,-86.7762551,4.0,4104.0,411.0,29,asian/pacific islander,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2013-03-20,11:18:00,"W TRINITY LN & OLD BUENA VISTA RD, NASHVILLE, TN, 37207",36.2060909,-86.8110252,6.0,3037.0,623.0,34,hispanic,male,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-23,22:49:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8817.0,531.0,22,hispanic,female,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tint +2011-02-25,10:43:00,"MM 192 I40 W, NASHVILLE, , 37221",,,,,,31,white,female,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-16,10:42:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9535.0,523.0,23,white,male,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2014-05-26,11:35:00,"CHARLES E DAVIS BLVD & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1488548,-86.7624691,5.0,8149.0,511.0,54,black,male,a597c4ac85,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-05-22,20:44:00,"10TH AVE S & SOUTH DOUGLAS AVE, NASHVILLE, TN, 37204",36.1305166,-86.7858683,8.0,6917.0,823.0,36,black,male,864776d38e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-27,02:44:00,"5TH AVE S & BROADWAY, NASHVILLE, TN, 37219",36.1604836,-86.7784329,4.0,4107.0,421.0,28,black,male,0ed4c294a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-21,10:47:00,"1122 LEBANON PIKE, NASHVILLE, TN, 37210",36.155521,-86.735902,5.0,9035.0,513.0,47,white,male,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-16,14:47:00,"DR D B TODD JR BLVD & WHELESS ST, NASHVILLE, TN, 37208",36.1759251,-86.8093164,6.0,4471.0,613.0,49,white,female,9edafecd50,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-03,21:46:00,"DOMINICAN DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1879249,-86.7985195,6.0,4403.0,611.0,30,black,female,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-17,16:20:00,"ALABAMA AVE & MORROW RD, NASHVILLE, TN, 37209",36.1529438,-86.8522089,1.0,5117.0,111.0,46,white,male,1c93966b10,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,NO HEADLIGHTS/RAINING +2012-04-11,16:17:00,"40TH AVE N & 43RD AVE N, NASHVILLE, TN, 37209",36.1643594,-86.838345,1.0,4513.0,111.0,38,white,female,83d70f36c0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-31,05:25:00,"DICKERSON PIKE & E TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,55,white,male,0912fafc21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"BRAKE LIGHTS +" +2015-06-16,06:56:00,"MM 80 0 I65 N, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,39,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-23,08:10:00,", , ,",,,,,,56,white,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-27,12:44:00,"BROADMOOR DR & GRA MAR DR, NASHVILLE, TN, 37216",36.2297873,-86.73473,2.0,1841.0,225.0,35,black,male,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-06,17:56:00,"40TH AVE N & 43RD AVE N, NASHVILLE, TN, 37209",36.1643594,-86.838345,1.0,4513.0,111.0,50,black,male,37a4238cc6,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-02,11:40:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,24,unknown,male,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEAD LIGHTS +2014-11-09,23:24:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,29,white,male,8f72e1eb24,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,----- +2010-05-20,19:50:00,"OLD HICKORY BLVD & THRIBLE SPRINGS DR, NASHVILLE, , 37211",36.0392155,-86.7357961,,,,40,white,female,e865e1c625,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-15,22:59:00,"CHARLOTTE PIKE & CROLEY DR, NASHVILLE, TN, 37209",36.1475287,-86.868842,1.0,5029.0,115.0,31,unknown,female,98a6812431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-25,19:59:00,"HOLLY ST & S 12TH ST, NASHVILLE, TN, 37206",36.1760659,-86.7486742,2.0,1239.0,213.0,21,white,female,8d7b449e86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-22,01:14:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,5.0,8815.0,531.0,24,other,male,82d9172387,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-25,18:40:00,"LAKE TOWNE DR & TOWNE VALLEY RD, , TN, 37013",36.0682637,-86.60944,3.0,8925.0,335.0,37,hispanic,female,17c9ffa200,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RUNNING STOP SIGN +2018-10-30,22:40:00,"NOLENSVILLE PIKE & PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0848015,-86.7281493,8.0,8501.0,831.0,35,asian/pacific islander,male,67a5c66d73,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-02-17,21:24:00,"N GALLATIN PIKE & EDGEMEADE BLVD, MADISON, TN, 37115",36.2834288,-86.7068873,7.0,1759.0,727.0,49,white,,cb57e4e65c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver side headlight out +2013-12-01,12:00:00,"HILLSBORO PIKE & STOKES LN, NASHVILLE, , 37215",36.1196563,-86.8087275,,,,44,white,female,67529ca24c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2014-02-09,15:02:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6013.0,117.0,65,white,female,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-09,10:11:00,"BELLE OAKS DR & MOUNT VIEW RD, ANTIOCH, , 37013",36.0668184,-86.5999017,,,,39,black,male,4e4c925aa5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-18,21:22:00,"MURFREESBORO PIKE & RURAL HILL RD, NASHVILLE, TN, 37217",36.074432,-86.6385894,5.0,8939.0,535.0,28,white,male,91c2b57241,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-24,11:26:00,"GALLATIN AVE & GRANADA AVE, NASHVILLE, TN, 37206",36.1883275,-86.7463755,2.0,1927.0,227.0,37,white,female,07c016a866,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-08-27,09:45:00,"BRILEY PKWY E & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2330587,-86.8148702,6.0,3027.0,621.0,56,white,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-09,00:43:00,"ROSA L PARKS AVE & UNION ST, NASHVILLE, TN, 37203",36.1629206,-86.7847335,4.0,4147.0,411.0,30,black,male,8146922822,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-09,07:50:00,"W TRINITY LN & FREE SILVER RD, NASHVILLE, TN, 37207",36.2070569,-86.7959997,,3037.0,,23,white,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-07,10:56:00,"MONETTA AVE & SCOTT AVE, NASHVILLE, TN, 37216",36.200335,-86.7329467,2.0,1431.0,217.0,59,black,male,4de6ccf87a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-29,03:26:00,"2ND AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37201",36.1676411,-86.778649,4.0,4163.0,415.0,22,white,male,3c6408aabf,vehicular,,True,False,False,arrest,True,False,False,False,True,True,True,consent,,TN, +2017-08-16,23:54:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4029.0,425.0,44,white,male,0f01902034,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2012-06-02,16:39:00,"2507 W HEIMAN ST, NASHVILLE, TN, 37208",36.1701276,-86.8158668,6.0,4561.0,613.0,24,black,female,3245129711,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-06-17,16:39:00,", , ,",,,,,,34,black,female,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2011-01-06,18:59:00,"826 MAIN ST, NASHVILLE, TN, 37206",36.1755409,-86.7572798,2.0,1119.0,211.0,36,white,male,ba5ad061a9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-11-11,00:02:00,"2800 EXIT 12 BRILEY N, NASHVILLE, TN, 37214",,,5.0,9211.0,515.0,42,black,female,126f05a67f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-11,22:40:00,"NOLENSVILLE PIKE & TUSCULUM RD, NASHVILLE, TN, 37211",36.0590888,-86.7161614,8.0,8655.0,835.0,60,asian/pacific islander,male,91c2b57241,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-25,12:39:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,,4237.0,,48,black,male,df87babd62,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,False,other,moving traffic violation,AR, +2012-12-18,13:40:00,"MM 194 I 40 E, , TN,",35.1592811,-84.8806757,,,,30,white,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,consent,moving traffic violation,TN, +2012-11-09,07:29:00,"141 NEESE DR, NASHVILLE, TN, 37211",36.106472,-86.7237578,3.0,8401.0,313.0,29,white,female,4bf759b804,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2012-06-29,16:54:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4677.0,123.0,21,white,male,72900f0117,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN,-----. due care +2013-01-16,23:10:00,"MCIVER ST & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1040925,-86.7417278,3.0,8427.0,313.0,24,black,male,7975bcaa77,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,VERY DARK TINT +2014-07-14,14:29:00,"1084 TULIP GROVE RD, HERMITAGE, TN, 37076",36.1831162,-86.5952003,5.0,9559.0,523.0,36,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-07,17:45:00,"BRANCH ST & LITTON AVE, NASHVILLE, TN, 37216",36.2003139,-86.7251291,2.0,1437.0,217.0,43,hispanic,male,9baf596c41,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-22,18:54:00,"MAIN ST & S 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,61,black,female,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,WRONG SIDE OF DOUBLE YELLOW +2014-09-30,23:35:00,"11 HARDING MALL DR, NASHVILLE, TN, 37211",36.0805877,-86.7238309,3.0,8445.0,317.0,24,white,female,4b50e3a934,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-27,21:44:00,"FINN ST & MAIN ST, NASHVILLE, TN, 37206",36.1776764,-86.7527687,,1131.0,,25,white,male,eeeaa04fc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-04,12:17:00,"CROSSBROOKE DR & WILLIAMETTE DR, NASHVILLE, TN, 37221",36.0725916,-86.9773218,1.0,4811.0,125.0,29,white,male,a18099a66a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-03,10:57:00,"421 HARDING PL, NASHVILLE, TN, 37211",36.078579,-86.7279701,8.0,8609.0,831.0,36,white,male,4af3cba1d7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-24,18:29:00,"ABBOTT MARTIN RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1058365,-86.8138782,8.0,6411.0,825.0,51,white,female,7f172781b6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER BRAKE LIGHT OUT +2014-10-29,23:37:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,23,white,female,99d09ccd39,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,one head light +2017-10-04,23:10:00,"BRONTE AVE & DELMAS AVE, NASHVILLE, TN, 37216",36.1985947,-86.737677,2.0,1403.0,217.0,28,white,female,4ae38b4239,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-01-08,01:48:00,"DICKERSON PIKE & GRACE ST, NASHVILLE, TN, 37207",36.183182,-86.7738672,2.0,1953.0,221.0,34,black,female,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-07-01,12:09:00,"HAYWOOD LN & KEELEY DR, NASHVILLE, TN, 37211",36.0698346,-86.6958189,3.0,8707.0,321.0,48,black,female,494b82fb22,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-07,17:10:00,"GALLATIN AVE & STRATTON AVE, NASHVILLE, TN, 37206",36.1827018,-86.7488297,2.0,1243.0,213.0,42,black,male,70d2debcb6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-20,16:44:00,"HUMPHREYS ST & MARTIN ST, NASHVILLE, TN, 37203",36.1421236,-86.7692751,8.0,8045.0,821.0,22,white,female,d43bc9cc6c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-01,12:27:00,"MCGAVOCK PIKE & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.1831694,-86.6774594,5.0,9317.0,515.0,62,white,male,215f111799,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-26,21:49:00,"4TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1746858,-86.786076,6.0,4309.0,617.0,38,black,male,8ed20f511b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-15,09:09:00,"404 MORROW RD, NASHVILLE, TN, 37209",36.1521359,-86.8517936,1.0,5121.0,111.0,61,white,male,e65dc4ec73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-31,15:26:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,94022.0,517.0,18,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-17,18:23:00,"S 7TH ST & BOSCOBEL ST, NASHVILLE, TN, 37206",36.170375,-86.7585084,2.0,1123.0,211.0,35,black,female,e1b3fd3e66,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,DRIVER NO SEATBELT +2016-05-12,01:41:00,"E TRINITY LN & OVERBY RD, NASHVILLE, , 37207",36.2052938,-86.759833,,,,79,black,male,559fd015a2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-10-07,21:05:00,"39TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1569872,-86.8327522,1.0,4549.0,111.0,32,white,female,3ce33785e5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,FL, +2014-10-20,03:45:00,"I 65 S & THOMPSON LN, NASHVILLE, , 37204",36.0391614,-86.7844183,8.0,7004.0,823.0,29,white,male,7088d92bb2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-27,21:37:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,41,black,male,8ad42740bd,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,SUSPENDED DL (STATE CITATION) +2011-07-01,01:08:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,3.0,8701.0,321.0,33,black,female,384070792b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-22,10:54:00,"430 MYATT DR, MADISON, TN, 37115",36.2751982,-86.6918557,7.0,1715.0,715.0,25,white,male,cbaf8cc4c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-01,17:07:00,"23RD ST & JAMES AVE, NASHVILLE, TN, 37209",36.1626234,-86.8724818,1.0,4643.0,115.0,49,white,male,72900f0117,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"--/-- +" +2013-02-05,04:51:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,8.0,8501.0,831.0,47,hispanic,male,a0a3b03068,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-20,16:43:00,"BELLEVUE RD & HICKS RD, NASHVILLE, TN, 37221",36.0625518,-86.9236427,1.0,4817.0,125.0,43,white,male,d944ee700d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-10,21:20:00,"1ST AVE S & PEABODY ST, NASHVILLE, TN, 37210",36.1571604,-86.771184,4.0,4033.0,425.0,31,black,female,adad8281eb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-19,20:55:00,"209 S 10TH ST, NASHVILLE, TN, 37206",36.174695,-86.7515216,2.0,1203.0,213.0,47,black,male,1bbaebcc06,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-31,17:44:00,"803 PORTER RD, NASHVILLE, TN, 37206",36.1834909,-86.731702,2.0,1305.0,215.0,26,white,male,a6c1f8881b,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT +2017-02-13,15:44:00,"35TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527549,-86.8266861,1.0,5241.0,113.0,21,black,female,25559fda6b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IL, +2016-06-21,20:27:00,", , ,",,,,,,26,white,female,b164f0f78c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2010-02-21,23:06:00,"2ND AVE & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,25,white,male,4641ba1563,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-23,11:30:00,"160 ANTIOCH CT, NASHVILLE, TN, 37211",36.1019572,-86.7272904,3.0,8889.0,323.0,45,white,male,4bf759b804,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2013-07-28,17:37:00,"BLACKWOOD DR & FITZPATRICK RD, NASHVILLE, TN, 37214",36.1475021,-86.6363822,5.0,8955.0,533.0,33,black,male,de875f0bc7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-11,20:50:00,"I 24 W & BRILEY PKWY, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8814.0,315.0,18,white,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-14,12:07:00,"DICKERSON PIKE & KINGSTON ST, NASHVILLE, TN, 37207",36.2093664,-86.7664947,2.0,1833.0,223.0,24,black,,95b3c63410,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-08-29,00:03:00,"BELLEVUE RD & HWY 70 S, NASHVILLE, TN, 37221",36.0754803,-86.940384,1.0,4811.0,125.0,20,white,male,3ce33785e5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-10,17:00:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,39,black,female,8f564c22fd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-22,10:25:00,"HWY 70 S & ERIN LN, , TN, 37221",36.0784068,-86.9089123,,,,85,white,female,b91c7a6f67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-20,15:23:00,"ARTHUR AVE & GARFIELD ST, NASHVILLE, TN, 37208",36.1767976,-86.8002671,6.0,4327.0,617.0,28,black,male,ecc8a645e8,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,"BRAKE LIGHT, INS" +2014-12-07,01:36:00,"1224 S GRAYCROFT AVE, MADISON, TN, 37115",36.2471,-86.7349536,7.0,1799.0,723.0,53,asian/pacific islander,female,58ae6f0919,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC,flashing red light due west and graycroft +2016-10-28,09:44:00,"I 40 E & MASSMAN DR, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,88021.0,531.0,31,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-30,23:42:00,"198 HAYWOOD LN, NASHVILLE, TN, 37211",36.069915,-86.693372,3.0,8707.0,321.0,58,white,male,a4e36ce897,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT OUT +2011-05-17,16:32:00,"510 W TRINITY LN, NASHVILLE, TN, 37207",36.207417,-86.7890054,6.0,3041.0,621.0,32,white,female,b4e2bfe413,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-04,19:08:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,53,black,male,cda987c674,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-20,22:57:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,5.0,8815.0,531.0,47,black,male,79d5fa58bc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"changed lanes without signalling +" +2012-01-09,21:17:00,"OLD HICKORY BLVD & WRIGHT AVE, OLD HICKORY, TN, 37138",36.2019989,-86.6213318,5.0,9739.0,523.0,18,white,male,ff0d23cd3a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-12,16:50:00,"1111 BELL RD, ANTIOCH, TN, 37013",36.0453443,-86.6633169,3.0,8721.0,325.0,31,black,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-30,07:41:00,"DOUGLAS AVE & EMMETT AVE, NASHVILLE, TN, 37206",36.1930803,-86.7486956,2.0,1933.0,227.0,32,white,male,8ed20f511b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-06,16:26:00,"S 18TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1701299,-86.7390185,2.0,1223.0,213.0,31,white,female,8d7b449e86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-05,20:40:00,"E TRINITY LN & MERIDIAN ST, NASHVILLE, TN, 37207",36.2056433,-86.7657873,2.0,1833.0,223.0,55,black,female,8d7b449e86,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-05-20,07:28:00,"1140 S GALLATIN PIKE, MADISON, TN, 37115",36.2502024,-86.7213679,7.0,1507.0,711.0,58,black,female,d098ec755c,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-02-02,22:15:00,"APACHE TRL, ANTIOCH, TN, 37013",36.0646479,-86.6853639,,,,32,black,female,0c917ee0a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-11,01:44:00,"19TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1523038,-86.7974334,8.0,5709.0,811.0,25,black,female,7820669585,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-04-21,18:23:00,"ANDERSON LN & GALLATIN PIKE N, MADISON, TN, 37115",36.2734334,-86.7100501,7.0,1729.0,715.0,27,black,male,e82d16267e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-04,11:40:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8979.0,335.0,41,white,male,5a96851d64,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-06-05,17:56:00,"W TRINITY LN & OLD MATTHEWS RD, NASHVILLE, TN, 37207",36.2083029,-86.7888733,6.0,3041.0,621.0,40,black,female,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-18,00:44:00,"N GALLATIN PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2630322,-86.7119272,7.0,1763.0,723.0,39,white,male,77d95dd102,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-03-30,00:42:00,"HARDING PIKE & WOODMONT BLVD, NASHVILLE, TN, 37205",36.1249676,-86.847622,,6101.0,,38,unknown,male,b728a62997,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-09,20:14:00,"21ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5715.0,815.0,22,white,male,dfa33c336f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-01,15:15:00,"611 TULIP GROVE RD, HERMITAGE, TN, 37076",36.2065596,-86.5895362,5.0,9525.0,523.0,23,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-29,18:16:00,"COWAN CT & COWAN ST, NASHVILLE, TN, 37207",36.1801381,-86.775795,4.0,1955.0,413.0,33,black,male,7f2ba40c1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-07,16:24:00,", , ,",,,,,,50,white,female,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-22,01:45:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2025.0,725.0,25,white,male,21488da1d9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-31,14:48:00,"MM 194 I40 E, NASHVILLE, , 37221",,,,,,64,white,female,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-20,14:57:00,"ARCHWOOD DR & HWY 45, MADISON, TN, 37115",36.2636574,-86.6871303,7.0,1705.0,715.0,53,white,male,2d63072115,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-02-02,01:28:00,"16TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1542929,-86.7928901,8.0,5519.0,811.0,24,white,male,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-18,17:46:00,"N GALLATIN PIKE & DULING AVE, MADISON, TN, 37115",36.2658527,-86.7110296,7.0,1701.0,715.0,36,black,male,a81423d2e8,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-17,15:31:00,"892 BATTERY LN, NASHVILLE, TN, 37204",36.089041,-86.7828339,8.0,7027.0,825.0,64,white,male,80cbba0ee1,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2012-06-21,15:57:00,"600 CHEYENNE BLVD, MADISON, TN, 37115",36.257924,-86.6770399,7.0,1635.0,713.0,43,white,female,cccd043657,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-20,20:44:00,"S 5TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1718406,-86.764735,2.0,1113.0,211.0,49,black,female,565ed6dc62,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,"MONTH AND YEAR ON TAG PARTIALLY COVERED +" +2017-08-11,12:39:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,65,white,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-07,20:18:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2133.0,725.0,64,white,female,77d95dd102,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-07-31,03:57:00,", , ,",,,,,,24,white,male,56705d494c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-07-30,00:16:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,3.0,8717.0,331.0,30,hispanic,female,dd4d99f893,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-17,10:14:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43022.0,617.0,68,black,female,8f1069f970,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"seatbelt +" +2018-06-06,13:00:00,"LENOX AVE & LENOX AVE, NASHVILLE, TN, 37209",,,1.0,5103.0,113.0,25,white,female,fbe99948e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-19,04:28:00,"1403 KIRKLAND AVE, NASHVILLE, TN, 37216",36.2064996,-86.7256987,2.0,1417.0,217.0,24,black,male,8d7b449e86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-19,03:18:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,48,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2015-06-12,12:13:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,,4701.0,,68,black,male,8f564c22fd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-21,08:49:00,"1173 TIMBER VALLEY DR, NASHVILLE, TN, 37214",36.1355557,-86.6400825,5.0,8991.0,533.0,48,white,female,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-06,12:37:00,"GREAT CIRCLE RD & VANTAGE WAY, NASHVILLE, TN, 37228",36.192973,-86.7910064,6.0,4401.0,611.0,54,white,male,6711929764,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CO, +2013-01-31,10:41:00,"I 40 E & 46TH AVE N, NASHVILLE, TN, 37209",35.9534653,-87.3274755,1.0,52025.0,111.0,37,white,female,a951ba99dd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-01,23:45:00,"MCCALL ST & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0996294,-86.7394394,8.0,8513.0,831.0,19,hispanic,female,1efbb4af4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-03,16:33:00,"NOLENSVILLE PIKE & WOODYCREST AVE, NASHVILLE, TN, 37211",36.130973,-86.7559647,3.0,8041.0,311.0,32,black,male,7745763824,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-08-20,13:54:00,"CENTER ST & OLD HICKORY BLVD, OLD HICKORY, , 37138",36.2252244,-86.6255519,,,,35,white,male,83fbfcfd39,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN,"SEATBLET +" +2016-06-11,21:30:00,"E TRINITY LN & ELLINGTON PKWY N, NASHVILLE, TN, 37207",36.2033503,-86.7515075,2.0,1853.0,227.0,34,black,female,7088d92bb2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-06,19:16:00,"CAHAL AVE & NELDIA CT, NASHVILLE, TN, 37206",36.1962323,-86.7378158,2.0,1331.0,215.0,20,black,female,71cbae12cb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-22,13:21:00,"2500 CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1861384,-86.8175263,6.0,4429.0,611.0,39,hispanic,female,1163ce2341,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-18,06:22:00,"MM 80 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7016.0,823.0,19,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-05,20:04:00,"2ND AVE S & MIDDLETON ST, NASHVILLE, TN, 37210",36.1544712,-86.7703792,4.0,4033.0,425.0,42,white,male,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-27,08:24:00,"S GALLATIN PIKE & NEELYS BEND RD, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1783.0,711.0,25,black,male,6af8e303f1,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-06-12,13:33:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43024.0,617.0,49,black,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY,--/-- +2015-02-20,07:59:00,"326 PEACHTREE ST, NASHVILLE, TN, 37210",36.120677,-86.747752,3.0,8321.0,313.0,26,white,male,54f9e0de62,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,California roll peachtree / burbank +2016-05-05,21:33:00,"COLFAX DR & LYNCREST DR, NASHVILLE, TN, 37214",36.1510435,-86.658465,5.0,9409.0,517.0,29,white,female,7820669585,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-24,13:47:00,"BRILEY PKWY N & I 24 E, , TN, 37211",36.1095998,-86.7202021,3.0,8402.0,313.0,77,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-08,09:29:00,"32ND ST & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2448433,-86.6378663,5.0,9711.0,525.0,20,white,female,e07d1db771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-21,15:18:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,42,white,male,6761423fb7,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-01-27,17:34:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,20,white,female,3d3f1787ec,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHTS OFF WHEN REQUIRED +2013-05-20,12:44:00,"21ST AVE N & FORMOSA ST, NASHVILLE, TN, 37208",36.1747987,-86.8107154,6.0,4467.0,613.0,22,white,male,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-10,09:03:00,"I 40 W & CHURCH ST, NASHVILLE, TN, 37203",36.1648947,-86.7762551,4.0,4104.0,411.0,46,black,female,12bfc112fa,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-28,04:22:00,"23RD AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5715.0,815.0,20,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,ID, +2015-05-26,09:29:00,"6808 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1363716,-86.8907028,1.0,5009.0,123.0,26,white,male,0437969110,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-03-01,20:53:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,25,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-24,16:46:00,"7604 HWY 70 S, NASHVILLE, TN, 37221",36.0784123,-86.9454884,,,,59,white,male,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AR, +2017-07-20,17:05:00,"340 HARDING PL, NASHVILLE, TN, 37211",36.087154,-86.6962863,3.0,8845.0,317.0,45,black,male,702f17e184,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-09,11:00:00,"MM 192 I40 E, , TN,",35.434219,-97.4078234,,,,27,white,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-28,16:23:00,"MM 78 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7002.0,825.0,43,black,male,debc34fd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AL, +2011-08-11,23:11:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,50,black,female,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-26,20:03:00,"20TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1533972,-86.8008308,8.0,5511.0,813.0,60,white,female,0535f8bb5a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-08-14,08:35:00,"13TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1549584,-86.788167,4.0,4002.0,423.0,24,white,female,16f69cd6ef,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-18,19:40:00,"BROADWAY & LYLE AVE, NASHVILLE, TN, 37203",36.150301,-86.7972563,8.0,5709.0,811.0,24,unknown,male,d4cfdb4ab2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-01-22,13:43:00,"1200 E OLD HICKORY BLVD, MADISON, TN, 37115",36.2621006,-86.6811003,7.0,1635.0,713.0,49,black,female,6216529cad,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-08-21,09:27:00,"CENTRAL PIKE & DODSON CHAPEL RD, HERMITAGE, TN, 37076",36.1747229,-86.6142617,5.0,9503.0,521.0,34,white,female,2689d516d0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2016-05-04,09:05:00,"1084 TULIP GROVE RD, HERMITAGE, TN, 37076",36.1831162,-86.5952003,5.0,9559.0,523.0,27,white,female,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-17,20:57:00,"BERRY RD & FRANKLIN PIKE, NASHVILLE, TN, 37204",36.1188567,-86.7746411,8.0,6957.0,823.0,24,white,female,fffd523ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL, +2019-02-25,23:43:00,"DICKERSON PIKE & HART LN, NASHVILLE, TN, 37207",36.2217001,-86.76168,2.0,1827.0,223.0,20,black,male,d3fe386ea8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-07-04,09:57:00,"1023 8TH AVE S, NASHVILLE, TN, 37203",36.1438146,-86.7792249,8.0,6809.0,821.0,24,black,female,560bd8d10f,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2014-04-18,00:18:00,"MM 212 0 I40 E, NASHVILLE, TN, 37210",,,5.0,82042.0,511.0,50,asian/pacific islander,female,adf5df7aac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-11,14:52:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,,9223.0,,21,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-10,21:48:00,"DOBBS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1100848,-86.7359135,3.0,8403.0,313.0,25,white,male,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-02,14:05:00,"DR D B TODD JR BLVD & UNDERWOOD ST, NASHVILLE, TN, 37208",36.1733617,-86.8082482,6.0,4475.0,613.0,57,black,male,d60f692cd0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-04-08,22:35:00,"MCCALL ST & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0996294,-86.7394394,8.0,8513.0,831.0,43,white,female,b728a62997,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-13,13:10:00,"I 65 S & I 440 ENTRY, NASHVILLE, TN, 37204",35.7275536,-86.9604933,8.0,6921.0,823.0,40,white,female,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-11,07:55:00,"MAINSTREAM DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1925005,-86.8157343,6.0,4483.0,611.0,39,black,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-05,21:15:00,"BELLEVUE RD & HICKS RD, NASHVILLE, TN, 37221",36.0625518,-86.9236427,1.0,4819.0,125.0,44,white,female,401baa3680,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2010-08-07,00:27:00,"W TRINITY LN & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3007.0,621.0,19,black,male,503620c90c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-24,09:19:00,"4601 LEBANON PIKE, HERMITAGE, TN, 37076",36.2147122,-86.5970931,5.0,9537.0,523.0,34,white,female,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-20,00:35:00,"DOUGLAS AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1926724,-86.7443891,2.0,1895.0,227.0,40,white,male,58251cd0f4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-09,20:28:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1009.0,211.0,46,white,male,4da3a6c87a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEED +" +2015-07-15,19:15:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4121.0,411.0,44,white,male,bfcced43ce,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-12-28,14:55:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,23,hispanic,male,0e1022b041,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-06,20:08:00,"I 40 W, DONELSON, TN, 37214",36.1408347,-86.6604236,,,,50,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-01,21:43:00,"4424 LEBANON PKE, HERMITAGE, TN, 37076",36.2165574,-86.6006224,5.0,9715.0,525.0,18,white,female,f6b1e3a919,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"WRONG DATE ON TEMP TAG +" +2013-06-13,11:50:00,"DR WALTER S DAVIS BLVD & SCHRADER LN, NASHVILLE, TN, 37209",36.1727351,-86.8252443,6.0,4503.0,613.0,33,black,female,563f7a1718,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-09,05:01:00,"6TH AVE N & CHURCH ST, NASHVILLE, TN, 37219",36.1626279,-86.7814084,4.0,4143.0,411.0,24,white,female,0ed4c294a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-13,17:01:00,"DICKERSON PIKE & SPRING ST, NASHVILLE, TN, 37207",36.1766768,-86.7709301,2.0,1983.0,221.0,28,black,female,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"EXP TAG +" +2013-01-18,19:54:00,"10TH AVE N & IRELAND ST, NASHVILLE, TN, 37208",36.1694491,-86.7928088,6.0,4227.0,617.0,48,white,male,8a201ca7a2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-24,20:56:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,41,white,male,60059bc218,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2016-03-29,19:08:00,"1ST AVE S & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1602316,-86.77312,4.0,4049.0,425.0,51,white,male,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-24,21:51:00,"BRICK CHURCH PIKE & CHESAPEAKE DR, NASHVILLE, TN, 37207",36.2461267,-86.7792717,7.0,2037.0,721.0,29,black,male,58ae6f0919,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,True,True,probable cause,moving traffic violation,TN, +2014-02-27,21:42:00,"I 440 W & HILLSBORO PIKE, NASHVILLE, TN, 37212",36.1244054,-86.806586,8.0,5902.0,815.0,55,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-22,03:31:00,"44TH AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1556793,-86.8397588,1.0,4577.0,111.0,23,black,male,9d8bfc8acb,vehicular,moving traffic violation,True,True,True,arrest,True,True,False,False,True,True,True,probable cause,moving traffic violation,TN, +2013-09-25,14:00:00,"12TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.161584,-86.7917615,4.0,4205.0,411.0,20,white,male,a341fcca8c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-14,08:03:00,"MM 80 I65 N, NASHVILLE, TN, 37204",,,,,,41,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-09,13:32:00,", , ,",,,,,,31,black,male,7587c64dd9,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-06-14,05:26:00,"2ND AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1555806,-86.7711,4.0,4033.0,425.0,22,white,female,1fa9fc8266,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO TURN ON RED. +2018-10-27,00:41:00,"JUAREZ DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9531.0,521.0,29,black,male,724faddb76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-28,01:18:00,", , ,",,,,,,23,white,male,eb10816ce1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL, +2016-03-07,18:37:00,"DOUGLAS AVE & MERIDIAN ST, NASHVILLE, TN, 37207",36.1939645,-86.76742,2.0,1871.0,221.0,55,black,male,87c84d8f86,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-05,10:52:00,"BOSCOBEL ST & S 9TH ST, NASHVILLE, TN, 37206",36.1717376,-86.7549344,2.0,1121.0,211.0,74,black,female,884c66a1b8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-10-03,11:04:00,"I 24 E & HARDING PL, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8708.0,321.0,22,white,female,80e2c428b5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-20,16:22:00,"MOOREWOOD DR & VILLAGE TRL, NASHVILLE, TN, 37207",36.2475569,-86.7730866,7.0,2011.0,721.0,25,black,female,b541004824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,WARNING +2012-07-01,17:29:00,"GOINS RD & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0740507,-86.7246208,3.0,8701.0,321.0,26,white,male,5d95185f48,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-01,05:13:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1243.0,213.0,47,black,male,87bd93c328,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-10,13:03:00,"1429 12TH AVE S, NASHVILLE, TN, 37212",36.1381189,-86.7884128,,,,58,black,female,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-19,19:29:00,", , ,",,,,,,46,black,male,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-28,17:07:00,"ANDERSON RD & MOSSDALE DR, ANTIOCH, TN, 37013",36.073557,-86.61906,3.0,8925.0,335.0,50,black,male,a2ee588582,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,consent,moving traffic violation,TN, +2010-10-12,04:08:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,36,hispanic,male,d537d94583,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-12,23:32:00,"MURPHY RD & WEST END AVE, NASHVILLE, TN, 37203",36.1393455,-86.8190954,8.0,5629.0,813.0,54,white,female,e8583fbb05,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-09,13:32:00,"MCCRORY CREEK RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1574531,-86.6358797,5.0,9413.0,517.0,20,black,male,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"UNABLE TO READ TEMP TAG +" +2010-12-15,18:44:00,"CONNARE DR & ONE MILE PKWY, MADISON, TN, 37115",36.2800425,-86.7132323,7.0,1759.0,727.0,49,black,female,a81423d2e8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2019-02-14,21:25:00,"BRICK CHURCH PIKE & EWING DR, NASHVILLE, TN, 37207",36.2315631,-86.7815318,7.0,2003.0,721.0,22,black,female,28a173be9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-23,16:25:00,"7973 CHARLOTTE PIKE, NASHVILLE, TN, 37221",,,1.0,4711.0,123.0,66,white,male,f9debc595b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-22,09:37:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,37,white,female,6dc6599caa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-31,23:43:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,38,white,female,7820669585,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-04-02,20:38:00,"LINCOLN ST & TRIMBLE ST, NASHVILLE, TN, 37210",36.1461992,-86.7605181,3.0,8137.0,311.0,39,black,male,a2ee588582,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-03-02,17:55:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,48,black,female,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-26,06:50:00,"816 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1358357,-86.724395,5.0,8815.0,531.0,29,black,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-30,12:42:00,"S 2ND ST & VICTORY AVE, NASHVILLE, TN, 37213",36.1654442,-86.768598,4.0,1103.0,413.0,26,black,female,0a2b939d4b,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE BRAKE LIGHT OUT. WARNING GIVEN FOR BRAKE LIGHT. DRIVER HAD SUSPENDED LICENSE. STATE CITATION ISSUED. +2017-01-18,10:45:00,"DOUGLAS AVE & EMMETT AVE, NASHVILLE, TN, 37206",36.1930803,-86.7486956,2.0,1933.0,227.0,33,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-18,23:33:00,"FAIRFIELD AVE & ROBERTSON ST, NASHVILLE, TN, 37210",36.1494464,-86.7572293,5.0,8223.0,511.0,29,white,female,7587c64dd9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2019-01-16,13:00:00,"1051 MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.127406,-86.712754,3.0,8803.0,315.0,32,black,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-04-12,04:12:00,"GLENROSE AVE & WICKSON AVE, NASHVILLE, TN, 37210",36.1256015,-86.746988,3.0,8107.0,311.0,48,white,male,a99fd46d48,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-04-26,10:00:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37211",36.1109273,-86.7451877,,8519.0,,37,white,male,b8a91068a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-07,19:18:00,"CHURCH ST & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1584165,-86.7906562,4.0,4104.0,411.0,72,black,male,99218ab44e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-19,13:00:00,"I 24 W & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1979.0,221.0,18,white,female,6f0151b767,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-03,04:21:00,"I 440 E & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,8321.0,313.0,42,black,female,936ab7dc64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-13,17:41:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,25,white,female,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-28,14:48:00,"MM 55 6 I24 W, NASHVILLE, TN, 37211",,,3.0,8812.0,317.0,23,asian/pacific islander,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2011-10-02,13:09:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9411.0,517.0,35,black,male,7577ef3bcd,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"TAG EXPIRED JULY ---- +" +2018-04-05,20:24:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6959.0,821.0,26,white,male,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2016-06-17,21:21:00,"5TH AVE N & HARRISON ST, NASHVILLE, TN, 37219",36.1701565,-86.784701,4.0,4203.0,411.0,22,black,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-04,18:43:00,"CONNARE DR & ONE MILE PKWY, MADISON, TN, 37115",36.2800425,-86.7132323,7.0,1759.0,727.0,53,white,male,b541004824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ROLL THROUGH STOP SIGN +2015-12-15,13:20:00,"13TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1549584,-86.788167,4.0,4002.0,423.0,81,white,female,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2015-10-26,17:58:00,"511 OMAN ST, NASHVILLE, TN, 37203",36.147164,-86.8206533,8.0,5623.0,813.0,43,white,female,63cbe6a061,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-07,15:20:00,", , ,",,,,,,35,white,male,86da362829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-04,08:56:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,42,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-08,05:37:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,44,hispanic,male,7975bcaa77,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"STATE CITE, NO DL" +2010-11-18,23:34:00,"ANTIOCH PIKE & HAYWOOD LN, NASHVILLE, TN, 37211",36.0702375,-86.684455,3.0,8851.0,323.0,48,black,male,ba10efd51b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-31,05:32:00,"BABY RUTH LN & MOUNT VIEW RD, ANTIOCH, TN, 37013",36.0433612,-86.6408144,3.0,8863.0,333.0,34,black,male,b423a06a7b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-05,18:11:00,"6730 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1361003,-86.8870464,1.0,5009.0,123.0,30,white,female,7d6a69a168,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-31,00:51:00,"1534 DEMONBREUN ST, NASHVILLE, TN, 37203",36.1527335,-86.7911385,8.0,5701.0,811.0,29,black,male,a0b824a6ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-08,12:20:00,", , ,",,,,,,63,asian/pacific islander,female,28a173be9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-29,09:07:00,"OLD HICKORY BLVD & OVERTON ST, OLD HICKORY, TN, 37138",36.2499273,-86.644417,5.0,9711.0,525.0,60,white,female,f6e5e4b4bc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-20,20:59:00,"THOMPSON PL & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.1267462,-86.7110172,3.0,8803.0,315.0,31,black,male,14bd6a0244,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-05-23,01:14:00,"NOLENSVILLE PIKE & WALLACE RD, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,26,white,male,fbdc8fe5b9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT +2013-05-08,16:26:00,"23RD AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1802269,-86.8146239,6.0,4463.0,613.0,58,black,male,6a6e0f08cf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-21,11:31:00,"EASTLAND AVE & PORTER RD, NASHVILLE, TN, 37206",36.1824375,-86.7334486,2.0,1305.0,215.0,26,white,female,2aeb7f91f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SUBJECT STOPPED FOR SPEEDING. CHECK THROUGH RECORDS REVEALED THAT SHE WAS UNLICENSED. STATE CITATION WAS ISSUED. +" +2014-11-21,16:52:00,"CHESTNUT ST & HAGAN ST, NASHVILLE, TN, 37203",36.1422184,-86.7717075,8.0,8049.0,821.0,36,white,male,7c6f123f51,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-05,13:11:00,"27TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1454986,-86.811425,8.0,5623.0,813.0,42,black,female,65e8b864be,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,expired tags +2010-05-01,22:49:00,"LITTON AVE & SCOTT AVE, NASHVILLE, TN, 37216",36.2017102,-86.7327382,2.0,1431.0,217.0,26,black,female,a3f840e016,vehicular,vehicle equipment violation,True,False,True,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-03,09:03:00,"CHERRYWOOD DR & WHISPERING HILLS DR, NASHVILLE, , 37211",36.0647656,-86.7264949,8.0,8659.0,835.0,25,white,male,34e082d612,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"STOP SIGN, BRAKE LIGHT" +2016-05-30,02:35:00,"BELLE FOREST CIR & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0767667,-86.9204881,1.0,4815.0,125.0,67,asian/pacific islander,male,1ad14463be,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-12,03:19:00,"DICKERSON PIKE & HART LN, NASHVILLE, TN, 37207",36.2217001,-86.76168,2.0,1887.0,223.0,41,black,male,59993b473d,vehicular,safety violation,True,False,False,arrest,True,True,False,False,True,True,True,consent,safety violation,TN,"-- GRAM OF MARIJUANA FOUND UNDER DRIVERS SEAT +" +2012-12-13,17:15:00,"1415 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1994929,-86.769619,2.0,1865.0,223.0,58,white,male,c270bce636,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY,TAIL LIGHT +2012-03-24,10:16:00,"410 SWISS AVE, NASHVILLE, TN, 37211",36.0424686,-86.7147106,8.0,8651.0,835.0,27,white,female,1d2e83fed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-18,01:29:00,"BRENTWOOD MEADOW CIR & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0417096,-86.7480236,8.0,8615.0,833.0,24,white,male,b52fef1f76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"not complete stop at stop light +" +2014-05-28,03:24:00,"S 11TH ST & BOSCOBEL ST, NASHVILLE, TN, 37206",36.1723133,-86.7505938,2.0,1237.0,213.0,32,white,male,529fc1bfb1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-24,09:04:00,"BROADMOOR DR & SAUNDERS AVE, NASHVILLE, TN, 37216",36.2297286,-86.7324672,2.0,1841.0,225.0,48,black,female,5966fe24c8,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,WINDOW TINT +2012-03-16,11:08:00,"ELLINGTON PKWY & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,40,black,male,4d037c592b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-22,22:22:00,"N DUPONT AVE & RIO VISTA DR, MADISON, , 37115",36.2658034,-86.680606,,,,20,white,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-03,23:12:00,"4301 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0991182,-86.8223203,1.0,6115.0,117.0,35,white,male,5e5cf77af0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-22,17:10:00,"DOMINICAN DR & FRENCH LANDING DR, NASHVILLE, TN, 37208",36.1883411,-86.7967588,6.0,4403.0,611.0,60,black,female,2d20e4fc91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN RED LIGHT/NO STOP ON RED AT I--S EXIT & ROSA PARKS -VALID DL - NO WARRANTS +" +2015-05-04,19:49:00,"42ND AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1549223,-86.8371385,1.0,4537.0,111.0,30,black,female,8f564c22fd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-16,17:03:00,"CROCKETT ST & ROSEDALE AVE, NASHVILLE, TN, 37207",36.1959246,-86.7571923,2.0,1873.0,221.0,32,black,male,2b7a7efb70,vehicular,vehicle equipment violation,False,True,True,citation,True,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2014-10-07,22:45:00,"JONQUIL DR & WELCH RD, NASHVILLE, TN, 37211",36.0809249,-86.718074,3.0,8419.0,317.0,26,white,male,3158c055ac,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2013-01-28,12:21:00,"CLEVELAND HALL BLVD & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2281326,-86.6250887,5.0,9605.0,525.0,36,white,male,be02c342d3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-13,22:20:00,"2420 GALLATIN AVE, NASHVILLE, TN, 37206",36.1947153,-86.742901,2.0,1883.0,227.0,62,white,male,6e95f38057,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-20,06:06:00,"DR RICHARD G ADAMS DR & E TRINITY LN, NASHVILLE, TN, 37216",36.2044758,-86.7474715,2.0,1821.0,225.0,27,hispanic,male,36ca3f6525,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,False,True,True,False,other,vehicle equipment violation,TN,"stopped for d brake light, no license, no id" +2011-06-06,19:04:00,"2ND AVE S & ELM ST, NASHVILLE, TN, 37210",36.1541574,-86.7701631,4.0,4005.0,425.0,45,hispanic,male,b9fb8b268e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN RED LIGHT +" +2013-08-15,17:52:00,"12TH AVE S & ARGYLE AVE, NASHVILLE, TN, 37212",36.1377702,-86.7880882,8.0,6617.0,811.0,48,black,female,59629c618d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-03,22:53:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,20,white,female,15279c6fe5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-16,16:46:00,"33RD AVE N & ALAMEDA ST, NASHVILLE, TN, 37209",36.164771,-86.8263816,6.0,4557.0,613.0,22,black,female,fd8a139aad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN,stop sign --/john merritt +2010-02-20,00:21:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,56,white,male,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-08,17:29:00,"BUENA VISTA PIKE & W TRINITY LN, NASHVILLE, TN, 37218",36.2024733,-86.8205105,6.0,3103.0,623.0,27,black,female,b8a8edb71a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2010-02-24,08:05:00,"MILLS RD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1685619,-86.600292,5.0,9527.0,521.0,38,white,male,4724564015,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"EXPIRED TAG JANUARY ---- +" +2011-10-31,20:17:00,"95 WALLACE RD, NASHVILLE, TN, 37211",36.0848834,-86.7007008,3.0,8707.0,321.0,34,hispanic,male,0c917ee0a9,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-24,23:09:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5023.0,123.0,29,white,male,e077a1b1fb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-15,10:41:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,19,white,male,b166babb94,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-11-27,09:57:00,"I 40 E & DONELSON PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8906.0,533.0,26,white,female,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-31,09:48:00,"BLACKMAN CT & BLACKMAN RD, NASHVILLE, , 37211",36.0732467,-86.7343106,,,,50,black,female,faf7fd2318,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-23,09:50:00,"BRILEY PKWY E & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2330587,-86.8148702,6.0,3010.0,621.0,45,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-31,11:29:00,"NOLENSVILLE PIKE & WALLACE RD, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8609.0,831.0,32,black,male,5a96851d64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-14,02:03:00,"821 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1344479,-86.7245768,3.0,8801.0,315.0,30,white,male,be82d6c6cf,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-03-11,00:12:00,"1307 BELL RD, ANTIOCH, TN, 37013",36.0471739,-86.6746232,3.0,8719.0,331.0,31,white,female,4e622eb289,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-08,18:50:00,"838 DICKERSON PIKE, , TN, 37207",36.1871099,-86.773768,2.0,1953.0,221.0,44,white,female,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-29,19:49:00,"8TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1578561,-86.7814243,4.0,4085.0,421.0,34,white,female,4388515b9f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2016-03-04,13:35:00,"DR D B TODD JR BLVD & JACKSON ST, NASHVILLE, TN, 37208",36.1657538,-86.8051136,6.0,5409.0,615.0,66,black,female,8352dce69b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-29,09:00:00,"BARRINGTON PLACE DR & OLD HICKORY BLVD, BRENTWOOD, , 37027",36.0397857,-86.7540337,,,,18,white,male,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-22,21:53:00,"S 9TH ST & BOSCOBEL ST, NASHVILLE, TN, 37206",36.1717376,-86.7549344,2.0,1123.0,211.0,34,white,male,9385461f5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-10,09:39:00,"23RD AVE N & CHARLOTTE AVE, , , 37203",36.1557468,-86.80977,,,,38,white,female,4716b7aab8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-08-19,13:10:00,"DRY CREEK LN & DRY CREEK POINTE CT, GOODLETTSVILLE, TN, 37072",36.2974562,-86.7192017,7.0,2115.0,725.0,68,white,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-12,12:27:00,"I 40 EXIT E & TERMINAL DR, NASHVILLE, TN, 37214",,,5.0,8951.0,531.0,24,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,PA,I WAS RUNNING STATIONARY LASER ON THE SHOULDER ON I -- E AT BRILEY PKWY N. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN. I CONFIRMED HIS SPEED WITH M Y LASER AT -- MPH IN A -- MPH ZONE AT --- FT. +2011-09-20,20:08:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,56,black,male,8e6e05f1aa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-13,19:49:00,"5780 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1713781,-86.6011476,5.0,9557.0,523.0,27,white,male,7dbf1da87e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-06,13:28:00,"5163 HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0496835,-86.6638677,3.0,8859.0,325.0,35,black,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-02,04:10:00,"CHARLOTTE AVE & I 40 E, NASHVILLE, TN, 37203",36.1524726,-86.833841,8.0,5502.0,813.0,18,white,female,26ed5dd676,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-15,00:17:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,23,white,female,6ba69dfb34,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-06,09:13:00,"LUCAS LN & W TRINITY LN, NASHVILLE, TN, 37207",36.2060808,-86.7710344,2.0,1863.0,223.0,29,black,male,8cbadbb4fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2015-09-25,23:44:00,"35TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527549,-86.8266861,1.0,5241.0,113.0,43,white,female,caa3563d90,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,warning for headlight +2014-05-19,10:22:00,"21ST AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.1440756,-86.7998421,8.0,6709.0,815.0,84,white,female,f1c025f95c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-10-12,19:13:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,3.0,8873.0,315.0,58,unknown,male,4f1d028e45,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-26,21:00:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,35,white,female,16ae0372fd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-11,16:49:00,"25TH AVE N & ELLISTON PL, NASHVILLE, TN, 37203",36.1474706,-86.8085048,8.0,5615.0,813.0,28,black,male,460a7c21b0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-25,01:07:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9561.0,521.0,41,black,female,0a0f0a25d5,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,True,True,True,False,other,vehicle equipment violation,TN,"- FTA'S SINCE ----, DRIVING ON SUSPEND D/L -ND OFFENSE OR GREATER-PHYSICAL CUSTODIAL ARREST MADE DUE TO NOT QUALIFYING" +2010-05-20,12:35:00,"BRILEY PKWY & LEBANON PIKE, NASHVILLE, TN, 37214",36.17048,-86.6675065,5.0,9121.0,513.0,34,white,male,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-12,21:32:00,"MM 54 4 I24 E, NASHVILLE, TN, 37211",36.1848221,-86.3176192,3.0,84020.0,313.0,21,white,female,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2012-03-13,12:47:00,"25TH AVE N & 25TH AV N CT, NASHVILLE, TN, 37208",36.1818162,-86.8176921,6.0,4419.0,611.0,26,other,male,e562769ea0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-21,13:25:00,"CORNELIA CT & SPENCE LN, NASHVILLE, TN, 37217",36.1390993,-86.7231504,5.0,8813.0,531.0,28,black,male,06fb1827d3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-01,16:09:00,"33RD AVE N & ALAMEDA ST, NASHVILLE, TN, 37209",36.164771,-86.8263816,6.0,4557.0,613.0,24,black,female,37dd19df63,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"ROLLED THROUGH STOP SIGN +" +2015-01-17,12:55:00,"2426 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2111148,-86.7799391,,,,25,black,female,702f17e184,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-10,12:13:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,30,white,female,ff0f4a82d4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-03,19:48:00,"MARIE ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1967561,-86.7670261,2.0,1871.0,221.0,36,black,male,b9f9980a8a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-29,12:15:00,"LEBANON PIKE & LISA LN, NASHVILLE, TN, 37210",36.159527,-86.703951,5.0,9019.0,513.0,63,white,male,caf692a11a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-08,20:34:00,"NOLENSVILLE PIKE & ZOO RD, NASHVILLE, TN, 37211",36.090114,-86.7336907,8.0,8509.0,831.0,20,white,male,50835bbbca,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-18,09:28:00,"BINKLEY DR & HARDING PL, NASHVILLE, TN, 37211",36.0773794,-86.7400706,8.0,8501.0,831.0,55,white,male,299da6fbbd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-26,19:55:00,"3021 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2269796,-86.7592896,2.0,1811.0,225.0,34,black,female,86da362829,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-08-13,12:15:00,"ALTA LOMA RD & 65 N, GOODLETTSVILLE, TN, 37072",36.2963206,-86.7109392,7.0,17044.0,727.0,27,black,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2013-07-30,16:43:00,"333 RIO VISTA DR, MADISON, TN, 37115",36.2689613,-86.6839391,7.0,1713.0,715.0,50,white,female,489eea137b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-16,19:11:00,"BURCHWOOD AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2006788,-86.7400574,2.0,1403.0,217.0,21,black,male,ea3413a239,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HEADLIGHT +" +2012-03-05,02:29:00,"4TH AVE S & MCCANN ST, NASHVILLE, TN, 37203",36.1496758,-86.7698196,8.0,8003.0,821.0,32,white,male,a99fd46d48,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-03-14,19:21:00,"ROBERTSON AVE & SNYDER AVE, NASHVILLE, TN, 37209",36.1547271,-86.86014,1.0,4647.0,115.0,25,white,female,7d6a69a168,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-12,22:57:00,"N GALLATIN PIKE & DULING AVE, MADISON, TN, 37115",36.2658527,-86.7110296,7.0,1763.0,723.0,24,black,male,1b55d714e1,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,LICENSE PLATE LIGHT OUT. +2018-05-06,16:33:00,"4TH AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37219",36.167372,-86.7812599,4.0,4203.0,411.0,57,hispanic,male,b5598f906f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-08-09,17:17:00,"1410 DONELSON PIKE, NASHVILLE, TN, 37217",36.0961356,-86.6789877,3.0,8841.0,323.0,33,hispanic,female,037bfcb0ce,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-21,00:39:00,"HICKORY HIGHLANDS DR & RURAL HILL RD, ANTIOCH, TN, 37013",36.0617206,-86.6448951,3.0,8861.0,325.0,19,hispanic,male,b728a62997,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-13,22:34:00,"HARDING PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,5015.0,121.0,30,white,male,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-17,12:46:00,"MURFREESBORO PIKE & SUMMERCREST BLVD, ANTIOCH, TN, 37013",36.0504945,-86.6147644,3.0,8927.0,335.0,60,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-27,12:15:00,"DELAWARE AVE & MORROW RD, NASHVILLE, TN, 37209",36.1540161,-86.8523357,1.0,4627.0,111.0,44,black,male,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,GA, +2016-03-07,16:18:00,"AIRWAYS CIR & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1520946,-86.6809062,5.0,9105.0,517.0,39,black,female,b3d18aa8ec,vehicular,registration,False,False,True,warning,False,False,False,False,True,False,True,plain view,registration,TN, +2011-06-06,15:10:00,"5099 LINBAR DR, NASHVILLE, TN, 37211",36.079924,-86.699875,3.0,8707.0,321.0,58,black,male,7226a00c28,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-19,22:05:00,"JACKSON DOWNS BLVD & LEBANON PIKE, NASHVILLE, TN, 37214",36.1853197,-86.6366695,5.0,9403.0,517.0,55,white,female,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-12-23,21:29:00,"444 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.14361,-86.7455531,5.0,8213.0,511.0,41,white,male,0048470055,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-08-09,23:58:00,"4TH AVE S & MCCANN ST, NASHVILLE, TN, 37203",36.1496758,-86.7698196,8.0,8003.0,821.0,26,hispanic,male,4a107ef3da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-30,00:21:00,"GREAT CIRCLE RD & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1937429,-86.8070645,6.0,4445.0,611.0,22,black,male,117c6d697e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAIL TO MOVE OVER FOR EMERGENCY VEHICLE. +2017-08-08,12:10:00,"BELL RD & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1411292,-86.6279841,5.0,8995.0,533.0,47,white,female,06dbf4a801,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2016-09-29,11:39:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,45,white,female,fd4fabd731,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-18,23:08:00,"GALLATIN PIKE & SHELTON AVE, NASHVILLE, TN, 37216",36.2097911,-86.7339,2.0,1819.0,225.0,20,white,male,e5723525d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2018-01-11,08:41:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6911.0,821.0,41,white,male,736fdd9075,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-07,08:00:00,"1220 BELL RD, ANTIOCH, TN, 37013",36.044399,-86.669256,3.0,8753.0,331.0,39,unknown,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-19,21:07:00,"KINGS LN & TIMOTHY DR, NASHVILLE, TN, 37218",36.217627,-86.844773,6.0,3109.0,625.0,58,black,male,275b2f9e04,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,True,True,True,False,other,moving traffic violation,TN, +2016-11-30,10:18:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,23,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,CHASE DOWN ----- +2017-12-07,12:05:00,"ARMORY DR & 65 S, NASHVILLE, TN, 37204",36.1016798,-86.7643592,8.0,7013.0,825.0,17,unknown,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-29,11:51:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,5.0,8823.0,531.0,25,white,male,d38b4128e5,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,VA, +2011-12-09,16:03:00,"800 4TH AVE S, NASHVILLE, TN, 37210",36.1522989,-86.7710255,4.0,4005.0,425.0,24,white,male,b5ca91d71f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-09-24,00:11:00,"101 S GALLATIN PIKE, MADISON, TN, 37115",36.2629925,-86.7119414,7.0,1763.0,723.0,21,black,female,0041952e23,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHT OUT +2012-02-24,05:34:00,"W TRINITY LN & FREE SILVER RD, NASHVILLE, TN, 37207",36.2070569,-86.7959997,6.0,3013.0,623.0,47,black,female,c76c330626,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-24,14:48:00,"4917 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.061926,-86.7178833,8.0,8659.0,835.0,51,white,male,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-25,01:43:00,"3RD AVE N & JACKSON ST, , TN, 37201",36.1739669,-86.7840164,,,,53,black,male,ebfe43e91e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,PLATE LIGHT. +2011-12-15,09:09:00,"OLD HICKORY BLVD & ZERMATT AVE, NASHVILLE, TN, 37211",36.0456117,-86.7197548,8.0,8655.0,835.0,24,black,female,4c7e26f974,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"TEMP TAG EXPIRED +" +2017-05-25,13:39:00,"481 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0979054,-86.9257227,1.0,4903.0,121.0,58,white,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-22,20:57:00,"8TH AVE S & HAMILTON AVE, NASHVILLE, TN, 37203",36.1392336,-86.7783492,8.0,6941.0,821.0,38,white,female,ab5ef8094a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-27,01:49:00,"3RD AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1777961,-86.7864755,6.0,4317.0,617.0,45,white,male,392687b70d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-16,02:43:00,"5242 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0568071,-86.7399516,,,,26,white,male,99d09ccd39,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"ONE HEAD LIGHT, WARNING ISSUED +SUSPENDED DL, STATE CITE ISSUED" +2011-12-15,13:56:00,"26TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1680832,-86.8167354,6.0,4525.0,613.0,56,white,male,eebb8ae650,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-08-30,13:57:00,"GALLATIN PIKE S & E OLD HICKORY BLVD, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1701.0,715.0,46,white,female,4183295444,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-15,01:38:00,"PAVILION BLVD & PLUS PARK BLVD, NASHVILLE, TN, 37217",36.1327091,-86.7231818,3.0,8801.0,315.0,25,black,male,2a844597b1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-30,23:52:00,"CHESTER AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1950878,-86.7430952,2.0,1363.0,215.0,37,black,male,58251cd0f4,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN,"WARNING FOR NO LIGHT ON LICENSE PLATE DURING THE HOURS OF DARKNESS +QUALIFIED FOR A STATE CITATION FOR DRIVING ON A SUSPENDED DL" +2011-06-03,10:25:00,"GALLATIN PIKE & HART LN, NASHVILLE, TN, 37216",36.2116099,-86.7325834,2.0,1817.0,225.0,44,white,male,c4680d166c,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2010-04-26,09:52:00,"OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0384874,-86.8035188,,,,41,black,male,39c3a6436c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR OFFICER NO MDC +" +2016-02-28,19:34:00,", , ,",,,,,,20,black,female,e865e1c625,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-21,19:08:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4115.0,421.0,32,white,female,7f2ba40c1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RIGHT TURN ON RED IN POSTED NO TURN ON RED +2017-04-12,05:58:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3155.0,623.0,23,black,male,d0b0c03599,vehicular,safety violation,False,True,False,citation,True,True,False,False,True,False,True,consent,safety violation,TN, +2011-01-07,16:01:00,"52ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519223,-86.8498908,1.0,5123.0,113.0,26,black,male,67529ca24c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-09,14:39:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,68,white,male,a9b7a026f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-03,15:54:00,"304 EAST THOMPSON LN, NASHVILLE, TN, 37217",36.125699,-86.7119196,3.0,8879.0,315.0,29,white,male,c789e7a8ee,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2019-01-10,07:53:00,"26TH AVE S & FAIRFAX AVE, NASHVILLE, TN, 37212",36.1348599,-86.8084069,8.0,5823.0,815.0,17,white,female,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-23,20:28:00,"1409 MONTGOMERY AVE, NASHVILLE, TN, 37207",36.1963897,-86.7550729,2.0,1875.0,221.0,87,black,male,e1ebf60eeb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-16,18:23:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,19,black,male,bb08d79064,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN, +2012-10-25,12:45:00,"16TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1800254,-86.809783,6.0,4455.0,613.0,31,black,male,fd8a139aad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in -- buchanan +2011-05-23,18:35:00,"421 HARDING PL, NASHVILLE, TN, 37211",36.078579,-86.7279701,8.0,8609.0,831.0,22,hispanic,male,fa6268bac5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-25,09:40:00,"1241 ROBINSON RD, OLD HICKORY, TN, 37138",36.2589008,-86.6575449,5.0,9611.0,525.0,25,white,female,963f2c3d0d,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2017-01-25,11:26:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,43,white,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-30,12:10:00,"51ST AVE N & INDIANA AVE, NASHVILLE, TN, 37209",36.1564915,-86.8488008,1.0,4601.0,111.0,25,black,female,eb5a39da00,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-06-25,05:31:00,"MM 203 2 I40 E, NASHVILLE, TN, 37209",,,1.0,50021.0,115.0,68,hispanic,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-09,16:11:00,"OLD TUSCULUM RD & TUSCULUM RD, ANTIOCH, , 37013",36.0534179,-86.6906017,,,,40,black,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-14,11:43:00,"BROOK HOLLOW RD & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1358391,-86.8852149,1.0,5009.0,123.0,57,white,male,c924618651,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-11-07,11:00:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,57,black,male,a02596b67e,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2018-09-11,17:56:00,"26TH AVE N & TORBETT ST, NASHVILLE, TN, 37209",36.1571738,-86.8153728,6.0,5345.0,615.0,33,hispanic,male,d7b6ccc3f6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-28,09:40:00,"517 DONELSON PIKE, NASHVILLE, TN, 37214",36.1491724,-86.665802,5.0,9411.0,517.0,34,white,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-10-20,08:45:00,"1300 N GALLATIN PIKE, MADISON, TN, 37115",36.28084,-86.7075017,7.0,1759.0,727.0,39,black,male,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-12,02:49:00,"COLICE JEANNE RD & HWY 70 S, NASHVILLE, TN, 37221",36.0740352,-86.935308,1.0,4815.0,125.0,29,asian/pacific islander,female,1ad14463be,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-28,00:01:00,"20TH AVE S & DIVISION ST, NASHVILLE, TN, 37212",36.1490216,-86.7982707,8.0,6711.0,811.0,24,white,male,f26feb9ee6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-03,21:50:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6013.0,117.0,22,white,female,80cbba0ee1,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-27,19:47:00,"MURFREESBORO PIKE & NASHBORO BLVD, ANTIOCH, TN, 37013",36.0867994,-86.6485814,3.0,8891.0,325.0,29,white,female,aca83e7122,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-13,09:35:00,"4280 SIDCO DR, NASHVILLE, TN, 37204",36.0857284,-86.7614068,8.0,8531.0,825.0,73,white,male,5600f48082,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-01,08:44:00,"2410 UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0697326,-86.6628327,3.0,8861.0,325.0,28,white,female,9d22f052df,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-03,17:18:00,"BUCHANAN ST & CEPHAS ST, NASHVILLE, TN, 37208",36.1802579,-86.8055991,6.0,4453.0,613.0,31,black,male,021458b850,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-16,19:41:00,"MM 209 I40 E, NASHVILLE, TN, 37203",,,4.0,4104.0,411.0,31,black,female,a025a02b60,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-28,01:56:00,"DOUGLAS AVE & LISCHEY AVE, NASHVILLE, TN, 37207",36.1936029,-86.7632591,2.0,1909.0,221.0,38,white,female,8bfb8d2916,vehicular,vehicle equipment violation,True,False,False,arrest,True,False,False,True,True,True,True,consent,vehicle equipment violation,TN,BROKEN TAIL LIGHT PASSENGER SIDE. +2013-09-16,00:16:00,"NOLENSVILLE PIKE & PROVIDENCE HTS, NASHVILLE, , 37211",36.0734213,-86.7244335,,,,38,hispanic,male,b07a7bfe58,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT CRACKED +2014-06-10,14:47:00,"11TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4149.0,411.0,54,black,male,0a70309850,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2016-04-21,15:48:00,"10TH AVE S & BRADFORD AVE, , , 37204",36.1278616,-86.7861319,,,,46,black,male,1d8c47ce85,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,EXCESSIVE NOISE (LOUD MUSIC) +2018-05-23,09:57:00,"1900 ELM HILL PIKE, NASHVILLE, TN, 37210",36.1500703,-86.703192,5.0,9029.0,513.0,48,white,female,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-08,23:33:00,"CHESAPEAKE CIR & CHESAPEAKE DR, NASHVILLE, TN, 37207",36.2459061,-86.7765743,7.0,2033.0,721.0,20,black,male,5ae31d9ff9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-23,06:00:00,"33RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.152875,-86.8235403,1.0,5241.0,113.0,32,white,male,4c7e26f974,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,,"no visible tag/ driver had title to vehicle but had not signed it, did not show --" +2011-03-10,15:27:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,31,white,female,4d037c592b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2016-11-03,13:28:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,22,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,FLAGGING ----- +2016-04-05,13:31:00,"3103 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1922569,-86.8295752,6.0,3157.0,625.0,61,white,female,f18b2724d9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2015-06-10,16:53:00,"ASHLAND CITY HWY & BRILEY PKWY N, NASHVILLE, TN, 37218",36.2101874,-86.8728247,6.0,3247.0,625.0,30,black,male,19bfe40a92,vehicular,moving traffic violation,True,False,False,arrest,,,,False,False,False,False,,moving traffic violation,TN,"-- in --, arrested for driving on a revoked" +2018-03-03,08:35:00,"CHEROKEE RD & WEST END AVE, NASHVILLE, TN, 37205",36.1303326,-86.8377796,1.0,5111.0,113.0,44,white,male,f2837b0d6b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-28,01:46:00,"BONNASPRING DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1956607,-86.6216585,5.0,9531.0,521.0,18,white,male,9dc8c71b5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-23,05:38:00,"ARDEE AVE & GALLATIN PIKE, NASHVILLE, , 37216",36.2196007,-86.7274134,,,,31,black,male,87c84d8f86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-03,11:45:00,"70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,64,white,female,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-10,23:33:00,"FOSTER AVE & THOMPSON LN, NASHVILLE, TN, 37210",36.110789,-86.742932,3.0,8333.0,313.0,37,hispanic,male,622ce499b8,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-29,21:45:00,"ARGLE AVE & DUE WEST AVE E, MADISON, TN, 37115",36.2476385,-86.7156638,7.0,1519.0,711.0,43,hispanic,male,b541004824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"ROLL THROUGH STOP SIGN +" +2015-03-24,17:00:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,53,white,male,df69290668,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-06,20:29:00,"DICKERSON PIKE & OLD HICKORY BLVD, MADISON, TN, 37115",36.2692405,-86.7557273,7.0,2039.0,725.0,61,white,female,0f7ad96aba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-18,08:54:00,"BRANDYWINE CIR & SHUTE CIR, OLD HICKORY, TN, 37138",36.2352061,-86.6079818,5.0,9721.0,525.0,25,black,female,be82d6c6cf,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,PASSENGER SEATBELT +2014-10-03,10:42:00,"ALBANY DR & ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.2105091,-86.600107,5.0,9537.0,523.0,50,white,female,766a98473e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- +2013-12-02,09:54:00,"481 OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0901318,-86.9208418,1.0,4815.0,125.0,26,unknown,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,NJ, +2015-09-14,10:10:00,", , ,",,,,,,65,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-19,09:29:00,"7515 OLD CHARLOTTE PIKE, NASHVILLE, TN, 37221",36.118053,-86.933403,1.0,4709.0,123.0,65,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-30,21:09:00,"210 BRIDGEWAY AVE, OLD HICKORY, TN, 37138",36.2704669,-86.664819,5.0,9701.0,525.0,19,black,female,60059bc218,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-04,11:13:00,"N GALLATIN PIKE & CONFERENCE DR, GOODLETTSVILLE, TN, 37072",36.3027491,-86.6918546,7.0,1751.0,727.0,27,white,male,7962521178,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,no tag - dealer +2013-08-04,12:11:00,"LEBANON PIKE & OLD HICKORY BLVD, , TN, 37138",36.1984469,-86.6201996,,,,44,white,female,e25971e53e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-04-17,16:25:00,"EMMITT AVE & GALLAVISTA AVE, MADISON, TN, 37115",36.2510805,-86.7116332,7.0,1623.0,711.0,61,black,female,887e82c03d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-02,13:50:00,"S GRAYCROFT AVE & CHADWELL DR, MADISON, TN, 37115",36.2548539,-86.7335839,7.0,1777.0,723.0,31,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-19,22:19:00,"197 HAYWOOD LN, NASHVILLE, TN, 37211",36.06914,-86.6934969,3.0,8709.0,321.0,44,hispanic,male,3ee2a2a059,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-21,10:29:00,"21ST AVE & JEFFERSON ST, NASHVILLE, TN, 37208",36.1690738,-86.8095974,6.0,5325.0,615.0,39,black,female,40d9b62eac,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2012-06-11,00:52:00,"I 440 E & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,8321.0,313.0,24,white,female,6f0e6c9ea2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-21,09:29:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,46,hispanic,female,06dbf4a801,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-19,20:35:00,"MM 3 8 I440 E, NASHVILLE, TN, 37215",36.1450627,-86.7121761,8.0,6420.0,823.0,72,white,male,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-25,15:53:00,"GALLATIN AVE & STRAIGHTWAY AVE, NASHVILLE, TN, 37206",36.1936449,-86.7438519,2.0,1325.0,215.0,18,black,male,70d2debcb6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-03,14:16:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6913.0,823.0,52,black,male,c332047d09,vehicular,moving traffic violation,True,False,True,arrest,True,True,False,True,True,True,True,consent,moving traffic violation,IL, +2011-09-05,14:51:00,"10TH AVE N & GARFIELD ST, NASHVILLE, TN, 37208",36.1776057,-86.7993681,6.0,4327.0,617.0,42,black,female,eeee4f9bb9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-10-18,21:00:00,"NEWSOME ST & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.1190992,-86.7493016,,,,32,hispanic,male,073f5c83fc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,IMPROPER TURN. +2017-08-01,01:29:00,"2411 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2096892,-86.7656216,2.0,1833.0,223.0,51,white,female,53701cff75,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-03,09:58:00,", , ,",,,,,,24,white,male,0f631f3a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-09,19:30:00,"ELLINGTON PKWY, , TN, 37207",36.2027191,-86.7508584,,,,18,black,female,e552872ac6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-04,01:17:00,"11TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4205.0,411.0,42,black,male,2b5605b872,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-14,21:49:00,"CHARLOTTE PIKE & HILLWOOD BLVD, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5021.0,121.0,36,white,male,54a34486d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-23,08:25:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,52,asian/pacific islander,male,cf6cd3e2bd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-05,23:43:00,"40TH AVE N & MICHIGAN AVE, NASHVILLE, TN, 37209",36.1592435,-86.8348738,1.0,4531.0,111.0,27,black,male,3ce33785e5,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2010-01-14,05:27:00,"I 65 S & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1837753,-86.7988955,6.0,4404.0,611.0,55,black,male,3955cfd39c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-27,20:39:00,"65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,62,white,female,3139d5e5ff,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-25,13:28:00,"533 TULIP GROVE RD, HERMITAGE, TN, 37076",36.210744,-86.5887939,5.0,9525.0,523.0,26,white,female,6e6eeb355a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-23,20:45:00,"LITTON AVE & NORTHVIEW AVE, NASHVILLE, TN, 37216",36.2019346,-86.7348154,2.0,1415.0,217.0,50,black,male,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-12,10:34:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,32,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-26,21:37:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,19,black,male,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-29,10:20:00,"E TRINITY LN & CASPER AVE, NASHVILLE, TN, 37216",36.2038987,-86.7411166,2.0,1837.0,225.0,65,white,male,3f791dfbd2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-02-11,23:48:00,"DORTCH AVE & GLENROSE AVE, NASHVILLE, TN, 37210",36.1255518,-86.7458573,3.0,8103.0,311.0,23,white,female,936ab7dc64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-23,23:11:00,"2921 SOUTHLAKE DR, NASHVILLE, TN, 37211",36.1085856,-86.7291103,3.0,8423.0,313.0,33,unknown,male,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-29,10:14:00,"DONELSON PIKE & ROYAL PKWY, NASHVILLE, TN, 37214",36.1459289,-86.6665918,5.0,9117.0,517.0,46,white,male,4d94f95134,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,"TAIL LIGHT OUT +" +2010-09-26,03:28:00,"I 65 N, , TN,",35.4905624,-86.8898529,,,,23,white,female,57f6131079,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-18,16:09:00,"DOUGLAS AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1926724,-86.7443891,2.0,1325.0,215.0,46,white,female,02e814e499,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-04-27,11:55:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,,8945.0,,44,black,male,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2012-08-04,14:13:00,"4047 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0810108,-86.7280648,8.0,8501.0,831.0,19,black,male,b8a91068a6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-10-04,20:15:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4113.0,421.0,20,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-16,16:56:00,"WHITES CREEK PIKE, TRINITY HILLS, TN, 37207",36.215125,-86.793632,,,,17,black,male,a025a02b60,vehicular,seatbelt violation,True,False,True,arrest,True,True,False,True,True,True,True,other,seatbelt violation,TN, +2016-11-03,16:55:00,"5415 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1506795,-86.8543576,1.0,5115.0,113.0,62,black,female,5619309420,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-20,15:52:00,", , ,",,,,,,37,black,female,73a0ab20fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2011-03-30,12:43:00,"MOUNT VIEW CIR & MURFREESBORO PIKE, , TN, 37013",36.0539661,-86.6183772,3.0,8927.0,335.0,49,black,female,489eea137b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-19,23:41:00,"2131 ELM HILL PIKE, NASHVILLE, TN, 37210",36.1488221,-86.6942985,,,,25,white,female,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-09,00:24:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,18,white,female,1d17ac8627,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-18,00:20:00,"GREAT CIRCLE RD & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1937429,-86.8070645,6.0,4445.0,611.0,19,other,female,a60a361c7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IL, +2015-07-14,04:57:00,"DISSPAYNE DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1726197,-86.6494685,5.0,9403.0,517.0,39,black,male,cb903826ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,no tag lights +2013-06-06,17:29:00,"GALLATIN PIKE & HOWARD AVE, NASHVILLE, TN, 37216",36.2121071,-86.7322177,2.0,1817.0,225.0,45,black,female,cb792661d8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-02-01,11:07:00,"3RD AVE S & ASH ST, NASHVILLE, TN, 37210",36.1527862,-86.7705625,4.0,4005.0,425.0,39,hispanic,male,fa9ae817a9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-18,10:10:00,"I 24 E & SPRING ST, NASHVILLE, TN, 37213",36.1764615,-86.775623,4.0,1908.0,413.0,46,white,female,f87ffe9d54,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-03,12:14:00,"1122 LEBANON PIKE, NASHVILLE, TN, 37210",36.155521,-86.735902,5.0,9035.0,513.0,49,white,male,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2014-11-15,12:14:00,"25TH AVE S & FAIRFAX AVE, , TN, 37212",36.1347671,-86.8074247,8.0,5903.0,815.0,58,white,male,e363ec0685,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-11,23:40:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,,19961.0,,19,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-21,04:12:00,"MM 80 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7016.0,823.0,34,white,male,b91801c201,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2016-10-15,22:19:00,"LARGO DR & LINBAR DR, NASHVILLE, TN, 37211",36.083665,-86.7056667,3.0,8705.0,321.0,58,black,male,62d6156052,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,THREW CIGARETTE OUT THE WINDOW AND TAG LIGHT WAS NOT ILLUMINATED +2015-03-29,15:27:00,"EULALA DR & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0454406,-86.7036238,,8717.0,,27,unknown,male,fc8eeff4da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-14,22:16:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,37,black,male,700c36a39a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-23,08:49:00,"MURPHY RD & WESTLAWN DR, NASHVILLE, TN, 37209",36.1406853,-86.8330669,1.0,5205.0,113.0,42,white,male,ec5603edfe,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,"NO SEATBELT/ NO TURN SIGNAL FROM ELKINS TO MURPHY. +" +2012-11-11,23:57:00,"23RD AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5715.0,815.0,20,white,female,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NJ, +2013-01-04,20:25:00,"BONNABROOK DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1917318,-86.6247682,5.0,9531.0,521.0,53,white,male,7820669585,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DE HEAD LIGHT +2010-05-27,09:36:00,"CHARLES E DAVIS BLVD & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1488548,-86.7624691,5.0,8149.0,511.0,21,black,female,2d306d905c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"UNABLE TO LOG INTO ARMS +" +2017-12-13,00:03:00,"AMERICAN RD & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1444524,-86.8727319,1.0,5023.0,123.0,38,black,male,c99d3afed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-18,17:32:00,"NOLENSVILLE PIKE & PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0848015,-86.7281493,8.0,8501.0,831.0,61,white,male,200f52dc10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-22,10:02:00,"1104 LEBANON PIKE, NASHVILLE, TN, 37210",36.1546091,-86.7367986,5.0,9035.0,513.0,31,white,male,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TX, +2012-02-17,21:03:00,"BROADMOOR DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,22,black,male,ba5ad061a9,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2013-06-28,21:17:00,"306 E TRINITY LN, NASHVILLE, TN, 37207",36.2053116,-86.7645349,2.0,1859.0,221.0,30,black,male,87a02eb314,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-09-25,11:21:00,"BOSLEY SPRINGS RD & HARDING PIKE, NASHVILLE, , 37205",36.1275635,-86.8438434,,,,32,white,female,2d63072115,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-05-13,19:36:00,"4TH AVE S & ELM ST, NASHVILLE, TN, 37210",36.1533008,-86.7721941,4.0,4005.0,425.0,20,black,male,4388515b9f,vehicular,registration,True,False,True,arrest,False,False,False,True,True,True,True,consent,registration,TN,TEMP TAG EXPIRED. WARRANTS +2013-01-10,02:02:00,"DONNA KAY DR & PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0871245,-86.707977,3.0,8441.0,317.0,23,hispanic,male,350bac3344,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-05-17,02:24:00,"GALLATIN PIKE N & ONE MILE PKWY, MADISON, TN, 37115",36.2793681,-86.7087808,7.0,1759.0,727.0,36,black,female,576170def4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-11,09:56:00,"OLD HICKORY BLVD & TOLBERT RD, NASHVILLE, TN, 37221",36.1064322,-86.9222345,1.0,4815.0,125.0,26,white,male,6126211b97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-25,16:12:00,"GALLATIN PIKE, MADISON, TN, 37072",36.2886732,-86.7045046,,,,42,white,female,936ab7dc64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-02,05:30:00,"OLD HICKORY APTS PVT & RANDY RD, MADISON, TN, 37115",36.2630914,-86.6904621,7.0,1629.0,713.0,34,white,male,e8583fbb05,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-06,15:55:00,"17TH AVE N & HERMAN ST, NASHVILLE, TN, 37208",36.1646813,-86.8021458,6.0,5407.0,615.0,62,black,female,c23a7336a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2010-08-26,02:56:00,"2514 NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.1182343,-86.7483586,3.0,8319.0,313.0,32,black,male,23dde6f49b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-02-11,18:15:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,40,black,male,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-27,14:15:00,"ATHENS WAY & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1929002,-86.80175,6.0,4445.0,611.0,35,black,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-26,10:11:00,"CLEVELAND ST & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1841237,-86.7600597,2.0,1903.0,221.0,34,white,male,c4680d166c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-12-24,05:32:00,"E TRINITY LN & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2035886,-86.7384911,2.0,1837.0,225.0,31,black,female,9905844436,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-09,15:22:00,"46TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544496,-86.8423403,1.0,4545.0,111.0,27,black,female,5619309420,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-13,14:00:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9125.0,517.0,29,white,female,d38b4128e5,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-01-30,22:37:00,"MAIN ST & S 9TH ST, NASHVILLE, TN, 37206",36.1759485,-86.7572279,2.0,1999.0,227.0,20,black,female,e1b3fd3e66,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"NO HEADLIGHTS, DRIVER UNLICENSED" +2017-04-16,09:46:00,"MM 8 2 BRILEY N, NASHVILLE, TN, 37214",,,5.0,91960.0,513.0,20,white,male,700c36a39a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-19,12:43:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,58,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-07,06:17:00,"33RD AVE & BATAVIA ST, NASHVILLE, TN, 37209",36.1603121,-86.825331,6.0,4565.0,613.0,19,black,female,4f77b033a4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-02,11:27:00,"ARTHUR AVE & GARFIELD ST, NASHVILLE, TN, 37208",36.1767976,-86.8002671,6.0,4327.0,617.0,55,black,male,3c38470dbd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-06,13:12:00,"I 40 E & DR DB TODD JR BLVD, NASHVILLE, TN, 37208",36.1708913,-86.807215,6.0,5402.0,615.0,45,white,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2017-07-21,19:36:00,"47TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544329,-86.8435844,1.0,4543.0,111.0,40,white,female,5bbf60b01d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-05,12:56:00,"HERMITAGE AVE & LITTLE GREEN ST, NASHVILLE, , 37210",36.1532622,-86.7493618,,,,44,white,male,adb220724a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN A -- MPH ZONE ON HERMITAGE +2015-10-13,15:24:00,"CLAIBORNE ST & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1484116,-86.761179,5.0,8209.0,511.0,38,unknown,male,150043b12d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-05,00:31:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,59,white,male,7226a00c28,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-04-04,07:12:00,"7TH AVE & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1573828,-86.7797056,4.0,4061.0,425.0,54,white,female,d9874c5db6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"STOPPED IN TRAFFIC +" +2011-02-14,14:01:00,"KNIGHT DR & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2237557,-86.8063453,6.0,3025.0,623.0,28,black,male,fae11c1b48,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-05,10:53:00,"HWY 70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,54,white,male,0dbd0e429c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-29,15:26:00,"ELM HILL PIKE & EMERY DR, NASHVILLE, TN, 37214",36.1517129,-86.6769688,,9105.0,,27,black,female,b3d18aa8ec,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2015-01-06,23:53:00,"7TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1736041,-86.7901056,4.0,4237.0,413.0,38,white,male,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-16,09:09:00,"LEBANON PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1984469,-86.6201996,5.0,9507.0,521.0,29,white,female,2689d516d0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2014-07-18,09:20:00,"GALLATIN PIKE & THOMAS AVE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1415.0,217.0,35,black,female,1f5576d831,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,True,True,False,False,other,vehicle equipment violation,TN, +2016-04-16,08:25:00,"I 40 W & DONELSON PIKE, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,9103.0,517.0,38,white,male,471811543e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-05,10:20:00,"SAINT MARYS LN & TUCKER RD, , TN, 37218",36.2084915,-86.8230306,6.0,3103.0,623.0,27,black,female,7ede7c259c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,OBSERVED TRAVELING SOUTH ON TUCKER WITHOUT SEATBELT ON +2013-11-30,10:38:00,"5300 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.056903,-86.741425,8.0,8657.0,835.0,21,asian/pacific islander,male,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-11,12:07:00,"ACKLEN AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1343226,-86.7807308,8.0,6905.0,821.0,44,black,female,3c87cce3fc,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,CHILD RESTRAINT +2010-08-25,16:33:00,"BABY RUTH LN & MOUNT VIEW RD, ANTIOCH, TN, 37013",36.0433612,-86.6408144,3.0,8863.0,333.0,30,white,male,cfa3f85a33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-11,22:10:00,"DEWAIN DR & ELYSIAN FIELDS RD, NASHVILLE, TN, 37211",36.0900744,-86.721018,3.0,8439.0,317.0,38,hispanic,female,7b3aa52401,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-09,13:58:00,"716 ROWAN DR, NASHVILLE, TN, 37207",36.2200048,-86.8134377,6.0,3025.0,623.0,19,black,male,6a6e0f08cf,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2014-12-21,01:09:00,"7TH AVE N & COMMERCE ST, NASHVILLE, TN, 37203",36.1607792,-86.7817629,4.0,4123.0,411.0,29,white,female,e4f4f4fc42,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHT +2014-08-06,14:54:00,"GREEN ST & LEWIS ST, NASHVILLE, TN, 37210",36.1528184,-86.7577957,5.0,8207.0,511.0,20,black,male,080ab8807b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-09,16:04:00,"651 DEW ST, NASHVILLE, TN, 37206",36.1655568,-86.756343,2.0,1021.0,211.0,25,black,male,1252ee3949,vehicular,investigative stop,True,True,False,arrest,False,False,False,False,True,True,True,other,investigative stop,TN, +2013-06-25,09:19:00,"1700 DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.1762308,-86.809109,6.0,4455.0,613.0,34,black,female,cbaf8cc4c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-23,13:12:00,"21ST AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1710578,-86.8099323,6.0,4481.0,613.0,25,black,male,a025a02b60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"stop sign +" +2015-12-23,11:30:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,,8945.0,,49,white,female,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2014-09-04,13:21:00,", , ,",,,,,,26,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I -- W AT THE I --- W ENTRY. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN. I CONFIRMED THE DEFENDANT'S SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. +2012-05-05,22:31:00,"440 HARDING PL, NASHVILLE, TN, 37211",36.0785112,-86.7301354,8.0,8501.0,831.0,28,black,male,0414ae3bcf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-29,17:21:00,"HWY 70 S & ERIN LN, , TN, 37221",36.0784068,-86.9089123,,,,21,white,female,b91c7a6f67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-24,21:29:00,"MURFREESBORO PIKE & OLD MURFREESBORO PIK, NASHVILLE, TN, 37217",36.0940419,-86.6530406,,,,35,black,male,92a3a9efe6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-29,21:37:00,"2ND AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,3.0,8153.0,311.0,18,hispanic,male,7226a00c28,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-06-09,06:52:00,"I 40 W & 46TH AVE, NASHVILLE, TN, 37209",36.152631,-86.841829,1.0,4502.0,111.0,65,white,male,4716b7aab8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-12,00:18:00,"APACHE TRL & HAYWOOD LN, NASHVILLE, TN, 37211",36.068404,-86.693941,3.0,8707.0,321.0,20,black,female,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tint +2010-04-21,00:41:00,"BELL RD & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0447085,-86.6615617,3.0,8721.0,325.0,29,white,male,1d683e1215,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-15,12:59:00,"49TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520558,-86.845984,1.0,5127.0,111.0,28,black,female,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-07-17,17:18:00,"BELMONT BLVD & GALE LN, NASHVILLE, TN, 37212",36.1174802,-86.797266,8.0,6503.0,823.0,35,white,male,7b76b56003,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-01,13:12:00,"DICKERSON PIKE & DUE WEST AVE N, NASHVILLE, TN, 37207",36.2563347,-86.757913,7.0,2035.0,721.0,45,black,female,cccd043657,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2013-07-10,07:18:00,"BRANNOM DR & NAWAKWA TRL, MADISON, TN, 37115",36.2366493,-86.664809,7.0,1637.0,713.0,32,black,female,540125e5a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-21,00:16:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,35,hispanic,male,fa36db4496,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"illegal window tint -% +" +2015-06-02,22:04:00,"HARDING PL & TAMPA DR, NASHVILLE, TN, 37211",36.0826564,-86.7105185,3.0,8443.0,317.0,17,unknown,female,d44a8ff3c1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-10-26,23:34:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6013.0,117.0,33,white,male,eb10816ce1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,OH, +2013-02-02,05:38:00,"270 TAMPA DR, NASHVILLE, TN, 37211",36.083609,-86.7095049,3.0,8443.0,317.0,40,black,female,b07a7bfe58,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-12-01,17:07:00,"CLARKSVILLE PIKE & CLIFF DR, NASHVILLE, TN, 37218",36.1923463,-86.829048,6.0,3157.0,625.0,31,black,female,8b9b4b591f,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2014-04-30,14:21:00,"BUTLER RD & SMITH SPRINGS RD, NASHVILLE, , 37217",36.0892553,-86.6170882,,,,67,unknown,male,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-14,23:00:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9117.0,517.0,18,white,male,fd8a5abe62,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-25,00:43:00,"NOLENSVILLE PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.1349405,-86.7595657,3.0,8127.0,311.0,33,white,female,73373787a4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-27,19:45:00,"11TH AVE N & JANE ST, NASHVILLE, TN, 37208",36.1779643,-86.8029345,6.0,4471.0,613.0,46,black,male,bfcced43ce,vehicular,moving traffic violation,False,True,True,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2010-08-11,18:42:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,34,black,male,286c82f645,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-07,00:52:00,"EZELL PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1057338,-86.6717169,3.0,8841.0,323.0,55,black,male,0953960bcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-28,00:36:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,5.0,8815.0,531.0,28,black,male,34f3b5b525,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-11-06,10:21:00,"800 GALLATIN PIKE S, MADISON, TN, 37115",,,7.0,1783.0,711.0,26,white,male,0912fafc21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-15,07:26:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,49,black,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-13,23:23:00,"HICKS RD & WESTERLY DR, NASHVILLE, TN, 37221",36.0717925,-86.9266077,1.0,4901.0,121.0,19,white,male,98a6812431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-13,10:01:00,"ELIZABETH JORDAN ST & GEORGIA CT, NASHVILLE, TN, 37209",36.1574447,-86.8292826,1.0,4549.0,111.0,30,black,male,5e5cf77af0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-17,10:32:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,54,white,female,6df99debf2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-06,17:26:00,"37TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527207,-86.8281842,1.0,5229.0,113.0,27,white,male,67529ca24c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-19,07:35:00,"ANDERSON RD & WILFORD PACK DR, NASHVILLE, TN, 37217",36.0729709,-86.6142055,5.0,8981.0,535.0,47,white,female,559632f4a3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-27,21:42:00,"COMMERCE ST & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2240407,-86.6256161,5.0,9605.0,525.0,76,white,female,9700e431ca,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2010-03-04,10:12:00,"BELL RD & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0447085,-86.6615617,3.0,8721.0,325.0,18,black,male,d098ec755c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-07,00:47:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,25,black,male,36ca3f6525,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2013-08-22,23:40:00,"7441 HWY 70 S, NASHVILLE, TN, 37221",36.07453,-86.9370834,1.0,4811.0,125.0,27,black,female,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-18,08:59:00,"510 OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.0997819,-86.9215048,,,,32,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-20,02:12:00,"S 7TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1681686,-86.7572402,2.0,1023.0,211.0,19,white,female,4ae38b4239,vehicular,safety violation,False,True,False,citation,False,False,False,False,True,True,True,plain view,safety violation,TN, +2010-10-20,00:22:00,"1100 S GALLATIN PIKE, MADISON, TN, 37115",36.2502872,-86.7199459,7.0,1785.0,711.0,30,white,male,1163ce2341,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2016-04-18,11:18:00,"489 OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.0905336,-86.9210095,,,,37,white,female,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-15,20:58:00,"N GALLATIN PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2630322,-86.7119272,7.0,1763.0,723.0,48,white,female,a13c40db73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-02,21:17:00,"CHESTER AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1950878,-86.7430952,2.0,1331.0,215.0,80,white,female,3ca2b7745c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-03,21:43:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,22,white,female,60298a925e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-07-13,10:57:00,"DONELSON PIKE & KNAPP BLVD, NASHVILLE, TN, 37217",36.1097216,-86.6714682,5.0,8949.0,533.0,66,white,female,e9f93b1392,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-11,19:41:00,"45TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1533186,-86.8409579,1.0,5201.0,111.0,41,black,female,83d70f36c0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-05,13:29:00,"BELL RD & WOODLAND POINT DR, , TN, 37214",36.1227277,-86.6304529,,,,51,black,female,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2016-02-18,14:16:00,"COTTON LN & NORTHCREST DR, NASHVILLE, TN, 37211",36.0670969,-86.7243939,8.0,8659.0,835.0,21,white,male,0535f8bb5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-12,21:38:00,"12TH AVE S & HORTON AVE, NASHVILLE, TN, 37203",36.1398321,-86.7875931,8.0,6939.0,821.0,28,black,male,80e2c428b5,vehicular,moving traffic violation,False,True,True,citation,True,True,False,True,True,True,True,probable cause,moving traffic violation,TN, +2010-04-12,15:54:00,"5211 HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.04791,-86.6602549,3.0,8859.0,325.0,46,black,female,d506cb99f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-03,15:00:00,"ALTUS AVE & CRESTVIEW DR, MADISON, TN, 37115",36.291512,-86.70575,7.0,1757.0,727.0,34,white,female,cccd043657,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-09-13,12:17:00,"LISCHEY PL & MERIDIAN ST, NASHVILLE, TN, 37207",36.1789228,-86.7704351,2.0,1981.0,221.0,31,black,female,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-28,19:56:00,"4847 APOLLO DR, ANTIOCH, TN, 37013",,,3.0,8897.0,323.0,33,black,male,9219efb2c5,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2011-09-21,21:34:00,"DOVERSIDE DR & OAKVIEW DR, NASHVILLE, TN, 37207",36.2415005,-86.7667715,7.0,2011.0,721.0,50,black,female,3158c055ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"PASSENGER BRAKE LIGHT OUT +" +2016-08-11,20:36:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9117.0,517.0,39,white,male,215f111799,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN,TEMP TAG IN WINDOW +2012-10-25,13:15:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43024.0,617.0,25,white,female,6f0151b767,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-08,20:55:00,"I 65 N & I 24 W, NASHVILLE, TN, 37207",36.1947272,-86.7761608,2.0,19060.0,221.0,31,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-13,20:01:00,"CITATION DR & DONELSON PIKE, NASHVILLE, TN, 37217",36.1014337,-86.6753,3.0,8841.0,323.0,33,black,male,d0ca89bf7d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-11-29,13:46:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,66,black,male,b908cb6e33,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-03-11,16:16:00,"W TRINITY LN & I 65 N, NASHVILLE, TN, 37207",36.2070447,-86.7915951,2.0,1863.0,223.0,29,white,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,LANE USE VIOL +2018-01-26,08:40:00,"24 E & SHELBY AVE, NASHVILLE, TN, 37213",36.1663027,-86.7664202,4.0,1104.0,413.0,57,white,male,d650bfae29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-23,07:43:00,"N DUPONT AVE & RIO VISTA DR, MADISON, , 37115",36.2658034,-86.680606,,,,55,white,female,e852f5381b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-28,15:41:00,"CHESTNUT ST & HAGAN ST, NASHVILLE, TN, 37203",36.1422184,-86.7717075,8.0,8049.0,821.0,40,white,male,20df4b1e70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-03,22:53:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,18,white,male,344a1aee96,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-16,10:43:00,"410 DOUGLAS AVE, , TN, 37207",36.1935852,-86.7630989,2.0,1907.0,221.0,27,black,male,e64b1fbde3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-04,22:05:00,"DR D B TODD JR BLVD & SAINT LOUIS ST, NASHVILLE, TN, 37208",36.1810811,-86.8115265,6.0,4415.0,611.0,44,black,male,d8d85bf873,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-15,21:38:00,"12TH AVE S & SUMMIT AVE, NASHVILLE, TN, 37212",36.1387504,-86.7877615,8.0,6617.0,811.0,21,white,male,d944ee700d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-21,09:19:00,"1902 OVERTON ST, OLD HICKORY, TN, 37138",,,5.0,9709.0,525.0,53,white,female,b026378af6,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-05-29,21:52:00,"DR D B TODD JR BLVD & MEHARRY BLVD, NASHVILLE, TN, 37208",36.1683395,-86.8061566,6.0,5327.0,615.0,25,black,female,c62b871736,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-13,01:01:00,", , ,",,,,,,27,white,female,86ae6e8038,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,safety violation,TN, +2014-12-20,00:40:00,", , ,",,,,,,24,white,female,4a107ef3da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-28,02:09:00,"860 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1352966,-86.7215296,5.0,8815.0,531.0,57,black,male,5359dc84e9,vehicular,investigative stop,False,True,False,citation,True,True,False,True,True,True,True,consent,investigative stop,TN, +2013-08-01,03:21:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,20,hispanic,male,9fcd509a29,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-17,03:55:00,"MAIN ST & NEILL AVE, NASHVILLE, TN, 37206",36.1758256,-86.7575637,,1999.0,,20,black,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-01,18:30:00,"BELL RD & BENZING RD, ANTIOCH, TN, 37013",36.045306,-86.7016897,3.0,8757.0,331.0,46,white,male,8c95eaaf8f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- +2011-09-01,12:58:00,"ENSLEY AVE & RAYON DR, OLD HICKORY, TN, 37138",36.272152,-86.6646446,5.0,9701.0,525.0,65,white,male,a09fc76742,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-06-28,20:49:00,"MCFERRIN AVE & MYRTLE ST, NASHVILLE, TN, 37206",36.178037,-86.7553825,2.0,1939.0,227.0,48,white,male,8283fd87e4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tag light out +2010-03-07,21:23:00,"N GALLATIN PIKE & WILEY ST, MADISON, TN, 37115",36.2693222,-86.7105902,,1725.0,,27,white,male,0b9cd5d80b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speed ----- +" +2016-10-16,23:54:00,"BRILEY PKWY N & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,9294.0,515.0,46,white,female,a9f6f7391f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-03,13:56:00,"12TH AVE S & ARGYLE AVE, NASHVILLE, TN, 37203",36.1377702,-86.7880882,8.0,6911.0,821.0,35,black,female,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-24,01:03:00,"HILLSBORO PIKE & STANFORD DR, NASHVILLE, TN, 37215",36.0886417,-86.8305536,1.0,6203.0,117.0,20,white,male,2511466c93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-30,20:37:00,"380 THOMPSON LN, NASHVILLE, TN, 37210",36.1111019,-86.7432676,3.0,8315.0,313.0,31,white,female,b34fa4ca15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-20,23:10:00,"CHARLOTTE PIKE & WATTS LN, NASHVILLE, TN, 37209",36.1441238,-86.8730997,1.0,5023.0,123.0,22,black,male,e077a1b1fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-17,10:06:00,"HIGHLAND VILLA DR & OLD HICKORY BLVD, NASHVILLE, , 37211",36.0397219,-86.7392522,,,,28,white,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-28,15:36:00,"47TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544329,-86.8435844,1.0,4543.0,111.0,31,black,female,ee142afb84,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-21,08:14:00,"16TH AVE N & CLAY ST, NASHVILLE, TN, 37208",36.1828874,-86.8111713,6.0,4413.0,611.0,76,black,male,80ed1b32eb,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-05-25,04:22:00,"27TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1454986,-86.811425,8.0,5623.0,813.0,55,black,male,5849b87aaf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVING NO HEAD LIGHTS +2012-10-17,11:26:00,"3104 PRIEST WOODS DR, NASHVILLE, TN, 37214",36.127875,-86.630058,5.0,8991.0,533.0,45,white,female,963f2c3d0d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-09,10:31:00,"4128 ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.1912363,-86.6074405,5.0,9511.0,521.0,47,white,male,0875e86b46,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-17,05:56:00,"MM 78 0 I65 N, NASHVILLE, TN, 37204",,,8.0,8502.0,825.0,29,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-25,16:52:00,"MM 13 0 BRILEY N, NASHVILLE, TN, 37214",,,5.0,92860.0,515.0,44,black,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-24,20:55:00,"16TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1800254,-86.809783,6.0,4455.0,613.0,75,black,male,6a5a1e10b4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-21,11:40:00,"BRILEY PKWY E & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2330587,-86.8148702,6.0,3010.0,621.0,52,white,female,96890e6273,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-03,11:49:00,"21ST AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1801151,-86.8118312,6.0,4459.0,613.0,41,black,female,e562769ea0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-09,15:33:00,"MM 59 0 I24 W, ANTIOCH, TN, 37013",36.0447758,-86.6478741,,,,45,white,female,cfa3f85a33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING --/-- (PACED). WARNED. +" +2016-02-19,01:01:00,"2ND AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.175439,-86.783768,4.0,4311.0,413.0,27,black,female,56ee11fe67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-19,09:02:00,"2ND AVE S & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1598893,-86.7738728,4.0,4063.0,421.0,50,white,female,e97ce2d9cb,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2012-04-13,21:34:00,"BELMONT BLVD & PORTLAND AVE, NASHVILLE, TN, 37212",36.1328823,-86.7958997,8.0,6613.0,823.0,21,white,female,0535f8bb5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-09,16:59:00,"LEBANON PIKE & LISA LN, NASHVILLE, TN, 37210",36.159527,-86.703951,5.0,9025.0,513.0,47,white,male,a48b378e7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-10,19:07:00,"DR D B TODD JR BLVD & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1605319,-86.8018492,6.0,5357.0,615.0,52,white,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-30,12:55:00,"MM 15 BRILEY E, NASHVILLE, TN, 37216",,,2.0,1841.0,225.0,32,white,female,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-23,14:25:00,"3 LINDSLEY AVE, NASHVILLE, TN, 37210",36.1522431,-86.7686337,4.0,4003.0,425.0,32,white,male,b5ca91d71f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-02-21,09:35:00,"HWY 100 & VAUGHNS GAP RD, NASHVILLE, TN, 37221",36.0788298,-86.8852141,1.0,6211.0,117.0,45,white,male,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-02,16:41:00,"RUSSELL ST & S 5TH ST, NASHVILLE, TN, 37206",36.1708392,-86.7641379,,1111.0,,22,black,female,9385461f5c,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-16,01:13:00,"I 440 E & I 65 S, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,7016.0,823.0,40,black,male,2511466c93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-19,16:05:00,"CLARKSVILLE PIKE & S HAMILTON RD, NASHVILLE, TN, 37218",36.1936554,-86.831192,6.0,3157.0,625.0,36,black,female,fc5e2998a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-16,21:05:00,"ED TEMPLE BLVD & W HEIMAN ST, NASHVILLE, TN, 37208",36.1696565,-86.8213153,6.0,4523.0,613.0,25,black,male,3b8237be67,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-07,09:35:00,"1638 BELL RD, ANTIOCH, TN, 37013",36.0450235,-86.7012557,3.0,8719.0,331.0,24,black,female,9d3a7331b6,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-06-19,17:19:00,"DOUGLAS AVE & N 8TH ST, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1873.0,221.0,29,white,male,41a4abcf2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-10,23:52:00,"12TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4119.0,411.0,57,white,female,c5201e87d1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAILIGHT +2018-08-21,20:09:00,"HICKORY PLZ & HICKORYVIEW DR, NASHVILLE, TN, 37211",36.048982,-86.7163201,8.0,8655.0,835.0,45,white,male,864776d38e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-08,00:34:00,"CURDWOOD BLVD & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2196007,-86.7274134,2.0,1815.0,225.0,44,black,female,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-18,21:19:00,"CRUTCHER ST & 6TH ST, , TN, 37206",36.162845,-86.7570799,,,,25,black,female,e1b3fd3e66,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAIL LIGHT OUT +2013-12-05,06:01:00,"W EASTLAND AVE & LAURENT ST, NASHVILLE, TN, 37206",36.1841694,-86.7529762,2.0,1937.0,227.0,27,white,female,622ce499b8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-04-24,23:03:00,"ANDERSON RD & OWENDALE DR, NASHVILLE, TN, 37217",36.0738707,-86.6235133,5.0,8963.0,535.0,40,white,male,983e5f597c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-21,12:35:00,"4610 LEBANON PIKE, HERMITAGE, TN, 37076",36.2160494,-86.5963745,5.0,9727.0,525.0,31,white,male,a7eca04395,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-13,19:03:00,"HUME ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1788823,-86.7951018,6.0,4333.0,617.0,18,white,male,7e8bd08511,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAIL LIGHT +2017-08-16,23:19:00,"47TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521442,-86.8434584,1.0,5127.0,111.0,20,white,female,9d8bfc8acb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-28,20:37:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,42,white,male,871986f056,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2019-03-07,12:38:00,"BURNING TREE DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1745729,-86.6024276,5.0,9557.0,523.0,50,white,male,be82d6c6cf,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,, +2010-08-16,15:21:00,"JUAREZ DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1924503,-86.616172,5.0,9507.0,521.0,20,black,female,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-07,10:06:00,"630 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1415129,-86.7387109,3.0,8159.0,311.0,47,white,female,06dbf4a801,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-05-11,13:22:00,"FOSTER AVE & TREDCO DR, NASHVILLE, TN, 37210",36.1322546,-86.7415958,3.0,8113.0,311.0,50,white,female,9b2d08be70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-21,00:50:00,"MM 214 0 I40 W, NASHVILLE, TN, 37210",,,5.0,90062.0,513.0,20,black,female,adf5df7aac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-22,12:20:00,"LEBANON PIKE & MEDICAL DR, NASHVILLE, TN, 37214",36.1764814,-86.6454173,5.0,9403.0,517.0,45,white,female,95d8d9862e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-27,12:10:00,"DOZIER PL & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2019994,-86.7393443,2.0,1403.0,217.0,43,white,male,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-23,22:29:00,"CLARKSVILLE PIKE & COURTNEY AVE, NASHVILLE, TN, 37218",36.1977852,-86.837474,6.0,3163.0,623.0,27,black,male,7a3d4f41d2,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2013-06-17,23:51:00,"4TH AVE S & ELM ST, NASHVILLE, TN, 37210",36.1533008,-86.7721941,4.0,4005.0,425.0,23,white,female,5849b87aaf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN EASTLAND CROSSING N -- +2013-06-13,16:46:00,"1017 N GRAYCROFT AVE, MADISON, TN, 37115",36.2812113,-86.7223659,7.0,1741.0,727.0,55,white,female,7181557957,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,PA,RAN STOP SIGN AT GRAYCROFT/ E CAMPBELL +2013-04-13,19:35:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,45,white,male,6074f7bab3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-23,03:44:00,"130 W TRINITY LN, NASHVILLE, TN, 37207",36.2051922,-86.7718772,,,,32,black,male,d3fe386ea8,vehicular,safety violation,True,False,True,arrest,,,,False,False,False,False,,safety violation,TN, +2018-03-14,12:27:00,"BRICK CHURCH PIKE & 65 ENTRY S, NASHVILLE, TN, 37207",36.2082971,-86.7784505,6.0,3007.0,621.0,33,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-15,13:39:00,"GALLATIN AVE & PETWAY AVE, NASHVILLE, TN, 37206",36.1865926,-86.7471416,2.0,1927.0,227.0,21,black,female,03f8fe2d63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,,EXP TEMP TAG +2012-03-30,10:32:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5123.0,113.0,50,white,male,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-23,20:01:00,"2131 ELM HILL PIKE, NASHVILLE, TN, 37210",36.1488221,-86.6942985,5.0,9041.0,513.0,24,black,male,fa9ae817a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-18,21:27:00,"21ST AVE N & ELLISTON PL, NASHVILLE, TN, 37203",36.1524779,-86.8027173,8.0,5603.0,813.0,26,black,female,073f5c83fc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER BRAKE LIGHT OUT. +2010-07-14,13:00:00,"DUE WEST AVE N & DUE WEST VALLEY DR, MADISON, TN, 37115",36.2551329,-86.7503906,7.0,2017.0,723.0,38,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR OFFICER NO MDC +" +2014-01-15,17:25:00,"DONELSON HILLS DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1655167,-86.6970328,5.0,9205.0,513.0,18,white,female,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-18,11:51:00,"3810 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2054588,-86.8403588,,,,25,black,female,c2a7a8ec4e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-12-22,15:40:00,"NOLENSVILLE PIKE & WALLACE RD, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,65,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-08,07:42:00,"BRICK CHURCH PIKE & FERN AVE, NASHVILLE, TN, 37207",36.1957215,-86.7766893,6.0,3006.0,621.0,45,black,female,e017e18ea5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"Ran stop sign. +" +2011-05-17,15:07:00,"4226 HILLSBORO PIKE, , TN, 37215",36.099378,-86.819823,8.0,6405.0,825.0,33,asian/pacific islander,male,9a70a45e75,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-19,17:55:00,"ANNEX AVE & CLEECES FERRY RD, NASHVILLE, TN, 37209",36.1440166,-86.8893743,1.0,4693.0,123.0,40,white,male,cab5aa68c0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING -- IN -- +2015-07-21,20:57:00,"HAYWOOD LN & KEELEY DR, NASHVILLE, TN, 37211",36.0698346,-86.6958189,3.0,8709.0,321.0,50,asian/pacific islander,male,711211250d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-04,16:02:00,"ARTHUR AVE & JANE ST, NASHVILLE, TN, 37208",36.1783656,-86.8024162,6.0,4451.0,613.0,30,black,female,5e5cf77af0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-09,17:16:00,"HARPETH VALLEY RD & HWY 70 S, , , 37221",36.082228,-86.9582711,,,,59,white,female,14796e40ff,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,right brake light +2010-09-15,16:32:00,"HAMILTON CHURCH RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.064784,-86.6284723,3.0,8865.0,333.0,21,black,male,3316885e7f,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2010-07-23,09:30:00,"EULALA DR & OCALA DR, NASHVILLE, TN, 37211",36.051447,-86.7027265,3.0,8717.0,331.0,25,white,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR +" +2011-08-09,15:49:00,"32ND AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1592636,-86.8241364,6.0,4553.0,613.0,63,black,female,8d0729de5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-21,07:55:00,"RICHARDS ST & WOODMONT BLVD, NASHVILLE, , 37215",36.1132007,-86.8016279,8.0,6413.0,825.0,55,white,female,48c3d0282a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-10-31,05:29:00,"21ST AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1524779,-86.8027173,8.0,5615.0,813.0,51,white,female,e077a1b1fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-28,08:16:00,"S 2ND ST & SHELBY AVE, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1103.0,413.0,51,white,female,702f17e184,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-09-02,10:10:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,,9223.0,,24,black,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-29,18:41:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1243.0,213.0,25,black,male,9baf596c41,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-09,07:56:00,", , ,",,,,,,35,white,female,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-15,12:58:00,"626 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.1086234,-86.9219337,1.0,4903.0,121.0,33,white,female,b91c7a6f67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-15,20:50:00,"MAIN ST & YEAMAN PL, NASHVILLE, TN, 37206",36.173352,-86.7639826,2.0,1997.0,227.0,21,white,female,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2011-02-14,07:30:00,"BENSON ST & EASTLAND AVE, NASHVILLE, TN, 37206",36.1829337,-86.7392216,2.0,1339.0,215.0,52,black,male,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-30,23:45:00,"BLUE LAKE CIR & TIMBERLAKE CIR, ANTIOCH, TN, 37013",,,3.0,8719.0,331.0,39,black,female,977e78432c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-01-25,04:32:00,"CALVIN AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.181707,-86.7492447,2.0,1213.0,213.0,50,white,female,5849b87aaf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN EASTLAND CROSSING N -- +2018-01-01,17:39:00,"1001 MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.12846,-86.7139865,3.0,8803.0,315.0,21,hispanic,male,efb8ee486f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-02-18,12:13:00,"MADISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1737891,-86.7916943,6.0,4303.0,617.0,36,white,,dd16a8e4a3,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,WARNED ON VIOL..EXP REG +2010-02-14,17:01:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,31,black,male,2022e55034,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-05,13:35:00,"BLACKMAN CT & BLACKMAN CT, NASHVILLE, TN, 37211",36.0732467,-86.7343106,8.0,8609.0,831.0,38,white,female,cf6cd3e2bd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-30,03:31:00,"12TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.161584,-86.7917615,4.0,4151.0,411.0,24,black,male,a61896fa86,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,True,True,True,True,plain view,vehicle equipment violation,TN, +2012-03-31,20:26:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,51,white,female,c86057a843,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,right brake light +2014-03-24,19:52:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,28,white,male,91c2b57241,vehicular,vehicle equipment violation,False,True,True,citation,True,True,False,False,True,True,True,consent,vehicle equipment violation,TN,"TAG LIGHT +SIMPLE POSS +DRUG PARA" +2014-01-08,19:55:00,"HILLSBORO PIKE & OVERHILL DR, NASHVILLE, TN, 37215",36.1009651,-86.8187218,8.0,6405.0,825.0,38,white,female,2457b66101,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-19,16:44:00,"11TH AVE S & ARGYLE AVE, NASHVILLE, TN, 37203",36.1376424,-86.786426,8.0,6911.0,821.0,43,black,female,c0587b7ac9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT +2016-11-27,17:46:00,"ROBERTSON AVE & SNYDER AVE, NASHVILLE, TN, 37209",36.1547271,-86.86014,1.0,4663.0,115.0,36,white,female,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver side brake light +2011-12-02,19:15:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,40,black,male,19b6cf7f40,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-05,09:35:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,58,black,female,1ac0d6e95a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-19,04:04:00,"ANDERSON LN & MAY DR, MADISON, TN, 37115",36.2725521,-86.6946037,7.0,1715.0,715.0,32,white,male,b1f2b1cf01,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-29,11:27:00,"HWY 100 & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0607887,-86.9160559,1.0,6211.0,117.0,73,white,male,2699ef149f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-17,21:28:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,32,white,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,RECKLESS ----- +2012-08-13,18:08:00,"FAIFIELD & GREEN, , TN,",36.1527093,-86.7563687,,,,20,black,female,fa9ae817a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-09,11:07:00,"HWY 100 & TEMPLE RD, NASHVILLE, TN, 37221",36.0454559,-86.9505358,1.0,4807.0,125.0,62,white,female,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"driver brake light out +" +2018-11-08,08:36:00,"211 BOWLING AVE, NASHVILLE, TN, 37205",36.1316641,-86.8261177,1.0,6009.0,113.0,44,white,female,16f69cd6ef,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-21,15:49:00,"CHARLOTTE AVE & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1642586,-86.7856134,4.0,4147.0,411.0,82,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-10,03:08:00,"BROADWAY & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1567239,-86.789013,,4081.0,,42,black,male,549374aca7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-06,03:16:00,"10TH AVE N & CASS ST, NASHVILLE, TN, 37208",36.1863296,-86.8051057,6.0,4495.0,611.0,45,black,male,4a7e280b4a,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,False,True,consent,vehicle equipment violation,TN, +2018-05-16,11:05:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1817.0,225.0,40,white,male,3f791dfbd2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-29,13:46:00,"CALDWELL LN & LEALAND LN, NASHVILLE, TN, 37204",36.1059742,-86.7891105,8.0,7007.0,825.0,32,black,male,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXP TAG +2010-02-03,12:20:00,"4TH AVE & I 40 W, NASHVILLE, TN, 37203",36.1497848,-86.7721405,4.0,4007.0,425.0,61,white,male,12bfc112fa,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-17,00:12:00,"1453 BELL RD, ANTIOCH, TN, 37013",36.0450628,-86.686838,3.0,8719.0,331.0,27,hispanic,male,622ce499b8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-08-17,11:47:00,"1334 LISCHEY AVE, NASHVILLE, TN, 37207",36.196273,-86.7631278,2.0,1871.0,221.0,19,black,female,a773a4fff8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-25,23:25:00,"MM 213 0 I40 E, NASHVILLE, TN, 37210",,,5.0,82061.0,513.0,38,white,male,d3a646e989,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOPPED FOR DRIVING -- IN A -- ON I -- EAST +2017-03-16,10:58:00,"EDGEHILL AVE & VILLA PL, NASHVILLE, TN, 37212",36.1432538,-86.7918819,8.0,6629.0,811.0,40,white,female,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,OR, +2015-08-26,14:02:00,"OBRIEN AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1506975,-86.8579143,1.0,5004.0,115.0,30,asian/pacific islander,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-22,18:06:00,"11TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4149.0,411.0,30,black,male,b792441564,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,EXPIRED TAGS FROM JANUARY +2016-07-25,23:15:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5129.0,113.0,32,white,female,099af2ccd1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-06-08,18:23:00,"OLD HICKORY BLVD W & I 65 N, , TN, 37115",36.0391614,-86.7844183,,,,69,black,female,848190f372,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-19,17:48:00,"3515 OLD CLARKSVILLE PIKE, JOELTON, TN, 37080",36.3131917,-86.8666227,6.0,3307.0,627.0,19,white,female,88c2d8920e,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2017-11-17,07:18:00,"MM 87 8 I65 S, NASHVILLE, TN, 37207",,,6.0,30041.0,621.0,27,black,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-22,23:01:00,"54TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1511868,-86.8536126,1.0,5119.0,113.0,34,black,male,acb89d1f7f,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-23,16:00:00,"BELMONT BLVD & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1130656,-86.8000197,8.0,6415.0,825.0,41,white,female,8e6e05f1aa,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2016-06-08,07:19:00,"MM 56 0 I24 E, NASHVILLE, TN, 37211",,,3.0,8708.0,321.0,27,black,female,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-08,23:27:00,"16TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1800254,-86.809783,6.0,4455.0,613.0,45,black,female,070653f6bf,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-05-09,07:32:00,"5555 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.040973,-86.785274,8.0,7111.0,833.0,23,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-13,18:37:00,"FAIN ST & LEWIS ST, NASHVILLE, TN, 37210",36.151731,-86.7579559,5.0,8207.0,511.0,19,black,male,92a3a9efe6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-09,16:22:00,"47TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521442,-86.8434584,1.0,5129.0,113.0,22,white,male,eee7593f67,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-01,13:38:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, TN, 37218",36.2117374,-86.8955184,6.0,3235.0,625.0,63,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-03,20:34:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8979.0,335.0,52,black,male,2cd8d90206,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-02-11,00:24:00,"3065 RICHMOND HILL DR, NASHVILLE, TN, 37207",36.2331232,-86.7738575,7.0,2031.0,721.0,39,black,male,23dde6f49b,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,False,other,moving traffic violation,TN,"OUTSTANDING WARRANT +" +2011-07-07,10:00:00,"26TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1680832,-86.8167354,6.0,4561.0,613.0,72,white,male,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-13,10:20:00,"1252 ROBINSON RD, OLD HICKORY, TN, 37138",36.2578217,-86.6575017,5.0,9619.0,525.0,32,white,male,0875e86b46,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"-------- +" +2011-04-21,06:19:00,"CRESTMOOR RD & HILLSBORO PIKE, NASHVILLE, , 37215",36.1091791,-86.8118452,,,,57,white,male,7c6f123f51,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-17,14:05:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,51,white,male,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-21,19:01:00,"LESTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1455308,-86.7525448,3.0,8133.0,311.0,23,white,male,60393a48db,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-05,01:08:00,"CHURCH ST & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1584165,-86.7906562,4.0,4104.0,411.0,23,white,female,e98216ab9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-05,07:59:00,"6TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1578636,-86.7785826,4.0,4061.0,425.0,56,black,male,df87babd62,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-25,02:24:00,"EDMONDSON PIKE & WHISPERING HILLS DR, NASHVILLE, TN, 37211",36.072144,-86.7328937,8.0,8609.0,831.0,37,white,female,39e9ad240b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,consent,moving traffic violation,TN, +2010-01-28,23:52:00,"510 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0997819,-86.9215048,1.0,4903.0,121.0,32,black,male,5db485cff3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-14,14:12:00,"4134 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2223798,-86.7253104,2.0,1425.0,217.0,21,black,male,37171e6b00,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-08-19,01:25:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,31,black,male,f7d35184d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-28,06:30:00,"GALLATIN AVE & PETWAY AVE, NASHVILLE, TN, 37206",36.1865926,-86.7471416,2.0,1927.0,227.0,27,white,female,2e7ed4165c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CA, +2014-05-18,18:16:00,"CHICAMAUGA AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1846937,-86.7479638,,1301.0,,53,black,male,70d2debcb6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-08,03:31:00,", , ,",,,,,,39,white,male,7e361b3cfb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2015-04-06,14:31:00,"E OLD HICKORY BLVD & 4TH AVE, MADISON, TN, 37115",36.2627287,-86.7053321,7.0,1701.0,715.0,19,white,male,cb57e4e65c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,REAR FACING WHITE LIGHT +2012-12-10,10:25:00,"BELL RD & HICKORY PARK DR, ANTIOCH, TN, 37013",36.0448578,-86.670401,3.0,8721.0,325.0,26,white,male,350bac3344,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-07,06:39:00,"3701 JAMES KAY LN, HERMITAGE, TN, 37076",36.1782152,-86.6159728,5.0,9511.0,521.0,55,white,female,a1bdf5c653,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-07,22:10:00,"PORTER RD & STRATFORD AVE, NASHVILLE, TN, 37216",36.1959517,-86.7171997,2.0,1409.0,217.0,27,black,female,85201e0fec,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-04,14:59:00,"BATON ROUGE DR & TRENTON DR, HERMITAGE, TN, 37076",36.2134617,-86.5966029,5.0,9537.0,523.0,29,white,male,148e3c6510,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-06-25,20:59:00,"KEELING AVE & E TRINITY LN, NASHVILLE, TN, 37216",36.2044116,-86.7441937,2.0,1837.0,225.0,28,white,female,c2bbff888c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-01-20,18:40:00,"2500 WEST END AVE, NASHVILLE, TN, 37203",36.1468386,-86.8086945,8.0,5623.0,813.0,24,white,female,b164f0f78c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,LA, +2010-09-14,11:01:00,"3535 BELL RD, NASHVILLE, TN, 37214",36.142974,-86.625005,5.0,8957.0,533.0,36,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-08,05:24:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,47,white,male,5a2f1d4986,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-05,21:31:00,"MURPHY RD & WEST END AVE, NASHVILLE, TN, 37203",36.1393455,-86.8190954,,5629.0,,21,hispanic,female,17e2b951bd,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-09,08:35:00,", , ,",,,,,,20,black,male,177b71ed10,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2010-04-29,10:51:00,"I 40 W & BROADWAY, NASHVILLE, TN, 37203",36.0789995,-86.9551254,4.0,4002.0,423.0,33,white,female,f3be646353,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-06,14:11:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1817.0,225.0,35,white,female,a773a4fff8,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-09,16:50:00,"24TH AVE N & ELLISTON PL, NASHVILLE, TN, 37203",36.1486759,-86.8070423,8.0,5617.0,813.0,27,white,male,c34de323ba,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-09,03:03:00,"CLOVERNOOK DR & LEBANON PIKE, NASHVILLE, TN, 37210",36.1547478,-86.7123186,5.0,9019.0,513.0,24,black,male,fd8a5abe62,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2018-03-07,04:24:00,"333 RIO VISTA DR, MADISON, TN, 37115",36.2689613,-86.6839391,7.0,1713.0,715.0,31,white,male,576170def4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-05,12:50:00,"OLD HICKORY BLVD & TOLBERT RD, NASHVILLE, TN, 37205",36.1064322,-86.9222345,1.0,4903.0,121.0,22,black,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-08,17:37:00,"500 MAIN ST, NASHVILLE, TN, 37206",36.172731,-86.764979,2.0,1113.0,211.0,33,white,male,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"exp tag +nc dl +" +2018-02-22,09:32:00,"FRANKLIN LIMESTONE RD & MURFREESBORO PIK, NASHVILLE, TN, 37217",36.0944067,-86.653328,3.0,8853.0,323.0,55,white,female,a9b7a026f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-13,05:52:00,"4TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1590255,-86.7758498,4.0,4053.0,425.0,22,white,male,549374aca7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-01-08,00:03:00,"19TH AVE S & PORTLAND AVE, NASHVILLE, TN, 37212",36.1329725,-86.7984713,8.0,6607.0,815.0,43,unknown,male,460a7c21b0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-07,13:53:00,"LISCHEY AVE & MARIE ST, NASHVILLE, , 37207",36.1966417,-86.762722,,,,17,white,female,46db754e20,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2012-04-24,17:09:00,"BUENA VISTA PIKE & TUCKER RD, NASHVILLE, TN, 37218",36.2045817,-86.821346,6.0,3103.0,623.0,17,black,male,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-20,02:00:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,22,white,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-10,09:27:00,"2900 POSTON AVE, NASHVILLE, TN, 37203",36.145941,-86.814438,8.0,5625.0,813.0,44,white,male,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-07,14:46:00,"1902 DICKERSON PIKE, NASHVILLE, TN, 37207",36.205005,-86.7693116,2.0,1863.0,223.0,40,black,male,fae11c1b48,vehicular,,False,True,True,citation,True,True,False,True,True,True,True,consent,,TN, +2012-03-15,13:24:00,"433 E TRINITY LN, NASHVILLE, TN, 37207",36.2053735,-86.7580188,2.0,1891.0,223.0,60,white,male,a773a4fff8,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-12-30,03:15:00,"16TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1542929,-86.7928901,8.0,5517.0,811.0,40,black,female,1fdfb2a60c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-01,21:34:00,"21ST AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1524779,-86.8027173,8.0,5615.0,813.0,31,asian/pacific islander,male,073f5c83fc,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,IMPROPER DISPLAY OF TAG. +2010-06-30,09:50:00,"DUE WEST AVE N, NORTH, TN, 37115",36.2551253,-86.7496924,,,,51,black,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR OFFICER NO MDC +" +2010-10-16,13:26:00,"S 5TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1718406,-86.764735,2.0,1113.0,211.0,39,white,male,480733322a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"brake light +" +2013-11-30,00:13:00,"38TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1525885,-86.8309826,1.0,5229.0,113.0,22,black,female,2fcd6b06aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-27,05:35:00,"DUE WEST AVE W & LENTZ DR, MADISON, TN, 37115",36.2495476,-86.7377258,7.0,1791.0,723.0,41,black,male,0e07d5dec6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-26,05:37:00,"BAXTER AVE & GILLOCK ST, NASHVILLE, TN, 37216",,,2.0,1817.0,225.0,54,white,male,58251cd0f4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER'S HEADLIGHT OUT +2015-10-12,15:11:00,"5713 KNOB RD, NASHVILLE, TN, 37209",36.13778,-86.866023,1.0,5021.0,121.0,34,white,male,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-30,20:05:00,"MURPHY RD & WEST END AVE, NASHVILLE, TN, 37203",36.1393455,-86.8190954,8.0,5629.0,813.0,51,black,female,75a83e1ab6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-05,08:18:00,"3201 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1935314,-86.8319632,6.0,3161.0,625.0,34,black,female,cbaf8cc4c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-18,18:55:00,"27TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1679068,-86.8186617,6.0,4523.0,613.0,20,black,female,13c1091001,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,RIGHT BRAKE LIGHT OUT +2012-10-15,07:12:00,"CLEVELAND ST & HART AVE, NASHVILLE, TN, 37206",36.1844486,-86.7557153,2.0,1943.0,227.0,21,white,male,4de6ccf87a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-03-24,07:47:00,"CASTLEGATE DR & HIGH RIGGER DR, NASHVILLE, TN, 37217",36.0802613,-86.6098804,5.0,8929.0,535.0,38,white,female,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-06,22:04:00,"E TRINITY LN & OAKWOOD AVE, NASHVILLE, TN, 37207",36.2047792,-86.7525989,2.0,1855.0,221.0,37,black,female,8009ad438d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DR SIDE HL OUT +2013-05-21,00:10:00,"CLAY ST & OWEN ST, NASHVILLE, TN, 37208",36.1843509,-86.8054059,6.0,4407.0,611.0,25,black,female,a60a361c7c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-08,19:15:00,"2809 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2009113,-86.7403748,2.0,1851.0,227.0,22,black,male,00ac98d5d8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-11,08:45:00,", , ,",,,,,,46,black,female,5ae31d9ff9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"--/-- LASER, TEMP TAG ON TRUCK" +2015-04-24,20:30:00,"2745 LEBANON PIKE, NASHVILLE, TN, 37214",36.167402,-86.6639265,5.0,9125.0,517.0,26,white,male,414b9f4517,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-20,03:14:00,"EDGEHILL AVE & HILLSIDE AVE, NASHVILLE, TN, 37203",36.1419418,-86.7810525,8.0,6903.0,821.0,32,hispanic,male,f5b63ab74a,vehicular,investigative stop,True,False,False,arrest,False,False,False,False,True,True,True,consent,investigative stop,TN, +2016-02-02,11:35:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,45,black,female,b07a7bfe58,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-01,00:19:00,"214 S GALLATIN PIKE, MADISON, TN, 37115",36.2606714,-86.7131451,7.0,1771.0,711.0,57,hispanic,male,d44a8ff3c1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-07-13,12:05:00,"S 18TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1701299,-86.7390185,2.0,1223.0,213.0,47,white,male,58251cd0f4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-05-20,00:01:00,"351 HARDING PL, NASHVILLE, TN, 37211",36.0864075,-86.696512,3.0,8889.0,323.0,42,white,male,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-06,19:37:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,31,white,female,67a5c66d73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-22,08:18:00,"BELL RD & RURAL HILL RD, NASHVILLE, , 37217",36.0765831,-86.634851,,,,78,white,male,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-18,10:28:00,"CHARLOTTE PIKE & LELLYETT ST, NASHVILLE, TN, 37209",36.1487843,-86.8651664,,5031.0,,31,black,male,0f90659e28,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-07,09:33:00,"CHERRYWOOD DR & WHISPERING HILLS DR, NASHVILLE, , 37211",36.0647656,-86.7264949,8.0,8659.0,835.0,44,white,female,884c66a1b8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-03,10:15:00,"709 27TH AVE N, NASHVILLE, TN, 37208",36.159157,-86.81682,6.0,5311.0,615.0,60,black,male,5a270d4b1d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-31,20:40:00,"1ST AVE S & DEMONBREUN ST, , TN, 37213",36.1602316,-86.77312,,,,26,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-05,20:46:00,"I 65 S & I 440 E, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,7016.0,823.0,24,white,male,4766754c64,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-24,19:06:00,"PATRICIA DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1271685,-86.707265,5.0,8817.0,531.0,26,white,male,7bc663afd6,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-03-30,12:36:00,"3100 WOODLAWN DR, NASHVILLE, TN, 37215",36.1239415,-86.8227969,,,,24,asian/pacific islander,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-02,16:24:00,"CLARKSVILLE PIKE & SUMMITT AVE, NASHVILLE, TN, 37218",36.1948889,-86.8332055,6.0,3161.0,625.0,42,white,female,576170def4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-12,00:47:00,"HWY 70 S & WINDSOR TERRACE DR, NASHVILLE, , 37221",36.0778676,-86.9107604,1.0,4901.0,121.0,30,white,male,46729fee0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-24,19:17:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,31,white,female,20df4b1e70,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-04-06,15:42:00,"MORROW RD & TENNESSEE AVE, NASHVILLE, TN, 37209",36.1606523,-86.8581903,1.0,4625.0,111.0,42,white,female,8446a2fbf7,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2014-04-15,18:13:00,"2203 BUCHANAN ST, NASHVILLE, TN, 37208",36.179892,-86.813431,6.0,4461.0,613.0,42,black,female,5a270d4b1d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-25,10:56:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,70,asian/pacific islander,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-16,23:21:00,"BERRY ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1811922,-86.7688839,2.0,1969.0,221.0,26,black,male,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-02,01:20:00,"317 W TRINITY LN, NASHVILLE, TN, 37207",36.2071578,-86.781215,6.0,3019.0,621.0,18,black,male,5c3fe4aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2013-08-19,11:01:00,"DOUGLAS AVE & JOSEPH AVE, NASHVILLE, TN, 37207",36.1942632,-86.7709289,2.0,1911.0,221.0,23,black,male,87a02eb314,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-07-21,12:17:00,"ASH GROVE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0495349,-86.7138194,8.0,8655.0,835.0,55,white,male,b07a7bfe58,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-11-18,13:54:00,"ELM HILL PIKE & MCCRORY CREEK RD, NASHVILLE, TN, 37214",36.1435934,-86.6550429,5.0,9411.0,517.0,21,black,female,e07d1db771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-02,11:51:00,"DICKERSON PIKE & GRIZZARD AVE, NASHVILLE, TN, 37207",36.2082242,-86.7674027,2.0,1829.0,223.0,23,black,male,fc443b8485,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-07,16:57:00,"JONQUIL DR & RECOVERY RD, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8419.0,317.0,47,white,female,ef2d5b479f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-04,13:35:00,"3132 SMITH SPRINGS RD, ANTIOCH, TN, 37013",36.08292,-86.595602,3.0,8997.0,335.0,26,white,female,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-08,20:16:00,"N 14TH ST & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1899256,-86.741824,2.0,1323.0,215.0,29,white,male,3b079b5949,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-12-14,09:47:00,"DUE WEST AVE N & 65 S, MADISON, TN, 37115",,,7.0,2009.0,723.0,54,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-13,16:08:00,"GALLATIN PIKE & GREENLAND AVE, NASHVILLE, TN, 37216",36.222835,-86.7257635,2.0,1425.0,217.0,30,black,female,7181557957,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,LICENSE PLATE OBSTRUCTED +2012-12-27,23:19:00,"S 2ND ST & WOODLAND ST, NASHVILLE, TN, 37213",36.1695303,-86.770959,4.0,1133.0,413.0,38,white,male,c1e876ae44,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,IN,THE DRIVER WAS DRIVING IN THE ONCOMING LANE IN FRONT OF TITANS STADIUM...WAS LOOKING FOR VINCE YOUNG BANNERS +2015-04-03,15:38:00,"18TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1550337,-86.7975017,8.0,5521.0,811.0,38,black,female,460a7c21b0,vehicular,,False,True,False,citation,,,,False,False,False,False,,,TN, +2015-05-26,15:14:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,35,black,male,8ad42740bd,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG +2015-12-18,01:13:00,"DICKERSON PIKE & HART LN, NASHVILLE, TN, 37207",36.2217001,-86.76168,2.0,1887.0,223.0,43,black,female,a8665bc00a,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,VEHICLE WAS STOPPED IN HART LN. WITH HAZARD LIGHTS ACTIVATED NEXT TO A USED CAR LOT. WHEN I PULLED ONTO THE ROAD SHE ATTEMPTED TO DRIVE AWAY. INITIATED STOP. DRIVER STOPPED IMMEDIATELY. UPON APPROACHING THE VEHICLE SHE STATED THAT THE DEFOGGER ON HER WINDSHIELD WAS NOT FUNCTIONING AND SHE HAD STOPPED TO WIPE THE WINDSHIELD. NO WARRANTS. CLOSED -T. +2018-08-04,21:55:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,35,unknown,male,edd1d25434,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,, +2017-11-02,01:17:00,"38TH AVE N & PARK AVE, NASHVILLE, TN, 37209",36.1515004,-86.8309209,1.0,5229.0,113.0,22,black,female,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-18,03:10:00,"3400 WEST END AVE, NASHVILLE, TN, 37203",36.139151,-86.819806,8.0,5629.0,813.0,30,white,male,57f6131079,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-13,20:38:00,"I 24 W & I 440 E, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,28,black,female,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,IL, +2015-02-15,17:09:00,"10TH CIR N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1633799,-86.7877728,4.0,4147.0,411.0,50,white,female,8cbadbb4fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2014-06-19,07:23:00,", , ,",,,,,,36,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-14,07:46:00,"46TH AVE N & UTAH AVE, NASHVILLE, TN, 37209",36.1444116,-86.8418414,1.0,5135.0,113.0,59,white,female,9e39306399,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-31,10:52:00,"EDMONDSON PIKE & GREENTREE DR, NASHVILLE, , 37211",36.0634462,-86.7394358,,,,57,black,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-31,04:27:00,"GALLATIN PIKE S & MADISON ST, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1783.0,711.0,57,black,male,904b0df08c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-12,23:43:00,"N 11TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1775691,-86.7499363,2.0,1241.0,213.0,52,white,male,e4f4f4fc42,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN FLASHING RED LIGHT +2013-11-22,11:16:00,"DICKERSON PIKE & MULBERRY DOWNS CIR, MADISON, TN, 37115",36.2514708,-86.7573853,,2017.0,,22,black,female,4e622eb289,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-12,08:39:00,"ASHLAND CITY HWY & OLD HICKORY BLVD, NASHVILLE, TN, 37218",36.2114995,-86.9210335,6.0,3237.0,627.0,45,white,female,7ede7c259c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,OBSERVED TRAVELING EAST ON ASHLAND CITY HWY -- MPH ON LASER @---.- FEET IN -- MPH ZONE +2010-03-29,15:30:00,"HWY 70 S, , TN,",35.8372676,-86.3853953,,,,70,white,male,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-23,01:02:00,"BUENA VISTA PIKE & CLIFF DR, NASHVILLE, TN, 37218",36.1970547,-86.8281448,6.0,3155.0,623.0,18,black,female,23dde6f49b,vehicular,investigative stop,True,False,False,arrest,False,False,False,False,True,True,False,other,investigative stop,TN,OUTSTANDING WARRANT +2011-02-23,19:57:00,"I 65 S, NASH, TN,",36.0391614,-86.7844183,,,,48,white,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-06,01:32:00,"CHARLOTTE PIKE & CABOT DR, , TN, 37205",36.129977,-86.9008535,,,,32,white,female,393639dfae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-17,09:50:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1043.0,211.0,34,black,male,a0b824a6ce,vehicular,moving traffic violation,False,True,True,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2011-02-14,14:48:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, , 37206",36.1741944,-86.7519839,,,,46,white,female,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-02,05:46:00,"W TRINITY LN & OLD BUENA VISTA RD, NASHVILLE, TN, 37207",36.2060909,-86.8110252,6.0,3037.0,623.0,24,white,male,021458b850,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-07,00:03:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,46,black,male,cf98c01df4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-07,13:41:00,"BROADWAY & OPRY PL, NASHVILLE, TN, 37203",36.1604836,-86.7784329,4.0,4109.0,421.0,42,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-30,13:40:00,"ANNEX AVE & PREMIER DR, NASHVILLE, TN, 37209",36.1414931,-86.8842307,1.0,5009.0,123.0,36,hispanic,male,21c82fd870,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-10,00:39:00,"BRILEY PKWY S & OPRY MILLS DR, NASHVILLE, TN, 37214",36.202635,-86.692938,5.0,9292.0,515.0,53,white,male,cc23b83d61,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-16,21:54:00,"HILLSBORO PIKE & TYNE BLVD, NASHVILLE, TN, 37215",36.0787651,-86.8369956,8.0,6307.0,833.0,23,white,female,7962521178,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,UT,--TL +2018-01-09,21:52:00,"12TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1555562,-86.7867931,4.0,4081.0,423.0,40,white,male,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-18,00:50:00,"5600 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1503495,-86.8587949,1.0,5035.0,115.0,38,black,male,3ce33785e5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-21,00:15:00,"SIMMONS AVE & TANKSLEY AVE, NASHVILLE, TN, 37211",36.1086199,-86.7409582,3.0,8403.0,313.0,22,white,male,f6a9921e6e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,OH, +2013-03-21,16:45:00,"1900 HOBSON PIKE, ANTIOCH, TN, 37013",36.0462375,-86.5987733,3.0,8971.0,335.0,44,white,female,55206bed29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-22,14:16:00,"BRILEY PKWY & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9290.0,515.0,56,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-10,04:51:00,"14TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1579342,-86.7915708,8.0,5517.0,811.0,43,black,male,0ed4c294a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-13,13:05:00,"JAMES ROBERTSON PKWY & GAY ST, , TN, 37213",36.1683423,-86.7819661,,,,83,white,male,f87ffe9d54,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2014-08-12,13:44:00,"HIGH ST & SAINDON ST, NASHVILLE, TN, 37211",36.1004893,-86.7431135,8.0,8515.0,831.0,34,hispanic,male,fc1666fe63,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-26,10:22:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,48,black,female,40d9b62eac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-18,08:23:00,"5400 OLD HICKORY BLVD, NASHVILLE, TN, 37218",36.0724117,-86.9207379,6.0,3237.0,627.0,33,black,female,080ab8807b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-03-07,19:32:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1301.0,215.0,23,white,male,5bc5bf609d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-13,16:56:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37211",36.1109273,-86.7451877,,8519.0,,27,hispanic,male,d3a71059de,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-06-19,07:11:00,"BABY RUTH LN & MT VIEW RD, ANTIOCH, TN, 37013",36.0433612,-86.6408144,3.0,8865.0,333.0,53,white,male,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-17,23:46:00,"CHARLOTTE AVE & MORROW RD, NASHVILLE, TN, 37209",36.1515843,-86.8521113,1.0,5121.0,111.0,37,black,male,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,TAG LIGHT OUT +2015-06-22,12:00:00,"DONELSON HILLS DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1655167,-86.6970328,5.0,9027.0,513.0,47,white,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2018-10-12,18:35:00,"ARTHUR AVE & JANE ST, NASHVILLE, TN, 37208",36.1783656,-86.8024162,6.0,4451.0,613.0,19,black,male,070653f6bf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-23,11:25:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,36,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2012-09-04,09:35:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,31,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-10,21:12:00,"21ST AVE S & WOODLAWN DR, NASHVILLE, TN, 37212",36.125315,-86.8055844,8.0,6507.0,815.0,24,white,female,4076850409,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2011-11-06,21:23:00,"LINBAR DR & WALLACE RD, NASHVILLE, TN, 37211",36.0825631,-86.7022093,3.0,8707.0,321.0,39,white,female,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"no mdc +" +2013-01-24,17:45:00,"21ST AVE N & MEHARRY BLVD, NASHVILLE, TN, 37208",36.1678927,-86.8093542,6.0,5325.0,615.0,23,black,male,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-26,08:47:00,"MAIN ST & N 10TH ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,2.0,1131.0,213.0,53,white,female,1f6a668fc4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-07-15,05:28:00,"HILLSBORO PIKE & OVERHILL DR, NASHVILLE, TN, 37215",36.1009651,-86.8187218,8.0,6405.0,825.0,45,other,male,acb89d1f7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-08,12:37:00,"MCKENNIE AVE & PORTER RD, NASHVILLE, TN, 37206",36.1898657,-86.7285835,2.0,1347.0,215.0,39,white,female,27bfdeaad9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-06,15:22:00,"GRANNY WHITE PIKE & STONEWALL JACKSON CT, NASHVILLE, TN, 37220",36.0695496,-86.8113075,8.0,7109.0,833.0,47,white,female,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-12,23:20:00,"801 BROADWAY, NASHVILLE, TN, 37203",36.1582924,-86.7825663,4.0,4083.0,421.0,42,white,male,3d05f4b0d0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"EXPIRED TAG FROM ---'-- +" +2012-10-26,14:22:00,"DICKERSON PIKE & OLD HICKORY BLVD, MADISON, TN, 37115",36.2692405,-86.7557273,7.0,2039.0,725.0,38,white,male,9eb1afe7e8,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-11-01,17:34:00,"MILLS RD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1685619,-86.600292,5.0,9527.0,521.0,24,white,male,6d13b2ff93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-05,20:58:00,"2ND AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,3.0,8151.0,311.0,57,white,male,150043b12d,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-06,18:08:00,"BASS AVE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0710543,-86.7232545,3.0,8701.0,321.0,31,white,female,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-26,18:11:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,36,white,female,3ca1ad326a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,tags expired +2016-10-21,21:52:00,"ACORN DR & ELM HILL PIKE, NASHVILLE, TN, 37210",36.1502083,-86.7001865,5.0,9029.0,513.0,35,white,male,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-13,23:02:00,"9TH AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1749177,-86.7938024,6.0,4303.0,617.0,36,black,male,e143bf684a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-03-27,19:33:00,"2516 JEFFERSON ST, NASHVILLE, TN, 37208",36.1684176,-86.816364,6.0,4561.0,613.0,25,black,male,00eb678631,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,NJ, +2015-05-13,15:23:00,"10 HARDING MALL DR, NASHVILLE, TN, 37211",36.0807665,-86.7226593,3.0,8445.0,317.0,44,white,male,344a1aee96,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-02-05,20:34:00,"NOLENSVILLE PIKE & SUGAR VALLEY DR, NASHVILLE, TN, 37211",36.015339,-86.7056153,8.0,8651.0,835.0,35,white,male,711211250d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MI, +2012-05-28,17:37:00,"300 E WEBSTER ST, MADISON, TN, 37115",36.2500323,-86.7127683,7.0,1507.0,711.0,25,black,male,cccd043657,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-08,16:04:00,"110 STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1653928,-86.656932,5.0,9401.0,517.0,63,black,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"speeding + +" +2013-05-18,01:17:00,"BROADMOOR DR & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2291112,-86.7251221,2.0,1513.0,217.0,19,black,male,acffed52bf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-06,09:56:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43022.0,617.0,24,white,female,ecc8a645e8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"--/--, BRAKELIGHT +" +2017-06-17,20:43:00,"CHARLOTTE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.1167157,-86.9232201,1.0,4701.0,123.0,60,white,female,95cab0be7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-13,09:34:00,"2ND AVE N & STOCKYARD ST, NASHVILLE, TN, 37201",36.1726512,-86.7818793,4.0,4213.0,413.0,22,black,male,66b21cc5c2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-01-06,15:45:00,"1000 CLAYTON AVE, NASHVILLE, TN, 37204",36.119251,-86.789179,8.0,6955.0,823.0,29,white,female,cf15158dcb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,WARNING EXP TAGS +2018-03-22,12:09:00,"DICKERSON PIKE S & OLD DICKERSON PIKE, GOODLETTSVILLE, TN, 37072",36.2875057,-86.7441214,7.0,2119.0,725.0,33,white,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-03,16:47:00,"I 65 N & HARDING PL, , TN, 37204",36.0835333,-86.7644025,,,,37,black,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-19,21:35:00,"N 8TH ST & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1905.0,221.0,18,white,male,0535f8bb5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-08,08:44:00,"CASTLEGATE DR & LAKE TERRACE DR, NASHVILLE, TN, 37217",36.0879561,-86.6147002,5.0,8929.0,535.0,53,white,female,06dbf4a801,vehicular,moving traffic violation,True,True,False,arrest,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2016-09-06,11:28:00,"14TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1556349,-86.7897155,8.0,5517.0,811.0,42,white,female,ebfe43e91e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2011-10-05,02:48:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,23,white,male,2b5605b872,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-31,10:05:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,34,white,male,a66f62a8d9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2015-07-07,17:35:00,"1451 BELL RD, ANTIOCH, TN, 37013",36.0465368,-86.6833289,3.0,8719.0,331.0,51,white,female,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-03,14:35:00,"BELL RD & WOODLAND POINT DR, NASHVILLE, TN, 37214",36.1228228,-86.6290158,5.0,8943.0,533.0,21,white,male,a09fc76742,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-20,03:48:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,26,white,male,99d09ccd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2015-11-19,13:39:00,"LISCHEY AVE & MARIE ST, NASHVILLE, , 37207",36.1966417,-86.762722,,,,50,hispanic,male,46db754e20,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-05,00:03:00,"S 13TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1709461,-86.7480887,2.0,1035.0,213.0,28,white,male,556b2abc49,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-24,22:33:00,"HWY 45 & MCARTHUR DR, MADISON, TN, 37115",36.2641497,-86.6914576,7.0,1705.0,715.0,34,hispanic,female,0e07d5dec6,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-15,01:34:00,"I 24 E, , TN, 37206",36.3771316,-86.9885236,,,,44,white,male,c1e876ae44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"LASER -- MPH IN A -- MPH ZONE +" +2013-07-08,21:35:00,"7TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1736041,-86.7901056,4.0,4237.0,413.0,28,black,male,e5d79a47c2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-05,16:07:00,", , ,",,,,,,63,white,male,3b079b5949,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-04-19,02:50:00,"CHARLOTTE PIKE, WEST, TN, 37205",36.1302698,-86.899755,,,,53,white,male,f9d7f04fc0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-24,20:39:00,"CHARLOTTE PIKE & RIVER RD, NASHVILLE, TN, 37209",36.1286307,-86.9067009,,4701.0,,48,black,female,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-09-01,08:00:00,"CHASE VIEW RD & TEMPLE RD, , TN, 37221",36.0405439,-86.9512837,1.0,4807.0,125.0,46,asian/pacific islander,male,e60adece97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-09,10:02:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1115.0,211.0,28,white,female,03f8fe2d63,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2018-03-07,00:04:00,"NEILL AVE & RAMSEY ST, NASHVILLE, TN, 37206",36.1768568,-86.7581652,2.0,1999.0,227.0,60,black,male,58251cd0f4,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-07-25,15:04:00,"8TH AVE S & S DOUGLAS AVE, NASHVILLE, TN, 37204",36.1317576,-86.7789705,8.0,6945.0,823.0,25,white,male,41dfc9efaf,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-29,15:23:00,"EDWARDS AVE & HART LN, NASHVILLE, TN, 37216",36.2168659,-86.7395794,2.0,1847.0,225.0,49,white,male,7e173f3f15,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-14,02:05:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,25,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2013-11-12,00:22:00,"MAIN ST & YEAMAN PL, NASHVILLE, TN, 37206",36.173352,-86.7639826,2.0,1997.0,227.0,26,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2013-03-29,21:00:00,"1767 N GALLATIN PIKE, GOODLETTSVILLE, TN, 37072",36.2899211,-86.7039319,7.0,1753.0,727.0,49,white,male,70ef06cf19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-28,23:00:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8865.0,333.0,19,white,male,883b5b4087,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-06-12,13:42:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,61,white,female,711211250d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-15,08:34:00,"MM 80 I65 S, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,22,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-06,17:53:00,"DUE WEST AVE N & OLD DUE WEST AVE, MADISON, TN, 37115",36.2505477,-86.7423286,7.0,2041.0,725.0,56,white,male,b541004824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-15,09:00:00,"MM 12 4 BRILEY N, NASHVILLE, TN, 37214",,,5.0,92860.0,515.0,50,black,male,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2016-02-02,09:11:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,4698.0,115.0,47,black,male,73863cfec3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-19,23:00:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,36,white,male,c4348d7474,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-02,22:14:00,"MAIN ST & S 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,24,black,female,e1ce812867,vehicular,moving traffic violation,False,True,False,citation,True,True,False,False,True,True,True,consent,moving traffic violation,TN,"-- PONTIAC GPX -D MAROON +" +2010-09-08,11:00:00,"333 RIO VISTA DR, MADISON, TN, 37115",36.2689613,-86.6839391,7.0,1713.0,715.0,36,white,female,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-23,14:30:00,"GALLATIN PIKE & SOLLEY DR, NASHVILLE, TN, 37216",36.2310777,-86.7249027,,1513.0,,23,black,male,efab61ee96,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-20,04:24:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43024.0,617.0,62,black,male,ddc50dd0e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-07,00:58:00,"I 65 S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,,694.0,,36,white,male,8228f97e2c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT OUT. +2014-09-17,22:34:00,"COPPERFIELD WAY & OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0417072,-86.748657,,,,39,black,male,98912cd716,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-14,21:07:00,"HWY 45 & RIO VISTA DR, MADISON, TN, 37115",36.2629822,-86.6809558,7.0,1705.0,715.0,41,black,male,d6864f2be6,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2010-04-08,20:12:00,"8TH AVE & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4085.0,421.0,20,black,female,4167b6ea19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-23,12:18:00,"MCCRORY CREEK RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1574531,-86.6358797,5.0,9413.0,517.0,40,black,male,0d9e46bbe6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-01,02:53:00,"OLD HICKORY BLVD & SEVEN SPRINGS WAY, BRENTWOOD, TN, 37027",36.0403015,-86.7683485,8.0,8623.0,833.0,55,white,female,7e361b3cfb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,OH, +2013-08-12,13:14:00,"I 65 N & 3RD AVE N, NASHVILLE, TN, 37208",36.1618496,-86.7762981,4.0,4304.0,413.0,43,black,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2010-09-13,02:51:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,23,hispanic,female,ee538f200f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-11,10:34:00,"4609 ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.2142817,-86.5971,5.0,9537.0,523.0,41,white,female,e07d1db771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-01,22:08:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,5.0,8213.0,511.0,39,white,female,1efbb4af4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-14,10:53:00,"I 65 N & 3RD AVE N, NASHVILLE, TN, 37208",36.1618496,-86.7762981,4.0,4304.0,413.0,23,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,IL,--/-- +2012-03-13,23:47:00,"17TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1537943,-86.7943951,8.0,5519.0,811.0,43,black,male,a0b824a6ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-22,13:55:00,"BELL RD & MURFREESBORO PIKE, , TN, 37013",36.0719049,-86.636152,,,,27,unknown,female,5a96851d64,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-11-23,15:40:00,"LINBAR DR & WALLACE RD, NASHVILLE, TN, 37211",36.0825631,-86.7022093,3.0,8707.0,321.0,23,white,male,3a572ed22e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-18,05:56:00,"31ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1533597,-86.8208464,8.0,5341.0,813.0,33,white,male,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-07,16:03:00,"2232 N GALLATIN PIKE, MADISON, TN, 37115",36.3088207,-86.6862843,7.0,1737.0,727.0,56,white,male,f2dffe612c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-16,16:14:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,8.0,8501.0,831.0,36,white,female,117c6d697e,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,DRIVER HAD NO PROOF OF INSURANCE. +2012-05-15,10:15:00,"BOYD DR & KINGS LN, NASHVILLE, TN, 37218",36.2195039,-86.828867,6.0,3105.0,623.0,49,black,male,eb734545cc,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-07-20,04:19:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9401.0,517.0,49,white,male,98912cd716,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-10,23:37:00,"ELM HILL PIKE & MARRIOTT DR, NASHVILLE, TN, 37214",36.1532642,-86.6876043,5.0,9107.0,513.0,34,black,male,7394445486,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-30,08:41:00,"MM 80 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7016.0,823.0,35,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-07,12:40:00,"BRILEY PKWY & LEBANON PIKE, NASHVILLE, TN, 37214",36.17048,-86.6675065,5.0,9121.0,513.0,23,black,male,d035c615e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-13,06:54:00,"MM 77 0 I65 N, NASHVILLE, TN, 37220",,,8.0,86042.0,833.0,22,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-15,20:29:00,"BELMONT BLVD & SHACKLEFORD RD, NASHVILLE, TN, 37215",36.1013059,-86.8021173,8.0,6407.0,825.0,18,white,female,8e6e05f1aa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-01,23:56:00,"BRICK CHURCH PIKE & W TRINITY LN, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3007.0,621.0,19,black,female,8bbd3239b1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-10,15:11:00,"TIMBER LN & WOODLAWN DR, NASHVILLE, TN, 37215",36.1235718,-86.8228414,1.0,6001.0,117.0,50,white,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-13,10:33:00,"ANDERSON RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0877429,-86.6071736,5.0,8929.0,535.0,28,black,male,963f2c3d0d,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2015-04-06,20:15:00,"755 BELL RD, ANTIOCH, TN, 37013",36.0510954,-86.6462569,3.0,8861.0,325.0,51,white,male,510c141a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-16,17:53:00,"CLEVELAND ST & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1841237,-86.7600597,2.0,1903.0,221.0,40,white,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-04,19:53:00,"7TH AVE N & COMMERCE ST, NASHVILLE, TN, 37203",36.1607792,-86.7817629,4.0,4123.0,411.0,57,white,male,150043b12d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-23,09:40:00,"HERMITAGE WOODS DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1772371,-86.6042945,5.0,9561.0,521.0,67,white,male,766a98473e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,pass brake +2012-04-04,12:47:00,"KINGS LN & PHIPPS DR, NASHVILLE, TN, 37218",36.217484,-86.8463355,6.0,3145.0,625.0,19,black,female,fd8a139aad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in -- +2014-03-22,11:05:00,"3010 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2266982,-86.7603743,2.0,1809.0,225.0,33,black,female,86ef2d8e42,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-24,23:50:00,"6430 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1418788,-86.8774829,1.0,5023.0,123.0,19,white,male,9343562728,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,IL,taillight out +2015-06-01,23:22:00,"GALLATIN PIKE & GWYNN DR, NASHVILLE, TN, 37216",36.2281536,-86.7252183,2.0,1513.0,217.0,27,white,male,33acd6428b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-12,16:21:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,61,white,male,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-06,23:27:00,", , ,",,,,,,37,black,male,e143bf684a,vehicular,vehicle equipment violation,True,False,True,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-27,18:28:00,"S 8TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1699272,-86.7561779,2.0,1023.0,211.0,28,black,male,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-08,03:45:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,8.0,8661.0,831.0,43,black,male,0dbc98bd44,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"NO ARMS +" +2016-07-02,08:48:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,39,black,female,6711929764,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG +2012-06-23,00:17:00,"CAHAL AVE & GALLATIN AVE, NASHVILLE, TN, 37216",36.1960045,-86.7425944,2.0,1881.0,227.0,17,black,male,9e90e23586,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-08,08:14:00,"APACHE TRL & PACKARD DR, TUSCULUM, TN, 37013",36.059416,-86.7075464,,,,55,black,female,1f5576d831,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-02-10,23:40:00,"4912 CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521701,-86.846643,1.0,5127.0,111.0,28,white,male,db6c29e919,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-03-17,17:22:00,"18TH AVE S & LINDEN AVE, , TN, 37212",36.1275884,-86.7979659,8.0,6605.0,815.0,40,white,female,9dadcd316d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-09,17:02:00,"39TH AVE N & MURPHY RD, NASHVILLE, TN, 37209",36.1405739,-86.8317847,1.0,5207.0,113.0,25,white,female,ef32736df1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-04,11:11:00,"GALLATIN AVE & MCKENNIE AVE, NASHVILLE, TN, 37206",36.1919016,-86.7447974,2.0,1933.0,227.0,35,black,female,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-11-06,04:04:00,"ANTIOCH PIKE & WALLER ST, NASHVILLE, TN, 37211",36.1014863,-86.7371639,3.0,8407.0,313.0,20,hispanic,male,9310569e50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-10,19:14:00,"2500 CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1553543,-86.8141691,6.0,5339.0,615.0,25,white,female,cd98dea728,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-29,01:50:00,"SHERMAN OAKS DR & WALLACE RD, NASHVILLE, , 37211",36.0790242,-86.7075701,,,,27,hispanic,male,97fbb8c996,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-25,16:40:00,"1ST AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1622505,-86.7743837,4.0,4101.0,415.0,40,white,female,9e0637d56c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-04,23:10:00,"2ND AVE & ELM ST, MADISON, TN, 37115",36.2607173,-86.7105402,7.0,1605.0,713.0,34,white,,a10c67de5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-06,16:41:00,"N 1ST ST & OLDHAM ST, NASHVILLE, TN, 37213",36.1744119,-86.7741656,4.0,1985.0,413.0,62,white,female,7f2ba40c1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-05,16:40:00,"COUNTY HOSPITAL RD & PANORAMA DR, NASHVILLE, TN, 37218",36.1843308,-86.843051,6.0,3173.0,625.0,41,black,male,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-13,04:22:00,"2700 PRIEST LAKE DR, NASHVILLE, TN, 37217",36.0814743,-86.6295202,5.0,8963.0,535.0,22,black,male,95f2a2add9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-21,22:55:00,"923 MAIN ST, NASHVILLE, TN, 37206",36.1772425,-86.7548327,2.0,1939.0,227.0,33,white,male,d3fe386ea8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-07-13,04:37:00,"S 8TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1688163,-86.7555384,2.0,1025.0,211.0,21,black,male,5849b87aaf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,VEHICLE REVERSING UP SOUTH -TH. REFUSED TO STOP FOR EMERGENCY TRAFFIC. DRIVER WAS CLEAN CUT MALE BLACK WEARING RED TSHIRT. POSSIBLY TRAVELING WITH WHITE CHEVY IMPALA. DRIVER WAS IDENTIFIED AS CHRISTOPHER AKINS AND WARRANTS WERE OBTAINED FOR EVADING AND DRIVING SUSPENDED +2012-04-09,19:59:00,"N GALLATIN PIKE & EDENWOLD RD, MADISON, TN, 37115",36.2868438,-86.705395,7.0,1757.0,727.0,28,white,male,0f7ad96aba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-31,16:27:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,21,black,female,f9d7f04fc0,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,GA, +2014-05-21,07:52:00,"EULALA DR & OCALA DR, NASHVILLE, TN, 37211",36.051447,-86.7027265,3.0,8717.0,331.0,57,white,female,d62c0e5b2f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-15,11:40:00,"MAIN ST & S 10TH ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,,1241.0,,40,black,female,c4680d166c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-02,22:35:00,"ABBAY DR & ELYSIAN FIELDS RD, NASHVILLE, , 37211",36.0843479,-86.739732,8.0,8501.0,831.0,29,black,male,489eea137b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-01,17:16:00,"CEDARMONT DR & VICKEY CT, NASHVILLE, TN, 37211",36.038452,-86.7064479,3.0,8757.0,331.0,38,white,male,88f042f180,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-12,10:12:00,"JACKSON DOWNS BLVD & LEBANON PIKE, NASHVILLE, TN, 37214",36.1853197,-86.6366695,5.0,9403.0,517.0,39,white,female,26ed5dd676,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-02-04,15:45:00,"4TH AVE S & RAINS AVE, NASHVILLE, TN, 37210",,,3.0,8127.0,311.0,26,white,male,debc34fd39,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-11-13,20:47:00,"S GALLATIN PIKE & HWY 45, MADISON, TN, 37115",36.2630322,-86.7119272,7.0,1701.0,715.0,53,white,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-01,17:39:00,"ANDERSON RD & NEW TOWNE RD, ANTIOCH, TN, 37013",36.0740656,-86.6090717,3.0,8975.0,335.0,33,white,male,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-23,16:20:00,"831 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1334016,-86.7226083,3.0,8801.0,315.0,52,white,male,224864ab3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-10,23:08:00,"BRILEY PKWY W & BUENA VISTA PIKE, NASHVILLE, TN, 37207",,,6.0,3221.0,627.0,48,black,male,88c2d8920e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN -- MPH ZONE +2011-02-25,20:05:00,"CLARKSVILLE PIKE & CLIFF DR, NASHVILLE, TN, 37218",36.1923463,-86.829048,6.0,3157.0,625.0,58,black,female,e865e1c625,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-18,10:00:00,"TULIP GROVE RD & BROOKE CASTLE DR, , TN, 37138",36.2062708,-86.5898091,,,,31,white,female,27e7e8c87e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEED. +2014-10-21,05:30:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,34,hispanic,male,883b5b4087,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-05-20,13:43:00,"5533 EDMONDSON PIKE, , TN, 37220",36.0417277,-86.7457746,8.0,8615.0,833.0,31,white,male,eeb3c63112,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-26,19:54:00,"LISCHEY AVE & E TRINITY LN, NASHVILLE, TN, 37207",36.2053982,-86.7611639,2.0,1859.0,221.0,19,black,male,c76c330626,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,True,True,True,True,other,vehicle equipment violation,TN, +2017-11-01,11:09:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2025.0,725.0,55,white,male,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-04,10:50:00,"FRANKLIN PIKE & NORWOOD DR, NASHVILLE, TN, 37204",36.0987545,-86.7720569,8.0,7015.0,825.0,32,black,female,37a4238cc6,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-04-06,12:33:00,"BRILEY PKWY & VULTEE BLVD, NASHVILLE, TN, 37217",36.1243072,-86.6964287,5.0,88942.0,531.0,24,black,female,2090ca4211,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-19,22:04:00,"HART LN & JONES AVE, NASHVILLE, TN, 37207",36.2206225,-86.7542215,2.0,1887.0,223.0,45,white,female,a15c67f558,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-05,00:17:00,"I 440 W & WEST END AVE, NASHVILLE, TN, 37203",36.1387037,-86.8213446,8.0,5620.0,813.0,23,asian/pacific islander,female,6f0e6c9ea2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-03,00:03:00,"2213 CRESTMOOR RD, NASHVILLE, TN, 37215",36.109788,-86.8152177,1.0,6105.0,117.0,29,white,male,8228f97e2c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-10,08:00:00,"BRANDAU RD & CENTRAL PIKE, HERMITAGE, TN, 37076",36.1803057,-86.6214212,5.0,9503.0,521.0,62,black,male,596bd1105e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-13,15:52:00,"CHARLOTTE PIKE & CABOT DR, , TN, 37205",36.129977,-86.9008535,,,,32,black,male,59629c618d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-21,18:49:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8979.0,335.0,40,hispanic,male,3316885e7f,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-19,14:00:00,"S 5TH ST & SUMMER PL, NASHVILLE, TN, 37206",36.1656636,-86.7611427,2.0,1009.0,211.0,31,black,female,1137cb53cf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-09,09:24:00,"DOUGLAS AVE & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1931931,-86.751992,2.0,1903.0,221.0,36,white,female,0deabcadbf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-15,15:47:00,"DR DB TODD BLVD, , TN,",36.1702214,-86.8069167,,,,31,black,female,eeee4f9bb9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-04,21:47:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8721.0,325.0,65,white,male,6ba69dfb34,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-24,21:50:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,24,black,female,65019d82f3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-11,16:16:00,"DONELSON PIKE & EMERY DR, NASHVILLE, TN, 37214",36.1565655,-86.6650044,5.0,9421.0,517.0,20,white,male,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-22,04:14:00,"5625 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1494879,-86.8591674,1.0,5033.0,115.0,25,black,male,977e78432c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-03-20,13:30:00,"4501 PACKARD DR, NASHVILLE, TN, 37211",36.0654673,-86.6891488,3.0,8709.0,321.0,25,hispanic,male,b5ca91d71f,vehicular,child restraint,False,True,True,citation,,,,False,False,False,False,,child restraint,TN, +2016-02-26,03:12:00,"DONELSON PIKE & HANGAR LN, DONELSON, TN, 37214",36.1167024,-86.6682189,,,,56,white,male,95f2a2add9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-11,08:19:00,"HASTY DR & TUSCULUM RD, NASHVILLE, TN, 37211",36.0585171,-86.7192839,8.0,8655.0,835.0,34,unknown,male,d650bfae29,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-04,09:54:00,"ELM HILL PIKE & TIMBER VALLEY DR, NASHVILLE, TN, 37214",36.1419024,-86.6405833,5.0,8955.0,533.0,35,black,male,fb75cd4829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2018-04-01,03:10:00,"609 CRUTCHER ST, NASHVILLE, TN, 37206",36.1631081,-86.7566645,2.0,1019.0,211.0,21,black,male,53e360df93,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2014-06-17,22:16:00,"AVERITT EXPRESS DR & BRILEY PKWY S, NASHVILLE, TN, 37211",36.1085366,-86.7158361,3.0,8877.0,315.0,55,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-15,14:55:00,"DR D B TODD JR BLVD & WHELESS ST, NASHVILLE, TN, 37208",36.1759251,-86.8093164,6.0,4469.0,613.0,21,black,female,d8d85bf873,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-31,22:08:00,"MASSMAN DR & PATRICIA DR, NASHVILLE, TN, 37217",36.1349521,-86.7047598,5.0,8887.0,531.0,31,hispanic,male,7dbf1da87e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-29,18:36:00,"KATE ST & STHY 45, MADISON, TN, 37115",,,7.0,1701.0,715.0,23,white,male,13c1091001,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP LIGHT +" +2013-04-28,23:56:00,"2ND ST & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2167719,-86.6235145,5.0,9617.0,525.0,51,hispanic,male,acb89d1f7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2015-09-16,13:56:00,"I 24 W & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,29,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KS, +2010-03-08,09:36:00,"GALLATIN PIKE & MAYNOR AVE, NASHVILLE, TN, 37216",36.207005,-86.7360554,2.0,1417.0,217.0,36,black,female,4ace4f5618,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-23,15:07:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,,19961.0,,20,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-05,14:55:00,"5156 GRANNY WHITE PIKE, NASHVILLE, TN, 37220",36.0695496,-86.8113075,8.0,7109.0,833.0,27,white,female,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-16,11:13:00,"1015 JOYCE LN, NASHVILLE, TN, 37216",36.2347057,-86.7284238,2.0,1801.0,225.0,62,white,male,a773a4fff8,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-03-09,19:05:00,"MCMURRAY DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0612768,-86.7167423,8.0,8659.0,835.0,31,asian/pacific islander,male,d98ce37758,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-24,05:53:00,"I 440 E & I 65 N, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,8306.0,825.0,34,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-24,19:33:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,20,white,male,9219efb2c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,no turn on red +2014-03-03,22:50:00,"DONELSON PIKE & WOODBERRY DR, NASHVILLE, TN, 37214",36.1604643,-86.6643814,5.0,9401.0,517.0,21,white,male,72037bef5d,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2011-07-06,20:31:00,"ELM HILL PIKE & OLD ELM HILL PIKE, NASHVILLE, TN, 37214",36.1510181,-86.6705084,5.0,9105.0,517.0,48,black,male,460749f895,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-29,16:25:00,"LANE DR & REVELS DR, NASHVILLE, TN, 37207",36.2221058,-86.8083805,6.0,3025.0,623.0,29,white,female,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-16,13:04:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, TN, 37218",36.2117374,-86.8955184,6.0,3235.0,625.0,34,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-16,10:38:00,"HICKORY CHASE DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2640679,-86.7230697,7.0,1749.0,723.0,33,hispanic,female,29908f0329,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-04,20:04:00,"25TH AVE S & WESTWOOD AVE, , TN, 37212",36.1266963,-86.8071587,8.0,5911.0,815.0,43,white,female,9a9356a5bf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2018-01-25,08:02:00,"MM 7 0 I440 W, NASHVILLE, TN, 37210",,,3.0,8104.0,311.0,61,white,female,9e39306399,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-27,21:08:00,"S 4TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.167016,-86.7637341,2.0,1009.0,211.0,26,black,male,58528e8953,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-11,16:19:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37207",36.176917,-86.7761407,4.0,1957.0,413.0,27,white,male,0847f81dcc,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-01,18:20:00,"MCGAVOCK PIKE & RIVERSIDE DR, NASHVILLE, TN, 37216",36.2048018,-86.7243325,2.0,1417.0,217.0,32,white,male,e1ce812867,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-27,11:41:00,"6209 HARDING PIKE, NASHVILLE, TN, 37205",36.096344,-86.8766862,1.0,6209.0,117.0,27,white,male,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-24,23:50:00,"HARDING PIKE & MONTGOMERY BELL AVE, NASHVILLE, TN, 37205",36.1300341,-86.8386597,1.0,6019.0,113.0,53,white,female,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2015-07-10,01:16:00,"BELL RD & PRIEST LAKE DR, NASHVILLE, TN, 37217",36.0814922,-86.6298979,5.0,8963.0,535.0,18,black,female,b8a8edb71a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2015-06-27,20:56:00,", , ,",,,,,,27,hispanic,male,5c3babe003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TX, +2015-02-14,01:36:00,"GALLATIN PIKE & IVERSON AVE, NASHVILLE, TN, 37216",36.2079064,-86.7353429,2.0,1417.0,217.0,20,black,male,73373787a4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER SIDE HEADLIGHT OUT. +2011-05-25,20:23:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,44,white,female,21413caac6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING --/-- MPH ON EDMONDSON PIKE +" +2014-09-24,10:21:00,"NOLENSVILLE PIKE & WELSHWOOD DR, NASHVILLE, TN, 37211",36.0825966,-86.7272314,3.0,8445.0,317.0,18,white,male,8ab4b34040,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-05-02,12:22:00,"ANTIOCH PIKE & HARDING PL, NASHVILLE, TN, 37211",36.0874362,-86.6922057,3.0,8843.0,315.0,26,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-26,11:37:00,"ANTIOCH PIKE & HAYSTACK LN, ANTIOCH, TN, 37013",36.0712446,-86.6841736,3.0,8899.0,323.0,42,white,male,c213187829,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-04,13:24:00,"LEBANON PIKE & TULIP GROVE RD, HERMITAGE, TN, 37076",36.2153606,-86.5885506,5.0,9727.0,525.0,36,white,male,e25971e53e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-03-02,20:30:00,"33RD AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1590802,-86.8250347,6.0,4551.0,613.0,34,black,female,d3fe386ea8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-24,23:41:00,"6961 HWY 70 S, NASHVILLE, TN, 37221",36.0761392,-86.913984,1.0,4901.0,121.0,50,white,female,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-23,09:49:00,"813 S 6TH ST, NASHVILLE, TN, 37206",36.1651845,-86.7580439,2.0,1021.0,211.0,29,black,male,58528e8953,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-30,18:53:00,"W TRINITY LN & OLD BUENA VISTA RD, NASHVILLE, TN, 37207",36.2060909,-86.8110252,6.0,3037.0,623.0,63,black,female,275b2f9e04,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-11,20:42:00,"LINBAR DR & WALLACE RD, NASHVILLE, TN, 37211",36.0825631,-86.7022093,3.0,8707.0,321.0,64,black,female,3bdca3df2d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MI, +2017-12-29,00:46:00,"LEBANON PIKE & SHUTE LN, OLD HICKORY, TN, 37138",36.2146686,-86.6046717,5.0,9717.0,525.0,24,black,female,48c3d0282a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2017-06-17,10:39:00,"5040 LINBAR DR, NASHVILLE, TN, 37211",36.081794,-86.6995914,3.0,8707.0,321.0,33,black,female,9d22f052df,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-15,19:40:00,"1500 PORTER RD, NASHVILLE, TN, 37206",36.1932959,-86.727879,2.0,,215.0,43,black,female,8283fd87e4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2012-08-29,05:03:00,"3101 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1918657,-86.8291878,6.0,3157.0,625.0,59,black,male,15ee8d2800,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-22,07:45:00,"DR D B TODD JR BLVD & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1605319,-86.8018492,6.0,5357.0,615.0,30,white,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-04,19:42:00,"21ST AVE S & ACKLEN AVE, NASHVILLE, TN, 37212",36.1356369,-86.8010087,8.0,5825.0,815.0,19,white,male,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,FL, +2015-05-20,14:45:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,31,white,male,cf98c01df4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-14,10:30:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1741944,-86.7519839,2.0,1205.0,213.0,36,white,female,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-22,17:26:00,"E OLD HICKORY BLVD & RIO VISTA DR, MADISON, TN, 37115",36.2623571,-86.6810149,7.0,1705.0,715.0,19,hispanic,male,4f1d028e45,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-05,21:34:00,"I 24 W & I 40 E, NASHVILLE, TN, 37210",36.1539502,-86.7572484,5.0,9004.0,513.0,41,white,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-30,08:37:00,"I 24 E & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.0149144,-86.618405,3.0,8702.0,333.0,25,black,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-21,19:44:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,24,black,female,91c2b57241,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-27,22:23:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,5.0,8213.0,511.0,19,white,female,ce5bcb2c38,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-01-14,23:03:00,"7TH AVE N & COMMERCE ST, NASHVILLE, TN, 37203",36.1607792,-86.7817629,4.0,4123.0,411.0,25,white,male,8a240b02b9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-01,23:08:00,"I 65 N & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,1769.0,723.0,18,white,male,fde6504fcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2014-09-20,18:21:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,19,black,female,952fd7094b,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,IN, +2016-08-09,10:29:00,"I 40 W & 2ND AVE S, NASHVILLE, TN, 37210",36.1525133,-86.7657744,4.0,4008.0,425.0,51,black,male,ec95a9403e,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2010-06-03,11:38:00,"9TH AVE & LOCKLAYER ST, NASHVILLE, TN, 37208",36.1709891,-86.7910174,6.0,4229.0,617.0,48,white,male,daac2de4a2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"BL'S INOP. +" +2017-10-19,10:37:00,"MM 222 6 I40 E, HERMITAGE, TN, 37076",,,5.0,95040.0,523.0,80,white,male,498350de5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-08,09:32:00,"BELL FORGE LN E & MT VIEW RD, ANTIOCH, TN, 37013",36.0470655,-86.6479844,,,,24,white,female,5a96851d64,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-12-09,16:56:00,"49TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1531654,-86.8460391,1.0,5127.0,111.0,26,white,male,f1c025f95c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT. CITED FOR REVOKED LICENSE. +2018-01-22,17:11:00,"BRILEY PKWY N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1722647,-86.8652182,1.0,4616.0,115.0,27,white,male,54a34486d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-31,16:58:00,"S 11TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1741367,-86.7503438,2.0,1207.0,213.0,65,white,female,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-11,14:30:00,"MM 194 I40 E, NASHVILLE, , 37221",,,,,,31,hispanic,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,consent,moving traffic violation,TN, +2011-12-15,14:51:00,"MM 196 I40 E, NASHVILLE, TN, 37221",36.0789995,-86.9551254,1.0,4713.0,125.0,39,black,female,c4f63928e2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-08,07:35:00,"I 40 E & DONELSON PIKE, NASHVILLE, TN, 37217",36.1406352,-86.6618989,5.0,89020.0,531.0,28,white,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-27,00:23:00,"EAST TRINITY LN. & JONES AVE., NASHVILLE, TN, 37207",36.205114,-86.7576234,,,,19,black,male,ce8db7494c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-30,17:44:00,"7TH AVE S & LEA AVE, NASHVILLE, TN, 37203",36.1538636,-86.7778521,4.0,4023.0,423.0,33,black,female,150043b12d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-07,16:19:00,"GEORGE L DAVIS BLVD & I 40 ENTRY W, NASHVILLE, TN, 37203",,,4.0,4081.0,423.0,44,white,male,8049a09e08,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-05,06:15:00,"603 8TH AVE S, NASHVILLE, TN, 37203",36.1515662,-86.7797004,4.0,4021.0,423.0,43,white,female,392687b70d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-17,10:25:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, TN, 37218",36.2117374,-86.8955184,6.0,3235.0,625.0,26,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-24,15:54:00,"MM 3 6 I440 W, NASHVILLE, TN, 37215",36.1450627,-86.7121761,8.0,6502.0,823.0,20,black,female,4265ea192b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-30,06:22:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,52,white,female,3380b227a4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-15,01:15:00,"DIVISION ST & MUSIC CIR E, NASHVILLE, TN, 37203",36.1516853,-86.7895015,8.0,6719.0,811.0,29,white,female,1fdfb2a60c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-04-05,23:13:00,"114 HARPETH VALLEY RD, NASHVILLE, TN, 37221",36.0854572,-86.9577831,1.0,4711.0,123.0,51,white,female,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-23,04:31:00,"MM 80 I65 S, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,24,white,female,2511466c93,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,MI, +2011-12-09,12:50:00,"200 S GALLATIN PIKE, MADISON, TN, 37115",36.2617907,-86.7141009,7.0,1771.0,711.0,26,white,male,5e1e44520b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-25,23:11:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,35,black,male,d035c615e2,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2010-05-06,13:19:00,"BREWER DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0536765,-86.7149186,8.0,8655.0,835.0,34,black,female,50529da1cb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-13,13:15:00,"BROADMOOR DR & GRA MAR DR, NASHVILLE, TN, 37216",36.2297873,-86.73473,2.0,1841.0,225.0,38,white,male,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-07,16:44:00,"JACKSONIAN DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,29,black,male,0d9e46bbe6,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-24,10:25:00,"ANNEX AVE & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1586293,-86.8783703,1.0,4657.0,115.0,35,white,male,7323db438b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SUBJECT RAN A - - WAY STOP SIGN. +2018-04-03,17:05:00,"CHURCH ST & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1584165,-86.7906562,4.0,4119.0,411.0,24,black,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,LA, +2010-10-05,15:00:00,"GALLATIN PIKE, MADISON, TN, 37115",36.2350446,-86.7246221,,,,38,white,female,d389baccb4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-17,00:31:00,"2601 WEST END AVE, NASHVILLE, TN, 37212",36.1460487,-86.8102997,8.0,5815.0,815.0,25,white,female,1fdfb2a60c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-03,07:57:00,"1120 BELL RD, ANTIOCH, TN, 37013",36.0443762,-86.6636588,3.0,8753.0,331.0,23,black,female,583d36a9fd,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-02-23,18:40:00,"WALLACE RD & WILLARD DR, NASHVILLE, , 37211",36.0797549,-86.7038097,,,,27,hispanic,male,65019d82f3,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-10,17:12:00,"ANTIOCH PIKE & PERIMETER HILL DR, NASHVILLE, TN, 37211",36.0855045,-86.6906811,3.0,8847.0,323.0,22,white,male,6f35d16bdf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-16,14:20:00,"I 24 W & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,42,white,male,6074f7bab3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-10,16:06:00,"MARTWAY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0782863,-86.6429691,5.0,8939.0,535.0,63,white,female,b67121e7bf,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-10-04,16:00:00,"10TH AVE S & ACKLEN AVE, NASHVILLE, TN, 37204",36.1334693,-86.7851732,8.0,6917.0,823.0,23,white,female,41dfc9efaf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-06,13:54:00,"JACKSONIAN DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,53,black,female,a09fc76742,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2016-02-24,21:09:00,", , ,",,,,,,34,white,male,f887f42de2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-06,01:08:00,"12TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4081.0,423.0,18,black,male,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MS,head lights +2012-02-13,19:48:00,"FOSTER AVE & GLENROSE AVE, NASHVILLE, TN, 37210",36.1254037,-86.7424126,3.0,8105.0,311.0,17,white,female,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,PASSENGER SIDE HEADLIGHT OUT +2012-03-29,16:40:00,"LENOX AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1484013,-86.8579185,1.0,5103.0,113.0,69,white,male,4d037c592b,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-08-29,21:02:00,"428 E TRINITY LN, NASHVILLE, TN, 37207",36.204887,-86.758685,2.0,1857.0,221.0,20,black,female,d3fe386ea8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-08,00:21:00,"AVONDALE CIR & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2090637,-86.777949,6.0,3019.0,621.0,29,other,male,6a5a1e10b4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-30,00:41:00,"5TH AVE & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4057.0,425.0,17,black,female,2bb9ef14e4,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-25,19:07:00,"2150 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0921278,-86.6513149,5.0,8935.0,535.0,39,black,male,7975bcaa77,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,SUSP DL +2018-01-25,05:51:00,"2525 OLD HICKORY BLVD, NASHVILLE, TN, 37221",,,1.0,6213.0,117.0,56,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,FL, +2018-01-30,09:03:00,"GALLATIN PIKE & HOME RD, NASHVILLE, TN, 37216",36.2101686,-86.7335937,2.0,1439.0,217.0,38,hispanic,female,95d8a19b5a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-08-10,10:40:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,51,white,male,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-15,10:46:00,"ELLINGTON PKWY & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,31,white,female,4d037c592b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-01,12:48:00,"GALLATIN PIKE & HUNTERS MEADOW LN, NASHVILLE, TN, 37216",36.2187817,-86.7278508,2.0,1445.0,217.0,31,black,male,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-24,17:16:00,"1ST AVE S & MOLLOY ST, NASHVILLE, TN, 37201",36.1593813,-86.7725682,4.0,4049.0,425.0,32,white,female,3b8237be67,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-19,02:14:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,61,white,female,fc8eeff4da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-22,10:14:00,"MADELINE DR & TUSCULUM RD, NASHVILLE, TN, 37211",36.0591238,-86.7114854,3.0,8711.0,321.0,26,unknown,female,b91801c201,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-23,23:59:00,"ELLIOTT AVE & WEST ARGYLE AVE, NASHVILLE, TN, 37203",36.1367008,-86.7828794,8.0,6905.0,821.0,21,white,male,3fbcafb77d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-10,11:02:00,"BELL RD & PLEASANT HILL RD, NASHVILLE, TN, 37214",36.124414,-86.6302859,5.0,8943.0,533.0,31,black,male,3955cfd39c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-09,19:30:00,"I 65 N, NASH, TN,",35.4905624,-86.8898529,,,,66,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-16,21:44:00,"HILLSIDE AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1347654,-86.7840325,8.0,6907.0,821.0,18,white,male,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-03,14:11:00,"732 CLEMATIS DR, , TN, 37205",36.123089,-86.894721,1.0,5005.0,121.0,55,white,male,f5d8fbd78b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"NO SEAT BELT +" +2013-08-25,05:16:00,"5701 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0396126,-86.7438151,8.0,8653.0,835.0,25,white,female,2447acd144,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-24,12:24:00,"HAYWOOD LN & APACHE TRL, , TN, 37211",36.0695256,-86.6939253,,,,41,black,female,3d3f1787ec,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,brake lights out +2017-12-15,22:57:00,"GALLATIN PIKE N & MYATT DR, MADISON, TN, 37115",36.2969124,-86.6990955,7.0,1753.0,727.0,63,black,female,4ff9d8c9ea,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-11,21:21:00,"BLUEBIRD DR & RIVERGATE PKWY, GOODLETTSVILLE, TN, 37072",36.3007115,-86.7010019,7.0,1751.0,727.0,40,white,male,580ec58203,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY,ON HEADLIGHTS ON +2016-03-28,08:47:00,"2ND AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,3.0,8153.0,311.0,52,white,female,df87babd62,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-15,14:24:00,"FRANKLIN PIKE & THOMPSON LN, NASHVILLE, TN, 37204",36.1189979,-86.775276,8.0,7011.0,825.0,22,black,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-17,14:20:00,"46TH AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1555651,-86.8423815,1.0,4545.0,111.0,43,white,male,0491807f2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-28,16:07:00,"197 HAYWOOD LN, NASHVILLE, TN, 37211",36.06914,-86.6934969,3.0,8709.0,321.0,25,hispanic,female,3bdca3df2d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-28,11:10:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,55,black,male,31d831c21a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-21,09:32:00,"MM 89 2 I65 N, NASHVILLE, TN, 37207",,,2.0,18062.0,225.0,59,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-04,10:01:00,"LAKEFORD DR & TIMBER VALLEY DR, NASHVILLE, TN, 37214",36.1352173,-86.6400859,,8945.0,,19,black,,6d13b2ff93,vehicular,moving traffic violation,False,False,False,,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-15,23:15:00,"7252 HWY 70 S, NASHVILLE, TN, 37221",36.074993,-86.9311199,1.0,4815.0,125.0,18,white,female,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-17,12:01:00,"SIMMONS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1106149,-86.7406986,3.0,8403.0,313.0,24,black,male,e9f93b1392,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-16,10:26:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6913.0,823.0,49,white,female,7962521178,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,--bl +2017-10-19,06:53:00,"1501 ENSLEY BLVD, NASHVILLE, TN, 37210",36.1391023,-86.761194,3.0,8127.0,311.0,41,white,male,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-06,19:47:00,"BLACKWOOD DR & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1522017,-86.6249735,5.0,8955.0,533.0,19,black,female,a597c4ac85,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-03,13:30:00,"40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1708663,-86.6009696,5.0,9504.0,523.0,27,white,male,2068212732,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,False,True,True,False,other,moving traffic violation,TN, +2010-03-12,08:44:00,"DOUGLAS AVE & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1931931,-86.751992,2.0,1903.0,221.0,32,black,male,4ace4f5618,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-28,01:57:00,"COLLIER AVE & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.1097605,-86.7445986,,,,28,hispanic,female,9fcd509a29,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,BLUE PT CRUZIER +2014-03-13,02:44:00,"I 40 E & OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.1120009,-86.921214,1.0,4903.0,121.0,27,black,male,3ce33785e5,vehicular,moving traffic violation,False,True,True,citation,True,True,False,True,True,True,True,consent,moving traffic violation,TN, +2014-08-18,10:47:00,"BELL RD & BRITTANY PARK DR, ANTIOCH, TN, 37013",36.046864,-86.6794234,3.0,8719.0,331.0,19,white,male,77edf3dc3b,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-04-23,12:33:00,"7100 HWY 70 S, NASHVILLE, TN, 37221",36.0742638,-86.9217076,1.0,4815.0,125.0,47,white,female,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-01,17:26:00,"CHARLES E DAVIS BLVD & FAIN ST, NASHVILLE, TN, 37210",36.1520428,-86.7619949,5.0,8201.0,511.0,55,black,male,e05e99c1e2,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2017-03-18,21:27:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4085.0,421.0,70,white,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-07,15:34:00,"10 E CAMPBELL RD, MADISON, TN, 37115",36.2789475,-86.711688,7.0,1759.0,727.0,27,white,male,d3a646e989,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,STOPPED FOR EXPIRED TAGS +2010-01-07,01:55:00,"4113 HILLSBORO PIKE, , TN, 37215",36.1017852,-86.8181632,8.0,6405.0,825.0,84,white,male,9385461f5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI, +2013-08-27,01:05:00,"MURFREESBORO PIKE & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0961815,-86.65566,,8947.0,,34,unknown,male,8bbd3239b1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-02,18:36:00,"OLD HICKORY BLVD, , TN, 37221",36.0508637,-86.8801497,,,,39,white,female,59629c618d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-22,07:39:00,"MURFREESBORO PIKE & UNA ANTIOCH PIKE, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,8937.0,535.0,39,hispanic,male,5a96851d64,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-09-19,11:21:00,"601 DAVIDSON RD, NASHVILLE, TN, 37205",36.1166457,-86.8830874,1.0,4917.0,121.0,33,hispanic,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,False,True,consent,moving traffic violation,TN, +2012-06-30,00:13:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8979.0,335.0,52,black,male,4ab7251c91,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-07-11,20:34:00,"BELL RD & MT VIEW RD, ANTIOCH, TN, 37013",36.0499121,-86.6493475,3.0,8865.0,333.0,35,black,female,a47b6d2a9f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-02-17,14:36:00,"14TH AVE N & CASS ST, NASHVILLE, TN, 37208",36.1852809,-86.8093122,6.0,4491.0,611.0,24,black,,eedda40d7b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-02,14:12:00,"14TH AVE N & JACKSON ST, NASHVILLE, TN, 37208",36.1681492,-86.7995327,6.0,5417.0,615.0,51,black,female,a025a02b60,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-10,23:29:00,"HICKS RD & WESTERLY PVT, NASHVILLE, TN, 37221",36.0717925,-86.9266077,1.0,4817.0,125.0,26,white,male,9d8bfc8acb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-14,18:11:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,46,white,female,a5b3c69708,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-10,19:55:00,"3RD AVE N & GAY ST, NASHVILLE, TN, 37219",36.1688065,-86.7806546,4.0,4203.0,411.0,26,black,male,d9222cc606,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2015-06-03,15:05:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,36,black,male,fc8eeff4da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-13,23:16:00,"222 37TH AVE N, NASH TN, , 37209",36.1473873,-86.8276244,,,,46,black,male,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHT OUT +2017-04-30,08:23:00,"481 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0979054,-86.9257227,1.0,4903.0,121.0,37,black,male,6c2a04c6f9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-29,01:02:00,"BEECH AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.134311,-86.7806463,8.0,6905.0,821.0,20,white,male,2fcd6b06aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-16,00:59:00,"DEW ST & S 7TH ST, NASHVILLE, TN, 37206",36.1655726,-86.7557378,2.0,1021.0,211.0,32,black,female,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-06,07:16:00,"MM 3 4 I440 E, NASHVILLE, TN, 37215",36.1450627,-86.7121761,8.0,6422.0,823.0,25,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-05,15:17:00,"MELPARK DR & WHITE AVE, NASHVILLE, TN, 37204",36.1280696,-86.7749231,8.0,6921.0,823.0,47,black,female,c6f2c1c093,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-10,17:21:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1750356,-86.7846846,6.0,4309.0,617.0,53,white,female,bad5ca5683,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2015-12-16,23:46:00,"S 7TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1681686,-86.7572402,2.0,1043.0,211.0,18,black,female,87c84d8f86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-22,04:53:00,"25TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1552374,-86.8120452,6.0,5339.0,615.0,40,white,male,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHT OUT +2012-06-05,18:35:00,"MYATT DR & SPRING BRANCH DR, MADISON, TN, 37115",36.2938275,-86.6964482,7.0,1721.0,727.0,36,black,female,12d3d862ae,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-12-08,10:10:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,46,black,female,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-10,23:00:00,"I 40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5004.0,115.0,27,white,male,08245a6ac7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2015-07-15,23:10:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,45,black,male,e143bf684a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-04-30,00:42:00,"I 65 S & I 440 ENTRY, NASHVILLE, TN, 37204",35.7275536,-86.9604933,8.0,6921.0,823.0,30,white,male,e4eb4870eb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"-- IN -- +LASER ---.- FT" +2012-12-03,05:37:00,"1414 COUNTY HOSPITAL, , TN,",36.1824923,-86.8477589,,,,40,black,female,b07a7bfe58,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-05,13:00:00,"2500 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0794365,-86.6435806,5.0,8939.0,535.0,62,black,male,db8e726e93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-17,08:04:00,"LINDAWOOD DR & TRIMBLE RD, NASHVILLE, TN, 37215",36.0939639,-86.8327683,1.0,6115.0,117.0,40,white,male,560bd8d10f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-07,15:30:00,"1321 BELL RD, , TN, 37013",36.0463091,-86.6764782,3.0,8719.0,331.0,31,white,male,762695f079,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-22,00:26:00,"DICKERSON PIKE & QUEEN AVE, NASHVILLE, TN, 37207",36.2084596,-86.767244,2.0,1833.0,223.0,35,black,female,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT OUT +2015-10-22,23:48:00,"LENOX CREEKSIDE DR & NOLENSVILLE PIKE, ANTIOCH, TN, 37013",36.0110743,-86.7026694,,,,44,black,male,4e622eb289,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-19,18:50:00,"6TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1578636,-86.7785826,4.0,4057.0,425.0,41,black,female,a66f62a8d9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-16,22:42:00,"40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1708663,-86.6009696,5.0,9504.0,523.0,24,black,male,88c2d8920e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-23,22:23:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6939.0,821.0,61,black,female,42d656ccc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-02,17:47:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,5009.0,123.0,31,white,male,72900f0117,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-07,02:25:00,"FESSLERS LN & LEBANON PIKE, NASHVILLE, TN, 37210",36.154325,-86.7421214,5.0,9007.0,511.0,36,white,male,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-15,11:50:00,"BRILEY PKWY N & CORPORATE DR, NASHVILLE, TN, 37217",36.1360939,-86.698692,5.0,8998.0,531.0,38,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2014-06-11,07:25:00,"816 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1358357,-86.724395,5.0,8815.0,531.0,49,black,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-02,13:45:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4085.0,421.0,42,white,male,d828e2373a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-16,19:13:00,"MM 41 8 I24 E, WHITES CREEK, TN, 37189",,,6.0,3226.0,627.0,57,white,male,d3a646e989,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-11,00:39:00,"N 10TH ST & MAIN ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,2.0,1939.0,227.0,23,white,female,6e95f38057,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-03,23:17:00,"3310 WEST END AVE, NASHVILLE, TN, 37203",36.1409566,-86.8185023,8.0,5629.0,813.0,23,white,female,6e9e930290,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IL, +2014-12-16,08:25:00,"MM 78 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7002.0,825.0,28,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-22,19:24:00,"N GALLATIN PIKE & ONE MILE PKWY, MADISON, TN, 37115",36.2793681,-86.7087808,7.0,1759.0,727.0,28,black,female,576170def4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-14,15:40:00,"4800 LEBANON PIKE, HERMITAGE, TN, 37076",36.2152088,-86.5877664,5.0,9525.0,523.0,37,white,male,af2e0d95c8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN -- +2014-09-11,07:58:00,"CHAPEL AVE & MCKENNIE AVE, , TN, 37206",36.1909243,-86.7391866,2.0,1327.0,215.0,23,white,female,f673bbd15d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MS, +2016-02-16,02:58:00,"W TRINITY LN & LUCAS LN, NASHVILLE, TN, 37207",36.2060808,-86.7710344,2.0,1863.0,223.0,58,black,male,9c92107802,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-14,20:50:00,"CHARLOTTE PIKE & I 40 W, NASHVILLE, TN, 37209",36.1309991,-86.9018125,1.0,46027.0,123.0,29,white,female,ac51f89dcf,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,SC, +2018-01-15,09:12:00,"MASSMAN DR & PATRICIA DR, NASHVILLE, TN, 37217",36.1349521,-86.7047598,5.0,8887.0,531.0,44,white,female,fb75cd4829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-02,17:50:00,"DICKERSON PIKE & DUE WEST AVE N, MADISON, TN, 37115",36.2563347,-86.757913,7.0,2019.0,725.0,40,black,female,489eea137b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-22,21:16:00,"TIBBS DR & WHEELER AVE, NASHVILLE, TN, 37211",36.0955642,-86.7340781,3.0,8431.0,313.0,53,white,female,c6727cd6a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-12,17:05:00,"W TRINITY LN & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3017.0,621.0,44,white,male,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-09,09:15:00,"ROSA L PARKS BLVD & TAYLOR ST, NASHVILLE, TN, 37208",36.1769054,-86.7937824,6.0,4333.0,617.0,26,white,male,8f1069f970,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2015-10-13,08:27:00,", , ,",,,,,,39,white,female,e25971e53e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-05,02:24:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5035.0,115.0,55,black,male,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-10-29,09:45:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,4698.0,115.0,24,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,NC, +2011-09-08,20:08:00,"MCGAVOCK PIKE & OXFORD ST, NASHVILLE, TN, 37216",36.2039557,-86.726464,2.0,1417.0,217.0,42,white,male,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"L HL +" +2017-06-01,23:27:00,"14TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.1429764,-86.789385,8.0,6631.0,811.0,39,asian/pacific islander,female,50835bbbca,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-12,13:55:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,49,black,female,01ba7aa9f9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-03-01,20:30:00,"7002 BONNAFAIR DR, HERMITAGE, TN, 37076",36.2030371,-86.6339993,5.0,9615.0,521.0,57,white,male,0e0fefbbe3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2019-01-15,02:15:00,"18TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1530104,-86.7959913,8.0,5523.0,811.0,29,white,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-22,22:28:00,"40TH AVE N & MURPHY RD, NASHVILLE, , 37209",36.1406853,-86.8330669,1.0,5207.0,113.0,30,white,male,3c72ff8fdc,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-09-24,21:51:00,"BARRY DR & BERKLEY DR, MADISON, TN, 37115",36.2463731,-86.7182413,7.0,1519.0,711.0,24,white,male,831999c6fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,NO TAG +2016-11-10,15:46:00,"1102 GALLATIN AVE, NASHVILLE, TN, 37206",36.1896853,-86.7460312,2.0,1901.0,227.0,27,white,male,3b9274855e,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2013-01-07,23:26:00,"HARRISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37219",36.1685721,-86.7883388,4.0,4203.0,411.0,55,black,male,8bfb8d2916,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE HEAD LIGHT OUT. +2013-04-08,09:35:00,"I 40 W & S NEW HOPE RD, HERMITAGE, TN, 37076",36.373107,-86.616695,5.0,95020.0,523.0,41,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-18,15:40:00,"CRAIGMEADE DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1680196,-86.6912661,5.0,9027.0,513.0,21,black,female,fbe3d2b8c6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-02,13:03:00,"4495 LEBANON PIKE, HERMITAGE, TN, 37076",36.2143816,-86.5980651,5.0,9535.0,523.0,48,black,female,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-03,12:50:00,"5815 RIVER RD, , TN, 37209",36.1302324,-86.9153208,1.0,4701.0,123.0,60,white,female,f5d8fbd78b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-04,18:05:00,"660 BELL RD, ANTIOCH, TN, 37013",36.058052,-86.6397644,3.0,8865.0,333.0,34,black,female,19b6cf7f40,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-18,19:23:00,"ANTIOCH PIKE & MCCALL ST, NASHVILLE, , 37211",36.0989519,-86.7175259,,,,25,hispanic,male,0c917ee0a9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"STOP SIGN +" +2015-09-14,00:08:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,32,white,male,17b2fb85ad,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-09-29,16:06:00,"CAMPBELL RD & DICKERSON PIKE S, GOODLETTSVILLE, TN, 37072",36.2923755,-86.7337676,,2137.0,,35,black,male,a81423d2e8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-06,18:46:00,"HARDING PL & TAMPA DR, NASHVILLE, TN, 37211",36.0826564,-86.7105185,3.0,8705.0,321.0,31,white,female,4ba537931c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-06,15:23:00,"6912 HWY 70 S, NASHVILLE, TN, 37221",36.0778676,-86.9107604,1.0,4903.0,121.0,16,white,male,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-03,08:47:00,"NOLENSVILLE PIKE & OCALA DR, NASHVILLE, TN, 37211",36.0515457,-86.7142302,3.0,8715.0,331.0,32,white,female,0f631f3a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-02,19:51:00,"HARDING PL & WAUFORD DR, NASHVILLE, , 37211",36.0809436,-86.7515964,,,,23,white,male,a951ba99dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-20,20:01:00,"10TH AVE N & SCOVEL ST, NASHVILLE, , 37208",36.17343,-86.7953503,,,,24,black,female,b2e21999bb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-04-12,16:55:00,"801 VANTAGE WAY CT, NASHVILLE, TN, 37228",36.1905769,-86.7993306,6.0,4445.0,611.0,40,white,male,298910bcb9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-01-02,01:08:00,"BAXTER ST & HART LN, NASHVILLE, TN, 37216",36.2120418,-86.7335878,2.0,1817.0,225.0,23,black,male,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-08,17:10:00,"DOUGLAS AVE & ELLINGTON PKWY N, NASHVILLE, TN, 37206",36.1931931,-86.751992,2.0,1933.0,227.0,45,black,male,47560720c3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-21,10:47:00,"2513 HERMAN ST, NASHVILLE, , 37208",36.1620881,-86.8156109,,,,19,black,female,e0fcf690b4,vehicular,investigative stop,False,False,True,warning,False,False,False,False,True,False,True,consent,investigative stop,TN, +2015-06-13,17:36:00,"FAIRWAY DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1690615,-86.6823842,5.0,9201.0,515.0,47,white,female,a6cc9ab365,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,NO TAG +2015-03-12,00:26:00,"GALLATIN PIKE & RICHMOND DR, NASHVILLE, TN, 37216",36.2299411,-86.7250257,2.0,1513.0,217.0,23,white,female,3b079b5949,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVING WITH NO LICENSE. VEHICLE ONLY HAD ONE HEADLIGHT OPERATIONAL +2012-01-30,15:13:00,"2100 LEBANON PIKE, NASHVILLE, TN, 37210",36.1632626,-86.7008693,5.0,9025.0,513.0,21,white,male,d195198c56,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-30,11:52:00,"BELL RD & MURFREESBORO PIKE, SOUTH, TN, 37013",36.0719049,-86.636152,,,,23,black,male,3bdca3df2d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-23,11:38:00,"BELL RD & COLLINS PARK DR, ANTIOCH, TN, 37013",36.0459841,-86.6579079,3.0,8863.0,333.0,24,black,male,aff3bdc077,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-26,14:22:00,"I 24 W & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,29,white,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-30,13:57:00,"16TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.1433679,-86.7931347,8.0,6629.0,811.0,26,black,male,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-17,11:56:00,"ROBERTSON AVE & VERNON AVE, NASHVILLE, TN, 37209",36.1569072,-86.8686111,1.0,4659.0,115.0,42,white,male,96ed2ac24f,vehicular,registration,False,True,False,citation,True,True,False,True,True,True,True,consent,registration,TN, +2011-04-06,21:40:00,"DOUGLAS AVE & LISCHEY AVE, NASHVILLE, TN, 37207",36.1936029,-86.7632591,2.0,1909.0,221.0,20,black,female,0847f81dcc,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN, +2012-06-09,03:15:00,"DICKERSON PIKE & BRILEY PKWY W, , TN, 37207",36.2407281,-86.7576401,,,,24,black,female,e8583fbb05,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-03,10:24:00,"12TH AVE, WEST, TN, 37203",36.161153,-86.7913926,,,,45,white,male,f1128580df,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-07,13:02:00,"3325 ANDERSON RD, ANTIOCH, TN, 37013",36.0832186,-86.6044007,3.0,8997.0,335.0,51,white,female,a4e36ce897,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-15,10:20:00,"KNIGHT DR & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2237557,-86.8063453,6.0,3025.0,623.0,55,black,female,6bbcd9c997,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-19,20:33:00,"23RD AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1707376,-86.812443,6.0,4481.0,613.0,41,black,female,ffd40c04a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-11,21:18:00,"270 TAMPA DR, NASHVILLE, TN, 37211",36.083609,-86.7095049,3.0,8443.0,317.0,36,black,male,871986f056,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-02-25,09:10:00,"MORTON MILL RD & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0574244,-86.946057,1.0,4819.0,125.0,32,white,female,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver brake light out +2011-06-08,09:29:00,"I 24 W & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.0164488,-86.6224146,3.0,8806.0,333.0,35,white,male,c798a39dcc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEED/ +" +2013-03-09,09:52:00,"N 14TH ST & STRATTON AVE, NASHVILLE, TN, 37206",36.1823172,-86.7450115,2.0,1215.0,213.0,32,white,male,7aca53bb89,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2014-03-10,17:01:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,,1895.0,,20,hispanic,male,1b56d08e5c,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,GA,SEATBELT +2017-05-09,09:23:00,"1601 HADLEY AVE, OLD HICKORY, TN, 37138",,,5.0,9709.0,525.0,45,white,female,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-13,22:30:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,27,white,male,8ad42740bd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,MADE A RIGHT TURN ON RED WHERE IT IS PROHIBITED +2012-09-14,22:09:00,"101 N GALLATIN PIKE, MADISON, TN, 37115",36.263372,-86.7121715,7.0,1763.0,723.0,53,white,female,724faddb76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG +2012-11-27,23:56:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,23,black,male,05a9feba15,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-08-03,02:23:00,"MAIN ST & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1765865,-86.7555717,2.0,1939.0,227.0,27,white,male,6e95f38057,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-20,01:07:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,20,black,male,0c917ee0a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-17,11:21:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,26,black,male,2d63072115,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-26,05:01:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4202.0,411.0,18,black,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-27,19:43:00,"180 WALLACE RD, NASHVILLE, TN, 37211",36.081674,-86.7042364,3.0,8705.0,321.0,37,white,male,074d9d0c87,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-04,16:12:00,"ROSA L PARKS BLVD & TAYLOR ST, NASHVILLE, TN, 37208",36.1769054,-86.7937824,6.0,4333.0,617.0,45,black,male,6fa434e837,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-08-19,03:16:00,"365 HARDING PL, NASHVILLE, TN, 37211",36.0842087,-86.7047416,3.0,8705.0,321.0,67,white,female,4ab7251c91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-22,10:40:00,"47TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544329,-86.8435844,1.0,4543.0,111.0,18,white,female,3c72ff8fdc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-31,13:28:00,"HUNTINGTON PKWY & WHITAKER DR, NASHVILLE, TN, 37211",36.0497808,-86.7378333,8.0,8653.0,835.0,25,white,female,97f0bf928b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,PA, +2014-11-21,10:01:00,"ALLIED DR & KEYSTONE AVE, NASHVILLE, TN, 37211",36.095979,-86.7425355,8.0,8511.0,831.0,42,white,male,74198e63a6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-11,17:15:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9561.0,521.0,21,white,male,a6cc9ab365,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-25,01:19:00,"4145 LEBANON PIKE, HERMITAGE, TN, 37076",36.2006771,-86.6178291,5.0,9507.0,521.0,19,white,female,722469abf8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-08,02:50:00,"BLANTON AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1386273,-86.731449,3.0,8159.0,311.0,46,white,male,291dab6d26,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-28,00:37:00,"BELLE FOREST CIR & HWY 70 S, NASHVILLE, TN, 37221",36.0739507,-86.9245193,1.0,4811.0,125.0,40,white,male,9d8bfc8acb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-05,20:56:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,42,white,female,c213187829,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-04,10:22:00,"2827 SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0881359,-86.6075518,5.0,8929.0,535.0,28,black,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-08-10,20:02:00,"SOUTH ST & 12TH AVE S, , TN, 37212",36.1474496,-86.7856922,,,,24,white,male,b34fa4ca15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-11-26,11:23:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,43,white,female,b8c766341a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-12-14,11:47:00,"FAIRLANE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.062915,-86.7168323,8.0,8659.0,835.0,24,white,female,80e2c428b5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-10,10:20:00,"ASHLAND CITY HWY & WINDOVER DR, NASHVILLE, TN, 37218",36.1996826,-86.8464756,,3163.0,,58,black,male,ab0403c78f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-25,11:12:00,"3736 ANNEX AVE, NASHVILLE, TN, 37209",36.1413004,-86.8822228,1.0,5009.0,123.0,33,white,female,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-01-03,23:41:00,"PRESCOTT PL & THOMPSON LN, NASHVILLE, TN, 37211",36.1101903,-86.7370715,3.0,8403.0,313.0,46,hispanic,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-05,18:37:00,"MM 11 6 BRILEY S, NASHVILLE, TN, 37214",,,5.0,92920.0,515.0,24,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2018-08-02,14:30:00,"BRILEY PKWY S & 40 W, NASHVILLE, TN, 37210",36.1463266,-86.6952718,5.0,9006.0,513.0,30,white,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-24,06:05:00,"BRIDGEWAY AVE & ROBINSON RD, OLD HICKORY, TN, 37138",36.2671358,-86.6687087,5.0,9619.0,525.0,54,white,male,9700e431ca,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-02,13:05:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,27,black,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-17,17:44:00,"DR D B TODD JR BLVD & SCOVEL ST, NASHVILLE, TN, 37208",36.170486,-86.8070435,6.0,4481.0,613.0,77,black,male,8b9b4b591f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-12,09:47:00,"4TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1517995,-86.7712094,4.0,4007.0,425.0,35,white,male,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-26,16:31:00,"HARDING PL & I 65 N, NASHVILLE, TN, 37220",36.0801062,-86.76495,8.0,8601.0,833.0,35,white,male,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-22,17:15:00,"CLEVELAND ST & N 6TH ST, NASHVILLE, TN, 37207",36.1857706,-86.7619481,2.0,1923.0,221.0,76,black,male,0c3f7552a1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN -- MPH ZONE +2012-01-03,07:58:00,"1030 CHARLOTTE AVE, NASHVILLE, TN, 37203",36.162715,-86.79033,4.0,4205.0,411.0,57,black,female,a341fcca8c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-18,15:01:00,"S 5TH ST & SUMMER PL, NASHVILLE, TN, 37206",36.1656636,-86.7611427,2.0,1013.0,211.0,25,black,female,95d8a19b5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-05,22:06:00,"MURPHY RD & WEST END AVE, NASHVILLE, TN, 37203",36.1393455,-86.8190954,8.0,5629.0,813.0,18,white,female,82f2e31c2b,vehicular,registration,False,False,True,warning,False,False,False,False,True,False,True,plain view,registration,TN, +2011-05-04,10:41:00,"I 24 E & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8404.0,313.0,26,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-24,17:34:00,"HAMILTON CHURCH RD & ZELIDA AVE, ANTIOCH, TN, 37013",36.0551057,-86.6365335,3.0,8865.0,333.0,27,black,male,871986f056,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-18,12:48:00,"4820 HUMBER DR, NASHVILLE, TN, 37211",36.076606,-86.7148499,3.0,8703.0,321.0,55,white,male,3bdca3df2d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-15,11:51:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,26,white,male,e157a18d4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-28,14:03:00,"GALLATIN PIKE S & E OLD HICKORY BLVD, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1701.0,715.0,38,hispanic,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-17,15:15:00,"CEDARCLIFF RD, PRIEST LAKE, TN, 37013",36.0755927,-86.6223444,,,,17,white,male,a09fc76742,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-17,09:23:00,", , ,",,,,,,68,black,male,a80bc358d6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-18,22:40:00,"MONTGOMERY AVE & ONEIDA AVE, , TN, 37207",36.1992713,-86.7545529,2.0,1875.0,221.0,31,black,male,c912d50c7a,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2013-03-10,19:51:00,"JAMES ROBERTSON PKWY & S 5TH ST, NASHVILLE, TN, 37206",36.1727769,-86.7653833,2.0,1113.0,211.0,29,white,female,7d6a69a168,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-11,19:21:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4677.0,123.0,52,white,male,c9f0dea477,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-17,03:14:00,"MM 208 8 I40 E, NASHVILLE, TN, 37203",,,8.0,5502.0,813.0,26,white,male,e60adece97,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-06,20:07:00,"NEWSOME ST & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.1190992,-86.7493016,,,,57,unknown,male,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-14,15:45:00,"FOSTER AVE & THOMPSON LN, NASHVILLE, TN, 37210",36.110789,-86.742932,3.0,8333.0,313.0,21,hispanic,female,de5f92be29,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-07-22,17:34:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,41,hispanic,male,fd8a139aad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- ed temple +2010-07-14,11:24:00,"MURFREESBORO PIKE & NASHBORO BLVD, ANTIOCH, TN, 37013",36.0867994,-86.6485814,3.0,8891.0,325.0,38,black,female,4d037c592b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,OH, +2014-11-25,20:45:00,"ANDERSON LN & MAY DR, MADISON, TN, 37115",36.2725521,-86.6946037,7.0,1727.0,715.0,34,black,male,831999c6fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"tag lights, high beams" +2014-09-19,08:21:00,", , ,",,,,,,41,white,male,5c3fe4aefc,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-09-28,19:27:00,"OLD HICKORY BLVD & OLD LEBANON DIRT RD, HERMITAGE, TN, 37076",36.1909243,-86.6151944,5.0,9531.0,521.0,44,black,female,8ed20f511b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-13,01:31:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,44,hispanic,male,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-18,13:57:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,25,white,female,39c3a6436c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-25,04:38:00,"OLD HICKORY BLVD & WOODLANDS AVE, NASHVILLE, , 37211",36.0422188,-86.7264658,,,,25,white,female,bf84a4aed8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-11-03,00:52:00,"CAHAL AVE & GALLATIN AVE, NASHVILLE, TN, 37216",36.1960045,-86.7425944,2.0,1881.0,227.0,25,black,female,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-16,14:48:00,"I 40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.10788,-86.922344,5.0,9504.0,523.0,31,black,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-07,11:03:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,22,black,female,77134f5a26,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-09,02:42:00,"CHARLOTTE PIKE & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.1123706,-86.9295513,1.0,4711.0,123.0,63,white,male,54a34486d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-31,01:00:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,27,white,female,86ae6e8038,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-11-06,12:41:00,"HWY 70 S, , TN, 37221",36.0770093,-86.9133723,,,,60,white,female,c924618651,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-04-01,20:11:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1043.0,211.0,46,black,male,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-11-18,12:21:00,"DICKERSON PIKE & GATEWOOD AVE, NASHVILLE, TN, 37207",36.2001781,-86.7698986,2.0,1863.0,223.0,23,black,male,c270bce636,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN,"WARNING FOR EXPIRED TAG +CITATION FOR NO INSURANCE" +2012-02-18,02:37:00,"20TH AVE N & HAYES ST, NASHVILLE, TN, 37203",36.1523864,-86.8000676,8.0,5527.0,811.0,36,white,female,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2018-12-14,01:08:00,"CASPER AVE & E TRINITY LN, NASHVILLE, TN, 37216",36.2038987,-86.7411166,2.0,1837.0,225.0,32,white,female,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-03,13:16:00,"TULIP GROVE RD&TULIP GROVE PT, HERMITAGE, TN, 37076",36.1808778,-86.5969292,5.0,9539.0,523.0,23,black,male,498350de5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-06,21:30:00,"CHARLOTTE PIKE & EASTBORO DR, NASHVILLE, TN, 37209",36.1481655,-86.8673993,1.0,5027.0,115.0,31,white,male,54a34486d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-05,20:29:00,"1211 BELL RD, ANTIOCH, TN, 37013",36.0467013,-86.6694887,3.0,8721.0,325.0,36,black,female,9edafecd50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-08,11:19:00,"I 440 W & I 65 ENTRY, NASHVILLE, TN, 37204",35.7275536,-86.9604933,8.0,81061.0,821.0,63,white,male,4d037c592b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-30,05:58:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,33,black,female,d97637d49a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-24,19:05:00,"5151 LINBAR DR, NASHVILLE, TN, 37211",36.0799958,-86.6982877,3.0,8707.0,321.0,45,white,male,04b918d1d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-09,11:57:00,"I 24 W & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,88122.0,315.0,54,white,male,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-23,07:24:00,"FATHERLAND ST & S 6TH ST, NASHVILLE, TN, 37206",36.170569,-86.7616105,2.0,1115.0,211.0,64,white,male,c50b6226fb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-12,15:20:00,"4500 HARDING PL, NASHVILLE, TN, 37205",36.0952863,-86.8556806,1.0,6119.0,117.0,57,white,female,75a83e1ab6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-16,04:08:00,"DICKERSON PIKE & E TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,24,black,female,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-13,05:34:00,"25TH AVE N & ELLISTON PL, NASHVILLE, TN, 37203",36.1474706,-86.8085048,8.0,5615.0,813.0,24,white,female,400b5cb4f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speeding +" +2017-04-20,09:51:00,"51ST AVE N & INDIANA AVE, NASHVILLE, TN, 37209",36.1564915,-86.8488008,1.0,4601.0,111.0,38,white,female,f1c025f95c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-25,09:30:00,"DUE WEST AVE W & SAUNDERS AVE, MADISON, TN, 37115",36.2485862,-86.7286277,7.0,1779.0,723.0,46,white,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-07,22:42:00,"157 HAYWOOD LN, NASHVILLE, TN, 37211",36.0693378,-86.6927556,3.0,8709.0,321.0,30,black,male,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-15,10:38:00,"FRANKLIN PIKE & KIRKWOOD AVE, NASHVILLE, TN, 37204",36.1213689,-86.775453,8.0,6931.0,823.0,31,white,male,a9f6f7391f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,COMPUTER CRASHED AND WE WERE UNABLE TO SEND THE DATA FORMS. WHEN IT REPLACED OUR COMPUTER THE SAVED FORMS WERE GONE. +2014-06-18,14:02:00,"730 MAIN ST, NASHVILLE, TN, 37206",36.1749021,-86.7591271,2.0,1119.0,211.0,19,black,female,c4348d7474,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-02,04:41:00,"BRICK CHURCH PIKE & SOUTHERLAND DR, NASHVILLE, TN, 37207",36.2140996,-86.7793503,6.0,3021.0,621.0,35,black,female,3dc0ec0fc0,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-12,17:11:00,"DELTA AVE & GARFIELD ST, NASHVILLE, TN, 37208",36.1798008,-86.7985044,6.0,4345.0,617.0,31,black,female,b69c894219,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-11-12,10:12:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4245.0,617.0,53,black,female,77d95dd102,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-17,15:39:00,"2ND AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,3.0,8153.0,311.0,56,black,,6dc6599caa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-05-09,20:37:00,"18TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.143665,-86.7956895,8.0,6707.0,815.0,65,black,male,b4e2bfe413,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-14,21:38:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,18,hispanic,male,d98ce37758,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-18,18:52:00,"LOGISTICS WAY & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.0302468,-86.6125535,3.0,8869.0,333.0,50,white,male,15212f8d72,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-26,00:47:00,"MM 87 0 I65 S, NASHVILLE, TN, 37207",,,6.0,3002.0,621.0,23,black,male,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,CO, +2015-04-29,14:45:00,"BRILEY PKWY S & ELM HILL PIKE, NASHVILLE, TN, 37210",36.1538342,-86.6854592,5.0,9098.0,513.0,23,white,male,498350de5b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN,FLAGGING +2017-03-13,14:12:00,"HICKORY HIGHLANDS DR & RURAL HILL RD, ANTIOCH, TN, 37013",36.0617206,-86.6448951,3.0,8861.0,325.0,28,white,male,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-09,06:07:00,"T S JACKSON AVE & CLARE AVE, , TN, 37209",36.1618311,-86.8307704,6.0,4567.0,613.0,21,black,male,a60a361c7c,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2013-12-09,00:59:00,"I 40 W & JEFFERSON ST, NASHVILLE, TN, 37208",36.0789995,-86.9551254,6.0,4245.0,617.0,27,black,male,2e4c69d266,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-20,00:21:00,"I65 S & ROSA L PARKS, , TN,",36.1827281,-86.7994491,,,,49,white,male,56ee11fe67,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-06,12:43:00,"I 40 E & DONELSON PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8906.0,533.0,24,white,male,4d037c592b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-19,17:27:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,30,unknown,female,718e745606,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-06,08:37:00,"16TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.1433679,-86.7931347,8.0,6629.0,811.0,23,white,female,878deee068,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-11,01:42:00,"OLD HICKORY BLVD & TOLBERT RD, , TN, 37221",36.1064322,-86.9222345,,,,31,white,male,acb89d1f7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,WV, +2016-03-07,17:49:00,"GALLATIN PIKE & LELAND AVE, NASHVILLE, , 37216",36.2038984,-86.7383136,,,,66,white,female,a86ebf2746,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-09-07,21:46:00,"2311 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.20841,-86.7773498,6.0,3021.0,621.0,36,black,female,0f7743f733,vehicular,investigative stop,True,False,False,arrest,,,,False,False,False,False,,investigative stop,TN,DEFENDANT MONICA CHATMAN WAS TAKEN INTO CUSTODY FOR FELONY EVADING. +2016-01-01,20:59:00,"ANDERSON LN & MYATT DR, MADISON, TN, 37115",36.2721213,-86.6895791,7.0,1715.0,715.0,45,black,male,c2231e79ed,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAG ON THE VEHICLE HAD A CLEAR COVER OVER THE LICENSE PLATE. THE CONDENSATION FROM THE COLD WEATHER CAUSED A V SHAPED LINE OVER THE MIDDLE OF THE TAG NOT ALLOWING ME TO SEE THE TAG NUMBERS. +2011-05-20,22:49:00,"3RD AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,32,white,male,4d94f95134,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2018-06-28,20:00:00,"GALLATIN PIKE N & RIVERGATE PKWY, NASHVILLE, TN, 37115",36.2969124,-86.6990955,7.0,1751.0,727.0,42,black,female,86ecf6f047,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-11-09,12:03:00,"33RD AVE N & ALAMEDA ST, NASHVILLE, TN, 37209",36.164771,-86.8263816,6.0,4557.0,613.0,21,black,female,4e4c925aa5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN +2010-02-19,18:56:00,"HARDING PL & HUMBER DR, NASHVILLE, TN, 37211",36.0808537,-86.7145415,3.0,8419.0,317.0,45,white,male,fc43f6017d,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-28,19:04:00,"28TH AVE N & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1861326,-86.8231257,6.0,4523.0,613.0,65,black,female,8b9b4b591f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-13,10:30:00,"18TH AVE S & BLAIR BLVD, NASHVILLE, TN, 37212",36.1298523,-86.7976376,8.0,6605.0,815.0,52,white,male,6ba69dfb34,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-24,05:51:00,"HICKORY PLZ & OLD HICKORY BLVD, NASHVILLE, , 37211",36.0452702,-86.7170662,,,,33,black,female,c7a5bebec5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-07,15:48:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,23,black,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-23,21:38:00,"2ND AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1555806,-86.7711,4.0,4033.0,425.0,34,white,male,7e361b3cfb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-20,23:27:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,4698.0,115.0,36,white,male,6f0e6c9ea2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-10,13:31:00,"E OLD HICKORY BLVD & MYATT DR, MADISON, TN, 37115",36.2630914,-86.6904621,7.0,1629.0,713.0,62,black,female,cccd043657,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-10,01:18:00,"OLD HICKORY BLVD & RIDGELAKE PKWY, NASHVILLE, TN, 37205",36.0974345,-86.9248595,1.0,4903.0,121.0,43,black,female,9d8bfc8acb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-11,20:00:00,"1000 WOODLAND ST, NASHVILLE, TN, 37206",36.1766394,-86.7511178,2.0,1201.0,213.0,28,white,male,caab83ed2b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-15,18:30:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,3.0,8705.0,321.0,36,white,male,080ab8807b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2014-03-27,01:27:00,", , ,",,,,,,17,white,female,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2018-09-21,21:01:00,"704 STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",,,5.0,8955.0,533.0,47,white,female,87bd93c328,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-02-01,04:07:00,", , ,",,,,,,29,white,male,4065a7332f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,RIGHT TAIL LIGHT IS BROKEN +2017-02-26,13:10:00,"220 GALLATIN PIKE S, MADISON, TN, 37115",,,7.0,1771.0,711.0,32,white,female,d76326438e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-28,14:15:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8865.0,333.0,29,white,male,622ce499b8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-09-13,16:47:00,"12TH AVE S & BATE AVE, NASHVILLE, TN, 37204",36.1317738,-86.7886797,8.0,6943.0,823.0,30,white,female,f1174e1368,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-17,12:06:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,23,white,female,d9874c5db6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MD,"REG NOT DISP +" +2011-04-28,12:40:00,"2430 JEFFERSON ST, NASHVILLE, TN, 37208",36.1686197,-86.8148512,6.0,4402.0,613.0,39,white,male,b5ca91d71f,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2014-07-08,08:50:00,"6TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1578636,-86.7785826,4.0,4061.0,425.0,57,black,male,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-20,16:45:00,"DIVISION ST & MUSIC CIR E, NASHVILLE, TN, 37203",36.1516853,-86.7895015,8.0,6719.0,811.0,41,white,male,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-25,11:54:00,", , ,",,,,,,47,white,male,2976e3525e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-14,05:41:00,"SIMMONS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1106149,-86.7406986,3.0,8403.0,313.0,26,white,male,622ce499b8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,IN, +2010-10-17,15:22:00,"MCCRORY CREEK RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1574531,-86.6358797,5.0,9413.0,517.0,55,white,female,598c9e4d31,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-10,18:56:00,"LAUER DR & STEWARTS FERRY PKWY, NASHVILLE, TN, 37214",36.1578494,-86.6305802,5.0,9415.0,517.0,27,black,male,30042afedf,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-01-21,17:10:00,"5211 HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.04791,-86.6602549,3.0,8859.0,325.0,20,black,female,37a4238cc6,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-13,00:37:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8721.0,325.0,58,black,female,224864ab3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-13,08:03:00,"1000 33RD AVE N, NASHVILLE, TN, 37209",36.163452,-86.8258855,6.0,4557.0,613.0,42,unknown,female,cbaf8cc4c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-01,22:50:00,"BRILEY PKWY & GLASTONBURY RD, NASHVILLE, TN, 37217",36.1372313,-86.6995594,5.0,88943.0,531.0,25,white,male,9700e431ca,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-13,21:57:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,55,black,female,510c141a0e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-23,13:40:00,"OLD HICKORY BLVD & WRIGHT AVE, OLD HICKORY, TN, 37138",36.2019989,-86.6213318,5.0,9739.0,523.0,35,black,male,a4e36ce897,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-05,00:24:00,"S 10TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1769416,-86.7514456,2.0,1201.0,213.0,24,white,female,e5723525d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-04,20:19:00,"13TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1559889,-86.7888371,4.0,4002.0,423.0,32,white,male,32fecf0bc5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-07,13:02:00,"5TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4057.0,425.0,31,white,female,3c6408aabf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-08,03:32:00,"MURFREESBORO PIKE & VULTEE BLVD, NASHVILLE, TN, 37217",36.1248026,-86.7085375,3.0,8811.0,315.0,35,black,male,48c3d0282a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-05-02,17:50:00,"CLARKSVILLE PIKE & S HAMILTON RD, NASHVILLE, TN, 37218",36.1936554,-86.831192,6.0,3155.0,623.0,43,white,female,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-21,22:48:00,"CEDARMONT DR & CEDARVIEW DR, ANTIOCH, TN, 37013",36.034502,-86.7073868,3.0,8757.0,331.0,31,white,male,2447acd144,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-03,02:11:00,"BELL RD & COLLINS PARK DR, ANTIOCH, TN, 37013",36.0459841,-86.6579079,3.0,8859.0,325.0,27,hispanic,male,19018cc59c,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,True,True,True,True,plain view,moving traffic violation,TN, +2014-06-13,12:27:00,"BELL RD & COLLINS PARK DR, ANTIOCH, TN, 37013",36.0459841,-86.6579079,3.0,8863.0,333.0,35,white,female,c213187829,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-28,21:19:00,"24TH AVE S & BELCOURT AVE, NASHVILLE, TN, 37212",36.1370555,-86.8051813,8.0,5825.0,815.0,24,white,female,98912cd716,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-04,13:45:00,"2ND AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1632454,-86.7760574,4.0,4103.0,421.0,64,white,male,16f69cd6ef,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-13,16:54:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,39,white,male,4714ced2a3,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-10-19,16:11:00,"MAIN ST & SPRING ST, NASHVILLE, TN, 37206",36.172907,-86.7652813,2.0,1997.0,227.0,60,white,female,d3fe386ea8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-07,11:05:00,"DICKERSON PIKE & MULBERRY DOWNS CIR, MADISON, TN, 37115",36.2514708,-86.7573853,,2017.0,,35,white,male,4e622eb289,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-12-13,23:24:00,", , ,",,,,,,41,black,female,99d09ccd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speeding +2015-03-20,21:49:00,"23RD AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5715.0,815.0,30,white,female,4076850409,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,HEADLIGHTS OFF +2016-08-08,09:36:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,4.0,4304.0,413.0,21,white,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2017-12-27,09:17:00,"LOGAN ST & THOMPSON LN, NASHVILLE, TN, 37210",36.110695,-86.7419061,3.0,8333.0,313.0,32,unknown,male,e9f93b1392,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-10,03:51:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3155.0,623.0,21,black,male,ddc50dd0e1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-05-01,03:10:00,"CHICAMAUGA AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1846937,-86.7479638,,1301.0,,32,white,male,e4f4f4fc42,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2012-03-08,07:47:00,"2605 GLENROSE AVE, NASHVILLE, TN, 37210",36.1166944,-86.7258286,3.0,8359.0,313.0,32,white,male,b5ca91d71f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-16,21:46:00,"HICKORYVIEW DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0487725,-86.7136349,8.0,8655.0,835.0,32,black,female,50835bbbca,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-07-28,13:00:00,"FAIRLANE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.062915,-86.7168323,8.0,8659.0,835.0,27,unknown,male,54f9e0de62,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILURE TO STOP ON RED BEFORE MAKING RIGHT HAND TURN +2013-11-10,02:26:00,"W TRINITY LN & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3037.0,623.0,28,black,male,b3a6b271c1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-12-17,13:20:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,45,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-12,19:00:00,"WEDGEWOOD AVE, , TN, 37204",36.1338022,-86.7717225,,,,23,white,female,7d890c769b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-05-23,00:29:00,"MM 48 8 I24 W, NASHVILLE, TN, 37206",,,2.0,1102.0,211.0,26,black,male,e143bf684a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,RUNNING LIGHT OUT +2016-08-17,06:56:00,"8TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1568929,-86.780828,4.0,4061.0,425.0,33,white,male,daac2de4a2,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,-/-- +2012-05-15,11:03:00,"E OLD HICKORY BLVD & RIO VISTA DR, MADISON, TN, 37115",36.2623571,-86.6810149,7.0,1705.0,715.0,58,white,male,489eea137b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-16,17:38:00,"S 14TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1771271,-86.7457776,2.0,1247.0,213.0,47,white,male,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-10,04:09:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,45,hispanic,male,e24c163b5d,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-07-08,13:40:00,"MM 205 I40 E, , TN,",35.434219,-97.4078234,,,,38,black,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-28,04:44:00,"I 24 W & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1979.0,221.0,47,black,female,371e3d97ba,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-15,10:18:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0744559,-86.9209484,1.0,4903.0,121.0,58,white,female,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-29,08:30:00,"BRILEY PKWY & I 40 W, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,4698.0,115.0,34,white,male,d9222cc606,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-06,18:57:00,"2224 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",,,6.0,3019.0,621.0,35,black,female,e9348c562d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-07,00:03:00,"409 BELL RD, NASHVILLE, , 37217",36.075701,-86.635484,,,,37,black,male,95f2a2add9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN AT BELL RD AND EDGE O LAKES +" +2014-04-24,09:05:00,"738 HUNTINGTON PKWY, NASHVILLE, TN, 37211",36.0510617,-86.7400744,,,,31,white,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-07,14:07:00,"CLOVERDALE RD & MCGAVOCK PIKE, NASHVILLE, , 37214",36.1589106,-86.6812023,,,,44,white,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,GA, +2012-07-30,20:18:00,"JEFFERSON ST & 4TH AVE N, , TN, 37219",36.1746858,-86.786076,,,,44,white,female,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-21,14:13:00,"18TH AVE N & HAYES ST, NASHVILLE, TN, 37203",36.1540298,-86.7967308,8.0,5523.0,811.0,46,black,male,0535f8bb5a,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-19,17:51:00,", , ,",,,,,,26,white,male,ac571570c9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-06,15:11:00,"OLD HICKORY BLVD & OLD LEBANON DIRT RD, HERMITAGE, TN, 37076",36.1909243,-86.6151944,5.0,9507.0,521.0,28,white,female,de875f0bc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-15,15:07:00,"CRESTMOOR RD & HILLSBORO PIKE, NASHVILLE, , 37215",36.1091791,-86.8118452,,,,29,white,male,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-14,02:38:00,"40TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1571024,-86.8343052,1.0,4533.0,111.0,23,black,male,3ce33785e5,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,True,False,other,moving traffic violation,TN, +2016-01-28,19:23:00,"1006 N GRAYCROFT AVE, MADISON, TN, 37115",36.2798779,-86.7229752,7.0,1759.0,727.0,44,white,male,f2dffe612c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-14,12:54:00,"MM 201 I40 E, , TN,",35.434219,-97.4078234,,,,20,white,male,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-11,20:09:00,"53RD AVE N & PARK AVE, NASHVILLE, TN, 37209",36.1508118,-86.851081,1.0,5119.0,113.0,31,white,male,8f564c22fd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-04,13:51:00,"14TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1359844,-86.7907396,8.0,6617.0,811.0,32,white,female,6a5a1e10b4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-04-12,23:35:00,"GALLATIN PIKE & HUNTERS MEADOW LN, NASHVILLE, TN, 37216",36.2187817,-86.7278508,2.0,1817.0,225.0,19,white,female,b9f9980a8a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-26,23:31:00,"IRIS AVE & OLD HICKORY BLVD, OLD HICKORY, , 37138",36.2415147,-86.6335532,,,,31,white,male,ebfe43e91e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,NO TAGS +2010-01-19,12:13:00,"95 WALLACE RD, NASHVILLE, TN, 37211",36.0848834,-86.7007008,3.0,8707.0,321.0,29,asian/pacific islander,female,0d02a209ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-02,22:05:00,"25TH AVE N & MEHARRY BLVD, NASHVILLE, TN, 37208",36.1672274,-86.814713,6.0,5321.0,615.0,36,black,male,4a7e280b4a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,peeled out turning right from --st to meharry +2010-07-25,22:22:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,44,white,male,fd8a5abe62,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"NO LIGHTS +" +2016-03-30,13:05:00,"I 24 W & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,33,black,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/ --. LIDAR. LANE - +2010-12-21,11:10:00,"2037 JEFFERSON ST, NASHVILLE, TN, 37208",36.1685047,-86.8119519,6.0,5351.0,615.0,25,white,male,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-04,23:11:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,215.0,25,white,male,73373787a4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,ND,TAG LIGHTS OUT +2011-12-10,00:05:00,"DR DB TODD JR BLVD & JEFFERSON ST, NASHVILLE, TN, 37208",36.1694517,-86.8066186,6.0,5413.0,615.0,39,black,male,972dd8fe56,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-09,15:05:00,"5TH AVE N & HARRISON ST, NASHVILLE, TN, 37219",36.1701565,-86.784701,4.0,4217.0,413.0,33,white,female,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-12,15:15:00,"I 24 E & BRILEY PKWY W, WHITES CREEK, TN, 37189",36.2330587,-86.8148702,6.0,3202.0,627.0,64,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-19,16:22:00,"MURFREESBORO PIKE & PLUS PARK BLVD, NASHVILLE, TN, 37217",36.1339424,-86.7226025,5.0,8815.0,531.0,43,white,female,3e2833df23,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-01,02:21:00,"CHARLOTTE PIKE & LELLYETT ST, NASHVILLE, TN, 37209",36.1487843,-86.8651664,1.0,5025.0,115.0,45,white,male,f05187be54,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-12,23:03:00,"5TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1524501,-86.7731845,4.0,4027.0,425.0,39,white,male,a1e3ace771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-27,13:18:00,"BRILEY PKWY S & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8896.0,315.0,33,white,male,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,, +2012-02-16,04:24:00,"LYLE AVE & WEST END AVE, NASHVILLE, TN, 37203",36.1518387,-86.7983819,8.0,5525.0,811.0,20,black,male,6f0e6c9ea2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-09,17:45:00,"PACKARD DR & TUSCULUM RD, NASHVILLE, TN, 37211",36.059416,-86.7075464,3.0,8711.0,321.0,61,white,male,0a077e7833,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-10,08:48:00,"DOUGLAS AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1926724,-86.7443891,2.0,1895.0,227.0,47,black,male,88f042f180,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,, +2015-03-31,14:25:00,"5555 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0407985,-86.7443,8.0,8653.0,835.0,42,hispanic,male,6761423fb7,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-04-01,14:08:00,"HARDING PL & OLD EZELL RD, NASHVILLE, TN, 37211",36.088261,-86.6783241,3.0,8843.0,315.0,85,white,male,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-02,04:20:00,"MM 89 6 I65 N, NASHVILLE, TN, 37207",,,2.0,18062.0,225.0,38,white,male,95b3c63410,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVERS LICENSE WAS ISRAEL NOT TN BUT DID NOT HAVE A SELECTION FOR ANYTHING OTHER THAN A STATE. +2011-09-09,22:32:00,"FRANKLIN PIKE & INVERNESS AVE, NASHVILLE, TN, 37204",36.1250096,-86.776655,8.0,6951.0,823.0,44,black,male,12d3d862ae,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-15,15:20:00,"MADISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1737891,-86.7916943,6.0,4303.0,617.0,55,black,female,1440ee9f2f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,expired tag +2015-01-16,20:29:00,"3 LINDSLEY AVE, NASHVILLE, TN, 37210",36.1522431,-86.7686337,4.0,4003.0,425.0,54,white,female,498350de5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-03,20:19:00,"BRILEY PKWY W & KNIGHT DR, , TN, 37207",36.1395619,-86.7003202,,,,29,black,female,d934aa28a9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,OUT HEAD LIGHT +2012-02-15,10:36:00,"MM 194 I40 E, , TN,",35.434219,-97.4078234,,,,30,black,male,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2017-09-22,03:27:00,"S GRAYCROFT AVE & W DUE WEST AVE, MADISON, TN, 37115",,,7.0,1779.0,723.0,60,black,male,c2231e79ed,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-04,08:04:00,"1173 TIMBER VALLEY DR, NASHVILLE, TN, 37214",36.1355557,-86.6400825,5.0,8991.0,533.0,40,black,,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-08,21:44:00,"CHEYENNE BLVD & NEELYS BEND RD, MADISON, TN, 37115",36.2408224,-86.6735886,7.0,1617.0,713.0,19,black,female,831999c6fa,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN,"high beams, consent search produced no contraband" +2015-08-20,07:24:00,"5TH AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1767698,-86.7890072,6.0,4307.0,617.0,57,white,male,db98e1c9b2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-28,10:55:00,"ASHLAND CITY HWY & HYDESDALE LN, NASHVILLE, TN, 37218",36.2066213,-86.8557501,6.0,3167.0,625.0,37,white,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-06,00:08:00,"21ST AVE N & ALBION ST, NASHVILLE, TN, 37208",36.1657696,-86.8089049,6.0,5351.0,615.0,47,black,male,bc5e1f784c,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2015-02-24,23:38:00,"CHARLOTTE PIKE & MIDLAND AVE, NASHVILLE, TN, 37209",36.1497766,-86.8594228,1.0,5033.0,115.0,23,black,female,43a72bc466,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,, +2013-03-27,13:13:00,"HWY 70 S & ERIN LN, , TN, 37221",36.0784068,-86.9089123,,,,65,white,female,460a7c21b0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-25,14:20:00,", , ,",,,,,,35,white,female,0a70309850,vehicular,moving traffic violation,False,True,False,citation,True,True,False,True,True,True,True,consent,moving traffic violation,TN, +2012-10-05,12:07:00,"EDMONDSON PIKE & GREENTREE DR, NASHVILLE, TN, 37211",36.0634462,-86.7394358,8.0,8657.0,835.0,48,white,female,eeb3c63112,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-07,05:09:00,"S GALLATIN PIKE & NEELYS BEND RD, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1783.0,711.0,49,white,male,41a4abcf2e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-23,00:21:00,"JUAREZ DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,24,white,male,ae038e1dc9,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-18,23:58:00,"4442 LEBANON PIKE, HERMITAGE, TN, 37076",36.2154998,-86.5991784,5.0,9535.0,523.0,25,white,female,93ef5d6182,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-21,16:45:00,"4TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1571758,-86.7746549,4.0,4053.0,425.0,26,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-17,14:02:00,"1310 GALLATIN AVE, NASHVILLE, TN, 37206",36.1935498,-86.7443666,2.0,1895.0,227.0,29,white,female,95d8a19b5a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-09-09,01:17:00,"ANDREW JACKSON PKWY & DES MOINES DR, HERMITAGE, TN, 37076",36.2095802,-86.6019573,5.0,9535.0,523.0,23,white,male,b8a8edb71a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in -- +2015-10-29,01:40:00,"BRILEY PKWY N & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,9294.0,515.0,58,black,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2013-04-17,19:58:00,"JEFFERSON ST & 4TH AVE N, , TN, 37219",36.1746858,-86.786076,,,,43,black,male,1440ee9f2f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,passenger headlight out +2018-07-31,10:35:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,33,white,male,9e0637d56c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-10,00:27:00,"EZELL RD & LINBAR DR, NASHVILLE, TN, 37211",36.0747169,-86.6937898,3.0,8707.0,321.0,26,white,male,f7d35184d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-12,01:33:00,"4TH AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1547245,-86.7731223,4.0,4035.0,425.0,46,asian/pacific islander,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN FLASHING RED +2014-09-29,11:11:00,"2104 14TH AVE N, NASHVILLE, TN, 37208",36.1857213,-86.809218,6.0,4491.0,611.0,42,black,male,1163ce2341,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-15,01:22:00,"1ST AVE N & GAY ST, NASHVILLE, TN, 37201",36.1695368,-86.7786312,4.0,4101.0,415.0,40,white,male,e143bf684a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-08-10,15:18:00,"ANTIOCH PIKE & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0599702,-86.6721194,3.0,8859.0,325.0,20,black,male,80e2c428b5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-02,23:47:00,"23RD AVE N & ELLISTON PL, NASHVILLE, TN, 37203",36.1500839,-86.805492,8.0,5613.0,813.0,17,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2014-01-04,17:41:00,"HICKORY HILL LN & LEBANON PIKE, HERMITAGE, TN, 37076",36.1882507,-86.6292246,5.0,9601.0,521.0,33,black,female,7962521178,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,--hl +2012-05-07,00:07:00,"MURFREESBORO PIKE & PAVILION BLVD, NASHVILLE, TN, 37217",36.1329974,-86.7209464,5.0,8815.0,531.0,20,white,male,6e6eeb355a,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2014-03-11,15:23:00,"JUAREZ DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,38,black,male,5a96851d64,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2015-09-21,13:33:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,5.0,8951.0,531.0,31,black,female,04b918d1d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-20,21:46:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1301.0,215.0,20,white,female,0418967821,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-05-19,13:26:00,"PINEVIEW DR & TUCKAHOE DR, NASHVILLE, TN, 37207",36.2555233,-86.7654309,7.0,2027.0,721.0,32,white,male,fd8a139aad,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"--% tint +" +2013-05-23,17:18:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1917.0,221.0,37,black,female,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-06,17:50:00,"PATRICIA DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1271685,-86.707265,5.0,8821.0,531.0,24,hispanic,male,0e0fefbbe3,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-12-07,08:46:00,"GALLATIN PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1837.0,225.0,34,hispanic,female,338229ba25,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-30,20:52:00,"43RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1523115,-86.8383394,1.0,5219.0,111.0,25,black,male,8f564c22fd,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-08-14,16:05:00,"COWAN ST & JEFFERSON ST, NASHVILLE, TN, 37207",,,4.0,1957.0,413.0,27,white,male,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-17,22:16:00,"THOMPSON LN & THOMPSON LN, NASHVILLE, TN, 37211",36.1109273,-86.7451877,3.0,8423.0,313.0,58,asian/pacific islander,female,0748bf3279,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-24,10:20:00,"CENTRAL PIKE & HERMITAGE INDUSTRIAL DR, HERMITAGE, TN, 37076",36.1848767,-86.6254751,5.0,9511.0,521.0,40,black,male,fb75cd4829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-12,16:35:00,"MONTCHANIN RD & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.234497,-86.6258854,5.0,9605.0,525.0,32,white,male,7820669585,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,TURN SIGNAL REQ. PROOF OF INSURANCE. +2010-01-16,10:06:00,"526 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.143037,-86.742861,,,,25,unknown,,d195198c56,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-09-30,16:53:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,44,unknown,female,3ca1ad326a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,---- STICKER NOT DISPLAYED +2017-04-28,22:44:00,"371 WALLACE RD, NASHVILLE, TN, 37211",36.0781703,-86.7216937,3.0,8701.0,321.0,46,hispanic,male,526f5b74d9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-13,15:11:00,"555 GREAT CIRCLE RD, NASHVILLE, TN, 37228",36.1941942,-86.8077496,6.0,4443.0,611.0,26,white,male,d3a646e989,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- +2011-07-11,00:39:00,"BRICK CHURCH PIKE & FERNCO DR, NASHVILLE, TN, 37207",36.2199469,-86.7823027,6.0,3021.0,621.0,42,black,female,53db68761e,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-11-02,23:39:00,"3812 NORTHBROOK DR, NASHVILLE, TN, 37207",36.249639,-86.775332,7.0,2027.0,721.0,49,black,male,5ae31d9ff9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-06,18:43:00,"12TH AVE S & ARCHER ST, NASHVILLE, TN, 37203",36.1453668,-86.7862644,8.0,6807.0,821.0,24,white,male,42d656ccc7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TX, +2016-04-15,17:32:00,"FATHERLAND ST & S 5TH ST, NASHVILLE, TN, 37206",36.1698367,-86.7635361,,1111.0,,28,white,male,150043b12d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-08-14,08:32:00,"13TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1559889,-86.7888371,4.0,4002.0,423.0,51,white,female,ec95a9403e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-19,13:12:00,"DICKERSON PIKE & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1944033,-86.7723358,2.0,1867.0,223.0,23,black,female,a773a4fff8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-08,11:37:00,"3868 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2679811,-86.7567805,7.0,2043.0,725.0,34,black,female,95d8a19b5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-31,09:09:00,"OBRIEN AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1506975,-86.8579143,1.0,5004.0,115.0,22,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-30,21:12:00,"INDIANA AVE & MORROW RD, NASHVILLE, TN, 37209",36.1563393,-86.853128,1.0,4637.0,111.0,37,white,male,0748bf3279,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-28,01:34:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,3.0,8873.0,315.0,38,white,female,084c20944a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILURE TO MAINTAIN LANE +2011-08-20,13:35:00,"BRICK CHURCH PIKE & MOOREWOOD DR, NASHVILLE, TN, 37207",36.2335159,-86.7813952,7.0,2031.0,721.0,23,black,male,0e1022b041,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-03,18:10:00,"CENTRAL PIKE & TULIP GROVE RD, HERMITAGE, TN, 37076",36.1725052,-86.5951431,5.0,9557.0,523.0,31,black,female,fbdc8fe5b9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-17,06:43:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,49,black,male,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-21,17:44:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8863.0,333.0,36,black,male,db265df432,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-29,10:30:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,23,white,female,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AL, +2012-10-12,22:38:00,"S 6TH ST & LENORE ST, NASHVILLE, TN, 37206",36.1637345,-86.7576044,2.0,1019.0,211.0,18,hispanic,male,9edafecd50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-13,21:32:00,"BURGESS AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.145004,-86.8579697,1.0,5103.0,113.0,22,black,male,81fac77d3f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-12-17,21:59:00,"FAIN ST & FAIRFIELD AVE, NASHVILLE, TN, 37210",36.1516252,-86.7566379,5.0,8221.0,511.0,61,black,male,60393a48db,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-03,02:55:00,"MM 78 2 I65 N, NASHVILLE, TN, 37204",,,8.0,8502.0,825.0,38,white,female,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-04,04:12:00,"279 BELL RD, NASHVILLE, TN, 37217",36.0806702,-86.6314065,5.0,8937.0,535.0,38,black,female,95f2a2add9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-10,14:05:00,"HIGHLAND VIEW DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.2078663,-86.6115715,5.0,9535.0,523.0,46,white,female,2c74a3aef8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,OH, +2014-02-01,19:17:00,"300 JEFFERSON ST, NASHVILLE, TN, 37208",36.175213,-86.785067,6.0,4309.0,617.0,61,black,female,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-17,14:00:00,"BUENA VISTA PIKE, BORDEAUX, TN, 37218",36.2234021,-86.8219429,,,,42,black,female,c64917c4fe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-19,07:38:00,"BRILEY PKWY & KAREN DR, NASHVILLE, TN, 37217",36.1395619,-86.7003202,5.0,8827.0,531.0,46,white,female,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-08,15:46:00,"4097 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0804336,-86.727177,8.0,8501.0,831.0,27,white,male,7b3aa52401,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-17,13:01:00,"MURFREESBORO PIKE & UNA ANTIOCH PIKE, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,8937.0,535.0,34,black,female,766a98473e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-02-07,00:38:00,"ANDERSON LN & RIO VISTA DR, MADISON, TN, 37115",36.2719137,-86.6845231,7.0,1715.0,715.0,39,white,male,14851a97f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ROLLED SIGN +2017-02-14,03:36:00,"INTERSTATE DR & SHELBY AVE, NASHVILLE, TN, 37213",36.1662319,-86.7658619,4.0,1107.0,413.0,26,white,female,5076171cf5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-22,15:59:00,"BURBANK AVE & LUTIE ST, NASHVILLE, TN, 37210",36.1175737,-86.7456345,3.0,8347.0,313.0,42,hispanic,male,28a173be9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-15,23:30:00,"40TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1550202,-86.8345678,1.0,4533.0,111.0,27,unknown,,0fd9cdb139,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,, +2016-08-01,18:01:00,", , ,",,,,,,25,black,male,27e7e8c87e,vehicular,investigative stop,True,False,False,arrest,,,,False,False,False,False,,investigative stop,TN, +2012-03-20,15:56:00,"28TH AVE N & POSTON AVE, NASHVILLE, TN, 37203",36.1462581,-86.8132566,8.0,5625.0,813.0,46,white,female,37a4238cc6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-02-19,00:48:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37207",36.176917,-86.7761407,4.0,1955.0,413.0,23,black,female,56ee11fe67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2012-12-07,18:50:00,"I 40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.10788,-86.922344,5.0,9504.0,523.0,32,white,female,b52fef1f76,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN,DRIVER SIDE TAIL LIGHT NOT WORKING +2013-09-07,11:39:00,"MURFREESBORO/ARLINGTON, , TN,",36.1157582,-86.6940328,,,,65,black,female,95d8d9862e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-16,11:42:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,70,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-08,03:11:00,"DICKERSON PIKE & DONALD ST, NASHVILLE, TN, 37207",36.2114944,-86.7652462,2.0,1829.0,223.0,33,white,male,acffed52bf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-27,21:08:00,"GOODBAR DR & KIPLING DR, NASHVILLE, TN, 37217",36.1302387,-86.7001844,5.0,8821.0,531.0,58,black,female,60393a48db,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,IL, +2017-05-23,08:30:00,"40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1708663,-86.6009696,5.0,9504.0,523.0,42,black,female,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-04,02:08:00,"FORREST AVE & MAIN ST, NASHVILLE, TN, 37206",36.1786346,-86.7508785,2.0,1241.0,213.0,46,white,male,20d95a8f7d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-03-05,11:10:00,"BELL RD & LINCOYA BAY DR, , TN, 37214",36.1455164,-86.6261956,,,,60,white,male,c23a7336a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-10,08:05:00,"738 HUNTINGTON PKWY, NASHVILLE, TN, 37211",36.0510617,-86.7400744,,,,38,white,male,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-24,15:57:00,"MAIN ST & S 6TH ST, NASHVILLE, TN, 37206",36.1735819,-86.7633765,2.0,1997.0,227.0,22,black,male,5bbf60b01d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-02,07:47:00,"CAVE RD & SPENCE LN, NASHVILLE, , 37210",36.1619583,-86.7210318,,,,29,white,female,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-11,09:39:00,"23RD AVE N & CASS ST, NASHVILLE, TN, 37208",36.1847536,-86.8141003,6.0,4485.0,611.0,31,black,female,943bdf4ec4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2012-04-04,11:22:00,"E CAMPBELL RD & ONE MILE PKWY, MADISON, TN, 37115",36.2796778,-86.7099834,7.0,1759.0,727.0,28,white,male,489eea137b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-17,20:55:00,"18TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1550337,-86.7975017,8.0,5521.0,811.0,30,white,male,acb89d1f7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-04,13:08:00,"I 40 E & 21ST AVE N, NASHVILLE, TN, 37208",36.137011,-86.724956,6.0,5402.0,615.0,20,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-07,01:30:00,"2001 8TH AVE S, NASHVILLE, TN, 37204",36.133904,-86.7794394,8.0,6919.0,823.0,28,white,male,0748bf3279,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN, +2012-07-17,09:49:00,"OLD HICKORY BLVD & SELLS DR, HERMITAGE, TN, 37076",36.1685024,-86.6002509,5.0,9543.0,523.0,35,unknown,male,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-09,06:01:00,"222 11TH AVE N, NASHVILLE, TN, 37203",,,4.0,4149.0,411.0,34,asian/pacific islander,male,064c5c03ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2010-04-10,15:29:00,"I 24 W & HARDING PL, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,8810.0,323.0,51,white,male,5966fe24c8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,WI, +2013-09-25,13:18:00,"I 40 E & DR DB TODD JR BLVD, NASHVILLE, TN, 37208",36.1708913,-86.807215,6.0,5402.0,615.0,26,white,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-08,01:47:00,"510 W TRINITY LN, NASHVILLE, TN, 37207",36.207417,-86.7890054,6.0,3009.0,621.0,20,black,female,d0b0c03599,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-10,22:02:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,215.0,24,white,male,a15c67f558,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2012-08-07,14:57:00,"4806 POST RD, NASHVILLE, TN, 37205",36.119987,-86.860229,1.0,5001.0,121.0,67,white,male,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-06,00:01:00,"25TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.146956,-86.8083746,8.0,5615.0,813.0,64,black,male,1fdfb2a60c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-03,16:10:00,"ARDEE AVE & GALLATIN PIKE, NASHVILLE, , 37216",36.2196007,-86.7274134,,,,31,black,male,8001f24925,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tag expired +2011-12-16,20:11:00,"361 HARDING PL, NASHVILLE, TN, 37211",36.0845723,-86.703654,3.0,8705.0,321.0,19,white,female,0414ae3bcf,vehicular,safety violation,False,True,True,citation,True,True,False,False,True,True,True,probable cause,safety violation,TN, +2015-09-25,20:13:00,"W TRINITY LN & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3037.0,623.0,58,black,male,6a3053b294,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,VEHICLE DID NOT HAVE A FUNCTIONING PASSENGER SIDE HEADLIGHT. TN LICENSE WAS SUSPENDED. QUALIFIED FOR CITATION. +2012-11-16,13:25:00,"I 65 S & THOMPSON LN, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,8301.0,823.0,32,white,male,78d577d0b1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-03,16:49:00,"28TH AVE & POSTON AVE, NASHVILLE, TN, 37203",36.1462581,-86.8132566,8.0,5625.0,813.0,55,white,female,911d123f59,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-24,05:14:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,45,black,male,a78a8696a9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-10,19:32:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,30,hispanic,female,97fbb8c996,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-16,11:02:00,"12TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.161584,-86.7917615,4.0,4151.0,411.0,53,white,male,b5dcfa19fe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-15,05:45:00,"20TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1513768,-86.7993292,8.0,5527.0,811.0,28,hispanic,male,8cbadbb4fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-29,02:57:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8863.0,333.0,40,white,male,b423a06a7b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-19,04:06:00,"3RD AVE N & MADISON ST, NASHVILLE, TN, 37208",36.1763452,-86.7855167,6.0,4309.0,617.0,48,black,male,fa584a6825,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2019-01-20,23:00:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,19,black,female,234f39bcbc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2018-11-15,21:00:00,"8TH AVE S & CHESTNUT ST, NASHVILLE, TN, 37203",36.1417067,-86.7786839,8.0,6811.0,821.0,25,white,female,0535f8bb5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-20,02:42:00,", , ,",,,,,,19,black,female,97117e47ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-29,18:03:00,"14TH AVE N & COCKRILL ST, NASHVILLE, TN, 37208",36.1758465,-86.8043153,6.0,4473.0,613.0,61,black,male,9700e431ca,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,REVOKED DL... ALMOST CAUSED ACCIDENT IN FRONT OF REPORTING OFFICER +2017-04-06,05:35:00,"DICKERSON PIKE & E TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,37,hispanic,male,0a57dc4029,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-13,23:09:00,"HARDING PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,5015.0,121.0,57,black,female,9d8bfc8acb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-07,15:14:00,"12TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1510813,-86.7843184,4.0,4019.0,423.0,37,black,male,c0587b7ac9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAGS +2012-03-09,07:24:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,25,white,male,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-14,10:47:00,"HWY 100 , WEST, TN, 37221",35.632829,-88.0495362,,,,83,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-11,08:55:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,29,unknown,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-24,09:50:00,"PEBBLE CREEK DR & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0741471,-86.6632323,3.0,8897.0,323.0,50,white,male,762695f079,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-19,17:09:00,"DICKERSON PIKE & HART LN, NASHVILLE, TN, 37207",36.2217001,-86.76168,2.0,1887.0,223.0,28,black,female,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-28,13:36:00,"305 W TRINITY LN, NASHVILLE, TN, 37207",36.2070568,-86.7799115,6.0,3019.0,621.0,19,black,female,c64917c4fe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-25,15:54:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,22,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-26,19:50:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,42,asian/pacific islander,male,4388515b9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHTS NOT ON +2015-06-11,17:18:00,"120 S GRAYCROFT AVE, MADISON, TN, 37115",36.259824,-86.733609,7.0,1777.0,723.0,51,black,female,81fac77d3f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-19,08:28:00,"5200 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.0602854,-86.7738085,8.0,7111.0,833.0,51,white,female,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-19,12:40:00,"EZELL PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1057338,-86.6717169,3.0,8849.0,323.0,69,white,female,593e3dffba,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-12-05,15:27:00,"COLEY DAVIS RD & HWY 70 S, NASHVILLE, TN, 37221",36.0795262,-86.9536221,1.0,4813.0,125.0,58,white,male,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-18,01:03:00,", , ,",,,,,,72,white,male,82e20fdb7c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-09-27,10:51:00,", , ,",,,,,,39,white,female,fcd1734971,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,break light out +2011-10-22,21:09:00,"646 SYLVAN ST, NASHVILLE, TN, 37206",36.1676459,-86.7580124,2.0,1021.0,211.0,28,black,female,b20d1984d4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-13,07:45:00,"I 65 N & BRILEY PKWY W, , TN, 37115",36.2398278,-86.7569058,,,,45,white,female,5966fe24c8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEED -- N -- +2012-07-14,01:02:00,"HILLSBORO PIKE & SHARONDALE DR, NASHVILLE, TN, 37215",36.1207179,-86.8079446,1.0,6001.0,117.0,21,white,male,299da6fbbd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-22,23:29:00,"COMMERCE ST, CENTRAL, TN, 37203",36.4278976,-84.9327272,,,,24,black,male,8a240b02b9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-28,17:35:00,"EZELL RD & LINBAR DR, NASHVILLE, TN, 37211",36.0747169,-86.6937898,3.0,8707.0,321.0,72,white,male,6f35d16bdf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-18,08:15:00,"THOMPSON LN & TUGGLE AVE, NASHVILLE, TN, 37211",36.1098201,-86.7333592,3.0,8423.0,313.0,44,black,male,3aef563fcc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-14,23:44:00,"5TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1743153,-86.7874168,6.0,4309.0,617.0,29,black,male,392687b70d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-11,10:49:00,"BRILEY PKWY E & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2330587,-86.8148702,6.0,3027.0,621.0,31,black,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-09,18:08:00,"BRIARVILLE RD & DUE WEST AVE W, MADISON, TN, 37115",36.2492963,-86.7355381,7.0,1799.0,723.0,54,white,female,5404db019e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-21,03:56:00,"4050 LEBANON PIKE, HERMITAGE, TN, 37076",36.1983385,-86.6209382,5.0,9613.0,521.0,49,white,male,ecbda0d91d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,VEHICLE ONLY HAD ONE OPERATIONAL TAIL LIGHT. +2012-06-29,08:47:00,"I 40 W & DONELSON PIKE, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,9102.0,517.0,41,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-12,22:27:00,"S 5TH ST & DAVIDSON ST, NASHVILLE, TN, 37213",36.1610164,-86.7584432,2.0,1017.0,211.0,22,white,female,b04c609887,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight out - warned +2010-06-15,19:00:00,"BELLE FOREST CIR & HWY 70 S, NASHVILLE, TN, 37221",36.0739507,-86.9245193,1.0,4811.0,125.0,48,hispanic,female,80cbba0ee1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-25,01:11:00,"ANDREW JACKSON PKWY & LEBANON PIKE, HERMITAGE, TN, 37076",36.2151466,-86.5976754,5.0,9535.0,523.0,55,white,male,4544025295,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-14,10:13:00,"BLANTON AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1386273,-86.731449,3.0,8159.0,311.0,25,white,male,7781f06136,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-15,10:46:00,"N GALLATIN PIKE & WILEY ST, MADISON, TN, 37115",36.2693222,-86.7105902,,1725.0,,50,white,male,4d8c33198b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-19,14:12:00,"6931 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1297433,-86.9005408,1.0,4701.0,123.0,42,white,male,7dcd081b3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,Illegal left turn onto Charlotte Pke from the Bojangle's parking lot. No left turn signs posted +2017-07-11,07:35:00,"BRILEY PKWY N & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,92981.0,515.0,19,white,female,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-29,08:06:00,"DONNA DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2639538,-86.7210585,,1773.0,,44,black,female,22bb9207f7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2015-10-24,18:20:00,"MAIN ST & N 6TH ST, NASHVILLE, TN, 37206",36.1738019,-86.7628038,2.0,1117.0,211.0,20,black,female,ab0403c78f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT NOT WORKING +2010-08-08,09:29:00,"1107 GREENLAND AVE, , TN, 37216",36.222869,-86.724559,2.0,1425.0,217.0,26,white,male,37171e6b00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-11,21:57:00,"7252 HWY 70 S, NASHVILLE, TN, 37221",36.074993,-86.9311199,1.0,4815.0,125.0,24,black,female,e0fb5d3246,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-13,01:28:00,"E TRINITY LN & MERIDIAN ST, NASHVILLE, TN, 37207",36.2056433,-86.7657873,2.0,1861.0,223.0,37,black,male,5600f48082,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"WINDOW TINT VIOLATION +" +2013-01-04,01:37:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,2.0,1363.0,215.0,22,white,male,acffed52bf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,OH, +2015-03-17,14:44:00,"HARDING PL & WAUFORD DR, NASHVILLE, , 37211",36.0809436,-86.7515964,,,,20,white,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,FLAGGING ----- +2015-10-27,14:34:00,"S GALLATIN PIKE & E WEBSTER ST, MADISON, TN, 37115",36.2519643,-86.7176232,7.0,1507.0,711.0,52,hispanic,female,73a0ab20fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,no turn signal +2018-04-09,18:42:00,"HART LN & JONES AVE, NASHVILLE, TN, 37207",36.2206225,-86.7542215,2.0,1887.0,223.0,22,white,female,f9d3e4a4d6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-29,10:00:00,"5129 FRANKLIN PIKE, , TN, 37220",36.060131,-86.775244,8.0,7111.0,833.0,45,white,female,e65dc4ec73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-24,09:30:00,"5886 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0313615,-86.7432445,8.0,8651.0,835.0,39,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-22,01:17:00,"I 40 ENTRY E & ALABAMA AVE, NASHVILLE, TN, 37209",,,1.0,5201.0,111.0,22,black,female,afd77e9abe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MO, +2015-05-25,06:44:00,"ANTIOCH PIKE & REEVES RD, ANTIOCH, TN, 37013",36.0655286,-86.680081,,8857.0,,24,black,male,cf07ed6f7d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-17,00:33:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,39,white,male,622ce499b8,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2018-01-24,23:57:00,"CLARKSVILLE PIKE & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1879505,-86.8215312,6.0,4423.0,611.0,42,black,female,b98956fe91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-05,02:02:00,"I 40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,9006.0,513.0,31,hispanic,male,a1bdf5c653,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AR, +2011-09-17,20:30:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,41,white,male,19b76ed265,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-14,23:30:00,"CHERRYWOOD DR & WHISPERING HILLS DR, NASHVILLE, , 37211",36.0647656,-86.7264949,8.0,8659.0,835.0,36,white,male,adb220724a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tag light +2012-09-12,06:43:00,"I 24 W & I 440 E, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,31,white,male,d098ec755c,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2016-05-01,23:29:00,"S 12TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.171066,-86.7494261,2.0,1033.0,213.0,17,black,male,4c0722bb4a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-01,22:38:00,"200 S GALLATIN PIKE, MADISON, TN, 37115",36.2617907,-86.7141009,7.0,1771.0,711.0,55,white,female,848190f372,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-12,19:55:00,"CHESTNUT ST & FORT NEGLEY BLVD, NASHVILLE, TN, 37203",36.1421138,-86.7757853,8.0,8017.0,821.0,19,white,male,f248b62e0d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-11,09:42:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,,9223.0,,45,black,male,2d63072115,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-05-25,20:18:00,"ANNEX AVE & COMET DR, NASHVILLE, TN, 37209",36.1481589,-86.8864276,1.0,4675.0,123.0,63,white,male,7c6f123f51,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-06,00:43:00,"204 WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.13845,-86.8572498,1.0,5105.0,113.0,28,black,female,e8583fbb05,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,pass head light out +2014-11-29,16:46:00,"EDMONDSON PIKE & WHISPERING HILLS DR, NASHVILLE, , 37211",36.072144,-86.7328937,,,,56,unknown,male,deef84d2c2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,NO TAG +2012-12-14,05:08:00,"DR WALTER S DAVIS BLVD & ED TEMPLE BLVD, NASHVILLE, TN, 37209",36.1738155,-86.8225908,6.0,4503.0,613.0,30,black,male,53db68761e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-29,10:12:00,", , ,",,,,,,41,white,male,b91801c201,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-02,08:28:00,"LISCHEY AVE & RICHARDSON AVE, NASHVILLE, TN, 37207",36.1917533,-86.7635761,2.0,1909.0,221.0,36,black,female,c270bce636,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,expired tag +2017-02-07,09:55:00,"440 HOGAN RD, NASHVILLE, TN, 37220",36.063911,-86.7473094,8.0,8615.0,833.0,39,black,male,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-22,05:43:00,", , ,",,,,,,42,black,male,f6a8173a1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-16,15:16:00,"1047 EDGEHILL AVE, NASHVILLE, TN, 37203",36.1407691,-86.7845115,8.0,6909.0,821.0,19,black,female,40d9b62eac,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2013-02-18,14:55:00,"23RD AVE N & UNDERWOOD ST, NASHVILLE, TN, 37208",36.1722832,-86.8127611,6.0,4463.0,613.0,29,black,male,2964f1658f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-28,12:44:00,"611 TULIP GROVE RD, HERMITAGE, TN, 37076",36.2065596,-86.5895362,5.0,9525.0,523.0,53,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-10,20:56:00,"S 9TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1706467,-86.7543,2.0,1125.0,213.0,34,white,female,d3fe386ea8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-09,18:54:00,"BELL RD & EAGLE VIEW BLVD, ANTIOCH, TN, 37013",36.0522828,-86.6448386,3.0,8865.0,333.0,37,black,female,871986f056,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-04-25,09:55:00,"417 CEDAR FOREST DR, NASHVILLE, TN, 37221",36.102551,-86.929799,1.0,4815.0,125.0,21,black,male,a341fcca8c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-03,16:10:00,"E THOMPSON & WIMPOLE, , TN,",36.1246836,-86.7148114,,,,34,hispanic,male,871986f056,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-04-06,21:50:00,"HARDING PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,5015.0,121.0,43,white,female,2887b93017,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"hl +" +2011-09-08,03:33:00,"510 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0997819,-86.9215048,1.0,4903.0,121.0,46,black,female,a0b824a6ce,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-20,09:45:00,"GREAT CIRCLE RD & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1937429,-86.8070645,6.0,4445.0,611.0,21,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-24,01:40:00,"ANTIOCH PIKE & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0597095,-86.6710171,3.0,8893.0,325.0,35,black,male,d62c0e5b2f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-12,23:34:00,"BRILEY PKWY N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1722647,-86.8652182,1.0,4616.0,115.0,29,black,male,43a72bc466,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-12-16,17:07:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,73,white,male,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"RED & SILVER FORD CUSTOM VAN +" +2016-10-31,18:45:00,"GRANDVIEW AVE & THOMPSON LN, NASHVILLE, , 37211",36.111019,-86.7467046,,,,21,white,male,fc8eeff4da,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-19,19:36:00,"E OLD HICKORY BLVD & HILLCREST DR, MADISON, TN, 37115",36.2633471,-86.6939481,7.0,1703.0,715.0,51,black,male,b541004824,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"THE DRIVER HAD ONE HEADLIGHT , HE SAID HE JUST HAD A ACCIDENT AND WAS BEING THE VEHICLE HOME. +" +2011-01-24,08:20:00,"1033 ANTIOCH PIKE, NASHVILLE, TN, 37211",36.0986362,-86.7129643,3.0,8441.0,317.0,44,white,female,19615fa2af,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-07,21:52:00,"COWAN ST & OLDHAM ST, NASHVILLE, TN, 37213",36.1745434,-86.775915,4.0,1989.0,413.0,50,white,male,5fc98f119a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-18,15:36:00,"HARDING PL & TIMBERHILL DR, NASHVILLE, TN, 37211",36.0811257,-86.7553927,8.0,8603.0,831.0,36,white,male,1d683e1215,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-04,14:55:00,"I 440 W & WINFORD AVE, , TN, 37211",,,8.0,8106.0,821.0,33,black,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I --- W AT NOLENSVILLE. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN LN -. I CONFIRMED HIS SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. +2010-05-18,09:50:00,"BRIARVILLE RD & DUE WEST AVE W, MADISON, TN, 37115",36.2492963,-86.7355381,,1799.0,,77,white,male,ecc8a645e8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-22,09:20:00,"MAXWELL AVE & MCFERRIN AVE, NASHVILLE, , 37206",36.182987,-86.7546384,,,,48,white,male,3f791dfbd2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-14,09:54:00,"LEBANON PIKE & OMOHUNDRO PL, NASHVILLE, TN, 37210",36.1544752,-86.7395563,5.0,9001.0,513.0,31,unknown,male,6472120f50,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-30,13:10:00,"11TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4205.0,411.0,23,white,female,9e39306399,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-25,08:35:00,"CANNON ST & LEWIS ST, NASHVILLE, TN, 37210",36.1506331,-86.7581139,5.0,8207.0,511.0,35,black,male,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-31,18:10:00,"2010 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0954554,-86.6540748,5.0,8947.0,533.0,28,black,female,0c3f7552a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"tags expired + +" +2013-09-11,00:30:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,26,white,female,e8c7fd5cb4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-17,16:13:00,"DUE WEST AVE E & S GALLATIN PIKE, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1519.0,711.0,24,white,female,5404db019e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-29,12:40:00,"HARDING PL & MCGAVOCK PIKE, NASHVILLE, TN, 37211",36.0917845,-86.6852725,3.0,8847.0,323.0,31,white,female,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-15,17:00:00,"1900 HOBSON PIKE, ANTIOCH, TN, 37013",36.0462375,-86.5987733,3.0,8927.0,335.0,23,black,,6d13b2ff93,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-18,13:19:00,"MCCRORY LN & POPLAR CREEK RD, NASHVILLE, TN, 37221",36.0528281,-86.9850697,1.0,4803.0,125.0,54,white,female,65e8b864be,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,erratic driving +2016-04-20,08:32:00,"LAKEFORD DR & TIMBER VALLEY DR, NASHVILLE, TN, 37214",36.1352173,-86.6400859,,8945.0,,33,white,male,9d41edf114,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-28,12:27:00,"KOREAN VETERANS BLVD & S 1ST ST, NASHVILLE, TN, 37213",36.1583691,-86.7719178,4.0,1003.0,413.0,36,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,, +2010-02-26,08:44:00,"FLINTLOCK CT & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891939,-86.6363837,5.0,8935.0,535.0,39,white,male,fc43f6017d,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-29,08:51:00,"BRICK CHURCH PIKE & FERNCO DR, NASHVILLE, TN, 37207",36.2199469,-86.7823027,6.0,3047.0,621.0,51,black,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-22,08:36:00,"5200 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.0602854,-86.7738085,8.0,7111.0,833.0,79,white,female,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-10,19:59:00,"1400 EAGLE VIEW BLVD, ANTIOCH, TN, 37013",36.0517682,-86.6448199,3.0,8865.0,333.0,45,white,male,d506cb99f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-13,02:04:00,"12TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4081.0,423.0,25,white,female,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-01,08:45:00,"HILLSBORO PIKE & RICHARD JONES RD, NASHVILLE, TN, 37215",36.1048058,-86.8145849,1.0,6111.0,117.0,41,white,male,825f6ab981,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-01,18:40:00,"MURFREESBORO PIKE & UNA ANTIOCH PIKE, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,8937.0,535.0,46,white,male,871986f056,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-09-12,13:20:00,", , ,",,,,,,20,white,male,df87babd62,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-01,18:47:00,"51ST AVE N & LOUISIANA AVE, NASHVILLE, TN, 37209",36.1620626,-86.8491029,1.0,4607.0,111.0,39,white,female,8563660720,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEAD LIGHT NOT WORKING +2011-03-15,09:30:00,"FLAMINGO DR & JONES AVE, NASHVILLE, TN, 37207",36.2103146,-86.7569323,2.0,1887.0,223.0,66,black,female,12d3d862ae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-14,16:12:00,"TEMPLE RD & TEMPLEGATE DR, NASHVILLE, TN, 37221",36.0442815,-86.950222,1.0,4807.0,125.0,55,white,male,9dadcd316d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-08,22:53:00,"I 24 W & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,27,black,female,6f0e6c9ea2,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2011-06-06,16:04:00,"11TH AVE N & ARTHUR AVE, NASHVILLE, TN, 37208",36.1796029,-86.804123,6.0,4453.0,613.0,33,black,male,95f3b9204e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-27,23:45:00,"N 17TH ST & MCEWEN AVE, NASHVILLE, TN, 37206",36.181089,-86.7390878,2.0,1229.0,213.0,27,black,female,a8665bc00a,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,STOPPED FOR NON FUNCTIONING PASSENGER SIDE BRAKE LIGHT. NO VALID PROOF OF INSURANCE. CITED FOR PROOF OF INSURANCE +2010-04-09,21:11:00,"14TH AVE & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1536051,-86.7884173,8.0,5701.0,811.0,45,white,male,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-12,01:35:00,"OLD HICKORY BLVD & RIDGELAKE PKWY, NASHVILLE, TN, 37221",36.0974345,-86.9248595,1.0,4815.0,125.0,27,white,male,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2017-04-12,08:48:00,"BELL RD & WOODLAND POINTE DR, NASHVILLE, TN, 37214",36.1227277,-86.6304529,5.0,8943.0,533.0,25,black,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-06-14,04:22:00,"24TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1479026,-86.8064477,8.0,5615.0,813.0,27,white,male,74198e63a6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-04,23:27:00,"HAYWOOD LN & KEELEY DR, NASHVILLE, TN, 37211",36.0698346,-86.6958189,3.0,8709.0,321.0,32,black,male,80e2c428b5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-11,01:20:00,"DICKERSON PIKE & EWING DR, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,22,black,male,8009ad438d,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN,HEADLIGHT OUT. +2016-09-09,15:25:00,"S 6TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1725786,-86.7627885,2.0,1113.0,211.0,28,white,male,344212da64,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,WI, +2013-12-26,16:43:00,"HILLS LN & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2056782,-86.6223374,5.0,9739.0,523.0,25,white,male,d44a8ff3c1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-09-07,08:11:00,"17TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1537943,-86.7943951,8.0,5521.0,811.0,47,white,female,2111c3696c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-23,20:41:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1953.0,221.0,53,black,female,c76c330626,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVING AT NIGHT WITH PARKING LIGHTS ONLY +2011-06-16,07:43:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9529.0,521.0,41,white,male,4d94f95134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"COVER OVER TAG +" +2010-02-03,17:42:00,"ANDERSON RD, PRIEST LAKE, TN, 37217",36.0880434,-86.6070918,,,,20,black,female,359151e7a0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-05,23:10:00,"OLD HICKORY BLVD & PLANTATION DR, HERMITAGE, TN, 37076",36.199834,-86.621496,5.0,9615.0,521.0,26,white,female,ebfe43e91e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT +2013-08-09,19:27:00,"7800 SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0905259,-86.93416,1.0,4815.0,125.0,46,white,male,7745763824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-19,03:01:00,"601 OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.1065752,-86.9227934,,,,55,black,female,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-16,21:32:00,"201 GRIZZARD AVE, NASHVILLE, TN, 37207",36.20944,-86.7709766,2.0,1829.0,223.0,24,white,male,c912d50c7a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-10,10:40:00,"CHADFIELD WAY & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0618139,-86.6648333,3.0,8855.0,325.0,75,white,male,e7099bc91c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-27,10:32:00,"GREAT CIRCLE RD & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1937429,-86.8070645,6.0,4443.0,611.0,32,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC, +2016-01-13,10:31:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,28,black,female,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-30,00:21:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,26,white,male,9fcd509a29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-31,12:51:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,46,white,male,df69290668,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-12,12:44:00,"W TRINITY LN & FREE SILVER RD, NASHVILLE, TN, 37207",36.2070569,-86.7959997,,3037.0,,53,black,female,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-10,04:40:00,"MT VIEW RD & BELL RD, , TN,",36.0499121,-86.6493475,,,,23,white,female,9310569e50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CT, +2016-02-12,17:02:00,"E OLD HICKORY BLVD & HOFFMAN PL, MADISON, TN, 37115",36.2632899,-86.6976512,7.0,1627.0,713.0,36,black,male,cb57e4e65c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,DIDN'T USE TURN SIGNAL +2012-05-05,19:00:00,"2ND AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37201",36.1676411,-86.778649,4.0,4163.0,415.0,39,hispanic,female,24c32d13ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,fail to maintain lane +2017-01-23,12:59:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,52,white,female,ff0f4a82d4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-13,21:47:00,"45TH AVE & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1522305,-86.8408706,1.0,5203.0,113.0,24,black,female,abcd21ecee,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-04,01:07:00,"923 16TH AVE N, NASHVILLE, TN, 37208",36.1660415,-86.8008702,,,,41,black,male,415f3bb5ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-17,19:53:00,"2104 BUCHANAN ST, NASHVILLE, TN, 37208",36.180283,-86.8123687,6.0,4415.0,611.0,27,black,female,ffd40c04a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-27,00:10:00,"JEFFERSON ST & 4TH AVE N, , TN, 37201",36.1746858,-86.786076,,,,26,black,female,56ee11fe67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-26,12:42:00,"DR D B TODD JR BLVD & PEARL ST, NASHVILLE, TN, 37203",36.1592651,-86.801015,6.0,5401.0,615.0,74,white,female,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-11,10:52:00,"OBRIEN AVE & WESTBORO DR, NASHVILLE, TN, 37209",36.1489283,-86.8731179,1.0,5029.0,115.0,21,black,male,f1c025f95c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-25,14:12:00,"S 10TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1769416,-86.7514456,2.0,1201.0,213.0,45,white,male,ea3413a239,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-14,16:26:00,"N GALLATIN PIKE & CONFERENCE DR, MADISON, TN, 37115",36.3027491,-86.6918546,7.0,1731.0,727.0,31,black,female,13c1091001,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,"TAG SHOWING EXPIRED +" +2014-04-09,18:12:00,"LAFAYETTE ST & UNIVERSITY CT, NASHVILLE, TN, 37210",36.1521875,-86.7763138,3.0,8149.0,311.0,24,black,male,6074f7bab3,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2019-02-18,00:39:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,91960.0,513.0,21,black,male,c23a7336a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-02,18:25:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,22,white,female,7a79e3c609,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2014-05-29,21:20:00,"17TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1588072,-86.7981594,8.0,5505.0,813.0,33,white,female,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-25,22:20:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9117.0,517.0,21,black,male,72037bef5d,vehicular,registration,False,False,True,warning,False,False,False,False,True,False,True,consent,registration,TN, +2010-11-24,07:45:00,"9TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.180527,-86.8016,6.0,4447.0,611.0,25,black,female,0437969110,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-02,14:46:00,"SELENA DR & THOMPSON LN, WOODBINE, TN, 37211",36.1097145,-86.7321545,,,,30,white,male,fca9ffb1b4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILURE TO MAINTAIN LANE CONTROL +2017-01-30,16:20:00,"230 BELLEVUE RD, NASHVILLE, TN, 37221",36.06288,-86.933418,1.0,4819.0,125.0,58,white,male,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-20,12:55:00,"HEWLETT DR & WOODSON LN, NASHVILLE, TN, 37211",36.0940782,-86.7289998,3.0,8437.0,313.0,44,white,female,3ee2a2a059,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-01,16:59:00,"333 RIO VISTA DR, MADISON, TN, 37115",36.2689613,-86.6839391,7.0,1713.0,715.0,35,white,male,9a70a45e75,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-25,10:40:00,"S 11TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1775691,-86.7499363,2.0,1201.0,213.0,44,black,male,c4680d166c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-09,23:43:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4085.0,421.0,40,white,male,8718b0b8a9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-11-03,19:14:00,"GLENROSE AVE & WHITSETT RD, NASHVILLE, TN, 37210",36.1194129,-86.7300487,3.0,8359.0,313.0,31,hispanic,male,25b26f360e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-09,18:37:00,"39TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1569872,-86.8327522,1.0,4549.0,111.0,23,black,male,13c1091001,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,True,False,other,moving traffic violation,TN,"SPEEDING +" +2015-01-31,23:05:00,"DICKERSON PIKE & KINGSTON ST, NASHVILLE, TN, 37207",36.2093664,-86.7664947,2.0,1833.0,223.0,52,black,male,14851a97f4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,exp tag temp +2015-02-09,10:45:00,"HIDDEN CREEK DR & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.0199117,-86.6809356,3.0,8761.0,331.0,67,white,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-21,05:44:00,"OLD HICKORY BLVD & VALLEY VIEW RD, BRENTWOOD, TN, 37027",36.0405967,-86.7710752,8.0,8623.0,833.0,43,white,male,1ff1d02632,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-11,12:25:00,"ASHLAND CITY HWY & HYDESDALE LN, NASHVILLE, TN, 37218",36.2066213,-86.8557501,6.0,3167.0,625.0,62,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-29,08:13:00,"13TH AVE & BROADWAY, NASHVILLE, , 37203",36.1559889,-86.7888371,4.0,4002.0,423.0,35,white,male,e97ce2d9cb,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-09-22,12:53:00,"BROWNLEE DR & DAVIDSON RD, NASHVILLE, TN, 37205",36.1170502,-86.8825316,1.0,4917.0,121.0,71,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-10,17:21:00,"S 10TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1769416,-86.7514456,2.0,1201.0,213.0,41,white,male,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"L HL +" +2014-12-15,12:39:00,"N 8TH ST & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1905.0,221.0,50,black,female,392b1090b2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-18,00:22:00,"W TRINITY LN & OLD MATTHEWS RD, NASHVILLE, TN, 37207",36.2083029,-86.7888733,6.0,3041.0,621.0,25,black,female,d0b0c03599,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT +2013-03-07,17:54:00,"8TH AVE S & GLEAVES ST, NASHVILLE, TN, 37203",36.1518073,-86.7792634,4.0,4009.0,423.0,51,white,male,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-08,16:30:00,"GAY ST AND JAMES ROBERTSON, NASHVILLE, TN,",36.1683423,-86.7819661,,,,35,white,female,c7fc5dcb73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-04,08:14:00,"FARRELL PKWY & STILLWOOD DR, , TN, 37220",36.0725317,-86.7622576,8.0,8601.0,833.0,54,white,female,fd4fabd731,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-14,21:35:00,"LARGO DR & LINBAR DR, NASHVILLE, TN, 37211",36.083665,-86.7056667,3.0,8705.0,321.0,18,hispanic,female,9e0637d56c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-05,08:30:00,", , ,",,,,,,26,other,female,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-07,21:54:00,"BONNAFORD DR & JACKSONIAN DR, HERMITAGE, TN, 37076",36.1935706,-86.6250475,,9613.0,,22,white,female,ee142afb84,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-06,22:13:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,22,black,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2015-03-10,08:19:00,"COUNTY HOSPITAL RD & HYDES FERRY RD, NASHVILLE, TN, 37218",36.1895029,-86.8377004,6.0,3119.0,625.0,73,black,female,5ae31d9ff9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,--/-- LASER +2010-06-08,14:59:00,"CURREY RD & MCGAVOCK PIKE, NASHVILLE, TN, 37217",36.1042362,-86.6917507,3.0,8837.0,315.0,18,other,female,5f12ed2979,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"--/-- +" +2013-10-01,05:05:00,"MM 195 0 I40 E, NASHVILLE, TN, 37221",,,1.0,4804.0,125.0,18,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-16,20:38:00,"GALLATIN AVE & STRAIGHTWAY AVE, NASHVILLE, TN, 37206",36.1936449,-86.7438519,2.0,1895.0,227.0,29,white,male,344212da64,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-05-29,17:44:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,33,white,male,e65dc4ec73,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-05-06,08:47:00,"DELTA AVE & GARFIELD ST, NASHVILLE, TN, 37208",36.1798008,-86.7985044,6.0,4345.0,617.0,54,black,female,05a9feba15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-04,07:49:00,"311 HARDING PL, NASHVILLE, TN, 37211",36.0868255,-86.692205,3.0,8889.0,323.0,42,hispanic,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-26,23:54:00,"3855 BELL RD, HERMITAGE, TN, 37076",36.1652352,-86.6109957,5.0,8961.0,533.0,29,white,male,a1bdf5c653,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2013-01-24,13:59:00,"CRAVATH DR & ROWAN DR, NASHVILLE, TN, 37207",36.2205982,-86.8113644,6.0,3025.0,623.0,19,black,male,1ba5fb1cc6,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,NO SEATBELT +2018-07-09,01:24:00,"HICKORYVIEW DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0487725,-86.7136349,8.0,8655.0,835.0,20,white,female,8fc21065fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-09,00:54:00,"BRILEY PKWY S & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,92920.0,515.0,35,black,male,6f4cd28a19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-22,17:46:00,"COWAN ST & JEFFERSON ST, NASHVILLE, TN, 37207",,,4.0,1957.0,413.0,33,white,male,007d7104a8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-09-20,08:51:00,"12TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.161584,-86.7917615,4.0,4151.0,411.0,56,black,male,b5dcfa19fe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-19,12:19:00,"2264 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0878881,-86.6483203,5.0,8935.0,535.0,33,white,female,a597c4ac85,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2016-12-11,21:18:00,"EAST THOMPSON LN & GLENROSE AVE, NASHVILLE, TN, 37211",36.1148394,-86.719493,3.0,8809.0,315.0,29,white,female,28a173be9c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-09,12:47:00,"N 1ST ST & OLDHAM ST, NASHVILLE, TN, 37213",36.1744119,-86.7741656,4.0,1989.0,413.0,43,black,male,21c82fd870,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-31,21:33:00,"NEWSOME ST & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.1190992,-86.7493016,,,,39,white,male,fc8eeff4da,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-05-26,11:09:00,"95 BELLEVUE RD, NASHVILLE, TN, 37221",36.0621152,-86.9230416,1.0,4819.0,125.0,48,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-13,12:51:00,"HICKORYVIEW DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0487725,-86.7136349,8.0,8655.0,835.0,27,white,male,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-28,09:11:00,"MERRITT ST & ROBINSON RD, OLD HICKORY, TN, 37138",36.2555827,-86.6536172,5.0,9611.0,525.0,51,white,male,596bd1105e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-04,10:30:00,"6610 HWY 100, NASHVILLE, TN, 37205",36.0894785,-86.8803922,1.0,6209.0,117.0,58,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-19,14:40:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9561.0,521.0,29,white,female,a02596b67e,vehicular,investigative stop,True,False,False,arrest,False,False,False,True,True,True,True,consent,investigative stop,TN, +2011-08-08,02:39:00,"I 24 E & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8404.0,313.0,53,white,male,7975bcaa77,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2015-10-09,14:05:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,43,white,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2015-12-31,15:37:00,"BLACKWOOD DR & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1522017,-86.6249735,5.0,8955.0,533.0,25,white,male,925e298f55,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MO, +2012-04-15,22:23:00,"16TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1542929,-86.7928901,8.0,5519.0,811.0,43,white,female,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2013-10-08,08:39:00,"MM 204 2 I40 W, NASHVILLE, TN, 37209",,,1.0,45022.0,111.0,49,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-14,23:57:00,"8TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1578561,-86.7814243,4.0,4085.0,421.0,43,white,male,8a240b02b9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-30,23:29:00,"24 LAFAYETTE ST, NASHVILLE, TN, 37210",36.150551,-86.766564,5.0,8201.0,511.0,24,black,male,ff0d23cd3a,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,False,consent,moving traffic violation,TN, +2012-06-02,23:12:00,"DICKERSON PIKE & DOVERSIDE DR, MADISON, TN, 37115",36.2407601,-86.7572428,7.0,2009.0,723.0,45,black,male,9c3d5bbe14,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-25,23:44:00,"HARDING PIKE & WOODLAWN DR, NASHVILLE, TN, 37205",36.1275635,-86.8438434,1.0,6019.0,113.0,77,white,male,069b304db7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-31,19:05:00,"HAYWOOD LN, , TN, 37013",36.0691643,-86.6893329,,,,50,white,female,0c917ee0a9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-17,13:28:00,"130 W TRINITY LN, NASHVILLE, TN, 37207",36.2051922,-86.7718772,,,,29,other,,95b3c63410,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-01-11,17:11:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,29,black,male,3316885e7f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-20,16:03:00,"407 S 10TH ST, NASHVILLE, TN, 37206",36.172195,-86.751796,2.0,1205.0,213.0,69,black,female,d3fe386ea8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-02-19,22:28:00,"S 10TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1713641,-86.7523097,2.0,1125.0,213.0,33,black,male,e1b3fd3e66,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE HEADLIGHT OUT +2018-10-22,17:49:00,"GALLATIN PIKE S & E OLD HICKORY BLVD, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1701.0,715.0,43,white,male,4183295444,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-03-09,19:10:00,"101 UNIVERSITY CT, NASHVILLE, TN, 37210",36.1520133,-86.76385,5.0,8201.0,511.0,30,black,male,ce5bcb2c38,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2012-10-17,17:47:00,"4815 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0648336,-86.7179678,8.0,8659.0,835.0,26,white,male,37d1129bde,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-26,14:02:00,"OLD HICKORY BLVD & VAUGHN RD, NASHVILLE, TN, 37221",36.0539129,-86.8986741,1.0,6213.0,117.0,49,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-29,14:02:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,23,black,female,cfa3f85a33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING --/-- (PACED). WARNED. +2010-12-14,15:19:00,"BELL RD & MOSSDALE DR, NASHVILLE, TN, 37217",36.0827667,-86.6286968,5.0,8963.0,535.0,52,black,female,aca83e7122,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-19,20:09:00,"150 W TRINITY LN, NASHVILLE, TN, 37207",36.2056156,-86.7726694,2.0,1863.0,223.0,38,white,female,eeeaa04fc6,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-09-20,22:59:00,"2ND AVE S & MIDDLETON ST, NASHVILLE, TN, 37210",36.1544712,-86.7703792,4.0,4031.0,425.0,34,white,female,24c32d13ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA,"right on red +" +2018-01-10,09:05:00,"7122 CENTENNIAL BLVD, NASHVILLE, TN, 37209",,,1.0,4651.0,115.0,49,white,male,e65dc4ec73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-24,01:46:00,", , ,",,,,,,21,black,male,aaec21c32e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"registration plate was out along with right tail light. Driver said no to a search of his vehicle. +no search was completed." +2013-11-14,03:46:00,"11TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1422918,-86.7853984,8.0,6909.0,821.0,27,white,female,e0fb5d3246,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,LA, +2011-11-11,21:56:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8865.0,333.0,64,black,female,fa6268bac5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-26,07:52:00,"1309 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1951286,-86.7718022,2.0,1893.0,223.0,41,black,male,a18099a66a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-13,23:42:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,67,white,female,4e622eb289,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-01,04:40:00,"GALLATIN PIKE & HART LN, NASHVILLE, TN, 37216",36.2116099,-86.7325834,2.0,1817.0,225.0,45,hispanic,male,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAG LIGHT OUT +2011-01-24,02:16:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,5.0,8823.0,531.0,26,white,female,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-24,15:57:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,37,black,male,d417ae0732,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-18,10:28:00,"2300 FOSTER AVE, NASHVILLE, TN, 37210",36.1219866,-86.7425948,3.0,8325.0,313.0,41,black,male,4bf759b804,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-06,09:33:00,"4144 LEBANON PIKE, HERMITAGE, TN, 37076",36.2015167,-86.6189024,5.0,9719.0,523.0,50,white,male,93ef5d6182,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2010-03-26,16:36:00,"33RD AVE & CLIFTON AVE, NASHVILLE, TN, 37209",36.1590802,-86.8250347,6.0,4579.0,613.0,22,black,male,365dd848c6,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-09-24,00:58:00,"SCOTTS CREEK PKWY & TULIP GROVE RD, HERMITAGE, TN, 37076",36.2030864,-86.5916177,5.0,9509.0,523.0,26,white,female,46729fee0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-23,14:35:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9561.0,521.0,25,white,female,a02596b67e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-24,22:46:00,"BREWER DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0536765,-86.7149186,8.0,8655.0,835.0,57,black,male,7226a00c28,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-03-18,15:37:00,"LOUISE DR & THOMPSON LN, NASHVILLE, TN, 37211",36.111064,-86.7473491,8.0,8313.0,825.0,73,white,female,2068212732,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-01,21:11:00,"2600 GALLATIN AVE, NASHVILLE, TN, 37216",36.1968936,-86.7416544,2.0,1401.0,217.0,38,white,male,b2f3a3e943,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-06,10:37:00,"15TH AVE N & CECILIA AVE, NASHVILLE, TN, 37208",36.1876134,-86.8114289,6.0,4491.0,611.0,68,black,male,a025a02b60,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-25,21:10:00,"4TH AVE S, , TN, 37210",36.1465423,-86.7677317,,,,60,white,male,6761423fb7,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-02-03,06:51:00,"I 40 W & ARLINGTON AVE, NASHVILLE, TN, 37210",36.0789995,-86.9551254,5.0,9004.0,513.0,32,white,male,d38b4128e5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-28,09:39:00,"EDMONDSON PIKE & FRONTIER LN, BRENTWOOD, TN, 37027",36.0344086,-86.7435543,8.0,8621.0,833.0,34,black,male,50529da1cb,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-23,13:05:00,"440 E & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,8304.0,313.0,43,black,female,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-18,15:14:00,"310 W TRINITY LN, NASHVILLE, TN, 37207",36.2063999,-86.7805269,6.0,3007.0,621.0,42,black,female,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-10,17:00:00,"2340 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0845176,-86.6469129,5.0,8937.0,535.0,60,black,male,925e298f55,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-01-04,23:31:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,61,white,male,6cedaab465,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-07,19:45:00,"DICKERSON PIKE & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1944033,-86.7723358,2.0,1913.0,221.0,26,black,female,556b2abc49,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,GA, +2012-05-09,20:03:00,"WEDGEWOOD AVE & I 65 N, , TN, 37204",36.1330147,-86.7753381,,,,29,white,male,10eef95763,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-17,06:21:00,"HICKORY INDUSTRIAL DR & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2668734,-86.6702685,5.0,9619.0,525.0,29,white,male,200f52dc10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-03,03:53:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8721.0,325.0,36,white,male,67e783b000,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-31,22:51:00,"E TRINITY LN & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2035886,-86.7384911,2.0,1415.0,217.0,50,white,male,b7cfbf3fb5,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"TRAFFIC STOP IN REFERENCE TO DRIVER FAILING TO TURN ON HEAD LIGHTS. UPON CONTACT, HE REALIZED THEY WEREN'T ON AND CORRECTED PROBLEM. POLITE/VERBAL" +2014-05-15,21:56:00,"S 10TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1713641,-86.7523097,2.0,1125.0,213.0,23,white,female,86da362829,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-10-28,23:59:00,"CLINE AVE & DOUGLAS AVE, NASHVILLE, TN, 37206",36.1932975,-86.7515722,2.0,1933.0,227.0,33,black,male,94ecf24de4,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-25,22:10:00,"111 BROADWAY, NASHVILLE, TN, 37201",36.1616517,-86.7747155,4.0,4095.0,421.0,22,black,male,b5ca91d71f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-09-16,00:39:00,"7TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1736041,-86.7901056,4.0,4237.0,413.0,40,black,male,a9009446e8,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-10-12,19:42:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,20,white,female,eb734545cc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-31,06:08:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,5.0,8815.0,531.0,30,black,female,e24c163b5d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,PLATES EXPIRED +2010-11-02,11:46:00,"OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0384874,-86.8035188,,,,41,hispanic,male,5a2f1d4986,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2012-01-23,09:58:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,63,white,male,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-22,13:48:00,"2201 JONES AVE, NASHVILLE, TN, 37207",36.2085123,-86.755955,2.0,1835.0,223.0,26,hispanic,male,00443cb79c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-01,22:56:00,"3RD AVE N & UNION ST, NASHVILLE, TN, 37201",36.1656433,-86.778624,4.0,4161.0,415.0,18,black,male,3b8237be67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-13,00:32:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9201.0,515.0,25,white,female,9dc8c71b5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-12,09:17:00,"CHESTNUT ST & HAGAN ST, NASHVILLE, TN, 37203",36.1422184,-86.7717075,8.0,8049.0,821.0,35,black,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-01,05:18:00,"23RD AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5715.0,815.0,20,white,male,bf84a4aed8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-12,21:30:00,"HARDING PL & MCGAVOCK PIKE, NASHVILLE, TN, 37217",36.0917845,-86.6852725,3.0,8841.0,323.0,38,white,male,e4f4f4fc42,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,no headlight on +2011-03-18,00:45:00,"MURPHY RD & WEST END AVE, NASHVILLE, TN, 37212",36.1393455,-86.8190954,8.0,5817.0,815.0,46,hispanic,male,acb89d1f7f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-22,23:31:00,"DULING AVE & GALLATIN PIKE N, MADISON, TN, 37115",36.2658527,-86.7110296,7.0,1701.0,715.0,53,white,male,58ae6f0919,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2012-07-23,15:01:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,89062.0,533.0,47,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-04,16:31:00,"BRILEY PKWY S & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9096.0,513.0,27,black,female,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-09,18:09:00,"1900 DAVIDSON ST, NASHVILLE, TN, 37206",36.1650499,-86.7335515,2.0,1235.0,215.0,34,white,male,8d5e63d997,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-24,15:54:00,"CLEVELAND ST & MYRTLE ST, NASHVILLE, , 37206",36.1845626,-86.7570368,,,,20,black,female,565ed6dc62,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"temp tag looked like -/--/--. on close inspection, it was -/--.--. she stated second stop for that reason." +2013-06-17,20:23:00,"E TRINITY LN & LISCHEY AVE, NASHVILLE, TN, 37207",36.2053982,-86.7611639,2.0,1891.0,223.0,29,white,female,b0595584e6,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-03-07,05:58:00,"DAVIDSON ST & S 7TH ST, NASHVILLE, TN, 37206",36.1637462,-86.7546353,2.0,1027.0,211.0,37,black,male,b04c609887,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign - warned +2014-06-19,00:40:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1953.0,221.0,35,black,male,94ecf24de4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-27,06:07:00,"MM 80 0 I65 N, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,22,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-29,02:34:00,"98 RANDY RD, MADISON, TN, 37115",36.2628353,-86.6912002,7.0,1629.0,713.0,20,white,male,831999c6fa,vehicular,moving traffic violation,True,False,True,arrest,True,True,False,False,True,True,True,consent,moving traffic violation,TN,CHANGED LANES WITHOUT SIGNAL; FAILURE TO YIELD RIGHT OF WAY +2014-05-28,16:47:00,"ALAMO PL & WESTBORO DR, NASHVILLE, TN, 37209",36.1524681,-86.8760486,,4671.0,,47,white,female,8563660720,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT AND MIRROR +2011-12-26,07:35:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,8.0,8501.0,831.0,42,black,female,4ba537931c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-07,09:21:00,"GALLATIN PIKE & GILLOCK ST, NASHVILLE, TN, 37216",36.2141443,-86.7307286,2.0,1441.0,217.0,35,black,female,338229ba25,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-09-06,17:17:00,"HICKORY ST & IDLEWILD AVE, MADISON, TN, 37115",36.2594232,-86.7068207,7.0,1609.0,713.0,39,white,male,9a70a45e75,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-24,10:12:00,"CENTRAL PIKE & STONERS BEND DR, HERMITAGE, , 37076",36.1855404,-86.6272436,,,,66,black,female,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-13,19:47:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,38,white,male,4a107ef3da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-10,00:06:00,"S GRAYCROFT AVE & VANTREASE RD, MADISON, TN, 37115",36.2579576,-86.7331619,7.0,1775.0,723.0,34,hispanic,female,afdbbd699c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-19,05:06:00,"KATHERINE ST & SHELTON AVE, NASHVILLE, TN, 37216",36.2091175,-86.7287172,2.0,1419.0,217.0,32,white,female,529fc1bfb1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-27,07:38:00,"COFFEE ST & OWEN ST, NASHVILLE, TN, 37208",36.1825865,-86.804679,6.0,4407.0,611.0,52,black,male,1ba5fb1cc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-25,10:29:00,"ROSA L PARKS BLVD & CLARKSVILLE PIKE, , TN, 37208",36.1879505,-86.8215312,,,,50,black,male,972faedf56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,brake light +2015-04-27,05:59:00,"MM 219 8 I40 E, HERMITAGE, TN, 37076",,,5.0,89040.0,521.0,30,black,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-26,08:16:00,"99 WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.131647,-86.858158,1.0,5019.0,121.0,38,white,male,eb5a39da00,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-24,08:55:00,"JAMES AVE & VERNON AVE, NASHVILLE, TN, 37209",36.1635972,-86.8691698,1.0,4643.0,115.0,20,white,male,3c72ff8fdc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-13,19:45:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,48,white,male,5a96851d64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-18,18:25:00,"NOLENSVILLE PIKE & WELCH RD, NASHVILLE, TN, 37211",36.0833792,-86.727473,8.0,8501.0,831.0,20,white,female,ca70dcb8f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"NO --- FORMS UNDER SOUTH INVESTIGATIONS +" +2016-12-20,11:07:00,"BRICK CHURCH PIKE & W TRINITY LN, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3007.0,621.0,30,white,female,d3a646e989,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG / PROOF OF INS +2012-04-13,13:37:00,"491 ALLIED DR, NASHVILLE, TN, 37211",36.095695,-86.747445,8.0,8511.0,831.0,33,white,female,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-03,10:16:00,"61ST AVE N & MORROW RD, NASHVILLE, TN, 37209",36.1632852,-86.862749,1.0,4639.0,115.0,28,asian/pacific islander,female,cb903826ac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,run stop sign +2013-10-23,14:47:00,"MM 61 6 I24 W, ANTIOCH, TN, 37013",,,3.0,8806.0,333.0,24,white,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2012-04-19,01:09:00,"CHARLOTTE PIKE & CABOT DR, , TN, 37205",36.129977,-86.9008535,,,,23,white,male,f9d7f04fc0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-03,16:45:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1953.0,221.0,51,black,female,7aca53bb89,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,IMPROPER TURN +2012-09-24,22:34:00,"S 5TH ST & SUMMER PL, NASHVILLE, TN, 37206",36.1656636,-86.7611427,2.0,1013.0,211.0,21,white,female,e1b3fd3e66,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2012-02-05,01:36:00,"21ST AVE S & BELCOURT AVE, NASHVILLE, TN, 37212",36.1366374,-86.8008796,8.0,5825.0,815.0,30,white,male,7088d92bb2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-04,12:03:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8863.0,333.0,22,white,female,1ac0d6e95a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2011-05-05,10:09:00,"ROSA L PARKS BLVD, , TN, 37228",36.1935803,-86.8099014,,,,57,black,male,b8a91068a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-05,20:17:00,"S 8TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1699272,-86.7561779,2.0,1045.0,211.0,25,white,female,e1b3fd3e66,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE HEADLIGHT OUT +2018-04-16,09:40:00,"MONTGOMERY AVE & WARD ST, NASHVILLE, TN, 37207",36.1983071,-86.7548405,2.0,1875.0,221.0,53,white,male,fae11c1b48,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-10,20:51:00,"BARNETT DR & DICKERSON PIKE, MADISON, TN, 37115",36.2534201,-86.7576827,7.0,2017.0,723.0,27,black,male,c213187829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-18,18:30:00,"FOREST VIEW DR & WALNUT CREST DR, ANTIOCH, TN, 37013",36.0720226,-86.6269226,3.0,8979.0,335.0,53,black,male,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-24,16:56:00,"NOLENSVILLE PIKE & POLK AVE, NASHVILLE, TN, 37211",36.1301205,-86.7549319,8.0,8041.0,821.0,27,white,male,d43bc9cc6c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-08,16:05:00,"13TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.1428615,-86.7882454,8.0,6701.0,811.0,49,white,male,c0587b7ac9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,WRONG WAY ON ONE WAY +2012-03-09,20:17:00,"I 440 E & ACKLEN PARK DR, NASHVILLE, TN, 37205",36.142035,-86.82011,1.0,5234.0,113.0,28,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-01,17:29:00,"14TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1708062,-86.8013275,6.0,5415.0,615.0,39,black,male,583d36a9fd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-27,23:36:00,"GREAT CIRCLE RD & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1937429,-86.8070645,6.0,4443.0,611.0,35,white,female,3245129711,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-16,12:09:00,"BROADMOOR DR & SAUNDERS AVE, NASHVILLE, TN, 37216",36.2297286,-86.7324672,,1841.0,,51,white,female,70ef06cf19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-20,17:39:00,"612 S 12TH ST, NASHVILLE, TN, 37206",36.168428,-86.750171,2.0,1033.0,213.0,67,black,male,8a6d6c9e3b,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-12-04,00:35:00,"28TH AVE N & JOHN A MERRITT BLVD, , TN, 37208",36.1678281,-86.8207666,,,,20,black,female,e077a1b1fb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,MO, +2013-02-19,17:22:00,"NOLENSVILLE PIKE & PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0848015,-86.7281493,8.0,8501.0,831.0,20,hispanic,female,cf5265e2f4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-06,14:35:00,"65 N & OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.042006,-86.780877,8.0,8604.0,833.0,37,white,male,a66f62a8d9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-01,19:27:00,"CHESTNUT ST & HAGAN ST, NASHVILLE, TN, 37203",36.1422184,-86.7717075,8.0,8049.0,821.0,38,black,female,1d8c47ce85,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2010-08-12,14:41:00,"1ST AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1491797,-86.7634531,3.0,8151.0,311.0,25,black,female,55206bed29,vehicular,investigative stop,True,False,False,arrest,True,True,False,True,True,True,False,other,investigative stop,TN, +2010-10-14,18:18:00,"W MCKENNIE AVE & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1924677,-86.7534386,2.0,1903.0,221.0,18,black,female,00443cb79c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-18,10:56:00,"ELLINGTON PKWY N & E TRINITY LN, NASHVILLE, TN, 37216",36.2033503,-86.7515075,2.0,1894.0,225.0,58,white,female,8352dce69b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-18,11:36:00,"39TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1569872,-86.8327522,6.0,4551.0,613.0,45,black,female,c7fc5dcb73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-02,09:17:00,"24 W & WHITES CREEK PIKE, JOELTON, TN, 37080",,,6.0,22121.0,627.0,19,black,male,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2012-12-20,20:05:00,"21ST AVE S & BLAIR BLVD, NASHVILLE, TN, 37212",36.1303898,-86.8019651,8.0,5901.0,815.0,27,white,female,8563660720,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,CA,SPEEDING--- MPH IN A -- MPH ZONE +2011-12-09,09:36:00,"3220 BELL RD, NASHVILLE, TN, 37214",36.1254314,-86.6308022,5.0,8945.0,533.0,49,white,male,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-10,22:54:00,"FORREST AVE & N 12TH ST, NASHVILLE, , 37206",36.1783642,-86.7483227,2.0,1211.0,213.0,32,white,male,ec7adf5a98,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,DE,RAN STOP SIGN +2016-04-24,00:42:00,"DICKERSON PIKE & W TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,,1861.0,,32,black,male,d3fe386ea8,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2012-07-30,13:12:00,"NAWAKWA TRL & NEELYS BEND RD, MADISON, TN, 37115",36.2350792,-86.6703918,7.0,1637.0,713.0,17,white,male,136443d512,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,"VEHICLE PARKED AT ABANDON HOUSE, ---- OCOEE TRAIL" +2014-11-23,20:18:00,"CAROLYN AVE & GALLATIN AVE, NASHVILLE, TN, 37216",36.1970035,-86.7420545,2.0,1401.0,217.0,44,black,female,a86ebf2746,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,KY, +2011-03-03,16:39:00,"DR D B TODD JR BLVD, , TN, 37203",36.1603507,-86.8017368,,,,21,black,female,972faedf56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IL, +2010-10-07,07:56:00,"BRICK CHURCH PIKE & BRILEY PKWY, NASHVILLE, TN, 37207",36.2361149,-86.7832466,7.0,2014.0,721.0,28,black,female,ce93d662e7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-12,23:29:00,"GALLATIN AVE & STRATTON AVE, NASHVILLE, TN, 37206",36.1827018,-86.7488297,2.0,1937.0,227.0,47,black,male,3b079b5949,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-16,00:44:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,3.0,8145.0,311.0,27,black,female,e33304d826,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-28,02:20:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,34,white,male,e24c163b5d,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-22,09:58:00,"2921 OLD FRANKLIN RD, ANTIOCH, TN, 37013",36.0400674,-86.6382938,3.0,8863.0,333.0,35,black,female,d62c0e5b2f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-01,14:43:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,32,black,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEED +" +2018-05-30,08:53:00,"5101 LINBAR DR, NASHVILLE, TN, 37211",36.079789,-86.698471,3.0,8707.0,321.0,65,white,female,47560720c3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2010-11-04,07:22:00,"1214 CHURCH ST, NASHVILLE, TN, 37203",36.1591131,-86.7895794,,,,39,white,male,ce5f91b12d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-23,15:45:00,"GATEWOOD AVE & LISCHEY AVE, NASHVILLE, TN, 37207",36.1991789,-86.7622733,2.0,1897.0,221.0,37,hispanic,male,12d3d862ae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-27,19:28:00,"PORTER RD & RIVERSIDE DR, NASHVILLE, TN, 37206",36.195378,-86.723415,2.0,1369.0,215.0,35,black,female,8009ad438d,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,"EXPIRED REGISTRATION +" +2016-06-27,19:19:00,"728 GALLATIN AVE, NASHVILLE, TN, 37206",36.1854391,-86.7481249,,,,45,white,male,4e22efde78,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-01-12,13:52:00,"I 65 N & ARMORY DR, NASHVILLE, TN, 37204",36.1018221,-86.7640292,8.0,8504.0,825.0,24,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-12,19:57:00,"2400 BUENA VISTA PIKE, NASHVILLE, TN, 37218",36.1992366,-86.8237426,,,,26,black,male,37a4238cc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-30,10:35:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9223.0,515.0,37,black,female,5cfcf78283,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"COMPUTER DOWN +" +2012-02-11,02:22:00,"23RD AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5715.0,815.0,19,white,male,c7fc5dcb73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-11,16:58:00,"MYATT DR & SPRING BRANCH DR, MADISON, TN, 37115",36.2938275,-86.6964482,7.0,1721.0,727.0,52,white,male,2f644f1012,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-08,10:56:00,"MAPLE TOP DR & TUSCULUM RD, NASHVILLE, TN, 37211",36.0593302,-86.7039925,3.0,8715.0,331.0,17,white,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"-- / -- +" +2012-05-13,00:30:00,"7TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1573828,-86.7797056,4.0,4071.0,421.0,31,white,male,2022e55034,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-24,23:47:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,60,white,male,0f15e3f7ed,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,STATE DOWN +2010-10-15,19:54:00,"GREENWOOD AVE & N 14TH ST, NASHVILLE, TN, 37206",36.1899256,-86.741824,2.0,1323.0,215.0,47,black,female,25ef61b5be,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-02,21:22:00,"ASHLEY WAY & TULIP GROVE RD, HERMITAGE, , 37076",36.207751,-86.5898542,,,,45,hispanic,male,ebfe43e91e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,PLATE LIGHT. +2014-04-07,09:39:00,"HILLSBORO PIKE & WARFIELD DR, NASHVILLE, TN, 37215",36.1033493,-86.8161165,8.0,6405.0,825.0,53,white,male,952fd7094b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-25,21:47:00,"ANTIOCH PIKE & HAYWOOD LN, ANTIOCH, TN, 37013",36.0702375,-86.684455,3.0,8899.0,323.0,26,black,male,8c95eaaf8f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-31,10:04:00,"10TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1578778,-86.7844365,4.0,4115.0,421.0,53,white,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-19,23:06:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,42,black,male,e98216ab9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-03,09:02:00,"I 40 W & S NEW HOPE RD, HERMITAGE, TN, 37076",36.373107,-86.616695,5.0,95020.0,523.0,44,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MD, +2014-09-28,09:17:00,"ANNEX AVE & THUNDERBIRD DR, NASHVILLE, TN, 37209",36.1419995,-86.8861066,,4677.0,,28,white,female,6ba3cffa6c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAIL TO YIELD +2013-04-21,01:19:00,"3RD AVE N & UNION ST, NASHVILLE, TN, 37201",36.1656433,-86.778624,4.0,4135.0,415.0,20,black,male,e143bf684a,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN,DEFENDANT WAS OBSERVED DRIVING NORTH ON -RD AV N PLAYING HIS MUSIC AT A LOUD LEVEL. THE MUSIC COULD BE HEARD AT A DISTANCE GREATER THEN FIFTY FEET. ARRESTING OFFICER PULLED THE DEFENDANT OVER AND UPON RUNNING HIS LICENSE THROUGH THE ARMS SYSTEM ON THE MDC IT CAME BACK SUSPENDED. THE DEFENDANT'S IDENTITY WAS ALSO VERIFIED THROUGH THE ARMS SYSTEM ON THE MDC. NO FTA / FTBS OR OCA. +2011-06-06,01:20:00,"MAIN ST & N 8TH ST, NASHVILLE, TN, 37206",36.1753464,-86.7588221,2.0,1119.0,211.0,20,white,female,6e95f38057,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-20,19:11:00,"MURFREESBORO PIKE & RANSOM PL, , TN, 37217",36.0891014,-86.649991,,,,20,black,male,2b5605b872,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-23,17:22:00,"S 2ND ST & SYLVAN ST, NASHVILLE, TN, 37213",36.1642571,-86.7675882,4.0,1007.0,413.0,44,hispanic,male,150043b12d,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,NO D / L +2013-02-18,04:06:00,"BELL RD & CANBERRA CT, HERMITAGE, TN, 37076",36.1610359,-86.590637,5.0,9545.0,523.0,46,black,male,347d78b924,vehicular,registration,False,True,False,citation,True,True,False,True,True,True,True,probable cause,registration,TN, +2015-10-20,19:40:00,"NOLENSVILLE PIKE & NORTHCREST DR, NASHVILLE, TN, 37211",36.0666814,-86.7179507,8.0,8659.0,835.0,41,white,male,20df4b1e70,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-20,18:34:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,19,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,NJ, +2017-01-12,01:44:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,1.0,4677.0,123.0,31,white,female,9343562728,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-01-30,13:46:00,"2527 LEBANON PIKE, NASHVILLE, TN, 37214",36.1693096,-86.6769177,5.0,9111.0,517.0,51,white,male,e07d1db771,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-07-21,19:55:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,23,white,female,4350c5ee5e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-05-14,12:25:00,"I 24 W & I 440 E, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,45,white,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR OFFICER NO MDC +" +2010-09-08,11:27:00,"ELM HILL PIKE & TIMBER VALLEY DR, NASHVILLE, TN, 37214",36.1419024,-86.6405833,5.0,8955.0,533.0,53,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-28,04:49:00,"HWY 70 S & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0742189,-86.92192,1.0,4901.0,121.0,59,white,male,9a70a45e75,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-17,23:58:00,"BRILEY PKWY & I 40 W, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,4698.0,115.0,24,black,male,48c3d0282a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-11,00:08:00,", , ,",,,,,,24,black,male,064c5c03ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-09,20:27:00,"26TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.154515,-86.8155091,6.0,5313.0,615.0,39,white,male,718e745606,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-14,03:32:00,", , ,",,,,,,22,white,female,aaec21c32e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-22,16:38:00,"2ND AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,3.0,8153.0,311.0,34,white,male,87dd0e095f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-02-11,21:03:00,"12TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4081.0,423.0,41,white,male,2516786674,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-05,01:20:00,"S 5TH ST & MAIN ST, NASHVILLE, TN, 37206",36.1728291,-86.7652377,2.0,1113.0,211.0,32,white,female,640fea0e60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-09,08:20:00,"CANE RIDGE RD & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.000206,-86.6358128,3.0,8765.0,333.0,41,black,female,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-11,23:45:00,"1911 HERMAN ST, NASHVILLE, TN, 37208",36.16273,-86.805685,,,,25,black,male,e4eb4870eb,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2018-07-22,04:20:00,"701 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1834535,-86.7732825,2.0,1963.0,221.0,40,black,female,53e360df93,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-21,13:34:00,"2ND AVE S & I 40 W, NASHVILLE, TN, 37210",36.1525133,-86.7657744,4.0,4008.0,425.0,43,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-18,20:43:00,"BAKERTOWN RD & HAYWOOD LN, NASHVILLE, TN, 37211",36.0700012,-86.6856411,3.0,8851.0,323.0,33,black,male,498350de5b,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-02-23,11:17:00,"DICKERSON PIKE & HART LN, NASHVILLE, TN, 37207",36.2217001,-86.76168,2.0,1823.0,223.0,48,black,male,a7e4b373f1,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2013-07-04,07:25:00,"2250 WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2085958,-86.7947406,6.0,3037.0,623.0,24,black,female,8352dce69b,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-03-03,22:00:00,"BROADWAY & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1567239,-86.789013,4.0,4081.0,423.0,23,white,male,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2016-03-18,01:49:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,40,black,female,9d8bfc8acb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-30,09:38:00,"HICKS RD & HWY 70 S, NASHVILLE, TN, 37221",36.0739239,-86.9262532,1.0,4811.0,125.0,64,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-19,12:04:00,"3042 DICKERSON PIKE, , TN, 37207",36.2284822,-86.759423,2.0,1809.0,225.0,57,black,male,377f552750,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-06,14:45:00,"105 GALLATIN AVE, NASHVILLE, TN, 37206",36.1878916,-86.7462547,2.0,1241.0,213.0,25,hispanic,male,cccd043657,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-09-10,10:44:00,"25TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.146956,-86.8083746,8.0,5615.0,813.0,26,white,female,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-28,01:12:00,"DOUGLAS AVE & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1933356,-86.7532901,2.0,1903.0,221.0,31,white,female,7781f06136,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-11,14:15:00,"I 24 E & SPRING ST, NASHVILLE, TN, 37213",36.1764615,-86.775623,4.0,1985.0,413.0,30,white,male,12bfc112fa,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-09,09:34:00,"NOLENSVILLE PIKE & SWISS AVE, ANTIOCH, TN, 37013",36.0424784,-86.7129346,3.0,8757.0,331.0,33,white,female,d7d987fc7e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-11,10:00:00,"ANDERSON LN & MAY DR, MADISON, TN, 37115",36.2725521,-86.6946037,7.0,1727.0,715.0,24,black,female,ac1590911b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-22,12:02:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,5.0,8823.0,531.0,44,unknown,male,ccda12115e,vehicular,child restraint,False,True,False,citation,,,,False,False,False,False,,child restraint,TN, +2012-05-25,01:25:00,"DOMINICAN DR & ROSA L PARKS BLVD, , TN, 37208",36.1879249,-86.7985195,,,,34,black,female,576170def4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-04,16:15:00,"21ST AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1710578,-86.8099323,6.0,4481.0,613.0,42,black,male,fd8a139aad,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT +2014-11-07,23:10:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,5.0,8951.0,531.0,60,white,female,a5a073bd8e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHT +2018-01-23,13:02:00,"BLUEFIELD AVE & CUMBERLAND CIR, NASHVILLE, TN, 37214",36.1651039,-86.6660353,5.0,9125.0,517.0,31,black,male,215f111799,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-02,20:54:00,"5206 LINBAR DR, NASHVILLE, TN, 37211",36.0747811,-86.6938643,3.0,8707.0,321.0,44,black,male,e7099bc91c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-03,12:35:00,", , ,",,,,,,38,black,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-22,11:46:00,"ALAMEDA ST & CLIFTON AVE, NASHVILLE, TN, 37209",36.1569872,-86.8327522,1.0,4549.0,111.0,32,black,female,dfa33c336f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-14,05:11:00,"30TH AVE N & WEST END AVE, , TN, 37203",36.1436965,-86.8141863,,,,33,black,male,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-22,19:01:00,"MASSMAN DR & PATRICIA DR, NASHVILLE, TN, 37217",36.1349521,-86.7047598,5.0,8827.0,531.0,44,hispanic,male,3316885e7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-09,21:55:00,"I 24 E & BRILEY PKWY, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8336.0,313.0,20,black,female,78d577d0b1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-28,08:29:00,"LICKTON PIKE & OLD HICKORY BLVD, WHITES CREEK, TN, 37189",36.2735182,-86.8173072,6.0,3301.0,627.0,46,black,female,eedda40d7b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-10,19:28:00,"525 SHELBY AVE, NASHVILLE, TN, 37206",36.1689939,-86.7612944,2.0,1011.0,211.0,26,white,male,4c0722bb4a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,WA, +2013-06-14,08:39:00,"CEDARCREEK DR & CEDARMONT DR, ANTIOCH, TN, 37013",36.041374,-86.7037399,3.0,8757.0,331.0,48,black,male,3241b7c0f3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-08,21:11:00,"DICKERSON PIKE & LORRAINE AVE, NASHVILLE, TN, 37207",36.2173667,-86.7631781,2.0,1827.0,223.0,20,black,female,86ef2d8e42,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEAD LIGHT +2017-11-01,18:26:00,"FORREST PARK AVE & TIMBER LN, NASHVILLE, TN, 37215",36.1221841,-86.8229452,1.0,6001.0,117.0,22,white,male,1ed65e7574,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TX, +2014-08-05,11:44:00,"1112 BELL RD, ANTIOCH, TN, 37013",36.0444503,-86.6629431,3.0,8721.0,325.0,56,white,male,e8f7a2d6ff,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-20,19:00:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,66,white,male,2090ca4211,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TX, +2015-10-20,14:30:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,71,white,male,ec95a9403e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-01,15:16:00,"I 24 W, NORTH, TN, 37189",36.3771316,-86.9885236,,,,20,black,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-29,13:32:00,"PORTER RD & TILLMAN LN, NASHVILLE, TN, 37206",36.1849669,-86.7313993,2.0,1309.0,215.0,26,white,female,71b1dbbd63,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-03,12:55:00,"CHARLOTTE PIKE & RIVER RD, NASHVILLE, TN, 37209",36.1286307,-86.9067009,1.0,4701.0,123.0,49,white,male,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-01,01:42:00,"8TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1417067,-86.7786839,8.0,6811.0,821.0,47,black,male,3fbcafb77d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-28,21:46:00,"12TH AVE S & LAUREL ST, NASHVILLE, TN, 37203",36.1536017,-86.7855253,4.0,4015.0,423.0,44,white,female,6761423fb7,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-08-07,01:41:00,", , ,",,,,,,44,white,male,549374aca7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,RIGHT SIDE BRAKE LIGHT OUT +2012-06-16,08:02:00,"I 24 E & HARDING PL, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,86020.0,317.0,30,unknown,male,d098ec755c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-08,22:16:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,60,white,female,9219efb2c5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,no headlights +2012-06-02,21:18:00,"E TRINITY LN & EDWIN ST, NASHVILLE, TN, 37207",36.2048255,-86.7536315,2.0,1855.0,221.0,17,black,male,9edafecd50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-12,13:59:00,"BELL RD & PLEASANT HILL RD, NASHVILLE, TN, 37214",36.124414,-86.6302859,5.0,8945.0,533.0,24,asian/pacific islander,female,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-27,02:06:00,"BELL RD & WOODLAND POINT DR, , TN, 37214",36.1227277,-86.6304529,,,,40,white,male,a1bdf5c653,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-23,02:25:00,"20TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1571318,-86.8036149,8.0,5507.0,813.0,33,black,female,0748bf3279,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-27,21:54:00,"LUCAS LN & W TRINITY LN, NASHVILLE, TN, 37207",36.2060808,-86.7710344,2.0,1863.0,223.0,38,asian/pacific islander,male,0847f81dcc,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2016-10-18,23:59:00,"DICKERSON PIKE & GATEWOOD AVE, NASHVILLE, TN, 37207",36.2001781,-86.7698986,2.0,1863.0,223.0,51,black,male,d3fe386ea8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2011-01-08,23:29:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,26,black,female,cfa3f85a33,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"LIGHTS REQUIRED. RIGHT HEADLIGHT OUT. WARNED. +" +2016-06-24,23:15:00,"MCFERRIN AVE & WOODLAND ST, NASHVILLE, TN, 37206",36.1756758,-86.7547111,2.0,1129.0,213.0,23,black,female,4c0722bb4a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-31,19:28:00,"51ST AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1622683,-86.8491077,1.0,4607.0,111.0,25,black,male,83d70f36c0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-06,10:43:00,"21ST AVE S & ACKLEN AVE, NASHVILLE, TN, 37212",36.1356369,-86.8010087,8.0,5825.0,815.0,26,other,female,65d5d978b1,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2010-03-25,19:22:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,24,black,male,359151e7a0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-30,19:59:00,"DOUGLAS AVE & ELLINGTON PKWY N, NASHVILLE, TN, 37206",36.1931931,-86.751992,2.0,1933.0,227.0,32,white,female,8bfb8d2916,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,-------- +2016-09-20,05:00:00,"ASHLAND CITY HWY & BRILEY PKWY N, NASHVILLE, TN, 37218",36.2101874,-86.8728247,6.0,3247.0,625.0,24,black,male,d0b0c03599,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAILLIGHTS +2014-01-15,05:46:00,"MM 79 8 I65 N, NASHVILLE, TN, 37204",,,8.0,8504.0,825.0,34,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-13,13:40:00,"ELYSIAN FIELDS CT & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0868909,-86.7302104,8.0,8501.0,831.0,25,hispanic,male,72037bef5d,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2014-07-24,20:31:00,"PATRICIA DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1271685,-86.707265,5.0,8821.0,531.0,34,hispanic,male,30042afedf,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2011-09-09,18:44:00,"N 14TH ST & ORDWAY PL, NASHVILLE, TN, 37206",36.1801714,-86.7453179,2.0,1213.0,213.0,34,white,female,1bbaebcc06,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-10,17:59:00,"858 W TRINITY LN, NASHVILLE, TN, 37207",36.205995,-86.8027029,6.0,3013.0,623.0,22,black,male,084c20944a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,NO HEADLIGHTS +2010-04-27,19:30:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,24,white,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-03,23:01:00,"16TH AVE N & CLAY ST, NASHVILLE, TN, 37208",36.1828874,-86.8111713,6.0,4441.0,611.0,36,black,female,0e1022b041,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-27,16:16:00,"800 PORTER RD, NASHVILLE, TN, 37206",36.1837813,-86.7326042,2.0,1345.0,215.0,27,black,female,37171e6b00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-27,18:02:00,"NOLENSVILLE PIKE & SUNRISE AVE, NASHVILLE, , 37211",36.1040429,-86.7417025,,,,56,black,male,3ca1ad326a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,drivers side bl barely one and passenger side out completely +2016-09-27,17:03:00,"4TH AVE S & CHESTNUT ST, , TN, 37210",36.1449382,-86.7666647,,,,34,black,female,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-06,05:51:00,"21ST AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5601.0,813.0,25,white,male,8cbadbb4fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-30,21:47:00,"21ST AVE S & TERRACE PL, NASHVILLE, TN, 37203",36.149505,-86.8005003,8.0,5713.0,811.0,51,black,male,0f7743f733,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-25,09:29:00,"LEBANON PIKE & OLD LEBANON PIKE, NASHVILLE, TN, 37214",36.1679656,-86.6645887,5.0,9125.0,517.0,41,white,male,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-30,08:30:00,", , ,",,,,,,42,white,female,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-07,21:00:00,"HILLSBORO PIKE & 440 E, NASHVILLE, TN, 37215",36.1233722,-86.8090545,8.0,6424.0,823.0,39,white,female,d96e83cd33,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-08-29,10:52:00,"720 BELL RD, ANTIOCH, TN, 37013",36.0558417,-86.6416313,3.0,8865.0,333.0,56,white,male,36ca3f6525,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-07-20,14:18:00,"10TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1804261,-86.8032308,6.0,4447.0,611.0,24,black,female,fc5e2998a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-10,17:29:00,"900 ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1694418,-86.7879402,4.0,4219.0,413.0,55,white,female,2516786674,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-22,00:51:00,"E TRINITY LN & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2035886,-86.7384911,2.0,1415.0,217.0,36,white,female,45e86ca572,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-17,08:28:00,"ELM HILL PIKE & NEILWORTH LN, NASHVILLE, TN, 37214",36.143028,-86.6511443,5.0,9411.0,517.0,53,white,male,963f2c3d0d,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2018-06-12,16:15:00,"E TRINITY LN & JONES AVE, NASHVILLE, TN, 37207",36.205114,-86.7576234,2.0,1891.0,223.0,28,black,female,34e082d612,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2014-03-27,12:29:00,"E NOCTURNE DR & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2115014,-86.797569,6.0,3037.0,623.0,40,black,female,c51a70920b,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2013-09-13,23:44:00,"GRAY AVE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2640132,-86.7219414,7.0,1749.0,723.0,29,black,male,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-30,17:05:00,", , ,",,,,,,40,black,male,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2011-07-26,03:30:00,"N GALLATIN PIKE & CUMBERLAND AVE, MADISON, TN, 37115",36.2679325,-86.7107659,7.0,1707.0,715.0,47,white,male,53db68761e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-13,02:33:00,"HOBSON PIKE & PIN HOOK RD, ANTIOCH, TN, 37013",36.0493105,-86.5999963,3.0,8927.0,335.0,39,black,female,4065a7332f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN A -- MPH ZONE +2014-08-15,19:43:00,"NAPOLEON AVE & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.1282449,-86.7538423,,,,23,black,female,3e2833df23,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-28,00:48:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,19,white,male,167b66ce60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-19,16:33:00,"HAYWOOD LN & I 24 W, NASHVILLE, TN, 37211",36.0694421,-86.6907781,3.0,8810.0,323.0,38,hispanic,female,10eef95763,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-16,22:03:00,"410 METROPLEX DR, NASHVILLE, TN, 37211",36.087756,-86.6953516,3.0,8845.0,317.0,26,white,female,19018cc59c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-11,15:51:00,"HARDING PL & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0913589,-86.8284994,8.0,6403.0,825.0,48,black,male,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-27,23:43:00,"8TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1496911,-86.7791732,4.0,4009.0,423.0,35,white,male,2fcd6b06aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-25,15:25:00,"MURPHY CT & MURPHY RD, NASHVILLE, TN, 37203",36.1396146,-86.8216272,8.0,5629.0,813.0,44,white,female,ef32736df1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-02,14:22:00,"7044 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1316175,-86.9077523,1.0,4703.0,123.0,46,black,female,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-14,02:29:00,"LIMESTON & MURFREES, , TN,",35.85167,-86.392725,,,,28,white,male,8bbd3239b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-03,23:00:00,"MURFREESBORO PIKE & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,889.0,535.0,33,white,male,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-17,00:51:00,"OLD HICKORY BLVD & I 65NORTH, MADISON, TN, 37115",36.2655836,-86.7392867,,,,32,white,male,db6c29e919,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHT OUT/VERBAL +2013-12-16,10:35:00,"MT VIEW RD & BABY RUTH LN, ANTIOCH, TN, 37013",36.0433612,-86.6408144,,,,22,black,male,5a96851d64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-11,14:18:00,"BRILEY PKWY S & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.218025,-86.700407,5.0,9292.0,515.0,23,black,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-09,21:00:00,"3RD AVE S & ASH ST, NASHVILLE, TN, 37210",36.1527862,-86.7705625,4.0,4005.0,425.0,22,white,female,2090ca4211,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-02,15:11:00,"W TRINITY LN & OLD BUENA VISTA RD, NASHVILLE, TN, 37207",36.2060909,-86.8110252,6.0,3037.0,623.0,48,black,female,88c2d8920e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2013-06-26,19:35:00,"S GALLATIN PIKE & W WEBSTER ST, MADISON, TN, 37115",36.2518797,-86.7176908,7.0,1785.0,711.0,26,black,female,4f1d028e45,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-02,08:38:00,"I 65 N & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1807.0,225.0,31,white,female,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-28,19:00:00,"DICKERSON PIKE & KINGSTON ST, NASHVILLE, TN, 37207",36.2093664,-86.7664947,2.0,1833.0,223.0,20,black,male,5ca40b11d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-01,12:35:00,"I 24 E & HARDING PL, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8443.0,317.0,39,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-23,11:57:00,"5515 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0435611,-86.7451511,8.0,8615.0,833.0,62,white,male,1ff1d02632,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-18,20:33:00,"EDGEHILL AVE & HILLSIDE AVE, NASHVILLE, TN, 37203",36.1419418,-86.7810525,8.0,6809.0,821.0,23,black,male,59629c618d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-30,07:11:00,"MM 203 4 I40 W, NASHVILLE, TN, 37209",,,1.0,46020.0,115.0,46,white,male,a9e3132c9f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-13,07:15:00,"46TH AVE N & UTAH AVE, NASHVILLE, TN, 37209",36.1444116,-86.8418414,1.0,5135.0,113.0,25,white,female,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-03,18:04:00,"32ND AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1592636,-86.8241364,6.0,4553.0,613.0,29,black,male,63295b6591,vehicular,moving traffic violation,False,True,True,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2013-05-29,10:22:00,"HWY 70 S & ERIN LN, , TN, 37221",36.0784068,-86.9089123,,,,31,white,male,b91c7a6f67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-18,06:20:00,"MM 78 0 I65 N, NASHVILLE, TN, 37204",,,8.0,8502.0,825.0,62,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-30,18:50:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6959.0,821.0,51,white,female,4d037c592b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-17,03:52:00,"I 24 E & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8404.0,313.0,21,white,male,e4eb4870eb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SUSPENDED DL +2013-03-14,21:28:00,"S 7TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1681686,-86.7572402,2.0,1023.0,211.0,19,black,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-07-24,00:30:00,"DOUGLAS AVE & LISCHEY AVE, NASHVILLE, TN, 37207",36.1936029,-86.7632591,2.0,1909.0,221.0,25,white,male,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IL,TAIL LIGHT OUT +2010-10-31,20:47:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,41,black,male,fa9ae817a9,vehicular,vehicle equipment violation,True,False,False,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-24,23:19:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,47,white,male,0a2b939d4b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-17,20:17:00,"DOUGLAS AVE & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1933356,-86.7532901,2.0,1903.0,221.0,26,black,male,d3fe386ea8,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-28,00:38:00,"MURFREESBORO PIKE & PIN HOOK RD, ANTIOCH, TN, 37013",36.0504945,-86.6147644,3.0,8927.0,335.0,22,black,male,4e622eb289,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-01,18:20:00,"2508 9TH AVE S, NASHVILLE, TN, 37204",36.1237333,-86.7836454,8.0,6951.0,823.0,65,white,female,4f1d028e45,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2012-01-19,07:49:00,"4TH AVE N & MADISON ST, NASHVILLE, TN, 37208",36.1758099,-86.7868071,6.0,4317.0,617.0,36,black,female,8f1069f970,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"-- IN -- +" +2015-02-13,19:28:00,"MAIN ST & S 1ST ST, NASHVILLE, TN, 37213",36.1700116,-86.7726962,4.0,1993.0,413.0,33,black,male,4388515b9f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN +2015-05-09,02:02:00,"3RD AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,35,white,male,c5201e87d1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,SC,exp tag +2016-09-11,11:20:00,"1 TITANS WAY, NASHVILLE, TN, 37213",36.1662408,-86.7718613,4.0,1101.0,413.0,37,unknown,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-08,00:05:00,"4190 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0777065,-86.7250645,3.0,8705.0,321.0,40,white,female,4fcaf362c6,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-10-22,16:25:00,"I 65 N & I 440 E, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,8306.0,825.0,23,white,male,074d9d0c87,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-11,23:40:00,"CABOT DR & UPTON LN, NASHVILLE, TN, 37209",36.1398917,-86.8887943,1.0,4677.0,123.0,25,white,male,88ef34d431,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-05,11:21:00,"I 440 W & I 65 N, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,8004.0,821.0,19,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-17,14:30:00,"5330 EULALA DR, NASHVILLE, TN, 37211",36.0532201,-86.7028375,3.0,8717.0,331.0,78,white,female,77edf3dc3b,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2013-06-22,17:08:00,"BELL RD & HICKORY HOLLOW LN, ANTIOCH, TN, 37013",36.0491822,-86.6517506,3.0,8871.0,325.0,29,asian/pacific islander,female,1d683e1215,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-01,12:13:00,"CHARLOTTE PIKE & HILLWOOD BLVD, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5023.0,123.0,22,white,female,825f6ab981,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-20,08:41:00,"1217 STOCKELL ST, NASHVILLE, TN, 37207",36.1934043,-86.7682938,2.0,1911.0,221.0,61,white,female,e56bc560e3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-30,05:55:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,63,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-05,13:36:00,"I 40 W & MORROW RD, NASHVILLE, TN, 37209",36.0789995,-86.9551254,1.0,52022.0,111.0,48,white,female,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,CT, +2018-02-09,09:53:00,"ANDREW JACKSON PKWY & DES MOINES DR, HERMITAGE, TN, 37076",36.2095802,-86.6019573,5.0,9535.0,523.0,26,hispanic,male,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-20,14:04:00,"S 14TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1708216,-86.746765,2.0,1035.0,213.0,36,white,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-27,02:47:00,"DICKERSON PIKE & W TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,53,white,male,2e7ed4165c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-20,21:33:00,"GALLATIN PIKE & GREENLAND AVE, NASHVILLE, TN, 37216",36.222835,-86.7257635,2.0,1425.0,217.0,43,white,female,b9f747e548,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-11-04,21:57:00,"18TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1828202,-86.8123817,6.0,4485.0,611.0,24,black,male,90e8e0b010,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-17,21:18:00,"I 65 N, NASH, TN,",35.4905624,-86.8898529,,,,36,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA, +2012-04-23,10:55:00,"HARDING PL & RECOVERY RD, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8705.0,321.0,50,black,male,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-30,17:36:00,", , ,",,,,,,64,white,male,186c441c5e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,REGISTRATION EXPIRED --/---- +2018-03-30,10:35:00,"317 ANDERSON LN, MADISON, TN, 37115",36.2731682,-86.7042178,7.0,1729.0,715.0,32,black,female,608253d382,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,safety violation,TN, +2015-06-05,07:17:00,"DIVISION ST & MUSIC CIR E, NASHVILLE, TN, 37203",36.1516853,-86.7895015,8.0,6719.0,811.0,30,white,female,e60adece97,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-22,16:10:00,"MOSSDALE DR & OWENDALE DR, NASHVILLE, TN, 37217",36.0781507,-86.6225877,5.0,8981.0,535.0,42,black,female,87bd93c328,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2013-04-03,11:07:00,"2813 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2185977,-86.7623194,2.0,1823.0,223.0,37,hispanic,female,136443d512,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN,"state search of tag showed driver had no dl. driver was stopped and had no dl. +driver issued state citation for no dl." +2014-08-20,07:01:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,37,black,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-27,14:05:00,"I 40 W & DONELSON PIKE, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,9103.0,517.0,31,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I -- W AT ELM HILL PK. I HAD MY VEHICLE POSITIONED SO I COULD SHOOT THE LASER OUT OF MY FRONT WINDOW. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED. I CONFIRMED THE DEFENDANT'S SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. THE DEFENDANT STATED HE THOUGH HE WAS GOING -- MPH. +2014-07-16,10:32:00,"I 40 W & 2ND AVE S, NASHVILLE, TN, 37210",36.1525133,-86.7657744,4.0,4008.0,425.0,23,white,female,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-02,20:41:00,"GALLATIN AVE & GRANADA AVE, NASHVILLE, TN, 37206",36.1883275,-86.7463755,2.0,1927.0,227.0,28,black,female,00443cb79c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-24,23:05:00,", , ,",,,,,,60,asian/pacific islander,male,acffed52bf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NY, +2010-03-29,12:26:00,"HARRISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1685721,-86.7883388,4.0,4221.0,411.0,45,other,male,26c06ece06,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-30,11:26:00,"DR WALTER S DAVIS BLVD & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1738155,-86.8225908,,,,66,black,female,88c2d8920e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2012-11-28,23:13:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9557.0,523.0,48,white,male,7a4cb6c3f1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-07,19:15:00,"JEFFERSON ST BRIDGE, NASHVILLE, TN, 37207",36.1761674,-86.7805543,4.0,1957.0,413.0,23,white,female,1440ee9f2f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN,speeding +2011-06-01,02:19:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,50,white,female,f7d35184d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-01,04:17:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,26,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-29,10:42:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,68,black,male,080ab8807b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-21,23:25:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,28,white,male,5e5cf77af0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-16,08:37:00,", , ,",,,,,,34,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-20,16:16:00,"123 CLEVELAND ST, NASHVILLE, TN, 37207",36.1874324,-86.7713382,2.0,1919.0,221.0,23,black,male,00443cb79c,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,True,True,True,False,other,moving traffic violation,TN, +2010-07-26,13:53:00,"BRILEY PKWY & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1801.0,225.0,21,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2014-09-16,23:40:00,"OLD HICKORY BLVD & ZERMATT AVE, NASHVILLE, TN, 37211",36.0456117,-86.7197548,8.0,8655.0,835.0,34,black,female,7e361b3cfb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-23,22:08:00,"DICKERSON PIKE & GRACE ST, NASHVILLE, TN, 37207",36.183182,-86.7738672,2.0,1961.0,221.0,43,white,male,d3fe386ea8,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2014-11-30,14:42:00,"MM 202 6 I40 E, NASHVILLE, TN, 37209",,,1.0,50022.0,123.0,24,hispanic,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-12,08:50:00,"2403 JEFFERSON ST, NASHVILLE, TN, 37208",36.168347,-86.812699,6.0,5321.0,615.0,67,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-07,15:12:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1953.0,221.0,26,black,male,0847f81dcc,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-14,23:35:00,"MYATT DR & NORTHGATE BUSINESS PKWY, MADISON, TN, 37115",36.2836827,-86.6923159,7.0,1715.0,715.0,39,white,male,724faddb76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LIGHTS REQUIRED +2014-04-15,12:25:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,26,other,female,d7d987fc7e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-18,04:08:00,"S GALLATIN PIKE & DUE WEST AVE E, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1519.0,711.0,43,black,male,c76c330626,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-03,21:01:00,"JUAREZ DR & LOPEZ LN, HERMITAGE, TN, 37076",36.1920816,-86.6177403,5.0,9531.0,521.0,43,black,male,471811543e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-14,17:34:00,"DIVISION ST & MAGAZINE ST, NASHVILLE, TN, 37203",36.1509519,-86.7831126,4.0,4013.0,423.0,45,white,female,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MA, +2015-10-19,20:35:00,"47TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544329,-86.8435844,1.0,4543.0,111.0,30,black,male,9d8bfc8acb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-26,21:36:00,"660 BELL RD, ANTIOCH, TN, 37013",36.058052,-86.6397644,3.0,8865.0,333.0,31,black,female,332eb43ee3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-08,05:12:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9005.0,511.0,22,black,male,937faddb57,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,False,True,True,True,other,moving traffic violation,TN, +2014-01-10,22:33:00,"29TH AVE N & CLIFTON AVE, , , 37209",36.1588501,-86.8198183,,,,28,black,female,0d43689ede,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-07,07:31:00,"ANDREW JACKSON PKWY & WEBER RD, HERMITAGE, TN, 37076",36.196213,-86.6085041,5.0,9507.0,521.0,30,white,female,a70bee75a6,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-20,20:40:00,", , ,",,,,,,27,black,female,31d831c21a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-05-24,20:30:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,25,white,female,871986f056,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-02-25,15:13:00,"BRILEY PKWY & BRILEY PKWY, , TN, 37217",36.2343622,-86.8007352,5.0,8951.0,531.0,22,black,male,5f12ed2979,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,OH,"--/-- +" +2012-05-01,22:17:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,38,white,female,6949a466d7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-05,08:49:00,"CASTLEGATE CIR & CASTLEGATE DR, NASHVILLE, TN, 37217",36.0859566,-86.6133992,5.0,8929.0,535.0,32,white,male,06dbf4a801,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AL, +2014-10-01,18:04:00,"MURFREESBORO PIKE & RURAL HILL RD, NASHVILLE, TN, 37217",36.074432,-86.6385894,5.0,8939.0,535.0,27,asian/pacific islander,male,3d3f1787ec,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,brake light +2012-01-22,16:02:00,"25TH AVE N & OSAGE ST, NASHVILLE, TN, 37208",36.1762992,-86.8162869,6.0,4465.0,613.0,23,black,male,971bc941e5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-04,15:56:00,"3RD AVE S & ASH ST, NASHVILLE, TN, 37210",36.1527862,-86.7705625,4.0,4005.0,425.0,33,white,female,8ad42740bd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG +2015-12-13,22:52:00,"KERMIT DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1217299,-86.7048343,5.0,8823.0,531.0,36,black,male,3b8237be67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-17,10:12:00,"MM 208 0 I40 W, NASHVILLE, TN, 37208",,,6.0,42024.0,617.0,28,black,female,4cb0a8cbeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-15,11:42:00,"E TRINITY LN & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2035886,-86.7384911,2.0,1415.0,217.0,57,white,female,037bfcb0ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-26,21:28:00,"DR DB TODD JR BLVD & JEFFERSON ST, NASHVILLE, TN, 37208",36.1694517,-86.8066186,6.0,5413.0,615.0,29,black,male,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-13,15:37:00,"S GALLATIN PIKE & DUE WEST AVE E, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1785.0,711.0,52,white,male,72de0e0089,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-28,17:31:00,"BRICK CHURCH PIKE & EWING DR, NASHVILLE, TN, 37207",36.2315631,-86.7815318,7.0,2003.0,721.0,30,black,male,e9348c562d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-05-25,19:25:00,"MCNALLY DR & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.0932833,-86.736203,,,,47,white,male,3790ebbbc7,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-09,23:27:00,"300 BERKLEY DR, MADISON, TN, 37115",36.2454546,-86.7138896,7.0,1505.0,711.0,30,white,male,2d9b91c2d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran red light +2011-12-09,17:47:00,"PERKINS ST & WHARF AVE, NASHVILLE, TN, 37210",36.1474518,-86.7627055,3.0,8149.0,311.0,39,black,male,75a83e1ab6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-01,06:12:00,"FRANKLIN PIKE & WOODMONT BLVD, NASHVILLE, TN, 37204",36.11135,-86.7834309,8.0,7001.0,823.0,22,white,female,3ce699d325,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-04,17:05:00,"11TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1422918,-86.7853984,8.0,6807.0,821.0,41,white,male,d944ee700d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-20,15:15:00,"I 40 ENTRY W & HERMITAGE AVE, NASHVILLE, TN, 37210",,,,4003.0,,20,black,female,6bf847f924,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2011-03-01,19:57:00,"5101 LINBAR DR, NASHVILLE, TN, 37211",36.079789,-86.698471,,,,23,white,female,37d1129bde,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-06,05:39:00,"DICKERSON PIKE & OLD DUE WEST AVE, NASHVILLE, TN, 37207",36.2496745,-86.7570974,7.0,2011.0,721.0,75,white,male,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-08,04:06:00,", , ,",,,,,,26,hispanic,male,7587c64dd9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-29,23:02:00,"63RD AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1692597,-86.8620428,1.0,4621.0,115.0,32,black,male,e98216ab9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-20,18:18:00,"25TH AVE N & PARK PLZ, NASHVILLE, , 37203",36.154179,-86.8124758,8.0,5623.0,813.0,29,white,,7b76b56003,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MD, +2015-03-23,23:21:00,"BELL RD & BENZING RD, ANTIOCH, , 37013",36.045306,-86.7016897,,,,23,white,male,4e622eb289,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-11,22:52:00,"HARDING PIKE & KENNER AVE, NASHVILLE, , 37205",36.1258038,-86.8464077,,,,71,black,male,e8583fbb05,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-29,00:08:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,8.0,8501.0,831.0,23,white,female,22664863cc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"----- +" +2013-06-04,11:45:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8817.0,531.0,41,black,male,282b781c4d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-07,07:01:00,"5208 ILLINOIS AVE, NASHVILLE, TN, 37209",36.1577994,-86.8509284,1.0,4603.0,111.0,30,white,male,eb5a39da00,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-02-19,03:34:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,46,white,,393639dfae,vehicular,investigative stop,False,True,True,citation,False,False,False,True,True,True,False,consent,investigative stop,TN,stopped for slamming on brakes and skidding to narrowly avoid hitting a car stopped for a good five seconds at a stop light. denham took the dl cite +2010-01-25,01:53:00,"BRILEY PKWY & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9290.0,515.0,56,black,female,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-24,14:41:00,"MCGAVOCK PIKE & STINSON RD, NASHVILLE, TN, 37214",36.1744793,-86.6790209,5.0,9307.0,515.0,36,white,female,0d9e46bbe6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-28,02:10:00,"FERN AVE & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.1954986,-86.7751068,2.0,1867.0,223.0,36,black,female,d3fe386ea8,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2013-10-28,21:06:00,"MM 53 6 I24 W, NASHVILLE, TN, 37211",,,3.0,88140.0,315.0,41,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-12-17,18:18:00,"I 440 E & I 24 W, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,45,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2015-12-06,15:35:00,"4851 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0633294,-86.7176014,8.0,8659.0,835.0,48,white,male,711211250d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-05-06,20:25:00,"5TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4067.0,421.0,52,white,male,5c3fe4aefc,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-08,23:20:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,21,white,female,8146922822,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-23,08:30:00,"2600 JEFFERSON ST, NASHVILLE, TN, 37208",36.1684037,-86.8170846,6.0,4523.0,613.0,26,white,male,cbaf8cc4c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2011-03-21,12:04:00,"BELL RD & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0719049,-86.636152,5.0,8939.0,535.0,28,white,male,a09fc76742,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-05-10,23:20:00,"5TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37219",36.1743153,-86.7874168,4.0,4235.0,413.0,44,black,male,56ee11fe67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-08,02:24:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4677.0,123.0,22,white,female,3ce33785e5,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-15,16:03:00,"DR D B TODD JR BLVD & JACKSON ST, NASHVILLE, TN, 37208",36.1657538,-86.8051136,6.0,5409.0,615.0,22,black,,ab0403c78f,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,False,True,True,False,other,vehicle equipment violation,TN, +2018-11-17,23:44:00,"2ND AVE S & ELM ST, NASHVILLE, TN, 37210",36.1541574,-86.7701631,4.0,4029.0,425.0,26,white,female,18aa33a4b9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-17,21:18:00,"426 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1441245,-86.7469395,5.0,8213.0,511.0,34,hispanic,male,e7099bc91c,vehicular,investigative stop,True,False,False,arrest,False,False,False,False,True,False,True,other,investigative stop,TN, +2011-01-14,10:51:00,"201 BROOK HOLLOW RD, , , 37205",36.09911,-86.884559,,,,28,white,male,f5d8fbd78b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-11,02:54:00,"13TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1559889,-86.7888371,4.0,4002.0,423.0,26,white,male,8bbd3239b1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-10-20,,"25TH AVE N & HERMAN ST, NASHVILLE, TN, 37208",36.1623057,-86.8145875,6.0,5309.0,615.0,50,black,male,39b8785c34,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-18,21:27:00,"HARDING PIKE & VOSSLAND DR, NASHVILLE, TN, 37205",36.0963795,-86.8776296,1.0,4915.0,121.0,23,hispanic,female,95cab0be7c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-08-16,08:27:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37207",36.176917,-86.7761407,4.0,1957.0,413.0,34,black,female,ce5f91b12d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-01,20:20:00,"ATHENS WAY & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1929002,-86.80175,6.0,4445.0,611.0,66,black,male,3955cfd39c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-05,21:52:00,"DICKERSON PIKE & SUNSET DR, NASHVILLE, TN, 37207",36.2236763,-86.7610003,2.0,1887.0,223.0,21,black,female,fa584a6825,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-10,23:45:00,"EULALA DR & OCALA DR, NASHVILLE, TN, 37211",36.051447,-86.7027265,3.0,8717.0,331.0,54,black,male,9b2d08be70,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-23,20:42:00,"GALLATIN PIKE & GILLOCK ST, NASHVILLE, TN, 37216",36.2141443,-86.7307286,2.0,1441.0,217.0,45,black,male,95d8a19b5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-22,11:11:00,"DICKERSON PIKE & MULBERRY DOWNS CIR, MADISON, TN, 37115",36.2514708,-86.7573853,,2017.0,,29,black,male,95d8a19b5a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-11-21,04:59:00,"3RD AVE N & HARRISON ST, NASHVILLE, TN, 37201",36.1711891,-86.782231,4.0,4213.0,413.0,32,white,male,8146922822,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-19,03:17:00,"2ND AVE N & CHURCH ST, NASHVILLE, TN, 37201",36.1646044,-86.7769082,4.0,4135.0,415.0,43,black,male,4b59d19267,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,stopped for covering over vehicle tags +2013-06-19,16:17:00,"CLARKSVILLE PIKE & S HAMILTON RD, NASHVILLE, TN, 37218",36.1936554,-86.831192,6.0,3155.0,623.0,42,black,female,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-30,19:04:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,33,black,male,4f1d028e45,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2011-09-30,16:31:00,"EDWARDS AVE & HART LN, NASHVILLE, TN, 37216",36.2168659,-86.7395794,2.0,1847.0,225.0,28,white,female,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-13,19:19:00,", , ,",,,,,,50,white,male,550e7e232e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-28,10:17:00,"MM 204 8 I40 W, NASHVILLE, TN, 37209",,,1.0,45020.0,111.0,41,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-14,09:23:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,27,black,male,1d2e83fed9,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2012-07-18,16:50:00,"601 DUE WEST AVE W, MADISON, TN, 37115",36.2486238,-86.7350256,7.0,1799.0,723.0,24,hispanic,male,489eea137b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-01,15:12:00,"1164 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1233716,-86.7062037,5.0,8823.0,531.0,40,white,male,de5f92be29,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-01-30,07:13:00,"BELL RD & I 24 W, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8859.0,325.0,36,black,female,19b6cf7f40,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-28,13:20:00,"ELLINGTON PKWY & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,48,black,female,6dcfd54f0d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-26,15:58:00,"MCCRORY CREEK RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1574531,-86.6358797,5.0,9413.0,517.0,30,white,female,7820669585,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-09-27,10:01:00,"10TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1348816,-86.7848828,8.0,6907.0,821.0,35,white,female,392b1090b2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-03,22:53:00,"PRIEST LAKE DR & WHORLEY DR, NASHVILLE, TN, 37217",36.0802444,-86.629189,5.0,8963.0,535.0,42,black,female,97117e47ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2015-05-25,14:00:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,56,white,female,0491807f2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-01,16:06:00,"LENORE ST & S 7TH ST, NASHVILLE, TN, 37206",36.1646585,-86.7551922,2.0,1025.0,211.0,34,black,male,e1b3fd3e66,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TINT VIOLATION +2011-12-11,16:53:00,"GALLATIN AVE & MCKENNIE AVE, NASHVILLE, TN, 37206",36.1919016,-86.7447974,2.0,1933.0,227.0,70,white,female,47560720c3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-16,21:30:00,"I 24 W & HARDING PL, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,88100.0,323.0,55,black,male,eaed2169c5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-16,05:28:00,"MM 78 0 I65 N, NASHVILLE, TN, 37204",,,8.0,8502.0,825.0,49,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-15,05:52:00,"MM 213 I40 W, NASHVILLE, TN, 37210",,,5.0,9006.0,513.0,54,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-24,00:55:00,"2ND AVE S & MIDDLETON ST, NASHVILLE, TN, 37210",36.1544712,-86.7703792,4.0,4033.0,425.0,43,black,male,e4f4f4fc42,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT OUT +2011-09-09,13:53:00,"I 65 S & THOMPSON LN, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,8301.0,823.0,22,black,female,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-08,00:46:00,"GALLATIN AVE & N 11TH ST, NASHVILLE, TN, 37206",36.1800444,-86.7499238,2.0,1939.0,227.0,32,unknown,male,46729fee0f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-27,07:25:00,"24 E & OLD FRANKLIN RD, ANTIOCH, TN, 37013",,,3.0,87040.0,333.0,27,black,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-17,15:03:00,"NOLENSVILLE PIKE & NORTHCREST DR, NASHVILLE, TN, 37211",36.0666814,-86.7179507,8.0,8661.0,831.0,32,hispanic,female,7b3aa52401,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-11,19:54:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,29,hispanic,male,f5c7327329,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-08,23:26:00,"I 24 W & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1357503,-86.7281348,5.0,8206.0,513.0,48,black,male,23dde6f49b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-29,15:58:00,"APACHE TRL & BARELLA DR, ANTIOCH, TN, 37013",36.0618831,-86.6824901,3.0,8713.0,321.0,26,black,female,19b6cf7f40,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-21,19:50:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,323.0,50,black,male,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-21,18:45:00,"DICKERSON PIKE & HANCOCK ST, NASHVILLE, TN, 37207",36.1844104,-86.7737184,2.0,1951.0,221.0,26,white,male,f5ba94b9a7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"STOPPED DUE TO NOT HAVING LIGHTS ON IN THE RAIN. +" +2010-09-04,21:15:00,"43RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1523115,-86.8383394,1.0,5217.0,113.0,51,white,female,e2c529429e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,FL, +2010-07-09,21:24:00,"3RD AVE N, NORTH, TN, 37208",36.181682,-86.7889766,,,,36,black,male,65019d82f3,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2016-03-14,17:04:00,"I 24 W & HARDING PL, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,8810.0,323.0,24,black,female,3d3f1787ec,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speeding, -- in a --" +2010-03-26,12:39:00,"MM 36 I24 E, JOELTON, TN, 37080",,,6.0,3318.0,627.0,35,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-24,20:15:00,"4TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1571758,-86.7746549,4.0,4053.0,425.0,50,black,female,bfcced43ce,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-11-10,19:30:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,,9223.0,,65,white,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-04,09:30:00,"OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0384874,-86.8035188,,,,18,white,female,39c3a6436c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR OFFICER NO MDC + +" +2015-04-06,06:11:00,"W TRINITY LN & OLD MATTHEWS RD, NASHVILLE, TN, 37207",36.2083029,-86.7888733,6.0,3041.0,621.0,66,black,male,7795d00d59,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-06-21,00:41:00,"DR D B TODD JR BLVD & MEHARRY BLVD, NASHVILLE, TN, 37208",36.1683395,-86.8061566,6.0,5327.0,615.0,50,black,male,2fcd6b06aa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-06-02,22:55:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6509.0,815.0,25,white,male,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-28,10:27:00,"JUAREZ DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,36,white,female,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-27,22:08:00,"LEBANON PIKE & OLD LEBANON PIKE, NASHVILLE, TN, 37214",36.1679656,-86.6645887,5.0,9125.0,517.0,44,white,female,cda987c674,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-12,01:58:00,"GREAT CIRCLE RD & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1937429,-86.8070645,6.0,4443.0,611.0,26,black,male,53db68761e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-18,20:11:00,"18TH AVE S & PORTLAND AVE, NASHVILLE, TN, 37212",36.1330156,-86.7972524,8.0,6609.0,815.0,25,white,male,ef32736df1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-03,10:12:00,"N 5TH ST & RICHARDSON AVE, NASHVILLE, TN, 37207",36.1924411,-86.7620895,2.0,1907.0,221.0,21,black,male,00443cb79c,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,True,True,other,moving traffic violation,TN, +2010-10-18,00:50:00,"LEBANON PIKE & SWEDEN DR, HERMITAGE, TN, 37076",36.2020716,-86.6170666,5.0,9533.0,523.0,27,white,female,4714ced2a3,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-18,15:15:00,"21ST AVE S & MEDICAL CENTER DR, NASHVILLE, TN, 37203",36.1427881,-86.8000542,8.0,5715.0,815.0,22,asian/pacific islander,female,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-04,19:18:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6939.0,821.0,20,white,female,49789d7cb7,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-06-04,15:02:00,"ANTIOCH PIKE & FRANKLIN LIMESTONE RD, ANTIOCH, TN, 37013",36.0803927,-86.6857437,,,,23,white,female,c37fe555dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"STOPPED A ---- MOBILE HOME VEHICLE WITH NO VISIBLE TAG. DRIVER HAD JUST PURCHASED VEHICLE. SUBJECT WARNED. VALID DL AND NO WARRANTS, NO WARRANTS ON PASSENGER." +2017-01-19,10:09:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,44,white,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-13,18:01:00,"MCGAVOCK PIKE & SELMA AVE, NASHVILLE, TN, 37214",36.1750154,-86.6789385,5.0,9201.0,515.0,23,white,male,adbc8ce5f1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"I OBSERVED SUBJECT MAKE AN ILLEGAL TURN FROM THE ROUND-ABOUT AS HE EXITED TWO RIVERS PARKWAY. I CAUGHT UP TO HIM ON MCGAVOCK PKE HEADING TOWARDS LEBANON PKE. SUBJECT HAD A VALID LICENSE. SUBJECT WAS WARNED. +" +2010-05-31,11:45:00,"3803 BURRUS ST, NSH, TN, 37216",36.2156001,-86.734102,,,,72,white,male,12d3d862ae,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-11-24,15:03:00,", , ,",,,,,,35,black,female,1f5576d831,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-15,13:18:00,", , ,",,,,,,35,white,male,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-19,17:16:00,"3819 PLANTATION DR, HERMITAGE, TN, 37076",36.2001215,-86.6340033,5.0,9601.0,521.0,46,white,male,e552872ac6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-19,14:47:00,", , ,",,,,,,35,black,female,769a186299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-08,11:36:00,"11TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1803336,-86.8044495,6.0,4409.0,611.0,39,black,male,262e2cae19,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-04-09,22:53:00,"LEBANON PKE, , TN,",36.1691515,-86.6690223,,,,36,white,male,fa36db4496,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"ILLEGAL WINDOW TINT --% +" +2016-03-20,08:32:00,"W TRINITY LN & YOUNGS LN, NASHVILLE, , 37207",36.2060909,-86.8110252,,,,40,black,female,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-18,02:05:00,"MOORMANS ARM RD & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2181825,-86.803505,6.0,3043.0,623.0,28,black,female,56705d494c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-01-30,10:03:00,"2ND AVE S & I 40 E, NASHVILLE, TN, 37210",36.1525133,-86.7657744,5.0,8202.0,511.0,68,white,female,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-03,23:56:00,"BROADMOOR DR & ELLINGTON PKWY N, NASHVILLE, TN, 37216",36.2302842,-86.7457768,2.0,1882.0,225.0,20,black,female,acffed52bf,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-05,03:37:00,"1331 BELL RD, ANTIOCH, TN, 37013",36.0467509,-86.6770061,3.0,8719.0,331.0,38,black,male,faf7fd2318,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-17,21:02:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9111.0,517.0,44,white,male,d035c615e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-06,20:19:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6913.0,823.0,32,black,female,31d831c21a,vehicular,vehicle equipment violation,False,True,False,citation,True,True,False,True,True,True,True,probable cause,vehicle equipment violation,TN, +2016-07-30,18:00:00,"CHARLOTTE PIKE & OCEOLA AVE, NASHVILLE, TN, 37209",36.1496487,-86.8599114,1.0,5025.0,115.0,26,white,male,ae3d1eafc3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN,failure to yield the right of way +2016-04-03,00:49:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,25,white,male,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-26,21:08:00,"3780 BELL RD, NASHVILLE, TN, 37214",36.1361127,-86.6297696,5.0,8959.0,533.0,36,white,male,aeebb88e65,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,GA, +2013-09-27,16:42:00,"RECOVERY RD & WALLACE RD, NASHVILLE, TN, 37211",36.0791022,-86.7205525,3.0,8705.0,321.0,38,white,male,1d683e1215,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-04-18,12:45:00,"DUE WEST AVE W & SAUNDERS AVE, MADISON, TN, 37115",36.2485862,-86.7286277,7.0,1779.0,723.0,22,black,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-12,19:14:00,"CHAPEL AVE & DOUGLAS AVE, NASHVILLE, TN, 37206",36.19214,-86.7397376,2.0,1327.0,215.0,33,white,female,7e173f3f15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-13,01:35:00,"21ST AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1440756,-86.7998421,8.0,5715.0,815.0,28,white,female,0748bf3279,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-20,12:10:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,54,white,female,080ab8807b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-10,00:11:00,"21 JOELTON COMMUNITY CENTER RD, JOELTON, TN, 37080",36.317353,-86.870347,,,,53,white,female,82310b76a1,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-04-21,15:02:00,"HARRISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1685721,-86.7883388,4.0,4221.0,411.0,33,white,male,273c27bb0c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-17,17:58:00,"ANNEX AVE & PREMIER DR, NASHVILLE, , 37209",36.1414931,-86.8842307,,,,36,white,male,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2012-03-28,15:17:00,"ELM HILL PIKE & NEILWORTH LN, NASHVILLE, TN, 37214",36.143028,-86.6511443,5.0,9413.0,517.0,49,white,female,92a3a9efe6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-01,13:23:00,"DR D B TODD JR BLVD & PEARL ST, NASHVILLE, TN, 37203",36.1592651,-86.801015,,5357.0,,38,black,male,f1128580df,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-07,09:35:00,"BRILEY PKWY W / I 65 N, , TN, 37216",36.237565,-86.7356397,,,,36,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-17,16:06:00,"DOUGLAS AVE & N 6TH ST, NASHVILLE, TN, 37207",36.1939607,-86.7604745,2.0,1907.0,221.0,24,black,male,0847f81dcc,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-06-17,19:10:00,"GALLATIN AVE & GRANADA AVE, NASHVILLE, TN, 37206",36.1883275,-86.7463755,2.0,1319.0,215.0,22,black,male,f9d3e4a4d6,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"ILLEGAL U-TURN, REVOKED DL, STATE CITE" +2012-07-26,00:26:00,"DORTCH AVE & GLENROSE AVE, NASHVILLE, TN, 37210",36.1255518,-86.7458573,3.0,8103.0,311.0,23,black,male,3c1411f7e8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"RAN RED LIGHT AT FOSTER AND GLENROSE, SUSPENDED DL" +2018-09-17,20:12:00,"CLARKSVILLE PIKE & W HAMILTON AVE, NASHVILLE, TN, 37218",36.2083309,-86.8396132,6.0,3123.0,625.0,63,hispanic,male,668ae66947,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-17,12:52:00,"CHESTER AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1950878,-86.7430952,2.0,1363.0,215.0,43,white,male,58251cd0f4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-08-02,09:24:00,"HWY 70 S & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0742189,-86.92192,1.0,4815.0,125.0,72,white,female,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-26,15:15:00,"BRILEY PKWY S & I 40 W, , TN, 37210",36.1437572,-86.7027489,5.0,9098.0,513.0,20,white,female,d7d987fc7e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-02,18:32:00,"ANTIOCH PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1017841,-86.7405433,3.0,8427.0,313.0,25,white,female,613aa97e53,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL, +2018-04-09,10:10:00,"ANDERSON LN & ARCHWOOD DR, MADISON, TN, 37115",36.2720579,-86.6874826,7.0,1715.0,715.0,38,white,male,2b7a7efb70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-08,09:55:00,"FAIRFIELD AVE & GREEN ST, NASHVILLE, TN, 37210",36.1527093,-86.7563687,5.0,8221.0,511.0,41,hispanic,male,b9fb8b268e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-09,21:57:00,"BELL CREST DR & BELL RD, ANTIOCH, , 37013",36.0633205,-86.6374093,,,,43,black,male,344a1aee96,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,CITED FOR NOT HAVING INSURANCE +2013-05-24,09:46:00,"LEBANON PIKE & OMOHUNDRO DR, NASHVILLE, TN, 37210",36.1570421,-86.70899,5.0,9021.0,513.0,30,white,male,4d2452c32f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-20,23:05:00,"DOUGLAS AVE & TREVECCA AVE, NASHVILLE, TN, 37206",36.1928189,-86.7456733,2.0,1933.0,227.0,40,white,male,87c84d8f86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-27,10:13:00,"MYRA DR & TULIP GROVE RD, HERMITAGE, TN, 37076",,,5.0,9539.0,523.0,45,black,female,a70bee75a6,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,, +2013-11-12,16:34:00,"COUNTY HOSPITAL RD & HOSPITAL LN, NASHVILLE, TN, 37218",36.1825868,-86.8456941,6.0,3173.0,625.0,39,white,female,6a6e0f08cf,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-02-19,15:13:00,"MCMURRAY CIR & MCMURRAY DR, NASHVILLE, TN, 37211",36.0552242,-86.7342461,8.0,8659.0,835.0,29,white,female,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-27,00:06:00,"1084 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.127467,-86.7113146,5.0,8817.0,531.0,46,black,male,9c3d5bbe14,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-23,23:59:00,"CADEN DR & FOSTER AVE, NASHVILLE, TN, 37210",36.1298379,-86.7418596,3.0,8115.0,311.0,32,black,male,3c1411f7e8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-06-30,18:21:00,"S 4TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.167016,-86.7637341,2.0,1109.0,211.0,50,white,female,e1b3fd3e66,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,PASSENGER NO SEATBELT +2017-08-22,14:14:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,17,white,female,e49beb41de,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2016-12-16,21:01:00,"NOLENSVILLE PIKE & WHEELER AVE, NASHVILLE, TN, 37211",36.0957213,-86.7374507,3.0,8431.0,313.0,39,white,male,526f5b74d9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-27,03:05:00,"OLD HICKORY BLVD & SONYA DR, NASHVILLE, TN, 37221",36.1098845,-86.9225162,1.0,4815.0,125.0,46,white,male,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-12,03:52:00,"1101 BROADWAY, NASHVILLE, TN, 37203",36.156484,-86.786737,4.0,4079.0,423.0,23,black,female,e4eb4870eb,vehicular,moving traffic violation,True,False,True,arrest,True,False,False,True,True,True,True,other,moving traffic violation,WI,"dui +no dl" +2010-03-27,17:24:00,"2309 CRESTMOOR RD, NASHVILLE, TN, 37215",36.1100755,-86.8162456,,,,33,white,female,ef32736df1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-18,15:25:00,"TROUSDALE DR & CRIEVE RD, , TN, 37211",36.0668597,-86.7593572,,,,25,black,female,14b56e9185,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-12-20,23:01:00,"ANTIOCH PIKE & PERIMETER HILL DR, NASHVILLE, TN, 37211",36.0855045,-86.6906811,3.0,8847.0,323.0,63,black,female,bdba73f50a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-03-18,14:06:00,"HWY 45 & RIO VISTA DR, MADISON, TN, 37115",36.2629822,-86.6809558,7.0,1705.0,715.0,35,white,male,540125e5a2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-16,10:27:00,"8TH AVE S & PALMER PL, NASHVILLE, TN, 37203",36.1534284,-86.7793383,4.0,4023.0,423.0,55,white,male,2cbc2e0f25,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-12-12,14:19:00,"3150 AMBROSE AVE, NASHVILLE, TN, 37216",36.2091949,-86.7481146,2.0,1821.0,225.0,23,white,male,377f552750,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-07-22,20:06:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1963.0,221.0,61,black,male,c270bce636,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-15,03:12:00,"ATRIUM WAY & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1532497,-86.6877657,5.0,9107.0,513.0,28,white,male,264cca6aa3,vehicular,moving traffic violation,True,True,False,arrest,True,True,False,False,True,True,True,probable cause,moving traffic violation,TN, +2010-02-05,00:28:00,"GALLATIN PIKE & MAYNOR AVE, NASHVILLE, TN, 37216",36.207005,-86.7360554,2.0,1417.0,217.0,19,black,male,3e1390eb12,vehicular,moving traffic violation,False,True,True,citation,True,True,False,True,True,True,True,plain view,moving traffic violation,TN, +2011-04-24,22:43:00,"DREWRY DR & RICHARDS RD, ANTIOCH, TN, 37013",36.068605,-86.6762289,3.0,8893.0,325.0,26,hispanic,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TAIL LIGHTS +" +2010-06-29,14:10:00,"I 24 E & SPRING ST, NASHVILLE, TN, 37213",36.1764615,-86.775623,4.0,1985.0,413.0,62,white,male,f3be646353,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-12,22:42:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,21,white,male,80e2c428b5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2017-04-19,13:03:00,"STARLINER DR & THUNDERBIRD DR, NASHVILLE, TN, 37209",36.1461307,-86.8814634,1.0,4675.0,123.0,28,white,male,3c72ff8fdc,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-01-08,00:12:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,25,black,female,ea3413a239,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-08,19:47:00,"ACKLEN PARK DR & NEBRASKA AVE, , TN, 37205",,,,,,25,white,male,83d70f36c0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-15,21:50:00,"MT VIEW RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0543095,-86.618717,3.0,8927.0,335.0,25,black,female,6e6eeb355a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-09-29,07:15:00,"I 40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5004.0,115.0,66,white,male,a951ba99dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-21,02:02:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,25,black,male,83d70f36c0,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-05,15:30:00,"EUGENIA AVE & THOMPSON LN, NASHVILLE, TN, 37204",36.111099,-86.7544967,8.0,8305.0,825.0,28,hispanic,male,4d037c592b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-03,07:39:00,"MURFREESBORO PIKE & POLK AVE, NASHVILLE, TN, 37210",36.142301,-86.7428276,3.0,8161.0,311.0,40,white,male,e0fb5d3246,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,expired tags +2014-03-12,15:36:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,46,white,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-21,12:02:00,"420 ALLIED DR, , TN, 37211",36.096886,-86.740428,8.0,8511.0,831.0,22,white,male,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-05,23:44:00,"HERMITAGE AVE & KEITH ST, NASHVILLE, TN, 37210",36.153368,-86.7510877,5.0,9005.0,511.0,22,white,female,e143bf684a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT +2017-05-13,16:16:00,"S 6TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1725786,-86.7627885,2.0,1117.0,211.0,48,white,female,75f19227c8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-17,09:30:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,56,white,male,39c3a6436c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-14,12:10:00,"611 TULIP GROVE RD, HERMITAGE, TN, 37076",36.2065596,-86.5895362,5.0,9525.0,523.0,54,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-11,04:21:00,", , ,",,,,,,26,black,male,9fcd509a29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-24,22:16:00,"HWY 45 & KATE ST, MADISON, TN, 37115",36.2639255,-86.7073944,7.0,1701.0,715.0,22,black,female,831999c6fa,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,NO TAG LIGHTS +2010-12-30,09:05:00,"MM 196 I40 E, NASHVILLE, , 37221",36.0789995,-86.9551254,,,,33,hispanic,male,9d1e57a193,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2014-12-08,00:57:00,"28TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1539459,-86.8181386,8.0,5341.0,813.0,22,white,female,7795d00d59,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MI, +2014-09-20,19:28:00,"CLEARVIEW AVE & S 10TH ST, NASHVILLE, TN, 37206",36.1779026,-86.7515237,2.0,1201.0,213.0,65,black,male,36ca3f6525,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-03,19:01:00,", , ,",,,,,,50,white,female,eee7593f67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-22,15:27:00,"CHURCH ST & ROSA L PARKS AVE, NASHVILLE, TN, 37203",36.1615333,-86.7839328,4.0,4121.0,411.0,36,white,male,c34de323ba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-12,13:16:00,"ROSA L PARKS BLVD & VANTAGE WAY, , TN, 37228",36.1911437,-86.798927,,,,38,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-25,16:37:00,"SIMMONS AVE & TANKSLEY AVE, NASHVILLE, TN, 37211",36.1086199,-86.7409582,3.0,8403.0,313.0,64,white,male,fa6268bac5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-02,09:15:00,"ASHLAND CITY HWY & HYDESDALE LN, NASHVILLE, TN, 37218",36.2066213,-86.8557501,6.0,3167.0,625.0,51,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-19,03:54:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4202.0,411.0,50,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-05,20:52:00,"EVANSTON AVE & LISCHEY AVE, NASHVILLE, TN, 37207",36.190685,-86.7637623,2.0,1921.0,221.0,32,black,male,8bfb8d2916,vehicular,registration,False,True,False,citation,False,False,False,True,True,True,False,consent,registration,TN,LICENSE PLATE LIGHT. +2015-03-31,13:14:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,39,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-17,15:48:00,"LEBANON PIKE & TYLER DR, HERMITAGE, TN, 37076",36.2012741,-86.6177501,5.0,9719.0,523.0,30,white,female,96ed2ac24f,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2014-03-31,19:17:00,"CAULEY AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1537237,-86.7481336,5.0,9005.0,511.0,25,white,female,60393a48db,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2015-06-25,18:57:00,"4TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1571758,-86.7746549,4.0,4053.0,425.0,25,white,male,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,no turn sig +2011-07-11,09:58:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1023.0,211.0,29,black,female,3f791dfbd2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-16,16:09:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4102.0,411.0,21,white,female,a2e24e201e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-10,11:52:00,"STOKES LN & STOKESMONT RD, NASHVILLE, TN, 37215",36.1177126,-86.8041114,8.0,6419.0,823.0,19,white,male,d708855b86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,PASSENGER NO S/B +2013-03-19,10:21:00,"NOLENSVILLE PIKE & OCALA DR, NASHVILLE, TN, 37211",36.0515457,-86.7142302,3.0,8715.0,331.0,25,white,male,0f631f3a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-04,02:56:00,"NOLENSVILLE PIKE & ROSEDALE CT, NASHVILLE, TN, 37210",36.1250063,-86.7521574,3.0,8109.0,311.0,69,white,female,c4348d7474,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-04,15:31:00,"NESBITT LN & OLD HICKORY BLVD W, MADISON, TN, 37115",36.266021,-86.7413867,7.0,2041.0,725.0,70,white,female,236774fda1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-21,09:29:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,26,white,female,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-04,23:39:00,"40TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,5229.0,113.0,21,black,male,e8c7fd5cb4,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2015-01-13,19:56:00,"3RD AVE S & MOLLOY ST, NASHVILLE, TN, 37201",36.1587883,-86.7741647,4.0,4053.0,425.0,72,white,male,983e5f597c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-10-15,10:06:00,"4822 POST RD, NASHVILLE, TN, 37205",36.1175489,-86.861365,1.0,5001.0,121.0,42,white,female,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-30,08:17:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,32,black,female,c53b1ec961,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-05,13:07:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,31,white,male,8352dce69b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-07,17:09:00,"46TH AVE N & I 40 E, NASHVILLE, TN, 37209",36.148314,-86.859111,1.0,52025.0,111.0,37,white,male,a951ba99dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- mph in a -- mph +2010-06-29,21:18:00,"CHICKASAW AVE & MONTGOMERY AVE, , , 37207",36.2002841,-86.7542491,2.0,1875.0,221.0,48,black,female,a15c67f558,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-26,09:23:00,"7004 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1296577,-86.9049754,1.0,4703.0,123.0,37,white,female,b5ca91d71f,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2012-03-23,13:20:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1963.0,221.0,31,black,male,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-01,17:32:00,"440 HARDING PL, NASHVILLE, TN, 37211",36.0785112,-86.7301354,8.0,8501.0,831.0,39,black,male,200f52dc10,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,DRIVING IN TURNING LANE. +2014-04-18,20:13:00,"983 MURFREESBORO PIKE, NASHVILLE, , 37217",36.129732,-86.7150882,,,,28,hispanic,male,264cca6aa3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-19,04:21:00,"KERMIT DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1217299,-86.7048343,3.0,8811.0,315.0,53,black,male,7587c64dd9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-11,23:02:00,"EAST THOMPSON LN & GLENROSE AVE, , TN, 37211",36.1148394,-86.719493,,,,42,hispanic,male,7a6aae9e27,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,RT BRAKELIGHT +2016-06-06,09:48:00,"481 OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.0979054,-86.9257227,,,,23,white,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-03,13:05:00,"12TH AVE S & LAWRENCE AVE, NASHVILLE, TN, 37204",36.129177,-86.7889336,8.0,6925.0,823.0,55,black,male,8d0729de5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-16,20:45:00,"GALLATIN PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1417.0,217.0,38,white,male,50f33e1e63,vehicular,vehicle equipment violation,False,True,True,citation,True,True,False,False,True,True,True,consent,vehicle equipment violation,TN,"CSU NO MDC +" +2013-04-11,02:37:00,"BELL RD & HICKORY PARK DR, ANTIOCH, TN, 37013",36.0448578,-86.670401,3.0,8721.0,325.0,29,white,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT +2018-09-15,23:16:00,"100 & STONEMEADE DR, NASHVILLE, TN, 37221",,,1.0,4807.0,125.0,80,white,female,46729fee0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-01,11:34:00,"INTERSTATE DR & SHELBY AVE, NASHVILLE, TN, 37213",36.1662319,-86.7658619,4.0,1107.0,413.0,22,white,female,97117e47ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-15,05:42:00,"MAIN ST & YEAMAN PL, NASHVILLE, TN, 37206",36.173352,-86.7639826,2.0,1997.0,227.0,24,black,male,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-24,00:12:00,"N 11TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1775691,-86.7499363,2.0,1201.0,213.0,26,black,female,e1ce812867,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-18,19:26:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,4.0,4304.0,413.0,53,white,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING --/-- +2012-09-28,19:17:00,"725 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1377047,-86.7303954,3.0,8159.0,311.0,34,white,male,6028166431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MS, +2016-06-26,22:21:00,"1104 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1265388,-86.7101696,5.0,8821.0,531.0,51,black,female,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-27,22:17:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5121.0,111.0,33,white,male,9a70a45e75,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-16,14:22:00,"DOUGLAS AVE & N 8TH ST, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1905.0,221.0,32,black,female,cba60069c9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"NO MDC +" +2017-05-20,00:55:00,"ANDREW JACKSON PKWY & RACHELS TRL, HERMITAGE, TN, 37076",36.2053284,-86.6061202,5.0,9533.0,523.0,19,hispanic,female,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-19,00:05:00,"HILLSBORO PIKE & RICHARD JONES RD, NASHVILLE, TN, 37215",36.1048058,-86.8145849,8.0,6411.0,825.0,48,white,male,53e360df93,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-07-21,05:11:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,62,black,female,d66ac18e8c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-22,15:06:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,38,white,male,af2e0d95c8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speeding +2011-02-03,19:14:00,"BELL RD & WOODLAND POINT DR, NASHVILLE, TN, 37214",36.1228228,-86.6290158,5.0,8943.0,533.0,34,white,male,a2ee588582,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-06,11:53:00,"GARFIELD ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1805571,-86.7963622,6.0,4349.0,617.0,67,black,male,dd16a8e4a3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,WARNED ON LAMP OUT +2014-12-31,18:41:00,"CLEVELAND ST & LISCHEY AVE, NASHVILLE, TN, 37207",36.1866976,-86.7644379,2.0,1945.0,221.0,24,black,female,1252ee3949,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-07-02,09:51:00,"7809 COLEY DAVIS RD, NASHVILLE, TN, 37221",36.0793162,-86.9546032,1.0,4811.0,125.0,24,white,female,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASS BRAKE LIGHT OUT +2017-04-27,11:41:00,"MYRA DR & TULIP GROVE RD, HERMITAGE, TN, 37076",,,5.0,9539.0,523.0,48,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-22,09:20:00,"DICKERSON PIKE S & SHEVEL DR, GOODLETTSVILLE, TN, 37072",36.3132299,-86.7145191,7.0,2119.0,725.0,43,white,male,0f0e6b7d67,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2017-10-25,14:15:00,"MARINA ST & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1802654,-86.7550405,2.0,1943.0,227.0,32,white,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-24,21:05:00,"CATINA DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1272661,-86.703924,5.0,8821.0,531.0,27,white,female,7a1d96b574,vehicular,moving traffic violation,False,True,True,citation,True,True,False,False,True,True,True,probable cause,moving traffic violation,TN,"STOP SIGN, ODOR OF MARIJUANA, - SMOKED ROACHES IN ASHTRAY" +2010-06-10,23:10:00,"DR D B TODD JR BLVD & MEHARRY BLVD, NASHVILLE, TN, 37208",36.1683395,-86.8061566,6.0,5327.0,615.0,30,black,female,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-26,17:06:00,"CAHAL AVE & GALLATIN AVE, NASHVILLE, TN, 37216",36.1960045,-86.7425944,2.0,1401.0,217.0,17,black,female,2d7d21bc1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-10,16:48:00,"82 LAFAYETTE ST, NASHVILLE, TN, 37210",36.1498965,-86.7637051,5.0,8201.0,511.0,29,black,male,e33304d826,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-13,13:47:00,"8331 MCCRORY LN, NASHVILLE, TN, 37221",36.065871,-86.998992,1.0,4801.0,125.0,22,white,female,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-29,09:41:00,"LEBANON PIKE, HERMITAGE, TN, 37138",36.2151574,-86.5996188,,,,39,white,male,2689d516d0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2010-01-25,20:38:00,"ARTHUR AVE & MONROE ST, NASHVILLE, TN, 37208",36.1742067,-86.7967264,6.0,4301.0,617.0,32,black,female,1215cc42aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"BROKEN TAIL LIGHTS. +" +2013-05-06,10:57:00,"ELVIRA AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2060519,-86.736802,2.0,1417.0,217.0,39,white,female,377f552750,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-10-10,22:40:00,"BELL RD & ZELIDA AVE, ANTIOCH, TN, 37013",36.0550655,-86.6424647,3.0,8865.0,333.0,22,unknown,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,brake light +2016-05-08,22:12:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,38,black,female,51ff126ada,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-12,09:23:00,", , ,",,,,,,58,white,male,1f5576d831,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-02,07:32:00,"2284 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0886096,-86.6477212,5.0,8935.0,535.0,31,black,female,a597c4ac85,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-04-21,13:38:00,"BELL RD & BENZING RD, ANTIOCH, , 37013",36.045306,-86.7016897,,,,55,white,male,0f631f3a0e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-25,01:15:00,"MM 89 8 I65 N, NASHVILLE, TN, 37207",,,2.0,18062.0,225.0,23,white,male,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-13,07:49:00,"1461 BELL RD, ANTIOCH, TN, 37013",36.0449122,-86.687445,3.0,8719.0,331.0,33,white,female,0f631f3a0e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-18,01:31:00,"WEST END AVE & 24TH AVE N, , TN, 37212",36.1479026,-86.8064477,,,,30,black,male,a07d1d7733,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN,STOPPED FOR HEADLIGHT OUT. DRIVER REVOKED FOR DUI. PASSENGER IS CAR OWNER. TAG DOES NOT BELONG TO VEHICLE. NO REGISTRATION OR INSURANCE IN THE VEHICLE. CHILD IN BACK SEAT NOT PROPERTY RESTRAINED. +2011-03-01,10:51:00,"3691 GEORGIA CT, , TN, 37209",36.1560526,-86.8304712,1.0,4549.0,111.0,29,black,female,dfa33c336f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-07,18:27:00,"12TH AVE S & ARGYLE AVE, NASHVILLE, TN, 37203",36.1377702,-86.7880882,8.0,6911.0,821.0,56,black,female,0535f8bb5a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-03-16,14:00:00,"12TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1801917,-86.8065932,6.0,4453.0,613.0,31,black,male,971bc941e5,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"NO INSURANCE +" +2012-05-13,09:51:00,"BUENA VISTA PIKE & BUENA VISTA CT, , TN, 37218",36.2403786,-86.8279956,,,,47,black,male,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-10,13:28:00,"HIGHLAND WAY & OLD HICKORY BLVD, NASHVILLE, , 37211",36.0397219,-86.7392522,,,,40,black,male,498350de5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-11,05:45:00,"6936 HWY 70 S, NASHVILLE, TN, 37221",36.077872,-86.9122692,1.0,4903.0,121.0,24,white,male,1ad14463be,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-20,00:42:00,"CLEVELAND ST & N 9TH ST, NASHVILLE, TN, 37206",36.1846308,-86.7582816,2.0,1925.0,227.0,33,white,male,d8d85bf873,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-27,04:51:00,"17TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1699707,-86.8046371,6.0,5409.0,615.0,49,black,female,eaaa4cdff5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-20,09:38:00,"DR D B TODD JR BLVD & WHELESS ST, NASHVILLE, TN, 37208",36.1759251,-86.8093164,6.0,4471.0,613.0,21,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-03,12:56:00,"S 8TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1699272,-86.7561779,2.0,1045.0,211.0,21,black,male,ba5ad061a9,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-24,22:50:00,"1321 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1146835,-86.6957427,3.0,8835.0,315.0,46,white,male,6df99debf2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-28,13:47:00,"CASPER AVE & E TRINITY LN, NASHVILLE, TN, 37216",36.2038987,-86.7411166,2.0,1837.0,225.0,24,white,female,8009ad438d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CO, +2012-11-15,15:41:00,"MM 204 0 I40 W, NASHVILLE, TN, 37209",,,1.0,45024.0,111.0,22,black,male,72900f0117,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2018-01-14,07:55:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6911.0,821.0,33,white,male,736fdd9075,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-18,20:22:00,"50TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520105,-86.847202,1.0,5129.0,113.0,58,white,female,344a1aee96,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-17,09:23:00,"800 PORTER RD, NASHVILLE, TN, 37206",36.1837813,-86.7326042,2.0,1345.0,215.0,34,white,female,37171e6b00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-22,18:58:00,"21ST AVE S & WESTWOOD AVE, NASHVILLE, TN, 37212",36.1264102,-86.8045503,8.0,6509.0,815.0,42,white,male,aa90ef9f3f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,RIGHT BRAKE LIGHT OUT +2013-06-11,17:44:00,"3RD AVE N & JEFFERSON ST, , TN, 37201",36.1750356,-86.7846846,,,,41,black,female,00ee78ecb2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-21,18:12:00,"2713 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.113476,-86.7471344,8.0,8343.0,825.0,62,black,female,3ee2a2a059,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-04-16,03:36:00,"NOLENSVILLE PIKE & TIMMONS ST, NASHVILLE, TN, 37211",36.1076423,-86.7435026,8.0,8519.0,831.0,21,black,male,936ab7dc64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-23,10:22:00,"EDMONDSON PIKE & HUNTINGTON PKWY, NASHVILLE, TN, 37220",36.0522624,-86.7431101,8.0,8615.0,833.0,74,white,male,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,UT, +2013-12-27,17:35:00,"MCCLAIN AVE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",,,8.0,8343.0,825.0,67,white,female,e4f4077945,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-08,02:04:00,"CHESTER AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1950878,-86.7430952,2.0,1363.0,215.0,30,black,male,4ae38b4239,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"PLATE LIGHTS, WARNED." +2017-11-17,21:36:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4029.0,425.0,33,white,female,f5c7327329,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI, +2012-02-29,20:13:00,"GREENWOOD AVE & N 12TH ST, NASHVILLE, TN, 37206",36.1903637,-86.7436093,2.0,1321.0,215.0,19,black,male,6e95f38057,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-19,00:36:00,"7311 HWY 100, NASHVILLE, TN, 37221",36.0608045,-86.9061438,1.0,4901.0,121.0,26,white,male,37171e6b00,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-01-05,16:54:00,"BELL RD & MT VIEW RD, ANTIOCH, TN, 37013",36.0499121,-86.6493475,3.0,8861.0,325.0,26,other,female,236f1a57dd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-09,01:52:00,"BELL RD & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891961,-86.6274024,5.0,8965.0,535.0,27,black,female,56705d494c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-05-08,13:23:00,"CHARLES E DAVIS BLVD & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1488548,-86.7624691,5.0,8149.0,511.0,38,white,male,c79376bfa4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-15,12:47:00,"24 E & 65 S, NASHVILLE, TN, 37207",36.2053802,-86.7752786,6.0,3006.0,621.0,52,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2019-01-16,13:07:00,"MM 4 0 I440 W, NASHVILLE, TN, 37204",,,8.0,6934.0,823.0,21,white,male,9e39306399,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-12,19:28:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,24,black,male,b3a6b271c1,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,True,True,True,True,probable cause,vehicle equipment violation,TN, +2015-12-02,23:26:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,22,white,male,824d4226ca,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,,NO TAIL LIGHTS ON +2011-07-05,08:12:00,"37TH AVE N & MURPHY RD, NASHVILLE, TN, 37209",36.1403288,-86.8292157,1.0,5215.0,113.0,41,white,female,53067c6c30,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-11,23:31:00,"LOUISE AVE & WEST END AVE, NASHVILLE, TN, 37203",36.1493554,-86.8034506,8.0,5601.0,813.0,23,hispanic,female,29d4f86f6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-01,21:43:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,27,white,female,20df4b1e70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-29,05:59:00,"BRILEY PKWY S & ELM HILL PIKE, NASHVILLE, TN, 37210",36.1538342,-86.6854592,5.0,9098.0,513.0,59,white,female,d08894c335,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-26,17:50:00,"2027 ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1873528,-86.8220958,6.0,4425.0,611.0,50,black,female,0041952e23,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-09-18,00:47:00,"BLACKMAN RD & EDMONDSON PIKE, NASHVILLE, TN, 37211",36.072144,-86.7328937,8.0,8659.0,835.0,26,black,female,392b1090b2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-02,16:21:00,"6TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37203",36.1558166,-86.777227,4.0,4043.0,425.0,28,white,male,39e9ad240b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-01,01:11:00,"6936 HWY 70 S, NASHVILLE, TN, 37205",36.1305352,-86.9019063,1.0,4903.0,121.0,36,white,male,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-16,21:58:00,"12TH AVE S, , TN, 37203",36.1448648,-86.7864095,,,,38,white,male,d944ee700d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-17,04:50:00,"ARLINGTON AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1389858,-86.7329923,5.0,8219.0,513.0,26,black,female,7587c64dd9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-07-01,21:17:00,"AUCTION WAY & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1930558,-86.7725881,2.0,1911.0,221.0,22,black,female,565ed6dc62,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-14,17:26:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,28,white,male,117c6d697e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-25,09:19:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,27,white,male,fc443b8485,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2012-05-19,06:50:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,88100.0,323.0,29,hispanic,male,b166babb94,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-07-30,10:15:00,"5886 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0313615,-86.7432445,8.0,8651.0,835.0,41,black,female,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-28,05:39:00,"BRILEY PKWY E & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2407281,-86.7576401,7.0,2012.0,721.0,45,white,female,95b3c63410,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-01-31,19:35:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,3.0,8701.0,321.0,34,hispanic,male,b541004824,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-27,11:25:00,"I 65 N & THOMPSON LN, NASHVILLE, TN, 37204",35.768788,-86.4930953,8.0,8504.0,825.0,25,white,male,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"MOTORS +" +2011-12-31,03:05:00,"I 24 W & HAYWOOD LN, NASHVILLE, TN, 37211",36.0694421,-86.6907781,3.0,8810.0,323.0,25,black,female,392b1090b2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-13,21:00:00,"GALLATIN PIKE & JOYCE LN, NASHVILLE, TN, 37216",36.2335183,-86.7248784,2.0,1801.0,225.0,48,white,male,8474293fe7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO MDC +2014-03-26,16:57:00,"8TH AVE S & BASS ST, NASHVILLE, TN, 37203",36.151024,-86.778912,8.0,6811.0,821.0,47,white,male,c34de323ba,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-01,12:42:00,"CENTRAL PIKE & TULIP GROVE RD, HERMITAGE, TN, 37076",36.1725052,-86.5951431,5.0,9557.0,523.0,78,white,male,acb89d1f7f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-12,22:28:00,"S 11TH ST & BOSCOBEL ST, NASHVILLE, TN, 37206",36.1723133,-86.7505938,2.0,1237.0,213.0,58,black,male,8bfb8d2916,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,no visible tag. +2011-03-01,11:45:00,"DOUGLAS AVE & JONES AVE, NASHVILLE, TN, 37207",36.1938887,-86.7595098,2.0,1905.0,221.0,37,white,male,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-25,01:09:00,"E OLD HICKORY BLVD & MYATT DR, MADISON, TN, 37115",36.2630914,-86.6904621,7.0,1629.0,713.0,25,asian/pacific islander,male,1b55d714e1,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-05-19,23:53:00,"FAIRWAY DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1690615,-86.6823842,5.0,9201.0,515.0,41,black,male,5bbc07703f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-30,19:17:00,"3302 CLIFTON AVE, NASHVILLE, TN, 37209",36.1591706,-86.8254346,6.0,4551.0,613.0,20,black,female,dfa33c336f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-28,20:40:00,"S 8TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1688163,-86.7555384,2.0,1025.0,211.0,24,black,female,ea3413a239,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-16,21:40:00,"3780 BELL RD, NASHVILLE, TN, 37214",36.1361127,-86.6297696,5.0,8959.0,533.0,27,black,male,847e1c543b,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,True,True,True,True,probable cause,vehicle equipment violation,TN, +2018-12-21,06:23:00,"RUSSELL ST & S 10TH ST, NASHVILLE, TN, 37206",36.1755648,-86.7517187,2.0,1201.0,213.0,30,white,female,d562bb895c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2014-10-03,10:05:00,"ASHLAND CITY HWY & BRILEY PKWY N, NASHVILLE, TN, 37218",36.2101874,-86.8728247,6.0,3247.0,625.0,74,black,male,7ede7c259c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,OBSERVED TRAVELING EAST ON ASHLAND CITY HWY DURING SLIGHT RAIN NO HEADLIGHT ON +2015-03-14,15:26:00,"501 MAIN ST, NASHVILLE, TN, 37206",36.1733639,-86.7648339,2.0,1109.0,211.0,25,black,male,3b079b5949,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-08,23:49:00,"EAGAN CIR & HWY 45, MADISON, TN, 37115",36.2622,-86.6791498,7.0,1705.0,715.0,31,hispanic,male,1b55d714e1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN. +2011-02-26,08:54:00,"4TH AVE N & JACKSON ST, NASHVILLE, , 37219",36.1734525,-86.785261,,,,62,black,male,a71db20c81,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-17,22:55:00,"BRICK CHURCH PIKE & MOOREWOOD DR, NASHVILLE, TN, 37207",36.2335159,-86.7813952,,2031.0,,28,black,female,14803f20b3,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-25,20:58:00,", , ,",,,,,,31,black,female,8e999e99c0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- +2015-02-25,17:37:00,"NOLENSVILLE PIKE & WOODYCREST AVE, NASHVILLE, TN, 37211",36.130973,-86.7559647,3.0,8041.0,311.0,46,white,male,9744cdaa29,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT +2015-02-26,11:49:00,"3922 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2173985,-86.7280821,2.0,1445.0,217.0,47,white,male,f673bbd15d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-01-04,19:45:00,"NOLENSVILLE PIKE & WALLACE RD, NASHVILLE, TN, 37211",36.0771181,-86.72562,3.0,8705.0,321.0,26,black,female,e9f93b1392,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-10,18:50:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,29,black,male,286c82f645,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-22,00:18:00,"HAYWOOD LN & KEELEY DR, NASHVILLE, TN, 37211",36.0698346,-86.6958189,3.0,8709.0,321.0,38,white,female,392b1090b2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-01,20:20:00,"231 BONNALYNN DR, HERMITAGE, TN, 37076",36.1998949,-86.6281349,5.0,9613.0,521.0,46,hispanic,female,0e0fefbbe3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-11,11:37:00,"APACHE TRL & PACKARD DR, TUSCULUM, TN, 37013",36.059416,-86.7075464,,,,26,white,female,3a572ed22e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-23,21:54:00,"CHAMBERS DR & MARGO LN, , TN, 37211",36.0696689,-86.7073718,3.0,8707.0,321.0,32,white,male,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-20,20:42:00,"MURFREESBORO PIKE, , TN, 37217",36.1091224,-86.6801508,,,,26,black,female,1efbb4af4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-17,09:06:00,"DICKERSON PIKE & DOVERSIDE DR, NASHVILLE, TN, 37207",36.243944,-86.7566921,7.0,2011.0,721.0,66,white,male,cb57e4e65c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2010-06-15,02:41:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,5.0,8213.0,511.0,30,white,male,291dab6d26,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,IN, +2016-03-31,09:25:00,", , ,",,,,,,57,white,male,f2837b0d6b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-05,02:07:00,"ELLISTON PL & REIDHURST AVE, NASHVILLE, , 37203",36.1481298,-86.8077216,,,,54,black,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2015-06-16,20:25:00,"MARTIN L KING BRIDGE, NASHVILLE, TN, 37218",36.1620206,-86.800918,6.0,3135.0,623.0,66,black,female,d3a646e989,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOPPED FOR NOT YIELDING TO THE RIGHT FOR A OFFICER WITH HIS EMERGENCY LIGHTS ON. DEF. GIVEN WARNING DUE TO HAVING NO DRIVING VIOLATIONS ON RECORD. +2013-08-29,09:00:00,"5555 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.040973,-86.785274,8.0,7111.0,833.0,36,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-29,12:55:00,"BELL RD & PLEASANT HILL RD, NASHVILLE, TN, 37214",36.124414,-86.6302859,5.0,8945.0,533.0,18,hispanic,female,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-01,19:22:00,"FAIRFIELD AVE & GREEN ST, NASHVILLE, TN, 37210",36.1527093,-86.7563687,5.0,8207.0,511.0,28,black,male,e05e99c1e2,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2013-03-02,18:26:00,"ALLIED DR & KEYSTONE AVE, NASHVILLE, TN, 37211",36.095979,-86.7425355,8.0,8511.0,831.0,48,asian/pacific islander,male,e7d36ee1fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-05,02:25:00,"HERITAGE DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2640957,-86.7241636,7.0,1749.0,723.0,25,black,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,PACED AT -- MPH IN A -- MPH ZONE. +2016-09-12,08:20:00,"BELL RD & EAGLE VIEW BLVD, ANTIOCH, TN, 37013",36.0522828,-86.6448386,3.0,8865.0,333.0,30,white,female,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-06,12:02:00,"11TH AVE & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4205.0,411.0,36,white,male,9cc6a55864,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-16,15:32:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,24,white,female,887e82c03d,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-04,01:47:00,"465 BELL RD, NASHVILLE, TN, 37217",36.0733384,-86.6361633,5.0,8939.0,535.0,27,white,male,95f2a2add9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-09,16:45:00,"HUME ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1788823,-86.7951018,6.0,4333.0,617.0,31,white,male,20b7054cf4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-08-18,17:20:00,"BLACKMAN RD & SALEM DR, NASHVILLE, TN, 37211",36.0745364,-86.7487569,8.0,8611.0,833.0,34,black,female,5a96851d64,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-29,22:12:00,"8TH AVE S & BENTON AVE, NASHVILLE, TN, 37204",36.1325204,-86.779232,8.0,6945.0,823.0,22,white,female,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IL, +2016-08-12,11:42:00,"CHURCH ST & YMCA WAY, NASHVILLE, TN, 37203",36.1611616,-86.7848448,4.0,4121.0,411.0,44,black,male,0a002c81ec,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-01,20:55:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,56,black,male,4f1d028e45,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-18,22:34:00,"GALLATIN PIKE & STRATFORD AVE, NASHVILLE, TN, 37216",36.2144851,-86.7304975,2.0,1441.0,217.0,18,white,male,f1468638b6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,DRIVER SIDE HEADLIGHT OUT. +2016-01-21,16:52:00,"ELM HILL PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1531955,-86.6830402,5.0,9107.0,513.0,37,white,female,aa90c2b758,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-12-04,13:42:00,"HAYWOOD LN & 24 E, NASHVILLE, TN, 37211",36.0694421,-86.6907781,3.0,8706.0,321.0,22,black,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-07,22:31:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,53,black,female,9219efb2c5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-15,16:03:00,"WALTON LN, , TN, 37216",36.236198,-86.7452592,,,,23,black,male,2f644f1012,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-19,07:33:00,"I 65 N & 3RD AVE N, NASHVILLE, TN, 37208",36.1618496,-86.7762981,4.0,4304.0,413.0,38,white,male,f3be646353,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-27,23:46:00,"GALLATIN AVE & SEYMOUR AVE, NASHVILLE, TN, 37206",36.1856479,-86.7475574,2.0,1319.0,215.0,28,white,male,6e95f38057,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-15,15:11:00,"CENTRAL PIKE & TULIP GROVE RD, HERMITAGE, TN, 37076",36.1725052,-86.5951431,5.0,9557.0,523.0,31,black,female,0d9e46bbe6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-10,02:31:00,"RUSSELL ST & S 5TH ST, NASHVILLE, TN, 37206",36.1708392,-86.7641379,,1111.0,,29,white,female,d08894c335,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,WA,expired washington state tags and no insurance +2013-06-05,16:55:00,"BARNETT DR & DICKERSON PIKE, MADISON, TN, 37115",36.2534201,-86.7576827,7.0,2017.0,723.0,39,white,male,4183295444,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-25,00:28:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,45025.0,111.0,26,white,female,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-09,09:53:00,"I 24 E & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8704.0,333.0,28,black,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-26,02:32:00,"3829 CLEGHORN AVE, NASHVILLE, TN, 37215",36.1077096,-86.8195401,1.0,6105.0,117.0,39,white,male,7f11c3c73c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-03,15:56:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1963.0,221.0,21,black,female,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2016-01-26,14:03:00,", , ,",,,,,,35,unknown,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-10,22:15:00,"DELAWARE AVE & DUPONT AVE, MADISON, , 37115",36.2661727,-86.7037397,,,,31,black,female,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA,HEAD LIGHT OUT. +2010-01-19,07:46:00,"1113 12TH AVE, NASHVILLE, TN, 37212",36.143802,-86.787124,8.0,6701.0,811.0,27,black,female,e0fcf690b4,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-26,11:56:00,"1000 ENCLAVE CIR, NASHVILLE, TN, 37211",36.043777,-86.7241454,8.0,8651.0,835.0,63,white,female,d98ce37758,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-10,19:33:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,43,black,male,abcb3821d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-25,05:27:00,", , ,",,,,,,43,white,female,401baa3680,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIV HEADLIGHT +2012-06-06,16:13:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6913.0,823.0,54,white,male,2022e55034,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-22,10:06:00,"KERMIT DR & VULTEE BLVD, NASHVILLE, TN, 37217",36.1237881,-86.7038189,5.0,8823.0,531.0,50,white,male,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-28,16:42:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5103.0,113.0,63,white,male,ec5603edfe,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-14,08:56:00,"ARGLE AVE & NEELYS BEND RD, MADISON, TN, 37115",36.2560285,-86.7127556,7.0,1605.0,713.0,27,white,male,cccd043657,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-29,17:59:00,"LAFAYETTE ST & WHARF AVE, NASHVILLE, TN, 37210",36.1488548,-86.7624691,3.0,8149.0,311.0,42,white,female,56705d494c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-11-02,15:55:00,"POWELL AVE & THOMPSON LN, NASHVILLE, TN, 37204",36.1123551,-86.7679775,8.0,8525.0,825.0,24,white,male,d4cfdb4ab2,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-02,17:36:00,"AUSTIN LN & MASONWOOD DR, NASHVILLE, TN, 37207",36.2422419,-86.7745096,7.0,2033.0,721.0,32,black,male,f209a8fc10,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,"NO SEATBELT...ACTED AS IF HE WAS JUST TAKING IT OFF...WARNING. +" +2012-05-27,07:42:00,"7TH AVE N & UNION ST, NASHVILLE, TN, 37219",36.1634495,-86.783512,4.0,4157.0,411.0,47,black,male,c99d3afed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-12,14:28:00,"E CAMPBELL RD & ONE MILE PKWY, MADISON, TN, 37115",36.2796778,-86.7099834,7.0,1759.0,727.0,46,white,female,4f1d028e45,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-03-24,14:19:00,"1ST AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1491797,-86.7634531,3.0,8151.0,311.0,39,black,female,471811543e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-22,17:23:00,"CENTRAL PIKE & JAMES KAY LN, HERMITAGE, TN, 37076",36.1775434,-86.6167321,5.0,9503.0,521.0,36,white,male,e6a9de0f8b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-05,23:10:00,"S 17TH ST & SEVIER ST, NASHVILLE, TN, 37206",36.1663234,-86.7407687,2.0,1041.0,211.0,25,black,male,c912d50c7a,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2015-01-06,08:52:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,35,white,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-17,21:23:00,"FOSTER AVE & GLENROSE AVE, NASHVILLE, TN, 37210",36.1254037,-86.7424126,3.0,8105.0,311.0,25,white,female,72037bef5d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-01-30,14:49:00,"HILLSIDE AVE & WADE AVE, NASHVILLE, TN, 37203",36.13632,-86.7837156,8.0,6905.0,821.0,24,white,female,fd4fabd731,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-09,03:49:00,"12TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4081.0,423.0,30,black,female,8bbd3239b1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-07-26,20:32:00,"MCMURRAY DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0612768,-86.7167423,8.0,8659.0,835.0,24,white,female,6df99debf2,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-06-21,15:40:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,32,white,male,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2013-05-24,21:41:00,"CHARLOTTE PIKE & CABOT DR, , TN, 37205",36.129977,-86.9008535,,,,56,white,male,59629c618d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,CT, +2017-05-29,22:46:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5123.0,113.0,39,black,male,e8c7fd5cb4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-11-07,23:26:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,25,black,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SWERVING IN MULTIPLE LANES OF TRAVEL. +2011-12-29,21:08:00,"0 VICTORY AVE, NASHVILLE, TN, 37213",36.1642393,-86.7718804,4.0,1103.0,413.0,46,white,male,ea3413a239,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP LIGHT +" +2011-10-07,14:53:00,"LEMONT DR & SAUNDERS AVE, NASHVILLE, TN, 37216",36.2361563,-86.7320181,2.0,1841.0,225.0,21,black,male,95d8a19b5a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-05-24,14:36:00,"9TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.180527,-86.8016,6.0,4447.0,611.0,27,black,female,0437969110,vehicular,vehicle equipment violation,False,True,True,citation,True,True,False,True,True,True,True,consent,vehicle equipment violation,TN,".- GRAMS MARIJUANA +" +2015-06-26,04:58:00,"N GALLATIN PIKE & ANDERSON LN, MADISON, TN, 37115",36.2734334,-86.7100501,7.0,1729.0,715.0,33,white,male,77d95dd102,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER HAS AN INTERNATIONAL DRIVERS LICENSE FROM THE COUNTRY OF JORDAN ACCOMPANIED WITH A PASSPORT +2013-06-09,16:16:00,"GREEN ST & LEWIS ST, NASHVILLE, TN, 37210",36.1528184,-86.7577957,5.0,8207.0,511.0,47,white,male,e57b9f069c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-03,13:36:00,"NOLENSVILLE PIKE & PROVIDENCE HTS, NASHVILLE, , 37211",36.0734213,-86.7244335,,,,21,other,male,6f35d16bdf,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-30,14:55:00,"5834 PETTUS RD, ANTIOCH, TN, 37013",36.0219558,-86.6644309,3.0,8763.0,331.0,59,white,male,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-16,23:58:00,"S 14TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1708216,-86.746765,2.0,1221.0,213.0,25,white,male,5849b87aaf,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"PASSENGER TAIL LIGHT. NO PROOF OF INSURANCE - CITED. SFSTS CONDUCTED, NOT CURRENTLY DUI, SMELLED STRONGLY OF ALCOHOL" +2015-12-01,16:56:00,"KINGS LN & PHIPPS DR, NASHVILLE, TN, 37218",36.217484,-86.8463355,6.0,3109.0,625.0,24,black,female,ab0403c78f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- +2014-11-16,22:27:00,"BREWER DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0536765,-86.7149186,8.0,8655.0,835.0,30,white,male,88f042f180,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-06-15,23:43:00,"BROADWAY & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1567239,-86.789013,,4081.0,,44,white,female,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-19,17:49:00,"GLENCLIFF RD & NEESE DR, NASHVILLE, TN, 37211",36.1071122,-86.7207322,3.0,8401.0,313.0,53,asian/pacific islander,female,7e24330adb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-28,17:40:00,"E TRINITY LN & ELLINGTON PKWY N, NASHVILLE, TN, 37207",36.2033503,-86.7515075,2.0,1853.0,227.0,35,white,female,7a79e3c609,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO MDC-MOVING---/-- +2015-04-25,23:58:00,"WOODLAND ST BRIDGE, NASHVILLE, TN, 37213",36.1695303,-86.770959,,,,24,white,male,1c329e8c02,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2010-04-05,09:24:00,"2308 WINFORD AVE, NASHVILLE, TN, 37211",36.120498,-86.75498,8.0,8309.0,825.0,87,white,female,4bf759b804,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-01-20,08:37:00,"CLEVELAND ST & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1841237,-86.7600597,2.0,1903.0,221.0,41,black,female,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-09,05:12:00,"I 40 E & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,50023.0,123.0,36,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-11,02:08:00,"333 S GALLATIN PIKE, MADISON, TN, 37115",36.2592228,-86.7124255,7.0,1605.0,713.0,28,white,male,200f52dc10,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-08-31,08:30:00,"I 40 W & CHURCH ST, NASHVILLE, TN, 37203",36.1648947,-86.7762551,4.0,4102.0,411.0,37,white,male,6f0151b767,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-16,17:51:00,"FAIN ST & FAIRFIELD AVE, NASHVILLE, TN, 37210",36.1516252,-86.7566379,5.0,8221.0,511.0,36,black,male,6d13b2ff93,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-15,12:14:00,"MM 4 8 I440 E, NASHVILLE, TN, 37204",,,8.0,7014.0,823.0,38,black,female,4265ea192b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-03,10:30:00,"3RD AVE N & CHURCH ST, NASHVILLE, TN, 37201",36.1642494,-86.777742,4.0,4133.0,415.0,46,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-18,22:41:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8861.0,325.0,21,black,female,350bac3344,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-04,12:19:00,"GLEN ECHO RD & HILLMONT DR, NASHVILLE, TN, 37215",36.1077299,-86.8032921,8.0,6413.0,825.0,41,white,male,b91c7a6f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-07,09:21:00,"900 ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1694418,-86.7879402,4.0,4219.0,413.0,33,black,male,273c27bb0c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-11,23:11:00,"BOBBY AVE & COOPER LN, NASHVILLE, TN, 37216",36.2085596,-86.7130841,2.0,1449.0,217.0,23,white,female,e5723525d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-16,22:16:00,"4TH AVE S & MCCANN ST, NASHVILLE, TN, 37203",36.1496758,-86.7698196,8.0,8003.0,821.0,22,black,male,4714ced2a3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-24,10:43:00,"I 65 N & RIVERGATE PKWY, GOODLETTSVILLE, TN, 37072",36.32343,-86.702809,7.0,1723.0,727.0,27,white,male,0f0e6b7d67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-01,03:30:00,"ED TEMPLE BLVD & W HEIMAN ST, NASHVILLE, TN, 37208",36.1696565,-86.8213153,6.0,4523.0,613.0,19,black,female,a60a361c7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN, +2019-03-20,21:56:00,"ANDREW JACKSON PKWY & OLD LEBANON DIRT R, HERMITAGE, TN, 37076",36.1879552,-86.6077612,5.0,9511.0,521.0,40,white,male,af2e0d95c8,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,, +2012-12-06,15:21:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,27,asian/pacific islander,female,6074f7bab3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-20,01:49:00,"COTTON LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0702838,-86.7220847,3.0,8701.0,321.0,32,white,male,33b2c0bf9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-30,00:40:00,"I 440 W & I 65 S, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,6930.0,823.0,23,white,female,e4eb4870eb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"-- IN -- +PACED" +2010-08-12,14:12:00,"AMERICAN RD & ANNEX AVE, NASHVILLE, TN, 37209",36.1530689,-86.8825122,1.0,4671.0,115.0,42,white,female,3c72ff8fdc,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-21,10:02:00,"BROADMOOR DR & GRAYCROFT AVE, NASHVILLE, TN, 37216",36.2296167,-86.737908,2.0,1841.0,225.0,32,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2019-03-18,19:15:00,"PATRICIA DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1271685,-86.707265,5.0,8819.0,531.0,19,hispanic,male,a02596b67e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-16,00:42:00,"11TH AVE N & ARTHUR AVE, NASHVILLE, TN, 37208",36.1796029,-86.804123,6.0,4453.0,613.0,34,black,male,2e4c69d266,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-07,17:14:00,"NEELYS BEND RD & S GALLATIN PIKE, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1605.0,713.0,23,white,male,4ff9d8c9ea,vehicular,investigative stop,True,False,True,arrest,True,False,False,True,True,True,True,consent,investigative stop,TN, +2010-11-24,08:45:00,"I 24 E & BRILEY PKWY, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8336.0,313.0,48,white,female,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-26,11:16:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5103.0,113.0,31,white,male,0437969110,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-05-30,01:34:00,"CHURCH ST & ROSA L PARKS AVE, NASHVILLE, TN, 37203",36.1615333,-86.7839328,4.0,4121.0,411.0,31,hispanic,female,3e1390eb12,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-16,23:28:00,"3125 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2319622,-86.757297,2.0,1807.0,225.0,32,white,male,4af3cba1d7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-02,21:12:00,"10 EAST THOMPSON LN, NASHVILLE, TN, 37210",36.1166116,-86.7196891,3.0,8805.0,315.0,46,white,male,b34fa4ca15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-20,20:30:00,"HARDING PL & MCGAVOCK PIKE, NASHVILLE, TN, 37217",36.0917845,-86.6852725,3.0,8841.0,323.0,49,white,female,282b781c4d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-27,10:05:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,45,white,male,ba10efd51b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-28,19:48:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,18,white,female,393639dfae,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-02,11:50:00,"BRILEY PKWY & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.1902374,-86.6838885,5.0,9292.0,515.0,32,white,female,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-18,10:36:00,"MURFREESBORO PIKE & SHUMATE LN, ANTIOCH, TN, 37013",36.0827681,-86.6468326,3.0,8891.0,325.0,21,black,female,15212f8d72,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-11-07,08:45:00,"DONELSON PIKE & WELLMAN DR, NASHVILLE, , 37214",36.1526196,-86.6661903,5.0,9409.0,517.0,33,white,female,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-02,05:54:00,"MYATT DR & N GALLATIN PIKE, MADISON, TN, 37115",36.2969124,-86.6990955,7.0,1731.0,727.0,45,white,male,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-29,09:49:00,"BRILEY PKWY W & WHITES CREEK PIKE, WHITES CREEK, TN, 37189",,,6.0,3223.0,627.0,23,black,male,53d89d125a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-22,03:48:00,"MURFREESBORO PIKE & RURAL HILL RD, NASHVILLE, TN, 37217",36.074432,-86.6385894,5.0,8939.0,535.0,42,black,,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-04,17:29:00,"1145 GALLATIN AVE, NASHVILLE, TN, 37206",36.1903926,-86.7450845,2.0,1321.0,215.0,45,black,female,3b9274855e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-23,19:21:00,"LINBAR DR & SUNLIGHT DR, NASHVILLE, TN, 37211",36.0855393,-86.7065439,3.0,8443.0,317.0,44,white,male,e8f7a2d6ff,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-28,01:47:00,"ARBOR CMN & BELL RD, ANTIOCH, TN, 37013",36.0448378,-86.6683985,3.0,8753.0,331.0,37,white,male,9fcd509a29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-18,15:40:00,"20TH AVE & CHARLOTTE AVE, NASHVILLE, , 37203",36.1571318,-86.8036149,6.0,5337.0,615.0,31,white,male,dfa33c336f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-13,16:54:00,"46TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544496,-86.8423403,1.0,4545.0,111.0,43,black,male,0748bf3279,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-31,01:35:00,"CLEVELAND ST & MYRTLE ST, NASHVILLE, TN, 37206",36.1845626,-86.7570368,2.0,1925.0,227.0,45,black,male,529fc1bfb1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-12,01:54:00,"MM 79 4 I65 S, NASHVILLE, TN, 37204",,,8.0,70042.0,825.0,26,white,male,8228f97e2c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-10,10:31:00,"BREWER CT & BREWER DR, NASHVILLE, , 37211",36.058748,-86.7288243,,,,30,black,male,eb5a39da00,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-29,13:03:00,"MM 192 I40 W, NASHVILLE, , 37221",,,,,,38,white,male,c4f63928e2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-16,23:37:00,"2969 CHERRY HILLS DR, NASHVILLE, TN, 37217",36.0760978,-86.6184586,5.0,8981.0,535.0,31,black,female,56705d494c,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2017-10-09,08:15:00,"40 W & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.148314,-86.859111,1.0,45025.0,111.0,27,white,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MI, +2013-11-14,13:40:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,24,black,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-22,11:36:00,"DAYTON AVE & GLENROSE AVE, NASHVILLE, , 37210",36.1255258,-86.7452121,,,,19,white,female,4bf759b804,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-05,04:37:00,"E TRINITY LN & DR RICHARD G ADAMS DR, NASHVILLE, TN, 37207",36.2044758,-86.7474715,2.0,1853.0,227.0,31,white,male,1386d24b69,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,expired tag +2013-03-15,08:11:00,"N GALLATIN PIKE & WILLIAMS AVE, MADISON, TN, 37115",36.2668991,-86.7109002,7.0,1707.0,715.0,56,white,male,540125e5a2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-31,22:02:00,"15TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1599994,-86.7953883,8.0,5503.0,813.0,53,white,male,073f5c83fc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-02,14:43:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9005.0,511.0,52,white,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-29,09:58:00,"46TH AVE N & NEBRASKA AVE, NASHVILLE, TN, 37209",36.1433288,-86.8417736,1.0,5135.0,113.0,24,white,male,81bba3b185,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,LA, +2012-11-19,13:30:00,"I 65 N & I 440 ENTRY, NASHVILLE, TN, 37204",35.7275536,-86.9604933,8.0,70182.0,825.0,40,white,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-07,15:11:00,"4928 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0755475,-86.7275236,8.0,8661.0,831.0,20,black,male,e865e1c625,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-03,03:37:00,"3RD AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,28,white,male,c37b0f19f9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-20,17:39:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1115.0,211.0,32,black,female,d3fe386ea8,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-03-22,19:08:00,"DICKERSON PIKE & GRACE ST, NASHVILLE, TN, 37207",36.183182,-86.7738672,2.0,1953.0,221.0,74,white,male,393639dfae,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-14,02:30:00,"NOLENSVILLE PIKE & PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0848015,-86.7281493,8.0,8501.0,831.0,26,white,male,7975bcaa77,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-12,09:27:00,"80 FAIRFIELD AVE, NASHVILLE, TN, 37210",36.1511347,-86.7569561,5.0,8207.0,511.0,43,black,male,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-10,22:39:00,"10 FAIRFIELD AVE, NASHVILLE, TN, 37210",36.1478024,-86.7580728,5.0,8209.0,511.0,44,black,female,a9f6f7391f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-18,21:15:00,"ASHLAND CITY HWY & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1976602,-86.8373448,,3163.0,,16,black,male,4b59d19267,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"passenger side tail light shining white light to rear due to being busted, license plate light out tca --------. vehicle was occupied several times." +2016-08-25,01:22:00,"AMBERWOOD CIR & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0852163,-86.9206532,1.0,4815.0,121.0,21,white,female,9343562728,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,TAG IMPROP DISP +2012-04-30,15:47:00,"8TH AVE S & EAST ARGYLE AVE, NASHVILLE, TN, 37203",36.1361722,-86.7788987,8.0,6961.0,821.0,44,white,male,0535f8bb5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-14,13:41:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,21,black,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-04,17:07:00,"HARDING PL & HUMBER DR, NASHVILLE, TN, 37211",36.0808537,-86.7145415,3.0,8419.0,317.0,26,black,female,7b3aa52401,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-31,02:55:00,"GRANDVIEW AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.111019,-86.7467046,8.0,8519.0,831.0,19,hispanic,male,82d9172387,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-26,03:19:00,"BELL RD & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1411292,-86.6279841,5.0,8995.0,533.0,25,white,male,a1bdf5c653,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MA, +2017-01-17,15:30:00,"OPRY PL & OPRY PL, NASHVILLE, TN, 37203",,,4.0,4109.0,421.0,18,white,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-08,05:45:00,"MM 204 0 I40 E, NASHVILLE, TN, 37209",,,1.0,5202.0,111.0,41,black,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-05,18:58:00,"ELM HILL PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1531955,-86.6830402,5.0,9105.0,517.0,20,black,female,e07d1db771,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-02,15:38:00,"SOUTHLAKE DR & THOMPSON LN, NASHVILLE, TN, 37211",36.1095127,-86.72784,3.0,8423.0,313.0,32,unknown,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,KY, +2012-06-04,14:14:00,"NOLENSVILLE RD & THOMPSON LN, , TN,",36.1109273,-86.7451877,,,,19,white,male,42ef47acc8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-17,12:57:00,"FOSTER AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.110789,-86.742932,3.0,8425.0,313.0,47,white,female,d417ae0732,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-12-08,20:01:00,"DOVERSIDE DR & EAGLEWOOD LN, NASHVILLE, TN, 37207",36.24122,-86.7678973,7.0,2033.0,721.0,25,black,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN A STOP SIGN. +THE VEHICLE FLED THE TRAFFIC STOP. BLACK FORD FUSION TEMP TAG STARTED WITH A B." +2017-05-30,18:43:00,"329 CEDARMONT DR, ANTIOCH, TN, 37013",36.0428383,-86.7035317,3.0,8757.0,331.0,59,asian/pacific islander,male,67a5c66d73,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-03-31,09:35:00,"DANBY DR & HARDING PL, NASHVILLE, TN, 37211",36.0785989,-86.7452005,8.0,8503.0,831.0,42,black,female,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-14,23:30:00,"4501 CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1518793,-86.8410979,1.0,5201.0,111.0,23,white,female,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-05,16:04:00,"CONNARE DR & ONE MILE PKWY, MADISON, TN, 37115",36.2800425,-86.7132323,7.0,1759.0,727.0,26,white,male,273c27bb0c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-16,20:41:00,"JAMES AVE & JAMES AVE, , TN, 37209",36.1589781,-86.8764115,1.0,4659.0,115.0,53,white,male,3833cec897,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-19,14:37:00,"3500 HOBBS RD, NASHVILLE, TN, 37215",36.102963,-86.832825,1.0,6113.0,117.0,18,white,female,4265ea192b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-15,16:10:00,"51ST AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1542346,-86.848696,1.0,4627.0,111.0,30,white,male,67529ca24c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-11,04:42:00,"CHARLOTTE AVE & DR D B TODD JR BLVD, NASHVILLE, TN, 37203",36.1580622,-86.799962,8.0,5505.0,813.0,47,white,female,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-08,21:57:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4243.0,617.0,61,black,male,6761423fb7,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-10-07,10:55:00,"MM 200 I40 W, NASHVILLE, TN, 37209",,,,4701.0,,76,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-01,10:24:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5123.0,113.0,47,black,male,3c72ff8fdc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AL, +2013-01-19,03:09:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,43,black,male,d97637d49a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-10-29,07:00:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,24,black,female,39c3a6436c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-03,08:00:00,"I 65, , TN,",36.2879131,-86.8436574,,,,37,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-26,11:26:00,"N 10TH ST & MAIN ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,2.0,1939.0,227.0,60,black,female,2d7d21bc1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-20,00:42:00,"BRICK CHURCH PIKE & BRILEY PKWY E, NASHVILLE, TN, 37207",36.2390327,-86.7799219,7.0,2012.0,721.0,38,black,female,8e61dbe818,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-07,07:28:00,"BELL RD & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891961,-86.6274024,5.0,8965.0,535.0,20,black,male,101da03698,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,license plate improperly displayed +2017-11-07,12:00:00,"65 N & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,17280.0,723.0,53,white,male,0dbc98bd44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-25,12:28:00,"ANDERSON RD & WILFORD PACK DR, ANTIOCH, TN, 37013",36.0729709,-86.6142055,3.0,8925.0,335.0,71,white,male,eb8e8d814e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-01,23:07:00,"7TH AVE S & DREXEL ST, NASHVILLE, TN, 37203",36.1527844,-86.7777975,4.0,4025.0,423.0,32,white,female,0f01902034,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-15,11:00:00,"6800 HWY 70 S, NASHVILLE, TN, 37205",36.0835649,-86.900516,1.0,4903.0,121.0,24,white,female,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-26,10:38:00,"LEBANON PIKE & WELLINGTON SQ, NASHVILLE, TN, 37214",36.1764814,-86.6454173,5.0,9403.0,517.0,44,white,female,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-30,19:28:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8817.0,531.0,58,black,female,7dbf1da87e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-08-18,20:36:00,"EDWARDS AVE & HART LN, NASHVILLE, TN, 37216",36.2168659,-86.7395794,2.0,1847.0,225.0,18,black,female,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-14,14:07:00,"INTERSTATE DR & SHELBY AVE, NASHVILLE, TN, 37213",36.1662319,-86.7658619,4.0,1103.0,413.0,38,white,female,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-05-23,15:39:00,"1001 SHELBY AVE, NASHVILLE, TN, 37206",36.1715658,-86.7518828,2.0,1205.0,213.0,24,black,female,ba5ad061a9,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-16,23:15:00,"BELL RD & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0447085,-86.6615617,3.0,8721.0,325.0,35,black,female,9310569e50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-24,23:51:00,"GALLATIN AVE & EASTLAND AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1243.0,213.0,44,white,male,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FLASHING RED +2012-11-28,11:15:00,"669 REVELS DR, NASHVILLE, TN, 37207",36.2219811,-86.8086729,6.0,3043.0,623.0,45,black,female,c64917c4fe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-17,11:06:00,"ALBANY DR & ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.2105091,-86.600107,5.0,9537.0,523.0,39,white,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-28,20:17:00,"8TH AVE, BELMONT, TN, 37204",36.1188567,-86.7746411,,,,18,white,male,7f11c3c73c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,KY, +2017-01-03,01:30:00,"10TH AVE S & ACKLEN AVE, NASHVILLE, TN, 37203",36.1334693,-86.7851732,8.0,6915.0,823.0,31,black,male,29d4f86f6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-21,18:10:00,"MOOREWOOD DR & RAINWOOD DR, NASHVILLE, TN, 37207",36.2431959,-86.7733374,7.0,2033.0,721.0,20,black,male,c7486b1902,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2016-03-16,07:11:00,"22ND AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.180161,-86.8131446,6.0,4461.0,613.0,68,black,female,8352dce69b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-23,12:46:00,"HIGHLAND VIEW DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.2078663,-86.6115715,5.0,9535.0,523.0,47,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-19,06:50:00,"I 24 W & BELL RD, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8859.0,325.0,28,white,male,c798a39dcc,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,RADAR --/-- MPH +2014-02-07,11:17:00,"358 TUSCULUM RD, NASHVILLE, TN, 37211",36.059483,-86.709979,3.0,8711.0,321.0,40,hispanic,female,a07d1d7733,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-19,00:25:00,"AVONDALE CIR & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2090637,-86.777949,6.0,3019.0,621.0,50,black,female,53db68761e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-01,21:31:00,"DICKERSON PIKE & SUNSET DR, NASHVILLE, TN, 37207",36.2236763,-86.7610003,2.0,1887.0,223.0,66,white,male,ff68412c8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-30,16:40:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,227.0,20,black,male,f5ba94b9a7,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2011-05-17,17:20:00,"ELLINGTON PKWY & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1996.0,221.0,27,white,male,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-05,22:29:00,"HURRICANE CREEK BLVD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0299489,-86.5922519,3.0,8869.0,333.0,21,hispanic,male,344a1aee96,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-25,13:50:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,45,white,male,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2014-06-16,17:35:00,"19TH AVE N & PEARL ST, NASHVILLE, TN, 37203",36.158645,-86.8018627,6.0,5357.0,615.0,43,white,male,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-20,14:53:00,"ASHLAND CITY HWY & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1976602,-86.8373448,6.0,3121.0,625.0,22,black,male,88c2d8920e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-21,14:33:00,"GRAY AVE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2640132,-86.7219414,7.0,1749.0,723.0,63,white,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-17,16:22:00,"JOCELYN HOLLOW RD & ROBIN HILL RD, NASHVILLE, TN, 37205",36.1034238,-86.8886461,1.0,4907.0,121.0,17,white,male,80cbba0ee1,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2018-08-02,11:02:00,"17TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1537943,-86.7943951,8.0,5521.0,811.0,43,white,female,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-06,05:05:00,"HARDING PIKE & PERCY WARNER BLVD, NASHVILLE, TN, 37205",36.0847785,-86.8945522,1.0,4915.0,121.0,19,white,male,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-16,20:55:00,", , ,",,,,,,34,black,female,9a9356a5bf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL,NO MDC +2017-08-07,22:25:00,"1051 MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.127406,-86.712754,3.0,8803.0,315.0,37,black,male,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-13,17:01:00,"22ND AVE N & CLIFTON AVE, NASHVILLE, TN, 37203",36.1576983,-86.8077154,6.0,5335.0,615.0,44,white,male,b3a6b271c1,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2012-06-09,20:14:00,"40TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,5225.0,111.0,28,white,female,7b76b56003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-09,17:45:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,24,black,male,5a96851d64,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-26,22:18:00,"HARDING PL & HARDING PL, NASHVILLE, TN, 37217",36.0803794,-86.7233039,3.0,8841.0,323.0,32,hispanic,male,7b3aa52401,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-04,13:07:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,26,asian/pacific islander,male,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-21,10:06:00,"I 40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,9006.0,513.0,20,black,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-16,21:57:00,"136 HARRINGTON AVE, MADISON, TN, 37115",36.2568792,-86.7116502,7.0,1605.0,713.0,55,white,female,0418967821,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-11,15:59:00,"S GALLATIN PIKE & W WEBSTER ST, MADISON, TN, 37115",36.2518797,-86.7176908,7.0,1785.0,711.0,20,white,male,95f3b9204e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-04-01,17:40:00,"FRANKLIN AVE & SCOTT AVE, NASHVILLE, TN, 37206",36.1837027,-86.7343469,2.0,1345.0,215.0,45,white,female,0c3f7552a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA,EXPIRED TAGS +2016-08-24,00:28:00,"CENTRAL PIKE & JAMES KAY LN, HERMITAGE, TN, 37076",36.1775434,-86.6167321,5.0,9503.0,521.0,22,white,male,9dc8c71b5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-02,09:58:00,"ED TEMPLE BLVD & SCHRADER LN, NASHVILLE, TN, 37208",36.1696565,-86.8213153,6.0,4523.0,613.0,52,black,male,4ae38b4239,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-10-04,06:05:00,"MM 76 0 I65 S, NASHVILLE, TN, 37220",,,8.0,71040.0,833.0,57,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-17,08:46:00,"CASTLEGATE CIR & CASTLEGATE DR, NASHVILLE, TN, 37217",36.0859566,-86.6133992,5.0,8929.0,535.0,19,black,female,06dbf4a801,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-24,18:33:00,"25TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1855205,-86.8171716,6.0,4421.0,611.0,56,black,male,556b2abc49,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-27,01:30:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,22,black,male,3158c055ac,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2017-08-08,21:05:00,"2040 ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1896857,-86.7980904,6.0,4403.0,611.0,27,black,male,d8d85bf873,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2011-06-02,17:24:00,"DONELSON PIKE & HARDING PL, NASHVILLE, TN, 37217",36.0928894,-86.6787994,3.0,8841.0,323.0,26,white,female,04b918d1d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-10,11:10:00,"I440 E, , TN,",36.1210587,-86.7647275,,,,24,white,female,5600f48082,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,"EXPIRED JAN ---- TAGS +" +2014-10-16,10:23:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,53,white,male,095779cb19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-07,23:27:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9561.0,521.0,27,black,male,b01475d6b0,vehicular,vehicle equipment violation,False,True,False,citation,True,True,False,True,True,True,True,consent,vehicle equipment violation,TN, +2015-12-18,12:19:00,"2925 OWENDALE DR, ANTIOCH, TN, 37013",36.072466,-86.624144,3.0,8979.0,335.0,35,white,male,037bfcb0ce,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN ANDERSON / OWENDALE +2017-12-07,01:18:00,"OLD HICKORY BLVD & RIDGELAKE PKWY, NASHVILLE, TN, 37221",36.0974345,-86.9248595,1.0,4815.0,125.0,33,black,female,86ae6e8038,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN, +2010-09-14,10:43:00,"4134 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2223798,-86.7253104,2.0,1425.0,217.0,30,white,male,37171e6b00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-29,09:14:00,"LAFAYETTE ST & WHARF AVE, NASHVILLE, TN, 37210",36.1488548,-86.7624691,3.0,8149.0,311.0,29,unknown,female,b48094e222,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-01-27,23:57:00,"NOLENSVILLE PIKE, SOUTH, TN, 37210",36.1246152,-86.751956,,,,71,black,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2013-05-15,11:39:00,"33RD AVE N & BATAVIA ST, NASHVILLE, TN, 37209",36.1603121,-86.825331,6.0,4565.0,613.0,24,black,male,fd8a139aad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,stop sign +2015-05-07,22:06:00,"HARDING PL & HARDING PL, NASHVILLE, TN, 37217",36.0803794,-86.7233039,3.0,8841.0,323.0,26,white,male,4e622eb289,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-04,11:55:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8813.0,531.0,23,white,female,550e7e232e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-09,11:49:00,"38TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1525885,-86.8309826,1.0,5229.0,113.0,25,white,male,b98956fe91,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-01-15,13:36:00,"526 WESTBORO DR, NASHVILLE, TN, 37209",36.1510891,-86.8745075,1.0,4681.0,115.0,25,white,male,e65dc4ec73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-02,11:05:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,30,white,male,cd2deb275e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-15,16:16:00,"FOSTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1415552,-86.7405947,5.0,8217.0,513.0,59,hispanic,male,d98ce37758,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-01,17:04:00,"N GALLATIN PIKE & SHEPHERD HILLS DR, GOODLETTSVILLE, TN, 37072",36.3007745,-86.6948299,7.0,1751.0,727.0,39,white,female,576170def4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-22,01:10:00,"DICKERSON PIKE & DOVERSIDE DR, NASHVILLE, TN, 37207",36.243944,-86.7566921,7.0,2011.0,721.0,18,black,female,844d22e630,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-30,04:10:00,"2ND AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1555806,-86.7711,4.0,4035.0,425.0,25,black,male,24c32d13ef,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,True,False,other,moving traffic violation,TN,"BACKED OUT INTO TRAFFIC, suspended dl, excessive fta/ftb's +" +2016-12-27,13:11:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9294.0,515.0,29,black,male,2976e3525e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-26,22:07:00,"ASHTON AVE & JOHN MALLETTE DR, NASHVILLE, TN, 37218",36.1943751,-86.836692,6.0,3161.0,625.0,42,black,male,7394445486,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-17,19:42:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6939.0,821.0,40,hispanic,female,b541004824,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-29,07:44:00,"DOUGLAS ST & MADISON ST, MADISON, TN, 37115",36.2587772,-86.716194,7.0,1783.0,711.0,41,white,male,a81423d2e8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-09,03:03:00,"12TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4081.0,423.0,23,white,female,2b5605b872,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-20,13:02:00,"2403 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1200813,-86.7503642,8.0,8343.0,825.0,31,white,male,4fc33d282c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,NO TAG...HE WAS DEALER ACROSS STREET. +2010-12-24,08:57:00,"N GALLATIN PIKE & SHAKESPEARE AVE, MADISON, , 37115",36.2860178,-86.7057643,,,,44,black,female,7ede7c259c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-27,12:41:00,"I 40 E & 46TH AVE N, NASHVILLE, TN, 37209",35.9534653,-87.3274755,1.0,5202.0,111.0,19,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-12,20:05:00,"CARTER AVE & PRESTON DR, , TN, 37206",36.1883775,-86.7178338,2.0,1359.0,215.0,22,hispanic,male,6fc2115dd4,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,True,True,consent,moving traffic violation,TN,RAN STOP SIGN. NO D/L DID NOT QUALIFY. SUSPECT INVOLVED IN A AGG. DOMESTIC ASSAULT +2014-03-01,03:12:00,"ELYSIAN FIELDS RD & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0868909,-86.7302104,,,,31,white,male,0a2b939d4b,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,OFFICERS OBSERVED THE DEFENDANT DRIVING THE LISTED VEHICLE ON NOLENSVILLE AT ELYSIAN FIELDS DR. A TRAFFIC STOP WAS INITIATED BECAUSE THE VEHICLE'S RIGHT HEADLIGHT WAS OUT. UPON MAKING CONTACT WITH THE DEFENDANT THE DEFENDANT PRODUCED A TN DRIVERS LICENSE. AFTER DOING A RECORDS CHECK OF THE DEFENDANTS DL IT CONFIRMED THAT IT WAS SUSPENDED. THE DEFENDANT HAD NO WARRANTS AND NO FAILURE TO APPEAR +2017-09-21,12:18:00,"MM 204 0 I40 W, NASHVILLE, TN, 37209",,,1.0,45024.0,111.0,19,black,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,, +2012-05-10,02:42:00,"W TRINITY LN & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3003.0,621.0,25,black,male,576170def4,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-10,23:24:00,"INTERSTATE DR & WOODLAND ST, NASHVILLE, TN, 37213",36.1704542,-86.7684727,4.0,1105.0,413.0,23,black,male,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-09,16:38:00,"3RD AVE N & CHURCH ST, NASHVILLE, TN, 37201",36.1642494,-86.777742,4.0,4131.0,415.0,52,white,male,01ba7aa9f9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-09,09:03:00,"100 WOODLAND ST, NASHVILLE, TN, 37213",36.1688767,-86.7712983,4.0,1133.0,413.0,51,black,female,77edf3dc3b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-29,20:42:00,"EAST RIDGE DR & PACKARD DR, NASHVILLE, TN, 37211",36.0632101,-86.699225,3.0,8709.0,321.0,31,unknown,male,fc8eeff4da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-11,09:14:00,", , ,",,,,,,32,white,male,2d7d21bc1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CA, +2018-10-02,14:16:00,"4237 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0746968,-86.7256594,8.0,8661.0,831.0,21,white,male,2d4647b7a9,vehicular,moving traffic violation,False,True,True,citation,True,True,False,True,True,True,True,plain view,moving traffic violation,TN, +2015-12-11,00:28:00,"MURFREESBORO PIKE & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0961815,-86.65566,,8947.0,,25,black,female,b8a8edb71a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN -- +2018-05-07,19:13:00,"GALLATIN AVE & W EASTLAND AVE, NASHVILLE, TN, 37206",36.1833502,-86.7485645,2.0,1937.0,227.0,35,white,female,3b079b5949,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-07-09,07:20:00,"5TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37203",36.1565144,-86.7758349,4.0,4057.0,425.0,30,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,KY, +2014-04-04,11:51:00,"3241 LINCOYA CREEK DR, NASHVILLE, TN, 37214",36.145703,-86.623304,5.0,8957.0,533.0,26,white,,080ab8807b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-18,18:33:00,"240 N 1ST ST, NASHVILLE, TN, 37213",36.1765293,-86.7751309,4.0,1987.0,413.0,50,white,male,007d7104a8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-29,19:58:00,"PERKINS ST & WHARF AVE, NASHVILLE, TN, 37210",36.1474518,-86.7627055,3.0,8147.0,311.0,28,white,female,60059bc218,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-22,11:15:00,"FITZPATRICK RD & PERCY PRIEST DR, NASHVILLE, TN, 37214",36.1531235,-86.6309122,5.0,8955.0,533.0,45,white,male,96ed2ac24f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-18,01:33:00,"NOLENSVILLE PIKE & TIMMONS ST, NASHVILLE, TN, 37211",36.1076423,-86.7435026,3.0,8425.0,313.0,38,white,male,575883716d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-07,23:04:00,"BELL RD & MURFREESBORO PIKE, SOUTH, TN, 37013",36.0719049,-86.636152,,,,18,black,female,b728a62997,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,probable cause,vehicle equipment violation,TN, +2010-11-12,22:09:00,"S GALLATIN PIKE & HICKORY ST, MADISON, TN, 37115",36.2603698,-86.7128553,7.0,1771.0,711.0,62,black,male,c76c330626,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-17,11:58:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,215.0,69,white,male,3f791dfbd2,vehicular,,False,True,False,citation,,,,False,False,False,False,,,TN, +2018-06-24,05:30:00,"LEBANON PIKE & QUINN CIR, NASHVILLE, TN, 37210",36.1601762,-86.7028903,5.0,9025.0,513.0,30,white,male,884e5ba898,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-01,02:11:00,"HERMITAGE AVE & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1583691,-86.7719178,4.0,4049.0,425.0,22,white,male,be750fae9b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-27,00:29:00,"14TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1556349,-86.7897155,8.0,5517.0,811.0,23,black,male,0f01902034,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2018-05-15,09:57:00,"8TH AVE S & MELPARK DR, NASHVILLE, TN, 37204",,,8.0,6945.0,823.0,61,white,male,cba60069c9,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2010-08-26,08:39:00,"NOLENSVILLE PIKE & OLD BURKITT RD, , TN, 37013",,,3.0,8767.0,331.0,32,white,male,574bf5f5d3,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-06-24,17:35:00,"2ND AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37201",36.1676411,-86.778649,4.0,4163.0,415.0,30,black,male,2068212732,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-11,23:28:00,"S 2ND ST & SHELBY AVE, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1103.0,413.0,64,white,male,dc95719a9d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,SC, +2013-01-05,16:55:00,"CLEVELAND AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1419422,-86.7417484,5.0,8217.0,513.0,42,white,male,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT +2013-05-01,09:04:00,"HILLSBORO PIKE & HOBBS RD, NASHVILLE, TN, 37215",36.1009651,-86.8187218,1.0,6111.0,117.0,53,white,male,e65dc4ec73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-13,04:26:00,"DAVIDSON ST & S 13TH CT, NASHVILLE, TN, 37206",36.1625941,-86.7487899,2.0,1049.0,211.0,55,black,male,529fc1bfb1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-20,03:49:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,20,white,female,e8c7fd5cb4,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,safety violation,TN,DRIVER HAD SWISHER SWEETS LOCATED IN HER WALLET VISIBLE WHEN SHE WAS GETTING HER IDENTIFICATION OUT. DRIVER REFUSED CONSENT AND K- DID NOT INDICATE ON THE VEHICLE. NOTHING ELSE WAS SEEN THROUGH PLAIN VIEW SEARCH. +2016-02-01,03:45:00,", , ,",,,,,,61,white,male,e60adece97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-01,14:46:00,"1000 WOODLAND ST, NASHVILLE, TN, 37206",36.1766394,-86.7511178,2.0,1201.0,213.0,27,white,male,3f791dfbd2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-18,14:38:00,"7011 RIVER ROAD PIKE, NASHVILLE, TN, 37209",36.1406181,-86.936753,1.0,4705.0,123.0,60,white,female,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-05,02:38:00,"GALLATIN AVE & MAXWELL AVE, NASHVILLE, TN, 37206",36.182105,-86.7490744,,1243.0,,57,black,male,1386d24b69,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHTS +2012-10-08,03:57:00,"HARDING PL & WAUFORD DR, NASHVILLE, TN, 37211",36.0809436,-86.7515964,8.0,8507.0,831.0,28,hispanic,male,2447acd144,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-15,09:17:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4113.0,421.0,22,white,male,c34de323ba,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-08,17:27:00,"930 GALLATIN AVE, NASHVILLE, TN, 37206",36.1879399,-86.7469363,2.0,1927.0,227.0,18,black,male,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-01-14,20:35:00,"8TH AVE S & FRANKLIN PIKE, NASHVILLE, , 37204",36.1123708,-86.7734645,,,,27,white,male,972faedf56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN,expire dtags +2010-01-06,18:37:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,5.0,8815.0,531.0,44,white,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-03,01:12:00,"MURFREESBORO PIKE, UNA, TN, 37217",36.100824,-86.6627713,,,,33,black,male,7f79da4426,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"ARMS FIELD TESTER +" +2014-05-30,22:47:00,"109 LUTIE ST, NASHVILLE, TN, 37210",36.116865,-86.74234,3.0,8327.0,313.0,33,white,male,9310569e50,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AR, +2015-07-08,04:57:00,", , ,",,,,,,47,white,female,e24c163b5d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-03-10,07:19:00,"JUAREZ DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,84,white,male,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-19,06:09:00,"3200 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2058156,-86.7365814,2.0,1417.0,217.0,56,black,male,5849b87aaf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,OBSCURED TEMP TAG - PLASTIC COVER +2010-06-15,09:05:00,"LEBANON PIKE & OMOHUNDRO DR, NASHVILLE, TN, 37210",36.1570421,-86.70899,5.0,9019.0,513.0,33,white,female,f87ffe9d54,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-19,09:28:00,", , ,",,,,,,35,unknown,female,7bc663afd6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in a -- +2014-08-15,09:09:00,"ANDERSON RD & NAUTILUS DR, ANTIOCH, TN, 37013",,,3.0,8997.0,335.0,22,black,female,963f2c3d0d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-07-02,12:21:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,28,black,male,06fb1827d3,vehicular,,True,False,False,arrest,False,False,False,False,True,True,False,other,,, +2011-12-29,14:54:00,"HWY 100 & VAUGHNS GAP RD, NASHVILLE, TN, 37221",36.0788298,-86.8852141,1.0,6211.0,117.0,40,white,female,80cbba0ee1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-10,09:13:00,"9TH AVE S & LAWRENCE AVE, NASHVILLE, , 37204",36.1286161,-86.7830017,,,,24,white,male,74198e63a6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL, +2018-01-04,08:37:00,"5470 BUENA VISTA PIKE, NASHVILLE, TN, 37207",36.2520756,-86.8299199,6.0,3221.0,627.0,29,white,male,755936aeb6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-27,05:20:00,"BAPTIST WORLD CENTER DR & LOCK RD, NASHVILLE, TN, 37207",36.2015422,-86.7879376,6.0,3005.0,621.0,46,white,male,6a5a1e10b4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-13,14:11:00,"BREWER DR & EDMONDSON PIKE, NASHVILLE, TN, 37211",36.066041,-86.7381426,8.0,8657.0,835.0,39,white,female,0535f8bb5a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-06-17,17:25:00,"1102 KIRKLAND AVE, NASHVILLE, TN, 37216",36.208142,-86.734071,2.0,1417.0,217.0,62,black,male,377f552750,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-28,16:43:00,"CENTRAL PIKE & VALLEY GROVE DR, HERMITAGE, TN, 37076",36.1719646,-86.5916579,5.0,9557.0,523.0,62,white,male,de875f0bc7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-06,22:49:00,"WOODLAND ST & I 24 E, , TN, 37213",36.1704542,-86.7684727,,,,25,white,female,05a9feba15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,VA, +2010-09-01,09:31:00,"ARBOR LAKE BLVD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1640464,-86.5975381,5.0,9545.0,523.0,63,white,male,fc43f6017d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MS, +2015-11-17,13:25:00,"5851 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1676763,-86.6001745,5.0,9543.0,523.0,32,white,male,963f2c3d0d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-01-05,21:09:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,,4237.0,,48,black,female,1ed65e7574,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-09,13:17:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4085.0,421.0,18,white,male,fa9ae817a9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-28,00:31:00,"BROADMOOR DR & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2291112,-86.7251221,2.0,1513.0,217.0,73,white,male,8a240b02b9,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-30,16:03:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,5.0,8823.0,531.0,21,hispanic,male,4c7e26f974,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"ROLLED THRU STOP, SUSPENDED DL" +2011-04-13,14:00:00,"1800 STRATFORD AVE, NASHVILLE, TN, 37216",36.1975496,-86.7187377,2.0,1407.0,217.0,67,white,female,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-28,14:27:00,"E TRINITY LN & OAKWOOD AVE, NASHVILLE, TN, 37207",36.2047792,-86.7525989,2.0,1855.0,221.0,24,black,male,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-09,11:40:00,"MM 192 I40 W, NASHVILLE, , 37221",,,,,,42,hispanic,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,False,True,consent,moving traffic violation,TN, +2011-02-08,09:27:00,"INTERSTATE DR & SHELBY AVE, NASHVILLE, TN, 37213",36.1662319,-86.7658619,4.0,1103.0,413.0,25,white,male,cb7dc42fa9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-05-20,20:52:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9411.0,517.0,60,white,male,6a975d842f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-19,22:38:00,", , ,",,,,,,29,black,male,883b5b4087,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-25,04:10:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,46,black,female,a70bee75a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-04,03:57:00,"8020 MCCRORY LN, NASHVILLE, TN, 37221",36.0792535,-87.0221754,1.0,4713.0,125.0,27,white,male,37171e6b00,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-10,10:38:00,"24 W & 440 E, NASHVILLE, TN, 37217",36.1284528,-86.7270973,3.0,8816.0,315.0,62,white,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-18,12:34:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,40,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,s[eed +2018-04-20,23:06:00,"LESTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1455308,-86.7525448,3.0,8133.0,311.0,63,white,male,332eb43ee3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-27,23:58:00,"N 12TH ST & EASTLAND AVE, NASHVILLE, TN, 37206",36.1836265,-86.7466902,2.0,1243.0,213.0,24,white,female,b48094e222,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-06-15,13:15:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,58,black,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-29,10:12:00,"1268 SPRINGFIELD HWY, GOODLETTSVILLE, TN, 37072",36.3629698,-86.7307644,7.0,2201.0,725.0,39,white,male,2090ca4211,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-04,12:30:00,"BENSON ST & EASTLAND AVE, NASHVILLE, TN, 37206",36.1829337,-86.7392216,2.0,1339.0,215.0,24,black,female,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR OFFICER NO MDC +" +2012-07-20,15:41:00,"CLARKSVILLE PIKE & KINGS LN, NASHVILLE, TN, 37218",36.2185095,-86.8370199,6.0,3107.0,623.0,35,white,male,3245129711,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-11-25,03:21:00,"MM 55 0 I24 W, NASHVILLE, TN, 37211",,,3.0,8812.0,317.0,19,black,female,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2013-02-02,16:58:00,"OLD CHARLOTTE PIKE & GOWER RD, , TN, 37221",36.1214384,-86.9327848,,,,55,white,male,81fac77d3f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-11-29,18:43:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,27,white,male,711211250d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-02,17:36:00,"CLINE AVE & DOUGLAS AVE, NASHVILLE, TN, 37206",36.1932975,-86.7515722,2.0,1933.0,227.0,26,white,male,70d2debcb6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-21,00:35:00,"CENTRAL PIKE & S NEW HOPE RD, HERMITAGE, TN, 37076",36.1728276,-86.5848837,5.0,9557.0,523.0,33,white,male,9dc8c71b5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-16,10:00:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,34,white,male,0f631f3a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-15,18:07:00,"S 2ND ST & KOREAN VETERANS BLVD, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1007.0,413.0,45,white,male,bfcced43ce,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,CA, +2013-03-24,05:47:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6013.0,117.0,29,white,male,d97637d49a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,OK, +2014-12-23,16:40:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,60,black,male,8ed20f511b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-20,21:39:00,"CLAIBORNE ST & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1484116,-86.761179,5.0,8209.0,511.0,32,black,female,28a173be9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-11,10:52:00,"800 PORTER RD, NASHVILLE, TN, 37206",36.1837813,-86.7326042,2.0,1345.0,215.0,37,black,female,37171e6b00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-31,01:20:00,"40TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,5229.0,113.0,33,black,male,53e360df93,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2014-11-17,01:16:00,"860 E OLD HICKORY BLVD, MADISON, TN, 37115",36.2625951,-86.6909111,7.0,1629.0,713.0,20,black,male,afd77e9abe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-19,14:07:00,"HWY 100 & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0607887,-86.9160559,1.0,6211.0,117.0,20,white,female,0bb1b66684,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-11,10:57:00,"E TRINITY LN & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2035886,-86.7384911,2.0,1415.0,217.0,40,white,female,a7e4b373f1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-19,20:02:00,"NOLENSVILLE PIKE & TIMMONS ST, NASHVILLE, TN, 37211",36.1076423,-86.7435026,8.0,8519.0,831.0,39,white,male,cb78f26777,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-20,13:29:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1953.0,221.0,30,black,female,72fb2584e4,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN,"EXP. TAGS, CHILD RESTRAINT +" +2017-01-20,14:51:00,"GWEN DR & MASONWOOD DR, NASHVILLE, TN, 37207",36.242697,-86.7790623,7.0,2033.0,721.0,40,white,male,236774fda1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-27,21:30:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1953.0,221.0,54,black,male,c4680d166c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-30,08:05:00,"BELL RD & CEDAR POINTE PKWY, ANTIOCH, TN, 37013",36.0449273,-86.6670992,3.0,8721.0,325.0,35,white,male,1c9f9520f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-04,10:35:00,"MM 16 6 BRILEY E, NASHVILLE, TN, 37207",,,7.0,20121.0,721.0,35,white,male,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-18,08:08:00,"1817 5TH AVE N, NASHVILLE, TN, 37208",36.1850169,-86.7948322,6.0,4353.0,617.0,49,white,female,d7b6ccc3f6,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN,VEHICLE RUNNING WITHOUT DRIVER PRESENT. +2017-07-26,08:54:00,"MM 12 4 BRILEY S, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9284.0,515.0,39,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-17,11:06:00,"CHAMBERLIN ST & DAKOTA AVE, NASHVILLE, TN, 37209",36.1464868,-86.8299375,1.0,5233.0,113.0,36,white,female,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-14,07:33:00,"3975 KEELEY DR, , , 37211",36.061041,-86.697148,,,,41,white,male,a99fd46d48,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN, +2014-12-14,02:23:00,", , ,",,,,,,36,unknown,male,b8a8edb71a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEAD LIGHT OUT +2012-06-01,13:59:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,46,white,male,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-21,01:18:00,"S 13TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1709461,-86.7480887,2.0,1035.0,213.0,36,white,male,12e31d44cd,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2010-01-15,14:03:00,"N GALLATIN PIKE & ANDERSON LN, MADISON, TN, 37115",36.2734334,-86.7100501,7.0,1729.0,715.0,57,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-23,06:31:00,"25TH AVE N & HYDE ST, NASHVILLE, TN, 37208",36.1874325,-86.816922,6.0,4429.0,611.0,45,black,female,0437969110,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-10,21:35:00,", , ,",,,,,,24,white,female,b04c609887,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI,ran stop sign - warned +2017-01-23,09:38:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,40,white,male,b9fb8b268e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-30,16:48:00,", , ,",,,,,,36,white,female,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-07-13,11:24:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,30,black,female,40d9b62eac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-01,20:25:00,"DOVERSIDE DR & STOCKDALE LN, NASHVILLE, TN, 37207",36.2405185,-86.7704761,7.0,2033.0,721.0,24,black,female,2e99d06e05,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-02,20:05:00,"22ND AVE N & FORMOSA ST, NASHVILLE, TN, 37208",36.1746344,-86.811984,6.0,4467.0,613.0,51,black,male,eedda40d7b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-21,10:16:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43024.0,617.0,23,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-14,19:39:00,"MURFREESBORO PIKE & POLK AVE, NASHVILLE, TN, 37210",36.142301,-86.7428276,3.0,8161.0,311.0,35,black,male,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-05,14:59:00,"LINBAR DR & WALLACE RD, NASHVILLE, TN, 37211",36.0825631,-86.7022093,3.0,8707.0,321.0,43,black,male,871986f056,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-20,15:12:00,"DICKERSON PIKE & QUEEN AVE, NASHVILLE, TN, 37207",36.2084596,-86.767244,2.0,1829.0,223.0,36,white,female,8001f24925,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tag expired +2016-12-12,13:36:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, TN, 37218",36.2117374,-86.8955184,6.0,3235.0,625.0,25,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-01,15:30:00,"18TH AVE S & PORTLAND AVE, NASHVILLE, TN, 37212",36.1330156,-86.7972524,8.0,6609.0,815.0,32,white,male,fd4fabd731,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-22,21:03:00,"33RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.152875,-86.8235403,1.0,5241.0,113.0,30,white,male,80cbba0ee1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-08,15:51:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,35,white,male,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-09,17:00:00,"ELLINGTON PKWY, EAST, TN, 37206",36.1841591,-86.7603774,,,,30,white,female,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-02,15:48:00,"1ST AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1491797,-86.7634531,3.0,8151.0,311.0,28,white,female,273c27bb0c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-14,20:48:00,"I 440 W & WEST END AVE, NASHVILLE, TN, 37212",36.1210587,-86.7647275,8.0,5908.0,815.0,28,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-07,00:59:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,53,black,female,24c32d13ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2016-04-29,13:04:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,18,black,female,3ee2a2a059,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-15,00:35:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,42,black,female,91c2b57241,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-23,10:04:00,"DOUGLAS AVE, , TN, 37207",36.1938959,-86.7620803,,,,28,black,female,4de6ccf87a,vehicular,registration,False,True,False,citation,False,False,False,False,True,False,True,plain view,registration,TN,"K------ +" +2015-01-15,06:24:00,"2913 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2218298,-86.7610742,2.0,1823.0,223.0,50,black,male,0912fafc21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,exp tag....had to present sticker +2012-05-08,16:13:00,"4601 ALABAMA AVE, NASHVILLE, TN, 37209",36.1530725,-86.8425256,1.0,5201.0,111.0,25,white,male,83d70f36c0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-01,22:29:00,"BURNING TREE DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1745729,-86.6024276,5.0,9557.0,523.0,70,white,female,48c3d0282a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-03,15:22:00,"BELL RD & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0719049,-86.636152,5.0,8939.0,535.0,23,black,female,e8f7a2d6ff,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-10-23,10:47:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, , 37206",36.1741944,-86.7519839,,,,39,black,female,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-03,23:58:00,"I 40 W & CHURCH ST, NASHVILLE, TN, 37203",36.1648947,-86.7762551,4.0,4104.0,411.0,49,white,male,c62b871736,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-16,05:47:00,"NOLENSVILLE PIKE & ZOO RD, NASHVILLE, TN, 37211",36.090114,-86.7336907,3.0,8415.0,317.0,43,hispanic,male,da31f1d69d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-04-10,09:44:00,"HWY 100 & VAUGHNS GAP RD, NASHVILLE, TN, 37221",36.0788298,-86.8852141,1.0,6211.0,117.0,69,white,female,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-05,21:36:00,"KNOB RD & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1377975,-86.8577304,1.0,5105.0,113.0,19,white,female,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-24,13:08:00,"MASSMAN DR & PATRICIA DR, NASHVILLE, TN, 37217",36.1349521,-86.7047598,5.0,8887.0,531.0,32,black,male,d3a646e989,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,CA, +2016-10-25,13:56:00,"1501 ENSLEY BLVD, NASHVILLE, TN, 37210",36.1391023,-86.761194,3.0,8127.0,311.0,22,white,female,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-23,22:08:00,"10TH AVE N & REV DR ENOCH JONES BLVD, NASHVILLE, TN, 37208",36.172961,-86.7951319,6.0,4301.0,617.0,23,white,female,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-03,09:33:00,"FRANKLIN PIKE & THOMPSON LN, NASHVILLE, TN, 37204",36.1189979,-86.775276,8.0,7011.0,825.0,28,white,male,fcd1734971,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,WI, +2016-07-19,07:05:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4202.0,411.0,23,white,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2013-03-31,06:21:00,"3005 WEST END AVE, NASHVILLE, TN, 37212",36.1435445,-86.8137755,8.0,5815.0,815.0,41,white,female,4d2c2c6a03,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,KY, +2015-06-10,12:30:00,"FLORA MAXWELL RD & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.075016,-86.7249168,,,,25,white,female,b8a91068a6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,exp march plate +2010-08-27,09:40:00,"214 EWING DR, NASHVILLE, , 37207",36.230238,-86.767433,,,,26,black,male,b20d1984d4,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2014-01-08,18:10:00,"5TH AVE N & COMMERCE ST, NASHVILLE, TN, 37219",36.1618524,-86.7793258,4.0,4129.0,411.0,23,white,female,c34de323ba,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,MS, +2017-08-25,12:51:00,"478 ALLIED DR, NASHVILLE, TN, 37211",36.0970463,-86.7455645,8.0,8511.0,831.0,29,white,male,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-27,01:22:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,53,white,male,0414ae3bcf,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2011-06-13,09:42:00,"BRICK CHURCH PIKE & EWING LN, NASHVILLE, TN, 37207",36.2326769,-86.7814549,7.0,2003.0,721.0,20,black,female,7ede7c259c,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-11-09,01:40:00,", , ,",,,,,,20,hispanic,female,eeb3c63112,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-09,07:59:00,"HILLSBORO PIKE & RICHARD JONES RD, NASHVILLE, TN, 37215",36.1048058,-86.8145849,1.0,6111.0,117.0,42,white,female,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-14,01:26:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,24,hispanic,male,cc23b83d61,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-03,21:57:00,"S 10TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1713641,-86.7523097,2.0,1125.0,213.0,51,black,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-11-05,11:33:00,"FATHERLAND ST & S 9TH ST, NASHVILLE, TN, 37206",36.1728645,-86.7555876,2.0,1121.0,211.0,41,black,male,11e1baf3a8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-05-22,19:56:00,"2705 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2161756,-86.7633002,2.0,1823.0,223.0,55,white,male,f2dffe612c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-23,23:45:00,"107 WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1329935,-86.8584184,,,,39,unknown,male,e8583fbb05,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-13,20:06:00,"BELL RD & ZELIDA AVE, ANTIOCH, TN, 37013",36.0550655,-86.6424647,3.0,8865.0,333.0,38,black,male,c542fb091d,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2014-11-24,00:30:00,"2ND AVE N & UNION ST, NASHVILLE, TN, 37201",36.1659389,-86.777771,4.0,4163.0,415.0,30,white,male,937faddb57,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-01,13:31:00,"HAMILTON CHURCH RD & MOUNT VIEW RD, ANTIOCH, , 37013",36.0627506,-86.6081848,,,,25,white,male,dcc1712e54,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-08,13:35:00,", , ,",,,,,,27,hispanic,male,911d123f59,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-08-03,22:36:00,"FINN ST & MAIN ST, NASHVILLE, TN, 37206",36.1776764,-86.7527687,,1131.0,,57,white,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-06,20:52:00,"ANDREW JACKSON PKWY & JACKSON TRCE, HERMITAGE, TN, 37076",36.2240025,-86.5977401,5.0,9715.0,525.0,25,white,female,0fd4afc001,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-10,08:52:00,"BUENA VISTA PIKE & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2524811,-86.8299186,6.0,3221.0,627.0,78,white,male,1ba5fb1cc6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN AT WHITES CREEK PK/ LLOYD RD. +2011-07-14,14:15:00,"18TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1828202,-86.8123817,6.0,4441.0,611.0,23,black,male,8d1ae9f4d1,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,AR, +2016-05-15,20:55:00,"DICKERSON PIKE & GATEWOOD AVE, NASHVILLE, TN, 37207",36.2001781,-86.7698986,2.0,1863.0,223.0,34,hispanic,female,8bfb8d2916,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN LIGHT AT DICKERSON AND GATEWOOD. +2011-03-01,10:20:00,"MM 199 I40 W, NASHVILLE, , 37209",,,,,,35,asian/pacific islander,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-24,19:00:00,"711 GALLATIN AVE, NASHVILLE, TN, 37206",36.1844278,-86.7470635,2.0,1301.0,215.0,42,black,female,9e51e321a0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-10-12,21:15:00,"ELM HILL PIKE & ROYAL PKWY, NASHVILLE, TN, 37214",36.1517129,-86.6769688,5.0,9103.0,517.0,33,white,male,3316885e7f,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,False,True,True,True,other,moving traffic violation,TN, +2016-03-22,15:25:00,"I 40 W & HWY 70 S, NASHVILLE, TN, 37221",36.0818334,-86.956849,1.0,4711.0,123.0,42,white,male,28a44a6a0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-02-09,15:26:00,"BRICK CHURCH PIKE & BRICK CHURCH PIKE, GOODLETTSVILLE, TN, 37072",36.3270282,-86.7233796,,,,44,black,male,f209a8fc10,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,"DRIVER WAS NOT WEARING SEAT BELT, WARNED BY OFF T DENTON +" +2017-06-15,08:13:00,"65 S & W TRINITY LN, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3002.0,621.0,74,white,male,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-25,20:29:00,"CHICKASAW AVE & JONES AVE, NASHVILLE, TN, 37207",36.2010926,-86.7583222,2.0,1855.0,221.0,43,hispanic,male,177b71ed10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-07,04:30:00,"DICKERSON PIKE & ROCK ST, NASHVILLE, TN, 37207",36.2139776,-86.7643694,,1831.0,,43,white,male,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-24,15:10:00,"COLEY DAVIS RD & HWY 70 S, NASHVILLE, TN, 37221",36.0795262,-86.9536221,1.0,4811.0,125.0,29,white,female,c7fc5dcb73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-28,20:53:00,"MAIN ST & S 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1997.0,227.0,31,black,male,4ae38b4239,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-25,03:22:00,"NOLENSVILLE PIKE & TUSCULUM RD, NASHVILLE, TN, 37211",36.0590888,-86.7161614,8.0,8655.0,835.0,32,white,male,f5e3159941,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAG LIGHT +2018-11-23,01:29:00,"DICKERSON PIKE & DONALD ST, NASHVILLE, TN, 37207",36.2114944,-86.7652462,2.0,1829.0,223.0,42,white,female,1b4ec484ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-21,19:01:00,"POWELL AVE & POWELL PL, NASHVILLE, TN, 37204",36.1065307,-86.7645109,8.0,8527.0,825.0,31,white,male,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-20,16:10:00,"HARRISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37219",36.1685721,-86.7883388,4.0,4203.0,411.0,27,hispanic,male,37c354fca8,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TX, +2015-08-28,17:46:00,"OLD HICKORY BLVD & SONYA DR, NASHVILLE, TN, 37209",36.1098845,-86.9225162,,,,19,white,female,16fa5fbd4f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-11,02:53:00,"I 40 E & SPENCE LN, , TN, 37210",36.137011,-86.724956,,,,27,black,female,dc95719a9d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-17,07:22:00,"CENTRAL PIKE & STONERS BEND DR, HERMITAGE, , 37076",36.1855404,-86.6272436,,,,52,white,male,08a8fd2231,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-04,02:01:00,"16TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1363294,-86.7944758,8.0,6613.0,823.0,33,white,male,2fcd6b06aa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-08-08,22:13:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5103.0,113.0,25,unknown,male,e64b1fbde3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-14,09:56:00,"I 65 N & VIETNAM VETERANS BLVD S, GOODLETTSVILLE, TN, 37072",36.3006665,-86.7112173,7.0,1726.0,727.0,33,white,male,d098ec755c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-02,16:25:00,"MAIN ST, EAST, TN, 37207",36.1697509,-86.7740248,,,,21,white,female,911d123f59,vehicular,registration,False,False,True,warning,False,False,False,False,True,False,True,probable cause,registration,TN, +2011-06-06,15:28:00,"MM 196 I40 E, NASHVILLE, TN, 37221",36.0789995,-86.9551254,,,,25,white,female,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-06,20:17:00,"LAUER DR & STEWARTS FERRY PKWY, NASHVILLE, TN, 37214",36.1578494,-86.6305802,5.0,9415.0,517.0,60,white,male,7820669585,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-20,11:47:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,42,white,female,1efbb4af4c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-08-31,18:29:00,"822 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1347359,-86.7230251,5.0,8815.0,531.0,42,white,male,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-06,20:06:00,"105 DUKE ST, NASHVILLE, TN, 37207",36.207697,-86.766479,2.0,1833.0,223.0,38,black,male,565ed6dc62,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-06,23:18:00,"152 2ND AVE N, NASHVILLE, TN, 37201",36.1635881,-86.7756872,4.0,4101.0,415.0,21,black,male,7587c64dd9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-02,10:58:00,"PORTER RD & STRAIGHTWAY AVE, NASHVILLE, TN, 37206",36.1915731,-86.7276533,2.0,1337.0,215.0,47,black,male,fcd1734971,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-04,09:58:00,"8TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1496911,-86.7791732,4.0,4009.0,423.0,37,black,female,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-15,20:01:00,", , ,",,,,,,31,white,male,75f19227c8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT +2010-06-25,16:44:00,"1451 BELL RD, ANTIOCH, TN, 37013",36.0465368,-86.6833289,3.0,8719.0,331.0,44,white,female,762695f079,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-11,08:54:00,"2651 SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0903958,-86.6277262,5.0,8935.0,535.0,30,hispanic,male,adf5df7aac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-10,02:17:00,"HAMILTON CROSSINGS & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0657351,-86.6294329,3.0,8979.0,335.0,21,white,male,cb2dd776b1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-08-14,22:05:00,"HICKORY HIGHLANDS DR & RURAL HILL RD, ANTIOCH, TN, 37013",36.0617206,-86.6448951,3.0,8861.0,325.0,63,black,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-23,19:29:00,"BROADMOOR DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1811.0,225.0,28,black,male,f9d3e4a4d6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-30,07:30:00,"CEDARCREEK DR & CEDARMONT DR, ANTIOCH, TN, 37013",36.041374,-86.7037399,3.0,8757.0,331.0,32,white,female,3241b7c0f3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-15,03:12:00,"3361 BELL RD, NASHVILLE, TN, 37214",36.1328246,-86.6292703,5.0,8989.0,533.0,29,white,male,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-19,04:08:00,"ERIN LN & HWY 70 S, NASHVILLE, TN, 37205",36.0784068,-86.9089123,1.0,4903.0,121.0,45,white,male,acb89d1f7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-20,04:51:00,"8TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1417067,-86.7786839,8.0,6941.0,821.0,42,black,female,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-06,00:23:00,"BELL RD & 24 W, ANTIOCH, TN, 37013",36.0454161,-86.6581786,3.0,8863.0,333.0,21,black,female,ac571570c9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-08-18,23:55:00,"21ST AVE S & ASHWOOD AVE, NASHVILLE, TN, 37212",36.1292131,-86.8026171,8.0,5909.0,815.0,26,white,male,9d8bfc8acb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-08-16,20:55:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,42,black,male,8bfb8d2916,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER SIDE TAIL LIGHT OUT. +2015-07-08,12:50:00,"512 TULIP GROVE RD, HERMITAGE, TN, 37076",36.213018,-86.589284,5.0,9537.0,523.0,34,white,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-16,00:43:00,"DICKERSON PIKE & WESTCHESTER DR, NASHVILLE, TN, 37207",36.2632278,-86.7572616,7.0,2021.0,725.0,32,white,female,c2231e79ed,vehicular,moving traffic violation,True,True,True,arrest,False,False,False,False,True,True,False,other,moving traffic violation,TN, +2018-10-30,01:19:00,"BROADWAY & OPRY PL, NASHVILLE, TN, 37203",36.1604836,-86.7784329,4.0,4109.0,421.0,35,white,female,064c5c03ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CA, +2011-12-31,22:09:00,"334 W TRINITY LN, NASHVILLE, TN, 37207",36.2066027,-86.7823317,6.0,3009.0,621.0,25,white,male,eedda40d7b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-10,09:29:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9535.0,523.0,43,white,female,329e7e4c16,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEED. +" +2017-06-19,21:10:00,"18TH AVE N & PATTERSON ST, NASHVILLE, TN, 37203",36.15693,-86.7989203,8.0,5505.0,813.0,21,black,male,1d8c47ce85,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-12-26,10:45:00,"I 65 N & W TRINITY LN, NASHVILLE, TN, 37207",36.2070447,-86.7915951,2.0,1829.0,223.0,31,white,male,88c2d8920e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-04,12:44:00,"BRILEY PKWY N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1722647,-86.8652182,1.0,4618.0,115.0,43,black,male,0491807f2e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-02,12:52:00,"510 HERITAGE DR, MADISON, TN, 37115",36.264956,-86.723225,7.0,1765.0,723.0,21,white,male,09ff8e8092,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,wrong tags +2018-10-15,23:06:00,"BAILEY ST & SEYMOUR AVE, NASHVILLE, TN, 37206",36.18588,-86.7498836,2.0,1929.0,227.0,34,white,male,6968d37a72,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,CA, +2013-08-14,17:32:00,"S 6TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1672424,-86.7596832,2.0,1013.0,211.0,32,black,female,a48b378e7c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-10-15,19:25:00,"BRILEY PKWY & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1801.0,225.0,34,white,female,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-02,09:50:00,"I 65 N & I 440 E, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,7018.0,825.0,36,other,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-08,11:10:00,"TULIP GROVE RD & RALIEGH DR, , TN, 37138",36.2138659,-86.588779,,,,24,white,male,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-03,04:21:00,"MM 52 I24 W, NASHVILLE, TN, 37217",,,3.0,8816.0,315.0,48,white,male,3955cfd39c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-20,23:28:00,"CAHAL AVE & GALLATIN AVE, NASHVILLE, TN, 37216",36.1960045,-86.7425944,2.0,1881.0,227.0,21,white,female,33acd6428b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AR, +2013-02-01,01:53:00,"LINBAR DR & WALLACE RD, NASHVILLE, TN, 37211",36.0825631,-86.7022093,3.0,8707.0,321.0,21,black,male,6a5a1e10b4,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2013-09-21,21:35:00,"9TH AVE N & COFFEE ST, NASHVILLE, TN, 37208",36.1827682,-86.8025289,6.0,4447.0,611.0,24,black,female,e143bf684a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-10-25,12:59:00,"I 65 N & I 24 E, NASHVILLE, TN, 37207",36.228301,-86.7792308,6.0,3006.0,621.0,27,white,male,16f69cd6ef,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-02,00:17:00,"12TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1713402,-86.7992109,6.0,5413.0,615.0,48,black,female,05a9feba15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-14,19:33:00,"6121 MORROW RD, NASHVILLE, TN, 37209",36.1639288,-86.8643284,1.0,4613.0,115.0,36,white,male,ef32736df1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-14,22:29:00,"DECATUR AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1535669,-86.7531831,5.0,9005.0,511.0,28,white,male,87d131bdf1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-16,01:29:00,"LOMBARDIA LN & E OLD HICKORY BLVD, MADISON, TN, 37115",,,7.0,1627.0,713.0,38,black,male,4ff9d8c9ea,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-08,04:56:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,,8951.0,,21,black,female,8bbd3239b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2019-02-25,14:21:00,"BATTLE RD & BURKITT RD, ANTIOCH, TN, 37013",35.994961,-86.6243553,3.0,8771.0,333.0,44,white,female,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-28,17:17:00,"23RD AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1802269,-86.8146239,6.0,4463.0,613.0,21,black,female,53d89d125a,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,consent,moving traffic violation,TN, +2011-08-09,10:35:00,"E TRINITY LN & ELLINGTON PKWY, NASHVILLE, TN, 37216",36.2033503,-86.7515075,2.0,1894.0,225.0,40,black,male,12d3d862ae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-10,02:52:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,5.0,8823.0,531.0,28,black,male,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-07,16:02:00,"CLEARVIEW AVE & WOODLAND ST, NASHVILLE, TN, 37206",36.1775691,-86.7499363,2.0,1241.0,213.0,32,black,female,4ae38b4239,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-06-05,20:49:00,"NOLENSVILLE PIKE & ZOO RD, NASHVILLE, TN, 37211",36.090114,-86.7336907,8.0,8509.0,831.0,30,hispanic,male,3f3d42c692,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,temp tag and no d/l +2018-02-05,16:40:00,"MYATT DR & MYATT INDUSTRIAL DR, MADISON, TN, 37115",36.279954,-86.6912106,7.0,1715.0,715.0,27,black,female,a66f62a8d9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-04-18,20:55:00,"2ND AVE S & PEABODY ST, CENTRAL, TN, 37201",,,,,,28,black,male,0fdcc7c208,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-07,16:11:00,"EMMITT AVE & WALNUT ST, MADISON, TN, 37115",36.2509752,-86.7100976,7.0,1623.0,711.0,43,white,female,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2012-05-26,22:16:00,"PAVILION BLVD & PLUS PARK BLVD, NASHVILLE, TN, 37217",36.1327091,-86.7231818,3.0,8801.0,315.0,47,black,male,4c7e26f974,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,TEMP TAG NOT VISIBLE +2015-01-02,20:52:00,"OLD HICKORY BLVD & WOODLAND HILLS DR, NASHVILLE, TN, 37211",36.0387076,-86.7309355,8.0,8653.0,835.0,28,white,male,7962521178,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2010-08-01,19:45:00,"E NOCTURNE DR & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2115014,-86.797569,6.0,3037.0,623.0,23,black,male,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN,"NO MDC +" +2011-01-06,08:50:00,"SHELBY AVE, EAST, TN, 37206",36.1711334,-86.7501077,,,,30,black,female,3f791dfbd2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-03,16:42:00,"W EASTLAND AVE & BAILEY ST, NASHVILLE, TN, 37206",36.1838357,-86.7501765,,1937.0,,28,black,male,74b3cbfc59,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2013-01-10,23:31:00,"I 24 W & I 40 W, NASHVILLE, TN, 37210",36.1539502,-86.7572484,5.0,9004.0,513.0,47,black,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2010-07-18,11:37:00,"S NEW HOPE RD & ROXBOROUGH DR, HERMITAGE, TN, 37076",36.1660329,-86.5846143,5.0,9543.0,523.0,59,black,female,fc43f6017d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-05,13:39:00,"33RD AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1590802,-86.8250347,6.0,4551.0,613.0,60,black,female,e027ab6f35,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-26,20:50:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,27,white,female,8a201ca7a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-22,00:19:00,"1901 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0973277,-86.6603352,3.0,8849.0,323.0,20,white,male,9310569e50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-09,11:00:00,"MM 196 I40 E, , TN,",35.434219,-97.4078234,,,,36,white,female,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-20,06:02:00,"BELMONT BLVD & CLAYTON AVE, NASHVILLE, , 37212",36.118749,-86.7961846,,,,33,white,female,1b56d08e5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,speed - school zone +2017-08-16,12:15:00,"ACORN DR & ELM HILL PIKE, NASHVILLE, TN, 37210",36.1502083,-86.7001865,5.0,9033.0,513.0,25,black,male,93ef5d6182,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-04-12,17:34:00,"DICKERSON PIKE & DUE WEST AVE N, , TN, 37207",36.2563347,-86.757913,,,,38,white,male,8ab4b34040,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-02,17:01:00,"9TH AVE N & DOMINICAN DR, NASHVILLE, TN, 37208",36.186595,-86.8040856,6.0,4441.0,611.0,50,black,female,00eb678631,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-07-11,23:38:00,"EZELL RD & WILLARD DR, NASHVILLE, , 37211",36.0708421,-86.6937188,,,,23,white,male,fb944c2c7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-24,17:57:00,"DICKERSON PIKE & GRIZZARD AVE, NASHVILLE, TN, 37207",36.2082242,-86.7674027,2.0,1833.0,223.0,31,black,male,565ed6dc62,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-14,02:31:00,"S GRAYCROFT AVE & FREDA VILLA, MADISON, , 37115",36.2464842,-86.7354839,,,,22,black,,14851a97f4,vehicular,moving traffic violation,False,True,True,citation,False,False,False,False,True,True,True,consent,moving traffic violation,TN,"SPEEDING, EXP TAG --/--" +2011-09-15,20:38:00,"FOSTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1415552,-86.7405947,5.0,8217.0,513.0,22,white,female,b34fa4ca15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-04,10:06:00,"BLACKWOOD DR & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1522017,-86.6249735,5.0,8955.0,533.0,23,black,male,6d13b2ff93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-02,15:24:00,"S GALLATIN PIKE & HARRIS ST, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1605.0,713.0,27,hispanic,male,936ab7dc64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-22,06:10:00,"KEELING AVE & E TRINITY LN, NASHVILLE, TN, 37216",36.2044116,-86.7441937,2.0,1837.0,225.0,55,black,male,d549fd859f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-04-17,04:51:00,"DICKERSON PIKE & E TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,28,hispanic,male,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-15,04:55:00,"MM 89 8 I65 N, NASHVILLE, TN, 37207",,,2.0,18062.0,225.0,31,white,male,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-01,16:25:00,"BELL GRIMES LN & DEVONSHIRE DR, NASHVILLE, TN, 37207",36.269376,-86.7655649,7.0,2043.0,725.0,22,white,female,350bac3344,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-16,23:00:00,", , ,",,,,,,28,white,male,9dc8c71b5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-26,20:25:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,24,white,male,8a201ca7a2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-23,23:50:00,"CEDAR FOREST DR & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.1024112,-86.9310101,1.0,4815.0,125.0,61,black,male,e077a1b1fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-31,17:00:00,"3RD AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1575648,-86.7733826,4.0,4047.0,425.0,40,hispanic,female,c1e876ae44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,no turn on red MON-FRI ---PM|no turn on red +2010-04-25,05:00:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,33,white,female,33b2c0bf9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-04,13:26:00,"ELLISTON PL & REIDHURST AVE, NASHVILLE, , 37203",36.1481298,-86.8077216,,,,26,white,female,fd4fabd731,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-31,23:19:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,33,white,male,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-09,13:19:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,59,white,female,83fbfcfd39,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlights off in rain +2010-07-21,23:18:00,"24TH AVE N & WEST END AVE, NASHVILLE, TN, 37212",36.1479026,-86.8064477,8.0,5717.0,815.0,39,hispanic,male,5db485cff3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-27,07:07:00,"GALLATIN AVE & N 11TH ST, NASHVILLE, TN, 37206",36.1800444,-86.7499238,2.0,1939.0,227.0,31,white,female,8ed20f511b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-08,20:57:00,"MONROE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1752889,-86.7926119,6.0,4305.0,617.0,19,black,female,7394445486,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-06,10:52:00,"MURFREESBORO PIKE & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,889.0,535.0,47,black,female,95d8d9862e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-08-21,22:07:00,"S 4TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.167016,-86.7637341,2.0,1009.0,211.0,23,black,male,1252ee3949,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-02,17:50:00,"33RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.152875,-86.8235403,1.0,5239.0,111.0,49,black,female,8e6e05f1aa,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2017-09-11,14:47:00,"HIGHLAND WAY & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0397219,-86.7392522,8.0,8651.0,835.0,24,black,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-15,16:25:00,"39TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1569872,-86.8327522,1.0,4531.0,111.0,30,black,female,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-12,19:41:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,33,white,female,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXP TAG +2012-05-26,20:08:00,"DIVISION ST & MUSIC CIR E, NASHVILLE, TN, 37203",36.1516853,-86.7895015,8.0,6721.0,811.0,39,black,male,b7cfbf3fb5,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,KY,TRAFFIC STOP IN REFERENCE TO CHECK THE WELFARE OF SUBJECT IN VEHICLE. HE IS HOMELESS AND WAS TAKING A NAP. HIS LICENSE IS VALID AND NO OUTSTANDING WARRANTS AT TIME OF STOP. POLITE/VERBAL +2013-05-30,16:55:00,"ELM HILL PIKE & BRILEY PKWY N, , TN, 37214",36.1538342,-86.6854592,,,,44,white,male,1fdfb2a60c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2019-01-16,06:46:00,"MM 1 0 I440 E, NASHVILLE, TN, 37205",,,1.0,5240.0,113.0,22,white,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-02,15:08:00,"DR D B TODD JR BLVD & OSAGE ST, NASHVILLE, TN, 37208",36.1771336,-86.8098368,6.0,4469.0,613.0,30,black,female,563f7a1718,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-04-15,02:27:00,"MAIN ST & S 5TH ST, NASHVILLE, TN, 37206",36.1728291,-86.7652377,2.0,1997.0,227.0,32,white,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-31,00:28:00,"2ND AVE N & UNION ST, NASHVILLE, TN, 37201",36.1659389,-86.777771,4.0,4163.0,415.0,53,white,male,4714ced2a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-13,15:07:00,"MM 9 2 BRILEY S, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,92960.0,513.0,24,white,female,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2012-05-11,09:03:00,"W TRINITY LN & OLD BUENA VISTA RD, NASHVILLE, TN, 37207",36.2060909,-86.8110252,6.0,3037.0,623.0,79,black,female,298910bcb9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-14,07:37:00,"17TH AVE N & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1613562,-86.7999212,6.0,5401.0,615.0,41,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-06,16:43:00,"NOLENSVILLE PIKE & SWISS AVE, NASHVILLE, TN, 37211",36.0424784,-86.7129346,8.0,8651.0,835.0,45,white,male,cfbf0303f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-01,14:13:00,"MM 92 0 I65 S, MADISON, TN, 37115",,,7.0,2006.0,725.0,36,hispanic,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-10,08:41:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, TN, 37218",36.2117374,-86.8955184,6.0,3235.0,625.0,44,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-21,21:03:00,"3RD AVE S & ASH ST, NASHVILLE, TN, 37210",36.1527862,-86.7705625,4.0,4005.0,425.0,46,white,male,31d831c21a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,PA, +2012-03-09,23:45:00,"14TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1579342,-86.7915708,8.0,5517.0,811.0,30,white,male,d944ee700d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-25,06:05:00,"12TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.154613,-86.7861986,4.0,4081.0,423.0,46,white,female,e6d72e8c70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-12,23:53:00,"295 EAST THOMPSON LN, NASHVILLE, TN, 37211",36.1264592,-86.7124121,3.0,8803.0,315.0,21,black,female,b34fa4ca15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-25,22:56:00,"E TRINITY LN & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2035886,-86.7384911,2.0,1415.0,217.0,17,black,female,559fd015a2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-02-08,11:21:00,"14TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1708062,-86.8013275,6.0,5415.0,615.0,24,black,male,3245129711,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-10-16,16:19:00,"DONELSON PIKE & LAKELAND DR, NASHVILLE, TN, 37214",36.1549536,-86.6652527,5.0,9421.0,517.0,43,black,male,471811543e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-10,19:48:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,43,white,female,8ad42740bd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,MADE A RIGHT TURN WHERE IT IS PROHIBITED +2010-05-13,06:28:00,"MEADOW LANE DR & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0893248,-86.9350103,1.0,4815.0,125.0,32,white,male,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-27,21:04:00,"BROADMOOR DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,21,black,male,1252ee3949,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2014-09-16,10:45:00,"512 TULIP GROVE RD, HERMITAGE, TN, 37076",36.213018,-86.589284,5.0,9537.0,523.0,64,white,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-31,23:31:00,"21ST AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1486009,-86.7991248,8.0,5713.0,811.0,24,white,male,6e9e930290,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-22,07:45:00,"658 HUNTINGTON PKWY, , TN, 37211",36.0491723,-86.7353459,8.0,8653.0,835.0,33,other,male,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-22,12:53:00,"BROWNLEE DR & DAVIDSON RD, NASHVILLE, TN, 37205",36.1170502,-86.8825316,1.0,4917.0,121.0,62,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-15,00:50:00,"HOBBS RD & LEGEND HALL, NASHVILLE, TN, 37215",36.101448,-86.824035,1.0,6113.0,117.0,24,white,male,be02c342d3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-25,19:34:00,"BINKLEY DR & HARDING PL, NASHVILLE, TN, 37211",36.0773794,-86.7400706,8.0,8607.0,831.0,21,hispanic,male,7962521178,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN, +2016-09-05,11:03:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,56,black,female,0bfa5a7f73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-09,12:08:00,"I 40 W & JEFFERSON ST, NASHVILLE, TN, 37208",36.0789995,-86.9551254,6.0,4245.0,617.0,23,white,female,f3be646353,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-13,13:17:00,"711 27TH AVE N, NASHVILLE, TN, 37208",36.1592877,-86.8167066,6.0,5311.0,615.0,27,black,female,b20d1984d4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-02,21:17:00,"ESTERBROOK DR & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0818883,-86.9442317,1.0,4815.0,125.0,16,white,male,d944ee700d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-08,01:55:00,"4TH AVE S & 40 W, NASHVILLE, TN, 37203",36.1497848,-86.7721405,4.0,4007.0,425.0,21,white,female,20594604e0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-25,16:10:00,"14TH AVE N & COCKRILL ST, NASHVILLE, TN, 37208",36.1758465,-86.8043153,6.0,4471.0,613.0,52,black,male,eb734545cc,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-03-20,12:13:00,"2160 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1283422,-86.7533926,8.0,8041.0,821.0,37,other,male,e9f93b1392,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-15,13:28:00,"CLAY ST & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.1826076,-86.8122432,6.0,4415.0,611.0,49,black,female,bdd7af936c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-26,09:43:00,"S 1ST ST & KOREAN VETERANS BLVD, NASHVILLE, TN, 37213",36.1583691,-86.7719178,4.0,1001.0,413.0,36,black,male,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-15,21:11:00,"65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,32,black,male,f9db0b13e5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-02,21:04:00,"6313 HARDING PIKE, NASHVILLE, TN, 37205",36.0927656,-86.883313,1.0,4913.0,121.0,34,white,male,7753055d04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-17,16:30:00,"FAIN ST & LEWIS ST, NASHVILLE, TN, 37210",36.151731,-86.7579559,5.0,8207.0,511.0,54,black,female,af2e0d95c8,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN,"SEAT BELT VIOLATION, SUSPENDED DL" +2015-10-19,15:35:00,"HARDING PL & JONQUIL DR, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8419.0,317.0,56,black,female,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-26,13:58:00,"W TRINITY LN & I 65 N, NASHVILLE, TN, 37207",36.2070447,-86.7915951,2.0,1863.0,223.0,22,black,male,a0b824a6ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-24,17:20:00,"CLARKSVILLE PIKE & MANCHESTER AVE, NASHVILLE, TN, 37218",36.1953593,-86.8339675,6.0,3115.0,623.0,31,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-23,00:54:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,25,white,male,8f72e1eb24,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-28,18:29:00,"BRICK CHURCH PIKE & MASONWOOD DR, NASHVILLE, TN, 37207",36.242803,-86.7804659,7.0,2013.0,721.0,28,black,female,e83f27b8eb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-12,18:03:00,"1804 CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1582205,-86.8012787,6.0,5357.0,615.0,29,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,False,False,consent,moving traffic violation,TN, +2014-09-30,09:56:00,"MM 201 2 I40 E, NASHVILLE, TN, 37209",,,1.0,50023.0,123.0,42,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TX, +2013-12-04,09:50:00,"12TH AVE N & CASS ST, NASHVILLE, TN, 37208",36.1855757,-86.808121,6.0,4491.0,611.0,32,black,male,8283fd87e4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-29,19:27:00,"GALLATIN AVE & MAXWELL AVE, NASHVILLE, TN, 37206",36.182105,-86.7490744,2.0,1937.0,227.0,45,black,male,b026378af6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-12,02:06:00,"61ST AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1675364,-86.8590303,1.0,4619.0,115.0,45,black,female,43a72bc466,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-06-21,18:36:00,"OLD HICKORY BLVD & SEVEN SPRINGS WAY, BRENTWOOD, TN, 37027",36.0403015,-86.7683485,8.0,8623.0,833.0,23,black,female,718e745606,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-02-27,00:21:00,"25TH AVE & WEST END AVE, NASHVILLE, TN, 37203",36.1468277,-86.8086466,8.0,5615.0,813.0,20,white,male,85402489a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"NO LIGHTS +" +2015-10-18,23:36:00,"CHARLOTTE PIKE & MIDLAND AVE, NASHVILLE, TN, 37209",36.1497766,-86.8594228,1.0,5033.0,115.0,42,white,male,65e8b864be,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver side headlight +2011-02-25,22:44:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,27,white,male,1d683e1215,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-27,09:40:00,"S 2ND ST & SHELBY AVE, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1103.0,413.0,35,white,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-27,19:54:00,"S 11TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1775691,-86.7499363,2.0,1201.0,213.0,43,white,male,286c82f645,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-18,22:02:00,"DAVIDSON ST & S 2ND ST, NASHVILLE, TN, 37213",36.161566,-86.7660466,4.0,1003.0,413.0,37,white,female,e1b3fd3e66,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,False,True,True,True,other,vehicle equipment violation,TN,"FRONT PASSENGER SIDE HEADLIGHT OUT, DRIVER ARRESTED FOR DUI" +2011-05-25,19:12:00,"NOLENSVILLE PIKE & WALLACE RD, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,30,white,male,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-13,23:40:00,"17TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1558083,-86.7959109,8.0,5521.0,811.0,45,black,male,bf84a4aed8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-03,00:28:00,"BURGESS AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.145004,-86.8579697,1.0,5103.0,113.0,59,other,female,e4eb4870eb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING -- MPH IN POSTED -- MPH ZONE +LASER ---.- FEET +" +2014-05-10,04:35:00,"DUE WEST AVE E & S GALLATIN PIKE, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1519.0,711.0,38,white,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-30,12:04:00,"5711 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1491111,-86.8610546,1.0,5025.0,115.0,56,white,female,3c72ff8fdc,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2017-04-10,10:23:00,"MM 47 0 I24 E, NASHVILLE, TN, 37207",,,4.0,1904.0,413.0,36,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-20,07:39:00,"DYER CT & HAYNES PARK DR, NASHVILLE, TN, 37218",36.2158134,-86.8340453,6.0,3105.0,623.0,50,black,male,c2a7a8ec4e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-10-28,13:39:00,"MERRITT ST & ROBINSON RD, OLD HICKORY, TN, 37138",36.2555827,-86.6536172,5.0,9611.0,525.0,24,black,male,26ed5dd676,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-04-05,09:09:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4245.0,617.0,53,black,female,3607f2fc8c,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-07-19,23:54:00,"6TH AVE S & MULBERRY ST, NASHVILLE, TN, 37203",36.14992,-86.7734054,4.0,4007.0,425.0,35,white,male,a1e3ace771,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-06-13,15:58:00,"10TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1804261,-86.8032308,6.0,4447.0,611.0,53,black,male,ffd40c04a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-09,17:28:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,50,white,male,9e0637d56c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-02,22:00:00,"222 25TH AVE N, NASHVILLE, TN, 37203",36.1505653,-86.8085656,8.0,5623.0,813.0,58,white,male,8906af8433,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,warned for speed ------------ +2013-04-18,15:38:00,"S GALLATIN PIKE & MADISON ST, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1605.0,713.0,33,white,male,72de0e0089,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-07,21:27:00,"CLARIDGE DR & ROYAL PKWY, NASHVILLE, TN, 37214",36.1460923,-86.667657,5.0,9117.0,517.0,45,white,male,2cf165ac70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,VA,"BRAKE LIGHTS OUT, L & R SIDE." +2011-07-22,20:06:00,"21ST AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1375861,-86.8007588,8.0,5825.0,815.0,54,white,male,6cedaab465,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-07,20:42:00,"SAWYER BROWN RD & TODD PREIS DR, NASHVILLE, TN, 37221",36.0711205,-86.9470687,1.0,4811.0,125.0,42,white,female,59629c618d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-19,20:52:00,"HWY 70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,28,white,male,a13c40db73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-15,09:24:00,"HOBSON PIKE & OLE NOTTINGHAM DR, , TN, 37076",36.072286,-86.575955,,,,44,black,male,766a98473e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-11,09:13:00,"MM 204 2 I40 W, NASHVILLE, TN, 37209",,,1.0,45022.0,111.0,46,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-10,07:24:00,"363 WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1491309,-86.858455,1.0,5033.0,115.0,24,white,female,fbe99948e2,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,True,True,True,False,other,vehicle equipment violation,FL, +2013-07-07,01:26:00,", , ,",,,,,,29,white,male,00443cb79c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-15,23:20:00,"935 EDGEHILL AVE, NASHVILLE, TN, 37203",36.1414433,-86.78303,8.0,6907.0,821.0,34,black,male,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-15,15:35:00,"I65 N, , TN,",35.4905624,-86.8898529,,,,37,white,male,117c6d697e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-29,08:45:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9535.0,523.0,46,white,female,963f2c3d0d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-15,12:47:00,"MURFREESBORO PIKE & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0961815,-86.65566,5.0,8947.0,533.0,21,black,male,ef8417427b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,False,probable cause,moving traffic violation,TN,stopped for following to close +2013-08-06,08:22:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,28,white,male,5a96851d64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-20,11:02:00,"MM 194 I40E, NASHVILLE, TN,",36.157698,-86.7907892,,,,31,white,male,c4f63928e2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-08,20:12:00,"N 14TH ST & CALVIN AVE, NASHVILLE, TN, 37206",36.1811866,-86.7451685,,1213.0,,53,black,female,c7a5bebec5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-13,21:59:00,"N 8TH ST & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1905.0,221.0,29,black,female,50835bbbca,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-07,08:10:00,"OLD HICKORY BLVD & TOLBERT RD, NASHVILLE, TN, 37209",36.1064322,-86.9222345,,,,74,white,male,825f6ab981,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-27,02:45:00,"4TH AVE S & CHESTNUT ST, NASHVILLE, TN, 37203",36.1449382,-86.7666647,8.0,8005.0,821.0,24,black,male,67e783b000,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-08,02:15:00,"CHERRY AVE & CHESTNUT ST, NASHVILLE, TN, 37203",36.141796,-86.7774943,8.0,6811.0,821.0,41,white,female,3fbcafb77d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-11,13:40:00,"ELLINGTON PKWY N & HART LN, , TN, 37207",36.2187302,-86.7486172,,,,19,white,male,4de6ccf87a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2014-05-15,19:37:00,"DICKERSON PIKE & KINGSTON ST, NASHVILLE, TN, 37207",36.2093664,-86.7664947,2.0,1833.0,223.0,56,black,female,a48b378e7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TINT VIOLATION, OBSTRUCTED PLATE" +2012-05-07,00:53:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,3.0,8879.0,315.0,35,black,male,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-28,23:21:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,22,white,male,ee538f200f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-19,09:48:00,"S 4TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.167016,-86.7637341,2.0,1109.0,211.0,59,black,male,3f791dfbd2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2012-05-24,12:55:00,"CEPHAS ST & CLAY ST, NASHVILLE, TN, 37208",36.1839326,-86.8071174,6.0,4441.0,611.0,35,black,female,a076fe22eb,vehicular,seatbelt violation,False,False,True,warning,False,False,False,False,True,True,True,consent,seatbelt violation,TN,SEATBELT +2012-01-28,21:35:00,"ED TEMPLE BLVD, , TN, 37209",36.1691276,-86.8211769,,,,28,white,male,37dd19df63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2015-06-04,11:20:00,"28TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1808066,-86.8233662,6.0,4465.0,613.0,25,black,male,ab0403c78f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-26,09:41:00,"5099 LINBAR DR, NASHVILLE, TN, 37211",36.079924,-86.699875,3.0,8707.0,321.0,39,white,male,2f9e52f7c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-18,07:53:00,"FAIRLANE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.062915,-86.7168323,8.0,8659.0,835.0,52,asian/pacific islander,female,6074f7bab3,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-08-05,12:04:00,"BELLEVUE RD & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0647018,-86.9391179,1.0,4817.0,125.0,42,unknown,female,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-25,20:13:00,"2ND AV S & I-40 W RAMP, , TN,",,,,,,36,black,male,8ad42740bd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AZ,MADE RIGHT ON RED AT -ND AV S AND I--- W EXIT RAMP +2015-11-22,00:33:00,", , ,",,,,,,28,black,male,4afeed09eb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-07,06:59:00,"HUNTERS RDG & HUNTINGTON PKWY, NASHVILLE, TN, 37211",36.0487018,-86.7345292,8.0,8653.0,835.0,23,hispanic,female,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-22,15:59:00,"HART LN & SAUNDERS AVE, NASHVILLE, TN, 37216",36.215953,-86.7380035,2.0,1821.0,225.0,21,black,female,8001f24925,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tag expired +2013-04-12,21:32:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,53,black,female,8446a2fbf7,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2016-06-19,00:27:00,"DICKERSON PIKE & SPRING ST, NASHVILLE, TN, 37207",36.1766768,-86.7709301,2.0,1983.0,221.0,52,black,male,937faddb57,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-19,04:48:00,"24TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.184741,-86.8156393,6.0,4419.0,611.0,56,black,female,ffd40c04a1,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2011-12-20,19:26:00,"DICKERSON PIKE & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1944033,-86.7723358,2.0,1867.0,223.0,20,white,female,e0fcf690b4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-11-07,20:25:00,"MILLERWOOD DR & WHISPERING HILLS DR, NASHVILLE, TN, 37211",36.0621103,-86.7222869,8.0,8659.0,835.0,18,white,male,a0e960d43b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-11,08:48:00,"ABBOTT MARTIN RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1058365,-86.8138782,8.0,6411.0,825.0,30,white,male,560bd8d10f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-27,10:11:00,"FAIRFIELD AVE & GREEN ST, NASHVILLE, TN, 37210",36.1527093,-86.7563687,5.0,8221.0,511.0,37,black,female,87d131bdf1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-29,23:01:00,"BELL RD & MURFREESBORO PIKE, SOUTH, TN, 37013",36.0719049,-86.636152,,,,25,black,female,95f2a2add9,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,"OBSERVED DRIVER USING A CELL PHONE WHILE VEHICLE WAS IN MOTION. THE DRIVER STATED THAT "" YOU SHOULD BE OUT LOOKING FOR REAL CRIMINALS LIKE RAPIST.""" +2017-10-18,20:28:00,"5544 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1807314,-86.6048999,5.0,9557.0,523.0,43,white,female,57379213f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-25,01:52:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,46,black,male,8718b0b8a9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-11-19,09:58:00,"62 UNIVERSITY CT, NASHVILLE, TN, 37210",36.1518975,-86.763428,5.0,8203.0,511.0,43,black,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-11,16:05:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,20,black,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-12,13:28:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,18,white,male,9744cdaa29,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT +2010-12-21,10:56:00,"1451 BELL RD, ANTIOCH, TN, 37013",36.0465368,-86.6833289,3.0,8719.0,331.0,30,black,male,9a3d6ca468,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-12,17:26:00,"OLD SMYRNA RD & WINSLEY PL, BRENTWOOD, TN, 37027",36.0200274,-86.7451598,8.0,8623.0,833.0,26,white,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-18,19:21:00,"28TH AVE N & ALBION ST, NASHVILLE, TN, 37209",36.1642226,-86.8198735,,4527.0,,44,white,male,8001f24925,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"headlight out +" +2018-04-12,17:45:00,"205 MILLWOOD DR, NASHVILLE, TN, 37217",36.1307607,-86.7133668,5.0,8815.0,531.0,34,white,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,, +2014-05-29,16:13:00,", , ,",,,,,,51,black,female,48aaf04fba,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-04,19:55:00,"DICKERSON PIKE & NESBITT DR, MADISON, TN, 37115",36.2776565,-86.7512038,7.0,2101.0,725.0,22,black,female,efab61ee96,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVING WITH NO HEADLIGHTS ON +2011-02-20,03:53:00,"14TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.16076,-86.7936683,8.0,5501.0,813.0,20,white,female,c86057a843,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"going wrong way on --th +" +2016-04-16,00:54:00,"S 8TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1699272,-86.7561779,2.0,1023.0,211.0,25,white,male,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2014-06-26,20:16:00,"12TH AVE S & SUMMIT AVE, NASHVILLE, TN, 37203",36.1387504,-86.7877615,8.0,6939.0,821.0,26,white,female,95cab0be7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-01,01:40:00,"GOINS RD & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0740507,-86.7246208,8.0,8661.0,831.0,21,asian/pacific islander,female,559632f4a3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-31,15:31:00,"37TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527207,-86.8281842,1.0,5229.0,113.0,38,hispanic,female,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-06,11:56:00,"17TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1699707,-86.8046371,6.0,5409.0,615.0,24,black,male,40d9b62eac,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,FL, +2014-07-09,23:22:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2133.0,725.0,33,white,male,d3a646e989,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOPPED FOR DRIVING -- \ -- MPH ZONE +2012-03-09,18:21:00,"GALLATIN PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1417.0,217.0,34,white,male,5a270d4b1d,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-15,23:19:00,", , ,",,,,,,29,white,female,46729fee0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-27,08:52:00,"I 65 S & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0391614,-86.7844183,8.0,7111.0,833.0,23,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-20,19:11:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,20,hispanic,male,6df99debf2,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-14,11:38:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8721.0,325.0,47,black,male,0f631f3a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-26,16:20:00,"DR WALTER S DAVIS BV & SCHRADER LN, NASHVILLE, TN, 37209",36.1727351,-86.8252443,6.0,4503.0,613.0,20,black,female,5a96c3af3f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-20,18:26:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,42,hispanic,male,4ba537931c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-21,16:51:00,"S 8TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1699272,-86.7561779,2.0,1045.0,211.0,55,black,male,ea3413a239,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-28,16:41:00,"DAVIDSON ST & S 14TH ST, NASHVILLE, TN, 37206",36.1630282,-86.7468083,2.0,1037.0,211.0,28,white,female,06737d52ad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEED WARNING --/-- +2011-02-17,09:25:00,"3306 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1012927,-86.7399826,3.0,8427.0,313.0,66,white,male,b5ca91d71f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-02-09,12:33:00,"7TH AVE S & FOGG ST, NASHVILLE, TN, 37203",36.1508723,-86.7776913,4.0,4023.0,423.0,21,white,male,b9fb8b268e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-09,14:51:00,"GALLATIN AVE & MAIN ST, NASHVILLE, TN, 37206",36.1786346,-86.7508785,2.0,1939.0,227.0,37,white,male,884c66a1b8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-04,21:04:00,"DICKERSON PIKE & HART LN, NASHVILLE, TN, 37207",36.2217001,-86.76168,2.0,1827.0,223.0,37,white,female,02d60d03f7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-30,19:58:00,"188 THOMPSON LN, NASHVILLE, TN, 37211",36.1111699,-86.7397909,3.0,8403.0,313.0,34,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-11,02:00:00,"HICKORY HOLLOW & MOUNTAIN VIEW, , TN,",35.7513706,-83.532785,,,,20,hispanic,female,384070792b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-23,22:33:00,"MURFREESBORO PIKE & RANSOM PL, NASHVILLE, TN, 37217",36.0891014,-86.649991,3.0,8853.0,323.0,27,white,male,473da02334,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"TAG NOT VISIBLE UNTIL APPROACH. TEMP TAG IN REAR, TINTED WINDOW, LESS THAN HALF OF TOP VISIBLE. NO REGISTRATION IN VEHICLE, STATED THAT IT WAS UNREGISTERED, ONLY HAD BILL OF SALE, NO INSURANCE, STOPPED IN CENTER TURN LANE. ARGUMENTATIVE, INITIALLY REFUSED TO SIGN CITATION." +2017-11-05,02:43:00,"GALLATIN AVE & ORDWAY PL, NASHVILLE, TN, 37206",36.1806339,-86.7496847,2.0,1939.0,227.0,28,white,male,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-27,10:41:00,"MM 80 I65 N, NASHVILLE, TN, 37204",,,8.0,8504.0,825.0,38,black,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-09,20:55:00,"ALLIED DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0960888,-86.7376281,3.0,8431.0,313.0,35,white,female,200f52dc10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-20,08:14:00,"CHEROKEE RD & VALLEY RD, , , 37205",36.1320591,-86.8389838,,,,54,white,female,20df4b1e70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-07,12:26:00,"1106 JEFFERSON ST, NASHVILLE, TN, 37208",36.1718309,-86.7975849,6.0,4301.0,617.0,74,hispanic,female,d708855b86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"PLATE MAINTANENCE +" +2016-09-18,08:34:00,"MEDIAL AVE & WOODLAWN DR, NASHVILLE, TN, 37215",36.1233268,-86.8179869,1.0,6003.0,113.0,36,white,male,2699ef149f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL, +2017-02-21,15:10:00,"FREE SILVER RD & W TRINITY LN, NASHVILLE, TN, 37207",36.2070569,-86.7959997,6.0,3013.0,623.0,49,white,male,4d2452c32f,vehicular,moving traffic violation,False,True,True,citation,True,True,False,False,True,True,True,consent,moving traffic violation,TN, +2015-07-08,06:37:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,4698.0,115.0,24,white,male,86da362829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-29,20:54:00,"ANNEX AVE & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1586293,-86.8783703,1.0,4657.0,115.0,29,white,female,c7fc5dcb73,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2014-03-30,21:18:00,"18TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1371855,-86.7969239,8.0,6611.0,815.0,24,,male,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-15,21:38:00,"HIGGINS ST & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0719656,-86.7239434,8.0,8661.0,831.0,39,unknown,male,a07d1d7733,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-12-05,16:13:00,"26TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1680832,-86.8167354,6.0,4525.0,613.0,26,black,female,41d2810599,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NY, +2010-08-30,11:35:00,"ERIN LN & HWY 70 S, NASHVILLE, TN, 37205",36.0784068,-86.9089123,1.0,4903.0,121.0,18,asian/pacific islander,female,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-19,17:09:00,"ALBION ST & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.16629,-86.8053356,6.0,5327.0,615.0,22,black,female,774307b2c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-22,18:22:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,28,black,male,498350de5b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2012-08-21,07:17:00,"I 40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5102.0,111.0,20,black,male,a951ba99dd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-13,19:44:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,27,white,male,ab916fb13f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-15,16:49:00,"FOREST PARK RD & NEELYS BEND RD, MADISON, TN, 37115",36.2554148,-86.7043713,7.0,1627.0,713.0,56,black,male,4183295444,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-24,07:34:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4202.0,411.0,55,black,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2011-11-17,02:02:00,"FOREST PARK RD & NEELYS BEND RD, MADISON, TN, 37115",36.2554148,-86.7043713,7.0,1603.0,711.0,21,black,female,b4e2bfe413,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-24,11:35:00,"MM 2 0 I440 E, NASHVILLE, TN, 37205",,,1.0,6004.0,113.0,35,black,male,1f8775dabb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2013-01-17,13:20:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1607.0,713.0,27,white,female,a3f840e016,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-22,16:01:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,91960.0,513.0,37,white,female,4464984908,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-15,22:06:00,"N 8TH ST & RAMSEY ST, NASHVILLE, TN, 37206",36.1763753,-86.7594169,2.0,1999.0,227.0,39,black,male,75f19227c8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-30,09:37:00,"BAPTIST WORLD CENTER DR & W TRINITY LN, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3037.0,623.0,26,black,female,3b8237be67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-19,07:39:00,"LOCKLAYER ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.171317,-86.7901757,4.0,4237.0,413.0,18,black,female,fa584a6825,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-10,13:08:00,"N GALLATIN PIKE & CUDE LN, MADISON, TN, 37115",36.2998226,-86.696642,7.0,1731.0,727.0,17,white,female,e4f4f4fc42,vehicular,registration,False,False,True,warning,False,False,False,False,True,False,True,plain view,registration,TN, +2017-02-22,14:06:00,"3901 APACHE TRL, NASHVILLE, TN, 37211",36.069254,-86.694362,3.0,8709.0,321.0,23,asian/pacific islander,male,5a96851d64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-06,09:10:00,"MM 197 I40 E, NASHVILLE, TN, 37221",,,1.0,4806.0,125.0,22,black,male,9d1e57a193,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-22,18:17:00,"FRANKLIN PIKE & LAKEMONT DR, NASHVILLE, TN, 37220",36.0447736,-86.7810663,8.0,7111.0,833.0,52,white,female,86da362829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2011-06-28,18:07:00,"ILLINOIS AVE & MORROW RD, NASHVILLE, TN, 37209",36.1574636,-86.8534628,1.0,4637.0,111.0,25,white,male,83d70f36c0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-27,07:07:00,"7000 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.129945,-86.9041738,1.0,4701.0,123.0,31,black,male,d098ec755c,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2015-10-08,10:54:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,59,white,female,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2011-06-21,16:18:00,"CRAIGHEAD ST & FRANKLIN PIKE, NASHVILLE, TN, 37204",36.1262042,-86.7770817,8.0,6951.0,823.0,43,white,female,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-26,12:34:00,"25TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1468277,-86.8086466,8.0,5623.0,813.0,31,white,male,ec95a9403e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-22,16:01:00,"WEDGEWOOD AVE & WILSON DR, NASHVILLE, TN, 37203",36.1326609,-86.7650342,8.0,8023.0,821.0,68,white,male,b34fa4ca15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-28,16:16:00,"57TH AVE N & OHIO AVE, , TN, 37209",36.1662237,-86.8571081,1.0,4617.0,115.0,54,white,male,0491807f2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-11,23:54:00,"5301 CHARLOTTE AVE, , , 37209",36.1515853,-86.8513019,,,,54,white,female,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT +2018-11-03,20:34:00,"3811 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1073712,-86.8133978,1.0,6107.0,117.0,22,black,male,ac74a66348,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-09-03,04:11:00,"BROADMOOR DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,30,black,male,0912fafc21,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN,parked on sidewalk +2016-01-11,09:15:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,62,white,female,cc109f0f38,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL, +2014-07-17,00:26:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1009.0,211.0,35,white,male,c2c3365672,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,reg expired; no license plate light +2014-09-08,22:19:00,"DICKERSON PIKE & RICHARDSON AVE, NASHVILLE, TN, 37207",36.1917743,-86.7727261,2.0,1913.0,221.0,47,black,female,ea3413a239,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"bright lights on vehicle, driver very agg" +2011-01-08,04:20:00,"25TH AVE S, WEST, TN, 37203",36.154179,-86.8124758,,,,55,asian/pacific islander,male,bfd70feda2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-14,16:31:00,"DOMINICAN DR, NORTH, TN, 37228",36.1876614,-86.7996134,,,,22,black,female,580ec58203,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-09,01:25:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,3.0,8841.0,323.0,25,black,male,7400ecbe19,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2010-11-01,13:08:00,"I 24 E & OLD HICKORY BLVD, WHITES CREEK, TN, 37189",36.2778269,-86.7942711,6.0,3314.0,627.0,21,white,female,bd349f40c9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-02,12:36:00,"18TH AVE N & DR D B TODD JR BLVD, NASHVILLE, TN, 37203",36.1580622,-86.799962,6.0,5403.0,615.0,30,white,male,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-26,09:17:00,"DICKERSON PIKE & HART LN, NASHVILLE, TN, 37207",36.2217001,-86.76168,2.0,1827.0,223.0,30,white,female,fc443b8485,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-26,22:37:00,"GALLATIN PIKE S & MOVING CENTER CT, MADISON, TN, 37115",36.250784,-86.7184563,7.0,1785.0,711.0,28,white,male,efab61ee96,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,OK, +2017-07-19,14:14:00,"DANBY DR & ELYSIAN FIELDS RD, NASHVILLE, TN, 37211",36.0845563,-86.7444916,8.0,8501.0,831.0,33,black,male,392b1090b2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-19,10:17:00,"APACHE TRL & PACKARD DR, NASHVILLE, TN, 37211",36.0650445,-86.6857717,3.0,8709.0,321.0,48,hispanic,male,887e82c03d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-18,22:30:00,", , ,",,,,,,20,white,female,7753055d04,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- in a -- paced +2015-10-14,01:38:00,"OLD HICKORY BLVD W & S GRAYCROFT AVE, MADISON, , 37115",36.2644481,-86.7322739,,,,31,white,male,0041952e23,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,GA,ONE HEADLIGHT OUT +2010-12-28,16:15:00,"EULALA DR & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0454406,-86.7036238,,8717.0,,28,white,male,a367ddd299,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"SEATBELT +" +2015-04-28,23:40:00,"PORTER RD & RIVERSIDE DR, NASHVILLE, TN, 37206",36.195378,-86.723415,2.0,1369.0,215.0,34,black,male,58251cd0f4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-03-18,20:02:00,"52ND AVE N & GEORGIA AVE, , TN, 37209",36.1553032,-86.8500746,1.0,4601.0,111.0,29,black,male,7b76b56003,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-11,10:30:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1963.0,221.0,26,black,male,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-06,19:02:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,40,black,female,ba10efd51b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-16,19:04:00,"MURFREESBORO PIKE & PHILFRE CT, NASHVILLE, TN, 37217",36.1282439,-86.7129582,5.0,8817.0,531.0,42,black,female,48aaf04fba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-20,12:56:00,"E TRINITY LN & MERIDIAN ST, NASHVILLE, TN, 37207",36.2056433,-86.7657873,2.0,1861.0,223.0,33,black,male,95b3c63410,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-11-05,16:42:00,"BRILEY PKWY & INTERNATIONAL PLZ, NASHVILLE, TN, 37217",36.1272561,-86.6958888,5.0,8998.0,531.0,26,black,female,22664863cc,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN,----- +2012-06-25,10:40:00,"I 24 E & SPRING ST, NASHVILLE, TN, 37213",36.1764615,-86.775623,4.0,1908.0,413.0,23,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-01,08:06:00,"I 24 E & BELL RD, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8721.0,325.0,26,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-31,18:35:00,"35TH AVE N & PARK AVE, , TN, 37209",36.1517176,-86.825922,1.0,5241.0,113.0,52,white,female,200f52dc10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-16,08:17:00,"MURFREESBORO PIKE & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.03923,-86.6027783,3.0,8903.0,335.0,23,white,female,3955cfd39c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-31,23:05:00,"BRICK CHURCH PIKE & WOODFOLK AVE, NASHVILLE, TN, 37207",36.2174362,-86.7815144,6.0,3047.0,621.0,23,black,female,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,head light out +2013-05-08,15:56:00,"7TH AVE N & COMMERCE ST, NASHVILLE, TN, 37203",36.1607792,-86.7817629,4.0,4109.0,421.0,24,black,female,664201d134,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXP TAGS +2016-09-02,05:32:00,"7TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1593656,-86.7809667,4.0,4085.0,421.0,73,white,female,8718b0b8a9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-09-08,20:26:00,"ANTIOCH PIKE & REEVES RD, ANTIOCH, TN, 37013",36.0655286,-86.680081,,8857.0,,21,hispanic,male,0dbc98bd44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-20,15:43:00,"CHARLOTTE AVE & 23RD AVE N, , TN, 37203",36.1557468,-86.80977,,,,48,black,female,f209a8fc10,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN,FSP NO SEATBELT. DRIVER HAD REVOKED DL. ISSUED STATE. +2012-10-31,20:27:00,"CASS ST & OWEN ST, NASHVILLE, TN, 37208",36.1860781,-86.806135,6.0,4495.0,611.0,38,black,female,a076fe22eb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2016-08-31,01:00:00,"860 OLD HICKORY BLVD W, MADISON, TN, 37115",36.267403,-86.7465498,7.0,2145.0,725.0,55,black,male,95b3c63410,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-10-31,00:31:00,", , ,",,,,,,27,black,male,58ae6f0919,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-30,09:13:00,", , ,",,,,,,23,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-24,13:19:00,"21ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5715.0,815.0,46,white,male,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXP TAG +2011-07-12,23:12:00,"7043 HWY 70 S, NASHVILLE, TN, 37221",36.074703,-86.9188758,1.0,4901.0,121.0,63,white,female,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-18,21:28:00,"50TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520105,-86.847202,1.0,5129.0,113.0,27,white,,972faedf56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT +2012-06-12,19:18:00,"HAMILTON CHURCH RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.064784,-86.6284723,3.0,8865.0,333.0,35,black,male,f52adc0e6d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,REFUSED TO SIGN TICKET +2015-06-05,17:48:00,"BROOKWOOD TER & WHITE BRIDGE PIKE, NASHVILLE, , 37205",36.1294872,-86.8545605,,,,66,white,female,67529ca24c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-06,11:54:00,"911 SOUTH DOUGLAS AVE, NASHVILLE, TN, 37204",36.130019,-86.781632,8.0,6917.0,823.0,50,black,male,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-25,12:33:00,"I 40 EXIT W & 2ND AVE S, , TN, 37210",36.0789995,-86.9551254,4.0,4005.0,425.0,31,white,female,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-07,22:38:00,"ELM HILL PIKE & HENEY DR, NASHVILLE, TN, 37214",36.151307,-86.6711835,5.0,9103.0,517.0,55,white,female,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-20,10:33:00,"MM 80 I65 N, NASHVILLE, TN, 37204",,,8.0,8303.0,825.0,68,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-21,01:46:00,"18TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1371855,-86.7969239,8.0,6623.0,815.0,46,white,male,acb89d1f7f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-03,19:56:00,"4TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1517995,-86.7712094,4.0,4005.0,425.0,35,white,male,b2e21999bb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-11-30,12:03:00,"BRANCH ST & CAHAL AVE, NASHVILLE, TN, 37206",36.1948484,-86.7260381,2.0,1335.0,215.0,53,black,male,5c3babe003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-06,16:25:00,"4041 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0819552,-86.7274631,8.0,8501.0,831.0,37,white,female,cf5265e2f4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-06-10,20:40:00,"NOLENSVILLE PIKE & SWISS AVE, NASHVILLE, TN, 37211",36.0424784,-86.7129346,8.0,8651.0,835.0,27,white,female,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-29,18:46:00,"BRICK CHURCH PARK DR & BRICK CHURCH PIKE, NASHVILLE, , 37207",36.2242337,-86.7821876,,,,46,black,male,e562769ea0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-04,17:53:00,"BRICK CHURCH PIKE & FERN AVE, NASHVILLE, TN, 37207",36.1957215,-86.7766893,6.0,3001.0,621.0,34,white,female,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-19,17:08:00,"BELL RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0903135,-86.6265129,5.0,8987.0,533.0,63,white,female,7df5a96ae9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,IMPROPER USE OF TURNING LANE +2011-09-13,14:36:00,"29TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1588501,-86.8198183,6.0,5305.0,615.0,20,black,male,95f3b9204e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-16,05:42:00,"BROADMOOR DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1811.0,225.0,56,black,female,e5723525d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-03,00:13:00,"CALVIN AVE & N 14TH ST, NASHVILLE, TN, 37206",36.1811866,-86.7451685,2.0,1215.0,213.0,49,black,female,34e082d612,vehicular,vehicle equipment violation,True,False,False,arrest,True,True,False,False,True,True,True,probable cause,vehicle equipment violation,TN, +2013-12-26,08:49:00,"1100 BELL RD, ANTIOCH, TN, 37013",36.0443754,-86.6620503,3.0,8753.0,331.0,21,black,female,77edf3dc3b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-09,16:57:00,"N 1ST ST & OLDHAM ST, NASHVILLE, TN, 37213",36.1744119,-86.7741656,4.0,1985.0,413.0,58,black,male,7f2ba40c1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-11,06:23:00,"I 40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5004.0,115.0,43,white,male,0a70309850,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-07,16:36:00,"ELM HILL PIKE & NOBLE VALLEY DR, NASHVILLE, TN, 37214",36.1425347,-86.6315903,5.0,8955.0,533.0,25,white,female,87dd0e095f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-06,21:25:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,26,white,male,d5acee9eec,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-14,14:25:00,"MILLS RD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1685619,-86.600292,5.0,9527.0,521.0,24,white,female,a02596b67e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-28,10:44:00,"TULIP GROVE RD&TULIP GROVE PT, HERMITAGE, TN, 37076",36.1808778,-86.5969292,5.0,9539.0,523.0,63,white,female,0875e86b46,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-16,19:42:00,"ALMOND ST & PEABODY ST, NASHVILLE, TN, 37201",36.1562174,-86.7732936,4.0,4047.0,425.0,27,black,male,e5d79a47c2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-27,16:44:00,"HARDING PL & RECOVERY RD, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8419.0,317.0,51,black,male,3e2833df23,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-01,19:12:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9003.0,511.0,54,black,male,6949a466d7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-05,12:13:00,"DICKERSON PIKE & QUEEN AVE, NASHVILLE, TN, 37207",36.2084596,-86.767244,2.0,1829.0,223.0,39,white,female,a7e4b373f1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-25,18:20:00,"16TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1800254,-86.809783,6.0,4455.0,613.0,65,black,male,ffd40c04a1,vehicular,investigative stop,True,False,False,arrest,False,False,False,False,True,True,True,consent,investigative stop,TN, +2011-11-18,10:25:00,"I 40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,9004.0,513.0,20,white,female,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-22,13:15:00,"CEDARMONT DR & CEDARVALLEY DR, NASHVILLE, TN, 37211",36.0432102,-86.7032405,,,,72,white,male,e21973b492,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-24,13:42:00,"21ST AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1801151,-86.8118312,6.0,4415.0,611.0,42,black,female,4ae38b4239,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"LEFT REAR BRAKE LIGHT OUT, WARNING ISSUED." +2012-08-09,13:21:00,"EASTLAND AVE & N 15TH ST, NASHVILLE, TN, 37206",36.1832322,-86.7425922,2.0,1215.0,213.0,29,white,male,2d7d21bc1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-10,22:20:00,"1005 HICKORY HILL LN, HERMITAGE, TN, 37076",36.189607,-86.632103,5.0,9601.0,521.0,24,hispanic,female,56705d494c,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2018-10-21,01:01:00,"BRILEY PKWY S & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.218025,-86.700407,5.0,92840.0,515.0,18,black,male,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-06,10:44:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,24,black,male,510c141a0e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-24,00:41:00,"CHARLOTTE PIKE & HILLWOOD BLVD, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5023.0,123.0,20,white,male,393639dfae,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-11,16:30:00,"HILLSBORO PIKE & I 440 W, NASHVILLE, TN, 37212",36.1244054,-86.806586,8.0,5902.0,815.0,46,white,female,cd98dea728,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-14,23:34:00,"APACHE TRL, , TN, 37013",36.0646479,-86.6853639,,,,20,white,female,d62c0e5b2f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-24,01:56:00,"HAMILTON CHURCH RD & OWENDALE DR, ANTIOCH, , 37013",36.0648073,-86.6220992,,,,20,white,male,177b71ed10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-06,14:45:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8955.0,533.0,37,white,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-20,00:11:00,"7670 HWY 70 S, NASHVILLE, TN, 37221",36.080266,-86.953852,1.0,4811.0,125.0,22,black,female,a78a8696a9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2010-01-12,13:35:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,43,white,male,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA, +2012-05-28,19:43:00,"OLD HICKORY BLVD W & WALKER ST, MADISON, TN, 37115",36.2638253,-86.7194334,7.0,1773.0,723.0,74,white,male,9a70a45e75,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-05,20:19:00,"GALLATIN PIKE & RIVERWOOD DR, NASHVILLE, TN, 37216",36.224135,-86.7256222,2.0,1815.0,225.0,29,white,female,9385461f5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-23,20:01:00,"DICKERSON PIKE & EASTMORELAND ST, NASHVILLE, TN, 37207",36.1955916,-86.7721149,2.0,1867.0,223.0,47,black,male,8caa04ee8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-16,09:02:00,"ERIN LN & HWY 70 S, NASHVILLE, TN, 37205",36.0784068,-86.9089123,1.0,4903.0,121.0,61,white,female,c53b1ec961,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-03,09:06:00,"FRANKLIN AVE & PORTER RD, NASHVILLE, TN, 37206",36.1835347,-86.7324801,2.0,1305.0,215.0,18,white,female,37171e6b00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-19,16:33:00,"CHESTNUT ST & HUMPHREYS ST, NASHVILLE, TN, 37203",36.1423788,-86.7716209,8.0,8049.0,821.0,52,white,male,1efbb4af4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-13,12:49:00,"3715 WEST END AVE, NASHVILLE, TN, 37205",,,1.0,6009.0,113.0,39,white,female,6e6eeb355a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-19,13:32:00,"CLEVELAND ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1869623,-86.76803,2.0,1949.0,221.0,34,black,male,00443cb79c,vehicular,moving traffic violation,True,True,False,arrest,True,True,False,True,True,True,True,consent,moving traffic violation,TN, +2011-06-23,23:04:00,"WEDGEWOOD AVE, , TN, 37204",36.1338022,-86.7717225,,,,27,white,male,2511466c93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-01,16:43:00,"39TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1569872,-86.8327522,1.0,4549.0,111.0,28,black,male,c7fc5dcb73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-20,12:51:00,"ANDERSON RD & MOSSDALE DR, ANTIOCH, TN, 37013",36.073557,-86.61906,3.0,8925.0,335.0,66,white,female,700c36a39a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-21,15:40:00,"5304 CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521345,-86.8517955,1.0,5121.0,111.0,64,white,male,751bb20c68,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-06,09:30:00,"DANBY DR & ELYSIAN FIELDS RD, NASHVILLE, TN, 37211",36.0845563,-86.7444916,8.0,8501.0,831.0,30,white,male,aff3bdc077,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-02,11:20:00,"HARDING PL & SIDCO DR, , TN, 37220",36.0820671,-86.7616573,,,,57,white,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-04,15:53:00,"W TRINITY LN & MONTICELLO DR, NASHVILLE, TN, 37207",36.2073439,-86.7839452,6.0,3009.0,621.0,45,black,male,6a6e0f08cf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-29,10:54:00,"S GALLATIN PIKE & NEELYS BEND RD, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1783.0,711.0,63,black,male,efab61ee96,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"PASSENGER BRAKE LIGHT OUT, DRIVER SUSPENDED" +2014-01-01,15:21:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9535.0,523.0,48,white,male,1d8c47ce85,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-02-06,04:16:00,"KOREAN VETERANS BLVD & S 1ST ST, NASHVILLE, TN, 37213",36.1583691,-86.7719178,4.0,1001.0,413.0,51,black,male,53223ac60e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-23,12:07:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,19,hispanic,female,e4ae6c74b9,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-08-13,13:33:00,"I 40 E & FESSLERS LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,8204.0,511.0,27,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-28,17:25:00,"2301 10TH AVE S, NASHVILLE, TN, 37204",36.1265209,-86.787434,8.0,6925.0,823.0,24,white,male,41a4abcf2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-21,13:21:00,"ASHLAND CITY HWY & RIVER TRCE, NASHVILLE, TN, 37218",36.2086209,-86.9533903,6.0,3325.0,627.0,53,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-16,18:02:00,"HARDIN SHIRE DR & SOUTHFORK BLVD, OLD HICKORY, TN, 37138",36.2200337,-86.628918,5.0,9617.0,525.0,55,white,male,75a16c63e9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,DID NOT MAKE COMPLETE STOP AT STOP SIGN +2015-10-12,23:41:00,", , ,",,,,,,18,white,male,d77922bcbf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-11,15:37:00,"CLEVELAND ST & N 9TH ST, NASHVILLE, TN, 37206",36.1846308,-86.7582816,2.0,1925.0,227.0,49,white,female,2d306d905c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-10,23:29:00,"BELLE FOREST CIR & HWY 70 S, NASHVILLE, TN, 37221",36.0739507,-86.9245193,1.0,4815.0,125.0,51,white,male,95cab0be7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-05,07:35:00,"MYATT DR & ROOSEVELT AVE, MADISON, TN, 37115",36.2693933,-86.6898803,7.0,1713.0,715.0,55,white,male,0875e86b46,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-10,13:19:00,"3301 CREEKWOOD DR, NASHVILLE, TN, 37207",36.2346489,-86.7679574,7.0,2005.0,721.0,18,black,male,298910bcb9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-01-28,23:06:00,"BATTERY LN & CHURCHWOOD DR, NASHVILLE, TN, 37220",36.0869349,-86.7778589,8.0,7103.0,833.0,33,white,male,7e361b3cfb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-26,01:12:00,"2918 WEST END AVE, NASHVILLE, TN, 37203",36.1443603,-86.8139902,8.0,5625.0,813.0,21,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-15,00:05:00,"LEBANON PIKE & RIVERCREST PASS, NASHVILLE, TN, 37214",36.1709623,-86.6526661,5.0,9403.0,517.0,68,white,female,4d2c2c6a03,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-15,10:14:00,"1724 DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.177653,-86.8098031,6.0,4455.0,613.0,59,black,male,bd349f40c9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-20,18:22:00,"FAIRCLOTH LN & MURFREESBORO PIKE, NASHVILLE, , 37217",36.1033036,-86.66667,5.0,8947.0,533.0,27,black,female,75a16c63e9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-11-16,00:44:00,"COLICE JEANNE RD & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0687694,-86.9328118,1.0,4817.0,125.0,24,white,male,a4edd1ea20,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-01-22,10:40:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,32,white,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-12,20:56:00,"9TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1730333,-86.7923877,6.0,4239.0,617.0,18,black,male,7394445486,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,vehicle was stopped for passenger's side brake light not working. +2011-04-28,02:39:00,"W TRINITY LN & I 65 N, NASHVILLE, TN, 37207",36.2070447,-86.7915951,2.0,1863.0,223.0,24,black,female,3dc0ec0fc0,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-09,23:37:00,"CENTRAL PIKE & DODSON CHAPEL RD, HERMITAGE, TN, 37076",36.1747229,-86.6142617,,9561.0,,47,asian/pacific islander,female,24a723a5dc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-07,23:54:00,"23RD AVE S & BLAKEMORE AVE, NASHVILLE, TN, 37212",36.1378281,-86.8031305,8.0,5825.0,815.0,23,white,female,4d2c2c6a03,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-09,00:40:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,2.0,1895.0,227.0,24,white,male,d3fe386ea8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-09,01:10:00,"ANTIOCH PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1017841,-86.7405433,8.0,8515.0,831.0,26,asian/pacific islander,male,936ab7dc64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-31,21:39:00,"GALLATIN PIKE & HART LN, NASHVILLE, TN, 37216",36.2116099,-86.7325834,2.0,1817.0,225.0,25,black,male,34873bcc9e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2011-12-19,17:57:00,"CLEVELAND ST & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1841237,-86.7600597,2.0,1994.0,227.0,28,black,female,cd2deb275e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-11,21:00:00,"BRIDGEWAY AVE & KEETON AVE, OLD HICKORY, TN, 37138",36.2700307,-86.6651756,5.0,9611.0,525.0,28,black,male,a15c67f558,vehicular,vehicle equipment violation,False,True,False,citation,True,True,False,False,True,True,True,probable cause,vehicle equipment violation,TN,"WINDOW TINT. ROCK COCAINE SIMPLE POSS. +" +2011-03-23,21:46:00,"420 WELSHWOOD DR, NASHVILLE, TN, 37211",36.0826626,-86.7292249,8.0,8501.0,831.0,28,white,male,7b3aa52401,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2019-03-14,16:57:00,"491 MYATT DR, MADISON, TN, 37115",36.2784849,-86.690124,7.0,1715.0,715.0,29,white,male,82e20fdb7c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-08-09,19:50:00,"4TH AVE N & BROADWAY, NASHVILLE, TN, 37219",36.1610247,-86.7771798,4.0,4107.0,421.0,67,white,female,0847f81dcc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2014-12-04,17:11:00,"DICKERSON PIKE & FERN AVE, NASHVILLE, TN, 37207",36.1953179,-86.7721748,,1893.0,,36,white,female,20d95a8f7d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-13,16:05:00,"ALBION ST & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.16629,-86.8053356,6.0,5327.0,615.0,46,black,male,c62b871736,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-20,14:25:00,"I 24 E & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8404.0,313.0,27,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN,I WAS SITTING ON THE LEFT SHOULDER ON I -- E AT I -- E -- MERGER. I OBSERVED THE DEFENDANT MERGING ONTO I -- E FROM -- E. I OBSERVED THE DEFENDANT CROSS OVER THE GORE FROM THE -- E BOUND LANES INTO THE MERGING -- W BOUND LANES. +2013-01-14,22:16:00,"9TH AVE N & CLAY ST, NASHVILLE, TN, 37208",36.1848661,-86.8033969,6.0,4447.0,611.0,22,black,male,95f3b9204e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-08,13:42:00,"I 65 S & I 440 W, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,6930.0,823.0,30,white,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER IN THE GORE ON I -- S AT WEDGEWOOD AV EXIT RAMP. I WAS STANDING OUTSIDE MY VEHICLE. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN. I CONFIRMED HER SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. SHE STATED HER FATHER WAS A POLICE OFFICER AFTER TICKET WAS ISSUED. +2015-07-27,20:53:00,"I 24 E & BELL RD, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8721.0,333.0,44,black,male,0bfa5a7f73,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-06-08,18:26:00,"440 E & 65 S, NASHVILLE, TN, 37204",36.1178778,-86.7728783,8.0,7014.0,823.0,41,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-08,12:42:00,"8337 SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0706085,-86.9482684,1.0,4811.0,125.0,30,white,female,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver brake light out +2018-08-01,13:29:00,"FAIRLANE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.062915,-86.7168323,8.0,8659.0,835.0,30,white,female,e49beb41de,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-23,01:23:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,21,black,male,12d3d862ae,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2016-02-02,13:12:00,"HADLEY AVE & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.252603,-86.6479391,5.0,9709.0,525.0,60,white,female,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-21,11:30:00,"6TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1578636,-86.7785826,4.0,4057.0,425.0,52,black,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-15,14:14:00,"4TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1746858,-86.786076,4.0,4233.0,413.0,55,white,female,f3be646353,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-08,15:28:00,", , ,",,,,,,33,white,female,3b8237be67,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,IN, +2011-02-05,23:31:00,"MAINSTREAM DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1925005,-86.8157343,6.0,4483.0,611.0,20,white,male,a7eca04395,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-06,23:26:00,"GALLATIN AVE & N 11TH ST, NASHVILLE, TN, 37206",36.1800444,-86.7499238,2.0,1939.0,227.0,54,black,male,2111c3696c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-20,15:26:00,"POST RD & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1280044,-86.8519674,1.0,5017.0,121.0,50,white,male,6a975d842f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-11-10,09:41:00,"CHESTNUT ST & HAGAN ST, NASHVILLE, TN, 37203",36.1422184,-86.7717075,8.0,8049.0,821.0,24,white,female,5600f48082,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-19,09:55:00,"12TH AVE S & ACKLEN AVE, NASHVILLE, TN, 37203",36.1338593,-86.7888455,8.0,6913.0,823.0,52,black,female,88ef34d431,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-08-31,08:38:00,"BUENA VISTA PIKE & CURTIS ST, NASHVILLE, TN, 37218",36.1982739,-86.8269774,6.0,3135.0,623.0,34,black,female,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-29,09:56:00,"ANDREW JACKSON PKWY & WEBER RD, HERMITAGE, TN, 37076",36.196213,-86.6085041,5.0,9509.0,523.0,19,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-19,09:26:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,65,black,male,d098ec755c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-03-01,15:59:00,"BROOKSBORO PL & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0836512,-86.6471772,5.0,8937.0,535.0,53,black,female,871986f056,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-01,21:54:00,"HICKORY PLZ & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0452702,-86.7170662,8.0,8655.0,835.0,25,white,male,a367ddd299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO HEADLIGHTS +2014-04-30,19:42:00,"I 24 W & I 40 W, NASHVILLE, TN, 37210",36.1539502,-86.7572484,5.0,9004.0,513.0,35,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA,SPEEDING +2014-08-03,16:11:00,"5TH AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1767698,-86.7890072,6.0,4307.0,617.0,24,white,male,4388515b9f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN +2012-10-25,11:05:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,44,white,male,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-06,15:56:00,"VALLEY RD & WILSON BLVD N, , TN, 37205",36.1343291,-86.8339323,1.0,5209.0,113.0,72,white,male,b164f0f78c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-13,01:12:00,"DICKERSON PIKE & LEMUEL RD, NASHVILLE, TN, 37207",36.2152926,-86.7639081,2.0,1889.0,223.0,37,black,female,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-30,01:01:00,"NOLENSVILLE PIKE & WALSH RD, NASHVILLE, TN, 37203",36.1348408,-86.7595742,8.0,8023.0,821.0,38,hispanic,female,eeb3c63112,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-03,20:56:00,"2875 ELM HILL PIKE, NASHVILLE, TN, 37214",36.145062,-86.660329,5.0,9411.0,517.0,31,black,female,e4eb4870eb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-15,16:23:00,"S GALLATIN PIKE & MAPLE ST, MADISON, TN, 37115",36.2612728,-86.7125387,7.0,1605.0,713.0,60,white,female,a81423d2e8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-03,00:20:00,"MURFREESBORO PIKE & DOVER GLEN DR, , TN, 37217",36.0771472,-86.6414176,,,,36,black,male,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-22,12:46:00,"MM 196 I40 E, NASHVILLE, , 37221",36.0789995,-86.9551254,,,,35,black,male,c4f63928e2,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2013-06-12,06:16:00,"5200 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.0602854,-86.7738085,8.0,7111.0,833.0,33,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-17,13:41:00,"2901 BELL, , TN,",36.1071927,-86.629635,,,,31,hispanic,male,963f2c3d0d,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,False,consent,moving traffic violation,TN, +2010-07-12,10:14:00,"BRILEY PKWY & VULTEE BLVD, NASHVILLE, TN, 37217",36.1243072,-86.6964287,5.0,88942.0,531.0,38,white,male,68c4c28809,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-14,17:22:00,"EVERGREEN TRL & NEELYS BEND RD, MADISON, TN, 37115",36.2364074,-86.6707657,,1615.0,,88,white,male,e4380ec764,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING --MPH IN --MPH ZONE +2011-06-02,21:27:00,"MURFREESBORO PIKE, , TN, 37217",36.1091224,-86.6801508,,,,34,hispanic,male,3316885e7f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-18,00:42:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,33,black,female,b48094e222,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,MS, +2013-06-11,09:10:00,"10TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1578778,-86.7844365,4.0,4077.0,423.0,52,white,female,16f69cd6ef,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-25,02:18:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,56,white,female,0c579d96da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKELIGHT +2014-10-18,01:33:00,"MYATT DR & SPRING BRANCH DR, MADISON, TN, 37115",36.2938275,-86.6964482,7.0,1731.0,727.0,35,white,male,6484d713a0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-13,23:35:00,"1214 DEMONBREUN ST, NASHVILLE, TN, 37203",36.1544285,-86.7875445,4.0,4081.0,423.0,43,white,male,e1fcd06565,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,False,other,moving traffic violation,CA,"SQUEALING DUI +" +2011-12-10,21:59:00,"OLD HICKORY BLVD W & PORT DR, MADISON, TN, 37115",36.266021,-86.7413867,7.0,2101.0,725.0,30,white,male,13c1091001,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"TAG SHOWING EXPIRED +" +2016-03-21,13:49:00,"GALLATIN PIKE & LITTON AVE, NASHVILLE, TN, 37216",36.2024299,-86.7391182,2.0,1403.0,217.0,25,white,female,365dd848c6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-03,08:24:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,23,white,female,b9fb8b268e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-17,02:13:00,"BELL FORGE LN E & BELL RD, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,18,other,male,d62c0e5b2f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-03,01:10:00,"8TH AVE S & OLYMPIC ST, NASHVILLE, TN, 37203",36.1435156,-86.7788543,8.0,6809.0,821.0,26,black,female,0748bf3279,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-27,23:22:00,"38TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1525885,-86.8309826,1.0,5229.0,113.0,40,white,female,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-26,09:49:00,"I 440 W & I 40 W, , TN,",36.1560557,-86.8245313,,,,41,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-24,09:22:00,"BOWLING AVE & WEST END AVE, NASHVILLE, TN, 37205",36.1345942,-86.8252505,1.0,6005.0,113.0,39,white,male,8000c48492,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-12,03:53:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4029.0,425.0,50,black,male,9c0ee6f0df,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-04-01,21:03:00,"BRICK CHURCH PIKE & BRILEY PKWY W, NASHVILLE, TN, 37207",36.2390327,-86.7799219,7.0,2033.0,721.0,55,black,male,88c2d8920e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-05,15:01:00,"4900 LINBAR DR, NASHVILLE, TN, 37211",36.0836978,-86.7048313,3.0,8705.0,321.0,28,black,female,9219efb2c5,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-10-17,23:48:00,"CHURCH ST & YMCA WAY, NASHVILLE, TN, 37203",36.1611616,-86.7848448,4.0,4121.0,411.0,27,white,female,2bca49b49d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-06,08:01:00,"6921 HWY 100, NASHVILLE, TN, 37221",36.06483,-86.88565,1.0,6211.0,117.0,62,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-08,15:20:00,"CITATION DR & DONELSON PIKE, NASHVILLE, TN, 37217",36.1014337,-86.6753,,8841.0,,29,black,male,711211250d,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-09-05,04:53:00,"3913 CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520968,-86.8332719,1.0,5225.0,111.0,25,white,female,fe1ec69f77,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-28,19:19:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,55,white,female,454c87e1c1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-02-21,22:19:00,"BROOK HOLLOW RD & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1358391,-86.8852149,1.0,5009.0,123.0,55,white,female,ab916fb13f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-28,19:11:00,"FRANKLIN PIKE & LAKEMONT DR, NASHVILLE, TN, 37220",36.0447736,-86.7810663,8.0,7111.0,833.0,45,white,female,700c36a39a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-08,04:24:00,"28TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1539459,-86.8181386,8.0,5341.0,813.0,53,black,male,65e8b864be,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver side headlight +2014-04-03,17:03:00,"E TRINITY LN & ELLINGTON PKWY S, NASHVILLE, TN, 37207",36.2033503,-86.7515075,2.0,1896.0,221.0,28,white,female,1b56d08e5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2017-01-12,09:34:00,"1090 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.127088,-86.7107564,5.0,8817.0,531.0,50,white,male,b026378af6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-13,15:57:00,"ACADEMY PL & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1555066,-86.7657923,4.0,4029.0,425.0,41,black,female,cbbb0304aa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-01-12,03:58:00,", NASHVILLE, TN, 37213",,,,,,45,white,male,56ee11fe67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-13,16:50:00,"FOSTER ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1792063,-86.7692594,2.0,1981.0,221.0,24,black,female,39e9ad240b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-04,18:01:00,"S 4TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.167016,-86.7637341,2.0,1009.0,211.0,25,black,male,1252ee3949,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-02-03,20:25:00,"ALTUS AVE & GALLATIN PIKE N, MADISON, TN, 37115",36.2907745,-86.7035393,7.0,1757.0,727.0,53,black,female,b2f3a3e943,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-11,09:24:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,24,black,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-13,12:00:00,"203 MCMILLIN ST, NASHVILLE, TN, 37203",36.1571805,-86.793742,8.0,5515.0,813.0,27,white,male,613aa97e53,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,TAG EXPIRED +2014-12-13,19:55:00,"2ND AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1555806,-86.7711,4.0,4033.0,425.0,32,white,female,20594604e0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IA, +2010-04-26,23:25:00,"W TRINITY LN & FREE SILVER RD, NASHVILLE, TN, 37207",36.2070569,-86.7959997,,3037.0,,54,white,female,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-08,15:52:00,", , ,",,,,,,47,white,female,42d656ccc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-28,07:24:00,"I 24 E & HARDING PL, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,86020.0,317.0,28,black,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-17,09:44:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,45,white,male,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-05,23:30:00,"S GRAYCROFT AVE & DUE WEST AVE W, MADISON, TN, 37115",36.2491867,-86.7344591,7.0,1797.0,723.0,32,black,male,1524cabb18,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-04-06,22:45:00,"FAIRLANE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.062915,-86.7168323,8.0,8659.0,835.0,23,hispanic,male,50835bbbca,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-09,08:41:00,"2501 MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2207564,-86.699647,5.0,9213.0,515.0,22,hispanic,female,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NJ, +2014-09-10,01:35:00,"410 S GALLATIN PIKE, MADISON, TN, 37115",36.2589051,-86.7137952,7.0,1781.0,711.0,20,white,male,afd77e9abe,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2010-05-24,10:29:00,"MM 204 I40 E, NASHVILLE, , 37209",,,,,,70,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-22,23:17:00,"DR D B TODD JR BLVD & JEFFERSON ST, NASHVILLE, TN, 37208",36.1694517,-86.8066186,6.0,5325.0,615.0,39,black,female,415f3bb5ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-08,21:16:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,61,white,male,4076850409,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2017-04-12,07:37:00,"RUSSELL ST & S 16TH ST, NASHVILLE, TN, 37206",36.1744457,-86.7422696,2.0,1219.0,213.0,40,white,male,1d683e1215,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-15,15:49:00,"200 HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0511067,-86.6471066,3.0,8861.0,325.0,30,unknown,male,3bdca3df2d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-11,19:34:00,"12TH AVE S, NASHVILLE, TN, 37203",36.1448648,-86.7864095,,,,61,white,male,460b31d8a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-27,10:51:00,"BRILEY ROUNDABOUT & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.1916492,-86.6870964,5.0,9209.0,515.0,22,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-02,15:33:00,"BAKERTOWN RD & HAYWOOD LN, NASHVILLE, TN, 37211",36.0700012,-86.6856411,3.0,8851.0,323.0,26,white,male,d834cb8500,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-03,05:32:00,"MM 1 0 I440 E, NASHVILLE, TN, 37205",,,1.0,5240.0,113.0,52,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-07,15:05:00,"MOVING CENTER CT & S GALLATIN PIKE, MADISON, TN, 37115",36.250784,-86.7184563,7.0,1507.0,711.0,43,white,female,580ec58203,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-27,19:00:00,"4TH AVE S & DEMONBREUN ST, , TN, 37201",36.1590255,-86.7758498,,,,47,white,male,c1e876ae44,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight +2013-05-12,11:04:00,"ALBANY DR & ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.2105091,-86.600107,5.0,9537.0,523.0,23,black,male,766a98473e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-19,15:10:00,"ELLINGTON PKWY S & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,19961.0,221.0,18,black,female,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-23,08:55:00,", , ,",,,,,,66,white,female,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-29,20:01:00,"S 10TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1769416,-86.7514456,2.0,1201.0,213.0,27,black,female,c30056497f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-30,08:55:00,"MM 201 2 I40 E, NASHVILLE, TN, 37209",,,1.0,50023.0,123.0,48,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-28,12:42:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,41,black,male,d098ec755c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-09-15,14:23:00,"482 ELYSIAN FIELDS RD, NASHVILLE, TN, 37211",36.08789,-86.734042,,,,43,white,female,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-08,15:45:00,"S 4TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.167016,-86.7637341,2.0,1009.0,211.0,29,white,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-08-28,13:34:00,"AVERITT EXPRESS DR & BRILEY PKWY S, NASHVILLE, TN, 37211",36.1085366,-86.7158361,3.0,8877.0,315.0,23,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-05,19:48:00,"WEST END AVE, , TN, 37212",36.1455759,-86.8112668,,,,25,white,female,a597c4ac85,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2014-02-28,09:03:00,"8TH AVE S & OLYMPIC ST, NASHVILLE, TN, 37203",36.1435156,-86.7788543,8.0,6809.0,821.0,36,white,female,cab5aa68c0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING -- IN -- +2011-09-10,09:23:00,"2707 BUCHANAN ST, NASHVILLE, TN, 37208",36.1805695,-86.8227733,6.0,4465.0,613.0,53,black,male,07ce593292,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-07,17:53:00,"EZELL RD & MELMACK DR, NASHVILLE, TN, 37211",36.0732235,-86.6930923,3.0,8707.0,321.0,29,black,male,97f0bf928b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2014-06-13,13:34:00,"HICKORY HILLS BLVD & OLD HICKORY BLVD, WHITES CREEK, TN, 37189",36.2769661,-86.7961745,,2105.0,,45,white,male,87a02eb314,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-04-01,23:15:00,"BROADWAY & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1567239,-86.789013,,4081.0,,26,white,male,a1e3ace771,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-28,20:30:00,", , ,",,,,,,81,white,male,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-06-07,22:10:00,"750 S 5TH ST, NASHVILLE, TN, 37206",36.1637059,-86.7603569,2.0,1009.0,211.0,24,white,female,5c3babe003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-08,22:04:00,"5800 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1496461,-86.8613609,1.0,5025.0,115.0,40,black,female,ec5603edfe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver side brake light out. +2013-08-10,20:21:00,"7TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1541062,-86.7778066,4.0,4039.0,425.0,22,black,female,6dc6599caa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-10,04:37:00,"17TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1537943,-86.7943951,8.0,5707.0,811.0,41,white,male,43a72bc466,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-24,10:46:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,29,black,male,aff3bdc077,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-12-08,21:05:00,"S GALLATIN PIKE & E PALESTINE AVE, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1507.0,711.0,23,black,male,87a02eb314,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-01-16,02:58:00,"6007 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1481347,-86.866112,1.0,5027.0,115.0,45,white,male,3ce33785e5,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-05-23,23:50:00,"ANTIOCH PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1017841,-86.7405433,8.0,8515.0,831.0,18,hispanic,male,473da02334,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BLUE LIGHT ON FRONT OF VEHICLE +2015-09-25,18:57:00,"5TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1604836,-86.7784329,,4089.0,,46,white,male,ec95a9403e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2015-04-20,21:03:00,"HARRISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1685721,-86.7883388,4.0,4221.0,411.0,24,white,male,d96e83cd33,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-14,14:49:00,"MOOREWOOD DR & RAINWOOD DR, NASHVILLE, TN, 37207",36.2431959,-86.7733374,7.0,2033.0,721.0,34,black,male,c2231e79ed,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-05,15:10:00,"OLD HICKORY BLVD & SHUTE LN, OLD HICKORY, TN, 37138",36.2322899,-86.6246938,5.0,9605.0,525.0,39,white,female,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-17,16:19:00,"1120 LITTON AVE, NASHVILLE, TN, 37216",36.2014242,-86.7381674,2.0,1403.0,217.0,55,black,male,58528e8953,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-04,20:11:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,63,black,male,299da6fbbd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-21,15:43:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,2.0,1895.0,227.0,51,white,male,d3fe386ea8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-06-29,15:58:00,"MM 15 0 BRILEY E, NASHVILLE, TN, 37216",,,2.0,15920.0,225.0,34,white,male,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2014-04-25,21:02:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,8.0,8661.0,831.0,37,white,male,3158c055ac,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-04-07,18:26:00,"HARDING PL & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0986104,-86.6593637,3.0,8849.0,323.0,39,white,male,3e2833df23,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-07-24,21:25:00,"8TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1417067,-86.7786839,8.0,6941.0,821.0,55,white,male,95cab0be7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-09,22:10:00,"184 CHARLES E DAVIS BLVD, NASHVILLE, TN, 37210",36.1527399,-86.7622045,5.0,8201.0,511.0,18,white,male,0e0fefbbe3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-18,22:13:00,", , ,",,,,,,42,white,male,b9fb8b268e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-30,10:46:00,"CROSSBROOKE DR & WILLIAMETTE DR, NASHVILLE, TN, 37221",36.0725916,-86.9773218,1.0,4811.0,125.0,28,white,female,a18099a66a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-23,19:09:00,"TRINITY LN & BUENA VISTA PIKE, , TN, 37207",36.2024733,-86.8205105,,,,45,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-02,10:35:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,4.0,4304.0,413.0,40,white,female,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-01,18:13:00,"W TRINITY LN & OLD BUENA VISTA RD, NASHVILLE, TN, 37218",36.2060909,-86.8110252,6.0,3101.0,623.0,39,black,female,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-29,22:23:00,"9TH AVE S & LEA AVE, NASHVILLE, TN, 37203",36.1541153,-86.7803534,4.0,4041.0,423.0,25,black,female,392687b70d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-09,17:49:00,"BRILEY PKWY & VULTEE BLVD, NASHVILLE, TN, 37217",36.1243072,-86.6964287,5.0,88942.0,531.0,51,white,male,a597c4ac85,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-06,20:11:00,"BRICK CHURCH PIKE & SOUTHERLAND DR, NASHVILLE, TN, 37207",36.2140996,-86.7793503,6.0,3021.0,621.0,30,black,female,c76c330626,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-07,23:35:00,"1031 WHITES CREEK PIKE, , TN, 37207",36.1916122,-86.7746748,2.0,1913.0,221.0,34,black,male,c912d50c7a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-25,21:58:00,"1102 FATHERLAND ST, NASHVILLE, TN, 37206",36.1738928,-86.7499916,2.0,1207.0,213.0,57,white,female,c6f2c1c093,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight +2010-02-17,19:13:00,"ROCKWOOD DR & TULIP GROVE RD, HERMITAGE, TN, 37076",36.1757995,-86.5945233,5.0,9557.0,523.0,47,hispanic,male,2d306d905c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-11,15:29:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,37,white,male,6d13b2ff93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-09,16:41:00,"5TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37219",36.1743153,-86.7874168,4.0,4235.0,413.0,30,black,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MS,"-- IN -- +" +2014-12-31,18:05:00,"51ST AVE N & KENTUCKY AVE, NASHVILLE, TN, 37209",36.1598483,-86.8489854,1.0,4605.0,111.0,29,white,male,c4184931e7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2014-10-16,23:42:00,"CEDARMONT DR & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0454406,-86.7036238,3.0,8717.0,331.0,27,white,male,9fcd509a29,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-08-17,20:48:00,"WEST END AVE & MURPHY RD, , TN, 37212",36.1393455,-86.8190954,,,,23,white,female,a2278aae28,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-01-06,16:58:00,"3RD AVE & E OLD HICKORY BLVD, MADISON, TN, 37115",36.2625659,-86.7075132,7.0,1701.0,715.0,51,white,female,13c1091001,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN +" +2016-06-03,02:35:00,"DICKERSON PIKE & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1944033,-86.7723358,2.0,1867.0,223.0,44,black,male,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-10,19:15:00,"180 WALLACE RD, NASHVILLE, TN, 37211",36.081674,-86.7042364,3.0,8705.0,321.0,25,hispanic,male,7a6aae9e27,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-19,19:30:00,"606 MAIN ST, NASHVILLE, TN, 37206",36.1736344,-86.7621465,2.0,1117.0,211.0,19,white,male,5229d3ffe8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2014-03-05,05:01:00,"MURFREESBORO PIKE & RANSOM PL, NASHVILLE, TN, 37217",36.0891014,-86.649991,3.0,8853.0,323.0,28,white,male,fbdc8fe5b9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,head light +2014-07-03,00:08:00,"5301 HICKORY HOLLOW LN, ANTIOCH, TN, 37013",36.0486843,-86.6520544,3.0,8863.0,333.0,33,hispanic,female,19018cc59c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-28,07:59:00,"ABERDEEN RD & CHEROKEE RD, NASHVILLE, , 37205",36.1361141,-86.841587,,,,43,white,female,2699ef149f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-15,11:01:00,"GALLATIN AVE & SHARPE AVE, NASHVILLE, TN, 37206",36.1892609,-86.7459812,2.0,1321.0,215.0,43,black,female,c76abb0e11,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-09,15:23:00,", , ,",,,,,,39,black,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-11,11:23:00,"ERIN LN & 70 S, NASHVILLE, TN, 37205",36.0784068,-86.9089123,1.0,4903.0,121.0,26,black,male,f1c025f95c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-06,04:21:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9294.0,515.0,55,black,female,ebfe43e91e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-06,23:31:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,67,white,male,6df99debf2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-14,12:15:00,"HERMITAGE AVE & PEABODY ST, NASHVILLE, TN, 37210",36.1574655,-86.7705338,4.0,4001.0,425.0,29,black,male,5905836fa2,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-27,16:27:00,"ARROWWOOD DR & STILLWOOD DR, , TN, 37220",36.071198,-86.7629416,8.0,8601.0,833.0,16,white,female,5a96851d64,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-02,05:24:00,"18TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1530104,-86.7959913,8.0,5707.0,811.0,29,white,female,bf84a4aed8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-10,18:41:00,"6101 CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1674098,-86.8594714,1.0,4617.0,115.0,30,white,male,5619309420,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-29,16:45:00,", , ,",,,,,,29,hispanic,male,04b918d1d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL, +2015-01-26,17:02:00,"DICKERSON PIKE & DOVERSIDE DR, NASHVILLE, TN, 37207",36.243944,-86.7566921,7.0,2011.0,721.0,52,black,male,d6864f2be6,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2013-05-18,01:51:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,45025.0,111.0,32,black,male,7088d92bb2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-24,21:30:00,"BRILEY PKWY E & ELLINGTON PKWY N, NASHVILLE, TN, 37216",36.2384244,-86.743932,2.0,1592.0,225.0,35,white,male,d98ce37758,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-18,07:07:00,"CLIFTON AVE, WEST, TN, 37209",36.1590667,-86.8220573,,,,22,black,female,f10f96fa80,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-01-07,21:45:00,"E THOMPSON LN & WIMPOLE DR, NASHVILLE, TN, 37211",36.1247696,-86.7148778,3.0,8803.0,315.0,19,other,male,4e338c16a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-23,07:21:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,35,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-19,14:25:00,"40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,89062.0,533.0,28,white,male,a66f62a8d9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-23,22:48:00,"DICKERSON PIKE & DUKE ST, NASHVILLE, TN, 37207",36.2075603,-86.7678248,2.0,1833.0,223.0,22,black,female,769a186299,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-06,23:46:00,"HWY 70 S & ERIN LN, , TN, 37221",36.0784068,-86.9089123,,,,29,white,female,4e4c925aa5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-18,05:42:00,"BELL RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0719049,-86.636152,3.0,8979.0,335.0,63,black,male,7a4cb6c3f1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-23,22:47:00,"BRILEY PKWY S & OPRY MILLS DR, NASHVILLE, TN, 37214",36.202635,-86.692938,5.0,9292.0,515.0,31,asian/pacific islander,female,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,IL, +2013-01-08,05:44:00,"WEST END AVE & 29TH AVE N, , TN, 37212",36.1445563,-86.8131697,,,,44,white,female,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-25,01:33:00,"HICKORYVIEW DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0487725,-86.7136349,8.0,8655.0,835.0,41,black,female,7e361b3cfb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-23,04:27:00,"MAIN ST & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1765865,-86.7555717,2.0,1939.0,227.0,20,black,male,33acd6428b,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,False,False,consent,moving traffic violation,TN, +2013-11-11,10:49:00,"GALE LN & LEALAND LN, NASHVILLE, TN, 37204",36.1168529,-86.7870413,8.0,6933.0,823.0,50,white,female,cc109f0f38,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-24,10:03:00,"BRILEY PKWY E & I 24 W, NASHVILLE, TN, 37207",36.2393417,-86.7846697,7.0,2012.0,721.0,36,black,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-15,12:11:00,"I 440 E & I 65 S, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,7016.0,823.0,19,black,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-15,03:40:00,"CLAIBORNE ST & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1484116,-86.761179,3.0,8147.0,311.0,58,black,male,952fd2f816,vehicular,investigative stop,True,False,False,arrest,True,False,False,True,True,True,True,consent,investigative stop,TN, +2017-07-27,03:37:00,"GALLATIN PIKE & MCCHESNEY AVE, NASHVILLE, TN, 37216",36.213298,-86.7313668,2.0,1441.0,217.0,26,white,male,e5723525d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-12,08:43:00,"I 40 E & ELM HILL PIKE, NASHVILLE, TN, 37214",36.15301,-86.8525922,5.0,8955.0,533.0,60,white,male,3955cfd39c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-13,14:06:00,"I 24 E & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,4.0,198.0,41.0,63,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2012-07-04,10:35:00,"ROBERTSON AVE & SNYDER AVE, NASHVILLE, TN, 37209",36.1547271,-86.86014,1.0,4647.0,115.0,32,white,male,7323db438b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,ND,SUBJECT WAS ADVISED TO PROPERLY DISPLAY LICENSE PLATE. +2014-02-12,13:16:00,"LAKEFORD DR & TIMBER VALLEY DR, NASHVILLE, TN, 37214",36.1352173,-86.6400859,,8945.0,,18,white,male,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-23,08:15:00,"HEALY CT & HEALY DR, NASHVILLE, TN, 37207",36.2411622,-86.7756892,7.0,2033.0,721.0,29,black,male,7e24330adb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-18,16:41:00,"14TH AVE N & GRUNDY ST, NASHVILLE, TN, 37203",36.1565906,-86.7904342,8.0,5517.0,811.0,64,black,male,3ca1ad326a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PS TL OUT +2013-08-11,20:41:00,", , ,",,,,,,49,white,female,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2016-07-04,08:05:00,"LINBAR DR & WALLACE RD, NASHVILLE, TN, 37211",36.0825631,-86.7022093,3.0,8707.0,321.0,44,hispanic,female,9d22f052df,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2011-08-26,01:17:00,"925 THOMAS AVE, NASHVILLE, TN, 37216",36.2056065,-86.741156,2.0,1837.0,225.0,24,white,male,a15c67f558,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-19,02:55:00,"BRILEY PKWY N & 24 E, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8404.0,313.0,31,white,male,eaed2169c5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-06,07:33:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,,9223.0,,22,white,female,6472120f50,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-08,23:39:00,"8TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1568929,-86.780828,4.0,4073.0,421.0,19,black,male,8a240b02b9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-16,10:57:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,41,black,female,0cd91b7f91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-05,21:07:00,"CENTRAL PIKE & DODSON CHAPEL RD, HERMITAGE, TN, 37076",36.1747229,-86.6142617,,9561.0,,58,white,male,ff0d23cd3a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-07,00:15:00,"CHARLOTTE PIKE & OCEOLA AVE, NASHVILLE, TN, 37209",36.1496487,-86.8599114,1.0,5031.0,115.0,29,black,female,e077a1b1fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2015-01-21,14:59:00,"HARDING PIKE & KENNER AVE, NASHVILLE, , 37205",36.1258038,-86.8464077,,,,26,white,female,6a975d842f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-11,19:36:00,"MYATT BLVD & MYATT DR, MADISON, TN, 37115",36.2818864,-86.6919179,7.0,1715.0,715.0,22,white,male,82e20fdb7c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-08-03,22:47:00,"N 12TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1772272,-86.7484953,2.0,1239.0,213.0,30,white,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-17,20:07:00,"EXIT 11 BRILEY N, NASHVILLE, TN, 37214",,,,,,21,black,female,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,VA,speed +2013-01-27,18:32:00,"FOSTER AVE & LUTIE ST, NASHVILLE, TN, 37210",36.117408,-86.7433587,3.0,8347.0,313.0,31,hispanic,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-20,16:31:00,"22ND AVE N & ELLISTON PL, NASHVILLE, TN, 37203",36.1516902,-86.8037125,8.0,5613.0,813.0,25,white,male,ef32736df1,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-08-05,20:18:00,"415 W TRINITY LN, NASHVILLE, TN, 37207",36.2085657,-86.7858479,6.0,3041.0,621.0,25,black,female,97e7e5ccd3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-25,12:53:00,"MAIN ST & S 5TH ST, NASHVILLE, TN, 37206",36.1728291,-86.7652377,2.0,1997.0,227.0,30,white,male,8ed20f511b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-09,22:06:00,"40 W & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.1097142,-86.9243977,1.0,4706.0,123.0,32,black,male,87bd93c328,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-14,17:55:00,"27TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1679068,-86.8186617,6.0,4523.0,613.0,21,black,female,13c1091001,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2017-08-21,13:23:00,"MM 206 0 I40 E, NASHVILLE, TN, 37209",,,6.0,53122.0,615.0,22,black,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-04,01:39:00,"BOYDS HILLTOP DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2642183,-86.7350809,7.0,1769.0,723.0,19,hispanic,male,4a2e044013,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-06-17,04:17:00,"MM 80 2 I65 S, NASHVILLE, TN, 37204",,,8.0,69021.0,823.0,28,black,male,d97637d49a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-03,21:10:00,"12TH AVE S & SUMMIT AVE, NASHVILLE, TN, 37203",36.1387504,-86.7877615,8.0,6939.0,821.0,38,black,male,c649c32c61,vehicular,moving traffic violation,True,False,False,arrest,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-11,09:13:00,"BENTON AVE & BRANSFORD AVE, NASHVILLE, , 37204",36.1316786,-86.768434,,,,28,white,male,286c82f645,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-21,09:15:00,"4247 SIDCO DR, NASHVILLE, TN, 37204",36.0880847,-86.7623253,8.0,8529.0,825.0,22,black,male,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-10,23:24:00,"BELLE FOREST CIR & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0767667,-86.9204881,1.0,4815.0,125.0,26,white,male,86ae6e8038,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,VA, +2015-01-30,22:53:00,"DICKERSON PIKE & MERIDIAN ST, NASHVILLE, TN, 37207",36.1782542,-86.7722452,2.0,1961.0,221.0,22,black,female,e143bf684a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-29,23:20:00,"8TH AVE S & VERNON AVE, NASHVILLE, TN, 37203",36.1411314,-86.7786235,8.0,6903.0,821.0,40,black,female,b96df3310a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-18,22:52:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4121.0,411.0,32,white,female,a1e3ace771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-01,20:44:00,"OBRIEN AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1506975,-86.8579143,1.0,5004.0,115.0,29,white,male,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MS, +2015-04-01,05:55:00,"HILLSBORO PIKE & OVERHILL DR, NASHVILLE, TN, 37215",36.1009651,-86.8187218,8.0,6405.0,825.0,48,white,male,62d6156052,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SUBJECT WAS STOPPED FOR SPEEDING, AND A LASER WAS USED." +2010-09-07,23:11:00,"DICKERSON PIKE & PINE RIDGE DR, NASHVILLE, TN, 37207",36.2212302,-86.7618362,2.0,1827.0,223.0,34,black,male,a15c67f558,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-08,10:30:00,"OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0384874,-86.8035188,,,,40,black,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2012-12-15,20:57:00,"4334 OLD HICKORY BLVD, NASHVILLE, TN, 37218",36.1625809,-86.9275877,6.0,3203.0,625.0,29,white,female,ff0d23cd3a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-23,06:25:00,"119 CHEROKEE RD, NASHVILLE, TN, 37205",36.1318137,-86.8391856,,,,34,white,female,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- +2015-12-09,00:48:00,"CREEKWOOD DR & RICHMOND HILL DR, NASHVILLE, TN, 37207",36.2314327,-86.773478,7.0,2031.0,721.0,32,black,female,58ae6f0919,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,expired temp tag +2017-05-29,18:23:00,"400 MYATT DR, MADISON, TN, 37115",36.2732785,-86.6906553,7.0,1715.0,715.0,29,white,male,58e7f623c3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-01,20:49:00,"MCGAVOCK PIKE & STRATFORD AVE, NASHVILLE, TN, 37216",36.2079245,-86.7170144,2.0,1443.0,217.0,34,black,male,47560720c3,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2016-08-23,23:29:00,"1090 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.127088,-86.7107564,5.0,8817.0,531.0,26,black,male,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-24,14:11:00,"I 40 E & BRILEY PKWY N, NASHVILLE, TN, 37217",36.1434168,-86.6998724,5.0,8998.0,531.0,53,white,female,8ed20f511b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-15,00:50:00,"ELLINGTON PKWY N & HART LN, NASHVILLE, TN, 37216",36.2181317,-86.7463913,2.0,1894.0,225.0,33,white,male,154fcbf739,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-22,17:07:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, , 37206",36.1741944,-86.7519839,,,,25,white,female,ea3413a239,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-28,23:27:00,"2ND AVE S & ELM ST, NASHVILLE, TN, 37210",36.1541574,-86.7701631,4.0,4005.0,425.0,45,black,male,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN,RAN RED LIGHT +2017-05-03,20:16:00,"BAKERTOWN RD & HAYWOOD LN, NASHVILLE, TN, 37211",36.0700012,-86.6856411,3.0,8851.0,323.0,27,white,male,3d3f1787ec,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-18,07:03:00,"16TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1800254,-86.809783,6.0,4455.0,613.0,29,black,female,6f35d16bdf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-02,16:52:00,"MM 203 I40 W, NASHVILLE, TN, 37209",,,1.0,46022.0,115.0,33,black,female,79b21ccc56,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-06,19:50:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,21,white,female,c1e876ae44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- mph in -- mph laser at ---.- ft +2018-10-23,04:01:00,"2800 EXIT 12 BRILEY N, NASHVILLE, TN, 37214",,,5.0,9211.0,515.0,45,black,male,ebfe43e91e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-22,17:26:00,"1212 EDGEHILL AVE, NASHVILLE, TN, 37212",36.1431274,-86.7885072,8.0,6703.0,811.0,60,black,female,e7d36ee1fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-08-14,18:48:00,"CARROLL ST & CHARLES E DAVIS BLVD, NASHVILLE, TN, 37210",36.1540984,-86.7617053,5.0,8201.0,511.0,45,black,male,598c9e4d31,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-05-07,11:57:00,"1191 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1207435,-86.7041225,3.0,8811.0,315.0,21,black,male,eb85d426c5,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-11-01,01:33:00,"W TRINITY LN & HAMPTON ST, NASHVILLE, TN, 37207",36.2066564,-86.7783912,6.0,3007.0,621.0,26,black,male,6a6e0f08cf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-08,10:51:00,"I 40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.10788,-86.922344,5.0,9504.0,523.0,19,white,male,87dd0e095f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-11,15:10:00,"FORREST AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1786346,-86.7508785,2.0,1939.0,227.0,48,white,male,1bbaebcc06,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-09,06:15:00,"BRILEY PKWY & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.1902374,-86.6838885,5.0,9292.0,515.0,22,black,female,384070792b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-11,22:08:00,"BELL RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1522017,-86.6249735,5.0,8955.0,533.0,18,black,female,3316885e7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-18,22:43:00,"E TRINITY LN & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2035886,-86.7384911,2.0,1415.0,217.0,25,white,male,cb792661d8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-10-01,12:26:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,56,white,female,0414ae3bcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-18,01:57:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,27,white,male,78d577d0b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-04,10:50:00,"NOLENSVILLE PIKE, , TN, 37210",36.1246152,-86.751956,,,,26,other,male,6d51453238,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-16,19:53:00,"3679 TAMPA DR, NASHVILLE, TN, 37211",36.081263,-86.709829,3.0,8705.0,321.0,33,white,male,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-25,13:47:00,", , ,",,,,,,66,white,male,2976e3525e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-20,01:04:00,"LENOX AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1484013,-86.8579185,,5033.0,,41,white,female,b9025a2a4d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-06,07:55:00,"HARDING PL & I 24 E, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8443.0,317.0,27,white,male,b166babb94,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-02-15,00:47:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,48,black,male,53223ac60e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-01,12:27:00,"ABBOTT MARTIN RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1058365,-86.8138782,1.0,6111.0,117.0,23,asian/pacific islander,female,ac6a1127e2,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"CUT ANOTHER DRIVER OFF AT HILLSBORO PK/ABBOTT MARTIN RD, DIDN'T HAVE INSURANCE +" +2011-09-26,12:00:00,"19TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1576042,-86.8014388,8.0,5507.0,813.0,25,black,female,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-20,22:02:00,"CHARLOTTE PIKE & RUSSLEO DR, NASHVILLE, TN, 37209",36.1402088,-86.8791953,1.0,5023.0,123.0,58,white,male,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-08,18:39:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,18,white,female,3d3f1787ec,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT +2011-04-08,19:30:00,"CREEKWOOD DR & RICHMOND HILL DR, NASHVILLE, TN, 37207",36.2314327,-86.773478,7.0,2031.0,721.0,19,black,male,53db68761e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-17,14:06:00,"1ST AVE S & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1602316,-86.77312,4.0,4049.0,425.0,32,white,female,d66185588d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CA, +2010-05-11,12:45:00,"BRILEY PKWY & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.1902374,-86.6838885,5.0,9292.0,515.0,52,white,female,963f2c3d0d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-15,01:03:00,"BELL RD & WOODLAND POINT DR, NASHVILLE, TN, 37214",36.1228228,-86.6290158,5.0,8943.0,533.0,38,white,male,a1bdf5c653,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-07,07:16:00,"BRIARVILLE RD & LEWIS RD, MADISON, TN, 37115",36.2446114,-86.736288,7.0,1791.0,723.0,21,white,female,3380b227a4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2019-01-05,03:04:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4113.0,421.0,99,unknown,,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2010-07-03,18:17:00,"BELLEVUE RD & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0647018,-86.9391179,1.0,4817.0,125.0,47,white,male,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-11,19:52:00,"CLEVELAND ST & LISCHEY AVE, NASHVILLE, TN, 37207",36.1866976,-86.7644379,2.0,1947.0,221.0,26,white,female,e0fcf690b4,vehicular,registration,False,True,True,citation,False,False,False,True,True,True,True,consent,registration,TN, +2011-08-07,11:00:00,"S 12TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.171066,-86.7494261,2.0,1033.0,213.0,46,white,male,d0efd66007,vehicular,safety violation,True,True,False,arrest,True,False,False,False,True,True,True,consent,safety violation,TN,"PASSENGER SIDE BRAKE LIGHT; ALTERED TEMP TAG +" +2013-02-15,19:46:00,"GALLATIN AVE & STRATTON AVE, NASHVILLE, TN, 37206",36.1827018,-86.7488297,2.0,1243.0,213.0,42,white,male,86ef2d8e42,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEAD LIGHT +2012-06-02,20:03:00,"W EASTLAND AVE & BAILEY ST, NASHVILLE, TN, 37206",36.1838357,-86.7501765,2.0,1937.0,227.0,29,white,female,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-14,19:12:00,"TULIP GROVE RD & TULIP GROVE RD, HERMITAGE, , 37076",36.1928946,-86.592164,,,,50,white,female,7c6f123f51,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-19,13:41:00,"ROSA L PARKS BLVD & VANTAGE WAY, , TN, 37228",36.1911437,-86.798927,,,,58,black,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-07,23:21:00,"1 HICKORY CLUB DR, ANTIOCH, TN, 37013",36.0542609,-86.639841,3.0,8865.0,333.0,19,black,male,983e5f597c,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,, +2018-08-10,20:17:00,"DICKERSON PIKE & DOVERSIDE DR, NASHVILLE, TN, 37207",36.243944,-86.7566921,7.0,2011.0,721.0,40,white,male,350bac3344,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-04,21:49:00,"MURFREESBORO PIKE & NANCE LN, NASHVILLE, TN, 37210",36.144512,-86.7494657,3.0,8119.0,311.0,24,black,female,a597c4ac85,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-16,22:08:00,"JOHN A MERRITT BLVD, NORTH, TN, 37209",36.1671271,-86.8269439,,,,21,black,female,5a96c3af3f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-27,16:07:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2133.0,725.0,22,white,male,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-04,22:08:00,", , ,",,,,,,44,black,male,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-06,12:30:00,"ARTHUR AVE & GARFIELD ST, NASHVILLE, TN, 37208",36.1767976,-86.8002671,6.0,4327.0,617.0,42,white,male,05a9feba15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-12,02:57:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,51,white,male,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-09,08:23:00,"5111 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2192576,-86.8369169,6.0,3231.0,627.0,58,white,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC, +2014-03-22,10:02:00,"1210 MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.204308,-86.7334897,2.0,1415.0,217.0,51,black,female,0dbd0e429c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2013-11-04,00:25:00,"ANDERSON LN & PIERCE RD, MADISON, TN, 37115",36.2730665,-86.7026206,7.0,1727.0,715.0,26,white,female,831999c6fa,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"speeding -- in --, no insurance, license not on person" +2011-07-21,08:42:00,"BELL RD, , TN, 37013",36.0449273,-86.6670992,,,,23,black,male,bfd70feda2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-08,16:52:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,27,white,male,9dadcd316d,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,OCT -- TAGS +2013-03-19,15:52:00,"8TH AVE S & GLEAVES ST, NASHVILLE, TN, 37203",36.1518073,-86.7792634,4.0,4009.0,423.0,70,white,male,c34de323ba,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-23,10:14:00,"JACKSON DOWNS BLVD & LEBANON PIKE, NASHVILLE, TN, 37214",36.1853197,-86.6366695,5.0,9403.0,517.0,58,white,female,338229ba25,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-01,11:44:00,"5099 LINBAR DR, NASHVILLE, TN, 37211",36.079924,-86.699875,3.0,8707.0,321.0,30,white,male,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2015-05-20,10:40:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,55,white,male,ec95a9403e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-05-05,20:31:00,"HOBSON PIKE & LAKEWALK DR, ANTIOCH, TN, 37013",36.0527914,-86.5992884,3.0,8905.0,335.0,38,white,male,db265df432,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-16,22:50:00,"42ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1523697,-86.8370136,1.0,5217.0,113.0,51,white,female,b728a62997,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-05-20,02:52:00,"ANTIOCH PIKE & HARDING PL, NASHVILLE, TN, 37211",36.0874362,-86.6922057,3.0,8843.0,315.0,32,white,male,1d683e1215,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-09,08:27:00,"BELL RD & BLACKWOOD DR, NASHVILLE, TN, 37214",36.1522784,-86.6245766,5.0,8955.0,533.0,26,white,male,18f8b54f00,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-15,01:57:00,"1209 S GALLATIN PIKE, MADISON, TN, 37115",36.2474679,-86.7203022,7.0,1519.0,711.0,34,black,male,9c3d5bbe14,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-15,16:23:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,51,white,male,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-26,04:06:00,"JOHN MALLETTE DR & S HAMILTON RD, NASHVILLE, TN, 37218",36.1927065,-86.8320671,6.0,3157.0,625.0,60,black,female,25c8d0686e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"on county hospital rd, failure to yield to ems and fire in oncoming lane and did not stop or attempt to yield. drove right past." +2011-10-04,11:15:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,47,white,male,80e2c428b5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-27,18:22:00,"LONGHUNTER CT & NASHBORO GRNS, NASHVILLE, TN, 37217",36.0933587,-86.6397681,5.0,8935.0,535.0,22,white,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-17,18:19:00,"BELLSHIRE DR & DICKERSON PIKE, MADISON, TN, 37115",36.2593959,-86.757782,7.0,2019.0,725.0,45,black,male,9eb1afe7e8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-06,16:48:00,"GALLATIN PIKE & IVERSON AVE, NASHVILLE, TN, 37216",36.2079064,-86.7353429,2.0,1417.0,217.0,53,white,male,bec7827b62,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-03-26,02:01:00,"24TH AVE S & WEST END AVE, NASHVILLE, TN, 37212",36.1479026,-86.8064477,8.0,5717.0,815.0,55,black,male,5db485cff3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-04,11:24:00,"ASHLAND CITY HWY & OLD HICKORY BLVD, NASHVILLE, TN, 37218",36.2114995,-86.9210335,6.0,3237.0,627.0,31,white,female,7ede7c259c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,OBSERVED TRAVELING EAST ON ASHLAND CITY HWY -- MPH ON LASER IN -- MPH ZONE @---.- FEET. SHE WAS AWARE OF WHY SHE GOT STOPPED. +2014-07-02,00:09:00,"21ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5715.0,815.0,22,white,male,4d2c2c6a03,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-11,12:39:00,"CROSSINGS BLVD & OLD FRANKLIN RD, ANTIOCH, , 37013",36.0353736,-86.6383026,,,,25,white,female,eaed2169c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-28,20:42:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,24,black,male,4f77b033a4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-16,01:52:00,"ARTIC AVE & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2036447,-86.7771394,6.0,3007.0,621.0,25,black,male,3dc0ec0fc0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-19,15:18:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,40,white,male,6074f7bab3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-23,02:48:00,"AIRPORT CENTER DR & ELM HILL PIKE, NASHVILLE, TN, 37214",36.147115,-86.6621602,5.0,9411.0,517.0,45,white,female,a48b0fbf57,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-03-14,03:53:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,26,black,female,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-07,19:33:00,"BUENA VISTA PIKE & MOORMANS ARM RD, NASHVILLE, TN, 37218",36.2147697,-86.8176549,6.0,3103.0,623.0,24,black,male,e9348c562d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-31,23:20:00,"8TH AVE S & LEA AVE, NASHVILLE, TN, 37203",36.154017,-86.7793502,4.0,4041.0,423.0,51,white,male,392687b70d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-16,00:04:00,"12TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1713402,-86.7992109,6.0,5413.0,615.0,21,black,male,a0b824a6ce,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-30,11:11:00,"BRILEY ROUNDABOUT & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.1916492,-86.6870964,5.0,9209.0,515.0,56,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2017-12-17,09:25:00,"DONELSON PIKE & 40 W, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,9411.0,517.0,56,white,male,471811543e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-17,21:35:00,"CHESTNUT ST & HAGAN ST, NASHVILLE, TN, 37203",36.1422184,-86.7717075,8.0,8049.0,821.0,40,black,male,9a70a45e75,vehicular,moving traffic violation,False,True,True,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2016-09-21,19:39:00,"ASHMONT CIR & ASHMONT DR, , TN, 37211",36.0466827,-86.7019145,,8717.0,,21,hispanic,female,88f042f180,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-07-25,20:31:00,"GALLATIN PIKE N & LIBERTY LN, MADISON, TN, 37115",36.3047112,-86.6889516,7.0,1737.0,727.0,20,white,female,33d8de32b1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-12,10:00:00,"BRILEY PKWY N & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,92981.0,515.0,28,black,female,1c329e8c02,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-10-10,22:26:00,"1128 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1257808,-86.7091089,5.0,8821.0,531.0,27,black,male,dc95719a9d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-02-11,08:13:00,"BRILEY PKWY & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1801.0,225.0,31,white,male,f3be646353,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-30,23:28:00,"MURFREESBORO PIKE & NANCE LN, NASHVILLE, TN, 37210",36.144512,-86.7494657,3.0,8119.0,311.0,55,black,male,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-17,10:04:00,"ANDREW JACKSON PKWY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1836817,-86.6106805,5.0,9511.0,521.0,36,black,male,2c74a3aef8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,left brake lamp out +2014-06-04,16:50:00,"DR D B TODD JR BLVD & FORMOSA ST, NASHVILLE, TN, 37208",36.1742924,-86.8086368,6.0,4471.0,613.0,20,black,female,63295b6591,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-05,13:05:00,"7TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1593656,-86.7809667,4.0,4085.0,421.0,22,unknown,female,ec95a9403e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-11,20:00:00,"W TRINITY LN & I 65 N, NASHVILLE, TN, 37207",36.2070447,-86.7915951,2.0,1829.0,223.0,32,black,female,53d89d125a,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-25,22:28:00,"1221 BROADWAY, NASHVILLE, TN, 37203",36.1560164,-86.7880968,4.0,4081.0,423.0,26,black,male,21413caac6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"DRIVER SIDE HEADLIGHT +" +2013-07-25,09:21:00,"CHARLOTTE PKE & BROOK, , TN,",36.1358391,-86.8852149,,,,87,white,male,3c72ff8fdc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-16,19:32:00,"KOREAN VETERANS BLVD & S 2ND ST, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1003.0,413.0,35,white,female,dc95719a9d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-28,22:25:00,"I 40 E & BRILEY PKWY N, NASHVILLE, TN, 37217",36.1434168,-86.6998724,5.0,8998.0,531.0,38,white,male,eaed2169c5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-28,03:45:00,"HILLSIDE AVE & WADE AVE, NASHVILLE, TN, 37203",36.13632,-86.7837156,8.0,6905.0,821.0,23,black,male,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-25,00:22:00,"900 W TRINITY LN, NASHVILLE, TN, 37207",36.2067073,-86.8070907,6.0,3013.0,623.0,18,black,female,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-02,06:11:00,"819 MM 208 2 I40 E, NASHVILLE, TN, 37203",,,6.0,54024.0,615.0,53,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-19,04:43:00,"237 CHEROKEE RD, NASH, TN, 37205",36.1348861,-86.8411544,,,,56,white,male,9385461f5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-12,03:17:00,"CASH LN & DUE WEST AVE W, MADISON, TN, 37115",36.2483267,-86.7252395,7.0,1779.0,723.0,46,white,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ROLLED RED SIGNAL. +2011-12-30,01:01:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9111.0,517.0,42,white,male,6f4cd28a19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-07,21:10:00,"MURFREESBORO & TOWN PARK, , TN,",35.8283973,-86.3983857,,,,41,hispanic,female,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-11,20:58:00,"GALLATIN PIKE & HART LN, NASHVILLE, TN, 37216",36.2116099,-86.7325834,2.0,1817.0,225.0,22,white,female,18aa33a4b9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-15,20:00:00,"1ST AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1622505,-86.7743837,4.0,4101.0,415.0,33,white,female,9e0637d56c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-26,19:50:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,37,white,female,78d577d0b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-17,01:18:00,"CHICAMAUGA AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1846937,-86.7479638,,1301.0,,40,white,male,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FLASHING RED +2018-01-20,00:01:00,"5127 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0577551,-86.7171389,8.0,8655.0,835.0,24,white,male,8fc21065fa,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-06-29,13:53:00,"CREEKSIDE DR & PACKARD DR, NASHVILLE, TN, 37211",36.0640466,-86.6943461,3.0,8709.0,321.0,25,black,female,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,WI, +2014-11-01,01:16:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,50,white,female,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-04,02:16:00,"BUBBLING WELL RD & SANDHURST DR, MADISON, TN, 37115",,,7.0,1635.0,713.0,29,black,male,831999c6fa,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,False,True,True,True,other,moving traffic violation,TN,"suspended dl, did not qualify for citation +reason for stop - expired tag, driving over center" +2017-11-17,11:21:00,"440 W & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,81041.0,311.0,36,black,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-04,17:02:00,"46TH AVE N & INDIANA AVE, NASHVILLE, , 37209",36.1567181,-86.8424614,,,,18,black,male,ec5603edfe,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,expired temp tag. +2011-06-02,13:45:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5123.0,113.0,31,white,male,f91ae5b797,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-15,13:36:00,"CREEKSIDE DR & EAST RIDGE DR, NASHVILLE, TN, 37211",36.0683088,-86.6988332,3.0,8709.0,321.0,37,white,female,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-27,21:06:00,"1905 MERIDIAN ST, NASHVILLE, TN, 37207",36.205444,-86.7655591,2.0,1859.0,221.0,35,white,male,a54aa3d408,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-18,08:46:00,"DR D B TODD JR BLVD & PEARL ST, NASHVILLE, TN, 37203",36.1592651,-86.801015,,5357.0,,32,black,male,63295b6591,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-23,08:46:00,"BRILEY PKWY & ELLINGTON PKWY, MADISON, TN, 37115",36.2382639,-86.7365077,7.0,1590.0,723.0,37,black,male,12d3d862ae,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2010-05-01,00:34:00,"15TH AVE & CLAY ST, NASHVILLE, TN, 37208",36.1831523,-86.8101069,6.0,4441.0,611.0,57,black,male,3fbcafb77d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-10,12:56:00,"MURFREESBORO PIKE & VULTEE BLVD, NASHVILLE, TN, 37217",36.1248026,-86.7085375,3.0,8811.0,315.0,26,black,female,722469abf8,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-19,21:59:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,47,black,male,97fbb8c996,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-16,10:05:00,"BELL RD & BENZING RD, ANTIOCH, TN, 37013",36.045306,-86.7016897,3.0,8757.0,331.0,30,white,male,0a077e7833,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-15,01:26:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,25,black,male,384070792b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-16,11:12:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,,4701.0,,41,white,female,2699ef149f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-04,12:24:00,"3206 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2062982,-86.7361979,2.0,1417.0,217.0,34,white,male,a773a4fff8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-02,08:23:00,"BELL RD & DODSON CHAPEL RD, HERMITAGE, TN, 37076",36.1633098,-86.613147,5.0,9501.0,521.0,42,white,female,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-17,20:07:00,"S 5TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1664991,-86.761612,2.0,1009.0,211.0,25,black,male,ea3413a239,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,stop sign violation +2017-09-18,07:59:00,"LESTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1455308,-86.7525448,3.0,8133.0,311.0,34,black,female,b9fb8b268e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-02,22:00:00,"HARDING PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,5015.0,121.0,29,white,male,e8c7fd5cb4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-12-11,13:12:00,"GALLATIN PIKE & KIRKLAND AVE, NASHVILLE, TN, 37216",36.2089101,-86.7345338,2.0,1819.0,225.0,26,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-14,13:37:00,"CHARLOTTE AVE & FISK ST, NASHVILLE, TN, 37203",36.1584167,-86.7990485,6.0,5401.0,615.0,22,white,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-06,14:17:00,"10TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1560743,-86.7827733,4.0,4077.0,423.0,18,white,female,2cbc2e0f25,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-12-04,01:18:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,33,white,female,549374aca7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-06,04:58:00,"38TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1525885,-86.8309826,1.0,5229.0,113.0,41,white,female,2fcd6b06aa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-18,09:30:00,"I 24 W & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1979.0,221.0,53,black,female,6f0151b767,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-24,10:22:00,"4TH AVE S & ASH ST, , TN, 37210",36.1523471,-86.7715598,,,,71,white,male,2cbc2e0f25,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-24,11:01:00,"E OLD HICKORY BLVD & RIO VISTA DR, MADISON, TN, 37115",36.2623571,-86.6810149,7.0,1705.0,715.0,65,white,male,c270bce636,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILURE TO SIGNAL +2017-11-11,10:26:00,"990 DAVIDSON DR, NASHVILLE, TN, 37209",36.1273585,-86.9028909,1.0,4701.0,123.0,46,white,male,5a129bb2ea,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-18,19:16:00,"4TH AVE N & COFFEE ST, NASHVILLE, TN, 37208",36.1863485,-86.7945577,6.0,4353.0,617.0,32,black,female,e23b8da128,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-14,16:53:00,"FAIRFIELD AVE & GREEN ST, NASHVILLE, TN, 37210",36.1527093,-86.7563687,5.0,8221.0,511.0,44,white,female,766a98473e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER HEAD LIGHT +2012-12-24,01:00:00,"HILLSIDE AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1347654,-86.7840325,8.0,6915.0,823.0,41,black,male,e0fb5d3246,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN, +2016-12-19,03:38:00,"OTTENVILLE AVE & UNA ANTIOCH PIKE, , TN, 37013",36.0592826,-86.6691974,3.0,8855.0,325.0,34,black,male,eb8e8d814e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILED TO STOP AT THE STOP SIGN LOCATED AT APOLLO DR AND UNA ANTIOCH PKE +2015-03-26,18:48:00,"MURFREESBORO PIKE & PINEWAY DR, NASHVILLE, TN, 37217",36.1151016,-86.694229,3.0,8835.0,315.0,60,white,female,550e7e232e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-14,07:29:00,"N GALLATIN PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2630322,-86.7119272,7.0,1701.0,715.0,22,black,male,0f0e6b7d67,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-15,17:10:00,"WEDGEWOOD AVE, VINEHILL, TN, 37204",36.1313833,-86.7688607,,,,44,hispanic,male,5f12ed2979,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"tinted plate cover +" +2013-05-17,15:36:00,"ROBERTSON AVE & STEVENSON ST, NASHVILLE, TN, 37209",36.1565628,-86.8658562,1.0,4679.0,115.0,30,black,female,2887b93017,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2016-09-16,21:23:00,", , ,",,,,,,31,white,male,aa90c2b758,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-12-09,00:07:00,"20TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1513768,-86.7993292,8.0,5527.0,811.0,35,black,male,299da6fbbd,vehicular,vehicle equipment violation,True,False,True,arrest,True,True,False,True,True,True,True,probable cause,vehicle equipment violation,TN, +2016-03-11,21:10:00,"5TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1604836,-86.7784329,,4089.0,,57,white,female,ec95a9403e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-30,02:54:00,"198 HAYWOOD LN, NASHVILLE, TN, 37211",36.069915,-86.693372,3.0,8707.0,321.0,31,white,female,f7d35184d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-06,08:54:00,"14TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1359844,-86.7907396,8.0,6617.0,811.0,45,white,male,c34de323ba,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2010-06-23,21:11:00,", , ,",,,,,,20,black,male,30ee2301cb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-06,17:14:00,"BRICK CHURCH PIKE & FERNCO DR, NASHVILLE, TN, 37207",36.2199469,-86.7823027,6.0,3047.0,621.0,22,black,female,0bd319e4a1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-15,17:15:00,"BLAIRFIELD DR & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0228989,-86.6440475,3.0,8763.0,331.0,32,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,False,consent,moving traffic violation,TN, +2016-08-18,12:39:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1043.0,211.0,34,white,female,e7099bc91c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-05,01:28:00,"S 10TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1769416,-86.7514456,2.0,1201.0,213.0,23,white,female,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-12-08,11:10:00,"187 TUSCULUM RD, NASHVILLE, TN, 37211",36.0546276,-86.6952427,3.0,8717.0,331.0,53,unknown,female,2f9e52f7c2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING -- IN -- +2018-02-07,07:38:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,62,white,male,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI, +2011-10-20,00:24:00,"36 WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1287578,-86.8533054,1.0,5107.0,113.0,37,white,male,acb89d1f7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-30,22:37:00,"AURORA AVE & DINWIDDIE DR, , , 37115",36.2837083,-86.7041668,,,,42,white,female,13c1091001,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN +" +2011-05-27,20:36:00,"DICKERSON PIKE, , TN, 37207",36.2314506,-86.7589208,,,,45,white,female,5ae31d9ff9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-24,13:40:00,"3825 CLIFTON AVE, NASHVILLE, TN, 37209",36.1573565,-86.8305869,1.0,4549.0,111.0,17,black,male,0d43689ede,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"WAS CLEARED OF THIS COMPLAINT NUMBER WHEN I WASN'T FINISHED WITH THE STOP. DISPATCH PUT ME BACK ON AND GAVE ME A NEW NUMBER WHICH IS -----------. +" +2012-06-18,19:36:00,"41ST AVE N & INDIANA AVE, NASHVILLE, TN, 37209",36.1571956,-86.8358421,1.0,4533.0,111.0,78,black,male,15a96472a6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN AT --ST AVE / INDIANA +2010-04-30,08:45:00,"1100 LITTON AVE, NASHVILLE, TN, 37216",36.2023096,-86.7388422,2.0,1403.0,217.0,39,black,male,7586da57b1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-05,18:20:00,"DUE WEST AVE W & FREDA VILLA, MADISON, TN, 37115",36.2483052,-86.7246818,7.0,1789.0,723.0,21,black,female,4f1d028e45,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-22,21:34:00,"2626 OLD LEBANON PIKE, NASHVILLE, TN, 37214",36.1702572,-86.6709697,5.0,9307.0,515.0,26,white,female,56705d494c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-08-10,14:10:00,"BELINDA DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.2047014,-86.6145906,5.0,9719.0,523.0,26,black,male,a02596b67e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-17,19:55:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,20,white,male,751bb20c68,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-15,09:25:00,"CANE RIDGE RD & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.000206,-86.6358128,3.0,8765.0,333.0,37,white,female,39c3a6436c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-16,13:00:00,"DR D B TODD JR BLVD & JACKSON ST, NASHVILLE, TN, 37208",36.1657538,-86.8051136,6.0,5409.0,615.0,26,white,male,702f17e184,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-10,04:26:00,"1410 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2051492,-86.778437,6.0,3007.0,621.0,56,black,male,7546e30df8,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-09-27,23:40:00,"BELLEVUE RD & HICKS RD, NASHVILLE, TN, 37221",36.0625518,-86.9236427,1.0,4817.0,125.0,29,white,male,9d8bfc8acb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,WA, +2010-05-27,22:38:00,"I 24 E & CLAY LICK CT, JOELTON, TN, 37080",,,6.0,3318.0,627.0,21,white,male,78d577d0b1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-09,18:07:00,"HOBSON PIKE & LAKEWALK DR, ANTIOCH, TN, 37013",36.0527914,-86.5992884,3.0,8905.0,335.0,72,white,male,3a572ed22e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-08,23:47:00,"OLD HICKORY BLVD & TOLBERT RD, NASHVILLE, TN, 37221",36.1064322,-86.9222345,1.0,4815.0,125.0,42,white,male,95cab0be7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-24,09:54:00,"5TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1524501,-86.7731845,4.0,4027.0,425.0,49,white,male,ec95a9403e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,SEAT BELT +2016-09-13,13:57:00,"MAIN ST & S 5TH ST, NASHVILLE, TN, 37206",36.1728291,-86.7652377,2.0,1109.0,211.0,43,white,female,39e9ad240b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-07,00:20:00,"6TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1578636,-86.7785826,4.0,4061.0,425.0,42,white,male,53223ac60e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-11,16:58:00,"5TH AVE S & ELM ST, NASHVILLE, TN, 37203",36.1527922,-86.7734145,4.0,4039.0,425.0,26,black,female,150043b12d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-28,08:12:00,"6931 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1297433,-86.9005408,1.0,4701.0,123.0,41,black,male,5905836fa2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-10,01:42:00,"CRESTMOOR RD & HILLSBORO PIKE, NASHVILLE, , 37215",36.1091791,-86.8118452,,,,38,black,male,0fd9cdb139,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-04-15,15:17:00,"I 24 W & HARDING PL, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,8810.0,323.0,46,white,male,5966fe24c8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"NO REG PRESENT OUT OF STATE HE SAID AND UNAWARE OR JUST GIVING ME A HARD TIME +" +2014-01-04,20:24:00,"DOUGLAS AVE & ELLINGTON PKWY S, NASHVILLE, TN, 37206",36.1931931,-86.751992,,,,27,white,female,b9f747e548,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-08,18:28:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9561.0,521.0,32,white,female,30ee2301cb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-09,13:27:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9561.0,521.0,27,white,male,099216fe9c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-07,23:40:00,"62ND AVE N & LOUISIANA AVE, NASHVILLE, TN, 37209",36.1650033,-86.863511,1.0,4615.0,115.0,24,white,male,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-20,20:42:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9294.0,515.0,19,white,female,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"RECKLESS ----- +INSURANCE" +2014-01-22,20:55:00,"HILLSBORO DR & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1018601,-86.8177408,8.0,6405.0,825.0,37,other,female,972faedf56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAGS +2013-06-05,15:38:00,"MM92 I65S, NASHVILLE, TN,",36.0391614,-86.7844183,,,,33,white,female,c4f63928e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-08,17:20:00,"11TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1615803,-86.7838361,4.0,4149.0,411.0,61,black,female,c1e876ae44,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2010-04-01,12:30:00,"423 HARDING PL, NASHVILLE, TN, 37211",36.0785491,-86.7284862,8.0,8501.0,831.0,34,white,female,1d64842f57,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-05,11:11:00,"N GALLATIN PIKE & ONE MILE PKWY, MADISON, TN, 37115",36.2793681,-86.7087808,7.0,1759.0,727.0,31,white,male,4ace4f5618,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-05,23:39:00,"I 24 E & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8402.0,313.0,27,white,female,8ed20f511b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-05,12:46:00,"8331 MCCRORY LN, NASHVILLE, TN, 37221",36.065871,-86.998992,1.0,4801.0,125.0,68,white,female,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-08,17:09:00,"NOLENSVILLE PIKE & PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0848015,-86.7281493,8.0,8501.0,831.0,34,black,female,1d124ae33c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-09,14:19:00,"408 38TH AVE N, NASHVILLE, TN, 37209",,,1.0,5237.0,111.0,50,white,male,eb5a39da00,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2016-02-07,02:06:00,"BELLSHIRE DR & TUCKAHOE DR, NASHVILLE, TN, 37207",36.2604277,-86.762727,7.0,2021.0,725.0,18,hispanic,male,793daf204c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"NO TAG LIGHT, TEMP TAG NOT VISIBLE" +2012-12-16,03:21:00,"411 BROADWAY, NASHVILLE, TN, 37203",36.1605021,-86.777479,4.0,4091.0,421.0,32,black,male,371e3d97ba,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2012-12-03,05:32:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,5.0,8823.0,531.0,49,black,female,14796e40ff,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-09,19:13:00,"CENTENNIAL BLVD & PENNSYLVANIA AVE, NASHVILLE, TN, 37209",36.1631375,-86.8505473,1.0,4609.0,115.0,27,hispanic,male,2887b93017,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2011-04-22,11:42:00,"GALLATIN PIKE & OAK ST, NASHVILLE, , 37216",36.2161488,-86.7292879,,,,49,white,male,70f6771de0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-10,19:09:00,"RUSSELL ST & S 5TH ST, NASHVILLE, TN, 37206",36.1708392,-86.7641379,2.0,1111.0,211.0,41,black,male,d38c0a0217,vehicular,vehicle equipment violation,True,True,True,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-06,08:02:00,"6921 HWY 100, NASHVILLE, TN, 37221",36.06483,-86.88565,1.0,6211.0,117.0,40,unknown,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA, +2011-01-15,22:25:00,"LEWIS ST & TRIMBLE ST, NASHVILLE, TN, 37210",36.1460338,-86.7589436,3.0,8137.0,311.0,38,white,male,aafc1de147,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI, +2013-05-30,22:40:00,"FOSTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1415552,-86.7405947,5.0,8217.0,513.0,18,black,female,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-24,19:35:00,"6535 PREMIER DR, NASHVILLE, TN, 37209",36.1434069,-86.8793173,1.0,5023.0,123.0,25,black,female,7d6a69a168,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-13,13:11:00,"CHARLOTTE PIKE & RIVER RD, NASHVILLE, TN, 37209",36.1286307,-86.9067009,,4701.0,,39,white,male,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-02,21:56:00,"DICKERSON PIKE & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.1889233,-86.7731242,2.0,1917.0,221.0,54,white,male,07c016a866,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-07-08,08:24:00,"COUNTY HOSPITAL RD & JOHN MALLETTE DR, NASHVILLE, TN, 37218",36.1933689,-86.8336822,6.0,3117.0,625.0,66,black,female,80ed1b32eb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-06,09:23:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,36,white,male,d7d987fc7e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-23,01:23:00,"HURRICANE CREEK BLVD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0299489,-86.5922519,3.0,8869.0,333.0,54,hispanic,male,200f52dc10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-23,10:16:00,"I 65 N & I 440 ENTRY, NASHVILLE, TN, 37204",35.7275536,-86.9604933,8.0,70182.0,825.0,32,white,female,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KS, +2011-06-05,01:13:00,"APACHE TRL & PACKARD DR, NASHVILLE, TN, 37211",36.0650445,-86.6857717,3.0,8709.0,321.0,42,black,male,4fcaf362c6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-19,21:34:00,"DOUGLAS AVE & N 8TH ST, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1905.0,221.0,36,white,male,8caa04ee8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-11-28,13:22:00,"ABBOTT MARTIN RD & WOODMONT LN, NASHVILLE, TN, 37205",36.1100297,-86.8422341,1.0,6117.0,117.0,82,white,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-04,07:41:00,"W TRINITY LN & FREE SILVER RD, NASHVILLE, TN, 37207",36.2070569,-86.7959997,6.0,3013.0,623.0,39,black,female,0c43101255,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-22,09:50:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, , 37206",36.1741944,-86.7519839,,,,64,black,female,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-10,21:14:00,"12TH AVE S & SUMMIT AVE, NASHVILLE, TN, 37203",36.1387504,-86.7877615,8.0,6939.0,821.0,63,white,female,95cab0be7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-18,21:11:00,"I 40 W & JEFFERSON ST, NASHVILLE, TN, 37208",36.0789995,-86.9551254,6.0,4245.0,617.0,24,black,male,22bf002bac,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2010-08-18,04:00:00,"270 TAMPA DR, NASHVILLE, TN, 37211",36.083609,-86.7095049,3.0,8443.0,317.0,18,asian/pacific islander,male,e865e1c625,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-28,09:45:00,"DICKERSON PIKE & RICHARDSON AVE, NASHVILLE, TN, 37207",36.1917743,-86.7727261,2.0,1913.0,221.0,28,white,female,2929c48d74,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-01-20,11:30:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, , 37206",36.1741944,-86.7519839,,,,66,white,male,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-08,20:59:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37207",36.176917,-86.7761407,4.0,1955.0,413.0,29,white,male,0a2b939d4b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAIL LIGHTS NOT ON. WARNING GIVEN +2011-01-28,08:49:00,"APPLE ORCHARD TRL & MOUNT VIEW RD, ANTIOCH, TN, 37013",36.0618148,-86.6102385,3.0,8927.0,335.0,51,white,female,dcc1712e54,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-21,14:04:00,"1813 BEECH AVE, NASHVILLE, TN, 37203",36.135523,-86.781039,8.0,6905.0,821.0,49,black,male,e0fcf690b4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-31,10:25:00,"I 40 W & 2ND AVE S, NASHVILLE, TN, 37210",36.1525133,-86.7657744,4.0,4008.0,425.0,48,white,female,16f69cd6ef,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-11,09:23:00,"CLEVELAND ST & HART AVE, NASHVILLE, TN, 37206",36.1844486,-86.7557153,2.0,1943.0,227.0,44,black,female,c4680d166c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-17,20:35:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,35,white,female,0e0fefbbe3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-16,05:13:00,"3RD AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37201",36.1672179,-86.779628,4.0,4201.0,415.0,48,hispanic,male,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-12,17:10:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1741944,-86.7519839,2.0,1205.0,213.0,26,black,female,daac2de4a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-20,19:39:00,"14TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1579342,-86.7915708,8.0,5517.0,811.0,32,hispanic,male,42d656ccc7,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,GA, +2018-02-04,22:14:00,"BRILEY PKWY & INTERNATIONAL PLZ, NASHVILLE, TN, 37217",36.1272561,-86.6958888,5.0,8998.0,531.0,53,hispanic,male,20b7054cf4,vehicular,safety violation,True,False,True,arrest,False,False,False,False,True,True,True,other,safety violation,TN, +2013-02-11,18:53:00,"ELYSIAN FIELDS RD & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0868909,-86.7302104,8.0,8501.0,831.0,26,white,female,fa6268bac5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-28,08:54:00,"OAK BARREL DR & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0806581,-86.653766,3.0,8891.0,325.0,25,black,female,3241b7c0f3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-26,15:43:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,19,black,female,cfbf0303f8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-18,11:05:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,36,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-29,06:12:00,", , ,",,,,,,47,white,female,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-28,10:14:00,"MM 196 I40 E, NASHVILLE, , 37221",36.0789995,-86.9551254,,,,27,white,female,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-18,15:04:00,"CHARLOTTE AVE & 40 E, NASHVILLE, TN, 37203",36.1524726,-86.833841,8.0,5502.0,813.0,25,white,male,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,False,consent,moving traffic violation,TN, +2012-01-09,07:41:00,"413 E OLD HICKORY BLVD, MADISON, TN, 37115",36.2629681,-86.7048212,7.0,1701.0,715.0,45,white,female,b20d1984d4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-12,10:40:00,"1740 ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1797391,-86.8237958,6.0,4501.0,613.0,24,unknown,male,d7b6ccc3f6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN A -- MPH ZONE +2016-03-21,04:58:00,", , ,",,,,,,23,black,male,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RED LIGHT. TINT LAW. +2013-04-10,11:36:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9003.0,511.0,60,black,male,87d131bdf1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-31,17:21:00,"MAIN ST & N 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1997.0,227.0,60,black,female,884c66a1b8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-10-29,08:47:00,"1ST AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1622505,-86.7743837,4.0,4101.0,415.0,36,white,male,16f69cd6ef,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-25,00:12:00,"34TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1585587,-86.8270136,6.0,4579.0,613.0,35,black,male,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-15,18:27:00,"BELL RD & HICKORY PARK DR, ANTIOCH, TN, 37013",36.0448578,-86.670401,3.0,8721.0,325.0,20,black,female,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-03,18:32:00,"3RD AVE N & CHURCH ST, NASHVILLE, TN, 37201",36.1642494,-86.777742,4.0,4131.0,415.0,41,white,male,8a201ca7a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,WI,"WRONG WAY ON A ONE WAY STREET +" +2011-10-28,13:27:00,"I 40 W & 4TH AVE S, NASHVILLE, TN, 37203",36.1499197,-86.7726886,4.0,4006.0,425.0,53,white,male,fffd523ee1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-12,20:02:00,"4TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1517995,-86.7712094,4.0,4005.0,425.0,38,black,male,3b8237be67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-04,02:36:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2133.0,725.0,36,black,male,41a4abcf2e,vehicular,investigative stop,True,False,False,arrest,True,True,False,True,True,True,True,other,investigative stop,TN, +2015-08-07,07:10:00,"S HAMILTON RD & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1936554,-86.831192,6.0,3157.0,625.0,26,black,female,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-17,16:40:00,"11TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4149.0,411.0,50,white,male,c1e876ae44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- mph in -- mph laser at ---.- ft +2012-08-10,20:26:00,"4958 HOPEDALE DR, NASHVILLE, TN, 37211",36.0694435,-86.7158057,3.0,8703.0,321.0,46,black,female,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-20,23:24:00,"NOLENSVILLE PIKE & ZOO RD, NASHVILLE, TN, 37211",36.090114,-86.7336907,8.0,8509.0,831.0,23,hispanic,male,fffe5752f3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-31,18:32:00,"S 12TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.171066,-86.7494261,2.0,1033.0,213.0,27,white,male,c2bbff888c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-09,17:23:00,"I 24 W & HARDING PL, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,8810.0,323.0,42,white,female,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-29,09:11:00,"2925 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2020935,-86.7392949,2.0,1851.0,227.0,29,asian/pacific islander,male,4de6ccf87a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-12,08:55:00,"I 40 E & 21ST AVE N, NASHVILLE, TN, 37208",36.137011,-86.724956,6.0,5323.0,615.0,25,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-08,15:26:00,"I 40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.10788,-86.922344,5.0,9504.0,523.0,19,white,female,25b26f360e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-07,01:53:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6013.0,117.0,40,black,female,e60adece97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-11,15:33:00,"15TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1360088,-86.7919838,8.0,6615.0,823.0,31,white,male,080ab8807b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-19,16:04:00,"FAIRFIELD AVE & WINFREY ST, NASHVILLE, TN, 37210",36.1483824,-86.7575254,5.0,8221.0,511.0,34,white,female,97117e47ab,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-12-09,11:32:00,"S GALLATIN PIKE & MADISON ST, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1781.0,711.0,61,white,male,a81423d2e8,vehicular,vehicle equipment violation,True,True,False,arrest,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN,"EXPIRED PLATE, REVOKED DL" +2016-07-08,02:34:00,"21ST AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1690738,-86.8095974,6.0,5325.0,615.0,18,black,male,7394445486,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight +2012-04-24,10:50:00,"333 RIO VISTA DR, MADISON, TN, 37115",36.2689613,-86.6839391,7.0,1713.0,715.0,35,black,female,5e1e44520b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-02,17:32:00,"6TH AVE N & JAMES ROBERTSON PKWY, , TN, 37219",36.1684668,-86.785164,4.0,4203.0,411.0,27,white,male,41dfc9efaf,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-17,15:26:00,"HOBSON PIKE & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0428691,-86.6065332,3.0,8971.0,335.0,23,asian/pacific islander,male,17c9ffa200,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2014-06-27,11:45:00,"1201 SAUNDERS AVE, MADISON, TN, 37115",36.248174,-86.728281,,,,57,white,female,82e20fdb7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-24,20:26:00,"7TH AVE N & GARFIELD ST, NASHVILLE, TN, 37208",36.1811244,-86.7950945,6.0,4335.0,617.0,24,black,female,f05187be54,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-15,04:04:00,"EISENHOWER DR & JEFFERY DR, NASHVILLE, TN, 37211",36.0845438,-86.7074533,3.0,8443.0,317.0,43,white,male,7226a00c28,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-04-17,20:37:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,32,hispanic,female,97f0bf928b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-07,13:32:00,"903 S GALLATIN PIKE, MADISON, TN, 37115",36.2523984,-86.7166212,7.0,1623.0,711.0,17,black,male,5404db019e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-12,14:42:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,19,black,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-25,19:13:00,"FESSLERS LN & POLK AVE, NASHVILLE, , 37210",36.1347771,-86.7468828,,,,21,white,male,5f12ed2979,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-28,02:03:00,"I 440 W & WEST END AVE, NASHVILLE, TN, 37212",36.1210587,-86.7647275,8.0,5908.0,815.0,24,white,male,6dc6599caa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-18,18:04:00,"E WEBSTER ST & S GALLATIN PIKE, MADISON, TN, 37115",36.2519643,-86.7176232,7.0,1785.0,711.0,50,black,male,fa80a84e1e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-10-19,09:21:00,"DICKERSON PIKE & 65 N, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,18062.0,225.0,23,unknown,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2011-08-19,19:22:00,"CHARLES E DAVIS BLVD & OLD HERMITAGE AVE, NASHVILLE, TN, 37210",36.1540984,-86.7617053,5.0,8201.0,511.0,53,black,male,a48b378e7c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-25,09:32:00,"CHARLOTTE AVE & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1611936,-86.7926896,4.0,4153.0,411.0,52,black,female,b5dcfa19fe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-02,13:27:00,"BARNES RD & CEDARMONT DR, ANTIOCH, TN, 37013",36.0324446,-86.7081793,3.0,8757.0,331.0,18,white,female,fca9ffb1b4,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign - speeding +2011-11-08,20:17:00,"DICKERSON PIKE & SUNSET DR, NASHVILLE, TN, 37207",36.2236763,-86.7610003,2.0,1827.0,223.0,62,black,male,4167b6ea19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-22,21:37:00,"4190 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0777065,-86.7250645,3.0,8705.0,321.0,22,black,female,ca70dcb8f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-25,20:25:00,"860 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1352966,-86.7215296,5.0,8815.0,531.0,18,hispanic,male,4714ced2a3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-21,17:08:00,"ASHEFORD TRCE & MT VIEW RD, ANTIOCH, TN, 37013",36.0452809,-86.6283299,3.0,8865.0,333.0,23,white,female,70d2debcb6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,OR, +2018-12-02,09:36:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1817.0,225.0,28,white,male,338229ba25,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-13,20:07:00,"SOUTHLAKE DR & THOMPSON LN, NASHVILLE, TN, 37211",36.1095127,-86.72784,3.0,8336.0,313.0,29,black,female,d43bc9cc6c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-16,20:18:00,"1500 PORTER RD, NASHVILLE, TN, 37206",36.1932959,-86.727879,2.0,,215.0,44,black,male,1252ee3949,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-26,05:39:00,"I 24 W & I 440 E, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,36,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-06,01:19:00,"227 SHELBY AVE, NASHVILLE, TN, 37213",36.1665701,-86.7664509,4.0,1103.0,413.0,30,black,female,064c5c03ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-10,10:49:00,"801 E OLD HICKORY BLVD, MADISON, TN, 37115",36.2637679,-86.6935024,7.0,1703.0,715.0,50,white,male,7181557957,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN AT LARKIN SPRINGS/E OHB, TAGS EXPIRED AUG ----" +2015-04-02,22:50:00,"2ND AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,3.0,8153.0,311.0,22,black,female,b2e21999bb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-02-10,09:18:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1009.0,211.0,22,black,female,50f33e1e63,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-04,12:13:00,"EATONS CREEK RD & OLD CLARKSVILLE PIKE, JOELTON, TN, 37080",36.316299,-86.8765631,6.0,3329.0,627.0,78,white,male,f209a8fc10,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-17,09:00:00,"MAIN ST & N 6TH ST, NASHVILLE, TN, 37206",36.1738019,-86.7628038,2.0,1117.0,211.0,53,white,male,3f791dfbd2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-04,08:46:00,"BELL RD & WOODLAND POINT DR, NASHVILLE, TN, 37214",36.1228228,-86.6290158,5.0,8943.0,533.0,58,black,male,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-30,13:06:00,"EVANSTON AVE & N 5TH ST, NASHVILLE, TN, 37207",36.1905498,-86.7624275,2.0,1907.0,221.0,53,black,female,4ae38b4239,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-04-13,15:24:00,"DELLWAY DR & JONES AVE, NASHVILLE, TN, 37207",36.2138271,-86.7564458,2.0,1887.0,223.0,26,white,male,1252ee3949,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-12,22:56:00,"HARDING PL & 24 E, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,8708.0,321.0,40,white,female,622ce499b8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-04-06,11:11:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,43,hispanic,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-16,23:10:00,"COLLIER AVE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1097605,-86.7445986,8.0,8519.0,831.0,53,white,male,0875e86b46,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-20,06:26:00,", , ,",,,,,,79,white,female,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,PA, +2015-10-08,16:16:00,"BELL FORGE LN E & BELL RD, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,36,white,female,0bfa5a7f73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-08,19:18:00,"11TH AVE & JACKSON ST, NASHVILLE, TN, 37208",36.1698261,-86.7956915,6.0,4245.0,617.0,58,black,male,4167b6ea19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-22,18:21:00,"MURFREESBORO PIKE & RANSOM PL, NASHVILLE, TN, 37217",36.0891014,-86.649991,3.0,8853.0,323.0,51,white,female,7df5a96ae9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2016-07-03,08:42:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6939.0,821.0,29,black,female,c332047d09,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-02,14:15:00,"512 TULIP GROVE RD, HERMITAGE, TN, 37076",36.213018,-86.589284,5.0,9537.0,523.0,63,white,female,a66f62a8d9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-19,19:18:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,27,black,male,0535f8bb5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-28,13:13:00,"31ST AVE S & VANDERBILT PL, NASHVILLE, TN, 37212",36.1412717,-86.8144583,8.0,5817.0,815.0,39,white,female,724faddb76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LIGHTS REQUIRED +2014-10-16,09:41:00,"W TRINITY LN & BAPTIST WORLD CENTER DR, NASHVILLE, TN, 37207",36.2070447,-86.7915951,,3017.0,,49,white,female,3b8237be67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-02,01:00:00,"DICKERSON PIKE & MERIDIAN ST, NASHVILLE, TN, 37207",36.1782542,-86.7722452,2.0,1979.0,221.0,56,black,female,7d40a68784,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-01-17,19:50:00,"10TH AVE N & SCOVEL ST, NASHVILLE, , 37208",36.17343,-86.7953503,,,,25,black,male,1215cc42aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-07,08:23:00,"1707 MCKINNEY AVE, NASHVILLE, TN, 37208",36.187406,-86.8129293,6.0,4435.0,611.0,51,black,male,1163ce2341,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-05,07:36:00,"HALLCREST CT & HAMPTON HALL WAY, HERMITAGE, TN, 37076",36.1633849,-86.5816099,5.0,9515.0,523.0,27,black,female,fc43f6017d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-30,17:36:00,"ANTIOCH PIKE & HARDING PL, NASHVILLE, TN, 37211",36.0874362,-86.6922057,3.0,8843.0,315.0,63,black,female,7df5a96ae9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-09,19:36:00,"4TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1590255,-86.7758498,4.0,4065.0,421.0,35,black,female,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-12,20:10:00,"632 S 7TH ST, NASHVILLE, TN, 37206",36.1671707,-86.756967,2.0,1021.0,211.0,26,white,female,70d2debcb6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-18,00:09:00,"DR D B TODD JR BLVD & UNDERWOOD ST, NASHVILLE, TN, 37208",36.1733617,-86.8082482,6.0,4469.0,613.0,30,black,female,53db68761e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-09,18:06:00,"26TH AVE & JEFFERSON ST, NASHVILLE, TN, 37208",36.1680832,-86.8167354,6.0,4525.0,613.0,54,black,male,7e1548994d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-02,05:54:00,"CRAVATH DR & ROWAN DR, NASHVILLE, TN, 37207",36.2205982,-86.8113644,6.0,3043.0,623.0,65,black,male,4b59d19267,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,passenger side tail light not functioning +2017-05-25,03:51:00,"809 RIVERGATE PKWY, GOODLETTSVILLE, TN, 37072",36.3014534,-86.7017977,7.0,1753.0,727.0,23,white,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-26,18:49:00,"30TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1436965,-86.8141863,8.0,5625.0,813.0,16,white,male,200f52dc10,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-10-27,02:35:00,"APACHE TRL & HAYWOOD LN, NASHVILLE, TN, 37211",36.068404,-86.693941,3.0,8707.0,321.0,41,black,male,81fac77d3f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AL, +2013-09-05,12:47:00,"3105 BELMONT BLVD, NASHVILLE, TN, 37212",36.1183101,-86.7972756,8.0,6501.0,815.0,26,white,male,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-16,19:02:00,"WHITE BRIDGE PIKE, WEST, TN, 37209",36.145004,-86.8579697,,,,18,white,male,d38c0a0217,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-16,08:10:00,"MAIN ST & N 6TH ST, NASHVILLE, TN, 37206",36.1738019,-86.7628038,2.0,1117.0,211.0,30,black,female,7f5a859cb3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-23,22:01:00,"GREENWOOD AVE & PORTER RD, NASHVILLE, TN, 37206",36.1887454,-86.7291596,2.0,1311.0,215.0,41,black,male,58528e8953,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,True,True,plain view,moving traffic violation,TN, +2014-11-07,07:50:00,"6TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1598483,-86.7798799,4.0,4087.0,421.0,45,white,female,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-02,17:37:00,"ELIZABETH ST & THOMPSON LN, NASHVILLE, , 37211",36.1109712,-86.7458894,,,,63,white,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-21,23:04:00,"MARSHALL ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.2015105,-86.7663537,2.0,1861.0,223.0,36,black,female,573fae9445,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-01,15:44:00,"1247 2ND AVE, NASHVILLE, TN, 37210",36.1434562,-86.7634223,3.0,8167.0,311.0,27,black,female,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2014-10-08,19:02:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,31,black,female,871986f056,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-09-01,21:41:00,"I 24 W & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,88122.0,315.0,39,black,male,7226a00c28,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-18,20:29:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,38,white,female,664201d134,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASS SIDE BREAK LIGHT OUT +2012-01-22,17:18:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,5009.0,123.0,21,black,male,c9f0dea477,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-25,21:15:00,"DICKERSON PIKE & GRACE ST, NASHVILLE, TN, 37207",36.183182,-86.7738672,2.0,1953.0,221.0,20,black,male,d4cdb5f2dc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-03,08:22:00,"EDGE O LAKE DR & MARTWAY DR, , TN, 37013",36.078891,-86.6452609,3.0,8891.0,325.0,37,white,male,1d2836b079,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-16,08:38:00,"2408 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2092789,-86.7672872,2.0,1829.0,223.0,69,white,male,4de6ccf87a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-04-26,17:13:00,"9TH AVE N & CASS ST, NASHVILLE, TN, 37208",36.186595,-86.8040856,6.0,4495.0,611.0,32,black,male,6216529cad,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-08,13:48:00,"HWY 100 & MCCRORY LN, NASHVILLE, TN, 37221",36.0345312,-86.9739634,1.0,4805.0,125.0,45,white,female,236774fda1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MI, +2010-07-14,19:39:00,"FAIRCLOTH LN & MURFREESBORO PIKE, NASHVILLE, , 37217",36.1033036,-86.66667,5.0,8947.0,533.0,37,white,male,4714ced2a3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-12,23:23:00,"6430 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1418788,-86.8774829,1.0,5023.0,123.0,23,black,male,3ce33785e5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-11,10:19:00,"EZELL PIKE & HARDING PL, NASHVILLE, TN, 37211",36.089612,-86.6884963,3.0,8843.0,315.0,54,unknown,male,3bdca3df2d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-23,09:51:00,", , ,",,,,,,33,black,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-06,23:49:00,"5TH AVE & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4057.0,425.0,40,white,female,2bb9ef14e4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-16,17:57:00,"GALLATIN PIKE & HOME RD, NASHVILLE, TN, 37216",36.2101686,-86.7335937,2.0,1439.0,217.0,45,white,male,c1a1b04631,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN +2010-12-01,12:50:00,"E TRINITY LN & ELLINGTON PKWY, NASHVILLE, TN, 37207",36.205599,-86.7493779,2.0,1855.0,221.0,32,white,male,12d3d862ae,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-13,09:36:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,4.0,4304.0,413.0,40,hispanic,male,3607f2fc8c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-19,15:02:00,"BONNASPRING DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1956607,-86.6216585,5.0,9613.0,521.0,50,white,female,7962521178,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,exp tag +2015-08-17,11:18:00,"NOLENSVILLE PIKE & TAYLOR RD, NASHVILLE, , 37211",36.0696581,-86.7210586,,,,51,black,male,04b918d1d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2015-03-26,23:38:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,28,white,male,8f72e1eb24,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-26,08:05:00,"S GALLATIN PIKE & WALTON LN, MADISON, TN, 37115",36.2388153,-86.7238106,7.0,1517.0,711.0,50,white,male,a81423d2e8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-07,08:10:00,"7TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1593656,-86.7809667,4.0,4085.0,421.0,26,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-25,16:33:00,"E TRINITY LN & DR RICHARD G ADAMS DR, NASHVILLE, TN, 37216",36.2044758,-86.7474715,2.0,1821.0,225.0,30,black,female,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-15,14:26:00,"INDIANA AVE & MORROW RD, NASHVILLE, TN, 37209",36.1563393,-86.853128,1.0,4637.0,111.0,57,white,male,f5c7327329,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-25,11:13:00,"ALAMEDA ST & PRESTON TAYLOR PL, NASHVILLE, TN, 37209",36.160684,-86.8346587,1.0,4531.0,111.0,28,white,female,c7fc5dcb73,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-05-29,16:20:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, TN, 37218",36.2117374,-86.8955184,6.0,3235.0,625.0,32,black,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-11,00:50:00,"S 8TH CT & S 7TH ST, NASHVILLE, TN, 37206",36.1655726,-86.7557378,2.0,1021.0,211.0,29,black,female,58251cd0f4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-02-13,21:01:00,"FAIRFIELD AVE & WINFREY ST, NASHVILLE, TN, 37210",36.1483824,-86.7575254,5.0,8221.0,511.0,30,black,female,2cd8d90206,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-08-29,09:59:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,24,white,male,01aa59bb70,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-05-06,14:02:00,"424 OLD HICKORY BLVD W, MADISON, TN, 37115",36.264178,-86.720491,7.0,1743.0,723.0,24,black,female,09ff8e8092,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,exp temp tag +2014-04-16,06:29:00,"21ST AVE N & STATE ST, NASHVILLE, TN, 37203",36.1533395,-86.8033496,8.0,5509.0,813.0,41,black,male,57f6131079,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-07,17:24:00,"40TH AVE N & 42ND AVE N, NASHVILLE, TN, 37209",36.1631777,-86.8374845,1.0,4513.0,111.0,46,black,female,460a7c21b0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-01,18:10:00,"CRESTMOOR RD & HILLSBORO PIKE, NASHVILLE, , 37215",36.1091791,-86.8118452,,,,61,white,male,460b31d8a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-12,00:23:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4115.0,421.0,28,black,male,4a107ef3da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-10,05:59:00,"MM 207 4 I40 E, NASHVILLE, TN, 37208",,,6.0,54021.0,615.0,25,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-09-08,10:52:00,"DR D B TODD JR BLVD & KNOWLES ST, NASHVILLE, TN, 37208",36.1723827,-86.8078425,6.0,4477.0,613.0,20,black,female,3638f733e9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-22,15:47:00,"MILLS RD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1685619,-86.600292,5.0,9527.0,521.0,21,white,male,a02596b67e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,PA, +2012-05-27,18:46:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,88100.0,323.0,41,white,female,e57b9f069c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-30,01:51:00,"S GALLATIN PIKE & HARRIS ST, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1605.0,713.0,52,black,female,7f79da4426,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-19,08:51:00,"17TH AVE N & JACKSON ST, NASHVILLE, TN, 37208",36.1665022,-86.8033632,6.0,5409.0,615.0,66,black,female,262e2cae19,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-19,18:32:00,"4095 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0800039,-86.7281457,8.0,8501.0,831.0,34,hispanic,female,98912cd716,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-04,14:24:00,"ASHLAWN PL & EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0496813,-86.7435062,8.0,8653.0,835.0,23,white,male,b8a91068a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-17,10:08:00,"4718 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.067441,-86.7179419,3.0,8711.0,321.0,55,white,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-15,11:44:00,"DONELSON PIKE & HARDING PL, NASHVILLE, , 37217",36.0928894,-86.6787994,,,,49,asian/pacific islander,female,28a173be9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-18,11:17:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,43,white,female,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-21,16:03:00,"9TH AVE N & COFFEE ST, NASHVILLE, TN, 37208",36.1827682,-86.8025289,6.0,4447.0,611.0,63,black,female,53d89d125a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-06-21,23:18:00,"440 HARDING PL, NASHVILLE, TN, 37211",36.0785112,-86.7301354,8.0,8501.0,831.0,27,white,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TAGS +" +2013-08-02,16:35:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8955.0,533.0,53,white,male,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-13,15:55:00,"N GALLATIN PIKE & DULING AVE, MADISON, TN, 37115",36.2658527,-86.7110296,7.0,1701.0,715.0,22,white,male,9eb1afe7e8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-20,13:53:00,"29TH AVE N & CLIFTON AVE, , , 37209",36.1588501,-86.8198183,,,,38,black,female,c7fc5dcb73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-30,20:29:00,"850 RICHARDS RD, ANTIOCH, TN, 37013",36.0701642,-86.6796223,,,,19,black,male,a07d1d7733,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-20,19:20:00,"I 65 S & ARMORY DR, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,7002.0,825.0,21,unknown,female,1fdfb2a60c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-19,13:22:00,"MCKENNELL DR & PORTER RD, NASHVILLE, TN, 37206",36.1931952,-86.7264607,2.0,1337.0,215.0,17,white,male,70ef06cf19,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2013-04-05,15:40:00,"LARGO DR & WALLACE RD, NASHVILLE, TN, 37211",36.084575,-86.7020258,3.0,8705.0,321.0,49,black,male,a07d1d7733,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-21,12:31:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,38,white,male,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-19,16:45:00,", , ,",,,,,,47,white,male,8ed20f511b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-09,22:20:00,"GALLATIN AVE & SEYMOUR AVE, NASHVILLE, TN, 37206",36.1856479,-86.7475574,2.0,1319.0,215.0,21,black,male,28a44a6a0f,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,False,True,True,True,plain view,vehicle equipment violation,TN,"NO MDC - EXCESSIVE AUDIO NOISE, EXPIRED TAGS (-/--), SUSPENDED DL, --------, OPEN CONTAINER +" +2019-03-02,23:21:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9294.0,515.0,25,black,female,4e622eb289,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-01,09:27:00,"4700 LEBANON PIKE, HERMITAGE, TN, 37076",36.215106,-86.5955344,5.0,9727.0,525.0,48,white,male,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-17,08:31:00,"10TH AVE N & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1655947,-86.7902038,4.0,4207.0,411.0,53,white,male,273c27bb0c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-19,20:22:00,"BELLE MEADE BLVD & TYNE BLVD, NASHVILLE, TN, 37205",36.0906405,-86.8600248,1.0,6201.0,117.0,23,white,male,72a0b7b57e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA, +2016-06-08,08:32:00,"4707 POST RD, NASHVILLE, TN, 37205",36.1236006,-86.8570301,1.0,5001.0,121.0,31,white,female,825f6ab981,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-06,22:29:00,"3010 WEST END AVE, NASHVILLE, TN, 37203",36.1433712,-86.8150273,8.0,5625.0,813.0,19,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-30,03:16:00,"HERMITAGE AVE & MIDDLETON ST, NASHVILLE, TN, 37210",36.1552408,-86.7647753,4.0,4001.0,425.0,20,black,male,c1e876ae44,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,DRIVING WITHOUT HEADLIGHTS +2018-06-12,12:29:00,"MM 204 8 I40 W, NASHVILLE, TN, 37209",,,1.0,45020.0,111.0,20,black,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AR, +2013-09-30,03:47:00,"HICKORY HOLLOW PKWY & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0597095,-86.6710171,3.0,8859.0,325.0,37,hispanic,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-02,14:03:00,"45TH AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1556282,-86.8410754,1.0,4577.0,111.0,55,black,male,2699ef149f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-29,11:58:00,"BELLEVUE RD & HWY 70 S, NASHVILLE, TN, 37221",36.0754803,-86.940384,1.0,4815.0,125.0,71,white,male,dfa33c336f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-17,15:44:00,"THOMPSON LN & TUGGLE AVE, NASHVILLE, TN, 37210",36.1098201,-86.7333592,3.0,8359.0,313.0,36,white,male,d43bc9cc6c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-10,11:51:00,"GALLATIN AVE & SHARPE AVE, NASHVILLE, TN, 37206",36.1892609,-86.7459812,2.0,1321.0,215.0,50,white,male,34b846e056,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-13,18:00:00,"FRANKLIN AVE & GENTRY AVE, NASHVILLE, TN, 37206",36.1835621,-86.732822,2.0,1345.0,215.0,23,white,female,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-16,16:50:00,"5211 LINBAR DR, NASHVILLE, TN, 37211",36.0752049,-86.6954256,3.0,8707.0,321.0,29,hispanic,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-11,12:27:00,"OLD MATTHEWS RD & W TRINITY LN, NASHVILLE, , 37207",36.2083029,-86.7888733,,,,67,black,male,0437969110,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-03-23,14:18:00,"BRADFORD AVE & GLEN AVE, NASHVILLE, TN, 37204",36.1283326,-86.7790589,8.0,6929.0,823.0,20,white,female,3aef563fcc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-13,14:58:00,"DOZIER PL & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2019994,-86.7393443,2.0,1403.0,217.0,79,white,female,8d7b449e86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-26,08:37:00,"I 24 W & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,88060.0,333.0,36,white,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-06,16:30:00,"SPRING ST & 1ST ST, , TN, 37213",36.1769614,-86.7745755,,,,30,black,female,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-03,13:08:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,22,white,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-30,10:01:00,"28TH AVE N & I 40 E, NASHVILLE, TN, 37209",36.148314,-86.859111,6.0,5305.0,615.0,63,asian/pacific islander,male,40d9b62eac,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-08-13,00:09:00,"725 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1377047,-86.7303954,5.0,8219.0,513.0,26,hispanic,male,dc95719a9d,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-07,18:11:00,"DICKERSON PIKE & KINGSTON ST, NASHVILLE, TN, 37207",36.2093664,-86.7664947,2.0,1833.0,223.0,29,unknown,male,1bbaebcc06,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AL, +2012-01-31,14:24:00,"MALTA DR & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2162908,-86.8019741,6.0,3047.0,621.0,54,white,male,7ede7c259c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-12-22,21:01:00,"ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.2048924,-86.6062669,,,,59,white,male,471811543e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-19,09:05:00,"S GRAYCROFT AVE & CHADWELL DR, MADISON, TN, 37115",36.2548539,-86.7335839,7.0,1777.0,723.0,38,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-02,17:14:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37207",36.176917,-86.7761407,4.0,1955.0,413.0,53,black,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-04,01:36:00,"HARDING PL & TROUSDALE DR, NASHVILLE, TN, 37211",36.0810559,-86.7583563,8.0,8507.0,831.0,41,white,male,1d2e83fed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-02,21:05:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8721.0,325.0,56,white,male,c7fc5dcb73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-26,15:35:00,"20TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1533972,-86.8008308,8.0,5527.0,811.0,41,white,female,0535f8bb5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-14,18:01:00,"DARBYTOWN DR & DICKERSON PIKE, MADISON, TN, 37115",36.2669423,-86.7566289,7.0,2039.0,725.0,39,black,female,b541004824,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,SHE WAS NOT WEARING THE SEATBELT CORRECTLY. IT WAS BEHIND HER PERSON SHE WAS WARNED +2015-05-05,12:58:00,", , ,",,,,,,31,white,male,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-08,00:59:00,"GRANWOOD BLVD & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2167719,-86.6235145,5.0,9617.0,525.0,23,white,female,7820669585,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-15,02:09:00,", , ,",,,,,,50,black,male,27e7e8c87e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-06,14:40:00,"I 40 W & I 24 E, NASHVILLE, TN, 37210",36.1539502,-86.7572484,5.0,9004.0,513.0,60,asian/pacific islander,female,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-04,10:22:00,", , ,",,,,,,33,black,female,fb75cd4829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2016-01-09,15:47:00,"WAVERLY AVE & WEDGEWOOD AVE, NASHVILLE, , 37203",36.1353546,-86.7859423,,,,39,white,female,d4cfdb4ab2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-04,18:10:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,68,white,male,1d17ac8627,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-01,23:02:00,"5TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4069.0,421.0,56,white,male,a1e3ace771,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-20,00:17:00,"18TH AVE S, , TN, 37212",36.1381262,-86.7967465,,,,24,white,male,4641ba1563,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2015-07-11,07:04:00,"ANTIOCH PIKE & CHEROKEE PL, ANTIOCH, TN, 37013",36.0721953,-86.6834435,3.0,8899.0,323.0,18,hispanic,male,cf07ed6f7d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-05,18:25:00,"DICKERSON PKE ENTRY & 24 E, NASHVILLE, TN, 37207",36.2280358,-86.7585569,4.0,1904.0,413.0,40,black,female,ef43419423,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-03-24,16:40:00,"S 6TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1725786,-86.7627885,2.0,1117.0,211.0,30,white,male,344212da64,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2010-08-26,22:00:00,"LEBANON PIKE & TYLER DR, HERMITAGE, TN, 37076",36.2012741,-86.6177501,5.0,9507.0,521.0,27,white,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-22,12:39:00,"33RD AVE N & ALBION ST, NASHVILLE, TN, 37209",36.1632867,-86.8260536,6.0,4565.0,613.0,20,black,female,e562769ea0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-24,11:14:00,"N 14TH ST & STRATTON AVE, NASHVILLE, , 37206",36.1823172,-86.7450115,,,,53,black,male,f673bbd15d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-26,20:05:00,"MM 89 2 I65 S, NASHVILLE, TN, 37207",,,7.0,20020.0,721.0,18,white,female,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY,"SPEEDING +" +2012-06-10,21:10:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,58,black,male,80e2c428b5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-25,01:51:00,"I 24 E & BELL RD, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8721.0,325.0,29,black,male,0414ae3bcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-02,13:49:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,,1895.0,,57,black,male,7f5a859cb3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-08,15:15:00,"214 HERMITAGE AVE, NASHVILLE, TN, 37210",36.1548806,-86.7565266,5.0,9003.0,511.0,28,black,male,c1e876ae44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-03,20:21:00,"2708 NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.1137684,-86.7461099,3.0,8315.0,313.0,27,white,female,ca70dcb8f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-06,13:22:00,"GALLATIN PIKE & SHELTON AVE, NASHVILLE, TN, 37216",36.2097911,-86.7339,2.0,1439.0,217.0,26,white,male,3f791dfbd2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-23,23:12:00,"40TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,5225.0,111.0,24,black,male,299da6fbbd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-16,11:04:00,"BURRUS ST & HART LN, NASHVILLE, TN, 37216",36.2128678,-86.7352988,2.0,1817.0,225.0,74,white,male,47560720c3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-18,15:57:00,"42ND AVE & MEDIA ST, , TN, 37209",36.1453002,-86.8366984,1.0,5205.0,113.0,62,white,female,a61896fa86,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-14,16:03:00,"CHURCH ST & ROSA L PARKS AVE, NASHVILLE, TN, 37203",36.1615333,-86.7839328,4.0,4121.0,411.0,37,white,female,a9b7a026f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-09-14,00:16:00,"BROADMOOR DR & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2291112,-86.7251221,2.0,1513.0,217.0,27,white,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-27,22:19:00,"CHARLOTTE AVE & MORROW RD, NASHVILLE, TN, 37209",36.1515843,-86.8521113,1.0,5119.0,113.0,26,white,female,5bbf60b01d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2011-07-09,00:23:00,"N GALLATIN PIKE & ALTUS AVE, MADISON, TN, 37115",36.2907745,-86.7035393,7.0,1721.0,727.0,80,white,male,095779cb19,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2013-07-15,18:56:00,"CEDAR CREST DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1191558,-86.9195495,1.0,4701.0,123.0,23,white,male,7745763824,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-10-09,01:29:00,"3910 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2165318,-86.7285401,2.0,1445.0,217.0,20,black,male,d08894c335,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-25,10:34:00,"MOORMANS ARM RD & SHREEVE LN, NASHVILLE, TN, 37207",36.2176623,-86.8078058,6.0,3043.0,623.0,20,black,female,eb734545cc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-16,12:43:00,"S 10TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1769416,-86.7514456,2.0,1201.0,213.0,34,white,female,7e173f3f15,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2019-02-25,01:18:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,35,black,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-17,15:22:00,"EXIT 59 I 24 E, ANTIOCH, TN, 37013",,,,,,23,white,male,5203210c03,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-08-02,08:36:00,"25TH AVE S & WOODLAWN DR, NASHVILLE, TN, 37212",36.1255279,-86.8073275,8.0,5911.0,815.0,79,white,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-13,16:53:00,"I 65 S & BRILEY PKWY E, NASHVILLE, TN, 37207",36.2345311,-86.8159002,7.0,2002.0,721.0,20,unknown,male,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-17,14:30:00,"DOUGLAS AVE & ELLINGTON PKWY N, NASHVILLE, TN, 37206",36.1931931,-86.751992,2.0,19942.0,227.0,21,white,female,a773a4fff8,vehicular,moving traffic violation,False,True,True,citation,False,False,False,False,True,False,True,consent,moving traffic violation,TN, +2013-06-15,17:58:00,"24TH AVE N & OSAGE ST, NASHVILLE, TN, 37208",36.1764538,-86.8150547,6.0,4463.0,613.0,49,black,male,23e9d21d94,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,nonworking drivers side brake light +2013-11-14,12:50:00,"I 40 W & BROADWAY, NASHVILLE, TN, 37203",36.0789995,-86.9551254,4.0,4002.0,423.0,32,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-24,18:58:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,47,white,male,fb944c2c7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-21,00:30:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37210",36.1109273,-86.7451877,3.0,8315.0,313.0,24,white,male,f9a2fa802c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,HEAD LIGHT OUT AND EXPIRED LEARNER PERMIT -/--/-- +2015-09-10,09:00:00,"I 40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5004.0,115.0,16,white,female,53d89d125a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-17,03:02:00,"W TRINITY LN & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3037.0,623.0,53,black,male,5ae31d9ff9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-15,00:04:00,"S 9TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1706467,-86.7543,2.0,1125.0,213.0,19,hispanic,male,33acd6428b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-12,13:40:00,"31ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1533597,-86.8208464,8.0,5341.0,813.0,46,white,female,c4184931e7,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-06-16,06:25:00,"2ND AVE S & HART ST, NASHVILLE, TN, 37210",36.1421984,-86.7624006,3.0,8139.0,311.0,34,white,male,d828e2373a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-27,00:41:00,", , ,",,,,,,22,hispanic,female,4544025295,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-11,06:04:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5103.0,113.0,32,black,female,e8583fbb05,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-01,11:50:00,"BELL RD & COLLINS PARK DR, ANTIOCH, TN, 37013",36.0459841,-86.6579079,3.0,8863.0,333.0,48,hispanic,male,1ac0d6e95a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-04,19:50:00,"BRENTWOOD CHASE DR & OLD HICKORY BLVD, BRENTWOOD, , 37027",36.0396993,-86.7598298,,,,24,black,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL,LIGHTS REQUIRED +2014-02-15,20:10:00,"N GALLATIN PIKE & ALTA LOMA RD, MADISON, TN, 37115",36.2931922,-86.7024332,7.0,1721.0,727.0,25,white,,9385461f5c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-05-01,11:59:00,"11TH AVE N & JANE ST, NASHVILLE, TN, 37208",36.1779643,-86.8029345,6.0,4471.0,613.0,36,black,male,6c7b2369d7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-12,21:21:00,"3401 GRANNY WHITE PIKE, NASHVILLE, TN, 37204",36.112917,-86.794095,8.0,7005.0,823.0,28,white,male,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-05,23:53:00,"ASH GROVE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0495349,-86.7138194,8.0,8655.0,835.0,51,black,female,82e20fdb7c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-05-02,00:38:00,"1509 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2013655,-86.7692502,2.0,1863.0,223.0,31,black,female,8f72e1eb24,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight +2017-06-08,07:21:00,"65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43024.0,617.0,40,black,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-11,15:36:00,"21ST AVE N & SCOVEL ST, NASHVILLE, TN, 37208",36.1701359,-86.8097869,6.0,4481.0,613.0,21,black,male,d60f692cd0,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-30,18:38:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,20,white,male,0e0fefbbe3,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,False,consent,vehicle equipment violation,TN, +2013-01-01,16:53:00,"51ST AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1530695,-86.8486357,1.0,5127.0,111.0,47,white,male,37a4238cc6,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,SUBJECT HAS WARRANT FROM FLORIDA- NO EXTRADITION +2018-05-31,22:07:00,"ANDERSON RD & BELL RD, NASHVILLE, TN, 37217",36.0747132,-86.6350725,5.0,8963.0,535.0,32,black,female,bdba73f50a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-08-19,04:13:00,"W TRINITY LN & I 65 N, NASHVILLE, TN, 37207",36.2070447,-86.7915951,2.0,1863.0,223.0,31,black,female,559fd015a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-08,07:39:00,"700 BROADWAY, NASHVILLE, TN, 37203",36.159567,-86.7817458,4.0,4113.0,421.0,56,white,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-04,04:40:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,54,hispanic,male,95b3c63410,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-09-27,20:54:00,"47TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521442,-86.8434584,1.0,5129.0,113.0,32,black,female,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-11,11:30:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,60,white,male,5a96851d64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-26,12:44:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,,8945.0,,59,white,male,4d037c592b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,VA, +2014-10-04,13:51:00,"BELL RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1522017,-86.6249735,5.0,8955.0,533.0,71,white,male,769a186299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-19,15:40:00,"HARDING PL & JONQUIL DR, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8705.0,321.0,42,hispanic,female,3a572ed22e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-19,23:38:00,"HILLSBORO PIKE & HOBBS RD, NASHVILLE, TN, 37215",36.1009651,-86.8187218,1.0,6111.0,117.0,35,white,female,e60adece97,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-14,13:41:00,"39TH AVE N & JOHN L DRIVER BLVD, NASHVILLE, TN, 37209",36.1656531,-86.8342518,6.0,4503.0,613.0,32,black,female,dfa33c336f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-16,18:36:00,"BURCHWOOD AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2006788,-86.7400574,2.0,1403.0,217.0,24,black,female,3f791dfbd2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER HAD A HEAD LIGHT OUT. THE DRIVER PULLED OVER IN A MCDONALD'S PARKING LOT AND GOT OUT AFTER I INFORMED HER OF THE REASON FOR THE STOP. SHE WALKED UP TO THE FRONT OF THE CAR AND THE HEADLIGHT HAD CAME BACK ON. THERE WAS ANOTHER DRIVER IN A SEPARATE CAR THAT WAS IN FRONT OF THIS DRIVER AND HE ALSO SAID HER HEAD LIGHT WAS OUT WHEN THEY HAD PULLED OUT OF THE CAR WASH UP THE STREET. +2013-06-09,04:34:00,"8TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1568929,-86.780828,4.0,4075.0,421.0,26,black,male,c2c3365672,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOPPED FOR DOING A U-TURN IN THE INTERSECTION WHICH CAUSED ME TO STOP IN THE ROADWAY AND MY DIRECTION OF TRAFFIC HAD THE RIGHT OF WAY; CALLED FOR A DUI CAR; dui took driver +2014-05-26,01:40:00,"27TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1454986,-86.811425,8.0,5623.0,813.0,19,white,male,1ff1d02632,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,FL, +2014-02-06,12:38:00,"I 65 N & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,1769.0,723.0,51,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I -- S AT MM --/-. I HAD MY VEHICLE POSITIONED SO I COULD SHOOT MY LASER OUT OF MY FRONT WINDOW. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED. I CONFIRMED THE DEFENDANT'S SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT ---- FT. +2013-03-11,23:06:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,23,black,female,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-17,21:12:00,"CLEVELAND ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1869623,-86.76803,2.0,1959.0,221.0,36,black,male,d3fe386ea8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-05,17:32:00,"FOREST TRACE DR, , TN,",36.0740715,-86.6297368,,,,51,hispanic,male,598c9e4d31,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-13,17:17:00,"2700 POSTON AVE, NASHVILLE, TN, 37203",36.1466851,-86.8123973,8.0,5623.0,813.0,47,white,male,b164f0f78c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,, +2011-08-04,06:36:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,227.0,49,white,female,6bf0a2c676,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"exp tag +" +2010-02-15,18:03:00,"WEDGEWOOD AVE, BELMONT, TN, 37203",36.1341747,-86.7767468,,,,29,black,male,41dfc9efaf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-23,15:04:00,"5TH AVE N & CHURCH ST, NASHVILLE, TN, 37219",36.1631751,-86.7801779,4.0,4127.0,411.0,57,white,male,007d7104a8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-22,23:08:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,21,white,,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tint +2013-01-02,16:27:00,"1500 BRENTRIDGE DR, ANTIOCH, TN, 37013",36.0474637,-86.6839098,3.0,8719.0,331.0,26,white,female,fffd523ee1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-29,10:25:00,"9TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1502129,-86.7808874,4.0,4021.0,423.0,19,white,male,0847f81dcc,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN,"Valle - pulled out of alley onto Division St. +No seatbelt +" +2017-12-29,01:10:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,42,white,male,eaed2169c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-09,13:59:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8861.0,325.0,41,black,female,d98ce37758,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-18,19:34:00,"CEDARMONT CT & CEDARMONT DR, ANTIOCH, TN, 37013",36.0409615,-86.704286,3.0,8757.0,331.0,36,white,male,edd1d25434,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-18,17:46:00,"HWY 70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,63,white,female,4a2e044013,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-14,21:33:00,"S 10TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1769416,-86.7514456,2.0,1201.0,213.0,24,white,female,33acd6428b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IL, +2013-03-26,18:13:00,"37TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527207,-86.8281842,1.0,5237.0,111.0,31,black,female,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-08,09:33:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,29,white,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-06,14:08:00,"BELMONT BLVD & WILDWOOD AVE, NASHVILLE, TN, 37212",36.1224111,-86.7946904,8.0,6505.0,823.0,22,white,male,ba10efd51b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TX, +2012-09-05,05:06:00,"GREAT CIRCLE RD & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1937429,-86.8070645,6.0,4443.0,611.0,24,white,female,2e4c69d266,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-13,09:29:00,"DOUGLAS ST & WOODRUFF ST, MADISON, , 37115",36.2604804,-86.7156002,,,,60,black,female,a81423d2e8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-12,05:31:00,"DONELSON PIKE & OLD EZELL RD, NASHVILLE, TN, 37217",36.09801,-86.676877,3.0,8841.0,323.0,50,black,female,6a5a1e10b4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-26,19:50:00,"16TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.170267,-86.8034404,6.0,5411.0,615.0,30,black,male,a6cc9ab365,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,impeding traffic +2011-01-01,15:46:00,"COTTON LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0702838,-86.7220847,8.0,8661.0,831.0,35,black,female,fa6268bac5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-06,20:23:00,"KNOB RD & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1377975,-86.8577304,1.0,5021.0,121.0,42,white,male,8563660720,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE HEADLIGHT NOT WORKING +2013-12-27,18:48:00,"DELMAS AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.1996166,-86.7406275,2.0,1851.0,227.0,30,black,male,cf07ed6f7d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight +2013-04-07,17:28:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8861.0,325.0,18,black,male,3a572ed22e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-30,22:58:00,"16TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.170267,-86.8034404,6.0,5413.0,615.0,21,black,male,8a6d6c9e3b,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2017-01-13,12:37:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,1.0,4677.0,123.0,46,black,male,3c72ff8fdc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-20,20:32:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,24,white,male,41a4abcf2e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-01,00:24:00,"2700 NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.1144946,-86.7470381,3.0,8315.0,313.0,41,hispanic,male,936ab7dc64,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-03-27,16:25:00,"12TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1510813,-86.7843184,4.0,4019.0,423.0,61,black,male,ec5603edfe,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,expired tag. +2013-12-14,19:51:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,24,asian/pacific islander,female,8048ac039b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO COMP +2014-06-16,09:54:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,29,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-08,13:15:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4121.0,411.0,58,black,male,ce5f91b12d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-16,15:58:00,"2ND ST & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2167719,-86.6235145,5.0,9617.0,525.0,75,white,female,f6b1e3a919,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"EXPIRED TAG +" +2016-03-07,12:42:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,56,black,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,FLAGGING ----- +2012-08-16,19:01:00,"DONELSON PIKE & MCCAMPBELL AVE, NASHVILLE, TN, 37214",36.1591407,-86.6646346,5.0,9401.0,517.0,60,white,female,ee3c6578ac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-27,13:05:00,"149 MCCALL ST, NASHVILLE, , 37211",36.098356,-86.7293042,,,,57,unknown,male,19615fa2af,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-21,18:50:00,"CHEATHAM PL & DELTA AVE, NASHVILLE, TN, 37208",36.1776823,-86.7956208,6.0,4329.0,617.0,29,black,female,27e7e8c87e,vehicular,registration,True,False,False,arrest,,,,False,False,False,False,,registration,TN, +2012-03-25,23:28:00,"EASTLAND AVE & N 14TH ST, NASHVILLE, TN, 37206",36.1834376,-86.7448552,2.0,1215.0,213.0,32,white,male,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-19,23:12:00,"4TH AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1547245,-86.7731223,4.0,4035.0,425.0,35,white,female,cf98c01df4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-21,21:08:00,"1150 VULTEE BLVD, NASHVILLE, TN, 37217",36.1249706,-86.7054336,5.0,8821.0,531.0,27,white,female,db15a124ae,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TWO TAGS. +" +2012-01-26,23:20:00,", NASHVILLE, TN, 37210",,,,,,44,white,male,ce1cf9d519,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-11,12:29:00,"440 E & 65 S, NASHVILLE, TN, 37204",36.1178778,-86.7728783,8.0,7014.0,823.0,20,white,male,cba60069c9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-23,01:21:00,"S GALLATIN PIKE & BERKLEY DR, MADISON, TN, 37115",36.2466736,-86.7211666,7.0,1787.0,711.0,39,white,female,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AR, +2012-01-14,20:10:00,"5101 LINBAR DR, NASHVILLE, TN, 37211",36.079789,-86.698471,3.0,8707.0,321.0,17,hispanic,male,c86057a843,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speeding +" +2011-06-22,00:37:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8871.0,325.0,52,asian/pacific islander,female,faf7fd2318,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-07,14:10:00,"DUE WEST AVE W & SAUNDERS AVE, MADISON, TN, 37115",36.2485862,-86.7286277,7.0,1779.0,723.0,23,white,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-13,21:24:00,"9TH AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1749177,-86.7938024,6.0,4303.0,617.0,40,black,male,7f2ba40c1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-15,20:07:00,"CREIGHTON AVE & PORTER RD, NASHVILLE, TN, 37206",36.1905048,-86.7282608,2.0,1337.0,215.0,41,white,male,c270bce636,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN +" +2014-07-24,22:51:00,", , ,",,,,,,22,black,female,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2015-06-15,23:54:00,"NOLENSVILLE PIKE & OCALA DR, NASHVILLE, TN, 37211",36.0515457,-86.7142302,8.0,8655.0,835.0,23,white,male,883b5b4087,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-11-12,23:33:00,"11TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1422918,-86.7853984,8.0,6807.0,821.0,53,black,male,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-06,00:34:00,"40TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,5225.0,111.0,32,white,female,e98216ab9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-23,03:37:00,"DICKERSON PIKE S & OLD DICKERSON PIKE, GOODLETTSVILLE, TN, 37072",36.2875057,-86.7441214,7.0,2119.0,725.0,30,black,male,45e86ca572,vehicular,investigative stop,False,False,True,warning,False,False,False,False,True,True,False,consent,investigative stop,TN, +2010-06-29,22:25:00,"BELL RD & I 24 W, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8863.0,333.0,22,white,female,ca70dcb8f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-16,20:52:00,"BELL RD & HICKORY HIGHLANDS DR, ANTIOCH, TN, 37013",36.0605612,-86.6399703,3.0,8865.0,333.0,33,black,male,b3a6b271c1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-06,19:21:00,"MURFREESBORO PIKE & PHILFRE CT, NASHVILLE, TN, 37217",36.1282439,-86.7129582,5.0,8817.0,531.0,33,white,female,6e31415843,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-31,18:51:00,"CARTER AVE & RIVERSIDE DR, NASHVILLE, TN, 37206",36.1891968,-86.7263236,2.0,1365.0,215.0,36,black,male,70d2debcb6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-31,08:48:00,"MM 80 0 I65 N, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,26,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,IL, +2011-01-27,16:03:00,"MM 196 I40 E, NASHVILLE, , 37221",36.0789995,-86.9551254,,,,31,hispanic,male,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2012-07-18,08:57:00,"1023 BATTLEFIELD DR, NASHVILLE, TN, 37204",36.1145282,-86.7900958,8.0,7005.0,823.0,62,white,male,e65dc4ec73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-25,10:12:00,"1910 KAREN DR, NASHVILLE, TN, 37217",36.1398487,-86.704663,5.0,8827.0,531.0,64,white,female,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-08,08:03:00,"ANDREW JACKSON PKWY & LEBANON PIKE, HERMITAGE, TN, 37076",36.2151466,-86.5976754,5.0,9535.0,523.0,25,black,female,329e7e4c16,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TX,"RIGHT BRAKE LIGHT. +" +2011-06-24,16:05:00,"FOSTER ST & LISCHEY AVE, NASHVILLE, TN, 37207",36.1786871,-86.7657713,2.0,1979.0,221.0,44,black,female,8f6d08e336,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-20,02:47:00,"3RD AVE N & CHURCH ST, NASHVILLE, TN, 37201",36.1642494,-86.777742,4.0,4131.0,415.0,21,white,male,4714ced2a3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-12,00:15:00,"CHARLOTTE PIKE & OCEOLA AVE, NASHVILLE, TN, 37209",36.1496487,-86.8599114,1.0,5031.0,115.0,28,hispanic,female,f9d7f04fc0,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN, +2013-05-06,17:46:00,"9TH AVE N & HERMAN ST, NASHVILLE, TN, 37203",,,4.0,4221.0,411.0,45,black,female,e5d79a47c2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-22,00:23:00,"GLENROSE AVE & WHITSETT RD, NASHVILLE, TN, 37210",36.1194129,-86.7300487,3.0,8359.0,313.0,34,black,male,073f5c83fc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA,FAILED TO STOP AT A POSTED STOP SIGN +2012-11-15,08:35:00,"CLUB PKWY & HWY 70 S, NASHVILLE, TN, 37221",36.0738496,-86.9292866,1.0,4815.0,125.0,55,white,female,7f11c3c73c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-13,08:43:00,"MURFREESBORO PIKE & PLUS PARK BLVD, NASHVILLE, TN, 37217",36.1339424,-86.7226025,5.0,8815.0,531.0,42,white,female,769a186299,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-07-22,03:46:00,"BRILEY PKWY ENTRY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8951.0,531.0,46,black,female,6db506e931,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-11,23:59:00,"2400 BUENA VISTA PIKE, NASHVILLE, TN, 37218",36.1992366,-86.8237426,6.0,3101.0,623.0,28,black,female,81ffb8487e,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,consent,vehicle equipment violation,, +2012-12-28,01:12:00,"4TH AVE N & BROADWAY, NASHVILLE, TN, 37219",36.1610247,-86.7771798,4.0,4107.0,421.0,26,white,male,392687b70d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,IL, +2016-09-03,14:14:00,"10TH AVE N & CLAY ST, NASHVILLE, TN, 37208",36.1846204,-86.804384,6.0,4447.0,611.0,46,black,female,3b8237be67,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,DEALER CAR +2014-04-15,12:27:00,"GALLATIN PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1415.0,217.0,40,hispanic,male,63f9f31ffd,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2010-03-23,21:20:00,"THOMPSON LN, WOODBINE, TN, 37210",36.1099452,-86.7345821,,,,59,white,male,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-28,21:15:00,"11TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1422918,-86.7853984,8.0,6909.0,821.0,25,black,female,95d8d9862e,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2015-02-06,16:21:00,"50TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520105,-86.847202,1.0,5129.0,113.0,70,white,female,ec5603edfe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,passenger side brake light out. +2016-10-03,09:41:00,", , ,",,,,,,21,white,male,2976e3525e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2011-10-19,19:12:00,"ANDERSON RD, , TN, 37217",36.0887974,-86.6068873,,,,17,black,female,19b6cf7f40,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-25,20:50:00,"BELLE VALLEY DR & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.1059088,-86.922182,1.0,4815.0,125.0,21,white,male,81fac77d3f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,PA, +2014-08-19,12:25:00,"N GALLATIN PIKE & RIVERGATE PKWY, MADISON, TN, 37115",36.2969124,-86.6990955,7.0,1731.0,727.0,62,black,female,dc2f9867e4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-04,08:44:00,"ASHTON AVE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1960633,-86.8351447,6.0,3115.0,623.0,34,black,male,91c2b57241,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-29,23:54:00,"SATURN DR & VULTEE BLVD, NASHVILLE, TN, 37217",36.1245903,-86.7000182,5.0,8821.0,531.0,34,white,male,ee3c6578ac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-26,10:41:00,"GROVEDALE TRCE & SKYGAP CT, ANTIOCH, TN, 37013",36.0509582,-86.6064215,3.0,8927.0,335.0,31,black,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-31,23:02:00,"1441 12TH AVE S, NASHVILLE, TN, 37203",36.1375371,-86.7887354,8.0,6911.0,821.0,26,hispanic,male,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MO, +2011-08-10,15:55:00,"KINGS LN & TIMOTHY DR, NASHVILLE, TN, 37218",36.217627,-86.844773,6.0,3109.0,625.0,30,black,female,275b2f9e04,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-28,01:53:00,"3000 WEST END AVE, NASHVILLE, TN, 37203",36.1437226,-86.8145614,8.0,5625.0,813.0,20,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-01,07:20:00,"MURFREESBORO PIKE & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0961815,-86.65566,5.0,8947.0,533.0,33,white,male,1d2836b079,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-30,20:23:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9537.0,523.0,41,white,female,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-11,19:55:00,"1ST AVE S & MOLLOY ST, NASHVILLE, TN, 37201",36.1593813,-86.7725682,4.0,4049.0,425.0,36,white,male,20594604e0,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-04-30,10:25:00,"MM 40 I24 E, WHITES CREEK, , 37189",,,,,,38,white,female,85402489a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"FOLLOWING TOO CLOSE +" +2011-10-04,17:33:00,"APACHE TRL & HAYWOOD LN, NASHVILLE, TN, 37211",36.068404,-86.693941,3.0,8707.0,321.0,23,white,male,6f35d16bdf,vehicular,vehicle equipment violation,True,False,False,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-24,09:39:00,"EASTLAND AVE & PORTER RD, NASHVILLE, TN, 37206",36.1824375,-86.7334486,2.0,1233.0,215.0,51,white,male,3ca2b7745c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2010-11-01,21:54:00,"2ND AVE S & HART ST, NASHVILLE, TN, 37210",36.1421984,-86.7624006,3.0,8139.0,311.0,20,white,female,bad5ca5683,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2012-06-29,08:26:00,"4247 SIDCO DR, NASHVILLE, TN, 37204",36.0880847,-86.7623253,8.0,8529.0,825.0,54,white,male,50529da1cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-02,04:29:00,", , ,",,,,,,64,white,female,e4f4f4fc42,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-03-31,06:25:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,50,black,female,2a844597b1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-17,16:38:00,"2715 WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2192099,-86.8021739,6.0,3047.0,621.0,34,black,female,fd8a139aad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"--% tint +" +2018-10-18,08:50:00,"1321 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1146835,-86.6957427,3.0,8835.0,315.0,36,white,male,06fb1827d3,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2017-09-04,22:53:00,"65 S & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,2006.0,725.0,19,black,male,dc2f9867e4,vehicular,vehicle equipment violation,True,False,False,arrest,False,False,False,True,True,True,False,other,vehicle equipment violation,TN, +2018-05-21,14:23:00,"BLANK ST & JACKSON ST, NASHVILLE, TN, 37208",36.16692,-86.802409,6.0,5419.0,615.0,23,black,female,39e9ad240b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TX, +2011-07-06,03:37:00,"FAIRLANE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.062915,-86.7168323,8.0,8659.0,835.0,35,asian/pacific islander,male,39e9ad240b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-01,17:20:00,"12TH AVE S, , TN, 37203",36.1448648,-86.7864095,,,,47,white,male,41dfc9efaf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-11-27,00:31:00,"BENZING RD & TUSCULUM RD, ANTIOCH, TN, 37013",36.0522438,-86.6826327,3.0,8713.0,321.0,26,hispanic,male,883b5b4087,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-03,18:41:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,88100.0,323.0,21,black,male,97fbb8c996,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-02-27,17:44:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1750356,-86.7846846,4.0,4233.0,413.0,41,white,male,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-26,10:25:00,"12TH AVE N & JACKSON ST, NASHVILLE, TN, 37208",36.1690009,-86.7976311,6.0,5417.0,615.0,21,black,male,f9d7f04fc0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-17,05:22:00,"33RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.152875,-86.8235403,1.0,5239.0,111.0,60,white,male,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SWERVING +2012-09-30,02:50:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1111.0,211.0,28,black,female,2b7a7efb70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-06,12:44:00,"BRIDGEWAY AVE & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2674477,-86.6687973,5.0,9611.0,525.0,31,black,female,b026378af6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-26,17:55:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,42,black,female,00ee78ecb2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-18,19:00:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,5009.0,123.0,65,white,male,59629c618d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-14,19:40:00,"3RD AVE S & ELM ST, NASHVILLE, TN, 37210",36.1537173,-86.7711737,4.0,4005.0,425.0,23,white,male,9219efb2c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL,no turn on red +2013-01-15,01:27:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,5.0,8815.0,531.0,22,black,female,a2ee588582,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-16,17:00:00,"992 DAVIDSON DR, NASHVILLE, TN, 37209",36.1280761,-86.9028129,,,,20,white,female,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-08,01:15:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,23,white,female,17e2b951bd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IL, +2016-06-22,17:54:00,"COLICE JEANNE RD & HWY 70 S, NASHVILLE, TN, 37221",36.0740352,-86.935308,1.0,4815.0,125.0,20,white,female,1f8775dabb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,idot +2015-08-15,04:10:00,"15TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.155448,-86.7901722,8.0,5701.0,811.0,40,white,female,82e20fdb7c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-01-06,08:25:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,50,black,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-10,23:06:00,"TUSCULUM RD & TUSCULUM RD, , TN, 37013",36.0534179,-86.6906017,3.0,8719.0,331.0,40,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-06,23:59:00,"305 WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1454894,-86.8584812,1.0,5033.0,115.0,42,white,male,4c7e26f974,vehicular,registration,True,False,False,arrest,False,False,False,True,True,True,True,consent,registration,TN,TINTED LICENSE PLATE COVER / REVOKED D/L +2017-10-26,14:09:00,"CROSSFIELD DR & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1681158,-86.680014,5.0,9111.0,517.0,31,white,female,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,, +2012-06-16,17:30:00,"N 9TH ST & MANSFIELD ST, NASHVILLE, TN, 37206",36.1825811,-86.7585891,2.0,1915.0,227.0,18,black,female,f5ba94b9a7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-28,13:41:00,"BRILEY PKWY S & ELM HILL PIKE, NASHVILLE, TN, 37210",36.1538342,-86.6854592,5.0,9098.0,513.0,54,white,male,498350de5b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN,"FLAGGING, HE TOLD ME HE DID NOT HAVE TIME TO GET AN EXTENSION AND BRING IT TO COURT." +2014-04-05,23:49:00,"NOLENSVILLE PIKE & WALLACE RD, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,23,black,male,b728a62997,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-17,22:12:00,"7TH AVE & BROADWAY, NASHVILLE, TN, 37203",36.1593656,-86.7809667,4.0,4085.0,421.0,20,white,male,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-23,08:46:00,"19TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.154324,-86.7989496,8.0,5511.0,813.0,25,white,female,17c9ffa200,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,exp tag +2016-12-21,19:48:00,"1150 VULTEE BLVD, NASHVILLE, TN, 37217",36.1249706,-86.7054336,5.0,8821.0,531.0,28,white,male,dc95719a9d,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,IL,black impala +2018-11-09,15:49:00,"CLARKSVILLE PIKE & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1879505,-86.8215312,6.0,4423.0,611.0,31,black,female,070653f6bf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-13,10:17:00,"915 GLENDALE LN, NASHVILLE, TN, 37204",36.0920133,-86.7862209,8.0,7027.0,825.0,61,white,male,e65dc4ec73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-11,00:06:00,"COUNTY HOSPITAL RD & HYDES FERRY RD, NASHVILLE, TN, 37218",36.1895029,-86.8377004,6.0,3119.0,625.0,35,black,male,23dde6f49b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-27,13:28:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,63,white,male,e157a18d4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-20,14:00:00,"HEMINGWAY DR & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0797027,-86.836103,1.0,6203.0,117.0,22,white,female,6c2a04c6f9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER SIDE BRAKE LIGHT INOPERABLE +2010-05-27,14:23:00,"DELAWARE AVE & STHY 45, MADISON, TN, 37115",,,7.0,1701.0,715.0,45,white,male,3380b227a4,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2012-06-01,19:02:00,"ANNEX AVE & THUNDERBIRD DR, NASHVILLE, TN, 37209",36.1419995,-86.8861066,1.0,4677.0,123.0,34,white,female,0cd91b7f91,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-03-26,13:21:00,"MM 38 I24 E, WHITES CREEK, , 37189",,,,,,28,black,male,d098ec755c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-06,08:10:00,"BRILEY PKWY E & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2330587,-86.8148702,6.0,3027.0,621.0,53,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-24,,"GALLATIN PIKE & LELAND AVE, NASHVILLE, TN, 37216",36.2038984,-86.7383136,2.0,1837.0,225.0,25,black,female,126f05a67f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-31,16:24:00,"W TRINITY LN & YOUNGS LN, , TN, 37218",36.2060909,-86.8110252,6.0,3101.0,623.0,54,black,male,fde6504fcf,vehicular,moving traffic violation,True,True,False,arrest,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING -- IN -- MPH ZONE......NO DL +" +2011-09-28,11:08:00,"MCMURRAY DR & TUSCULUM RD, NASHVILLE, TN, 37211",36.058219,-86.7225621,8.0,8659.0,835.0,35,hispanic,male,80e2c428b5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-07,19:48:00,"504 E TRINITY LN, NASHVILLE, TN, 37207",36.2048353,-86.7565673,2.0,1855.0,221.0,33,hispanic,male,02e814e499,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-02,15:34:00,"N GALLATIN PIKE & EDENWOLD RD, MADISON, TN, 37115",36.2868438,-86.705395,7.0,1757.0,727.0,30,white,male,09ff8e8092,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tint violation +2013-08-24,05:31:00,"GALLATIN PIKE & NORVEL AVE, NASHVILLE, TN, 37216",36.2179046,-86.7283179,2.0,1445.0,217.0,30,white,male,8d7b449e86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-13,22:29:00,"S 5TH ST & MAIN ST, NASHVILLE, TN, 37206",36.1728291,-86.7652377,2.0,1113.0,211.0,32,black,female,e865e1c625,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-20,17:02:00,"28TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1587362,-86.8185408,6.0,5343.0,615.0,28,black,male,021458b850,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2013-04-24,19:47:00,"GALLATIN AVE & ORDWAY PL, NASHVILLE, TN, 37206",36.1806339,-86.7496847,2.0,1241.0,213.0,34,black,female,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-24,20:19:00,"51ST AVE N & ILLINOIS AVE, NASHVILLE, TN, 37209",36.1576329,-86.8488703,1.0,4629.0,111.0,22,black,male,5847f677f8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-09-29,14:25:00,"EDWIN ST & LISCHEY AVE, NASHVILLE, , 37207",36.2042931,-86.7613427,,,,48,white,male,a7e4b373f1,vehicular,investigative stop,False,False,True,warning,False,False,False,True,True,False,True,consent,investigative stop,TN, +2010-10-11,09:02:00,"BRICK CHURCH PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2795821,-86.7835805,7.0,2103.0,725.0,38,white,male,e852f5381b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-29,13:31:00,"POST PL & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1280044,-86.8519674,1.0,5017.0,121.0,87,white,male,3800f77872,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-08-20,18:20:00,"GALLATIN AVE & STROUSE AVE, NASHVILLE, TN, 37206",36.1939567,-86.7436879,2.0,1363.0,215.0,31,black,female,40d9b62eac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-28,08:55:00,"4247 CATO RD, NASHVILLE, TN, 37218",36.2122091,-86.8675494,6.0,3247.0,625.0,20,white,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-16,12:53:00,", , ,",,,,,,62,white,male,3bdca3df2d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-09,11:52:00,"DUE WEST AVE W & LENTZ DR, MADISON, , 37115",36.2495476,-86.7377258,,,,26,black,female,73a0ab20fb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,KY,BRAKE LIGHT +2018-09-03,23:02:00,"500 MAIN ST, NASHVILLE, TN, 37206",36.172731,-86.764979,2.0,1113.0,211.0,25,black,female,d3fe386ea8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-05-09,14:35:00,"ELLINGTON PKWY & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,32,black,male,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-05,00:33:00,"CHICAMAUGA AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1846937,-86.7479638,2.0,1931.0,227.0,37,white,male,e143bf684a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-14,21:28:00,"ARLINGTON AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1389858,-86.7329923,5.0,8219.0,513.0,37,white,male,cc109f0f38,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2013-02-22,00:39:00,"NOLENSVILLE PIKE & RADNOR ST, NASHVILLE, TN, 37211",36.1052343,-86.742298,8.0,8517.0,831.0,25,white,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tint +2011-05-10,18:23:00,"411 DUE WEST AVE E, MADISON, TN, 37115",36.2453485,-86.7102745,7.0,1521.0,711.0,39,black,female,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-04,07:53:00,"JEFFERSON ST, , TN, 37208",36.1708909,-86.8009961,,,,35,black,female,3607f2fc8c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-26,03:48:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,27,black,male,622ce499b8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-12-05,23:30:00,"CHARLOTTE PIKE & I 40 E, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,5009.0,123.0,39,white,male,401baa3680,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2010-09-21,12:03:00,"CASTLEGATE DR & HOLDER DR, NASHVILLE, TN, 37217",36.0842303,-86.6126968,5.0,8929.0,535.0,27,black,male,148e3c6510,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-27,09:22:00,"1608 COCKRILL ST, NASHVILLE, TN, 37208",36.174904,-86.8063688,6.0,4471.0,613.0,45,black,female,1163ce2341,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-20,20:28:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,30,white,male,e363ec0685,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NY, +2017-08-19,08:17:00,"MM 11 6 BRILEY N, NASHVILLE, TN, 37214",,,5.0,92940.0,515.0,48,black,female,8b5a2a4f1d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-11,09:34:00,"17TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1588072,-86.7981594,8.0,5505.0,813.0,37,white,female,3800f77872,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-17,00:31:00,"FOSTER AVE & LYLE LN, NASHVILLE, TN, 37210",36.1284764,-86.742007,3.0,8115.0,311.0,20,white,male,82d9172387,vehicular,moving traffic violation,False,True,True,citation,False,False,False,True,True,True,False,other,moving traffic violation,AL, +2012-08-08,21:15:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,35,black,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-13,09:29:00,"70 S & 40 E, NASHVILLE, TN, 37221",36.0803555,-86.9552191,1.0,4804.0,125.0,40,hispanic,female,1f5576d831,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2011-05-09,23:16:00,"DOUGLAS AVE & N 5TH ST, NASHVILLE, TN, 37207",36.1939827,-86.7618221,2.0,1907.0,221.0,28,white,male,5a5276c918,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-12,17:38:00,"12TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1555562,-86.7867931,4.0,4081.0,423.0,41,white,male,c34de323ba,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-30,23:02:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,4698.0,115.0,42,black,male,0bfa5a7f73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-02,00:11:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1301.0,215.0,23,black,female,e1ce812867,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-11,09:24:00,"UNION HILL RD & GERALD DR, , TN, 37189",36.3237334,-86.8600995,,,,27,white,male,1ba5fb1cc6,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,SEATBELT +2015-03-11,22:07:00,"S 10TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1713641,-86.7523097,2.0,1125.0,213.0,32,white,male,8d7b449e86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-19,21:40:00,"GALLATIN PIKE & WINDING WAY, NASHVILLE, TN, 37216",,,2.0,1501.0,217.0,25,black,male,b2cf3c24b7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-02,17:53:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,30,white,female,fa6268bac5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-11,20:08:00,"GALLATIN PIKE & LITTON AVE, NASHVILLE, TN, 37216",36.2024299,-86.7391182,2.0,1403.0,217.0,23,black,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-05-28,11:14:00,"11TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4205.0,411.0,56,white,female,273c27bb0c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-21,23:53:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,34,white,male,ac1590911b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-27,04:35:00,"26TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.154515,-86.8155091,6.0,5315.0,615.0,50,black,male,415f3bb5ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-05,01:43:00,"1702 WEST END AVE, NASHVILLE, TN, 37203",36.1540156,-86.7951661,8.0,5521.0,811.0,22,white,male,2f9e52f7c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-19,05:28:00,"MM 1 0 I440 E, NASHVILLE, TN, 37205",,,1.0,5240.0,113.0,43,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,FL, +2015-04-25,01:15:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,35,white,male,7394445486,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-13,11:22:00,"1811 N GALLATIN PIKE, MADISON, TN, 37115",36.2974175,-86.6977222,7.0,1731.0,727.0,27,white,female,80145687bd,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-03-01,19:13:00,"1013 GALLATIN AVE, NASHVILLE, TN, 37206",36.189024,-86.745681,2.0,1319.0,215.0,67,white,female,3b079b5949,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-15,10:05:00,"DOBBS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1100848,-86.7359135,3.0,8403.0,313.0,30,white,male,e56bc560e3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN A -- MPH +2015-05-29,19:25:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6913.0,823.0,29,white,female,deef84d2c2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,SC,TAG +2015-10-09,08:24:00,"510 OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.0997819,-86.9215048,,,,29,white,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-02,11:03:00,"BLACKMAN RD & TROUSDALE DR, NASHVILLE, TN, 37211",36.0747711,-86.7592074,8.0,8603.0,831.0,42,white,female,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-29,08:15:00,"GLENROSE AVE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1258547,-86.7525692,8.0,8057.0,821.0,44,white,male,95f3b9204e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-18,13:30:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,56,white,male,d195198c56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-10,19:07:00,"CEDAR HILL RD & PACKARD DR, NASHVILLE, TN, 37211",36.0633353,-86.7029638,,8711.0,,34,black,male,fc8eeff4da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MN, +2010-12-04,00:41:00,"EDMONDSON PIKE & HUNTINGTON PKWY, NASHVILLE, TN, 37211",36.0522624,-86.7431101,8.0,8653.0,835.0,22,white,female,ca70dcb8f6,vehicular,vehicle equipment violation,True,True,False,arrest,False,False,False,True,True,True,False,other,vehicle equipment violation,TN, +2013-02-01,12:44:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,,8951.0,,22,black,male,5a96851d64,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-10-17,16:14:00,"WILLIAMS AVE & WILLIAMS VALLEY DR, MADISON, TN, 37115",36.2679233,-86.7186123,7.0,1743.0,723.0,42,white,male,cccd043657,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2017-10-11,03:25:00,"GALLATIN PIKE N & MYATT DR, MADISON, TN, 37115",36.2969124,-86.6990955,7.0,1753.0,727.0,61,white,female,c2231e79ed,vehicular,registration,True,False,True,arrest,False,False,False,False,True,True,True,consent,registration,TN, +2016-11-10,13:23:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,37,white,male,cc109f0f38,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-05,01:10:00,", , ,",,,,,,20,white,female,e4f4f4fc42,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2013-01-13,10:31:00,"CREEKWAY CT & TIMOTHY DR, NASHVILLE, TN, 37218",36.2136643,-86.8446187,6.0,3179.0,625.0,21,black,male,1ba5fb1cc6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2014-10-01,15:14:00,"512 TULIP GROVE RD, HERMITAGE, TN, 37076",36.213018,-86.589284,5.0,9537.0,523.0,72,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-10,21:24:00,"BROADMOOR DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,21,black,female,e552872ac6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-22,20:22:00,"ELLIOTT AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1345309,-86.7822871,8.0,6915.0,823.0,24,white,male,080ab8807b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TX, +2012-07-23,15:26:00,"CHARLOTTE PIKE & CABOT DR, , TN, 37205",36.129977,-86.9008535,,,,44,black,male,25b26f360e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-26,08:38:00,"4770 LEBANON PIKE, HERMITAGE, TN, 37076",36.2156293,-86.5905453,5.0,9525.0,523.0,31,white,female,963f2c3d0d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-24,04:03:00,"I 24 E & SHELBY AVE, , TN, 37206",36.1673362,-86.7648518,,,,22,black,male,82f2e31c2b,vehicular,moving traffic violation,False,True,True,citation,False,False,False,True,True,True,True,plain view,moving traffic violation,TN,suspended dl +2010-02-09,12:36:00,"604 26TH AVE, NASHVILLE, TN, 37209",36.1576343,-86.8155554,6.0,5345.0,615.0,52,black,female,e0fcf690b4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-06,20:50:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,29,white,female,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-18,21:20:00,"ELMINGTON AVE & WEST END AVE, NASHVILLE, TN, 37205",36.1353086,-86.8235387,1.0,6005.0,113.0,25,white,female,9744cdaa29,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,NC,BRAKE LIGHT OUT +2011-11-30,15:34:00,"2ND AVE S & I 40 E, NASHVILLE, TN, 37210",36.1525133,-86.7657744,5.0,8202.0,511.0,62,black,female,6949a466d7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-31,13:14:00,"EAGAN CIR & HWY 45, MADISON, TN, 37115",36.2622,-86.6791498,7.0,1635.0,713.0,67,white,male,82e20fdb7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-27,11:12:00,"W TRINITY LN & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3037.0,623.0,24,black,male,c2a7a8ec4e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-12-01,12:14:00,"I 40 W & 2ND AVE S, NASHVILLE, TN, 37210",36.1525133,-86.7657744,4.0,4008.0,425.0,38,white,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-12,00:04:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,26,black,male,82f2e31c2b,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2014-06-25,00:23:00,"12TH AVE S & ARGYLE AVE, NASHVILLE, TN, 37203",36.1377702,-86.7880882,8.0,6911.0,821.0,34,black,female,43a72bc466,vehicular,safety violation,True,False,True,arrest,,,,False,False,False,False,,safety violation,TN, +2017-12-07,05:35:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5103.0,113.0,43,white,male,db6c29e919,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-10-23,13:43:00,"6921 HWY 100, NASHVILLE, TN, 37221",36.06483,-86.88565,1.0,6211.0,117.0,23,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KS, +2012-05-15,22:50:00,"CANNON ST & LEWIS ST, NASHVILLE, TN, 37210",36.1506331,-86.7581139,5.0,8207.0,511.0,23,black,female,d035c615e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-28,01:05:00,"BRILEY PKWY N & I 24 W, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,88122.0,315.0,33,white,male,91c2b57241,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,True,True,True,True,other,moving traffic violation,TN, +2011-04-26,07:36:00,"ARTHUR AVE & CHEATHAM PL, NASHVILLE, TN, 37208",36.1753233,-86.7982549,6.0,4327.0,617.0,23,black,female,8f1069f970,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"LIGHTS +" +2013-11-08,19:11:00,"DR D B TODD JR BLVD & SEIFRIED ST, NASHVILLE, TN, 37208",36.1820915,-86.8120108,6.0,4415.0,611.0,53,black,female,084c20944a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,WHITE LIGHT TO REAR +2015-03-31,14:39:00,"4TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1571758,-86.7746549,4.0,4053.0,425.0,59,white,female,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-08-21,09:58:00,"MUSIC SQ E & ROY ACUFF PL, NASHVILLE, TN, 37203",36.1500221,-86.7919268,8.0,6719.0,811.0,36,white,male,1b56d08e5c,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2012-01-04,04:48:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,43,black,female,7975bcaa77,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-23,11:45:00,"CLEARLAKE DR W & PRIEST LAKE DR, , TN, 37217",36.0981711,-86.6080088,5.0,8931.0,535.0,42,white,female,460749f895,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-04,13:45:00,"S 11TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1741367,-86.7503438,2.0,1207.0,213.0,30,white,male,7781f06136,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-09,18:53:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5035.0,115.0,53,black,female,81fac77d3f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-04-16,15:48:00,"FARRELL PKWY & LAMBERT DR, NASHVILLE, TN, 37220",36.074677,-86.7691846,8.0,7101.0,833.0,57,white,female,fd4fabd731,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-03,22:03:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,40,black,female,3ee2a2a059,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-01,19:08:00,"MAIN ST & N 8TH ST, NASHVILLE, TN, 37206",36.1753464,-86.7588221,2.0,1119.0,211.0,31,black,male,b9f9980a8a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-03-17,22:18:00,"NOLENSVILLE PIKE & TAYLOR RD, NASHVILLE, , 37211",36.0696581,-86.7210586,,,,27,other,female,ca70dcb8f6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-06,18:25:00,"860 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1352966,-86.7215296,5.0,8815.0,531.0,26,black,male,0e0fefbbe3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-27,23:16:00,"6811 HWY 70 S, NASHVILLE, TN, 37221",36.0798483,-86.902799,1.0,4901.0,121.0,27,white,male,37171e6b00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-29,19:35:00,"N DUPONT AVE & SEALEY DR, MADISON, TN, 37115",36.2677784,-86.7020483,7.0,1703.0,715.0,18,white,male,9a70a45e75,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-24,20:54:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,,4701.0,,35,black,female,7d890c769b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-08,00:28:00,"GALLATIN PIKE & MCCHESNEY AVE, NASHVILLE, TN, 37216",36.213298,-86.7313668,2.0,1817.0,225.0,54,black,male,8d7b449e86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-20,17:03:00,"CLOVERLAND DR & COPPERFIELD CT, BRENTWOOD, TN, 37027",36.0311109,-86.751429,8.0,8623.0,833.0,24,white,male,871986f056,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-15,21:39:00,"DR D B TODD JR BLVD & WHELESS ST, NASHVILLE, TN, 37208",36.1759251,-86.8093164,6.0,4469.0,613.0,45,black,male,3fbcafb77d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-30,17:10:00,"CLIFTON AVE & INDIANA AVE, NASHVILLE, TN, 37209",36.157904,-86.8295097,6.0,4551.0,613.0,31,black,male,0535f8bb5a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-11-19,09:20:00,"5431 EDMONDSON PIKE, NASHVILLE, TN, 37220",36.0461834,-86.744401,8.0,8615.0,833.0,37,white,female,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-21,03:15:00,"N 7TH ST & MAIN ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,26,white,female,529fc1bfb1,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-21,10:14:00,"MM 80 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7016.0,823.0,25,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-19,18:43:00,"ED TEMPLE BLVD & HEIMAN ST, , TN, 37209",36.1696565,-86.8213153,,,,27,black,female,6a6e0f08cf,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-22,21:05:00,"215 PEACHTREE ST, NASHVILLE, TN, 37210",36.1196728,-86.7436949,3.0,8347.0,313.0,25,white,male,efb8ee486f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-03,18:18:00,"S 8TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1699272,-86.7561779,2.0,1023.0,211.0,25,black,male,a48b378e7c,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN,PARKED ON SIDEWALK +2011-09-04,00:40:00,"5000 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1951724,-86.6182613,5.0,9507.0,521.0,32,white,female,e25971e53e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-14,13:26:00,"DOUGLAS AVE & JOSEPH AVE, NASHVILLE, TN, 37207",36.1942632,-86.7709289,2.0,1911.0,221.0,47,black,male,ea3413a239,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-10-11,07:40:00,"HARDING PIKE & WOODMONT BLVD, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,6101.0,117.0,31,black,female,65e8b864be,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,expired tags +2011-01-20,15:24:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2133.0,725.0,63,white,female,37dd19df63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-05,11:28:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,52,white,male,7c3f2db9ae,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2015-11-23,02:14:00,"KOREAN VETERANS BLVD & S 1ST ST, NASHVILLE, TN, 37213",36.1583691,-86.7719178,4.0,1001.0,413.0,57,white,male,87bd93c328,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-28,10:40:00,"S HAMILTON RD & ESTHER AVE, NASHVILLE, TN, 37218",36.1908949,-86.8337597,6.0,3157.0,625.0,55,white,male,c76c330626,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-07,19:40:00,"HICKS RD & HWY 100, NASHVILLE, TN, 37221",36.0858871,-86.9356052,1.0,4807.0,125.0,28,hispanic,male,e8583fbb05,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TX, +2012-03-18,11:00:00,"1122 LEBANON PIKE, NASHVILLE, TN, 37210",36.155521,-86.735902,5.0,9035.0,513.0,28,black,female,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2013-03-01,08:39:00,"BROADMOOR DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,59,black,female,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-04,16:45:00,"I 65 S & I 440 E, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,7014.0,823.0,27,white,male,1fdfb2a60c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-13,16:52:00,"745 ROWAN DR, NASHVILLE, TN, 37207",36.2193069,-86.8163333,6.0,3043.0,623.0,30,white,female,55fba78524,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,IMPROPER DISPLAY OF PLATE +2015-02-27,01:56:00,"I 65 S & ARMORY DR, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,7002.0,825.0,47,white,female,e60adece97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-26,15:43:00,"24TH AVE S & CHILDRENS WAY, , TN, 37212",36.1390631,-86.8050712,8.0,5809.0,815.0,86,white,female,3ca1ad326a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,tags expired +2012-05-11,03:38:00,"14TH AVE N & COCKRILL ST, NASHVILLE, TN, 37208",36.1758465,-86.8043153,6.0,4471.0,613.0,30,white,male,53db68761e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-04,02:30:00,"HART ST & LEWIS ST, NASHVILLE, TN, 37210",36.1422104,-86.7589814,3.0,8135.0,311.0,30,white,male,cc23b83d61,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-10,00:58:00,"15TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.155448,-86.7901722,8.0,5701.0,811.0,45,white,male,17e2b951bd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-06,18:40:00,"BLACKMAN RD & EDMONDSON PIKE, NASHVILLE, TN, 37211",36.072144,-86.7328937,8.0,8659.0,835.0,44,hispanic,male,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-22,15:29:00,"GALLATIN PIKE & MCALPINE AVE, NASHVILLE, TN, 37216",36.2211023,-86.7266152,2.0,1815.0,225.0,31,white,male,b0595584e6,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER'S SIDE BRAKE LIGHT OUT. +2012-11-07,20:15:00,"47TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521442,-86.8434584,1.0,5129.0,113.0,21,black,female,e077a1b1fb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-20,19:32:00,"W TRINITY LN & FREE SILVER RD, NASHVILLE, TN, 37207",36.2070569,-86.7959997,,3037.0,,64,black,female,fde6504fcf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LEFT SIDE HEAD LIGHT OUT +2012-10-09,15:35:00,"HARDING & WAUFORD, , TN,",36.0809436,-86.7515964,,,,17,white,male,350bac3344,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-04,20:24:00,"8TH AVE S & FOGG ST, NASHVILLE, TN, 37203",36.1508215,-86.7792126,4.0,4021.0,423.0,50,black,female,7f2ba40c1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-28,00:51:00,"COTTON LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0702838,-86.7220847,8.0,8661.0,831.0,54,hispanic,male,4d037c592b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-24,14:45:00,"OLD HICKORY BLVD & SHUTE LN, OLD HICKORY, TN, 37138",36.2322899,-86.6246938,5.0,9605.0,525.0,17,hispanic,male,4d037c592b,vehicular,vehicle equipment violation,True,True,False,arrest,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2011-11-16,10:45:00,"BROADMOOR DR & ELLINGTON PKWY, NASHVILLE, TN, 37216",36.2302842,-86.7457768,2.0,1890.0,225.0,37,white,male,cba60069c9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-13,01:38:00,"8TH AVE & SOUTH ST, NASHVILLE, TN, 37203",36.1350988,-86.7790021,8.0,6803.0,821.0,35,white,male,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-24,20:43:00,"I 40 W & HWY 70 S, NASHVILLE, TN, 37221",36.0818334,-86.956849,1.0,4713.0,125.0,19,black,male,1fdfb2a60c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-30,21:43:00,"MONROE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1752889,-86.7926119,6.0,4323.0,617.0,52,black,male,7c6f123f51,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2013-06-23,01:19:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8871.0,325.0,23,white,male,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2014-08-03,15:17:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9535.0,523.0,28,black,male,e9f93b1392,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-15,12:00:00,"216 BROADMOOR DR, NASHVILLE, TN, 37207",36.2294579,-86.7549468,2.0,1845.0,225.0,19,black,male,c1a1b04631,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-14,14:00:00,"3112 3112B BRICKDALE LN, NASHVILLE, TN, 37207",36.23262,-86.77189,,,,37,white,female,849f93c918,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2011-05-23,23:49:00,"EZELL RD & WILLARD DR, NASHVILLE, , 37211",36.0708421,-86.6937188,,,,36,hispanic,female,37d1129bde,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-18,10:30:00,"7TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37203",36.1568502,-86.7734621,4.0,4043.0,425.0,44,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,NC, +2013-08-29,14:27:00,"120 THOMPSON LN, NASHVILLE, TN, 37210",36.1101449,-86.7365911,3.0,8333.0,313.0,32,white,female,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-03,20:33:00,"12TH AVE S & ARCHER ST, NASHVILLE, TN, 37203",36.1453668,-86.7862644,8.0,6807.0,821.0,39,white,male,98912cd716,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-15,10:08:00,"OLD HICKORY BLVD & SEVEN SPRINGS WAY, BRENTWOOD, TN, 37027",36.0403015,-86.7683485,8.0,8619.0,833.0,26,white,male,e49beb41de,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2015-09-09,10:27:00,"MM 80 4 I65 S, NASHVILLE, TN, 37204",,,8.0,69020.0,823.0,53,white,female,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-09,05:40:00,"I 40 E / SPENCE LN, , TN, 37210",36.160457,-86.7214339,,,,24,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-01,05:48:00,"DELMAS AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.1996166,-86.7406275,2.0,1851.0,227.0,53,white,male,904b0df08c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-21,16:52:00,"11TH AVE N & ARTHUR AVE, NASHVILLE, TN, 37208",36.1796029,-86.804123,6.0,4451.0,613.0,42,black,female,6a6e0f08cf,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-10-15,10:13:00,"1084 TULIP GROVE RD, HERMITAGE, TN, 37076",36.1831162,-86.5952003,5.0,9559.0,523.0,29,white,male,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-29,21:33:00,"DR D B TODD JR BLVD & WHELESS ST, NASHVILLE, TN, 37208",36.1759251,-86.8093164,6.0,4469.0,613.0,24,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-10,00:06:00,"3868 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2679811,-86.7567805,7.0,2043.0,725.0,22,black,female,9c3d5bbe14,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-05,21:38:00,"LARGO DR & WALLACE RD, NASHVILLE, TN, 37211",36.084575,-86.7020258,3.0,8705.0,321.0,23,white,female,1d17ac8627,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-18,15:09:00,"I 40 W & DONELSON PIKE, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,9102.0,517.0,64,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-01,08:41:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9117.0,517.0,23,white,female,7770082848,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED VEHICLE REGISTRATION +2012-09-21,23:52:00,"WEST END AVE & ACKLEN PARK DR, , TN, 37212",36.1408635,-86.8174022,,,,39,white,male,6f0e6c9ea2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-17,08:06:00,"2925 BABY RUTH LN, ANTIOCH, TN, 37013",36.0453384,-86.6414241,3.0,8865.0,333.0,35,white,male,f6a9921e6e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-05,21:39:00,"DICKERSON PIKE & GRIZZARD AVE, NASHVILLE, TN, 37207",36.2082242,-86.7674027,2.0,1833.0,223.0,34,white,male,a7e4b373f1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-13,19:16:00,"HWY 100 , WEST, TN, 37221",35.632829,-88.0495362,,,,42,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-11,16:13:00,"CHURCH ST & YMCA WAY, , TN, 37203",36.1611616,-86.7848448,4.0,4121.0,411.0,46,black,female,7c6f123f51,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-04,00:11:00,"HARDING PIKE & PAGE RD, NASHVILLE, TN, 37205",36.1003567,-86.8710598,1.0,4915.0,121.0,28,white,male,401baa3680,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-09,23:37:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,30,white,male,62d6156052,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,NO TAILLIGHTS DURING NIGHT TIME HOURS. +2013-03-07,13:46:00,"3RD AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1777961,-86.7864755,6.0,4317.0,617.0,40,white,female,b9fb8b268e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-28,11:04:00,"15512 OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.040267,-86.7383383,8.0,8653.0,835.0,18,white,female,df69290668,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-27,08:00:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,34,black,female,b908cb6e33,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-06-30,08:57:00,"HUME ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1788823,-86.7951018,6.0,4333.0,617.0,52,black,male,ec95a9403e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-09,09:02:00,"1410 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2051492,-86.778437,6.0,3007.0,621.0,37,black,male,755936aeb6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-28,16:32:00,"MCARTHUR DR & ROOSEVELT AVE, MADISON, TN, 37115",36.2694446,-86.6909804,7.0,1727.0,715.0,57,black,male,350bac3344,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-10-23,20:46:00,"5TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4067.0,421.0,32,white,female,dc95719a9d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-20,07:24:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,24,white,female,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MD, +2011-03-23,17:05:00,"FRANCES ST & WHITES CREEK PIKE, , , 37207",36.2138416,-86.7999825,6.0,3033.0,623.0,20,black,male,2022e55034,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-03,21:05:00,"TERRY LN & TYLER DR, HERMITAGE, TN, 37076",36.1997651,-86.6141459,,9533.0,,21,hispanic,male,1804300122,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-16,11:24:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9223.0,515.0,23,unknown,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"move over +" +2017-10-26,12:48:00,"13TH ST & HADLEY AVE, OLD HICKORY, TN, 37138",36.2574852,-86.6478175,5.0,9709.0,525.0,28,black,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-19,16:53:00,"1500 LEBANON PIKE, NASHVILLE, TN, 37210",36.1542109,-86.721145,5.0,9019.0,513.0,21,white,male,af2e0d95c8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING -- IN -- NO DL FOR VEHICLE +2010-02-14,18:21:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,5.0,8209.0,511.0,22,white,female,cda987c674,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-30,19:57:00,"51ST AVE N & ILLINOIS AVE, NASHVILLE, TN, 37209",36.1576329,-86.8488703,1.0,4629.0,111.0,24,white,female,e60adece97,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-13,22:18:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,19,black,female,0535f8bb5a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2012-10-25,14:32:00,"DOUGLAS AVE & ELLINGTON PKWY N, , TN, 37207",36.1944088,-86.7529851,,,,25,black,female,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-11,01:51:00,"4TH AVE S & DEMONBREUN ST, , TN, 37201",36.1590255,-86.7758498,,,,36,white,male,549374aca7,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN,DRIVER SIDE BRAKE LIGHT. SUSPENDED DL. MSD CITE. +2017-07-21,10:03:00,"HOBSON PIKE & PIN HOOK RD, ANTIOCH, TN, 37013",36.0493105,-86.5999963,3.0,8927.0,335.0,21,white,female,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-05,03:21:00,"2562 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0760173,-86.6393555,5.0,8939.0,535.0,25,white,male,bb08d79064,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-04,23:39:00,"HICKORY PLZ & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0452702,-86.7170662,8.0,8655.0,835.0,43,hispanic,male,b07a7bfe58,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-07-22,12:24:00,"ALLIED DR & VULCAN DR, NASHVILLE, , 37211",36.0963397,-86.7463094,,,,24,black,male,095779cb19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-21,15:06:00,"121 HICKORY TRACE DR, NASHVILLE, TN, 37211",36.0470195,-86.7180336,8.0,8655.0,835.0,84,white,female,cf5265e2f4,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-10-24,08:40:00,"GREAT CIRCLE RD & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1937429,-86.8070645,6.0,4443.0,611.0,60,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-12,19:32:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,21,white,female,471811543e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-10,05:51:00,"MM 1 0 I440 E, NASHVILLE, TN, 37205",,,1.0,5240.0,113.0,24,black,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-27,10:33:00,"10TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1578778,-86.7844365,4.0,4115.0,421.0,31,black,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,temp serial B------ +2010-10-29,16:19:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1953.0,221.0,24,black,male,00443cb79c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-13,19:57:00,"61ST AVE N & MORROW RD, NASHVILLE, TN, 37209",36.1632852,-86.862749,1.0,4615.0,115.0,24,white,female,81fac77d3f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-23,19:15:00,"2444 MORRIS GENTRY BLVD, ANTIOCH, TN, 37013",36.066623,-86.633866,3.0,8865.0,333.0,49,black,female,14b56e9185,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-02,21:33:00,"DICKERSON PIKE & MARIE ST, NASHVILLE, TN, 37207",36.1972659,-86.7714142,2.0,1863.0,223.0,43,hispanic,male,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,R HL +2011-12-25,22:15:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,5.0,8823.0,531.0,27,white,female,0bfa5a7f73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-14,18:03:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5023.0,123.0,45,white,female,25b26f360e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-17,23:19:00,"GALLATIN PIKE S & LAKEWOOD DR, MADISON, TN, 37115",36.2445241,-86.7224686,7.0,1505.0,711.0,22,black,male,4ff9d8c9ea,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2013-06-24,08:25:00,"CHAMBERLIN ST & ELKINS AVE, NASHVILLE, TN, 37209",36.1505381,-86.8294218,1.0,5231.0,113.0,45,white,female,4716b7aab8,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2015-06-09,14:00:00,"63RD AVE N & LOUISIANA AVE, NASHVILLE, , 37209",36.1658418,-86.8650646,,,,50,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-06,02:42:00,"4121 HILLSBORO CIR, NASHVILLE, TN, 37215",36.1020499,-86.8194923,1.0,6113.0,117.0,18,white,male,b7cfbf3fb5,vehicular,safety violation,True,False,False,arrest,False,False,False,True,True,True,False,other,safety violation,SC,"TRAFFIC STOP IN REFERENCE TO HIS RIGHT HEAD LIGHT OUT. HOWEVER, UPON RUNNING THE PASSENGERS' IDENTIFICATION, TWO OUTSTANDING WARRANTS SHOWED UP AND WAS CONFIRMED BY WARRANTS SECTION. THE PASSENGER WAS TAKEN INTO CUSTODY, BOOKED AND RELEASED TO CJC." +2010-10-19,12:22:00,"LEBANON PIKE, HERMITAGE, TN, 37214",36.1691805,-86.6692069,,,,25,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2015-11-12,14:12:00,"994 DAVIDSON DR, NASHVILLE, TN, 37209",36.1287061,-86.9027432,1.0,4701.0,123.0,28,white,male,7dcd081b3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-28,22:26:00,"OLD HICKORY BLVD, WEST, TN, 37209",36.1048295,-86.9220764,,,,23,black,male,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-25,22:44:00,"5000 OLD HICKORY BLVD, NASHVILLE, TN, 37218",36.2065958,-86.9240957,6.0,3235.0,625.0,35,white,male,9dc8c71b5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-15,18:10:00,"DELMAS AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.1996166,-86.7406275,2.0,1851.0,227.0,41,black,female,3b079b5949,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-24,22:12:00,", , ,",,,,,,26,white,male,3c6408aabf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-14,20:43:00,"CENTRAL PIKE & DODSON CHAPEL RD, HERMITAGE, TN, 37076",36.1747229,-86.6142617,5.0,9503.0,521.0,23,white,female,b1f2b1cf01,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-10-10,02:51:00,"CHARLOTTE PIKE & MIDLAND AVE, NASHVILLE, TN, 37209",36.1497766,-86.8594228,1.0,5033.0,115.0,21,white,male,4c7e26f974,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,HEADLIGHT OUT / NO TAG +2013-05-16,17:48:00,"73 CARROLL ST, NASHVILLE, TN, 37210",36.1532436,-86.7631925,5.0,8201.0,511.0,51,black,male,ce5bcb2c38,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-09-21,18:58:00,"4TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1571758,-86.7746549,4.0,4053.0,425.0,44,white,male,cbbb0304aa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-02-05,08:52:00,"12TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.161584,-86.7917615,4.0,4151.0,411.0,47,black,male,a341fcca8c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-01,07:55:00,"MM 15 BRILEY E, NASHVILLE, TN, 37216",,,2.0,1841.0,225.0,25,white,male,b5ca91d71f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-02,17:15:00,"GALLATIN AVE & STRAIGHTWAY AVE, NASHVILLE, TN, 37206",36.1936449,-86.7438519,2.0,1895.0,227.0,46,black,female,46db754e20,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-17,00:12:00,"S 6TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1725786,-86.7627885,2.0,1113.0,211.0,22,black,female,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-09,20:15:00,"860 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1352966,-86.7215296,5.0,8815.0,531.0,48,black,male,221577cda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,,"warning +" +2013-05-07,21:33:00,"MAIN ST & S 10TH ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,2.0,1939.0,227.0,39,white,female,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-03-10,23:57:00,"CEDAR CIR & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2143886,-86.8380868,6.0,3141.0,623.0,60,black,female,5ae31d9ff9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-15,19:50:00,"ABERDEEN RD & CHEROKEE RD, NASHVILLE, TN, 37205",36.1361141,-86.841587,1.0,5111.0,113.0,25,white,male,ef32736df1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-28,23:52:00,"BELLE FOREST CIR & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0767667,-86.9204881,1.0,4815.0,125.0,22,unknown,male,099af2ccd1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2019-03-18,14:10:00,"440 E & WEST END AVE, NASHVILLE, TN, 37205",36.1347401,-86.820365,1.0,5242.0,113.0,53,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-06,19:01:00,"2ND AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,3.0,8153.0,311.0,44,black,male,6a975d842f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-16,04:40:00,"2ND AVE S & CRENSHAW ST, NASHVILLE, TN, 37210",36.1490412,-86.7668448,3.0,8151.0,311.0,54,black,male,cf98c01df4,vehicular,moving traffic violation,True,True,False,arrest,True,False,False,False,True,True,True,other,moving traffic violation,TN,"driver arrested for dui...given to dui car....passenger cited for drug para +" +2016-07-29,11:09:00,", , ,",,,,,,27,white,female,d506cb99f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-22,20:58:00,"921 JEFFERSON ST, NASHVILLE, TN, 37208",36.1725342,-86.7934518,6.0,4239.0,617.0,61,black,female,d60f692cd0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-04-15,10:38:00,"3975 KEELEY DR, ANTIOCH, TN, 37013",36.061041,-86.697148,3.0,8713.0,321.0,53,white,female,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-14,00:07:00,", , ,",,,,,,65,black,male,c2bf3534fe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2017-10-03,00:26:00,"47TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1532508,-86.8435182,1.0,5127.0,111.0,60,black,male,f6d5bc2b48,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-04,22:45:00,", , ,",,,,,,36,white,female,664201d134,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN, +2012-02-23,15:59:00,"ANNEX AVE & GALAXIE DR, NASHVILLE, TN, 37209",36.1476253,-86.8874363,1.0,4675.0,123.0,34,black,female,25b26f360e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-10,06:42:00,"65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,24,white,male,1b56d08e5c,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2017-02-21,07:59:00,"145 HAYNES PARK DR, NASHVILLE, TN, 37218",,,6.0,3141.0,623.0,31,black,male,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-18,17:58:00,"S HAMILTON RD & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1936554,-86.831192,6.0,3155.0,623.0,52,black,male,13c1091001,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2013-03-26,03:34:00,"BELL RD & BENZING RD, ANTIOCH, TN, 37013",36.045306,-86.7016897,3.0,8757.0,331.0,29,white,male,95d8d9862e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-15,09:12:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1750356,-86.7846846,4.0,4233.0,413.0,34,black,male,8f1069f970,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"-- IN -- +" +2010-06-10,08:38:00,"6620 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.138453,-86.882215,1.0,5009.0,123.0,35,black,female,d708855b86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TAG EXP ---- MS.VAUGHN PRINCPAL OF CHARLOOTTE PARK ELEMENTARY +" +2010-02-01,05:28:00,"BASS AVE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0710543,-86.7232545,3.0,8701.0,321.0,21,black,male,6df99debf2,vehicular,vehicle equipment violation,True,True,False,arrest,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2013-03-28,21:47:00,"DOUGLAS AVE & ELLINGTON PKWY S, NASHVILLE, TN, 37207",36.1944088,-86.7529851,2.0,18960.0,221.0,35,hispanic,male,0c3f7552a1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN -- MPH ZONE +2014-12-14,00:50:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,28,white,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-10,23:08:00,"GALLATIN PIKE S & E OLD HICKORY BLVD, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1701.0,715.0,21,white,male,645ffe0b76,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-24,13:35:00,"HILLSIDE AVE & RESERVOIR CT, NASHVILLE, TN, 37203",36.1397878,-86.7827156,8.0,6907.0,821.0,42,white,female,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-25,02:33:00,"HICKORY VILLA DR & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0457174,-86.7208102,8.0,8651.0,835.0,24,white,male,347d78b924,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-03-05,00:48:00,"CLEVELAND HALL BLVD & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2281326,-86.6250887,5.0,9605.0,525.0,21,white,female,adf5df7aac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-10,21:03:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5129.0,113.0,58,black,male,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-03-04,10:04:00,"I 65 S & I 440 ENTRY, NASHVILLE, TN, 37204",35.7275536,-86.9604933,8.0,6921.0,823.0,27,white,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,OH, +2012-01-09,16:47:00,"APACHE TRL & PACKARD DR, NASHVILLE, TN, 37211",36.0650445,-86.6857717,3.0,8709.0,321.0,22,white,male,ccda12115e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-09-15,15:15:00,"HILL RD, , TN, 37027",36.04823,-86.7604055,,,,36,white,female,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-08,08:48:00,"2501 MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2207564,-86.699647,5.0,9213.0,515.0,23,black,female,a597c4ac85,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2017-06-01,21:35:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4029.0,425.0,27,white,male,e34bde788d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-28,17:35:00,"11TH AVE S & PARIS AVE, , TN, 37204",36.1214978,-86.7883001,8.0,6953.0,823.0,22,white,female,8cbadbb4fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2011-01-20,05:17:00,"BURWOOD AVE & DELAWARE AVE, MADISON, , 37115",36.2640746,-86.7044433,7.0,1703.0,715.0,40,black,male,f44021bbca,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-16,10:35:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9561.0,521.0,74,white,male,37c354fca8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,TAG EXPIRED --/-- +2010-01-14,01:49:00,"DR D B TODD JR BLVD & JEFFERSON ST, NASHVILLE, TN, 37208",36.1694517,-86.8066186,6.0,5325.0,615.0,29,white,male,415f3bb5ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-31,02:34:00,"CHARLOTTE PIKE, , TN, 37205",36.1302698,-86.899755,,,,25,black,female,7c6f123f51,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-24,21:05:00,"I 40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,90062.0,513.0,36,white,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-07,13:22:00,"26TH AVE N & W HEIMAN ST, NASHVILLE, TN, 37208",36.1701134,-86.8171556,6.0,4523.0,613.0,40,white,female,95f3b9204e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-17,14:34:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, , 37206",36.1741944,-86.7519839,,,,27,other,male,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IL,"MOTOR +" +2012-09-25,23:48:00,"DONELSON PIKE & ROYAL PKWY, NASHVILLE, TN, 37214",36.1459289,-86.6665918,5.0,9411.0,517.0,52,white,male,a48b0fbf57,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-08,15:50:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,45,unknown,male,d098ec755c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-04-21,09:00:00,"BENZING RD & TUSCULUM RD, ANTIOCH, TN, 37013",36.0522438,-86.6826327,3.0,8719.0,331.0,30,hispanic,male,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-18,10:05:00,"MURFREESBORO PIKE & PINEWAY DR, NASHVILLE, TN, 37217",36.1151016,-86.694229,3.0,8835.0,315.0,56,white,male,bb31e185ba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-31,10:47:00,"LINCOYA CT & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1808618,-86.6779176,5.0,9305.0,515.0,56,white,female,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-23,09:21:00,"3441 LEBANON PIKE, HERMITAGE, TN, 37076",36.1893839,-86.625084,5.0,9531.0,521.0,44,black,male,b026378af6,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-10-24,23:23:00,"GALLATIN AVE & MCKENNIE AVE, NASHVILLE, TN, 37206",36.1919016,-86.7447974,2.0,1321.0,215.0,27,black,male,87c84d8f86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-12,18:02:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37207",36.176917,-86.7761407,4.0,1957.0,413.0,45,white,male,7e361b3cfb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-16,08:49:00,"CORBETT LN & WHITE BRIDGE PIKE, NASHVILLE, , 37209",36.1432807,-86.8577075,,,,21,black,female,6fa434e837,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-08-01,08:01:00,"CHASE VIEW RD & TEMPLE RD, NASHVILLE, TN, 37221",36.0405439,-86.9512837,1.0,4807.0,125.0,48,white,male,16f69cd6ef,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-16,21:32:00,"HILLSIDE AVE & WADE AVE, NASHVILLE, TN, 37203",36.13632,-86.7837156,8.0,6905.0,821.0,40,black,female,05758765d0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-09-02,07:19:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,24,white,female,a341fcca8c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-03,08:39:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,37,white,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-07,17:44:00,"JOY AVE & LISCHEY AVE, NASHVILLE, TN, 37207",36.2033075,-86.7615315,2.0,1857.0,221.0,55,black,male,6ba3cffa6c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG CITATION ISSUED +2011-10-03,13:58:00,"MCCAMPBELL AVE & SURREY RD, NASHVILLE, TN, 37214",36.1613963,-86.6590946,5.0,9419.0,517.0,50,black,female,5a270d4b1d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-11,02:12:00,"2123 ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0674455,-86.6824492,3.0,8857.0,325.0,26,other,male,9b2d08be70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-24,11:59:00,"7044 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1316175,-86.9077523,1.0,4703.0,123.0,24,white,female,96ed2ac24f,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,False,True,True,True,consent,vehicle equipment violation,, +2011-05-07,01:16:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,20,white,male,559632f4a3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-07,01:56:00,"LEBANON PIKE & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1683712,-86.6568967,5.0,9403.0,517.0,26,white,male,f91ae5b797,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-18,16:07:00,"ANDERSON LN & MYATT DR, MADISON, TN, 37115",36.2721213,-86.6895791,7.0,1715.0,715.0,33,hispanic,male,6216529cad,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-05,01:44:00,"7725 HWY 70 S, NASHVILLE, TN, 37221",36.0817465,-86.9582981,1.0,4711.0,123.0,30,white,male,1ad14463be,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2017-07-11,10:27:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,60,white,male,498350de5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-13,08:06:00,"ANTIOCH PIKE & CANDY LN, NASHVILLE, TN, 37211",36.0893516,-86.69375,3.0,8843.0,315.0,48,black,female,d0f8493a41,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SUBJECT SAID SHE WAS LATE FOR WORK +" +2018-06-20,06:15:00,"BRILEY PKWY E & ELLINGTON PKWY N, NASHVILLE, TN, 37216",36.2384244,-86.743932,2.0,1592.0,225.0,49,white,female,a66f62a8d9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-04,09:24:00,", , ,",,,,,,53,white,male,7dcd081b3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-26,15:11:00,"N 14TH ST & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1899256,-86.741824,2.0,1323.0,215.0,66,white,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-02-06,18:34:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,32,black,male,350bac3344,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-07,08:11:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,58,white,female,80ed1b32eb,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-04-02,17:07:00,"DICKERSON PIKE & DONALD ST, NASHVILLE, TN, 37207",36.2114944,-86.7652462,2.0,1829.0,223.0,44,black,male,9edafecd50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-18,19:00:00,"HARBORWOOD CIR & TIMBER VALLEY DR, NASHVILLE, , 37214",36.1333208,-86.6378258,,,,31,white,male,264cca6aa3,vehicular,moving traffic violation,True,False,False,arrest,True,True,False,False,True,True,True,probable cause,moving traffic violation,TN, +2014-12-22,21:29:00,"MCARTHUR DR & N DUPONT AVE, MADISON, , 37115",36.2666323,-86.6912613,,,,41,white,male,7f79da4426,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-17,03:18:00,"OLD HICKORY BLVD & PLANTATION DR, OLD HICKORY, TN, 37138",36.2006919,-86.621365,5.0,9739.0,523.0,21,white,female,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-03,23:26:00,"I 24 E & N 1ST ST, NASHVILLE, TN, 37207",36.1806391,-86.7747584,4.0,1955.0,413.0,32,black,male,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-12,05:24:00,"ROSA L PARKS BLVD & MAINSTREAM DR, , TN, 37208",36.1925005,-86.8157343,,,,26,black,male,7e361b3cfb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-26,23:33:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,34,black,male,faf7fd2318,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-18,10:10:00,"1241 FOSTER AVE, NASHVILLE, TN, 37210",36.1319535,-86.7421671,3.0,8113.0,311.0,52,white,male,4bf759b804,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2012-04-05,20:27:00,"1819 COUNTY HOSPITAL RD, NASHVILLE, TN, 37218",36.1922871,-86.8348168,6.0,3119.0,625.0,47,black,female,23dde6f49b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-17,20:51:00,"DICKERSON PIKE & OLD DUE WEST AVE, , TN, 37207",36.2496745,-86.7570974,,,,47,white,male,cccd043657,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-04,21:54:00,"17TH AVE N & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1613562,-86.7999212,6.0,5401.0,615.0,19,black,male,15a96472a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-16,19:10:00,"DR D B TODD JR BLVD & SAINT LOUIS, , TN, 37208",36.1810811,-86.8115265,6.0,4413.0,611.0,44,black,female,580ec58203,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-14,07:41:00,"3035 MURFREESBORO PIKE, , TN, 37013",36.0632083,-86.6267397,3.0,8927.0,335.0,35,black,,d195198c56,vehicular,parking violation,False,False,False,,,,,False,False,False,False,,parking violation,TN, +2013-11-19,18:59:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,5009.0,123.0,54,white,male,cab5aa68c0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,TAIL LIGHT OUT ON PASSENGERS SIDE OF VEHICLE +2015-02-24,21:51:00,"MYATT DR & SPRING BRANCH DR, MADISON, TN, 37115",36.2938275,-86.6964482,7.0,1731.0,727.0,51,white,male,887e82c03d,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2017-08-08,12:27:00,"HICKORY HIGHLANDS DR & RURAL HILL RD, ANTIOCH, TN, 37013",36.0617206,-86.6448951,3.0,8861.0,325.0,24,black,female,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-24,21:01:00,"1409 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1987134,-86.7704546,2.0,1865.0,223.0,52,black,male,8caa04ee8a,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2017-05-25,04:48:00,"MAIN ST & S 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,50,white,male,e5723525d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-20,12:44:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1771.0,711.0,48,white,male,cb57e4e65c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,no seatbelt +2011-03-10,04:06:00,"S GALLATIN PIKE & E PALESTINE AVE, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1507.0,711.0,79,white,male,78e0e321da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-16,10:05:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,4701.0,123.0,62,white,male,7dcd081b3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX,ILLEGAL LEFT TURN ONTO CHARLOTTE PKE FROM THE BOJANGLE'S PARKING LOT. NO LEFT TURN SIGNS POSTED +2012-06-19,15:30:00,"DR D B TODD JR BLVD & KNOWLES ST, NASHVILLE, TN, 37208",36.1723827,-86.8078425,6.0,4475.0,613.0,53,black,female,95f3b9204e,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,rolled stop sign. suspended DL +2012-09-25,06:50:00,"MM 78 0 I65 N, NASHVILLE, TN, 37204",,,8.0,8502.0,825.0,28,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-31,22:01:00,"12TH AVE N & JACKSON ST, NASHVILLE, TN, 37208",36.1690009,-86.7976311,6.0,5427.0,615.0,26,black,female,d773d5ccf6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-01,10:25:00,"1182 ANTIOCH PIKE, NASHVILLE, TN, 37211",36.0941362,-86.6990285,3.0,8843.0,315.0,57,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-06,18:16:00,"N GALLATIN PIKE & ODETTE ST, MADISON, TN, 37115",36.2806621,-86.7082776,,1759.0,,27,black,male,f2dffe612c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-27,15:24:00,"DEVON VALLEY DR & OLD HICKORY BLVD, , , 37221",36.0668375,-86.9168703,,,,17,white,male,7d890c769b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-06-14,10:35:00,"2ND AVE S & MIDDLETON ST, NASHVILLE, TN, 37210",36.1544712,-86.7703792,4.0,4033.0,425.0,27,black,male,6a51cd6f4f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-17,10:45:00,"DICKERSON PIKE & E TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,49,white,male,299da6fbbd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-13,08:39:00,"W EASTLAND AVE & LAURENT ST, NASHVILLE, TN, 37206",36.1841694,-86.7529762,2.0,1937.0,227.0,44,white,female,bbc5c37b21,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-09,20:14:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,3.0,8879.0,315.0,37,hispanic,male,75533b34e3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-30,23:49:00,"5TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1524501,-86.7731845,4.0,4027.0,425.0,37,black,male,dc95719a9d,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-22,11:54:00,"BELL FORGE PKWY & MOUNT VIEW RD, ANTIOCH, TN, 37013",36.0449984,-86.6456886,3.0,8863.0,333.0,35,white,female,0953960bcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-02,11:00:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5129.0,113.0,55,white,female,cc109f0f38,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-18,14:07:00,"3220 BELL RD, NASHVILLE, TN, 37214",36.1254314,-86.6308022,5.0,8945.0,533.0,30,white,female,963f2c3d0d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2011-02-18,23:54:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,5.0,8951.0,531.0,20,black,male,a1bdf5c653,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-12,02:56:00,"1410 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2051492,-86.778437,6.0,3007.0,621.0,20,white,female,390ca70299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2012-01-24,17:07:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,34,asian/pacific islander,male,37a4238cc6,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-22,23:36:00,"EASTLAND AVE & PORTER RD, NASHVILLE, TN, 37206",36.1824375,-86.7334486,2.0,1233.0,215.0,22,black,female,fa584a6825,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-05-27,20:57:00,"21ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5713.0,811.0,36,black,male,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-24,12:21:00,"I 65 S & BRILEY PKWY W, MADISON, TN, 37115",36.2398278,-86.7569058,7.0,20044.0,723.0,21,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-06,20:48:00,"331 N GALLATIN PIKE, MADISON, TN, 37115",36.264601,-86.71187,7.0,1763.0,723.0,37,black,female,b4e2bfe413,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-04,10:44:00,"ERIN LN & HWY 70 S, NASHVILLE, TN, 37221",36.0784068,-86.9089123,1.0,4901.0,121.0,23,white,female,eacb17fe91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-10,15:27:00,"3551 CENTRAL PIKE, HERMITAGE, TN, 37076",36.1855857,-86.6264483,5.0,9505.0,521.0,77,white,male,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-22,18:31:00,"17TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1588072,-86.7981594,8.0,5505.0,813.0,49,black,female,37a4238cc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-03,09:13:00,"SIDCO DR & THOMPSON LN, NASHVILLE, TN, 37204",36.111171,-86.7552417,8.0,8523.0,825.0,58,white,male,95687a3ffb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-21,09:57:00,"GALLATIN PIKE & HART LN, NASHVILLE, TN, 37216",36.2116099,-86.7325834,2.0,1817.0,225.0,36,white,male,a7e4b373f1,vehicular,investigative stop,False,True,False,citation,False,False,False,False,True,False,True,consent,investigative stop,TN, +2012-12-11,23:38:00,"7670 HWY 70 S, NASHVILLE, TN, 37221",36.080266,-86.953852,1.0,4813.0,125.0,23,black,female,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-02,04:44:00,"E OLD HICKORY BLVD & LARKIN SPRINGS RD, MADISON, TN, 37115",36.2626106,-86.6843675,7.0,1705.0,715.0,42,black,female,e8583fbb05,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-05,14:59:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,20,hispanic,male,871986f056,vehicular,seatbelt violation,False,True,False,citation,True,True,False,True,True,False,True,probable cause,seatbelt violation,TN, +2012-08-30,11:36:00,"8201 MCCRORY LN, NASHVILLE, TN, 37221",36.071406,-87.006724,1.0,4801.0,125.0,29,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-17,14:48:00,"TULIP GROVE RD & BROOKE CASTLE DR, , TN, 37138",36.2062708,-86.5898091,,,,26,white,female,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-20,10:37:00,"PEBBLE CREEK CIR & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0741471,-86.6632323,3.0,8897.0,323.0,28,hispanic,female,9d22f052df,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-18,10:20:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9125.0,517.0,30,white,female,f6e5e4b4bc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-12,16:49:00,"DONELSON PIKE & KNAPP BLVD, NASHVILLE, TN, 37217",36.1097216,-86.6714682,5.0,8949.0,533.0,29,black,female,6d13b2ff93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-12,23:42:00,"MURFREESBORO PIKE, , TN, 37217",36.1091224,-86.6801508,,,,32,black,female,384070792b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-06,21:14:00,"1907 DIVISION ST, NASHVILLE, TN, 37212",36.149831,-86.7963589,8.0,6711.0,811.0,29,white,male,e98216ab9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-17,04:56:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4121.0,411.0,25,white,female,d417ae0732,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-18,21:47:00,"BRICK CHURCH PIKE & EWING LN, NASHVILLE, TN, 37207",36.2326769,-86.7814549,7.0,2003.0,721.0,45,black,female,2e4c69d266,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-08,20:05:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,29,black,male,350bac3344,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-20,08:54:00,"328 JACKSONIAN DR, HERMITAGE, TN, 37076",36.1933599,-86.6251955,5.0,9601.0,521.0,30,white,female,93ef5d6182,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-04-06,13:47:00,"CITATION DR & DONELSON PIKE, NASHVILLE, TN, 37217",36.1014337,-86.6753,3.0,8841.0,323.0,36,black,male,01aa59bb70,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-16,11:01:00,"GREYMONT DR & WOODMERE DR, NASHVILLE, TN, 37217",36.119231,-86.7109249,3.0,8879.0,315.0,62,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-09,23:42:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,26,white,female,22664863cc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"----- +" +2018-05-01,13:26:00,"HIGHLAND VIEW DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.2078663,-86.6115715,5.0,9535.0,523.0,43,white,female,215f111799,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-22,21:36:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,71,white,male,580ec58203,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,ONE HEADLIGHT OUT +2012-08-07,13:11:00,"GALLATIN PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1417.0,217.0,39,white,male,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-04-15,18:02:00,"1609 BELL RD, ANTIOCH, TN, 37013",36.0457586,-86.6991783,3.0,8719.0,331.0,23,white,male,c5e9138c19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-06,20:55:00,"6TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1598483,-86.7798799,4.0,4087.0,421.0,38,white,male,3b8237be67,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-25,11:35:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43024.0,617.0,42,white,male,6f0151b767,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-28,01:13:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1043.0,211.0,26,black,male,e0fcf690b4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-03-23,15:35:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1817.0,225.0,24,white,male,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-05-05,23:13:00,"37TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527207,-86.8281842,1.0,5229.0,113.0,18,white,female,caa3563d90,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,warning for license plate light +2015-11-20,08:13:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9535.0,523.0,17,white,female,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-05,22:58:00,"S GALLATIN PIKE & HARRIS ST, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1605.0,713.0,62,white,female,4f1d028e45,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-09,16:49:00,"CROLEY DR & CROLEY DR, , TN, 37209",36.1556092,-86.8750776,1.0,5029.0,115.0,25,white,male,8f564c22fd,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-07-02,17:29:00,"APPLETON DR & ELM HILL PIKE, NASHVILLE, , 37210",36.1489739,-86.7033275,5.0,9029.0,513.0,43,black,male,b3d18aa8ec,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-22,03:30:00,"BELL RD & MORRIS GENTRY BLVD, ANTIOCH, TN, 37013",36.0665953,-86.636705,3.0,8865.0,333.0,30,white,male,883b5b4087,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,AL, +2011-05-11,00:21:00,"120 2ND AVE, MADISON, TN, 37115",36.2612936,-86.7107523,7.0,1605.0,713.0,37,black,male,a1e3ace771,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-03,16:05:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,38,white,male,17c9ffa200,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER BRAKE LIGHT +2014-05-04,11:04:00,"112 LUCILE ST, NASHVILLE, TN, 37207",36.19608,-86.770563,2.0,1893.0,223.0,65,white,male,c270bce636,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT +2016-12-02,12:38:00,"MM 207 2 I40 E, NASHVILLE, TN, 37208",,,6.0,54021.0,615.0,35,black,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2014-03-06,12:42:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,35,hispanic,female,42ef47acc8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-17,23:02:00,"N GALLATIN PIKE & ALTA LOMA RD, MADISON, TN, 37115",36.2931922,-86.7024332,7.0,1721.0,727.0,21,white,male,576170def4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-25,19:12:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,56,white,female,580ec58203,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,ONE HEADLIGHT OUT +2015-11-27,00:01:00,"782 OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0423589,-86.7788876,8.0,8619.0,833.0,51,black,female,99d09ccd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,run red light +2016-03-09,14:56:00,"CLARKSVILLE PIKE & W HAMILTON AVE, NASHVILLE, TN, 37218",36.2083309,-86.8396132,6.0,3123.0,625.0,30,white,male,8988e595a8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-06-08,17:32:00,"JONQUIL DR & PARAGON MILLS RD, NASHVILLE, TN, 37211",36.0885491,-86.7170578,3.0,8419.0,317.0,23,white,male,cd98dea728,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-13,13:13:00,"CLEVELAND ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1869623,-86.76803,2.0,1949.0,221.0,54,white,male,00443cb79c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-31,18:10:00,"12TH AVE S & WADE AVE, NASHVILLE, TN, 37203",36.1368345,-86.7884124,8.0,6911.0,821.0,41,black,female,debc34fd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-19,17:11:00,"LENORE ST & S 7TH ST, NASHVILLE, TN, 37206",36.1646585,-86.7551922,2.0,1021.0,211.0,25,black,male,a48b378e7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-14,12:56:00,"CHASE VIEW RD & TEMPLE RD, NASHVILLE, TN, 37221",36.0405439,-86.9512837,1.0,4807.0,125.0,56,white,female,9e39306399,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-01,00:51:00,"GALLATIN PIKE & RIVERWOOD DR, NASHVILLE, , 37216",36.224135,-86.7256222,2.0,1501.0,217.0,24,white,female,e5723525d5,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING, WRITTEN CITATION FOR NO INSURANCE" +2010-10-22,07:35:00,"DUE WEST AVE W & SAUNDERS AVE, MADISON, TN, 37115",36.2485862,-86.7286277,7.0,1779.0,723.0,25,black,female,7577ef3bcd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-09,09:36:00,"N GALLATIN PIKE & RIVERCHASE BLVD, MADISON, TN, 37115",36.3086233,-86.6816186,7.0,1721.0,727.0,53,hispanic,male,ac1590911b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-04,18:59:00,"HOBSON PIKE & SMITH SPRINGS PKWY, ANTIOCH, TN, 37013",36.0684825,-86.5851848,3.0,8907.0,335.0,62,black,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-13,21:26:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,37,hispanic,female,72037bef5d,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2015-10-30,10:49:00,"ELM HILL PIKE & MASSMAN DR, NASHVILLE, , 37210",36.1448378,-86.7110378,,,,45,white,female,a9b7a026f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-18,20:03:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,22,black,,4e338c16a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-30,12:09:00,"54TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1511868,-86.8536126,1.0,5115.0,113.0,29,white,male,67529ca24c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-08-07,15:20:00,"FORREST AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1786346,-86.7508785,2.0,1241.0,213.0,66,white,female,3b079b5949,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-22,00:17:00,"DICKERSON PIKE & MERIDIAN ST, NASHVILLE, TN, 37207",36.1782542,-86.7722452,2.0,1979.0,221.0,61,black,female,fc443b8485,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-31,18:28:00,"4225 CATO RD, NASHVILLE, TN, 37218",36.2110254,-86.8662391,6.0,3247.0,625.0,48,white,female,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-01,17:04:00,"MONROE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1752889,-86.7926119,6.0,4323.0,617.0,43,black,male,c1e876ae44,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"tag expired in oct ----, belonging on a ---- dodge ram. was on a ---- nissan titan same owners" +2015-05-13,03:12:00,"MURPHY RD & WEST END AVE, NASHVILLE, TN, 37203",36.1393455,-86.8190954,,5629.0,,29,white,female,073f5c83fc,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED REGISTRATION. +2016-04-08,16:25:00,"3613 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0965078,-86.7384532,8.0,8511.0,831.0,36,black,female,344a1aee96,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN,DRIVER SEEN WITHOUT A SEATBELT ON NOLENSVILLE PK. ONCE STOPPED IT WAS FOUND THAT THE LICENSE PLATE DID NOT BELONG ON THE VEHICLE AND THE VEHICLE WAS UNREGISTERED. SHE WAS GIVEN A WARNING FOR THE SEATBELT VIOLATION. +2017-10-12,05:19:00,"DICKERSON PIKE & DOVERSIDE DR, NASHVILLE, TN, 37207",36.243944,-86.7566921,7.0,2011.0,721.0,67,white,male,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-01,09:52:00,"2000 CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1572076,-86.8042311,6.0,5337.0,615.0,32,white,female,c62b871736,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-04,16:02:00,"4TH AVE N & COMMERCE ST, NASHVILLE, TN, 37219",36.1623785,-86.7780896,4.0,4107.0,421.0,41,white,male,664201d134,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2016-11-07,12:55:00,"BROADMOOR DR & HILLSIDE RD, NASHVILLE, TN, 37207",36.2297933,-86.7562935,2.0,1845.0,225.0,51,black,male,a7e4b373f1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-16,00:46:00,"LEBANON PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1984469,-86.6201996,5.0,9613.0,521.0,60,white,female,8d7b449e86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,SD, +2015-06-05,19:25:00,"CHARLES E DAVIS BLVD & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1488548,-86.7624691,5.0,8149.0,511.0,42,black,male,d934aa28a9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-07-03,13:15:00,"I 65 N & 3RD AVE N, NASHVILLE, TN, 37208",36.1618496,-86.7762981,4.0,4304.0,413.0,26,white,male,f87ffe9d54,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-19,13:19:00,"I 40 E & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.1708913,-86.807215,6.0,5402.0,615.0,26,white,male,a773a4fff8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-05,02:45:00,"21ST AVE S & CHILDRENS WAY, NASHVILLE, TN, 37212",36.1386414,-86.8006107,8.0,6623.0,815.0,41,white,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2016-02-25,09:57:00,"2900 BABY RUTH LN, ANTIOCH, TN, 37013",36.0439115,-86.6396856,3.0,8865.0,333.0,55,white,male,77edf3dc3b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-07-08,08:29:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,42,white,male,25b26f360e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"--MPH IN -- ZONE +" +2010-12-03,11:15:00,"261 NEELYS BEND RD, MADISON, TN, 37115",36.256127,-86.709719,7.0,1605.0,713.0,26,white,female,f0daf00c40,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN,"UMV +" +2015-01-29,00:31:00,"GALLATIN AVE & ORDWAY PL, NASHVILLE, TN, 37206",36.1806339,-86.7496847,2.0,1939.0,227.0,20,white,female,36ca3f6525,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-05,06:39:00,"MM 78 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7002.0,825.0,35,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-14,14:36:00,"W HEIMAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1696565,-86.8213153,6.0,4523.0,613.0,20,black,male,b69c894219,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-04-25,12:22:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,4.0,4304.0,413.0,20,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-16,18:38:00,"7800 SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0905259,-86.93416,1.0,4815.0,125.0,69,white,female,7745763824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-22,12:43:00,"ENNIS RD & MASHBURN RD, , TN, 37210",36.1110758,-86.7305608,3.0,8335.0,313.0,56,white,female,87dd0e095f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-04-04,14:25:00,"BELL RD & MOUNT VIEW RD, ANTIOCH, TN, 37013",36.0499121,-86.6493475,3.0,8863.0,333.0,25,white,male,769a186299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-11,20:23:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,49,unknown,male,7b76b56003,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-04,12:45:00,"626 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.1086234,-86.9219337,1.0,4903.0,121.0,34,white,,b91c7a6f67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-16,09:19:00,"RISING SUN LN & WILLOW BOUGH LN, OLD HICKORY, TN, 37138",,,5.0,9731.0,525.0,38,white,male,c4680d166c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-14,19:26:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,25,black,male,9d41edf114,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-10-23,12:32:00,"MONROE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1752889,-86.7926119,6.0,4303.0,617.0,61,black,male,8bf524819e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-02,23:56:00,"4546 HARDING PIKE, NASHVILLE, TN, 37205",36.1244857,-86.8497708,1.0,5015.0,121.0,50,white,female,95687a3ffb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,SC, +2016-01-29,13:36:00,"LEBANON PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1984469,-86.6201996,5.0,9613.0,521.0,29,white,female,e07d1db771,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,True,True,True,False,consent,vehicle equipment violation,TN, +2011-09-13,18:12:00,"OAK BARREL DR & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0806581,-86.653766,3.0,8891.0,325.0,48,hispanic,male,97fbb8c996,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-15,05:48:00,"GALLATIN PIKE & LELAND AVE, NASHVILLE, TN, 37216",36.2038984,-86.7383136,2.0,1837.0,225.0,20,black,female,d549fd859f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-11-08,01:00:00,"I 40 W & FESSLERS LN, NASHVILLE, TN, 37210",36.0789995,-86.9551254,5.0,90041.0,513.0,23,black,male,c1e876ae44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,PACED AT -- PLUS MPH IN -- MPH +2017-12-11,22:47:00,"ANTIOCH PIKE & HARDING PL, NASHVILLE, TN, 37211",36.0874362,-86.6922057,3.0,8843.0,315.0,18,asian/pacific islander,male,4ab7251c91,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-11,09:51:00,"LAURENT ST & SEYMOUR AVE, NASHVILLE, TN, 37206",36.1861596,-86.7527112,2.0,1929.0,227.0,35,white,male,a773a4fff8,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2013-07-31,08:26:00,"5555 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.040973,-86.785274,8.0,7111.0,833.0,23,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-21,04:20:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,21,black,male,17dfe3061a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-19,10:57:00,"MM 10 0 BRILEY N, NASHVILLE, TN, 37214",,,5.0,92981.0,515.0,28,white,female,d97637d49a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-11-27,16:25:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,38,white,female,3158c055ac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-20,17:30:00,"46TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544496,-86.8423403,1.0,4545.0,111.0,33,white,male,6dc6599caa,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-14,16:55:00,"ALAMEDA ST & CLIFTON AVE, NASHVILLE, TN, 37209",36.1569872,-86.8327522,1.0,4547.0,111.0,24,black,male,7d890c769b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-12-11,13:49:00,"11TH ST & HADLEY AVE, OLD HICKORY, TN, 37138",36.2597715,-86.6477622,5.0,9707.0,525.0,32,white,male,fc8eeff4da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-13,18:54:00,"GREAT CIRCLE RD & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1937429,-86.8070645,6.0,4445.0,611.0,47,black,female,22bf002bac,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-12-22,20:17:00,"6814 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1346498,-86.8921437,1.0,5009.0,123.0,58,white,male,a38535e24a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-09,02:06:00,"RIVERGATE DR & WADE CIR, GOODLETTSVILLE, TN, 37072",36.3057398,-86.703167,7.0,1751.0,727.0,25,black,male,7f79da4426,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-03-15,13:16:00,"7TH AVE N & COMMERCE ST, NASHVILLE, TN, 37203",36.1607792,-86.7817629,4.0,4109.0,421.0,56,black,male,adb220724a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,temp tag improperly displayed +2012-10-12,21:43:00,"22ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1563302,-86.8071915,8.0,5607.0,813.0,54,white,male,0cd91b7f91,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-12-28,07:19:00,"65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,26,black,female,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"-----------, brake light out" +2011-02-17,14:34:00,"CAHAL AVE, NASHVILLE, TN, 37216",36.1957349,-86.7326425,,,,46,black,female,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR +" +2015-10-22,20:46:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,26,black,male,d8d85bf873,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-04,12:39:00,"MM 204 0 I40 W, NASHVILLE, TN, 37209",,,1.0,45024.0,111.0,44,black,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-22,12:28:00,"CITATION DR & DONELSON PIKE, NASHVILLE, TN, 37217",36.1014337,-86.6753,,8841.0,,44,white,female,cfa3f85a33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING --/-- @ ---.- FT. K------- ISSUED. +2015-01-29,01:35:00,"MAIN ST & NEILL AVE, NASHVILLE, TN, 37206",36.1758256,-86.7575637,,1999.0,,28,white,male,73373787a4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,TAG LIGHTS NOT FUNCTIONING +2010-10-21,10:21:00,"2961 OWENDALE DR, ANTIOCH, TN, 37013",36.070645,-86.624526,,,,30,black,male,4d037c592b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2014-11-19,17:58:00,"4TH AVE S & CHESTNUT ST, , TN, 37210",36.1449382,-86.7666647,,,,45,white,male,080ab8807b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-17,10:30:00,"I440, NASHVILLE, TN,",36.1538455,-86.8225577,,,,33,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-08,14:11:00,"KINSEY BLVD & NEELYS BEND RD, MADISON, TN, 37115",36.2511436,-86.6905856,7.0,1631.0,713.0,32,white,male,fd8a139aad,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN,"stop sign +" +2014-08-20,23:18:00,"CEDARMONT DR & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0454406,-86.7036238,3.0,8717.0,331.0,46,black,male,9310569e50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-01,10:25:00,"100 TULIP GROVE PT, HERMITAGE, TN, 37076",36.181361,-86.59537,5.0,9557.0,523.0,28,white,male,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-10,10:46:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,31,white,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-22,10:40:00,"3RD AVE S & ELM ST, NASHVILLE, TN, 37210",36.1537173,-86.7711737,4.0,4005.0,425.0,55,white,male,18880b9013,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-19,14:20:00,"MM 198 I40 E, , TN,",35.434219,-97.4078234,,,,49,hispanic,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-19,20:46:00,"BELL RD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1612903,-86.5976843,5.0,9545.0,523.0,24,white,female,9310569e50,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-12-04,05:52:00,"S GRAYCROFT AVE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2644481,-86.7322739,7.0,1769.0,723.0,27,white,male,d97637d49a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LEFT BRAKE LIGHT +2011-06-24,21:41:00,"I 24 W & BRILEY PKWY E, NASHVILLE, TN, 37207",36.2393417,-86.7846697,7.0,2012.0,721.0,22,white,male,78d577d0b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-23,10:44:00,"215 LUTIE ST, NASHVILLE, TN, 37210",36.1173049,-86.744724,3.0,8317.0,313.0,31,black,male,095779cb19,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-27,16:58:00,"N GRAYCROFT AVE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2644481,-86.7322739,7.0,1769.0,723.0,52,black,male,2022e55034,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,False,other,moving traffic violation,TN, +2018-07-16,09:08:00,"MM 204 0 I40 W, NASHVILLE, TN, 37209",,,1.0,45024.0,111.0,23,white,male,9e39306399,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-18,22:05:00,"HICKORY HILL LN & LEBANON PIKE, HERMITAGE, TN, 37076",36.1882507,-86.6292246,5.0,9601.0,521.0,68,white,male,72037bef5d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-01-02,16:40:00,"LARGO DR & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0843702,-86.7031608,3.0,8705.0,321.0,36,white,male,e7d36ee1fa,vehicular,investigative stop,False,False,True,warning,False,False,False,True,True,True,True,consent,investigative stop,TN, +2011-11-02,19:20:00,"FRANKLIN PIKE & INVERNESS AVE, NASHVILLE, TN, 37204",36.1250096,-86.776655,8.0,6951.0,823.0,72,black,female,d944ee700d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-30,16:49:00,"51ST AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1530695,-86.8486357,1.0,5121.0,111.0,59,white,male,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-08-25,19:29:00,"ARTHUR AVE & MONROE ST, NASHVILLE, TN, 37208",36.1742067,-86.7967264,6.0,4301.0,617.0,44,black,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"-- IN -- +" +2012-04-12,17:35:00,"180 WALLACE RD, NASHVILLE, TN, 37211",36.081674,-86.7042364,3.0,8705.0,321.0,40,hispanic,male,6f35d16bdf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-09,08:38:00,"N 14TH ST & EASTLAND AVE, NASHVILLE, TN, 37206",36.1834376,-86.7448552,2.0,1243.0,213.0,64,white,female,7f5a859cb3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-22,14:18:00,"3 LINDSLEY AVE, NASHVILLE, TN, 37210",36.1522431,-86.7686337,4.0,4003.0,425.0,68,white,male,b5ca91d71f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-01-01,17:33:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,50,hispanic,male,86ff0fa1ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-12,21:23:00,"BRILEY PKWY & VULTEE BLVD, NASHVILLE, TN, 37217",36.1243072,-86.6964287,5.0,8998.0,531.0,32,white,male,30ee2301cb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-26,09:53:00,"MCGAVOCK PIKE & PENNINGTON BEND RD, NASHVILLE, TN, 37214",36.215987,-86.6891669,5.0,9215.0,515.0,58,white,male,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-01,22:13:00,"KLINE AVE & ROSEDALE AVE, , , 37211",36.124941,-86.75403,8.0,8043.0,821.0,41,black,male,ca70dcb8f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-19,00:18:00,"WEST END AVE, , TN, 37212",36.1455759,-86.8112668,,,,23,white,female,acb89d1f7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-27,17:10:00,"CASTLEGATE DR & LAKE TERRACE DR, NASHVILLE, TN, 37217",36.0879561,-86.6147002,5.0,8929.0,535.0,27,black,female,f52adc0e6d,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-28,19:18:00,"NOLENSVILLE PIKE & NORTHCREST DR, NASHVILLE, TN, 37211",36.0666814,-86.7179507,8.0,8661.0,831.0,26,white,female,c50b6226fb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-05,21:33:00,"DOUGLAS AVE & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1933356,-86.7532901,2.0,1903.0,221.0,19,black,male,559fd015a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-11,13:53:00,"201 BROADWAY, NASHVILLE, TN, 37201",36.161626,-86.775144,4.0,4093.0,421.0,54,white,female,b5ca91d71f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-04-28,20:59:00,"DICKERSON PIKE & MARIE ST, NASHVILLE, TN, 37207",36.1972659,-86.7714142,2.0,1863.0,223.0,33,black,male,5a5276c918,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-14,22:51:00,"CONFERENCE DR & VIETNAM VETERANS BLVD N, GOODLETTSVILLE, TN, 37072",36.306756,-86.6988451,7.0,1714.0,727.0,33,black,female,e23b8da128,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-14,18:09:00,"2ND AVE & MAPLE ST, MADISON, TN, 37115",36.2613741,-86.7104668,7.0,1609.0,713.0,57,black,male,6216529cad,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-11-11,12:30:00,"7621 HWY 70 S, NASHVILLE, TN, 37221",36.0767366,-86.948696,1.0,4811.0,125.0,29,white,female,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASS BRAKE LIGHT OUT +2017-04-10,18:57:00,"11TH ST & HADLEY AVE, OLD HICKORY, TN, 37138",36.2597715,-86.6477622,5.0,9707.0,525.0,37,white,male,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-08,09:15:00,"1200 LONE OAK RD, NASHVILLE, TN, 37215",36.0941857,-86.8046042,8.0,6407.0,825.0,33,white,male,cf15158dcb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING. +2018-02-05,20:27:00,"NOLENSVILLE PIKE & STRASSER DR, NASHVILLE, TN, 37211",36.0600812,-86.7165021,3.0,8711.0,321.0,66,white,female,08d27b5249,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-06-14,19:44:00,"7070 HWY 70 S, NASHVILLE, TN, 37205",36.07525,-86.9205388,1.0,4903.0,121.0,46,black,male,81fac77d3f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-01-13,16:30:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,28,white,male,88f042f180,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-01-15,20:11:00,"DOUGLAS AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1926724,-86.7443891,2.0,1325.0,215.0,62,white,male,d4cdb5f2dc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-07,13:51:00,"BRILEY PKWY & KAREN DR, NASHVILLE, TN, 37217",36.1395619,-86.7003202,5.0,88940.0,531.0,45,asian/pacific islander,female,73863cfec3,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-05-12,19:13:00,"FAIRWAY DR & SELMA AVE, NASHVILLE, TN, 37214",36.1752716,-86.681545,5.0,9201.0,515.0,39,white,female,7dbf1da87e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-20,13:26:00,"W TRINITY LN & YOUNGS LN, NASHVILLE, TN, 37207",36.2060909,-86.8110252,6.0,3037.0,623.0,60,black,male,f9d7f04fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-22,12:21:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,38,black,female,5bc5bf609d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-23,09:46:00,"S GALLATIN PIKE & NEELYS BEND RD, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1783.0,711.0,40,black,female,6af8e303f1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-07,06:34:00,"HWY 100 & VAUGHNS GAP RD, , TN, 37221",36.0788298,-86.8852141,,,,58,white,female,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-15,09:57:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,25,white,male,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-01,19:10:00,"GALLATIN AVE & GRANADA AVE, NASHVILLE, TN, 37206",36.1883275,-86.7463755,2.0,1319.0,215.0,43,black,female,8009ad438d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT OUT +2017-08-18,00:46:00,"244 E OLD HICKORY BLVD, MADISON, TN, 37115",36.2622206,-86.7084829,7.0,1607.0,713.0,52,hispanic,male,c2231e79ed,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2011-06-18,20:25:00,"303 W TRINITY LN, NASHVILLE, TN, 37207",36.207056,-86.7792412,6.0,3019.0,621.0,43,black,male,23dde6f49b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NJ, +2011-09-04,05:22:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,27,black,male,33b2c0bf9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-25,14:16:00,"E TRINITY LN & CASPER AVE, NASHVILLE, TN, 37216",36.2038987,-86.7411166,2.0,1837.0,225.0,24,black,male,911d123f59,vehicular,registration,True,False,True,arrest,False,False,False,True,True,True,True,probable cause,registration,MI, +2013-08-29,08:50:00,"BROADMOOR DR & SAUNDERS AVE, NASHVILLE, TN, 37216",36.2297286,-86.7324672,,1841.0,,55,black,female,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-04,02:25:00,"OPRY PL & BROADWAY, , TN, 37219",36.1604836,-86.7784329,,,,23,white,male,392687b70d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,OH, +2016-02-01,03:22:00,"198 HAYWOOD LN, NASHVILLE, TN, 37211",36.069915,-86.693372,3.0,8707.0,321.0,43,black,male,f7d35184d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-19,01:07:00,"I 65 N & RIVERGATE PKWY, GOODLETTSVILLE, TN, 37072",36.32343,-86.702809,7.0,1723.0,727.0,40,black,male,1f9a938faf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-08,04:51:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,29,hispanic,female,e24c163b5d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-09-10,00:10:00,"1515 ROBINSON RD, OLD HICKORY, TN, 37138",36.2552209,-86.6530308,5.0,9611.0,525.0,45,white,male,dd4d99f893,vehicular,registration,True,False,False,arrest,False,False,False,False,True,True,False,other,registration,TN, +2014-02-28,00:16:00,"S 7TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1681686,-86.7572402,2.0,1043.0,211.0,49,white,female,7aca53bb89,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,IMPROPER BACKING...TAG NOT ON FILE...BELONGED ON DIFF VEHICLE +2017-04-19,08:54:00,"HILLS LN & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2056782,-86.6223374,5.0,9739.0,523.0,24,white,male,acb89d1f7f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-08-15,16:18:00,"2ND AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,3.0,8153.0,311.0,35,white,male,bfcced43ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-26,16:27:00,"BRICK CHURCH PIKE & EWING DR, NASHVILLE, TN, 37207",36.2315631,-86.7815318,7.0,2001.0,721.0,71,black,male,e5d79a47c2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-19,21:28:00,"DICKERSON PIKE & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.1889233,-86.7731242,2.0,1913.0,221.0,35,black,male,8c95eaaf8f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-04-28,10:10:00,"BELL RD & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891961,-86.6274024,5.0,8935.0,535.0,19,black,female,4724564015,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"RIGHT BRAKE LIGHT OUT +" +2010-02-05,20:52:00,"I 440 W & 21ST AVE, NASHVILLE, TN, 37212",36.1456871,-86.8002426,8.0,5911.0,815.0,26,white,male,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-19,16:17:00,"10TH AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1744534,-86.7957309,6.0,4303.0,617.0,34,black,male,e5d79a47c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-07,10:45:00,"BELL RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0903135,-86.6265129,5.0,8987.0,533.0,30,black,male,30042afedf,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-09-18,16:50:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,47,black,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-19,15:04:00,"1118 12TH AVE S, NASHVILLE, TN, 37203",36.1434026,-86.786063,8.0,6807.0,821.0,70,white,male,cd98dea728,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-30,08:45:00,"3302 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1015038,-86.7399766,3.0,8427.0,313.0,46,unknown,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-26,06:30:00,"MM 204 0 I40 W, NASHVILLE, TN, 37209",,,1.0,45024.0,111.0,33,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-13,17:33:00,"900 ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1694418,-86.7879402,4.0,4219.0,413.0,26,white,male,1440ee9f2f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver reverse light out +2010-04-25,08:47:00,"I 24 EAST, , TN,",35.6719641,-86.281828,,,,36,white,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-05,13:26:00,"MM 38 I24 E, WHITES CREEK, , 37189",,,,,,19,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-13,00:28:00,"I 65 S & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1837753,-86.7988955,6.0,4403.0,611.0,32,white,male,ddc50dd0e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-30,22:43:00,"NOLENSVILLE PIKE & SWISS AVE, NASHVILLE, TN, 37211",36.0424784,-86.7129346,8.0,8651.0,835.0,40,white,female,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-31,02:12:00,"BELL RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1522017,-86.6249735,5.0,8955.0,533.0,28,white,male,15279c6fe5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-27,18:01:00,"39TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1569872,-86.8327522,1.0,4549.0,111.0,24,white,female,f1c025f95c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-06-14,07:33:00,"CALIFORNIA AVE & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1641944,-86.8523298,1.0,4607.0,111.0,50,white,male,cfa3f85a33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speeding --/-- @ ---.- ft. warned. +" +2017-03-11,22:25:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9294.0,515.0,31,white,male,724faddb76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-01,17:13:00,"CHARLOTTE PIKE & CABOT DR, , TN, 37205",36.129977,-86.9008535,,,,29,white,female,69f5717852,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-01,05:53:00,"RICHARDS RD & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.067235,-86.6616206,3.0,8897.0,323.0,35,white,male,57379213f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-02,15:01:00,"MM 199 0 I40 W, NASHVILLE, TN, 37209",,,1.0,4706.0,123.0,42,white,male,85402489a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-08,16:10:00,"FESSLERS LN & LEBANON PIKE, NASHVILLE, TN, 37210",36.154325,-86.7421214,5.0,9001.0,513.0,19,black,female,70503e783c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING -- IN -- LASER & NO INSURANCE +2015-04-22,07:34:00,"9TH AVE N & DOMINICAN DR, NASHVILLE, TN, 37208",36.186595,-86.8040856,6.0,4495.0,611.0,58,white,female,5ae31d9ff9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-17,19:53:00,"2ND AVE. SOUTH, NASHVILLE, TN,",36.1513588,-86.768343,,,,46,white,male,1b7c412e91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-15,10:25:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,44,white,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-12-03,16:16:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,3.0,8145.0,311.0,52,black,male,963f2c3d0d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-08,14:06:00,"HART LN & HOME RD, NASHVILLE, TN, 37216",36.2130963,-86.7355748,2.0,1817.0,225.0,54,black,male,338229ba25,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-10-15,08:02:00,"100 & TEMPLE RD, NASHVILLE, TN, 37221",36.0454559,-86.9505358,1.0,4807.0,125.0,18,hispanic,female,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-28,12:50:00,"MURFREESBORO PIKE & RURAL HILL RD, NASHVILLE, TN, 37217",36.074432,-86.6385894,5.0,8939.0,535.0,39,hispanic,female,722469abf8,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2010-05-11,16:28:00,"8TH AVE & DIVISION ST, NASHVILLE, TN, 37203",36.1496911,-86.7791732,4.0,4021.0,423.0,48,white,male,f3be646353,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-15,21:47:00,"701 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1834535,-86.7732825,2.0,1963.0,221.0,21,white,male,0847f81dcc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-08,14:57:00,"HICKORY HOLLOW PKWY & 24 E, ANTIOCH, TN, 37013",36.0373901,-86.647237,3.0,8704.0,333.0,27,unknown,male,21413caac6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-18,16:12:00,"BRICK CHURCH PIKE & FERN AVE, NASHVILLE, TN, 37207",36.1957215,-86.7766893,6.0,3006.0,621.0,28,white,male,ff68412c8a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,MO, +2012-08-16,08:55:00,"ARTHUR AVE & CHEATHAM PL, NASHVILLE, TN, 37208",36.1753233,-86.7982549,6.0,4325.0,617.0,29,white,female,8f1069f970,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2014-10-28,18:47:00,"16TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1800254,-86.809783,6.0,4455.0,613.0,26,black,female,ff68412c8a,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-10,10:36:00,"4469 LEBANON PIKE, HERMITAGE, TN, 37076",36.2144074,-86.5998284,5.0,9535.0,523.0,25,white,female,d195198c56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-11,18:52:00,"1837 ANNALEE DR, ANTIOCH, TN, 37013",,,3.0,8763.0,331.0,31,black,male,d8d85bf873,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MO, +2013-06-11,23:40:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,22,black,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tint +2015-08-24,05:52:00,"5TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1743153,-86.7874168,6.0,4307.0,617.0,60,black,male,87bd93c328,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-23,16:23:00,"7400 HWY 70 S, NASHVILLE, TN, 37221",36.0742301,-86.9360691,1.0,4815.0,125.0,26,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MS, +2016-11-12,17:07:00,"LAFAYETTE ST & LINCOLN ST, NASHVILLE, TN, 37210",36.1481688,-86.7604364,5.0,8209.0,511.0,60,black,female,9e51e321a0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,NO HEADLIGHTS +2015-06-11,15:37:00,"1409 DOUGLAS AVE, NASHVILLE, TN, 37206",36.192551,-86.740606,2.0,1327.0,215.0,51,black,female,58528e8953,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-05,05:19:00,"25TH AVE S & WOODLAWN DR, NASHVILLE, TN, 37212",36.1255279,-86.8073275,8.0,5911.0,815.0,25,white,female,29d4f86f6d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-30,20:40:00,"MM 49 0 I24 E, NASHVILLE, TN, 37213",,,4.0,1002.0,413.0,28,white,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-10,21:06:00,"BROADWAY & OPRY PL, NASHVILLE, TN, 37203",36.1604836,-86.7784329,4.0,4109.0,421.0,50,black,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-09,20:15:00,"N GALLATIN PIKE & RIVERCHASE BLVD, MADISON, TN, 37115",36.3086233,-86.6816186,7.0,1721.0,727.0,23,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-02,15:42:00,"MORROW RD & TERRY DR, NASHVILLE, TN, 37209",36.1637071,-86.863513,1.0,4613.0,115.0,41,asian/pacific islander,male,a70d3cbc7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-11,10:30:00,"BRILEY PKWY & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1801.0,225.0,54,white,female,2aeb7f91f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-20,04:59:00,"MURFREESBORO PIKE & POLK AVE, NASHVILLE, TN, 37210",36.142301,-86.7428276,5.0,8217.0,513.0,34,black,male,0048470055,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-09-08,14:08:00,"SHSHONE DR, , TN, 37138",36.2185052,-86.5863115,,,,21,white,female,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-15,12:36:00,"I 24 W & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,88060.0,333.0,36,black,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-07,17:03:00,"FOSTER AVE & LYLE LN, NASHVILLE, TN, 37210",36.1284764,-86.742007,3.0,8111.0,311.0,35,white,female,5f12ed2979,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"--/-- +" +2013-09-01,14:59:00,"2ND AVE N & UNION ST, NASHVILLE, TN, 37201",36.1659389,-86.777771,4.0,4163.0,415.0,56,black,male,6a975d842f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-18,08:16:00,"I 440 W & MURPHY RD, NASHVILLE, TN, 37203",36.1398736,-86.821797,8.0,5622.0,813.0,36,white,female,dd16a8e4a3,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-03-05,18:04:00,"GALLATIN AVE & MCKENNIE AVE, NASHVILLE, TN, 37206",36.1919016,-86.7447974,2.0,1933.0,227.0,72,black,male,95d8a19b5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-22,17:23:00,"BOMAR BLVD & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1713907,-86.8630489,1.0,4621.0,115.0,43,white,male,8f564c22fd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-25,21:39:00,"NOLENSVILLE PIKE & ZOO RD, NASHVILLE, TN, 37211",36.090114,-86.7336907,8.0,8509.0,831.0,22,white,female,29d4f86f6d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-12-20,19:26:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,21,white,male,c213187829,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2014-09-22,18:01:00,"1512 BRIDGECREST DR, ANTIOCH, TN, 37013",36.0652891,-86.6464154,3.0,8861.0,325.0,40,white,male,d77922bcbf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-05,17:33:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1817.0,225.0,55,white,male,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-05-25,07:51:00,"MM 215 0 I40 W, NASHVILLE, TN, 37214",,,5.0,91021.0,513.0,22,black,male,700c36a39a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-26,17:51:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,31,white,male,236f1a57dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-17,08:36:00,"BRILEY PKWY & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1801.0,225.0,26,white,female,3955cfd39c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-11,12:44:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1243.0,213.0,73,white,male,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-19,09:47:00,"ASHLAND CITY HWY & OLD HICKORY BLVD, NASHVILLE, TN, 37218",36.2114995,-86.9210335,6.0,3235.0,625.0,27,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-19,16:43:00,"EZELL PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1057338,-86.6717169,3.0,8841.0,323.0,27,black,female,7df5a96ae9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAG +2012-09-28,03:21:00,"10TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1560743,-86.7827733,4.0,4077.0,423.0,38,black,male,1fdfb2a60c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-03,05:55:00,", , ,",,,,,,30,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-16,07:11:00,"BAKERTOWN RD & HAYWOOD LN, , TN, 37013",36.069931,-86.6856127,,,,28,hispanic,male,cf07ed6f7d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-09,11:04:00,"DR DB TODD JR BLVD & JEFFERSON ST, NASHVILLE, TN, 37208",36.1694517,-86.8066186,6.0,5323.0,615.0,23,black,male,eedda40d7b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-03,19:10:00,"12TH AVE S & PINE ST, NASHVILLE, TN, 37203",36.1525938,-86.784873,4.0,4017.0,423.0,32,white,male,d5acee9eec,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-31,02:38:00,"1401 MERIDIAN ST, NASHVILLE, TN, 37207",36.1971769,-86.7666467,2.0,1897.0,221.0,18,black,female,559fd015a2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-07,19:31:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5023.0,123.0,54,black,male,ab916fb13f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-11,20:13:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,23,black,male,c789e7a8ee,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TX, +2010-04-15,10:59:00,"MM 35 I24 E, JOELTON, , 37080",,,,,,44,white,male,b5ca91d71f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-19,13:16:00,"6737 FLEETWOOD DR, NASHVILLE, TN, 37205",36.133669,-86.883309,1.0,5013.0,121.0,78,white,male,9dadcd316d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILED TO STOP AT STOP SIGN +2015-06-18,18:52:00,", , ,",,,,,,27,white,male,15212f8d72,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-07-20,09:18:00,"CLARIDGE DR & ROYAL PKWY, NASHVILLE, TN, 37214",36.1460923,-86.667657,5.0,9103.0,517.0,39,white,female,6d13b2ff93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-14,09:05:00,"3515 CENTRAL PIKE, HERMITAGE, TN, 37076",36.1866673,-86.6291799,5.0,9505.0,521.0,42,black,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-05,13:53:00,"8TH AVE & LAFAYETTE ST, NASHVILLE, TN, 37203",36.152687,-86.779394,4.0,4023.0,423.0,68,black,male,aede9126c1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-05,16:13:00,"BELLSHIRE DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2593959,-86.757782,7.0,2021.0,725.0,31,black,male,d6864f2be6,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,MO, +2014-03-14,21:52:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,70,black,male,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-08,21:08:00,"BRILEY PKWY N & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,9294.0,515.0,35,white,male,c2bf3534fe,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-20,15:48:00,"MCGAVOCK PIKE & RIVERSIDE DR, NASHVILLE, TN, 37216",36.2048018,-86.7243325,2.0,1437.0,217.0,30,black,female,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"l bl +" +2013-01-23,18:46:00,"6TH AVE N & JEFFERSON ST, , TN, 37208",36.173949,-86.7887279,,,,35,white,male,d773d5ccf6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-14,21:29:00,"106 N GALLATIN PIKE, MADISON, TN, 37115",36.2638907,-86.7107755,7.0,1701.0,715.0,28,hispanic,male,936ab7dc64,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-24,22:30:00,"18TH AVE S & ACKLEN AVE, NASHVILLE, TN, 37212",36.1352556,-86.7970301,8.0,6611.0,815.0,21,white,female,0f7743f733,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-03,14:47:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,41,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA,--/-- +2013-09-11,12:44:00,"PATRICIA DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1271685,-86.707265,5.0,8821.0,531.0,24,white,male,00ee78ecb2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-06-27,15:33:00,", , ,",,,,,,56,white,female,df69290668,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-12,16:10:00,"N GALLATIN PIKE & ONE MILE PKWY, MADISON, TN, 37115",36.2793681,-86.7087808,7.0,1759.0,727.0,44,white,female,82e20fdb7c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-03-23,22:05:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4029.0,425.0,41,white,female,9e0637d56c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-21,01:51:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,69,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2012-08-31,01:59:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3155.0,623.0,48,black,female,4b59d19267,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,clocked -- in -- mph at clarksville and ashton w laser +2017-01-13,20:50:00,"GALLATIN PIKE N & ONE MILE PKWY, MADISON, TN, 37115",36.2793681,-86.7087808,7.0,1759.0,727.0,23,hispanic,male,c5e9138c19,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-01,19:56:00,"W HAMILTON RD & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2083309,-86.8396132,6.0,3123.0,625.0,36,black,female,ab0403c78f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-19,18:16:00,"FIELDS DR & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2362305,-86.6273216,5.0,9607.0,525.0,37,white,male,4d037c592b,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-08-14,02:01:00,"WEST END AVE, WEST, TN, 37212",36.1455759,-86.8112668,,,,21,white,female,2022e55034,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-11,23:52:00,"605 VANTREASE RD, MADISON, TN, 37115",36.2580574,-86.7305162,7.0,1775.0,723.0,16,black,female,db6c29e919,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,RIGHT HEAD LIGHT OUT +2010-10-16,04:36:00,"ATHENS WAY & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1929002,-86.80175,6.0,4445.0,611.0,45,black,male,2e4c69d266,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-17,16:35:00,"N GALLATIN PIKE & NESBITT LN, MADISON, TN, 37115",36.2727714,-86.7101408,7.0,1761.0,723.0,23,white,female,887e82c03d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-04-20,20:24:00,"I 40 ENTRY W & HERMITAGE AVE, NASHVILLE, TN, 37210",,,,4003.0,,55,white,male,7aca53bb89,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MO,HEADLIGHTS AT NIGHT ON INTERSTATE +2011-04-26,13:43:00,"HARDING PL & WAUFORD DR, NASHVILLE, , 37211",36.0809436,-86.7515964,,,,62,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-07,20:14:00,"KRAFT DR & THOMPSON LN, NASHVILLE, TN, 37204",36.1115086,-86.7579653,8.0,8525.0,825.0,19,unknown,female,8cbadbb4fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-31,15:45:00,"I 40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5004.0,115.0,21,black,female,2022e55034,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-18,17:08:00,"MM 13 0 BRILEY N, NASHVILLE, TN, 37214",,,5.0,92860.0,515.0,26,black,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-26,21:52:00,"MERRITT ST & ROBINSON RD, OLD HICKORY, TN, 37138",36.2555827,-86.6536172,5.0,9611.0,525.0,25,black,male,b3d18aa8ec,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2010-04-11,23:30:00,"ABBOTT MARTIN RD & CLEGHORN AVE, NASHVILLE, TN, 37215",36.1064666,-86.8198185,1.0,6105.0,117.0,18,white,female,2511466c93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-20,02:30:00,"S 8TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1699272,-86.7561779,2.0,1123.0,211.0,20,white,male,126f05a67f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-16,04:00:00,"21ST AVE & JEFFERSON ST, NASHVILLE, TN, 37208",36.1690738,-86.8095974,6.0,5325.0,615.0,20,other,female,415f3bb5ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-08,01:09:00,"21ST AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1690738,-86.8095974,6.0,5323.0,615.0,32,black,female,ffd40c04a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-18,00:05:00,"2ND AVE & ELM ST, MADISON, TN, 37115",36.2607173,-86.7105402,7.0,1605.0,713.0,23,white,male,816acd789a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-22,04:26:00,"PATTON AVE & WESTBORO DR, NASHVILLE, TN, 37209",36.1497563,-86.8738011,1.0,4671.0,115.0,64,white,male,400b5cb4f4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-05,04:14:00,"MM 80 I65 S, , , 37204",34.7992269,-82.2755938,8.0,7004.0,823.0,20,white,female,2511466c93,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IL, +2017-10-29,00:25:00,"DOUGLAS AVE & JOSEPH AVE, NASHVILLE, TN, 37207",36.1942632,-86.7709289,2.0,1893.0,223.0,37,black,male,e036ce159e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-02,19:51:00,"GALLATIN PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1837.0,225.0,33,white,male,6ba3cffa6c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,VA, +2012-06-26,04:46:00,"GALLATIN AVE & SHARPE AVE, NASHVILLE, TN, 37206",36.1892609,-86.7459812,2.0,1901.0,227.0,36,white,female,5849b87aaf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"PASSENGER HEAD LIGHT, DRIVER BRAKE LIGHT" +2013-09-12,14:39:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1771.0,711.0,28,black,male,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-06,11:40:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,45025.0,111.0,23,black,female,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-18,10:15:00,"TULIP GROVE RD&TULIP GROVE PT, HERMITAGE, TN, 37076",36.1808778,-86.5969292,5.0,9539.0,523.0,43,white,male,e25971e53e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-07,13:39:00,"COTTAGE LN & LEBANON PIKE, NASHVILLE, TN, 37214",36.1678539,-86.6924806,5.0,9027.0,513.0,21,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-01,12:07:00,"ROSA L PARKS BLVD & CLARKSVILLE PIKE, , TN, 37208",36.1879505,-86.8215312,,,,30,black,female,084c20944a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2014-11-17,10:56:00,", , ,",,,,,,28,white,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-03,23:37:00,"EDGEHILL AVE & 13TH AVE S, , TN, 37203",36.1428615,-86.7882454,,,,23,black,female,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-13,07:56:00,"N GALLATIN PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2630322,-86.7119272,7.0,1763.0,723.0,63,black,female,7962521178,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,--bl +2017-02-22,01:40:00,"BELL RD & 24 W, ANTIOCH, TN, 37013",36.0454161,-86.6581786,3.0,8863.0,333.0,19,hispanic,male,eb8e8d814e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2011-11-11,21:24:00,"34TH AVE N & ALBION ST, NASHVILLE, TN, 37209",36.1630915,-86.8272537,6.0,4565.0,613.0,24,black,male,41097a7232,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"left breaklight +" +2015-01-10,05:56:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,26,black,female,0f15e3f7ed,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-02-16,09:26:00,"TULIP GROVE RD&TULIP GROVE PT, HERMITAGE, TN, 37076",36.1808778,-86.5969292,5.0,9539.0,523.0,59,white,female,d97637d49a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-14,12:09:00,"CHARLOTTE AVE & SPRUCE ST, NASHVILLE, , 37203",36.1570729,-86.8038583,,,,35,white,female,57f6131079,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-12,19:10:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,27,hispanic,male,b908cb6e33,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-02-05,02:20:00,"15TH AVE S & ACKLEN AVE, NASHVILLE, TN, 37212",36.1342847,-86.7824671,8.0,6615.0,823.0,22,white,male,8228f97e2c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-13,20:30:00,"LINBAR DR & WALLACE RD, NASHVILLE, TN, 37211",36.0825631,-86.7022093,3.0,8707.0,321.0,23,white,female,12e5f0aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-09,18:48:00,"GALLATIN AVE & GRANADA AVE, NASHVILLE, TN, 37206",36.1883275,-86.7463755,2.0,1927.0,227.0,64,white,female,70d2debcb6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-13,17:57:00,"259 CHEROKEE RD, NASHVILLE, TN, 37205",36.1364819,-86.8417707,1.0,5111.0,113.0,45,asian/pacific islander,female,ef32736df1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-24,14:47:00,", , ,",,,,,,23,white,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-06,23:49:00,"DOUGLAS AVE & N 2ND ST, NASHVILLE, TN, 37207",36.1941833,-86.769968,2.0,1911.0,221.0,25,white,male,acffed52bf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-10,04:55:00,"I 40 ENTRY E & I 65 N, NASHVILLE, TN, 37203",35.7275536,-86.9604933,8.0,80061.0,821.0,29,black,male,fffe5752f3,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,True,True,other,moving traffic violation,TN, +2013-06-29,04:52:00,"I 440 W & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,8101.0,311.0,38,hispanic,male,5a2f1d4986,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-30,07:32:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,5.0,8951.0,531.0,33,white,female,95d8d9862e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-13,23:16:00,"4601 LEBANON PIKE, HERMITAGE, TN, 37076",36.2147122,-86.5970931,5.0,9537.0,523.0,36,white,male,4544025295,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-12,23:44:00,"BROADWAY & 4TH AVE S, , TN, 37203",36.1610247,-86.7771798,,,,20,white,male,549374aca7,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-01-14,16:23:00,"E TRINITY LN & MERIDIAN ST, NASHVILLE, TN, 37207",36.2056433,-86.7657873,2.0,1861.0,223.0,33,black,female,3139d5e5ff,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-03,04:36:00,"8TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1568929,-86.780828,4.0,4061.0,425.0,36,black,female,fa584a6825,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,STOPPED VEHICLE FOR HAVING A NONFUNCTIONAL BRAKE LIGHT +2016-06-22,10:02:00,"AIRPARK CENTER DR & DONELSON PIKE, NASHVILLE, , 37217",36.0983947,-86.6773046,,,,71,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-01,17:44:00,"DONELSON PIKE & I 40 E, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,8906.0,533.0,50,white,male,a6cc9ab365,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2018-10-17,10:44:00,"51ST AVE N & INDIANA AVE, NASHVILLE, TN, 37209",36.1564915,-86.8488008,1.0,4601.0,111.0,42,black,male,67529ca24c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-01-15,23:55:00,"HERITAGE DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2640957,-86.7241636,7.0,1749.0,723.0,44,white,male,74198e63a6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-18,23:31:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1243.0,213.0,21,white,male,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-12,03:24:00,"BRILEY PKWY N, NASHVILLE, TN, 37214",36.1818696,-86.6952836,,,,56,white,male,6f4cd28a19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-15,17:57:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4095.0,421.0,29,black,male,ff68412c8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-13,19:35:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9117.0,517.0,63,white,male,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2018-06-19,15:20:00,"2430 JEFFERSON ST, NASHVILLE, TN, 37208",36.1686197,-86.8148512,6.0,4561.0,613.0,31,black,male,a951ba99dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2014-04-13,22:40:00,"NOLENSVILLE PIKE & WALLACE RD, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,34,white,female,fc1666fe63,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-05-16,10:40:00,"LINCOYA BAY DR & LINCOYA CREEK DR, , TN, 37214",36.1452386,-86.6240416,5.0,8957.0,533.0,36,white,female,080ab8807b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-27,04:53:00,"CHARLOTTE PIKE & MARCIA AVE, NASHVILLE, TN, 37209",36.1471627,-86.8694254,1.0,5027.0,115.0,38,black,male,1ad14463be,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-13,01:25:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3157.0,625.0,30,white,male,56705d494c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-16,17:05:00,"12TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1510813,-86.7843184,4.0,4019.0,423.0,33,white,male,6074f7bab3,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-06-03,16:27:00,"DELAWARE AVE & DUPONT AVE, MADISON, TN, 37115",36.2661727,-86.7037397,7.0,1703.0,715.0,48,white,male,887e82c03d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-25,21:10:00,"CORBETT LN & RURAL AVE, , TN, 37209",36.1431952,-86.8561294,1.0,5103.0,113.0,38,white,male,67529ca24c,vehicular,moving traffic violation,False,True,True,citation,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2011-09-19,23:57:00,"I 65 N & W TRINITY LN, NASHVILLE, TN, 37207",36.2070447,-86.7915951,2.0,1829.0,223.0,64,asian/pacific islander,male,53db68761e,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2018-09-23,02:32:00,"EASTLAND AVE & N 12TH ST, NASHVILLE, TN, 37206",36.1836265,-86.7466902,2.0,1301.0,215.0,28,black,male,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-16,05:28:00,"30TH AVE N & HEDRICK ST, NASHVILLE, TN, 37203",36.1443622,-86.8147012,8.0,5625.0,813.0,25,white,female,e077a1b1fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-03,21:14:00,"23RD AVE N & UNDERWOOD ST, NASHVILLE, TN, 37208",36.1722832,-86.8127611,6.0,4463.0,613.0,49,black,male,0e1022b041,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-08,03:58:00,"1431 LISCHEY AVE, NASHVILLE, TN, 37207",36.1985543,-86.7615487,2.0,1873.0,221.0,24,white,female,573fae9445,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-10,10:54:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,3.0,8701.0,321.0,37,white,female,daac2de4a2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-12-18,20:32:00,"MM 9 2 BRILEY S, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,92960.0,513.0,25,black,female,414b9f4517,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,vehicle stopped for speeding +2010-07-19,14:32:00,"I 40 E & MCCRORY LN, NASHVILLE, TN, 37221",36.0789995,-86.9551254,1.0,4802.0,125.0,28,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-30,20:00:00,"10TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1724217,-86.7947991,6.0,4303.0,617.0,33,black,male,20b7054cf4,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-14,18:22:00,"17TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1558083,-86.7959109,8.0,5521.0,811.0,50,white,female,50835bbbca,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-30,08:48:00,"5TH AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37219",36.1687393,-86.7837825,4.0,4203.0,411.0,58,white,male,234f39bcbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-29,17:43:00,"ANTIOCH PIKE & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0599702,-86.6721194,3.0,8857.0,325.0,99,unknown,,8c95eaaf8f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,MOTORCYCLE FLED FROM STOP. BOLO'ED +2012-08-09,01:12:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,227.0,24,black,male,3e1390eb12,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-26,15:53:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8899.0,323.0,30,white,female,3d3f1787ec,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-06,02:13:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,34,hispanic,male,e24c163b5d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2013-10-31,06:22:00,"GALLATIN AVE & CAHAL AVE, , TN, 37216",36.1960045,-86.7425944,,,,25,white,female,b9f747e548,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-23,11:06:00,"MM 78 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7002.0,825.0,68,black,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-24,17:37:00,"EAST THOMPSON LN, , TN, 37211",36.1177459,-86.7189948,,,,54,white,male,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-26,09:20:00,"LEBANON PIKE & LYNMEADE DR, NASHVILLE, , 37210",36.1612549,-86.7017561,5.0,9019.0,513.0,65,black,female,44d93c9d19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-07,22:08:00,"LAFAYETTE ST & WHARF AVE, NASHVILLE, TN, 37210",36.1488548,-86.7624691,3.0,8149.0,311.0,21,black,female,72037bef5d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-03-08,21:13:00,"DICKERSON PIKE & DOVERSIDE DR, NASHVILLE, TN, 37207",36.243944,-86.7566921,7.0,2011.0,721.0,37,black,male,82e20fdb7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-11,21:11:00,"18TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1530104,-86.7959913,8.0,5707.0,811.0,33,white,female,42d656ccc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-08,00:20:00,"JEFFERSON ST BRIDGE, NASHVILLE, TN, 37207",36.1761674,-86.7805543,,,,32,black,male,7587c64dd9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-17,22:48:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6105.0,117.0,28,white,male,657a327087,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,MA, +2016-01-07,17:54:00,"51ST AVE N & MICHIGAN AVE, NASHVILLE, TN, 37209",36.1587357,-86.84893,1.0,4505.0,111.0,62,white,female,8563660720,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEAD LIGHT +2014-04-24,03:01:00,"MURFREESBORO PIKE & PHILFRE CT, NASHVILLE, TN, 37217",36.1282439,-86.7129582,5.0,8817.0,531.0,29,black,male,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,drivers side headlight light out +2012-11-20,00:35:00,"6TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1598483,-86.7798799,4.0,4109.0,421.0,37,white,male,48aaf04fba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-24,07:09:00,"MM 201 8 I40 W, NASHVILLE, TN, 37209",,,1.0,46027.0,123.0,41,white,male,a9e3132c9f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2015-06-10,14:06:00,"4806 POST RD, NASHVILLE, TN, 37205",36.119987,-86.860229,1.0,5001.0,121.0,29,white,male,4265ea192b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-23,18:07:00,"CROSSFIELD DR & RIDGEWAY DR, NASHVILLE, TN, 37214",36.1678991,-86.6784833,5.0,9111.0,517.0,52,hispanic,male,2cd8d90206,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-03-10,07:36:00,"7TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1593656,-86.7809667,4.0,4085.0,421.0,36,asian/pacific islander,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TX, +2012-12-02,18:14:00,"E TRINITY LN & OAKWOOD AVE, NASHVILLE, TN, 37207",36.2047792,-86.7525989,2.0,1855.0,221.0,28,white,female,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-06,23:18:00,"2511 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2116494,-86.7649233,2.0,1891.0,223.0,31,black,female,4af3cba1d7,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-10-03,16:21:00,"DICKERSON PIKE & SPRING ST, NASHVILLE, TN, 37207",36.1766768,-86.7709301,2.0,1983.0,221.0,43,black,female,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-06,16:45:00,"I 40 E & ELM HILL PIKE, NASHVILLE, TN, 37214",36.15301,-86.8525922,5.0,8955.0,533.0,34,white,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-03,12:38:00,"33RD AVE S & FAIRFAX AVE, , TN, 37212",36.1356,-86.8162892,8.0,5819.0,815.0,26,black,male,53067c6c30,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-11-16,10:36:00,"24TH AVE S & BLAIR BLVD, NASHVILLE, TN, 37212",36.1308509,-86.8060644,8.0,5901.0,815.0,22,white,male,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-20,23:57:00,"12TH AVE S & W GROVE AVE, NASHVILLE, TN, 37203",36.1348633,-86.7889683,8.0,6913.0,823.0,22,black,female,5a16b900e6,vehicular,vehicle equipment violation,False,True,True,citation,True,True,False,False,True,True,True,probable cause,vehicle equipment violation,TN, +2018-11-27,12:50:00,"4300 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0985658,-86.8212896,8.0,6403.0,825.0,69,white,male,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-08,11:18:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1741944,-86.7519839,2.0,1205.0,213.0,49,white,female,4c3780f641,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-22,00:23:00,"W TRINITY LN & LUCAS LN, NASHVILLE, TN, 37207",36.2060808,-86.7710344,2.0,1863.0,223.0,76,white,male,c912d50c7a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-02,22:42:00,"MM 57 8 I24 W, ANTIOCH, TN, 37013",,,3.0,88080.0,325.0,34,white,female,711211250d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-10,14:25:00,"SHELBY PARK, NASHVILLE, TN, 37206",36.1707895,-86.7349186,2.0,1235.0,215.0,63,white,male,6588d17399,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-01,09:24:00,"NOLENSVILLE PIKE & TUSCULUM RD, NASHVILLE, TN, 37211",36.0590888,-86.7161614,8.0,8655.0,835.0,32,black,male,df69290668,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-13,13:06:00,", , ,",,,,,,24,white,female,a9f6f7391f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-04,07:46:00,"MM 33 I24 E, , TN, 37080",36.3773751,-86.4095262,6.0,3316.0,627.0,24,white,female,3955cfd39c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-21,20:03:00,"8TH AVE S & GLEAVES ST, NASHVILLE, TN, 37203",36.1518073,-86.7792634,4.0,4023.0,423.0,34,white,male,f887f42de2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-27,08:36:00,"2284 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0886096,-86.6477212,5.0,8935.0,535.0,19,black,female,a597c4ac85,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-20,11:04:00,"I 40 W & MASSMAN DR, NASHVILLE, TN, 37210",36.0789995,-86.9551254,5.0,9031.0,513.0,27,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I -- W AT BRILEY PKWY N. I HAD MY VEHICLE POSITIONED SO I COULD SHOOT THE LASER OUT OF MY FRONT WINDOW. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED. I CONFIRMED THE DEFENDANT'S SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE. HE STATED HE WAS PROBABLY GOING -- MPH +2018-04-19,15:51:00,"37TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527207,-86.8281842,1.0,5229.0,113.0,56,white,female,16f69cd6ef,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2015-01-06,08:35:00,"JUAREZ DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,36,white,female,596bd1105e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-07,15:16:00,"GEORGIA AVE & MORROW RD, NASHVILLE, TN, 37209",36.1552084,-86.8528219,1.0,4637.0,111.0,58,white,male,7065276690,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-12-17,13:00:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,44,hispanic,male,6a925b89d9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-09-07,11:17:00,"601 DAVIDSON RD, NASHVILLE, TN, 37205",36.1166457,-86.8830874,1.0,4917.0,121.0,50,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-28,12:53:00,"ANDERSON LN & MYATT DR, MADISON, TN, 37115",36.2721213,-86.6895791,7.0,1715.0,715.0,34,white,female,b541004824,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-04-01,15:33:00,"3863 DICKERSON PIKE, MADISON, TN, 37207",36.2688553,-86.755223,7.0,2039.0,725.0,43,white,male,6761423fb7,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-09-03,07:50:00,", , ,",,,,,,46,white,female,df54250e36,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-03,04:32:00,"16TH AVE N & MEHARRY BLVD, NASHVILLE, TN, 37208",36.1690659,-86.8026383,6.0,5415.0,615.0,42,black,male,549374aca7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-04-15,06:00:00,"DUE WEST AVE E & GALLATIN PIKE S, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1507.0,711.0,18,black,male,7e2c3520c8,vehicular,vehicle equipment violation,False,True,False,citation,True,True,False,True,True,True,True,consent,vehicle equipment violation,, +2015-08-08,15:29:00,"19TH AVE S & BELCOURT AVE, NASHVILLE, TN, 37212",36.1366375,-86.798271,8.0,6607.0,815.0,34,white,male,31d831c21a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-17,14:51:00,"TULIP GROVE RD&TULIP GROVE PT, HERMITAGE, TN, 37076",36.1808778,-86.5969292,5.0,9539.0,523.0,33,white,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-01,23:52:00,"MAIN ST & NEILL AVE, NASHVILLE, TN, 37206",36.1758256,-86.7575637,2.0,1999.0,227.0,47,white,male,1b4ec484ac,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-04-30,08:12:00,"BRICK CHURCH PIKE & BRILEY PKWY W, NASHVILLE, TN, 37207",36.2390327,-86.7799219,7.0,2033.0,721.0,23,black,female,07ce593292,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-04,19:40:00,", , ,",,,,,,30,white,female,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-05,19:07:00,"RICHMOND HILL DR & VAILVIEW DR, NASHVILLE, TN, 37207",36.2343596,-86.7746812,7.0,2005.0,721.0,56,black,female,82e20fdb7c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,brake lights not working +2014-04-17,19:56:00,"COMMERCE ST & 6TH AVE N, , TN, 37203",36.161335,-86.7805633,,,,19,white,female,3b8237be67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASS BRAKE IN OP +2013-12-09,19:37:00,"23RD AVE N & CHARLOTTE AVE, , , 37203",36.1557468,-86.80977,,,,20,black,male,0437969110,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-30,05:21:00,"BELL RD & COLLINS PARK DR, ANTIOCH, TN, 37013",36.0459841,-86.6579079,3.0,8863.0,333.0,42,black,female,875dc0d4d4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-04,00:36:00,"GRANNY WHITE PIKE & WOODMONT BLVD, NASHVILLE, TN, 37204",36.1116416,-86.7926135,8.0,7005.0,823.0,60,white,female,e60adece97,vehicular,,False,True,False,citation,,,,False,False,False,False,,,TN, +2015-06-07,13:00:00,"CHAPEL AVE & DOUGLAS AVE, NASHVILLE, TN, 37206",36.19214,-86.7397376,2.0,1327.0,215.0,50,white,male,2d43bf2a5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-29,16:36:00,"17TH AVE N & WHELESS ST, NASHVILLE, TN, 37208",36.1765115,-86.8082557,6.0,4471.0,613.0,19,black,male,e562769ea0,vehicular,investigative stop,False,False,True,warning,False,False,False,True,True,True,True,probable cause,investigative stop,TN, +2017-06-12,19:35:00,"65 S & WEDGEWOOD AVE, NASHVILLE, TN, 37204",36.1330147,-86.7753381,8.0,6902.0,823.0,54,white,male,cf98c01df4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,FL, +2018-05-01,16:25:00,"12TH AVE S & HORTON AVE, NASHVILLE, TN, 37203",36.1398321,-86.7875931,8.0,6939.0,821.0,39,black,female,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-22,06:21:00,"DOMINICAN DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1879249,-86.7985195,6.0,4403.0,611.0,36,black,male,6af8e303f1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-14,16:30:00,"HAYWOOD LN & I 24 W, NASHVILLE, TN, 37211",36.0694421,-86.6907781,3.0,8810.0,323.0,48,white,female,6f35d16bdf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-15,23:31:00,"FRANKLIN PIKE & KIRKWOOD AVE, NASHVILLE, TN, 37204",36.1213689,-86.775453,8.0,6931.0,823.0,30,white,male,8f72e1eb24,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight +2010-06-30,03:29:00,"ROSA L PARKS BLVD, NORTH, TN, 37228",36.1935803,-86.8099014,,,,55,white,female,2e4c69d266,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-14,00:39:00,"208 HAYWOOD LN, NASHVILLE, TN, 37211",36.07013,-86.695361,3.0,8707.0,321.0,38,asian/pacific islander,male,510c141a0e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-02,08:45:00,"EASTLAND AVE & PORTER RD, NASHVILLE, TN, 37206",36.1824375,-86.7334486,2.0,1233.0,215.0,51,black,female,37171e6b00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-03,10:50:00,"5101 OLD HICKORY BLVD, , TN, 37218",36.2103732,-86.921483,6.0,3341.0,627.0,51,white,female,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-23,13:30:00,"ANDREW JACKSON PKWY & LEBANON PIKE, HERMITAGE, TN, 37076",36.2151466,-86.5976754,5.0,9537.0,523.0,47,white,female,ef8417427b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEED. +2018-07-29,17:57:00,"MONROE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1752889,-86.7926119,6.0,4305.0,617.0,42,black,female,73f55611f1,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2012-10-15,19:56:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,36,white,female,c55a8fff4a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-20,11:03:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9537.0,523.0,47,hispanic,female,f6e5e4b4bc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2014-05-21,17:08:00,"PIEDMONT AVE & STRATFORD AVE, NASHVILLE, TN, 37216",36.2012979,-86.7164328,2.0,1409.0,217.0,30,black,female,77134f5a26,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-13,18:06:00,"W GREEN LN & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2378114,-86.8180728,6.0,3221.0,627.0,38,white,male,ff68412c8a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-10,15:43:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4245.0,617.0,31,black,male,943bdf4ec4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG +2018-08-27,00:38:00,"4TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1590255,-86.7758498,4.0,4065.0,421.0,44,white,male,064c5c03ac,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-03,12:23:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4245.0,617.0,39,black,male,b5dcfa19fe,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,True,True,other,moving traffic violation,TN, +2013-06-04,11:06:00,"37TH AVE N & NEBRASKA AVE, NASHVILLE, TN, 37209",36.1422623,-86.8289019,1.0,5215.0,113.0,55,black,female,460a7c21b0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-03,18:24:00,"7121 HWY 70 S, NASHVILLE, TN, 37221",36.0735933,-86.9248203,1.0,4811.0,125.0,58,black,female,0cd91b7f91,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2011-01-11,19:22:00,"DOMINICAN DR & FRENCH LANDING DR, NASHVILLE, TN, 37208",36.1883411,-86.7967588,6.0,4403.0,611.0,67,black,male,53d89d125a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-19,16:08:00,"ANDERSON LN & ARCHWOOD DR, MADISON, TN, 37115",36.2720579,-86.6874826,7.0,1713.0,715.0,29,white,male,cccd043657,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-08,09:43:00,", , ,",,,,,,31,asian/pacific islander,male,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-29,01:43:00,"DONELSON PIKE & MCCAMPBELL AVE, NASHVILLE, TN, 37214",36.1591407,-86.6646346,5.0,9419.0,517.0,50,black,female,264cca6aa3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-11,14:18:00,"14TH AVE N & WHELESS ST, NASHVILLE, TN, 37208",36.1777861,-86.8059499,6.0,4471.0,613.0,44,black,male,ffd40c04a1,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2014-12-06,17:28:00,"S 20TH ST & SHELBY A, NASHVILLE, TN, 37206",36.1698461,-86.735927,,,,17,white,male,e1b3fd3e66,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT OUT +2012-03-08,15:46:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,47,unknown,male,d098ec755c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-06-27,12:05:00,"STROMBURY DR & TULIP GROVE RD, HERMITAGE, , 37076",36.1875872,-86.5934189,,,,69,white,male,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-08,15:17:00,"DR D B TODD JR BLVD & HEIMAN ST, NASHVILLE, TN, 37208",36.1713852,-86.8074239,6.0,4481.0,613.0,24,black,male,4a7e280b4a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,no seatbelt +2011-07-18,03:54:00,"COLICE JEANNE RD & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0687694,-86.9328118,1.0,4811.0,125.0,25,white,male,2022e55034,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-30,09:53:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,63,white,female,b07a7bfe58,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-23,11:12:00,"MM 49 0 I24 E, NASHVILLE, TN, 37213",,,4.0,1002.0,413.0,34,unknown,male,debc34fd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MO, +2018-02-12,21:34:00,"KOREAN VETERANS BLVD & S 2ND ST, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1003.0,413.0,56,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2012-04-30,11:59:00,"I 24 W & I 440 E, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,25,asian/pacific islander,female,2c5a97d325,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-01-13,01:23:00,"11TH AVE & 12TH AVE, NASHVILLE, TN, 37203",36.1519071,-86.7842117,4.0,4019.0,423.0,25,white,female,b91801c201,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-01,08:16:00,"S GRAYCROFT AVE & CHADWELL DR, MADISON, TN, 37115",36.2548539,-86.7335839,7.0,1779.0,723.0,37,black,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-27,00:43:00,"DECATUR AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1535669,-86.7531831,5.0,9005.0,511.0,36,white,female,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN -- +2013-03-06,05:22:00,"21ST AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1524779,-86.8027173,8.0,5509.0,813.0,47,white,female,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-07,09:36:00,"MELROSE AVE & NOLENSVILLE PIKE, NASHVILLE, , 37211",,,,,,51,white,female,eeb3c63112,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-27,22:34:00,"LUKER LN & TUSCULUM RD, ANTIOCH, TN, 37013",36.0539069,-86.6912118,3.0,8713.0,321.0,25,white,male,fb944c2c7c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-09-11,06:29:00,"I 24 E & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8404.0,313.0,22,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-01,15:44:00,"CHARLOTTE PIKE, , TN, 37205",36.1302698,-86.899755,,,,26,white,female,d773d5ccf6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-14,21:23:00,"CLEVELAND ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1869623,-86.76803,2.0,1947.0,221.0,57,white,male,c1a1b04631,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX,STOP SIGN +2012-04-26,13:08:00,"HERMAN ST & 28TH AVE N, , TN, 37208",36.1616532,-86.8192478,,,,22,black,male,e562769ea0,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-03-18,17:40:00,"15118 OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0452037,-86.7155595,8.0,8655.0,835.0,34,black,female,cf5265e2f4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-09-11,19:41:00,"N GALLATIN PIKE & ALTA LOMA RD, MADISON, TN, 37115",36.2931922,-86.7024332,7.0,1721.0,727.0,66,black,female,a81423d2e8,vehicular,vehicle equipment violation,False,True,True,citation,True,False,False,False,True,False,True,plain view,vehicle equipment violation,TN,"BRAKE LIGHT OUT, DL SUSPENDED" +2017-01-28,19:37:00,"S 5TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1664991,-86.761612,2.0,1011.0,211.0,71,white,male,bbc5c37b21,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-01,10:47:00,"CLEVELAND ST & N 6TH ST, NASHVILLE, TN, 37207",36.1857706,-86.7619481,2.0,1945.0,221.0,44,white,male,c4680d166c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-09-14,13:12:00,"CHARLOTTE PIKE & OCEOLA AVE, NASHVILLE, TN, 37209",36.1496487,-86.8599114,1.0,5025.0,115.0,53,white,male,1f8775dabb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2013-03-09,18:56:00,"BELL RD & BROOK VIEW ESTATES DR, ANTIOCH, TN, 37013",36.043923,-86.6932871,3.0,8719.0,331.0,63,white,female,d417ae0732,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-12,16:23:00,"BRILEY PKWY & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9101.0,513.0,53,black,male,2068212732,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-18,20:32:00,"FOSTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1415552,-86.7405947,3.0,8161.0,311.0,38,black,female,d537d94583,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-19,15:41:00,", , ,",,,,,,51,white,male,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-09,00:12:00,"ALAMO PL & WESTBORO DR, NASHVILLE, TN, 37209",36.1524681,-86.8760486,,4671.0,,46,white,male,c99d3afed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-16,09:33:00,"OLD HICKORY BLVD & ZERMATT AVE, NASHVILLE, TN, 37211",36.0456117,-86.7197548,8.0,8651.0,835.0,30,white,male,3245129711,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,, +2018-06-21,16:03:00,"MM 12 8 BRILEY S, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9284.0,515.0,35,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2014-05-01,11:42:00,"LINCOYA BAY DR & LINCOYA CREEK DR, , TN, 37214",36.1452386,-86.6240416,5.0,8957.0,533.0,19,white,male,080ab8807b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2010-05-21,05:04:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6013.0,117.0,22,white,male,757d5ba979,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-28,20:20:00,"590 JOSEPH AVE, NASHVILLE, TN, 37207",36.1815293,-86.7727824,2.0,1961.0,221.0,19,black,female,9edafecd50,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-13,19:25:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1111.0,211.0,35,white,female,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-08,13:16:00,"1905 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1326623,-86.7583428,8.0,8041.0,821.0,38,white,female,6fc2115dd4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAG +2018-07-13,09:38:00,"GREENFIELD AVE & KATHERINE ST, NASHVILLE, TN, 37216",36.2103079,-86.7284793,2.0,1441.0,217.0,66,white,male,8ed20f511b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-14,09:55:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,43,white,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-02,19:56:00,"8TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1568929,-86.780828,4.0,4061.0,425.0,22,white,female,1c329e8c02,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-01-19,15:47:00,", , ,",,,,,,23,white,male,d5acee9eec,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2014-02-04,21:12:00,"10 FAIRFIELD AVE, NASHVILLE, TN, 37210",36.1478024,-86.7580728,5.0,8209.0,511.0,25,black,male,0e0fefbbe3,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,CONSENT SEARCH +2013-01-06,22:56:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1301.0,215.0,19,black,male,4641ba1563,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in -- +2016-04-29,17:46:00,", , ,",,,,,,36,black,male,87bd93c328,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-29,17:02:00,"506 MCDONALD DR, NASHVILLE, TN, 37217",36.1145276,-86.7083913,3.0,8879.0,315.0,64,black,male,bdba73f50a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-05-19,21:29:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,8.0,8661.0,831.0,32,white,female,da31f1d69d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-03-25,02:13:00,", , ,",,,,,,23,white,female,4fc33d282c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NY, +2013-05-24,06:53:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,26,white,female,d7d987fc7e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-21,09:34:00,", , ,",,,,,,32,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TX,"REVOKED, K------, --/--" +2014-10-24,06:47:00,", , ,",,,,,,17,black,male,aaec21c32e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL, +2012-05-31,17:18:00,"8331 MCCRORY LN, NASHVILLE, TN, 37221",36.065871,-86.998992,1.0,4801.0,125.0,29,white,male,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-21,02:00:00,"BELLEVUE RD & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0647018,-86.9391179,1.0,4817.0,125.0,64,white,male,f9d7f04fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-15,22:11:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3155.0,623.0,32,black,female,db6c29e919,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"LEFT HEADLIGHT OUT/PULLED OVER BEFORE EVEN PUT THE BLUE LIGHTS ON +" +2012-09-17,18:41:00,"AMERICAN RD & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1444524,-86.8727319,1.0,5029.0,115.0,46,white,female,25b26f360e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-06-19,15:50:00,"DISSPAYNE DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1726197,-86.6494685,5.0,9403.0,517.0,45,black,male,a09fc76742,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-07,00:10:00,"JEFFERSON ST, CENTRAL, TN, 37208",35.1998843,-87.0294356,,,,25,white,female,3607f2fc8c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-11,00:39:00,"HORTON AVE & VILLA PL, NASHVILLE, TN, 37212",36.1406072,-86.792398,8.0,6629.0,811.0,25,white,male,db192e186d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-03,07:29:00,"HWY 100 & VAUGHNS GAP RD, , TN, 37221",36.0788298,-86.8852141,,,,73,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-05,22:03:00,"DICKERSON PIKE & SPRING ST, NASHVILLE, TN, 37207",36.1766768,-86.7709301,2.0,1979.0,221.0,28,black,female,20594604e0,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-26,20:35:00,"BELL RD & BENZING RD, ANTIOCH, , 37013",36.045306,-86.7016897,,,,25,white,female,b69829b5aa,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-02-19,13:32:00,", , ,",,,,,,69,white,,3f791dfbd2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-07-15,00:55:00,"AVERITT EXPRESS DR & BRILEY PKWY S, NASHVILLE, TN, 37211",36.1085366,-86.7158361,3.0,8877.0,315.0,27,black,female,82d9172387,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-17,20:43:00,"DR D B TODD JR BLVD & JEFFERSON ST, NASHVILLE, TN, 37208",36.1694517,-86.8066186,6.0,5325.0,615.0,60,black,male,2d9b91c2d2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEAD LIGHT OUT +2012-08-21,16:59:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,53,white,male,d7d987fc7e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-17,07:15:00,"4TH AVE S & MALLORY ST, NASHVILLE, TN, 37210",36.137337,-86.7613827,3.0,8127.0,311.0,61,white,male,e4ae6c74b9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-06-20,12:45:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,66,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-28,07:50:00,"ED TEMPLE BLVD & JEFFERSON ST, , TN, 37209",36.1678281,-86.8207666,,,,36,black,male,8bf524819e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-02,14:23:00,"ANTIOCH PIKE & HARDING PL, NASHVILLE, TN, 37211",36.0874362,-86.6922057,3.0,8843.0,315.0,30,black,male,42ef47acc8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-15,09:55:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9535.0,523.0,26,white,female,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-28,08:52:00,"1910 KAREN DR, NASHVILLE, TN, 37217",36.1398487,-86.704663,5.0,8827.0,531.0,44,hispanic,male,b026378af6,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,False,True,consent,moving traffic violation,MS, +2012-07-31,23:54:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,5.0,8815.0,531.0,23,unknown,male,fbe3d2b8c6,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,False,True,consent,vehicle equipment violation,TN, +2014-10-18,15:51:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,21,white,male,8563660720,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN,"EXPIRED TAGS, SUSPENDED DL" +2018-09-28,05:42:00,"MM 203 8 I40 E, NASHVILLE, TN, 37209",,,1.0,5202.0,111.0,42,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-21,23:56:00,"44TH AVE N & TENNESSEE AVE, NASHVILLE, TN, 37209",36.161062,-86.8403277,1.0,4511.0,111.0,20,black,female,751bb20c68,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-23,05:47:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,46,unknown,female,236f1a57dd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-01,18:29:00,"CATINA DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1272661,-86.703924,5.0,8821.0,531.0,17,white,male,7dbf1da87e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-19,00:16:00,"46TH AVE N & ELKINS AVE, NASHVILLE, TN, 37209",36.1499718,-86.8420912,1.0,5133.0,113.0,33,white,male,c75c3c403c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-23,17:18:00,"COTTAGE HILL DR & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.079634,-86.6550801,3.0,8891.0,325.0,32,black,male,fb944c2c7c,vehicular,vehicle equipment violation,False,True,True,citation,True,True,False,True,True,True,True,probable cause,vehicle equipment violation,TN,"- GRAMS MARIJUANA +REVOKED" +2015-09-21,23:24:00,"ARRINGTON ST & LISCHEY AVE, NASHVILLE, TN, 37207",36.1842936,-86.7648419,2.0,1945.0,221.0,18,white,female,8bfb8d2916,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,-------- +2014-12-15,00:57:00,"E PALESTINE AVE & S GALLATIN PIKE, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1507.0,711.0,55,black,female,2d9b91c2d2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BROKEN TAIL LIGHT +2013-04-11,09:10:00,"MM 15 0 BRILEY E, NASHVILLE, TN, 37216",,,2.0,15920.0,225.0,43,white,male,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-21,18:20:00,"S GALLATIN PIKE & NEELYS BEND RD, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1783.0,711.0,47,hispanic,male,c5e9138c19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-20,16:37:00,"CHICAMAUGA AVE & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1852938,-86.7543473,2.0,1929.0,227.0,26,white,female,d3fe386ea8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-10-07,07:57:00,"W HAMILTON AVE & MALLARD DR, NASHVILLE, TN, 37218",36.2161081,-86.8221854,6.0,3139.0,623.0,46,black,female,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-06,13:21:00,"11TH AVE N & CHEATHAM PL, , , 37208",36.174046,-86.799654,,,,25,black,male,2d306d905c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-19,13:45:00,"1178 ANTIOCH PIKE, NASHVILLE, , 37211",36.0944567,-86.6995981,,,,43,white,male,4bf759b804,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-06,15:31:00,"GALLATIN PIKE, , TN, 37072",36.2899211,-86.7039319,,,,39,white,male,a81423d2e8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-31,01:49:00,"MAIN ST & N 10TH ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,2.0,1131.0,213.0,58,black,male,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-16,11:26:00,"40TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1550202,-86.8345678,1.0,4533.0,111.0,65,white,male,cccd043657,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-17,04:59:00,"LEBANON PIKE & TYLER DR, HERMITAGE, TN, 37076",36.2012741,-86.6177501,5.0,9719.0,523.0,63,black,female,24a723a5dc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-07,15:31:00,"MAIN ST & S 10TH ST, NASHVILLE, TN, 37206",36.1781423,-86.7516424,,1241.0,,56,black,male,4ace4f5618,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2019-01-30,10:27:00,"2308 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0859698,-86.6475125,5.0,8937.0,535.0,35,white,female,1057fdb5b5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-12-03,23:29:00,"8TH AVE S & MELPARK DR, NASHVILLE, TN, 37204",,,8.0,6945.0,823.0,29,white,female,6c4d415b15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-02,20:05:00,"S GALLATIN PIKE & MOVING CENTER CT, MADISON, TN, 37115",36.250784,-86.7184563,7.0,1507.0,711.0,39,black,male,831999c6fa,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,brake light out +2015-02-06,07:49:00,"BRILEY PKWY & KAREN DR, NASHVILLE, TN, 37217",36.1395619,-86.7003202,5.0,8827.0,531.0,43,hispanic,female,fb75cd4829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY,--/-- +2010-07-07,12:35:00,"12TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4081.0,423.0,40,hispanic,male,6f0151b767,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-19,10:39:00,"600 SHELBY AVE, NASHVILLE, TN, 37206",36.1681249,-86.7596364,2.0,1043.0,211.0,19,black,male,884c66a1b8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-18,15:12:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,65,white,female,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-27,16:49:00,"705 28TH AVE N, NASHVILLE, TN, 37209",36.1592147,-86.8189437,6.0,5305.0,615.0,31,white,male,cbaf8cc4c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-25,03:10:00,"3RD AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,21,white,male,9343562728,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,"STOPPED FOR NO LIGHTS- NO SEATBELT, NO REGISTRATION CITATION" +2011-09-12,08:03:00,"BELMONT PARK TER & JAMESTOWN GREEN CT, NASHVILLE, TN, 37215",36.1006556,-86.8051637,8.0,6407.0,825.0,51,white,male,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"STOPPED FOR BRAKE LIGHT +" +2013-11-09,17:30:00,"3035 HAMILTON CHURCH RD, ANTIOCH, TN, 37013",36.0609989,-86.6292459,3.0,8865.0,333.0,65,white,female,cd98dea728,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-28,20:14:00,"21ST AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1710578,-86.8099323,6.0,4481.0,613.0,35,black,male,1633983eae,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,True,other,moving traffic violation,OH, +2017-11-22,14:14:00,"HARDING PL & MCGAVOCK PIKE, NASHVILLE, TN, 37217",36.0917845,-86.6852725,3.0,8841.0,323.0,39,hispanic,male,33b2c0bf9c,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2017-08-16,11:34:00,"38TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1525885,-86.8309826,1.0,5229.0,113.0,17,black,female,6bbcd9c997,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2014-09-18,05:28:00,"MAIN ST & S 5TH ST, NASHVILLE, TN, 37206",36.1728291,-86.7652377,2.0,1109.0,211.0,51,black,female,87c84d8f86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-20,16:19:00,"1125 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1254733,-86.7104713,5.0,8821.0,531.0,36,black,male,d934aa28a9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-06,19:59:00,"DR DB TODD JR BLVD & JEFFERSON ST, NASHVILLE, TN, 37208",36.1694517,-86.8066186,6.0,5323.0,615.0,22,black,male,a6cc9ab365,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,no head lights on during the night +2018-01-24,08:16:00,"HARDING PL & TROUSDALE DR, NASHVILLE, TN, 37211",36.0810559,-86.7583563,8.0,8603.0,831.0,64,white,female,c905938f10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-06,21:35:00,"GALLATIN AVE & SEYMOUR AVE, NASHVILLE, TN, 37206",36.1856479,-86.7475574,2.0,1319.0,215.0,55,black,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAIL TO YIELD +2014-11-25,10:01:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1953.0,221.0,42,black,male,a0b824a6ce,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2013-09-13,13:07:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,34,black,male,adb220724a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- mph in a -- mph zone e/b on hermitage +2015-10-05,10:12:00,"MM 81 4 I65 S, NASHVILLE, TN, 37203",,,8.0,68042.0,821.0,38,white,female,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-27,10:00:00,"3RD AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1575648,-86.7733826,4.0,4047.0,425.0,45,white,male,ff0f4a82d4,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2012-07-17,23:56:00,"EZELL PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1057338,-86.6717169,3.0,8841.0,323.0,21,white,male,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-31,11:56:00,"S 11TH ST & FATHERLAND ST, NASHVILLE, , 37206",36.1741367,-86.7503438,,,,33,white,female,12d3d862ae,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-06-13,22:17:00,"3043 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1043126,-86.7423481,8.0,8517.0,831.0,42,hispanic,male,7b3aa52401,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-18,04:42:00,"MAIN ST & S 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1997.0,227.0,61,black,female,14bd6a0244,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-09-10,12:24:00,"BROOK HOLLOW RD & W HILLWOOD DR, NASHVILLE, TN, 37205",36.1305102,-86.8835448,1.0,5007.0,121.0,77,white,male,16f69cd6ef,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-18,00:37:00,"GALLATIN AVE & SEYMOUR AVE, NASHVILLE, TN, 37206",36.1856479,-86.7475574,2.0,1319.0,215.0,33,white,male,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-05-15,16:08:00,"565 DONELSON PIKE, NASHVILLE, TN, 37214",36.1428112,-86.6665487,5.0,9411.0,517.0,54,white,male,57379213f0,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-08-08,12:18:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,55,white,female,4d94f95134,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"PASSENGER HAD FEET IN WINDOW +" +2015-11-20,01:40:00,"FAIRFIELD AVE & GREEN ST, NASHVILLE, TN, 37210",36.1527093,-86.7563687,5.0,8221.0,511.0,64,black,male,f74f6ad995,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-31,00:22:00,"VILLA PL & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1361486,-86.7932824,8.0,6615.0,823.0,25,white,female,e4eb4870eb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"CARELESS DRIVING +" +2011-01-21,20:40:00,"3RD AVE S & CHESTNUT ST, NASHVILLE, TN, 37210",36.1453608,-86.7656789,3.0,8143.0,311.0,31,black,male,1efbb4af4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-14,11:46:00,"GREENFIELD AVE & KATHERINE ST, NASHVILLE, TN, 37216",36.2103079,-86.7284793,2.0,1441.0,217.0,33,white,male,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-22,21:11:00,", , ,",,,,,,34,white,female,88f042f180,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-09-03,18:55:00,"842 W TRINITY LN, NASHVILLE, TN, 37207",36.2066911,-86.8011689,6.0,3037.0,623.0,78,black,female,a8665bc00a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-16,02:50:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,28,white,female,9343562728,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BROKEN TAILLIGHT +2013-11-11,16:18:00,"BELMONT BLVD & PORTLAND AVE, NASHVILLE, TN, 37212",36.1328823,-86.7958997,8.0,6611.0,815.0,26,white,female,7065276690,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-01-13,,"HAYWOOD LN & KEELEY DR, NASHVILLE, TN, 37211",36.0698346,-86.6958189,3.0,8709.0,321.0,31,white,male,3ee2a2a059,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-10,08:55:00,", , ,",,,,,,16,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-06,11:55:00,"BAILEY ST & W EASTLAND AVE, NASHVILLE, , 37206",36.1838357,-86.7501765,,,,35,hispanic,male,2516786674,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-31,00:39:00,"MURFREESBORO PIKE & SCOTT VALLEY DR, ANTIOCH, TN, 37013",,,3.0,8891.0,325.0,25,hispanic,male,622ce499b8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-05-22,11:03:00,"3616 PENINSULA CT, NASHVILLE, TN, 37217",36.089964,-86.608044,5.0,8931.0,535.0,22,white,male,93ef5d6182,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-06-06,13:50:00,"I 65 S & TRINITY, , TN,",36.2058983,-86.7685904,,,,68,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-29,03:51:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,52,white,male,4b50e3a934,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-01,16:42:00,"0 ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.177833,-86.8245185,6.0,4425.0,611.0,56,black,female,f18b2724d9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2015-12-22,11:16:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,43,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,FLAGGING ----- +2012-04-27,04:19:00,"SAUNDERSVILLE RD & SHUTE LN, , TN, 37138",36.2263463,-86.6031782,,,,40,white,male,adf5df7aac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-25,11:05:00,"CASTLEMAN DR & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0989174,-86.821334,8.0,6403.0,825.0,36,white,male,a70d3cbc7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-20,08:46:00,"W DUE WEST AVE & S GRAYCROFT AVE, MADISON, TN, 37115",,,7.0,1799.0,723.0,39,white,female,cccd043657,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-29,11:43:00,"4604 LEBANON PIKE, HERMITAGE, TN, 37076",36.2155627,-86.5960738,5.0,9525.0,523.0,33,black,female,329e7e4c16,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO LEFT TURN. +2013-06-07,09:53:00,"1216 LEWIS ST, NASHVILLE, TN, 37210",36.1453429,-86.7585474,3.0,8135.0,311.0,53,white,male,42ef47acc8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-26,22:10:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9201.0,515.0,21,white,female,fa9ae817a9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-02,01:44:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,55,white,female,acffed52bf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-29,19:24:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,5.0,8213.0,511.0,17,black,female,ca70dcb8f6,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-29,00:35:00,"BRILEY PKWY & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9101.0,513.0,28,white,female,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-19,05:46:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,25,white,female,9d8bfc8acb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-03,18:18:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,3.0,8133.0,311.0,53,black,male,30ee2301cb,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-15,19:17:00,"ANDERSON RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0877429,-86.6071736,5.0,8931.0,535.0,28,white,male,fa9ae817a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-12,00:33:00,"24TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1479026,-86.8064477,8.0,5615.0,813.0,50,white,male,d3a71059de,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-11,13:31:00,"2813 CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1881505,-86.8224833,6.0,4425.0,611.0,36,black,male,563f7a1718,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-10,18:15:00,"5410 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.183652,-86.6093441,5.0,9561.0,521.0,38,white,female,ac6a1127e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"TAGS EXP NO INS +" +2010-06-17,06:38:00,"I 24 E & BRILEY PKWY, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8336.0,313.0,44,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-12-06,12:05:00,"DOMINICAN DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1879249,-86.7985195,6.0,4403.0,611.0,54,white,male,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-27,15:52:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,20,black,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-24,15:23:00,"2ND ST & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2167719,-86.6235145,5.0,9617.0,525.0,50,white,male,af2e0d95c8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEED +2013-08-28,15:19:00,"2ND AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1632454,-86.7760574,4.0,4103.0,421.0,46,black,female,ae3d1eafc3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2011-11-22,09:41:00,"2430 JEFFERSON ST, NASHVILLE, TN, 37208",36.1686197,-86.8148512,6.0,4561.0,613.0,22,black,female,b5ca91d71f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-07,09:49:00,"CLINE AVE & DOUGLAS AVE, NASHVILLE, TN, 37206",36.1932975,-86.7515722,2.0,1895.0,227.0,42,white,male,8cbadbb4fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-01-22,21:05:00,"2ND AVE & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,28,black,male,a951ba99dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-05,08:30:00,"16TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1800254,-86.809783,6.0,4455.0,613.0,45,black,male,1163ce2341,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-03,21:52:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1771.0,711.0,27,unknown,male,55fba78524,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-14,23:53:00,"NOLENSVILLE PIKE & MOORE AVE, , TN, 37210",36.1364088,-86.7606941,,,,34,white,male,1d8c47ce85,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-04,12:35:00,"DR WALTER S DAVIS BLVD & SCHRADER LN, NASHVILLE, TN, 37209",36.1727351,-86.8252443,6.0,4503.0,613.0,68,black,female,275b2f9e04,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-24,07:40:00,"MAIN ST & NEILL AVE, NASHVILLE, TN, 37206",36.1758256,-86.7575637,2.0,1999.0,227.0,38,black,male,4de6ccf87a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-03-18,09:15:00,"4701 TROUSDALE DR, NASHVILLE, TN, 37220",36.0797453,-86.7592067,8.0,8601.0,833.0,34,black,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-14,09:50:00,"ANNEX AVE & EDSEL DR, NASHVILLE, TN, 37209",36.1554057,-86.8807332,1.0,4687.0,115.0,70,white,male,2911bddbd9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-10,23:57:00,"ELM HILL PIKE & SPENCE LN, NASHVILLE, , 37210",36.1439545,-86.722585,,,,29,black,male,7820669585,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-23,15:43:00,"805 GALLATIN PKE, , TN,",36.3882226,-86.4658205,,,,65,black,female,b0595584e6,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT. +2017-01-29,23:36:00,"40 ENTRY E & OLD HICKORY BLVD, NASHVILLE, TN, 37205",,,1.0,4903.0,121.0,18,black,male,9ea0e9ac34,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-28,00:57:00,"ARTHUR AVE & JANE ST, NASHVILLE, TN, 37208",36.1783656,-86.8024162,6.0,4451.0,613.0,46,black,female,070653f6bf,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-02-17,23:02:00,"51ST AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1622683,-86.8491077,1.0,4607.0,111.0,19,black,male,9d8bfc8acb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-03,20:06:00,"DICKERSON PIKE & EVANSTON AVE, NASHVILLE, TN, 37207",36.1901166,-86.7729412,2.0,1913.0,221.0,30,hispanic,male,b9f9980a8a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-11,12:35:00,"OLD HICKORY BLVD & WHITES CREEK PIKE, WHITES CREEK, TN, 37189",36.2657063,-86.8308515,6.0,3305.0,627.0,17,black,male,3b8237be67,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING -- IN A -- AND NO INSURANCE +2011-01-05,22:16:00,"OLD HICKORY BLVD & SONYA DR, NASHVILLE, TN, 37221",36.1098845,-86.9225162,1.0,4815.0,125.0,40,white,male,79b21ccc56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-12,17:37:00,"S 5TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1698367,-86.7635361,,1111.0,,34,black,male,c7a5bebec5,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-01-25,17:06:00,"N GALLATIN PIKE & CONFERENCE DR, MADISON, TN, 37115",36.3027491,-86.6918546,7.0,1731.0,727.0,86,white,male,55fba78524,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-30,18:32:00,"I 24 E & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8704.0,333.0,31,white,female,ab5ef8094a,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2015-04-08,10:36:00,"1084 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.127467,-86.7113146,5.0,8817.0,531.0,18,white,male,9d41edf114,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-29,14:18:00,"NOLENSVILLE PIKE & WELSHWOOD DR, NASHVILLE, TN, 37211",36.0825966,-86.7272314,3.0,8445.0,317.0,26,hispanic,female,fc1666fe63,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-04-15,17:08:00,"I 40 ENTRY E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,8955.0,533.0,26,black,male,df69290668,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-20,16:48:00,"16TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1363294,-86.7944758,8.0,6613.0,823.0,37,black,male,0535f8bb5a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-09-24,21:28:00,"11TH AVE S & SUMMIT AVE, NASHVILLE, TN, 37203",36.1386513,-86.7862305,8.0,6911.0,821.0,39,black,male,2457b66101,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-26,09:20:00,"W NOCTURNE DR & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2115014,-86.797569,6.0,3037.0,623.0,24,black,female,c51a70920b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-13,05:33:00,"ELLINGTON PKWY N & HART LN, NASHVILLE, TN, 37207",36.2187302,-86.7486172,2.0,1886.0,223.0,26,white,male,0912fafc21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HL OUT, COMPUTER $----" +2018-05-16,22:35:00,"GALLATIN AVE & SHARPE AVE, NASHVILLE, TN, 37206",36.1892609,-86.7459812,2.0,1901.0,227.0,46,white,male,884c66a1b8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-05-02,16:49:00,"1820 JEFFERSON ST, NASHVILLE, TN, 37208",36.1694195,-86.8083431,6.0,5323.0,615.0,52,black,female,27e7e8c87e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-11,20:50:00,"I 65 ENTRY & I 440 W, NASHVILLE, TN, 37204",36.1924034,-86.7941158,8.0,81061.0,821.0,34,white,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-16,02:40:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,49,hispanic,male,c4348d7474,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,RAN RED TURN LIGHT +2013-03-28,19:41:00,"53RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1518546,-86.851168,1.0,5121.0,111.0,51,white,male,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-20,14:16:00,"DOUGLAS AVE, , TN, 37216",36.1933011,-86.7527731,,,,23,white,female,4ace4f5618,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-12,01:59:00,"BAUGH RD & BELLEVUE RD, NASHVILLE, TN, 37221",36.0688732,-86.941443,1.0,4811.0,125.0,19,white,male,c99d3afed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-23,15:33:00,"6005 MT VIEW, , TN,",36.0600127,-86.6144188,,,,44,white,male,3316885e7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-23,08:59:00,"OBRIEN AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1506975,-86.8579143,1.0,5004.0,115.0,55,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2013-08-14,13:31:00,"1084 TULIP GROVE RD, HERMITAGE, TN, 37076",36.1831162,-86.5952003,5.0,9559.0,523.0,55,white,male,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2018-08-28,00:44:00,"NOLENSVILLE PIKE & VERITAS ST, NASHVILLE, TN, 37211",36.097753,-86.7384763,3.0,8431.0,313.0,27,white,male,3885f30c64,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,NM, +2017-07-07,18:09:00,"COCKRILL ST & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.1736224,-86.8083622,6.0,4475.0,613.0,22,black,female,f18b2724d9,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-05-08,18:18:00,"BERRYWOOD DR & BRANSFORD AVE, , , 37204",36.1187438,-86.7660197,,,,26,black,female,1d8c47ce85,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-02-13,10:49:00,"2ND AVE & UNION ST, NASHVILLE, TN, 37201",36.1659389,-86.777771,4.0,4163.0,415.0,46,white,male,d9874c5db6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"EXP. REG. +" +2014-01-25,01:17:00,"21ST AVE S & BLAKEMORE AVE, NASHVILLE, TN, 37212",36.1375861,-86.8007588,8.0,6607.0,815.0,22,white,female,1ff1d02632,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,FL, +2015-05-23,10:27:00,"DONELSON PIKE & EMERY DR, NASHVILLE, TN, 37214",36.1565655,-86.6650044,5.0,9421.0,517.0,47,white,male,fbdc8fe5b9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT +2013-12-26,17:42:00,"2705 GALLATIN PIKE, , TN, 37216",36.1995302,-86.7409789,2.0,1401.0,217.0,34,black,female,71cbae12cb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-28,04:53:00,"63RD AVE N & LOUISIANA AVE, NASHVILLE, , 37209",36.1658418,-86.8650646,,,,49,white,male,2b7a7efb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speeding +" +2013-03-07,05:36:00,"MM 78 0 I65 N, NASHVILLE, TN, 37204",,,8.0,8502.0,825.0,47,black,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-10,23:47:00,"4124 LEBANON PIKE, HERMITAGE, TN, 37076",36.2005116,-86.6192792,,,,55,black,male,60059bc218,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-10,04:31:00,"BRICK CHURCH PARK DR & BRICK CHURCH PIKE, NASHVILLE, , 37207",36.2242337,-86.7821876,,,,22,black,female,23dde6f49b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-24,16:16:00,"HARDING PL & TAMPA DR, NASHVILLE, TN, 37211",36.0826564,-86.7105185,3.0,8443.0,317.0,41,white,male,7b3aa52401,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-08,21:43:00,"I 40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,90062.0,513.0,45,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-23,20:06:00,"DUTCHMANS DR & NETHERLANDS DR, HERMITAGE, , 37076",36.2042113,-86.6023002,,,,80,white,female,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-01,01:28:00,"2ND AVE & ELM ST, MADISON, TN, 37115",36.2607173,-86.7105402,7.0,1605.0,713.0,39,white,male,5076171cf5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-23,08:06:00,"DICKERSON PIKE & ROCK ST, NASHVILLE, TN, 37207",36.2139776,-86.7643694,2.0,1829.0,223.0,52,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-25,15:20:00,"CLEARVIEW AVE & S 10TH ST, NASHVILLE, TN, 37206",36.1779026,-86.7515237,2.0,1241.0,213.0,23,white,female,12e31d44cd,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2014-12-31,12:06:00,"ANTIOCH PIKE & HARDING PL, NASHVILLE, TN, 37211",36.0874362,-86.6922057,3.0,8843.0,315.0,51,white,male,b8a91068a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver brake light +2014-02-04,09:19:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1441.0,217.0,49,white,male,e24c163b5d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,VEHICLE WAS STOPPED FOR HAVE A BUSTED TAILLIGHT. +2017-11-30,20:25:00,"99 WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.131647,-86.858158,1.0,5019.0,121.0,22,white,female,8c95eaaf8f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,OH, +2012-11-13,21:06:00,"3939 APACHE TRL, NASHVILLE, TN, 37211",36.0661563,-86.6869276,3.0,8709.0,321.0,25,white,male,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-02,21:58:00,"3863 DICKERSON PIKE, MADISON, TN, 37207",36.2688553,-86.755223,7.0,2039.0,725.0,19,black,male,c7486b1902,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-23,16:20:00,"3RD AVE S & CHESTNUT ST, NASHVILLE, TN, 37210",36.1453608,-86.7656789,3.0,8143.0,311.0,22,white,male,080ab8807b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-30,09:29:00,"FOSTER AVE & WOODYCREST AVE, NASHVILLE, TN, 37210",36.134842,-86.741323,3.0,8113.0,311.0,50,white,male,d0f8493a41,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-05,15:17:00,"180 LAFAYETTE ST, , TN, 37210",36.1479585,-86.7591995,3.0,8145.0,311.0,72,black,male,df69290668,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-12-08,00:42:00,"N GALLATIN PIKE & LOVELL ST, MADISON, TN, 37115",36.2684865,-86.7106976,7.0,1761.0,723.0,20,white,male,4ff9d8c9ea,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2019-02-14,08:01:00,"MAIN ST & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1765865,-86.7555717,2.0,1941.0,227.0,24,white,female,b3147d3c99,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2010-10-30,22:53:00,"MIDLAND AVE & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1540648,-86.8582989,,4663.0,,33,other,female,400b5cb4f4,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-01,07:18:00,"MM 1 0 I440 E, NASHVILLE, TN, 37205",,,1.0,5240.0,113.0,34,asian/pacific islander,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-20,10:38:00,"38TH AVE N & LOOKOUT DR, NASHVILLE, TN, 37209",36.1459857,-86.831125,1.0,5235.0,113.0,31,white,male,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2010-10-31,17:57:00,"HAYWOOD LN & I 24 W, NASHVILLE, TN, 37211",36.0694421,-86.6907781,3.0,8810.0,323.0,27,white,female,37d1129bde,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-13,13:15:00,"DODSON CHAPEL RD & SEVILLE DR, HERMITAGE, TN, 37076",36.1721232,-86.6146273,5.0,9503.0,521.0,21,black,female,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-17,21:51:00,"28 WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1290886,-86.8519449,1.0,5107.0,113.0,34,white,male,aa90c2b758,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,WI, +2010-01-26,14:35:00,"4601 PACKARD DR, ANTIOCH, TN, 37013",36.0634521,-86.690057,3.0,8713.0,321.0,30,white,male,f5332985df,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-05,16:29:00,"BRICK CHURCH PIKE & RICHMOND HILL DR, NASHVILLE, TN, 37207",36.2359142,-86.7811529,7.0,2031.0,721.0,49,black,female,576170def4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-28,12:34:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,40,black,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-22,00:33:00,"DICKERSON PIKE & HILLHURST DR, NASHVILLE, TN, 37207",36.2258648,-86.7601844,2.0,1827.0,223.0,56,black,male,58ae6f0919,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,TAILLIGHT +2017-08-15,09:16:00,"MARWOOD LN & SPENCE LN, NASHVILLE, TN, 37210",36.148876,-86.7220997,5.0,9019.0,513.0,32,white,male,daac2de4a2,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2011-12-08,22:01:00,"BRICK CHURCH PIKE & WOODFOLK AVE, NASHVILLE, TN, 37207",36.2174362,-86.7815144,6.0,3021.0,621.0,24,black,male,fde6504fcf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HEADLIGHT OUT +" +2012-02-07,23:06:00,"KERMIT DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1217299,-86.7048343,3.0,8811.0,315.0,39,black,male,fbe3d2b8c6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-19,13:49:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,56,black,female,186c441c5e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speeding -- in a -- +2017-08-24,07:51:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8899.0,323.0,42,hispanic,female,4fb51b4089,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-31,10:06:00,"DAVIDSON DR & DAVIDSON RD, NASHVILLE, TN, 37205",36.1180003,-86.8917197,1.0,4905.0,121.0,39,white,male,16f69cd6ef,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-07-12,11:23:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,30,black,female,6d13b2ff93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-16,08:00:00,"370 WALLACE RD, NASHVILLE, TN, 37211",36.078995,-86.723777,3.0,8705.0,321.0,40,unknown,male,5691d5edd8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"NO MDC +" +2014-05-15,20:08:00,"303 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.146129,-86.7555064,5.0,8221.0,511.0,33,white,female,b026378af6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-20,08:30:00,"510 OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2653667,-86.6518758,5.0,9611.0,525.0,24,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-06,20:47:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,5.0,8951.0,531.0,28,white,female,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-21,20:41:00,"18TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1520884,-86.7952809,8.0,5705.0,811.0,45,white,male,17e2b951bd,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,GA, +2010-11-15,19:37:00,"CHARLOTTE PIKE, WEST, TN, 37205",36.1302698,-86.899755,,,,20,white,male,69f5717852,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-02,17:40:00,"17TH AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1368762,-86.7957448,8.0,6611.0,815.0,43,white,male,f1128580df,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-02,17:08:00,"ELM HILL PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1531955,-86.6830402,5.0,9107.0,513.0,26,white,male,2cd8d90206,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-01-06,21:09:00,"MCCALL ST & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0996294,-86.7394394,8.0,8513.0,831.0,37,white,male,1d8c47ce85,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,TEMP TAG NOT VISIBLE +2011-06-01,10:16:00,"7020 HWY 70 S, NASHVILLE, TN, 37205",36.076339,-86.9153614,1.0,4903.0,121.0,51,hispanic,female,825f6ab981,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-06,15:11:00,"BURCHWOOD AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2006788,-86.7400574,2.0,1403.0,217.0,45,black,female,47560720c3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-03,19:54:00,"2ND AVE S & MIDDLETON ST, NASHVILLE, TN, 37210",36.1544712,-86.7703792,4.0,4031.0,425.0,29,white,male,7e361b3cfb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-01,15:08:00,"5321 HICKORY HOLLOW LN, ANTIOCH, TN, 37013",36.0482899,-86.653136,3.0,8863.0,333.0,45,black,female,0c3f7552a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TAGS EXPIRED, LEFT BRAKE LIGHT OUT +" +2014-04-07,23:55:00,"HIGHLAND VIEW DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.2078663,-86.6115715,5.0,9535.0,523.0,20,white,male,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,--mph/--mph zone +2012-05-16,13:54:00,"33RD AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1590802,-86.8250347,6.0,4551.0,613.0,36,black,male,dfa33c336f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-21,09:25:00,"1584 N GALLATIN PIKE, MADISON, TN, 37115",36.2913327,-86.7046561,7.0,1757.0,727.0,68,white,female,ac10577e91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-08,09:07:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,41,black,female,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"pass brake light out +" +2016-11-08,10:47:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,29,black,male,8c95eaaf8f,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2014-10-08,09:16:00,"8TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1578561,-86.7814243,4.0,4085.0,421.0,31,white,male,b9fb8b268e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-13,21:13:00,"W HEIMAN ST & 26TH AVE N, NASHVILLE, TN, 37208",36.1701134,-86.8171556,6.0,4523.0,613.0,60,black,male,47560720c3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-04,07:08:00,"HIBBITTS RD & WOODBERRY DR, , TN, 37214",36.158077,-86.6777351,5.0,9119.0,517.0,38,white,male,099216fe9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-30,14:14:00,"ANTIOCH PIKE & HAYSTACK LN, ANTIOCH, , 37013",36.0712446,-86.6841736,,,,42,black,male,42d656ccc7,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-01-23,00:56:00,"23RD AVE & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5715.0,815.0,18,white,female,82f2e31c2b,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2011-04-18,21:44:00,"SAWYER BROWN RD & TODD PREIS DR, NASHVILLE, TN, 37221",36.0711205,-86.9470687,1.0,4811.0,125.0,46,black,female,460a7c21b0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-03,15:05:00,"HARDING PL & JONQUIL DR, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8419.0,317.0,38,white,female,e7d36ee1fa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-06,17:59:00,"MCCRORY CREEK RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1574531,-86.6358797,5.0,9413.0,517.0,41,white,male,92a3a9efe6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-15,10:33:00,"11TH AVE S & GILMORE AVE, NASHVILLE, TN, 37204",36.1245838,-86.7879461,8.0,6949.0,823.0,36,white,female,e65dc4ec73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-13,17:54:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,23,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-09,04:25:00,"9TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1425951,-86.780874,8.0,6903.0,821.0,53,white,male,400b5cb4f4,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,plain view,moving traffic violation,TN, +2010-08-20,09:32:00,"CHURCH ST & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1584165,-86.7906562,4.0,4104.0,411.0,27,white,female,d9874c5db6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"EXP REG +" +2012-09-24,16:51:00,"S 7TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1715074,-86.7591463,2.0,1121.0,211.0,47,black,female,e1b3fd3e66,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2014-05-27,11:44:00,", , ,",,,,,,29,white,female,5a96851d64,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-24,13:47:00,"ANDREW JACKSON PKWY & HIGHLAND VIEW DR, HERMITAGE, TN, 37076",36.206872,-86.6055664,5.0,9509.0,523.0,44,white,male,d035c615e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2014-07-29,11:45:00,"3220 BELL RD, NASHVILLE, TN, 37214",36.1254314,-86.6308022,5.0,8945.0,533.0,31,black,female,06dbf4a801,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-16,09:29:00,"W TRINITY LN & OLD BUENA VISTA RD, NASHVILLE, TN, 37218",36.2060909,-86.8110252,6.0,3101.0,623.0,50,black,male,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-17,09:15:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,89062.0,533.0,25,black,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-19,16:44:00,", , ,",,,,,,35,black,male,cfbf0303f8,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-17,20:14:00,", , ,",,,,,,54,white,male,3bdca3df2d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-24,09:49:00,"21ST AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1690738,-86.8095974,6.0,5325.0,615.0,42,black,female,c76c330626,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-21,22:21:00,"MURFREESBORO PIKE & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.03923,-86.6027783,3.0,8903.0,335.0,21,black,male,fc8eeff4da,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-07,06:01:00,"NOLENSVILLE PIKE & SUNRISE AVE, NASHVILLE, TN, 37211",36.1040429,-86.7417025,8.0,8515.0,831.0,66,white,male,f6a9921e6e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-05,08:44:00,"CASA DR & PATIO DR, NASHVILLE, , 37214",36.1425237,-86.6413196,,,,33,black,female,0edd4e187a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-21,12:36:00,"19TH AVE S & SCARRITT PL, NASHVILLE, TN, 37212",36.1458656,-86.797295,8.0,6709.0,815.0,29,black,female,315048466f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-15,02:23:00,"S GALLATIN PIKE & DUE WEST AVE E, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1785.0,711.0,28,white,male,2bca49b49d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-31,04:17:00,"MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1091224,-86.6801508,,,,31,black,male,831999c6fa,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-08,04:39:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,3.0,8841.0,323.0,29,white,male,d66ac18e8c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-24,18:48:00,"FAIRFIELD AVE & GREEN ST, NASHVILLE, TN, 37210",36.1527093,-86.7563687,5.0,8207.0,511.0,31,black,male,d035c615e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-21,09:02:00,"DELLWAY DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2151139,-86.7639601,2.0,1831.0,223.0,41,black,female,377f552750,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-09-04,15:37:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,20,black,female,702f17e184,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-09,22:45:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37211",36.1109273,-86.7451877,,8519.0,,39,white,female,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-24,08:29:00,"2ND AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1632454,-86.7760574,4.0,4103.0,421.0,46,white,female,9cc6a55864,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-17,01:18:00,"24TH ST & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2474663,-86.6412378,5.0,9607.0,525.0,27,white,female,cb2dd776b1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-29,15:58:00,"KENILWOOD DR & SIDCO DR, NASHVILLE, TN, 37204",36.0913734,-86.7615154,8.0,8531.0,825.0,62,hispanic,male,718e745606,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-18,11:13:00,"ARDEE AVE & GALLATIN PIKE, NASHVILLE, , 37216",36.2196007,-86.7274134,,,,20,white,female,0dbd0e429c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT OUT +2012-08-30,10:27:00,"534 BREWER DR, NASHVILLE, TN, 37211",36.059163,-86.728864,8.0,8659.0,835.0,56,white,female,eb5a39da00,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-03,11:43:00,"COLLIER AVE & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.1097605,-86.7445986,,,,43,black,female,15212f8d72,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-12-15,06:07:00,"40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5202.0,111.0,20,white,male,4c7e26f974,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,expired tag +2011-04-22,07:51:00,"LEONARD AVE & WEST END AVE, NASHVILLE, , 37205",36.1330846,-86.8294162,,,,53,white,male,b91c7a6f67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-05,22:23:00,"BELL RD & I 24 W, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8863.0,333.0,19,black,male,18f8b54f00,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-10,01:51:00,"BRICK CHURCH PIKE & FERN AVE, NASHVILLE, TN, 37207",36.1957215,-86.7766893,6.0,3001.0,621.0,43,black,female,4ff9d8c9ea,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-24,12:38:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,24,white,female,fbdc8fe5b9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAGS +2013-08-19,07:57:00,"I 24 E & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8404.0,313.0,40,black,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-16,16:58:00,"AMERICAN RD & PREMIER DR, NASHVILLE, TN, 37209",36.146456,-86.8735796,1.0,5029.0,115.0,25,hispanic,male,69f5717852,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,False,consent,moving traffic violation,TN, +2018-04-11,20:50:00,"CRISLYNNDALE DR & MOOREWOOD DR, NASHVILLE, TN, 37207",36.2369615,-86.7733607,7.0,2005.0,721.0,25,black,male,afdbbd699c,vehicular,moving traffic violation,False,True,True,citation,True,True,False,False,True,True,True,other,moving traffic violation,TN, +2013-10-08,16:40:00,"OLD TUSCULUM RD & TUSCULUM RD, ANTIOCH, , 37013",36.0534179,-86.6906017,,,,41,white,female,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-21,05:16:00,"25TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.146956,-86.8083746,8.0,5615.0,813.0,43,white,male,400b5cb4f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-12,20:19:00,", , ,",,,,,,26,black,female,ea3413a239,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-12,16:32:00,"I 24 E & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.0149144,-86.618405,3.0,8702.0,333.0,30,white,male,c5e9138c19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2015-06-05,12:57:00,"50 VANTAGE WAY, NASHVILLE, TN, 37228",36.1915337,-86.7964224,6.0,4499.0,611.0,69,white,female,702f17e184,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-05,22:08:00,"MURPHY RD & WEST END AVE, NASHVILLE, TN, 37203",36.1393455,-86.8190954,,5629.0,,21,white,female,454c87e1c1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,GA, +2014-02-26,16:13:00,"615 GALLATIN AVE, NASHVILLE, TN, 37206",36.1832561,-86.7474798,2.0,1243.0,213.0,26,white,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-03-02,23:41:00,"1ST AVE N & UNION ST, NASHVILLE, TN, 37201",36.1667961,-86.7771651,,4163.0,,29,white,male,a61896fa86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-15,01:03:00,"10TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1724217,-86.7947991,6.0,4303.0,617.0,28,black,female,e143bf684a,vehicular,registration,False,True,True,citation,False,False,False,False,True,False,True,consent,registration,TN, +2011-10-07,23:00:00,"15TH AVE S & ELMWOOD AVE, NASHVILLE, TN, 37212",36.1266707,-86.7915789,8.0,6513.0,823.0,24,white,female,db0dfb551c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"---------- +" +2015-06-25,23:56:00,"PARAGON MILLS RD & TAMPA DR, NASHVILLE, TN, 37211",36.0876757,-86.7149106,3.0,8419.0,317.0,21,black,female,75c1044cd0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN (LINBAR / PM) +2011-06-13,19:23:00,"12TH AVE S & HAWKINS ST, NASHVILLE, TN, 37203",36.1485445,-86.7852223,8.0,6723.0,811.0,32,black,male,41dfc9efaf,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-16,14:28:00,"GLENGARRY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1209118,-86.7035499,5.0,8823.0,531.0,33,black,female,4bf759b804,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-21,18:07:00,", , ,",,,,,,19,white,female,cf72c2298a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2010-01-05,07:51:00,"17TH AVE & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1588072,-86.7981594,8.0,5505.0,813.0,43,white,female,f10f96fa80,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-09-24,02:22:00,"510 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0997819,-86.9215048,1.0,4903.0,121.0,50,white,male,e98216ab9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-11,14:28:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,26,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-04,23:26:00,"4105 LONE OAK RD, NASHVILLE, TN, 37215",36.1038004,-86.8090465,8.0,6405.0,825.0,26,hispanic,male,b48094e222,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TX, +2018-09-27,17:47:00,"GALLATIN AVE & SHARPE AVE, NASHVILLE, TN, 37206",36.1892609,-86.7459812,2.0,1901.0,227.0,27,white,female,1ad14463be,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,MI, +2014-08-19,21:42:00,"ELM HILL PIKE & MASSMAN DR, NASHVILLE, , 37210",36.1448378,-86.7110378,,,,28,black,male,b3d18aa8ec,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2010-03-24,23:12:00,"PARAGON MILLS RD & VALLEY RIDGE DR, NASHVILLE, , 37211",36.0877378,-86.7232192,,,,24,white,female,016717643a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-10,01:50:00,"INTERSTATE DR & WOODLAND ST, NASHVILLE, TN, 37213",36.1704542,-86.7684727,4.0,1107.0,413.0,39,white,male,aad9b31737,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-09,15:04:00,"S 2ND ST & KOREAN VETERANS BLVD, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1007.0,413.0,37,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-13,13:40:00,"BLUE HOLE RD & CRYSTAL BROOK DR, ANTIOCH, TN, 37013",36.0388983,-86.6774537,3.0,8753.0,331.0,61,black,male,816acd789a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"NO MDC +" +2012-11-02,08:25:00,"CHARLOTTE AVE & GEORGE L DAVIS BLVD, NASHVILLE, TN, 37203",36.1611936,-86.7926896,4.0,4153.0,411.0,28,black,female,3c38470dbd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-19,15:17:00,"6TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1578636,-86.7785826,4.0,4057.0,425.0,46,white,male,8ad42740bd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,RAN FLASHING RED LIGHT AT DEMONBRUEN ST AND -TH AV S +2010-06-08,01:03:00,"I 40 W & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,4602.0,115.0,26,black,male,e077a1b1fb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,NC, +2013-12-22,18:54:00,"2ND AVE S & MIDDLETON ST, NASHVILLE, TN, 37210",36.1544712,-86.7703792,4.0,4033.0,425.0,40,white,male,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO TURN ON RED +2018-03-02,23:41:00,"BARRINGTON PLACE DR & OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0397857,-86.7540337,8.0,8621.0,833.0,44,white,male,eeb3c63112,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-17,18:39:00,"11TH AVE & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4077.0,423.0,22,white,female,0bc116322b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-11,13:24:00,"6401 HARDING PIKE, NASHVILLE, TN, 37205",36.0901778,-86.8867032,1.0,4911.0,121.0,53,white,male,7d6a69a168,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-10,19:00:00,"20TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1496102,-86.7979986,8.0,5709.0,811.0,39,white,male,7df5a96ae9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAG +2012-01-19,21:06:00,"200 LAFAYETTE ST, NASHVILLE, TN, 37210",36.1477874,-86.7568855,5.0,8221.0,511.0,25,white,male,41097a7232,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-19,19:29:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1243.0,213.0,29,white,female,ec7adf5a98,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AL,HEADLIGHT OUT +2018-06-25,00:46:00,"4TH AVE S & PEABODY ST, NASHVILLE, TN, 37201",36.1559707,-86.7739121,4.0,4047.0,425.0,56,black,male,2f9e52f7c2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-23,13:50:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,47,white,female,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-29,13:53:00,"CRAIGHEAD ST & FRANKLIN PIKE, NASHVILLE, TN, 37204",36.1262042,-86.7770817,8.0,6951.0,823.0,30,white,male,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2016-04-26,20:40:00,"12TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4081.0,423.0,22,white,male,c1e876ae44,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,AZ, +2017-10-06,14:24:00,"MYATT DR & ROOSEVELT AVE, MADISON, TN, 37115",36.2693933,-86.6898803,7.0,1713.0,715.0,60,hispanic,male,71b1dbbd63,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-10-03,09:40:00,"2120 LEBANON PIKE, NASHVILLE, TN, 37210",36.1634968,-86.7015594,5.0,9025.0,513.0,27,white,male,2d306d905c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-27,13:23:00,"MURFREESBORO PIKE & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0961815,-86.65566,,8947.0,,21,black,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-04,06:12:00,"AVERITT EXPRESS DR & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1085366,-86.7158361,3.0,8898.0,315.0,33,white,female,53223ac60e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-21,03:10:00,"MM 92 8 I65 N, MADISON, TN, 37115",,,7.0,17040.0,723.0,32,hispanic,male,ba5ad061a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-05,09:10:00,"I 24 W & SHELBY AVE, NASHVILLE, TN, 37206",36.1673362,-86.7648518,2.0,1102.0,211.0,27,white,male,5bc5bf609d,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2010-03-09,13:00:00,"MM 194 I40 E, NASHVILLE, , 37221",,,,,,31,white,female,9d1e57a193,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-23,18:02:00,"762 DOUGLAS AVE, NASHVILLE, TN, 37206",36.1932202,-86.7539973,2.0,1903.0,221.0,40,white,female,0048470055,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-04-19,09:50:00,"JEFFERSON ST & SPRING ST, NASHVILLE, , 37213",36.176917,-86.7761407,4.0,1989.0,413.0,25,black,female,6f0151b767,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-22,08:54:00,"21ST AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1710578,-86.8099323,6.0,4481.0,613.0,53,black,male,a025a02b60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-13,16:11:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,45,black,female,19bfe40a92,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in -- +2013-10-06,22:21:00,"BELL & MT VIEW, , TN,",36.0499121,-86.6493475,,,,26,white,female,a07d1d7733,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2014-09-22,13:07:00,"CASTLEGATE DR & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0890223,-86.6143168,5.0,8929.0,535.0,51,black,female,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-02,17:42:00,"N 8TH ST & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1905.0,221.0,33,black,male,8bfb8d2916,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE BREAK LIGHT OUT. +2017-02-22,12:57:00,"481 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0979054,-86.9257227,1.0,4903.0,121.0,18,black,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA, +2016-12-07,07:46:00,"10TH AVE N & KELLOW ST, NASHVILLE, TN, 37208",36.1909481,-86.8062884,6.0,4495.0,611.0,31,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-09-28,22:08:00,"N 12TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1772272,-86.7484953,2.0,1241.0,213.0,38,black,male,1ad14463be,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-31,03:46:00,"2715 WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2192099,-86.8021739,6.0,3047.0,621.0,36,black,female,5c3fe4aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-20,21:03:00,"25TH AVE & CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1855205,-86.8171716,6.0,4421.0,611.0,35,black,female,5a96c3af3f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-30,13:37:00,"DUKE ST & SULTANA AVE, NASHVILLE, TN, 37207",36.2071888,-86.7631257,2.0,1891.0,223.0,55,black,female,377f552750,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2014-06-22,10:25:00,"I 440 W & WEST END AVE, NASHVILLE, TN, 37212",36.1210587,-86.7647275,8.0,5905.0,815.0,36,white,male,b07db22f21,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-13,09:44:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,27,white,male,6ba69dfb34,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-02,14:56:00,"1125 12TH AVE S, NASHVILLE, TN, 37212",36.1431378,-86.7877443,,,,21,white,female,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-30,07:38:00,"BELLEVUE RD & HICKS RD, NASHVILLE, TN, 37221",36.0625518,-86.9236427,1.0,4817.0,125.0,50,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-24,10:05:00,", , ,",,,,,,38,black,male,09ff8e8092,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,True,True,consent,moving traffic violation,TN,"-- in --r, revoked dl" +2014-11-10,09:25:00,"4TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1517995,-86.7712094,4.0,4005.0,425.0,38,white,female,a341fcca8c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-01,23:30:00,"HIGGINS ST & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0719656,-86.7239434,3.0,8701.0,321.0,30,hispanic,male,39e9ad240b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-14,15:00:00,"ELLINGTON PKWY N & HART LN, NASHVILLE, TN, 37216",36.2181317,-86.7463913,2.0,1894.0,225.0,38,white,female,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-14,09:27:00,"721 GALLATIN PIKE S, MADISON, TN, 37115",36.2550335,-86.7143783,7.0,1625.0,711.0,39,black,female,95b3c63410,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-17,13:55:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,29,black,male,a9b7a026f0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2012-04-06,15:29:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,28,white,male,ccda12115e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-05-28,08:18:00,"ELM HILL PIKE & MARRIOTT DR, NASHVILLE, TN, 37214",36.1532642,-86.6876043,5.0,9107.0,513.0,25,white,female,55206bed29,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2017-07-15,01:40:00,"860 OLD HICKORY BLVD W, MADISON, TN, 37115",36.267403,-86.7465498,7.0,2145.0,725.0,33,black,male,86ecf6f047,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2010-08-17,16:33:00,"16TH AVE N & WHELESS ST, NASHVILLE, TN, 37208",36.1771336,-86.8071105,6.0,4471.0,613.0,38,white,male,0437969110,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-09,12:40:00,"BUCHANAN ST & CEPHAS ST, NASHVILLE, TN, 37208",36.1802579,-86.8055991,6.0,4453.0,613.0,37,black,female,021458b850,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-09,10:41:00,", , ,",,,,,,35,white,male,084c20944a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2010-07-24,22:25:00,"E OLD HICKORY BLVD & HILLCREST DR, MADISON, TN, 37115",36.2633471,-86.6939481,,1703.0,,25,black,female,13c1091001,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN +" +2010-07-07,06:20:00,"I 65 S & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,2041.0,725.0,41,white,male,7586da57b1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-24,22:17:00,"MURFREESBORO PIKE & RANSOM PL, NASHVILLE, TN, 37217",36.0891014,-86.649991,3.0,8853.0,323.0,25,white,male,a48b0fbf57,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-03,20:22:00,"732 BRANCH CREEK RD, NASHVILLE, TN, 37209",,,1.0,5021.0,121.0,24,white,female,6db506e931,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-17,17:11:00,"MM 13 2 BRILEY W, NASHVILLE, TN, 37214",,,5.0,92860.0,515.0,19,black,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-27,08:35:00,"8TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1578561,-86.7814243,4.0,4085.0,421.0,31,black,female,f87ffe9d54,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-26,00:52:00,"BAKERTOWN RD & HAYWOOD LN, , TN, 37013",36.069931,-86.6856127,,,,40,black,male,c4348d7474,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN,TAIL LIGHT +2016-04-18,13:30:00,"MARINA ST & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1802654,-86.7550405,2.0,1939.0,227.0,45,white,female,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-15,23:00:00,"W TRINITY LN & FREE SILVER RD, NASHVILLE, TN, 37207",36.2070569,-86.7959997,,3037.0,,24,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-30,22:19:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,34,hispanic,female,6074f7bab3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-09,12:03:00,"MCMURRAY DR & WHISPERING HILLS DR, NASHVILLE, TN, 37211",36.0611451,-86.7212835,8.0,8659.0,835.0,52,unknown,male,9b2d08be70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-01,07:24:00,"CASTLEGATE CIR & CASTLEGATE DR, NASHVILLE, TN, 37217",36.0859566,-86.6133992,5.0,8929.0,535.0,27,black,male,06dbf4a801,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-20,10:00:00,"5TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4067.0,421.0,27,black,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-13,02:39:00,"N GALLATIN PIKE & ALTA LOMA RD, MADISON, TN, 37115",36.2931922,-86.7024332,7.0,1721.0,727.0,24,white,male,82e20fdb7c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-05-22,11:52:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,36,black,female,c4184931e7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2014-05-23,14:49:00,"THOMPSON LN & WINGATE AVE, NASHVILLE, TN, 37211",36.1099452,-86.7345821,3.0,8403.0,313.0,25,white,male,095779cb19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-05,15:40:00,"N 6TH ST & RICHARDSON AVE, NASHVILLE, TN, 37207",36.1923186,-86.7607608,2.0,1907.0,221.0,58,black,male,3b079b5949,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-13,07:49:00,"1ST AVE S & CHESTNUT ST, NASHVILLE, TN, 37210",36.1463443,-86.7633688,3.0,8167.0,311.0,28,black,female,e56bc560e3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SUBJECT FAILED TO STOP AT A STOP SIGN AT NORTH HILL STREET AND -ST AVE SOUTH. +2011-11-20,01:11:00,"MURFREESBORO PIKE & VULTEE BLVD, NASHVILLE, TN, 37217",36.1248026,-86.7085375,5.0,8821.0,531.0,36,white,male,e7099bc91c,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,"NO MDC +" +2011-08-26,11:41:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,34,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2011-06-30,05:03:00,"CLARKSVILLE PIKE & CLIFF DR, NASHVILLE, TN, 37218",36.1923463,-86.829048,6.0,3157.0,625.0,44,black,male,23dde6f49b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-05,20:47:00,"DR WALTER S DAVIS BV & ED TEMPLE BLVD, NASHVILLE, TN, 37209",36.1738155,-86.8225908,6.0,4503.0,613.0,20,black,female,fde6504fcf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-03,11:40:00,"MCMURRAY DR & TUSCULUM RD, NASHVILLE, TN, 37211",36.058219,-86.7225621,8.0,8659.0,835.0,52,hispanic,male,14b56e9185,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-06,10:46:00,"333 RIO VISTA DR, MADISON, TN, 37115",36.2689613,-86.6839391,7.0,1713.0,715.0,37,white,female,ac10577e91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-14,17:45:00,"MM 2 6 I440 W, NASHVILLE, TN, 37212",,,8.0,5902.0,815.0,17,white,female,c34de323ba,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-10-10,03:08:00,"OLD HICKORY BLVD & TOLBERT RD, NASHVILLE, TN, 37221",36.1064322,-86.9222345,1.0,4815.0,125.0,49,white,male,fe1ec69f77,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-26,23:46:00,"19TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.154324,-86.7989496,8.0,5511.0,813.0,35,black,female,6e9e930290,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-22,07:12:00,"816 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1358357,-86.724395,5.0,8815.0,531.0,59,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-09,19:28:00,"CLEVELAND ST & N 3RD ST, NASHVILLE, TN, 37207",36.1869583,-86.7662379,2.0,1947.0,221.0,51,black,male,8bfb8d2916,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN COMING OUT OF RIVERCHASE. +2016-09-18,01:07:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,24,hispanic,male,20b7054cf4,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN,UNABLE TO GET DRIVER TO SIGN NO-TOW DUE TO -----P (CODE - RESPONSE). +2014-04-23,08:13:00,"HWY 100 & VAUGHNS GAP RD, , TN, 37221",36.0788298,-86.8852141,,,,39,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-09,10:33:00,"GALLATIN AVE & SHARPE AVE, NASHVILLE, TN, 37206",36.1892609,-86.7459812,2.0,1321.0,215.0,62,white,female,1d683e1215,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-19,12:07:00,"3344 HAMILTON CHURCH RD, ANTIOCH, TN, 37013",,,3.0,8925.0,335.0,74,white,female,a99fd46d48,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2019-02-09,03:23:00,"15127 OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.044792,-86.7163198,8.0,8655.0,835.0,40,white,male,1114174a3e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-09,09:59:00,"BELL RD & BENZING RD, ANTIOCH, , 37013",36.045306,-86.7016897,,,,26,hispanic,male,6f4cd28a19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-08,04:07:00,"BROADWAY & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4085.0,421.0,35,white,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,SC, +2011-09-15,10:55:00,"BROADMOOR DR & ELLINGTON PKWY, NASHVILLE, TN, 37216",36.2302842,-86.7457768,2.0,1890.0,225.0,49,black,female,7f2ba40c1b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-06,12:47:00,"CURTIS HOLLOW & MT VIEW, , TN,",36.0510158,-86.6511732,,,,37,black,male,d7d987fc7e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-01,13:00:00,"10TH AVE N & SCOVEL ST, NASHVILLE, , 37208",36.17343,-86.7953503,,,,59,black,male,ffb89e860a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-02,06:22:00,"227 SHELBY AVE, NASHVILLE, TN, 37213",36.1665701,-86.7664509,4.0,1103.0,413.0,21,black,female,86ae6e8038,vehicular,investigative stop,False,False,True,warning,False,False,False,False,True,False,True,plain view,investigative stop,TN, +2013-11-16,18:06:00,"S 14TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1771271,-86.7457776,2.0,1247.0,213.0,40,white,male,70d2debcb6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-12-26,09:58:00,"1741 23RD AVE N, NASHVILLE, TN, 37208",36.1797132,-86.8144554,6.0,4463.0,613.0,50,black,female,3fbb1190ca,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NJ, +2011-08-11,12:33:00,"930 GALLATIN AVE, NASHVILLE, TN, 37206",36.1879399,-86.7469363,2.0,1927.0,227.0,86,black,male,377f552750,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-24,22:20:00,"DICKERSON PIKE & SPRING ST, NASHVILLE, TN, 37207",36.1766768,-86.7709301,2.0,1983.0,221.0,52,white,male,c7a5bebec5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,VA, +2014-01-30,08:39:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9201.0,515.0,32,white,female,2d63072115,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-09,00:25:00,"160 MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1700112,-86.6804023,5.0,9201.0,515.0,19,white,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"THE ELECTRONIC DATA STOPS FORM WOULD NOT LOAD +" +2017-06-11,02:30:00,"14TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1545987,-86.7890403,8.0,5701.0,811.0,42,black,male,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-30,02:05:00,"28TH AVE N & ED TEMPLE BLVD, NASHVILLE, TN, 37209",36.1861326,-86.8231257,6.0,4503.0,613.0,22,black,male,7e361b3cfb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-14,07:39:00,"S GALLATIN PIKE & MADISON ST, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1605.0,713.0,53,white,female,49789d7cb7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-16,10:37:00,"1404 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1982455,-86.7718567,2.0,1863.0,223.0,38,white,female,4de6ccf87a,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-04-22,10:24:00,"440 W, , TN,",,,,,,40,white,male,e56bc560e3,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,"VEHICLE MATCHED DESCRIPTION OF STOLEN VEHICLE +" +2015-01-10,01:49:00,"5600 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1503495,-86.8587949,1.0,5035.0,115.0,26,white,male,db6c29e919,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-10-12,21:42:00,"DOMINICAN DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1879249,-86.7985195,6.0,4403.0,611.0,51,white,female,55fba78524,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-26,04:18:00,"804 14TH ST, OLD HICKORY, TN, 37138",36.2566356,-86.6467439,5.0,9709.0,525.0,32,white,female,e6d72e8c70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-30,13:18:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,33,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-10,03:39:00,"GLEAVES ST & RIVERGATE PKWY, MADISON, TN, 37115",36.2981083,-86.6999314,,,,46,white,female,58ae6f0919,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RED LIGHT AND GALLATIN +2015-01-07,16:44:00,"ELLINGTON PKWY S & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,19961.0,221.0,39,white,male,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-31,06:18:00,"GALLATIN AVE & PETWAY AVE, NASHVILLE, TN, 37206",36.1865926,-86.7471416,2.0,1927.0,227.0,49,black,male,5a129bb2ea,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-25,07:44:00,"I 65 N & BRILEY PKWY W, MADISON, TN, 37115",36.2398278,-86.7569058,7.0,1702.0,723.0,61,white,male,5966fe24c8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SP -- T N -- +2010-02-03,09:17:00,"3858 CENTRAL PIKE, , TN, 37076",36.1741229,-86.6086069,5.0,9561.0,521.0,54,white,male,329e7e4c16,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"EXPIRED TAG. +" +2013-05-31,22:49:00,"BAXTER ST & HART LN, NASHVILLE, TN, 37216",36.2120418,-86.7335878,2.0,1817.0,225.0,28,white,male,d773d5ccf6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-26,14:56:00,"7TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1593656,-86.7809667,4.0,4085.0,421.0,43,white,female,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING IN SCHOOL ZONE; -- IN --. EXPIRED TAG SEP ----. +2013-12-22,23:56:00,"THOMPSON LN & EUGENIA AVE, , TN, 37204",36.111099,-86.7544967,,,,22,white,female,b07a7bfe58,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,IL,HEADLIGHT +2017-03-22,17:00:00,"911 BARNES RD, ANTIOCH, TN, 37013",,,3.0,8759.0,331.0,36,white,male,344a1aee96,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-01-11,10:09:00,"714 DUE WEST AVE N, MADISON, TN, 37115",36.2522639,-86.7416672,7.0,2041.0,725.0,50,white,male,77d95dd102,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-14,02:22:00,"29TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1445563,-86.8131697,8.0,5625.0,813.0,23,black,male,6374ecbd03,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IL, +2010-11-14,01:26:00,"WEST END AVE, WEST, TN, 37203",36.1465217,-86.80932,,,,21,white,female,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2016-11-14,22:03:00,"ANTIOCH PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1017841,-86.7405433,8.0,8515.0,831.0,21,white,male,28a173be9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-14,16:33:00,"DELAWARE AVE & E OLD HICKORY BLVD, MADISON, , 37115",36.2627934,-86.70442,,,,56,white,female,13c1091001,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOPSIGN +" +2014-02-13,11:31:00,"I 65 N & I 440 W, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,8004.0,821.0,21,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON I --- W AT MM -/-. I WAS ON THE SHOULDER AND HAD MY VEHICLE POSITIONED SO I COULD SHOOT THE LASER OUT OF MY FRONT WINDOW. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED. I CONFIRMED THE DEFENDANT'S SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. HE WAS IN THE - LANE +2013-09-19,06:24:00,"I 24 W & I 440 E, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,23,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-30,15:08:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,31,white,male,19b6cf7f40,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2014-04-30,10:20:00,"BRILEY PKWY N & I 24 W, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,33,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-11,13:35:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,62,white,male,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-13,20:14:00,"625 N GALLATIN PIKE, MADISON, TN, 37115",36.2698472,-86.7114057,7.0,1761.0,723.0,38,white,male,74198e63a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-09,20:07:00,"2ND AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1632454,-86.7760574,4.0,4103.0,421.0,54,white,male,2516786674,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-19,21:30:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,4698.0,115.0,41,white,male,7088d92bb2,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,True,other,moving traffic violation,TX, +2013-07-04,19:57:00,"OLD HICKORY BLVD & PLANTATION DR, OLD HICKORY, TN, 37138",36.2006919,-86.621365,5.0,9739.0,523.0,24,black,male,3316885e7f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-10-06,03:32:00,"BRILEY PKWY & ELLINGTON PKWY, MADISON, TN, 37115",36.2382639,-86.7365077,7.0,1590.0,723.0,27,black,male,53db68761e,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2013-07-25,17:47:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,34,black,female,d944ee700d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-08,16:25:00,"BUENA VISTA PIKE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1938952,-86.83157,6.0,3155.0,623.0,65,black,female,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-22,02:50:00,"I 65 N & HAMILTON AVE, NASHVILLE, TN, 37203",36.2170104,-86.8213371,8.0,8051.0,821.0,19,white,male,9310569e50,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-07,23:20:00,"AMERICAN RD & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1444524,-86.8727319,1.0,5023.0,123.0,27,white,male,e8c7fd5cb4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,VA, +2010-04-28,00:09:00,"500 MAIN ST, NASHVILLE, TN, 37206",36.172731,-86.764979,2.0,1113.0,211.0,30,black,male,b7cfbf3fb5,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,"TRAFFIC STOP IN REFERENCE TO LEFT HEAD LIGHT OUT. UPON CONTACT WITH DRIVER, HE ADMITTED TO HIS DRIVERS' LICENSE BEING SUSPENDED. A COMPUTER CHECK CONFIRMED HIS LICENSE TO BE SUSPENDED. HE WAS DRIVING HIS MOTHER'S VEHICLE AND WASN'T ABLE TO PROVIDE PROOF OF INSURANCE. NOT WARRANTS AT TIME OF STOP AND ID VERIFIED BY OLD ID AND COMPUTER PHOTO. SC# ------ +" +2012-03-29,10:35:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,29,white,male,510bac8bed,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-27,22:33:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9557.0,523.0,21,black,male,a2ee588582,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-25,18:20:00,"GALLATIN PIKE & HART LN, NASHVILLE, TN, 37216",36.2116099,-86.7325834,2.0,1817.0,225.0,32,white,male,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-07,23:35:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1043.0,211.0,43,black,female,c2c3365672,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN,NOISE VIOLATION +2016-11-02,13:42:00,"CEDAR HILL RD & PACKARD DR, NASHVILLE, TN, 37211",36.0633353,-86.7029638,,8711.0,,19,black,female,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-27,10:03:00,"I 24 E & I 65 S, NASHVILLE, TN, 37207",36.1947272,-86.7761608,2.0,3004.0,223.0,57,white,male,e71830a48a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-27,04:42:00,"OLD SMITH SPRINGS RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0884197,-86.6099814,5.0,8931.0,535.0,51,black,male,344a1aee96,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,safety violation,TN, +2014-04-16,02:15:00,"1201 BROADWAY, NASHVILLE, TN, 37203",36.1561067,-86.7876104,4.0,4119.0,411.0,22,white,female,3e1390eb12,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,OH, +2013-06-08,00:40:00,"HICKORY PL & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1586013,-86.6406652,5.0,9405.0,517.0,19,white,female,ce5bcb2c38,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-29,12:42:00,", , ,",,,,,,18,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-20,20:37:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,28,white,male,0e13677d2e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-09,13:10:00,"BAPTIST WORLD CENTER DR & YOUNGS LN, NASHVILLE, TN, 37207",36.206663,-86.7912609,6.0,3011.0,623.0,22,black,female,d60f692cd0,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,Expired tag: --/-- +2010-02-11,02:00:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,5.0,8209.0,511.0,49,white,male,6f4cd28a19,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-16,09:16:00,"ALBANY DR & TOPEKA DR, HERMITAGE, TN, 37076",36.206628,-86.5968918,5.0,9509.0,523.0,28,hispanic,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-06-01,13:28:00,"CHARLOTTE PIKE & RIVER RD, NASHVILLE, TN, 37209",36.1286307,-86.9067009,1.0,4701.0,123.0,25,black,female,96ed2ac24f,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN, +2017-12-20,17:14:00,"DOZIER PL & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2019994,-86.7393443,2.0,1851.0,227.0,29,white,male,66dc2b43f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-02,14:02:00,"CANTARUTTI RD & CLARKSVILLE PIKE, WHITES CREEK, TN, 37189",36.2833712,-86.8778976,6.0,3305.0,627.0,21,white,female,576170def4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-30,17:46:00,"21ST AVE S & MEDICAL CENTER DR, NASHVILLE, TN, 37203",36.1427881,-86.8000542,8.0,5715.0,815.0,37,white,female,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-06-26,05:26:00,"10 MUSIC CIR E, NASHVILLE, TN, 37203",36.1521102,-86.7884145,8.0,6721.0,811.0,45,white,male,7587c64dd9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-14,08:05:00,"6049 CLOVERLAND DR, BRENTWOOD, TN, 37027",36.0305073,-86.7451117,,,,47,white,female,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-11,21:09:00,"2ND AVE S & ELM ST, NASHVILLE, TN, 37210",36.1541574,-86.7701631,4.0,4005.0,425.0,27,white,male,1c329e8c02,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-28,10:55:00,"1100 LEBANON PIKE, NASHVILLE, TN, 37210",36.1547569,-86.7375415,5.0,9035.0,513.0,45,black,male,573fae9445,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-11,21:37:00,"20TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1490216,-86.7982707,8.0,5711.0,811.0,23,asian/pacific islander,female,1ff1d02632,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-17,14:10:00,"BELLEVUE RD & HICKS RD, NASHVILLE, TN, 37221",36.0625518,-86.9236427,1.0,4819.0,125.0,25,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-06,11:49:00,"HICKORY VALLEY RD & HUCKLEBERRY RD, NASHVILLE, TN, 37205",36.1264057,-86.8739629,1.0,5003.0,121.0,38,white,female,9dadcd316d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,pass brake light out +2012-06-19,07:47:00,"ARTHUR AVE & MONROE ST, NASHVILLE, TN, 37208",36.1742067,-86.7967264,6.0,4301.0,617.0,33,black,female,3c38470dbd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-25,18:04:00,"I 24 W & BRILEY PKWY N, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,42,white,female,eebb8ae650,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-17,14:06:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,68,white,male,3e1390eb12,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-28,18:49:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,24,black,male,6074f7bab3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-24,12:37:00,"I 40 W & 40TH AVE N, NASHVILLE, TN, 37209",35.5014315,-86.717969,1.0,4533.0,111.0,46,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,OH, +2015-06-15,23:14:00,"47TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1532508,-86.8435182,1.0,5127.0,111.0,23,asian/pacific islander,male,b9025a2a4d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-14,05:36:00,"29TH AVE N & 29TH AVE N, NASHVILLE, TN, 37203",,,8.0,5625.0,813.0,31,white,female,da31f1d69d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-11-27,11:58:00,"1309 BAPTIST WORLD CENTER DR, NASHVILLE, TN, 37207",36.195543,-86.7804271,6.0,3001.0,621.0,61,black,male,4de6ccf87a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-14,16:25:00,"COLONY CT & GLENDALE LN, NASHVILLE, TN, 37204",36.0942892,-86.7950968,8.0,7023.0,825.0,47,white,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-24,18:35:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8955.0,533.0,39,white,male,3380b227a4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-29,19:31:00,"S 1ST ST & VICTORY AVE, NASHVILLE, TN, 37213",36.1649729,-86.7698777,4.0,1101.0,413.0,30,white,female,f5c7327329,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-10-17,00:29:00,"27TH AVE N & WEST END AVE, , TN, 37203",36.1454986,-86.811425,,,,26,white,male,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-31,19:14:00,"ALABAMA AVE & MORROW RD, NASHVILLE, , 37209",36.1529438,-86.8522089,,,,28,hispanic,male,ec7adf5a98,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN - WAY STOP-SUBJECT PARKED VEHICLE AND WALKED-NO MDC +2010-07-11,16:05:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8863.0,333.0,53,white,female,d834cb8500,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-20,23:37:00,"D VILLE DR & TOWN PARK DR, NASHVILLE, TN, 37217",36.1006711,-86.6681657,3.0,8849.0,323.0,26,hispanic,male,d537d94583,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-18,13:08:00,"NOLENSVILLE PIKE & TANKSLEY AVE, NASHVILLE, , 37211",36.1086569,-86.7440204,,,,53,white,male,be750fae9b,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2014-12-29,04:49:00,"OLD MURFREESBORO PIKE & SMITH SPRINGS RD, NASHVILLE, , 37217",36.0967727,-86.6545503,,,,60,white,female,b8a8edb71a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2014-06-20,10:05:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,76,white,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-24,14:15:00,"1411 ARDEE AVE, NASHVILLE, TN, 37216",36.213626,-86.71603,2.0,1447.0,217.0,45,black,female,755936aeb6,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-26,02:10:00,", , ,",,,,,,30,white,male,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-29,13:44:00,"AUTUMN CROSSING WAY & OAKFIELD GRV, BRENTWOOD, TN, 37027",36.0028153,-86.6889239,3.0,8767.0,331.0,27,white,female,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-07,22:09:00,", , ,",,,,,,32,black,male,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-14,07:49:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4243.0,617.0,36,black,male,3607f2fc8c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-21,17:19:00,"1056 E TRINITY LN, NASHVILLE, TN, 37216",36.203409,-86.7414359,2.0,1851.0,227.0,59,white,male,6ba3cffa6c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2013-09-16,09:59:00,"HERMITAGE AVE & KEITH ST, NASHVILLE, TN, 37210",36.153368,-86.7510877,5.0,9005.0,511.0,43,white,male,adb220724a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- mph in a -- mph zone e/b on hermitage near fairfield +2018-02-15,08:51:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,21,black,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-17,19:06:00,"3113 ROLLINGSTONE DR, ANTIOCH, TN, 37013",36.0720456,-86.6165692,3.0,8925.0,335.0,57,white,male,93d1504fa8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-05-09,19:23:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,41,white,male,1d124ae33c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-02-08,03:55:00,"S 8TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1699272,-86.7561779,2.0,1023.0,211.0,26,black,female,8283fd87e4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-28,19:41:00,"BURCHWOOD AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2006788,-86.7400574,2.0,1403.0,217.0,43,black,male,74b3cbfc59,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2018-01-31,17:43:00,"CLEVELAND ST & LISCHEY AVE, NASHVILLE, TN, 37207",36.1866976,-86.7644379,2.0,1935.0,221.0,20,black,male,d3fe386ea8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-07,23:59:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,50,white,male,43a72bc466,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2011-04-12,09:20:00,"1112 STRATFORD AVE, , TN, 37216",36.2140679,-86.7292333,2.0,1441.0,217.0,21,white,female,12d3d862ae,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2014-01-18,01:52:00,"35TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527549,-86.8266861,1.0,5241.0,113.0,43,white,male,1ff1d02632,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-22,22:06:00,"BRILEY PKWY N & I 24 W, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,25,white,,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-26,09:03:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,23,white,female,25b26f360e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-05,20:06:00,"MARYDALE DR & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2718301,-86.761469,7.0,2025.0,725.0,37,black,female,86ecf6f047,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2014-06-11,12:55:00,"DONELSON PIKE & OLD EZELL RD, NASHVILLE, , 37217",,,,,,43,white,male,5a96851d64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-09,20:05:00,", , ,",,,,,,28,white,female,a66f62a8d9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO MDC +2014-11-17,16:22:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,21,white,female,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2010-04-18,09:41:00,"I 40 W & JEFFERSON ST, NASHVILLE, TN, 37208",36.0789995,-86.9551254,6.0,4245.0,617.0,45,white,male,b96df3310a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-19,21:06:00,"992 DAVIDSON DR, NASHVILLE, TN, 37205",36.1280761,-86.9028129,1.0,5005.0,121.0,35,white,male,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-27,09:37:00,"BRICK CHURCH PIKE & FERNCO DR, NASHVILLE, TN, 37207",36.2199469,-86.7823027,6.0,3047.0,621.0,23,black,male,3b8237be67,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-05-07,21:24:00,"1221 GALLATIN PIKE S, MADISON, TN, 37115",36.2458319,-86.721266,7.0,1787.0,711.0,58,white,female,afdbbd699c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-19,22:01:00,"18TH AVE N & CASS ST, NASHVILLE, TN, 37208",36.1845453,-86.8123099,6.0,4485.0,611.0,51,black,male,a6cc9ab365,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN,LIGHTS REQUIRED +2013-05-28,11:31:00,"EZELL PIKE & HARDING PL, NASHVILLE, TN, 37217",36.0929986,-86.6762245,3.0,8849.0,323.0,54,black,male,cfa3f85a33,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN,"LIGHTS REQUIRED - RIGHT BRAKE LIGHT OUT. K------- ISSUED. +DRIVER LICENSE REQUIRED - SCE------ ISSUED. +ARR #: ---------" +2014-10-29,18:18:00,", , ,",,,,,,25,hispanic,male,15212f8d72,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-09,09:29:00,"ALBANY DR & ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.2105091,-86.600107,5.0,9537.0,523.0,40,black,female,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-11,00:01:00,"481 OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2660022,-86.6508002,5.0,9705.0,525.0,65,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-24,16:19:00,"ARCHWOOD DR & LARCHMONT FRONTAGE RD, MADISON, TN, 37115",36.2641164,-86.6870803,7.0,1705.0,715.0,63,white,female,cb57e4e65c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign at Archwood / N. Dupont +2014-12-17,06:40:00,"ANTIOCH PIKE & REEVES RD, ANTIOCH, TN, 37013",36.0655286,-86.680081,,8857.0,,32,asian/pacific islander,female,cf07ed6f7d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-02,18:34:00,"52ND AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1553032,-86.8500746,1.0,4627.0,111.0,33,black,male,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-29,05:20:00,"7378 COCKRILL BEND BLVD, NASHVILLE, TN, 37209",36.178973,-86.8955553,1.0,4653.0,115.0,34,white,male,26ed5dd676,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-03-04,10:41:00,"E THOMPSON LN & LAWNDALE DR, NASHVILLE, TN, 37217",36.1223283,-86.7175531,3.0,8879.0,315.0,28,white,male,4bf759b804,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-06-16,11:11:00,"AMES DR & KINGS LN, NASHVILLE, TN, 37218",36.2207444,-86.8224705,6.0,3143.0,623.0,33,black,female,eb734545cc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-25,17:17:00,"2500 WEST END AVE, NASHVILLE, TN, 37203",36.1468386,-86.8086945,8.0,5623.0,813.0,43,white,female,b164f0f78c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-20,07:48:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9535.0,523.0,24,white,male,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,SC, +2013-01-08,18:05:00,"ABBOTT MARTIN RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1058365,-86.8138782,8.0,6411.0,825.0,35,white,female,0535f8bb5a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-12-26,14:21:00,"BELL RD & HICKORY PARK DR, ANTIOCH, TN, 37013",36.0448578,-86.670401,3.0,8721.0,325.0,34,white,male,36ca3f6525,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2010-07-27,19:45:00,"DR D B TODD JR BLVD & JACKSON ST, NASHVILLE, TN, 37208",36.1657538,-86.8051136,6.0,5409.0,615.0,56,black,female,57430a5972,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"ARMS DOWN +" +2014-02-12,12:58:00,"MM 1 0 I440 W, NASHVILLE, TN, 37203",,,8.0,5622.0,813.0,33,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-25,09:07:00,"DICKERSON PIKE & LIGON AVE, NASHVILLE, , 37207",36.1944033,-86.7723358,2.0,1867.0,223.0,61,black,male,60393a48db,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LEFT BRAKE LIGHT OUT +2015-08-09,18:07:00,"1410 DONELSON PIKE, NASHVILLE, TN, 37217",36.0961356,-86.6789877,3.0,8841.0,323.0,22,white,female,037bfcb0ce,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-25,12:13:00,"2800 BELMONT BLVD, NASHVILLE, TN, 37212",36.1221823,-86.7945119,8.0,6505.0,823.0,58,black,female,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-21,23:05:00,"360 WALLACE RD, NASHVILLE, TN, 37211",36.0787319,-86.722718,3.0,8701.0,321.0,19,hispanic,male,883b5b4087,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-27,10:03:00,"ANTIOCH PIKE & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0599702,-86.6721194,3.0,8893.0,325.0,77,white,male,09ff8e8092,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-09-17,22:27:00,"4142 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0782585,-86.724828,3.0,8705.0,321.0,22,hispanic,male,50835bbbca,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-25,08:37:00,"I 65 N & I 440 ENTRY, NASHVILLE, TN, 37204",35.7275536,-86.9604933,8.0,70182.0,825.0,36,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-01,19:32:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8721.0,325.0,43,white,female,8c95eaaf8f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-09-18,19:47:00,"PARAGON MILLS RD & TRAVIS DR, NASHVILLE, TN, 37211",36.0853917,-86.7270957,3.0,8415.0,317.0,23,hispanic,male,0a077e7833,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2011-06-08,15:31:00,"S 14TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1737656,-86.7463092,2.0,1249.0,213.0,27,white,female,1bbaebcc06,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CA, +2016-04-11,17:03:00,"5TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4057.0,425.0,36,white,male,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-17,21:31:00,"AMALIE CT & AMALIE DR, NASHVILLE, TN, 37211",36.051493,-86.7242275,8.0,8655.0,835.0,26,asian/pacific islander,male,1df1fc7cbe,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-08,22:21:00,"NOLENSVILLE PIKE & ZOO RD, NASHVILLE, TN, 37211",36.090114,-86.7336907,8.0,8509.0,831.0,25,black,male,0c917ee0a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-23,14:20:00,"15TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1552543,-86.7906264,8.0,5517.0,811.0,28,white,female,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-28,06:13:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,29,white,female,dcc1712e54,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"brake light +" +2011-11-02,08:13:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4243.0,617.0,62,black,female,09ff8e8092,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-02,22:33:00,"BEECH AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.134311,-86.7806463,8.0,6905.0,821.0,27,black,male,05758765d0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-04-10,07:30:00,"I 40 W & OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.0789995,-86.9551254,1.0,4701.0,123.0,25,white,male,75a83e1ab6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-23,09:55:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,19,black,male,b8a91068a6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in -- +2016-05-31,11:19:00,"6940 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1302782,-86.9017358,1.0,4677.0,123.0,38,white,female,80cbba0ee1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-13,15:05:00,"JUAREZ DR & LOPEZ LN, HERMITAGE, TN, 37076",36.1920816,-86.6177403,5.0,9531.0,521.0,24,black,male,766a98473e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-09-04,13:58:00,"100 ARBOR LAKE BLVD, HERMITAGE, TN, 37076",36.1638138,-86.5987933,5.0,9527.0,521.0,31,black,female,021458b850,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,NO TN D/L +2015-11-11,09:30:00,"BUTLER RD & SMITH SPRINGS RD, NASHVILLE, , 37217",36.0892553,-86.6170882,,,,77,white,female,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-17,16:39:00,"MARTINGALE DR & ROBINSON RD, OLD HICKORY, TN, 37138",36.2579213,-86.6568672,5.0,9619.0,525.0,25,white,male,f6b1e3a919,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"EXPIRED TAG +" +2018-03-08,18:32:00,"CAHAL AVE & TREVECCA AVE, NASHVILLE, TN, 37216",36.1964128,-86.7439163,2.0,1881.0,227.0,33,white,male,1ad14463be,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-18,08:26:00,"I 24 E & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,4.0,198.0,41.0,48,white,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2012-01-02,08:24:00,"HWY 45 & MYATT DR, MADISON, TN, 37115",36.2640789,-86.6902738,7.0,1705.0,715.0,29,white,female,0f0e6b7d67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-29,23:29:00,"BELL RD & HICKORY PARK DR, ANTIOCH, TN, 37013",36.0448578,-86.670401,3.0,8721.0,325.0,27,white,female,350bac3344,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-26,12:51:00,"S 5TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1718406,-86.764735,2.0,1113.0,211.0,49,black,female,3f791dfbd2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-02,22:55:00,"295 THOMPSON LN, NASHVILLE, TN, 37211",36.1103402,-86.7442493,3.0,8425.0,313.0,39,black,female,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-01,20:04:00,"MONROE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1752889,-86.7926119,6.0,4323.0,617.0,26,white,male,722469abf8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-27,17:04:00,"54TH AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1647335,-86.8532367,1.0,4607.0,111.0,44,white,male,0a70309850,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-13,14:53:00,"12TH AVE S & SOUTH ST, NASHVILLE, TN, 37203",36.1474496,-86.7856922,8.0,6723.0,811.0,35,white,female,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-24,00:44:00,"1224 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1937956,-86.7727083,2.0,1913.0,221.0,43,black,female,573fae9445,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-11,10:51:00,"HARDING PL & TIMBERHILL DR, NASHVILLE, TN, 37211",36.0811257,-86.7553927,8.0,8603.0,831.0,53,black,male,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-14,15:48:00,"1821 AIR LANE DR, NASHVILLE, TN, 37210",,,5.0,9041.0,513.0,48,white,female,2f8c44cef1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-24,14:35:00,"324 RIVERSIDE DR, NASHVILLE, TN, 37206",36.178989,-86.726365,2.0,1307.0,215.0,30,black,female,2d7d21bc1b,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-09-21,13:30:00,"26TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37228",36.1863864,-86.8187963,6.0,4483.0,611.0,60,black,male,95f3b9204e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-05,06:20:00,"GALLATIN PIKE S & NEELYS BEND RD, MADISON, TN, 37115",36.2564083,-86.713373,7.0,1605.0,713.0,31,white,female,afdbbd699c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,RAN A RED LIGHT. NO PROOF OF INSURANCE AND TAGS EXPIRED +2016-09-06,15:53:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,33,black,female,d60f692cd0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,spd --/-- +2010-06-18,00:31:00,"1530 DEMONBREUN ST, NASHVILLE, TN, 37203",36.1528662,-86.790897,8.0,5701.0,811.0,35,white,male,e98216ab9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-18,17:36:00,"I 24 W & BELL RD, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8863.0,333.0,25,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-29,05:33:00,"MM 78 0 I65 N, NASHVILLE, TN, 37204",,,8.0,8502.0,825.0,35,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-03,10:51:00,"BRILEY PKWY N & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,9294.0,515.0,50,black,male,6d13b2ff93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-07,02:20:00,"5708 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1501595,-86.8605316,1.0,5025.0,115.0,24,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-04,08:44:00,"3035 HAMILTON CHURCH RD, ANTIOCH, TN, 37013",36.0609989,-86.6292459,3.0,8865.0,333.0,29,black,male,77edf3dc3b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-06,00:22:00,"14999 OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.045021,-86.711776,3.0,8757.0,331.0,22,white,male,503620c90c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-13,02:35:00,"WEST END AVE, , TN, 37203",36.1465217,-86.80932,,,,41,white,female,acb89d1f7f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-20,19:34:00,"I 65 S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,,694.0,,30,white,male,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-28,22:04:00,"3220 BELL RD, NASHVILLE, TN, 37214",36.1254314,-86.6308022,5.0,8945.0,533.0,37,black,female,e865e1c625,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-15,12:54:00,"28TH AVE N & 40 W, NASHVILLE, TN, 37209",,,6.0,45040.0,613.0,29,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-22,01:06:00,"MURFREESBORO PIKE, PRIEST LAKE, TN, 37013",36.0678583,-86.6316871,,,,23,black,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-12,23:33:00,"W TRINITY LN & OLD BUENA VISTA RD, NASHVILLE, TN, 37218",36.2060909,-86.8110252,6.0,3101.0,623.0,49,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-10,01:21:00,"WEST END AVE & ACKLEN PARK DR, , TN, 37212",36.1408635,-86.8174022,,,,23,white,female,6f0e6c9ea2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-23,08:14:00,"MM 201 I40 W, NASHVILLE, TN, 37209",,,1.0,4708.0,123.0,64,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-31,19:43:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9125.0,517.0,17,hispanic,female,dc721048d8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-19,16:26:00,"DONELSON PIKE & KNAPP BLVD, NASHVILLE, TN, 37214",36.1097216,-86.6714682,5.0,8953.0,533.0,28,white,male,6f0e6c9ea2,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-02-20,22:21:00,"BNA DR & DONELSON PIKE, NASHVILLE, TN, 37217",36.097675,-86.678668,5.0,8951.0,531.0,42,black,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-28,13:28:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1301.0,215.0,54,unknown,female,4c3780f641,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-19,22:11:00,"I 40 E & BRILEY PKWY N, NASHVILLE, TN, 37217",36.1434168,-86.6998724,5.0,8902.0,531.0,47,asian/pacific islander,female,5a2f1d4986,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-07,17:24:00,"E OLD HICKORY BLVD & LARKIN SPRINGS RD, MADISON, TN, 37115",36.2626106,-86.6843675,7.0,1705.0,715.0,26,black,female,6216529cad,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2016-09-04,23:25:00,"325 WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1466731,-86.8588465,1.0,5033.0,115.0,33,white,male,099af2ccd1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,NC, +2012-06-18,08:10:00,"COUNTY HOSPITAL RD & DOAK AVE, NASHVILLE, TN, 37218",36.1913789,-86.835757,6.0,3117.0,625.0,64,black,female,2a844597b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-08,03:08:00,"GALLATIN PIKE & MYATT DR, , TN, 37072",36.2969124,-86.6990955,,,,24,black,male,9c3d5bbe14,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-28,09:59:00,"1803 N GALLATIN PIKE, MADISON, TN, 37115",36.2968474,-86.6982479,7.0,1731.0,727.0,58,white,male,b8a91068a6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-09-10,22:35:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,25,white,female,2022e55034,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-24,15:05:00,"511 ELYSIAN FIELDS RD, NASHVILLE, TN, 37211",36.0841042,-86.7410038,8.0,8501.0,831.0,51,black,male,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-13,14:44:00,"307 THUSS AVE, NASHVILLE, TN, 37211",36.1024184,-86.7383979,3.0,8405.0,313.0,17,hispanic,male,fca9ffb1b4,vehicular,vehicle equipment violation,True,True,False,arrest,False,False,False,False,True,True,True,other,vehicle equipment violation,TN,"no front bumper. no d/l, no insurance, unregistered vehicle, unlawful use of a tag" +2017-08-29,04:05:00,"GALLATIN PIKE & NORVEL AVE, NASHVILLE, TN, 37216",36.2179046,-86.7283179,2.0,1817.0,225.0,39,hispanic,male,126f05a67f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-07,13:41:00,"MOORE AVE & RAINS AVE, NASHVILLE, TN, 37203",36.1368031,-86.7643373,8.0,8011.0,821.0,62,white,male,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-30,11:02:00,"1905 CHURCH ST, NASHVILLE, TN, 37203",36.1538278,-86.7990425,8.0,5525.0,811.0,37,white,male,df87babd62,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-10,00:32:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4202.0,411.0,32,white,male,6f0e6c9ea2,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,True,True,True,True,other,moving traffic violation,TN, +2016-06-06,23:33:00,"54TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1511868,-86.8536126,1.0,5115.0,113.0,47,white,male,b728a62997,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-09,05:06:00,"MM 196 0 I40 W, NASHVILLE, TN, 37221",36.0789995,-86.9551254,1.0,4704.0,125.0,41,white,male,9d8bfc8acb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-09,,"WHITE BRIDGE PIKE & WHITE BRIDGE PL, NASHVILLE, TN, 37209",36.1511332,-86.8577383,1.0,5035.0,115.0,50,white,male,0fd9cdb139,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-05-25,12:06:00,"BRICK CHURCH PIKE & FERNCO DR, NASHVILLE, TN, 37207",36.2199469,-86.7823027,6.0,3047.0,621.0,70,black,male,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-18,03:45:00,"100 HERON POINTE DR, NASHVILLE, TN, 37214",,,5.0,8943.0,533.0,56,white,male,0048470055,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-11,14:32:00,"40TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1550202,-86.8345678,1.0,4533.0,111.0,26,black,male,f1c025f95c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-12,08:03:00,"LEBANON PIKE & TULIP GROVE RD, HERMITAGE, TN, 37076",36.2153606,-86.5885506,5.0,9727.0,525.0,55,white,female,2689d516d0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2010-08-31,20:23:00,"6TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1578636,-86.7785826,4.0,4061.0,425.0,51,white,male,b2e6305ddb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-24,10:31:00,"7011 RIVER ROAD PIKE, , TN, 37209",36.1365127,-86.934519,1.0,4705.0,123.0,53,white,male,4265ea192b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-06,16:50:00,"23RD AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5615.0,813.0,36,white,male,7eb706d930,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-07,19:38:00,"46TH AVE N & PARK AVE, NASHVILLE, TN, 37209",36.1510882,-86.8421617,1.0,5133.0,113.0,26,white,female,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-27,10:40:00,"811 GALLATIN PIKE S, MADISON, TN, 37115",36.2540886,-86.7155337,7.0,1783.0,711.0,50,white,male,755936aeb6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-28,08:07:00,"1705 WHELESS ST, NASHVILLE, TN, 37208",36.1760121,-86.8088302,6.0,4471.0,613.0,34,black,male,cbaf8cc4c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-13,15:56:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,32,hispanic,male,cfbf0303f8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-19,20:55:00,"JACKSONIAN DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,22,black,male,471811543e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"EXPIRED TAG +" +2013-10-25,16:28:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8863.0,333.0,41,black,male,1d17ac8627,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-08,16:27:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,26,black,female,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI,SPEEDING +2013-03-05,13:48:00,"BOYD DR & KINGS LN, NASHVILLE, TN, 37218",36.2195039,-86.828867,6.0,3105.0,623.0,21,black,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-12,19:33:00,"CASTLEMAN DR & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0989174,-86.821334,8.0,6403.0,825.0,41,white,male,7d890c769b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-02,01:37:00,"BELL RD & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0447085,-86.6615617,3.0,8721.0,325.0,28,white,male,167b66ce60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-19,09:43:00,"DONELSON HILLS DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1655167,-86.6970328,5.0,9027.0,513.0,24,hispanic,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-21,08:45:00,"2831 LEBANON PIKE, NASHVILLE, TN, 37214",36.166775,-86.660588,5.0,9401.0,517.0,63,black,male,099216fe9c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-15,16:40:00,"BRILEY PKWY S & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.218025,-86.700407,5.0,9288.0,515.0,56,white,female,1fdfb2a60c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-15,15:00:00,"CASA CT & CASA DR, NASHVILLE, TN, 37214",36.1453086,-86.6436829,5.0,8955.0,533.0,47,white,male,95b17cd499,vehicular,moving traffic violation,True,False,False,arrest,True,True,False,False,True,True,True,probable cause,moving traffic violation,TN, +2010-10-19,12:26:00,"BELL RD & DODSON CHAPEL RD, HERMITAGE, TN, 37076",36.1633098,-86.613147,5.0,9501.0,521.0,34,other,male,fc43f6017d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-13,23:28:00,"G L DAVIS, , TN,",35.5505678,-89.6478156,,,,27,white,male,a1e3ace771,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-28,08:16:00,"4128 ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.1912363,-86.6074405,5.0,9511.0,521.0,35,white,female,0875e86b46,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-16,10:37:00,"DELMAS AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.1996166,-86.7406275,2.0,1851.0,227.0,25,white,female,a773a4fff8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-14,19:21:00,"ERIN LN & 70 S, NASHVILLE, TN, 37205",36.0784068,-86.9089123,1.0,4903.0,121.0,58,black,female,cc109f0f38,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-13,12:07:00,"4TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1746858,-86.786076,6.0,4309.0,617.0,22,white,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-31,07:52:00,"6005 MT VIEW, , TN,",36.0600127,-86.6144188,,,,37,black,female,73863cfec3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-25,17:17:00,"DICKERSON PIKE & DUE WEST AVE N, , TN, 37207",36.2563347,-86.757913,,,,60,white,female,4183295444,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-28,19:48:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,33,black,female,88f042f180,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-03-25,02:25:00,"DICKERSON PIKE & ROCK ST, NASHVILLE, TN, 37207",36.2139776,-86.7643694,2.0,1829.0,223.0,19,hispanic,male,94526e9a8e,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-16,20:34:00,"BRILEY PKWY & GLASTONBURY RD, NASHVILLE, TN, 37217",36.1372313,-86.6995594,5.0,88943.0,531.0,36,hispanic,male,3771877c3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2012-11-05,12:20:00,"BALDWIN CT & ROWAN DR, NASHVILLE, TN, 37207",36.2210699,-86.8106248,6.0,3025.0,623.0,69,black,female,15212f8d72,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-15,23:29:00,"3441 LEBANON PIKE, HERMITAGE, TN, 37076",36.1893839,-86.625084,5.0,9531.0,521.0,37,white,female,9dc8c71b5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-24,12:46:00,"HIGHLAND VIEW DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.2078663,-86.6115715,5.0,9535.0,523.0,55,white,female,e05e99c1e2,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-11-02,09:46:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43022.0,617.0,26,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-29,12:40:00,"MM 216 0 I40 E, NASHVILLE, TN, 37217",,,5.0,89020.0,531.0,56,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-20,02:08:00,"CHEATHAM PL & DELTA AVE, NASHVILLE, TN, 37208",36.1776823,-86.7956208,6.0,4329.0,617.0,51,black,male,583d36a9fd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-14,10:55:00,"CHARLOTTE AVE, WEST, TN, 37209",36.1522197,-86.8411666,,,,78,white,male,cbaf8cc4c2,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-05-26,10:07:00,"GALLATIN PIKE & MCALPINE AVE, NASHVILLE, TN, 37216",36.2211023,-86.7266152,2.0,1425.0,217.0,22,white,female,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-21,01:49:00,"214 OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.081588,-86.91643,1.0,4903.0,121.0,32,black,male,b9025a2a4d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-04-02,00:32:00,"13TH AVE & BROADWAY, NASHVILLE, , 37203",36.1559889,-86.7888371,4.0,4002.0,423.0,23,white,male,4d94f95134,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2014-04-08,13:39:00,"MURFREESBORO PIKE & UNA ANTIOCH PIKE, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,8937.0,535.0,52,white,male,5a96851d64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-11,21:45:00,"BRILEY PKWY S & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,9296.0,515.0,26,white,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-06,08:51:00,"CLEVELAND ST & HART AVE, NASHVILLE, TN, 37206",36.1844486,-86.7557153,2.0,1943.0,227.0,22,black,male,c4680d166c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-25,14:29:00,"NEELYS BEND RD & S GALLATIN PIKE, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1783.0,711.0,49,white,female,a13c40db73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-19,16:03:00,"26TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1680832,-86.8167354,6.0,4523.0,613.0,27,black,female,418c7643c8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,MD,DRIVER SIDE BRAKE LIGHT OUT +2016-04-08,21:26:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,20,hispanic,female,15212f8d72,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN A -- MPH ZONE +2010-05-27,08:20:00,"47TH AVE & ALABAMA AVE, NASHVILLE, TN, 37209",36.1532508,-86.8435182,1.0,5127.0,111.0,19,white,male,9e620698c4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-14,10:18:00,"JACKSONIAN DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,50,white,female,a09fc76742,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-08-05,13:27:00,"PICCADILLY ROW & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0821621,-86.6519588,3.0,8891.0,325.0,52,white,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"-- / -- +" +2013-02-06,20:23:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4243.0,617.0,21,black,female,6fa434e837,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-19,00:01:00,", , ,",,,,,,24,black,male,d506cb99f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-16,20:15:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,65,white,female,6074f7bab3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-13,09:39:00,"HAYWOOD LN & I 24 W, ANTIOCH, TN, 37013",36.0447758,-86.6478741,,,,48,hispanic,female,6f347e0dbc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-16,08:08:00,"RANSOM VILLAGE WAY & UNA ANTIOCH PIKE, NASHVILLE, TN, 37217",36.0847449,-86.6496414,3.0,8853.0,323.0,41,black,female,489eea137b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-15,22:32:00,"DICKERSON PIKE & GATEWOOD AVE, NASHVILLE, TN, 37207",36.2001781,-86.7698986,2.0,1863.0,223.0,22,black,male,1ad14463be,vehicular,safety violation,True,False,False,arrest,False,False,False,False,True,True,False,other,safety violation,TN, +2015-05-29,15:28:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37211",36.1109273,-86.7451877,,8519.0,,23,white,male,0535f8bb5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-02,23:29:00,"5TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1524501,-86.7731845,4.0,4027.0,425.0,26,white,female,392687b70d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-20,21:42:00,"BERRY ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1811922,-86.7688839,,1969.0,,35,black,female,a9e3132c9f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-19,08:29:00,"8TH AVE S & SOUTH ST, NASHVILLE, TN, 37203",36.1467372,-86.7790303,8.0,6811.0,821.0,26,white,male,073f5c83fc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2014-01-12,18:51:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,30,white,male,3bdca3df2d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-03,16:37:00,"APACHE TRL & HAYWOOD LN, NASHVILLE, TN, 37211",36.068404,-86.693941,3.0,8709.0,321.0,17,black,male,6f35d16bdf,vehicular,,False,True,False,citation,,,,False,False,False,False,,,TN, +2014-03-07,23:23:00,"17TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1699707,-86.8046371,6.0,5409.0,615.0,38,black,female,27e7e8c87e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-27,21:43:00,"N 9TH ST & MANSFIELD ST, NASHVILLE, TN, 37206",36.1825811,-86.7585891,2.0,1915.0,227.0,26,white,male,33acd6428b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-17,11:02:00,"40TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1571024,-86.8343052,1.0,4533.0,111.0,26,white,female,b98956fe91,vehicular,investigative stop,False,True,False,citation,False,False,False,True,True,True,True,consent,investigative stop,TN, +2016-04-29,11:49:00,"ASHLAND CITY HWY & HYDES FERRY RD, NASHVILLE, , 37218",36.1989558,-86.845121,,,,21,black,female,19bfe40a92,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2016-10-06,08:35:00,"EXIT 10 BRILEY N, NASHVILLE, TN, 37214",,,5.0,9223.0,515.0,30,black,female,be82d6c6cf,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING -- MPH / -- MPH ZONE LANE - +2018-04-18,08:24:00,"211 BOWLING AVE, NASHVILLE, TN, 37205",36.1316641,-86.8261177,1.0,6009.0,113.0,43,white,female,16f69cd6ef,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-11-18,08:59:00,"CLEVELAND ST & ELLINGTON PKWY N, NASHVILLE, TN, 37206",36.1841237,-86.7600597,2.0,1925.0,227.0,22,black,male,be750fae9b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-24,23:13:00,"500 MAIN ST, NASHVILLE, TN, 37206",36.172731,-86.764979,2.0,1113.0,211.0,25,black,female,03f8fe2d63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-04,09:52:00,"BELL RD & 24 W, ANTIOCH, TN, 37013",36.0454161,-86.6581786,3.0,8863.0,333.0,29,asian/pacific islander,female,b07a7bfe58,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-17,09:46:00,"ARTHUR AVE & JANE ST, NASHVILLE, TN, 37208",36.1783656,-86.8024162,6.0,4451.0,613.0,76,black,male,cb7dc42fa9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-21,06:37:00,"865 BRESSLYN RD, NASHVILLE, TN, 37205",36.126275,-86.8918308,1.0,5005.0,121.0,16,white,,c05e130f6a,vehicular,moving traffic violation,False,False,False,,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-21,12:33:00,"50TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1531229,-86.8472804,1.0,5127.0,111.0,69,white,male,4ff9d8c9ea,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-08-01,23:32:00,"7069 HWY 70 S, NASHVILLE, TN, 37221",36.0748843,-86.9196081,1.0,4901.0,121.0,72,white,male,f9d7f04fc0,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-06-18,15:40:00,"4300 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0985658,-86.8212896,8.0,6403.0,825.0,47,white,male,825f6ab981,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-07,10:02:00,"THOMPSON LN & TUGGLE AVE, NASHVILLE, TN, 37211",36.1098201,-86.7333592,3.0,8423.0,313.0,27,white,female,b166babb94,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-08,10:17:00,"MM 219 8 I40 E, HERMITAGE, TN, 37076",,,5.0,89040.0,521.0,78,white,male,d3a646e989,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in a -- +2014-12-01,11:14:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,5.0,8209.0,511.0,34,black,male,30ee2301cb,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-11-05,23:19:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,28,hispanic,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-12,00:32:00,"DONELSON PIKE & I 40 E, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,8906.0,533.0,45,white,male,adf5df7aac,vehicular,vehicle equipment violation,False,True,False,citation,True,True,False,True,True,True,True,consent,vehicle equipment violation,, +2014-08-12,16:26:00,"BRILEY PKWY S & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,92920.0,515.0,45,white,male,3e1390eb12,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-12,21:37:00,"HARDING PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,5015.0,121.0,23,white,female,b164f0f78c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-06,20:47:00,"DICKERSON PIKE & EWING DR, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,23,black,female,85402489a1,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-06-15,16:18:00,", , ,",,,,,,41,white,male,f5c7327329,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-21,19:10:00,"GLENROSE AVE & OAKLAND ST, NASHVILLE, TN, 37210",36.1255903,-86.7466269,3.0,8107.0,311.0,32,asian/pacific islander,female,e7099bc91c,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-21,09:45:00,"ACKLEN PARK DR & PARK DR, NASHVILLE, TN, 37203",36.1412423,-86.817936,8.0,5629.0,813.0,26,white,female,315048466f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-23,00:09:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8721.0,325.0,21,white,male,91c2b57241,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-14,12:37:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9401.0,517.0,18,hispanic,female,acb89d1f7f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-08,18:54:00,"12TH AVE S & ARCHER ST, NASHVILLE, TN, 37203",36.1453668,-86.7862644,8.0,6805.0,821.0,32,white,male,7d890c769b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-21,20:38:00,"22ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1563302,-86.8071915,8.0,5609.0,813.0,73,white,male,a2ee588582,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-18,23:50:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,32,hispanic,male,19bfe40a92,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-10-31,16:21:00,"HAMILTON CHURCH RD & ZELIDA AVE, ANTIOCH, TN, 37013",36.0551057,-86.6365335,3.0,8865.0,333.0,20,hispanic,male,db265df432,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-20,04:10:00,"AVONDALE CIR & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2090637,-86.777949,6.0,3019.0,621.0,43,black,female,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,plate lights out +2014-03-20,20:55:00,"15TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1599994,-86.7953883,8.0,5501.0,813.0,26,black,male,bdd7af936c,vehicular,registration,False,True,True,citation,True,False,False,True,True,True,True,probable cause,registration,TN,VEHICLE HAD NO VISIBLE TAG. MARIJUANA WAS SMELLED UPON CONTACT. PROBABLE CAUSE SEARCH YIELDED A ORANGE PILL BOTTLE WITH MARIJUANA RESIDUE. +2010-05-20,08:43:00,"I 24 E & BELL RD, NASHVILLE, TN, 37211",36.0447758,-86.6478741,3.0,8706.0,321.0,18,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-27,04:23:00,"2412 WEST END AVE, NASHVILLE, TN, 37203",36.147535,-86.80772,8.0,5615.0,813.0,53,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,CA, +2010-04-04,02:53:00,"16TH AVE & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1532464,-86.7922068,8.0,5701.0,811.0,22,white,male,9385461f5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AR, +2015-11-16,15:53:00,", , ,",,,,,,32,white,male,084c20944a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT NOT WORKING +2015-09-24,14:47:00,"MM 10 0 BRILEY N, NASHVILLE, TN, 37214",,,5.0,92981.0,515.0,22,black,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,RECKLESS ----- +2010-04-14,14:30:00,"8331 MCCRORY LN, NASHVILLE, TN, 37221",36.065871,-86.998992,1.0,4801.0,125.0,28,white,male,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"NO MDC +" +2011-08-01,15:39:00,"GALLATIN PIKE & HOWARD AVE, NASHVILLE, TN, 37216",36.2121071,-86.7322177,2.0,1817.0,225.0,40,white,male,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-02,00:23:00,"5TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4055.0,425.0,36,black,female,6949a466d7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-01,13:13:00,"DICKERSON PIKE & E TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,60,black,female,c76c330626,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-26,18:38:00,"MM 47 4 I24 W, NASHVILLE, TN, 37207",,,2.0,19021.0,221.0,32,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-26,17:58:00,"BELL RD & HARBOR LIGHTS DR, NASHVILLE, TN, 37217",36.0938851,-86.624844,5.0,8935.0,535.0,44,white,female,5d95185f48,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-05-31,15:11:00,"ANDREW JACKSON PKWY & DES MOINES DR, HERMITAGE, TN, 37076",36.2095802,-86.6019573,5.0,9535.0,523.0,17,white,male,a70bee75a6,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-15,20:26:00,"DOUGLAS AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1926724,-86.7443891,2.0,1895.0,227.0,63,black,male,1fdfb2a60c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-21,21:05:00,"COWAN ST & VASHTI ST, NASHVILLE, , 37207",36.1902265,-86.7811751,,,,32,black,female,d96e83cd33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-23,15:54:00,"HERITAGE DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2640957,-86.7241636,7.0,1749.0,723.0,68,black,male,7181557957,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAGS EXPIRED JUNE ---- +2016-11-03,01:26:00,"23RD AVE N & CHARLOTTE AVE, , , 37203",36.1557468,-86.80977,,,,70,black,female,17e2b951bd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-28,23:33:00,"E TRINITY LN & E TRINITY LN, NASHVILLE, TN, 37216",36.2058983,-86.7685904,2.0,1837.0,225.0,61,white,female,1b4ec484ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-13,23:42:00,", , ,",,,,,,21,black,male,9fcd509a29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-03,20:23:00,"ROBERTSON AVE & WACO DR, NASHVILLE, TN, 37209",36.157338,-86.8722238,1.0,4645.0,115.0,37,black,female,79b21ccc56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-20,15:20:00,"2803 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2003361,-86.7406763,2.0,1403.0,217.0,23,white,male,0847f81dcc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-08,09:55:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,31,white,male,a0b824a6ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-05,14:51:00,"916 OLD HICKORY BLVD W, MADISON, TN, 37115",,,7.0,2145.0,725.0,45,hispanic,male,4d8c33198b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2015-12-23,10:17:00,"3701 JAMES KAY LN, HERMITAGE, TN, 37076",36.1782152,-86.6159728,5.0,9511.0,521.0,59,unknown,male,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-19,16:24:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1750356,-86.7846846,4.0,4233.0,413.0,33,black,male,7e361b3cfb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-20,17:19:00,"BELL RD & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0447085,-86.6615617,3.0,8721.0,325.0,65,black,male,17c9ffa200,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXP TAG +2014-02-05,15:40:00,"BELL RD & LAKERIDGE PASS, NASHVILLE, TN, 37214",36.1455164,-86.6261956,5.0,8957.0,533.0,40,white,female,c5e9138c19,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-08-25,20:47:00,"876 W TRINITY LN, NASHVILLE, TN, 37207",36.206708,-86.80559,6.0,3013.0,623.0,19,black,female,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-12,15:22:00,", , ,",,,,,,40,white,male,bb31e185ba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-29,02:54:00,"BELL HOLLOW & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0409461,-86.6621445,3.0,8753.0,331.0,25,white,female,cf07ed6f7d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-26,21:10:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,35,black,female,ea3413a239,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN +2011-11-18,08:01:00,"3201 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2064268,-86.7370638,2.0,1837.0,225.0,59,white,female,377f552750,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-13,19:57:00,"S 7TH ST & SYLVAN ST, NASHVILLE, TN, 37206",36.1681686,-86.7572402,2.0,1023.0,211.0,44,black,female,ea3413a239,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,True,True,True,False,other,vehicle equipment violation,TN, +2017-11-30,12:42:00,"420 DONELSON PIKE, NASHVILLE, TN, 37214",36.154196,-86.66612,5.0,9105.0,517.0,28,white,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-11-10,23:16:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4115.0,421.0,26,black,male,8146922822,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-03,07:15:00,"S 14TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1708216,-86.746765,2.0,1221.0,213.0,36,white,male,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"NO MDC +" +2015-11-22,12:18:00,"2939 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2248739,-86.7599875,2.0,1887.0,223.0,40,black,male,5691d5edd8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-12,23:44:00,"S 5TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1718406,-86.764735,2.0,1113.0,211.0,47,black,male,94ecf24de4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-01-29,03:44:00,"HAYWOOD LN, NASHVILLE, TN, 37211",36.0693403,-86.7031091,,,,30,black,male,392b1090b2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-12,16:19:00,"ELMINGTON AVE & SHARONDALE DR, NASHVILLE, TN, 37205",36.1280162,-86.8168329,1.0,6005.0,113.0,21,black,male,b164f0f78c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-19,13:31:00,"MURFREESBORO PIKE, UNA, TN, 37217",36.100824,-86.6627713,,,,36,white,female,4d037c592b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-09,17:11:00,"DICKERSON PIKE & DUE WEST AVE N, , TN, 37207",36.2563347,-86.757913,,,,48,white,female,4183295444,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-28,07:54:00,", , ,",,,,,,60,white,male,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-25,23:36:00,"9TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1583264,-86.783383,4.0,4077.0,423.0,30,white,male,c23a7336a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2013-05-20,13:13:00,"FRANKLIN PIKE & WOODMONT BLVD, NASHVILLE, TN, 37204",36.11135,-86.7834309,8.0,7001.0,823.0,54,white,female,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-12,15:27:00,"BENJAMIN ST & PORTER RD, NASHVILLE, TN, 37206",36.1858667,-86.7307169,2.0,1309.0,215.0,61,black,male,7e173f3f15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-21,21:59:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,32,black,male,5a2f1d4986,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-03,23:45:00,"POST RD & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1280044,-86.8519674,1.0,5017.0,121.0,40,white,female,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHT OUT +2017-06-12,00:35:00,"ACKLEN PARK DR & WEST END AVE, NASHVILLE, TN, 37203",36.1408635,-86.8174022,8.0,5629.0,813.0,34,white,female,29d4f86f6d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC, +2014-07-10,15:12:00,", , ,",,,,,,31,white,male,f1174e1368,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-03-13,18:39:00,"DICKERSON PIKE & DOVERSIDE DR, NASHVILLE, TN, 37207",36.243944,-86.7566921,7.0,2011.0,721.0,19,black,male,5d95185f48,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-30,23:17:00,"19TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1523038,-86.7974334,8.0,5523.0,811.0,26,white,male,44d93c9d19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO LTS ON +2014-04-24,03:20:00,"MM 212 0 I40 E, NASHVILLE, TN, 37210",,,5.0,82042.0,511.0,24,white,male,adf5df7aac,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-28,23:10:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,42,white,male,19b6cf7f40,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RIGHT TURN PROHIBITED ON RED LIGHT +2010-08-30,14:00:00,"ANDREW JACKSON PKWY & WEBER RD, HERMITAGE, TN, 37076",36.196213,-86.6085041,5.0,9507.0,521.0,23,white,female,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-04,10:15:00,"6610 HWY 100, NASHVILLE, TN, 37205",36.0894785,-86.8803922,1.0,6209.0,117.0,40,white,male,2c5a97d325,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"NO MDC....MOTOR OFFICER +" +2015-07-17,08:33:00,"LEA AVE & RUTLEDGE ST, NASHVILLE, TN, 37210",36.1558387,-86.7698694,4.0,4033.0,425.0,30,white,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,tags looked expired. once i stopped her i could see current stickers behind a license plate frame. i released her without asking for a d/l +2018-10-06,11:17:00,"BOROWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0909588,-86.6511162,5.0,8935.0,535.0,42,black,male,6a925b89d9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-05-05,19:59:00,"12TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4081.0,423.0,65,white,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,LANE RESTRICTION +2010-06-02,12:35:00,"11TH AVE & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4205.0,411.0,32,white,female,6f0151b767,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR NO MDC +" +2013-10-17,21:55:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,35,white,female,14b56e9185,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-08-15,18:59:00,"NOLENSVILLE PIKE & NORTHCREST DR, NASHVILLE, TN, 37211",36.0666814,-86.7179507,8.0,8661.0,831.0,24,hispanic,male,c5e9138c19,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-10-27,19:46:00,"BEN ALLEN RD & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2252496,-86.7604227,2.0,1887.0,223.0,35,black,male,81ffb8487e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-01,09:07:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,32,black,male,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,, +2018-09-17,15:39:00,"5720 CROSSINGS BLVD, ANTIOCH, TN, 37013",36.039608,-86.646541,3.0,8863.0,333.0,22,black,female,97f0bf928b,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TX, +2015-04-16,10:08:00,"497 OLD HICKORY BLVD W, MADISON, TN, 37115",36.2633997,-86.7210298,7.0,1773.0,723.0,27,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-21,17:53:00,"HICKORY VALLEY RD & SUMMERLY DR, NASHVILLE, TN, 37205",36.1294511,-86.8732845,1.0,5013.0,121.0,51,white,female,72900f0117,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,unlawful display of plate. suspended dl +2015-02-18,21:48:00,"S GALLATIN PIKE & E WEBSTER ST, MADISON, TN, 37115",36.2519643,-86.7176232,7.0,1507.0,711.0,47,black,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-04,04:38:00,"365 HARDING PL, NASHVILLE, TN, 37211",36.0842087,-86.7047416,3.0,8705.0,321.0,54,white,male,4ab7251c91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-30,19:53:00,"LADY NASHVILLE DR & LEBANON PIKE, HERMITAGE, TN, 37076",,,5.0,9525.0,523.0,43,white,male,93c49fcb4a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-18,05:17:00,"GRANNY WHITE PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1116416,-86.7926135,8.0,6417.0,823.0,27,white,female,e60adece97,vehicular,vehicle equipment violation,True,True,False,arrest,False,False,False,True,True,True,False,consent,vehicle equipment violation,TN, +2010-03-13,05:00:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37211",36.1109273,-86.7451877,,8519.0,,38,black,male,2a844597b1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"MDC DOWN +" +2015-06-06,19:41:00,", , ,",,,,,,50,white,male,080ab8807b,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2012-08-13,15:44:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1963.0,221.0,38,white,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2012-05-09,21:50:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,52,white,female,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-02,04:17:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1953.0,221.0,62,white,female,8e0a8ec9e8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-01,23:26:00,"MURFREESBORO PIKE & RURAL HILL RD, NASHVILLE, TN, 37217",36.074432,-86.6385894,5.0,8939.0,535.0,32,black,male,b07a7bfe58,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-08-26,23:44:00,", , ,",,,,,,44,unknown,male,38470daab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,BLOCKING FLOW OF TRAFFIC +2016-04-28,21:09:00,"BRICK CHURCH PIKE & EWING LN, NASHVILLE, TN, 37207",36.2326769,-86.7814549,7.0,2031.0,721.0,57,white,male,82e20fdb7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-01,19:48:00,"I 40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5102.0,111.0,32,black,female,ec5603edfe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO HEADLIGHTS +2016-05-09,08:41:00,"1716 ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0709919,-86.6836936,3.0,8899.0,323.0,34,other,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-20,19:22:00,"5201 LINBAR DR, NASHVILLE, TN, 37211",36.0790283,-86.6969265,3.0,8707.0,321.0,31,black,male,a0e960d43b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-06,19:50:00,"I 65 N & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2655836,-86.7392867,7.0,1769.0,723.0,47,black,male,c55a8fff4a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-06,15:42:00,"CHARLOTTE PIKE, , TN, 37205",36.1302698,-86.899755,,,,34,black,female,751bb20c68,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-29,19:30:00,"GALLATIN AVE & GRANADA AVE, NASHVILLE, TN, 37206",36.1883275,-86.7463755,2.0,1927.0,227.0,23,white,female,5a96851d64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-29,17:34:00,"2815 LEBANON PIKE, NASHVILLE, TN, 37214",36.1669343,-86.6623164,5.0,9311.0,515.0,28,white,female,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-03,08:12:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,4.0,4304.0,413.0,28,black,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2011-02-03,07:15:00,"18TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1580622,-86.799962,8.0,5505.0,813.0,31,white,female,4716b7aab8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-03-03,08:28:00,"3001 BELMONT BLVD, NASHVILLE, TN, 37212",36.1189091,-86.7970967,8.0,6501.0,815.0,67,white,female,ab0403c78f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-07,09:43:00,"28TH AVE S & NATCHEZ TRC RAMP, , TN, 37212",,,8.0,5815.0,815.0,50,white,female,613aa97e53,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,RIGHT BRAKE LIGHT OUT +2014-03-27,12:56:00,"I 40 E & BRILEY PKWY N, NASHVILLE, TN, 37217",36.1434168,-86.6998724,5.0,8998.0,531.0,33,black,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I -- E AT MASSMAN DR. I HAD MY VEHICLE POSITIONED SO I COULD SHOOT THE LASER OUT OF MY FRONT WINDOW. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED. I CONFIRMED THE DEFENDANT'S SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. WHEN THE DEFENDANT STOPPED HE PULLED OVER TO THE LEFT SHOULDER AGAINST THE RETAINING WALL AND STOPPED +2010-01-26,20:01:00,"GALLATIN AVE & ORDWAY PL, NASHVILLE, TN, 37206",36.1806339,-86.7496847,2.0,1939.0,227.0,21,white,female,9a70a45e75,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-28,18:50:00,"NOLENSVILLE PIKE & TANKSLEY AVE, NASHVILLE, , 37211",36.1086569,-86.7440204,,,,48,hispanic,male,a1bdf5c653,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-18,10:30:00,"1501 ENSLEY BLVD, NASHVILLE, TN, 37210",36.1391023,-86.761194,3.0,8127.0,311.0,44,unknown,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-30,01:55:00,"BELL RD & HICKORY PARK DR, ANTIOCH, TN, 37013",36.0448578,-86.670401,3.0,8721.0,325.0,28,hispanic,male,ac03b770a8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-02,13:25:00,"18TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1530104,-86.7959913,8.0,5707.0,811.0,40,black,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-25,23:18:00,"5807 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1489131,-86.8617043,1.0,5025.0,115.0,36,white,male,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-06,09:21:00,"MM 12 8 BRILEY N, NASHVILLE, TN, 37214",,,5.0,92860.0,515.0,24,white,male,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2017-12-10,16:39:00,"21ST AVE N & MURPHY AVE, NASHVILLE, TN, 37203",36.1553449,-86.8048503,8.0,5607.0,813.0,61,white,female,7eb706d930,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-27,21:19:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,26,white,female,2cd8d90206,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-03-12,03:31:00,"CHARLOTTE PIKE & MIDLAND AVE, NASHVILLE, TN, 37209",36.1497766,-86.8594228,1.0,5033.0,115.0,25,black,female,db6c29e919,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AZ,DRIVERS SIDE BRAKE LIGHT OUT +2014-04-16,14:29:00,"3538 MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0518739,-86.6137138,3.0,8927.0,335.0,53,black,female,e865e1c625,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-11,10:10:00,"I 40 E & BROADWAY, NASHVILLE, TN, 37203",36.1624369,-86.7748925,8.0,5517.0,811.0,60,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-27,01:47:00,"31ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1425894,-86.8154969,8.0,5627.0,813.0,31,white,female,6f0e6c9ea2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-17,03:18:00,"HILLSBORO PIKE & OVERHILL DR, NASHVILLE, TN, 37215",36.1009651,-86.8187218,8.0,6405.0,825.0,23,white,male,0a70309850,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-11,19:17:00,"3905 ATKINS DR, NASHVILLE, TN, 37211",36.0890217,-86.712781,3.0,8441.0,317.0,51,white,male,75c1044cd0,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,True,True,False,False,other,moving traffic violation,TN,"FAILED TO STOP AT SIGN (PARAGON MILLS & TAMPA), EXPIRED REGISTRATION TAG, SUSPENDED TDL +" +2011-07-17,00:23:00,"ANDERSON RD & BELL RD, ANTIOCH, TN, 37013",36.0747132,-86.6350725,3.0,8979.0,335.0,51,white,female,7f79da4426,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-19,03:57:00,"6005 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0274415,-86.7133312,8.0,8651.0,835.0,28,hispanic,male,7e361b3cfb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-13,14:48:00,"681 JAMES AVE, NASHVILLE, TN, 37209",36.1633629,-86.870963,1.0,4643.0,115.0,19,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-14,11:08:00,"3RD AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,29,asian/pacific islander,male,c7de70e516,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC, +2017-07-28,01:56:00,"MILLS RD & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1685619,-86.600292,5.0,9527.0,521.0,20,black,male,884e5ba898,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI, +2016-03-15,14:09:00,"ARGLE AVE & NEELYS BEND RD, MADISON, TN, 37115",36.2560285,-86.7127556,7.0,1605.0,713.0,24,white,male,a81423d2e8,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2015-12-23,16:17:00,"N GALLATIN PIKE & EDGEMEADE BLVD, MADISON, TN, 37115",36.2834288,-86.7068873,7.0,1759.0,727.0,35,black,female,887e82c03d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-22,16:19:00,"BRICK CHURCH PIKE & DENNIS DR, NASHVILLE, TN, 37207",36.2120746,-86.7788164,6.0,3047.0,621.0,22,black,male,5a96c3af3f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-15,18:20:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9223.0,515.0,33,black,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-18,07:55:00,"DICKERSON PIKE & GORDON TER, NASHVILLE, TN, 37207",36.2126907,-86.7648374,2.0,1891.0,223.0,86,black,male,4d2c2c6a03,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-30,19:31:00,"S 4TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1692567,-86.7650603,2.0,1111.0,211.0,42,black,male,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-11-01,23:30:00,"DICKERSON PIKE & DONALD ST, NASHVILLE, TN, 37207",36.2114944,-86.7652462,2.0,1833.0,223.0,21,white,male,925e298f55,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-23,05:41:00,"OLD HICKORY BLVD W & WALKER ST, MADISON, TN, 37115",36.2638253,-86.7194334,7.0,1773.0,723.0,28,white,female,c76c330626,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-07,07:49:00,"ARLINGTON AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1389858,-86.7329923,3.0,8159.0,311.0,34,white,male,01ba7aa9f9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-06,02:51:00,"14TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1536051,-86.7884173,8.0,5701.0,811.0,22,white,male,46729fee0f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-25,22:35:00,"S 2ND ST & MAIN ST, NASHVILLE, TN, 37213",36.170455,-86.7714799,4.0,1105.0,413.0,28,black,male,a2278aae28,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-15,20:00:00,"I40E & I440E, , TN,",,,,,,52,white,female,48aaf04fba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-26,12:00:00,"2ND AVE S & 40 EXIT W, NASHVILLE, TN, 37210",,,4.0,4003.0,425.0,45,white,female,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-15,10:11:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,,4701.0,,53,black,male,cc109f0f38,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SUBJECT STATED HE IS A SOVEREIGN CITIZEN AND HAS A MOORISH AMERICAN TRAVEL CARD AND DID NOT NEED A TN DRIVERS LICENSE. +2014-01-23,15:15:00,"4704 NOLENSVILLE PIKE, , TN, 37211",36.0678866,-86.718298,8.0,8661.0,831.0,27,hispanic,male,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,sce------- +2014-08-22,10:10:00,"DR D B TODD JR BLVD & HEIMAN ST, NASHVILLE, TN, 37208",36.1713852,-86.8074239,6.0,4481.0,613.0,57,black,female,53d89d125a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2014-12-14,23:50:00,"OLD HICKORY BLVD & WOODLAND HILLS DR, NASHVILLE, TN, 37211",36.0387076,-86.7309355,8.0,8653.0,835.0,24,white,male,9d3a7331b6,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-09-12,15:35:00,"TULIP GROVE RD&TULIP GROVE PT, HERMITAGE, TN, 37076",36.1808778,-86.5969292,5.0,9539.0,523.0,58,black,female,e552872ac6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-04,02:56:00,"708 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1838494,-86.7740517,2.0,1953.0,221.0,67,black,female,8b5a2a4f1d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-05,11:10:00,"GALLATIN PIKE & THOMAS AVE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1837.0,225.0,34,white,female,2d306d905c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-15,20:24:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,8.0,8661.0,831.0,28,white,male,074d9d0c87,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-16,09:06:00,"TULIP GROVE RD, , TN, 37138",36.1936732,-86.5915659,,,,54,white,male,c79376bfa4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-23,22:20:00,", , ,",,,,,,60,black,male,f5c7327329,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-26,17:26:00,"MAIN ST & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1765865,-86.7555717,2.0,1939.0,227.0,22,black,female,fc443b8485,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVING WITH NO HEADLIGHTS ON. +2014-12-10,23:17:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,27,white,male,4a107ef3da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-12,02:37:00,"NATCHEZ CT & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0933849,-86.7362579,8.0,8511.0,831.0,21,hispanic,female,a99fd46d48,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-30,10:20:00,"OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0384874,-86.8035188,,,,52,white,male,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-20,08:10:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4085.0,421.0,29,black,female,ec95a9403e,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-09-04,19:43:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8609.0,831.0,28,hispanic,female,d98ce37758,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-25,13:43:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,55,white,male,755936aeb6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-10,10:43:00,"3305 KNIGHT DR, WHITES CREEK, TN, 37189",36.2566028,-86.8120665,6.0,3225.0,627.0,48,black,male,5e5cf77af0,vehicular,seatbelt violation,False,True,False,citation,True,True,False,True,True,True,True,consent,seatbelt violation,TN, +2010-03-10,10:25:00,"KOREAN VETERANS BLVD & S 2ND ST, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1103.0,413.0,47,white,male,6f0151b767,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-21,13:35:00,"BROADMOOR DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,33,black,female,ea3413a239,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-16,02:58:00,"3855 BELL RD, HERMITAGE, TN, 37076",36.1652352,-86.6109957,5.0,8961.0,533.0,18,white,female,96902ae3c4,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-03-04,07:48:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,37,white,male,286c82f645,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-13,02:20:00,"560 DONELSON PIKE, NASHVILLE, TN, 37214",36.1440696,-86.667432,5.0,9103.0,517.0,41,white,male,7a4cb6c3f1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-03,19:10:00,"S GALLATIN PIKE & HICKORY ST, MADISON, TN, 37115",36.2603698,-86.7128553,7.0,1771.0,711.0,37,white,male,6a58f01d0f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO MDC +2012-08-21,14:27:00,"I 40 W & DONELSON PIKE, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,9102.0,517.0,56,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-22,16:05:00,"CEDARMONT DR & VICKEY CT, ANTIOCH, TN, 37013",36.038452,-86.7064479,3.0,8757.0,331.0,32,white,female,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-27,22:09:00,"8TH AVE S & BASS ST, NASHVILLE, TN, 37203",36.151024,-86.778912,8.0,6811.0,821.0,72,black,male,79b21ccc56,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-06,08:51:00,"BENZING RD & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.045306,-86.7016897,3.0,8719.0,331.0,41,black,female,2e4c69d266,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-28,12:38:00,"1022 ANTIOCH PIKE, NASHVILLE, TN, 37211",36.100489,-86.714149,3.0,8409.0,313.0,51,hispanic,male,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-27,06:13:00,", , ,",,,,,,33,black,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-26,18:16:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,35,white,male,81fac77d3f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-11-10,09:50:00,"DONELSON PIKE & KNAPP BLVD, NASHVILLE, TN, 37217",36.1097216,-86.6714682,5.0,8949.0,533.0,39,white,male,e25971e53e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-19,11:01:00,"440 E & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,8304.0,313.0,47,white,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-20,12:16:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,39,black,male,e157a18d4c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-04-11,07:45:00,"JUAREZ DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,41,white,male,4d94f95134,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"DRIVERS SIDE BRAKE LIGHT OUT. +" +2011-10-10,12:15:00,"39TH AVE N & MURPHY RD, NASHVILLE, TN, 37209",36.1405739,-86.8317847,1.0,5207.0,113.0,31,white,female,53067c6c30,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-07,23:43:00,"BRENTWOOD PL & EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0483783,-86.7436705,8.0,8653.0,835.0,19,asian/pacific islander,male,cf5265e2f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-08,01:34:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,34,white,male,7820669585,vehicular,investigative stop,True,False,False,arrest,False,False,False,False,True,True,True,other,investigative stop,TN, +2012-08-15,15:40:00,"HWY 70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4813.0,125.0,32,white,female,25b26f360e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-11,06:01:00,"I 65 N & I 440 ENTRY, NASHVILLE, TN, 37204",35.7275536,-86.9604933,8.0,8504.0,825.0,27,white,male,1b56d08e5c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,NY,SPEED +2012-01-24,13:32:00,"8TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1578561,-86.7814243,4.0,4085.0,421.0,31,white,female,dd16a8e4a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"WARNED ON VIOLATION, +" +2012-07-21,00:54:00,"1909 8TH AVE S, NASHVILLE, TN, 37203",36.1345653,-86.7794629,8.0,6905.0,821.0,19,black,female,be02c342d3,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-12,13:19:00,"SPRING ST & MAIN ST, , TN, 37207",36.172907,-86.7652813,,,,32,white,male,a773a4fff8,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-19,23:09:00,"DECATUR AVE & GREEN ST, NASHVILLE, TN, 37210",36.151832,-86.7538474,5.0,9005.0,511.0,33,black,female,51ff126ada,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2018-07-17,18:22:00,"70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,35,white,male,88c2d8920e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-11,12:33:00,"MARTINGALE DR & ROBINSON RD, OLD HICKORY, TN, 37138",36.2579213,-86.6568672,5.0,9611.0,525.0,67,white,male,4d037c592b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-04-13,06:35:00,"W TRINITY LN & HAMPTON ST, NASHVILLE, TN, 37207",36.2066564,-86.7783912,6.0,3007.0,621.0,37,white,male,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-07,14:48:00,"357 CLEARLAKE DR W, NASHVILLE, TN, 37217",36.0904454,-86.6141485,5.0,8931.0,535.0,26,black,male,eb734545cc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-23,03:23:00,"MAVERT DR & NEESE DR, , , 37211",36.1069444,-86.7274474,3.0,8401.0,313.0,34,white,male,3c1411f7e8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-09-15,16:25:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,31,white,female,711211250d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-06-16,13:28:00,"BUTLER RD & SMITH SPRINGS RD, NASHVILLE, , 37217",36.0892553,-86.6170882,,,,37,black,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-02,23:38:00,"6700 CABOT DR, NASHVILLE, TN, 37209",36.1367325,-86.8948733,1.0,4677.0,123.0,21,hispanic,male,393639dfae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AZ, +2014-07-02,23:03:00,"I 65 N & I 24 ENTRY E, NASHVILLE, TN, 37207",35.7275536,-86.9604933,4.0,1910.0,413.0,31,black,male,8ad42740bd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,FL,SPEEDING +2014-02-18,01:32:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,315.0,22,black,,4b50e3a934,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-08,11:06:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,55,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,FLAGGING ----- +2016-06-21,13:00:00,", , ,",,,,,,36,black,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-29,21:16:00,"GALLATIN AVE & STRATTON AVE, NASHVILLE, TN, 37206",36.1827018,-86.7488297,2.0,1937.0,227.0,68,black,male,8d7b449e86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-04,14:08:00,", , ,",,,,,,29,white,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-09,10:07:00,"DR D B TODD JR BLVD & UNDERWOOD ST, NASHVILLE, TN, 37208",36.1733617,-86.8082482,6.0,4469.0,613.0,22,black,female,eb734545cc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-24,16:48:00,"LOCKLAYER ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.171317,-86.7901757,6.0,4239.0,617.0,44,asian/pacific islander,female,e5d79a47c2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-01,13:00:00,"8006 POPLAR CREEK RD, NASHVILLE, TN, 37221",36.0547664,-86.9577235,1.0,4811.0,125.0,52,black,male,6e6eeb355a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-12,09:15:00,"5111 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2192576,-86.8369169,6.0,3231.0,627.0,54,white,female,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-11,11:12:00,"MM 6 2 I440 E, NASHVILLE, TN, 37211",,,8.0,83061.0,825.0,20,white,male,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-29,22:07:00,"NAPOLEON AVE & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.1282449,-86.7538423,,,,36,black,male,4714ced2a3,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-10-01,19:26:00,"MM 81 2 I65 N, NASHVILLE, TN, 37204",,,8.0,80040.0,821.0,26,black,female,3139d5e5ff,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-23,14:30:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1441.0,217.0,39,white,female,95d8a19b5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-04-07,06:09:00,"624 HARDING PL, NASHVILLE, TN, 37211",36.0783658,-86.7435056,8.0,8503.0,831.0,60,asian/pacific islander,female,caab83ed2b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NY, +2012-10-20,02:46:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,21,black,female,7226a00c28,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-02-24,15:29:00,"3780 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.090066,-86.7328363,3.0,8415.0,317.0,50,black,male,7b3aa52401,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-14,20:29:00,"2910 WEST END AVE, NASHVILLE, TN, 37203",36.1445674,-86.8137343,8.0,5625.0,813.0,35,white,female,5847f677f8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-09-11,14:38:00,"GLENROSE AVE & MALDEN DR, NASHVILLE, TN, 37210",36.1167229,-86.7259075,3.0,8361.0,313.0,32,black,male,cf98c01df4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-22,08:38:00,"I 40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,9006.0,513.0,55,black,male,73863cfec3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-02,01:54:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,24,black,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HEADLIGHTS +" +2010-12-10,18:33:00,"DR D B TODD JR BLVD & UNDERWOOD ST, NASHVILLE, TN, 37208",36.1733617,-86.8082482,6.0,4475.0,613.0,50,black,female,751bb20c68,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-05,15:09:00,"1651 CHICKERING RD, NASHVILLE, TN, 37221",36.0646154,-86.8720926,1.0,6211.0,117.0,52,white,male,7eb66cb8db,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-30,15:54:00,"S GALLATIN PIKE & E OLD HICKORY BLVD, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1607.0,713.0,33,black,female,13c1091001,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN +" +2012-06-18,20:03:00,"N GALLATIN PIKE & ALTA LOMA RD, MADISON, TN, 37115",36.2931922,-86.7024332,7.0,1721.0,727.0,62,hispanic,female,d97637d49a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,MOVE OVER LAW +2015-10-02,19:33:00,"NOLENSVILLE PIKE & TUSCULUM RD, NASHVILLE, TN, 37211",36.0590888,-86.7161614,8.0,8655.0,835.0,31,white,female,0a70309850,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-31,16:42:00,"2201 WHITE AVE, NASHVILLE, TN, 37204",36.1301109,-86.7755975,8.0,6945.0,823.0,34,black,male,e9348c562d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-03-14,11:50:00,"S 7TH ST & MAIN ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,34,black,female,e7099bc91c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-10-19,09:35:00,"COLEY DAVIS RD & 70 S, NASHVILLE, TN, 37221",36.0789995,-86.9551254,1.0,4813.0,125.0,38,white,female,5905836fa2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-05,15:48:00,"7000 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.129945,-86.9041738,1.0,4703.0,123.0,19,black,female,ccda12115e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-05-19,16:40:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,23,black,male,6f35d16bdf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-01,18:28:00,"319 HARDING PL, NASHVILLE, TN, 37211",36.0869723,-86.6933661,3.0,8889.0,323.0,30,black,male,01ba20c1e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-25,00:21:00,"1ST AVE S & MOLLOY ST, NASHVILLE, TN, 37201",36.1593813,-86.7725682,4.0,4049.0,425.0,22,white,male,5fc98f119a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,IMPROPER DISPLAY OF LICENSE PLATE....WARNING GIVEN +2010-04-06,17:02:00,"THUNDERBIRD DR & WESTBORO DR, NASHVILLE, TN, 37209",36.1514932,-86.8752286,1.0,4671.0,115.0,19,white,female,3833cec897,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-23,01:25:00,"COLEMAN ST & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.1279222,-86.7536819,,,,31,white,male,22d2be2b0c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-04,09:20:00,"CREEKWOOD N & KINGS LN, NASHVILLE, TN, 37218",36.217484,-86.8463355,6.0,3147.0,625.0,37,black,male,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-18,20:49:00,"ACRE TRL & DUE WEST AVE W, MADISON, , 37115",36.2489684,-86.7322797,,,,39,white,male,350bac3344,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,VA, +2015-01-03,09:53:00,"21ST AVE S & CHILDRENS WAY, NASHVILLE, TN, 37212",36.1386414,-86.8006107,8.0,6623.0,815.0,24,white,male,f6a9921e6e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-21,16:12:00,"COMMERCE ST & OPRY PL, NASHVILLE, TN, 37203",36.1618524,-86.7793258,4.0,4109.0,421.0,24,white,female,2f8c44cef1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-05-28,07:25:00,"HWY 100 & VAUGHNS GAP RD, NASHVILLE, TN, 37221",36.0788298,-86.8852141,1.0,6211.0,117.0,57,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-24,15:35:00,"50 VAUGHN RD, NASHVILLE, TN, 37221",36.053264,-86.8996976,1.0,6213.0,117.0,18,white,male,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-04,01:46:00,"N 12TH ST & ORDWAY PL, NASHVILLE, TN, 37206",36.1804558,-86.7480253,2.0,1213.0,213.0,24,white,male,5849b87aaf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN RIGHT TURN FORREST TO MAIN +2016-05-30,11:29:00,", , ,",,,,,,46,black,male,41d2810599,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,False,other,moving traffic violation,TN,DRIVING ON REVOKED -ND OR MORE. DID NOT QUALIFY FOR STATE CITATION +2015-02-23,22:45:00,"NOLENSVILLE PIKE & TAYLOR RD, NASHVILLE, , 37211",36.0696581,-86.7210586,,,,19,hispanic,female,d77922bcbf,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-09-15,01:16:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,19,white,female,da31f1d69d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-02-06,07:50:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,3.0,8145.0,311.0,49,hispanic,female,cc23b83d61,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-03,15:47:00,"CHARLOTTE PIKE & DAVIDSON DR, , TN, 37209",36.1294959,-86.903308,,,,49,white,male,72900f0117,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2015-11-13,20:46:00,"14903 OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0448137,-86.7030063,3.0,8757.0,331.0,30,white,male,db265df432,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-19,12:34:00,"2713 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.113476,-86.7471344,8.0,8343.0,825.0,30,white,male,414b9f4517,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-19,17:45:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,88100.0,323.0,32,black,male,6f35d16bdf,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-02,20:19:00,"3701 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2134893,-86.7317336,2.0,1817.0,225.0,24,black,female,b2cf3c24b7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-25,19:37:00,"11TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1803336,-86.8044495,6.0,4451.0,613.0,30,black,male,f26feb9ee6,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-30,15:53:00,"2700 POSTON AVE, NASHVILLE, TN, 37203",36.1466851,-86.8123973,8.0,5623.0,813.0,19,white,male,b164f0f78c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-16,13:59:00,"1022 E OLD HICKORY BLVD, MADISON, TN, 37115",36.2624351,-86.6852899,7.0,1613.0,713.0,32,white,male,bd349f40c9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-07,11:44:00,"MURFREESBORO PIKE & PAVILION BLVD, NASHVILLE, TN, 37217",36.1329974,-86.7209464,5.0,8815.0,531.0,26,black,female,769a186299,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-08,16:23:00,"JACKSONIAN DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,34,white,male,a02596b67e,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2014-11-25,13:48:00,"2501 MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2207564,-86.699647,5.0,9213.0,515.0,24,black,male,963f2c3d0d,vehicular,moving traffic violation,True,True,True,arrest,False,False,False,True,True,True,False,consent,moving traffic violation,TN, +2010-06-29,08:26:00,"RIO VISTA DR & STHY 45, MADISON, TN, 37115",,,7.0,1705.0,715.0,56,white,female,e767c15053,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"STOP SIGN +" +2010-04-21,10:30:00,"ELLINGTON PKWY & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1996.0,221.0,25,white,male,58528e8953,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-03,21:17:00,"BLAIRFIELD DR & KANLOW DR, ANTIOCH, TN, 37013",36.0221643,-86.6564866,3.0,8763.0,331.0,43,white,male,cf07ed6f7d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-28,00:56:00,"53RD AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1518546,-86.851168,1.0,5121.0,111.0,19,black,male,d96e83cd33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-16,01:56:00,"39TH AVE N & MURPHY RD, NASHVILLE, , 37209",36.1405739,-86.8317847,1.0,5207.0,113.0,57,white,male,4c7e26f974,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAG +2015-10-09,13:38:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,5.0,8951.0,531.0,20,black,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MS,SPEEDING ----- +2010-03-22,20:11:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,39,white,male,a367ddd299,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"RAN RED LIGHT +" +2017-06-07,23:44:00,"ANTIOCH PIKE & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0599702,-86.6721194,3.0,8893.0,325.0,34,black,male,ac571570c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-17,19:16:00,"CLARKSVILLE PIKE & S HAMILTON RD, NASHVILLE, TN, 37218",36.1936554,-86.831192,6.0,3157.0,625.0,34,black,female,3dc0ec0fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-01,10:58:00,"I 440 E & GRANNY WHITE PIKE, NASHVILLE, TN, 37215",,,8.0,6420.0,823.0,28,white,male,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2011-12-12,17:52:00,"W GREENWOOD AVE & EMMETT AVE, NASHVILLE, TN, 37206",36.1907213,-86.7490534,2.0,1933.0,227.0,40,black,male,e1b3fd3e66,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"FAILED TO SIGNAL TURN +" +2014-10-23,14:44:00,"MM 90 8 I65 N, MADISON, TN, 37115",,,,,,22,hispanic,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,FL,RECKLESS ----- +2010-11-05,05:45:00,", , ,",,,,,,64,black,male,fa36db4496,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speeding --mph in --mph zone +" +2017-09-20,10:05:00,"COLONIAL CIR & DONELSON PIKE, NASHVILLE, TN, 37214",36.1630544,-86.6639697,5.0,9401.0,517.0,53,black,female,93ef5d6182,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-05-21,11:19:00,"5100 MANORWOOD CT, NASHVILLE, TN, 37211",36.0575531,-86.7223273,8.0,8655.0,835.0,21,hispanic,female,d62c0e5b2f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-29,02:37:00,"DR WALTER S DAVIS BLVD & ED TEMPLE BLVD, NASHVILLE, TN, 37209",36.1738155,-86.8225908,6.0,4503.0,613.0,28,black,female,2e4c69d266,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-09,05:02:00,"BRICK CHURCH PIKE & EWING DR, NASHVILLE, TN, 37207",36.2315631,-86.7815318,7.0,2003.0,721.0,34,black,male,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2019-03-20,14:06:00,"440 E & 65 S, NASHVILLE, TN, 37204",36.1178778,-86.7728783,8.0,7014.0,823.0,20,black,female,a951ba99dd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,, +2010-02-28,23:31:00,"I 40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,9006.0,513.0,37,black,female,ba10efd51b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-25,16:24:00,"BUENA VISTA PIKE & YOUNGS LN, NASHVILLE, TN, 37218",36.2035642,-86.8209658,6.0,3175.0,623.0,38,black,female,a61896fa86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-01,09:37:00,"33RD AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1590802,-86.8250347,6.0,4579.0,613.0,35,black,male,4ae38b4239,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"RIGHT FRONT HEAD LIGHT OUT, WARNING ISSUED." +2013-07-22,12:56:00,"DR D B TODD JR BLVD & WHELESS ST, NASHVILLE, TN, 37208",36.1759251,-86.8093164,6.0,4469.0,613.0,19,black,male,5a270d4b1d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-05,02:26:00,"DICKERSON PIKE & GRIZZARD AVE, NASHVILLE, TN, 37207",36.2082242,-86.7674027,2.0,1833.0,223.0,35,hispanic,male,8283fd87e4,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-13,23:16:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,63,white,male,51ff126ada,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-30,19:49:00,"2350 ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538718,-86.6851775,5.0,9107.0,513.0,24,black,female,30042afedf,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-01-23,00:17:00,"21ST AVE N & MEHARRY BLVD, NASHVILLE, TN, 37208",36.1678927,-86.8093542,6.0,5325.0,615.0,47,black,male,a60a361c7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-07,00:42:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,40,white,female,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speeding +2014-01-23,01:56:00,"481 OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0901318,-86.9208418,1.0,4815.0,125.0,23,white,male,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NJ, +2018-01-24,10:12:00,"DODSON CHAPEL RD & 40 W, HERMITAGE, TN, 37076",,,5.0,94021.0,521.0,40,white,male,498350de5b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2014-03-16,01:34:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1771.0,711.0,40,white,female,54ec3bdb8f,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN,stolen tag. dorl. outstanding warrants +2016-11-21,23:03:00,"GALLATIN AVE & ORDWAY PL, NASHVILLE, TN, 37206",36.1806339,-86.7496847,2.0,1939.0,227.0,41,black,female,8e0a8ec9e8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-17,21:25:00,"I 65 N & ARMORY DR, NASHVILLE, TN, 37204",36.1018221,-86.7640292,8.0,8504.0,825.0,35,black,male,1fdfb2a60c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-13,12:20:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,5.0,8989.0,533.0,22,asian/pacific islander,female,06dbf4a801,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-16,11:01:00,", , ,",,,,,,37,black,female,b9f747e548,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-02,15:29:00,"GARFIELD ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1805571,-86.7963622,6.0,4343.0,617.0,47,unknown,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2015-09-18,14:27:00,"HWY 45 & MYATT DR, MADISON, TN, 37115",36.2640789,-86.6902738,7.0,1705.0,715.0,25,black,female,b4e2bfe413,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-12,23:44:00,"CLEVELAND ST & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1874264,-86.7733527,2.0,1953.0,221.0,33,black,female,559fd015a2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-07-08,17:34:00,"1084 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.127467,-86.7113146,5.0,8817.0,531.0,43,hispanic,female,6e31415843,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-03-19,09:12:00,"ASHLAND CITY HWY & HYDESDALE LN, NASHVILLE, TN, 37218",36.2066213,-86.8557501,6.0,3123.0,625.0,55,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-23,23:51:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5035.0,115.0,22,white,female,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-02-26,14:39:00,"ELIZABETH JORDAN ST & INDIANA AVE, NASHVILLE, TN, 37209",36.1574447,-86.8292826,1.0,4549.0,111.0,56,black,male,dfa33c336f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-28,18:32:00,"CLARKSVILLE PIKE & MANCHESTER AVE, NASHVILLE, TN, 37218",36.1953593,-86.8339675,6.0,3161.0,625.0,51,white,female,e9348c562d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-25,21:12:00,"ALTA LOMA RD & MONTICELLO AVE, GOODLETTSVILLE, TN, 37072",36.295568,-86.7097612,7.0,1753.0,727.0,46,black,female,c471d204a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2014-03-24,23:30:00,", , ,",,,,,,35,white,male,936ab7dc64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-05,20:06:00,"BENTON AVE & VINE HILL RD, NASHVILLE, TN, 37204",36.1317883,-86.7697468,8.0,8029.0,821.0,24,black,female,b541004824,vehicular,vehicle equipment violation,True,True,False,arrest,False,False,False,False,True,True,True,other,vehicle equipment violation,TN, +2011-01-03,16:45:00,"KERMIT DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1217299,-86.7048343,5.0,8823.0,531.0,52,black,female,5f12ed2979,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"driver brake light +" +2018-02-06,14:11:00,"ERIN LN & 70 S, NASHVILLE, TN, 37205",36.0784068,-86.9089123,1.0,4903.0,121.0,64,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-29,00:19:00,"NOLENSVILLE PIKE & TUSCULUM RD, NASHVILLE, TN, 37211",36.0590888,-86.7161614,8.0,8655.0,835.0,21,white,female,28a173be9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-09,13:58:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,61,black,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-15,10:37:00,"10TH AVE N & SCOVEL ST, NASHVILLE, TN, 37208",36.17343,-86.7953503,6.0,4301.0,617.0,27,black,female,8f1069f970,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-06-25,13:20:00,"MM 192 I40 W, , TN,",35.716234,-83.5089544,,,,23,black,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-29,12:41:00,"JOSEPH AVE & N 2ND ST, NASHVILLE, TN, 37207",36.1795545,-86.7718448,2.0,1967.0,221.0,32,black,male,c76c330626,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-27,12:02:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1123.0,211.0,35,white,female,8ed20f511b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-27,10:45:00,"WEST END AVE, WEST, TN, 37212",36.1455759,-86.8112668,,,,24,white,male,53067c6c30,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,"SEATBELT +" +2015-03-17,16:22:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,34,unknown,female,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-13,08:58:00,"DICKERSON PIKE & SPRING ST, NASHVILLE, TN, 37207",36.1766768,-86.7709301,2.0,1983.0,221.0,36,black,male,39e9ad240b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-01,17:00:00,"CENTRAL VALLEY DR & VALLEY GROVE DR, HERMITAGE, TN, 37076",36.1719646,-86.5916579,5.0,9539.0,523.0,43,white,male,1804300122,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-10,18:48:00,"HARDING PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,6021.0,117.0,59,asian/pacific islander,female,792f948c03,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-09-23,10:59:00,"226 5TH AVE N, NASHVILLE, TN, 37219",,,4.0,4139.0,411.0,43,black,male,6dc6599caa,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-04,09:48:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,6.0,43024.0,617.0,32,black,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-08,23:20:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1115.0,211.0,36,black,female,740c49ba28,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-02,21:11:00,"HAYWOOD LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0682079,-86.7191333,8.0,8661.0,831.0,33,hispanic,male,871986f056,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-12,11:09:00,"BRICK CHURCH PIKE & FERNCO DR, NASHVILLE, TN, 37207",36.2199469,-86.7823027,6.0,3047.0,621.0,30,black,female,3245129711,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-19,03:44:00,"BELL RD & MORRIS GENTRY BLVD, ANTIOCH, TN, 37013",36.0665953,-86.636705,,8861.0,,22,black,male,1efbb4af4c,vehicular,vehicle equipment violation,True,True,True,arrest,True,True,False,True,True,True,True,consent,vehicle equipment violation,TN, +2017-01-16,21:09:00,"HILLSBORO PIKE & 440 E, NASHVILLE, TN, 37215",36.1233722,-86.8090545,8.0,6424.0,823.0,55,white,female,3790ebbbc7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-08,13:25:00,"6501 HARDING PIKE, NASHVILLE, TN, 37205",36.087629,-86.8917309,1.0,6209.0,117.0,65,white,female,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-15,19:27:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,23,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-18,20:16:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9201.0,515.0,31,black,female,87bd93c328,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-19,09:11:00,"CAPITOL BLVD & CHURCH ST, NASHVILLE, TN, 37219",36.1623851,-86.7820215,4.0,4143.0,411.0,49,white,male,00443cb79c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-25,10:14:00,", , ,",,,,,,30,white,male,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,driver bl out +2013-02-11,21:08:00,"DICKERSON PIKE & W TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1833.0,223.0,41,white,female,7a6aae9e27,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,RT HEADLIGHT +2012-07-10,21:20:00,"6501 HARDING PIKE, NASHVILLE, TN, 37205",36.087629,-86.8917309,1.0,6209.0,117.0,43,white,male,0cd91b7f91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-27,05:37:00,"CHADWICK LN & OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0402225,-86.7523439,8.0,8619.0,833.0,32,hispanic,male,9d3a7331b6,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2013-07-13,02:58:00,"BRICK CHURCH PIKE & WOODFOLK AVE, NASHVILLE, TN, 37207",36.2174362,-86.7815144,6.0,3021.0,621.0,23,black,male,b3a6b271c1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-04-25,00:05:00,"9TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1730333,-86.7923877,6.0,4239.0,617.0,19,black,male,05a9feba15,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-23,23:22:00,"4TH AVE S & ASH ST, NASHVILLE, TN, 37210",36.1523471,-86.7715598,4.0,4005.0,425.0,41,white,male,a1e3ace771,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-17,19:51:00,"1451 BELL RD, ANTIOCH, TN, 37013",36.0465368,-86.6833289,3.0,8719.0,331.0,35,black,male,ca70dcb8f6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-17,10:46:00,"4536 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.070861,-86.7220207,3.0,8701.0,321.0,22,asian/pacific islander,male,d6344a9ace,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-12,00:11:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4115.0,421.0,26,white,female,392687b70d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-25,16:29:00,"BRILEY PKWY S & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,92960.0,513.0,40,black,male,aca031796e,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,NC, +2014-05-15,21:33:00,"JUAREZ DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9613.0,521.0,25,white,male,766a98473e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,driver head light out +2013-01-13,00:50:00,"BRILEY PKWY & INTERNATIONAL PLZ, NASHVILLE, TN, 37217",36.1272561,-86.6958888,5.0,8998.0,531.0,36,white,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY,RAN STOP SIGN +2011-08-08,12:39:00,"52ND AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519223,-86.8498908,1.0,5121.0,111.0,35,black,female,53067c6c30,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-16,20:36:00,"S 11TH ST & FATHERLAND ST, NASHVILLE, , 37206",36.1741367,-86.7503438,,,,35,white,male,12d3d862ae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-17,21:51:00,"37TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527207,-86.8281842,1.0,5229.0,113.0,29,white,male,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-28,10:20:00,"1500 BELL RD, ANTIOCH, TN, 37013",36.041388,-86.690894,3.0,8755.0,331.0,62,unknown,male,c4348d7474,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-16,05:10:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1301.0,215.0,45,white,male,53e360df93,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-01-21,09:38:00,"S NEW HOPE RD & ROXBOROUGH DR, HERMITAGE, TN, 37076",36.1660329,-86.5846143,5.0,9543.0,523.0,60,black,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-18,16:35:00,"DUE WEST AVE W & FREDA VILLA, MADISON, TN, 37115",36.2483052,-86.7246818,7.0,1789.0,723.0,22,white,female,77134f5a26,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-15,10:15:00,"695 HUNTINGTON PKWY, NASHVILLE, TN, 37211",36.0495122,-86.7376924,,,,33,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-30,01:31:00,"HICKORY HOLLOW PKWY & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0597095,-86.6710171,3.0,8859.0,325.0,20,black,female,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-13,08:29:00,"46TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544496,-86.8423403,1.0,4545.0,111.0,64,white,female,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-03,18:02:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,51,black,male,596bd1105e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-24,06:16:00,"BELL HOLLOW & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0409461,-86.6621445,3.0,8753.0,331.0,29,black,female,cf07ed6f7d,vehicular,registration,True,False,True,arrest,True,True,False,True,True,True,True,consent,registration,TN,TEMP TAG ALTERED / NO DL / DRUG PARA +2017-10-30,12:51:00,"40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5202.0,111.0,42,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-04,08:42:00,"ASHTON AVE & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.1960633,-86.8351447,6.0,3115.0,623.0,54,white,female,91c2b57241,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-13,19:24:00,"NOLENSVILLE PIKE & TAYLOR RD, NASHVILLE, , 37211",36.0696581,-86.7210586,,,,26,white,male,ba10efd51b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"PASS HEADLIGHT OUT +" +2011-12-27,20:08:00,"31ST AVE N & BELWOOD ST, NASHVILLE, TN, 37203",36.1452315,-86.8164573,8.0,5627.0,813.0,28,white,female,7b76b56003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-31,10:35:00,"I 24 W & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,1979.0,221.0,51,white,female,6f0151b767,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-13,21:00:00,"DR D B TODD JR BLVD & OSAGE ST, NASHVILLE, TN, 37208",36.1771336,-86.8098368,6.0,4455.0,613.0,25,black,female,0e1022b041,vehicular,vehicle equipment violation,True,False,True,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-14,18:26:00,"DR D B TODD JR BLVD & HEIMAN ST, NASHVILLE, TN, 37208",36.1713852,-86.8074239,6.0,4481.0,613.0,52,black,male,6a6e0f08cf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-20,09:44:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9601.0,521.0,45,white,male,be82d6c6cf,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-06-03,23:28:00,"ASHLAND CITY HWY & DRAKES BRANCH RD, NASHVILLE, TN, 37218",36.2075808,-86.8580197,6.0,3167.0,625.0,30,black,male,d0b0c03599,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-23,12:56:00,"LEBANON PIKE & MONACO DR, HERMITAGE, TN, 37076",36.2060376,-86.6132904,,9719.0,,84,white,male,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-25,17:22:00,"3500 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2111437,-86.7320976,2.0,1441.0,217.0,48,white,male,8df01013ba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AR, +2011-08-31,10:28:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,36,black,female,489eea137b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-20,07:24:00,"727 BELL RD, ANTIOCH, TN, 37013",36.0557735,-86.6427685,3.0,8861.0,325.0,40,white,male,4af3cba1d7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER'S SIDE BRAKE LIGHT OUT +2012-04-04,15:36:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,27,white,female,cfbf0303f8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-14,12:13:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,30,black,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-01,03:17:00,"ELYSIAN FIELDS RD & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0868909,-86.7302104,,,,21,white,female,9310569e50,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-11,09:40:00,"5780 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1713781,-86.6011476,5.0,9557.0,523.0,31,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-09,19:39:00,"981 RICHARDS RD, ANTIOCH, TN, 37013",36.0691672,-86.6830264,3.0,8899.0,323.0,28,white,male,a07d1d7733,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-11,11:52:00,"121 4TH AVE S, NASHVILLE, TN, 37203",36.1599485,-86.7772798,4.0,4091.0,421.0,56,white,female,14afe06f51,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-29,08:02:00,"EDMONDSON PIKE & WHISPERING HILLS DR, NASHVILLE, , 37211",36.072144,-86.7328937,,,,24,white,male,65d5d978b1,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2011-01-31,18:32:00,"&= 49| | 50.0|N | |GALLATIN |PIKE | |370, , TN,",,,7.0,1721.0,727.0,48,white,female,2f644f1012,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-22,01:05:00,"8TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1578561,-86.7814243,4.0,4085.0,421.0,44,black,male,9d9cc9ecf8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-23,15:34:00,"RIDGESIDE DR & VILLAGE TRL, NASHVILLE, TN, 37207",36.2476458,-86.7715782,7.0,2027.0,721.0,62,black,female,a3f840e016,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-20,10:23:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,47,black,male,5bc5bf609d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-21,14:50:00,"ARTELIA DR & RICHARDS RD, ANTIOCH, TN, 37013",36.0684736,-86.6742981,3.0,8899.0,323.0,48,black,,14b56e9185,vehicular,moving traffic violation,False,False,False,,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-16,20:37:00,"MT VIEW RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0543095,-86.618717,3.0,8927.0,335.0,51,black,male,41a4abcf2e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-17,06:16:00,"I 40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.10788,-86.922344,5.0,9543.0,523.0,54,white,female,0d43689ede,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-10,12:35:00,"527 OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.1012923,-86.9248875,1.0,4815.0,125.0,26,white,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-08,17:55:00,"ALLEN PASS & NEELYS BEND RD, MADISON, TN, 37115",36.2419381,-86.6755803,7.0,1633.0,713.0,38,black,female,f5e3159941,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2013-11-13,13:49:00,"DOBBS AVE & THOMPSON LN, , TN, 37211",36.1100848,-86.7359135,3.0,8403.0,313.0,29,white,male,9d3a7331b6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-10,16:11:00,"4TH AVE N & CHURCH ST, NASHVILLE, TN, 37219",36.1637151,-86.7789431,4.0,4129.0,411.0,51,black,female,77770d30d7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-14,07:29:00,"EULALA DR & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0454406,-86.7036238,3.0,8717.0,331.0,47,white,male,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-09,22:40:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,75,white,female,7b76b56003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-17,07:59:00,"1ST AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1622505,-86.7743837,4.0,4101.0,415.0,28,white,male,8b5afada21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-18,18:44:00,"RIVERGATE PKWY & WREN RD, GOODLETTSVILLE, TN, 37072",36.3030234,-86.7018511,7.0,1751.0,727.0,47,white,female,0f7ad96aba,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-12-23,00:43:00,"8TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1417067,-86.7786839,8.0,6811.0,821.0,61,white,male,073f5c83fc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-28,08:20:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,8.0,8501.0,831.0,51,white,male,b0595584e6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-17,09:22:00,"8TH AVE S & SOUTH DOUGLAS AVE, NASHVILLE, TN, 37204",36.1317576,-86.7789705,8.0,6945.0,823.0,59,black,male,f2837b0d6b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-06,17:28:00,"DOMINICAN DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1879249,-86.7985195,6.0,4403.0,611.0,29,black,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-04,12:01:00,"S 10TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1713641,-86.7523097,2.0,1125.0,213.0,22,black,male,a48b378e7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL,illegal lane change when turning +2014-05-30,12:57:00,"ELM ST & FOREST PARK RD, MADISON, TN, 37115",36.26012,-86.7036178,7.0,1627.0,713.0,58,black,male,4183295444,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-03,14:36:00,"MM 194 I40 E, , TN,",35.434219,-97.4078234,,,,56,hispanic,female,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,consent,moving traffic violation,TN, +2011-07-07,15:41:00,"12TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.154613,-86.7861986,4.0,4081.0,423.0,43,white,male,6761423fb7,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2012-03-07,14:48:00,"16TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.170267,-86.8034404,6.0,5413.0,615.0,54,black,male,c51a70920b,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-07-22,19:03:00,"HERMITAGE AVE & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1583691,-86.7719178,4.0,4049.0,425.0,41,white,male,6dc6599caa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-17,07:55:00,"ASHLAND CITY HWY & HYDESDALE LN, NASHVILLE, TN, 37218",36.2066213,-86.8557501,6.0,3167.0,625.0,46,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-10,10:20:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,20,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE ENTRANCE RAMP TO I -- W AT OHB. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN. I CONFIRMED HIS SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. +2013-06-27,16:50:00,"S 10TH ST & RUSSELL ST, NASHVILLE, TN, 37206",36.1755648,-86.7517187,2.0,1129.0,213.0,33,black,female,1bbaebcc06,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-31,18:56:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,47,white,male,43d774e2c2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-22,19:58:00,"ALBION ST & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.16629,-86.8053356,6.0,5327.0,615.0,29,black,male,5a96c3af3f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-06,19:04:00,"GLENCLIFF RD & NEESE DR, NASHVILLE, TN, 37211",36.1071122,-86.7207322,3.0,8401.0,313.0,47,black,male,95179d8457,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-15,19:58:00,"70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,66,white,male,a38535e24a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CO, +2012-12-13,13:30:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,323.0,57,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-20,21:40:00,"MAIN ST & N 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,29,black,male,9edafecd50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO VISIBLE +2012-04-16,02:31:00,"S GALLATIN PIKE & E PALESTINE AVE, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1785.0,711.0,22,white,male,d6864f2be6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-26,07:55:00,"S GALLATIN PIKE & EMMITT AVE, MADISON, TN, 37115",36.253264,-86.7167542,7.0,1623.0,711.0,29,black,female,a81423d2e8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-04,12:02:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1009.0,211.0,59,white,male,3aef563fcc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-19,22:00:00,"340 HARDING PL, NASHVILLE, TN, 37211",36.087154,-86.6962863,3.0,8845.0,317.0,26,black,male,0414ae3bcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-12,19:54:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1771.0,711.0,19,white,female,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-31,18:10:00,"CHEYENNE BLVD & QUANTO CT, MADISON, TN, 37115",36.2485803,-86.669626,7.0,1633.0,713.0,23,black,male,e4380ec764,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING --MPH IN --MPH ZONE +2016-11-20,07:49:00,"I 40 WEST & STEWARTS FERRY, , ,",36.1552981,-86.6268367,,,,20,black,male,471811543e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,none +2010-06-15,22:40:00,"DONELSON PIKE & EMERY DR, NASHVILLE, TN, 37214",36.1565655,-86.6650044,5.0,9421.0,517.0,25,black,male,d0efd66007,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"HEADLIGHT OUT; SUSPENDED DL sc------ +" +2012-04-12,09:24:00,"ELLINGTON PKWY & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,58,white,male,cba60069c9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-16,12:30:00,"GREENWOOD AVE & PORTER RD, NASHVILLE, TN, 37206",36.1887454,-86.7291596,2.0,1347.0,215.0,29,white,male,8ed20f511b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2015-06-03,14:21:00,"CAHAL AVE & PORTER RD, NASHVILLE, TN, 37206",36.195154,-86.7249963,2.0,1337.0,215.0,71,white,male,86ef2d8e42,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2015-01-20,19:55:00,"6TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37203",36.1558166,-86.777227,4.0,4043.0,425.0,28,white,female,c1e876ae44,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,tag exp nov ---- +2015-02-04,15:28:00,"26TH AVE N & CLARKSVILLE PIKE, NASHVILLE, TN, 37208",36.1863864,-86.8187963,6.0,443.0,611.0,34,black,male,943bdf4ec4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2010-11-02,17:47:00,"I 40 W & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1536457,-86.6902419,5.0,9411.0,517.0,61,black,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-30,12:29:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,45,white,female,b8a91068a6,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-01-07,11:58:00,"I 65 N & BRILEY PKWY W, NASHVILLE, TN, 37207",36.2384787,-86.7562815,,,,63,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I OBSERVED THE DEFENDANT DRIVING ON I -- NO JUST PAST THE I -- N AND I -- W MERGER TOWARDS CLARKSVILLE. THE DEFENDANT PASSED ME AT A HIGH RATE OF SPEED. I FELL IN BEHIND THE DEFENDANT AND PACED HIM FOR SEVERAL TENTHS OF A MILE. I PACED HIM TRAVELING -- MPH IN A -- MPH ZONE. I WAS DRIVING -- AND THE DEFENDANT WAS STILL PULLING AWAY FROM ME. +2015-05-16,13:59:00,"I 40 W & DONELSON PIKE, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,9103.0,517.0,20,white,male,fd8a5abe62,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-20,11:37:00,"8TH AVE S & DREXEL ST, NASHVILLE, TN, 37203",36.1527471,-86.7793179,4.0,4023.0,423.0,32,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-22,,"BROADMOOR DR & PORSHA DR, NASHVILLE, TN, 37216",36.2293267,-86.7276437,2.0,1839.0,225.0,43,black,female,cba60069c9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-16,02:59:00,"520 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1424197,-86.7422278,5.0,8217.0,513.0,31,black,,8bfb8d2916,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,DEALER TAG OUTSIDE OF NORMAL BUSINESS HOURS. +2015-06-12,21:10:00,"18TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1580622,-86.799962,8.0,5505.0,813.0,30,hispanic,male,42d656ccc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-21,13:53:00,"5TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1584787,-86.7771302,4.0,4057.0,425.0,23,white,female,16f69cd6ef,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-12,21:19:00,"ARRINGTON ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1849591,-86.7683177,2.0,1947.0,221.0,24,white,male,1ad14463be,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-05,23:34:00,"I 24 W & SHELBY AVE, NASHVILLE, TN, 37206",36.1673362,-86.7648518,2.0,1009.0,211.0,25,white,male,75f19227c8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CA,brake light +2013-08-29,03:40:00,"HWY 45 & KATE ST, MADISON, TN, 37115",36.2639255,-86.7073944,7.0,1701.0,715.0,29,white,female,db48e43887,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-09,13:06:00,"2516 GALLATIN AVE, NASHVILLE, TN, 37216",36.1963862,-86.7416949,2.0,1881.0,227.0,27,black,female,558311ac68,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-05-17,20:49:00,"HORTON AVE & VILLA PL, NASHVILLE, TN, 37212",36.1406072,-86.792398,8.0,6629.0,811.0,27,white,male,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-11,18:46:00,"N GALLATIN PIKE & MYATT DR, MADISON, TN, 37115",36.2969124,-86.6990955,7.0,1731.0,727.0,46,white,female,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-10,11:52:00,"CITATION DR & EZELL PIKE, NASHVILLE, TN, 37217",36.1004708,-86.6722956,3.0,8841.0,323.0,33,white,female,d506cb99f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-27,21:58:00,"2ND AVE & ELM ST, MADISON, TN, 37115",36.2607173,-86.7105402,7.0,1605.0,713.0,22,black,female,2b5605b872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-08,09:44:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8651.0,835.0,76,white,male,0f631f3a0e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-10,16:57:00,"409 N GALLATIN PIKE, MADISON, TN, 37115",36.266364,-86.711454,7.0,1763.0,723.0,32,white,female,cccd043657,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,KY, +2010-06-08,16:43:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37213",36.1769614,-86.7745755,4.0,1985.0,413.0,17,white,female,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-16,12:34:00,"I 65 N & ARMORY DR, NASHVILLE, TN, 37204",36.1018221,-86.7640292,8.0,8504.0,825.0,54,white,male,50529da1cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-05,10:58:00,"52ND AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1553032,-86.8500746,1.0,4627.0,111.0,60,white,male,0491807f2e,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2014-09-10,10:35:00,"OLD HICKORY BLVD W & RONNIE RD, MADISON, TN, 37115",36.2641319,-86.726548,,1749.0,,70,white,male,33b2c0bf9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-08,10:03:00,"DONELSON PIKE & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1487954,-86.6663112,5.0,9117.0,517.0,51,white,female,4d94f95134,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN,"COVER OVER TAG +" +2011-10-26,11:26:00,"17TH AVE N & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.1792839,-86.8107295,6.0,4457.0,613.0,55,black,male,a076fe22eb,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2012-11-01,18:40:00,"61ST AVE N & NEW YORK AVE, NASHVILLE, TN, 37209",36.1666455,-86.8597936,1.0,4617.0,115.0,26,white,female,2887b93017,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-31,17:00:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,83,white,male,4d037c592b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-29,15:21:00,"MOSSDALE DR & OWENDALE DR, NASHVILLE, TN, 37217",36.0781507,-86.6225877,5.0,8963.0,535.0,66,white,female,9d41edf114,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-03-14,09:50:00,"FOREST VIEW DR & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0674463,-86.6312402,3.0,8979.0,335.0,18,black,male,1c329e8c02,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SUSPENDED DRIVER'S LICENSE +2013-02-09,16:25:00,"DOUGLAS AVE & LISCHEY AVE, NASHVILLE, TN, 37207",36.1936029,-86.7632591,2.0,1873.0,221.0,61,black,male,12bfc112fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO MDC +2011-03-24,09:53:00,"DR D B TODD JR BLVD & WHELESS ST, NASHVILLE, TN, 37208",36.1759251,-86.8093164,6.0,4471.0,613.0,26,black,female,b5dcfa19fe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-15,20:00:00,"I 65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,35,black,female,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-15,08:08:00,"GALLATIN PIKE & MAPLEWOOD PL, NASHVILLE, TN, 37216",36.227215,-86.7253132,2.0,1513.0,217.0,32,white,male,5966fe24c8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP LIGTH +2015-07-04,03:27:00,", , ,",,,,,,24,black,female,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-02,22:24:00,"DALEMERE DR & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2782204,-86.7720073,7.0,2025.0,725.0,23,white,female,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-19,08:45:00,"5886 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0313615,-86.7432445,8.0,8651.0,835.0,44,white,male,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-23,21:19:00,"MURFREESBORO PIKE & VULTEE BLVD, NASHVILLE, TN, 37217",36.1248026,-86.7085375,3.0,8811.0,315.0,25,unknown,male,9d41edf114,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-01-04,05:49:00,"3530 CENTRAL AVE, NASHVILLE, TN, 37205",36.1373126,-86.8255966,1.0,5249.0,113.0,38,asian/pacific islander,male,219af994f6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-28,11:46:00,"7011 RIVER ROAD PIKE, , TN, 37209",36.1365127,-86.934519,1.0,4705.0,123.0,28,white,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-07,09:42:00,"I 24 E & I 40 W, NASHVILLE, TN, 37210",36.1539502,-86.7572484,5.0,9004.0,513.0,42,white,male,16f69cd6ef,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-19,09:11:00,"I 40 W & AMERICAN RD, , TN, 37209",36.148314,-86.859111,1.0,4671.0,115.0,60,white,male,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-12,00:36:00,"DELIA DR & RICHARDS RD, ANTIOCH, TN, 37013",36.0688805,-86.679836,3.0,8893.0,325.0,20,white,female,cf07ed6f7d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-09,18:59:00,", , ,",,,,,,45,hispanic,male,87122671e8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,LEFT ON NO LEFT +2017-02-07,08:36:00,"5TH ST & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2221425,-86.6252822,5.0,9717.0,525.0,44,black,male,a597c4ac85,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2010-09-13,20:35:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,36,black,male,ccda12115e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-04,13:30:00,"MM 80 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7016.0,823.0,23,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2012-03-05,14:06:00,"28TH AVE N & BOOKER ST, , TN, 37209",36.1601961,-86.8189172,,,,25,black,female,a076fe22eb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"-- in a -- lidar, temp tag and plate`" +2016-06-16,13:56:00,"HARDING PL & TAMPA DR, NASHVILLE, TN, 37211",36.0826564,-86.7105185,3.0,8443.0,317.0,56,white,female,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-07,10:53:00,"MARIE ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.1967561,-86.7670261,2.0,1865.0,223.0,24,hispanic,male,2aeb7f91f0,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-11-23,00:21:00,"NOLENSVILLE PIKE & WALLACE RD, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,19,black,female,cd2deb275e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-26,21:15:00,"5900 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1495652,-86.8634166,1.0,5031.0,115.0,49,white,male,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-11,16:16:00,"3657 GEORGIA CT, NASHVILLE, TN, 37209",36.1565363,-86.8291354,1.0,4549.0,111.0,30,black,female,dfa33c336f,vehicular,moving traffic violation,True,False,False,arrest,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-24,19:22:00,"BRADFORD HILLS DR & NOLENSVILLE PIKE, , , 37211",36.0254978,-86.713037,,,,26,black,female,b69829b5aa,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-10-15,17:07:00,"ELLINGTON PKWY ENTRY N & MAIN ST, NASHVILLE, TN, 37207",,,2.0,1995.0,227.0,31,black,male,ff68412c8a,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2011-08-21,10:43:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8721.0,325.0,38,black,female,510bac8bed,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-18,00:44:00,"BROADMOOR DR & ELLINGTON PKWY EXIT N, NASHVILLE, TN, 37216",,,2.0,1843.0,225.0,18,white,female,aaec21c32e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,head light was out +2011-12-19,08:01:00,"1656 ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0732805,-86.6819325,3.0,8899.0,323.0,31,white,male,4c7e26f974,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"EXPIRED TAG BUT HAD STICKERS +" +2017-03-20,06:15:00,"MM 3 0 I440 E, NASHVILLE, TN, 37215",36.1450627,-86.7121761,8.0,6424.0,823.0,35,black,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-15,22:02:00,"65 N & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,8006.0,821.0,23,white,female,3139d5e5ff,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-24,16:09:00,"35TH AVE & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1527549,-86.8266861,1.0,5237.0,111.0,27,white,male,40d9b62eac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-04,18:54:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,45025.0,111.0,24,white,female,59629c618d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-02,00:57:00,"BRICK CHURCH PIKE & BRICK CHURCH PIKE, GOODLETTSVILLE, TN, 37072",36.3270282,-86.7233796,,,,55,black,male,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PLATE LIGHTS OUT. +2016-06-15,23:17:00,"7TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1736041,-86.7901056,4.0,4237.0,413.0,20,black,female,56ee11fe67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-07,11:56:00,"N 14TH ST & STRATTON AVE, NASHVILLE, , 37206",36.1823172,-86.7450115,,,,23,white,male,77134f5a26,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-01,21:43:00,"COLEY DAVIS RD & HWY 70 S, NASHVILLE, TN, 37221",36.0795262,-86.9536221,1.0,4811.0,125.0,36,black,male,c4184931e7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-19,11:40:00,"145 5TH AVE N, NASHVILLE, TN, 37219",36.1620836,-86.7798977,4.0,4127.0,411.0,60,black,female,d708855b86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"WRONG WAY ON -TH +" +2015-03-10,11:24:00,"4800 SHADESCREST DR, NASHVILLE, TN, 37211",36.0767398,-86.7363865,8.0,8607.0,831.0,36,hispanic,female,df69290668,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-08,00:13:00,"MM 210 6 I40 W, NASHVILLE, TN, 37210",,,4.0,40080.0,425.0,53,black,male,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-22,00:54:00,"S 5TH ST & SUMMER PL, NASHVILLE, TN, 37206",36.1656636,-86.7611427,2.0,1013.0,211.0,42,black,male,2b7a7efb70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-20,19:48:00,"5319 HUNTERS RDG, NASHVILLE, TN, 37211",36.0479431,-86.7351231,,,,38,white,male,350bac3344,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-18,23:27:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,23,black,female,9310569e50,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING, PROOF OF INSURANCE, NO REGISTRATION, CHILD NOT PROPERLY RESTRAINED." +2017-08-03,16:06:00,"MT VIEW RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0543095,-86.618717,3.0,8865.0,333.0,29,black,male,88f042f180,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-08,13:47:00,"917 S GALLATIN PIKE, MADISON, TN, 37115",36.25163,-86.7173904,,,,22,black,female,2d63072115,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2011-12-07,05:01:00,"I 40 E & FESSLERS LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,8206.0,513.0,24,black,female,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-24,08:09:00,"I 40 W & 12TH AVE S, , TN, 37203",36.0789995,-86.9551254,4.0,4004.0,423.0,35,white,male,b96df3310a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-03,15:50:00,"HICKORY VIEW CT & RICE RD, ANTIOCH, TN, 37013",36.0654789,-86.6386784,3.0,8861.0,325.0,26,white,female,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-19,17:22:00,"MAPLECREST DR & MCGAVOCK PIKE, NASHVILLE, , 37214",36.1765991,-86.6786675,,,,67,white,female,30042afedf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-11,15:23:00,"MM 218 4 I40 W, NASHVILLE, TN, 37214",,,,,,31,white,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-01,02:08:00,"DOUGLAS AVE & EMMETT AVE, NASHVILLE, TN, 37206",36.1930803,-86.7486956,2.0,1933.0,227.0,27,black,female,8e0a8ec9e8,vehicular,vehicle equipment violation,True,False,False,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-20,18:49:00,"2824 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2015315,-86.7390036,2.0,1403.0,217.0,54,white,female,7781f06136,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-04,08:47:00,"4247 SIDCO DR, NASHVILLE, TN, 37204",36.0880847,-86.7623253,8.0,8529.0,825.0,31,white,male,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-16,12:46:00,"ARTA DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.267315,-86.7461717,7.0,2039.0,725.0,52,white,female,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-16,05:12:00,"CADEN DR & FOSTER AVE, NASHVILLE, TN, 37210",36.1298379,-86.7418596,3.0,8113.0,311.0,45,black,male,a99fd46d48,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-30,07:44:00,"479 ANNEX AVE, NASHVILLE, TN, 37209",36.1514663,-86.8840673,1.0,4689.0,123.0,58,white,male,b07db22f21,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SCHOOL ZONE +2011-01-22,19:50:00,"ANTIOCH PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1017841,-86.7405433,8.0,8515.0,831.0,29,black,male,caf692a11a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-28,13:17:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,5.0,8815.0,531.0,43,white,male,3158c055ac,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,license plate obscured by cover +2013-05-22,23:29:00,"23RD AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1802269,-86.8146239,6.0,4463.0,613.0,46,black,male,4a7e280b4a,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,True,True,True,False,consent,vehicle equipment violation,TN,"bright lights +driving on revoked" +2011-02-09,13:25:00,"BRILEY PKWY W & DICKERSON PIKE, MADISON, TN, 37115",36.2420026,-86.7568058,7.0,2009.0,723.0,32,white,male,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-06,22:59:00,"EWING DR & EWING LN, NASHVILLE, TN, 37207",36.231525,-86.7901259,7.0,2001.0,721.0,23,black,male,7f79da4426,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-26,11:36:00,"33RD AVE N & CLOVER ST, NASHVILLE, , 37209",36.1662319,-86.82673,,,,23,black,male,4e4c925aa5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN +2013-11-14,21:37:00,"5101 HARDING PL, NASHVILLE, TN, 37211",36.0890073,-86.6875626,3.0,8847.0,323.0,50,black,female,392b1090b2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-04,03:20:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,50,hispanic,male,fbdc8fe5b9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,CRACKED TAIL LIGHT +2016-12-07,23:22:00,"112 HART LN, NASHVILLE, TN, 37207",36.2210083,-86.7589638,2.0,1823.0,223.0,51,black,female,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAAGLIGHT OUT +2013-01-17,12:21:00,"CHEYENNE BLVD & PALLAS DR, MADISON, TN, 37115",36.2542447,-86.672492,7.0,1633.0,713.0,30,white,female,4f1d028e45,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-09-06,03:48:00,"11TH AVE N & JANE ST, NASHVILLE, TN, 37208",36.1779643,-86.8029345,6.0,4471.0,613.0,34,white,male,07ce593292,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-11,09:17:00,"8TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1568929,-86.780828,4.0,4061.0,425.0,37,white,male,150043b12d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-06,21:28:00,"MM 88 0 I65 S, NASHVILLE, TN, 37207",,,6.0,30041.0,621.0,33,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2015-12-14,04:26:00,"3003 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2257016,-86.7594018,2.0,1811.0,225.0,60,black,male,0912fafc21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,hl off +2014-02-28,17:20:00,"I 24 W & SHELBY AVE, NASHVILLE, TN, 37206",36.1673362,-86.7648518,2.0,1102.0,211.0,17,white,female,7781f06136,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-17,23:45:00,"BRILEY PKWY S & I 24 W, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8814.0,315.0,20,black,female,7975bcaa77,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SPEED AND SUSP DL +" +2014-06-27,23:21:00,"GALLATIN PIKE & LITTON AVE, NASHVILLE, TN, 37216",36.2024299,-86.7391182,2.0,1403.0,217.0,28,white,male,36ca3f6525,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-08,16:31:00,"INDUSTRIAL DR & ROBINSON RD, OLD HICKORY, TN, 37138",36.2633549,-86.662052,5.0,9611.0,525.0,49,black,male,7c6f123f51,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-04,12:41:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8871.0,325.0,50,asian/pacific islander,female,60072eb72c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-16,20:01:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,24,white,female,3d3f1787ec,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,no tail lights +2012-07-02,09:44:00,"DICKERSON PIKE & HANCOCK ST, NASHVILLE, TN, 37207",36.1844104,-86.7737184,2.0,1951.0,221.0,33,black,female,c4680d166c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-10,21:03:00,"7044 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1316175,-86.9077523,1.0,4703.0,123.0,49,hispanic,male,7f11c3c73c,vehicular,investigative stop,False,True,True,citation,,,,False,False,False,False,,investigative stop,TN, +2016-09-21,21:50:00,"DUE WEST AVE E & S GALLATIN PIKE, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1519.0,711.0,22,black,female,7f79da4426,vehicular,vehicle equipment violation,True,False,True,arrest,,,,False,False,False,False,,vehicle equipment violation,TN,REVOKED DL- DID NOT QUALIFY +2018-02-26,10:25:00,"MM 90 8 I65 S, MADISON, TN, 37115",,,7.0,20044.0,723.0,57,white,male,56ee11fe67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2016-09-29,20:49:00,"NOLENSVILLE PIKE & ZOO RD, NASHVILLE, TN, 37211",36.090114,-86.7336907,8.0,8509.0,831.0,29,white,female,17e2b951bd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-19,07:54:00,"3304 NOLENSVILLE PIKE, , TN, 37211",36.1013836,-86.7400392,3.0,8427.0,313.0,41,white,female,b5ca91d71f,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2013-12-05,13:33:00,"NAWAKWA TRL & NEELYS BEND RD, MADISON, TN, 37115",36.2350792,-86.6703918,,1637.0,,33,white,male,33b2c0bf9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-08,20:04:00,"12TH AVE S & ARCHER ST, NASHVILLE, TN, 37203",36.1453668,-86.7862644,8.0,6805.0,821.0,20,black,female,15a96472a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-08,12:19:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,51,white,female,148e3c6510,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-28,12:03:00,"37217 37217, NASHVILLE, TN, 37217",36.1023342,-86.6459944,5.0,8939.0,535.0,20,white,male,a02596b67e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-09,14:36:00,"MCARTHUR DR & STHY 45, MADISON, , 37115",,,,,,23,black,female,0437969110,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-11,09:59:00,"ARLINGTON AVE & ELM HILL PIKE, NASHVILLE, TN, 37210",36.143752,-86.7304204,5.0,9015.0,513.0,17,white,female,471811543e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-11,05:28:00,"KINGS LN & PHIPPS DR, NASHVILLE, TN, 37218",36.217484,-86.8463355,6.0,3109.0,625.0,76,black,male,23dde6f49b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-27,01:05:00,"BLACKMAN RD & EDMONDSON PIKE, NASHVILLE, TN, 37211",36.072144,-86.7328937,8.0,8609.0,831.0,21,black,male,7226a00c28,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2016-05-15,20:34:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,25,black,male,393639dfae,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-03,06:46:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,30,black,male,c30056497f,vehicular,registration,True,False,False,arrest,False,False,False,False,True,True,True,other,registration,TN, +2015-10-25,00:19:00,"3RD AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1575648,-86.7733826,4.0,4047.0,425.0,31,white,female,150043b12d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-12-29,19:49:00,"S 5TH ST & DAVIDSON ST, NASHVILLE, TN, 37213",36.1610164,-86.7584432,2.0,1017.0,211.0,29,white,male,a48b378e7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2014-01-21,19:20:00,"BONNAFORD DR & JACKSONIAN DR, HERMITAGE, TN, 37076",36.1935706,-86.6250475,,9613.0,,56,white,female,1d8c47ce85,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-08,15:54:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,23,asian/pacific islander,male,cf72c2298a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-10,16:17:00,"4240 SIDCO DR, NASHVILLE, TN, 37204",36.090018,-86.7620563,8.0,8531.0,825.0,31,white,female,04b918d1d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-13,17:27:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,33,white,male,b908cb6e33,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-05-17,12:22:00,"CLARKSVILLE PIKE & S HAMILTON RD, NASHVILLE, TN, 37218",36.1936554,-86.831192,6.0,3155.0,623.0,74,black,male,473da02334,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE BRAKE LIGHT OUT +2016-11-08,22:33:00,"1090 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.127088,-86.7107564,5.0,8817.0,531.0,65,hispanic,male,dc95719a9d,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-10,23:38:00,"BERRYWOOD RD & STRATFORD AVE, NASHVILLE, TN, 37216",36.2056553,-86.7162455,2.0,1411.0,217.0,18,black,female,6bf0a2c676,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,no hl +2011-07-22,20:07:00,"ALLISON PL & WEDGEWOOD AVE, NASHVILLE, TN, 37204",36.1333238,-86.7692449,8.0,8025.0,821.0,56,white,female,b34fa4ca15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-01,19:11:00,"ELLISTON PL & REIDHURST AVE, NASHVILLE, , 37203",36.1481298,-86.8077216,,,,38,white,male,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-08,04:05:00,"CHARLOTTE AVE & YMCA WAY, NASHVILLE, TN, 37219",36.1638646,-86.7866213,4.0,4203.0,411.0,25,asian/pacific islander,male,0c579d96da,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,ASLEEP BEHIND WHEEL +2010-03-09,11:55:00,"CLARKSVILLE PIKE & FAIRVIEW DR, NASHVILLE, TN, 37218",36.2110164,-86.8389165,6.0,3111.0,625.0,39,black,male,80ed1b32eb,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2013-09-18,05:27:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,36,black,male,0a0f0a25d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-13,18:31:00,"DOUGLAS ST & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2633289,-86.7146018,7.0,1763.0,711.0,58,white,male,4183295444,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-17,01:39:00,"I 440 W & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,8101.0,311.0,51,white,female,09d9b43f08,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-01,23:52:00,"3RD AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1575648,-86.7733826,4.0,4047.0,425.0,48,white,male,b52fef1f76,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2016-02-06,00:19:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,51,white,male,3aef563fcc,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-09-21,12:18:00,"ALLIED DR & VULCAN DR, NASHVILLE, TN, 37211",36.0963397,-86.7463094,8.0,8511.0,831.0,48,white,male,fcd1734971,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-23,20:53:00,"10TH ST & LAWRENCE ST, OLD HICKORY, TN, 37138",36.2608226,-86.64696,5.0,9733.0,525.0,42,black,female,073f5c83fc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-05,17:27:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,3.0,8145.0,311.0,61,black,male,400b5cb4f4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,expired tag +2017-08-18,08:10:00,"3RD AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1629025,-86.7768657,4.0,4105.0,421.0,22,white,female,9e39306399,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-05,16:30:00,"BRILEY PKWY N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1722647,-86.8652182,1.0,4618.0,115.0,29,white,male,7b76b56003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-14,20:46:00,"MYATT DR & GALLATIN PIKE, , TN, 37115",36.2969124,-86.6990955,,,,43,white,female,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI,RAN RED LIGHT +2016-09-13,01:05:00,"1ST AVE N & STOCKYARD ST, , TN, 37201",36.173106,-86.780747,4.0,4213.0,413.0,35,white,male,86ae6e8038,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,safety violation,TN, +2014-04-25,20:08:00,"11TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1621235,-86.7906243,4.0,4149.0,411.0,68,black,female,b4ed393f31,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-07-03,05:48:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,31,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-02,21:20:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,59,black,male,a66f62a8d9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO MDC +2014-05-05,11:55:00,"I 40 E & ELM HILL PIKE, NASHVILLE, TN, 37214",36.15301,-86.8525922,5.0,8955.0,533.0,85,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-01,15:38:00,"9TH AVE N & GARFIELD ST, NASHVILLE, TN, 37208",36.1783359,-86.7985195,6.0,4327.0,617.0,27,black,male,1215cc42aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-01,02:49:00,"ANDERSON LN & MYATT DR, MADISON, TN, 37115",36.2721213,-86.6895791,7.0,1715.0,715.0,71,white,male,31d831c21a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-24,13:20:00,"I 65 S & HARDING PL, NASHVILLE, TN, 37220",36.0391614,-86.7844183,8.0,7101.0,833.0,41,white,male,df69290668,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-06,23:29:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8753.0,331.0,40,white,male,ac571570c9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-21,04:15:00,"DUE WEST AVE W & GAINES DR, MADISON, , 37115",36.2488774,-86.7314162,,,,20,black,male,3790ebbbc7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-05,19:30:00,"I 40 W & JEFFERSON ST, NASHVILLE, TN, 37208",36.0789995,-86.9551254,6.0,54021.0,615.0,32,black,male,23dde6f49b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-21,21:14:00,"26TH AVE N & SCOVEL ST, NASHVILLE, TN, 37208",36.1691692,-86.8169833,6.0,4523.0,613.0,62,black,male,7394445486,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-07,22:02:00,"28TH AVE N & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1861326,-86.8231257,6.0,4523.0,613.0,20,black,female,8b9b4b591f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-18,16:19:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,40,white,,6f35d16bdf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-19,07:30:00,"CLEVELAND ST & ELLINGTON PKWY N, NASHVILLE, TN, 37207",36.1840158,-86.7609838,,,,21,black,female,aafc1de147,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2019-01-17,14:27:00,"40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,90062.0,513.0,45,black,male,a025a02b60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-07,07:55:00,"COUNTY HOSPITAL RD & PANORAMA DR, NASHVILLE, TN, 37218",36.1843308,-86.843051,6.0,3173.0,625.0,78,black,male,80ed1b32eb,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2018-09-15,23:33:00,"HOLLY ST & S 17TH ST, NASHVILLE, TN, 37206",36.1752515,-86.7395392,2.0,1253.0,213.0,44,white,male,9905844436,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CA, +2012-07-07,08:55:00,"DICKERSON & OAK VALLEY, , TN,",36.2314506,-86.7589208,,,,19,black,female,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-28,12:29:00,"W TRINITY LN & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3037.0,623.0,43,black,female,8607d00caf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-14,16:48:00,"1453 BELL RD, ANTIOCH, TN, 37013",36.0450628,-86.686838,3.0,8719.0,331.0,31,black,female,fffd523ee1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-23,00:50:00,"6535 PREMIER DR, NASHVILLE, TN, 37209",36.1434069,-86.8793173,1.0,5023.0,123.0,36,black,male,95cab0be7c,vehicular,vehicle equipment violation,True,False,False,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-22,09:35:00,"CHEATHAM PL & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1781487,-86.7946002,6.0,4333.0,617.0,36,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-24,23:24:00,"NATCHEZ TRCE & WEST END AVE, NASHVILLE, TN, 37203",36.146231,-86.8099174,8.0,5623.0,813.0,18,white,male,4d2c2c6a03,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-27,08:51:00,"CLARKSVILLE PIKE & STEVENS LN, NASHVILLE, TN, 37218",36.2380476,-86.8307873,,3219.0,,22,white,male,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,VA, +2013-03-19,17:55:00,"1900 HOBSON PIKE, ANTIOCH, TN, 37013",36.0462375,-86.5987733,3.0,8971.0,335.0,49,white,male,55206bed29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-16,16:04:00,"DISSPAYNE DR & LEBANON PIKE, NASHVILLE, TN, 37214",36.1726197,-86.6494685,5.0,9311.0,515.0,61,white,female,87bd93c328,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-07,10:48:00,"60TH AVE N & LOUISIANA AVE, NASHVILLE, TN, 37209",36.1632531,-86.8604762,1.0,4625.0,111.0,69,white,female,0491807f2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-06,23:27:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,33,black,male,db8e726e93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHTS +2012-03-01,02:29:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,22,black,male,f7d35184d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-09,22:17:00,"BURGESS AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.145004,-86.8579697,1.0,5103.0,113.0,30,white,female,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-14,10:33:00,"3220 CLOVERWOOD DR, NASHVILLE, TN, 37214",36.1579989,-86.642023,,,,63,white,female,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-30,01:38:00,"3RD AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,30,unknown,male,98912cd716,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-12,21:24:00,"I-24 W, , TN,",35.6719641,-86.281828,,,,25,white,male,d43bc9cc6c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-26,01:40:00,"1ST AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1583691,-86.7719178,4.0,4049.0,425.0,31,black,male,56ee11fe67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2013-04-24,19:57:00,"BREWER DR & EDMONDSON PIKE, NASHVILLE, TN, 37211",36.066041,-86.7381426,8.0,8659.0,835.0,28,white,male,080ab8807b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-09,15:29:00,"I 440 W & WEST END AVE, NASHVILLE, TN, 37212",36.1210587,-86.7647275,8.0,5908.0,815.0,31,white,female,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-29,05:15:00,"2500 WEST END AVE, NASHVILLE, TN, 37212",36.1455751,-86.8112684,8.0,5801.0,815.0,35,black,male,bf84a4aed8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-10,17:34:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,23,white,male,2f8c44cef1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-02-25,20:00:00,", , ,",,,,,,25,white,female,3bdca3df2d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-05,17:09:00,"19TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.1438791,-86.7976759,8.0,6625.0,815.0,37,black,female,42d656ccc7,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-09,12:27:00,"1628 ROSA L PARKS BLVD, NASHVILLE, TN, 37208",,,6.0,4335.0,617.0,39,black,male,0041952e23,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-02-09,21:49:00,"MORROW RD & TERRY DR, NASHVILLE, TN, 37209",36.1637071,-86.863513,1.0,4613.0,115.0,27,white,male,59629c618d,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2013-11-04,14:48:00,"61 E THOMPSON, , TN,",36.109925,-86.7248187,,,,33,unknown,male,4bf759b804,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2014-12-11,10:46:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,40,white,female,ec95a9403e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-13,21:54:00,"HARDING PL & HARDING PL, NASHVILLE, TN, 37205",36.1021902,-86.870268,,4915.0,,36,black,male,871986f056,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-07,23:20:00,"FOSTER AVE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1415552,-86.7405947,3.0,8161.0,311.0,20,white,male,72037bef5d,vehicular,registration,False,True,True,citation,False,False,False,False,True,True,True,probable cause,registration,TN, +2016-10-14,20:06:00,"NOLENSVILLE PIKE & PEACHTREE ST, NASHVILLE, , 37211",36.1205435,-86.7500276,,,,20,white,female,fc8eeff4da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-06,15:45:00,"BRILEY PKWY N & ELM HILL PIKE, , TN, 37210",36.1516577,-86.691487,,,,55,black,male,136443d512,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-29,23:40:00,"HARRIS ST & GALLATIN PIKE S, MADISON, TN, 37115",36.2584344,-86.7135473,7.0,1605.0,713.0,18,white,male,4a2e044013,vehicular,vehicle equipment violation,False,True,False,citation,True,True,False,True,True,True,True,probable cause,vehicle equipment violation,TN, +2012-03-10,23:14:00,"18TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1530104,-86.7959913,8.0,5707.0,811.0,34,white,male,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-07,08:22:00,"816 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1358357,-86.724395,5.0,8815.0,531.0,31,black,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AL, +2014-09-23,09:58:00,"8331 MCCRORY LN, NASHVILLE, TN, 37221",36.065871,-86.998992,1.0,4801.0,125.0,28,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-03,16:06:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1043.0,211.0,56,white,male,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,True,True,consent,moving traffic violation,TN, +2013-05-08,22:25:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,8.0,8501.0,831.0,21,black,female,392b1090b2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-08,03:25:00,"EASTLAND AVE & PORTER RD, NASHVILLE, TN, 37206",36.1824375,-86.7334486,2.0,1305.0,215.0,51,white,male,d08894c335,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-19,00:58:00,"SMITH SPRINGS RD & UNA RECREATION RD, NASHVILLE, TN, 37217",36.0965898,-86.6409692,5.0,8941.0,533.0,34,white,female,97117e47ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-13,15:22:00,"7TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1593656,-86.7809667,4.0,4085.0,421.0,30,,male,150043b12d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,HI, +2010-09-23,21:05:00,"111 BROADWAY, NASHVILLE, TN, 37201",36.1616517,-86.7747155,4.0,4095.0,421.0,54,white,female,b5ca91d71f,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-06-05,15:08:00,"7002 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1293086,-86.9043607,1.0,4703.0,123.0,19,white,female,8563660720,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2011-01-05,01:33:00,"KENILWOOD DR & SIDCO DR, NASHVILLE, TN, 37204",36.0913734,-86.7615154,8.0,8531.0,825.0,35,white,male,b52fef1f76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA,"tail light +" +2015-05-25,02:02:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,21,white,male,99d09ccd39,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,ONE HEAD LIGHT +2016-10-06,16:15:00,"LARGO DR & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0843702,-86.7031608,3.0,8705.0,321.0,25,black,male,e4f4077945,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-08,09:20:00,"COOPER LN & RAVENWOOD DR, NASHVILLE, , 37216",36.2060039,-86.710867,,,,35,white,female,338229ba25,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-24,19:34:00,"2ND AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1555806,-86.7711,4.0,4033.0,425.0,23,white,female,983e5f597c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2014-04-03,20:04:00,"BELINDA DR & LEBANON PIKE, HERMITAGE, , 37076",36.2047014,-86.6145906,,,,64,white,female,60393a48db,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-17,17:49:00,"52ND AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1542172,-86.8500247,1.0,4627.0,111.0,36,white,male,a70d3cbc7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-19,08:20:00,"12TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.161584,-86.7917615,4.0,4151.0,411.0,31,white,male,ce5f91b12d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-09,08:26:00,"626 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.1086234,-86.9219337,1.0,4903.0,121.0,23,black,male,9dadcd316d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-10,16:04:00,"BRILEY PKWY S & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9096.0,513.0,38,white,male,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-12,23:11:00,"S 2ND ST & KOREAN VETERANS BLVD, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1007.0,413.0,32,black,male,cb2dd776b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-24,12:38:00,"HILLSBORO PIKE & WOODMONT BLVD, NASHVILLE, TN, 37215",36.1139663,-86.8108825,1.0,6013.0,117.0,29,white,male,eeb3c63112,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-28,08:26:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37213",36.176917,-86.7761407,4.0,1989.0,413.0,19,black,male,8f1069f970,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"-- IN -- +" +2012-09-01,05:55:00,"16TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.170267,-86.8034404,6.0,5413.0,615.0,38,white,female,a60a361c7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-17,07:29:00,"I 65 N & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1836105,-86.7988586,4.0,4304.0,413.0,52,black,male,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,IL,--/-- +2011-01-05,12:14:00,"I 40 E & FESSLERS LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,8204.0,511.0,57,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-05,23:36:00,"S 5TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1698367,-86.7635361,2.0,1111.0,211.0,36,black,male,0912fafc21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"BROKEN TAIL LENS +" +2013-06-05,07:46:00,"431 GREAT CIRCLE RD, NASHVILLE, TN, 37228",36.2008209,-86.8049393,6.0,4443.0,611.0,30,black,male,1163ce2341,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-12,13:05:00,"2310 ELLIOTT AVE, NASHVILLE, TN, 37204",36.1274913,-86.7798092,8.0,6929.0,823.0,20,white,female,560bd8d10f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-11,15:22:00,"24TH AVE S & BLAKEMORE AVE, NASHVILLE, TN, 37212",36.1380267,-86.8050507,8.0,5809.0,815.0,37,white,male,7b76b56003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-04,12:56:00,"MM 197 I40 E, NASHVILLE, TN, 37221",,,1.0,4806.0,125.0,53,white,male,c4f63928e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-05,01:39:00,"BELL RD & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891961,-86.6274024,5.0,8935.0,535.0,55,white,male,95f2a2add9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-12,09:31:00,"MURFREESBORO PIKE & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0961815,-86.65566,,8947.0,,28,white,female,e25971e53e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-04-29,01:54:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,20,hispanic,male,f7d35184d2,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,False,True,consent,moving traffic violation,TN, +2012-10-14,23:25:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,3.0,8117.0,311.0,20,white,male,084c20944a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEAD LIGHT NOT WORKING +2017-06-29,12:56:00,"8TH AVE S & SOUTH ST, NASHVILLE, TN, 37203",36.1467372,-86.7790303,8.0,6811.0,821.0,42,white,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-06,06:38:00,"OLD HICKORY BLVD & SOUTHFORK BLVD, , TN, 37138",36.2208391,-86.6248453,,,,33,white,male,adf5df7aac,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-02-16,22:05:00,"10 E CAMPBELL RD, MADISON, TN, 37115",36.2789475,-86.711688,7.0,1759.0,727.0,33,black,female,55fba78524,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN +" +2010-12-19,02:10:00,"1555 BROADWAY, , TN, 37203",36.1551231,-86.7921367,8.0,5701.0,811.0,27,black,female,57f6131079,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-09,03:04:00,"25TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.146956,-86.8083746,8.0,5615.0,813.0,32,white,male,43a72bc466,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,OH, +2014-01-31,23:07:00,"KINGS LN & SHADY DALE RD, , TN, 37218",36.2170576,-86.8510349,6.0,3127.0,625.0,36,black,male,23dde6f49b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-08,11:17:00,"10TH CIR N & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1676262,-86.7877232,4.0,4209.0,411.0,46,black,male,2cbc2e0f25,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,NO INSURANCE +2012-07-06,22:55:00,"HARDING PL & METROPLEX DR, NASHVILLE, TN, 37211",36.0868297,-86.6959226,3.0,8889.0,323.0,29,white,female,1d17ac8627,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-02-22,11:53:00,"BELMONT BLVD & N OBSERVATORY DR, NASHVILLE, TN, 37215",36.1043268,-86.8013934,8.0,6411.0,825.0,22,white,female,2c5a97d325,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2014-01-24,12:15:00,"33RD AVE N & ALBION ST, NASHVILLE, TN, 37209",36.1632867,-86.8260536,6.0,4557.0,613.0,64,black,male,37dd19df63,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ROLLED THROUGH STOP SIGN AT --TH AV N/ALBION ST. +2012-07-27,10:47:00,"DICKERSON PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2692405,-86.7557273,7.0,2039.0,725.0,29,white,male,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-12,15:55:00,"110 GALLATIN AVE, NASHVILLE, TN, 37206",36.1795228,-86.7503575,2.0,1939.0,227.0,19,white,male,070653f6bf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-07,05:55:00,"I 40 E & BRILEY PKWY N, NASHVILLE, TN, 37217",36.1434168,-86.6998724,5.0,8998.0,531.0,28,white,male,a1bdf5c653,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-03,15:40:00,"1400 11TH AVE S, NASHVILLE, TN, 37203",36.1394072,-86.7857759,,,,50,black,male,1d8c47ce85,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2012-04-19,03:59:00,"1700 WEST END AVE, NASHVILLE, TN, 37203",36.1538195,-86.794864,8.0,5521.0,811.0,65,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-24,21:27:00,"2ND AVE S & MIDDLETON ST, NASHVILLE, TN, 37210",36.1544712,-86.7703792,4.0,4031.0,425.0,49,white,male,8ad42740bd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX,MADE A RIGHT TURN WHERE THE SIGNS RESTRICTS TURN TURNS ON RED +2014-02-08,18:43:00,"MAIN ST & N 6TH ST, NASHVILLE, TN, 37206",36.1738019,-86.7628038,2.0,1117.0,211.0,26,black,male,4d2452c32f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-10-07,11:24:00,", , ,",,,,,,31,white,female,6e9e930290,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-29,13:51:00,"PORTER RD & TILLMAN LN, NASHVILLE, TN, 37206",36.1849669,-86.7313993,2.0,1345.0,215.0,50,black,male,fae11c1b48,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-04-22,09:37:00,"LEBANON PIKE & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1683712,-86.6568967,5.0,9403.0,517.0,38,white,male,099af2ccd1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-09-14,04:29:00,"3RD AVE S & MILDRED SHUTE AVE, NASHVILLE, TN, 37210",36.1467962,-86.7666402,3.0,8153.0,311.0,32,white,male,f586544d68,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2017-09-09,01:20:00,"30TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1436965,-86.8141863,8.0,5625.0,813.0,28,white,male,eaed2169c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-26,19:38:00,"PORTER RD & WAYNE DR, NASHVILLE, TN, 37206",36.1958573,-86.7159442,2.0,1375.0,215.0,32,white,female,8b5a2a4f1d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-11-11,15:45:00,"CEDARMONT DR & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0454406,-86.7036238,3.0,8717.0,331.0,40,black,female,c5e9138c19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-17,09:06:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1750356,-86.7846846,4.0,4233.0,413.0,20,black,male,16f69cd6ef,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-11,09:40:00,"I 40 W & 46TH AVE, NASHVILLE, TN, 37209",36.152631,-86.841829,1.0,4502.0,111.0,61,white,male,6074f7bab3,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-17,12:05:00,"DONELSON PIKE & WELLMAN DR, NASHVILLE, , 37214",36.1526196,-86.6661903,5.0,9409.0,517.0,58,white,female,4d94f95134,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN,"COVER OVER TAG +" +2012-06-13,21:49:00,"CAPITOL ST & CHURCH ST, OLD HICKORY, TN, 37138",36.2269446,-86.6277996,5.0,9605.0,525.0,21,white,female,ba10efd51b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-29,07:52:00,"655 OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0391281,-86.766029,8.0,8621.0,833.0,26,black,female,85402489a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,SEATBELT. +2016-09-21,12:04:00,"481 OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.0979054,-86.9257227,,,,24,white,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-15,08:14:00,"MM 80 I65 S, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,60,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-07,12:44:00,"DELMAS AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.1996166,-86.7406275,2.0,1851.0,227.0,47,white,male,a773a4fff8,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-02-01,12:56:00,"FRANKLIN PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0410299,-86.7793797,8.0,7111.0,833.0,30,white,female,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-12,13:56:00,"244 GRAYLYNN DR, NASHVILLE, TN, 37214",36.1615658,-86.6783454,5.0,9111.0,517.0,72,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-01,17:43:00,"1801 JEFFERSON ST, NASHVILLE, TN, 37208",36.1690066,-86.8071886,6.0,5325.0,615.0,22,black,female,583d36a9fd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-04,10:30:00,"I 24 E & SPRING ST, NASHVILLE, TN, 37213",36.1764615,-86.775623,4.0,1908.0,413.0,24,white,female,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-09,10:11:00,"51ST AVE N & TENNESSEE AVE, NASHVILLE, TN, 37209",36.1609652,-86.8490485,1.0,4605.0,111.0,53,black,female,c99d3afed9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-07,23:27:00,"BUENA VISTA PIKE & STOKERS LN, NASHVILLE, TN, 37218",36.2113879,-86.8175338,6.0,3035.0,623.0,32,black,female,8a6d6c9e3b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-12-07,22:48:00,"I 65 S & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1837753,-86.7988955,6.0,4404.0,611.0,60,black,male,b082420867,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-06,02:04:00,"BELL RD & HICKORY PARK DR, ANTIOCH, , 37013",36.0448578,-86.670401,,,,25,asian/pacific islander,male,3c07909db0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-17,12:16:00,"ERIN LN & HWY 70 S, NASHVILLE, TN, 37205",36.0784068,-86.9089123,1.0,4903.0,121.0,43,white,male,0bb1b66684,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-02,21:31:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,51,black,male,5a2f1d4986,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-21,12:14:00,"BROADMOOR DR & ELLINGTON PKWY, NASHVILLE, TN, 37216",36.2302842,-86.7457768,2.0,1890.0,225.0,74,black,female,a773a4fff8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-09,10:18:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9201.0,515.0,21,black,female,acb89d1f7f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2013-01-10,01:38:00,"17TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1532475,-86.7939982,8.0,5703.0,811.0,28,white,female,4641ba1563,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,ONE HEAD LIGHT +2013-02-17,10:56:00,"EDGE O LAKE DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0795106,-86.6445959,5.0,8937.0,535.0,51,white,female,5a96851d64,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-11,17:19:00,"1515 STRAIGHTWAY AVE, NASHVILLE, TN, 37206",36.1934313,-86.7386313,2.0,1363.0,215.0,38,black,female,c1a1b04631,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,seatbelt +2014-05-17,17:05:00,"10TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1348816,-86.7848828,8.0,6907.0,821.0,26,white,male,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-09,18:10:00,"BAPTIST WORLD CENTER DR & GOOCH ST, NASHVILLE, TN, 37207",36.2059833,-86.7907018,6.0,3011.0,623.0,24,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-03,16:35:00,"DUE WEST AVE N & DUE WEST VALLEY DR, MADISON, TN, 37115",36.2551329,-86.7503906,7.0,2017.0,723.0,33,black,male,8ab4b34040,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-04-17,09:36:00,"12TH AVE S & 40 E, NASHVILLE, TN, 37203",,,8.0,68021.0,821.0,47,black,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-20,08:17:00,"CHAPEL AVE & DOUGLAS AVE, NASHVILLE, TN, 37206",36.19214,-86.7397376,2.0,1329.0,215.0,33,white,male,5c7164ecd5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-14,01:35:00,"I 440 W & WEST END AVE, NASHVILLE, TN, 37212",36.1210587,-86.7647275,8.0,5908.0,815.0,19,white,male,43a72bc466,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-25,04:39:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,61,white,female,b9025a2a4d,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-09-11,05:16:00,"BELL RD & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0447085,-86.6615617,3.0,8751.0,333.0,64,white,male,d6d8e50b72,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-21,09:02:00,"103 DONELSON PIKE, NASHVILLE, TN, 37214",36.1673958,-86.6633452,5.0,9401.0,517.0,32,asian/pacific islander,female,f52adc0e6d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-12-14,12:02:00,"CHARLOTTE PIKE & MIDLAND AVE, NASHVILLE, TN, 37209",36.1497766,-86.8594228,1.0,5033.0,115.0,48,white,male,cc109f0f38,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-09-19,08:15:00,"HUME ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1788823,-86.7951018,6.0,4333.0,617.0,24,black,female,8f1069f970,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-27,02:00:00,"17TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1520806,-86.7931448,8.0,5703.0,811.0,31,white,female,e077a1b1fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-13,00:54:00,"FOREST PARK RD & MAPLE ST, MADISON, TN, 37115",36.2618992,-86.7033251,7.0,1627.0,713.0,35,white,male,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-16,17:59:00,"HARDING PIKE & LEAKE AVE, NASHVILLE, TN, 37205",36.1055104,-86.8682414,1.0,6123.0,117.0,53,white,male,c4184931e7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-15,02:47:00,"S 4TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.167016,-86.7637341,2.0,1009.0,211.0,52,black,male,4ae38b4239,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"PLATE BULBS OUT, WARNING ISSUED." +2018-01-25,03:49:00,"ED TEMPLE BLVD & JEFFERSON ST, NASHVILLE, TN, 37209",36.1678281,-86.8207666,6.0,4503.0,613.0,49,white,male,4fbbbb59a3,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-04-20,11:37:00,"ANTIOCH PIKE & HAYWOOD LN, NASHVILLE, TN, 37211",36.0702375,-86.684455,3.0,8851.0,323.0,38,white,male,0d02a209ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-14,21:53:00,"DICKERSON PIKE & GATEWOOD AVE, NASHVILLE, TN, 37207",36.2001781,-86.7698986,2.0,1863.0,223.0,31,black,male,8c95eaaf8f,vehicular,moving traffic violation,True,False,False,arrest,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-22,01:12:00,"DICKERSON PIKE & W TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,,1861.0,,26,black,male,5600f48082,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"WINDOW TINT VIOLATION. REVOKED DL +" +2011-02-05,21:45:00,"3105 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.192389,-86.830269,6.0,3157.0,625.0,57,black,male,88c2d8920e,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2010-09-04,23:06:00,"21ST AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1690738,-86.8095974,6.0,5325.0,615.0,19,black,male,01aa59bb70,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-13,13:14:00,"CASPER AVE & E TRINITY LN, NASHVILLE, TN, 37216",36.2038987,-86.7411166,2.0,1851.0,227.0,24,black,female,75a16c63e9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TEMP TAG +2014-02-07,12:03:00,"GALLATIN PIKE & STRATFORD AVE, NASHVILLE, TN, 37216",36.2144851,-86.7304975,2.0,1441.0,217.0,36,white,male,c1a1b04631,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOP SIGN +2013-02-11,09:26:00,"I 40 E & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1436899,-86.8583083,1.0,5102.0,111.0,18,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-17,10:17:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,55,white,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-11,19:13:00,"2ND AVE & HART ST, NASHVILLE, TN, 37210",36.1421984,-86.7624006,3.0,8139.0,311.0,21,white,male,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2010-12-08,15:31:00,"HUNTING DR & MAGNUM DR, , TN, 37076",36.1795285,-86.6127187,5.0,9561.0,521.0,39,hispanic,male,26ed5dd676,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2017-09-08,06:56:00,"GALLATIN AVE & SHARPE AVE, NASHVILLE, TN, 37206",36.1892609,-86.7459812,2.0,1901.0,227.0,34,white,female,6dc6599caa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-17,09:37:00,"5886 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0313615,-86.7432445,8.0,8651.0,835.0,21,unknown,female,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-15,02:29:00,"AVONDALE CIR & MONTICELLO DR, NASHVILLE, TN, 37207",36.2086858,-86.7836661,6.0,3019.0,621.0,27,black,male,5c3fe4aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-29,15:07:00,"5010 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1940005,-86.6149211,5.0,9507.0,521.0,19,white,female,93ef5d6182,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-06-18,08:30:00,"SPRING ST & I 24 W, , TN, 37207",36.1764615,-86.775623,,,,38,white,female,4de6ccf87a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-05-28,03:18:00,"2187 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1271963,-86.7536245,8.0,8057.0,821.0,25,hispanic,male,c86057a843,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2017-11-29,13:28:00,"120 WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1347538,-86.8572894,1.0,5107.0,113.0,55,white,male,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-15,22:55:00,"23RD AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.148809,-86.804537,8.0,5715.0,815.0,45,black,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2014-08-08,06:41:00,"GLEN ECHO RD & HILLMONT DR, NASHVILLE, TN, 37215",36.1077299,-86.8032921,8.0,6413.0,825.0,51,white,female,e60adece97,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-02,14:35:00,"HOSPITAL DR & LARKIN SPRINGS RD, MADISON, TN, 37115",36.2538956,-86.6857867,7.0,1633.0,713.0,49,hispanic,female,33b2c0bf9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-26,19:27:00,"8TH AVE S & SOUTH ST, NASHVILLE, TN, 37203",36.1467372,-86.7790303,8.0,6809.0,821.0,43,white,male,cf98c01df4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-02,14:45:00,"517 S 7TH ST, NASHVILLE, TN, 37206",36.169184,-86.7575188,2.0,1023.0,211.0,27,black,female,b5ca91d71f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-04-09,19:44:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1607.0,713.0,26,black,female,b0a93d5047,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-08-29,17:10:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,5.0,8815.0,531.0,52,unknown,male,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-24,02:15:00,"BELLEVUE RD & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.0647018,-86.9391179,1.0,4817.0,125.0,16,white,male,f9d7f04fc0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-18,14:45:00,"I 65 ENTRY & I 440 W, NASHVILLE, TN, 37204",36.1924034,-86.7941158,8.0,81061.0,821.0,37,black,female,cf98c01df4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-22,00:48:00,"BUENA VISTA PIKE & CLIFF DR, NASHVILLE, TN, 37218",36.1970547,-86.8281448,6.0,3155.0,623.0,20,black,male,23dde6f49b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-14,16:27:00,"7TH AVE N & COMMERCE ST, NASHVILLE, TN, 37203",36.1607792,-86.7817629,4.0,4123.0,411.0,36,white,female,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO TURN ON RED +2012-03-26,09:13:00,"MM 199 I40 E, , TN,",35.434219,-97.4078234,,,,35,black,male,85402489a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FOLLOWING TOO CLOSE +2019-01-18,09:48:00,"MM 6 2 I440 W, NASHVILLE, TN, 37211",,,8.0,8106.0,821.0,45,white,male,9e39306399,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-24,09:58:00,"BRILEY PKWY S & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.218025,-86.700407,5.0,9288.0,515.0,25,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-16,14:22:00,"W TRINITY LN & FREE SILVER RD, NASHVILLE, TN, 37207",36.2070569,-86.7959997,,3037.0,,43,white,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"NO MDC +" +2015-11-12,14:18:00,"MM 204 4 I40 E, NASHVILLE, TN, 37209",,,,,,32,white,male,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-05,17:08:00,"4TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1571758,-86.7746549,4.0,4053.0,425.0,43,white,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-03,08:57:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,30,white,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-16,19:35:00,"LAFAYETTE ST & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1471565,-86.7573779,3.0,8133.0,311.0,53,black,male,1fe511a9f7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-31,05:35:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,58,black,male,0f15e3f7ed,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-12,12:20:00,"2714 JEFFERSON ST, NASHVILLE, TN, 37208",36.1680217,-86.8201164,6.0,4523.0,613.0,55,white,male,f209a8fc10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"TURNED LEFT ONTO JEFFERSON FROM RIGHT LANE ON ED TEMPLE, NO TAG ON VEHICLE, JUST BOUGHT CAR TODAY, HAD TITLE, VALID MARTA PAPERS AND WAS TRYING TO FIND NORTH PRECINCT TO GET TAG" +2015-11-14,21:40:00,"DONELSON PIKE & HARDING PL, NASHVILLE, , 37217",36.0928894,-86.6787994,,,,38,black,female,4ab7251c91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-03,20:48:00,"3RD AVE & ELM ST, MADISON, TN, 37115",36.2604664,-86.7075227,7.0,1609.0,713.0,52,white,male,b9fb8b268e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-16,17:38:00,"1012 GALLATIN PIKE S, MADISON, TN, 37115",36.251266,-86.718887,7.0,1785.0,711.0,59,white,female,4cb0a8cbeb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-11-30,12:33:00,"26 WHITE BRIDGE PK. & BROOKWOOD TRE., NASHVILLE, TN, 37209",36.1294872,-86.8545605,,,,30,white,male,7323db438b,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,NO PROOF OF INSURANCE. +2012-07-09,11:10:00,"COOPER LN & SANDY DR, NASHVILLE, TN, 37216",36.2016044,-86.7065652,2.0,1409.0,217.0,49,white,male,0a08d6b8fc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-04,02:55:00,"EWING DR & EWING LN, NASHVILLE, TN, 37207",36.231525,-86.7901259,7.0,2001.0,721.0,22,black,male,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PLATE LIGHTS OUT. +2012-09-19,11:21:00,"601 DAVIDSON RD, NASHVILLE, TN, 37205",36.1166457,-86.8830874,1.0,4917.0,121.0,40,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-26,22:10:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,46,black,male,d77922bcbf,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-08-26,00:29:00,"7TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1541062,-86.7778066,4.0,4039.0,425.0,27,black,male,8bfb8d2916,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE BREAK LIGHT OUT. +2016-04-18,18:27:00,"2806 GALLATIN PIKE, NASHVILLE, TN, 37216",36.2006351,-86.7394383,2.0,1403.0,217.0,51,white,male,3f791dfbd2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-16,21:27:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,34,black,female,a597c4ac85,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-26,10:33:00,"I 40 E & DR DB TODD JR BLVD, NASHVILLE, TN, 37208",36.1708913,-86.807215,6.0,54021.0,615.0,40,white,female,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-27,00:28:00,"NOLENSVILLE PIKE & WALLACE RD, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8609.0,831.0,24,hispanic,male,33b2c0bf9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-26,09:56:00,"CHARLES E DAVIS BLVD & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1488548,-86.7624691,5.0,8149.0,511.0,36,black,male,b5dcfa19fe,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,exp tn tag -/---- +2010-06-03,23:27:00,"BLUEFIELD AVE & DONELSON PIKE, NASHVILLE, TN, 37214",36.1646846,-86.6638016,5.0,9401.0,517.0,29,black,male,5a270d4b1d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2010-01-03,19:36:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8815.0,531.0,25,hispanic,male,e65b4cea4d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-25,15:17:00,"10TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1578778,-86.7844365,4.0,4115.0,421.0,45,black,male,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"DRIVING WITH NO LIGHTS ON AFTER DARK, HAD PULLED OUT OF ---- BROADWAY ONTO BROADWAY" +2017-02-21,15:31:00,"EISENHOWER DR & LINBAR DR, NASHVILLE, TN, 37211",36.084761,-86.7060763,3.0,8443.0,317.0,25,black,female,fc8eeff4da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-15,19:03:00,"BRICK CHURCH PIKE & SOUTHERLAND DR, NASHVILLE, TN, 37207",36.2140996,-86.7793503,6.0,3021.0,621.0,33,black,female,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-15,20:33:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,48,white,male,700c36a39a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-07,16:06:00,"DICKERSON PIKE, , TN, 37207",36.2314506,-86.7589208,,,,21,black,female,a81423d2e8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-11,13:15:00,"I 40 E & 2ND AVE S, NASHVILLE, TN, 37210",36.1525133,-86.7657744,5.0,8202.0,511.0,28,black,female,925679e4d9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-23,02:16:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4115.0,421.0,23,white,female,3e1390eb12,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AL, +2014-01-03,22:09:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,27,white,male,cd98dea728,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-16,12:21:00,"WEST END AVE, WEST, TN, 37203",36.1465217,-86.80932,,,,18,black,male,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-20,07:12:00,"I 40 W & MASSMAN DR, NASHVILLE, TN, 37210",36.0789995,-86.9551254,5.0,9017.0,513.0,43,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-07,17:22:00,"BETHWOOD DR & OAKWOOD AVE, NASHVILLE, TN, 37207",36.2129717,-86.7534537,2.0,1887.0,223.0,26,black,female,3b079b5949,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-16,15:39:00,"MCNALLY DR & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.0932833,-86.736203,,,,24,asian/pacific islander,male,718e745606,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-30,16:40:00,"1305 BRYAN ST, OLD HICKORY, TN, 37138",36.2572162,-86.6506584,5.0,9611.0,525.0,32,white,male,30042afedf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-15,15:40:00,"333 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1450579,-86.7535011,3.0,8133.0,311.0,53,white,male,b1a0b13693,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-16,03:03:00,"HARDING PL & TAMPA DR, NASHVILLE, TN, 37211",36.0826564,-86.7105185,3.0,8705.0,321.0,34,white,female,db915b995c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-08-30,22:30:00,"2ND AVE S & MOLLOY ST, NASHVILLE, TN, 37201",36.1591162,-86.7733697,4.0,4051.0,425.0,19,black,male,8758cc66bc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2012-03-20,08:40:00,"S GRAYCROFT AVE & VANTREASE RD, MADISON, TN, 37115",36.2579576,-86.7331619,7.0,1777.0,723.0,52,white,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-28,04:45:00,", , ,",,,,,,56,black,female,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PLATE LIGHTS OUT. +2012-02-10,10:12:00,"28TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1539459,-86.8181386,6.0,5313.0,615.0,28,black,female,0bb1b66684,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-17,12:09:00,"N GRAYCROFT AVE & HAMBLEN DR, MADISON, TN, 37115",36.2794209,-86.7244206,7.0,1759.0,727.0,19,white,female,848190f372,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-11,15:36:00,"NOLENSVILLE PIKE & TUSCULUM RD, NASHVILLE, TN, 37211",36.0590888,-86.7161614,8.0,8655.0,835.0,45,black,male,cf5265e2f4,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2017-06-26,18:39:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,5.0,8209.0,511.0,21,black,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,, +2011-09-21,19:53:00,"BRILEY PKWY E & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2330587,-86.8148702,6.0,3010.0,621.0,20,black,male,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-06,07:12:00,"1524 GALLATIN AVE, NASHVILLE, TN, 37206",36.1943538,-86.7439852,2.0,1883.0,227.0,40,black,female,7586da57b1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-07,01:56:00,"1101 BROADWAY, NASHVILLE, TN, 37203",36.156484,-86.786737,4.0,4079.0,423.0,46,unknown,male,ebfe43e91e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKELIGHT +2013-05-15,12:31:00,"I 40 E & DONELSON PIKE, NASHVILLE, TN, 37217",36.1406352,-86.6618989,5.0,89020.0,531.0,28,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-09,18:28:00,"3RD AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1575648,-86.7733826,4.0,4051.0,425.0,31,black,male,dc95719a9d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-11,05:28:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,45,white,male,219af994f6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-11,21:17:00,"50TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1531229,-86.8472804,1.0,5127.0,111.0,56,black,male,54a34486d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-26,08:17:00,"31ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1533597,-86.8208464,6.0,5301.0,615.0,66,black,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-01,15:22:00,"19TH AVE N & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.160126,-86.802759,6.0,5357.0,615.0,61,black,male,3dc0ec0fc0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-01,00:29:00,"WEST END AVE & 25TH AVE N, , TN, 37212",36.1488293,-86.8091964,,,,23,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-27,17:21:00,"NOLENSVILLE PIKE & NORTHCREST DR, NASHVILLE, TN, 37211",36.0666814,-86.7179507,3.0,8711.0,321.0,51,black,female,332eb43ee3,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2016-12-23,08:18:00,"MM 209 0 I40 E, NASHVILLE, TN, 37203",,,8.0,5504.0,811.0,28,white,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2013-07-24,04:06:00,"INTERSTATE DR & SHELBY AVE, NASHVILLE, TN, 37213",36.1662319,-86.7658619,4.0,1007.0,413.0,20,black,male,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-24,21:55:00,"45TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.1533186,-86.8409579,1.0,5201.0,111.0,24,white,male,83d70f36c0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-21,20:42:00,", , ,",,,,,,19,white,female,afd77e9abe,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-12,05:45:00,"1508 DICKERSON PIKE, NASHVILLE, TN, 37207",36.201571,-86.771891,2.0,1863.0,223.0,34,hispanic,male,aaec21c32e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"driver was stopped for a break light that was out. Subject didn't have a DL, subject had no previous history. He was warned +and released. SUbject said he lives at ---- Dickerson" +2014-07-23,06:58:00,"46TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544496,-86.8423403,1.0,4545.0,111.0,54,white,female,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-14,09:02:00,"DAVIDSON ST & S 5TH ST, NASHVILLE, TN, 37206",36.1610164,-86.7584432,2.0,1009.0,211.0,26,white,female,3f791dfbd2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-14,10:10:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0400258,-86.7434709,8.0,8653.0,835.0,32,white,female,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-01,13:30:00,"ILLINOIS AVE & MORROW RD, NASHVILLE, TN, 37209",36.1574636,-86.8534628,1.0,4629.0,111.0,27,white,female,cb903826ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAGS EXP +2016-06-10,16:22:00,"2705 GALLATIN PIKE, , TN, 37216",36.1995302,-86.7409789,2.0,1401.0,217.0,28,white,female,cccd043657,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-01-18,20:00:00,"MCKEIGE DR & WELLMAN DR, NASHVILLE, TN, 37214",,,5.0,9105.0,517.0,35,white,male,4714ced2a3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-22,20:22:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,44,white,male,fa6268bac5,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-19,02:38:00,"4TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1571758,-86.7746549,4.0,4053.0,425.0,29,black,female,073f5c83fc,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,DISPLAY OF TEMPTAG. +2014-01-23,02:05:00,"5252 HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0517643,-86.6555901,,,,23,hispanic,male,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speeding +2012-10-25,23:44:00,"MM 48 6 I24 E, NASHVILLE, TN, 37213",,,4.0,1104.0,413.0,25,black,male,a61896fa86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"could not get him to stop...he took and, but no pursuit." +2011-05-04,07:29:00,"2021 FATHERLAND ST, NASHVILLE, TN, 37206",36.1733335,-86.7339985,2.0,1235.0,215.0,26,black,male,12d3d862ae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-21,10:04:00,"KEELEY DR & PACKARD DR, NASHVILLE, TN, 37211",36.0628574,-86.6971318,3.0,8709.0,321.0,32,white,female,0f631f3a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-17,09:39:00,"CARGILE RD & JOCELYN HOLLOW RD, NASHVILLE, TN, 37205",36.106742,-86.8766724,1.0,4915.0,121.0,42,white,female,9dadcd316d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILED TO STOP AT A STOP SIGN. +2012-10-11,07:35:00,"I 24 E & HAYWOOD LN, NASHVILLE, TN, 37211",36.0694421,-86.6907781,3.0,8706.0,321.0,29,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-03,15:19:00,"JAMES ROBERTSON PKWY & ROSA L PARKS BLVD, NASHVILLE, TN, 37219",36.1671364,-86.7870338,4.0,4203.0,411.0,54,black,female,c34de323ba,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2010-08-05,22:08:00,"21ST AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1710578,-86.8099323,6.0,4481.0,613.0,29,black,male,7e1548994d,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-20,01:43:00,"MM 80 I65 S, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,24,white,female,1d2e83fed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-30,19:56:00,"I 40 E & BRILEY PKWY N, NASHVILLE, TN, 37217",36.1434168,-86.6998724,5.0,8902.0,531.0,27,white,male,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-12,06:01:00,"BRILEY PKWY & LEBANON PIKE, NASHVILLE, TN, 37214",36.17048,-86.6675065,5.0,9121.0,513.0,24,white,male,a48b0fbf57,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-25,11:34:00,"MM 201 8 I40 E, NASHVILLE, TN, 37209",,,1.0,50023.0,123.0,40,white,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,IA, +2014-06-26,18:08:00,", , ,",,,,,,43,black,female,bd308439d8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-06-05,15:23:00,"E OLD HICKORY BLVD & LARKIN SPRINGS RD, MADISON, TN, 37115",36.2626106,-86.6843675,7.0,1613.0,713.0,50,white,female,6216529cad,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2015-01-20,02:18:00,"HICKORY HOLLOW LN & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0464571,-86.6546304,3.0,8863.0,333.0,23,black,female,384070792b,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-20,14:16:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9196.0,513.0,57,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2010-12-21,18:31:00,"BELL GRIMES LN & DEVONSHIRE DR, NASHVILLE, TN, 37207",36.269376,-86.7655649,7.0,2043.0,725.0,27,black,female,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-21,08:09:00,"810 BELLEVUE RD, NASHVILLE, TN, 37221",36.070677,-86.9407219,1.0,4811.0,125.0,42,white,female,ff473c9d10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,exp tag +2011-09-08,20:50:00,"720 S GALLATIN PIKE, MADISON, TN, 37115",36.2557768,-86.7155898,7.0,1783.0,711.0,34,white,male,6a5a1e10b4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-27,15:22:00,"DR WALTER S DAVIS BLVD & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1738155,-86.8225908,,,,34,black,female,15ee8d2800,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-06,10:36:00,"ANDERSON RD & WILFORD PACK DR, NASHVILLE, TN, 37217",36.0729709,-86.6142055,5.0,8981.0,535.0,28,white,male,766a98473e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-08,21:45:00,"4040 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0824391,-86.7254778,3.0,8445.0,317.0,18,hispanic,male,fa6268bac5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-06,00:49:00,"21ST AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1710578,-86.8099323,6.0,4481.0,613.0,22,black,male,7f11c3c73c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,MO, +2017-01-03,00:09:00,"41ST AVE N & INDIANA AVE, NASHVILLE, TN, 37209",36.1571956,-86.8358421,1.0,4533.0,111.0,33,black,male,4c7e26f974,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-25,18:51:00,"801 BRILEY PKWY, NASHVILLE, TN, 37217",36.13931,-86.700867,5.0,88940.0,531.0,30,black,male,87bd93c328,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2015-06-11,18:44:00,"45TH AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1556282,-86.8410754,1.0,4577.0,111.0,48,black,female,2699ef149f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-07,12:55:00,"I 65 N & OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0391614,-86.7844183,8.0,8604.0,833.0,33,black,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-23,15:05:00,"FAIRLANE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.062915,-86.7168323,8.0,8659.0,835.0,38,white,male,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,, +2012-02-04,01:56:00,"EDMONDSON PIKE & MCMURRAY DR, NASHVILLE, TN, 37211",36.0550917,-86.7426688,8.0,8653.0,835.0,43,white,female,a0a3b03068,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-16,23:32:00,"11TH AVE S & HORTON AVE, NASHVILLE, TN, 37203",36.1395308,-86.7860296,8.0,6939.0,821.0,19,black,male,95d8d9862e,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2014-10-28,13:12:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,,8945.0,,29,hispanic,male,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2012-07-20,14:05:00,"8TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1588951,-86.7820798,4.0,4115.0,421.0,28,white,male,b5dcfa19fe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-07,03:29:00,"BELL RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0903135,-86.6265129,5.0,8987.0,533.0,48,black,male,97117e47ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-22,05:22:00,"21ST AVE S & W LINDEN AVE, , TN, 37212",36.1275265,-86.8035655,8.0,6509.0,815.0,23,white,female,5849b87aaf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY,PASSENGER HEAD LIGHT +2016-03-03,10:06:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,26,white,female,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-12,16:22:00,"5708 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1501595,-86.8605316,1.0,5031.0,115.0,48,black,male,ab916fb13f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-07,23:38:00,"HWY 70 S, , TN, 37221",36.0770093,-86.9133723,,,,57,black,female,a78a8696a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-20,09:34:00,"BURTON HILLS BLVD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0956276,-86.8253245,8.0,6403.0,825.0,44,white,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-13,13:40:00,"GALLATIN AVE & GRANADA AVE, NASHVILLE, TN, 37206",36.1883275,-86.7463755,2.0,1927.0,227.0,22,white,male,c1a1b04631,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN,SEAT BELT +2013-04-20,16:39:00,"WEDGEWOOD AVE & MARTIN ST, , TN, 37204",36.1334374,-86.7704323,,,,40,black,male,e4f4077945,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-10,16:40:00,"WEDGEWOOD AVE, BELMONT, TN, 37203",36.1341747,-86.7767468,,,,53,white,male,78d577d0b1,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2015-10-01,20:27:00,"DONELSON PIKE & I 40 E, NASHVILLE, TN, 37214",36.1406352,-86.6618989,5.0,8906.0,533.0,50,white,female,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-17,20:22:00,"LISCHEY AVE & RICHARDSON AVE, NASHVILLE, TN, 37207",36.1917533,-86.7635761,2.0,1909.0,221.0,33,black,female,d3fe386ea8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-31,08:54:00,"6931 CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1297433,-86.9005408,1.0,4701.0,123.0,30,white,female,3c72ff8fdc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-25,10:32:00,"116 RAINS AVE, NASHVILLE, TN, 37203",36.1388244,-86.7637202,8.0,8011.0,821.0,74,white,male,4bf759b804,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-03-15,11:50:00,"489 OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0905336,-86.9210095,1.0,4815.0,125.0,27,white,female,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-12,15:16:00,"BRILEY PKWY E & ELLINGTON PKWY N, NASHVILLE, TN, 37216",36.2384244,-86.743932,2.0,1592.0,225.0,62,white,female,a9b7a026f0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-01,11:03:00,"6TH AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1762681,-86.7902461,6.0,4305.0,617.0,32,white,female,8f1069f970,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,SEATBELT +2011-02-11,13:57:00,"THOMPSON LN, NASHVILLE, TN, 37211",36.1105871,-86.740877,,,,27,white,male,b34fa4ca15,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"-- IN -- +" +2014-08-04,01:35:00,"4TH AVE N & UNION ST, NASHVILLE, TN, 37201",36.1650696,-86.7798258,,,,36,white,female,549374aca7,vehicular,moving traffic violation,True,False,True,arrest,False,False,False,False,True,True,True,consent,moving traffic violation,TN,DUI. +2010-04-15,14:08:00,"HILDRETH DR & TARA DR, , TN, 37215",36.0837135,-86.820627,8.0,6311.0,833.0,41,white,male,825f6ab981,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-24,08:09:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,24,white,male,cf98c01df4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-04,22:53:00,"9TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1583264,-86.783383,4.0,4077.0,423.0,29,white,male,3c6408aabf,vehicular,moving traffic violation,True,True,False,arrest,True,True,True,False,True,True,True,probable cause,moving traffic violation,TN, +2010-04-14,13:14:00,"31ST AVE & CLIFTON AVE, NASHVILLE, TN, 37209",36.1591328,-86.8227185,6.0,4553.0,613.0,45,black,male,5e5cf77af0,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-07-31,05:36:00,"17TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1537943,-86.7943951,8.0,5707.0,811.0,52,white,male,e077a1b1fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-28,09:48:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,31,white,male,87d131bdf1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-03,05:56:00,"28TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.145261,-86.8119322,8.0,5625.0,813.0,53,white,male,0d43689ede,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-16,14:25:00,"BELL RD & LINCOYA BAY DR, NASHVILLE, , 37214",36.1455164,-86.6261956,,,,34,white,female,06dbf4a801,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2016-06-09,09:23:00,"5099 LINBAR DR, NASHVILLE, TN, 37211",36.079924,-86.699875,3.0,8707.0,321.0,59,white,female,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-07,00:59:00,"I 40 W & AMERICAN RD, NASHVILLE, TN, 37209",35.5014315,-86.717969,1.0,46024.0,123.0,53,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-18,21:41:00,"AVERITT EXPRESS DR & BRILEY PKWY S, NASHVILLE, TN, 37211",36.1085366,-86.7158361,3.0,8877.0,315.0,29,black,female,0bfa5a7f73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-13,19:36:00,"S 6TH ST & LENORE ST, NASHVILLE, TN, 37206",36.1637345,-86.7576044,2.0,1019.0,211.0,52,white,female,b5dcfa19fe,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-12,00:40:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,29,black,male,167b66ce60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-12,11:27:00,"2ND AVE & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,33,white,male,8bf524819e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-28,19:58:00,"FOSTER AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.110789,-86.742932,3.0,8425.0,313.0,41,white,male,7226a00c28,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-06,19:20:00,"BARTON AVE & HILLSIDE DR, , TN, 37212",36.133915,-86.8115216,8.0,5905.0,815.0,28,white,female,d944ee700d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-02,12:35:00,"I 24 E & SPRING ST, NASHVILLE, TN, 37213",36.1764615,-86.775623,4.0,1908.0,413.0,41,white,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-12,16:12:00,"BROOK HOLLOW RD & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1358391,-86.8852149,1.0,5009.0,123.0,40,white,male,264cca6aa3,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-02-21,22:20:00,"4TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1571758,-86.7746549,4.0,4053.0,425.0,19,white,male,d098103bf1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC, +2017-10-26,13:13:00,"ELM HILL PIKE & PATRIOT WAY, NASHVILLE, TN, 37214",36.1480444,-86.6638974,5.0,9423.0,517.0,26,white,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,, +2013-04-02,00:30:00,"NOLENSVILLE PIKE & TANKSLEY AVE, NASHVILLE, TN, 37211",36.1086569,-86.7440204,8.0,8519.0,831.0,30,black,female,936ab7dc64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,brake light not functioning properly +2014-11-06,15:59:00,"S GALLATIN PIKE & NEELYS BEND RD, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1783.0,711.0,28,white,male,350bac3344,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-15,19:40:00,"4001 HARDING PIKE, NASHVILLE, TN, 37205",36.1284249,-86.8366934,1.0,6019.0,113.0,33,unknown,male,5691d5edd8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"no mdc +" +2017-07-13,11:42:00,"2424 OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0514115,-86.8852933,1.0,6211.0,117.0,51,white,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-10,12:43:00,"519 DONELSON PIKE, NASHVILLE, TN, 37214",36.1481803,-86.6655661,5.0,9117.0,517.0,29,black,female,963f2c3d0d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-11,11:15:00,", , ,",,,,,,56,white,female,7b76b56003,vehicular,seatbelt violation,False,True,False,citation,True,True,False,True,True,True,True,consent,seatbelt violation,TN, +2012-10-09,19:10:00,"GALLATIN PIKE & NORVEL AVE, NASHVILLE, TN, 37216",36.2179046,-86.7283179,2.0,1817.0,225.0,31,white,male,e5d79a47c2,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"RAN STOP SIGN AT GALLATIN PK / STRATFORD AVENUE. +EXPIRED REGISTRATION" +2010-10-26,15:33:00,"4930 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.061314,-86.715699,8.0,8659.0,835.0,19,other,male,cf5265e2f4,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2016-06-23,02:37:00,"7070 HWY 70 S, NASHVILLE, TN, 37221",36.07525,-86.9205388,1.0,4815.0,125.0,18,white,female,9343562728,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,HEADLIGHT OUT +2014-11-06,04:29:00,"HARDING PL & HUMBER DR, NASHVILLE, TN, 37211",36.0808537,-86.7145415,3.0,8419.0,317.0,48,white,male,4b50e3a934,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-29,09:57:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,8831.0,315.0,53,black,male,ba10efd51b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2011-09-12,13:25:00,"MT VIEW PKWY & MT VIEW RD, ANTIOCH, TN, 37013",36.0515289,-86.6227305,3.0,8865.0,333.0,26,black,male,77edf3dc3b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-31,18:41:00,"DICKERSON PIKE & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1944033,-86.7723358,2.0,1867.0,223.0,53,black,female,9385461f5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-27,17:40:00,"1211 51ST AVE N, NASHVILLE, TN, 37209",36.1610858,-86.8490546,1.0,4631.0,111.0,32,white,male,e4eb4870eb,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"NO BRAKE OR TAIL LIGHTS +" +2014-03-17,15:28:00,"6TH AVE N & CHURCH ST, NASHVILLE, TN, 37219",36.1626279,-86.7814084,4.0,4143.0,411.0,68,white,male,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-17,05:45:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,52,black,female,9430d50616,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-26,04:41:00,"CHARLOTTE AVE & 31ST AVE N, , TN, 37203",36.1533597,-86.8208464,,,,61,white,male,43a72bc466,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-02-09,09:05:00,"I 65 N & I 440 E, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,7018.0,825.0,41,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-14,15:31:00,"18TH AVE N & PATTERSON ST, NASHVILLE, TN, 37203",36.15693,-86.7989203,8.0,5505.0,813.0,44,black,male,1e03e1b5ac,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-02-25,15:59:00,"215 BELLEVUE RD, NASHVILLE, TN, 37221",36.062591,-86.932686,1.0,4817.0,125.0,77,white,female,80cbba0ee1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-26,08:05:00,"3RD AVE N & UNION ST, NASHVILLE, TN, 37201",36.1656433,-86.778624,4.0,4161.0,415.0,52,black,female,234f39bcbc,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-25,00:34:00,"3RD AVE & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4103.0,421.0,24,white,male,8a240b02b9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-29,04:01:00,"22ND AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1708826,-86.8112028,6.0,4481.0,613.0,35,black,male,95d8d9862e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-05,20:41:00,"CLARKSVILLE PIKE & CLIFF DR, NASHVILLE, TN, 37218",36.1923463,-86.829048,6.0,3157.0,625.0,43,white,female,ab0403c78f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-28,08:18:00,"2ND AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37201",36.1676411,-86.778649,4.0,4163.0,415.0,58,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-02,18:26:00,"DICKERSON PIKE & I 65 S, NASHVILLE, TN, 37207",36.2058983,-86.7685904,7.0,2029.0,721.0,23,black,female,5bc5bf609d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"GREEN COROLLA, PLATE LYING DOWN IN REAR WINDOW" +2010-02-14,17:23:00,"ELLINGTON PKWY & HART LN, NASHVILLE, TN, 37216",36.2166761,-86.7428049,2.0,1894.0,225.0,41,black,male,8009ad438d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"LAZER -- MPH IN POSTED -- MPH ZONE ON ELLINGTON PKWY +" +2017-02-28,18:29:00,"DR D B TODD JR BLVD & JO JOHNSTON AVE, NASHVILLE, TN, 37203",36.1605319,-86.8018492,6.0,5357.0,615.0,20,black,female,2d4647b7a9,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,safety violation,TN, +2012-02-23,23:17:00,"MUSIC SQ W & ROY ACUFF PL, NASHVILLE, TN, 37203",36.1501294,-86.793182,8.0,6717.0,811.0,31,white,male,a2278aae28,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-28,19:42:00,"21ST AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1690738,-86.8095974,6.0,5323.0,615.0,43,black,female,e027ab6f35,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-04,15:08:00,"MICHIGAN AVE & MORROW RD, NASHVILLE, TN, 37209",36.1585351,-86.8548321,1.0,4611.0,111.0,60,white,male,a70d3cbc7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-11-03,20:52:00,"COUNTY HOSPITAL RD & STEWARTS LN, NASHVILLE, TN, 37218",36.1868905,-86.8606463,6.0,3133.0,625.0,38,black,female,90e8e0b010,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-03,17:53:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6913.0,823.0,35,white,male,cf72c2298a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-17,00:01:00,"21ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5713.0,811.0,23,white,male,6f0e6c9ea2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-27,23:35:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,43,hispanic,male,6074f7bab3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-04,02:12:00,"HIGHLAND VIEW DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.2078663,-86.6115715,5.0,9535.0,523.0,39,white,female,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-21,04:31:00,"GLEAVES ST & RIVERGATE PKWY, GOODLETTSVILLE, TN, 37072",36.2981083,-86.6999314,7.0,1751.0,727.0,33,black,male,7f79da4426,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-09,20:01:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,34,white,male,b2e6305ddb,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-16,18:51:00,", , ,",,,,,,24,black,female,4d2452c32f,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,TAGS EXPIRED --/--/----. TAGS CAME BACK TO DIFFERENT VEHICLE. NO REGISTRATION IN VEHICLE. DRIVER SAID SHE WAS TRYING TO GET IT THROUGH MARTA TO GET IT REGISTERED. +2014-08-06,11:43:00,"340 HARDING PL, NASHVILLE, TN, 37211",36.087154,-86.6962863,3.0,8845.0,317.0,31,white,female,4bf759b804,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-02,16:48:00,"BRILEY PKWY ENTRY E & WHITES CREEK PIKE, NASHVILLE, TN, 37207",,,6.0,3025.0,623.0,39,white,male,275b2f9e04,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-26,07:28:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9223.0,515.0,22,black,female,d38b4128e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-01,,"JUAREZ DR & LEBANON PIKE, HERMITAGE, TN, 37076",36.1928646,-86.6238194,5.0,9531.0,521.0,21,white,male,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-01,10:35:00,"AUCTION WAY & DICKERSON PIKE, NASHVILLE, TN, 37207",36.1930558,-86.7725881,2.0,1911.0,221.0,30,white,female,95d8a19b5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-22,04:29:00,"S GALLATIN PIKE & LAKEWOOD DR, MADISON, TN, 37115",36.2445241,-86.7224686,7.0,1517.0,711.0,24,asian/pacific islander,male,db48e43887,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-07-13,08:50:00,"DUE WEST AVE W & FREDA VILLA, MADISON, TN, 37115",36.2483052,-86.7246818,7.0,1789.0,723.0,34,white,female,79af04892d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-22,17:40:00,"BROOK HOLLOW RD & DAVIDSON RD, NASHVILLE, TN, 37205",36.1175836,-86.8873891,1.0,5003.0,121.0,49,white,female,72900f0117,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/-- +2014-10-30,15:19:00,"MM 220 6 I40 W, HERMITAGE, TN, 37076",,,5.0,9402.0,521.0,34,white,male,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,RECKLESS ----- +2016-09-14,06:46:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,30,white,female,0f15e3f7ed,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2013-01-05,03:53:00,"BROADWAY & OPRY PL, NASHVILLE, TN, 37219",36.1604836,-86.7784329,4.0,4107.0,421.0,41,white,male,e143bf684a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,no headlights +2017-06-28,01:58:00,"BRILEY PKWY E & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2407281,-86.7576401,7.0,20121.0,721.0,54,white,female,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-19,11:25:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9401.0,517.0,52,black,female,a66f62a8d9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-22,23:19:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,23,white,male,549374aca7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-16,23:30:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8719.0,331.0,21,white,female,473da02334,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,TAGS EXPIRED AUGUST +2014-05-09,20:10:00,"S 10TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1713641,-86.7523097,2.0,1125.0,213.0,26,black,female,d098ec755c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-07-05,12:14:00,", , ,",,,,,,53,white,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2019-03-21,13:05:00,"BRILEY PKWY N & CURREY RD, NASHVILLE, TN, 37217",36.122074,-86.702419,3.0,88981.0,315.0,40,white,female,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-05,11:19:00,"HARDING PL & SHADESCREST DR, NASHVILLE, TN, 37211",36.0770505,-86.7366327,8.0,8501.0,831.0,48,white,male,eb5a39da00,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-16,20:32:00,"10TH AVE N & CASS ST, NASHVILLE, TN, 37208",36.1863296,-86.8051057,6.0,4495.0,611.0,58,black,male,a076fe22eb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"Headlights were off in the dark. +" +2013-04-26,19:12:00,"ABBOTT MARTIN RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1058365,-86.8138782,8.0,6411.0,825.0,30,white,female,d944ee700d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-29,06:01:00,"4226 ASHLAND CITY HWY, NASHVILLE, TN, 37218",36.204702,-86.851822,6.0,3163.0,625.0,53,white,male,23dde6f49b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-26,09:07:00,"CASTLEGATE DR & LAKE TERRACE DR, NASHVILLE, TN, 37217",36.0879561,-86.6147002,5.0,8929.0,535.0,29,black,male,06dbf4a801,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,True,True,True,False,other,moving traffic violation,TN, +2010-05-15,06:36:00,"I 440 E & WEST END AVE, NASHVILLE, TN, 37205",36.1363017,-86.8218067,1.0,5242.0,113.0,31,white,male,0a70309850,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-10,10:58:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,60,black,female,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-06,11:37:00,"425 HART AVE, NASHVILLE, TN, 37206",36.182174,-86.755702,2.0,1943.0,227.0,28,black,female,377f552750,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-07-07,16:55:00,"ELLINGTON PKWY S & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,2.0,19961.0,221.0,38,white,female,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MS, +2012-03-09,11:10:00,"HARDING PL & LINBAR DR, NASHVILLE, TN, 37211",36.0841416,-86.70584,3.0,8705.0,321.0,46,white,male,39c3a6436c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-21,10:35:00,"4209 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.075943,-86.7257974,8.0,8661.0,831.0,19,white,female,26ed5dd676,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-01-14,21:08:00,"FLINTLOCK CT & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891939,-86.6363837,5.0,8937.0,535.0,21,black,male,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-06,12:16:00,"CENTRAL PIKE & HERMITAGE INDUSTRIAL DR, HERMITAGE, TN, 37076",36.1848767,-86.6254751,5.0,9503.0,521.0,52,white,female,08a8fd2231,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-01,18:24:00,"8TH ST & BRYAN ST, OLD HICKORY, , 37138",36.2629667,-86.650822,5.0,9611.0,525.0,31,white,male,60059bc218,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER SIDE BRAKE LIGHT +2014-06-08,11:08:00,"BUENA VISTA PIKE & STOKERS LN, , TN, 37218",36.2113879,-86.8175338,,,,32,black,female,e562769ea0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-07,15:22:00,"DR DB TODD JR BLVD & JEFFERSON ST, NASHVILLE, TN, 37208",36.1694517,-86.8066186,6.0,5323.0,615.0,20,black,female,bdd7af936c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,WI, +2011-04-29,11:42:00,"MM 201 I40 W, NASHVILLE, TN, 37209",,,1.0,4708.0,123.0,41,white,male,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,CA, +2011-09-01,10:04:00,"GATEWOOD AVE & LUTON ST, NASHVILLE, TN, 37207",36.2000034,-86.7682566,2.0,1865.0,223.0,36,hispanic,male,2aeb7f91f0,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-09-07,09:19:00,"N 14TH ST & EASTLAND AVE, NASHVILLE, TN, 37206",36.1834376,-86.7448552,2.0,1243.0,213.0,33,white,female,f673bbd15d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-02,09:35:00,"I 440 E & I 65 N, NASHVILLE, TN, 37204",36.1113502,-86.7716763,8.0,7018.0,825.0,59,white,female,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-18,22:20:00,"LARGO DR & WALLACE RD, NASHVILLE, TN, 37211",36.084575,-86.7020258,3.0,8707.0,321.0,37,white,male,498350de5b,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-10-06,07:16:00,"FINN ST & MAIN ST, NASHVILLE, TN, 37206",36.1776764,-86.7527687,2.0,1131.0,213.0,38,black,female,c4680d166c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-02,09:00:00,"HWY 100 & MCCRORY LN, NASHVILLE, TN, 37221",36.0345312,-86.9739634,1.0,4805.0,125.0,53,white,male,cc109f0f38,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-17,01:20:00,"1300 BRIARVILLE RD, MADISON, TN, 37115",36.244237,-86.736932,7.0,1791.0,723.0,34,black,female,8e61dbe818,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-07,16:09:00,"394 HARDING PL, NASHVILLE, TN, 37211",36.0806966,-86.7209783,3.0,8445.0,317.0,28,hispanic,female,cf5265e2f4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-08-26,08:20:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,43,white,female,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-09,04:37:00,"12TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.161584,-86.7917615,4.0,4205.0,411.0,18,white,female,4a107ef3da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-01,13:42:00,"I 40 E & DONELSON PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8906.0,533.0,66,white,male,a9b7a026f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-28,14:56:00,"512 TULIP GROVE RD, HERMITAGE, TN, 37076",36.213018,-86.589284,5.0,9537.0,523.0,31,white,male,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-18,21:28:00,"MURFREESBORO PIKE & BRITISH WOODS DR, , TN, 37217",36.0912486,-86.6512849,,,,24,black,male,350bac3344,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-09-02,19:36:00,"39TH AVE N & BATAVIA ST, NASHVILLE, TN, 37209",36.1582554,-86.8307095,1.0,4569.0,111.0,32,black,female,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-02-03,05:14:00,"MM 47 I24 W, NASHVILLE, , 37207",,,,,,40,black,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-24,00:58:00,"HWY 100 & TAGGART AVE, NASHVILLE, , 37205",36.0949324,-86.8749349,,,,18,white,female,401baa3680,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO LIGHTS +2015-03-27,13:49:00,"BENZING RD & TUSCULUM RD, ANTIOCH, TN, 37013",36.0522438,-86.6826327,3.0,8719.0,331.0,32,hispanic,male,9219efb2c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-15,22:10:00,"DONELSON PIKE & HANGAR LN, NASHVILLE, TN, 37214",36.1167024,-86.6682189,5.0,8953.0,533.0,47,white,female,97117e47ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-17,00:34:00,"6TH AVE S & I 40 E, NASHVILLE, TN, 37203",36.1587707,-86.7791736,8.0,80021.0,821.0,19,white,male,3380b227a4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,KY, +2014-05-08,01:12:00,"I 440 E & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0891949,-86.7415237,8.0,83061.0,825.0,24,black,female,eebb8ae650,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-01-28,10:52:00,"BRILEY PKWY N & I 24 W, NASHVILLE, TN, 37211",36.1095998,-86.7202021,3.0,8898.0,315.0,30,black,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-02,12:25:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,51,white,male,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-25,08:58:00,"481 OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0901318,-86.9208418,1.0,4815.0,125.0,48,hispanic,male,c05e130f6a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-01-09,21:06:00,"1ST AVE S & CHESTNUT ST, NASHVILLE, TN, 37210",36.1463443,-86.7633688,3.0,8149.0,311.0,74,black,female,95179d8457,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-28,01:32:00,"MERIDIAN ST & E TRINITY LN, NASHVILLE, TN, 37207",36.2056433,-86.7657873,2.0,1861.0,223.0,19,black,female,3414cea35c,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2015-01-20,14:26:00,"DR D B TODD JR BLVD & MORENA ST, NASHVILLE, TN, 37208",36.1652665,-86.8049369,,5329.0,,26,black,male,702f17e184,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-05,01:31:00,"JEFFERSON ST & WARREN ST, NASHVILLE, TN, 37208",36.1721367,-86.7959627,6.0,4243.0,617.0,24,black,female,0c579d96da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-04,12:27:00,"7TH AVE N & COMMERCE ST, NASHVILLE, TN, 37203",36.1607792,-86.7817629,4.0,4123.0,411.0,54,white,female,9d22f052df,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,expired tag o------ +2013-01-17,13:10:00,"DUE WEST AVE W & FREDA VILLA, MADISON, TN, 37115",36.2483052,-86.7246818,7.0,1789.0,723.0,42,white,male,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-24,20:11:00,"8TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1568929,-86.780828,4.0,4073.0,421.0,38,asian/pacific islander,male,20594604e0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-03-29,21:14:00,"COMMERCE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1602252,-86.7829388,4.0,4115.0,421.0,40,black,male,6a975d842f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-07,21:07:00,"4714 NOLENSVILLE PIKE, , TN, 37211",36.0676032,-86.718116,8.0,8661.0,831.0,39,white,male,4e622eb289,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-12,17:40:00,"GAY ST & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37201",36.1683423,-86.7819661,4.0,4201.0,415.0,53,white,male,22664863cc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-04,01:14:00,"S 15TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1706568,-86.7449321,2.0,1221.0,213.0,17,white,female,4ae38b4239,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-18,16:20:00,"110 INTERSTATE DR, NASHVILLE, TN, 37213",36.1704671,-86.7692046,4.0,1105.0,413.0,52,white,male,68c4c28809,vehicular,vehicle equipment violation,True,True,False,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-23,12:49:00,"2200 BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2073283,-86.7782936,6.0,3007.0,621.0,40,black,male,5a270d4b1d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,AL, +2016-08-17,02:58:00,"BELL RD & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0891961,-86.6274024,5.0,8935.0,535.0,27,black,male,a1bdf5c653,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-03,18:09:00,"25TH AVE N & PARK PLZ, NASHVILLE, TN, 37203",36.154179,-86.8124758,8.0,5621.0,813.0,44,white,male,f1128580df,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-01,15:27:00,"BABY RUTH LA & MOUNT VIEW RD, ANTIOCH, TN, 37013",,,3.0,8863.0,333.0,31,white,male,37d1129bde,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-14,16:24:00,"8331 MCCRORY LN, NASHVILLE, TN, 37221",36.065871,-86.998992,1.0,4801.0,125.0,57,white,female,a951ba99dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-29,19:59:00,"CRESTMOOR RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1091791,-86.8118452,8.0,6413.0,825.0,24,white,male,2022e55034,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-13,17:33:00,"1997 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1317898,-86.7574295,8.0,8041.0,821.0,29,white,female,224864ab3c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-11,01:57:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,55,white,male,c5201e87d1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,brake light +2015-09-14,13:21:00,"POST RD & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1280044,-86.8519674,1.0,5017.0,121.0,53,white,female,825f6ab981,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-15,19:36:00,"ABBOTT MARTIN RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1058365,-86.8138782,1.0,6107.0,117.0,53,white,male,12e5f0aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-15,13:05:00,"FOSTER AVE & ORIEL AVE, NASHVILLE, TN, 37210",36.1220394,-86.7427998,3.0,8325.0,313.0,28,black,male,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR OFFICER NO MDC +" +2011-05-20,17:15:00,"DUE WEST AVE N & DUE WEST VALLEY DR, MADISON, TN, 37115",36.2551329,-86.7503906,7.0,2017.0,723.0,33,black,female,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-15,07:39:00,"210 CROSSINGS PL, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8863.0,333.0,32,white,female,ff68412c8a,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-09-18,02:32:00,"MANSFIELD ST & MYRTLE ST, NASHVILLE, TN, 37206",36.1824804,-86.757338,2.0,1915.0,227.0,21,white,male,573fae9445,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-18,19:24:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,26,asian/pacific islander,male,824d4226ca,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MS,NO TURN ON RED +2012-02-29,09:00:00,"DICKERSON PIKE & N 1ST ST, NASHVILLE, TN, 37207",36.1814271,-86.7740888,2.0,1963.0,221.0,35,white,male,6dcfd54f0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-06,15:34:00,"BROOK HOLLOW RD & CHARLOTTE PIKE, NASHVILLE, TN, 37205",36.1358391,-86.8852149,1.0,5011.0,121.0,59,white,male,2699ef149f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-22,18:33:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8857.0,325.0,33,black,female,9dd4008864,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-09,00:08:00,"HARDING PL & HARDING PL, NASHVILLE, TN, 37217",36.0803794,-86.7233039,3.0,8841.0,323.0,30,black,male,39e9ad240b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-23,08:19:00,"28TH AVE & HERMAN ST, NASHVILLE, TN, 37208",36.1616532,-86.8192478,6.0,5309.0,615.0,47,black,female,422839ab62,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-20,12:23:00,"N DUPONT AVE & RIO VISTA DR, MADISON, , 37115",36.2658034,-86.680606,,,,16,white,female,b541004824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-23,09:59:00,"ANTIOCH PIKE & HARDING PL, NASHVILLE, TN, 37211",36.0874362,-86.6922057,3.0,8843.0,315.0,25,asian/pacific islander,female,095779cb19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-16,00:26:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,25,black,male,087a6202cb,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,OH, +2013-09-07,18:26:00,"PICCADILLY ROW & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0821621,-86.6519588,3.0,8891.0,325.0,31,black,male,b69829b5aa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-11,18:06:00,"MCGAVOCK PIKE & PENNINGTON BEND RD, NASHVILLE, TN, 37214",36.215987,-86.6891669,5.0,9215.0,515.0,37,white,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2010-05-11,03:58:00,"1455 LEBANON PIKE, , TN, 37210",36.1532924,-86.7217205,5.0,9035.0,513.0,32,white,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-09-27,21:16:00,"LEBANON PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1693622,-86.6798825,5.0,9201.0,515.0,39,white,female,1b55d714e1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-22,22:49:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,4701.0,123.0,49,white,male,e077a1b1fb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-12-18,06:14:00,"BUENA VISTA PIKE & CURTIS ST, NASHVILLE, TN, 37218",36.1982739,-86.8269774,6.0,3135.0,623.0,40,black,female,53db68761e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-28,12:20:00,"BRILEY PKWY S & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,92920.0,515.0,19,black,female,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-26,09:56:00,"BUTLER RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0892553,-86.6170882,5.0,8929.0,535.0,29,black,male,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-24,21:14:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,61,white,male,e34bde788d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-27,00:13:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,45,white,male,12d3d862ae,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-25,15:35:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,41,white,female,d195198c56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-07,01:13:00,"S 2ND ST & SHELBY AVE, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1007.0,413.0,52,white,male,a61896fa86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-14,21:47:00,"ANTIOCH PIKE & HARDING PL, NASHVILLE, TN, 37211",36.0874362,-86.6922057,3.0,8843.0,315.0,38,white,male,037bfcb0ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-20,20:25:00,"ELM HILL PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1447165,-86.7500693,3.0,8119.0,311.0,18,hispanic,male,60059bc218,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-25,00:56:00,"DUE WEST AVE E & S GALLATIN PIKE, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1785.0,711.0,36,white,male,d6864f2be6,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2013-12-27,15:45:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,,8615.0,,43,white,female,073f5c83fc,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,RIGHT BRAKE LIGHT OUT +2010-12-16,12:28:00,"1ST AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1491797,-86.7634531,3.0,8151.0,311.0,46,black,male,55206bed29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-04,10:31:00,"MM 196 I40 E, NASHVILLE, , 37221",36.0789995,-86.9551254,,,,34,white,male,85402489a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"FOLLOWING TOO CLOSE +" +2014-03-19,08:55:00,"25TH AVE S & FAIRFAX AVE, , TN, 37212",36.1347671,-86.8074247,8.0,5903.0,815.0,30,white,female,1d2e83fed9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-11,14:22:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4029.0,425.0,32,black,female,df87babd62,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-27,12:26:00,"S GALLATIN PIKE & E OLD HICKORY BLVD, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1607.0,713.0,22,black,male,7a1d96b574,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,SEATBELT +2018-08-15,18:03:00,"JACKSONIAN DR & PLANTATION DR, HERMITAGE, TN, 37076",,,5.0,9615.0,521.0,57,white,male,af2e0d95c8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2018-05-11,07:48:00,"BELMONT BLVD & CLAYTON AVE, NASHVILLE, TN, 37212",36.118749,-86.7961846,8.0,6503.0,823.0,42,white,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-06,16:54:00,"1247 2ND AVE S, NASHVILLE, TN, 37210",36.1434562,-86.7634223,3.0,8141.0,311.0,19,white,female,10eef95763,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-07,14:38:00,"101 GALLATIN AVE, NASHVILLE, TN, 37206",36.1786392,-86.7508743,2.0,1241.0,213.0,19,white,male,a5a073bd8e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,AK, +2014-07-02,05:09:00,"CHEROKEE RD & WEST END AVE, NASHVILLE, , 37205",36.1303326,-86.8377796,,,,51,white,male,0748bf3279,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-08,04:46:00,"S GALLATIN PIKE & HARRINGTON AVE, MADISON, TN, 37115",36.2572379,-86.7139645,7.0,1783.0,711.0,77,black,male,c213187829,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-02,11:49:00,"BELL RD & PLEASANT HILL RD, NASHVILLE, TN, 37214",36.124414,-86.6302859,5.0,8945.0,533.0,27,white,female,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-18,21:19:00,"HART LN & HILLTOP LN, NASHVILLE, TN, 37216",36.2166761,-86.7428049,2.0,1819.0,225.0,46,white,male,8009ad438d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN AT HOME RD / HART LN. +" +2015-01-09,19:06:00,"HAYWOOD LN & KEELEY DR, NASHVILLE, TN, 37211",36.0698346,-86.6958189,3.0,8709.0,321.0,26,black,female,3bdca3df2d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-07,09:39:00,"297 MCGAVOCK PIKE, , TN, 37214",36.1577121,-86.6804349,5.0,9113.0,517.0,54,white,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-01-20,08:18:00,"24TH AVE S & BARTON AVE, , TN, 37212",36.1333846,-86.8056667,8.0,5903.0,815.0,40,white,male,e363ec0685,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,rolled through stop sign +2010-11-29,16:08:00,"CLARKSVILLE PIKE & MANCHESTER AVE, NASHVILLE, TN, 37218",36.1953593,-86.8339675,,,,84,black,male,7ede7c259c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-06,02:45:00,"I 40 E & HWY 70 S, NASHVILLE, TN, 37221",36.0818334,-86.956849,1.0,4804.0,125.0,38,white,male,a245752b88,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MDC DOWN +" +2013-06-14,21:57:00,"MURFREESBORO PIKE & BELL RD, , TN, 37013",36.0719049,-86.636152,,,,40,hispanic,male,1d683e1215,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-13,22:12:00,"MIDLAND AVE & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1540648,-86.8582989,1.0,4663.0,115.0,22,black,male,ab5ef8094a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-17,13:03:00,"542 DES MOINES DR, HERMITAGE, TN, 37076",36.2097721,-86.6025522,5.0,9535.0,523.0,31,black,male,963f2c3d0d,vehicular,seatbelt violation,True,True,True,arrest,,,,False,False,False,False,,seatbelt violation,MS, +2014-11-14,10:55:00,"21ST AVE S & WOODLAWN DR, NASHVILLE, TN, 37212",36.125315,-86.8055844,8.0,6507.0,815.0,26,white,female,acb89d1f7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-08,05:54:00,"MM 212 I40 E, NASHVILLE, TN, 37210",,,5.0,8204.0,511.0,41,black,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-18,13:01:00,"ANDREW JACKSON PKWY & OLD LEBANON DIRT R, HERMITAGE, TN, 37076",36.1879552,-86.6077612,5.0,9511.0,521.0,46,white,male,e05e99c1e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-03,21:34:00,"CHILDRENS WAY & NATCHEZ TRCE, NASHVILLE, TN, 37212",36.1395998,-86.8107408,8.0,5811.0,815.0,48,white,female,f92676931c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-02,10:39:00,"1618 PORTER AVE, NASHVILLE, , 37206",36.196783,-86.724295,,,,43,black,male,fcd1734971,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-11-07,16:59:00,"JACKSON DOWNS BLVD & LEBANON PIKE, NASHVILLE, TN, 37214",36.1853197,-86.6366695,5.0,9403.0,517.0,47,white,female,215f111799,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,VIOLATED LANE RESTRICTION ON CENTRAL PKE +2018-04-26,07:53:00,"GALLATIN PIKE & HART LN, NASHVILLE, TN, 37216",36.2116099,-86.7325834,2.0,1817.0,225.0,35,white,male,338229ba25,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-30,21:52:00,"5209 LINBAR DR, NASHVILLE, TN, 37211",36.0766498,-86.6965208,3.0,8707.0,321.0,21,asian/pacific islander,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-10,08:59:00,"8TH AVE S & PALMER PL, NASHVILLE, TN, 37203",36.1534284,-86.7793383,4.0,4019.0,423.0,46,white,female,b9fb8b268e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-04,15:14:00,"DELL PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1077406,-86.6768847,3.0,8841.0,323.0,40,black,female,9edafecd50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-27,12:35:00,"1789 GALLATIN PIKE N, MADISON, TN, 37115",36.296315,-86.7016685,7.0,1721.0,727.0,33,black,male,94ddae1907,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-01-24,15:10:00,"HIGHLAND VILLA DR & OLD HICKORY BLVD, NASHVILLE, , 37211",36.0397219,-86.7392522,,,,72,white,male,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-30,08:50:00,"7521 CHARLOTTE PIKE, NASHVILLE, TN, 37221",36.1109262,-86.9306814,1.0,4711.0,123.0,38,white,female,a18099a66a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-02,02:44:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37211",36.1109273,-86.7451877,,8519.0,,25,hispanic,male,e65b4cea4d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-18,03:08:00,"I 24 W & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1357503,-86.7281348,5.0,82061.0,513.0,49,white,male,ce1cf9d519,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-10,08:36:00,"HWY 100 , , TN, 37221",36.0415856,-86.9609448,,,,36,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-17,15:02:00,"ELM HILL PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1447165,-86.7500693,3.0,8119.0,311.0,41,black,male,a02596b67e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-21,19:56:00,"I 40 W & SPENCE LN, NASHVILLE, TN, 37210",36.137011,-86.724956,5.0,9004.0,513.0,25,white,female,4d037c592b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-04,05:00:00,"CLARKSVILLE PIKE & W SUMMITT AVE, NASHVILLE, TN, 37218",36.1948889,-86.8332055,6.0,3115.0,623.0,36,black,male,5ae31d9ff9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-04,22:15:00,"SAUNDERS AVE & WELLINGTON DR, MADISON, TN, 37115",36.2465432,-86.7292536,7.0,1799.0,723.0,60,white,male,14851a97f4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,tag lights out +2012-11-14,19:23:00,"6TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.1578636,-86.7785826,4.0,4057.0,425.0,31,white,female,8ad42740bd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2018-04-02,13:20:00,"13TH AVE S & 40 EXIT W, NASHVILLE, TN, 37203",,,4.0,4081.0,423.0,33,black,male,c1e876ae44,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2010-02-04,11:46:00,"BRICK CHURCH PIKE & WOODFOLK AVE, NASHVILLE, , 37207",36.2174362,-86.7815144,,,,51,white,male,e017e18ea5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-01,08:07:00,"1118 12TH AV S, , TN,",36.1434026,-86.786063,,,,44,white,female,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-24,16:54:00,"500 MAIN ST, NASHVILLE, TN, 37206",36.172731,-86.764979,2.0,1113.0,211.0,32,white,female,d3fe386ea8,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-01,17:20:00,"BRILEY PKWY W & CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2271465,-86.8358109,6.0,3215.0,627.0,45,white,male,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-13,17:19:00,", , ,",,,,,,26,black,female,f6a8173a1b,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN,"NO INSURANCE, TAG DATE MAY ----." +2018-10-22,21:09:00,"W TRINITY LN & YOUNGS LN, NASHVILLE, TN, 37207",36.2060909,-86.8110252,6.0,3013.0,623.0,28,black,male,070653f6bf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-21,13:27:00,"52ND AVE N & INDIANA AVE, NASHVILLE, TN, 37209",36.1564456,-86.8501612,1.0,4629.0,111.0,27,white,female,1d2e83fed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-30,23:57:00,"CHARLOTTE PIKE & WESTBORO DR, NASHVILLE, TN, 37209",36.1460731,-86.870747,1.0,5027.0,115.0,20,black,female,e8c7fd5cb4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,passenger side headlight inoperable. +2017-11-29,00:44:00,"NOLENSVILLE PIKE & TAYLOR RD, NASHVILLE, TN, 37211",36.0696581,-86.7210586,3.0,8701.0,321.0,55,black,female,05758765d0,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-08-15,15:15:00,"MM 192 I40 W, , TN,",35.716234,-83.5089544,,,,40,white,male,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-08,06:33:00,"HARDING PL & TAMPA DR, NASHVILLE, TN, 37211",36.0826564,-86.7105185,3.0,8705.0,321.0,55,white,female,7d6a69a168,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-23,20:00:00,"CLAY ST & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.1826076,-86.8122432,6.0,4413.0,611.0,56,black,male,37dd19df63,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,True,True,True,False,other,moving traffic violation,TN,DRIVING IN CENTER TURN LANE AND NOT MAKING A TURN. NO D/L. NO PROOF OF INSURANCE. +2014-10-12,02:35:00,"ELM HILL PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1531955,-86.6830402,5.0,9107.0,513.0,35,black,male,5bbc07703f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-05,19:47:00,"CLARKSVILLE PIKE & ED TEMPLE BLVD, NASHVILLE, TN, 37228",36.1879505,-86.8215312,6.0,4483.0,611.0,42,black,male,152227c5b4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-27,00:17:00,"GOINS RD & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0740507,-86.7246208,8.0,8661.0,831.0,18,black,male,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-09-08,14:28:00,"ARBOR CMN & BELL RD, ANTIOCH, TN, 37013",36.0448378,-86.6683985,3.0,8721.0,325.0,36,white,female,489eea137b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-17,05:36:00,"BLAKEMORE AVE & NATCHEZ TRCE, NASHVILLE, TN, 37212",36.1386561,-86.8108481,8.0,5811.0,815.0,33,white,male,3ce33785e5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,SC, +2010-01-08,12:55:00,"N GALLATIN PIKE & LOVELL ST, MADISON, TN, 37115",36.2684865,-86.7106976,7.0,1761.0,723.0,22,black,male,79af04892d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-15,21:30:00,"N GALLATIN PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2630322,-86.7119272,7.0,1701.0,715.0,67,white,female,caf692a11a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-08,22:15:00,"CLARKSVILLE PIKE & CREASY DR, , TN, 37080",36.3140305,-86.8836813,6.0,3317.0,627.0,39,white,male,88c2d8920e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-30,20:44:00,"40TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1571024,-86.8343052,1.0,4533.0,111.0,22,black,male,caa3563d90,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,warning for brake light +2011-11-07,20:48:00,"19TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.154324,-86.7989496,8.0,5513.0,813.0,45,black,male,460a7c21b0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-09,14:50:00,"ANDREW JACKSON PKWY & WEBER RD, HERMITAGE, TN, 37076",36.196213,-86.6085041,5.0,9507.0,521.0,23,white,male,fc8eeff4da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,FL, +2010-11-17,14:50:00,"CLOVERLAND DR & GRAND OAK WAY, BRENTWOOD, TN, 37027",36.0306074,-86.7452957,8.0,8621.0,833.0,24,asian/pacific islander,male,5a96851d64,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-01,07:44:00,"2625 GLENROSE AVE, NASHVILLE, TN, 37210",36.115822,-86.7239139,3.0,8807.0,315.0,53,white,male,b5ca91d71f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-25,14:06:00,"1725 GLEN ECHO RD, NASHVILLE, TN, 37215",36.1070179,-86.805916,8.0,6411.0,825.0,29,white,female,ac6a1127e2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ROLLED THROUGH STOP SIGN AT HILLMONT/GLEN ECHO +2015-03-19,11:16:00,"16TH ST & HADLEY AVE, OLD HICKORY, TN, 37138",36.2543143,-86.6478207,5.0,9709.0,525.0,78,white,male,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-06,19:46:00,"I 65 S & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1837753,-86.7988955,6.0,4403.0,611.0,36,white,female,1d8c47ce85,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,TAIL LIGHT OUT +2017-10-29,23:45:00,"BRILEY PKWY & URBANDALE AVE, NASHVILLE, TN, 37209",36.122074,-86.702419,1.0,4637.0,111.0,39,white,female,bc5e1f784c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-06-17,18:59:00,"N GALLATIN PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2630322,-86.7119272,7.0,1701.0,715.0,40,asian/pacific islander,male,e4380ec764,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER SIDE BRAKE LIGHT +2011-09-29,20:20:00,"8TH AVE S & SOUTH ST, NASHVILLE, TN, 37203",36.1467372,-86.7790303,8.0,6803.0,821.0,21,white,female,cf72c2298a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-04,03:53:00,", , ,",,,,,,40,black,male,95f2a2add9,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,safety violation,TN,HEADLIGHT OUT +2015-05-21,23:33:00,"4103 GALLATIN PIKE, , TN, 37216",36.2213985,-86.727006,2.0,1815.0,225.0,29,white,male,868a3ce961,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-10,08:27:00,"I 40 E & ELM HILL PIKE, NASHVILLE, TN, 37214",36.15301,-86.8525922,5.0,8955.0,533.0,17,unknown,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-06,20:30:00,"17TH AVE N & DR D B TODD JR BLVD, NASHVILLE, TN, 37208",36.1792839,-86.8107295,6.0,4457.0,613.0,35,black,female,3245129711,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-05-29,10:19:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9537.0,523.0,23,white,male,f6e5e4b4bc,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-13,10:16:00,"HARDING PL & JONQUIL DR, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8705.0,321.0,29,white,male,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-11,00:42:00,"2930 MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.063841,-86.626594,3.0,8927.0,335.0,28,white,male,34f3b5b525,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-04-27,15:21:00,"394 HARDING PL, NASHVILLE, TN, 37211",36.0806966,-86.7209783,3.0,8445.0,317.0,19,black,female,ff6da5fac9,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-06-02,16:29:00,"N 14TH ST & EASTLAND AVE, NASHVILLE, TN, 37206",36.1834376,-86.7448552,2.0,1303.0,215.0,34,white,female,8cbadbb4fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2014-08-07,14:51:00,"1006 S GALLATIN PIKE, MADISON, TN, 37115",36.2511505,-86.7187957,7.0,1785.0,711.0,25,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-16,15:52:00,"APACHE TRL & PACKARD DR, NASHVILLE, TN, 37211",36.0650445,-86.6857717,3.0,8709.0,321.0,60,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-16,10:04:00,"OLD HICKORY BLVD & TIDWELL RD, NASHVILLE, TN, 37221",36.1144032,-86.9230044,1.0,4711.0,123.0,30,white,female,eacb17fe91,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,SUBJECT HAD AN EXPIRED DL AND WAS CITED +2012-03-24,23:51:00,"ROSA L PARKS BLVD & MAINSTREAM DR, , TN, 37208",36.1925005,-86.8157343,,,,20,black,male,3245129711,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-28,19:56:00,"MURPHY RD & WEST END AVE, NASHVILLE, TN, 37212",36.1393455,-86.8190954,8.0,5817.0,815.0,50,white,male,371e3d97ba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-12,21:43:00,"380 HARDING PL, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,8419.0,317.0,57,black,male,711211250d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-02,18:06:00,"4044 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1026219,-86.8160709,8.0,6405.0,825.0,50,white,female,a70d3cbc7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,light required +2016-11-16,08:27:00,"LARKIN SPRINGS RD & NEELYS BEND RD, MADISON, TN, 37115",36.2496009,-86.6866083,7.0,1633.0,713.0,31,black,male,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-25,11:35:00,"NEELYS BEND RD & S GALLATIN PIKE, MADISON, TN, 37115",36.2561615,-86.7143515,7.0,1605.0,713.0,24,hispanic,female,489eea137b,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-26,18:27:00,"12TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1510813,-86.7843184,4.0,4019.0,423.0,40,white,male,8e6e05f1aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-11-13,22:40:00,"ASH GROVE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0495349,-86.7138194,8.0,8655.0,835.0,32,hispanic,male,17e2b951bd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-27,22:37:00,"6TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1598483,-86.7798799,4.0,4087.0,421.0,33,black,female,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,LANE VIOLATION +2010-08-27,19:56:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8661.0,831.0,42,black,female,1804300122,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-09-19,21:42:00,"CUMMINGS PARK DR & RICHARDS RD, ANTIOCH, TN, 37013",36.0689966,-86.6811502,3.0,8893.0,325.0,19,white,male,f26feb9ee6,vehicular,vehicle equipment violation,False,True,False,citation,True,True,False,True,True,True,True,consent,vehicle equipment violation,TN, +2010-04-27,13:35:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,48,black,female,5d95185f48,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-29,07:41:00,"CLEVELAND ST, , TN, 37206",36.1846113,-86.757568,,,,23,white,female,c4680d166c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-29,15:03:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,56,other,female,3380b227a4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-19,16:17:00,"BRILEY PKWY N & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.122074,-86.702419,5.0,9294.0,515.0,35,black,female,2669c08d88,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-19,23:18:00,"CHARLOTTE AVE & DR D B TODD JR BLVD, NASHVILLE, TN, 37203",36.1580622,-86.799962,8.0,5505.0,813.0,31,black,male,e98216ab9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-19,15:19:00,"MURFREESBORO PIKE, , TN, 37217",36.1091224,-86.6801508,,,,40,white,male,37a4238cc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-17,09:10:00,"MM 196 I40 E, , TN,",35.434219,-97.4078234,,,,37,hispanic,female,9d1e57a193,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-01-17,07:57:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,34,black,female,5a2f1d4986,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"-- IN A -- +" +2018-03-16,19:56:00,"15TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1574377,-86.7926144,8.0,5517.0,811.0,28,white,male,3139d5e5ff,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-13,11:40:00,", , ,",,,,,,44,white,female,963f2c3d0d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2019-03-02,16:12:00,"1900 DAVIDSON ST, NASHVILLE, TN, 37206",36.1650499,-86.7335515,2.0,1235.0,215.0,24,white,male,aa5eaf82db,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-06,06:10:00,"40TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,5229.0,113.0,59,white,male,adb220724a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-21,08:58:00,"12TH AVE S & LAWRENCE AVE, NASHVILLE, TN, 37204",36.129177,-86.7889336,8.0,6925.0,823.0,34,white,female,911d123f59,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-04,16:14:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8609.0,831.0,34,white,female,cf5265e2f4,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-09-18,04:29:00,", , ,",,,,,,56,black,male,95d8d9862e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-10-24,15:59:00,"DICKERSON PIKE & E TRINITY LN, NASHVILLE, TN, 37207",36.2058983,-86.7685904,2.0,1863.0,223.0,31,white,female,a7e4b373f1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-15,04:02:00,"8TH AVE S & BENTON AVE, NASHVILLE, TN, 37204",36.1325204,-86.779232,8.0,6919.0,823.0,21,black,female,2fcd6b06aa,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-09-09,01:55:00,"S 11TH ST & SEVIER ST, NASHVILLE, , 37206",36.1678474,-86.7511796,,,,33,black,female,529fc1bfb1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-02,15:51:00,", , ,",,,,,,53,black,male,04b918d1d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-09,11:57:00,"3314 CLIFTON AVE, NASHVILLE, TN, 37209",36.1589122,-86.826608,6.0,4551.0,613.0,20,black,female,e9348c562d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI, +2011-06-14,23:37:00,"E TRINITY LN & JONES AVE, NASHVILLE, TN, 37207",36.205114,-86.7576234,2.0,1891.0,223.0,23,white,female,c2bb37add1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"PASSENGER SIDE BRAKE LIGHT OUT +" +2010-03-17,20:15:00,"29TH AVE & WEST END AVE, NASHVILLE, TN, 37212",36.1445563,-86.8131697,8.0,5815.0,815.0,23,white,female,6074f7bab3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-01,01:10:00,"2ND AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1632454,-86.7760574,4.0,4103.0,421.0,61,black,male,5076171cf5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-29,21:47:00,"1000 EAST THOMPSON LN, NASHVILLE, TN, 37211",36.1165238,-86.716602,3.0,8809.0,315.0,34,white,male,4c7e26f974,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVER SIDE BRAKE LIGHT OUT +2016-03-04,08:39:00,"3600 ANDERSON RD, NASHVILLE, TN, 37217",36.088592,-86.6075905,5.0,8931.0,535.0,46,hispanic,male,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-12-15,08:54:00,"MM 199 I40 E, NASHVILLE, , 37209",,,,,,21,white,male,85402489a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2012-11-27,09:41:00,"DUE WEST AVE W & FREDA VILLA, MADISON, TN, 37115",36.2483052,-86.7246818,7.0,1789.0,723.0,77,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-27,09:12:00,"63RD AVE N & MORROW RD, NASHVILLE, TN, 37209",36.1649952,-86.8657665,1.0,4613.0,115.0,21,white,female,0491807f2e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-17,08:11:00,"I 24 E & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,8704.0,333.0,44,black,male,77edf3dc3b,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,other,moving traffic violation,TN, +2014-07-16,17:03:00,"FRANKLIN PIKE & INVERNESS AVE, NASHVILLE, TN, 37204",36.1250096,-86.776655,8.0,6931.0,823.0,38,black,female,59629c618d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-03-26,10:11:00,"BELL RD & ZELIDA AVE, ANTIOCH, TN, 37013",36.0550655,-86.6424647,3.0,8865.0,333.0,41,white,female,bf6ab32888,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-31,13:39:00,"ANDREW JACKSON WAY & JACKSON PASS, HERMITAGE, TN, 37076",36.217838,-86.5976213,5.0,9561.0,521.0,58,white,male,df69290668,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-30,19:09:00,"23RD AVE N & FORMOSA ST, NASHVILLE, TN, 37208",36.1744652,-86.8132264,6.0,4463.0,613.0,28,black,male,ddc50dd0e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2012-05-31,15:54:00,"S 10TH ST & FATHERLAND ST, NASHVILLE, TN, 37206",36.1741944,-86.7519839,2.0,1205.0,213.0,35,white,male,cba60069c9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-08,12:30:00,"BRESSLYN RD & BROOK HOLLOW RD, NASHVILLE, TN, 37205",36.1079298,-86.8864903,1.0,4917.0,121.0,47,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-21,08:39:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1750356,-86.7846846,4.0,4233.0,413.0,63,white,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-06,23:00:00,"2ND AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1506913,-86.7679246,5.0,8201.0,511.0,36,white,male,116b05d10f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-01,13:08:00,"I 65 S & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1837753,-86.7988955,6.0,4404.0,611.0,44,white,male,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-27,15:22:00,"135 S GALLATIN PIKE, MADISON, TN, 37115",36.2618467,-86.7116112,7.0,1607.0,713.0,54,white,male,b541004824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-28,13:08:00,"274 BONNALYNN DR, HERMITAGE, TN, 37076",36.196965,-86.6261263,5.0,9613.0,521.0,39,hispanic,female,2976e3525e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-19,13:09:00,"2ND AVE S & I 40 W, NASHVILLE, TN, 37210",36.1525133,-86.7657744,4.0,4008.0,425.0,57,white,female,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-17,23:08:00,"440 E & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,8304.0,313.0,38,black,female,d3fe386ea8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-02-19,09:30:00,"S GRAYCROFT AVE & CHADWELL DR, MADISON, TN, 37115",36.2548539,-86.7335839,7.0,1777.0,723.0,52,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-25,23:18:00,"10TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1578778,-86.7844365,4.0,4115.0,421.0,51,white,male,a1e3ace771,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-12,22:21:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,227.0,45,white,male,3b9274855e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-07-26,05:11:00,", , ,",,,,,,62,white,male,2fcd6b06aa,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-10-18,17:17:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,5.0,9294.0,515.0,20,asian/pacific islander,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,speeding --/-- +2016-06-13,21:02:00,"CLARKSVILLE PIKE & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1879505,-86.8215312,6.0,4483.0,611.0,43,black,male,d3a646e989,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG / PROOF OF INSURANCE +2018-10-28,23:31:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,27,black,female,622ce499b8,vehicular,safety violation,True,False,False,arrest,False,False,False,False,True,True,False,other,safety violation,TN, +2015-01-08,13:06:00,"ELLIOTT AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1345309,-86.7822871,8.0,6915.0,823.0,49,black,female,f6a9921e6e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-16,14:04:00,"1214 FOSTER AVE, NASHVILLE, TN, 37210",36.1305645,-86.7416393,3.0,8113.0,311.0,56,black,male,4bf759b804,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-09-22,14:09:00,"ARTHUR AVE & JANE ST, NASHVILLE, TN, 37208",36.1783656,-86.8024162,6.0,4451.0,613.0,60,black,female,774307b2c5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-07,16:37:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,28,white,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2012-03-15,18:04:00,"ALABAMA AVE & MORROW RD, NASHVILLE, TN, 37209",36.1529438,-86.8522089,1.0,5117.0,111.0,50,white,female,21c82fd870,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-23,10:12:00,"W DUE WEST AVE & SAUNDERS AVE, MADISON, TN, 37115",,,7.0,1789.0,723.0,37,white,female,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-06,23:01:00,"HILLSBORO PIKE & I 440 W, NASHVILLE, TN, 37212",36.1244054,-86.806586,8.0,5902.0,815.0,66,white,male,ccda12115e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-09,18:32:00,"28TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1587362,-86.8185408,6.0,5343.0,615.0,39,black,female,418c7643c8,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAG +2011-01-11,21:59:00,"12TH AVE S & HORTON AVE, NASHVILLE, TN, 37212",36.1398321,-86.7875931,8.0,6631.0,811.0,43,white,female,69f5717852,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-21,16:13:00,"1204 SHELBY AVE, NASHVILLE, TN, 37206",36.1708122,-86.749072,2.0,1035.0,213.0,31,black,female,b9f9980a8a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-19,19:04:00,"412 N GALLATIN PIKE, MADISON, TN, 37115",36.2666722,-86.7105776,7.0,1701.0,715.0,29,black,male,afd77e9abe,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-04,12:26:00,"12TH AVE S & DEMONBREUN ST, NASHVILLE, TN, 37203",36.154613,-86.7861986,4.0,4017.0,423.0,27,white,female,d828e2373a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-11-04,17:47:00,"615 GALLATIN AVE, NASHVILLE, TN, 37206",36.1832561,-86.7474798,2.0,1243.0,213.0,41,white,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-04-13,10:40:00,"MURFREESBORO PIKE & PINEWAY DR, NASHVILLE, TN, 37217",36.1151016,-86.694229,3.0,8835.0,315.0,43,white,female,b07a7bfe58,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-10-09,00:22:00,"EXPRESSWAY PARK DR & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1459917,-86.7538911,5.0,8211.0,511.0,23,white,female,2cf165ac70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2011-08-31,23:03:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,8.0,8501.0,831.0,22,asian/pacific islander,male,b52fef1f76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"head light +" +2013-11-08,08:30:00,"12TH AVE S & PINE ST, NASHVILLE, TN, 37203",36.1525938,-86.784873,4.0,4015.0,423.0,39,black,male,16f69cd6ef,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-11,21:39:00,"2511 ELM HILL PIKE, NASHVILLE, TN, 37214",36.1508662,-86.6806192,5.0,9117.0,517.0,38,white,female,dc721048d8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,SC,----------- +2013-08-02,23:05:00,"21ST AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1710578,-86.8099323,6.0,4481.0,613.0,20,black,male,ffd40c04a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,VA, +2011-09-09,08:28:00,"1901 OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2501682,-86.6429994,5.0,9711.0,525.0,65,white,female,329e7e4c16,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEED. +" +2010-11-02,10:35:00,"I 440 E & I 24 W, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,20,other,male,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-02,11:03:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,5.0,8945.0,533.0,45,hispanic,female,fc8eeff4da,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-17,08:18:00,"HAMILTON CHURCH RD & MOUNT VIEW RD, ANTIOCH, , 37013",36.0627506,-86.6081848,,,,55,black,male,dcc1712e54,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-13,18:38:00,"EWING DR & RICHMOND HILL DR, NASHVILLE, TN, 37207",36.2303248,-86.7738207,7.0,2001.0,721.0,56,black,female,e83f27b8eb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-22,20:52:00,"8TH AVE S & CLARK PL, NASHVILLE, TN, 37203",36.1558049,-86.7801429,4.0,4059.0,425.0,41,black,female,6949a466d7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-11,02:58:00,"WEST END AVE & 33RD AVE S, , TN, 37203",36.1411785,-86.8170372,,,,23,white,male,e4eb4870eb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-31,17:35:00,"23RD AVE N & ELLISTON PL, NASHVILLE, TN, 37203",36.1500839,-86.805492,8.0,5601.0,813.0,31,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-22,03:32:00,"313 QUEEN AVE, NASHVILLE, TN, 37207",36.208334,-86.762341,2.0,1891.0,223.0,49,black,female,4af3cba1d7,vehicular,investigative stop,True,False,False,arrest,False,False,False,False,True,False,True,plain view,investigative stop,TN, +2012-02-17,21:04:00,"1401 WOODLAND ST, NASHVILLE, TN, 37206",36.177462,-86.7455431,2.0,1217.0,213.0,30,white,male,6e95f38057,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,OR, +2016-03-24,03:44:00,"OLD HICKORY BLVD & WOODLAND HILLS DR, NASHVILLE, TN, 37211",36.0387076,-86.7309355,8.0,8653.0,835.0,28,white,male,99d09ccd39,vehicular,vehicle equipment violation,True,True,True,arrest,True,True,False,True,True,True,True,other,vehicle equipment violation,TN,"ONE TAIL LIGHT, WARNING ISSUED +REVOKED DL, POSSESSION OF CONTROLLED SUBSTANCE, DRUG PARAPHERNALIA, STOLEN LAPTOP, LEGEND DRUGS, +DRIVER ARRESTED +PASSENGERS STATE CITED." +2016-01-16,02:58:00,"GOODBAR DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1272483,-86.7006191,5.0,8821.0,531.0,32,hispanic,male,b8a8edb71a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2017-04-14,23:45:00,"BUCHANAN ST & DELTA AVE, NASHVILLE, TN, 37208",36.180527,-86.8016,6.0,4451.0,613.0,49,black,male,7394445486,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2012-04-18,14:00:00,"MYATT DR & MYATT DR, , TN, 37115",36.2822506,-86.692007,,,,30,white,female,ba10efd51b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHT +2010-03-26,09:15:00,"ANDREW JACKSON PKWY & LEBANON PIKE, HERMITAGE, TN, 37076",36.2151466,-86.5976754,5.0,9535.0,523.0,31,white,male,d389baccb4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2010-10-01,21:12:00,"I 65 N & HARDING PL, NASHVILLE, , 37220",36.0801062,-86.76495,8.0,8601.0,833.0,42,white,male,ab916fb13f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-05,12:24:00,"LINCOLN ST & TRIMBLE ST, NASHVILLE, TN, 37210",36.1461992,-86.7605181,3.0,8137.0,311.0,46,hispanic,male,b9fb8b268e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-23,14:08:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1123.0,211.0,27,white,female,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-05,12:57:00,"BRILEY PKWY W & ELLINGTON PKWY N, MADISON, TN, 37115",36.2382639,-86.7365077,7.0,15940.0,723.0,58,white,male,6074f7bab3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-07,13:02:00,"3808 BUENA VISTA PIKE, NASHVILLE, TN, 37207",36.215722,-86.818033,6.0,3043.0,623.0,23,black,male,e562769ea0,vehicular,moving traffic violation,False,True,False,citation,True,True,False,True,True,True,True,probable cause,moving traffic violation,TN, +2010-07-02,08:11:00,"MM 199 I40 E, , TN,",35.434219,-97.4078234,,,,43,black,male,85402489a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING, FOLLOWING TOO CLOSE +" +2014-03-12,01:05:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,5.0,8209.0,511.0,39,black,male,073f5c83fc,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,TAG NOT ILLUMINATED. +2012-02-11,08:38:00,"HOGAN RD & MARCHANT DR, NASHVILLE, TN, 37220",36.0646556,-86.7493982,8.0,8615.0,833.0,24,white,male,d98ce37758,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2011-12-12,21:58:00,"DR D B TODD JR BLVD & UNDERWOOD ST, NASHVILLE, TN, 37208",36.1733617,-86.8082482,6.0,4469.0,613.0,37,black,male,db6c29e919,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,LEFT HEADLIGHT OUT/VERBAL WARNING +2011-01-16,11:34:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,,8945.0,,30,white,female,06dbf4a801,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-21,19:16:00,"ROOSEVELT AVE & SCALF DR, MADISON, TN, 37115",36.2695176,-86.6921811,7.0,1711.0,715.0,23,white,male,2bca49b49d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-07,19:14:00,"I 40 W & JEFFERSON ST, NASHVILLE, TN, 37208",36.0789995,-86.9551254,6.0,4245.0,617.0,23,white,male,1c9f9520f6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MA, +2015-02-18,20:02:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,39,black,male,b3d18aa8ec,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-27,17:30:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,37,black,female,6f35d16bdf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-06,10:00:00,"AVONDALE CIR & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2090637,-86.777949,6.0,3019.0,621.0,28,black,female,5ae31d9ff9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-06,11:24:00,"W TRINITY LN & LUCAS LN, NASHVILLE, TN, 37207",36.2060808,-86.7710344,2.0,1863.0,223.0,37,hispanic,female,a773a4fff8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-30,18:05:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,5.0,8815.0,531.0,51,white,female,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-10,16:06:00,"N 11TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1775691,-86.7499363,2.0,1241.0,213.0,59,black,female,1ad14463be,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-26,09:40:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,37,white,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-13,21:36:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,5.0,8821.0,531.0,23,hispanic,male,ff0d23cd3a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-04,01:00:00,"5TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1604836,-86.7784329,,4089.0,,50,black,male,82f2e31c2b,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,vehicle equipment violation,TN, +2019-02-05,18:02:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6807.0,821.0,56,white,male,718e745606,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MI, +2014-05-12,21:05:00,"HART CT & HART LN, NASHVILLE, TN, 37207",36.2209234,-86.7563532,2.0,1823.0,223.0,22,white,male,fc443b8485,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"-- MPH IN A POSTED -- MPH ZONE, LASER." +2017-05-12,13:21:00,"FRANKLIN PIKE & WOODMONT BLVD, NASHVILLE, TN, 37204",36.11135,-86.7834309,8.0,7001.0,823.0,28,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-12,05:56:00,"MM 2 8 I440 E, NASHVILLE, TN, 37215",,,8.0,6424.0,823.0,25,black,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-31,00:20:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1750356,-86.7846846,4.0,4233.0,413.0,32,white,male,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-04,23:33:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8871.0,325.0,26,white,male,167b66ce60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-23,16:24:00,"DUE WEST AVE W & SAUNDERS AVE, MADISON, TN, 37115",36.2485862,-86.7286277,7.0,1779.0,723.0,68,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-11-18,23:46:00,"HICKS RD & OLD HARDING PIKE, NASHVILLE, TN, 37221",36.072689,-86.9264667,1.0,4901.0,121.0,33,white,male,67529ca24c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-02-07,19:36:00,"7TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1541062,-86.7778066,4.0,4025.0,423.0,44,black,male,0a002c81ec,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-16,14:33:00,"12TH AVE N & HERMAN ST, , TN, 37208",36.1671648,-86.7963672,,,,24,black,female,3245129711,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2016-11-01,16:54:00,"765 BELL RD, ANTIOCH, TN, 37013",36.0507105,-86.6480604,3.0,8861.0,325.0,46,black,female,344a1aee96,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"reg'd tag for vehicle: -a--j- exp: --/---- +tag not showing stolen, vehicle showing to belong to driver's daughter" +2015-07-10,02:39:00,"GALLATIN PIKE & VIRGINIA AVE, NASHVILLE, TN, 37216",36.2206893,-86.7268266,,1815.0,,34,black,male,4065a7332f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LICENSE PLATE LIGHT IS OUT +2010-03-23,17:23:00,"I 40 W & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.154857,-86.625588,5.0,9415.0,517.0,19,white,male,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-21,15:18:00,"N 7TH ST & MAIN ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,41,white,male,8caa04ee8a,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2019-02-25,09:38:00,"12TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1361675,-86.7886974,8.0,6911.0,821.0,43,white,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-24,11:32:00,"I 65 N & BRILEY PKWY W, NASHVILLE, TN, 37207",36.2384787,-86.7562815,,,,32,white,female,afd77e9abe,vehicular,investigative stop,True,False,False,arrest,False,False,False,False,True,True,False,other,investigative stop,TN, +2018-08-13,08:25:00,"DELLWAY DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2151139,-86.7639601,2.0,1823.0,223.0,50,black,female,4ae38b4239,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-26,09:17:00,"HWY 70 S & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0744559,-86.9209484,1.0,4901.0,121.0,46,white,male,f1c025f95c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-07-12,19:03:00,"ANTIOCH PIKE & RICHARDS RD, ANTIOCH, TN, 37013",36.0690845,-86.6838651,3.0,8899.0,323.0,44,white,female,c789e7a8ee,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-02-24,23:52:00,"CHICAMAUGA AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1846937,-86.7479638,2.0,1931.0,227.0,48,white,female,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-20,12:24:00,"GALLATIN PIKE & LITTON AVE, NASHVILLE, TN, 37216",36.2024299,-86.7391182,2.0,1403.0,217.0,45,white,male,8009ad438d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER SIDE BRAKE LIGHT OUT +2013-06-11,08:38:00,"HARDING PL & HARDING PL, NASHVILLE, TN, 37217",36.0803794,-86.7233039,3.0,8841.0,323.0,29,white,male,aff3bdc077,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-07-27,08:25:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,9290.0,515.0,24,white,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-13,05:45:00,"I 24 E, , TN, 37206",36.3771316,-86.9885236,,,,39,black,female,cf98c01df4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2015-04-01,09:51:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,56,white,male,b9fb8b268e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-28,17:33:00,"5035 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.097609,-86.825137,1.0,6115.0,117.0,32,white,female,aa90ef9f3f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXP TAG +2018-03-30,10:23:00,"MM 218 4 I40 W, NASHVILLE, TN, 37214",,,5.0,9404.0,517.0,41,unknown,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-25,01:43:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,52,white,female,63295b6591,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-24,05:11:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,22,black,male,2fcd6b06aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-20,08:12:00,"GLENDALE LN & SCENIC DR, NASHVILLE, TN, 37204",36.0941103,-86.7937394,8.0,7023.0,825.0,53,white,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-24,17:45:00,"BRILEY PKWY & KAREN DR, NASHVILLE, TN, 37217",36.1395619,-86.7003202,5.0,8827.0,531.0,58,white,male,37d1129bde,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-08,16:54:00,"CHARLOTTE AVE & 31ST AVE N, , TN, 37203",36.1533597,-86.8208464,,,,28,black,female,37a4238cc6,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-06-06,17:10:00,"3435 LEBANON PIKE, HERMITAGE, TN, 37076",36.1897142,-86.6262438,5.0,9601.0,521.0,32,black,female,e552872ac6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-05,11:50:00,"1501 ENSLEY BLVD, NASHVILLE, TN, 37210",36.1391023,-86.761194,3.0,8127.0,311.0,47,white,male,4bf759b804,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-15,01:50:00,"COWAN ST & JEFFERSON ST, NASHVILLE, TN, 37207",,,4.0,1957.0,413.0,22,black,female,98912cd716,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2014-10-01,07:33:00,"BELL RD & CANE RIDGE RD, ANTIOCH, TN, 37013",36.0447085,-86.6615617,3.0,8721.0,325.0,70,white,female,0f631f3a0e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-23,01:09:00,"EISENHOWER DR & LINBAR DR, NASHVILLE, TN, 37211",36.084761,-86.7060763,3.0,8443.0,317.0,28,white,male,392b1090b2,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-07-21,03:36:00,"S GALLATIN PIKE & DUE WEST AVE W, MADISON, TN, 37115",36.2480167,-86.720329,7.0,1519.0,711.0,53,white,male,1524cabb18,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-11,10:27:00,"BONNAFAIR DR & JACKSONIAN DR, HERMITAGE, TN, 37076",36.2039266,-86.6364608,5.0,9615.0,521.0,52,white,male,2eef0cc1f8,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-06-27,12:03:00,"BRICK CHURCH LN & KNIGHT DR, WHITES CREEK, TN, 37189",36.2446437,-86.8017398,6.0,3227.0,627.0,47,white,male,7ede7c259c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,OBSERVED WEST ON BRICK CHURCH LANE MADE RIGHT TURN ONTO KNIGHT ROAD FAILING TO STOP AT THE STOP SIGN. +2011-12-09,15:17:00,"CLEVELAND ST & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1843236,-86.7544766,2.0,1925.0,227.0,47,black,female,ba5ad061a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-11,16:19:00,"ARTHUR AVE & JANE ST, NASHVILLE, TN, 37208",36.1783656,-86.8024162,6.0,4451.0,613.0,35,black,female,fd8a139aad,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,head lights - rain +2013-03-25,09:45:00,"300 JACKSON DOWNS BLVD, NASHVILLE, TN, 37214",36.1780579,-86.6414769,5.0,9403.0,517.0,26,white,female,338229ba25,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-10-17,18:47:00,"MURFREESBORO PIKE & SHIAWAY DR, NASHVILLE, TN, 37217",36.0815345,-86.646305,5.0,8937.0,535.0,19,black,female,4d2105f707,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-04,23:21:00,"GALLATIN PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1417.0,217.0,39,white,female,45e86ca572,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-08,12:13:00,"FAIRWAY DR & SELMA AVE, NASHVILLE, TN, 37214",36.1752716,-86.681545,5.0,9201.0,515.0,22,hispanic,male,fb75cd4829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-27,00:53:00,"BELL RD & BLUE HOLE RD, ANTIOCH, TN, 37013",36.0457235,-86.6743554,3.0,8753.0,331.0,57,black,female,db8e726e93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-15,23:25:00,"49TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1520558,-86.845984,1.0,5129.0,113.0,30,white,female,b9025a2a4d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-06,13:05:00,"GALLATIN PIKE & GWYNN DR, NASHVILLE, TN, 37216",36.2281536,-86.7252183,2.0,1513.0,217.0,34,white,male,f1c025f95c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-31,13:10:00,"CHARLOTTE AVE & DR D B TODD JR BLVD, NASHVILLE, TN, 37203",36.1580622,-86.799962,8.0,5505.0,813.0,36,black,female,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NY, +2011-08-29,17:58:00,"300 W TRINITY LN, NASHVILLE, TN, 37207",36.2064024,-86.779995,6.0,3007.0,621.0,52,white,male,3158c055ac,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING AND LITTERING +" +2011-03-08,13:28:00,"800 PORTER RD, NASHVILLE, TN, 37206",36.1837813,-86.7326042,2.0,1345.0,215.0,27,white,male,37171e6b00,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-18,09:19:00,"E TRINITY LN & ELLINGTON PKWY, NASHVILLE, TN, 37207",36.205599,-86.7493779,2.0,1855.0,221.0,47,black,male,a7e4b373f1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-08-03,16:08:00,"6TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37203",36.1558166,-86.777227,4.0,4043.0,425.0,22,black,female,664201d134,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXP TAG +2013-04-08,11:53:00,"723 N 9TH ST, NASHVILLE, TN, 37206",36.1842791,-86.7580624,2.0,1915.0,227.0,37,hispanic,male,136443d512,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN,"DRIVER STOPPED FOR NO DL. +STATE CITE ISSUED. +TRAFFIC CITE FOR NO INSURANCE." +2010-01-24,05:44:00,"DICKERSON PIKE & DUKE ST, NASHVILLE, TN, 37207",36.2075603,-86.7678248,2.0,1833.0,223.0,52,white,female,59993b473d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-10,23:38:00,"DELMAS AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.1996166,-86.7406275,2.0,1851.0,227.0,27,white,male,c912d50c7a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-28,23:05:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5009.0,123.0,20,black,female,4e4c925aa5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-17,22:19:00,"40TH AVE N & 42ND AVE N, NASHVILLE, , 37209",36.1631777,-86.8374845,1.0,4513.0,111.0,39,black,male,3ce33785e5,vehicular,moving traffic violation,False,True,True,citation,True,True,False,True,True,True,True,consent,moving traffic violation,TN, +2013-04-05,20:58:00,"E TRINITY LN & ELLINGTON PKWY N, NASHVILLE, TN, 37216",36.2033503,-86.7515075,2.0,1821.0,225.0,25,black,male,8c95eaaf8f,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-07-31,15:35:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,35,white,male,e1b3fd3e66,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAGS +2014-04-17,13:25:00,"2108 15TH AVE N, NASHVILLE, TN, 37208",36.1857117,-86.8104097,6.0,4491.0,611.0,25,black,male,1163ce2341,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-08-02,10:07:00,"I 65 N & BRILEY PKWY W, MADISON, TN, 37115",36.2398278,-86.7569058,7.0,15900.0,723.0,31,black,female,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-09,16:43:00,"45TH AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1556282,-86.8410754,1.0,4577.0,111.0,29,white,male,8f564c22fd,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,consent,moving traffic violation,GA, +2014-03-02,16:28:00,"630 MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1415129,-86.7387109,3.0,8159.0,311.0,24,white,male,6d13b2ff93,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-20,10:45:00,"COTTON LN & LANDMARK CT, NASHVILLE, TN, 37211",36.0675462,-86.7243144,8.0,8661.0,831.0,39,hispanic,male,0d02a209ab,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-07-11,20:31:00,"LEBANON PIKE & OLD LEBANON PIKE, NASHVILLE, TN, 37214",36.1679656,-86.6645887,5.0,9125.0,517.0,19,black,male,550e7e232e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-22,00:53:00,"GALLATIN AVE & PETWAY AVE, NASHVILLE, TN, 37206",36.1865926,-86.7471416,2.0,1927.0,227.0,24,white,male,4ae38b4239,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2011-10-18,23:22:00,"OLD HICKORY BLVD W & WALKER ST, MADISON, TN, 37115",36.2638253,-86.7194334,7.0,1773.0,723.0,32,black,female,ff0d23cd3a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-19,09:26:00,"ARTHUR AVE & JANE ST, NASHVILLE, TN, 37208",36.1783656,-86.8024162,6.0,4451.0,613.0,50,black,female,63295b6591,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-12,13:33:00,"8TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1417067,-86.7786839,8.0,6941.0,821.0,23,white,male,5e3461b14e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"EXP TAGS +" +2013-08-06,14:00:00,"COLFAX DR & ELM HILL PIKE, NASHVILLE, , 37214",36.1454927,-86.659204,5.0,9411.0,517.0,16,white,male,e05e99c1e2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-18,05:55:00,"KATE ST & 45, MADISON, TN, 37115",,,7.0,1701.0,715.0,28,black,male,1057fdb5b5,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-03-07,04:32:00,"DELLWAY DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2151139,-86.7639601,2.0,1831.0,223.0,58,black,male,c2bb37add1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HEADLIGHT OUT +" +2018-12-03,19:00:00,"2809 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2181179,-86.762231,2.0,1823.0,223.0,29,white,male,1ad14463be,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-03-13,14:10:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5035.0,115.0,41,black,female,315048466f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-03,00:30:00,"BURTON HILLS BLVD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0956276,-86.8253245,1.0,6115.0,117.0,35,white,male,d944ee700d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2012-01-12,17:42:00,"GALLATIN AVE & STRATTON AVE, NASHVILLE, TN, 37206",36.1827018,-86.7488297,2.0,1243.0,213.0,62,white,female,1bbaebcc06,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-30,19:35:00,"2ND AVE & ELM ST, MADISON, TN, 37115",36.2607173,-86.7105402,7.0,1605.0,713.0,30,black,female,7d890c769b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-09,10:15:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,25,black,female,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-20,22:10:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,22,white,male,0dbc98bd44,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"NO ARMS +" +2014-06-10,16:06:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9125.0,517.0,28,white,male,724faddb76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXPIRED TAG +2013-10-08,20:42:00,"GARFIELD ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1805571,-86.7963622,6.0,4343.0,617.0,33,black,male,8a201ca7a2,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-10-10,00:28:00,"DOUGLAS AVE & TREVECCA AVE, NASHVILLE, TN, 37206",36.1928189,-86.7456733,2.0,1895.0,227.0,28,white,female,b537a77888,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-02,16:15:00,"S 2ND ST & SHELBY AVE, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1103.0,413.0,25,black,male,c1e876ae44,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-07,13:22:00,"CEDAR HILL RD & PACKARD DR, NASHVILLE, TN, 37211",36.0633353,-86.7029638,,8711.0,,42,white,female,b9f747e548,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-18,20:21:00,"ANDERSON RD & HARBOUR VIEW DR, NASHVILLE, TN, 37217",36.0859259,-86.6070134,5.0,8929.0,535.0,30,black,male,e24c163b5d,vehicular,seatbelt violation,False,True,True,citation,False,False,False,False,True,False,True,consent,seatbelt violation,FL, +2014-04-17,12:25:00,"3400 LEBANON PIKE, HERMITAGE, TN, 37076",36.1888006,-86.6291609,5.0,9531.0,521.0,24,hispanic,male,b026378af6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-03-29,16:45:00,"ANDERSON LN & GALLATIN PIKE N, MADISON, TN, 37115",36.2734334,-86.7100501,7.0,1729.0,715.0,58,black,male,afdbbd699c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-12,17:08:00,"I 24 W & I 440 E, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,34,hispanic,male,6f35d16bdf,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TX, +2016-01-25,21:53:00,", , ,",,,,,,28,black,male,f5b63ab74a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-09,02:13:00,"605 CROLEY DR, NASHVILLE, TN, 37209",36.154851,-86.875625,1.0,4683.0,115.0,32,white,female,88ef34d431,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-28,20:43:00,"HWY 100 & OLD HICKORY BLVD, NASHVILLE, TN, 37221",36.0607887,-86.9160559,1.0,6211.0,117.0,47,white,female,72a0b7b57e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-12,14:12:00,"COUCHVILLE PIKE & S MOUNT JULIET RD, HERMITAGE, TN, 37076",,,3.0,8913.0,335.0,34,white,male,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-18,09:54:00,"HWY 100 & VAUGHNS GAP RD, NASHVILLE, TN, 37221",36.0788298,-86.8852141,1.0,6211.0,117.0,66,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-26,11:56:00,"DICKERSON PIKE & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2692405,-86.7557273,7.0,2039.0,725.0,28,white,female,33b2c0bf9c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2010-09-01,04:46:00,"MAINSTREAM DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1925005,-86.8157343,6.0,4483.0,611.0,50,white,female,b4e2bfe413,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-31,19:42:00,"RURAL HILL RD & SMITH SPRINGS RD, NASHVILLE, , 37217",36.0895997,-86.62217,,,,31,hispanic,male,60393a48db,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-25,12:31:00,"7722 SAWYER BROWN RD, NASHVILLE, TN, 37221",36.095897,-86.93286,1.0,4815.0,125.0,20,white,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-19,17:19:00,"CHESTNUT ST & HAGAN ST, NASHVILLE, TN, 37203",36.1422184,-86.7717075,8.0,8049.0,821.0,45,hispanic,male,20df4b1e70,vehicular,vehicle equipment violation,True,False,False,arrest,,,,False,False,False,False,,vehicle equipment violation,TN,VEHICLE BREAK LIGHT DID NOT WORK. DEFENDANT HAD OUTSTANDING WARRANT. +2016-02-25,15:29:00,"S GALLATIN PIKE & E PALESTINE AVE, MADISON, TN, 37115",36.2494073,-86.7193976,7.0,1507.0,711.0,31,black,male,5404db019e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-30,21:46:00,"COUNTY HOSPITAL RD & JOHN MALLETTE DR, NASHVILLE, TN, 37218",36.1933689,-86.8336822,6.0,3117.0,625.0,34,black,female,22bf002bac,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,brake light out +2012-06-26,08:06:00,"BRILEY PKWY N & LEBANON PIKE, NASHVILLE, TN, 37214",36.1685657,-86.6901687,5.0,9298.0,515.0,24,black,female,df69290668,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-20,02:56:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8955.0,533.0,52,black,male,56705d494c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-04-15,14:14:00,"1441 OCOEE TRL, MADISON, TN, 37115",36.23594,-86.655651,7.0,1619.0,713.0,43,black,male,73a0ab20fb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,no turn signal +2018-05-10,21:07:00,"51ST AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1553566,-86.8487445,1.0,4627.0,111.0,58,black,male,e1ebf60eeb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-10,16:53:00,"209 MCARTHUR DR, MADISON, TN, 37115",36.2678383,-86.6908884,7.0,1713.0,715.0,26,white,female,489eea137b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-08-18,00:12:00,"HARDING PL & 24 E, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,8708.0,321.0,35,black,male,c4348d7474,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-19,11:31:00,"CLAIBORNE ST & FAIN ST, NASHVILLE, TN, 37210",36.151943,-86.7606672,5.0,8205.0,511.0,64,black,female,2297edb85e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SEATBELT +" +2016-02-22,15:11:00,"I 24 W & I 40 E, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8818.0,531.0,47,hispanic,male,e60b3bdfd2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-03-12,10:38:00,"S 2ND ST & SHELBY AVE, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1103.0,413.0,30,white,male,7400ecbe19,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-08-21,13:00:00,"I 40 W & DR DB TODD JR BLVD, NASHVILLE, , 37208",36.1708913,-86.807215,6.0,4481.0,613.0,23,white,female,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-02,04:03:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2025.0,725.0,24,black,female,844d22e630,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-15,19:44:00,"W TRINITY LN & YOUNGS LN, NASHVILLE, TN, 37207",36.2060909,-86.8110252,6.0,3037.0,623.0,33,black,male,0bd319e4a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-08,01:19:00,"1ST AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1583691,-86.7719178,4.0,4049.0,425.0,36,white,male,86ae6e8038,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-17,19:19:00,"CLAIBORNE ST & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1484116,-86.761179,3.0,8147.0,311.0,32,white,male,ff0d23cd3a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-05,17:12:00,"S 5TH ST & MAIN ST, NASHVILLE, TN, 37206",36.1728291,-86.7652377,2.0,1997.0,227.0,33,white,male,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2016-03-01,18:52:00,"1801 DICKERSON PIKE, NASHVILLE, TN, 37207",36.203858,-86.7688286,2.0,1861.0,223.0,56,white,female,47560720c3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-15,10:46:00,"S 2ND ST & SHELBY AVE, NASHVILLE, TN, 37213",36.1648262,-86.7679775,4.0,1103.0,413.0,66,white,female,eeb3c63112,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-04,18:32:00,"BROADMOOR DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,28,black,female,71cbae12cb,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN,EXPIRED TAG / NO TAG LIGHT / SUSPEDED / STATE CITE +2012-03-30,10:21:00,"5360 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0502765,-86.7418653,8.0,8653.0,835.0,66,white,male,d98ce37758,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-16,17:37:00,"ELLINGTON PKWY N & HART LN, NASHVILLE, TN, 37216",36.2181317,-86.7463913,2.0,1894.0,225.0,26,black,male,4464984908,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-18,15:51:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37207",36.176917,-86.7761407,4.0,1957.0,413.0,27,black,male,0847f81dcc,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-15,22:20:00,"CRESTMOOR RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1091791,-86.8118452,8.0,6413.0,825.0,16,white,female,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-09-24,15:31:00,"1411 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2831824,-86.7476731,2.0,1865.0,223.0,27,black,female,868a3ce961,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MI, +2010-11-23,23:29:00,"HAMILTON CHURCH RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.064784,-86.6284723,3.0,8865.0,333.0,29,black,male,4714ced2a3,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-28,09:36:00,"MCGAVOCK PIKE & MUSIC VALLEY DR, NASHVILLE, TN, 37214",36.2171299,-86.6962641,5.0,9213.0,515.0,54,white,male,7bc663afd6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-01-09,12:09:00,"CHARLOTTE PIKE & RIVER RD, NASHVILLE, TN, 37209",36.1286307,-86.9067009,,4701.0,,43,white,female,96ed2ac24f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-14,00:13:00,"LINCOLN ST & PERKINS ST, NASHVILLE, TN, 37210",36.1472095,-86.7604741,3.0,8145.0,311.0,29,black,male,8000c48492,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,LA, +2013-06-21,00:45:00,"19TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1523038,-86.7974334,8.0,5525.0,811.0,32,white,male,43a72bc466,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-15,11:15:00,"1060 OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.2699584,-86.7565233,8.0,7111.0,833.0,41,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-08,12:31:00,"1619 BELL RD, ANTIOCH, TN, 37013",,,3.0,8719.0,331.0,30,black,male,2e4c69d266,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-13,11:46:00,"13TH ST & ELLISTON ST, OLD HICKORY, TN, 37138",36.2575152,-86.6496956,5.0,9735.0,525.0,32,black,male,d195198c56,vehicular,seatbelt violation,False,True,True,citation,,,,False,False,False,False,,seatbelt violation,TN, +2010-09-10,12:13:00,"MCMURRAY DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0612768,-86.7167423,8.0,8659.0,835.0,24,white,male,72037bef5d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2019-01-16,07:39:00,"46TH AVE N & UTAH AVE, NASHVILLE, TN, 37209",36.1444116,-86.8418414,1.0,5135.0,113.0,56,white,female,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-17,08:41:00,"5200 FRANKLIN PIKE, NASHVILLE, TN, 37220",36.0602854,-86.7738085,8.0,7111.0,833.0,55,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-19,07:49:00,"DONELSON PIKE & WOODBERRY DR, NASHVILLE, TN, 37214",36.1604643,-86.6643814,5.0,9401.0,517.0,50,white,female,d97637d49a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-10-30,23:56:00,"20TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1496102,-86.7979986,8.0,5713.0,811.0,50,unknown,male,29d4f86f6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-07-30,11:12:00,"COUNTRY DR & OCALA DR, NASHVILLE, TN, 37211",36.0515255,-86.7039031,3.0,8717.0,331.0,63,white,male,0bfa5a7f73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-26,19:22:00,"LISCHEY AVE & VERNON WINFREY AVE, NASHVILLE, TN, 37207",36.1885178,-86.7641326,2.0,1935.0,221.0,34,black,female,3b079b5949,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-27,09:20:00,"10TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1578778,-86.7844365,4.0,4115.0,421.0,35,white,male,66b21cc5c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-21,16:05:00,"62ND AVE N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1683997,-86.8605398,1.0,4617.0,115.0,45,hispanic,male,4b417d0fbc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-28,19:35:00,"N GALLATIN PIKE & W MONTICELLO AVE, MADISON, , 37115",36.2868438,-86.705395,,,,55,black,female,85201e0fec,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,NO MDC / MISSION ONE +2016-07-10,09:40:00,"HARDING PL & TIMBERHILL DR, NASHVILLE, TN, 37211",36.0811257,-86.7553927,8.0,8603.0,831.0,28,unknown,male,0414ae3bcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-20,17:13:00,"1120 BELL RD, ANTIOCH, TN, 37013",36.0443762,-86.6636588,3.0,8753.0,331.0,23,black,female,15212f8d72,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2012-04-06,20:55:00,"I 65 ENTRY & I 440 W, NASHVILLE, TN, 37204",36.1924034,-86.7941158,8.0,81061.0,821.0,28,black,male,a9b7a026f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-05,12:01:00,"159 DAVIDSON RD, NASHVILLE, TN, 37205",36.1155885,-86.8671355,1.0,4919.0,121.0,23,black,male,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-31,09:08:00,"1910 KAREN DR, NASHVILLE, TN, 37217",36.1398487,-86.704663,5.0,8827.0,531.0,29,white,female,b026378af6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-17,05:24:00,"3225 CREEKWOOD DR, NASHVILLE, TN, 37207",36.233009,-86.7702636,,,,35,black,female,58ae6f0919,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,pass brake light +2014-09-16,08:27:00,"HILLSBORO PIKE & SHARONDALE DR, NASHVILLE, TN, 37215",36.1207179,-86.8079446,1.0,6001.0,117.0,23,black,female,4716b7aab8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-03-06,04:12:00,"INTERSTATE DR & WOODLAND ST, NASHVILLE, TN, 37213",36.1704542,-86.7684727,4.0,1107.0,413.0,46,black,female,b98956fe91,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-22,06:20:00,"LEBANON PIKE & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1683712,-86.6568967,5.0,9403.0,517.0,31,white,male,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-05,09:30:00,"LICKTON PIKE & OLD SPRINGFIELD PIKE, GOODLETTSVILLE, TN, 37072",36.3465099,-86.7268122,7.0,2127.0,725.0,61,white,male,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-13,22:08:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,38,white,male,c649c32c61,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-08,19:25:00,"EXPRESSWAY PARK DR & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1459917,-86.7538911,5.0,8211.0,511.0,48,white,female,a54a9306e5,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-06-11,17:39:00,"31ST AVE S & VANDERBILT PL, NASHVILLE, TN, 37212",36.1412717,-86.8144583,8.0,5817.0,815.0,49,white,male,80e2c428b5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-23,20:12:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,8889.0,323.0,60,black,male,0c917ee0a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-08,21:51:00,"510 W TRINITY LN, NASHVILLE, TN, 37207",36.207417,-86.7890054,6.0,3009.0,621.0,21,black,male,97e7e5ccd3,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-06-04,10:33:00,"MAIN ST & S 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1117.0,211.0,43,white,female,d38c0a0217,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-03-19,20:01:00,"ATRIUM WAY & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1532497,-86.6877657,5.0,9107.0,513.0,54,white,male,cda987c674,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-11-17,00:46:00,"OLD HICKORY BLVD & WOODLANDS AVE, NASHVILLE, TN, 37211",36.0422188,-86.7264658,8.0,8653.0,835.0,24,white,male,3a4171e2e6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"TINT, -- IN A --" +2013-07-19,12:47:00,"423 W TRINITY LN, NASHVILLE, TN, 37207",36.2083256,-86.7868857,6.0,3041.0,621.0,59,black,male,cbaf8cc4c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-06,11:58:00,"601 ALBANY DR, HERMITAGE, TN, 37076",36.2105091,-86.600107,5.0,9537.0,523.0,21,black,female,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-18,22:02:00,"N GALLATIN PIKE & CONFERENCE DR, MADISON, TN, 37115",36.3027491,-86.6918546,7.0,1731.0,727.0,37,black,male,0f7ad96aba,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,False,True,True,True,plain view,vehicle equipment violation,TN,SUSP D/L +2012-08-07,19:19:00,"LISCHEY AVE & RICHARDSON AVE, NASHVILLE, TN, 37207",36.1917533,-86.7635761,2.0,1909.0,221.0,41,black,female,c7486b1902,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-08-09,18:17:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,53,unknown,male,8563660720,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAGS +2012-07-01,00:04:00,"19TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1510053,-86.7964814,8.0,5707.0,811.0,35,white,male,44d93c9d19,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,False,True,True,True,other,moving traffic violation,TN,"TURNED LEFT IN FRONT OF GREEN LIGHT TRAFFIC. ORIGINALLY WEST ON WEST END, TURNED LEFT IN FRONT OF ON COMING TRAFFIC. HE COULDNT UNDERSTAND WHY I STOPPED HIM." +2012-09-28,03:51:00,"28TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.145261,-86.8119322,8.0,5625.0,813.0,28,white,female,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2011-10-28,03:47:00,"16TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1564989,-86.7944982,8.0,5517.0,811.0,41,black,male,7c6f123f51,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-08,21:23:00,"20TH AVE S & PORTLAND AVE, , , 37212",36.1331327,-86.7999929,,,,32,white,male,7b76b56003,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-18,18:06:00,"RIES AVE & ROBERTSON AVE, NASHVILLE, TN, 37209",36.1575217,-86.8735325,1.0,4645.0,115.0,36,white,male,2887b93017,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-12-04,20:18:00,"DELMAS AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.1996166,-86.7406275,2.0,1851.0,227.0,23,white,male,87a02eb314,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2014-09-10,06:23:00,"INTERSTATE DR & SHELBY AVE, NASHVILLE, TN, 37213",36.1662319,-86.7658619,4.0,1103.0,413.0,62,white,male,8bbd3239b1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-06,13:08:00,"RICHMOND HILL DR & VAILVIEW DR, NASHVILLE, TN, 37207",36.2343596,-86.7746812,7.0,2005.0,721.0,45,black,male,82e20fdb7c,vehicular,registration,True,False,False,arrest,False,False,False,False,True,True,False,other,registration,TN, +2016-04-22,13:04:00,"GALLATIN AVE & STRAIGHTWAY AVE, NASHVILLE, TN, 37206",36.1936449,-86.7438519,2.0,1325.0,215.0,51,white,male,6dc6599caa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-08-04,09:13:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,34,asian/pacific islander,male,55206bed29,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-04-24,16:20:00,"SIMMONS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1106149,-86.7406986,3.0,8403.0,313.0,38,white,male,fb944c2c7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-19,09:50:00,"140 N ST, , TN,",35.2067345,-84.8414842,,,,62,white,male,16f69cd6ef,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-17,04:56:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,54,white,male,937faddb57,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-11,23:54:00,"DOMINICAN DR & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1879249,-86.7985195,6.0,4403.0,611.0,20,black,male,6484d713a0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-13,01:18:00,"12TH AVE S & ACKLEN AVE, NASHVILLE, TN, 37212",36.134443,-86.7889116,8.0,6601.0,823.0,22,white,female,400b5cb4f4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-03,10:34:00,"601 FESSLERS LN, NASHVILLE, TN, 37210",36.14411,-86.7446067,5.0,8213.0,511.0,39,white,female,7dbf1da87e,vehicular,registration,True,True,False,arrest,,,,False,False,False,False,,registration,TN, +2014-09-19,02:35:00,"9TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1585903,-86.7827668,4.0,4115.0,421.0,21,white,female,c5201e87d1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,rolled stop light +2017-04-20,05:56:00,"MM 212 2 I40 E, NASHVILLE, TN, 37210",,,5.0,8206.0,513.0,28,black,male,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-10,00:05:00,"7TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37203",36.1541062,-86.7778066,4.0,4023.0,423.0,55,white,male,371e3d97ba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-10,16:35:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4101.0,415.0,20,white,female,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-20,16:19:00,"51ST AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1553566,-86.8487445,1.0,4543.0,111.0,41,white,male,7323db438b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SUBJECT WAS ADVISED TO SLOW HIS VEHICLE DOWN. +2014-09-22,20:55:00,"27TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1454986,-86.811425,8.0,5623.0,813.0,24,white,male,3ca1ad326a,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,tag only one screw +2010-11-18,16:01:00,"9TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1730333,-86.7923877,6.0,4239.0,617.0,25,black,female,77770d30d7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"MOTORS OFFC...NO MDC +" +2016-12-20,01:58:00,"721 DUE WEST AVE N, MADISON, TN, 37115",36.2505546,-86.7442391,7.0,2017.0,723.0,37,hispanic,male,1b55d714e1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- mph in a -- mph zone +2017-03-23,13:06:00,"MCGAVOCK PIKE & MUSIC VALLEY DR, NASHVILLE, TN, 37214",36.2171299,-86.6962641,5.0,9213.0,515.0,41,black,male,a597c4ac85,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,, +2018-03-17,22:27:00,"21ST AVE S & MAGNOLIA BLVD, NASHVILLE, TN, 37212",36.1337504,-86.8010856,8.0,5825.0,815.0,26,white,male,debc34fd39,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,SC, +2012-11-26,09:20:00,"5886 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0313615,-86.7432445,8.0,8651.0,835.0,27,white,female,39c3a6436c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-27,18:46:00,"819 MAIN ST, NASHVILLE, TN, 37206",36.1762973,-86.7574021,2.0,1999.0,227.0,21,black,female,b91f4d2d38,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-07,23:04:00,"2ND AVE S & MIDDLETON ST, NASHVILLE, TN, 37210",36.1544712,-86.7703792,4.0,4033.0,425.0,34,white,male,9633bbaff9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-12,00:36:00,"BELL RD & BROOKVIEWESTATES, , TN,",36.043923,-86.6932871,,,,45,asian/pacific islander,male,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-19,10:29:00,"CHESTERFIELD AVE & MARLBOROUGH AVE, NASHVILLE, TN, 37212",36.1345162,-86.8183404,8.0,5905.0,815.0,40,white,male,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-09,16:38:00,"MURFREESBORO PIKE & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,889.0,535.0,23,black,male,c5e9138c19,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,AL, +2011-06-08,15:58:00,"HILLSBORO PIKE & SHARONDALE DR, NASHVILLE, TN, 37215",36.1207179,-86.8079446,1.0,6001.0,117.0,91,white,male,d944ee700d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-10,12:47:00,"BRICK CHURCH PIKE & BRILEY PKWY E, NASHVILLE, TN, 37207",36.2390327,-86.7799219,7.0,2003.0,721.0,39,white,male,b541004824,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2015-11-12,11:29:00,"DOBBS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1100848,-86.7359135,3.0,8403.0,313.0,65,white,female,9fcd509a29,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-05-01,01:52:00,"BRENTWOOD CHASE DR & OLD HICKORY BLVD, BRENTWOOD, , 37027",36.0396993,-86.7598298,,,,31,black,male,e8c7fd5cb4,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,LIDAR CAPTURED VEHICLE AT -- IN A -- MPH ZONE. +2013-10-03,09:48:00,"I 440 E & SHARONDALE DR, NASHVILLE, TN, 37205",,,1.0,6004.0,113.0,21,black,male,3800f77872,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-29,02:35:00,"OLD HICKORY BLVD & RACHELS LN, OLD HICKORY, TN, 37138",36.203904,-86.621309,5.0,9739.0,523.0,23,unknown,male,51ff126ada,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-15,00:29:00,"MAIN ST & N 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1997.0,227.0,24,black,male,661146a259,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-02-28,14:58:00,"BLUE RIDGE DR & MONTGOMERY AVE, NASHVILLE, TN, 37207",36.1971089,-86.7552171,2.0,1875.0,221.0,19,black,male,2d7d21bc1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-13,14:00:00,"MM 196 I40 E, , TN,",35.434219,-97.4078234,,,,30,hispanic,male,9d1e57a193,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,consent,vehicle equipment violation,TN, +2016-05-25,16:02:00,"2929 MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.062923,-86.6272063,3.0,8865.0,333.0,23,black,female,db265df432,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-04-04,12:53:00,"626 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.1086234,-86.9219337,1.0,4903.0,121.0,23,unknown,,b91c7a6f67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,GA, +2015-03-23,16:33:00,"39TH AVE N & CLIFTON AVE, NASHVILLE, TN, 37209",36.1569872,-86.8327522,1.0,4549.0,111.0,47,black,male,8f564c22fd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-14,09:00:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,66,white,male,df69290668,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IL, +2018-04-12,14:43:00,"HARDING PL & 65 N, NASHVILLE, TN, 37220",36.0791415,-86.764645,8.0,8601.0,833.0,38,unknown,female,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-29,14:55:00,"CRIEVE RD & TROUSDALE DR, NASHVILLE, TN, 37220",36.0668597,-86.7593572,8.0,8601.0,833.0,22,asian/pacific islander,male,14b56e9185,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-04,05:10:00,"1808 WEST END AVE, NASHVILLE, TN, 37203",36.15287,-86.797082,8.0,5523.0,811.0,52,white,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2013-02-07,19:19:00,"OLD HICKORY BLVD & PLANTATION DR, , TN, 37138",36.200547,-86.620896,,,,54,white,male,0e0fefbbe3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-31,22:52:00,"E TRINITY LN & MERIDIAN ST, NASHVILLE, TN, 37207",36.2056433,-86.7657873,2.0,1861.0,223.0,20,black,male,d3fe386ea8,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,True,True,True,True,probable cause,vehicle equipment violation,TN, +2014-06-27,13:54:00,"I 24 W & OLD FRANKLIN RD, ANTIOCH, TN, 37013",35.23952,-85.843417,3.0,8863.0,333.0,26,white,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE ENTRANCE RAMP TO I -- W AT OHB. I WAS STANDING OUTSIDE MY VEHICLE. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED IN THE - LN. I CONFIRMED THE DEFENDANT'S SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. +2017-05-08,11:08:00,"2308 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0859698,-86.6475125,5.0,8937.0,535.0,18,white,female,dd4d99f893,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-03-02,16:28:00,", , ,",,,,,,32,white,female,c34de323ba,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-09,00:41:00,"24TH AVE S & ACKLEN AVE, NASHVILLE, , 37212",36.136053,-86.8053358,,,,34,black,male,a0b824a6ce,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-14,15:45:00,"DICKERSON PIKE & DUKE ST, NASHVILLE, TN, 37207",36.2075603,-86.7678248,2.0,1833.0,223.0,19,black,male,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-05-17,15:25:00,"MURFREESBORO PIKE & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.03923,-86.6027783,3.0,8903.0,335.0,27,white,female,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-09-06,13:27:00,"I 24 E & WOODLAND ST, NASHVILLE, TN, 37213",36.175686,-86.75559,4.0,1104.0,413.0,21,black,female,ec95a9403e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-03-16,09:09:00,"HIGHLAND VIEW DR & JUNEAU DR, HERMITAGE, TN, 37076",36.207064,-86.6066201,5.0,9533.0,523.0,26,white,female,7bc663afd6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-01,13:02:00,"BRADFORD HILLS DR & NOLENSVILLE PIKE, , , 37211",36.0254978,-86.713037,,,,47,white,female,095779cb19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-11,04:27:00,"S GALLATIN PIKE & E WEBSTER ST, MADISON, TN, 37115",36.2519643,-86.7176232,7.0,1507.0,711.0,33,black,male,58ae6f0919,vehicular,moving traffic violation,True,True,False,arrest,False,False,False,False,True,True,True,other,moving traffic violation,TN,flashing red light +2014-11-09,22:00:00,"I 40 W & BRILEY PKWY, NASHVILLE, TN, 37209",36.1518391,-86.8578864,1.0,4698.0,115.0,22,white,female,6f0e6c9ea2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,NJ, +2015-01-22,13:47:00,"CASTLEMAN DR & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0989174,-86.821334,8.0,6403.0,825.0,40,white,female,f2837b0d6b,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2015-10-13,20:02:00,"HARDING PL & TAMPA DR, NASHVILLE, TN, 37211",36.0826564,-86.7105185,3.0,8443.0,317.0,34,hispanic,male,fb944c2c7c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-05-15,01:56:00,"MANSFIELD ST & NEILL AVE, NASHVILLE, TN, 37206",36.1826906,-86.7597933,2.0,1915.0,227.0,34,black,female,4065a7332f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILED TO STOP AT A STOP SIGN +2017-08-18,20:40:00,"4TH AVE N & BROADWAY, NASHVILLE, TN, 37219",36.1610247,-86.7771798,4.0,4107.0,421.0,56,white,male,9e0637d56c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-08-01,03:10:00,"MURFREESBORO PIKE & POLK AVE, NASHVILLE, TN, 37210",36.142301,-86.7428276,5.0,8217.0,513.0,56,black,male,952fd2f816,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-05,20:28:00,"HARRISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37203",36.1685721,-86.7883388,4.0,4221.0,411.0,25,white,male,150043b12d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-12-13,16:33:00,"GALLATIN AVE & GREENWOOD AVE, NASHVILLE, TN, 37206",36.1908085,-86.7453094,2.0,1933.0,227.0,53,black,female,734be7bdb9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-21,18:30:00,"DICKERSON1, , TN,",36.0770048,-87.3877899,,,,23,black,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEED +" +2014-07-21,07:55:00,", , ,",,,,,,32,hispanic,male,c213187829,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-25,18:28:00,"I 440 W & HILLSBORO PIKE, NASHVILLE, TN, 37212",36.1244054,-86.806586,8.0,5902.0,815.0,29,white,male,c4184931e7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-21,08:19:00,"CEDARMONT CT & CEDARMONT DR, ANTIOCH, TN, 37013",36.0409615,-86.704286,3.0,8757.0,331.0,47,black,female,510bac8bed,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-10-24,16:13:00,"OLD HICKORY BLVD & SELLS DR, HERMITAGE, TN, 37076",36.1685024,-86.6002509,5.0,9543.0,523.0,44,white,male,550e7e232e,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2011-06-20,16:05:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1592.0,225.0,23,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-09-15,02:56:00,"HILLSBORO PIKE & STOKES LN, NASHVILLE, TN, 37215",36.1196563,-86.8087275,8.0,6419.0,823.0,18,black,male,3ce699d325,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,CA, +2012-11-08,16:00:00,"GARFIELD ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1805571,-86.7963622,6.0,4349.0,617.0,42,white,female,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-07-25,19:50:00,"DICKERSON PIKE & EVANSTON AVE, NASHVILLE, TN, 37207",36.1901166,-86.7729412,2.0,1913.0,221.0,35,black,male,1252ee3949,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-12-10,16:00:00,"3304 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1013836,-86.7400392,3.0,8427.0,313.0,28,white,male,ccda12115e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-10-16,11:25:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,3.0,8717.0,331.0,40,white,female,9d3a7331b6,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-06-01,21:05:00,"18TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1550337,-86.7975017,8.0,5523.0,811.0,24,black,male,0f7743f733,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2016-05-23,11:30:00,"BLACKMAN CT & BLACKMAN RD, NASHVILLE, , 37211",36.0732467,-86.7343106,,,,29,white,female,0414ae3bcf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-23,19:35:00,"4TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37201",36.1571758,-86.7746549,4.0,4053.0,425.0,16,black,male,cbbb0304aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2015-01-07,17:20:00,"2600 GALLATIN AVE, NASHVILLE, TN, 37216",36.1968936,-86.7416544,2.0,1401.0,217.0,35,black,male,02e814e499,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-23,18:13:00,"46TH AVE N & 40 E, NASHVILLE, TN, 37209",35.9534653,-87.3274755,1.0,52025.0,111.0,28,black,female,a951ba99dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2014-03-09,19:07:00,"HICKORYVIEW DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0487725,-86.7136349,8.0,8655.0,835.0,33,asian/pacific islander,male,cf5265e2f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-30,15:12:00,"OLD HICKORY BLVD W & S GRAYCROFT AVE, MADISON, TN, 37115",36.2644481,-86.7322739,7.0,1769.0,723.0,34,black,female,b541004824,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,WARNED +2010-04-05,02:45:00,"NOLENSVILLE PIKE & SUNRISE AVE, NASHVILLE, , 37211",36.1040429,-86.7417025,,,,20,hispanic,male,c213187829,vehicular,investigative stop,True,False,False,arrest,False,False,False,True,True,True,False,other,investigative stop,TN, +2012-08-28,00:33:00,"I 24 E & HAYWOOD LN, NASHVILLE, TN, 37211",36.0694421,-86.6907781,3.0,8706.0,321.0,35,white,male,6f347e0dbc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-07,16:33:00,"61ST AVE N & CALIFORNIA AVE, NASHVILLE, TN, 37209",36.1657979,-86.8605306,1.0,4617.0,115.0,26,white,female,a70d3cbc7c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-09-13,23:47:00,"MARAUDER DR & THUNDERBIRD DR, NASHVILLE, TN, 37209",36.1425947,-86.8855571,1.0,4693.0,123.0,30,white,female,0fd9cdb139,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-22,19:40:00,"BURCHWOOD AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2006788,-86.7400574,2.0,1403.0,217.0,59,black,male,5bc5bf609d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-28,19:21:00,"HICKS RD & STALLION DR, NASHVILLE, TN, 37221",36.0873699,-86.9376155,1.0,4813.0,125.0,22,white,female,0f15e3f7ed,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-26,12:25:00,"CHARLOTTE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37209",36.1167157,-86.9232201,1.0,4701.0,123.0,22,white,male,2d63072115,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-04-07,05:42:00,"1ST AVE N & UNION ST, NASHVILLE, TN, 37201",36.1667961,-86.7771651,,4163.0,,38,hispanic,male,c5201e87d1,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN,"WRONG SIDE OF STREET, NO D/L" +2013-03-07,13:45:00,"BRILEY PKWY & URBANDALE AVE, NASHVILLE, TN, 37209",36.122074,-86.702419,1.0,4614.0,111.0,52,hispanic,male,315048466f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-25,03:42:00,"I 24 W & HARDING PL, NASHVILLE, TN, 37211",36.0831152,-86.7127647,3.0,8810.0,323.0,26,white,female,4ab7251c91,vehicular,moving traffic violation,True,False,False,arrest,False,False,False,True,True,True,True,other,moving traffic violation,TN,"-- IN A --, REVOKED DL" +2016-02-04,19:19:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,37,white,male,fb944c2c7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-10,23:51:00,"2ND AVE S & ELM ST, NASHVILLE, TN, 37210",36.1541574,-86.7701631,4.0,4029.0,425.0,50,black,female,56ee11fe67,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-28,21:51:00,"DICKERSON PIKE & DOVERSIDE DR, MADISON, TN, 37115",36.2407601,-86.7572428,7.0,2009.0,723.0,37,white,female,82e20fdb7c,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-02-25,10:38:00,"5425 CROSSINGS BLVD, ANTIOCH, TN, 37013",36.0450183,-86.6502075,3.0,8863.0,333.0,32,black,male,9219efb2c5,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2018-05-28,00:30:00,"DICKERSON PIKE & DUE WEST AVE N, NASHVILLE, TN, 37207",36.2563347,-86.757913,7.0,2035.0,721.0,44,black,female,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-30,06:58:00,"308 PEACHTREE ST, NASHVILLE, TN, 37210",36.1205188,-86.7462111,3.0,8323.0,313.0,56,white,female,095779cb19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-06-25,19:35:00,"2901 JOHN A MERRITT BLVD, NASHVILLE, TN, 37209",36.1672185,-86.8219638,6.0,4521.0,613.0,38,black,male,eb522a14ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,NO SEATBELT +2016-11-05,18:34:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,37,black,male,5076171cf5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-11-25,19:41:00,"DOZIER PL & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2019994,-86.7393443,2.0,1851.0,227.0,34,white,female,0656b1032e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-05-09,23:35:00,"46TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1521855,-86.8422054,1.0,5129.0,113.0,30,black,male,7088d92bb2,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2011-07-19,14:05:00,"BROOK HOLLOW RD & JOCELYN HOLLOW RD, NASHVILLE, TN, 37205",36.1041559,-86.8840525,1.0,4917.0,121.0,21,white,male,2c5a97d325,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-24,23:09:00,"20TH AVE & CHARLOTTE AVE, NASHVILLE, , 37203",36.1571318,-86.8036149,6.0,5337.0,615.0,28,white,male,415f3bb5ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-06,21:46:00,"BRICK CHURCH PIKE & EWING DR, NASHVILLE, TN, 37207",36.2315631,-86.7815318,7.0,2001.0,721.0,21,black,male,7e1548994d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-03,12:42:00,"BURGESS AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.145004,-86.8579697,1.0,5103.0,113.0,23,white,female,a70d3cbc7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-16,13:31:00,"BRILEY PKWY & LEBANON PIKE, NASHVILLE, TN, 37214",36.17048,-86.6675065,5.0,9121.0,513.0,18,hispanic,female,2d306d905c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-01,13:02:00,"2034 PITTWAY DR, NASHVILLE, TN, 37207",36.208398,-86.750836,2.0,1887.0,223.0,49,white,male,0a0f0a25d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-12,19:33:00,"GALLATIN AVE & SHARPE AVE, NASHVILLE, TN, 37206",36.1892609,-86.7459812,2.0,1901.0,227.0,45,white,male,7a1d96b574,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,HEADLIGHT +2014-01-31,07:40:00,"BLAKEMORE AVE & NATCHEZ TRCE, NASHVILLE, TN, 37212",36.1386561,-86.8108481,8.0,5811.0,815.0,57,white,female,e363ec0685,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,both break lights out +2012-08-09,10:36:00,"S 10TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1769416,-86.7514456,2.0,1201.0,213.0,24,black,male,de875f0bc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-07,17:39:00,"54TH AVE N & TENNESSEE AVE, NASHVILLE, TN, 37209",36.1608133,-86.8530648,1.0,4605.0,111.0,23,hispanic,male,460a7c21b0,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-10-18,23:11:00,"2004 WEST END AVE, NASHVILLE, TN, 37203",36.151302,-86.8001073,8.0,5713.0,811.0,28,white,male,e98216ab9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-30,01:39:00,"20TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1571318,-86.8036149,8.0,5507.0,813.0,33,white,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN, TEMP TAG EXPIRED -/--/----" +2015-11-20,14:19:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5103.0,113.0,35,black,female,3800f77872,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2018-06-13,13:31:00,"N 8TH ST & RICHARDSON AVE, NASHVILLE, TN, 37207",36.1920222,-86.758101,2.0,1905.0,221.0,55,black,female,c76c330626,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2015-03-23,15:55:00,"KENILWOOD DR & SIDCO DR, NASHVILLE, TN, 37204",36.0913734,-86.7615154,8.0,8531.0,825.0,36,white,male,fd4fabd731,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-14,19:06:00,"40TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,5225.0,111.0,63,white,female,e60adece97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-24,04:15:00,"EZELL PIKE & HARDING PL, NASHVILLE, TN, 37217",36.0929986,-86.6762245,3.0,8841.0,323.0,24,white,female,473da02334,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,FAILURE TO STOP/ ENTERING FROM PRIVATE DRIVE +2012-01-16,18:41:00,"3RD AVE S & ASH ST, NASHVILLE, TN, 37210",36.1527862,-86.7705625,4.0,4005.0,425.0,40,white,male,8ad42740bd,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN AND HAD NO DRIVER LICENSE +" +2011-12-03,09:37:00,"MM 80 I65 S, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,25,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-27,01:54:00,"7091 HWY 70 S, NASHVILLE, TN, 37221",36.0743452,-86.9213488,1.0,4901.0,121.0,26,white,male,f9d7f04fc0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-11-02,16:29:00,"1200 E OLD HICKORY BLVD, MADISON, TN, 37115",36.2621006,-86.6811003,7.0,1635.0,713.0,31,white,female,5404db019e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-12-19,11:27:00,"MM 5 6 I440 W, NASHVILLE, TN, 37211",,,8.0,81060.0,821.0,26,white,female,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-13,11:32:00,"BELL RD & HICKORY HOLLOW TER, ANTIOCH, TN, 37013",36.0507399,-86.6468549,3.0,8865.0,333.0,24,black,male,c213187829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-17,15:52:00,"EASTLAND AVE & N 15TH ST, NASHVILLE, , 37206",36.1832322,-86.7425922,,,,52,white,male,8d7b449e86,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-10,02:53:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,23,black,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2016-07-14,19:17:00,"ALLEN RD & DONELSON PIKE, NASHVILLE, TN, 37214",36.1507252,-86.6665428,5.0,9409.0,517.0,36,black,male,30042afedf,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-02,15:46:00,"BRADFORD AVE & GLEN AVE, NASHVILLE, TN, 37204",36.1283326,-86.7790589,8.0,6929.0,823.0,30,black,female,8d0729de5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-12,14:14:00,"N 9TH ST & CLEVELAND ST, NASHVILLE, TN, 37206",36.1846308,-86.7582816,2.0,1915.0,227.0,33,hispanic,female,bec7827b62,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-06-13,23:35:00,"17TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1532475,-86.7939982,8.0,5705.0,811.0,22,white,male,fc5e2998a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-20,12:45:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9005.0,511.0,24,white,male,fbdc8fe5b9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-03-30,07:39:00,"N 1ST ST & OLDHAM ST, NASHVILLE, TN, 37213",36.1744119,-86.7741656,4.0,1985.0,413.0,30,black,female,cb7dc42fa9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-09,09:21:00,"108 THOMPSON LN, NASHVILLE, TN, 37210",36.1112145,-86.7366718,3.0,8333.0,313.0,23,black,female,6f347e0dbc,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-20,18:00:00,"10TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1625118,-86.7876643,4.0,4117.0,411.0,36,white,male,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,DRIVING DOWN THE TURNING LANE +2015-03-03,01:33:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37211",36.1109273,-86.7451877,,8519.0,,30,white,male,d77922bcbf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-16,17:14:00,"COUNTRY WAY RD & SEBETHA CT, ANTIOCH, TN, 37013",36.0737388,-86.5971755,3.0,8925.0,335.0,46,white,female,d38b4128e5,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-07-21,06:11:00,"ANDREW JACKSON PKWY & LEBANON PIKE, HERMITAGE, TN, 37076",36.2151466,-86.5976754,5.0,9715.0,525.0,22,white,female,adf5df7aac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"silver g.prix. no seat belt +" +2010-08-06,21:16:00,"21ST AVE S & WOODLAWN DR, NASHVILLE, TN, 37212",36.125315,-86.8055844,8.0,6507.0,815.0,22,white,male,4076850409,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"UNABLE TO ACCESS DATA FORMS +" +2010-07-22,16:51:00,"NEELYS BEND RD & OAKDELL AVE, MADISON, TN, 37115",36.2557522,-86.7089699,7.0,1625.0,711.0,34,hispanic,male,cccd043657,vehicular,seatbelt violation,False,True,True,citation,False,False,False,True,True,True,True,consent,seatbelt violation,TN, +2014-11-21,00:16:00,"2921 SOUTHLAKE DR, NASHVILLE, TN, 37211",36.1085856,-86.7291103,3.0,8423.0,313.0,20,black,male,936ab7dc64,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-01,18:52:00,"HARDING PL & JONQUIL DR, NASHVILLE, TN, 37211",36.0803628,-86.7179338,3.0,8419.0,317.0,25,white,female,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-03,23:51:00,"I 40 W & LAFAYETTE ST, NASHVILLE, TN, 37210",36.0789995,-86.9551254,4.0,40081.0,425.0,20,black,female,9430d50616,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-21,08:32:00,"E OLD HICKORY BLVD & LARKIN SPRINGS RD, MADISON, TN, 37115",36.2626106,-86.6843675,7.0,1613.0,713.0,47,black,male,559632f4a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-11,16:12:00,"10TH AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1804261,-86.8032308,6.0,4447.0,611.0,58,black,male,c2a7a8ec4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-19,14:25:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,27,white,male,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2013-05-29,23:59:00,"ELM HILL PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1447165,-86.7500693,5.0,8211.0,511.0,27,black,female,dc95719a9d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-03,15:11:00,"LEBANON PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1984469,-86.6201996,5.0,9613.0,521.0,42,white,male,7962521178,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,--bl +2014-02-26,10:49:00,"VILLA PL & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1361486,-86.7932824,8.0,6615.0,823.0,20,white,female,1d2e83fed9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-29,10:28:00,"BROADWAY , CENTRAL, TN, 37201",36.1608463,-86.7768381,,,,24,white,female,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-19,16:19:00,"31ST AVE N & PARK PLZ, NASHVILLE, , 37203",36.14986,-86.8179721,8.0,5623.0,813.0,56,white,female,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-19,13:52:00,"DREWRY DR & RICHARDS RD, ANTIOCH, TN, 37013",36.068605,-86.6762289,3.0,8855.0,325.0,27,hispanic,male,494b82fb22,vehicular,moving traffic violation,True,True,False,arrest,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-06,00:47:00,"BOWLING AVE & WHITLAND AVE, NASHVILLE, TN, 37205",36.1338459,-86.8253069,1.0,6005.0,113.0,51,white,male,2022e55034,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-24,16:51:00,"16TH AVE N & CLAY ST, NASHVILLE, TN, 37208",36.1828874,-86.8111713,6.0,4441.0,611.0,53,black,male,e562769ea0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"ARMS DOWN COULDN'T VERIFY DL +" +2013-07-23,00:09:00,"CLAIBORNE ST & PERKINS ST, NASHVILLE, TN, 37210",36.1472977,-86.7613656,3.0,8147.0,311.0,49,black,male,cb2dd776b1,vehicular,vehicle equipment violation,True,True,True,arrest,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-07,09:40:00,"MM 52 6 I24 W, NASHVILLE, TN, 37217",,,3.0,8816.0,315.0,53,white,female,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-15,13:49:00,"2625 GLENROSE AVE, NASHVILLE, TN, 37210",36.115822,-86.7239139,3.0,8807.0,315.0,36,white,male,b5ca91d71f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-21,22:57:00,"BUENA VISTA PIKE & TUCKER RD, NASHVILLE, TN, 37218",36.2045817,-86.821346,6.0,3103.0,623.0,21,black,male,82310b76a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-21,09:33:00,"911 SOUTH DOUGLAS AVE, NASHVILLE, TN, 37204",36.130019,-86.781632,8.0,6917.0,823.0,46,white,male,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-14,12:10:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9557.0,523.0,21,white,female,2689d516d0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2015-05-16,18:34:00,"2ND AVE N & JAMES ROBERTSON PKWY, NASHVILLE, TN, 37201",36.1676411,-86.778649,4.0,4163.0,415.0,36,white,female,d537d94583,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-18,16:43:00,"205 FLINT RIDGE CT, WHITES CREEK, TN, 37189",36.238759,-86.81275,6.0,3223.0,627.0,28,white,male,88c2d8920e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,INOPERATIVE PASSENGER BRAKE LIGHT +2013-05-04,23:12:00,"ABBOTT MARTIN RD & HILLSBORO PIKE, NASHVILLE, TN, 37215",36.1058365,-86.8138782,8.0,6411.0,825.0,26,white,male,0cd91b7f91,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-08-28,00:26:00,"S 7TH ST & DEW ST, NASHVILLE, TN, 37206",36.1655726,-86.7557378,2.0,1021.0,211.0,52,black,male,d08894c335,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-25,21:52:00,"CALVIN AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.181707,-86.7492447,2.0,1213.0,213.0,26,white,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-06-30,17:46:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,52,black,female,26c06ece06,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-02-26,21:31:00,"MM 91 4 I65 N, MADISON, TN, 37115",,,,,,48,white,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2012-03-28,22:51:00,"S 6TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1725786,-86.7627885,2.0,1113.0,211.0,21,white,male,e1ebf60eeb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,UT, +2012-08-15,01:46:00,"HARDING PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,6101.0,117.0,20,white,female,b8abdfc82f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,KY, +2016-10-30,01:54:00,"21ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5715.0,815.0,28,hispanic,male,b2f3a3e943,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2016-01-27,10:28:00,"6610 HWY 100, NASHVILLE, TN, 37205",36.0894785,-86.8803922,1.0,6209.0,117.0,51,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-26,10:40:00,", , ,",,,,,,31,white,female,61ee9f7afb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-08-04,08:26:00,"EDMONDSON PIKE & OLD HICKORY BLVD, SOUTH, TN, 37211",36.0400258,-86.7434709,,,,33,white,female,cf6cd3e2bd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-02,09:26:00,"31ST AVE, WEST, TN, 37212",36.1404858,-86.8138773,,,,25,white,female,eb522a14ef,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"RIGHT BRAKE LIGHT OUT +" +2016-04-12,20:46:00,"SIMMONS AVE & THOMPSON LN, NASHVILLE, TN, 37211",36.1106149,-86.7406986,3.0,8403.0,313.0,25,white,female,9310569e50,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-26,05:50:00,"MM 76 2 I65 N, NASHVILLE, TN, 37220",,,8.0,86041.0,833.0,48,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-03,17:44:00,"FAIRFIELD AVE & GREEN ST, NASHVILLE, TN, 37210",36.1527093,-86.7563687,5.0,8207.0,511.0,34,black,female,e05e99c1e2,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2016-06-22,10:57:00,"DANBY DR & HARDING PL, NASHVILLE, TN, 37211",36.0785989,-86.7452005,8.0,8503.0,831.0,19,white,male,99ce28928f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING --/---L @----.- FT-WARNING +2018-10-23,00:03:00,"24TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1479026,-86.8064477,8.0,5615.0,813.0,29,black,male,4e622eb289,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MD, +2012-11-16,19:51:00,"CLEVELAND ST & HART AVE, NASHVILLE, TN, 37206",36.1844486,-86.7557153,2.0,1943.0,227.0,72,white,male,7a1d96b574,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER & PASSENGER SEATBELT +2014-04-05,23:36:00,"33RD AVE N & ALAMEDA ST, NASHVILLE, TN, 37209",36.164771,-86.8263816,6.0,4557.0,613.0,25,black,female,943bdf4ec4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2015-10-15,05:19:00,"2ND ST & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2167719,-86.6235145,5.0,9617.0,525.0,48,black,female,95b3c63410,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-13,09:02:00,"108 THOMPSON LN, NASHVILLE, TN, 37210",36.1112145,-86.7366718,3.0,8333.0,313.0,36,white,male,4bf759b804,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2011-07-19,16:43:00,"51ST AVE N & INDIANA AVE, NASHVILLE, TN, 37209",36.1564915,-86.8488008,1.0,4601.0,111.0,35,white,male,ef32736df1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-29,20:24:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,25,black,female,080ab8807b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-24,17:19:00,"BRENTWOOD COMMONS WAY & OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0410764,-86.7761625,8.0,8619.0,833.0,65,white,female,3790ebbbc7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-03,00:32:00,"I 40 W & BROADWAY, NASHVILLE, TN, 37203",36.0789995,-86.9551254,4.0,4002.0,423.0,56,white,male,b96df3310a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-03,03:54:00,"OBRIEN AVE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1506975,-86.8579143,1.0,5004.0,115.0,33,black,female,17c9ffa200,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER HEAD LIGHT +2010-09-20,05:57:00,"OCALA CT N & OCALA DR, NASHVILLE, , 37211",36.0522658,-86.7063276,3.0,8717.0,331.0,43,asian/pacific islander,male,9b2d08be70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-25,02:25:00,"FESSLERS LN & MURFREESBORO PIKE, NASHVILLE, TN, 37210",36.1428167,-86.7443541,5.0,8213.0,511.0,25,white,male,a48b378e7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-15,23:35:00,"25TH AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.146956,-86.8083746,8.0,5615.0,813.0,25,white,male,4641ba1563,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-17,20:40:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,25,black,male,282b781c4d,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,TN, +2012-02-06,23:15:00,"CHARLOTTE PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.150147,-86.8578526,1.0,5035.0,115.0,36,black,male,a2278aae28,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-03-23,03:28:00,"DUE WEST AVE W & GIBSON DR, MADISON, TN, 37115",36.2482352,-86.7236036,7.0,1789.0,723.0,21,black,female,58ae6f0919,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,flashing red light due west and graycroft +2012-05-07,00:32:00,"N GALLATIN PIKE & MCKINLEY ST, MADISON, TN, 37115",36.2814806,-86.7078946,7.0,1759.0,727.0,24,white,male,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-06-29,08:35:00,"MM 78 8 I65 N, NASHVILLE, TN, 37204",,,8.0,8502.0,825.0,44,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-05,16:54:00,"3410 WEST END AVE, NASHVILLE, TN, 37203",36.1385524,-86.8204491,8.0,5629.0,813.0,28,hispanic,male,d4cfdb4ab2,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2013-07-13,16:27:00,"FORREST AVE & N 11TH ST, NASHVILLE, TN, 37206",36.1785106,-86.7498174,2.0,1241.0,213.0,26,black,female,8c95eaaf8f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-10-23,12:50:00,"NATCHEZ CT & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0933849,-86.7362579,8.0,8511.0,831.0,37,white,female,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-19,20:57:00,"CHURCH ST & POLK AVE, NASHVILLE, TN, 37203",36.1617918,-86.7833533,4.0,4145.0,411.0,24,black,female,d5acee9eec,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-11,10:38:00,"CLOVERDALE RD & MCGAVOCK PIKE, NASHVILLE, , 37214",36.1589106,-86.6812023,,,,23,white,female,963f2c3d0d,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-06-03,16:26:00,"1015 DAVIDSON DR, NASHVILLE, TN, 37209",36.1275564,-86.9034619,1.0,4701.0,123.0,66,white,male,aa90ef9f3f,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-08-04,12:04:00,"70 S & OLD HARDING PIKE, NASHVILLE, TN, 37221",,,1.0,4811.0,125.0,76,black,female,eacb17fe91,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-20,19:09:00,"I 40 E & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,8.0,5502.0,813.0,44,white,female,a951ba99dd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-13,08:55:00,"1501 ENSLEY BLVD, NASHVILLE, TN, 37210",36.1391023,-86.761194,3.0,8127.0,311.0,49,black,male,4bf759b804,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-02,12:50:00,"KINGS CT & KINGS LN, , TN, 37218",36.2169875,-86.8517807,6.0,3127.0,625.0,49,black,male,e562769ea0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-11,22:23:00,"COTTON LN & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0702838,-86.7220847,8.0,8661.0,831.0,18,white,male,28a173be9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-01,02:36:00,"I 40 E & MASSMAN DR, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8802.0,531.0,25,white,male,dc95719a9d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-11,19:40:00,"BELL GRIMES LN & OXBOW DR, , TN, 37207",36.2691413,-86.7633441,7.0,2043.0,725.0,30,white,male,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-21,00:30:00,"21ST AVE S & SUNSET PL, , TN, 37212",36.1284068,-86.8030513,8.0,6605.0,815.0,31,white,male,ccda12115e,vehicular,moving traffic violation,False,True,False,citation,False,False,False,False,True,True,False,other,moving traffic violation,TN, +2013-04-17,09:26:00,"3947 KEELEY DR, NASHVILLE, TN, 37211",36.0649608,-86.6976346,3.0,8709.0,321.0,56,white,female,0d02a209ab,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-03-18,09:05:00,"419 BATTLE RD, NOLENSVILLE, TN, 37135",35.9747364,-86.6377065,3.0,8771.0,333.0,36,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-11-02,16:12:00,"ANDREW JACKSON PKWY & DES MOINES DR, HERMITAGE, TN, 37076",36.2095802,-86.6019573,5.0,9535.0,523.0,53,black,male,22664863cc,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN,----- +2012-10-10,13:36:00,"901 OLD HICKORY BLVD W, MADISON, TN, 37115",36.2674864,-86.7498138,7.0,2039.0,725.0,38,black,male,33b2c0bf9c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-13,02:03:00,"HARDING PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,6101.0,117.0,40,white,male,65e8b864be,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,RIGHT HEAD LIGHT +2017-04-06,19:34:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9401.0,517.0,68,white,female,fb75cd4829,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-19,20:52:00,"13TH AVE & BROADWAY, NASHVILLE, , 37203",36.1559889,-86.7888371,4.0,4002.0,423.0,22,white,male,7964d48d5e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-22,20:16:00,"BURCHWOOD AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2006788,-86.7400574,2.0,1403.0,217.0,21,black,,87c84d8f86,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-05,08:45:00,"FRANKLIN AVE & SCOTT AVE, NASHVILLE, TN, 37206",36.1837027,-86.7343469,2.0,1315.0,215.0,50,black,female,5bc5bf609d,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2015-10-30,19:07:00,"LAFAYETTE ST & LEWIS ST, NASHVILLE, TN, 37210",36.1475499,-86.7586017,5.0,8209.0,511.0,28,black,male,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2014-03-28,16:17:00,"8TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1417067,-86.7786839,8.0,6941.0,821.0,44,white,female,95cab0be7c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-27,23:24:00,"HWY 70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,22,black,female,88ef34d431,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-09,18:20:00,"BELL RD & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1522017,-86.6249735,5.0,8955.0,533.0,45,black,female,55206bed29,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-19,21:49:00,"NED SHELTON RD & SMITH SPRINGS RD, , TN, 37217",36.0941491,-86.6343089,5.0,8941.0,533.0,18,black,female,f52adc0e6d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-07,22:20:00,"EDWIN ST & MERIDIAN ST, NASHVILLE, TN, 37207",36.2046071,-86.7659318,2.0,1861.0,223.0,36,black,male,0d9e46bbe6,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2011-11-23,10:28:00,"CHARLOTTE PIKE & WESTBORO DR, NASHVILLE, TN, 37209",36.1460731,-86.870747,1.0,5029.0,115.0,72,white,male,7323db438b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"SUBJECT WAS ADVISED TO PROPERLY DISPLAY LICENSE PLATE. +" +2010-06-02,19:20:00,"HICKORYVIEW DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0487725,-86.7136349,8.0,8655.0,835.0,34,white,male,0dbc98bd44,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-31,04:50:00,"E TRINITY LN & LUTON ST, NASHVILLE, TN, 37207",36.2057737,-86.7671881,2.0,1861.0,223.0,35,black,female,12e5f0aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-18,12:27:00,"ANNEX AVE & COMET DR, NASHVILLE, TN, 37209",36.1481589,-86.8864276,1.0,4675.0,123.0,50,white,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-09-16,11:22:00,"CLEVELAND ST & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1841237,-86.7600597,2.0,1994.0,227.0,44,black,male,c4680d166c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-20,08:56:00,"2317 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2077877,-86.7669261,2.0,1833.0,223.0,40,hispanic,male,7586da57b1,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-20,08:58:00,"40 E & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1708663,-86.6009696,5.0,9504.0,523.0,19,white,male,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-28,12:04:00,"ANDREW JACKSON PKWY & TRENTON DR, HERMITAGE, TN, 37076",36.2136085,-86.5977309,5.0,9537.0,523.0,35,black,female,95d8d9862e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-13,15:36:00,"CITRUS DR & TAMPA DR, NASHVILLE, TN, 37211",36.0851949,-86.7127045,3.0,8419.0,317.0,35,hispanic,male,a0e960d43b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-01,21:08:00,"ACADEMY PL & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1555066,-86.7657923,4.0,4029.0,425.0,23,white,male,664201d134,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2015-08-28,21:50:00,"N GALLATIN PIKE & RIVERCHASE BLVD, MADISON, TN, 37115",36.3086233,-86.6816186,7.0,1721.0,727.0,21,hispanic,male,41a15946a7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN -- MPH +2013-01-31,15:14:00,"BRILEY PKWY N & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2173097,-86.6932593,5.0,92941.0,515.0,47,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-14,08:31:00,"BRILEY PKWY E & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2330587,-86.8148702,6.0,3027.0,621.0,75,white,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-23,21:39:00,"CLARKSVILLE PIKE & HAMILTON RD, , TN, 37218",36.1936554,-86.831192,,,,23,hispanic,male,3158c055ac,vehicular,safety violation,False,False,True,warning,False,False,False,False,True,True,True,probable cause,safety violation,TN,DRIVING AT NIGHT NO HEADLIGHTS. VEHICLE SMELLED OF --. PC SEARCH PERFORMED. NO CONTRABAND RECOVERED +2015-04-02,02:01:00,"COWAN ST & SPRING ST, NASHVILLE, TN, 37207",36.176917,-86.7761407,4.0,1955.0,413.0,34,black,male,064c5c03ac,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-26,01:42:00,"1157 BELL RD, ANTIOCH, TN, 37013",36.0471787,-86.6672152,3.0,8721.0,325.0,26,white,male,3e1390eb12,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-28,09:40:00,"DUE WEST AVE W & FREDA VILLA, MADISON, TN, 37115",36.2483052,-86.7246818,7.0,1789.0,723.0,27,black,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-23,17:10:00,"HIGDON RD & RIDGE RD, , TN, 37080",36.280445,-86.9452697,6.0,3339.0,627.0,42,hispanic,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2011-04-29,21:19:00,"PICCADILLY ROW & UNA ANTIOCH PIKE, ANTIOCH, TN, 37013",36.0821621,-86.6519588,3.0,8891.0,325.0,25,white,male,f7d35184d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-12,16:41:00,"31ST AVE N & LONG BLVD, NASHVILLE, TN, 37203",36.1464224,-86.816365,8.0,5627.0,813.0,39,white,female,332eb43ee3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN STOP SIGN +2013-07-19,07:49:00,"5495 MT VIEW RD, ANTIOCH, TN, 37013",36.0440958,-86.6430097,3.0,8865.0,333.0,56,white,male,95b3c63410,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-06,15:39:00,"PERCY PRIEST DR & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1538808,-86.6257405,5.0,8955.0,533.0,30,white,male,080ab8807b,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN, +2016-02-22,12:03:00,"PACKARD DR & TUSCULUM RD, NASHVILLE, , 37211",36.059416,-86.7075464,,,,40,hispanic,male,b07a7bfe58,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-01,20:45:00,"40TH AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1524726,-86.833841,1.0,5229.0,113.0,19,black,male,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-05-18,06:58:00,"311 HARDING PL, NASHVILLE, TN, 37211",36.0868255,-86.692205,3.0,8889.0,323.0,36,hispanic,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-11,00:18:00,"NOLENSVILLE PIKE & WOODYCREST AVE, NASHVILLE, TN, 37210",36.1310498,-86.7558455,3.0,8125.0,311.0,34,white,male,37a4238cc6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-23,15:22:00,"1414 OLD HICKORY BLVD, NASHVILLE, TN, 37215",,,8.0,6305.0,833.0,36,white,male,82e20fdb7c,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-03-25,22:11:00,"CLEVELAND ST & LISCHEY AVE, NASHVILLE, TN, 37207",36.1866976,-86.7644379,2.0,1945.0,221.0,27,white,male,a48b378e7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-12-15,17:04:00,"S 4TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.167016,-86.7637341,2.0,1009.0,211.0,26,white,female,3b9274855e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-08-30,05:36:00,"MM 27 0 BRILEY S, NASHVILLE, TN, 37209",,,1.0,4606.0,115.0,34,black,male,edd1d25434,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-23,21:19:00,"705 MAIN ST, NASHVILLE, TN, 37206",36.1750178,-86.7605615,2.0,1999.0,227.0,25,white,male,a70d3cbc7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"broken headlight +" +2011-02-16,14:22:00,"7130 COCKRILL BEND BLVD, NASHVILLE, TN, 37209",36.1721627,-86.8793964,1.0,4653.0,115.0,21,white,male,5966fe24c8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"MOTOR NO MDC +" +2015-11-05,01:15:00,"BRIARVILLE RD & ELLINGTON PKWY, MADISON, TN, 37115",36.2426712,-86.7479365,7.0,1791.0,723.0,24,black,male,1b55d714e1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,RAN RED SIGNAL. +2015-01-21,16:20:00,"EDMONDSON PIKE & FRONTIER LN, NASHVILLE, TN, 37211",36.0344086,-86.7435543,8.0,8651.0,835.0,62,white,female,fd4fabd731,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-03-11,23:06:00,"21ST AVE S & WEST END AVE, NASHVILLE, TN, 37203",36.1504569,-86.8011982,8.0,5713.0,811.0,23,white,male,6f0e6c9ea2,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-29,08:40:00,"24TH AVE N & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1923882,-86.8156702,6.0,4483.0,611.0,25,white,female,0c43101255,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-30,20:40:00,"BELLEVUE RD & HWY 70 S, NASHVILLE, TN, 37221",36.0754803,-86.940384,1.0,4811.0,125.0,62,white,female,95cab0be7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-01,15:42:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1111.0,211.0,61,white,male,9385461f5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-09,05:28:00,"2ND AVE S & PEABODY ST, NASHVILLE, TN, 37210",36.1568311,-86.7719139,4.0,4035.0,425.0,55,white,male,adb220724a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MN,disregarded posted sign at -nd av s/i -- stating no turn on red +2011-02-18,13:30:00,"ELM HILL PIKE & TRAILS END LN, NASHVILLE, TN, 37214",36.141901,-86.6372023,5.0,8955.0,533.0,32,white,male,0edd4e187a,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2014-02-20,10:47:00,"OLD HICKORY BLVD & PLANTATION DR, HERMITAGE, TN, 37076",36.199834,-86.621496,5.0,9615.0,521.0,33,white,,b026378af6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-07,19:57:00,"10TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1724217,-86.7947991,6.0,4303.0,617.0,67,black,male,5c3fe4aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-14,19:20:00,"CHARLOTTE PIKE & WATTS LN, NASHVILLE, TN, 37209",36.1441238,-86.8730997,1.0,5025.0,115.0,55,white,male,7d6a69a168,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-15,14:34:00,"415 BRICK CHURCH PARK DR, NASHVILLE, TN, 37207",36.223833,-86.784269,6.0,3047.0,621.0,37,white,male,2f9e52f7c2,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN,DEALER TAG CAME BACK -----. DEALERSHIP FOUND THE TAG ON THEIR LOT BUT FORGOT TO CANCEL THE REPORT. +2016-03-25,22:40:00,"ANTIOCH PIKE & REEVES RD, ANTIOCH, TN, 37013",36.0655286,-86.680081,,8857.0,,24,white,female,fc8eeff4da,vehicular,moving traffic violation,False,False,True,warning,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2016-04-15,12:55:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9107.0,513.0,42,white,female,a9b7a026f0,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-04-01,11:29:00,"2ND AVE & MOLLOY ST, NASHVILLE, TN, 37201",36.1591162,-86.7733697,4.0,4051.0,425.0,31,white,male,2bca49b49d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-28,18:48:00,"6TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37203",36.1558166,-86.777227,4.0,4057.0,425.0,27,white,female,c5201e87d1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-11-27,08:34:00,"249 14TH AVE S, NASHVILLE, TN, 37203",36.1539741,-86.7886477,8.0,5701.0,811.0,39,hispanic,male,6fa434e837,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,False,True,True,True,other,vehicle equipment violation,TN, +2013-05-07,13:30:00,"ATHENS WAY & ROSA L PARKS BLVD, NASHVILLE, TN, 37228",36.1929002,-86.80175,6.0,4443.0,611.0,31,white,female,55fba78524,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,MOVE OVER LAW +2016-01-07,07:58:00,"12TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6939.0,821.0,21,white,female,b908cb6e33,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-29,02:36:00,"SAINT EDWARDS DR & THOMPSON LN, NASHVILLE, TN, 37210",,,3.0,8333.0,313.0,28,hispanic,male,622ce499b8,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-19,22:08:00,"LINDBAR & EISENHOWER, , TN,",36.084761,-86.7060763,,,,30,black,female,3800f77872,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-09-09,23:47:00,"4144 LEBANON PIKE, HERMITAGE, TN, 37076",36.2015167,-86.6189024,5.0,9719.0,523.0,55,white,male,0a0f0a25d5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,-------- +2015-05-26,17:56:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,51,white,male,16fa5fbd4f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-08,01:50:00,"W TRINITY LN & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3003.0,621.0,51,black,male,ddc50dd0e1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,NO SEAT BELT +2018-12-04,07:26:00,"FRANKLIN LIMESTONE RD & MURFREESBORO PIK, NASHVILLE, TN, 37217",36.0944067,-86.653328,3.0,8853.0,323.0,40,white,female,daac2de4a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-23,10:19:00,"I 40 W & 2ND AVE S, NASHVILLE, TN, 37210",36.1525133,-86.7657744,4.0,40081.0,425.0,32,white,male,16f69cd6ef,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-26,04:19:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,53,white,female,2fcd6b06aa,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-07-13,07:56:00,"24TH AVE S & BARTON AVE, NASHVILLE, TN, 37212",36.1333846,-86.8056667,8.0,5903.0,815.0,23,white,female,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-13,11:58:00,"S 15TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1706568,-86.7449321,2.0,1221.0,213.0,51,white,male,a7e4b373f1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-29,11:42:00,"I 40 W & 12TH AVE S, , TN, 37203",36.0789995,-86.9551254,4.0,4004.0,423.0,25,black,male,ec95a9403e,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-02,23:57:00,"316 E TRINITY LN, NASHVILLE, TN, 37207",36.2051353,-86.7636311,2.0,1859.0,221.0,26,white,male,573fae9445,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-10,13:28:00,"LEBANON PIKE & LYNMEADE DR, NASHVILLE, , 37210",36.1612549,-86.7017561,5.0,9019.0,513.0,63,white,female,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"speeding +" +2015-04-29,16:12:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,48,white,male,6761423fb7,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-05-19,12:12:00,"BELL RD & PLEASANT HILL RD, NASHVILLE, TN, 37214",36.124414,-86.6302859,5.0,8945.0,533.0,34,black,female,06dbf4a801,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-02-09,00:54:00,"CLARKSVILLE PIKE & S HAMILTON RD, NASHVILLE, TN, 37218",36.1936554,-86.831192,6.0,3157.0,625.0,60,white,male,084c20944a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-03-29,04:18:00,"BRILEY PKWY N & CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1722647,-86.8652182,1.0,4618.0,115.0,47,black,female,e077a1b1fb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-02-27,05:15:00,"DONELSON PIKE & WHITLAND CROSSINGS DR, NASHVILLE, TN, 37214",36.1537705,-86.665518,5.0,9409.0,517.0,48,white,male,cc23b83d61,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-08,18:00:00,"N 8TH ST & DOUGLAS AVE, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1905.0,221.0,49,white,female,864776d38e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,CA, +2018-03-29,10:40:00,"BRILEY PKWY N & ELM HILL PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,91980.0,513.0,73,black,male,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-01-13,13:22:00,"1ST AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1491797,-86.7634531,3.0,8149.0,311.0,35,black,female,7bc663afd6,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2015-08-12,17:24:00,"HERMITAGE AVE & MIDDLETON ST, NASHVILLE, TN, 37210",36.1552408,-86.7647753,4.0,4001.0,425.0,31,white,male,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-06,18:36:00,"RIO VISTA DR & 45, MADISON, TN, 37115",36.2629822,-86.6809558,7.0,1705.0,715.0,30,white,male,3b8237be67,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-02-03,09:00:00,"MCMURRAY DR & PARISHWOOD CT, , , 37211",36.0564298,-86.7228106,8.0,8655.0,835.0,54,black,female,02e8c61206,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-02,07:52:00,"MM 79 0 I65 N, NASHVILLE, TN, 37204",,,8.0,8502.0,825.0,52,white,male,b5ca91d71f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-01,14:16:00,"3RD AVE S & LEA AVE, NASHVILLE, TN, 37210",36.1550761,-86.7719813,4.0,4035.0,425.0,26,black,female,df87babd62,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-26,08:10:00,"1506 SPRINGFIELD HWY, GOODLETTSVILLE, TN, 37072",36.3689638,-86.7400171,7.0,2201.0,725.0,52,white,male,1524cabb18,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-07,05:46:00,"HIGHLAND VILLA DR & OLD HICKORY BLVD, NASHVILLE, , 37211",36.0397219,-86.7392522,,,,30,white,male,99d09ccd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RUN STOP SIGN +2012-08-29,13:05:00,"4533 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0705751,-86.723356,8.0,8661.0,831.0,33,hispanic,male,b8a91068a6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-12,10:53:00,"CITATION DR & DONELSON PIKE, NASHVILLE, TN, 37217",36.1014337,-86.6753,,8841.0,,40,white,female,6f35d16bdf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-26,13:35:00,"KNOB RD & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.1377975,-86.8577304,1.0,5105.0,113.0,36,black,female,3c72ff8fdc,vehicular,registration,True,False,True,arrest,False,False,False,False,True,True,False,other,registration,TN, +2015-01-26,21:14:00,"3275 PRIEST WOODS DR, NASHVILLE, TN, 37214",36.128017,-86.635937,5.0,8945.0,533.0,40,white,male,ebfe43e91e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"PLATE LIGHT, NO TURN SIGNAL" +2010-07-06,08:50:00,"BRICK CHURCH PIKE & EWING LA, NASHVILLE, TN, 37207",36.2326769,-86.7814549,7.0,2031.0,721.0,66,black,male,df54250e36,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-28,16:49:00,"EDENWOLD RD & MYATT DR, MADISON, TN, 37115",36.2910404,-86.6938982,7.0,1715.0,715.0,26,white,female,d8d85bf873,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-08-13,08:11:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,44,black,male,ab0403c78f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-07,22:36:00,"S 6TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.168319,-86.760305,2.0,1043.0,211.0,25,black,male,c7a5bebec5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-07-12,23:37:00,"327 PLUS PARK BLVD, NASHVILLE, TN, 37217",36.1322887,-86.7238999,3.0,8801.0,315.0,43,white,male,39e9ad240b,vehicular,,True,True,False,arrest,False,False,False,False,True,True,True,other,,AL,"RESPONDED TO --- PLUS PARK IN RESPONSE TO A MOTOR VEHICLE CRASH. DRIVER CITED FOR NO INSURANCE AND SUBSEQUENTLY ARRESTED FOR DUI / REVOKED DL. +" +2018-04-04,12:57:00,"HAMILTON CHURCH RD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.064784,-86.6284723,3.0,8865.0,333.0,30,hispanic,male,b3d18aa8ec,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-18,06:14:00,"MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1091224,-86.6801508,,,,62,white,male,5a2f1d4986,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-04,16:51:00,"MORRIS GENTRY BLVD & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0674463,-86.6312402,3.0,8865.0,333.0,36,black,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-10-29,09:07:00,"428 EDWIN ST, NASHVILLE, TN, 37207",36.2042042,-86.7603249,2.0,1857.0,221.0,23,black,female,2929c48d74,vehicular,safety violation,False,True,False,citation,,,,False,False,False,False,,safety violation,TN, +2015-06-10,17:05:00,"BOWWOOD CT & MURFREESBORO PIKE, NASHVILLE, , 37217",36.1256391,-86.7098527,,,,17,hispanic,male,2cd8d90206,vehicular,moving traffic violation,True,False,False,arrest,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-04,21:10:00,"FAIRFIELD AVE & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1538265,-86.7560911,5.0,9003.0,511.0,27,black,female,6949a466d7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-10-17,11:05:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,25,black,female,1d683e1215,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-16,23:59:00,"51ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1519595,-86.8485445,1.0,5129.0,113.0,21,black,male,400b5cb4f4,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,True,True,True,True,consent,vehicle equipment violation,TN,"Stopped for expired temp tag and tint. +" +2014-07-22,12:51:00,"HWY 70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,65,white,female,3800f77872,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-24,11:45:00,"ANDERSON LN & BIXLER AVE, MADISON, TN, 37115",36.2731682,-86.7042178,7.0,1709.0,715.0,27,hispanic,male,5e1e44520b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,NO TN. D/L +2017-08-19,00:05:00,"RUSSELL ST & S 10TH ST, NASHVILLE, TN, 37206",36.1755648,-86.7517187,2.0,1201.0,213.0,25,white,female,3b079b5949,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-04,03:47:00,"DUE WEST AVE W & SAUNDERS AVE, MADISON, TN, 37115",36.2485862,-86.7286277,7.0,1789.0,723.0,49,white,male,1b55d714e1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran red signal +2013-08-14,00:14:00,"COLLIER AVE & NOLENSVILLE PIKE, NASHVILLE, , 37211",36.1097605,-86.7445986,,,,41,white,female,1efbb4af4c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-05-20,15:11:00,"FORREST AVE & N 14TH ST, NASHVILLE, TN, 37206",36.1780971,-86.7456252,2.0,1211.0,213.0,32,white,male,1b56d08e5c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN,SEATBELT +2011-05-22,09:38:00,"ERIN LN & HWY 70 S, NASHVILLE, TN, 37205",36.0784068,-86.9089123,1.0,4903.0,121.0,40,white,female,c53b1ec961,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-20,22:57:00,"5360 VILLAGE WAY, NASHVILLE, TN, 37211",36.0473969,-86.7335226,8.0,8653.0,835.0,46,white,male,350bac3344,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-30,10:33:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,29,white,female,73863cfec3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-07-01,18:05:00,"4TH AVE S & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1517995,-86.7712094,4.0,4005.0,425.0,21,black,male,8f564c22fd,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-06,05:14:00,"1186 DONELSON AVE, OLD HICKORY, TN, 37138",,,5.0,9707.0,525.0,35,black,female,6b0ce49861,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2017-01-04,20:39:00,"W TRINITY LN & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2070447,-86.7915951,6.0,3009.0,621.0,22,black,male,d3a646e989,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2016-04-13,19:14:00,"FAIRFIELD AVE & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1473157,-86.7578851,5.0,8221.0,511.0,58,white,male,766a98473e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-10-01,03:52:00,"2201 WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.207805,-86.791585,6.0,3017.0,621.0,27,black,male,5c3fe4aefc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-01,13:07:00,"HOBSON PIKE & PIN HOOK RD, ANTIOCH, TN, 37013",36.0493105,-86.5999963,3.0,8927.0,335.0,67,white,female,2f9e52f7c2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-05,08:47:00,"BRILEY PKWY E & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2349622,-86.7283702,2.0,1596.0,217.0,26,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-26,02:10:00,"BRICK CHURCH PIKE & EWING DR, NASHVILLE, TN, 37207",36.2315631,-86.7815318,7.0,2003.0,721.0,21,black,male,339b524e30,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-15,12:35:00,"I 40 W & S NEW HOPE RD, HERMITAGE, TN, 37076",36.373107,-86.616695,5.0,95020.0,523.0,31,white,female,41c8075306,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-18,23:41:00,"KERMIT DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1217299,-86.7048343,5.0,8823.0,531.0,23,black,male,550e7e232e,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2010-10-22,23:30:00,"111 BROADWAY, NASHVILLE, TN, 37201",36.1616517,-86.7747155,4.0,4095.0,421.0,23,black,male,b5ca91d71f,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2013-05-20,11:04:00,"MM 212 6 I40 E, NASHVILLE, TN, 37210",,,5.0,82060.0,513.0,24,white,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-28,01:17:00,"DICKERSON PIKE & MAPLEWOOD TRCE, NASHVILLE, TN, 37207",36.2331215,-86.7586573,2.0,1807.0,225.0,45,black,male,9667678974,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-08,17:44:00,"12TH AVE S & SUMMIT AVE, NASHVILLE, TN, 37212",36.1387504,-86.7877615,8.0,6617.0,811.0,27,black,female,d944ee700d,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-10-02,00:26:00,"627 S GALLATIN PIKE, MADISON, TN, 37115",36.2564092,-86.7133446,7.0,1605.0,713.0,58,black,female,1163ce2341,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-02,18:42:00,"E THOMPSON & DRUMMOND, , TN,",36.1148499,-86.7196345,,,,59,black,male,d44a8ff3c1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-09-27,10:50:00,"HIDDEN CREEK DR & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.0199117,-86.6809356,3.0,8759.0,331.0,31,white,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-08,,"OLD HICKORY BLVD W & PEGGY ST, MADISON, TN, 37115",36.263544,-86.7165582,7.0,1773.0,723.0,27,black,male,95b3c63410,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2014-06-12,00:58:00,", , ,",,,,,,27,white,male,e143bf684a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-08,20:28:00,"1520 PORTER RD, NASHVILLE, TN, 37206",36.1947433,-86.7256873,2.0,1335.0,215.0,20,black,male,bbc5c37b21,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NC, +2014-10-17,09:56:00,", , ,",,,,,,27,hispanic,female,74198e63a6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-13,22:02:00,"BURGESS AVE & OCEOLA AVE, NASHVILLE, TN, 37209",36.1451457,-86.8595647,1.0,5025.0,115.0,46,black,female,2887b93017,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-08,07:50:00,"535 WEDGEWOOD AVE, NASHVILLE, , 37203",36.13296,-86.76813,,,,42,hispanic,male,6074f7bab3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-26,23:57:00,"OLD HICKORY, , TN,",36.2574941,-86.6477748,,,,27,white,female,fd8a5abe62,vehicular,vehicle equipment violation,False,True,False,citation,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2015-07-20,12:52:00,"EASTLAND AVE & WILSONWOOD PL, , TN, 37206",36.181979,-86.7281415,2.0,1341.0,215.0,48,asian/pacific islander,male,e7099bc91c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NY, +2013-03-07,00:57:00,"21ST AVE S & WOODLAWN DR, NASHVILLE, TN, 37212",36.125315,-86.8055844,8.0,5911.0,815.0,31,white,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2011-02-19,18:57:00,"MADISON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1737891,-86.7916943,6.0,4303.0,617.0,32,white,male,01aa59bb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-24,10:58:00,"DUE WEST AVE W & SAUNDERS AVE, MADISON, TN, 37115",36.2485862,-86.7286277,7.0,1779.0,723.0,29,white,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-24,15:20:00,"21ST AVE S & BELCOURT AVE, NASHVILLE, TN, 37212",36.1366374,-86.8008796,8.0,5825.0,815.0,50,white,male,3790ebbbc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-05,03:54:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,23,black,female,7400ecbe19,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,False,True,probable cause,vehicle equipment violation,TN, +2012-11-05,10:38:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8859.0,325.0,28,white,male,19b6cf7f40,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-27,17:07:00,"2ND AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,69,white,male,c34de323ba,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IL,tags +2010-11-16,06:33:00,"3458 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2443841,-86.7628948,7.0,2011.0,721.0,33,white,male,82310b76a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2019-01-31,08:40:00,"BRICK CHURCH PIKE & SOUTHERLAND DR, NASHVILLE, TN, 37207",36.2140996,-86.7793503,6.0,3047.0,621.0,50,black,female,bb08d79064,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-10,08:18:00,", , ,",,,,,,37,white,male,c213187829,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2014-04-10,19:57:00,"DELMAS AVE & GALLATIN PIKE, NASHVILLE, TN, 37216",36.1996166,-86.7406275,2.0,1851.0,227.0,29,white,male,c1a1b04631,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,LIGHTS REQUIRED +2017-03-12,22:05:00,"24 W & 40 E, NASHVILLE, TN, 37210",36.1539502,-86.7572484,5.0,9004.0,513.0,31,black,male,eaed2169c5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-25,03:49:00,"ANTIOCH PIKE & GOODWIN RD, ANTIOCH, TN, 37013",36.0605572,-86.6736679,3.0,8857.0,325.0,21,black,male,d62c0e5b2f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-11-06,17:03:00,"2101 8TH AVE S, NASHVILLE, TN, 37204",36.1315116,-86.7792092,8.0,6919.0,823.0,51,black,male,b541004824,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-21,09:11:00,"OLD HICKORY BLVD & PETTUS RD, ANTIOCH, TN, 37013",36.0268927,-86.6808223,3.0,8767.0,331.0,19,other,male,60072eb72c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-28,20:30:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,3.0,8879.0,315.0,39,black,male,a9b7a026f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-07,02:43:00,"DONELSON PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1062729,-86.6730031,5.0,8951.0,531.0,22,black,female,622ce499b8,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2010-09-07,13:05:00,"ASHLAND CITY/OLD HYDES FERRY, NASHVILLE, TN,",36.255349,-87.0377824,,,,18,white,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-17,15:59:00,"I 40 W & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1721397,-86.5995075,5.0,9402.0,521.0,23,black,male,6f0e6c9ea2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-12,22:40:00,"WEST END AVE, WEST, TN, 37203",36.1465217,-86.80932,,,,49,black,male,bfd70feda2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-06,12:54:00,"BELL RD & WOODLAND POINT DR, NASHVILLE, TN, 37214",36.1228228,-86.6290158,5.0,8943.0,533.0,33,white,male,93ef5d6182,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2017-02-08,21:25:00,"1210 THOMPSON PL, NASHVILLE, TN, 37217",36.1276149,-86.7033848,5.0,8819.0,531.0,29,white,female,2f8c44cef1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-08-23,23:45:00,"HARDING PIKE & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1249676,-86.847622,1.0,6021.0,117.0,25,white,female,a18099a66a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2012-03-13,07:16:00,"FRANKLIN PIKE & ROBERTSON ACADEMY RD, NASHVILLE, TN, 37220",36.08195,-86.77252,8.0,7103.0,833.0,55,white,female,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-01-12,11:24:00,"108 THOMPSON LN, NASHVILLE, TN, 37210",36.1112145,-86.7366718,3.0,8333.0,313.0,59,unknown,male,4bf759b804,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-07,12:31:00,"7011 RIVER ROAD PIKE, NASHVILLE, TN, 37209",36.1406181,-86.936753,1.0,4705.0,123.0,32,white,male,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-07-13,21:54:00,"JEFFERSON ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1733051,-86.7914173,4.0,4237.0,413.0,34,black,male,392687b70d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-05-12,12:39:00,"GALLATIN PIKE & MARION AVE, NASHVILLE, TN, 37216",36.2156865,-86.7296069,2.0,1445.0,217.0,25,white,male,12d3d862ae,vehicular,,False,False,True,warning,,,,False,False,False,False,,,TN, +2010-04-07,12:53:00,"MOSSDALE DR, PRIEST LAKE, TN, 37013",36.0757094,-86.6193717,,,,45,black,male,4d037c592b,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2015-03-11,18:21:00,"CHARLOTTE PIKE & DAVIDSON DR, NASHVILLE, TN, 37209",36.1294959,-86.903308,1.0,4701.0,123.0,53,white,female,3800f77872,vehicular,investigative stop,False,False,True,warning,,,,False,False,False,False,,investigative stop,TN, +2010-10-25,20:19:00,"ANDERSON RD & SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.0877429,-86.6071736,5.0,8931.0,535.0,22,black,female,3316885e7f,vehicular,registration,False,True,False,citation,,,,False,False,False,False,,registration,TN, +2014-05-11,11:03:00,"MAIN ST & YEAMAN PL, NASHVILLE, TN, 37206",36.173352,-86.7639826,2.0,1997.0,227.0,33,black,female,338229ba25,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-09-11,16:12:00,"10TH AVE N & MONROE ST, NASHVILLE, TN, 37208",36.1744534,-86.7957309,6.0,4303.0,617.0,47,black,female,021458b850,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2011-10-01,16:00:00,"SPRING ST, , TN, 37207",36.1764903,-86.7700271,,,,27,white,male,cb2dd776b1,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2017-11-28,16:43:00,"DRIFTWOOD ST & HERMITAGE AVE, NASHVILLE, TN, 37210",36.1547126,-86.7584485,5.0,9003.0,511.0,32,white,female,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-03-13,12:54:00,"10TH AVE N & BROADWAY, NASHVILLE, TN, 37203",36.1579954,-86.7841785,4.0,4077.0,423.0,47,white,male,16f69cd6ef,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-05-12,10:10:00,"BRILEY PKWY N & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.122074,-86.702419,5.0,8998.0,531.0,36,black,male,b166babb94,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-16,21:08:00,"E TRINITY LN & CASPER AVE, NASHVILLE, TN, 37216",36.2038987,-86.7411166,2.0,1837.0,225.0,56,white,male,46db754e20,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-12-29,11:58:00,"481 OLD HICKORY BLVD, NASHVILLE, TN, 37205",36.0979054,-86.9257227,1.0,4903.0,121.0,51,white,male,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,OH, +2012-03-07,14:07:00,"611 TULIP GROVE RD, HERMITAGE, TN, 37076",36.2065596,-86.5895362,5.0,9525.0,523.0,51,white,male,83fbfcfd39,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speed +2012-03-04,08:48:00,"701 PORTER RD, NASHVILLE, TN, 37206",36.1826059,-86.7327081,2.0,1305.0,215.0,21,white,female,4544025295,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IA, +2013-09-25,15:23:00,"2ND AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1618914,-86.7751764,4.0,4103.0,421.0,30,white,male,41c8075306,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-27,16:38:00,"GALLATIN AVE & GRANADA AVE, NASHVILLE, TN, 37206",36.1883275,-86.7463755,2.0,1927.0,227.0,35,black,female,71b1dbbd63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-19,19:15:00,"HARRISON ST & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0985568,-86.7389087,3.0,8431.0,313.0,28,white,female,a5bc6d878f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-06-30,14:01:00,"ELM HILL PIKE & FESSLERS LN, NASHVILLE, TN, 37210",36.1446647,-86.7440284,5.0,8211.0,511.0,41,black,female,471811543e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-23,21:33:00,"24TH AVE & FAIRFAX AVE, NASHVILLE, TN, 37212",36.1345793,-86.80553,8.0,5903.0,815.0,40,white,male,5905836fa2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-14,23:42:00,"NOLENSVILLE PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.045389,-86.7132511,8.0,8655.0,835.0,18,black,female,883b5b4087,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-01-06,20:30:00,"I 65 ENTRY & I 440 W, NASHVILLE, TN, 37204",36.1924034,-86.7941158,8.0,81061.0,821.0,19,white,female,a9b7a026f0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-19,19:36:00,"THOMPSON LN & STEDWARDS, , TN,",36.1107744,-86.7400494,,,,27,black,female,3a4171e2e6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TINT +2010-07-04,16:18:00,"STOCKELL ST & VAUGHN ST, NASHVILLE, TN, 37207",36.1885176,-86.7692381,2.0,1959.0,221.0,43,black,female,8f6d08e336,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-11,04:40:00,"1216 BAPTIST WORLD CENTER DR, NASHVILLE, TN, 37207",36.1945194,-86.7796055,6.0,3001.0,621.0,42,black,female,15ee8d2800,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-04-28,17:54:00,"49TH AVE N & CENTENNIAL BLVD, NASHVILLE, , 37209",36.1625832,-86.8465497,,,,43,white,male,8446a2fbf7,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-08-21,17:35:00,"SOUTHLAKE DR & THOMPSON LN, NASHVILLE, TN, 37211",36.1095127,-86.72784,3.0,8336.0,313.0,57,white,female,9dadcd316d,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TX,JAN/---- TX TAGS +2013-03-08,08:28:00,"LEBANON PIKE & OLD LEBANON PIKE, NASHVILLE, TN, 37214",36.1679656,-86.6645887,5.0,9125.0,517.0,58,white,male,4265ea192b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-12,09:23:00,"22ND AVE S & SHARONDALE DR, NASHVILLE, TN, 37215",36.123398,-86.813519,1.0,6001.0,117.0,60,white,female,560bd8d10f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-02,15:32:00,"DICKERSON PIKE & HANCOCK ST, NASHVILLE, TN, 37207",36.1844104,-86.7737184,2.0,1951.0,221.0,21,black,female,ba5ad061a9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-11-24,10:21:00,"DONELSON PIKE & OLD EZELL RD, NASHVILLE, , 37217",,,,,,40,white,male,095779cb19,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-04,01:23:00,"590 JOSEPH AVE, NASHVILLE, TN, 37207",36.1815293,-86.7727824,2.0,1961.0,221.0,30,black,female,ea3413a239,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,EXP TAG +2012-04-20,16:44:00,"MURFREESBORO PIKE & THOMPSON PL, NASHVILLE, TN, 37217",36.1267462,-86.7110172,3.0,8879.0,315.0,37,black,female,668ae66947,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-05,13:37:00,"6921 HWY 100, NASHVILLE, TN, 37221",36.06483,-86.88565,1.0,6211.0,117.0,23,white,female,6e6eeb355a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-05,20:15:00,"1ST AVE N & BROADWAY, NASHVILLE, TN, 37201",36.1622505,-86.7743837,4.0,4101.0,415.0,26,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-11-17,09:10:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, , 37218",36.2117374,-86.8955184,,,,40,white,female,79af04892d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-24,01:03:00,"12TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1565833,-86.7874528,4.0,4081.0,423.0,29,white,female,7587c64dd9,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-09,12:35:00,"DUE WEST AVE E & DUE WEST AVE E, MADISON, TN, 37115",36.2489838,-86.7369958,7.0,1521.0,711.0,20,black,male,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-16,10:07:00,"I 40 E & MASSMAN DR, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8802.0,531.0,48,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-16,12:32:00,"11TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1718648,-86.7970866,6.0,4245.0,617.0,34,black,female,943bdf4ec4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,RIGHT BRAKE LIGHT OUT +2018-12-17,06:10:00,"MM 4 4 I440 E, NASHVILLE, TN, 37204",,,8.0,7014.0,823.0,56,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-08-20,02:08:00,"LARGO DR & LINBAR DR, NASHVILLE, TN, 37211",36.083665,-86.7056667,3.0,8705.0,321.0,23,black,female,19018cc59c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-28,20:34:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,5.0,8815.0,531.0,34,unknown,male,97117e47ab,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-08-02,22:20:00,"SHACKLEFORD RD & SHACKLEFORD RD, NASHVILLE, TN, 37215",36.1014203,-86.8033867,8.0,6407.0,825.0,31,white,female,8e6e05f1aa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-10-13,05:29:00,"I 440 E & NOLENSVILLE PIKE, NASHVILLE, TN, 37210",36.123955,-86.7493965,3.0,8321.0,313.0,39,white,female,17dfe3061a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-04-15,12:11:00,"10TH AVE S & SOUTH DOUGLAS AVE, NASHVILLE, TN, 37204",36.1305166,-86.7858683,8.0,6917.0,823.0,36,black,female,2cdcb8d1a8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-03-16,13:27:00,"FREE SILVER RD & W TRINITY LN, NASHVILLE, TN, 37207",36.2070569,-86.7959997,6.0,3013.0,623.0,26,white,male,75a83e1ab6,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2013-01-25,00:59:00,"21ST AVE S & WOODLAWN DR, NASHVILLE, TN, 37212",36.125315,-86.8055844,8.0,5911.0,815.0,23,white,male,82f2e31c2b,vehicular,moving traffic violation,False,False,True,warning,False,False,False,False,True,False,True,plain view,moving traffic violation,TN, +2013-09-20,00:57:00,"JOHN A MERRITT BLVD & 28TH AVE N, , TN, 37209",36.1677041,-86.820956,,,,24,black,male,37dd19df63,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,BRAKE LIGHTS MALFUNCTIONING +2011-04-18,16:33:00,"335 FORRESTER DR, NASHVILLE, TN, 37217",36.1068615,-86.6948878,3.0,8833.0,315.0,28,white,male,cccd043657,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-08-20,18:55:00,"CARROLL ST & UNIVERSITY CT, NASHVILLE, TN, 37210",36.1530819,-86.7640239,5.0,8201.0,511.0,43,black,male,a02596b67e,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-09-18,22:56:00,", , ,",,,,,,27,white,female,9310569e50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-03,08:22:00,"BAKER STATION RD & SPRINGFIELD HWY, GOODLETTSVILLE, TN, 37072",36.376635,-86.748691,7.0,2217.0,725.0,22,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-10,23:35:00,"BROADMOOR DR & STANVID DR, NASHVILLE, TN, 37216",36.2300161,-86.7417742,2.0,1803.0,225.0,67,white,female,acffed52bf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-24,06:13:00,"PIERPOINT DR & WHITES CREEK PIKE, NASHVILLE, TN, 37207",36.2138416,-86.7999825,6.0,3033.0,623.0,52,black,male,b3a6b271c1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-11-15,23:39:00,"17TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1526666,-86.7935599,8.0,5703.0,811.0,35,black,female,a585f151c2,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2019-03-20,08:23:00,"MM 3 0 I440 W, NASHVILLE, TN, 37212",36.1450627,-86.7121761,8.0,6506.0,815.0,32,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-01-11,00:03:00,"2ND AVE S & OLD RADNOR CAR LINE, NASHVILLE, TN, 37210",36.1397145,-86.7607349,3.0,8139.0,311.0,53,black,male,556b2abc49,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-12-31,09:55:00,"1205 W TRINITY LN, NASHVILLE, TN, 37218",36.204811,-86.817481,,,,21,hispanic,male,41d2810599,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-05,22:11:00,"DOUGLAS AVE & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1933356,-86.7532901,2.0,1903.0,221.0,25,black,female,559fd015a2,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-01,13:11:00,"MURFREESBORO PIKE & DOVER GLEN DR, , TN, 37217",36.0771472,-86.6414176,,,,25,white,female,5a96851d64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-10-08,12:35:00,"4400 LEBANON PIKE, HERMITAGE, TN, 37076",36.2165188,-86.6037874,5.0,9715.0,525.0,45,white,male,d195198c56,vehicular,parking violation,False,False,True,warning,,,,False,False,False,False,,parking violation,TN, +2015-06-25,20:48:00,"BEN ALLEN RD & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2252496,-86.7604227,2.0,1887.0,223.0,46,white,male,1386d24b69,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,IMPROPER DISPLAY +2010-09-08,20:16:00,"APACHE TRL & HAYWOOD LN, NASHVILLE, TN, 37211",36.068404,-86.693941,3.0,8709.0,321.0,46,black,female,498350de5b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-05,02:05:00,"EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1837953,-86.7483604,2.0,1301.0,215.0,34,white,male,126f05a67f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-13,08:08:00,"BRICK CHURCH PIKE & BRILEY PKWY E, NASHVILLE, TN, 37207",36.2390327,-86.7799219,7.0,2003.0,721.0,44,white,male,ab0403c78f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,MOVE OVER +2013-11-22,00:45:00,"BELL RD & MT VIEW RD, , TN,",36.0499121,-86.6493475,,,,25,black,female,167b66ce60,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,MO, +2016-02-25,15:19:00,"HARDING PL & WAUFORD DR, NASHVILLE, , 37211",36.0809436,-86.7515964,,,,63,white,female,3380b227a4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-23,23:39:00,"21ST AVE S & SWEETBRIAR AVE, NASHVILLE, TN, 37212",36.1258912,-86.805034,8.0,6507.0,815.0,21,white,male,e8583fbb05,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,NY, +2012-01-06,05:44:00,"BRILEY PKWY W & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2407281,-86.7576401,7.0,2011.0,721.0,56,white,female,17dfe3061a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-15,02:38:00,"BRICK CHURCH PIKE & EWING LN, NASHVILLE, TN, 37207",36.2326769,-86.7814549,7.0,2031.0,721.0,41,black,female,53db68761e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-17,07:50:00,"CREEKSIDE DR & EAST RIDGE DR, NASHVILLE, TN, 37211",36.0683088,-86.6988332,3.0,8711.0,321.0,23,unknown,male,19615fa2af,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-08-22,14:12:00,"CATINA DR & THOMPSON PL, NASHVILLE, TN, 37217",36.1272661,-86.703924,5.0,8821.0,531.0,30,unknown,female,9d41edf114,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-14,15:32:00,"JEFFERSON ST & 5TH AVE N, , TN, 37219",36.1743153,-86.7874168,,,,58,black,female,d773d5ccf6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-03-19,14:58:00,"3423 ELM HILL PIKE, NASHVILLE, , 37214",36.1422895,-86.6315564,,,,26,black,male,df69290668,vehicular,registration,False,True,True,citation,,,,False,False,False,False,,registration,TN, +2013-04-16,23:56:00,"3053 DICKERSON PIKE, NASHVILLE, TN, 37207",36.229108,-86.7589603,2.0,1811.0,225.0,24,black,male,4af3cba1d7,vehicular,,False,True,False,citation,,,,False,False,False,False,,,TN,MUFFLER NOISE +2013-03-28,13:25:00,"MCGAVOCK PIKE & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2174037,-86.7010367,5.0,9209.0,515.0,24,white,male,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,WA, +2011-01-26,17:26:00,"MILLWOOD DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1294517,-86.714738,5.0,8815.0,531.0,59,black,male,4f1d028e45,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-11-04,23:29:00,"6TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.173949,-86.7887279,,,,20,black,male,0f01902034,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-02-26,18:06:00,"LOGAN ST & THOMPSON LN, NASHVILLE, TN, 37211",36.110695,-86.7419061,3.0,8425.0,313.0,20,black,male,3ee2a2a059,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2018-08-10,01:24:00,"CENTRAL PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1735855,-86.6021043,5.0,9561.0,521.0,59,white,male,b5bbf3ff4e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-08,08:50:00,"DOUGLAS AVE & N 8TH ST, NASHVILLE, TN, 37207",36.1937451,-86.7578148,2.0,1905.0,221.0,25,black,female,cba60069c9,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,MOTORS NO MDC +2013-03-25,19:42:00,"FOOTHILL DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1313021,-86.716877,5.0,8815.0,531.0,42,white,male,d417ae0732,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-10,03:27:00,", , ,",,,,,,22,white,male,9fcd509a29,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-06-11,17:08:00,"GALLATIN PIKE & SHELTON AVE, NASHVILLE, TN, 37216",36.2097911,-86.7339,2.0,1439.0,217.0,32,black,female,f673bbd15d,vehicular,safety violation,False,True,True,citation,,,,False,False,False,False,,safety violation,TN, +2011-02-26,21:08:00,"ED TEMPLE BLVD, , TN, 37209",36.1691276,-86.8211769,,,,44,black,male,e562769ea0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-28,16:17:00,"ALTERAS DR & SUNNYWOOD DR, ANTIOCH, TN, 37013",36.0235499,-86.6998728,3.0,8759.0,331.0,51,white,female,fc8eeff4da,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-07-29,17:38:00,"SATURN DR & VENUS DR, NASHVILLE, TN, 37217",36.1236112,-86.6998066,5.0,8823.0,531.0,42,hispanic,male,1d8c47ce85,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,BRAKE LIGHT OUT +2015-08-29,05:16:00,"403 W TRINITY LN, NASHVILLE, TN, 37207",36.207693,-86.784089,6.0,3041.0,621.0,22,white,male,7795d00d59,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-06-03,15:11:00,", , ,",,,,,,30,white,female,4265ea192b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-09-07,06:20:00,"24TH AVE N & LACY ST, NASHVILLE, TN, 37208",36.1832831,-86.8158617,6.0,4417.0,611.0,59,black,male,a60a361c7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-06-06,16:10:00,"HARDING PL & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0796295,-86.7264067,3.0,8445.0,317.0,40,unknown,male,d098ec755c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-09-21,08:51:00,"51ST AVE N & GEORGIA AVE, NASHVILLE, TN, 37209",36.1553566,-86.8487445,1.0,4627.0,111.0,51,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-29,23:59:00,"DICKERSON PIKE & EWING DR, NASHVILLE, TN, 37207",36.2293504,-86.759278,2.0,1809.0,225.0,20,black,male,58ae6f0919,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-12-28,22:34:00,"GALLATIN PIKE & W KIRKLAND AVE, NASHVILLE, TN, 37216",36.2085435,-86.7348409,2.0,1417.0,217.0,38,black,female,126f05a67f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-14,21:21:00,"LEBANON PIKE & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1984469,-86.6201996,5.0,9613.0,521.0,19,white,male,de875f0bc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2016-01-01,11:20:00,"N 1ST ST & SPRING ST, NASHVILLE, TN, 37207",36.1769614,-86.7745755,4.0,1955.0,413.0,30,black,male,e7099bc91c,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-25,18:21:00,"MM 58 0 I24 W, ANTIOCH, TN, 37013",36.0447758,-86.6478741,3.0,88080.0,325.0,19,white,female,724faddb76,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING ----- +2013-05-08,01:47:00,"I 65 S & WEDGEWOOD AVE, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,6902.0,823.0,32,black,female,05a9feba15,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-01-07,00:51:00,"DERBYSHIRE DR & HOBSON PIKE, ANTIOCH, , 37013",36.0692129,-86.582374,,,,45,black,male,473da02334,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,-- MPH IN POSTED -- MPH ZONE (RADAR) (-- CROSSING BRIDGE) +2015-08-04,09:20:00,"10TH CIR N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1633799,-86.7877728,4.0,4147.0,411.0,33,white,female,dd16a8e4a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,WARNED ON TURN PROHIB +2011-08-18,12:20:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,3.0,8801.0,315.0,32,white,female,148e3c6510,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-07-18,11:17:00,"MAPLE TOP DR & TUSCULUM RD, ANTIOCH, TN, 37013",36.0593302,-86.7039925,3.0,8713.0,321.0,61,white,female,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-12-25,22:01:00,"BELL RD & EAGLE VIEW BLVD, ANTIOCH, TN, 37013",36.0522828,-86.6448386,3.0,8865.0,333.0,36,black,male,17c9ffa200,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,PASSENGER HEAD LIGHT +2015-04-05,20:40:00,"47TH AVE N & DELAWARE AVE, NASHVILLE, TN, 37209",36.1544329,-86.8435844,1.0,4543.0,111.0,43,black,female,b164f0f78c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-15,08:46:00,"CLARKSVILLE PIKE & KINGS LN, NASHVILLE, TN, 37218",36.2185095,-86.8370199,,3109.0,,40,black,female,5ae31d9ff9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-16,09:22:00,"6610 HWY 100, NASHVILLE, TN, 37205",36.0894785,-86.8803922,1.0,6209.0,117.0,42,white,female,c05e130f6a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-11-30,17:17:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4029.0,425.0,58,black,male,c34de323ba,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,no turn on red +2015-07-04,16:33:00,"DR D B TODD JR BLVD & MORENA ST, NASHVILLE, TN, 37208",36.1652665,-86.8049369,,5329.0,,22,black,male,d3a646e989,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,STOPPED FOR DRIVING -- IN A -- ON DR D B TODD +2012-02-27,20:30:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9561.0,521.0,39,black,male,95b17cd499,vehicular,moving traffic violation,False,True,False,citation,False,False,False,True,True,True,True,consent,moving traffic violation,TN, +2014-09-15,13:28:00,"FRANKLIN PIKE & LAKEMONT DR, NASHVILLE, TN, 37220",36.0447736,-86.7810663,8.0,7111.0,833.0,32,white,female,fd4fabd731,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-03,11:25:00,"ANDERSON RD & OWENDALE DR, ANTIOCH, TN, 37013",36.0738707,-86.6235133,3.0,8979.0,335.0,18,black,female,09ff8e8092,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-09,00:26:00,"BELL RD & CANBERRA CT, HERMITAGE, TN, 37076",36.1610359,-86.590637,5.0,9545.0,523.0,55,black,female,6ba69dfb34,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-29,19:32:00,"1427 LITTON AVE, NASHVILLE, TN, 37216",36.2015482,-86.7300096,2.0,1413.0,217.0,44,white,female,c51a70920b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-09,17:08:00,"21ST AVE S & MEDICAL CENTER DR, NASHVILLE, TN, 37203",36.1427881,-86.8000542,8.0,5715.0,815.0,33,white,female,ef32736df1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-09-18,12:35:00,"1ST AVE S & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1602316,-86.77312,4.0,4049.0,425.0,59,white,male,cf07ed6f7d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,YIELD RIGHT OF WAY PEDESTRIAN +2017-03-10,07:28:00,"331 HARDING PL, NASHVILLE, TN, 37211",36.0862599,-86.6948885,3.0,8889.0,323.0,20,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-10-29,22:33:00,"MYATT DR & N DUPONT AVE, MADISON, TN, 37115",36.2665475,-86.6900919,7.0,1713.0,715.0,35,white,male,df69290668,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-04-03,15:39:00,"E OLD HICKORY BLVD & LARKIN SPRINGS RD, MADISON, TN, 37115",36.2626106,-86.6843675,7.0,1705.0,715.0,24,white,male,6216529cad,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2010-09-18,15:02:00,"W TRINITY LN & BAPTIST WORLD CENTER DR, NASHVILLE, TN, 37207",36.2070447,-86.7915951,,3017.0,,82,black,male,724faddb76,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEEDING +" +2012-04-06,11:03:00,"333 RIO VISTA DR, MADISON, TN, 37115",36.2689613,-86.6839391,7.0,1713.0,715.0,61,white,male,ac10577e91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-01-10,23:40:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,35,white,male,2511466c93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-24,10:51:00,"LOGAN ST & THOMPSON LN, NASHVILLE, TN, 37211",36.110695,-86.7419061,3.0,8425.0,313.0,28,white,male,9b2d08be70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-01,10:31:00,"MM 80 I65 N, NASHVILLE, TN, 37204",,,8.0,8504.0,825.0,51,white,male,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-30,09:07:00,"8TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37203",36.1583691,-86.7719178,4.0,4041.0,423.0,34,white,male,9e39306399,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-04-14,00:41:00,"I 40 E & BRILEY PKWY S, NASHVILLE, TN, 37217",36.1434168,-86.6998724,5.0,8802.0,531.0,35,white,male,4714ced2a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-23,13:56:00,"9TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1613015,-86.7845037,4.0,4121.0,411.0,63,white,male,88f042f180,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-06-16,23:55:00,"19TH AVE N & WEST END AVE, NASHVILLE, TN, 37203",36.1523038,-86.7974334,8.0,5523.0,811.0,28,black,male,7c6f123f51,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,GA, +2018-04-15,23:44:00,"N 11TH ST & WOODLAND ST, NASHVILLE, TN, 37206",36.1775691,-86.7499363,2.0,1241.0,213.0,19,black,male,5a129bb2ea,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-06-02,03:21:00,"KERMIT DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1217299,-86.7048343,3.0,8811.0,315.0,30,black,female,936ab7dc64,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-03-12,20:40:00,"2ND AVE S & HART ST, NASHVILLE, TN, 37210",36.1421984,-86.7624006,3.0,8139.0,311.0,54,white,male,3d3f1787ec,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,no lights at night +2011-01-05,21:29:00,"DONELSON PIKE & LEBANON PIKE, NASHVILLE, TN, 37214",36.1677106,-86.6632764,5.0,9125.0,517.0,21,white,male,fbe3d2b8c6,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-12-29,18:29:00,"2ND AVE S & ASH ST, NASHVILLE, TN, 37210",36.1532172,-86.7695635,4.0,4005.0,425.0,56,black,female,e5d79a47c2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-01-27,17:16:00,"3705 BRUSH HILL RD, NASHVILLE, TN, 37216",36.222177,-86.711684,2.0,1511.0,217.0,57,white,female,1b56d08e5c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"L TL +" +2015-03-01,15:18:00,"21ST AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1801151,-86.8118312,6.0,4415.0,611.0,27,white,female,bdd7af936c,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2012-01-30,19:01:00,"NATCHEZ CT & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0933849,-86.7362579,8.0,8511.0,831.0,19,hispanic,male,e4f4077945,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LEFT FRONT HEAD LIGHT NOT FUNCTIONING +2012-10-21,00:25:00,"N GALLATIN PIKE & OLD DRY CREEK RD, MADISON, TN, 37115",36.283862,-86.706819,7.0,1719.0,727.0,52,white,male,d97637d49a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-10,09:02:00,"ASH GROVE DR & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0495349,-86.7138194,8.0,8655.0,835.0,18,white,female,0f631f3a0e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-19,20:33:00,"BRICK CHURCH PIKE & WOODFOLK AVE, NASHVILLE, TN, 37207",36.2174362,-86.7815144,6.0,3021.0,621.0,39,black,male,576170def4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-28,16:14:00,"GALLATIN PIKE & INGLEWOOD DR, NASHVILLE, TN, 37216",36.2323338,-86.7248745,2.0,1503.0,217.0,32,black,female,70d2debcb6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"VEHICLE FAILING TO YIELD RIGHT OF WAY AT GALLATIN/HART AND +ALMOST SIDESWIPING VEHICLE AT GALLATIN/BROADMOOR" +2014-05-21,20:34:00,"2335 DICKERSON PIKE, NASHVILLE, TN, 37207",36.2083258,-86.7673342,2.0,1833.0,223.0,54,black,female,769a186299,vehicular,vehicle equipment violation,False,True,True,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-27,23:00:00,"BELL RD & MT VIEW, , TN,",36.0499121,-86.6493475,,,,31,white,male,0bfa5a7f73,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-01-02,10:10:00,"LEBANON PIKE & TULIP GROVE RD, HERMITAGE, TN, 37076",36.2153606,-86.5885506,5.0,9727.0,525.0,26,white,female,2689d516d0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2016-03-17,19:27:00,"EZELL RD & WILLARD DR, NASHVILLE, , 37211",36.0708421,-86.6937188,,,,31,black,female,702f17e184,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-05-21,04:49:00,"14TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1708062,-86.8013275,6.0,5413.0,615.0,62,black,male,ffd40c04a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-07-21,05:34:00,"4702 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0679164,-86.7183204,3.0,8711.0,321.0,38,unknown,male,6f347e0dbc,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-25,14:52:00,"170 THOMPSON LN, NASHVILLE, TN, 37211",36.1106545,-86.7376725,3.0,8403.0,313.0,24,white,male,2068212732,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA, +2010-07-18,17:49:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,21,black,male,1804300122,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-04,10:33:00,"MM 198 2 I40 E, NASHVILLE, TN, 37221",,,1.0,4806.0,125.0,22,white,male,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AL, +2018-09-15,05:53:00,"SAUNDERS AVE & W DUE WEST AVE, MADISON, TN, 37115",,,7.0,1779.0,723.0,49,hispanic,female,844d22e630,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-22,13:36:00,"DOUGLAS ST & OLD HICKORY BLVD W, MADISON, TN, 37115",36.2633289,-86.7146018,7.0,1763.0,711.0,44,white,female,2b7a7efb70,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,ran stop sign +2010-04-23,20:30:00,"MONROE ST & ROSA L PARKS BLVD, NASHVILLE, TN, 37208",36.1752889,-86.7926119,6.0,4323.0,617.0,29,black,male,adad8281eb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-18,02:14:00,"I 440 E & WEST END AVE, NASHVILLE, TN, 37205",36.1363017,-86.8218067,1.0,5242.0,113.0,53,white,male,2022e55034,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-03-19,19:34:00,"26TH AVE & JEFFERSON ST, NASHVILLE, TN, 37208",36.1680832,-86.8167354,6.0,4525.0,613.0,18,black,male,4f77b033a4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-07-17,08:23:00,"2ND AVE N & COMMERCE ST, NASHVILLE, TN, 37201",36.1632454,-86.7760574,4.0,4103.0,421.0,60,white,female,9cc6a55864,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-04-30,10:24:00,"MURFREESBORO PIKE & RANSOM PL, NASHVILLE, TN, 37217",36.0891014,-86.649991,3.0,8853.0,323.0,23,black,female,be82d6c6cf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2012-12-05,09:05:00,"CANE RIDGE RD & OLD HICKORY BLVD, ANTIOCH, TN, 37013",36.000206,-86.6358128,3.0,8765.0,333.0,55,white,male,39c3a6436c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-17,21:15:00,"ROBERTA ST & ROSEBANK AVE, , , 37206",36.1866676,-86.7225902,,,,65,white,female,87a02eb314,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-08-01,08:51:00,"ARTA DR & OLD HICKORY BLVD W, MADISON, TN, 37115",36.267315,-86.7461717,7.0,2039.0,725.0,47,white,female,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-12-23,22:50:00,"3RD AVE S & BROADWAY, NASHVILLE, TN, 37201",36.1615395,-86.7759787,4.0,4105.0,421.0,22,white,female,3d05f4b0d0,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"DRIVING W/O HEADLIGHTS +" +2011-11-28,10:15:00,"1426 SHELTON AVE, NASHVILLE, TN, 37216",36.209303,-86.720639,2.0,1443.0,217.0,30,white,male,47560720c3,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-12,10:55:00,"BUTLER RD & SMITH SPRINGS RD, NASHVILLE, , 37217",36.0892553,-86.6170882,,,,36,white,male,766a98473e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in a -- +2011-04-08,21:45:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,24,white,female,4076850409,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-09-30,07:18:00,"MASSMAN DR & PATRICIA DR, NASHVILLE, TN, 37217",36.1349521,-86.7047598,5.0,8827.0,531.0,38,hispanic,female,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-12,01:19:00,"BAKERTOWN RD & HAYWOOD LN, , TN, 37013",36.069931,-86.6856127,,,,56,unknown,male,4ab7251c91,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-22,01:16:00,", , ,",,,,,,31,white,female,393639dfae,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,OH, +2010-10-17,19:50:00,"E OLD HICKORY BLVD & RIO VISTA DR, MADISON, TN, 37115",36.2623571,-86.6810149,7.0,1705.0,715.0,29,white,male,a0139362ed,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN,"ARK D/L --------- / TN TAG ---WNS +" +2013-05-01,16:25:00,"16TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37212",36.1363294,-86.7944758,8.0,6613.0,823.0,30,black,male,7d890c769b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-03-28,08:20:00,"BREWER CT & BREWER DR, NASHVILLE, TN, 37211",36.058748,-86.7288243,8.0,8659.0,835.0,16,white,male,19615fa2af,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-02,07:20:00,"DR D B TODD JR BLVD & PEARL ST, NASHVILLE, TN, 37203",36.1592651,-86.801015,6.0,5401.0,615.0,56,black,female,831999c6fa,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speeding +2014-12-05,23:18:00,"3RD AVE & ELM ST, MADISON, TN, 37115",36.2604664,-86.7075227,7.0,1609.0,713.0,28,black,female,4a107ef3da,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-10-26,11:32:00,"914 E TRINITY LN, NASHVILLE, TN, 37207",36.2032389,-86.7492204,2.0,1853.0,227.0,29,white,male,377f552750,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-11-04,23:16:00,"NOLENSVILLE PIKE & YELTON CT, NASHVILLE, TN, 37211",36.0914081,-86.7350592,3.0,8435.0,313.0,37,hispanic,male,c789e7a8ee,vehicular,safety violation,True,False,False,arrest,,,,False,False,False,False,,safety violation,TN,OUTSTANDING WARRANT ARREST +2012-10-12,11:24:00,"EDMONDSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37220",36.0400258,-86.7434709,8.0,8615.0,833.0,52,white,female,aff3bdc077,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,SC, +2015-05-22,02:28:00,"DARBYTOWN DR & DICKERSON PIKE, NASHVILLE, TN, 37207",36.2669423,-86.7566289,,,,38,black,male,1b55d714e1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,LICENSE PLATE LIGHTS OUT. +2010-04-15,13:38:00,"BELL RD & PRIEST WOODS DR, NASHVILLE, TN, 37214",36.1274838,-86.629536,,8945.0,,25,white,female,68c4c28809,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-09-06,15:34:00,"23RD AVE N & HEIMAN ST, NASHVILLE, TN, 37208",36.1707376,-86.812443,6.0,4481.0,613.0,20,black,female,774307b2c5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-16,23:46:00,"GREENLAND AVE & MCGAVOCK PIKE, , TN, 37216",36.2131662,-86.7113864,2.0,1449.0,217.0,30,white,male,58251cd0f4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-02-05,10:54:00,"GALLATIN PIKE & GREENFIELD AVE, NASHVILLE, TN, 37216",36.2109307,-86.7330591,2.0,1817.0,225.0,40,white,male,95d8a19b5a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-04-03,00:31:00,", , ,",,,,,,48,white,male,eeb3c63112,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-05-07,00:08:00,"1321 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1146835,-86.6957427,3.0,8835.0,315.0,26,white,male,9310569e50,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-22,18:46:00,"CLEVELAND ST & N 9TH ST, NASHVILLE, TN, 37206",36.1846308,-86.7582816,2.0,1915.0,227.0,40,black,male,e1b3fd3e66,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"RAN STOP SIGN +" +2012-09-05,12:16:00,"1101 BROADWAY, NASHVILLE, TN, 37203",36.156484,-86.786737,4.0,4079.0,423.0,29,white,male,be750fae9b,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2015-01-02,08:22:00,"BRILEY PKWY & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.148314,-86.859111,1.0,5202.0,111.0,24,white,male,6cddadec07,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-10-13,18:59:00,"BELMONT BLVD & SWEETBRIAR AVE, NASHVILLE, , 37212",36.1247335,-86.7942301,,,,24,white,male,7b76b56003,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-06-20,11:25:00,"3RD AVE N & JEFFERSON ST, NASHVILLE, TN, 37201",36.1750356,-86.7846846,4.0,4233.0,413.0,50,black,female,a66f62a8d9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-03-22,07:50:00,"6455 OLD HICKORY BLVD, , TN, 37189",36.283323,-86.87075,6.0,3305.0,627.0,22,white,female,825f6ab981,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-13,17:26:00,"1261 12TH AVE S, NASHVILLE, TN, 37212",36.1415454,-86.7882458,8.0,6631.0,811.0,25,black,female,0535f8bb5a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2011-03-30,19:07:00,"FARRELL PKWY & STILLWOOD DR, , TN, 37220",36.0725317,-86.7622576,8.0,8601.0,833.0,21,white,male,074d9d0c87,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-23,11:07:00,"5442 EULALA DR, NASHVILLE, TN, 37211",36.0484781,-86.7026804,3.0,8717.0,331.0,36,white,female,d62c0e5b2f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-06-04,15:30:00,", , ,",,,,,,38,white,male,4265ea192b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-04-27,23:30:00,"HARDING PL & I 24 W, NASHVILLE, TN, 37211",36.0841025,-86.699119,3.0,88100.0,323.0,19,hispanic,female,1d17ac8627,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-10,05:30:00,"1050 MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.1281268,-86.7123555,5.0,8817.0,531.0,50,white,female,9c3d5bbe14,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-01-16,23:39:00,"MAIN ST & N 6TH ST, NASHVILLE, TN, 37206",36.1738019,-86.7628038,2.0,1117.0,211.0,37,black,male,4c0722bb4a,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2018-07-18,23:28:00,"HAYWOOD LN & 24 E, NASHVILLE, TN, 37211",36.0694421,-86.6907781,3.0,8706.0,321.0,17,hispanic,male,e036ce159e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-02-01,04:40:00,"15TH AVE N & HAYES ST, NASHVILLE, TN, 37203",36.1564764,-86.791768,8.0,5517.0,811.0,28,black,male,e0fb5d3246,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-07-08,23:50:00,"MAIN ST & N 7TH ST, NASHVILLE, TN, 37206",36.174538,-86.760929,2.0,1119.0,211.0,27,white,male,8049a09e08,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"HEADLIGHT +" +2014-06-27,17:40:00,"800 MONROE ST, NASHVILLE, TN, 37208",36.1758564,-86.7942781,6.0,4325.0,617.0,40,black,male,2d63072115,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,DRIVING WITH NO SEATBELT +2011-03-23,04:21:00,"W TRINITY LN & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3007.0,621.0,28,black,male,53db68761e,vehicular,vehicle equipment violation,False,False,True,warning,False,False,False,False,True,True,True,consent,vehicle equipment violation,TN, +2011-01-13,23:01:00,"AVONDALE CIR & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2090637,-86.777949,6.0,3019.0,621.0,35,black,male,0e1022b041,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-02-10,01:12:00,"CABOT DR & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1300959,-86.9008901,,4701.0,,22,white,male,caa3563d90,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,NC,WARNING FOR LEFT TURN WHERE POSTED NOT TO +2012-01-25,05:54:00,"20TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1533972,-86.8008308,8.0,5509.0,813.0,64,white,female,400b5cb4f4,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-27,23:37:00,"12TH AVE S & DIVISION ST, NASHVILLE, TN, 37203",36.1510813,-86.7843184,4.0,4019.0,423.0,28,black,female,25c8d0686e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- IN -- ZONE +2010-02-22,12:40:00,"FATHERLAND ST & S 11TH ST, NASHVILLE, , 37206",36.1741367,-86.7503438,,,,46,white,female,12d3d862ae,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2018-06-02,01:17:00,"BAILEY ST & W EASTLAND AVE, NASHVILLE, TN, 37206",36.1838357,-86.7501765,2.0,1929.0,227.0,22,white,female,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-29,02:24:00,"INTERSTATE DR & WOODLAND ST, NASHVILLE, TN, 37213",36.1704542,-86.7684727,4.0,1105.0,413.0,29,white,male,e7099bc91c,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-10-01,15:41:00,"CLEVELAND ST & ELLINGTON PKWY S, NASHVILLE, TN, 37207",36.1840158,-86.7609838,2.0,1996.0,221.0,50,black,female,b9f9980a8a,vehicular,seatbelt violation,False,False,True,warning,,,,False,False,False,False,,seatbelt violation,TN, +2014-03-19,12:34:00,"4300 HILLSBORO PIKE, NASHVILLE, TN, 37215",36.0985658,-86.8212896,8.0,6403.0,825.0,60,white,male,e65dc4ec73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-25,17:59:00,"AVONDALE CIR & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2090637,-86.777949,6.0,3019.0,621.0,58,black,female,fc5e2998a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-09,10:25:00,"2ND AVE S & LINDSLEY AVE, NASHVILLE, TN, 37210",36.152371,-86.7690088,4.0,4005.0,425.0,24,hispanic,male,82310b76a1,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-08,18:21:00,"3930 CLARKSVILLE PIKE, NASHVILLE, TN, 37218",36.2097529,-86.8375247,6.0,3141.0,623.0,16,black,male,0656b1032e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,vehicle was traveling northbound on clarksville pike with out headlights on also failed to use turn signal when turning into ---- clarksville pike +2010-09-29,23:31:00,"8TH AVE S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1342346,-86.7790892,8.0,6905.0,821.0,20,white,male,ab5ef8094a,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2013-11-01,16:21:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,56,black,male,4d2452c32f,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-09-28,08:18:00,"GALLATIN AVE & ORDWAY PL, NASHVILLE, TN, 37206",36.1806339,-86.7496847,2.0,1939.0,227.0,26,black,female,a773a4fff8,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-17,18:24:00,"ASHLAND CITY HWY & WWCR AVE, NASHVILLE, TN, 37218",36.2117374,-86.8955184,6.0,3235.0,625.0,43,white,male,275b2f9e04,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-18,03:30:00,"4TH AVE S & PEABODY ST, NASHVILLE, TN, 37210",36.1559707,-86.7739121,,,,36,white,male,e4f4f4fc42,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAG LIGHT VIOLATION +2014-01-23,14:53:00,"NOLENSVILLE PIKE & NORTHCREST DR, NASHVILLE, TN, 37211",36.0666814,-86.7179507,8.0,8659.0,835.0,43,white,male,14b56e9185,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-22,22:29:00,"E TRINITY LN & JONES AVE, NASHVILLE, TN, 37207",36.205114,-86.7576234,2.0,1855.0,221.0,42,white,male,c2c3365672,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING (--/--) +2011-09-23,14:35:00,"6212 CENTENNIAL BLVD, NASHVILLE, TN, 37209",36.1685116,-86.8607351,1.0,4619.0,115.0,34,white,male,f5d8fbd78b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-05-09,00:46:00,"MAIN ST & S 6TH ST, NASHVILLE, TN, 37206",36.1735819,-86.7633765,2.0,1113.0,211.0,28,white,female,e5723525d5,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-02,09:50:00,"BRILEY PKWY W / I 65 N, , TN, 37216",36.237565,-86.7356397,,,,44,white,male,0c43101255,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-06-03,05:04:00,"BROOKSBORO PL & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0836512,-86.6471772,5.0,8937.0,535.0,49,black,female,ff6da5fac9,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-02-27,21:33:00,"712 MAIN ST, NASHVILLE, TN, 37206",36.174599,-86.7599257,2.0,1119.0,211.0,24,white,male,fc443b8485,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"FAILURE TO YIELD THE RIGHT OF WAY TO ON COMING TRAFFIC, TAG LIGHT OUT." +2017-05-01,18:52:00,"1135 GALLATIN AVE, NASHVILLE, TN, 37206",36.1901825,-86.7449261,2.0,1321.0,215.0,51,white,female,3b9274855e,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-08-17,17:26:00,"ANNEX AVE & CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1390929,-86.8805335,1.0,5023.0,123.0,48,white,male,25b26f360e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-01-13,00:03:00,"23RD AVE S & BLAKEMORE AVE, NASHVILLE, TN, 37212",36.1378281,-86.8031305,8.0,5825.0,815.0,24,white,female,67529ca24c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-05-24,19:23:00,"6TH AVE S & KOREAN VETERANS BLVD, NASHVILLE, TN, 37203",36.1558166,-86.777227,4.0,4043.0,425.0,28,white,male,3aef563fcc,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2012-11-14,10:01:00,"I 40 E & BRILEY PKWY N, NASHVILLE, TN, 37217",36.1434168,-86.6998724,5.0,8902.0,531.0,20,white,female,08a8fd2231,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-07,22:32:00,"OLD HICKORY BLVD & TOLBERT RD, NASHVILLE, TN, 37205",36.1064322,-86.9222345,1.0,4903.0,121.0,21,black,male,401baa3680,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,MS, +2010-09-10,10:45:00,"I 40 E & STEWARTS FERRY PIKE, NASHVILLE, TN, 37214",36.1530404,-86.6265363,5.0,8955.0,533.0,31,white,male,d2c8e20a5a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-07-13,08:17:00,"24TH AVE S & BARTON AVE, NASHVILLE, TN, 37212",36.1333846,-86.8056667,8.0,5903.0,815.0,54,white,female,b908cb6e33,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-16,17:04:00,"DICKERSON PIKE & 65 S, NASHVILLE, TN, 37207",36.2058983,-86.7685904,7.0,2002.0,721.0,49,white,male,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-12-20,23:10:00,"GALLATIN AVE & PETWAY AVE, NASHVILLE, TN, 37206",36.1865926,-86.7471416,2.0,1927.0,227.0,19,black,female,d08894c335,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-12-13,16:56:00,"JEFFERSON ST & 3RD AVE N, , TN, 37208",36.1750356,-86.7846846,,,,25,black,female,7f2ba40c1b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-01,13:42:00,"1ST AVE S & DEMONBREUN ST, NASHVILLE, TN, 37201",36.1602316,-86.77312,4.0,4049.0,425.0,79,white,male,9e39306399,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-02-22,19:22:00,"RALIEGH DR & TULIP GROVE RD, HERMITAGE, TN, 37076",36.2138659,-86.588779,5.0,9537.0,523.0,48,white,female,1804300122,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-06-23,08:21:00,"HIGH ST & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.100774,-86.7400441,8.0,8515.0,831.0,21,hispanic,male,6f347e0dbc,vehicular,vehicle equipment violation,False,True,True,citation,False,False,False,True,True,True,False,consent,vehicle equipment violation,TN, +2012-04-24,08:02:00,"DUNSTON DR & ELYSIAN FIELDS RD, NASHVILLE, TN, 37211",36.0848794,-86.7518177,8.0,8505.0,831.0,46,white,female,39c3a6436c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-15,06:52:00,"CONFERENCE DR & VIETNAM VETERANS BLVD S, GOODLETTSVILLE, TN, 37072",36.308757,-86.6913747,7.0,1723.0,727.0,27,black,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-31,14:48:00,"E OLD HICKORY BLVD & LOMBARDIA LN, MADISON, , 37115",36.2632347,-86.6983321,,,,65,white,female,4183295444,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-08-02,00:42:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,5009.0,123.0,25,white,male,e9f93b1392,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-06-19,07:31:00,"ALBANY DR & ANDREW JACKSON PKWY, HERMITAGE, TN, 37076",36.2105091,-86.600107,5.0,9537.0,523.0,40,black,female,30ee2301cb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-28,09:44:00,"DICKERSON PIKE & I 65 N, NASHVILLE, TN, 37207",36.2367049,-86.7586643,2.0,18062.0,225.0,38,white,female,6761423fb7,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-28,12:42:00,"BRILEY PKWY N & OPRY MILLS DR, NASHVILLE, TN, 37214",36.2048497,-86.6930726,,9223.0,,40,hispanic,male,e7099bc91c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-17,04:40:00,"2664 SMITH SPRINGS RD, NASHVILLE, TN, 37217",36.09076,-86.627036,5.0,8935.0,535.0,49,black,male,20b7054cf4,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2011-12-08,05:04:00,"675 HARDING PL, NASHVILLE, TN, 37211",36.0794164,-86.7501016,8.0,8605.0,831.0,48,black,male,b52fef1f76,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"head light +" +2017-04-17,13:22:00,"MCGAVOCK PIKE & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.116473,-86.6976442,3.0,8841.0,323.0,26,unknown,male,33b2c0bf9c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-06-30,22:11:00,"HILLSBORO PIKE & OVERHILL DR, NASHVILLE, TN, 37215",36.1009651,-86.8187218,8.0,6405.0,825.0,52,white,male,c649c32c61,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-12,20:05:00,"DR D B TODD JR BLVD & JACKSON ST, NASHVILLE, TN, 37208",36.1657538,-86.8051136,6.0,5407.0,615.0,28,black,male,53d89d125a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-02-28,16:42:00,"19TH AVE S & EDGEHILL AVE, NASHVILLE, TN, 37212",36.1438791,-86.7976759,8.0,6709.0,815.0,26,white,female,42d656ccc7,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2017-07-16,22:53:00,"9TH AVE S & MCGAVOCK ST, NASHVILLE, TN, 37203",36.1573097,-86.7827181,4.0,4077.0,423.0,23,white,female,3e1390eb12,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,KY, +2018-02-12,16:21:00,"MURFREESBORO PIKE & WILHAGAN RD, NASHVILLE, TN, 37217",36.1324012,-86.719337,5.0,8815.0,531.0,63,white,male,51ff126ada,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-28,18:09:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2133.0,725.0,18,hispanic,male,a025a02b60,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-07-05,13:30:00,"ARTHUR AVE & GARFIELD ST, NASHVILLE, TN, 37208",36.1767976,-86.8002671,6.0,4327.0,617.0,45,black,male,3c38470dbd,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-04-15,10:56:00,"21ST AVE N & SCOVEL ST, NASHVILLE, TN, 37208",36.1701359,-86.8097869,6.0,4481.0,613.0,67,black,male,a025a02b60,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-28,15:03:00,"ELLIOTT AVE & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1345309,-86.7822871,8.0,6915.0,823.0,31,white,female,f1128580df,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-08-15,13:19:00,"109 N GALLATIN PIKE, MADISON, TN, 37115",36.2633911,-86.7121628,7.0,1763.0,723.0,28,black,female,350bac3344,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-06-08,13:14:00,"BRILEY PKWY S & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.218025,-86.700407,5.0,9292.0,515.0,30,black,female,bad5ca5683,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,SPEEDING +2010-01-21,22:00:00,"1ST AVE, CENTRAL, TN, 37201",36.1485357,-86.7645638,,,,18,hispanic,male,e23b8da128,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-12-20,10:01:00,"EDMONDSON PIKE, TUSCULUM, TN, 37211",36.0338023,-86.7436079,,,,35,white,male,72037bef5d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-19,10:50:00,"GALLATIN PIKE & STRATFORD AVE, NASHVILLE, TN, 37216",36.2144851,-86.7304975,2.0,1441.0,217.0,60,black,female,c1a1b04631,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"SUBJECT WAS OBSERVED FROM A STATIONARY POSITION APPROACH ENTER AND MAKE A RIGHT HAND TURN FROM STRATFORD AVE ONTO GALLATIN AV WITHOUT BRINGING HER VEHICLE TO A COMPLETE STOP. SUBJECT STATED THAT SHE OBSERVED ME WERE I WAS PARKED AND THAT SHE DID STOP. SUBJECT WAS ALSO CITED FOR NO PROOF OF INSURANCE AT THE TIME OF THE TRAFFIC STOP. SUBJECT ASKED IF I HAD CHILDREN. +MY FAMILY SITUATION HAS NO IMPACT ON THE EVENT. SUBJECT INSISTED ON DISCUSSING THE TRAFFIC VIOLATION SUBJECT WAS ADVISED THAT ANY FURTHER DISCUSSION COULD BE TAKEN UP IN COURT." +2014-03-22,22:35:00,"MURFREESBORO PIKE & PLUS PARK BLVD, NASHVILLE, TN, 37217",36.1339424,-86.7226025,5.0,8815.0,531.0,19,white,female,5ca40b11d2,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-02-27,08:54:00,"836 DICKERSON PIKE, NASHVILLE, TN, 37207",36.1864777,-86.7739208,2.0,1953.0,221.0,57,black,female,136443d512,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,STOPPED FOR RUNNING --WAY STOP @ MERIDIAN & CLEVELAND +2015-08-14,17:44:00,"809 FATHERLAND ST, NASHVILLE, TN, 37206",36.1726304,-86.7568092,2.0,1119.0,211.0,64,white,male,868a3ce961,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-12-16,15:46:00,"37TH AVE N & SENTINEL DR, NASHVILLE, TN, 37209",36.1448081,-86.8289312,1.0,5233.0,113.0,19,white,female,460a7c21b0,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-31,09:59:00,"CHARLOTTE PIKE & OLD CHARLOTTE PIKE, NASHVILLE, TN, 37209",36.1199304,-86.9184829,1.0,4701.0,123.0,20,black,male,7dcd081b3c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-02,08:38:00,"I 24 W & I 440 E, NASHVILLE, TN, 37217",36.1320144,-86.7266711,3.0,8816.0,315.0,24,white,female,d0f8493a41,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,GA,"SUBJECT SAID SHE WAS GOING TO SEE HER PARENTS IN INDIANA +" +2011-07-24,01:24:00,"5TH AVE S & BROADWAY, NASHVILLE, TN, 37219",36.1604836,-86.7784329,4.0,4107.0,421.0,38,white,male,c7fc5dcb73,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-05-08,22:21:00,"200 GALLATIN PIKE S, MADISON, TN, 37115",36.2617907,-86.7141009,7.0,1771.0,711.0,30,black,female,4ff9d8c9ea,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2012-04-20,22:19:00,"W TRINITY LN & BRICK CHURCH PIKE, NASHVILLE, TN, 37207",36.2066779,-86.7779622,6.0,3003.0,621.0,34,black,female,972faedf56,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,headlight +2012-03-03,16:58:00,"12TH AVE S & ARGYLE AVE, NASHVILLE, TN, 37212",36.1377702,-86.7880882,8.0,6617.0,811.0,51,white,male,a1bdf5c653,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-14,19:40:00,"CHARLES E DAVIS BLVD & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1488548,-86.7624691,3.0,8149.0,311.0,43,black,male,4714ced2a3,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2013-04-18,10:47:00,"GALLATIN PIKE & MCGAVOCK PIKE, NASHVILLE, TN, 37216",36.2050138,-86.737591,2.0,1417.0,217.0,50,white,female,3ca2b7745c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,RAN RED LIGHT +2016-03-29,22:44:00,"GALLATIN PIKE & SOLLEY DR, NASHVILLE, TN, 37216",36.2310777,-86.7249027,,1513.0,,22,white,male,fc443b8485,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,TAG LIGHT OUT +2016-08-03,12:18:00,"2501 MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.2207564,-86.699647,5.0,9213.0,515.0,16,black,male,a597c4ac85,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-11-21,15:51:00,"18TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1520884,-86.7952809,8.0,5705.0,811.0,36,white,female,eee7593f67,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-05-03,00:18:00,"7TH AVE S & BROADWAY, NASHVILLE, TN, 37203",36.1593656,-86.7809667,4.0,4085.0,421.0,29,black,male,1c329e8c02,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-01-21,05:01:00,"23RD AVE N & BUCHANAN ST, NASHVILLE, TN, 37208",36.1802269,-86.8146239,6.0,4415.0,611.0,50,black,male,7e361b3cfb,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-24,23:46:00,"HWY 70 S & SAWYER BROWN RD, NASHVILLE, TN, 37221",36.0768625,-86.9452947,1.0,4811.0,125.0,20,white,male,0fd9cdb139,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2012-03-21,02:42:00,"DOUGLAS AVE & LISCHEY AVE, NASHVILLE, TN, 37207",36.1936029,-86.7632591,2.0,1873.0,221.0,23,white,male,acffed52bf,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-10,15:35:00,"WEDGEWOOD AVE, BELMONT, TN, 37203",36.1341747,-86.7767468,,,,18,white,male,a9b7a026f0,vehicular,seatbelt violation,False,True,False,citation,,,,False,False,False,False,,seatbelt violation,TN, +2018-05-27,18:45:00,"DR D B TODD JR BLVD & MEHARRY BLVD, NASHVILLE, TN, 37208",36.1683395,-86.8061566,6.0,5327.0,615.0,25,black,male,d0b0c03599,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-02-05,05:30:00,"HARDING PL & PEACH ORCHARD DR, , TN, 37220",,,,,,35,white,male,e60adece97,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-08-19,17:02:00,"815 WEDGEWOOD AVE, NASHVILLE, TN, 37204",36.1343111,-86.7806471,8.0,6919.0,823.0,49,black,female,286c82f645,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-09-30,02:20:00,"MURFREESBORO PIKE & NASHBORO BLVD, NASHVILLE, TN, 37217",36.0867994,-86.6485814,5.0,889.0,535.0,30,white,female,4ab7251c91,vehicular,investigative stop,False,True,False,citation,,,,False,False,False,False,,investigative stop,MN,CHILD RESTRAINT VIOLATION +2011-08-31,23:26:00,"HICKORY PLZ & OLD HICKORY BLVD, NASHVILLE, TN, 37211",36.0452702,-86.7170662,8.0,8655.0,835.0,22,white,male,559632f4a3,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-07-29,07:53:00,"CLAIBORNE ST & LAFAYETTE ST, NASHVILLE, TN, 37210",36.1484116,-86.761179,5.0,8209.0,511.0,20,white,female,b9fb8b268e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-09-08,23:16:00,"2ND AVE S & MOLLOY ST, NASHVILLE, TN, 37201",36.1591162,-86.7733697,4.0,4051.0,425.0,25,black,male,c471d204a1,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, +2015-01-06,05:22:00,"5242 EDMONDSON PIKE, NASHVILLE, TN, 37211",36.0568071,-86.7399516,,,,36,black,male,8f72e1eb24,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,AL, +2011-01-23,10:03:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,68,white,female,25b26f360e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-25,17:45:00,"DELAWARE AVE & DUPONT AVE, MADISON, , 37115",36.2661727,-86.7037397,,,,32,white,female,13c1091001,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"RA NSTOP SIGN +" +2013-06-21,17:22:00,"SPRING ST & 1ST ST, , TN, 37207",36.1769614,-86.7745755,,,,24,black,female,a54a9306e5,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"EXP TEMP TAG -/-/----, AND VIOLATION OF TRAFFIC LANE RESTRICTION (straight thru a right turn only)" +2018-09-30,20:06:00,"3532 MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0534153,-86.6149157,3.0,8927.0,335.0,29,white,female,0ae2a83373,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,, +2011-11-29,20:15:00,"BELL RD, , TN, 37013",36.0449273,-86.6670992,,,,18,white,female,a02596b67e,vehicular,seatbelt violation,False,True,False,citation,False,False,False,False,True,False,True,plain view,seatbelt violation,TN, +2011-11-30,01:16:00,"21ST AVE S & PIERCE AVE, NASHVILLE, TN, 37212",36.1396097,-86.8004799,8.0,6625.0,815.0,18,white,male,acb89d1f7f,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,IN, +2012-04-16,21:21:00,"W EASTLAND AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.1833502,-86.7485645,2.0,1937.0,227.0,40,black,male,e1ebf60eeb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-06-06,13:06:00,"I 65 S & WEDGEWOOD AVE, NASHVILLE, TN, 37203",36.1354768,-86.7752838,8.0,6901.0,821.0,61,white,male,6761423fb7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-06-02,22:07:00,"FOREST VIEW DR & MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0674463,-86.6312402,3.0,8979.0,335.0,36,black,female,fd4fabd731,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-24,05:02:00,"S 11TH ST & HOLLY ST, NASHVILLE, TN, 37206",36.1761987,-86.7500514,2.0,1209.0,213.0,26,black,female,529fc1bfb1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-01-23,20:52:00,"BURNING TREE DR & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1745729,-86.6024276,5.0,9557.0,523.0,27,white,male,87bd93c328,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2014-01-02,22:55:00,"MARTWAY DR & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0782863,-86.6429691,5.0,8939.0,535.0,33,asian/pacific islander,male,7975bcaa77,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2016-01-27,23:26:00,"GALLATIN AVE & GRANADA AVE, NASHVILLE, TN, 37206",36.1883275,-86.7463755,2.0,1319.0,215.0,25,white,male,0a57dc4029,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,IN,DRIVING WITH LIGHTS OFF +2012-03-20,23:40:00,"BROOKSBORO PL & MURFREESBORO PIKE, NASHVILLE, TN, 37217",36.0836512,-86.6471772,5.0,8937.0,535.0,31,black,male,15279c6fe5,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-09-14,08:08:00,"S 5TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1675857,-86.7621986,2.0,1111.0,211.0,35,black,female,a9e3132c9f,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,False,True,True,False,other,vehicle equipment violation,TN, +2017-08-08,18:33:00,"POST RD & WHITE BRIDGE PIKE, NASHVILLE, TN, 37205",36.1280044,-86.8519674,1.0,5017.0,121.0,28,white,female,b164f0f78c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TX, +2018-01-10,01:58:00,"4095 NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0800039,-86.7281457,8.0,8501.0,831.0,38,hispanic,male,a15361941b,vehicular,vehicle equipment violation,True,False,True,arrest,False,False,False,True,True,True,False,other,vehicle equipment violation,TN, +2012-03-20,10:56:00,"5108 OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1924258,-86.6145371,5.0,9507.0,521.0,51,black,female,148e3c6510,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-06-13,12:40:00,"S 7TH ST & SHELBY AVE, NASHVILLE, TN, 37206",36.1692802,-86.7578646,2.0,1123.0,211.0,45,black,female,7e173f3f15,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,, +2013-05-03,20:45:00,"HERMITAGE AVE & KOREAN VETERANS BLVD, , TN, 37210",36.1583691,-86.7719178,,,,23,white,male,7d6a69a168,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2011-10-31,17:41:00,"PERKINS ST & WHARF AVE, NASHVILLE, TN, 37210",36.1474518,-86.7627055,3.0,8149.0,311.0,21,black,female,3cab80fef9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-05-26,18:23:00,"BUCHANAN ST & ED TEMPLE BLVD, NASHVILLE, TN, 37208",36.1809448,-86.8242627,6.0,4425.0,611.0,39,black,male,25c8d0686e,vehicular,vehicle equipment violation,False,True,False,citation,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-05-13,16:47:00,"31ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37209",36.1533597,-86.8208464,8.0,5341.0,813.0,71,white,male,7b76b56003,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-12-09,22:22:00,"CENTRAL PIKE & LEBANON PIKE, HERMITAGE, TN, 37076",36.1870482,-86.6310429,5.0,9531.0,521.0,35,white,male,2eef0cc1f8,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-02-16,23:47:00,"ACKLEN PARK DR & WEST END AVE, NASHVILLE, TN, 37212",36.1408635,-86.8174022,8.0,5817.0,815.0,59,black,female,b8abdfc82f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-03-01,14:13:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4202.0,411.0,21,other,female,f3be646353,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-02-13,02:00:00,"2520 MURFREESBORO PIKE, ANTIOCH, TN, 37013",36.0599948,-86.6716525,3.0,8891.0,325.0,25,white,male,f91ae5b797,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-08-28,09:26:00,"16TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.170267,-86.8034404,6.0,5411.0,615.0,28,white,male,39e9ad240b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-12-14,15:58:00,"7400 HWY 70 S, NASHVILLE, TN, 37221",36.0742301,-86.9360691,1.0,4815.0,125.0,59,white,female,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-06-15,10:00:00,"EASTLAND AVE & WILSONWOOD PL, , TN, 37206",36.181979,-86.7281415,2.0,1341.0,215.0,18,black,female,e7099bc91c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-06,10:35:00,"BRILEY PKWY & MURFREESBORO PIKE, NASHVILLE, TN, 37211",36.122074,-86.702419,3.0,8898.0,315.0,18,white,female,25b26f360e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-02-07,03:26:00,"HARDING PL & TRAVELERS INN DR, NASHVILLE, TN, 37211",36.0849247,-86.7034051,3.0,8705.0,321.0,22,white,female,46729fee0f,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2017-08-21,18:48:00,"5TH AVE N & HARRISON ST, NASHVILLE, TN, 37219",36.1701565,-86.784701,4.0,4203.0,411.0,36,white,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,AL, +2011-07-12,08:30:00,"517 MYATT DR, MADISON, TN, 37115",36.280567,-86.690963,7.0,1715.0,715.0,60,white,male,5e1e44520b,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-07-26,00:11:00,"GALLATIN PIKE & NORVEL AVE, NASHVILLE, TN, 37216",36.2179046,-86.7283179,2.0,1817.0,225.0,24,white,male,58251cd0f4,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN, +2013-01-17,04:54:00,"DICKERSON PIKE & I 65 S, NASHVILLE, TN, 37207",36.2058983,-86.7685904,7.0,2029.0,721.0,53,black,male,a48b378e7c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-03-23,18:08:00,"1801 DAVIDSON ST, NASHVILLE, TN, 37206",36.1650499,-86.7335515,2.0,1235.0,215.0,24,white,male,aeebb88e65,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-05-29,21:45:00,"ANDREW JACKSON WAY & OLD HICKORY BLVD, HERMITAGE, TN, 37076",36.1822863,-86.607995,5.0,9557.0,523.0,30,white,male,8ed20f511b,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-09-29,23:26:00,"NOLENSVILLE PIKE & THOMPSON LN, NASHVILLE, TN, 37211",36.1109273,-86.7451877,,8519.0,,34,white,male,82d9172387,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-08,00:02:00,"MORTON AVE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.1063937,-86.7428818,8.0,8517.0,831.0,27,white,male,99d09ccd39,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,"ONE HEAD LIGHT, WARNING ISSUED, +POSSIBLE REVOKED DL, STATE RECORDS WAS DOWN AT TIME OF STOP BUT SUBJECT HAS RECENT STATE CITE FOR REVOKED LICENSE THAT IS PENDING, WARRANTS WILL BE TAKEN OUT IF LICENSE RETURNS AS INVALID." +2014-06-07,16:08:00,"BRILEY PKWY W & ELLINGTON PKWY N, MADISON, TN, 37115",36.2382639,-86.7365077,7.0,1876.0,723.0,18,white,male,887e82c03d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2018-03-20,10:31:00,"MURFREESBORO PIKE & SPENCE LN, NASHVILLE, TN, 37217",36.137011,-86.724956,5.0,8813.0,531.0,53,white,male,87bd93c328,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-08-06,11:16:00,"BRILEY PKWY & TWO RIVERS PKWY, NASHVILLE, TN, 37214",36.1902374,-86.6838885,5.0,9292.0,515.0,42,white,male,83fbfcfd39,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"speed +" +2014-10-23,19:05:00,"300 BERKLEY DR, MADISON, TN, 37115",36.2454546,-86.7138896,7.0,1505.0,711.0,22,black,female,87a02eb314,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-03-23,16:27:00,"DOZIER PL & GALLATIN PIKE, NASHVILLE, TN, 37216",36.2019994,-86.7393443,2.0,1403.0,217.0,24,white,female,71cbae12cb,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,DRIVER SIDE BRAKE LIGHT OUT. +2013-02-21,18:11:00,"GALLATIN PIKE & WINDING WAY, NASHVILLE, TN, 37216",,,2.0,1501.0,217.0,50,white,female,7181557957,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,"DRIVERS BRAKE LIGHT INOP, TAGS EXPIRED JAN ----" +2012-07-09,17:21:00,"OLD HICKORY BLVD & SONYA DR, , TN, 37221",36.1098845,-86.9225162,,,,35,white,female,59629c618d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-29,05:28:00,"400 W TRINITY LN, NASHVILLE, TN, 37207",36.2065671,-86.784323,6.0,3009.0,621.0,53,black,male,15ee8d2800,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-03,21:34:00,"2ND AVE & ELM ST, MADISON, TN, 37115",36.2607173,-86.7105402,7.0,1605.0,713.0,20,white,female,1c329e8c02,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-01-09,00:25:00,"BELL RD & HICKORY HOLLOW PKWY, ANTIOCH, TN, 37013",36.0476388,-86.6559307,3.0,8863.0,333.0,19,white,male,19018cc59c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,speeding +2010-11-13,00:31:00,"BRILEY PKWY & MCGAVOCK PIKE, NASHVILLE, TN, 37214",36.1538342,-86.6854592,5.0,9290.0,515.0,20,white,male,78d577d0b1,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2014-11-07,21:50:00,"HORTON AVE & VILLA PL, NASHVILLE, TN, 37212",36.1406072,-86.792398,8.0,6629.0,811.0,22,white,female,b69c894219,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,WI, +2014-04-15,13:00:00,"DUE WEST AVE W & FREDA VILLA, MADISON, TN, 37115",36.2483052,-86.7246818,7.0,1789.0,723.0,65,black,female,79af04892d,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-01-14,08:05:00,"I 65 S & OLD HICKORY BLVD, BRENTWOOD, TN, 37027",36.0391614,-86.7844183,8.0,8604.0,833.0,44,white,female,85402489a1,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN,SEATBELT +2017-11-29,23:46:00,"CALVIN AVE & GALLATIN AVE, NASHVILLE, TN, 37206",36.181707,-86.7492447,2.0,1243.0,213.0,44,white,male,1386d24b69,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2015-08-16,08:47:00,"333 RIO VISTA DR, MADISON, TN, 37115",36.2689613,-86.6839391,7.0,1713.0,715.0,53,white,male,1d683e1215,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-08,01:24:00,"BRICK CHURCH PIKE & BRICK CHURCH PIKE, GOODLETTSVILLE, TN, 37072",36.3270282,-86.7233796,,,,22,black,male,b728a62997,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-10-15,09:08:00,"LOGAN ST & THOMPSON LN, NASHVILLE, TN, 37211",36.110695,-86.7419061,3.0,8425.0,313.0,48,black,male,e4ae6c74b9,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,-- in a -- +2015-04-20,08:46:00,"100 TULIP GROVE PT, HERMITAGE, TN, 37076",36.181361,-86.59537,5.0,9557.0,523.0,26,white,female,963f2c3d0d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-04-29,17:59:00,"SAWYER BROWN RD & GENERAL GEORGE PATTON , , TN,",36.0629052,-86.944021,,,,45,white,female,ec5603edfe,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,EXPIRED TAG. +2012-04-16,01:54:00,"MM 79 0 I65 S, NASHVILLE, TN, 37204",,,8.0,7002.0,825.0,22,white,male,3fbcafb77d,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2011-07-01,22:39:00,"NOLENSVILLE PIKE & NORTHCREST DR, NASHVILLE, TN, 37211",36.0666814,-86.7179507,3.0,8711.0,321.0,38,white,female,1d683e1215,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-05-26,05:52:00,"MM 80 0 I65 N, NASHVILLE, TN, 37204",,,8.0,7018.0,825.0,19,white,male,b5ca91d71f,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2015-05-23,22:37:00,"16TH AVE S & TREMONT ST, NASHVILLE, TN, 37212",36.1444204,-86.7929438,8.0,6705.0,815.0,26,white,female,42d656ccc7,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2014-04-24,08:18:00,"DICKERSON PIKE & OLD HICKORY BLVD, NASHVILLE, TN, 37207",36.2692405,-86.7557273,7.0,2133.0,725.0,20,black,male,09ff8e8092,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,"-- in --p, suspended dl" +2016-12-29,12:57:00,"HARDING PL & SIDCO DR, NASHVILLE, TN, 37220",36.0820671,-86.7616573,8.0,8601.0,833.0,55,white,male,b908cb6e33,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,--/--mph +2016-11-04,04:03:00,"DUE WEST AVE W & LENTZ DR, MADISON, , 37115",36.2495476,-86.7377258,,,,19,black,male,58ae6f0919,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2012-08-27,09:37:00,"DOUGLAS AVE & MCFERRIN AVE, NASHVILLE, TN, 37206",36.1933356,-86.7532901,2.0,1903.0,221.0,24,white,female,cd2deb275e,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2017-09-05,01:28:00,"GALLATIN PIKE S & NEELYS BEND RD, MADISON, TN, 37115",36.2564083,-86.713373,7.0,1605.0,713.0,17,black,male,afdbbd699c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,, +2014-03-05,13:47:00,"I 40 E & ELM HILL PIKE, NASHVILLE, TN, 37214",36.15301,-86.8525922,5.0,8955.0,533.0,46,white,male,498350de5b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN,I WAS RUNNING STATIONARY LASER ON THE SHOULDER OF I -- W AT STEWARTS FERRY PK. I HAD MY VEHICLE POSITIONED SO I COULD SHOOT THE LASER OUT OF MY FRONT WINDOW. I OBSERVED THE DEFENDANT DRIVING AT A HIGH RATE OF SPEED. I CONFIRMED THE DEFENDANT'S SPEED WITH MY LASER AT -- MPH IN A -- MPH ZONE AT --- FT. +2013-12-17,03:09:00,"NOLENSVILLE PK & FAILANE DR, , TN,",36.062915,-86.7168323,,,,37,white,female,19bfe40a92,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN,TAIL LIGHT OUT DRIVER SIDE +2011-12-14,19:51:00,"17TH AVE N & CHURCH ST, NASHVILLE, TN, 37203",36.1558083,-86.7959109,8.0,5513.0,813.0,41,white,female,9a70a45e75,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2011-02-28,03:18:00,"MM 80 I65 S, , , 37204",34.7992269,-82.2755938,8.0,7004.0,823.0,51,black,male,2511466c93,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2013-03-03,01:56:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37206",36.1744967,-86.7667644,2.0,1998.0,227.0,18,black,female,47560720c3,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2013-01-31,09:12:00,"I 440 W & MURPHY RD, NASHVILLE, TN, 37203",36.1398736,-86.821797,8.0,5620.0,813.0,37,asian/pacific islander,female,2c5a97d325,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-07-22,16:00:00,"DOUGLAS AVE & ELLINGTON PKWY, NASHVILLE, TN, 37206",36.1931931,-86.751992,2.0,1903.0,221.0,52,black,male,1b56d08e5c,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN,"SPEED +" +2013-02-12,01:49:00,"26TH AVE N & JEFFERSON ST, NASHVILLE, TN, 37208",36.1680832,-86.8167354,6.0,4525.0,613.0,55,black,female,95f3b9204e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-04-23,11:45:00,"GRANWOOD BLVD & OLD HICKORY BLVD, OLD HICKORY, TN, 37138",36.2167719,-86.6235145,5.0,9617.0,525.0,24,white,female,6472120f50,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2012-02-21,03:56:00,"EDMONDSON PIKE & NOLENSVILLE PIKE, NASHVILLE, TN, 37211",36.0771181,-86.72562,8.0,8609.0,831.0,35,hispanic,male,7975bcaa77,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-22,04:34:00,"EDGEWOOD AVE & LIBERIA ST, NASHVILLE, TN, 37207",36.2045204,-86.7838037,6.0,3005.0,621.0,24,black,female,2669c08d88,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2014-10-29,08:42:00,", , ,",,,,,,69,white,female,d098ec755c,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2016-01-21,20:32:00,"BARCLAY DR & RIVERSIDE DR, , TN, 37206",36.1807193,-86.7257693,2.0,1373.0,215.0,32,white,female,177b71ed10,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-04-26,09:33:00,"CHERRY GROVE LN & WHITES CREEK PIKE, WHITES CREEK, TN, 37189",36.2551174,-86.8300726,6.0,3223.0,627.0,60,black,female,1ba5fb1cc6,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2018-01-29,13:49:00,"TIMBER LN & WOODLAWN DR, NASHVILLE, TN, 37215",36.1235718,-86.8228414,1.0,6001.0,117.0,49,unknown,male,ba10efd51b,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-12-31,08:18:00,"21ST AVE N & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1564998,-86.8064295,8.0,5607.0,813.0,32,white,male,53067c6c30,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2010-01-20,15:32:00,"12TH AVE & EDGEHILL AVE, NASHVILLE, TN, 37203",36.1427443,-86.7870417,8.0,6939.0,821.0,24,white,male,cf72c2298a,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2010-05-18,09:21:00,"I 40 W & CHARLOTTE AVE, NASHVILLE, TN, 37203",36.1524726,-86.833841,4.0,4202.0,411.0,64,black,female,c05e130f6a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,TN, +2017-11-29,21:20:00,"2800 BUENA VISTA PIKE, NASHVILLE, TN, 37218",36.207472,-86.818968,6.0,3035.0,623.0,40,black,female,7d40a68784,vehicular,moving traffic violation,False,False,True,warning,,,,False,False,False,False,,moving traffic violation,TN, +2013-12-07,16:45:00,"W MONTICELLO AVE & N GALLATIN PIKE, MADISON, TN, 37115",36.2868438,-86.705395,7.0,1757.0,727.0,38,white,female,7181557957,vehicular,registration,False,False,True,warning,,,,False,False,False,False,,registration,TN,"TAGS EXPIRED NOV --, LICENSE PLATE OBSTRUCTED" +2017-01-20,15:11:00,"BRICK CHURCH PIKE & BRILEY PKWY E, NASHVILLE, TN, 37207",36.2390327,-86.7799219,7.0,2012.0,721.0,20,hispanic,male,5404db019e,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2015-09-01,05:53:00,"ELLINGTON PKWY N & SPRING ST, NASHVILLE, TN, 37207",36.1764615,-86.775623,,19961.0,,38,white,male,94ecf24de4,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2016-06-24,21:46:00,"46TH AVE N & ALABAMA AVE, NASHVILLE, TN, 37209",36.153298,-86.8422658,1.0,5201.0,111.0,32,white,male,67529ca24c,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2012-02-25,14:52:00,"I 24 E & BRILEY PKWY E, NASHVILLE, TN, 37207",36.2393417,-86.7846697,6.0,3224.0,621.0,53,white,male,4de6ccf87a,vehicular,moving traffic violation,False,True,False,citation,,,,False,False,False,False,,moving traffic violation,IN, +2012-02-03,14:57:00,"E OLD HICKORY BLVD & S GALLATIN PIKE, MADISON, TN, 37115",36.2622373,-86.7122109,7.0,1607.0,713.0,51,white,male,9a70a45e75,vehicular,vehicle equipment violation,False,False,True,warning,,,,False,False,False,False,,vehicle equipment violation,TN, +2018-02-12,00:51:00,"40 W & WHITE BRIDGE PIKE, NASHVILLE, TN, 37209",36.148314,-86.859111,1.0,45025.0,111.0,30,white,male,ebfe43e91e,vehicular,moving traffic violation,False,True,True,citation,,,,False,False,False,False,,moving traffic violation,TN, +2010-11-17,20:43:00,"I 65 S & WEDGEWOOD AVE, NASHVILLE, TN, 37204",36.0391614,-86.7844183,8.0,6945.0,823.0,23,black,male,70d74ff431,vehicular,safety violation,False,False,True,warning,,,,False,False,False,False,,safety violation,TN, diff --git a/lecture/lecture-9/rappers/artists.txt b/lecture/lecture-9/rappers/artists.txt new file mode 100644 index 000000000..db237b5ee --- /dev/null +++ b/lecture/lecture-9/rappers/artists.txt @@ -0,0 +1,92 @@ +cardi b +redman +nelly +juice wrld +puff daddy +wiz khalifa +too short +ugk +50 cent +jay z +the game +immortal technique +gucci mane +gza +talib kweli +yasiin bey +drake +dababy +raekwon +mf doom +mac dre +action bronson +del the funky homosapien +insane clown posse +brother ali +the roots +camron +a$ap rocky +nicki minaj +common +jedi mind tricks +killah priest +canibus +beastie boys +mac miller +a tribe called quest +kool keith +k rino +lupe fiasco +ice cube +three 6 mafia +ice t +missy elliott +childish gambino +ll cool j +e 40 +2 chainz +watsky +trick daddy +jeezy +lil kim +krs one +lil uzi vert +ghostface killah +kendrick lamar +busta rhymes +eminem +geto boys +kool g rap +tech n9ne +lil wayne +blackalicious +sage francis +viktor vaughn +rza +nas +tyga +snoop dogg +queen latifah +outkast +aesop rock +public enemy +clipse +mobb deep +danny brown +ludacris +wu tang clan +rakim +jean grae +king geedorah +murs +rick ross +cunninlynguists +ti +j cole +twista +lil b +salt n pepa +2pac +kanye west +cypress hill +wale \ No newline at end of file diff --git a/lecture/lecture-9/rappers/make_csv.py b/lecture/lecture-9/rappers/make_csv.py new file mode 100644 index 000000000..3412840a0 --- /dev/null +++ b/lecture/lecture-9/rappers/make_csv.py @@ -0,0 +1,32 @@ +""" +File: make_csv.py +----------------- + +Creates a CSV from the data in rapper-data/. +""" +from glob import glob +from pathlib import Path +import csv +import json + +HEADERS = ['artist', 'lyrics'] + +if __name__ == '__main__': + csv_data = [] + for file in glob('rapper-data/*.json'): + p = Path(file) + artist = p.stem.replace('-', ' ') + + with p.open() as f: + data = json.load(f) + + csv_data.append({ + 'artist': artist, + 'lyrics': ' '.join(data.values()) + }) + + # write CSV + with open('rappers.csv', 'w') as f: + writer = csv.DictWriter(f, fieldnames=HEADERS) + writer.writeheader() + writer.writerows(csv_data) diff --git a/lecture/lecture-9/rappers/metadata.py b/lecture/lecture-9/rappers/metadata.py new file mode 100644 index 000000000..f0f44f275 --- /dev/null +++ b/lecture/lecture-9/rappers/metadata.py @@ -0,0 +1,246 @@ +""" +File: metadata.py +----------------- + +Gets metadata on the rappers. +""" +from glob import glob +from pathlib import Path +import multiprocessing as mp +from functools import partial +import logging +import sys +from collections import defaultdict +from enum import Enum, auto +from typing import Callable, Union +import re +import csv + +import requests +from dotenv import load_dotenv +import spotipy +from spotipy.oauth2 import SpotifyClientCredentials + +# Metadata +load_dotenv() +sp = spotipy.Spotify(client_credentials_manager=SpotifyClientCredentials()) +ARTISTS = [] +for file in glob('cache/*.json'): + name = Path(file).stem + ARTISTS.append(name.replace('-', ' ')) + +# Get logging level +level = logging.INFO +try: + level = int(sys.argv[sys.argv.index('-l') + 1]) +except (ValueError, IndexError): + pass + +try: + level = int(sys.argv[sys.argv.index('--level') + 1]) +except (ValueError, IndexError): + pass + +# Send logging to sys.stdout +root = logging.getLogger() +root.setLevel(level) +handler = logging.StreamHandler(sys.stdout) +handler.setLevel(level) +formatter = logging.Formatter( + '%(asctime)s:%(name)s:%(levelname)s:%(message)s' +) +handler.setFormatter(formatter) +root.addHandler(handler) + + +class OverwriteType(Enum): + CHANGE_NAME = auto() + MANUAL_ID = auto() + + +class ArtistLookup: + def __init__(self): + self.overwrites = defaultdict(list) + + + def add_overwrite( + self, + artist: str, + ow_type: OverwriteType, + ow_val: Union[str, Callable[str, str]] + ): + """ + Adds an overwrite to self.overwrites with the given type and value. + + Arguments + --------- + artist -- the name of the artist to whom this applies + ow_type -- the type of the overwrite that you're adding + ow_val -- the value of the overwrite + """ + self.overwrites[artist].append((ow_type, ow_val)) + + + def lookup(self, artist: str): + """ + Looks up the artist after applying the adjustments from self.overwrites. + + Arguments + --------- + artist -- the name of the artist to look up + """ + logging.info(f'Looking up {artist}...') + + # apply overwrites + overwrites = self.overwrites.get(artist, []) + for ow_type, ow_val in overwrites: + logging.debug(f'Applying overwrite ({ow_type=}) to {artist}') + if ow_type is OverwriteType.CHANGE_NAME: + artist = ow_val(artist) + + if ow_type is OverwriteType.MANUAL_ID: + return sp.artist(f'spotify:artist:{ow_val}') + + # get top result + a = sp.search(q=f'artist:{artist}', type='artist') + results = a['artists']['items'] + + if results: + logging.info(f'{len(results)} hits found for {artist}...') + a = results[0] + logging.info(f'Found {artist} --> {a["name"]}') + return a + else: + logging.warning(f'No results found for {artist}!') + + + +def get_popularity(artist: str, lookup_engine: ArtistLookup, q: mp.Queue): + """ + Gets the artist popularity and stores it in the queue. + + Arguments + --------- + artist -- a string representation of the artist to look up + lookup_engine -- the engine to use to lookup the artist + q -- the queue in which to store the result; the function will put + (artist_name, artist_popularity) + """ + a = lookup_engine.lookup(artist) + if a: + q.put((artist, a['popularity'])) + + +def get_birth_year(artist: str, q: mp.Queue): + """ + Gets the birth year of the artist from wikipedia and stores it in the queue. + + Arguments + --------- + artist -- a string representation of the artist to look up + q -- the queue in which to store the result; the function will put + (artist_name, artist_popularity) + """ + # 1. get wiki url + search = requests.get( + f'https://en.wikipedia.org/w/api.php' + f'?action=opensearch&search={artist}&limit=1&namespace=0&format=json' + ) + data = search.json() + results = data[-1] + if not results: + logging.warn(f'No wiki articles found for {artist}') + return + url = results[0] + + # 2. get the article + slug = url.split('/')[-1] + article = requests.get( + f'https://en.wikipedia.org/w/api.php' + f'?action=query&format=json&titles={slug}&prop=extracts&explaintext' + ) + data = article.json() + pages = data['query']['pages'] + page_id, page_data = pages.popitem() + if page_id == -1: + logging.warn(f'No wiki article recovered for {artist}') + return + text = page_data['extract'] + + # 3. search for the birth year + match = re.search(r'\(born [a-zA-Z0-9 ,;]+?\)', text) + if not match: + logging.warn(f'No birth year in the article {page_id} for {artist}') + return + bt = match.group(0) + year_match = re.search(r'\d{4}', bt) + if not year_match: + logging.warn(f'No birth year in the matched string {bt} for {artist}') + return + year = year_match.group(0) + + q.put((artist, int(year))) + +def overwrite_pd(a): + return 'diddy' + + +def main(): + all_data = defaultdict(dict) + + # lookup engine + lookup_engine = ArtistLookup() + lookup_engine.add_overwrite( + 'puff daddy', + OverwriteType.CHANGE_NAME, + overwrite_pd + ) + lookup_engine.add_overwrite( + 'murs', + OverwriteType.MANUAL_ID, + '2dWF6m2ksP9GN75fufFp16' + ) + lookup_engine.add_overwrite( + 'ti', + OverwriteType.MANUAL_ID, + '4OBJLual30L7gRl5UkeRcT' + ) + + # get popularity + manager = mp.Manager() + q = manager.Queue() + fn = partial(get_popularity, lookup_engine=lookup_engine, q=q) + with mp.Pool(mp.cpu_count()) as pool: + pool.map(fn, ARTISTS) + + while not q.empty(): + name, popularity = q.get() + all_data[name]['popularity'] = popularity + + # get birthday info + q = manager.Queue() + fn = partial(get_birth_year, q=q) + with mp.Pool(mp.cpu_count()) as pool: + pool.map(fn, ARTISTS) + + while not q.empty(): + name, birth_year = q.get() + all_data[name]['birth_year'] = birth_year + + # convert to a csv + csv_data = [] + for artist, artist_data in all_data.items(): + csv_data.append({ + 'artist': artist, + **artist_data + }) + + with open('rapper-metadata.csv', 'w') as f: + writer = csv.DictWriter( + f, fieldnames=['artist', 'popularity', 'birth_year'] + ) + writer.writeheader() + writer.writerows(csv_data) + +if __name__ == '__main__': + main() diff --git a/lecture/lecture-9/rappers/rapper-data/2-chainz.json b/lecture/lecture-9/rappers/rapper-data/2-chainz.json new file mode 100644 index 000000000..0daf8038b --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/2-chainz.json @@ -0,0 +1 @@ +{"Birthday Song": "yeah birthday birthday die bury inside louis store ha uh uh ask come shit studio want birthday big booty ho want birthday big booty ho die bury inside gucci store die bury inside louis store want birthday big booty ho want birthday big booty ho got big booty call big booty skrr skrr wrists movin cookin gettin im kitchen yams everywhere made juug got bands everywhere realest nigga breathin hold breath referee whistle brrrt hold tech extendo clip extendo roll yo girl leave need hair salon hair hair weave killer goin trapathon see done bombs pakistan dope bomb dro bomb pill bomb see nigga im ballin call die bury inside jewelry store die bury inside truey store true religion two everything im different die bury next two bitches ask come shit studio want birthday big booty ho want birthday big booty ho die bury inside gucci store die bury inside louis store want birthday big booty ho want birthday big booty ho ahh yeezy yeezy huh birthday deserve greedy huh holdin aint givin needy huh go downstairs fall asleep tv yall together ten years deserve menage specially put bmw garage specially paid couple payments momma crib went nieces graduation man hate kids last birthday got new sweater put give kiss tell better said bout get jewelry west end bout hit westin get best friend ha im jokin im serious asked dont actin like actress preachin practice dont reachin dont touchin shit kanye wests benz cause turn back pedestrian hah ask come shit studio want birthday big booty ho want birthday big booty ho die bury inside gucci store die bury inside louis store want birthday big booty ho want birthday big booty ho birthday birthday bad bitch contest first place first place first place bad bitch contest first place show check workplace hand valet keys merces tell dj play song shit come im seeing back cant front ask die bury inside booty club get girl get girl get get girl might switch get girl ask come shit studio want birthday big booty ho want birthday big booty ho die bury inside gucci store die bury inside louis store want birthday big booty ho want birthday big booty ho deuce ye like snoop dre isnt birthday baby deserve coupe today whoa first place first place bad bitch contest first place", "No Lie": "eardrummers mike made yah tru 2 chainz smokin gas life cinemax movie bought boo bigger tits bigger ass hes smoke strong popeye louie vs archives black diamonds apartheid bread top block block hit ass bla kow dope enough go yo nostrils take girl kidnap feed mattress skeleton closet probably one dead ass rappers probably one pussy ass niggas dont try ill pull trigger got car note cup rent swisher pussy good miss ya head games vicious get cheese like im takin pictures yeah say fuck less im ya take picture know real niggas wont miss ya lie lie lie ee ee lie lie lie ee ee real niggas say word aint never told lie aint never told lie real niggas say word aint never told lie aint never told lie real niggas say true aint never told lie aint never told lie thats thing dont nah niggas tryna see million fore die whattup 2 chainz champagne want true thats true enough forbes list like every year office tour bus came brought food got fucked knew whassup think im realest say damn makes two us aww look like whats name chances whats name chances acting fucked never fucked could grammy still treat ass like nominee need know pussy like one time fine young intern money like built shit streets talkin theyll confirm go ask killed shit stay keepin cup full im extra charged like state tax chainz go way back dont talk shit state facts yes lord yeah say fuck less im ya take picture know real niggas wont miss ya lie lie lie ee ee lie lie lie ee ee real niggas say word aint never told lie aint never told lie real niggas say word aint never told lie aint never told lie real niggas say true aint never told lie aint never told lie thats thing dont nah niggas tryna see million fore die whattup name nigga want ill rap ass trap ass put ass plastic bag trashy ass take bring em whole things 2pac without nose ring thug life one wife mistress girlfriend say wouldnt went say couldnt ysl belt buckle yall niggas sure lookin yall niggas sure lucky two chains rugby left hand steering wheel right hand pussy yeah say fuck less im ya take picture know real niggas wont miss ya lie lie lie ee ee lie lie lie ee ee real niggas say word aint never told lie aint never told lie real niggas say word aint never told lie aint never told lie real niggas say true aint never told lie aint never told lie thats thing dont nah niggas tryna see million fore die whattup word word tru", "I'm Different": "yeah yeah 2 chainz mustard beat ho im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing middle finger competition im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing pull scene roof gone leave scene bet boo gone beat pussy like new song 2 chainz got everything hot skip lukewarm tell shawty bust open uncle luke got present present gift wrapping dont feel good trigger happy bet stripper happy bet wish wish nigga would like kitchen cabinet cut different fabric fucked good bad habit bitch sit got bad atti gave wrong number bad addy aint going nowhere like bad navi ass big told look back look back look back put fat rabbit craftmatic high attic high like addict im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing middle finger competition im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing 2 chainz got girl celly get celly made meet telly meet telly put straight belly go belly aint shit tell ugh hair long money long broke niggas dont get along hair long money long broke niggas dont get along paid thousand dollars sneakers ye told 100k feature ee err ee err sound bed beat beat get head well might get head beat dont give fuck switch nigga live yeah going get might valet park brinks truck mustard beat ho im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing middle finger competition im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing", "Good Drank": "uhh alright hahah yeah used treat mattress like atm yeah bond 9 thats favorite scent yeah cant forget kush im talking og yeah rest peace pop og oh yeah 285 pack uh cannot forget strap yeah rest peace nigga doe ever want ball easy part playing weezy hard sit kitchen late tryna make escape trying make mil ima keep plate told em shawty leave ima keep rake ima keep wraith jewelry look like lake today im maybach car came drapes know look like safe put back place look right face sing bitch like im drake yeah good drank big knots good drugs put four rocks drop top hot box 12 tried pull pink slips cops said molly give thizz face put dick rib cage whips kunta kinte diamonds clear like bombay take babies harambe play keys like doc dre 3k like andre girl call come gucci huh huh trunk front well check top trunk play money check yo poppin trunk three mil month three years bunk oh slump im headed oakland like kevin da runt point square stamp kevin durant lay trap play cap ill knock hat im taking cheese killing rats gucci mane call cat racks im swervin im back bach im persian man got hoes iraq im servin pay bird nervous aint got words hurt want purses back mixing syrup percocets perfect got perky breasts want turkey neck trapper year im bouldercrest snitch year cause told bis good drank big knots good drugs put four rocks drop top hot box 12 tried pull pink slips cops said molly give thizz face put dick rib cage whips kunta kinte diamonds clear like bombay take babies harambe play keys like doc dre 3k like andre girl call come ayy mike dean shit hard fuck bruh living legend appreciate ayy guwop im glad home cuz quavo already know man got next niggas double salute man true shit 2 chainz hair weave killer daniel son necklace chapo jr mean go days", "Feds Watching": "uh oh oh oh tomorrow tomorrow tomorrow tomorrow tomorrow tomorrow tomorrow tomorrow aint thing tomorrow tomorrow tomorrow tomorrow tomorrow uh way living today im talking right tomorrow tomorrow dreads hang designer everything mr comme des garcons mr alexander wang mr chain pinky ring flow insane ho insane man shoes got hardest ive done seen look clean pour remix make dirty got good head text text back tell hurry category 5 walk strip club throw high make george washington head butt ogs never fed us young niggas fed ballin hard deserve one baking soda marketing im getting aint obviously bitch ho thats philosophy im known kick like captain soccer team billie jean red leather color red lobster brain wash ya head doctor ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching drop top head bopping ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching drop top head bopping grams grammys two guns yosemite niggas put glock ass fuck heather b pumping amphetamine im peddling somewhere settling somewhere never top never might need respirator money rise like im counting elevator gon need detonator swimming barracudas close docket mafucka prosecutor armani givenchy parachute im fly jumped air wearing gucci im raw talking california rolls smoking california weed california hoes sending flicks partners state pen got pants made snake skin see shades got called ray bans shades got cost eight bands ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching drop top head bopping ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching drop top head bopping", "4 AM": "yeah yeah yeah murda yeah yeah damn right bro 4 im gettin started birthday threw surprise party reminiscin bout trap playin first carter life changed first daughter got first quarter flippin 50 dollar slabs niggas lookin bills askin half cut different cloth take pride results anytime wanna dip im providin sauce side boss kind boss keep playin end signing boss drop ep nigga free free nigga yeah zz nigga king like bb niggas rock champagne p wasnt struggle wouldnt call deuce dos anything broke got aim scope got game throat damn okay popped surprise see never took poppin type damn 4 please believe hype hit lights im way top pop flick drop pin send location ima pull bullet coupe spaceship drop bag dangerous ima hit 4 see make dropped collegrove sky ooh group best rapper thats alive ooh never turn back slime ooh aint wanna fuck bitch fine ooh hold baby let take time ooh hard get head try drive ooh jumpin cake thats surprisin ooh pickin duffel bag like exercisin ooh bought mama new house cause deserve ooh practice makes perfect nobodys perfect ooh escobar open service ooh send dr miami surgery ooh okay popped surprise see never took poppin type damn 4 please believe hype hit lights im way top pop flick drop pin send location ima pull bullet coupe spaceship drop bag dangerous ima hit 4 see make ooh riccardo tisci crewneck ooh killin rapper spree nigga next ooh talkin chillin watchin netflix ooh used trap watch bootlegs ooh im wave like durag ooh see boo crew ooh talkin tequila pipe ooh hope got clean vagina yeah drench god drench god really representin squad really tec got rollie get used sell drugs living got job sellin records use jeweler reference might buy charm extras might use legs necklace okay popped surprise see never took poppin type damn 4 please believe hype hit lights im way top pop flick drop pin send location ima pull bullet coupe spaceship drop bag dangerous ima hit 4 see make dont stop trappin boy got bout 12 racks mornin got bout 12 racks started last night still goin 12 racks strong got pitbull corner pregnant got crackhead corner pregnant everybody pregnant cept partner gettin money though im tellin", "Watch Out": "yo okay niggas niggas niggas ballin niggas athletic niggas a1 got street cred niggas ballin niggas athletic pulled phantom pulled dancer got pocket full money kinda hard keep pants nigga tryna run bands fuck bitch hands lil quay fuck xans kinda hard understand duffle bags escalade call bitch bread truck got bitch going retarded call uber spare truck niggas never scared us niggas never ran bitch tryna put head niggas tryna put feds niggas tryna take meds everything players niggas sunny like arizona gunshots sayin something spraying shit like aerosol foul thats fair ball nigga cant reach goals keep shootin damn air balls watch lil bitch watch lil bitch watch lil bitch uh watch lil bitch getting mad im getting rich getting mad im getting rich watch lil bitch watch lil bitch watch lil bitch hey watch lil bitch getting mad im getting rich getting mad bitch im getting rich watch lil hoe partners still smoke parole say im crazy used talk stove tell lock shit tell lot go dealership fishtail lot know im comin straight block know im comin straight top shawty said want 5 million cause told leave called thot shit like damn im comin straight pot still got act stock nigga aint gotta lie nigga aint gotta try wavin thing sky wavin thing body wavin thing eye look watch wrist got em watchin wrist told lil bitch ill pass nigga watch assist run trap like marathon niggas softer silicone know like feelin gone know like ceilin gone sit farrakhan turn white house terrordome used serve chevron used serve necklace bitch watch lil bitch watch lil bitch watch lil bitch uh watch lil bitch getting mad im getting rich getting mad im getting rich watch lil bitch watch lil bitch watch lil bitch hey watch lil bitch getting mad im getting rich getting mad bitch im getting rich", "It's a Vibe": "yeah hahaha yeah ooh murda yah thats vibe wanna vibe yeah thats vibe yeah uh thats vibe vibe thats vibe yeah yeah yeah oh thats vibe oh vibe thats vibe thats vibe wanna vibe yeah thats vibe yeah yeah yeah yeah thats vibe wanna vibe thats vibe shit vibe yeah yeah late night oh vibe let slide oh vibe yeah yeah dim lights oh vibe yeah get high vibe oh vibe yeah vibe dont like pussy drippin gushin drippin thighs vibe get high diggin deep im lookin eyes vibe realest know feel vibe different vibe vibe nigga bitches like okay got ambiance want get paid solely based performance ego enormous like crib california aint got heart man gonna need donor said im corner atl got clientele avoid paper trails broke many bales im shell shocked held glocks sold rocks mailbox got vibe make yellow chick turn neck got vibe make cougar wanna spend check got vibe make asian want hibachi got vibe make italian want versace carbon copies get declined im pioneer beat pussy need riot gear volunteers gas ziploc thats loud clear one outta year thats vibe thats vibe thats vibe oh thats vibe yeah yeah thats vibe vibe vibe thats vibe yeah yeah vibe type pussy tight maybe ill spend night yeah yeah thats vibe bust bust wide type shit like yeah yeah thats vibe vibe thats vibe oh vibe yeah yeah vibe yeah yeah yeah", "Crack": "hey jack start beat tinop yeah based tru story uh started trap rap matter im got crack started trap rap matter im got crack matter im got crack got crnack yeah got crnack got crnack yeah got crnack started trap rap matter im got crack standing blocks selling hinard going dumb going retard regard brnoad pinark car bitch im collipinark southside outside im ridin round get look around took style like mothafucka trippin let slow fore get ticket nigga want verse gon cost chicken rearview mirror shake like stripper ho car big got stripper pole im balling ballin like give gno talk crack get rico started trap rap matter im got crack matter im got crack got crnack yeah got crnack got crnack yeah got crnack started trap rap matter im got crack shawty got real good pnuss shit stink need dinush im killer pnush get fucked get slugged bet wont even get us 2 guns adidas im c niggas cant even see us ear muffs neimanmarcus im like cmon lets start keep real deparment versace garment yeah dont give finuck dont give finuck make suck dinick till bitch hiccup call phinone wont even pick started trap rap matter im got crack matter im got crack got crnack yeah got crnack got crnack yeah got crnack started trap rap matter im got crack thousand eight grams bnag making jewels work moving fnast need mind fucking binaz get cash get fast paper tinag new car forget got hoes four hoes foursome christmas let turn baby mama listening extra garlic butter got benihana issues trigga finger itchin like poison ivy going hard viagra trying sign might get endorsement baking soda catch cooking crack trying make rollie started trap rap matter im got crack matter im got crack got crnack yeah got crnack got crnack yeah got crnack started trap rap matter im got crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack talk crack get rico", "Big Amount": "ima tell ima tell right woke mornin nigga winnin real got big amount took different route pick litter juvy gave community pick litter want easy please tease wore yeezys dinner season got seasonin dont make sprinkle niggas got reasons wanna please send pussy pictures met week fucked evenin turn freak liquor yeah boss bitches yeah pour voss bitches yeah thoughts bitches yeah rock double cross bitches yeah dearly departed gather today prince shit know say safe got friendship ten thin weight flip weight gettin paid gettin laid bitch made took sick days 6 trey 6 4 bounce bitch bounce hood nigga favorite spot waffle house patty melt hash browns tryna avoid pat downs tryna avoid lame hoes weirdos background blackout back blow horn pedestrian shawty ride like equestrian bought dress red bottoms got rollie got car walk zoo say pick fur last night blur mornin got two dont know goin ape like zoo got tool screw missin two girls pool kissin everywhere go rod cause niggas actin fishy fuck yall niggas man duffle bag forever left v live atlanta could never die long tit alive yeah look got big amount think im biggest got hits aint even put em lit cant even put got billboard melodies rap somethin side crossed side didnt even die got money never show let nigga try play heroic michael jackson talkin dreams say bad know better shamone check im j prince investment niggas love talk reckless see like best friends got sand colored fn ive never seen inside marriott westin five stars nothin less fuck niggas payroll let em know safe code knew month though call niggas big bro could move hidden hills still dont live code im respected everywhere go nigga long live bankroll skip rainbow funny style shit straight pot gold somebody everybody know 6 god god flow yeah yeah"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/2pac.json b/lecture/lecture-9/rappers/rapper-data/2pac.json new file mode 100644 index 000000000..9a4daf6fd --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/2pac.json @@ -0,0 +1 @@ +{"Hit 'Em Up": "sucka ass aint got motherfuckin friends thats fucked yo bitch fat motherfucka west side bad boy killas know realest niggas bring thats aight ha ha first fuck bitch clique claim westside ride come equipped game claim player fucked wife bust bad boys niggas fucked life plus puffy tryna see weak hearts rip biggie smalls junior mafia mark ass bitches keep comin runnin jewels steady gunnin keep bustin fools know rules lil caesar go ask homie ill leave ya cut young ass leave pieces deceased lil kim dont fuck around real gs quick snatch yo ugly ass streets fuck peace ill let niggas know life dont let westside ride tonight bad boy murdered wax killed fuck get yo caps peeled know see grab glocks see 2pac call cops see 2pac uh shot punks didnt finish bout feel wrath menace nigga hit em check motherfuckers know time dont even know im track yall niggas aint even level ima let lil homies ride bitch made ass bad boy bitches feel get way yo get way yo biggie smalls got dropped little mu pass mac let hit back frank white needs get spanked right settin traps little accident murderer aint never heard ya poisonous gats attack im servin ya spank ya shank ya whole style gank guard rank cause ima slam ass paint puffy weaker fuckin block im runnin nigga im smokin junior mafia front nigga ready power tucked guess eddie bauer clout pettysour push packages every hour hit em grab glocks see 2pac call cops see 2pac uh shot punks didnt finish bout feel wrath menace nigga hit em peep keep real penitentiary steel aint freestyle battle niggas gettin killed mouths open tryna come clouds hopin smokin dope like sherm high niggas think learned fly burn motherfucker deserve die talkin gettin money funny niggas livin bummy fuckin im self made millionaire thug livin prison pistols air biggie remember used let sleep couch beg bitch let sleep house versace copied style five shots couldnt drop took smiled im back set record straight ak im still thug love hate motherfucker hit em im n e w jers plenty murders occurs points commas bring drama herbs go check scenario lil cease ill bring fake gs knees coppin pleas de janeiro little kim coked doped get little junior whopper click smoked fuck stupid take money crash mash brooklyn click lootin shootin pollutin block 15 shot cocked glock knot outlaw mafia clique movin another notch pop stars popped get mopped dropped fake ass east coast props brainstormed locked yous beat biter pac style taker ill tell face aint shit faker softer alize chaser get murdered paper edi mean approach scene caper like loc little ceas choke gun totin smoke aint motherfuckin joke thug life niggas better knowin approachin wide open gun smokin need hopin battle lost got em crossed soon funk boppin nigga hit em tell see run hahahaha dont wanna see us whole junior mafia clique dressin tryna us fuck gonna mob always job millionaires killin aint fair somebody gotta oh yeah mobb deep wanna fuck us little young ass motherfuckers dont one niggas got sickle cell somethin youre fuckin nigga fuck around seizure heart attack better back fuck get smacked fuck side niggas new york wanna bring bring aint singin bringin drama fuck yo motherfuckin mama gon kill motherfuckers came told biggie everybody open mouth motherfuckin opinion well gonna fuck mobb deep fuck biggie fuck bad boy staff record label motherfuckin crew wanna bad boy fuck chino xl fuck motherfuckers fuck yall motherfuckers fuck die slow motherfucker 44 make sho yall kids dont grow motherfuckers cant us see us motherfuckin thug life ridas westside til die california nigga warned ya well bomb motherfuckers job think mob nigga motherfuckin mob aint nothin killas real niggas motherfuckers feel us shit goes triple 4 quadruple niggas laugh cause staff got guns motherfuckas belts know drop records felt niggas cant feel realest fuck em bad boy killas", "Changes": "ooh yeah see changes wake morning ask life worth livin blast im tired bein poor even worse im black stomach hurts im lookin purse snatch cops give damn negro pull trigger kill nigga hes hero give crack kids hell cares one less hungry mouth welfare first ship em dope let em deal brothers give em guns step back watch em kill time fight back thats huey said two shots dark hueys dead got love brother never go nowhere unless share gotta start makin changes learn see brother instead two distant strangers thats supposed devil take brother hes close uh id love go back played kids things change thats way thats way thingsll never thats way aww yeah yeah thats way thingsll never thats way aww yeah see changes see racist faces misplaced hate makes disgrace races wonder takes make one better place lets erase wasted take evil people theyll actin right cause black white smokin crack tonight time chill kill takes skill real time heal although seems heaven sent aint ready see black president uh aint secret dont conceal fact penitentiarys packed filled blacks things never change try show another way stayin dope game tell whats mother bein real dont appeal brother gotta operate easy way made g today made sleazy way sellin crack kids gotta get paid well hey well thats way thats way thingsll never thats way aww yeah thats way thingsll never thats way aww yeah gotta make change time us people start makin changes lets change way eat lets change way live lets change way treat see old way wasnt workin us gotta survive still see changes cant brother get little peace war streets war middle east instead war poverty got war drugs police bother aint never crime aint im back facts givin back dont let em jack back crack pimp smack gotta learn hold get jealous see mobile phone tell cops cant touch dont trust try rush bust thats sound tool say aint cool mama didnt raise fool long stay black gotta stay strapped never get lay back cause always got worry bout payback buck roughed way back comin back years rat tat tat tat tat thats way thats way thingsll never thats way aww yeah thats way thingsll never thats way aww yeah thingsll never change", "Keep Ya Head Up": "little something godson elijah little girl named corin say blacker berry sweeter juice say darker flesh deeper roots give holla sisters welfare 2pac cares dont nobody else care uh know like beat lot come around block brothers clown lot please dont cry dry eyes never let forgive dont forget girl keep ya head tells aint nothin dont believe cant learn love leave cause sister dont need aint tryin gas call em see em know makes unhappy brothers make babies leave young mother pappy since came woman got name woman game woman wonder take women rape women hate women think time kill women time heal women real women dont well race babies hate ladies make babies since man cant make one right tell woman create one real men get know youre fed ladies keep ya head ooh child things gonna get easier ooh child thingsll get brighter ooh child things gonna get easier ooh child thingsll get brighter ayo remember marvin gaye used sing feelin like black thing suddenly ghetto didnt seem tough though rough always enough huffed puffed curfew broke rules ran local crew smoke two realize mama really paid price nearly gave life raise right give pipe dream id rock mic make bright screen im tryin make dollar fifteen cents hard legit still pay rent end seems im headin pen try find friends theyre blowin wind last night buddy lost whole family gonna take man conquer insanity seems rainll never let try keep head still keep gettin wet huh know funny rains pours got money wars cant feed poor said aint hope youth truth aint hope future wonder crazy huh blame mother turnin brother crack baby aint meant survive cause set even though youre fed huh got keep ya head ooh child things gonna get easier ooh child thingsll get brighter ooh child things gonna get easier ooh child thingsll get brighter uh ladies havin babies know kinda rough youre feelin alone daddys long gone left lonesome thank lord kids even nobody else want em cause think make fact im sure fall stand tall come back cause aint nothin worse son wants know daddy dont love mo cant complain dealt hell hand without man feelin helpless theres many things deal dyin inside outside youre lookin fearless tears rollin cheeks youre steady hopin things dont fall week cause couldnt take dont blame given world didnt make sons gettin older older cold havin world shoulders rich kids drivin benz im still tryin hold survivin friends crazy seems itll never let huh please got keep head", "Hail Mary": "makaveli killuminati body blow like 12 gauge shotty feel god said send one begotten son lead wild ways man follow eat flesh flesh flesh come hail mary nigga run quick see wanna ride die la la da la la la la la aint killer dont push revenge like sweetest joy next gettin pussy picture paragraphs unloaded wise words bein quoted peeped weakness rap game sewed bow pray god hopin hes listenin seein niggas comin diamonds glistenin pay attention bless please father im ghost killing fields hail mary catch go lets go deep inside solitary mind madman screams dark evil lurks enemies see flee activate hate let break flame set trip empty clip never stop aim say game corrupt fucked shit stuck niggas lucky bust shit plus mama told never stop bust nut fuck world cant adjust well hail mary come hail mary nigga run quick see wanna ride die la da da da da da da da come hail mary nigga run quick see wanna ride die la da da da da da da da penitentiaries packed promise makers never realized precious time bitch niggas wastin institutionalized live life product made crumble hardened smile crazy humble ballin catch father please cause im fallin liquor store pass hennessy hear callin get hell til reach hell aint scared mama checkin bedroom aint got head screws one life live got nothin lose one way trip prison sellin drugs wrapped livin life thugs homeboys clinton max doin bid raise hell real shit feel turn lights ill dark thuggin eternal heart hail mary nigga come hail mary nigga run quick see wanna ride die la da da da da da da da come hail mary nigga run quick see wanna ride die la da da da da da da da got p b thug family since outlawz run streets like scandalous freaks enemies die walk around half dead head k blasted hennessy thai chronic mixed im twisted blistered high visions thug livin gettin forever live multiply survived thugs die wont cry unless comin slugs peep whole scene whatevers goin around brain kind cloudy smoked feelin rowdy ready wet party whoever motherfucker nasty new street slugger heat seeks suckers regular mashin stolen black ac integra cocked back sixty seconds til draw thats im deadin ya feet first youve got nice gat heats worse thug preachin church gave love eatin dirt needin work aint nigga put cause word bond broke hustle til dawn thats sun came theres one way hold head stay niggas get pay weight rape beat breaks outlawz paper chase relate shit dont got shit gotta take dealin fate hopin god dont close gate rape beat breaks outlawz paper chase relate shit dont got shit gotta take dealin fate hopin god dont close gate come hail mary nigga run quick see wanna ride die weve travelin weary road sometimes life heavy load ride ride like bullet hail mary hail mary wont worry everything curry free like bird tree wont worry everything curry yes free like bird tree runnin penitentiary time liberty hail mary hail mary westside outlawz makaveli solo killuminati 7 days", "Dear Mama": "appreciated young mama beef seventeen years old kicked streets though back time never thought id see face aint woman alive could take mamas place suspended school scared go home fool big boys breakin rules shed tears baby sister years poorer little kids even though different daddies drama things went wrong wed blame mama reminisce stress caused hell huggin mama jail cell whod think elementary hey id see penitentiary one day runnin police thats right mama catch put whoopin backside even crack fiend mama always black queen mama finally understand woman aint easy tryin raise man always committed poor single mother welfare tell theres way pay back plan show understand appreciated lady dont know love ya sweet lady place one ya sweet lady dont know love ya aint nobody tell us fair love daddy cause coward wasnt passed away didnt cry cause anger wouldnt let feel stranger say im wrong im heartless along lookin father gone hung around thugs even though sold drugs showed young brother love moved started really hangin needed money started slangin aint guilty cause even though sell rocks feels good puttin money mailbox love payin rent rent due hope got diamond necklace sent cause low never left alone cared could see comin home work late youre kitchen tryin fix us hotplate workin scraps given mama made miracles every thanksgivin road got rough youre alone youre tryin raise two bad kids theres way pay back plan show understand appreciated lady dont know love ya sweet lady place one ya sweet lady dont know love ya pour liquor reminisce cause drama always depend mama seems im hopeless say words get back focus sick little kid keep happy theres limit things childhood memories full sweet things even though act crazy gotta thank lord made words express feel never kept secret always stayed real appreciate raised extra love gave wish could take pain away make night theres brighter day everything alright hold struggle every day gotta roll theres way pay back plan show understand appreciated lady dont know love ya sweet lady place one ya sweet lady dont know love ya sweet lady lady lady lady", "California Love": "california love california knows party california knows party city la city good ol watts city city compton keep rockin keep rockin let welcome everybody wild wild west state thats untouchable like eliot ness track hits eardrum like slug chest pack vest jimmy city sex sunshine state bomb ass hemp state never find dance floor empty pimps mission greens lean mean money making machines servin fiends game 10 years makin rap tunes ever since honeys wearin sassoon 95 clock watch diamonds shinin lookin like robbed liberace good diego bay city bomb city makin pay throw finger feel way dre puttin californ california knows party california knows party city la city good ol watts city city compton keep rockin keep rockin shake shake baby shake shake mama shake cali shake shake baby shake shake shake shake bail fresh jail california dreamin soon step scene im hearin hoochies screamin fiendin money alcohol life westside player cowards die strong ball cali riot rally live die la wearin chucks ballys dressed locs khaki suits ride flossin caution collide crews famous throw grams worldwide let recognize long beach rosecrans bumpin grindin like slow jam westside know row wont bow man say say give bomb beat dre let serenade streets la oakland sac town bay area back cali put mack give love california knows party california knows party city la city good ol watts city city compton keep rockin keep rockin south central uh thats right make shake shake shake baby shake shake mama shake cali shake shake baby shake shake shake shake shake cali uh uh west coast uh yeah uh uh long beach house uh yeah oaktown oakland definitely house frisco frisco know la pasadena yeah inglewood inglewood always good even hollywood tryin get piece baby sacramento sacramento throw yall throw throw cant see ya lets show fools westside cause know best side yeah thats right west coast west coast", "Ambitionz Az a Ridah": "wont deny im straight ridah dont wanna fuck got police bustin cant nothin g lets get ready rumble know like g really go mind nigga get constantly money bitches bitches money stay grind nigga ambitions ridah ambitions ridah many battlefield scars driven plush cars life rap star nothin without guard born rough rugged addressin mass public attitude fuck cause motherfuckers love soldier must maintain composure ease though life complicated make uh ambitions ridah catch hot horny go inside spit game ear go telly ho equipped money benz cause bitch im barely broke im smokin bomb ass weed feelin crucial player player games tight feelings mutual hustlin prayers breakin motherfuckers pay got time bitches cause hoes try play us im meal ticket mission want mil im wishin competition got blitzed bullshit stressin ima rhyme though clown hoes like mandatory guts glory nigga bitch got game distorted said cant trust bitch business got death row money hungry bitches gettin suspicious started plottin plannin scheme come twist us thug niggas point game tight syke bogart strapped night got problems handle motherfuckers see niggas jealous cause deep hearts wanna uh yeah got right beside ya hopin listen catch payin attention ambitions ridah wont deny im straight ridah dont wanna fuck got police bustin cant nothin g wish rise jealous coward motherfuckers despise time ride first side give 9 im ready die right tonight motherfuck life thats screamin drill im hard kill open fire see kill witness steel spittin adversaries envious id rather die capture watch bleed mama come rescue im suicidal thinkin thoughts im innocent therell bullets flyin im caught fuck doin jail time better day sacrifice wont get chance like nigga tys thuggin life right nigga die let brothers try least tried time die man pick way leave fuck peace police ambitions ridah wont deny im straight ridah dont wanna fuck got police bustin cant nothin g murderous lyrics equipped spirits thugs pay block evade cops cause know comin hesitant reappear away years im back adversaries reduced tears question methods switch speeds sure bitches bleed niggasll feel fire mothers corrupted seed blast didnt finish didnt diminish powers im back motherfuckin menace cowards thats tried set bitch ass niggas team indeed wet im back reincarnated incarcerated time contemplate way god made lace em lyrics thats legendary musical mercenary money ill motherfuckers buried gettin much mail jail niggas tellin kill knowin get gon feel witness realest hoo ridah put shit inside cry people find ya remind ya historyll prove authentic revenge niggas played cowards nigga right beside ya hopin listenin catch payin attention ambitions ridah wont deny im straight ridah dont wanna fuck got police bustin cant nothin g wont deny im straight ridah dont wanna fuck got police bustin cant nothin g wont deny im straight ridah dont wanna fuck", "All Eyez On Me": "big syke nook paint bogart big serge yall know shit go eyes motherfuckin og roll club shit right eyes eyes know bet got twisted dont know trust many player hatin niggas tryna sound like us say ready funk dont think knowin straight depths hell cowards goin well still nigga holla see let devils sorry day finally freed got caravan niggas every time ride hittin motherfuckers pass die live life boss player cause even im high fuck get crossed later futures eyes cause want cash thangs five double 0 benz flauntin flashy rings uhh bitches pursue like dream known disappear eyes like dope fiend seems main thing major paid game sharper motherfuckin razor blade say money bring bitches bitches bring lies one niggas gettin jealous motherfuckers die depend like first fifteenth might hold second punks wont get got four niggas low riders ski masks screamin thug life every time pass eyes live life thug nigga day die live life boss player cause even gettin high eyes live life thug nigga day die live life boss player cause even gettin high hey nigga pac much trouble world nigga cant nobody feel pain worlds changin everyday times movin fast girl said need raise long last im caught woman pistol chips triple beam got smokers whistle dip im lost land plan livin life flawless crime boss contraband let toss mediocres got lot nerve let bucket swerve im takin curb nervousness neglect make pack tec devoted servin moet pay checks like akai satellite nigga im forever ballin aint right parasites triggers fleas crawlin sucker duck get busted emotion devotion handlin business nigga keep coastin goin came back lonely homie steady flowin grain niggas still dont know money rap shit crap shit aint funny niggas dont even know act shit say another way blunts gin day 24 parlay little homie g cant see im buster free niggas cant stand eyes live life thug nigga day die live life boss player cause even gettin high eyes eyes live life thug nigga day die live life boss player cause even gettin high eyes feds watchin niggas plottin get survive die come lets picture possibility givin charges lawyers makin grip told judge raised wrong thats blaze shit hyper kid cold teenager mobile callin big shots scene major packin hundreds drawers fuck law bitches fuck passion im livin rough raw catchin cases fast rate ballin fast lane hustle til mornin never stopped cash came live life thug nigga day die live life boss player cause even gettin high niggas got tossin shit put top time floss shit keep head nigga make motherfuckers suffer benz burnin rubber money mandatory hoes stress criminal lifestyle equipped bulletproof vest make sure eyes meal ticket get money motherfucker lets get rich well kick eyes live life thug nigga day die live life boss player cause even gettin high eyes eyes live life thug nigga day die live life boss player cause even gettin high eyes pay attention niggas see shit go nigga walk motherfucker like bing cops bitches every motherfuckin body got bustas hoes police watchin nigga know like think im walkin around kis pocket somethin think im goin back jail really dope know yall watchin know yall got scopes know yall know thug life baby yall got surveillance huh eyes im knowin", "Life Goes On": "many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes bail empty halls breath stinkin jaws ring ring ring quiet yall incomin call plus homie high school gettin time bury another brother nobody cry life baller alcohol booty calls used em adolescents recall raised gs loced blazed weed get roof lets get smoked blaze two morning still high assed screamin thug til die passed youre gone im zone thinkin dont wanna die alone gone got left stinkin memories love niggas death im drinkin hennessy tryin make last drank fifth ass passed cause life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes yeah nigga got word hell blew trial judge gave 25 l time prepare fed time wont see parole imagine life convict thats gettin old plus drama lookin babys mama takin risks keepin cheap tricks gettin life hood good nobody remember gamin dumb hotties yo party truer two schemin hits gettin tricks maybe slide buried rest nigga cause aint worried eyes blurry sayin goodbye cemetery though memories fade got name tatted arm ball til dyin days say goodbye kato mental rest peace thug til die many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left cause life goes bury smilin gs pocket party funeral let every rapper rock let hoes used know way befo kiss head toe give paper pen write life sin couple bottles gin case dont get tell people im ridah nobody cries die outlawz let ride get free live life fast lane got police chasin niggas old blocks old crews niggas guided back old school pour liquor toast homies see gotta die chose go brothers miss gone left nigga long mourn life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes life goes homie gone cause passed away niggas doin life niggas doin 50 60 years shit feel nigga trust feel know mean last year poured liquor ya year nigga life goes gonna clock get money evade bitches evade tricks give playa haters plenty space basically represent baby next time see niggas gon top nigga gon like goddamn niggas came thats right baby life goes bitch hey kato mental yall niggas make sure poppin get man dont front life goes hold hold yes yes yes", "The Rose That Grew From Concrete": "poems written shakur interpreted artists try plant somethin conrete yknowhatimean grow rose petal got kind scratches marks gon say damn look scratches marks rose grew concrete gon like damn rose grew concrete thing yknahmean grew instead sayin damn like damn grew came thats say yknowhatimean trouble survive make good dirty nasty yknowhahatimean unbelievable lifestyle gave im tryin make somethin one even cared rose grew concrete keepin dreams provin natures laws wrong learned walk without havin feet came concrete hear rose grew crack concrete provin natures laws wrong learned walk without havin feet funny seems keepin dreams learned breathe fresh air long live rose grew concrete one else even cared one else even cared rose grew concrete hear hear rose grew crack concrete provin natures laws wrong learned walk without feet funny seems keeping dreams learned breathe fresh air long live rose grew concrete one else even cared keepin dreams provin natures laws wrong learned walk without havin feet came concrete see wouldnt ask rose grew concrete damaged petals contrary would celebrate tenacity would love reach sun well roses concrete damaged petals dont ask thank god nigga ask hahahaha"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/50-cent.json b/lecture/lecture-9/rappers/rapper-data/50-cent.json new file mode 100644 index 000000000..fc6d835aa --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/50-cent.json @@ -0,0 +1 @@ +{"In da Club": "go go go go go go go shawty birthday gon party like birthday gon sip bacardi like birthday know dont give fuck birthday find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed pull front see benz dubs roll twenty deep twenty nines club niggas heard fuck dre wanna show love sell like eminem hoes wanna fuck look homie aint nothin changed hoes gs see xzibit cut hey nigga roll weed watch move youll mistake player pimp hit shells dont walk limp hood la sayin 50 hot like want em love like love pac holla new york niggasll tell im loco plan put rap game chokehold im fully focused man money mind got mil deal im still grind shorty said feelin style feelin flow girlfriend bi ready go find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed flow show brought dough bought fancy things crib cars clothes jewels look nigga done came aint changed love way hate nigga mad thought youd happy made im cat bar toastin good life faggot ass nigga tryin pull back right joint get pumpin club wink eye yo bitch smiles gone roof fire let motherfucker burn talkin money homie aint concerned ima tell banks told cuz go head switch style niggas hate let hate watch money pile go upside head bottle bub know fuckin find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed dont try act like dont know neither nigga club time nigga pop pop nigga g unit", "21 Questions": "new york city rockin 50 cent gotta love wanna chill twist lah catch stunts 7 45 drive crazy shorty need see feel next provide everything need like smile dont want see cry got questions got ask hope come answers babe girl easy love would love would still love girl easy love would love would still love fell tomorrow would still love didnt smell good would still hug got locked sentenced quarter century could count support mentally went back hooptie benz would poof disappear like friends hit hurt would side time put work would ride get peel nigga cap chill drive im askin questions find feel inside aint rap cause flip burgers burger king would ashamed tell friends youre feelin bed used tongue would like wrote love letter would write back could little drink know nightcap could go like know like girl easy love would love would still love girl easy love would love would still love would leave father found thuggin believe tell one im lovin mad cause im askin 21 questions soulmate cause girl blessing trust enough tell dreams im starin tryna figure got jeans would say things make smile ill treat want treated teach chick someone happened see asked said wasnt would believe leave deep bond thats takes gone humans girl make mistakes make ill whatever take love like fat kid love cake know style say anything make smile girl easy love would love would still love girl easy love would love would still love could love bentley could love bus ill ask 21 questions us could love bentley could love bus ill ask 21 questions us", "Many Men (Wish Death)": "man gotta go get somethin eat man im hungry motherfucker ayo man damn whats takin homie long son 50 calm coming ahh ohh fuck ah son pull pull many men wish death upon blood eye dawg cant see im tryin im destined niggas tryin take life away put hole nigga fuckin back wall gon see better watch talk talk cause ill come take life away many men many many many many men wish death pon lord dont cry dont look sky mercy man pussy niggas puttin money head go get refund motherfucker aint dead im diamond dirt aint found im underground king aint crowned rhyme somethin special happened every time im greatest somethin like ali prime walk block bundles ive knocked humble swing ox rumble show ass gun got temper nigga go head lose head turn back get clapped lose legs walk around gun waist chip shoulder till bust clip face pussy beef aint many men many many many many men wish death pon lord dont cry dont look sky mercy mercy soul somewhere heart turned cold mercy many men many many many many men wish death pon sunny days wouldnt special wasnt rain joy wouldnt feel good wasnt pain death gotta easy cause life hard itll leave physically mentally emotionally scarred niggas block twistin trees cigars niggas lock doin life behind bars dont say god judge cause see things clear crooked ass crackers give black ass hundred years im like paulie goodfellas call like malcolm means gun palm slim switched sides let niggas ride thought cool want die homie many men many many many many men wish death pon lord dont cry dont look sky mercy mercy soul somewhere heart turned cold mercy many men many many many many men wish death pon every night talk god dont say nothin back know protectin still stay gat nightmares niggas keep pullin tecs psychic says bitch done put hex feds didnt know much pac got shot got kite pens told tut got knocked aint gon spell mufuckas time illiterate nigga cant read lines bible says goes around comes around hommo shot three weeks later got shot clear im real reason cause got hit like got hit aint fuckin breathin many men many many many many men wish death pon lord dont cry dont look sky mercy mercy soul somewhere heart turned cold mercy many men many many many many men wish death pon", "Patiently Waiting": "hey em know youre favorite white boy right owe one patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong im innocent head like baby born dead destination heaven sit politic passengers 911 lords blessings leave lyrically inclined shit aint even got try shine gods seamstress tailor fitted pain got scriptures brain could spit dame straight good book look niggas shook 50 fear man warrior swing swords like conan picture pen hand writin lines knowin source quote die theyll read say genius wrote grew without pops make bitter caught cases copped make quitter white mans world im similar squirrel lookin slut nice butt get nut get shot today phonell stop ringin industry niggas aint friends know pretend patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong youve patiently waitin make hatin debatin whether even weather storm lay table operatin save like angel came sent heavens think theyre crazy aint crazy lets face shit basically theyre playin sick aint shit aint sayin shit spray em 50 k get way ill bring dre turn day fuckin mayhem stayin dont let lose im tryna confuse let loose uzi shoot isuzu get message gettin know whats comin motherfuckers dont even know take big pac mix em pot sprinkle little big l top fuck got got realest illest killers tied knot juggernauts rap shit like like fight top see whod die spot put life nothin like survivin shot yall know time soon 50 signs dot shit know death threats cause get lot shady records eighty seconds away towers cowards fucked wrong building meant hit better evacuate children nuclear showers theres nothin spookier youre witness power fuckin 50 patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong gun squad hearin shots go 50 say 50 see nigga laid fuckin top blown 50 man wasnt 50 dont holla name know shouldnt throw stones live glass house got glass jaw watch mouth cause ill break face ass runnin mumblin jake goin dawg youre makin mistake ill split ya leave lookin like michael jackson jackets zippers im boss boat call skipper way turn money call flipper bitch regular bitch callin wifey fucked feed fast food keepin icey im sell records soul snoop said 94 dont love hoes got pennies thoughts im rich see twenties spinnin lookin mean 6 niggas wearin flags cause colors match clothes get caught wrong hood filled holes motherfucker patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong", "My Life": "yeah yeah mmm life life makes wanna run away theres place go place go confusion illusion like movie got nowhere go nowhere run hide matter hard try yeah yeah 03 went quite filthy filthy rich man emotions change never trust bitch tried help niggas get turned around spit right face game buck suck dick hear em may sound like shit cause im writin anymore makin hits im far perfect theres many lessons done learned moneys evil look evil done earned im doin im supposed im writer im fighter entrepreneur fresh sewer watch maneuver whats ya track lace better basic recovery comeback kid life life makes wanna run away theres place go place go confusion illusion like movie got nowhere go nowhere run hide matter hard try yeah sippin kool aid gettin buzz heavy fuckin shed sharpenin machete sippin revenge juice gettin taste buds ready wolf spaghetti say spa get even think fuckin meatballs keep forgettin thought finished motherfucker beginnin hes buggin hes straight thuggin fuck hes offendin hell rip vocal chords bitches plugged motherfuckin wall 3000 volts electricity take end em plug motherfuckers one eye sockets cause thought might finally fuckin see thatll teach go voicin cocksuckin opinion done put blood sweat tears shit fuck lettin youre gonna end regrettin ever betted feels like ima snap minute yeah happenin im thinkin sayin motherfuck everybody thats bitch 50 cause know hard go swear god put heart soul anybody knows im trapped rap every time rap im trapped rap right bubble oh guess bubble wrap like vicious cycle lifes crisis christ supposed know shit would turn like feels like im goin psycho might blow lid shit almost wish would never made recovery kid cause im runnin circles life life makes wanna run away theres place go place go confusion illusion like movie got nowhere go nowhere run hide matter hard try yeah havent fuckin confused since kid sold like 40 million records people forgot maybe maybe maybe im supposed go crazy maybe ill 3 morning like shady psycho killer michael myers im fire like lighter try say aint classic get yo ass kicked mad quick wrap head plastic pussy pick casket dirt nap maggots tragic sad never gonna end number one frown face heart full hate accept respect gift god given like air lungs every fuckin thing livin life life makes wanna run away theres place go place go confusion illusion like movie got nowhere go nowhere run hide matter hard try yeah", "P.I.M.P.": "dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p shorty club dancin dollars got thing gucci fendi prada bcbg burberry dolce gabbana feed foolish fantasies pay cause want spit little g man game got hour later ass ramada trick niggas ear sayin think got bitch bar tryin get drink like style like smile like way talk country think like cause im new york aint nigga tryna holla cause want head im nigga tryna holla cause want bread could care less perform bed bitch hit track catch date come pay kid look baby simple cant see fuckin fuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p im bout money see girl holla fuckin im p p see tv cadillac greasy head full hair bitch im p p come get money curious see feels p p roll benz could watch tv backseat v im p p girl could pop champagne could ball could toast good life girl could could really splurge girl tear mall ever needed someone im one call ill pick ever fall got problems solve em big small nigga aint bout shit im friend father confidant bitch dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p told fools stay tools keep benz rims jewels holla ho til got bitch confused got payless got gator shoes im shoppin chinchillas summer cheaper man ho im done aint gon keep man bitches come go every nigga pimpin know aint secret aint gotta keep low bitch choose ill strippin street put hoes get ass beat niki bottom bitch always come bread last nigga put stitches head get ho pocket ill put charge bitch cause need four tvs amgs six ho make pimp rich aint payin bitch catch date suck dick shit trick dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p yeah hollywood say theres bness like show bness hood say theres bness like ho bness know say talk little fast listen little faster aint got slow catch bitch ha ha ha yeah", "Candy Shop": "yeah uh huh seductive ill take candy shop ill let lick lollipop go ahead girl dont stop keep goin hit spot whoa ill take candy shop want one taste got ill spendin got keep goin hit spot whoa could way want gon back thing push temperature risin okay lets go next level dance floor jam packed hot tea kettle ill break baby simple nympho nympho hotel back rental beach park whatever got magic stick im love doctor friends teasin bout sprung got wanna show could work baby problem get top get bounce around like low rider im seasoned vet come shit work sweat could play stick im tryin explain baby best way ill melt mouth girl hand ill take candy shop ill let lick lollipop go ahead girl dont stop keep goin hit spot whoa ill take candy shop want one taste got ill spendin got keep goin hit spot whoa girl things yeah give baby nice slow climb top ride like rodeo aint never heard sound like cause aint never put like soon come door get pullin zipper like race get undressed quicker isnt ironic erotic watch thongs thinkin bout ass im gone touched right spot right time lights lights like behind seductive see way whine hips slow mo floor grind long aint stoppin homie aint stoppin drippin wet sweat man poppin champagne campaign bottle bottle gon sip til every bubble every bottle gone ill take candy shop ill let lick lollipop go ahead girl dont stop keep goin hit spot whoa ill take candy shop want one taste got ill spendin got keep goin hit spot whoa ill take candy shop ill let lick lollipop go ahead girl dont stop keep goin hit spot whoa ill take candy shop want one taste got ill spendin got keep goin hit spot whoa", "I'm the Man": "came world cryin fussin nigga aint nothin every ghetto know trying make little change preacher man come around talkin dont wanna hear keep walkin ima put powder pot whip till im pullin lot imagine pull lot new shit come without top im aint never gon stop bitch im aint never gon stop im man im man im man im man im man im man aye came game gettin money flippin chickens whip gettin money niggas get playin money clique bang money shit changed money love see nigga bottom catch coming gotta keep low nigga plug bless nigga whole wanna break bitch 36 os looky bitch im okay shorty wanna fuck stripping yeah jiggy nigga lady gon hit line aint gon waste time sucking fucking like need make bankroll easy light room tv gettin im gone type shit nigga much mind right im grind right looking sucker need found right got nine right bitch ill blow mind right aint fucking around right better get line right fuck around die right hope understand bitch im man ho im man know im man bitch im man ho im man know im man bitch im man ho im man know im man bitch im man ho im man know im man im bonafide grade hustler a1 day 1 cant touch us nigga like shit try stick ima get hit yeah know get bad bitches around smoking drinking im thinking work seen bitch back blown never nothing personal believe fuck around bitch dont wanna leave talking bout takin flights tonight im town around want fly put nothing real nigga ass flying first class cause seem regular dont want nothing regular turn talk spanish fat ass know wanna get lady lets get much mind right im grind right looking sucker need found right got nine right bitch ill blow mind right aint fucking around right better get line right fuck around die right hope understand bitch im man ho im man know im man bitch im man ho im man know im man bitch im man ho im man know im man bitch im man ho im man know im man", "We Up": "yeah uh huh dont niggas aint shit everything new spikes louboutins im round bullshit like matador im used bullshit dont matter boy corporate acquisitions accumulations wealth build gods double knowledge self entrepreneur visions moulin rouge religion pussy make weak nigga break want cheese cheeks want cheeks want cheese bitch gotta eat im havin epiphany niggas aint shit worse scum slum im im southside nigga yeah im bout mine next nigga coroners come outline aint made im made bum nigga bum bitch shoes come bakers counterfeit fraudulent fakers kind rich nigga bitch look like pullin lot brake hit button pulling top shines stuntin im pullin knot strapped glock wont pull lot front ill make pop yall dont niggas aint shit everything new spikes louboutins nigga visualize everything needed dream penalized every ho nigga scheme guns video get locked bing yeah kill nigga quick worries record clean murder one become manslaughter soon brought charity work parking tickets charges fuck nigga fucked father gave dick bitch pajamas made first million fucking dollars bought bible oh yeah god got made second million dollars bought chopper binocular im scared shit dont happen everybody im instagram looking favorite singer debating fuck jump single 20 thou got hell adlib im mouth like knew could kids k dot pullin lot brake hit button pulling top shines stuntin im pullin knot strapped glock wont pull lot front ill make pop yall dont niggas aint shit everything new spikes louboutins nigga good pussy dinner bomb kush breakfast colored vs stones around neck bitch feels like nigga dreamin seat back music bumpin niggas leanin bulls eye thats came bread nigga run game boy shouldve sent broad report whats yard aloof livin came hard pain gain embedded brain im grip motherfuck fame pullin lot brake hit button pulling top shines stuntin im pullin knot strapped glock wont pull lot front ill make pop yall dont niggas aint shit everything new spikes louboutins nigga round world tourin city got boring bury g new pair jordans coupe foreign top peeled like orange blue ferrari many iron horses living life worries gun got zodiac sign taurus dont make slam like amare zone rida gang end story oops thats baby bad im sorry call daddy maury everything arent fly nigga soaring purple label ralph lauren kick game like atari special bedroom restroom keep performing go girl film movie guess whos starring", "Best Friend": "yeah tape man listen tape ive waited ive waited time went could cry silly silly best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend first get talkin get touchin get past phone games well fuckin kiss like french put tongue ear like dogs girl pull hair different scenery mean different position tub sink improvise listen chopper jet join mile high club im fool know money cant buy love im different type nigga make sure know instead rose theres hundred dozen see see somethin special look eyes legs way back see pussy mine aint sure im talkin dont tell lies theres things say wonderin dont say im thinkin dont mean im shy got shit picked thats im fly best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend bubble bath ill come wash back puttin lotion help sit think things say may make smile give gifts heart reflect style slang use build may change talk im focused im strokin could change walk thats swagger come come new york im hustler hustle things bought separate rest feel like im best theres price pay feelin pay twice im ghetto gets girl know thats right aint got nothin hide baby tell secrets fore end bein round long enough peep shit get closer mean closer close get take clothes girl mentally long best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/a-ap-rocky.json b/lecture/lecture-9/rappers/rapper-data/a-ap-rocky.json new file mode 100644 index 000000000..38494b346 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/a-ap-rocky.json @@ -0,0 +1 @@ +{"Fuckin' Problems": "love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy hold bitches simmer takin hella long bitch give make thing pop like semi 9 ooh baby like raw shimmy shimmy ya huh aap get like never met motherfucker fresh like motherfuckers wanna dress like chrome dome make sweat like keith cause im nigga nigga nigga like figure gettin figures fuckin bitches rollin swishers brought bitches brought niggas gettin bent liquor love licorice let lick say money make nigga act niggerish least nigga nigga rich fuckin broads like fuckin bored turn dyke bitch fuckin boys beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy ooh know love beat make think niggas leadin make think rappers ive feedin got feelin thats dudes speakin oh word aint heard album sleepin print lyrics fuckin read along aint fuckin sing along less brought weed along ju okay got drop get eagle stare stars put beatles shit talkin bout discussion pay make bigger dont pay reduction comin nigga dont know dont trust comin head motherfucker get bustin yes lord dont really say often long dick nigga aint long talkin im beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve uh yeah ho finale pep talk turn pep rally say hood live inside valley vacayd atlanta goin back cali got girl line world line irony fuck em damn time eyein like nigga dont exist girl know want dick girl im kendrick lamar aka benz car mean friends es need par see standards pampered threesomes tomorrow kill em dead bodies hallway dont get involved listen crystal ball say halle berry hallelujah holler back ill ya beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy", "1Train": "uh feelin like vigilante missionary tell aap killers get pistols ready send em cemetery obituaries dont scared nigga ready ive thinkin bout os bank account x hoes bed round amount ever since new star fame came ever since drizzy started hangin huh young boy let gun bang let nuts hang transition lamborghini mustang drugs slang drug game hustling anything better 1 train bag made goyard cheffin like im boyar dee probably sellin local courtyard braids like im dog la familia go hard inlaws outlaws laws outlawed bogart pros got proached toe tag get broke projects skateboard roll past blaze yall like doo doo hate yall beef cooked ate yall like mmm mmm lets play ball ballpark sharks blindfold rhyme cold k hot 9 cold bark like k9s banana clip straight rip ill make shirt say rip im shit im hottest hell must froze thought safe forgot code carry traits traumatized soldier dont look face might snap might choke ya spine right place give dap like posed darts posters dark nights like metamorph like im posed might slice wrist pretend like vulture drop cliff barely even conscious talkin conscience gettin deeper flows like conches im convict dont drop bars drop prisons dont sell rocks seen spectrum prisms somehow bypassed bias isms violence killin given seen pigment thought ignance unfortunately type niglet pass pot let skillet got back block 6 oclock jigga im thinkin bout signin roc niggas block still assigned rocks swear hurt soul try prevail preach hurt sales like youre gon end either dead jail nigga wish best real mention name amongst white rappers matter fuckin rapper fuck painter skater musician trailer park dirt ditch diggin burger flippin eat sleep shittin human bein would trouble body double couple others cause comparatively speakin reach beyond bubble put visions beyond hubbles huddle nubians new beginnin school 10 late radioactives goin gold great give flying duck im applyin love rhymin plus alignin us alabamas climbin wait dont give flying duck nothin buckshot ch pow motherfuck life pussy blood clot aint never rapper cold since 2pac froze thawed spot date coachella show yelawolf weed different color like hoodrat bra panties flow overhead like pots pans pantries antsy cause im high like michael jackson penny loafers moonwalkin sun barefoot shades bitch pussy smell like penguin wouldnt hit shit worst enemys penis bitch say mean ho im meanest dick big like earth venus molly got nauseous aw shit switch lawless obnoxious suck cock shit synopsis ostrichs posh shit hoes goth shit stop novice regardless heartless awkward cryin tears vodka prima donna concert adonis smokin chronic bout vomit gin tonic bein honest tell isnt ironic swiftly shift bimmer 860 heavy smoker know brought blake moons reflection lake hit stayed many asian bitches lay face silky like tablecloth shorty gallop mornin beach like chilean horse red roses dropped boxes often confetti torchin drinkin henny like im kenny lofton outstandin fixed game georgia southern gramblin see us scramblin sellin susan sarandon cloud smoke like phantom damn shit tastes like fantastic uh see comin state lord could put fork inside cheesecake cuffed wrist ive got briefcase gavel slam im free man try eat ham big krit shawty spit like last breath casket rap six deep eyes closed black back come lac flats bottles cant pronounce like ask ask crack scratch rap wack wanted love dap fuck haters fuck hoes championship win aftermath ask lebron open palm slap bitch walk plank break bank ive business sinkin ships chokin niggas anchors anchor resuscitations cost label im taxin want hit clear fuck career bitch born killer 86er nigga thats born year get fuck round thats country ways suckin mommas titty bitchin choppin blade grippin grain fuckin hoes candy paint like everglades miss rapper chatter take shit bass put soul could ever doubt rappers hopin world end wont drop another album bb king saw king cant order come close youll dig cash elvis muddy water flow dixie rebel past fuck louis flag poppin benji tags wifeys ass thats line livin color im like miya bailey rap motherfuckers true artist", "Goldie": "aha aha said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop lets take basics midst greatness martin maison rocked margielas laces cristal go cases wait hold racist would prefer aces aint different taste 40 ounce chase thats understatement im early party rari latest somehow seems girls late teens remind favorite jeans cause naked cause famous lifes mothafucka aint rappers aint us tell name ima tell stainless aim fore bang let banger leave brainless mothafuckas came miscellaneous niggas wanna hate tell em face aint g low key niggas mad cause im smooth puffin zig zags tell em quit riff raff bitchin bitch ass said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop yes im shit tell stink feel good wakin money bank three model bitches cocaine sink im bout bout might roll tank cause chain came cuba got lock link red bottom loafers compliment mink eyes chink rollin dank blowin stank mean tell drink im kissin pink could call billy gates got crib every state man moon got condo space open legs tell taste niggas talkin shit tell em tell face tell bitch hop dick rolled quick six told suck dick motorboat tits im shit niggas mad cause im smooth puffin zig zags tell em quit riff raff bitchin bitch ass said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop oh yeah oh right oh yeah yeah yeah oh yeah oh yeah oh yeah everybody play tough guy til shit pop", "Praise the Lord (Da Shine)": "get text message dont know number flexin niggas every bone muscle steady taking shots never hurting numbers even yall dont worry nothin id like give shout niggas game plan shout outs niggas escape plans uh twenty bands rain dance could either rain check make plans pockets loaded rocket loaded okay lets rock roll time go lock stock two smoking barrels locked loaded diamonds glowing chart climbing em youd think im jumping window got em open line around corner line em block sometimes even stop smoking time focus shades dior pants velour create explore expand conquer came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours yeah sold pack loose hard listened x peeped bars snakes rats cats dogs games trap protect heart waited line return refine new design time shine shine shine shine shine hustle flex world mine please believe allow greaze niggas disease dont speak squeeze make devil go weak knees hate youre lame loss came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours uh came came whats name chain pants pants chain know hat shades heard voice ran stage vans braids mans babes girls ex hoes left way stepped car thats flex give thanks get fresh praise lord finesse bless came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours", "Wild for the Night": "wake feeling blessed pistol dresser aint afraid show ill expose dress riding testarossa nigga catch sipping syrup till im messed like yes sir im getting change people looking strange like nigga switching lanes never changed still fuck bitches get paper fuck niggas papers walk around lasers prolly tasers lame niggas disgrace us girlfriends want date us got different hoes im pimpin hoes could tell paystubs niggas gettin right smokin weed dirty sprite im going wild night fuck polite im goin finna wild weekend three friends nigga feeling froggy leap aap niggas finna sneak middle finger critics nigga skrillex know finna kill aap trillest dont really want glock boy dont really wanna feel shots boy b boy im block boy im boy im hot boy six shots got feelin like pac boy party night shit dont stop boy drunk fuck im ready fight wilding night fuck polite boy wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin weekend im creeping niggas drunk disrespectful callin women bitches dont mean harm wont friends es meet us cut business god witness wanna kick girl said us rolling benzes wont pour stop babysitting got drunk fuck swallowed kids es back mac tats back ass fat hit back clap back clappin back flat back back trap fuck pack aap fuck nigga act get clap lay flat fuck dreams leave punk nigga dreamin sleep wont come back nap benjamin three stack fact lives lap ou outkast daddy fat bitches sack know smokin bitches rolling reefer got open wildin morning homies tell em goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin", "Peso": "pretty mothafucka harlems im reppin tell niggas quit bitchin gon make second never disrespected plus im well connected coke imported important president swagger impressive dont need necklace bitches get impressed pull 7 6s benzes gets get freshest raf simons rick owens usually im dressed blowing blunts rolling doobies smoking sections groupies rush hold boobies direction quit fronting aint round clique nothing cause presence present kick blessing way goes way roll cause every day pesos way goes way roll cause every day pesos cause every day pesos yo yo yo bitch said im hot man told agree gon really think im hot told degrees pull hard top showing keys graduate school hard knocks show degrees couple b cs bad bitch double ds popping e dont give f told im g asap stevie got sleeve got chest nigga breathe inhale exhale cocaine x pills import export harlem catching rec still mami show neck feel later show rest feel chill way goes way roll cause every day pesos way goes way roll cause every day pesos cause every day pesos cause every day pesos cause every day pesos", "Everyday": "every day spend time drinkin wine feelin fine waitin find sign understand yes every day spend time drinkin wine feelin fine waiting find sign take slow go go go go another dimension mind body soul imprisoned eye probably goin ballistic listen im missin couple screws aint never drillin true sippin away truth double shot wisdomll rollin hittin switches rolling ditches blowin kisses bitches holdin biscuits whats business beat system co defendants blow sentence go prison go church pray father lord forgive us god judge dont like ugly look fuckin good dykesll fuck buddy yeah im piece shit know plead fifth tell holler ya need dick devotion gettin hopeless hold im gettin close soul im seein ghosts solo poet hypnosis overdose potions adjustin motions gettin emotions every day spend time drinkin wine feelin fine waitin find sign understand yes every day spend time drinkin wine feelin fine waiting find sign take slow go go go uh type shit make nigga wanna flip september august type shit got em bustin clip middle office message bosses misfits new outfit bloglist gorgeous hoes keep sayin caused cause porsches get em nauseous plus aint even mad yet niggas caught good mood paparazzi wanna nag nigga chillin bag check hope show good shoes papa got brand new bag flacko got brand new raf thats good news hood dudes usually dont look like feel get deal come back whole hood look like screamin pimp squad hold cant drive bitch im legally blind bitch live die decide shit niggas coppin guns like legal buy key survive get piece pie agree lot believe facade bitch ill fine drinkin wine bitch got love birds chirpin window dont need love ill fine sippin wine takin time slow got love birds chirpin window dont need love ill fine sippin wine every day spend time drinkin wine feelin fine waiting find sign understand yes every day spend time drinkin wine feelin fine waitin find sign dont care ever know go go go got love birds chirpin window dont need love oh ill fine sippin wine takin time slow got love birds chirpin window dont need love oh ill fine sippin wine takin time slow", "Long Live A$AP": "thought id probably die prison expensive taste women aint pot piss kitchen full dishes nose bloody sniffin heroin addiction trigger finger itching fuck parental supervision murder business little timmy got semi aint kidding hide kittens hit childrens smith bunch ignant little niglets hardheaded never listen purp purple sippin finger twistin teeth glisten like memphis bunch hypocritic christians land religion santa claus missing catch slippin christmas motherfuck wishlist ghetto ambition benjis bentley bitches gets gets road riches diamond ring designer jeans choking biscuit til im longer existing wonder miss long make history soul feeling empty tell reaper come get said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live riding city like motherfucker mine toting semi rob motherfucker blind license plate says wipe car 1989 nigga sits pretty call motherfucker fine lost motherfucking mind whats mind niggas talking never talk cops make talk god tote 9 aint talking tell em watch spine mean watch back better guide track better look back stay line dont step cracks break back im talking bout mom cause theres killers town making hits sniffing lines committing crimes wait shit simmer corrupted little minds 8 9 finna shine grind dirty shimmy shimmy ya shoot without purpose services n hearses kids aint deserve cant survive thing youre worthless strangers make nervous whos peekin window pistol curtains said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live pretty nigga rich flacko shit bitch know poppin poppin dick nigga rip pimp cant forget little flip take memphis shout triple six said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live", "Fashion Killa": "pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga uh said rocking rolling swagging max bitch fashion killer busy poppin tags got lot prada dolce gabbana cant forget escada balenciaga im sippin purple syrup come aunt jemima rider well go shoppin like manana attitude rihanna get mama jiggy like madonna trippy like nirvana cause everything designer jeans helmut lang shoes alexander wang shirt newest donna karan wearin cartier frames jean paul gaultiers cause match persona pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said see jil sanders oliver peoples costume national ann demeulemeester see visvim sneaker lanvin balmain goyard trunk isabel marant love linda farrow adore dior damir doma vena cava store crush top bossy see ride round mami tom ford papi thom browne rick owens raf simons boy got stock ball fall means shop drop versace got lot may never wear save babies flyer parents pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said pistol go scoop back tees breeze coupe smiling treasure youre well put together bags links jeans shoes spikes patent leathers different fabrics mixed together baby go away together could get away forever emotions clashing thrashing someone turn light met baby expressed passion fashion night pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said pistol go", "L$D": "know dream day think clothes im ridin round system bumpin lsd look ways say love aint makin love songs baby im rappin lsd aint stranger city life introduced hippy life make love pretty lights lsd get feelin trippy night drugs dont fit right girl really fuckin want love sex dream another quarter face system make mistakes leap faith love takes place feelin crave doin love sex dreams started hollywood dreamin sharin love tongue loss words cause feelings said party started dreamin sharin worlds held feeling way long said really wanna let go ive gettin fly gimmicks dope ive getting high cause figured lord told ive drinking driving well never go home gon stay doubt weathers cold oh feeling low sometimes light shines makes high feel feel feeling low sometimes light shines makes high feel feel started hollywood duh duh duh dreamin sharin love duh duh duh tongue loss words cause feelings said look ways say love aint makin love songs baby im rappin lsd"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/a-tribe-called-quest.json b/lecture/lecture-9/rappers/rapper-data/a-tribe-called-quest.json new file mode 100644 index 000000000..43a617d64 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/a-tribe-called-quest.json @@ -0,0 +1 @@ +{"We the People....": "dont believe cause people still rear ayo dont need killing good young nigga mood get hungry eat fucking food ramen noodle simple voodoo maniacal liable pull juju irony bad bitch lap dont love make money dont study gon give aint gon tell run back gon take brain wetter plains spit doors signs dont try rhyme vh1 show waste time guilty pleasures take edge reality salary id probably shit sporadically og gucci boots smitten iguanas irs piranha see nigga gettin commas niggas hood living fishbowl gentrify shit hole trendsetter know shits cold aint settling aint bold ay black folks must go mexicans must go poor folks must go muslims gays boy hate ways bad folks must go fog smog news media logs false narratives gods came odds nigga rappers bars kismet cosmic stars bastards overlooking street art better yet street smarts keep us charts motherfuck numbers statisticians fuck yall know true competition thats like al pitcher deck talking hittin one whos hitting ones thats currently spittin got missy smitten rubbing little kitten dreaming world thats equal women division boy tell thats vision like tony romo hitting witten tribe best division shaheed muhammad cut precision come back years later still hit shot still tryna move fucking block babylon bloodclaat two pon yuh headtop black folks must go mexicans must go poor folks must go muslims gays boy hate ways bad folks must go", "Electric Relaxation": "relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle honey check got mesmerized black hair fat ass thighs street poetry everyday yo gotta stop trot way working club would pay ayo man phife diggy got something say like em brown yellow puerto rican haitian name phife dawg zulu nation told jam get lets knock boots like group h town got bbd bedroom wall im rim ball gritty little something new york street represent beat talking bout yo took sex mind whole damn route mind frenzy horny state couldnt drop dimes cause couldnt relate relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle stretch legs let make bawl drive insane drive wall staring dome piece strong stronger pride stronger teflon take ave buy links wanna pound poontang stinks mama ill boy original rude boy never coy shorty ill convoy come across thug hood hon got goods like madelyne woods way names malik five foot freak lets say get together end week simply said labelled ho said figure friends told hate silly groupies wanna run yap word god hon dont get like ill weak knees could hardly speak could like uncle l swing ep jeep keep yo keep discreet see im type kid biz streets mom dont approve ill elope let save little man inside boat let hit back girl wont catch hernia bust couch got seamans furniture shaheed phife extra p stacy beadle pj man lg know abstract really soul ice character men never ever mice shorty let tell bout vice lots loving aint nothing nice relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle", "Scenario": "go yo go yo whats scenario go yo go yo whats scenario ayo bo knows bo knows bo dont know jack cause bo cant rap well know di dawg first bat batteries included strings attached holds barred time move fakin gots get loot bring home bacon brothers front say tribe cant flow weve known impossible like broadway joe sleep want nytol help get zs troop heres real scoop im short dark handsome bust nut inside eye show come im vexed fuming ive days paying dues acknowledge head border go get taco watch wreck jump street meaning get go sit back relax let go dont sweat heard act like know yes yes yall got vibe tribe yall real live yall inside outside come around brown may say call charlie word herb im deep like bob marley lay back payback evolve rotate gates get hit boom bip brother named tip ready flip east coast stomping ripping romping new york north cak laka compton checka checka check loops troops bounce ounce wow wow brown cow ill til skill gets flex next textbook old new rest doo doo radio video arsenio tell yo whats scenario scooby doo whoopie doo scenarios radios rates four scores smores smother dance floors go mine shades sea shore ship shape crushed grapes apes play tapes papes make drakes baked wakes simply leader base space means peace see ya later later later alligator pop blows weasel urge inflate yo incorporated n c flow funk flipped flat back first foul fight fight fight laugh yo howd sound leader quest mission got goods never left cause rights good ear could give damn ill subliminal stay away crime aint love young nation groovy sensation time hibernation elation dont ever try test water little kid yo mr busta rhymes tell heard rushed rushed rebuked causing rambunction throughout sphere raise levels boom inside ear know dont violate youll get violated hip hop sound well agitated wont ever waste time played ego heres busta rhymes scenario watch combine juice mind heel wheel bring back come rewind powerful impact cannon bragging tryna read mind imagine vo cab u larys necessary diggin library oh gosh oh gosh eating ital stew like one peter tosh unh unh unh track man unh pardon unh come back yo beg pardon travel town roll squadron rawr rawr like dungeon dragon change little drawers cause pants saggin try step twist turban smelling rank like old stale urine chickity choco chocolate chicken rear cock diesel buttcheeks kicking yo bust busta bust another rhyme rhythm sync rhymes time rippin sound like horatio observe vibe check scenario yeah man mothafucka go yo go yo whats scenario go yo go yo whats scenario go yo go yo whats scenario go yo go yo whats scenario", "Can I Kick It?": "kick kick kick kick kick kick kick well im gone kick people quest like tribe really know live comprehend track cuz gettin measures tip vibers rock roll beat funk fuzz wipe feet really good rhythm rug feel urge freak jitterbug come spread arms really need hug afrocentric living big shrug life filled fun thats love lower plateau diss us wont even think nipper doggy give big shove rhythm really fits like snug glove like box positives plus love tribe flies high like dove kick kick kick kick kick kick kick well im gone kick tribe flows layers right phife poem sayer times im studio conveyor mr dinkins would please mayor youll us really big favor boy track really lot flavor comes rhythms quest savior follow us funky behavior make note rhythm gave ya feel free drop pants check ha ir like garments wear instruct obeyer rhythm recipe youll savor doesnt matter youre minor major yes tribe game player inhale like breath fresh air", "Check the Rhime": "uh uh uh uh uh uh uh check rhyme back days boulevard linden used kick routines presence fittin abstract five footer kicks mad style step frankfurter yo phife remember routine used make spiffy like mr clean um um tidbit um smidgen dont get message gots run pigeon heh okay point phife time tip point phife time tip point phife time tip well grab microphone let words rip heres funky introduction nice tell mother tell father send telegram im like energizer cause see last long crew never ever wack stand strong say style wack thats youre dead wrong slayed buddy el segundo push along youd fool reply phife man cause know know know special shout peace goes pals see middle finger goes punk mcs cause love wack mcs despise get vexed roll next cant none contest im fly mc whos five foot three brave top remaining home training cause misbehave come correct full effect hoes check get butt jim must erect see auras positive dont promote junk see im far bully aint punk extremity rhythm yeah thats heard clean ears check word check rhyme yall check rhyme yall check rhyme yall check rhyme yall check rhyme yall check rhyme yall check check check rhyme yall check rhyme yall check rhyme yall play tapes yall check rhyme yall check rhyme yall check check back days boulevard linden used kick routines presence fittin phifer abstract rhymes rumpin brothers rode zack aiyo tip recall used rock fly routines cousins block um let see damn cant remember receive message play sender point tip time phife point tip yeah time phife point tip yo time phife play resurrector give dead life okay knowledge key show lock got scrawny legs move like lou brock speed im agile plus im worth one hundred percent intelligent black child optic presentation sizzles retina far must go gain respect umm well kinda simple remain youll crazy sad alone industry rule number four thousand eighty record company people shady kids watch back cause think smoke crack dont doubt look act well better things like hip hop forum pass rock ill score em decorum proper say hammer proper rap pop call stop nc yall check rhyme yall sc yall check yall virginia check rhyme yall check check london check rhyme yall", "Buggin' Out": "yo microphone check one two five foot assassin roughneck business float like gravity never cavity got rhymes winans got family need sweat arsenio gain type fame shame game cause ill always styles upon styles upon styles wanna diss phifer still dont know half sport new balance sneakers avoid narrow path mess around catch size eight ass never half step cause im half stepper drink lot soda call dr pepper refuse compete bs competition name aint special ed wont seckle mission never walk street thinking even though deep heart really could try best like go might even say yo shorty black youre buggin zulu nation brothers last creation minds get flooded ejaculation right two inch tape abstract poet incognito runs cape best worst occasionally curse get point across bust floss go grit dirt listen mission listen miss work umm crack monotone children jazz get smokin rb cause try best pack cant rap abstract original cant get thats pitiful know id man cold yanked plug rb cant thats bugged buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin yo bug usually reason action sometimes mere satisfaction people hounding always surrounding pulsing like migraine pounding dont really fret stay sense camouflage feeling absolute tense soar another world deep mind people seem take unkind oh yo hes acting stank really regal man fame man people believe wanna tell much riding train dough sucks case feet nikes crowd realm im saying mic please hip hop living cant yank plug result end kind bugged yo invalid although used smoke weed ali shaheed muhammad used say scheming cookies crazy booming back buns pushing real hard big fun left road see boulevard status battling mc tip maddest one mc one mc world could wanting see little old formula save world used swipe women girls im type brother crazy extended hand kid dissed brothers man supposed man wonder cause youre feeble go strongies separate evils brain mind boot nasty critters even though see bug buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin", "Bonita Applebum": "love lust sinner two let know right please bonita applebum bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita bonita bonita hey bonita glad meet ya cunning stunning miss must beseech ya hey top priority aint need question authority chairman board chief affections got mines swing direction hey youre like hip hop song know bonita applebum gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita bonita bonita 38 24 37 hun match made heaven like kiss ya brothers wont like tell ya things brothers dont could see elaborate eyes hun love never dies satisfaction right tactics need em got crazy prophylactics far hope like rap songs bonita applebum gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita bonita bonita ayo whos ball know ask get mic ask kick word kick", "Jazz (We've Got)": "got jazz got jazz got jazz got jazz got jazz got jazz got jazz got jazz stern firm young laid back tongue aim succeed achieve 21 like ringling brothers ill daze astound captivate mass cause prose profound strong meek boom boom boom jeep honda bimmer legend benz rave town foes friends push along trails blaze dont deserve gong dont deserve praise tranquility make unball fist put hip hop brand new twist brand new twist whole heap mystic low key probably missed yet loud stands crowd guy takes beat bowed raise squire adjust attire time wallow mire youre foreign path let lead join essence cool breed cool music cause makes feel serene birds bees groovy things like getting stomach aches gotta go work staring space youre feeling berserk dont really mind head cause job resurrectors wake dead pay attention hard decipher horns check phifer got jazz got jazz got jazz got jazz got jazz got jazz got jazz got jazz competition dem try fe come side way competition must come straight way competition dem try fe come side way competition must come straight way hows seems like turn years mic best friend know brothers wonder phife really kick even wanna diss sweat im music cos make papes try make hits like kid capri makes tapes sweat another thing strictly hardcore tracks new jack swing grew christian jah give thanks collect banks listen shabba ranks sing chat 1991 refuse come wack take hat crews tend rock low end theorys time wreck shop got tip shah shall fear stop look listen please dont stare jet store buy lp jiverca cassettes cds produced arranged four man crew oh shit skeff anselm gets props make sure system fat house speakers new shit rock bronx massapequa cause come quality job one everybody linden know get job done peace crew peace crew bring tour well see theatre nearest hey yo wait back hup easy back please let abstract embellish cut back forth like cameo song dig joint please come dance along music cause done rhyme gotta scat get mine underline jazz jazz move ass cause tribe originates feeling pizazz universal sound bless brothers ground ones six didnt go say im eccentric cause orgy sometimes breakfast eat grits porgies stinker call skunk ask check peoples queens ya dont stop peoples brooklyn ya dont stop peoples uptown ya dont stop includes bronx harlem ya dont stop girl ramelle ya dont stop said ladies first ya dont stop jbs ya dont stop de la soul ya dont stop brand nubians ya dont stop leaders new ya dont stop man large professor ya dont stop pete rock beat ya dont stop everybody place ya dont stop keep rhythm ya dont stop last least sure shot zulu nation heh", "The Space Program": "imma deal bigger insult man heat heat heat heat comin hard weve got get shit together time go left right gotta get together forever gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures lets get together come lets make gotta make make make make make make something happen make something happen make something happen lets make something happen word phifer gonna bring overlord drinkin cisco chilling gold microphone cords grip balls every time stuntin tour cause never bore responding ready crowds roar promoters try hit us art war business quitters bullshitters deliver go get dont bitter cause niggas jarobi fiber wove different cloth aint nothing forbidden nigga get written hardest spit city yall niggas spitting kitten soft confused amazed shook brain missing lost planning future people none people involved pouring henny smirnoff get cracking cracking smirnoff quickly turn molotov molotov spaceship doors bitch taking always seems poorest persons people forsaken dawg washingtons jeffersons jacksons captains log theyd rather lead us grayest water poison deadly smog mass un blackening happening feel yall rather see three three structure many bars leave us play among stars taking mars got space vessels overflowing think want us us niggas going reputation aint glowing reparations aint flowing find stuck creek better start rowing used see tv screen place land dream car stereo would promote show optimistic little brother hope know aint space program niggas yeah stuck nigga aint space program niggas yeah stuck nigga aint space program niggas yeah stuck nigga aint space program niggas yeah stuck stuck stuck sit wonder sometimes read paper every day happenings cycular happen different ways presidents refined wing shes confined thirty percocets five bottles wine carolina nothing finer black woman climbs top state building claiming flag mine people top people feels like cant breathe put much muthafucka feel like shouldnt leave put tv put movies put face notions ideas citizens live space chuckle like yall absurdity takes money get running money trees fall imagine one second people colored please imagine one second people poverty matter skin tone culture time zone think ones got would even think throw bone moved neighbourhood find home nah cypher probably place imagine shit really talkin space dude imagine shit really talkin space dude imagine shit really talkin space dude time go left right gotta get together forever gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformers wont hear quitters tyson types che figures lets make somethin happen lets make somethin happen lets make somethin happen lets make somethin happen gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures make make make lets make somethin happen lets make somethin happen lets make somethin happen lets make somethin happen gotta get together forever gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures lets make somethin happen lets make somethin happen gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures make make make lets make somethin happen lets make somethin happen lets make somethin happen lets make somethin happen gotta get together forever gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures lets make somethin happen lets make somethin happen gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures make make make lets make somethin happen lets make somethin happen lets make somethin happen lets make somethin happen danger must growing rowers keep rowing theyre certainly showing signs slowing small step mankind giant step us oompa loompa doopa dee doo ive got another puzzle", "Award Tour": "world tour muhammad man going every place mic hand new york nj nc va world tour muhammad man going every place mic hand oaktown la san fran st john people give ears sublime enjoyable know concubines niggas take coats ladies act like gems sit indian style recite hymns see lyrically im mario andretti momo ludicrously speedy infectious slow mo heard eighties jbs promo never ending quest get paper caper let take queens side im taking brooklyn side residential questers invade air hold second son cause almost black man lose soul white groove dont crap roll see shit universal got knowledge dolo delf self see theres one else drop angle acute im bugging let get back cause im wetting niggas run tell others cause brothers learned build mics workshop class give award lets make last world tour muhammad man going every place mic hand chinatown spokane london tokyo world tour muhammad man going every place mic hand houston delaware dc dallas back 89 simply slid place buddy buddy buddy face lot kids busting rhymes taste said quest wack case quest mic hand without like kryptonite superman shaheed come sugar cuts phife dawgs name stage call dynomutt last time heard phife sloppy lyrics anonymous youll never hear copy top notch baby never coming less skys limit gots believe quest sit back relax get path heres dancefloor come move ass non believers check stats roll shaheed brother abstract niggas know time quest jam never let statue tell nice coming hits braves yankees living mad phat like oversized mampi wackest crews try diss makes laugh track records longer dc 20 aircraft next time think want somethin make something def take garbage st elsewhere world tour muhammad man going every place mic hand sc maryland new orleans motown world tour muhammad man going every place mic hand chinatown spokane london tokyo world tour muhammad man going every place mic hand houston delaware dc dallas world tour muhammad man going every place mic hand new york nj nc va seven times ten listen music night thus spawned title program word maraud means loot case maraud ears"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/action-bronson.json b/lecture/lecture-9/rappers/rapper-data/action-bronson.json new file mode 100644 index 000000000..67edf7a8f --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/action-bronson.json @@ -0,0 +1 @@ +{"Baby Blue": "heartbreak drowned sorrows large steak always back gotta like gotta act like bitch im baby girl im blue treat like shit paid bed never even slept paid crib never stepped foot somebody else eating pudding things change dashboard wooden black benz like young doc gooden dark shades cause im stone crazy girl grown stop playin phone baby childish attempts make angry fall short fuels rage nothing understandable im shinin brilliant five brazilians times used hide feelings im butt naked lamborghini motherfuckers cant see wait til chick see tv make shit look easy wouldve thought hit right back always back gotta like gotta act like bitch im baby girl im blue many women wanna call baby wonder fuck aint call lately would say im symbol sex uh others would hate dont give em breath go date im crib chef uh thats could order whatever specialty white snake underwear sauce could probably catch somewhere sun next understand thats cause im popular im getting topped front row opera bocelli sings celly rings gotta go youll never know good feels lay bed king im exactly flawless im gorgeous like horse know thought succeeding makes lot people nauseous still im back boat taking pictures swordfish always back gotta like gotta act like bitch im baby girl im blue hope get paper cut tongue razor paper cup hope every soda drink already shaken hope dreams dry like raisins baking sun hope titties saggy early twenties hope theres always snow driveway hope never get fridays work fridays thats always busy fridays hope win lottery lose ticket hope ben socrates poop kitchen hope zipper jacket get stuck headphones short charger dont work spill shit shirt hope tears dont hurt smile face cut losses delilah changed locks fade hope happy hope happy hope ruined shit reason hope happy always back gotta like gotta act like bitch im baby girl im blue la la la la la la la la la la la la la la la la la la la la la la la la la", "Actin' Crazy": "yeah uh opportunity knockin let motherfucker opportunity knockin gotta let motherfucker kiss mother cheek tell love aint gotta worry bout thing got covered think im actin crazy think im actin crazy think im actin crazy know im still little baby life fuck pull truck bitch stuck wanna suck us see hangin window screamin tough luck different cloth im cut baby oh lord cops chasin bronson white ford shit im night tour bitch im alright im raw im robe dancin salsa top floor would swear im puerto rican im lord hot hoes every city go singin heads high kill em uh eat oysters speak six languages three voices adriatic summers sail boat dont even try call im available nothin unless stupid paper hop studebaker anita baker uh opportunity knockin gotta let motherfucker kiss mother cheek tell love aint gotta worry bout thing got covered think im actin crazy think im actin crazy think im actin crazy know im still little baby uh feel alive think shit kiss im starin man inside mirror reflection shows wolf though goddamn im still cute ho women play flute saw plate melon prosciutt left handed make fender cry count money reverends smile devils eye half cherokee gemini uh motherfuckersll dump heat jump street turn chest plate lunch meat im humvee lookin like young motherfuckers wanna chubby switch season hairs curled tan skin need bad girl cause james brown said mans world transam twirl burner handle made pearl thats daddys little girl opportunity knockin gotta let motherfucker kiss mother cheek tell love aint gotta worry bout thing got covered think im actin crazy think im actin crazy think im actin crazy know im still little baby", "Easy Rider": "praise lord born drive boat feeling like slash front chapel im leaned back les paul shit smoke like cholesterol spilled dressin vest festival best midget puerto rican beck call best believe neck involved fucked around almost wrecked saab uh took acid ten days straight mountains started running stallions playing frisbee west indies tango kidneys eyes open know kids need rockin loose pants yeah rockin loose pants yeah buried million sand clock tower die take hot shower ride harley sunset ride harley sunset ride harley sunset ride harley sunset chance seen lobby ritz man one swings hockey stick wearing white hair looking precious shit might cop chest dresser little machine make espresso heard bitch still wears ecko hide drugs behind box de cecco live expo wear wolf winter steer coupe center gives fuck im sinner dreams fuckin keri hilson duncans woke naked hilton bitch look like seals cousin bite eel dozen bite eel dozen pump bass trunk shit rattled like baby hand except toy cost 80 grand im crazy tan places ive writing words pen tell pilot land plane roosevelt main put jacuzzi seven train lay john coltrane play cocaine face know crabs old bay taste brass band seven pieces bitchs name peaches got twin mac 11s features shit barely got sneaker money much dick mouths thats motherfuckers speaking funny need speak clearer dear cause cant hear ya need speak clearer dear cause cant hear ya magic johnson game lames dont want play smile face really know hatin know mad cause im sick plain see ride harley sunset ride harley sunset ride harley sunset ride harley sunset ride harley sunset ride harley sunset", "Bird On A Wire": "la musica de harry fraud smoke something biatch blow kiss dick wash body sponge feed fla vor ices put chronic lungs tailor leather suit jodeci shit bi coastal man rich leave party daughter morning karate water hear sounds samurais rockin shorts winter dont fuck splinters roll sinners bunch winners catered lunch dinners drug jar look empty drop hook ill probably cop m3 long knife thats event somebody try get heaven theyll sent oh strength caviar porsche taste beans gettin boston baked thin ice skate across lake ccm tacks feet like cassius smoke premium cabbage blow kiss dick wash body sponge feed fla vor ices put chronic lungs tailor leather suit jodeci shit bi coastal man rich yo 80000 shopping malls aint browsin poppin hood transco towers prowler prowling gucci towels bathroom vials nouns owls aston martins sparkin one valet parkin loan sharkin hopin days dont get darkened cheetah skin outside parka propaganda propels us ostrich feathers security guards 9 berettas pullin volkswagen jettas causin storms sunny weather sunny whether sunny weather hopin days get hopin hopin days get days get better", "9-24-11": "smoking fucking thanksgiving turkey bags man surgical procedures ben johnson already know sign name feather tap dance full moon smoke drinking liquor fam left us soon keep truckin searching nooks crannies english muffin streets filled crooks trannies bam bam got shooter like lagassee emerald green paper split posse one hand driving 3 gram smoking 2 fiend sucking tea bag soaking strength retard drugs even stronger shorty loved longitude dealer bring quarter fishing make snapper less affordable hate stupid bitches ask questions thats rhetorical like want sex well bitch obvious name jeta former yugoslavia grew bush like baby plant still ate think bucatin razor clams smuggle cheeses baby bag serve private tasting got time wasting dick placed slit type conversation prime rib lafrieda carved blablablabla fuck fucked last word cause dont give shit man meant say prime rib carved fucking carving station yo yo mind locked conscious rocked alley fiend getting cock sucked plus wearing wedding dress special day said finally met fuck yo mind locked conscious rocked alley fiend getting cock sucked wearing wedding dress special day said finally met man take breath away well naturally im jealous im lonely times friends life drugs cannoli dad right shoulda listened told walking contradiction wounds inflicted solely pain within running deeper ocean floor ocean bluh bluh bluh bluh bluh bluh yo pain within running deeper ocean floor ocean avenue family straight kosovo years ago mum look son bloomed hum tune im hotter sun june im living life feel im drifting demons doorstep lungs feel constricted maybe see shrink get prescripted take hand god shit think ill keep distance think im frightened didnt even know yo thought im subconsciously poet perfect timing hope dont blow pop bottle moet yo heres late nights im trying stay orange skips great white sharks 38 tarnished tip 27 years never met honest bitch slice faces like kitana shit nasal blow smoke basil boat hookers half shell hundred dollar pants wind breaker jacket flapping like falcon westward wind play kitchen like mexican next kin patrick swayze", "Strictly 4 My Jeeps": "better slow baby im wildin better slow baby shit crazy need slow baby whole team cash load baby im hero home town baby stop talking go baby shit chest shoot colors like care bear year see tan hopping van wasnt tryna show face fuck around cold case chrome skates old day remote control chains promote dough veins poke chicks hoes vogue legs eat steaks gold plate stoned listening coldplay need slow baby whole team cash load baby im hero home town baby stop talking go baby long knife spinal built like rhino push 635 finals pearl white like sniffin sinus finest vaginas demolished dick one year queens top cream crop serve fiend sock five minutes till lean like drop spinning furnace like scene rock hide spinach like doomsday prepper every sunday tuesday leather beard look like uday qusay play pool cool day need slow baby whole team cash load baby im hero home town baby stop talking go baby lot people hands got motherfuckers mad cause imma stand never let hammer got soft hands hear singing boss man dog im lost land spill coke heater drop little sauce beater zero 60 porsche like cheetah new york im like jeter light caesar hypebeaster rock nice sneaker get drugs good price price cheaper guaranteed trunk snapping like tambourine bodying pussies camera team uh better slow baby uh better slow baby uh better slow baby better slow baby need slow baby whole team cash load baby im hero home town baby stop talking go baby need slow baby im hero home town baby", "Terry": "dont hurt uh dont hurt dont hurt dont hurt dont hurt baby nah love need hug cause drugs takin shorty couldnt take went loca stranger rum soda met ho slumped shit ive good though cant complain could probably cop half plane drinking juice like jack lalanne imma strike rich day uh know gotta get plate virtuoso keyboard rep eastern seaboard jeez lord please leave z3 keys leave dont sneeze shit cause shiz imma flip ya pedicured foot slide slipper tryna remix pitbull tell pilot land schiphol play violin dimples lifes ironic simple smoke good fuck eat drink drive nice car wear green mink first time whacked penthouse roses bath penthouse billy joel garden get skybox 89 iroc always poppin ihop choke pussy tie knot block chuck knoblauch spicy coconut curry thai spot im hurry dumb jewelry verdict read hung jury doctor said hung early skull curly larry moe ill marry ho bitch look like mari monroe twisted jenkem watching iron chef secret ingredient lions neck royal blue cyber tech ride solo like fighter jet hurt dont hurt please dont hurt dont hurt theres hit records demo theres hit records demo dont hurt theres hit records demo theres hit records demo catch hoppin limo catch hoppin limo smoke good fuck eat drink drive nice car wear green mink uh payin smoke good fuck eat drink drive nice car wear green mink smoke good fuck eat drink drive nice car wear green mink think", "The Rockers": "bam bam la musica de harry fraud white leather knee tropics left hand switching speeds im cockpit straight flushing man known using chopsticks problems getting dealt never pop shit hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty rock shawn kemp kamikaze burning cheese saganaki greek shit whole team sick hoe bitches cleveland dick rap fuck make clap throw money air pick ill take back bitch homie hold homie throw phony pounds scent dollars like crispy garlic golden brown addicted aint nothing prescripted baby clams montauk mix linguistics bitch im high white leather knee tropics left hand switching speeds im cockpit straight flushing man known using chopsticks problems getting dealt never pop shit hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty uh know hit hot shit straight block roll pot shit niggas dont wanna go school act like sick money pocket putting diamonds everything see look rich fuck clothes smelling like mary jane ride coastal every plane say guys close guys loco see non vocal high fuck need bifocals kush got moving slo mo steak eggs dojo gs need weed im cars aint keys tapping young niggas rolling weed ounce got bigger crib repping live hair long weed strong staring weed strong money long aint caring white leather knee tropics left hand switching speeds im cockpit straight flushing man known using chopsticks problems getting dealt never pop shit hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty", "Consensual Rape": "fucking drug shit drugs yeah yo straight depths queens leave sleeping mezzanine like lincoln switch desert scene often heard motherfucker seldom seen im throwing blows waiting bell ring drug smoking raisins make pasta sweet slumped barrel posture meet stay lean like motherfucking ostrich meat full shit time get colonoscopy scissor kicks dick suck miss elizabeth lex luger arms 4 morning dark computer wasting time thoughts paced untastable grace replaced mind born shine like eyes cat cat fuck around put knife back nothing live let die roam land bluffing lifted cards showed hand pussy tailor made rubber rubbermaid reliable never spill soup rock linen suit play streets like ball court spin shoot strong popeye dipping spinach take nuts mouth let breathe minute please life cheap like hooker philippines huge star im still queens youre shelf like figurine drugs infested mind im destined shine spit shit keep motherfuckers pressing rewind thousands pounds pressure pressed spine live divine free mind lead blind read signs hands like stepping party getting robbed motherfucker shotty said pottyd make body ollie dig shorty cuz geeked molly eating dick need seasoning seven dudes room shes pleasing like trooper hit pooper throw shower take lupa im kinky ill hit even stinky put em shower make pussy brand new ran give em money cant stuff lunchbox burn candle uh consensual rape vinegar solutions animal abusing barrel revolutions dont get pissed fuck around rip tits still getting head even dicks soft rising quick fleischmans im endzone one leg posing like heisman throwing like theismann sway foot village leader smoking pipe seven wise men eat biggest piece chicken table let em know im hungry polo rugby forty four long surely got trusty home trying live american dreamsdusty rhodes yeah fucking pussy", "9.24.13": "uh waxy smoking barbara walters wax fucking outfit twenty days row dont give shit came around cause thought money got fucked thats kids theres anything left ill cop crib theres anything left ill cop six think got art displayed dinner plates first course finger lakes last course cinnamon ginger cake gave head laker game got tatted trying erase name caught cheating pussy didnt feel probably one broncos lebron blew car soon try start nah cant talk though chance thin like moustache puerto ricans shooting guns daughter weekend smoke budder color weeknd stashed sole sneaker laughs fuck fuck man stashed sole sneaker smoke budder color weeknd uh told driver lenny swing garden gotta talk pat hit stacks showed gat like gonna miss finger roll right fuck told driver lenny swing garden gotta talk pat showed stacks showed gat like youre gonna miss finger roll right yes mr baklava cartwheeled aqua car trails laughter shit crazy right yo fucking nuts talking crazy point told driver lenny swing garden gotta talk pat showed stacks showed gat like youre gonna miss finger roll right yes mr baklava cartwheeled aqua car im sliding boy made crying facial reminiscent lion fuck around ill send back zion aint even trying swing wood wheel like lumberjacks remember back wouldnt spend stack rap want wipe ass crack shat corn beef hash ew yeah motherfucking big body im back fucking sequel man know come spice shit fuck mr fuckin sazon im fucking wiling lot shit done motherfucking changed motherfuckers done came whole lot different motherfucking moves made know time motherfucking lifestyle done changed little bit types shit motherfucking crib renovated man types fly shit got new fucking marble floor man shit imported flew shit connecticut motherfuckers spinning stupid shit know man motherfucking body im wiling like never changed man motherfucker know man 98 stick ups screw driver man last car fucking train man fucking live shit done came pockets always swole sometimes little low get back man fill like fucking gas tank god man psssht shout outs fucking brother man action bronson man man motherfucking man enough say man motherfucking things thats say shit fucking crazy man im smoking good man fucking pocket fucking stupid fucking blunt pack town piff shouts motherfucking dominicans heights 172 174 wiling already know man nah dont even want motherfucking ounce b give motherfucking 40 dimes thats want brown fucking bag yeah tato papi thats big fucking style man want chimi sauce dripping fucking arm thats man wipe fucking hundred dollar bill im wiling man name big fucking body shouts motherfucking albania shouts east new york shouts lindenwood shouts motherfucking flushing shouts motherfucking bronx man fucking day im wiling man eagles"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/aesop-rock.json b/lecture/lecture-9/rappers/rapper-data/aesop-rock.json new file mode 100644 index 000000000..305c71f45 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/aesop-rock.json @@ -0,0 +1 @@ +{"None Shall Pass": "im trust im trust im trying help im trust im trust im trying help flash buttery gold jittery zeitgeist wither watering hole patrol heart huckabee art fuckery suddenly enough young lung water wings colorfully vulgar poacher mulch like ima pull pulse soldier bolt fine sign time elapse primate climb spine attach eye eye bog life swamps vines get rise frogs flies dogfights hog tied prize sort costs life mouths water fork knife allure isnt right score war torn beach cash cows actually beef blood turns wine leak police like thats riot feast lets eat remember name face day judged funhouse cast rejoice fall grace cane sky like none shall pass none shall pass none shall pass never day snow cone couldnt fix wouldnt relate rogue vocoder blitz spoke nodoz motor fritz cause wouldnt play rollover fetch like bitch express regrets though isnt worth homeowners piss jokers pose glitz fine sign swine swarm king whore comply conform miles outside eye storm siphon lure prize award avoiding vile bizarre violence war true blue triumph like wait let snake centerfold let break walls jericho ready go sat old cardboard city folk swap tales heads like every penny throw remember name face day judged funhouse cast rejoice fall grace cane sky like none shall pass none shall pass none shall pass tried tried tried trick youve got youve youve got lot nerve im im im trying trick im try im try im trying help okay woke grocery list goes like duty death anyone object come stand way could little snake river canyon today ran chain commands jetpack strapped backstab lands fine sign vibe crowd cut belly open find climb thats quite bit gusto muster make dark horse rush like enoughs enough mustve struck nerve huff puff til kings men fluster clusterfuck beautiful thing people keep impressive wingspan even cubicle shrink got pull intruder root weed ny chew machine remember name face day judged funhouse cast rejoice fall grace cane sky like none shall pass none shall pass none shall pass", "Daylight": "yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn put one shackle clean logic procreation invent wheel crooked spoke adjacent triple sixers lassos keep angels roped basement walk block halo stick poking patience yall catch thirty second flash visual dirty cooperative med platoon bloom head trip split ridiculous fathom splicing first generation fuck trickle anti hero smack pace game zero hour completion cretin splash duke early retirement picket dream american nightmare hogging screen ill hold door open stumble youd stop following around jungle gym honor spell h stole heritage merit crutched wretched refuse teeming resonance promise tempest tossed breed bleeding conscience see creed accents responsive sports divorced wattage im sleeping wow yeah settlers laugh wont laughing covered wagons crash wont laughing buzzards drag brothers flags rags wont laughing front lawn spangled epitaphs ill hang boots rest im impressed triple knot em forgot em origami dream beautiful man wings never leave ground without feather lottery ticket settle ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn slacker bound intimate tabloid headline pulse shimmy cross centerfold enter dead time engulfed divvy crumbs better souls seven deadly stains adhere blame crystal conscience results lowlife countin one hand hes accomplished okay link activism chain activate street sweep plug deteriorating cenobite pendragon hock spores coursed morbid spreading mad men alley gospel sinking lincoln log cabin charlie chaplin waddle could zig zag zig em badge dreams sparkle brick wall windows another thick installment one night gotham without wretched houston problem attached festive batch city goblins split holiday freaks box cut cinema high road bellow head gripped watch red bricks turn yellow sort similar backbones camp icarus fiddler crabs congregate get pampered bickering lifes bitch life beautiful woman call bitch cause wont let get pussy maybe didnt feel yall shared similar interests maybe youre asshole couldnt sweet talk princess kiss speaker wire peterpacifism pegging threshold stomach full halo kibbles wings span cast black upon vigils duck hunt ticker tape vision pick apart pixels got friend polar nature peace seek similar stars cant sit feast metal captain cat askin ive seen bit lost passion told yeah pedaled past ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn", "Zero Dark Thirty": "look unsigned hype front line aeronauts flurry zero dark thirty zero friends minotaur fugly stepchild evoke lunch jumped plunging necklines beside tongue tied hungry enzymes devolved mothmen munching textiles punisher past go time back 10 fried worms chubbier brown grass sides canned food manmade tools lanacane band aids mandrake root bindle broomstick pancaked shoes handshake proof campaign cant lose cant gain smoke moles like force nature pray fortune return favor swiftly maybe form nest egg maybe form tesla death ray solid gold scene something better celebrate powder face like flatfoot jelly day moral compass batshit spinning shadows immoral magnets supporting artist enabling addict mean guess matters wish mattered thousand virtues kick bucket like chinatown turtles roving packs elusive young become choke lore writers boosted drums terrifying face future tongue huntable surplus one huntable surplus one huntable surplus one huntable surplus one huntable surplus one check breakneck pulse colors drain emote sugar skulls rain flower eyes melting guided levee made bath tiles tilting quarter headed kill screen corner cut build team particularly menacing angle perpendicular everything boys room cherry bomb boygoon much runnin devil mellotron hello heres tale caution pounds coffin nails bootlegs hawkwind saw tooth nevermind straw gold spin hearts sleeves heads poles arm maw fish pith like business card jar mall alike androids dreaming carbon applause get stuffed cartoon cigars cold pack neti pot home roost around folk backed lampoon shook fevered brow broke ankles daisy declawed pound thank fade failed basic training spent couple groundhog days changeling silhouette gods last cigarette anything less would ri god damn diculous roving packs elusive young become choke lore writers boosted drums terrifying face future tongue huntable surplus one huntable surplus one huntable surplus one huntable surplus one huntable surplus one one one one one one one one one", "Rings": "used draw hard admit used draw portraiture human form doodle two headed unicorn soothin movin arm fusion man made tools muse beyond even went beautifully wrong tangible truth youth refused belong name nuisance stews bedroom oozing brand new cuneiform barely commune horde got whole gray scale ungluing world might zone yap magpie unseen hand dragging graphite cross contour little bit backlight black ink bristol baptize cant imagine rush ensue get three dimensions stuffed two school trained observed capable back new york five peeps dog two bedroom menial jobs plus rhymin stealin clod distractions free maraud left years deer light left spirit away let fears materialize let skills deteriorate haunted thought continuing mission rooted 20 year affinity rickety condition id crisis nap front lawn look sky shapes falling fringe heart though wouldve made cowardly kings chop count rings count rings count rings colors pouring fringe heart though wouldve made cowardly kings chop count rings count rings count rings used paint hard admit used paint natural light human face stenciled fire roommates bass blooming addiction amiss pushing pigment book like tattooed pigskin look pinhead kids minute drank kool aid tube acrylic grew linseed oil linen joy poison voice resin capture map gesture back add little accurate fat figure redo move inward zinc white lightning shoots fingers studio strewn illusion tinctures stay tuned spooky adventures cant imagine stars align forearm starts foreshortening right torso hung warping spine proportion reads warm alive routine day dirt cheap brush week goes goes untouched two three month rest life beat left seasons eager fall left work bury alive let means dissolve let person curl die eating innards unfeasible anxiety brutally committed relinquishing privacy aligning trials anti midas nap back lawn look sky shapes falling fringe heart though wouldve made cowardly kings chop count rings count rings count rings colors pouring fringe heart though wouldve made cowardly kings chop count rings count rings count rings im getting sick tired never understanding truth promised", "Coffee": "dont need walkie talkies nope walkie talkies dont need coughing offing morning coffee dont need walkie talkies nope walkie talkies want hermitry stay coffee go last shall first immerse pass heat face mud moxie melt till woke drowning tchotchke hell cave torch wall window arrangement porcelain dolls brand new day saw saw property owners crawl mall bad toupee face like author law pace like mourning loss right hand worms left full gold trade turf mean thats ok got answer end volatile day model mercy might way marionette clap obey dude look noise call flight water boys meet greet slap five cheek cheek colonize grown ass man shall abide wish walk path dime stick walk path diamond wine walk path firing line walk pay mind new recruit play doh spine lets friends opposite ends wave kid dont hop fence play radius far away orbit wide dont park space one little martyr talk face make one little weathermen sharpen blades dont need walkie talkies nope walkie talkies dont need coughing offing morning coffee dont need walkie talkies nope walkie talkies want hermitry stay coffee go last shall first curb mad cow meat face bars regular cell woke high collectible hell boom town kid taught binge man expire shit win thats warpy american nonsense penned rich routine friend pinch still used stench throws otherwise lucid events case afraid observe got pro keds box full laymans terms goes hey peace pray plagued major relief capacious rains cuz dont want war dont mean go warm barbecue im like pardon sawed limit high noon quick little minute dont wanna spend sitting critic simply isnt going ever really get hq alive alone driveway sign home dial tone line phone worlds tiniest violin song might lie lie morgue deep breath hiding bored fighting smile highly annoyed timing right rise record call monster beats blockhead got animal drums like hes doctor teeth goes red light green light 1 2 3 one large coffee fuck peace k e n p r n e r k e n p r n e r k e n p r n e r k e n p r n e r k e n p r n e r crawled basement weather got cold like lost lamb returning fold outside world recedes view years supply make memories 1967 colt 45 holding back vampires keeping alive theres envelope cash front door make take medication", "Gopher Guts": "uh greasy grimy gopher guts poolside 1 dont forget spoons twice lukewarm folgers mold moonpie rooms home dissipate fruit flies suicide lane wide load ride looting wake amicable marooning duty go moving packs sharing food cat mom accidentally sawed woman half said ill keep prayers said need hide body said ok honey talk friday apparently share common plasma growing disconnection doesnt matter according blood water chapter weird wrote blood water chapter anyway probably surly dad child 30 cats looking way reconnect averted past except doesnt always work like today pulled three baby snakes moss dirt wild strawberry vines toss turn told grow something inventive electric healthy special present let go oh sitting gate awaiting spirits provisions privy headache pirouetting innards mirror sweating pitchers whos simian lizard disappearing difference ambition material antiquated gentleman outlaws reduced ferris wheel vitriol move godless heathen black gums tooth gone bootleg yukon cornelius im thats better go disenchanted face printed zero dollar bill got little plot land authority isnt recognized contraband keeping core hyde jekyll ized check never mind misanthrope vying affection wretched sound mysticism dying something must handle windblown way wanna win dont play today pulled three green frogs leaf bark grapevines climb convenient barn told grow something tenacious exalted mighty gracious lauded let go oh completely unable maintain semblance relationship level bastard people actively attempted deliver peril acutely undeserving ear listen lip kissed temple accustomed stubborn disposition admits wishes history disassembled hypocrite sermonizing tolerance skimming ministry pretzel unfairly resentful wish acted different bidding essential terrible communicator prone isolation sympathy devils worst enemy since genesis rebels today pulled three ghost crabs rock sand low tide showcased promised land told grow something dynamic impressive patient gallant festive let go oh", "Kirby": "hey kirby whatcha kirby whatcha hey kirby whatcha kirby whatcha hobgoblin shots hot strongid vaccine queen deem church socks hostage 9 weeks awesome hides slipper look eye like might wizard cold met cat lady parking lot got heroes tomorrow cardboard box probably hoarding 40 corners fort knox swapped 20 spot cop warlock back haunt found god hamper briefs head playing walking panther good around misery golden era samplers jeopardy wheel heels handlers bet pet worship md recommended sense purpose bat around keys means euphoria soon hailed greatest warriors hey kirby whatcha kirby whatcha hey kirby whatcha kirby whyd eat leaf homie dont fetch woke stretch thought bubble rich bowls goldfish skittish company stranger danger otherwise chase draw strings tails lasers steel cage match maze cables brazen game face based azazel oversized ears puke meow mix shred pair earbuds remedy cowlick thanks kirbs looking like milli keep old man sharp keep cold chantilly spun plum dizzy frisky moment never lands feet though think shes broken mouser training nap toaster decorate cubicle dogs playing poker 15 years taking prescriptions shrink like dunno maybe get kitten hey kirby whatcha kirby whatcha hey kirby whatcha kirby whatcha", "Dorks": "question died apartment like rat cage would neighbors smell corpse cat ate face used floss albatross like daddy kane chain im trying jettison ballast hazardous waste kid comfortably numb routine tedious crutch steep self imposed stockholm lima flux maybe occupation popular demons ducks made mingling akin seasoned stuffed theatre jumping jellyfish jealous little sycophants miserable flimsy skippies pissy pants one separately convinced theyre sketching da vincis hands delusion turned communication prison camp fucking dorks aint threat cause aint lesson learn ostensibly lost think funny defendants identical haunts step tempest measure spectrum involves maybe one cares party ill dont need help used hang around rappers root scene meant lot feel fugitive community breathe maybe sentimentalize truly naive know shit heroes wouldnt believe think bunch weirdos quest belong songs echolocation impregnable fog thats odd see pile imperfections flaws ascend pedestal patronize rest cogs mess obnoxious fantasy posturing pageantry aint even mad im impressed shit baffling god almighty chop ivory tower piano keys play dirge way surfing maggot beach fuckin dorks aint source art cant cooler corners source parts poker faced takes couple sordid remarks let manticore make sorcery bark life unfair party ill dont need help view rattling sabers like show expose insecurities exploding emotional code braggadocio go mostly jokey gross corrode homie til probity notably ghost hobby job miniature hell would wobble round momma like infant gazelle disillusionment truly difficult pill anything menacing difficult sell whistle bell rama black mollies dress like piranha even compelling melodrama comedy somebody wanna shop saga im voluntarily persona non grata fuckin dorks aint leaders need aint medium divas weasel breed im offin coffee paupers tea queen dont make show regency disobedient means heavy load bear party ill dont need help", "Mystery Fish": "tech support feral army cave failed bit terraforming four corners paranormal get shorn thermos pair thermals warehouse air dairy curdles st vincent de paul trying square circle circle source power foresight born corner howard sale cherry pick blue pale blue nose chewin tail losing coat schmoozing high head rush hack bile h1n1 one eye breadcrumbs eye drencrom eye income good knife grin shoot dice lice ring worms peg leg smells like medellin wake night make pipe anything take 5 take dive cellophane turn 5 5 6 7 8 back black somewhere fancy shaped like backseat aesops camry dude seat full chips sandwich meat crypt end give address river piss dont question mystery fish picture shrimp pillow grits close eyes lick lips im cafe ordering cup fresh sara gave 2 gave one rex said fools aint shit plus fuck pigs could never understand sumner im grid im gate fly kites fray im box im mud fly kites cut norcal fried bacteria id survive vivarium try soft wheels sourdough heroin eat chimera fly seraphim might hold court cats dogs hold kools like orb dragons claw terry cloth robes outside detox surly curse beat cop doctor slurpee adopt xerxes fear moon man stay true like wolf wearing wolf pants oooh never could avoid long enough contain employ help look ways asteroid belt buzzed gross wholly unloved still hear ex head yelling kiss ring fortune fisher king assisted care blisters hair new day new diary disrepair soups 2 ton crucifix bear shoes shirt fiscal year said hello marshall every morn 6 yelled every time thats amore bitch took one tooth crack bug juice chug turn bum sun tzu bug outside home open swim occultism throes corrosive wind cold meal ghosts friends whole host meds deal tone loc cassette stepped body door pretend asleep probably god damn profound apathy heart crack im ships night im darts map word", "Shrunk": "first name random set numbers letters alphanumerics changes hourly forever last name thousand vowels fading sinkhole susurrus couldnt john doe bingo address made language written living glyphs lifted demonic literature religious text telephone uncovered purveyors ouija checked cbgb womens room graffiti social sudoku age obscure case emergency daisies chasing birds employed trillionaires perfect teeth pores people open doors people open doors medical history course suny buffalo charlatan psychiatry troubleshooting undertow nervous service still im burger meat purple pills thank well call name sure skipped lunch im shrunk pack manias youre sitting waiting room youre dreaming arcadia youre feeling like baby tooth awaiting panacea channeling inner beowulf purgatory pay filet others name help coal conveyor belt ego death alone telephone gabriel im half human combin home garden stoned gold chains turtleneck cigars cologne thousand shitty paintings wrapped around wounded animal woo schubert hes future human cannonball little fuckers fighting mother hiding hulu im climbing stucco lets get seppuku uh oh pretty penny turned prickly benji save winnings get count blessings finally crunched budget punched button called name pushed oven fuck im shrunk says im enemy said sounds like something enemy would say instead playing chemistry said youre difficult said im guarded youre quarter mil debt get guidance barber look im good grew noogie fest built walls high said goodbye cooky puss heres one every time telephone buzzes see images hooded riders setting fire hundreds said start getting expressive symbolic impossible actualize honest diagnostic said start getting exact algebraic im reminded racket rehabilitation okay agree disagree grown ups opposing clans honoring push pull shouldve called scholomance oh well preservation doozy needing another appointment absolutely im shrunk"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/beastie-boys.json b/lecture/lecture-9/rappers/rapper-data/beastie-boys.json new file mode 100644 index 000000000..2fa9b4d46 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/beastie-boys.json @@ -0,0 +1 @@ +{"Intergalactic": "intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension well dont tell smile stick around ill make worth got numbers beyond dial maybe im versatile style profile said always brings back hear ooh child hudson river nile run marathons til last mile well battle revile people always saying style wild youve got gall youve got guile step im rapophile wanna battle youre denial coming uranus check style go ahead put rhymes trial cast exile intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic jazz awol thats team step inside party disrupt whole scene comes beats well im fiend like sugar coffee cream well gotta keep going keep going full steam sweet sour nice mean well tough guy style im keen trying change world plot scheme mario c likes keep clean goin shine like sunbeam keep rapping cause thats dream thank moe dee sticking themes comes envy yall green jealous rhyme rhyme routine another dimension new galaxy intergalactic planetary intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic family tree old school hip hop kick shoes relax socks rhymes spread like pox cause music live like electric shock known wop also known flintstone flop tammy getting biz crop beatsie boys known let beat mmm r r rop wrote graffiti name slop raps soup beats stock step table start chop im lumberjack dj adrock try knock youll get mocked ill stir fry wok kneesll start shaking fingers pop like pinch neck mr spock intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension", "Sabotage": "cant stand know planned ima set straight watergate cant stand rockin im cause crystal ball aint crystal clear sit back wonder got fuckin thorn side oh god mirage im tellin yall sabotage listen cause cant say nothin youll shut push button yo im im gone ill tell keep cause see might get bet dont get souped yet scheming thing thats mirage im trying tell sabotage whhhhhyyyyyy listen yall sabotage listen yall sabotage listen yall sabotage listen yall sabotage cant stand know planned im set straight watergate cant stand rockin im place feel disgrace youre face make mistakes switch channel im buddy rich fly handle could mirage youre scheming thing thats sabotage", "Paul Revere": "heres little story ive got tell three bad brothers know well started way back history ad rock mca mike little horsey named paul revere horsey quart beer riding across land kicking sand sheriffs posses tail cause im demand one lonely beastie without nobody sun beating baseball hat air getting hot beer getting flat looking girl ran guy name mca said howdy said hi told little story sounded well rehearsed four days run hes dying thirst brew hand tip voice hoarse throat dry asked sip said get said cant get none chance run pulled shotgun quick draw thought id dead put gun head said name mca ive got license kill think know time time get ill outlaw beer run land understand ive made clear stepped wind gun grin think storys ready begin got gun got brew got two choices tough decision see blow away ride said ill ride get border sheriffs daughter like like wiffleball bat im run cop got gun right time fun king ad rock name know fly spot got champagne rode 6 hours hit spot beat bumping girlies hot dude staring like knows took empty spot next bar mca said yippie yo know kid said didnt know kid said get ready cause aint funny names mike im get money pulled jammy aimed sky yelled let two fly hands went people hit floor wasted two kids ran door im mike get respect cash jewelry expect mca hes ace grabbed piano player punched face piano players music stopped boy beef got dropped mca snatched gold grabbed two girlies beer thats cold", "So What'cha Want": "mario c cant front well plug like eddie harris youre eating crazy cheese like would think im paris know get fly think get high know im gone im tell tell dissing maybe im missing reason youre smiling wyling listen head want take em imagination set loose im gonna shake em let flow like mud slide get like ride glide ive got depth perception text yall get props mention cause vex yall whatcha whatcha whatcha want get funny money flaunt said whered get information huh think front revelation comes well call mike ever loving man im like spoonie gee im metropolitician scream holler chevy impala sweat getting wet around ring around collar like dream im flowing without stopping sweeter cherry pie reddi whip topping going mic mic kickin wall wall well ill calling people like casting call ah well wack youre jacked back ride know flow youre getting believe see get see im coming bet well think im losing mind time time im losing mind thats right said think im losing mind time time im losing mind yeah cant front little know something talk im tired driving due time walkabout meantime im wise demise ive got eyes back head realize well im dr spock im rock yall want wall youre playing wall said whatcha whatcha whatcha want said whatcha whatcha whatcha want yall suckers write checks bounce reach pocket fresh amount see im long leaner victor cleaner im illest motherfucker gardena well im cool cucumber bowl hot sauce youve got rhyme reason got cause youre hot trot think youre slicker grease ive got news crews youll sucking like leech yeah cant front whatcha whatcha whatcha want whatcha whatcha whatcha want said whatcha whatcha whatcha want said whatcha whatcha whatcha want", "No Sleep Till Brooklyn": "sleep till brooklyn foot pedal never ever false metal engine running hotter boiling kettle jobs aint job damn good time city city im running rhymes location touring around nation beastie boys always vacation itchy trigger finger stable turntable best im illing able aint faking money im taking going coast coast watching girlies shaking youre job working nine five beastie boys garden cold kicking live sleep till another plane another train another bottle brain another girl another fight another drive night managers crazy always smokes dust hes got room back bus tour around world rock around clock plane hotel girls jock trashing hotels like going style getting paid along way cause worth four floor ad rocks door mcas back cause hes sleeping whore got safe trunk money stack dice front brooklyns back white boys got rhymes sleep till sleep till brooklyn sleep till brooklyn aint seen light since started band mca get mic man born bred brooklyn usa call adam yauch im mca like lemon lime lime lemon sip def ale fly women got limos arena tv shows autograph pictures classy hoes step holmes get way taxing little girlies la waking get sleep cause ill rocking party eight days week sleep till sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn", "The New Style": "cool check center stage mic puttin wax new style four three two one im mic suckers run ad rock mike aint got juice picasso got paint got rhymes rough rhymes slick im surprised youre dick b e e mike aw yeah thats got franks pork beans always bust new routines get got know good rhymes write wish would im never training voice straining people always biting im sick complaining went locker room classes went locker smashed glasses youre secaucus im manhattan youre jealous girlfriend cattin kick father many married none case youre unaware carry gun stepped party place packed saw kid dissed homeboy shot back man get beeper cause phone tapped better keep mouth shut cause im fully strapped got money bank still get high thats girlfriend thinks im fly ive got money juice twin sisters bed father envy shot head played guitar id jimmy page girlies like underage girls boyfriends kinds like ill steal honey like stole bike father hes jealous cause im making green ive got list girlies numbers places ive kick wanna know im october 31st date birth got party know smurf taxin females coast coast get fill im chilly ragtag girlies back hotel switch places ring bell chill white castle cause best im fly fatburger hes im way west check k n g whammy fine ladies theyre jammy went prom wore fly blue rental got six girlies lincoln continental met girl party started flirt told rhymes pulled skirt spent bank got high powered jumbo rolled wooly whatd watched columbo let clear throat kick baby pop let fly skimmies feel beat mmm drop coolin corner hot summers day posse mca lot beer lot girls lot cursin 22 automatic person got hand pocket fingers trigger posses gettin big posses gettin bigger voices got treble voices got bass got kind voices face like bun burger like burger bun like cherry apple peach plum im king ave im king block well im mca im king ad rock well im mike got fly juice checkin party forty deuce walking block fresh fly threads beastie boys fly biggest heads ho ho ho ho ho ho ho ho ho ho ho brooklyn ho ho ho ho ho ho", "Fight for Your Right": "kick wake late school man dont wanna go ask mom please still says missed two classes homework teacher preaches class like youre kind jerk gotta fight right party pop caught smoking said way hypocrite smokes two packs day man living home drag mom threw away best porno mag gotta fight right party gotta fight dont step house thats clothes youre gonna wear ill kick home dont cut hair mom busted said whats noise aw mom youre jealous beastie boys gotta fight right party gotta fight right party parrrrrrty parrrrrrty yeah", "Sure Shot": "love cause cant wont dont stop cause cant wont dont stop well cant wont dont stop mike come rock sure shot ive got brand new doo doo guaranteed like yoo hoo im like dr john yeah mr zu zu im newlywed divorcee everything funky like lee dorsey well taking pelham 1 2 3 want doo doo rhyme come see ive got savoir faire unique rhymin keep never quitting time strictly handheld style go never rock mic pantyhose strap ear goggles im ready go cause boards man call mario pull function know kojak party people bozac ive got action man john woo ive got mad hits like rod carew cause cant wont dont stop cause cant wont dont stop know cant wont dont stop ad rock come rock sure shot hurra hurra cane cross fade ass bust eardrums listen everybody cause im shifting gears im fresh like dougie get specs microphone come correct timing like clock rock hip hop top notch stock soapbox ive got rhymes ive got gray hairs thats lot ive got share ive got hole head theres one fix gotta straighten thoughts im thinking much sick shit everyone takes takes takes takes takes ill step back gotta contemplate well im like lee perry im rock microphone im gone im like vaughn bode im cheech wizard never quittin wont listen ah ah ah ah ah ah yes indeed fun time cause cant wont dont stop cause cant wont dont stop well cant wont dont stop mca come rock sure shot want say little something thats long overdue disrespect women got mothers sisters wives friends want offer love respect end well say im twenty something slacking im working harder ever could call macking im supposed sit upon couch watching tv im still listening wax im using cd well im kid corner fucked wanna im gonna take piece pie im quittin think im change style fit keep underwear piece elastic use bullshit mic thats made plastic send rhymes nations like bell got ill communication cause cant wont dont stop cause cant wont dont stop well cant wont dont stop keep rockin sure shot b boys b girls tick tock tick ticktock tock", "Girls": "girls really want girls morning girls cause evening girls like way walk chill hear talk always make em smile white castle nile back day girl around way liked home piece mca said would give play asked please said may pants tight thats ok would dance would dj took walk bay hope shell say hey hit hay asked said way shouldve probably guessed gay broke north delay heard moved real far away two years ago may seen day jockin mike dismay girls dishes girls clean room girls laundry girls bathroom girls thats really want girls two time want girls new wave hairdos want girls ought whip girls girls girls girls girls", "Ch-Check It Out": "oh whatchyouwhat sayin trekkies tv addicts dont mean diss dont mean bring static klingons fucking house grab backstreet friend get loud blowin doors hinges ill grab pinchers didnt retire ill snatch needle nose pliers like mutual omaha got ill boat youve never seen glidin glades like lorne greene know get paid like caprese basil goofy like darren hazel im motherfuckin nick night classics rerunning know right remain calm alarm cause farm aint fat whats ive got friends family respect think im good put check believe say im better except rap guess aint true like yall dont stop guaranteed make body rock check ch check check check ch check wha whats work wa work work work wa work lets turn muthafucking party said doc whats condition im man thats mission said son youd better listen stuck ass electrician like scientist mmm im applying method controlling mind like einstein rapping duke combined hey baby bubba whats deal didnt know go mass appeal call salugi hot potato stole mic wont see later cause work magic like magician add mathematician im bank cashier engineer wear cotton dont wear sheer shazam abracadabra whip im gonna cruise past ya yo money dont chump put shit back shelf light rays blazing youre phase crews amazing working record yo stay patient check ch check check check ch check wha whats work wa work work work wa work lets turn motherfucking party check ch check check check ch check check ch check check check ch check check ch check check check ch check check ch check check check ch check go name king ad rock dont wear cup jock bring shit thats beyond bizarre like miss piggy one clientele say ad rock rock well ive got class like pink champale mca grab mic mic goes stale dont test cant arrest ill fake right cross shoot lefty look upset yo calm look like cable guy dunked crown flow like smoke chimney never wanna rap youre making aint hip hop b get clothes right dryer put armor tire sport fresssssh attire tonight goin set town fire set town ablaze gonna stun amaze ready throw craze make granny shake head say days check ch check check check ch check wha whats work wa work work work wa work lets turn motherfucking party"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/blackalicious.json b/lecture/lecture-9/rappers/rapper-data/blackalicious.json new file mode 100644 index 000000000..9dbf7963d --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/blackalicious.json @@ -0,0 +1 @@ +{"Alphabet Aerobics": "time wrap lets give everything weve got ready begin artificial amateurs arent amazing analytically assault animate things broken barriers bounded bomb beat buildings broken basically im bombarding casually create catastrophes casualties canceling cats got canopies collapsing detonate dime dank daily doin dough demonstrations dada low eating editors every energetic epileptic episode elevated etiquette furious fat fabulous fantastic flurries funk felt feeding fanatics gift got great global goods gone glorious gettin godly game goriest hit em high hella hype historical hey holocaust hints hear em holler homeboy imitators idolize intimidate instant ill rise irate state juiced jams like jheri curls jocking joints justly writing journals kindly im kindling kinds ink karate kick type brits kingdom let live long life lyrically lessons learned lame louses lose livery mind makes marvelous moves masses marvel move many mock ive mastered niggas nap knowing im nice naturally knack never lack make noise nationally operation opposition optional sight mind wide beaming opticals perfected poem powerful punchlines pummeling petty powder puffs prime quite quaint quotes keep quiet quannum quarrelers aint got quarter got uh really raw raps risin rapidly riding rushing radioactivity super scientifical sound search sought silencing super fire saps soft tales ten times talented tough take challengers get tune universal unique untouched unadulterated raw uncut verb vice lord victorious valid violate vibes vain make em vanish world would wise wordsmith weaving words weeded workshift xerox x radiation holes extra large x height letters xylophone tones yellow back yak mouth young ones yaws yesterdays lawn yardsale yawn zig zag zombies zooming zenith zero zen thoughts overzealous rhyme zealots", "Chemical Calisthenics": "ha ha ha good say faster anything neutron proton mass effect lyrical oxidation youre irrelevant mass spectrograph electronvolt atomic energy erupting get open betatrons gamma rays thermo cracking cyclotron every mic youre trans iridium youre always uranium molecules spontaneous combustion pow law definite proportion gaining weight im every element around lead gold tin iron platinum zinc rap think iodine nitrate activate like germanium difference transmit sound balance unbalanced add little talent careful careful ingredients could explode blow drop hit ground let blow yo let go get back ca2 wine water solution calcium hydroxide slobbin cao lime make bleach powder galvanic metal beats stomp louder dried ice co squared refrigerant no2 makes laugh laughing gas used dentists im muriatic acid glue im like oil vitriol king chemicals energy heat gas waved mats chemical change ice point melt raps atomic weight hold shocks call refillable gas keep going way beyond biatch im ill buzzin feel ambiance adiabatic process oughta calm ass warm ass ill give sodium silicate no2s1o3 water glass borax flexure full brimstone sulfur boracic acid hip hop preserver co2 could never put away fire style aromas scientific lyrical fuse would connected teach chemical calisthenics theory matter composed least three fundamental particles protons electrons neutrons protons charged positive youve guessed electrons probably negatively charged neutrons dont follow either neutral middle apologies centered unmoved yin yang ideology neutron bomb songs electron fury cosmic musical radioactivity different points joints within infinity oxygen hydrogen alive within types energy within types energy within types energy within types energy within types energy inside world inside world inside universe inside existing although cant see hydrocarbon nitrogen cycle ionization heavier electric motor metals weigh ton chemist blackalicious creation clean desk put papers away cause class almost done chemistry plus calisthenics im calcium plus potassium magnesium newspaper sodium sulfate solvent chloroform remedy norm glycerin purest form titanium way newfy arms vibration forming nigga bleachin teach ya religious equal pieces meteor eager see know ima pickin pretty little cindy im im thinkin im cookin potion", "Make You Feel That Way": "make feel way early hope brand new day see homie aint seen since back day fresh haircut fitted fat ass fade end work chilling saturday felt first heard daddy kane rakim krs hey tape cooling ol girl fat ass date find hundred dollar bill wow man thats great get promoted job management plot long time finally plan made sometimes feel wanna shout man real way think things make feel way christmas day mama got first bike type feeling went first fight team felt winning championship games celebrate huddle dancing rain thought see shooting star cross screen put hard work finally youre living dream deaf man get hearing come vibes blind man gain sight see first sunrise young man speaking hes loud clear birthin child smile proud wear going 3rd eye styles hear making music thatll bump thousand years eating right feeling conscious like health first said prayer thats sincere felt work times feel want shout man real way im thinking things make feel way vibe something coming summer days likely notice breeze winter days likely notice heat im gone likely notice dark likely notice light light likely notice night hungry appreciation meal dead broke appreciation scrill bad dayll make really notice ones thats good thatll make things little better understood times feel wanna shout man real way think things make feel way", "Release": "release x3 prevalent melanin elephant bailin carrying sedatives thatll give average lettermen callouses wrecking savageness catalyst battling rappersll stagger right dagger left cherish caliber atticus shatter algebra calculus damage patterns im pounding fabulous enough enough enough im busting outta shell eruption ruptures structure fuck ya gut costumer huffing puffing discussing absolutely nothing disgusting plus infinitys rushing country percussion wonder youre struck boundaries wake youre lunging im something youre nothing come see grunting im hunting emcees want im stomping foot armies couldnt stopped shotties oddity entire societies inside societies survivors still remain alive emcees thriving flow opting go five hundred fifty five syllables go split em subliminal intentional digital pro unlimited flows unriveted inhibited visited cant get rid like magnificent intimate inner wit minute finna antonyms gig big fat heads like eggs benedict pigs lick shit rip words abysmal energy time inner breathlessness outer restlessness time caught freedom breath grandma asked im running guess im thing sun sunning mothers birth youngens say jesus coming know earth spinning slow suns half mast cause masses aint aglow bended knee prostrate altered tree ive made forest suit tables chairs papers prayers matter versus spirit metal ladder wooden cross plastic bottle water mandala encased glass spirit encased flesh sound shaped hollows thickest mucus released heightened passion man cries sleep truth gone fashion mode expression paint splattered wall carton cigarettes bouquet corpses dying forest nurtured garden privatized prison candle broken wick puddle reflects sun piece paper name im surrounded surrender long time coming becoming spittle surrounds mouth piece flute unheard yet felt gathered wetness quiet moisture sound trapped bubble released wind wind fellows land merchants historys detergent water soluble light particles articles cleansing breath articles amending death words tools communication shards metal dropped eight story windows waterfalls gas leaks aged thoughts rolled tobacco leaf tools trade barters bard barb barters catch phrases misunderstandings feel alone surrounded everything nothing isnt word phrase caught verse recited mantra fill moments blankness contained center pyramidic containment stand middle learned memorized ive known heart unable reach sadness bliss forgotten memory memorable escape route found looking spine dictionary words worthless mere weight pressing thoughtlessness else speak thoughtlessness confidence else learned sling ancient ideas like dead rats held tails infect newly oiled skin think nothing heavier airplane think greater conglomerate steel metal think nothing less likely fly wings weighted felt heaviness stare man guessing yes homeless homeless man making offerings future sculpting rubber tree forests worn tires shoe soles nation unified exhale cloud smoke native pipe ceremony gathered cigarette butts piled heaps snow covered mountains lipsticks smeared shriveled offerings afterworld tattoo guns plastic wrappers broken zippers dead eyed dolls overwhelming oak elming seeded forest little books tall trees matters paper made give notebooks made human flesh dried steel hooks nooses make uses use uses us overwhelming oak elming seeded forest little books tall trees bended knee prostrate altered tree ive made forest suit tables chairs papers prayers matter vs spirit meditation program heart beat breakbeats hum basslines exhalation x3 heaven sent benevolent medicine man reverend peddling deliverance resemble amphetamines residents meadow pestilence developed chemical dependence pessimism aint distinctive speaker seeping sleepy speakers yes oh yes indeed distinguished close people think hes half aint secret people trust mostly hustling moves upstream focus unseen boasting fussing unproductive suppose go blood stream let pose question ask anybody thats anybody theyll tell antibody petty potty mouth gossiping success something best something stress dumb shit cause aint missing nothing got motivate accelerate never wait know weight throw away hate grow make weight older days elevate concentrate get focus straight aim orchestrate fate motivate accelerate never wait show way escape take hold shift shape live longer day elevate concentrate get focus straight aim orchestrate fate astrologists colleges follow metropolis dominant brown bomber im prominent walking mean talking clean scene stalking volcanic got yall panicking false canyon allways day outlandish bandits slandering mastering cause cant catch us pray downfall maybe one day sike never get balance youre crooked play right snake im mongoosing stormtrooping form bar none oncoming onslaught one chopping ill tomahawk trauma hawk long running champ rocking shit till im gone youre tom thumb im king kong bundy strong thunder summer long keep coming dawn dusk night morning ill bust tight poems raw mic zoning yall right mode motivation motivate accelerate never wait know weight throw away hate grow make weight older days elevate concentrate get focus straight aim orchestrate faith motivate accelerate never wait show way escape take hold shift shape live longer day elevate concentrate get focus straight aim orchestrate faith", "Deception": "dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah story kid name cisko made money count montecristo lived lavish style life fast money women cars liked frequent bars pubs discos made living world famous rap star first started mic respects got inside mind day night hed write constantly art craft hed try master started winning local battles rep grew gave crew reputation best crew life would cards hard pen pad stress relief would refuge paid dues shows hes track lab pumping demos making songs fat quit nine five finally time arrived signed major label record contract dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah first single overnight success hit went wearing rags best fits new acquaintances gassed head taking point lost proper perspective started cutting people came ego blown like soul abducted though heart real material filled world couldnt get enough used wanna best rap dons one concern going platinum skills since decreased inner hunger ceased content long fame cash come hes big willie rapping bout cars thousand dollar shopping sprees hanging stars mean year ago broke bumming money drinking 40 bottle living outdoors dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah second lp rap changes fast today gone tomorrow label found new poster boy hip sound second time around everything isnt stable hes looking hit sound played forget change moving times one feeling rhymes aint appealing anymore records aint selling shit hes dropped label hes going broke tried underground return ghetto pass revoked faces dissed way top laughed watched downstroke moral story go would money make inner vision crumble youre blessed talent utilize fullest true stay humble dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah", "Blazing Arrow": "amazing phase days hazy ways blazing arrow rays range asia way rio de janeiro craze crave work todays day major way ill make say oh look saved day also paved way rocking crew like razor blades today days away okay okay im like laser ray keeping stage ablaze dangerous ways rapping phrase pays things aint phase ageless ways cagey great displays yo hey aint game stays awake cause came play youll behave insane change game wont remain make disc play tape camaro amazing phase days hazy ways blazing arrow arrow straighter narrow arrow taking high road arrow straighter narrow arrow taking high road verbal dart throw murder foe kill em learning im growing im learning em inferno ill explode returning globe blow get seat head zones patrol rock roll might tear soul like blunts alcohol knock whole toboggan loop doubt flow im pro wanna knock cause real got glow cosmic flows suppose thats supposed got go howd ya know intuition old safe surface figure purpose thats impossible logic disturb thought focus grow kind onus god know rock chocolate awkward thoughtless home office im early morning coffee sip got ball roll navajos double barrels amazing phase days hazy ways blazing arrow arrow straighter narrow arrow taking high road arrow straighter narrow arrow taking high road dont stop", "Paragraph President": "paragraph paralyzer rhythmic aristocrat mister rap gift gab twist caps swift fist fast fury worry hit switch ya ass n bits n fragments midget quit diss ya ass sit ya ass rip tracks spit facts hit grass green brown purple im diplomat rip raps really dont get math half breed phony rhymer meant rap fire breathing rhyme heathen kidnap mental black hijack fly dap con head intellect mind state arrow blast center crack mind gaps blind eyes back send ya back crying act pencil pad utensil grab thine attention get hit bad jiu jitsu stabs avenge rap ima send back rappin tavern mad kid bad tell em paragraph president paragraph president paragraph president special treat evening asked americas foremost young poet read latest poem us hit funk like cut provolone government officials put taps mobile phones nations overthrown hold zone prone leave dome blown poem poem homes jones tones roam turn motor overall war got goin overgrown child never growin old sowin oats pokin notes till never nose ho overdose flows flows goes deep hold nose bros knows foes yo dont sleep slow roll show soul total hold domination dont ya know im comet like muhammad verbal rope dope paragraph president hes sweeping nation hard hitting campaign paragraph president politician regards national harmonizer paragraph president mister president urge something deplorable state nation pledge allegiance pen pad mic plates america republic kiss ass thugs fakin actin hard get killer beef given must bust leave city burnin like gomorrah stamina blaze space plus got camera im animal animator landin blow cleaning clocks nothing left janitor punching granite goodwill ambassador another planet could kill smash ya wont stop cant stop better er erupt enough amateur rammin ya feel goats horns slammin ya ham every single time stand crowd emcees backin im actin frenzy ya yellin thats enough tempts im glad flip see spatula styles stackin many big threes rappers never catchin passin ride passenger black enough spectacular ya know whos attackin ya crackin mashin top mind capturer im paragraph president", "A to G (A2G)": "going learn hear words vowel sound listen care analog arsonist aimin arteries seeing abstract analyze everything adding absolutely abolishing average amateurs arsenal astonishing next well learn words begin letter b big bad body rockin bombay boulevard bully back better bring bomb battlefield bloody black beats bringing bottoms boom basically build barriers bewilder buffoons listen words begin letter c crazy character constantly creating concontions catalyst cannabalistic rhymes conqueror correctly connecting craniums crumble consistent capacity next well hear words start letter done done diddle domination dont dignify diction doin deep dialect doomsday duck devastate duration listen song vowel e extraterrestrial electrical effortless eons energy everyone affected efficiently epitomize excellent extravagant elevate essence f letter words begin blackalicious got funk future filling fiends finally fabulous furious fatness follow fakers fall frequently fact verbal felon fired federally foundation fadin wack shit listen carefully words sounds letter g scratches gift gab man given gift gab man gift gab possess gift gab gi gi gi gift gab gab use gift gab boast brag every rhyme got gift gab shoot gift shoot gift gab like harpoon serious tip im equipped gift gift gab dont waiver yo man gotta grab grab grab grab mic show got gift gab letters b c f comes letter g", "Sports Alphabet": "bleacher report remix time wrap lets give everything weve got ready begin alley alley alley alley oop amateurs air actors thats average big barbarian basically beasting biters get blown brave beatings casually chef cash cheddar fools get casualties caught guard chin music dirty drop dimes damaging dang earth devastate defense detonate danger entertainer entertaining everyone every mass enemies envious aint even peep elbow pass fire en fuego flick wrist foes fear fury left flattened frozen gloves glass jaw goons goat goats gone giddy gettin human joystick heating heat check blam hit em hard hella hyped hero going ham im isolated islands ice veins getting colder juke jock jerk arent worthy jamming journey jet black jersey king kong kos kid kiss ring knuckle knuckle buck king lemme live long life leading laces right losers look cause lights moves marvelous money shot massive main event moon shot mvp master nails coffin knots knees triumph nutmeg knees nothing nylon opposition oft ropes octagon one two punched lights going pillow picked passes prolific poetry power plays pickpocketing petty phonies quest cup quantum yall quote quiet quitters feeling qualms quarreling raw ringside riots relish remain rallying rough rated rhymes make rain swishin simple soft suckers spitting swag slice dice shimmy nothing net splash turnt taking timid minds twister leave em turnt truck stick victims unstoppable ups stay uninvolved unanimous universal year underdog vicious vital victories calling volley yall victorious velocity bob weave well wide receiving words woven moonwalk whip get world open x celling x treme x tra x plosive x hilarating x competition quick yolo pass rhymes yall young bucks fall yoga stretch rhymes yelling yiggy yes yalls zero zero zero clock games zoomin zenith zero zone zoning ha ha ha ha good say faster", "First in Flight": "first flight first flight first flight cause got rhythm timin first flight go beyond edge sky free like bird wind night like 747 la thats flight free like garden flourishing wind like student bout hes graduatin free energy perception never defined create definition within free lovin life never pretend anything man meant travel time get glimpse centuries come better day promised remember free like nephew months penitentiary meditation meditation meditation meditation meditation meditation meditation meditation meditation first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky uh never hesitate reluctant mind put pedal metal see ya find back slouchin wont pick spine lets make really really happen live time cause choose say good morning god good god morning black clouds storming walk without umbrellas woods dont need em cause mighty trees shelter good im eating berries bushes heavenly good states power came us whenever stood reverberatin reachin every hood whenever could spiritual anatomy fool never take credit b cause thatd rude way life searchin new gotta work though cause everyday aint saturday fool evolve better life happy youll first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky first fly first strive first fight stay alive first win first strike first live first flight rise like sun crack dawn like wakin child morning stretchin yawnin rise like infant held light like smoke incense ignited rise youre sleepin wont open eyes greatest high natural high within need force progression ride wind youll know answer keep workin search find end though end youll find begins see end see begins everything learn youre rememberin cause youre first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky let mind soul free work shine meet goal believe spread kind l v e take time lonely let mind soul free work shine meet goal believe spread kind l v e take time lonely cause got rhythm timin go beyond edge sky cause got rhythm timin go beyond edge sky cause got rhythm timin go beyond edge sky cause got rhythm timin go beyond edge sky"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/brother-ali.json b/lecture/lecture-9/rappers/rapper-data/brother-ali.json new file mode 100644 index 000000000..491d98b56 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/brother-ali.json @@ -0,0 +1 @@ +{"Uncle Sam Goddamn": "ah name song uncle sam goddamn show tune show aint written yet gonna see tony jerome band maybe work shit straighten right quick like far man yeah come lets go welcome united snakes land thief home slave grand imperial guard dollar sacred power god lets shit real come smoke mirrors stripes stars stolen cross name god bloodshed genocide rape fraud writ pages law good lord cold continent latch key child ran away one day started acting foul king wild things daddys proud roman empire done passed imported tortured work force never healed wounds shook curse grown goliath nation holding open auditions part david feel nothing save question reign get rushed chained fist raised must insane cant figure single goddamn way change welcome united snakes land thief home slave grand imperial guard dollar sacred power god welcome united snakes land thief home slave grand imperial guard dollar sacred power god must bow fat lazy fuck obey hate two generations away worlds despicable slavery trade pioneered many ways degrade human cant changed day legacy ingrained way think longer need chains slaves lord shameful display overseers even got raped along way children cant escape pain theyre born poisonous hatred veins try separate man soul strengthen lose shoot fucker walk near throne remind home im gone welcome united snakes land thief home slave grand imperial guard dollar sacred power god welcome united snakes land thief home slave grand imperial guard dollar sacred power god hold give one right hold dont give money bums corner sign bleeding gums talking dont support crackhead think happens money taxes shit governments addict billion dollar week kill brown people habit even aint front line massah yell crunch time right back plain look hustling backwards end year add subtracted three outta twelve months salary pays madness man thats sadness whats left get big ass plasma see made dan rather point damn camera approved questions get answered stand ass national anthem welcome united snakes land thief home slave grand imperial guard dollar sacred power god welcome united snakes land thief home slave grand imperial guard dollar sacred power god custom made consume noose keep saying free loose", "Forest Whitiker": "yo whatever comes comes dont put hands mouth whatever comes comes dont put hands mouth whatever comes comes ayo depending day depending ate im anywhere twenty thirty five pounds overweight got red eyes one ems lazy squint sun shines look crazy im albino man know im pink pale im hairy hell everywhere fingernails shave cranium aint quite shaped right face type shiny stay write late nights wardrobe jeans faded shirts mixture like wear work im knock kneed got neck full razor bumps im classic profile ladies want might think im depressed look mirror see sexy ass thats somethin cant respect thats peace lifes better without actually everyone whos little different say damn magazine gods fingerprints call ugly cant take nothing doctor aint gotta love would please turn bible beauty tips according forest whitiker third chapter third line brother ali would please read choir son imma right aint gotta friend tonight imma okay would probably bore anyway imma right aint gotta friend tonight imma okay would probably bore anyway imma right aint gotta friend tonight imma okay would probably bore anyway forest whitiker yall forest witiker yall goddamn boy sing must crazy good must crazy", "Mourning in America": "dont usually use big words cause dont usually deal big people find get whole lot small people whip hell whole lot big people murder murder murder kill kill kill cannibals walk earth get ill blood spill eyes sunk deep skull bone chill survival thrill terrorism war poor hold mirror script get flipped cause reverse aint wrong warfares terrorism rich whos true guerilla bomb body killing innocent civilians life life killer killer youre desk chillin push button kill million see anguish parents theyre carrying body baby cherish innocent people perish thin line soldier terrorist murder murder kill kill kill death destruction cap get pealed harm heal destroy rebuild shots still ring blood still spill overseas mutilate mangle let give example troops coming back cold cities youth getting strangled community peril future looking narrow school already failed boys blue nail salute barrel streets certified dead zone decorated chalk lines headstones way live every night bullets flying even aint dying traumatized survivor grow climate overriding violence never get beyond itll always alive inside death surrounds fallen classmates ghosts haunt crime calls cause look walk aint certain youll make aint sure even want murder murder kill kill kill death destruction cap get pealed harm heal destroy rebuild shots still ring blood still spill murder murder kill kill kill death destruction cap get pealed harm heal destroy rebuild shots still ring blood still spill tears sorrow block sunlight head low heart broke eyes closed tongue tied waters raise tide climbing speeding time sky crying shots fired bombs sirens war riots mourning america society forgot locked obstacle course nothings possible slip caught got boxes lock make million dollars rule rude school screw booth shoot electricity inject death television set let ooze every time leader tries stand freedom someone claps heater brain back leaking shame family grieving way see displaced dream displayed museum say built nation reason stained bleeding slaves never seen aint hating still want believe im trying leave call see murder murder kill kill kill death destruction cap get pealed harm heal destroy rebuild shots still ring blood still spill havent got anything lose theyve got everything gain theyll let know minute takes two tango go go", "Babygirl": "theres big pieces life cant remember mind shuts trying protect might best forget seems like always reappear least expects late nights lay awake drowning lake pours face years late shes still safe memories leap ant time place way smelledthe way smiled evil even recognized child hand throat sting fist instead first kiss got shameful feeling painful secret lonely knowin nobody would believe every wound escapes time capsule hurts like day born brand new wasnt babygirl im dont know say hear theres one wish could make true would shoulder pain take dont run babygirl dont run gotta face fighting head one thing could say truth gotta deal demons deal find peace mind love means returning scene crime feel inside weve reopened wounds every time intertwine evil design cant even enjoy sweetness find trying see tears eyes rebuild shrine one piece time e k made fade away colors dont burn gray cant find heaven within shell enough blessing seen hell constant inner dialog says end roller coaster ride youre one solution seems final slide hole pain cant find said meant die wouldve killed must reason still breathe dont tools rebuild still believe one day could feel free body mine eyes learn shine inner child wont hide im strong love could invited sweet god thats ask thee im willing give demand im learning embrace reality life doesnt always turn planned didnt deserve handed one grant happiness takes face day hope half brave", "Own Light (What Hearts Are For)": "youre using heart hearts theyve trying shut us whole life thank god healing aint got get lit got light thank god listening listen youve trying build whole life thank god building aint got get lit got light thank god im living sometime feel like stranger maybe aint world going crazy could unclear know im soldier hearts battleground sword holster come back around aint trying hide away meditate aint got lot say ancestors may speaking whole globe numbers dont occur listen solo cause youre whole world jump feet nothing low key find im sposed folks listen closely know chose nothing owns im free remember hungry needing groceries nighttime getting sleep til nose bleed got message police youre using heart hearts theyve trying shut us whole life thank god healing aint got get lit got light thank god listening listen youve trying build whole life thank god building aint got get lit got light thank god im living one second believe youre telling know invented disease sell remedy universe sending centuries memories breath breathe ever need got muhammad ali pedigree yes speaking peace seventies aint worry bout ya threatening im honest aint buying fear got left want make love til wake believe whoever made us envisioned greatness know want paint us brush wanna interchain us til fill grave alright okay said done look back trophies count one im using heart hearts theyve trying shut us whole life thank god healing aint got get lit got light thank god listening listen youve trying build whole life thank god building aint got get lit got light thank god im living know know whose wings fly shoes stand im animated love dont move chance stage touch place stand yall land living world cracked vessel less man po sessions hand im balancing best im making claims im using heart hearts beauty whole life thank god healing aint got get lit got light thank god listening listen youve trying build whole life thank god building aint got get lit got light thank god im living reflecting beauty whole life", "Self Taught": "im home uh yeah always ask ali angry man always upset tell em shit theres thin line anger hunger man ride unicycle middle might catch touchin feet sides ever since day number one im coming rites passage shadows sun people stand man true shit knows give long promise time ball fist anthony fill gaps proud make regardless happens fuck rappin sing key one thing never dis ali cause motherfucker aint nothin rougher tryin climb rug get swept run every one blunders mistake number one crew dont love ya ill take bullet core sayers dogs tourin nation spit intensity witness look close blood back tickets religious teach son read quran party like doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing line meets mine bend ya girls spine figure eight status got back days old magic crack maze lights changed since anted pot raised im fucking hand dealt live twenty five years experience lazarus felt drop three crumbs ill eat one feed one family restll get invested freedom battle carton shit wrist full broken tooth picks tryin carve niche either choose heart fist connect path ever intersect fire eye could never held back pressure made liberty bell crack pressure made brother e sell crack quran holy rest peace back bein watched one high stride party hoods crossed eyes broke dont give fuck cause feel got world nuts uhh like doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing homeboy understand aint mad theres things life know one right whatever comes comes dont put hands mouths stand im unknown im still soldier cant let em go home till win em youth training clear every year new city new rules play new kid school didnt rule nothin day rap like im trying prove something little bit aggressive spit sentence till get message couldnt pay quit professin rock sixty one sold shows came home caught bus sixty second shirt sweated full work ethic love shit since first met rhymesayers first come last leave aint tricks sleeve believe like doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing", "Work Everyday": "damn man im broker old vcr man need job hiring job got stack red bills house looks like valentines day crib kids eating left leftovers man cant fool job time every day every day got work every day every day every day got work every day god theres got life theres got bigger reason exist work eat earn keep ensure somewhere sleep spend weekend buying shit dont need economists know need pot piss follow politics man aint got time think got set aside retirement cop double shift pay somebody watch kids sick cant take day doctors office cant swing co pay trapped network lucky get work celebrate every week nobody gets hurt greed could never leave well enough alone keep squeezing till bleed every bone well strive hard stress rent probably still die poor debt without cent guess ill carry ass county see theyre talking know treat like shot somebody need little help youre telling aint never luck never tried make ends meet got stuck never slaved gig like bum cup added pennies still aint enough jobs full aint hiring im barely surviving enough get hunger constant problem stomach steady growling people getting shot environment study go college people hollering many road blocks way option say impossible would lying aint got chance youre top ten couple got scholarship aint got skills pay bills pockets thin cop gig hardship ends fixing line self welfare office expect accepted man respectfully appreciatively maam god damn must mind see tea party stuff man people look broke damn self serious people stressing heres question get people drinking tea recession deception absurd many poor people conservative pro artist put good music con artist jobs make look stupid lookie ill teach look first thing need know every con got hook seduce little wealth say could crumbs government doesnt make us help anyone else stuck red sign foreclosed house make think youre taking back nation turn major corporation companies took jobs overseas handed wallet pocket free youre staring sky dollar signs eyes blind right wing bird cant fly peacock poked gut whos fat fly ass strut theyre criminal minded weve blinded looking honest job cant find got job bill got light bill dont pay life quite real", "Tight Rope": "frigid frozen minnesota chip shoulder sick sleeping pissy sofa unwanted visitor different culture missing home cant go theyre civil warring listen solider forget getting prisons sitting round corner homeless even closer kids similar skin color still dont wantcha spit insult ya cause theyve longer leave crib guaranteed pigs approach ya ya going ya weapons ya family stressed youre getting older dont live way back somalia extra difficult daughter trying keep modest sinners around wrong garment parents get ulcer wrap children picking live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes holidays know business get two birthdays two christmases older get resent sick theyre trying cover guilt gifts give bounce house house bad marriage didnt work dont house daddy fighting mommy tell love get close one one start acting funny went baby different dad act happy please em really sad seeing first hand family never plus aint real brother youre half got pick pieces move bed time stories greet phone live two houses neither one home wishing grown freedom get gone live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes daddy preacher momma sunday school teacher big brother football squad leader far disappoint displease feel see mirror every time peer swallow tears inside empty feeling boy terrified let world girlfriends doesnt want girlfriend retreats inside lives life secret daddy says people go hell certainly believes cause aint flame blaze enough trump hated way love cry sleep hate waking cold world yall shame us live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes", "My Beloved": "hold moments faith god high thinking simple living work hard deep love conditions gentle heart head level clear vision back tall firm conviction smile tears laugh tragedy got must love radically passionately peaceful fight fanatically premium people magic humanity dance ones looking sing like ones listening live love loud let spirit glisten feet firm dirt head sky serve sun work dream hides know water well eye loved one born die sure every hello eventually goodbye art truly living learning die wherever go may good lord bless heart soul beloved beloved beloved want know love wisdom touched beloved beloved beloved bless soul precious delicate powerfully compassionate friendship held together threat unraveling brink feeling inadequate sky got dreary eyes got teary heart got weary right near reason aint laid cemetery fear somebody cared enough hear anything life mine point part gifts provide way repay live right shine trust tell youre still mind wherever go may good lord bless heart soul beloved beloved beloved want know love wisdom touched beloved beloved beloved young lovers passion stare hanging air challenging fears catch passing moment grab clear desperately attempting stretch years soft elegant firm gallant words dancing hanging balance grins glances translate every sentence language future smiles us loves careful neither fearful thought living without unbearable listen young lady thanking matter always gratitude wherever go may good lord bless heart soul beloved beloved beloved want know love wisdom touched beloved beloved beloved", "Good Lord": "bismillah ar rahman ar raheem said good lord made play game keeps got use get want dreamer got dream good lord made play hand im dealt said sometimes hardest thing world best believe quran influenced songs fans run tattoo em arms wanna travel every time perform look eye tell wrong would thought givin em truth heart ugly beautiful part would give em food thought let em chew apart theyd crowd around movement would start gonna hate god made game aint sayin playfully relate joy pain seein make watchin slave get free holler like bilal tower hayya alal falah allah power givin voice dream let seen admit obscene deen recognize deen isnt pristine spit sixteen clean words dont describe ive seen layin alley whispered shahada bullets fly drive imam mohammed might pound podium popmaster fabel work linoleum chappelle bust funnies mos def bust rhymes muhammad ali greatest time something spiritual happen hands get clappin tell language laugh human reaction smiles cries language tears theyre fallin eyes youve probably seen sunrise hundreds times let painter paint poet describe moment heaven earth might collide god let breath life come outside uh satan doubted angels bowed im beautifully human im proud soul soldier heart scholar wrote poem blood martyr imam mohammed might pound podium popmaster fabel work linoleum chappelle bust funnies mos def bust rhymes muhammad ali greatest time 2x lot cats get age around early 30s start think like lifetime companionship thats start meet ladies prone trust anybody got plenty history prove shouldnt trust nobody didnt know stuff goin put cats away man let try make somethin life"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/busta-rhymes.json b/lecture/lecture-9/rappers/rapper-data/busta-rhymes.json new file mode 100644 index 000000000..d2d84b5aa --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/busta-rhymes.json @@ -0,0 +1 @@ +{"Calm Down": "turn mic turn mic ayo calm nigga ayo calm nigga ayo calm nigga fuck blackout niggas lower casket sprinkle ash get ass kicked pow frown shit crown skip town ground zero shapiro king cash cow make em say wow strip bow sit pound click blaow click click click stop traffic dropping classics flip bitches im making skip thou art dont really want start growl let come mop knockoffs pop never stop cause come better lock doors wolves wanna eat peep lock jaws need cook coke see cop raw aint enough fat fishes phenomenal fahrvergnugen fuck going back ba baracus callous bang another song imma niggas nervous clipping nails dribbling witness nibble like sunflower seed shells see scales got weight heavy like three whales shit males till stinkin fouler weed smell nigga tree fell see twitter facebook instagramming email talking im sick got shook bang em retail cripple see cook like im slanging weed sale triple bred whoop em drag em like females oh see well niggas already know way fuck shit minus details case shut bitch remind replacement butt kind ancient slut going like basement fuck swell shit like im sticking steaks gut gracefully graciously painfully wake niggas ragdolling niggas attacking like apes cut im waiting taking break niggas neck like bracelet kinda like case truck drinking til im blasted harassing erase nigga keeping em open blacking im leaving em stuck got em happier child park chasing duck im chasing buck funny niggas chasing luck lacing like boots im pushing face mud missiles fling spit live wire til shit circling back around fire melt brick surfacing back sound light shit thatll cause quick worship gather around certain shitll splatter cliques painful make em scatter shameful way shatter shit apart doesnt matter head shoulders bullets bigger boulder break em know way going could easily get see shady together crazy like baking vomit rabies cake like pastry bitch like come haiti im suggesting pay dont make wanna spaz like im crazy israeli bite beat im starting heat im chopping foot mine im putting feet back hood wild im hoping protect child blacking long niggas asking hook died nah beat fried yo ayo calm nigga ayo calm nigga ayo calm nigga ayo calm nigga ayo calm nigga fuck blackout niggas apparently theres light contagiousness tirade might make sick irate brain like fucking fried egg mind scrambled cause im lit narrow minded go wide range emotion rage gotta squeeze sideways pulled clive daviss driveway personal memoir saying hes bi waving nine picket sign egging ride making cry rape arrive naked drive straight gay pride parade yay yippee ki yay cause wait world pee leg take sign maybe take em back time stuck like sore thumb gave em finger take attention away stinking face bringing changed whole complexion game case thinking inkling replacing kingpin crazy youre wasting ink indication may facing better make distinction cause fake imitations leaving bad taste fuck making bad impression thats worst impersonation ive ever seen raps nasally eyes hazely rhymes crazily sounds like may need flonase hes speaking kind stupid question hey mrs abraham lincoln husbands fucking brains leaking howd think play weekend aint real slim shady sit ass faggot see ballot im running class clown rich democrat bitch im candidate come fuck whole party flipmode starting campaign every campus fucking rampage act goddamn age eight lets get smashed wake next day room trashed covered band aids glass ashtray smashed champagne splashed lampshades aint debate undebatable shady president ho dont make go take back days old sway tech radio taking much nodoz lsd almost fell asleep wake show fuck telling fools rippin shop raisin hell drews penelope cruz still developing boobs bus put like sick pet youre fucking vets dog fucking internet bloggers sit front computer day comment everything im expert everything everything sucks play next song guess hopped freaking laptop idiot prick biggie kicked living shit id dead wrong son god im sog like wet log pores never get clogged cause im full self esteem sweat fog yes yes yall steady left yall step fore get stepped soft bout commercial fucking learjet jealousyll get green chia pet see youre visibly upset dog alert alert girl alert enter house pain youre world hurt get ass shaking came hit fan favorite fly coach better get arms freaking hands flailing like van halen pray damn tailwind afraid success failure tell ya grand scale dont give fuck nothing like stan mailing last piece fan mail ran straight damn railing yo chill man chill", "#TwerkIt": "yo yuh dun know dis time come come fi flatline everting inna dis bomboclaat til clash fuh real big man mi talk ere weh yuh fi shut mout listen close weh come fi shut liquor shot blow torch bun nuff excitement see frightened watch bwoy run come gyal weh yuh hmmm whata gwaan dun wid dat dutty wine tony matterhorn bass lick yuh make clap gwaan go take set trap dont fight know skin soft sit pon go go fuck til yuh broke exotic suck watch fuck weh batty big watch mi love bend ova spread mek mi stick bun haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer seh mi finish wid yuh pull yuh pants gwaan go get yuh friend dance dun come outside fuck inna di benz gyal come enjoy di ride watch di wey mi stick yuh welcome tek di dick yuh friend wait fi yuh hold deh yuh man vex vegetate di bwoy shoot see gun evaporate dat bwoy leggo dat see sound quang level dat di ground pang nuff dat yuh dun know best di best pretty gyal whole heap batty whole heap breast physical yuh drop one could attest digital instagram til dem gyal rest haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer come come fi flatline everting inna dis bomboclaat til clash fuh real dutty gyal yuh see mi ere weh yuh fi bow big chain heavy respect dem gwan like nuh pave way queen yah london rate di way come ere boy bow cat oh true yuh rich weh yuh wallet yeh yuh ave mmm gi kartel beenie man bounty killa roll di weed buss ah dutch rizzla bruk flip land pon ya head gyal brooklyn shoot net gyal trinidad nuh james mi ah chat bout pussy hole gyal ah bitter weh dat bout twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer mi seh walk like champion swing like stallion wid di two big medallion good yuh perfect show dem di action bad gyal concoction cool relax mon eh em yuh nervous skin dun di place spin round show yuh face open close yuh case chuck work mi seh hold deh tek time gyal wine yuh waistline follow di bassline right stir round like bowl soup round like hula hoop round like yuh batty cute purpose wine like yard woman grind like yuh numba one jump wave yuh hand mi tink know twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer", "#TwerkIt (Solo)": "yo yuh dun know dis time come come fi flatline everting inna dis bomboclaat til clash fuh real big man mi talk ere weh yuh fi shut mout listen close weh come fi shut liquor shot blow torch bun nuff excitement see frightened watch bwoy run come gyal weh yuh hmmm whata gwaan dun wid dat dutty wine tony matterhorn bass lick yuh make clap gwaan go take set trap dont fight know skin soft sit pon go go fuck til yuh broke exotic suck watch fuck weh batty big watch mi love bend ova spread mek mi stick bun haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer seh mi finish wid yuh pull yuh pants gwaan go get yuh friend dance dun come outside fuck inna di benz gyal come enjoy di ride watch di wey mi stick yuh welcome tek di dick yuh friend wait fi yuh hold deh yuh man vex vegetate di bwoy shoot see gun evaporate dat bwoy leggo dat see sound quang level dat di ground pang nuff dat yuh dun know best di best pretty gyal whole heap batty whole heap breast physical yuh drop one could attest digital instagram til dem gyal rest haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer mi seh walk like champion swing like stallion wid di two big medallion good yuh perfect show dem di action bad gyal concoction cool relax mon eh em yuh nervous skin dun di place spin round show yuh face open close yuh case arch work mi seh hold deh tek time gyal wine yuh waistline follow di bassline right stir round like bowl soup round like hula hoop round like yuh batty cute purpose wine like yard woman grind like yuh numba one jump wave yuh hand real thing know haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer", "Thank You": "woo welcome bank deposit young money get cash money im tunechi boss live vault busta buss yeah yeah yeah yo swag mania pop goes carry beautiful bitches us happily toast keep faculty close gross give dose got od ing leaning coast scenery froze take notes rock rolls diamonds fit us chanel minks winter fucking us coming give shivers watery flows spilling like rivers flooding street hoping niggas swimming moving gorillas king kongs godzillas roll seat filling niggas get show uhh shit please dont throw hold liquor grow robbing niggas gon show blow thank lucky stars rap czar tuck shit niggas bite like rin tin tin chagrin never win model thin walking crack shin gives every time spin square bow kings hall wade talk shit ball whats cracking yall native new yorker slick talker keeps order call reporter stepping like british walkers legendary swag flu see influence see get steadily god im stupid undisputed act fool back tool pop police crowd street blocking locking got niggas wilding signal soldiers bossing maintaining composure stand sofa thirty bottles twenty waitresses bring see light shit nigga call promoter tell nigga bring bag better hurry count money proper cause get want thank heavenly father yeah feel good dont uhh shining light feel good dont uhh want thank heavenly father ay want let yall know ay ay want let yall know yeezy shining light listening q tip settle stiletto saddle lets go good times difference niggas making though chatter peep way batter top mountain folding ladder dead done rip paper cause status none transfixed strengths page whether chopper gauge youre single cause wouldnt engage turnt script cup keep goblets us see push sometimes man fi get kuff beat head boop de de boff zippity boof beat head stop killing wolf whop beat nigga till drop piggity poof ock see puss dont want problem niggas fuck lets get drinking poison livers dammit sinners abstract together see deliver got touching fucking fingers dammit winners pillar rap shit homie know kill everything time go thats bomb blow black get little bit dummy microphone bleeding take incredibly resonates music itune youtube could never ever refuted gnarly niggas naughty ninas bitches ballerinas ballers betweeners blatant nonbelievers overachievers kicking pele adidas drink alize liters must reconcile leader shes begging eat us mans attitude defeat us never scandal bus prone handle gentlemen mention veterans second need medicine black get premises better fly pelican idiot ass niggas need suit funeral measurements see effortless never getting better giving shit convince better preference watch turn skeletons see come bring betterness time rep foreverness flying united emirates sized private plane kind etiquette purchasing diamonds handle delicate need better ref could peep us regulating see bitch like aint never left want thank heavenly father shining light want thank heavenly father shining light know couldnt happened without ooh ooh without ooohh without ooohh without", "Break Ya Neck": "yeah check see thing need right nod fucking head yeah yeah break ya fucking neck bitches yeah yeah go going going give away give away give away give away give away give away give away nigga yeah go tell really wanna talk nigga talk look like could really give nigga way talk way ya try walk way really try put dawg doin like ya never way break yo back break yo neck way try put floor come oh yeah tell niggas lemme address yall niggas one time lock hit bomb shit yall niggas know day making drop yall niggas know every time come motherfucker always takin ride yall niggas know come makin flop way makin hotll make nigga wanna stop get money cash check niggas bust yo tec everybody every hood bang yo head til break motherfucking neck let give real street shit ride yo shit recline yo seat rewind heat keep bouncin streets nod yo head break ya neck nigga break ya neck nigga break ya neck nigga bang yo head start break ya neck nigga break ya neck nigga break ya neck nigga break ya neck come along bounce back know done caught breath yall niggas know way bang niggas head death fire boy know bakin ounce know love way givin music making bounce fuck little niggas every time come niggas know yall way people niggas know always give yall said bounce day time night ya creepin along well bang shit truck break yo neck motherfucker try figure flow see way come right always blowin spot make nigga really wanna stop better tell yo crew yo peeps niggas better put troops gather soldiers nigga know better keep yo boots niggas place wave hands high way put make nigga wonder really gonna try ya really wanna place bet put ya money ya mouth niggas street break ya neck keep bouncing let give real street shit ride yo shit recline yo seat rewind heat keep bouncin streets nod yo head break ya neck nigga break ya neck nigga break ya neck nigga bang yo head start break ya neck nigga break ya neck nigga break ya neck nigga break ya neck go know everytime busta bus holding fort nigga watch shutting way put coming like steamroller dre nigga aint fucking around nigga yeah team got link cause know stay chopping get club niggas bar know lockin get little get little get little crunk lemme give yall niggas shit thatll make wanna bang yo trunk get money cash check niggas bust yo tec everybody every hood bang yo head til break ya motherfuckin neck let give real street shit ride yo shit recline yo seat rewind heat keep bouncin streets nod yo head break ya neck nigga break ya neck nigga break ya neck nigga bang yo head start break ya neck nigga break ya neck nigga break ya neck nigga break ya neck", "I'll Hurt You": "yeah guess ayo dre think trouble whoo scott storch like em feels like new day listen every time come hit niggas shit regardless get retarded niggas aint got clue fuck say say spit spit aint never even gotta question cause know im nigga ever come spitefully turn place motherfuckin zoo come spit c crazy sh sh sh shit make n n niggas exactly want em point view instead trying step still trying play catch keep way nigga grew niggas panic freakin get schizophrenic let emotions doubt ever test crew take second check reckon records better whatever record recorded thats shit fuckin idiot dont think get im one greatest ever period every syllable true aint blind aint handicapped vision think simple enough think really plain see matter much try matter much make effort niggas never ever really fuck cause ill hurt learn thing two ill hurt ill finish career ill shit mic doo doo fightin chance move covered poo poo smothered manure spit saliva fluid g g g goobers glued dont clue sit back watch somethin gon chew made sneeze im allergic beats like please excuse allergies actin thanks lot scott youre probably wonderin theres thunder everyone runnin duckin everything block cause busta bus flipmode tip toed club shady quietly trying start riot doc since spotted might well party gather round everybody come lets get drink aint got nothin special occasion reach closet put something get club aint blind aint handicapped vision think simple enough think really plain see matter much try matter much make effort niggas never ever really fuck cause ill hurt learn thing two ill hurt ill finish career ill catch niggas snatch niggas bunch bumblin fools got rumblin dudes way block keep stumblin jumblin words vowels throw towel see niggas clock runnin time see im tired yall mumblin mumblin n n nigga got locked every single time put shit cd player turn volume bang head shit continue crumblin niggas tumblin niggas struggle humble nigga glock watch ill keep fumblin got tr tr tremblin one niggas bust head rock start another thing make crown king butter swing nigga follow flock watch brother bring diamonds summer bling im climbing fuck tell bitch get yacht aint blind aint handicapped vision think simple enough think really plain see matter much try matter much make effort niggas never ever really fuck cause ill hurt learn thing two ill hurt ill finish career ill", "Can You Keep Up?": "finna energy got remedy im vicinity nigga spit feel fire whenever act everybody else incompatible artillery forget hear cause fast pass baton busta hit victim middle body bullet rhythm every murder structure every time hit niggas another jam blacking sounding like nigga full anger im back beat head ill bring another banger nigga twist everything wanger dont really really wanna see way come ill give get ceiling see nigga numb wanna till make another nigga drop put money homie im one go pick carry way wanna carry whatever wanna show competition gunning coming better never let nigga never get front wanna front wanna get race im fast call flash dont nobody really wanna hit em like couple millimeters woopin niggas ass skibbedy boop skibbedy bop skibbedy beep im skipping another blaze hit know lot yall sitting waiting wondering ever gonna shit came hit em another flow pop champagne celebrate kill another show gotta campaign greatest niggas yall already know never kinda shit twista get em gotta go gotta ask yall keep keep keep keep keep keep try catch keep keep keep keep keep keep try catch kill everybody cause im gunning outta stress im running outta breath gonna pick left keep spitting cause flow bidness im menace bust lyrical tec go faster ricky bobby kill talladega nights niggas try get nigga hit come promise gotta pay price look dont everybody wanna come try get little taste shit got let put face spit got nigga wilding place everybody better listen cause know bring never never stop make nigga rewind bring back top throw shit streets running every block everybody better stand clear like millimeter booking track motivated murder whenever act couple phenomenal niggas stack gets anybody wanna live back killing everybody bust clip cause imma attacking insane flow calling twista phelps nigga buss like usain bolt shocked nigga like thousand volts im sailing beat way im sailing boat way gotta kill em way gotta flow dont really wanna test boy cause ill pop ya im spot know cant leave spit every word till damn cant breathe never heard till nosebleed twista please know got ya gotta ask yall keep keep keep keep keep keep try catch keep keep keep keep keep keep try catch talk bunch people say im lyrical manifestation rhythm come shit gotta bang em get em every single time hit em gotta accurate like im attacking rhythm vocal tenacity see way brother blacking im back infant cause every time place feeling capacity coming coming nobody really flow fluid gotta anomaly gotta odyssey prodigy imma one prove dont ever forget way coming sending somebody gonna probably needing medic give us credit thought oughta coming slaughter call order see way keep keep keep keep keep keep try catch keep keep keep keep keep keep try catch", "Look Over Your Shoulder": "look shoulders honey yeah know minute dont know look shoulders honey whenever need look shoulders whenever need look shoulders honey yeah need wrote first bars car stacy bizarre battle scars large would lace big marbles nigga lead new generation boy dont argue us marvelous beat selectors authors novel spitters literature hideous nastiest flows chlamydia uh aint afraid say need ah yeah promise id never leave ah yeah life like twelve open mics hopeless notes write sure folks unite soon flow get nice poltergeist scare emcees prototype every share deeds rips know type style like everything apparently appetite stay famished bite hand feed culture vulture die bleed focus hold thoughts dreams control pen boldest lines rhymes things devote time mind seems im posed shine remind im king provoke blind bomb fiends pros cons diamond rings im full time ima bring soul divine cross whats mines gold green ropes show mean grab shakur right wing fly vocals hip hop look ziploc bag full goodies chris rock hit pookie pit stops since tube socks baby hell drug look shoulders fuck love know ya dont know baby dont know baby look shoulders honey whenever need look shoulders whenever need look shoulders honey yeah yeah need shhh look shoulder get cause done bodied game point niggas scared rap kept burnin til anointed one kings black history yes see game little different niggas lack simply bars spit em like darts til puncture kidney trash dont matter much gon try convince gon make gun cock talk whole nother way yo woah oh oh oh oh buddha ali baba believer er maker pristine dice roll sleeve shake em rude im ice cold im need wake em crowns medals wall waitin take em arrive theme music got pound leave even shadow got sound cause im god harder martyr father spit saliva thats leaking lava completin saga meetin greetin beating niggas completely conquer extremely bark nigga see deeply carve nigga believe graffiti armor heebie jeebie bikini broad see give startup treat greet meet arms sweet speak seat deep sleep gods hmm upholding fundamentals boast rental focus whats essential spit bars provoke mental entendimiento clap raps like thunders look shoulder boy wonder dont know baby dont know baby look shoulders honey whenever need look shoulders whenever need look shoulders honey yeah need dont know baby dont know baby look shoulders honey whenever need thats right got catalog understand motherfucking human ipod motherfucker okay go day", "I Know What You Want": "yeah shorty know need got everything need promise aint gon hold neither ima give baby burnin bust baby give ill give know want know got baby give ill give long want know got baby give ill give know want know got baby give ill give long want know got together years shared tears called nicknames like sugar plum poo bear im always road hardly ever home always busy busy cant talk phone know aggravated walk around frustrated patience gettin short longer tolerate listen im motivated us stuck grind tryin elevate ayo really honest stuck whole struggle cant even express words much kid loves ya ima stand man never ya well could tell different slightly approach ill shit dont sex every day sex tease passionate way love way touch little elaborate ways got god feelin released relax day baby give ill give know want know got baby give ill give long want know got baby give ill give know want know got baby give ill give long want shh mami listen feel love baby move longin moment talk truth im never home always get go puttin unnecessary rigmarole never meant put thousand pounds stress head love way sleep always cuddle bed baby stay embracin patience sheddin tears ask mami please continue bear started broke constantly roll cuttin streets like would never get old went loosies buses fifty cent sodas novas hondas lexus rovers mad years passed still got back word bond never screwed none industry cats boy like scull mulder walkin shoulder shoulder milkin game watchin seeds gettin older baby give ill give know want know got baby give ill give long want know got baby give ill give know want know got baby give ill give long want know got yes know ill die know ill ride wit always try wit give love cry wit climb mountain high love touch sky baby come get close cause love supposed baby pull house yellow lamborghini months pa havent seen lookin good gucci bikini 38 carats ring lookin freezy matter world never leave fall back ill make lifestyle easy appreciate things please lookin daughter youll never greasy baby give ill give know want know got baby give ill give long want know got baby give ill give know want know got baby give ill give long want know got flipmode records j records def jam records busta rhymes mariah flipmode squad yeah beautiful ha ha knew gon give high note mariah ha ha ha yeah yo yo ayo hold fuck man slow fuck back fuck ayo listen fuck oh yall niggas dont want listen yall wanna start bullshit yall niggas wanna start fucking riot ill show motherfuckers riot none motherfuckers gettin fuck yall niggas ride yo close fucking door man shuttin shit", "Touch It (Official Remix)": "touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format aiyyo swizzy told niggas coming back bust ass okay remix part two see know god back runnin city know squad flipmode bitch look see aint nothin changed im back remix queens game see spot niggas better respect yall already know rep aint reason check know aint fuckin record instead imma let mary j blige come set maybe guess mary j blige im bout handle biz im grown woman still rep kids every hood peoples doin bid know whos really queen deliver mail seven hundred thirty thousand first week sales haters plot watch lookin pale im yacht overseas doin nails sittin lookin stuck thinkin cause spent little dough im gon fuck money aint thing im sayin let bitch know type empty account far willin go hopin jet aint wastin time told expense paid anyplace could find hit islands winter trickin dime aint shorty world pussy better mine wanna touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format bus serious man im jinglin baby go head mami dont look charmin put lips kiss touch good yes wish would like see dip baby dip dont look like got beyonces hips lookin like could like nia long boy smokin cheech chong know feels like gone minute im back chinchilla ice fitted everybody talk money everybody gone bowl bread smaller arm midget know im doin thing blue ring like probably wont cause broke complain club imma put range let em touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format five boroughs death dont understand got new york city palm hand could make tight fist let crumble ridiculous could smack world new york nemesis got staten island pinky queens thumb dude bronx middle finger screamin fuck rock ice manhattan theres ring finger know keep brooklyn trigger finger swizz monster x beast fuckin bus everyday feast stay streets im tired talkin yall niggas im stick fork yall niggas hit em man truck come get em man fucked em man aint remorse corpse truth cant id body nigga toothless touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format see love streets declare god hood niggas watchin wishin could claimin throne way got lock mufuckers whats good tryin stop im wishin would cause im glad hit fact god immortal spit way doin historical shit case niggas act like aint know im informin click take bitch im performin shit touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/camron.json b/lecture/lecture-9/rappers/rapper-data/camron.json new file mode 100644 index 000000000..483c3548f --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/camron.json @@ -0,0 +1 @@ +{"Hey Ma": "yeah come hey lets slide alright gon get tonight smoke drink well good cause gon get high tonight got drops got trucks alright cause gon take ride tonight lets slide alright gon get tonight yo downtown clubbin ladies night seen shorty crazy right approach baby like whats age type looked said yous baby right told im 18 live crazy life plus ill tell 80s like know ladies like need man thats polite listens takes advice could three plus lay pipe come come stay night looked laughin like boy game tight im laughin back like sure youre right get car dont touch nothing sit car lets discuss something either lovin ill see tomorrow speedin west side hand creepin left side im ready ready bone ready dome 55th exit damn damn already home lets get hey lets slide alright gon get tonight smoke drink well good cause gon get high tonight got drops got trucks alright cause gon take ride tonight lets slide alright gon get tonight yo uh got girl ex wanna holla spit told acknowledge quick like cam stop frontin dave hollister tip come lets swallow sip im like momma sick promise dick usually problem chicks say im rotten rich boobies real high heel doobie feel plus got gucci nails huh cutie still girl aint groupie deal left movies uzis suzuki wheels jacuzzi tell boo bes real mean winnin louie spinnin go crib got gucci linen see boo grinnin looked said cam know sinning naw im changed man look range maam got whole new game plan looked said thats nothing game cam right range man dropped l im flippin cell thats right call l yo l hit else plus dome say word got tonight hey lets slide alright gon get tonight smoke drink well good cause gon get high tonight got drops got trucks alright cause gon take ride tonight lets slide alright gon get tonight", "Killa Cam": "killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa goons spar stay tune like damn realest since kumbaya bomaye killa cam lord still man pan scrilla fam board bitches want neuter niggas want tutor hooligan houlihans maneuverings nothing new doggy im land grind pan pan gram dime toes mc say hammer time beef hammer mine get hands nines bama line corduroys camll shine canary burgundy call lemon red yellow diamonds ear call em lemonheads lemonhead end dead ice like winnipeg gemstone flintstones could say im friends fred unhappy scrappy got pataki bitches say im tacky daddy range look like laffy taffy killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa yo im nicky barnes got rich fuck rich hit kitchens pitchin rob base mase doug e fresh switched fuck tradition parked tow away zone chromei dont care car throwaway homes welcome harlem welcome problems furlough fellow felons get pardons niggas knew bang stood like pootie tang soon stoolie sings toolie sing bang bang came movie ring snap crack jewelry bling flapjack ooh bring clack clack ooh ring bad rap cuties cling ass cap put river im sushi king ima keep ya fresh let fish eat ya flesh yes sir please confess say hes best killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa yo dope teach rope chick want coke piff got smoke sniff know drift used figures dough shit rooster nigga roaster bitch roast ya bitch thats usually ends tell groupie friends go get coochie cleansed moody gucci louis pucci men escada prada chopper got uzi lens birds eye view birds knew flip birds bird gangs birds flew word blew herb grew would serve stoops swerve coupes sing killa uhh killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa", "Down and Out": "ugh killa baby kanye 1970s heron flow huh yeah lets speed ugh im back ugh ugh dont know finna kill game year killa ye cmon ayo street mergers legislated nerve never hated murders premeditated absurd hesitated observe cock spray hit block away drinking sake suzuki osaka bay playing soccer stupid stay suckers place pluck ace take girl fuck face dealing killa love taste swallowing killa cause love taste got brought crooking kitchen orders im cooking got caught juxes wouldve thought brooklyn gets boring looking like bill cosby pouring pudding dashboard wooden hard tangled grammar interior inferior star spangled banner car game bananas mob manning tanners guns everywhere like car came hammers hes back trying say hear niggas saying flow truest games nooses girls models coochies juiciest yeah say yeah say cause im back grind money back mind ye killa cam world mine treat bitches straight like simon says open vagina put legs behind head cop air ones hon lime red got pets mines dead doggy fox minks gators thats necessary accessories closets pet sematary get approached animal activists live zoo run scandals savages niggas get together gather loot bodyguard dog id rather shoot go war old timbs battered boots hand grenade goggles parachute yall dont even know name flip touch tease case shit dont know bout cases get court case briefcase suitcase cases cris oww trying say hear niggas saying flow truest games nooses girls models coochies juiciest yeah say yeah say cause im back grind money back mind ye killa cam world mine ugh killa yo yo ayo dealing sure shit bitches pure thick play razor tag slice face youre come drive thru gator toed mauri three quarters sky blue look mami eyes blue 52 approached hi boo pony skin louie oh fly stewardess good fly nigga got baking bake harlem shake nah im harlem shaking weight shaking bake shaking jakes kill shoot funeral harlem shake wake picture though still taped lake im laughing couldnt wait escape anyone owed dough load four hope nigga heard said told ugh killa trying say hear niggas saying flow truest games nooses girls models coochies juiciest yeah say yeah say cause im back grind money back mind ye killa cam world mine mine killa already know harlem whole midwest detroit naptown st louis chicago course westside holla southside wild hundreds know ohio columbus holla boy know else dayton youngstown cleveland cincinnati", "Oh Boy": "blaze oh baby uh killa girls see look kicks look car say look mami im good im hood clap soldiers sober leave killa im companion mans stand hit wanna get rammed ill scramblin lots mobsters shop lobsters cops robbers listen every block blaka like way diddy bop peep mink mauri kicks plus chanel ski hat want give screamin killa killa playin cam dig lift fuck girl get pick want boy montana guns bandanas listen homeboy santana yall niggas cant fuck im tellin ya put shell ya bleedin get call wheezin need screamin damn shut hes snitchin niggas bitchin hes twisted feds listenin damn whoa whoa cmon im trouble need bail money shit fuck got trust thats fuck thats nigga gon come get got love thats uh huh uh huh got caught went court sayin block rock cops come squalie yeah sports cars bonitas jimmys pjs old school eighteenth sports bar eight nine holla boy killa holla listen p plus r c youll moms say shit aint stoppin em guns got lot em shit matter fact guru start poppin em slap clap wrap get gats diplomats girls say see cam say damn santanas squeeze hammers cannons bandanas blammers dont brandish blam mans canvas scram mans leaded im back man vanished away grand canyon kids grand standin niggas demand ransom grams scramblin well fuck van damme em camll blam blam em call im south tannin mami got remedy tommys enemy homis bodies body youre feelin finicky killa capo chill morocco reala got dough chinchilla dough fill hollows huh said im killa", "You Gotta Love It": "uh dipset fore set okay first bitch nigga reason im doin ima name five reasons real quick got 150 got 150 first stole roc fella dame second stole kanye dame third stole rocawear dame fourth seen nigga throw diamond shots fired fifth hold turn beat turn beat talkin bout 80s baby 37 years old born 1968 open daily news hows king new york rockin sandals jeans open toe sandals chancletas jeans hows king new york rockin sandals jeans 42 years old back business aint one big wallets got shits brollic dot publishing go ms wallace honest stealing bigs shit made two albums wilding cant dress dawg styled rocawear dame got call cockawear heh dead pronto wont see car dame biggs bitch years juan ho 4040 got atlantic city pitch budget outta baseline goddamn pretty love harlem nigga get cooking true look got dudes brooklyn apparently right jeezy video shouldve kissed cheek pretty ho jaz video starred peter pan hopping greyhound peter pan could man ha reason fam dont suck dick kiss ass im conceited damn hawk yo right walk bro fool rest world long new york know put ground clown gon check cellars know 40 years old dont respect elders respect hustlers plus grinders sellers yous customer buster go jet propellers got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one killa season holla nigga cause come got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one killa season holla nigga cause come killa lets go fuck mammal tote handles open toe sandals look like joe camel roc fella right contact bust fly joint put inside contract left label right lot cats wonder every time diss label get fined hundred thou telling yall get fined hundred thou huh cats ill five times half mil wars play like bumper sticker smack grill paul wall cap grill cats daffodils east coast west coast slang yo cap get peeled houston ask b im mack real hackie tell respect better dwell beyonce fiance check second lp might bring back thats girl thats world thing fucking singing bout slinging crack mr roc fella stop stop stop fella still got acapellas akinyele ya aint fault im raw im sorry b want war stabbed un charli baltimore sucker love hmm hmm sucker love kill bitch go trial hand stuffed glove ima hop bed dawg gon pop head tell ol jay z chill cochran dead got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one killa season holla nigga cause come got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one killa season holla nigga cause come yall niggas dont want us man round one 15 rounds b ready brake bluff professional concert sell 25 thousand acting like gon diss us got anthrax man george bush man saddam hussein acting like got something mae making secret songs man let man get ready 15 rounds man battle everybody getting ready step plate ima step slam grand slam yo ass pardon dipset know know like remember dame sold old pathfinder chipped gs jaz os son wheres sauce money wheres like ima get back dipset dog round one let games begin doggie hahaha aint laughing ya ugly ass ugly dawg ugly ugly man ugly man un said look like fraggle rock ol alf ass nigga get back nigga nigga oh got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one pushing 40 nigga one oh shit yo dude make sure got old vocals bring em real quick dimes slung crimes weve done times fun would dimes slung crimes weve done times fun would yup yup thats yup got em", "Get 'Em Girls": "killa lets go get boosters boosting get computers puting yall get shot call shooting recruiting tutor students nurture brain im moving movement whether buddhist buddha thats judas judah got luger ruger hit roota toota chick hooter hooter put two producers im real ball story loser hoosiers rock mostly dosey roll mostly dolie ill leave wholly holey youll say holy moly come coroner get em play rollie pollie ill tell true stories coldly hold heat repping time get extra grind fried fricassee pepperseed pepperdine jeff hamilton genesis leather time bitches say im man tell em never mind getting nice got ice lets get dice roll em getting chips flipping bricks get rots pits tell em acting feisty getting sheisty call wifey tell lay back get face slapped race track eight stacks acting funny nigga come dumb dummy nigga killa keep twenty blickers move away join dude n play hey say first pile rear style gear stallion year medallions ear whips fists houses wrists budget neck spouse dick posters wall posted balls dick mouth tell im gettin money niggaa yall faking fizzle im caking shizzle fuck sizzler steak estates sizzle ate boom boom ace boon coon shake bake skate vroom vroom 7 8 zoom zoom boom boom tune fore get life boom boom room wrecks n effects zoom zoom poon poon since movie cocoon uzi platoon killa getting nice got ice lets get dice roll em getting chips flipping bricks get rots pits tell em acting feisty getting sheisty call wifey tell lay back get face slapped race track eight stacks team goonies seen buffoonies toonies best dressed stay neimans bloomies want hit back agreed im looney proceeded moon baby bs honey cam vs 1 2 ill help get son ps 22 get mauri flow mauri show fuck around yall gonna maury show bootcamp food stamps welfare health care true tramp im lokie lokie leave pokey pokey rice roni thats okey dokey toby homie make hokey pokey pull pound turn around shorty heres weed burn pound whoadie heres map go learn town sporty 40 im 50 buck 50 quickly could fuck killa", "Welcome to New York City": "turn motherfucking music blaze man owe nigga uhh yeah yeah yeah yeah welcome empire state home world trade birthplace michael jordan home biggie smalls roc fella headquarters ladies gentlemen killa cam young hov definitely building brooklyn harlem world stand fuck im bk brawler marcy projects hallway loiterer pure coke copper get order bring em baltimore ford explorer gonna cost gotta get em florida rucker game attender bent parked sidewalk temp plates fender aint hard find catch front center knick game big chain splendor next spike pan left right madison square catch fight cam pan left ice man write checks hand dont write go head im rambling mic throw feds im scrambling night often said brought hammers fight new york city right cam home 911 place lost towers still banging never lost power tell em yall fucking bks banger harlems gangster thats danger theres nothing left say oh yo theres war goin outside man safe dont matter three feet eight one youll get eight nine straight blown wig split melon cracked day one carry eight guns two trunk two waist two ankle two spank get jammed jammers blammed blammers hot ask mase ran atlanta think know life mink motor cycle trinkets delightful blinging much ice fool front sparks body castellano block away watch gotti gravano la costra nostra someone close approach ya theyll toast ya gopher bread loafer chauffeur coke raise snort blaze ya fort jay puff shyne cases caught midnight pitch fights another victim watch fore watch killa home 911 place lost towers still banging never lost power tell em yall fucking bks banger harlems gangster thats danger theres nothing left say oh listen yo im 101 west hund 40th shit live 5th floor 56 know zip district five youre 22nd hit two one thats lenox 7th ave news one coverage centre street got brafman defending cause new yorkll miss im locked penitentiary judge said thug kit kat club got enough chips stacked make bitch back killa pinch button grip snub hit thug lay pitch black tub looking rich black thugs get love wont stop til get back blood holla em hov im flushing marcy nostrand myrtle park niggasll drive day murder dark thats johnny gun im holding wet niggas like johnny pump open homie play hard home 911 place lost towers still banging never lost power tell em yall fucking bks banger harlems gangster thats danger theres nothing left say oh uh huh yall niggas man yall cant fuck around man roc bitch killa nigga jigga sigel beans diplomats man hoffa dash get fuck dick homo bullshit whatever yall wanna say two minutes man shit right man aint going nowhere", "Suck It Or Not": "killa dip set lil weezy cash money yo lemme holla lets huggin block thats right hustlin rocks know pufffin lot nigga wanna know babygirl gon suck huh dick hard motherfucker dont tell shit another sucker aint sucka mama come fuck drama peck kiss death lil pucker rama im active drastic got something ya face fuck proactiv im pro round globe atlas need know gon suck babygirl im love twat missionary back shots pop rocket tell right cock soft head top ya knees show top boss lick suck deep throat stop cough hop hop lollipop know white come hot sauce huggin block thats right hustlin rocks know pufffin lot nigga wanna know babygirl gon suck lookin light skinned mami tight slim fat ass big tits noticed nice chin approached slight grin white timbs number type said dont like men laughed link link dont like men neither coincidink ms jiggy ms piggy pinky mink pinky ring blingin gon suck aint type diss kinda like issue thats situation bring wifey would like tissue gon need cum nose babygirl cause sucking cock aint question guarantee say think im shit well apparently wont hear words like marry thing gonna hear suck huggin block thats right hustlin rocks know pufffin lot nigga wanna know babygirl gon suck get head strangest places two time call changing faces tell bitch aint trading places stand back catch amazing graces taste savor vanilla ice cream say ooh favorite know playin wit wayne chillin like scarecrow looking brain drivin range flying plane head crazy shes insane know game get get right every bitch industry wanna rock mic im hot like light im tough like ike dont fuck dog hoes cause hoes might bite yeah follows back mind im hoping swallows huggin block thats right hustlin rocks know pufffin lot nigga wanna know babygirl gon suck", "Family Ties": "killa dipset man spit pimp talk hang pimps collide pimp ride need pimp ride aint pimp camp pimp limp pimp stance pimp slap slim tramp order steak shrimp scamp ok k kay g g gay ill souffle ya toupee bottles bouquet right stay stayed 45 trey deuce spade sprayed stayed unload click clack ya fit cap hold shit back say goodbye go commit 9 years spain time share back times squarei got dimes port authority got authority girl ordered mauri checks forge em reporters report report orgy story daughter applaud zone soldiers like stand never alone bout make drums cry dipset dipset dipset dipset dipset dipset hold dont think move us push us step side thats call family ties dipset dipset dipset dipset dipset dipset killa uhh back cop ride black black black cop rides hide hi hot thighs dick nosenow shes cock eyed whippin bacon rolls outside whippin bacon rolls sanaa lathan knows im rakin makin dough 80 holes shirt jamaican clothes aint talkin poconos im talkin aspens slopes go get okey doke play baby hope know break noses call baby pinocchio hold blue mittens 2 pigeons fuck pitchin 1 house 2 kitchenswhos bitchin bring diesel wont see fu schnickens thats mother baby mother motherfucker look like lady lover ill touch slap dap plus clap tell drink come get drunk nut cracker well known rell home yup hit et cell phone family dies family rise call network dipset family ties zone soldiers like stand never alone bout make drums cry dipset dipset dipset dipset dipset dipset hold dont think move us push us step side thats call family ties dipset dipset dipset dipset dipset dipset see lavender tank youd rather faint fort laudi saint latter day saints whips get lathered paint rap rappers scrap actors cap back abracadabra im appalled think comfortable mauris rappers theodore huxtable mothers lawyer fathers doctor auction coke coppers glocks locker supposed get hung rosaries call cod thats coke os oded b os aint give fuck long aint close put ya drugs air give toast pump dip ya veins get dope like fuck kerry bush vote real nigga real last hope zone soldiers like stand never alone bout make drums cry dipset dipset dipset dipset dipset dipset hold dont think move us push us step side thats call family ties dipset dipset dipset dipset dipset dipset", "Get It In Ohio": "midwest forgot fourth coast aint nothing though arkansas minnesota kansas kentucky missouri everybody lou thinking bout guy fisher never met god damn thats nigga figure real estate invested pie flipper never snitch im bathrobe fly slippers left chicago good money 5 drops westside southside like white sox van buren pulaski k town contra theyll dearly depart ya front macarthurs im author gangsters tough guys whole ohio started buckeye columbus nati towns raped em clowns hatin moved pounds dayton akron niggas would throw things king james coke kings acting grown doggy aint back home smack wrapped chrome better get chaperone know like know lie low killa used get ohio dont forget chi though guns like pyro keep playing look like gyro go head hate hater cause im flyer aviator well youll get smacked radiator get catered player wanna talk maybe later told time 88 flavor flaved need neck choked rather neck broke dead broke yes folks jewels like egg yolks youll get yoked switchblade poked bitch made since 6th grade need rope cut cowboy roped yall boys sold know dope crack coke coat tucked roll hold family hold get close soaked im kg post ho slut love turn beef cold cuts family getting bread well get loaf cut yall doped game sewed malcolm x tell white bitch yo want toes sucked know like know lie low killa used get ohio dont forget chi though guns like pyro keep playing look like gyro id rather judged 12 carried 6 12 12 well carry bricks 12 12 fiends theyre married sniff v12 thats various trips yall make brother laugh took another path come habitat hovercrafts bubble baths duffle bags stuffed cash fell love math got green benz red range mustard jag white coke tan dope black gun trey deuce silver bullets purple piff blue pills grey goose pull rat tat tat duck duck say goose beige coupe suede roofs send jesus h deuce yea yea piss state troops see dont disappear say poof play zeus homeboy get replaced tooth pac mean dust nigga say juice killa"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/canibus.json b/lecture/lecture-9/rappers/rapper-data/canibus.json new file mode 100644 index 000000000..be8eca1fc --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/canibus.json @@ -0,0 +1 @@ +{"Greatest Freestyle": "think fast switch fast quick fast quick immigrants say habla ingles border patrol fences messin canibus senseless divide senses six youll end triple sixes triple digits mean triple spirits light body third power triple lyrics im triple threat im triple physical flesh im telling put money triple bet cause wont satisfied til im set til got triplex tribeca skyline effect rhyming nine five manipulate best eight hours writing memorizing manuscript called biography canibus subtitled ultimate guide teaching modern man spit tongue twist enunciate certain shit control breath make syllables spit yall niggas aint listen bis kill em shit im wicked selling tickets paparazzi probably taking pictures fans street signs tryin picket saying want bis want bis want rapper illest lyrics dedication commitments beginning less go four quarters nine innings go twelve rounds play two days cricket lead crusades across europe like christians notion im dedicated understatement rhymes world like russian space station sneak attack rappers grab em slash em chop heads claws sharper velociraptors hunt em like jurassic park actors spare samuel jacksons life cause black one action packed like shaft black assassin blastin 753 backwards magnum follow road damascus follow madmen poppin ecstasy pills like aspirin come fe manifest high drink gallon cyanide still cannot die niggas want lock chronicles canibus away forever put book rhymes shredder never im way clever way manoeuvre beat ass like lennox lewis david tua front hundred million pay per viewers career ruined face swollen like benihana buddha bring ya prove youre loser beyond length rhyme future pounce upon like puma wild cougars jungle adrenaline juices flowing em ima reprogram everything youre doin hypnotize audience perform front start booin youre stupid whole crew extremely foolish cant cipher cause breath putrid put mic step away shut motherfucking mouth dont say nothin right remain silent sentenced life rikers island terrible freestylin heard rumor english women make love best true cause aint justice yet lot clowns keep arguing best bite style cant digest til get karate kicked mouth teeth get ejected told watch beef last record platinum teeth sell thousand pounds piece buy one back get one free put east put west put paper put paper desk studio put test nothing skull crushing pressure depths throw rough mix download disk give copy everybody thats bis since 96 dogg pound remix first time anybody put spit like pac man dont stop til hear voice banging block magnavox hundred watts creating ripples water like aquanauts breathing oxygen box belong top pops bottom rocks mean honest god im shocked thought album hot guess cant write infinite rhyme finite mind thats rhymes like mine mystify mankind lot rappers ahead time comes rhymes like mine word time doesnt apply see rhyming art microphone paintbrush responsible getting point across canvas street master ceremony paints picture everybody see nobody could rhyme fluent nobody ever im doin nobody ever spit im spewin im illest alive ima prove plus ive got show people ive got mad love rap music bury mcs rosary beads picture wife seeds picture im graceful left hand rembrandt put instrumentals ask pen dance im gentleman pull chairs open doors never offend fans unless offend lose temper man", "Second Round K.O.": "yo canibus man whats man caught cut wyclef man booming caught foul slouch ass niggas know mean talking foul night corner boulevard man wasnt aint know well enough defend though right seem like got true game peep game man theyve playing life man know title couple times right know mean cant hurt us man gonna get ring man put gloves let show handle man dont got nobody gots show man get move head man come man come man gotta come blood man come man come bust nigga whole man niggas talking shit hey mike tyson speaking canibus man yo canibus main objective nothing eat eat eat eat mcs lunch breakfast hey man playing life man know title couple times right cant hurt us man gonna get ring man put gloves let show handle man yo ima let world know truth dont want shine studied rhyme laid vocals mine thats bitch move somethin homo rapper would say platinum droppin clues studied background read book wrote researched footnotes used sniff coke frontin like drug free role model disgust know bitches seen smoke weed recently walk around showin body cause sells plus avoid fact aint got skills mad cause kick shit real niggas feel 99 fans wear high heels ice kool moe dee jay z want fuck must crazy drippin wack juice cant get better prepared finish start nigga yo canibus man gotta hit harder man dont want bitch ass niggas hanging man warriors man go battle come dont come better give respect deserve ima take force blast 45 colt make somersault shock couple hundred thousand volt thunderbolts wanted war wanna talk strikes hardest strikes first thats laugh hear wack ass verse shit worst rhyme ever heard life cause greatest rapper time died march 9th god bless soul rest peace kid least know beef would call see somethin different faggot nigga tryna make livin dissin somebody gotta know better feelin cause got cheddar well let tell somethin might got cash aint got skills eat niggas ass like really want show get live front cameras sitcom ill let kick verse fuck ill let kick em ill even wait studio audience applaud watch rip tat arm kick groin stick vanguard award front mom first second third born make wife get horn call minister farrakhan could persuade squash say naw started forgot hardcore artist hardcore artist dangerous man trained run twenty miles soft sand land programmed kick hundreds bars offhand lost forgotten land done man done spitted wack shit probably thought minute ill forget fuck cause like common cube see bitch yoo ima make world see motherfucker ladies gentlemen new lyrical weight champion second round knock 3 minutes 40 seconds bus yo canibus man moving like mike tyson jr man youre agile flow man dig right got eat man thats name canibus whole agenda eat niggas man business stage holding mic dig right hey mike tyson speaking canibus man yo canibus main objective nothing eat eat eat eat mcs lunch breakfast dinner thats agenda baby agenda consume whole existence cant exist presence canibus rule forever mike tyson def", "Poet Laureate Infinity": "got bored 4 beats measure professor speech compressor terminated tenure explore rewarding adventure take closer look bars youll see im behind front im one started 100 game spit 3 said fuck ima show niggas something easy whod believe said wasnt rhyme weapon bust brotherhood got covered op orders coordinates drop mortars drive forward sandstorms make eyes water skull submarine hull dolphin phones screen calls places far away agcr rhymes raw deeper crawled walked didnt think thoughts talked spit sport lost paid nail corpse cross greatest rhyme time supposedly 1000 bars probably always mentally top heavy many rock hip hop could bench plot suspend said nobody benefits everyone perishes tell say time medicine imagine fined rhyme stepping line inspired hova nas listened 44 4s 22 times gave power god stop heart im lying like red white wine lets talk im buying lets talk children zion excuse start crying art rhyming ive mastered certainly surely ill celebrate capturing taxidermy streets new jersey germany jungles angola meat poachers heard ice truck killer observing perform surgery ritual widow murder searching urgently mix blood dont coagulate sex magik wont work bitch masturbates put cloud nine look face cumulus lenticularis capsule space become acquainted cryptic language mystic manners rip spit bananas systematic global geographic systemic neosynapsis reload graphics notice spit rapid advanced step innovative mobility mcs try clone lyrically cell chemistry mirror physically true symmetry energy claude ashur skill germainefather author poor pauper pastor rapper body human machine dreams filter wait build machine kill weed vapour taser laser maser phaser something call scalar dead eternally lie strange aeons even death may die coup de grace coup detat man made lodge moon rays replace god think ive enough tough talk come take cuffs promise well talk biting allowed bark dont run walk battle rap art emotion manifests thought thought manifests words actions reality fantasy question detained indefinitely name added blacklist registry im scruffy old man bloody cold hands arm tattoo sully old brand would look tell see law attraction attracted laws poetry action practiced quite actively look face anybody else still cant recognize dont need anybody im rhyming like dont need help thank purchase verses perennial purpose hand rappers worthless least interconnected introspective perspective pretentious apprehensive sentence lazy wanna best crazy best train every day week lyricism amplifies every letter written rip jacker spitting inside zero vector systems brain waves reveal high yield ed fields chew mcs like im eating meal bunch fake niggas tryna keep pseudo real bunch fake king midas fools gold grills microphone found mayan sun stone period purification poems mad max beyond thunderdome red rock use cant use got buried mass grave covered bones cell phone numbers placed tombstones girl gertrude promised servitude better dont wanna hurt dude eat portion case try poison food want deer hunter year could spare summers fucking whore mother front queer husband wide lens wide mattress shes actress monster ball practice im big billy bob black angus sit look tossing knowledge back forth like throwing books dont care colour nigga im brother dont care say nigga nigga lover cultures come one mind universe far behind waves bars rhymes motivated stars shine lower density life forms get lost time dont care make history wanna part infinity look sun god energy spiritually mentally fools threw away jewels offended walk archived files styles east wing isle goes five miles rappers fans fans wrapped vans hip hop continue expand poets rappers rappers lyricists current industry model collapse imminent hollywood hip hop celebrities adopt little snot nosed bugaboos block larry king live earthquake right outside looked squarely shouldered man square eye poetically paralyzing hiding sandbag diving evade question please explain viewers space weapons bigger zeppelins tell people need know dont think youre talk show ho grown showed drunk cup stoned fuck could tell poem luck say im crazy say tell something dont know something psyche profile doesnt show dont answers know see substratum reality thick cloud canopy canibus answer approached podium delivered encomium nobody applauded atmosphere ominous feared would spit dont like bust mucus dried pear like crust cold place called faraday base right next south poles longest ice strait food supply low speak going ground find mo cry go fuck going 400mph wind belts blowing think moment got wait thats trainings survive thats germaine arctic geography conducive astronomy study celestial bodies follow sheer size academia implied rhymes lead believe lying blasted limestone water mixed dissolver signalled remaining cave crawlers dig hole collateral carnage battle hardest take hip hops trash garbage tunnel boring jacking water main tapping sat drafting new drainage plan laughing tough pliable relatively reliable vocation undertaking viable lyrical chemical radioactive residue cant rest accomplish sent gross oversimplication jamaican basement tracing diagrams tape deck evolved spaceship hasnt made yet cause havent paid yet even one pay check walked valley humiliation hip hop started hating tried save wasnt patient responsibility entrusted theres one way prove love thats im busting pursue revenge dig many graves sure add name list youve made musically still producing got couple new things cocooning poet laureates new shit distinguished english sophisticated senses sync talisman received temptress lyrics consecrate spirit whenever spit concentrate hear ive almost perfected im one word away excellence find ill begin testing phenomenal beast astronomer priest poles shift sun rise east wilder wilderness im bout show wildebeest williams better filming blast cataclysmic warps time space within hours become minutes minutes become infinite lyrics poet laureate spit spirit sirius star system observe gods thoughts graduated stars infinity listen bars kapellmeister battle grinder created king osiris psychic wall larger chinas thirst rhyme first hurts like laborious childbirth sounds like chinese fireworks several million years past primitive future world without oil gas focus two standards assessing threat number 1 capacity number 2 intent flood obstacle made raft empty milk gallon bottles survival always remember meet denver colorado springs vandenberg welcome center four half foot beings big black eyes tried trap extract rhymes time perform requiem eve hip hop ends make amends behalf friends canibus grab mic like energized amulet spit rap cant forget oprah winfrey dont like rap got say probably dont like black dont blame dont understand entertainment probably wouldnt feel different wasnt famous traded places opinions started changing randolph mortimer increased wages alone could make person racist racist colour material wise treat head lion legs eagle wings dragon sigil real though sit think write smell ink bow desert wall sphinx ideas come god even im stunned 1000 bars real iron lungs heard hip hop dead thats fair talk go nasir poet laureate infinity forever illest lyrically poet laureate infinity poet laureate infinity poet laureate infinity never done history procured small piece treasure collections former era dating back forever warrior became protector quoted book law dont govern summon speaking tongues started trumpet woodwinds strings conductor brings drums finger trigger drum kit mcs nervous something rhymes abundance hip hop justice rappers captured punished drawn quartered liars denied water still alive repeat revised order skull submarine hull screen doors protect motherboard core extreme heat warp mind dives deep beneath poseidon trident seahorse bubbles form scream extreme force marinaras trench detour ultima thule let explain sonar saw upholding holy rosary patrolling open seas u boat speed beneath tsunami im supposed industrialists civilians women children directly military chiefs aristocrats buildings membership based raw intelligence 400 screen video editing hard evidence clinical professor rhymes pepperdine co signed glaxosmithkline designs universe provided lighting see writing results blinding lyrics timing shut fuck stop whining instinct controls think deciding keep vibing swimming naked open lone shark circles instead trying murder tried flirt got away nervously talked purposefully next time see going word guess wasnt meant assumed identity resumed psyops enemy usa made field grade steel face moving canibus pace proto subspace negotiate eliminate face photograph database emcee could rhyme like theres challenge poet laureateship pontificates balance lyrical pyramid discovered accident know could build faster block tackle judge fairly compare dante alighieris purgatorio theory assigned train equip spit whos ready ill need volunteer next year ill get spings master space badge ill stop flying fixed wing aircraft never understand mean dreams broken storyboard scenes worm screw elevators descending bottom volcano crater inside devils chamber dead eternally lie strange aeons even death may die leaders lies got reassigned loyalty redefined allowed see rhymes ought crawl learned walk one ought think rumsfeld thought im take walk beautiful place called honey swamp well shoot hoops mosquito lagoon park whirlpool gravity traps still allowing circle m51 galaxy rap reduces stress dramatically negative time produces antigravity inject gas centrifuge mass teleological dynamic enhance watch wet weed bust teeth make run life like theres bus street dr would meet 29 palms joshua street always lot debrief killing health killing rebuilding nobody feel felt modifying weather behind weather shield writing feathered quill getting ill woman take care nexium avodart lipitor theraflu rap music profession immunosuppressants one question per second one answer per session hip hop made hip hop praise aint nothing changed since 1980 involuntary catalepsy battle baby 1000 bars nigga maybe murder murder murder kill kill kill drills williams real ill chill asteroid field every rock shaped like seal civilians soldiers raptors comanches strykers cobras back toc gw prescott grid location missile lock lift block gotta spit til story told gift story part soul shouldnt keep fighting earth home destroy mother earth gon go starving destitution dying retribution would wanna blow hospital stupid would force make better music fruitless creations used abundance like something harder tungsten break arm punch ride flatbed chariot 4 ostriches carry control movements lariats polygraphs flutter lovecraft craft lover quoting favourite inventor see excitement coming raise hand lightening bolts stream see excitement coming see excitement coming unsatisfied decide redefine rhyme create product applied mind say divided say small minded right said moved small island contingency plan given tell motherfucker send transcripts swear allegiance tuition free mini version minor abilities 783 hertz earth magnified signal intelligence emanating mind observatory summit mt graham looking starlight scope hand beautiful longitudinal musical lyrics fragments olympian gossip vision success life must equal x plus plus z doubt work equals x play equals z must equal shutting mouth surprisingly got john campbell award writing summarizing rhyming dehumanizing kinetic energetic magnetic ultra electro uncensored resonance need alone cannot comfort like poems 1000 bars put zone pope shook ransacked rome burnt books ran back home hide mine woods salute would like propose next toast maturation barrels carved french oak minerals grow determine stability flow might get drunk boast corruption necessary tell whos beneficiary one us sing hail mary hip hop supposed endurance every time rhyme im touring acupuncture point plus enough need pain pretend tough facts acute repute debate face slim sleek gas mask shape dream identical seven nights row saw sideways 8 wrapped around microphone window closing side looks like opening trying go fire ash fallout thats must construct shelter build wall around parents want look body wont happen til official autopsy good psychological environment science im memorizing visualizing peace quiet father author poor pauper poor posture filthy collar dirty grave robber unacknowledged special access project time reversed waves nonlinear optics coral reef changing green amber scientist scramble come new answers truth well within sphere pursuit im unprepared take action like innate need canibus professional make difficult indeed connect greetings salutations equations inundated information electro cranial stimulation burn skin face burn face skeletal plate plasma ray gun one explanation man made membrane roofing remediation entry points immigration one meter beside hubble outside bubble effects gravity muscles quite subtle want always way always thinked way attach piezoelectric transducer computer poet laureate future pulsating lights sounds surrounds spirits binaural beats layered underneath lyrics 250 thousand cycles per second dolphin hearing electrical optical coupling gear effective 88 kilometres planet rhymes harness power beyond understanding gods began call looked stars fell towards scorched metaphor freak authentic command doctrine george washington gw im positive proof read writtens eat chicken skin missing spend whole night binge drinking executive director civic participation spitting first vote die dont vote weed legalized high rhymes compartmentalized seperatized prevent bootlegging pirates guest keep trying bird chirps dying dirt earth hurt start cursing first fast mr iconoclast dont leave bottle outside cant pass gather evidence give president dont reprimand ask help next 190 lamp electrode glow need new bright ideas know cannot fold political pressure must take prudent precautionary measures think rhymes mind autograph sign cant wait sign autograph last time luciferian web everyday burying dead every colour america bled empirical evidence greatest collection canibus sentences youll never reach end 200 fire forget rhyme respect didnt get wrote poet laureate hubble space telescope images changed bis nothing planet dissuade left dehydrated nile river naked made passion microphone patriot music bread butter suffer publicist said could get time life cover spin press able feed declined cause im familiar greed lose win would like remembered dark skinned lizard king bottomless pool poetry plunge let said let written let done publicly coming forward metaphors share space serpents flying around troposphere poet laureate infinity forever illest lyrically poet laureate infinity poet laureate infinity poet laureate infinity never done history spit thousand kips kilo tons pressure every letter measured way remember december 21st 2012 code placed sunstone puzzle starting numbers code crackers start crunching better results months end really deep blue computes deeply answer universe read numbers summer polar manitobas melted lava team er doctors climbed aboard chopper skull submarine hull empty ballast tanks could smell shit sea gulls rear admirable participated battle every war least half crew injured every tour thought close support navy carriers air force would give us needed wrong canibus notably known globally verbal sorcery somehow talks beat lyrically ready dress right dress messy muscle memory make bomb squad steady cant contend let rip eyes ears nose throat specialist professor bis sublime chakra one thru nine thru spine induce rhyme internal fire produces high recite 33 3s 33 times 24hrs 21 thousand nautical miles ahead lifetime write recite rhymes deja vu booth truth apply devine design miracle metallurgy every clergy member mecca heard worshipped shores normandy turkish streets bluest oceans glowing persian beach nuclear biological chemical emergency purchase beat mix spit mercury dj grabs acetate crate mix dub plate bpms fluctuate nobody hold back flow bloviates spiritual shape co create rap 30 cold callous chronic chemical imbalance smoking chalice rabbit hole alice target appears brackets attack access egress quit rap shit commander symphony man meets ministry finishing archeogenetic rap facility cant battle theyd rather embarrass mad commit microphone heresy still master handsome unborn grandson rip jacker call grandpa 40 odd may seem microphone fiend god hip hop regime planet rock supreme kill green lasers evaporated weed vapour electromagnetic scalar something call maser dead eternally lie strange aeons even death may die meteors fall sky mars god looks eyes controlling heart controlling mind oh lord tell tell oh lord mastered art rhyming bored pain joy thoughts ive passed thru songs respond answer call emotion manifests thought thought manifests words actions reality thats front sides back hear talk battling whispering gallery chain command blames unseen hand galactic plane galactic plan look sky see god judging suddenly feel fatima medjugorie come 60 sitting mixing boardroundbanquet table comfortably begin study showing worlds would love see body melt beyond van allen belt transformed spirit shell could move freely rose fell coldness heaven like coldness hell metaphoric sun worship pulling planet like inertias words blinking like text edit cursor sentences sometimes sensitive make sense layer upon layer upon layer unedited lazy wanna best crazy best train everyday week propulsion system gravity driven white hot thermal external vision every lyric got wormhole saint germaine real germaine sage real sigil double headed eagle seal normal life real cogs wheel work hurt search feel microphonist utilizes study conics circular motion para hyperbolas tiger woods knows everytime plays golf shows true master masters focus time need alone told dream cthulhu tomb try hurt ill murder lay vertical made life purposeful germinated earth black goggles covered bat guano ill hang ceiling watch act hostile ill pop rap music listen dont owe nothing dont want nothing even judgement philosophic maverick massive knowledge magnet underwater sea lilies source magic matricidal motherfucker homicidal hustler filibuster never wikipedia lover wouldnt waste time reading rubbish might turn media puppet fuck leviathan divides suspect zero sign therefore rhyme time metaphor rhyme poetry design poetry continues outside timeline unnatural battle ability enemy tried imprison wouldve better killing theoretically shiaperrelli mentored motifs illuminated speech wizardry horizon radar rhymes patent number 4686605 sound pours ground across land jethro tull mauled god called pan creative writing rhythm grammar composition dont ignore ignore fool tells listen shouldnt sound like im quitting cause im continue hip hop weary body mind tired swimming tide swim walk glide zero gravity exercising requires expert timing sky diving call sign flying wing impossible profession st germaine made explain lesson 1000 bar message may go graduated may know tell world exactly shown sho nuff sesame street poems brought sears roebuck countdown 48 months amaze phase maybe little yo gotta find way generate doe promoter wont pay want show free im worth weight gold mind body soul inseparable incredibly proto plasma recycles matter perpetually hip hop became boring lyrics seem like vestigial organ important diaphragm thymus activate latent powers reside inside us 13 chakras get guantanamo bay alcatraz way heard say pigs gotta pay steady approach supposed fly zone black sheep squadron strobe light hoes hurricanes eyes open gale winds blowing moses row boat floating ocean figured save water drought save right amount know make ever expanding mind commanding body copy quantum biology biopsy austere designs ahead time even press rewind still left behind father author poor pauper breaths draw prana yoga pose tryna get close yo mama ear cartilage targeted bombing commence dont bitch nigga started sabbath write preplanning planet drawing mathematics suspended space holographics scientifically quantifiable megalomaniacal viable style like trying ride bull lyrical inimical miserable ive built citadel syllables made invincible mad man mason patriot pagan west coasting 64 rose gold daytons propulsion system matrix poorly calibrated im waiting parts special order replacements battle rap aimless entertainment second round knockout one favourites fuck haters luck crushed felt like fronted heart kept pumping something turned page wrote turn phrase verbal x rays say dont burn blaze dont look like winning losing 98 amusing poet laureate new shit time keep slipping ripper keeps ripping right image stands still prism light reflects like mirror choose share precession earth nearing im preparing assessment planning things put mustard sandwiches fathers job challenging pupil size increase constriction velocity decrease cant emcee take seat building bis flying silver disk ever leave youll missed tear thru galactic drift travel 10 digits 10 minutes thats shit think thats fast nah thats faster think time blink whole universe shrinks word wise try keep eyes skies try keep ears rhymes magic reminder fire expire pyrus sidonious gives energy im tired sun bright eyes hurt im forced look downward see inside earth thank mother gaia bearing us green grass wont last killing greenhouse gas said best shouldnt ask respect correct yes could please speak said yes hold hip hop responsible every magazine writer wrote bullshit articles gone til november ill gone forever made bars could remember illest mc put line career crucified im still alive sky scraper spaceships wide crater dry lake beds resistance futile said bear clutch pen girlfriends jealous intimate write sin 200 electromagnetic rap flytrap theres way earth get around brainer stop complaining hip hop dead im save pages upon pages everything ive created bar basic raise fathers mothers brothers world discover poetry peaceful aggressive regal progressive people hope words reach 210 dr watson crick found 3rd strand dna helix think metronome man never take commands drum beat slave behave want cheers spill beer bear skin chairs shed tears loved hip hop years poet laureate infinity forever illest lyrically poet laureate infinity poet laureate infinity poet laureate infinity never done history nobody better aint truer ripper separate imagine could together inspired god inspired suffering done prophet must rip jacker hot cold blooded many utter name love 33 number enlightens brothers insight fullest could brighten dullest ramifications awesome call call unacknowledged special access project skull submarine hull cave ground painting cthulhu wall necronomicon grimoires open doors vortex reaches beyond10 power control thoughts however remotely term id like call pulse detonation poetry results seti interesting briefed committee told stop testing team credited turned evidence could leverage promotion president cover 8 point sighting device eyes fire transition go dry close eyes ritualize spit rhymes without trying shift mind canibus altered sequence nucleotides neuropetides get high mature wine start timing atomic clock keeps time perfectly 20 mrs guutoff band teacher always would work polyester pants big fat ass loved woman much paid attention class spanish teacher mrs booker ass talking one day known must wait still love never forget face time used beta waves theta waves greater way learned later date rate learning began burgeoning wouldnt let 30 mommy noticed vocabulary developed telencephalon olfactory lobes practice woman period smell mattress got difficult woman live know history could mean specifically story bruce lee died sleep weak happens every girl meet clairvoyant technique using x ray refraction see future see past 40 dont know means pass datastream along team say dream killing caused poisonous vapours lasers tasers masers electromagnetic scalars dead eternally lie strange aeons even death may die listen rhymes rhymes equal pie piece pie could buy dubai rip jacker born bow drawn spit 100 bars could run 100 yards 50 seen mushroom north porch odd every dog neighbourhood barked wanna stand talk blast wave gonna tear roof nigga cmon understanding im high im channelling im family animal handling observe man third dna strand 5th 6th way advanced remove veil front suddenly roots discovery uncovered skulduggery 60 innocent cannot punish cause know world wants see tragedy germaine determined ascertain self ilk known felt theres proverb goes one know thyself one know world showed unidentified submersible looked like giant turtle half circle yo need stop smoking purple requested selected elected thats impressive experts know manipulate message 70 lazy wanna best repeat dont talk consciousness consciousless weak die happen wake im still alive please explain complete life story children photo stills cryospill solarized film revealed biofield fuck record deal training real look sword wield taste steel phase sign mou pursue voters theres three phases think know 80 phase ii build force phase iii sustain ops phase iv transition border patrol cops mi fa sol la si tones activate ohms telling bring best worst would miracle merciful food moon mood doom furniture moves walk room stryker brigade driver sometimes gunner check points required concentration could muster 90 special weapons tactics professional assassin dont know living ask kneel congress beg money submitting specifics operation im running gotta love called g8 summit never heard details public relative radiance rhyme makes shine increasing star wattage longer cycle time yeah bust rhymes customize lines looks things time 100 marched halls montezuma tripoli physically mission objective killing submit creator willingly possibilities present probable infinity looked lls eyes cried meteors immediately fell skies ive apologized cant change change future cant budge past pretty ass lyrics bitches acrylic fake niggas catch feelings silly shit 110 sports locked loaded zero pillbox williams many kills got uniforms match look sky time notice difference die dying wise thing trying family members back home crying man made weapons star ship captain etc george lucas showed full size replica circled fly black kiowa 5 soldiers including pilot called noah passed top secret dossier folder half opened 120 noticed words moses conus moses new weapon system secret code conus continent us suppose jump light lit master chief said lets go right men train williams gotta go first say halo high altitude stay low gale winds blowing might death airborne unit back jumped next gold chords organ cut swordsman tell everybody shut fuck im talking 130 current version fuel mix rich human hydrogen slush rhymes christ complex like 1000 bar race unrelenting pace case humans ever get world war 8 believe fate know finally get go aint joke think im joking everything frozen melted destroyed broken chosen find way everybody move stay main route 140 satellites watch think got right hands turn left shoulders around atmospheric entry flying sighting looked like lightening striking blind struck frying comparative image sharpness artists dont think know youre get involved ill give quadrillion dollars partner still worshipping money godless sulphuric nitric acid eats labyrinth foundation cracking must take action 150 basic instruction leaving earth bible take shelter old missile silo hip hop blackened pot placed next kettle logo rigid rehomogenized metal millions unfamiliar im saying discuss chemistry professor praise tri quad quintangulate signal originated try find information internal atheist outside matrix sophia stewart offered pill said take asked followed told wasnt didnt know spy sold would cousin populace uniformed populace slaves washington didnt say quite way something like get point im assuming poet laureate exclusive new shit message said meet somewhere clandestine professor keep heading east best western loose bearings keep checking direction start session point 666 arc seconds budget huge doubts spending concerning cyclotronic resonance patents pending canibus aka spitzberg beast gave bicentennial speech emerald peak youll need first aid kit verse spit cautiously meticulous artfully brisk change beginning every molecule spinning lyrics imitate art art imitates lyrics hear signals bounce back forth like mirror flawless error like forever surface air radar tells 180 far patiently watch sweep arm find cant find us mach 3 rhymes ionizes im hooked hip hop cant live without mix song thousand ways dont doubt daughters man locked prison camps sons mothers weak dance least notice damage expect coming super storm gonna wipe us map 190 possible thats sounds completely illogical mustve kicked fuck school always remember reptilian agenda pulse rendered earthquakes epicentre found fluoride water supply time felt total apathy towards dying ungrateful dead reoccurring images playing head told memorize said salt consecrate water may whatever touch receive hallowed light sacred water consecrate talisman make poet laureate otherwise ill depressed oh well regrets toe toe best know ledge accept cultures colours creeds races life life taxonomical classification corruption disruption destruction budget nothing never easy gotta trust leader feel beleaguered teach truth youth refuse follow dont believe strength numbers numbers strength nothing good comes hatred loves missing link even minority one truth still truth matter spun mind prepared hip hop impaired disagree isnt rock rhymes pleasure listen leisure record listen forever fish hook stuck jaws feedback positive human hominids fishing compliments started nugget budget snowballed something ground running underground covered breath easy regulate pace see love poet laureate puppet message others aura describes forces im involved divorce internal compass points northward skull submarine hull calling whales whale song creating basketball size hailstorms water world water war protected jericho wall surface permutation permafrost war birds grounded wings burned im concerned though first lost poetry poetry poetry poetry poetry poet laureate infinity know yeti riding triceratops elephant netting attending black widow weddings dressing gossamer webbing pretending experimenting call heretic derelict cherubim seraphim protecting america height weight eye colour skeletal structure designed circle flight instructors skies fly 22 times show plenty new rhymes poet laureate prove due time dont upset canibus yet kid want respect success get politics perjury bring worst dont take personally even though hurting key maker turns key observing keep cursing arent worthy word spit truth rip mic rip booth rip rip jacker proof ripped drives insane woman wears lace current gene structure 46 pair based heart rumbling thundering like captain nicole malachowski airbase clear day ok im pervert time fess might looking leg wont touch closet sadomasochist sexual pacifist like role play play masculine victory injury victim misery myriad metaphors make mystical mystery im giant industry 5 ft even photo id dont look like nasa contractor satchel answers passed nobel peace prize passion democracy rules everything around dream another fucking acronym need killing phrases designed put dazes worthless junk mail dead eternally lie strange aeons even death may die squid faced god difficult describe weak heart mind shouldnt even try town near kadam kakrak jahlalabad pray hut constructed sago palm astoria oregon fisherman poets got lost looking paradise exists heart cause emotion manifests thought thought manifests words actions reality attracting overseer poetic antiquity victoria albert museum kept pythagoras dionysus loki pan enlightened thru song understand multiplex meshing multiple messages much truly much see ill mix one one ill mix street mix til thumbs bleed stationary pulley drawing wishing well genie gave three listen well conflicted confused completely compelled celebrate birthday alone year 2012 hope alone would terrible celebrating would miracle newly ordered world living shit matter good poor english lazy wanna best crazy poet laureate reserved name g e r n e name precious mother gave world came know sir william man steel smallville build illest thoughts align einstein wanna know gods thoughts rest details lyrical fitness secret course secret creativity hiding sources preserve sanctity soldiers iraq blame hold humanity hostage pray families want home pray families abroad lost homes lost faith lost hope lost point lost yo calm fuck shouldnt curse hydrate much possible drink lot juice fucking bummer armour inside hummer gotta hug motherfucking sandbag cover im self employed still gotta pay taxes cashless bankrupt aint got assets gutter gallows media coverage cause dont want thats im rarely seen public president poetry popular obedient pundit thats right take job shove dictate scribe causes court stenographer die brewing hot tea honey lime driving run road smiling 1 800 roadrage start dialing snake grow feet stampede defeat weak lied us speech symbiotic indeed host bleeds parasites attach feed fulfilling antiquated needs rock climbed slope shaped like stop sign record clock time hot lava lock rhymes rock slide topside one ever really perfect craft youre obliged curiosity ask cubism futurism writing amusing lyrics opinion opinion cant serious test driving principle findings designing new style rhyming take home try 100 bars per hour sometimes doubled writing secret signature timing hardest part figure agonizing pain migraine biting brain everything inside cant explain im trying heard cant remember said hear 1000 20 thousand cycles per second straight freak show pre show limited oxygen rhyme fast breath slow vfr stands visual flight rules book know even though concern showbiz rome walk roman obviously see youve made wrong choice fraternize dont wrong tone voice bad boy bad toys made new alloys readapted crashed asteroid shelter far borrow need bunker doors sequestered beneath tall tumble weeds matrix agent smith continued movement bullshit humans major pollutants assemble gatlin gun spin see spun weapons check correct im done next one rap room 8 14 underground base hyper cube microphone booth vacuum space extraterrestrial isotopic ratios broke scientist lab place go conscious rappers aint saying nothing matter fact constituent function mix record different youll hear call names played must alternative routes geneva protocol advocates sloppy human anybodys property reading body language zero gravity environment much easier said done trying attending opera pompous ego monster barely take eyes big old knockers integrated existing clothing ensemble saratoga suit military garment quarantine isolation unit house team salvage work dr fritz albert prototype works theres telling ill get new plane new pilot crew creatively never level first ill put sideways 8 pretzel password please patience verification repeat whats character string verification infrared spectral observation space station take break ill need list name dock kliper craft preliminary designation tracing detection submicron radiation leave orbital boom sensor system running heard something called nothing cosmonauts coming rhymes place general george case peter pace said absolutely time waste next time meet whole song new mix rippers need new fix father jamaican mother british raised civic household spoke yiddish elf 100 cps elephant hearing im heading clearing storm clouds appearing back elephant advanced intelligence like nikola tesla shit damn thats smart elephant cease fire breach riot loot 3 weeks dont see broke niggas never promote peace suzanne malveaux interview polygamist mr bis undisclosed home cliffs rip shit consistent spit persistent sickness spit conviction promote lyrical fitness im lost version mozart flowchart putting together parts unknown art coming heart burning disk initializing rhyming visualizing reaching 1000 bars climbing martial law research expense paid trip dirt several miles deep underneath earth boston visionary cell designed new lab paul laffoley engineered magnificent draft extraordinary men meet review recommend attend gubernatorial never ends 190 got saso call one black hole im glad im last go zionism answer uncensored question guy de rothschild bloodline brethren playing guitar singing folk songs speaking mind nobody could really understand reason rhyme infrared direct hit target bled proceed inject syringe meds subsequently pinch leg feel like inch dead alive instead youre really dead living head fire effect smoke rest give wedge formation roll like spare sin walk scarecrow grin looking crazy cause thats made classified payloads frequency safe modes safety still made time ladies ceiling visibility unlimited lyricist river fish surrounded nigga shrimp im killer pimp somebody hip hop dont need nigga grew dc love lil weezy 210 baby got name probably got blood veins liquid propane top temple mount mosque look sun words everyone everybody bow heads say prayer moment hip hop united everywhere poet laureate infinity forever illest lyrically poet laureate infinity poet laureate infinity poet laureate infinity never done history", "Poet Laureate II": "uh dont understand writer would ever get writers block called problem much unable get yo ripper ill would unpardonable breach confidence reveal said one days eyes would look sky see neon c rhymes inscribed nickel disk encased glass ion beam longevity ten centuries impressions memories first time machine inventor mention canibus visionary indeed believed light could travel multiples c organic supercomputer solved mysteries klein kaluza two blue metric rulers liked cool j thought stephen jay gould cooler never liked propagate rumors smoked canary island cigars liked american luxury cars beautiful asian broads strong mind used philosophize rhymes pruning bonsai claimed written greatest rhyme time would never take archives wrote two songs per day constantly experimenting wordplay youth report sloan digital sky survey got f deserved followed career first day seemed lack support contributed inert ways seen pull twenty four hour workdays deferred pay undeterred word shame public humiliation worst pain spinning control like class 5 hurricane said wouldnt want another mc suffer especially theres nothing gain illest alive nobody would face spit till tongue torched taste privately funded corporations carbon dated latest creations extract information found utterly amazing claimed body work thing priceless painting never mattered art galleries hated cause thomas kinkade called said would take ten complete enigmas wrapped puzzles encrypted language sound without shape signature kept files garage ms dos fire proof pod thought odd outside shed oppenheimer lock apparently kept wax madame tussauds total awe cause blew minds many rhymes intricately designed poet laureate time dont mind id like share rhymes alone room looking 32x telescope zoom adjusting focus moon one assume philosophy david hume nothing subjective conclusion maximum field rate application runaway glaciation surrounding ocean basin affects population fluctuation continuous basis thats basics juxtaposition canibus position precision something written way beyond intended unparalleled malleable enunciation sentence didnt go college obviously tell ungodly unintelligible terminology remarkable odyssey rhymes modern speeds brain orders body breathe competency speed youre league couldnt possibly hotter oppositely minus twenty five degrees youd squeeze condensation makes rifle barrels freeze allow speak figuratively nigga please intellectual properties size greece counselor advised speak counselor advised keep rhyming stopped beat words joseph heller learned write better even though sort irked said didnt understand process imagination felt mercy explains point perfectly certainly reinforces reason nobodys probably ever heard couldnt understand mean ill unless try translate print film line reel circle time cycle eternity emergence one line academic phonetics render critics tongue tied personifies dry humor cum laude alumni wise man sees failure progress fool divorces knowledge misses logic loses soul process obsessed nonsense caricature content style masterful multilateral could battle fool naturally cruel words scorn disastrous tool existentialists view im better rapper grab mic rip physical fabric two attitude fucked admirable different methods interpreted different forms entirely different perceptions seen different norms spitting poem theres much involved theres much pieces puzzle solve forty eight orders mechanical laws rays creational cause enhance cadence bars maybe self absorbed thats effect find cause ask ar today yesterday permitting heard beelzebub tale demons drugs pissy drunk club dj needle rub chances youll never see son yeah know names canibus cant help need dub came holla big booty bitches listen speakers thump get conceited im nice mic wanna beat deep fuck aint seen ive seen enough really unbelievable stuff theres lot times want speak im stuck leave rap shit alone kick incredible rhymes privacy home imagination liberty speak freely lyrically microphone pen hand bring motion enneagram become millenium man engrave back emperors stamp spitting scientific rap since 17th century began trying escape wicked empire def jam land lyrics bland heretics hang every warrior axe bury learn discern enemy adversary said germaine insane suicide controlled flight terrain fought regain control plane went ball flames got banned hip hop hall fame two bars kept hearing head cost everything im convinced truth stake people create language pretends communicate euphemisms misunderstood mistakes byproduct ghetto music make extroverted point view think late hip hop never since 88 since became lucrative profession theres misconception movement direction progression even though potency lessens big money industries writing checks suppress question nobody gives fuck one goes book store ever since confluence moores law stay lab like niels bohr son aage edward lorenz leo szilard lyrically took rap music turned knob right full throttle added panache would argue conscience truth thats like telling dont tell dialyses analyses battle mcs sometimes say things cant believe lyrical skillfully elliptical understand makes miserable wonder never let play beats keep studio enshrouded secrecy wonder whats infatuation alicia keys canibus dont speak yo meant said one shine song features thats said vehemently need replace hate respect im probably best yet poet laureate generally take go given know comes ta celestial wireless whenever comes youre lucky get", "100 Bars": "yeah thats beat right im black hundred bars professional shit dont try home yo yo yo yo style rhymin ancient like aztecs mayans recognize timin freestyle alliance practicin african voodoo science front twenty foot bonfires lookin skyward calculatin may 5 2000 nine planetsll alignment arrival prophet cockpit starship size hale bopp comet mercury ion rockets big ass canibus comin soon poster side im known geographically intergalactically thats got extraterrestrials wanna battle even tried kidnappin wouldve snatched craft didnt get trapped earths gravity engines stalled failed crashed farmers field thats really caused roswell undercover operatives workin com 12 disguised nigga signed record deal lyrically im scale hail get tossed towards hell whatever yall feel bruisin niggas confusin niggas like chip fu fu schnickens hit nuclear cruiser missiles hear wild wolf growl styles stockpiled miles ground clouds wack niggas wanna allowed interrupt cipher unannounced youll get punched mouth southpaw southern fist ill bust shit swell lip bigger bubba shrimp actin tough shit wimp giant goliath niggas get shot rubber sling im experiment gone bad brainwaves encephalograph show im stark ravin mad whole scientific staffll get killed nuclear blast throw florence flask hand flammable liquids lab explode get stabbed flyin glass trained blow commercial aircraft trained chemical weapons class see long niggas breathll last put leather mask spray ass pepper gas watch grab neck gag watch nigga choke death laugh wanna battle type question never ask nigga pick tougher task see fuckll last whoever losell get solderin iron ass need recognize hand quicker eye quicker five speed jamiroquai drives lifespan longer nine lives infinite rhymes cant die nigga divine mind dedicate wise dedicate dimes dividin hundred ten times cant deny offerings offer flows glow auroras sparkle like water fly like saucer torque porsche murder million mcs autograph coffins gettin since born imma live long imma gettin til im gone look stages songs spit took oath rip everything get nigga like carpal tunnel syndrome wrist bones grippin microphones long im small fish big pond gets pissed whenever get picked nigga try flip get flipped army march million strong like nation islam suede timbs extremely hostile fully armed troops dressed frog suits night vision goggles lyrical lynch mob shittin niggas drawn hideous form horns mink duckin low like nam fightin viet cong screamin incoming see bomb speak leader surrender arms need million soldiers even odds plus 800000 even consider war 200000 even look hard better drop flag withdraw cavalry charge accompanied blizzard wicked metaphors smash yall attach yall back horse drag yall across motherfuckin asphalt nine ten niggas frauds know always talkin bitches cars jewelry girls like two different worlds motherfuckers really get nerves cause im beyond em futuristic cyborg shit close eyes freestyle could read prints across raise arms like sorcerer cast fireball audience barbecue brain organs feel like youve thrown microwave oven flame broil suckers hit em shit raw shit call reinforcements four horsemen take big piece chalk draw line across stage pulpit dare motherfucker cross ill even call man black rob two mornin tell important tell call sting three way sing chorus break camcorders motherfuckers cant record call news ill kill reporters start lawsuit ill kill lawyers fuck soft shit fuck yall think albums gold cause album bomb shit yall niggas got ass beat cause asked got picture taken put tabloid cause man like touch little boys fuck em ass give em cash thats sick shit homeboy hundred years ago theyd took see sigmund freud fraudulent feminine fragile feather effortless blow ill crack whole skeleton think better canibus wheres evidence got average intelligence poor penmanship need shut fuck cause breath stink take fifty cents purchase pack peppermints battlin never win thought nigga could sneak weapon nigga guess cause im finished wreckin shit imma drink whole bottle henny go fuck lesbian", "Air Strike (Pop Killer)": "alright blast hell rear whats position got 3 6 one two okay comes holy uh like honestly dont let yet know little whatever like barely peeped radar know hopefully hell something better like get attention whatever war lab call us haters want fuck call hater full blown instigator leavin niggas intubators breathin like darth vader hate people pack guns dont bust em bitches come back room aint fuckin pistol clutching dozen heard dont get misconstrued whatever doll hit news get tools youre mc mention name wrong way draw first blood im gonna come pushed d12 side sign voltron 5 proof alive hed dyin inside aint hip hop messiah bitch cause dissed mariah shit like supposed private ima fry behalf mariah michael put back drugs make suicidal cant shut record nigga viral use word nigga remember idols got question im white join d12 ill sell four million records ill tell go hell leave swifty charge remove stars make group wish bizarre shot pool bar assault lawyer stop beat suing us really hope know get involved cause im fan ill get nick cannon dissin already know fuckin sick canibus hate bitch ass nigga much hate fags love goin war hate raise flag niggas hittin streets spittin venom start renegin beef hate peace treaties forever yo enemy increase beef amityvilles finest cause dont believe stoppin violence im tyrant thatll snatch respect scram use uzi cause hate tec jams hate dudes treat like life movie usin rap excuse shit move keys booth piss niggas hands whoevers grown patches tombstones hate em ass break home im barefaced clap cat ransack thats im wearin black hate goin back call hater walkin detonator aint afraid stick blade fade front spectators youre emcee big small doesnt matter matter big get want people know devil red dress mtv signed black people basketball team trying say subconsciously cant rock beat like consciously know rock sleep slim shady coward cause scared rap black man respect 50 greatest rapper time dead right dead wrong shouldnt even song fell hard faggot broke accent im flippin channels seein bruno get ass sniffed im disgusted man fuck wrong whyd date mariah mariahs fuckin dude never even saw nude busted must thinkin bout stepdad touchin aint nothin new asked ugly crew verified bitch quit lyin remember first time met aint even liked walkin around video set like high school must excite seeing black people tribal thats dr dre signed bet right got big rotten rosenberg beside trying like father inside stan android fanboys need kill noise know thinking kill boy leavin elvis funny money makin pelvis shattered lets see square dance lets see hold bladder lets see fire back em wheres fire suicide hotline time go dial put 8 mile hat write vile track get people actually diss back target practice retarded actors pop stars marshall youre hard whatever happens game ive always got ear street whatever happens game ive always got ear street whatever happens game ive always got ear street renegade schemenegade pink like lemonade ive better genesis made aint better black thought aint better mos def aint better canibus professor griff hotep renegade schemenegade pink like lemonade penetrate halleys comet metal blades yeah know im saying hope whoo kid get fired playing get nikolai volkoff mazel tov ready show fo foll blow blowin steam goin beam let nine sing bitch aint dream bitch im king color bad skinny jeans happened sag makin mad yall bunch jj fags fuck bad motherfucker im bad call hater im kinda deliberately cause wanted reaction oh want us get two go well would probably take whole hour dont lot time stink niggas go tattle tastes like eminem canibus battle cant invade though", "Master Thesis": "master thesis underneath deepness come micclubnet read run plot map hyperspatia society scientific exploration color vibration vibration sound sound resonates mouth check say vibrates less 9 ways south south east west south west east north north east north west black white images fade grey sound waves trap adversaries like mouse maze bewildering array lyrical display best bis orbitally rearranged monoatomic elements adept intelligence highest professorship english etiquette compels say cant spell bitch circularized third eye sees atlantis surrounded 4 sea walls read one fourth library alexandria burnt floor wish couldve learned shapes sacred geometry used draw new millennium euclidean form ancient many ways nearly old carved egyptian gold moulded assyria processed beryllium quintillion cooked symmetrical stoves logo etched hole inserted coal barbecued birds bone thhey burned incense buckminster fuller type dome talked mr fuller phone said contract rebuild rome said didnt want alone told busy writing poems ill think going process slow dough low took perfect opportunity grow plus aint never travelled far home heard beauty cydonian snow neon green grass statues made translucent glass ill crazy pass like algerian jazz blue twilight band plays tunes laser black sax sounds laid back helps relax brought album seeing k pax oh miss nautilus told pharyngoamygdalitis exist modest case scaphocephalous prescribe neo gothic antibiotics words concocted lyrical locksmith deadly 10 droplets ricin toxin every angle competition gets boxed dr c indoctrinates doctrine translate english alphabet omega text life death next post bond bail belly hell communicate diatonic pentatonic scale dark side tales might affect sales set sail hunt erect sperm whales use aphrodisiac get female called ginger tie drink ginger ale grand marnier scotch rocks vocab smaller cockatoos studio james lipton reminiscing script written beginning sudden boos turned applause jaws stronger caninde macaws cant even count bars ive expended far dont want rap long wish clock would hurry tick im bush sticks humping 100 clicks dr scholls gave good fit went school together back 86 really ill putting planck energy rhyme size tylenol pill wanna laugh cast belligerent doubt show poetry really side effects make pass followed skin rash itching diarrhoea nausea dry mouth want time better spit rhyme community real mcs die college students say aint smart record label ars say aint art contents covenant ark listen chest beat tell aint heart gotta obsequious disciples jesus master thesis", "Channel Zero": "approximately fifty years ago direction president harry truman interest national security group twelve top military scientific personnel established groups primary objective desensitize us truth suppress material evidence planet visited group extraterrestrial biological entities called grays tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero yo sometimes road truth elusive confusin reality becomes illusion showed masses goin id shatter social balance world know im talkin bout grand deception 1947 souls sold heavens technologically advanced weapons crystal enhanced brain implants mind control methods mj 12 majestic focal point problems planet domestic accept stupid skeptic fail recognize secret societys death wish ninety seven percent presidents masons responsible launderin trillions dollars nation construction underground military installations abductions cattle mutilations experiments human patients take place several subterranean bases hundred fifty storeys basement knowledge genetic information need fear science satan cause manipulation certain biological agents create strange creations top secret special operations low frequency sounds lasers people like carl sagan didnt believe drake equation tryin keep western civilization need know basis well need know game bein betrayed played worst way tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero yo holy script genesis 126 says let us make man image likeness first whos see god truly single entity thats would say elohim gods goddesses possess marvelously monstrous subconscious lifeforms speak high pitched sounds squeaks short staccato clicks beeps highly advanced form speech even though us seems like chatterin teeth used swim deep oceans beneath til fins transformed limbs started creep evolved mammals feet walked right shorelines onto beach used gravity cause actually force around could slow time speed light energy grid network opened gateway earth point universe livin organisms various geomagnetic gravitational anomaly areas space expedition teams lunar regions reported seein decapyramids tetrahedrons liquid filled shoes used walk across moon without leavin clue past twenty three billion years life surface even appeared hope become aware im spittin ear intended stimulate left brains hemisphere know sounds weird motherfuckin answers questions grand deception tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero", "Buckingham Palace": "ayo stand outside gates buckingham palace sellin reefer puffing chalice beefeaters getting high whenever drop shit itll land window airplane cockpit canibus hot shit crazy eye clique niggas bloody idiots thinkin stop ill increase strength superhuman extent nigga rhyme aint worth sixpence hear smell see touch taste dont need six senses feel punch face brixton clapham common lyrics invade europe like joseph stalin murder niggas rhyming spittin fire gasoline saliva drunk lady dianas driver reporters behind alcohol hands minor got panickin like bombs thirty second timers clear building evacuate women children fuck feelin nigga came kill em straight shitting new york great britain shows make queen pay admission say say bus yo say say bus yo yo yo prepare worst next verse face death without lyrics like porn flick without sex illmatic lyrical skills jurassic flavor skittles im digitally mastered go like cannon blow planet fear like clothes white boys wearin im tougher denim lethal like venomous snake bites marijuana makes eyes bright red like brake lights aint party couldnt rock believe aint microphone brave enough give feedback im strong word bond like james niggas tryin test weak like seven days mcs run away kick act chicken come large drink biscuit styles radioactive massive atomic plan push earth front halleys comet breaking facts life like tootie im raw like sushi vocab three fucking fugees recognize hospitalized cause lyrically scale one ten im twenty five say say bus yo say say bus yo yo little bit weed hennessy got ready set kinetic energy see need much energy enemies wanna make bills bellamy could mtv women constantly telling resemble billy dee make fly rhymes get name scene im scene shows get green take green buy automobile machine thing page forty three jet magazine canibus ultimate executioners dream swinging guillotine cause whenever head severed human body sharp enough weapon brain remains conscious ten seconds long enough give one last message get hell tell lucifer said dont ever get confused fuckin canibus human rubiks cube like got something prove yo whoever grabs mic get booed get everything club thrown crew moet bottles bar stools fruits foods got album get hit cd runnin outside cryin lyin denyin aint gay rapper got fucked whats difference yall niggas still aint lyrical fitness busy mixin bidness bitches lab composing forbidden scriptures wicked got satan ejaculating fingers like dirk diggler middle boogie nights sniffin white living hype ruined life im mc different type yeah thats right make sure shit tight ima snatch mic nigga say say bus yo say say bus", "Nigganometry": "n g g nometry n g g nometry n g g nometry nigganometry nigga nom nom nometry n g g nometry n g g nometry n g g nometry nigganometry nigga nom nom nometry bitch sucks yo dick five dollars per square inch gets forty dollars including five dollar tip big dick sucked say big dick sucked nigga watch thats iced enough rocks make hottest room temperature drop long take get robbed long get robbed song played radio first time four days ago shit rotational got paid play say fuck got paid play sign recording deal less quarter mill advance hundred thousand dollar automobile know vehicle probably beautiful ask lawyer recoupable nigganometry n g g nometry n g g nometry n g g nometry nigganometry nigga nom nom nometry n g g nometry n g g nometry n g g nometry nigganometry nigga nom nom nometry five shots coke vodka convinced designated driver smoke pound marijuana hell gonna get home say fuck gonna drive home got mansion benz bentley range aint none shit government name pieces property pieces property really take glass water add two cubes ice see cups water level slightly rise right need watch ima show need look closely ima show remove every living animal sea wouldnt worlds ocean water level decrease means planet wasnt three quarters water means planet wasnt three quarters water nigganometry hey ive sitting trying think letter l f u c k l l"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/cardi-b.json b/lecture/lecture-9/rappers/rapper-data/cardi-b.json new file mode 100644 index 000000000..8dddf27cb --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/cardi-b.json @@ -0,0 +1 @@ +{"WAP": "whores house theres whores house theres whores house theres whores house said certified freak seven days week wet ass pussy make pullout game weak woo yeah yeah yeah yeah yeah fuckin wet ass pussy bring bucket mop wet ass pussy give everything got wet ass pussy beat nigga catch charge extra large extra hard put pussy right face swipe nose like credit card hop top wanna ride kegel inside spit mouth look eyes pussy wet come take dive tie like im surprised lets roleplay ill wear disguise want park big mack truck right little garage make cream make scream public make scene dont cook dont clean let tell got ring gobble swallow drip side quick jump fore let get inside tell put never tell im bout ill run fore nigga runnin talk shit bite lip ask car ride dick really aint never gotta fuck thang already made mind fore came get boots coat wet ass pussy bought phone pictures wet ass pussy paid tuition kiss wet ass pussy make rain wanna see wet ass pussy look need hard hitter need deep stroker need henny drinker need weed smoker garter snake need king cobra hook hope lean got money thats im headed pussy a1 like credit got beard well im tryna wet let taste diabetic dont wanna spit wanna gulp wanna gag wanna choke want touch lil dangly thing swing back throat head game fire punani dasani goin dry comin soggy ride thing like cops behind spit mic tryna sign woo honor im freak bitch handcuffs leashes switch wig make feel like cheatin put knees give somethin believe never lost fight im lookin beatin food chain im one eat ya ate ass hes bottom feeder big stand big demeanor could make ya bust ever meet ya dont hang cant bang cant hurt feelings like pain fuck ask whose ride dick ima spell name ah yeah yeah yeah yeah fuckin wet ass pussy bring bucket mop wet ass pussy give everything got wet ass pussy top make drop thats wet ass pussy get bucket mop thats wet ass pussy im talkin wap wap wap thats wet ass pussy macaroni pot thats wet ass pussy huh theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house", "Bodak Yellow": "ksr cardi ayy said im shit cant fuck wanted dont gotta dance said lil bitch cant fuck wanted expensive red bottoms bloody shoes hit store get em dont wanna choose im quick cut nigga dont get comfortable look dont dance make money moves say dont gotta dance make money move see dont speak means dont fuck im boss worker bitch make bloody moves say gon lets find see cardi b know im know club party im get paid fee banks much know theyre tired honestly dont give fuck bout aint fond dropped two mixtapes six months bitch working hard dont bother hoes dont let hoes bother see pictures say goals bitch im tryna look might chill bape might chill boo might feel babe pussy feel like lake wanna swim face im like okay ill let get want buy yves saint laurent new whip go fast horse got trunk front im hottest street know prolly heard got bag fixed teeth hope hoes know aint cheap pay mama bills aint got time chill think hoes mad baby father run bill said lil bitch cant fuck wanted expensive red bottoms bloody shoes hit store get em dont wanna choose im quick cut nigga dont get comfortable look dont dance make money moves say dont gotta dance make money moves see dont speak means dont fuck im boss worker bitch make bloody moves pussy get popped goofy opp dont come around way cant hang around block checked accounts turns im rich im rich im rich put hand hip bet dip dip dip say get money go shit hot like stove pussy glitter gold tell lil bitch play role arrive rolls came wraith need fill tank need fill safe need let hoes know none niggas safe go dinner steak real relate used live ps crib gate rollie got charms look like frosted flakes let bitches know case hoes forgot run check mail another check mona scott said lil bitch cant fuck wanted expensive red bottoms bloody shoes hit store get em dont wanna choose im quick cut nigga dont get comfortable look dont dance make money moves say dont gotta dance make money move see dont speak means dont fuck im boss worker bitch make bloody moves", "Up": "look upon time man heard ugly came bitch nigga wanna fuck said face bomb ass tight racks stack shaq height jewelry flashlight lit since last night hit good good make nigga act right broke boys dont deserve pussy big bag bussin bentley bentayga man balenciaga bardi back bitches fucked big bags bussin bentley bentayga man birkin bag bardi back bitches fucked stuck stuck huh stuck stuck huh could make party hot could make body rock bitches say fuckin chances probably dick youd probably lick like lollipop hoes speakin cap enese hit em karate chop im forever poppin shit pullin droppin shit gotta argue cause nigga love toxic bitch niggas playin gotta make em understand aint ring finger aint goin gram said face bomb ass tight racks stack shaq height jewelry flashlight lit since last night hit good good make nigga act right broke boys dont deserve pussy big bag bussin bentley bentayga man balenciaga bardi back bitches fucked big bags bussin bentley bentayga man birkin bag bardi back bitches fucked stuck stuck huh stuck stuck huh bitches aint fuckin see dirty ass dusty ass bitch got pink eye bitches want smoke bring doorstep tell bitch back back breath smell like horse sex put never tatted ass cause really like pain nutted butt said im glad came nigga twin would let em run train big bag bussin bentley bentayga man balenciaga bardi back bitches fucked big bags bussin bentley bentayga man birkin bag bardi back bitches fucked stuck stuck huh stuck stuck huh look gotta play safe huh face case", "Bartier Cardi": "bardi rari diamonds body shinin body bardi put lil bitch molly bardi bitch molly 21 diamonds body fucked bitch molly ask im bout bitch wanna party cardi cartier bardi rari diamonds body shinin body cardi got bitch molly bitch aint gang lame bentley truck lane lane blow brain go insane insane drop check chain fuck check flame cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset get motherfucker started took bitch party took bitch departed fly martian fleek cut got bricks truck diamonds gon hit like bitch bitchy ass bitch bitch wannabe cardi red bottom mj moonwalk bitch moonwalkin clique im moonwalkin 6 sticky kick moonrocks bitch im motherfuckin bronx keep pump trunk bitch bad jump might leave bitch slump bitch wanna party cardi cartier bardi rari diamonds body shinin body cardi got bitch molly bitch aint gang lame bentley truck lane lane blow brain go insane insane drop check chain fuck check flame cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset bitch wanna party savage saint laurent savage aston high end cars fashion dont eat pussy im fastin im blood brother crippin bitch im drippin ho trippin told waitress aint tippin like hot sauce chicken pulled rubber put hot sauce titties im bentley truck keep suckin like tinted vvss nigga sperm worth millions bitch bad popped molly fore hit bitch wanna party cardi cartier bardi rari diamonds body shinin body cardi got bitch molly bitch aint gang lame bentley truck lane lane blow brain go insane insane drop check chain fuck check flame cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset step bitch givenchy fuck check givenchy boss coupe inches fuck bag fendi fuck bag minute know drip like know built like im poppin shit like dude pull pop crew brrrt poppin say basic flooded rollie diamonds flooded patek bracelet got bitch naked ice cake bake im switchin lanes range swap dick brain swap bitch main swap trap fame ice cardi b cartier frames bitch bitch wanna party cardi cartier bardi rari diamonds body shinin body cardi got bitch molly bitch aint gang lame bentley truck lane lane blow brain go insane insane drop check chain fuck check flame cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset", "Be Careful": "yeah care care care uh yeah look wanna get married like currys steph ayesha shit like belly tommy keisha shit gave tlc wanna creep shit poured whole heart piece shit man thought wouldve learned lesson bout likin pictures returnin texts guess fine man get message still stutter certain questions keep contact certain exes though trust nigga cool though said workin chasin culo putas chillin poolside livin two lives couldve times decide slide find nigga fuck suck dick wouldve pissed thats mo im type bitch karma gon end make sick nigga man baby adore gave everything whats mine want live life course hope get dyin careful know doin whose feelings youre hurtin bruisin gon gain whole world worth girl youre losin careful yeah threat warnin careful yeah heart like package fragile label careful care care always said youd boy better treat carefully carefully look guess actin got audience tell mind drop pin whats coordinates might fortune lose still gon misfortunate nigga tell lust got fucked head want random bitch bed dont even know middle name watch cause might steal chain dont want someone loves instead guess though blatant disrespect nothin like nigga met talk crazy quick forget even got trippin got lookin mirror different thinkin im flawed inconsistent rock hard place mud dirt gon hurt hate lovin yous worse stops abrupt started switchin teach like give fuck free mess someone else wish feelings could melt cause dont care thing except mothafuckin self make sick nigga man baby adore gave everything whats mine want live life course hope get dyin careful know doin whose feelings youre hurtin bruisin gon gain whole world worth girl youre losin careful yeah threat warnin careful yeah heart like package fragile label careful", "Money": "look bitches bad niggas real ride dick big tall heels big fat checks big large bills front ill flip like ten cartwheels cold ass bitch give broads chills ten different looks looks kill kiss mouth feel grills eat car thats meals wheels born flex diamonds neck like boardin jets like mornin sex nothing world like checks really wanna see dont really need need bad bitch need got bands coupe bustin roof got bands coupe touch ill shoot shake lil ass get little bag take store get little cash shake real fast get little got bands coupe bustin roof got bands coupe bustin roof gotta fly need jet shit need room legs got baby need money yeah need cheese egg yall bitches trouble bring brass knuckles scuffle heard cardi went pop yeah go pop thats bustin bubble im dasani drip baby mommy clip walk follies bitch bring thottie whip fine thick goddamn walkin past mirror ooh damn im fine let bitch try boom hammer time uh born flex diamonds neck like boardin jets like mornin sex nothing world like checks really wanna see dont really need need bad bitch need got bands coupe bustin roof got bands coupe touch ill shoot shake lil ass get little bag take store get little cash shake real fast get little got bands coupe bustin roof got bands coupe touch ill shoot bitch pop pops bitch pop whoever know pop shit people whose shit together youda bet cardi freak pajamas leather bitch black ass wakanda forever sweet like honey bun spit like tommy gun rollie one one come get mommy cardi tip top bitch kiss ring kick rocks sis jump back make nigga put 2k like niggas dark like dusse gonna eat ass like souffle born flex diamonds neck like boardin jets like mornin sex nothing world like kulture really wanna see dont really need need bad bitch need kkc money", "Press": "monstas gon tear bardi woo yeah bitches pressed bitches pressed woo yeah yeah woo bitches pressed knew im coming real bitch flesh fuck gon check talking shit talkin neck put blood dress bitches mad see cardi step spot said bout know ima pull bitches soon drop bought new foreign might cop yacht bitches business tryna plot hoes poppin shit like hot flooded wrist patek watch niggas flexing know got cardi done got game knot fuckin nigga got lock go bang bang like im choppin chops vvs chain im love rocks said gon take bitch got chopped throwin shade cause see top tell bitch pull ima send drop press press press press press cardi dont need press kill em put hoes rest walk bulletproof vest please tell gon check murder scene cardi made mess pop guess bitch pop guess bitch ding dong must whip ordered new crib daughter know bad bitch gon spoil got one new york need one georgia new bentley truck cost quarter money still long like weave pussy still wet like florida everyone drop floor talkin anymore mac face like contour chopper come straight dior done talkin im open violence ask anybody know im hashtag whip ho ass fuck around gon start new challenge come bitch im strapped ready ridin dick like im cardi andretti fuck crib dont go telly sit face whenever im ready bitch im freak like greek got biggest house street little hoes look cheap suckin dick teeth press press press press press cardi dont need press kill em put hoes rest walk bulletproof vest please tell gon check murder scene cardi made mess pop guess bitch pop guess bitch press press press press press press press press press press press press pop guess bitch pop guess bitch", "I Do": "murda left nigga read cause felt like dress raf saint laurent jacket dapper dapper look fine checks divine wonder wonder whatever like like like like like think us bad bitches gift god think broke hoes need get job im boss write name checks pussy good say name sex might smack bitch cause felt like gucci shoes belt like said cardi favorite fragrance im rich bitch smell like im boss bitch mood ayy heels givenchy ho boss bitch shoes aint boss bitch move ayy record set record record sales like niggas outta jail said ill finished hard tell little fifteen minutes lasting long hell huh left nigga read cause felt like dress raf saint laurent jacket dapper dapper look fine checks divine wonder wonder whatever like like like like like look broke hoes good girls told bad bitches want thats bitch cold im gangsta dress im bully bed time im ladys lay hoes rest coupe roofless get top im provocative prerogative 80k know time cardi rockin go buy stock spend want aint limit say want aint never timid real shit comes mouth real niggas go leave texts read leave balls blue put airplane mode none calls come heres word ladies dont give niggas none cant make richer cant make cum left nigga read cause felt like dress raf saint laurent jacket dapper dapper look fine checks divine wonder wonder whatever like like like like like", "Thru Your Phone": "look want break shit call mama phone let know raised bitch dial tone click fuck little fake ass friends come around actin like bros seen yall little group texts like brag hoes tell little bitch screenshotted naked pics oh wanna send nudes man wake see boobs gram lil bitch cannot stand right hand jesus might cut tongues sneakers smash tv best buy gon turn left eye dont wanna hear bout invasion privacy feeling turns lie im holdin back everything thats inside fuckin bitches follow heart beating like bleeding sleepin sleepin sleepin sleeping like baby everyone right creepin creepin creepin went phone last night went phone last night saw things didnt like went phone last night killin killin killin oh see different scenarios beyonce stereo resentment repeat ima make bowl cereal teaspoon bleach serve like go nigga bon appetit look give raw love nah risk whole home ho bar really want hoes bitches dont even cheat badder bitches shit eatin sleepin peacefully gettin mad thinkin bout stabbin dont even know close dyin gon wake like got attitude heart beating like bleeding sleepin sleepin sleepin sleeping like baby everyone right creepin creepin creepin went phone last night went phone last night saw things didnt like went phone last night killin killin killin oh killin killin killin killin oh killin killin killin killin oh killin killin killin killin oh killin went phone last night went phone last night saw things didnt like went phone last night killin killin killin oh", "Drip": "boy cassius cardi n n non stop came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin give little something remember tryna make love sprinter quick drop nigga like kemba lookin like right swipe tinder shit hoes light wrist hoes look bitches feel like im stilts hoes fuck ya baby daddy right anna mae got cake pound go eat dont drown mac n cheese bowl sound got gushy yeah thats fact never pussy ive bitch since pajamas footies mvp im still rookie like woo gotta work anger might kill bitch fingers gotta stay outta gucci im finna run outta hangers stripper rapper singer im busting bucks bentley bentayga ride hood like bitch im mayor bitch bitch danger came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin bitch thot aint trickin put knee make lick patek wrist glistenin bitch got mad dissed shawty aint nothin rich nigga ill put check bitch nigga fuck whole set clique nigga got gang full dud broke niggas diamonds whats price im gettin involved hype im rich get fight 50 racks got jeans fittin tight pay price boys come wipe ya dispose diaper yeah trap every week every night word move smooth indictments yeah freakazoid lightnin 57 90 breitling got mil got excited cash ima turn michael myers baguettes keep dripping droppin wrist liquid watches told bitch jump dick pop get little bitch deposit came drippin came drippin came drippin diamonds wrist drippin bitch thot aint trickin put knee make lick patek wrist glistenin bitch got mad dissed take takeoff came drippin aint never slippin im pimp fuckin quarter million nigga feelin abort mission nigga tellin squealin splash took bitch piccadilly water ear gave nigga wet willy came drippin spillin walkin bag tryna get niggas milli stack ceilin shootin civilians im one dealin could make killin bags smell vac seal flag nigga throw dont care feelings ooh wearin drippin cal ripkens hit nigga ken griffey bitch got thick guess ate jiffy leave ima fly back city go get bag day go get rings playoffs pots beat bake fuck get laid big boy tools maaco make bitch dance draco walkin cheese queso thats huncho fuck rodeo private jet dont layover one call im havin bae walk spot makeover got addicted payola came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/childish-gambino.json b/lecture/lecture-9/rappers/rapper-data/childish-gambino.json new file mode 100644 index 000000000..8d0b67825 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/childish-gambino.json @@ -0,0 +1 @@ +{"This Is America": "yeah yeah yeah yeah yeah yeah yeah yeah go go away yeah yeah yeah yeah yeah yeah yeah yeah go go away yeah yeah yeah yeah yeah yeah yeah yeah go go away yeah yeah yeah yeah yeah yeah yeah yeah go go away wanna party party want money money know wanna party party free girl got dancin dance shake frame wanna party party want money money know wanna party party free girl got dancin dance shake frame america dont catch slippin dont catch slippin look im whippin america dont catch slippin dont catch slippin look im whippin america dont catch slippin look im livin police trippin yeah america guns area got strap gotta carry em yeah yeah ima go yeah yeah guerilla yeah yeah ima go get bag yeah yeah ima get pad yeah yeah im cold like yeah im dope like yeah gon blow like yeah ooh ooh ooh ooh ooh tell somebody go tell somebody grandma told get money black man get money black man get money black man get money black man black man america dont catch slippin dont catch slippin look im whippin america dont catch slippin dont catch slippin look im whippin look im geekin im fitted im gucci im pretty im gon get watch move celly thats tool kodak black ooh know get ooh work hunnid bands hunnid bands hunnid bands contraband contraband contraband got plug oaxaca gonna find like blocka ooh ooh ooh ooh ooh tell somebody america checked following list go tell somebody mothafuckas owe grandma told get money black man get money black man get money black man get money black man black man ooh ooh ooh ooh ooh tell somebody go tell somebody grandma told get money get money black man get money black man get money black man get money black man black man black man world barcode ayy black man world drivin expensive foreigns ayy big dawg yeah kenneled backyard probably aint life dog big dog", "Redbone": "daylight wake feeling like wont play right used know shit dont feel right made put away pride long made nigga wait long make hard boy like go im wishing could make mine oh want yeah oh oh oh need ooh make oh want stay woke niggas creepin gon find gon catch sleepin ooh stay woke niggas creepin dont close eyes late wanna make right late peanut butter chocolate cake kool aid im trying waste time want oh need better believe something make oh want ah stay woke niggas creepin gon find gon catch sleepin ooh stay woke niggas creepin dont close eyes stay woke niggas creepin gon find gon catch sleepin ooh stay woke niggas creepin dont close eyes howd get scandalous oh howd get scandalous oh oh baby howd get howd get scandalous howd get scandalous stay woke stay woke", "V. 3005": "matter say im alone id rather fuck niggas ill right side til 3005 hol okay hold wait minute good week ago crew house party every weekend radio thats favorite song make bounce around like dont know like wont long thrill gone got patience cause im doctor girl lying girl mufasa yeah mi casa su casa got stripping like gaza got high volcanoes flow lava yeah spit saliva iphone got message viber either head hydra let bygones bygones god pay friends ill take compliment got house full homies feel opposite incompetent aint half saturdays young lavish ing saddest shit im bad beans took cabinet sorry im scared future til 3005 got back hold matter say im alone id rather fuck niggas ill right side til 3005 hol hol hol hol hol hol hol hol matter say im alone id rather fuck niggas ill right side til 3005 hol hol hol hol hol hol hol hol used care people thought care mean nobody heres got figured therefore ive lost hope happy ending depending whether worth insecure ones perfect spend shame blow like coltrane like rogaine leave like cobain im long gone whole crew sing swan song cause ticking time bombs got lambo like lebrons mom matter friends go emily fam lorenzo people kinfolk least think cant tell cause checks clear theyre cause dont care kinda sad im laughing whatever happens assassins im stabbed back cabin labrador yapping im glad happened mean us think theres something special lose mental hold hand even dont understand hol matter say im alone id rather fuck niggas ill right side til 3005 hol hol hol hol hol hol hol hol matter say im alone id rather fuck niggas ill right side til 3005 hol hol hol hol hol hol hol hol hol hol hol hol hol hol hol hol na na na na na na na na yay nigga thirsty", "IV. Sweatpants": "watching haters wonder gambino got game locked half thai thickie wanna bangkok got hair done french braids aap bino insensitive askin say im chillin real nigga feelin rich kid asshole paint villain still spitting cash flow dj khaled got penthouse coasts ph balance real nigga rep though cause said hip deep pepto got five like ben folds got tail petco faker sweetn low yeah got silverware really eating though eating though nigga eating though breakfast lunch dinners beginners aint even know never catching cases faces look e watch hater hate wanna play like piano architect know japanese girl jockin hands like soccer teams yall fuck boys like socrates niggas aint coppin niggas aint lookin like nah aint checkin id bounce em problem tell em problem im winnin yeah yeah im winnin im winnin yeah yeah im winnin im winnin yeah yeah im winnin rich kid asshole paint villain dont mad cause im better dont mad cause im better dont mad cause im better better fuck gon different color passport instagram stack load hashtag day wear girl drank day care im born rich life aint fair silver spoon coon ho aint nobody sicker fisker vroom vroom ho aint nobody top holy totem ri ri ri rich forever million quota father owned half moma diploma year got rules trippin toadstools green whole foods im fly jeff goldblum got glass house palisades k white hood white hood k k k furniture custom shop ikea show maserati whippin kia spendin money longer nia live like coppola sofia wakin broke man wouldnt wanna ya friends dopeman help nigga bring girlfriend man trouble see err eh err eh onomatopoeia ohh got cool im winnin dump gatorade dont give fuck family name dont mad cause im better dont mad cause im better dont mad cause im better better fuck gon", "Bonfire": "okay childish gambino homegirl drop like nasdaq move white girls like theres coke asscrack move black girls cause man fuck ill either love pussy love bitches dude runnin peta adidas short shorts b green supposed green grocery asian dude stole girl got kogi beef dick like accent mark es hot like parked car sound weird like nigga hard r fly like logo cousins 440 eatin oreos like white girls blow vodka ladies whiskey grown man hangin islands lookin earl like toejam made beat retarded im callin slow jam butcher know man kill beef go ham rappers afraid cause im beast bitch grrr invader zim gambino call girl fuck pay brand new whip niggas like slavery told awful shit faze tell suck memory hazy youre favorite rapper yeah dude better fuckin kiss ass human centipede wanna see girl aint dumb wanna see girl check maxim man every black actor gotta rap dont know know im best one bonfire turn lights im burnin everything mothafuckas talk bonfire turn lights im burnin everything mothafuckas talk know rapper dudes talk shit start killin fuck got goons like archvillain im south aint got accent dont know rap childs play name like princess di yeah say want realness rap real life told quit first talk white second talk like havent given yet raps stepfather yeah hate respect put work ask ludwig put soul track like shoes played cousin cant even think straight black white music nigga thats mixtape shoutout blerds represent realness shoutout gambino girls dick building know hate cause little cousin play like black girls nerdy dance sayin ow im sorry followed chillin filipina local jollibee yeah im ass like sodomy see hand table dont bother dont talk soft thats guy im screamin fuck like aint seen sky shit im doin year insanity made beat murdered casey anthony rappers dont know cause act like looney tune ill give theres nothing left swear summer summer camp bitch", "Heartbeat": "wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak know boy like skinny tie cuff type go make breakfast walk around naked might text turn phone settling text go screen know better come around least expect im sitting bar glass empty thinking songs coming tempt need alone like way left start calling start crying come im inside cant find girl sex isnt half bad text say fair thats code hes ima flirt new girl ima call dont work fuck til come conclusions things thought losing im ghost know thats broke first place cause wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak late night thursday know heard dont want thing well two play game im chilling girlfriend real girlfriend got key place shes real girlfriend stupid dummy say wrong thing wrong girls come runnin im paranoid girls want something hard make dime go 100 dude freakin worse fate time late first date cause went tried new condom slipped threesome good problems right wrong askin wanna play games super smash brothers none miss sex kiss whenever 69 dinner two wrong would listened uh crazy got heart artichoke thing girls want smoke light wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak done real shit used hold hands like field trips im jerk dude real dick read post wall feel sick aint cool ball fake nigga blog caps couldnt wait date im going straight thighs like cake ate give fuck niggas say hate know im best im fake tionate im best face j keyshia related racist give money burn made aint killer shed fucking blow head know wondering fuck hiding dated like raps bin laden ayo fuck dating fucking best friends something wish never fucked mean", "Freaks and Geeks": "alright gambino mastermind fuck bitch pass time mass appeal orange rind smoke green im spendin mine beat witches brew beware shit potent ee cummin face thats poetry motion yeah gambino make work im boss move somethin yeah cool fuckin suits swag two button yeah girls actin crazy theyre dancin black swan aint fuckin club put clothes back yeah beat disaster 911 track rappers wanna battle mail heads back clique make dinero time meet fuckers runnin bitch dog walker leavin girl last seen yeah fuckin baddest like tag team rihanna fly girl knees dont wanna come near yeah dick big theres big bang theory got picture iphone yall think yall niggas masturbate im ariel pink rapper man couldve fooled im shit dudes talk talkin bull ah yeah rah rah okay alright im black girls every single culture filipino armenian girls sofa yeah like white girl sometimes get together need thick chick though black yellow black yellow love trip fuckin sport asian girls minority report put team map blake griffin court niggas bitin tracks need knife fork illest need nurse heres check grab purse unless fuckin ill pay food earth man got pussy insane insane enemy batman im dominant niggas call faggot cause closeted im hot shit comin backside rocket ship monster shit dudes opposite loch nesses respond squash beef right like sausages chillin n words say like white kid yes bootys big say white bitch dont get embarrassed dick made carrots bunnies wantin fed meant honeys oh forget worked winter fail summer back bush like gavin rossdales drummer yeah stingers flower hope let pollinate workin hard shit yeah beat made concentrate nigga cant tell sample adele hot got hood niggas blowin cell swag ass im man fuck chico took g waffle got left ego think second man eatin wheres breakfast man hungry sandwich got wallet cheese lettuce elephant never forgets dick remembers everything green inside wallet pussy open sesame runnin game fuck sayin runnin earth give month told niggas im win cause havin emmy wasnt enough get sloppy drunk stay whiskey neat clique cancelled freaks geeks", "III. Telegraph Ave. (\"Oakland\" by Lloyd)": "power 106 la ya girl yesi ortiz got brand new music need yall turn let know think lloyd called oakland power 106 making japanese shes watching dvds oakland oakland im driving 5 waits til arrive oakland oakland everything wanted gotta drive moment tell turn around im moment know know get im lonely think moments everything oakland oakland foot gas im trying pass red lights stop signs im ready go get bay babe thats problem im way scared call might get stay oh dont really mind drive think id rather die oakland oakland hands two ten guess depends oakland oakland im nervous truth told never saw growing old oakland oakland married tonight would probably start riot oakland oakland everything needed got feelings everything wont say tweet nigga dont like shit treated roll feeling roll minute wait minute foot gas im trying pass red lights stop signs im ready go im really ready girl thats problem cause im way scared fall know choose stay oh girlfriends saying go rich kid act like gentleman last one didnt end like shouldve two dates still wanna get theyre saying internet try next chick x face exes right thing wanna thoughts cant breathe thinking asthmatic wanna mom wasnt mad thinking bout id really bad cause im thinking bout weeks dubai fourth july house kauai yeah try lets try whoa took nine five still dont time kiss hit left alone would still pick phone iffy miss got furniture move well thirty soon oakland oakland one know fuck im supposed oakland oakland oakland oakland oakland oakland oakland oakland oakland oakland oakland oakland", "I. The Worst Guys": "needed needed needed needed needed needed needed needed needed clippers game courtside watch nigga shoot like four five mad got fire bitches see go home roger tia tamera bed im smart guy aint fucking niggas like apartheid hits list check archive im something immaculate instead asking whats happening rather blast jackson 5 back acura acting blacker bernie mac two charlie murphys akon girls brought man playing playstation standing say girl say aint vacation house house needed needed needed needed needed needed needed needed needed needed needed needed needed needed needed needed needed needed bought new bath 8k nigga wanna take shots ak nigga ball ima ball king james nigga uncle ben hand make change nigga im world like tang nigga thats space bar man hate yall come around wanna play pool hot tub ice cream paint job garage menage murdered vag afterwards awkward fuck cause im nervous fuck could get need minute cold water face couldnt finish got uber place porch smoking vapor hit sunday paper listening neighbors needed needed needed needed needed needed oh gosh oh god oh god know tonight neighbors alone", "You See Me": "im ballin every day asian girls everywhere ucla see babe see babe asian girls everywhere ucla im ish call watch haters take shots like alcoholics wearing somebody jack fools steeze im faggot spell right got way two gs nigga im amazing im phenom im assassin ima kill yall ima say sa coo sa shits closed cause ball hard im cumming face gone far dont know cares dont love broad funny fake niggas always act hard im black star black car black card wanna knock tryin nigga realest motherfucker game like tron nigga forget white girls need variation especially asian got ugly friend roll solo stay place hobo fault man ladies love shes overachiever cause succeed im ballin every day asian girls everywhere ucla see babe see babe asian girls everywhere ucla send naked pics im gon tumbl im shit shit fuck humble brag yeah pushin pussycat got swag ass im usin texting olivia munn hopefully shell give rosie jones man hoes hoes hoes man racks racks racks man got tracks man sorry accent ive practicin everywhere ya go niggas blastin gambino niggas like aint know bitches like aint know met fly latino hope eighteen though ill say got deep throat heath row im ballin every day asian girls everywhere ucla see babe see babe asian girls everywhere ucla told shit shit couldnt stop nigga still hungry black kobayashi talk hear like horton born shit rappin abortion hear n word one day get upset try something new suspect dont really know fucked bad dont wanna see dudes get mad got bunch jackanapes back thatll lacerate anyone back matinee laugh masturbatin beaten body sick boi forever suburban illuminati nah nigga yeah never stop period like menopause period like oh shit one sleepin one sleepin"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/clipse.json b/lecture/lecture-9/rappers/rapper-data/clipse.json new file mode 100644 index 000000000..383928360 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/clipse.json @@ -0,0 +1 @@ +{"Grindin'": "yo go name pharrell neptunes wanna let yall know world feel something theyve never felt cmon ghetto ghetto backyard yard sell whipped un whipped soft hard im neighborhood pusha call subwoofer cause pump base like jack track im heavy cuz ball til fall cause could duck feddy govs sorry love im seeing eyes benz convoys wagon side big boys keep deuces ride gucci chuck taylor dragon side man make buck scram im tryna show yall fuck jewels flirting damned im hurting legend two games like im pee wee kirkland platinum block consistent hits pharrell keep talking music shit grindin grindin grindin grindin grindin huh huh patty cake patty cake im bakers man bake cakes fast tell bread stack disguise rap feds back watch like whip like chick topless buck six cockpit grindin cousin got wholes dozen even 11 5 see ya keep comin weight thats heavy name much dough cant swear wont change excuse wealth got full cocky something cant help specially 20s spinning like windmills ice 32 minus wind chill filthy word best defines im grinding man yall never mind grindin grindin grindin grindin grindin huh huh grindin know keep lining niggas better stay line see nigga like shinin grindin know keep lining niggas better stay line see nigga like shinin grinds bout family never fame days wasnt able always caine four half get game anything less goddamn shame guess weight watch got blue chips face glock two tips whoever gets way mention hideaway rests lake consider raw demeanor icing cake im grindin move caine like cripple balance weight hood kids call mr sniffles hand nickel plated whistle one eye closed ill hit slick rick aim still issue lose soul whichever palm im holdin onell leave frozen noddin dozin im grindin jack grindin grindin grindin grindin grindin huh huh grindin know keep lining niggas better stay line see nigga like shinin grindin know keep lining niggas better stay line see nigga like shinin", "Mr. Me Too": "know back right clear streets come ha ha star trak niggas haters im doin deals like majors ice cream sneakers signed first skater pay three buy bapestas bulletproof shirts hate us like snoop say step game double decker boat nigga meditterane class asscher cuts tuck chain liberace fingers niggas hit lorraine last week aspen puff hoppin plane us laughin week italy italian heartthrobs could get rid donatella crib like ten hoes call cell phone gimme enzo know thinkin yeah okay everybody meet mr two years like paddy wagon cruisin streets youre dunce cappin kazooin assumin youd keep coke movin got one question fuck yall doin pyrex stirs turned cavalli furs full length cat wave kitty purrs niggas caked sellin gray beige dust money right end trunk taped dont chase duck raise bucks peel money rolls til thumbs get paper cuts chill retardo south beach gallardo teals started go brrr like nardo women love please let know tie rags round neck learn sets throw days lives im sorry fans crackers werent playin fair jive know know yep yeah okay get yep yeah know know yep yeah okay everybody meet mr know know yep yeah okay get yep yeah know know yep yeah okay everybody meet mr know thinkin call cause everythin say got sayin say got benz said hangin window see aint hangin window g2 g3 g4 like dos star trak clipse malice come wanna know time better clock us niggas bite style shoes watches cloud hoppers tailored suits like mobsters break keys dimes sell like gobstoppers gon stop us goddamn one mean nigga street tumblers ivory white yeah thats color zure nigga best believe mulliner take prisoners rap niggas whisperers choke spit soon mention us champagne corks kicks louis sports keep hoes pucc charles jourdan uh cop chrome touch screen component mink floor make hot dont dont wanna know fuck spent tomorrow aint promised live moment know know yep yeah okay get yep yeah know know yep yeah okay everybody meet mr know know yep yeah okay get yep yeah know know yep yeah okay everybody meet mr", "I'm Lovin' It (McDonald's Commerical)": "im lovin place eat since dont cook ill rock beat im lovin end day relieve stress add little play im lovin sometimes mishaps overcoming adaptive setbacks im lovin know youre world mind love taps girl mcdonalds ba da ba ba ba im lovin move feet rock beat hungry music gotta eat im lovin im lovin guts glory seems like stumbled wrong territory im lovin looks deceiving theres slight change plans evening im lovin cars way clean could start fine piece machine im lovin mcdonalds ba da ba ba ba im lovin", "Keys Open Doors": "keys open doors keys open doors keys open doors keys keys open doors yuugh make skin crawl press one button let wind fall gon stop us fuck coppers mind kilo shopper seeing life windshields choppers aint spend one rap dollar three years holla moneys leash drag bitch dog collar ho follow ghetto story like cham ice p dada open frigidaire 25 life much white might think holy christ near throw louis v millionaires kill glare ice trays nada youll see pigeons paired realest shit ever wrote pac inspired crack pot inspired real niggas quote bitch never cook coke never trust whore child make believe rappers smile ha canal streeting style like internet sharing files myspace niggas kill comparison im south beach sipping sarafin royalty check nigga never coke money clean merrill lynch accountant gasp smell meet dealer aint bitch realer aint gotta question pusha dont feel ya knock fuck keys open doors keys open doors keys open doors keys keys open doors keys open doors keys open doors keys open doors keys keys open doors keys open doors keys open doors keys open doors keys keys open doors keys open doors keys keys open doors throw scale feed god damn self get live dont ask help word street gonna love melt dont come pitch neither shit sell yell til im locked like mumia get cross state grace maria keep toys gon know us see us living street tales worthy divas keys floor mistress dior bitch tell love know shes whore shit could get ugly shit talk law thats get roses war fuck bureau rather spending euros get fed grapes fuck hoes plurals like heaven gaze mural peace mind cop shapiros cheers future toast life im prive ing miami im socialite nigga cars big cribs bigger kids happy perfect picture gemstar razor fruit labor walk glow like lords shown favor bitches fake like hoes flavor dont mind spending paper yes keys open doors keys open doors keys open doors keys keys open doors keys open doors keys open doors keys open doors keys keys open doors keys open doors keys open doors keys open doors keys keys open doors keys open doors keys keys open doors", "Virginia": "ready nigga ready come virginia nigga broad daylight whole different degree homicide nigga ready im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look home sweet home keep chrome next bones alters walk limpin since love feel guess im passionately pimpin tis seems thing imprintin seam jeans means lost lives love faith money helped rise see turned lord times got tough bullied streets powder pushed shoved ol virginny ten niggas nine guinea money know gimme got semis waitin heat like caribbean summers year different bitch wonder wing gon fall push mal gonz grimes thoughts fuckin cross mind look thats right alley love family want happy virginia smirked simpson trial yeah guess chase wild whats fuss see plenty partners feelin like oj beat murder like shit okay thats dough say talk evil men im lost mental miss shampoo miss shampoo grams im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look seem like got comment make regards paper guessin weight fast predict outcome fate wonderin bout clipse got take malice think hard tough guy clique pusha walk around like swear shit right counts bitch clipse us things dont discuss dont ask bout neptunes whats fare dont ask loud screamin chick hair dont ask music thats comin bout dont ask album whens comin cause feel like really funny sly face layin tummy die tried humble humble get respect first sign trouble thats hole neck plus look like spendin nights jail could never thug dont dress well reside va ride va likely die im gon die va virginias lovers trust theres hate towners think gon move weight ironic place im makin figures theres land used hang niggas virginia im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look youngn real youngn lookin whole different world youngn real live", "Popular Demand (Popeyes)": "uh mami miss dont haters wish could hit dont heh call uncle understand im back popular demand new cl fly outside popeyes eating chicken fries yeah come holla uncle understand im back popular demand listening time phenomenal used bag work va econo lo im laying delano though dont get twisted uzis lining though hollow tip dum dums eat flesh like piranhas though scary thing hear soul sing geronimo pull cl shits astronomical hoes lining curb fall like dominoes used white bitch looked like madonna though heard fucking lebron shit dont know like bron bron long time ago butt naked balcony dolla mean delano mean pharrellll know head shop bitch dc ay p let em know yeah yeah time go hoes come eenie meenie minie mo yuugh mami miss dont mami miss dont haters wish could hit dont heh call uncle understand im back popular demand new cl fly outside popeyes eating chicken fries yeah come holla uncle understand im back popular demand wouldnt look shorty uh mami good cuticles im whats name beautiful like could get used woulda knew used call uncle yeah uncle cam tax em like uncle sam jungle fam niggas bundle grams fumble crumble get murked humble gat belt hip keep real clips drive hard bargain im harlems gagarin car foreign man stood stood stutter fied know moms well tell mother hi im guy got mother high coke like caterpillar make butter fly mami miss dont haters wish could hit dont heh call uncle understand im back popular demand new cl fly outside popeyes eating chicken fries yeah come holla uncle understand im back popular demand goddamn boys back pushing mountain sno caps avoiding kojak pioneer coke rap im dancing stars stepping blow toe tap dope returned like lojack made way home like road map fathered misled kid thats fatherless burdens soul long exist generation lost saying cant reach us answer lord like saturday night fever kept crib made light sleeper whether watching feds avoiding grim reaper way deeper rap money hoes deeper fight temptation keep coming back money stacked ceiling quick dispense knew commas meant could lose common sense late tell em repent ugh mami miss dont haters wish could hit dont heh call uncle understand im back popular demand new cl fly outside popeyes eating chicken fries yeah come holla uncle understand im back popular demand yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah", "We Got It for Cheap (Intro)": "ayyy papa gang records hold door music know broadway daddy manteca crack hooray toda la vaina que hay aqui arriba en uptown baby otra vez clipse hell hath fury b let em know daddy mr lee haha fear soon hear upon arrival dope dealers cheer like revival verse tends steer em life fast lane german engineer em serum cure pain ive endured crack rap back selling pure every record potentially sell store like mecca dealer thats selling raw many deceive ya im touch keys move alicia force feed ya metric scale raps like childs play show tell within verse see truths unveiled manufacture proof lie puppets string like yo yo bouncing like pogo praying never go solo g g got cheap fuck real niggas daddy fuck bitch ass niggas lo tiene temblando tu todito ello loco g g got cheap got got cheap got cheap heheheheheheh wanna loco g g got cheap g g got cheap fucking envidioso bunch palomos g g got got got got wools removed see leg pulled jokes heartbreakin like lovin whore might hurt ya never like tryin fly clippin wings thats exactly caged bird sings nickname shame rings true seems reparations overdue done top done sipped juice said bird crumbsll never even last penny bank ima stand thanks thanks keep pranks bid farewell gotta answer marcus jennelle little brother terrence love dearly ever millions never would push blow never g g got cheap ay dios mio malicioso handcuffs daddy got got cheap g g got cheap entiende cabroncito everyone must pay bunch mama huevos toditos gang records game daddy im best since died lied spirit competition one verse could start jihad cpr pusha flow tends revive pullin covers back expose disguise presence felt pressure 411 cuban helped us weather storm pyrex powder back norm adversity fury born niggas dont get picture written scripture even ask mama shell tell bloods thicker dont know niggas built dont know ever feel guilt maybe niggas high stilts ones ima view spilt milk grandma look im turnin cheek r e u p g n g g g got cheap street musica get money never stop record sales digital scales whatever g g got cheap g g got cheap always home got got cheap got cheap hell hath fury el sueno de un jodedor tratando de logralizarlo g g got cheap mr lee", "Kinda Like a Big Deal": "til casket drops third times charm right hahaha come im kinda like big deal unbelievable see warning gives big chills flow running bigs heels life death big aint get see feels third times charm baby two classics another stripe arm baby blessing blow hundred thou recession second guessin ha ha ballin drop tops floorin champagne pourin gang im powder flame fallen get money blow money calling yuugh watch nigga burn lifes maze twist turn driest droughts maneuvered earned im set straight like perm push whispering us know haters doubt us count money aint even finished counting pardon must say im kinda like big deal ayo im sitting top feeling aint killing damn im illin im illin ay ay ay ay meet mr popular go get binoculars see penthouse 3 nigga spitting fire pj pjs fire marshall said took max like tj yall aint peep said marshalls replay guess im like black marshall meets jay meet ye alligator souffle got made special ed got head girl special ed know pretty ones dumb class got dumb ass hit high school got pregnant dumb fast happened tisha boyfriend come fast turn around give pound like folks hell went raw dawg three strokes whispering us know haters doubt us count money aint even finished counting pardon must say im kinda like big deal lights cameras action chain itselfs damn distraction claim belt glory bask im b hop ring niggas cash like stopping train nigga think hes stopping reign talk slick dropping name im putting yall shame diamonds little hand 50 percent splits x middleman far cry stash rental van im reason hood need dental plan ladies gentlemen introducing c 4s rims protruding roof vamoose like magic show got looking heavens like javelin throw yall twiddle thumbs like average joe reap shall sow whispering us know haters doubt us count money aint even finished counting pardon must say im kinda like big deal", "Momma I'm So Sorry": "gather round miami vice cocaine dreamers know miami vice pusha spit shit yall go youngun dont make sails rise shoot chukkas pusha hear whispers motherfuckers papa said stay free suckers minus wicked jumper street baller like rucker skip lou lookin couple roosters duffle keep hood screaming cock doodle doo fuckers coke ton rap niggas im one basic rhyme pattern fuck tryna chatter asic ass rappers got em runnin life philosophize glocks keys niggas call young black socrates west indies bitch drop knees quick dreams rich mans bitch feel sorry niggas pull triggers shit click many bullets jammed shit call lead fist shake diamonds wrists mama im sorry im obnoxious dont fear tubbs crockett mama im sorry im obnoxious got two hot rocks pocket mama im sorry im obnoxious big home palm trees watches mama im sorry im obnoxious accomplice conscience uh gather round youngin learn lets odds like 2 peas pod hustle cept hustle flows gave away 30 grams accounts days cold feels like kids cake mix cant wait lick bowl bigger picture homes trust done seen frankfurt cologne oslo sweden italys milan shores napoli consider ferrari salvador dalis im longer local thoughts global thats seem distant son expand ya vision even adored norwegian woman blonde hair blue eyes im gettin back vengeance whip like want attached kitten wonder raps im kiddin huh mama im sorry im obnoxious dont fear tubbs crockett mama im sorry im obnoxious got two hot rocks pocket mama im sorry im obnoxious big home palm trees watches mama im sorry im obnoxious accomplice conscience uh miami vice sorry heavenly father hate bother p evil creeper send grim reaper meanwhile missus like solomon sheba sign times emilio pucci sneakers uh ghetto literature id damn near die bolivia dont take much get rid ya send ya better call minister ugh im sorry grandmama mistakes made aired family business put place even baby mama cant look face cause cant enough symbol gods grace place flowerbed porcelain shower heads throughout house keep youngins mouths fed im gone hope said gave structure youth example led uh mama im sorry im obnoxious dont fear tubbs crockett mama im sorry im obnoxious got two hot rocks pocket mama im sorry im obnoxious big home palm trees watches mama im sorry im obnoxious accomplice conscience uh miami vice", "Wamp Wamp (What It Do)": "man showed pimpin ya cold head straight bar post roll dro cup moed bitch dont stand nose cmon wamp wamp huh wamp wamp wamp wamp huh wamp wamp hotta flow droppa since poppa penny ante niggas see know copper left game high note flow opera pusha still got keys unlock ya see watch sleeve call show stopper nigga ball around world call globe trotter trick dollar ask feel nada give bitch yellow fever gold bottles late models lean throttles roof back coupe black playa think need goggles look mama mi fly papa strictly bathing ape ice cream bbc rocker proper hammer time gun cocker top shotta hesitate none pop ya egg shell scale snow coppers dont ask sell shit im bet crocker man showed pimpin ya cold head straight bar post roll dro cup moed bitch dont stand nose cmon wamp wamp huh wamp wamp wamp wamp huh wamp wamp uh mirror mirror whos fairest tricked buck fifty horse carriage must admit nothing like karats hoes holla back like parrots watches alligator strap six different time zones dont set back 17 brick yeah run tell em got wamp wamp move still damp mildew ish heat turn bluish cools tight wad pyrex jewish get paper seems get foolish take jacob play hues bluest aint browsing luxurious housing pull mean angel bowing emblem bearing stallion european custom leathers italian man showed pimpin ya cold head straight bar post roll dro cup moed bitch dont stand nose cmon wamp wamp huh wamp wamp wamp wamp huh wamp wamp yuugh much glamour cant stand bright ice chain xenon lamp ya impression ya mind like freeze frame camera white tape tight like ya seen pampers whats couch probably free santa whatever cost baby got answers line outside full jo jo dancers got cheap thats anthem far coldest 06 lotus 0 60 hocus pocus feds dont know stick noses coast proposing toasts es hoes shit family close knit deep like hutu cockroaches like flow fours ferocious ill tuck homie buenos noches man showed pimpin ya cold head straight bar post roll dro cup moed bitch dont stand nose cmon wamp wamp huh wamp wamp wamp wamp huh wamp wamp"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/common.json b/lecture/lecture-9/rappers/rapper-data/common.json new file mode 100644 index 000000000..fa1ec71f9 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/common.json @@ -0,0 +1 @@ +{"The Light": "yeah doo doo doo doo doo doo diggy doo yo times youll need someone side light shines special never knew luh luh luh love like gotta somethin write queen aint seen minute wrote letter finally decide send signed sealed delivered us grow together love limit lets spend slow forever know heart weathered studs aint gon assault cause probably feelings handle care niggas recognize light cant handle glare know aint type walk around matchin shirts relationship effort match work want one make happiest hurt say end near important close high regardless happen lets rely times youll need someone side light shines special important communicate tune fate union right pitch never call bitch even boo theres much name much understand union woman man sex tingle assume land thats fly night sky write cold chi nights moon light heaven height would tall ghetto coffee shop see lets stick understandin wont fall better worse times hope call pray every day anything friends well stay begin lay foundation family love aint simple cant anything worth havin work annually granted known time dont take whole day recognize sunshine times youll need someone side oh darling light shines special kind fresh listen hip hop catch mix beauty thrift shop plus shit pop time thinkin fresh suggestin beats rhyme times im lost try find know give space time hearts dictionary defines love happiness truthfully hard tryin practice abstinence time committed love real good arrive still feel good know sex aint gon keep equal must treat reflection light ima lead whatevers right ima feed digga da digga da digga da digga digga da da yo tell rest see peace times youll need someone side light shines special ill take chances pass pass oh darling need look side youll agree", "I Used to Love H.E.R.": "yes yes yall dont stop beat yall dont stop yes yes yall dont stop one two yall dont stop yes yes yall dont stop beat com sensell sure shot come met girl ten years old loved much soul old school shorty never knew throughout life would regular church girl secular money studs mic checkin respected hit heart new york niggas park pull chair turn air cool cool listen sittin bone wishin could eventually meant would cause related physically mentally fun id geeked shed come around slim fresh joe underground original pure untampered sister boy tell miss yes yes yall dont stop beat yall dont stop yes yes yall dont stop one two yall dont stop yes yes yall dont stop com sense yall dont stop yes yes yall dont stop uac yo gotta sure shot periodically would see ol girl clubs house parties didnt body started gettin thick quick couple videos became afrocentric goes weave goes braids beads medallions tip stoppin violence people teachin preachin speakin method leisurely easily approach dug rap thats got close broke west coast cool cause around time went away school im man expandin stand way probably get money la stud got big pub foul said pro black goin style said afrocentricity past got rb hip house bass jazz black music black music good wasnt salty boys hood cause good becomin well rounded thought dope freestyle shit havin fun worried anyone could tell titties hung yes yes yall dont stop beat yall dont stop yes yes yall dont stop one two yall dont stop yes yes yall dont stop beat com gotta sure shot yes yes yall dont stop dont check mm mm bust bust mightve failed mention chick creative man got altered native told got image gimmick could make money like dummy see commercials shes universal used swing inner city circle burbs lookin rock dressin hippie dumb shit comes city talkin bout poppin glocks servin rocks hittin switches shes gangsta rollin gangsta bitches always smokin blunts gettin drunk tellin sad stories fucks funk stressin hardcore real really realest got showbiz say im committed many niggas hit shes lettin groupies see niggas slammin takin sewer ima take back hopin shit stop cause im talkin yall hip hop beat yall dont stop yes yes yall dont stop mainframe yo gotta sure shot yes yes yall dont stop beat yall dont stop yes yes yall dont stop one two com sense gonna drop haha used love used love used love used love used love used love used love went fucked shit yall aint got woman check man think youre overstepping bounds little bit cant anymore", "Glory": "one day glory comes one day war sure sure oh glory ohh hands heavens man weapon formed yes glory destined every day women men become legends sins go skin become blessings movement rhythm us freedom like religion us justice juxtapositionin us justice aint specific enough one son died spirit revisitin us true livin livin us resistance us thats rosa sat bus thats walk ferguson hands go woman man say stay stand shots ground camera panned king pointed mountain top ran one day glory comes one day war sure sure oh glory ohh war victory isnt well fight finish done well cry glory oh glory oh well cry glory oh glory oh selma every man woman child even jesus got crown front crowd marched torch gon run never look back done gone hundreds miles dark roads rose become hero facin league justice power people enemy lethal king became regal saw face jim crow bald eagle biggest weapon stay peaceful sing music cuts bleed somewhere dream epiphany right wrongs history one win war individually takes wisdom elders young peoples energy welcome story call victory comin lord eyes seen glory one day glory comes one day war sure sure oh glory oh oh glory yeah war said done well cry glory oh glory", "Love Is...": "beautiful love streets love hard see place got loving loving beautiful love streets love hard see gotta reach frequency loving loving yeah know love even found ground thugs live man dig deep find couldnt sleep cause real five kids live nigs real niggas express taste crap games black dames big faces cases court fam showing love support babys mom thought love sport men taught hold thats dont know til older men love place ima go least know go within times take ya spin heartbreak hotel youre home ive seen love make nigga soul pretend like story dont want end yo beautiful love streets love hard see place got loving loving beautiful love streets love hard see gotta reach frequency loving loving love come hood love told run hood guns sung holla love hoping itd become one crack got many lives undone lack love many hide run knew girl son dreamt acting plays demonstration man trapped maze trying find much shed gave love free us us react slave funny love em theyre relaxed grave wonder thug raw actin afraid everybody loves sun attract shade heard love money compassion pays talk youth shed understand loved man beautiful love streets love hard see place got loving loving beautiful love streets love hard see gotta reach frequency loving loving say im dreamer cause talk often seen hardest nigga soften wit homie coffin walk stand fall right companion mary sang song broad limits game life scrimmage reminiscing letters wrote small days letter people love always yeah beautiful love streets love hard see place got loving loving beautiful love streets love hard see gotta reach frequency loving loving", "Stay Schemin'": "motto chicago bitch everybody know sweet problem dont play dumb im one acknowledged son bitch imagine father said make opponent rapper moment style dont acting hard hardly like gon mess around make catch body like awwww dont cause every song make joe really ho music heard said wasnt bitch sing bitch cling like bitch thats eighteen cant say name rap niggas wife black white trying live niggas life im taking long amateur guy aint wet nobody nigga canada dry soft nigga make mistake im talking drake remix rick ross common ho ass nigga man man dont hide behind niggas nah man man cant run behind man real man shit right say name say name one around aint running game say name say name acting kinda shady sudden change say name say name one around aint running game say name say name acting kinda shady better say name", "GO!": "go go go go go count three go go go go go count three go go go go go go uh count three everybody run back fantasy go go go go go count three go go go go go count three go go go go go go count three everybody run back fantasy bad uh type club niggas would grab fantasized bathroom sweatin ass body dancer chemistry cause cancer thought forever would last forever move faster still gotta pause think draws uh ooh baby liked raw like rain came poured like car cant afford would want want positions frames explored let know secure back wanna go go go go go count three go go go go go count three go go go go go go uh count three everybody run back fantasy go go go go go count three go go go go go count three go go go go go go count three everybody run back fantasy freaky like daughter pastor said bait master little red corvette nah faster wet dreams la mer cream bathroom make love laughter anyway wanted could said girls attract new chapter said lets place wanna uh get want uh free love wanna see uh hot sex third degree uh gettin served servin uh dirty words encourage rock steady sturdily turnin turnin back go go go go go count three go go go go go count three go go go go go go uh count three everybody run back fantasy go go go go go count three go go go go go count three go go go go go go count three everybody run back fantasy", "Sweet": "yeah know asking bout common man im hip hop thats yeah say fuck im greatest list great debaters lot yall nah nah forgot 87 nigga used rah rah jam aw yeah put things air drop single really like pair air jordans important culture aint true callate la boca get drink like coaster post wall mike used live hip hop master cleansin imma get shit rollin maserati gran lid bit like monster live nigga encore encore encore rhyme commoners name synonymous prominence im hip hop obama politics common yeah man yall niggas man soft muthafuckers yeah man muthafucker come around crib know im ho ass niggas singing around man la la la aint muthafucking frank sinatra uh lil bitch yeah raw right raw right nigga sweet muthafucka sweet ass bitch muthafucka wa da da da wa dada dada dang c double n im playin da da man work make lane im franchise rock chain said give em 80s cocaine somethin raw something pure stayed vein hero know cold like go wipe ya feet regal im king observe throne dream supreme like mathematics yeah breath fresh air asthmatic rap addicts pro black magic semi automatic rap wont jam traffic game need direction im map uh people say missing creativity come hip hop begins ends sweet know man know come know nigga never wanna go know man soft man seeing man see eyes man aint type nigga could go get presence gon feel like little ho aint man yet tryna somebody else man man come around crib get shit took huh wherever go probably overseas europe get yo shit took yous ho know sweet aint nothing man people see man broads seeing sweet done wit muthafuckas sweet muthafucka", "Be (Intro)": "yeah yes wanna free spirits left im talking malcolm coltrane man yusef death grew conception new breath resurrection moms new steps direction right way told inside fight lay everything nigga may might say chicago nights stay mind write many lives lay lines wavin signs times many say grinds mind shorties blunted eyed everyone wanna rhyme bush pushing lies killers immortalized got arms wont reach skies waiting lord rise look daughters eyes realize ima learn messiah might even return ima gotta change world furs benz gramps wantin em demons old friends pops hauntin chosen one land frozen sun drunk nights get remembered sober ones walk like warriors never told run explored world return soul begun never looking back far front present gift wanna", "Blue Sky": "mr blue sky please tell us mr blue sky please tell us mr blue sky please tell us mr blue sky please tell us hide away hide away hide away hide away aston martin king luther dreams young denzel way move scenes im like preacher fiend story change came wings pretty skyline sky eyeline son high shine suited prada stay mellow like lala young fresh dollars ladies go gaga im cum lada top class black wall street stock never crash given ask pure religion cash windows open im raising glass daylight beams night life schemes inception im writing dreams immortal view star im born see blue sky see lords coming ohh sky well find light ohh aint high well shine night skies blue skies going higher thats right started dream wanted run dmc lord put blessing upon mc dreams spoken thats knew flows would overflow rim open eyes yes sir im made go hard paint like wade rose streets rose international heroes world primos red carpet magic taking pictures president told health care music medicine name holds weight never hesitant different state resident hood elegance sls classic pursuing passion nova fashion im oscar party crashing immortal view star im born see blue sky see lords coming ohh sky well find light ohh aint high well shine night skies blue skies going higher thats right aye aye aye aye aye hey aye aye aye aye aye hey aye aye aye aye aye hey aye aye aye aye aye aye aye aye aye aye hey aye aye aye aye aye aye silhouettes dreams high huh even dont seem bad close eyes see things front im gone imagine im gonna dirty worthy im wordy broad paris looking purty immortal view star im born see blue sky see lords coming skies blue skies going higher thats right dreams head endless sphere could see window wouldnt take long get keep running til go remember beautiful things life could give crazy im one couldve anywhere im sitting air wheels staring sun ohh sky well find light ohh high well shine night skies blue skies going higher thats right", "The Food": "yeah long time comin know say kanye slow motion better motion walked crib got two kids baby mama late cause get im night getting money right blue whites money comin slow least nigga know slow motion better love hear story young brothers city wind like juice gin city blend amongst hustle titties skin fifties rims yall know sprewells trucks thats detailed heartless females wanna ride em felt southside venom raw hides denim pimp minds collide em system tries victims livin man fast lane pivotin block white selling like eminem block jump like kim em block hot feel skin shorties get game instructions assemblin eyes bright seems like fight dim em call man cuzo like im kin tryin stay straight streets bendin walked crib got two kids baby mama late cause get im night getting money right blue whites money comin slow least nigga know slow motion better good hood like rats gyms throwbacks timbs blacks rims whether ball courts tires sorts never fall short us force like air 1s waves air guns days fair one cats colder four self go toe toe wondering art dough though know grow nigga gotta learn let go though know dough got bring back ghetto arrows tarot cards pointin grind po livin prisons pointin mind shine light clench fists tight holdin right freedom fight dark gear years get brighter situations jaws get tighter man trying get weight height cmon walked crib got two kids baby mama late cause get im night getting money right blue whites money comin slow least nigga know slow motion better know could make right could swallow pride cant run away put gun away cant front cant let ride tonight see cant run away put gun away cant front yeah break bread thieves pastors ogs masters emcees actors seize capture moments like camcorder aint killin yo thats manslaughter though paper cant change mans aura feed mans daughter stand blue collar side makin dollars like sam jack maneuver drama like know could make right could swallow pride cant run away put gun away cant front cant let ride tonight see cant run away put gun away cant front know could make right could swallow pride cant run away put gun away cant front cant let ride tonight see cant run away put gun away cant front"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/cunninlynguists.json b/lecture/lecture-9/rappers/rapper-data/cunninlynguists.json new file mode 100644 index 000000000..6356d85c2 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/cunninlynguists.json @@ -0,0 +1 @@ +{"Love Ain't": "love aint faint heart start training game hard arduous youre gonna play dark like rains park youre hardly conscious stains scars enabling partly clouded logic pay impart bliss arrangements chocolates youre working strain nautilus youre willing embrace pain facing sustained negative consequence nothing say love embedded common sense really regret youve shredded promises ive tested waters kid sipped rippled pond bit visits abolished shits killing confidence filling conscience distance accomplishment miss chicks theyre around phrase lets quit isnt option best fix whatevers wrong move get cause youll catch bigger fish sea manage drown sad proud standards go notch loneliness drinks bar set high cause isnt really time shit found watch hearing bell toll twice day fearing grandfather clock cant die without trying hands tied knots knowing ill never learn brave waves stand docks love hampered thought handle prospect death massive shock intellects fuckin smack crotch cancer rots soul tosses demons road use caution know love aint nothing loss control go traces love long ago didnt work traces love long ago didnt work lovell nervous stupid shit purpose brain service words slurred blurt shit studderin utterin non sensical shit verses feeling like shirtless four breasted woman circus furthurly trying gap unfillable void parents never transfering unbillical joy girls create false world filling boys exploited guys playing heart like feelings toys theres nothing like get excited seeking provide phones talking psychics fear spend entire lives trying fight living confusing hayes like theyre grooving isaac aint end rainbow treasure chest map aint easily learnable definitions tact ride train thought demolition tracks hittin bullwhippin leavin slits back ive lucky one loving parents loving friends still spend alot life loving sin aint genius pretend cause emotion cannot comprehend love love aint basis action nation addicts pacing waiting seconds satisfaction word fashioned fits passion hand hand animalistic orgasmic reaction past isnt felt match made hell rather held latter day meld common mistakes nice intentions false love retention simply vice invention right mention fights get nightly visions tina ike revisions whats love really got prude women stool pidgeons soup kitchens truth isnt eloquent intelligent getting caught element hell irrelevant wordll fit like glove dont get right live life love stop", "Lynguistics": "fuck commercial tracks doin brother got eat yeah dont rap food music makes high even though stay away canibus like wyclef similar christ know gwan die show mercy get hit bricks new jerus like confucian rules spit raps totally murderous check herbs get touched nigga aint servin us cunning lynguists stunning english harry renquist best speech roll cats smoke trees slash burn techniques red fleets pulp fiction style make like fly swatters smash pests keep bodies looking like samples rorscach test fuck around get team rocked plots everything la queens locked uh huh word uh huh word yo yo check cunninlynguists know im sayin yall know mean probably dont know find like like like yo yo like like check uh huh", "Enemies With Benefits": "trust make scene turn ugly hate love trust make scene turn ugly hate love make scene turn ugly trust sits bed halo crooked says shes never love takes time define well never get turning enemies benefits enemies benefits girl dreams also nightmares cause jigglin killin nightwear mean glances might share space us like lightyear phone like att facebook pretendin cus hot single friends feedin nonsense ghettos trying kill chicks accomplice black gloves black mask full lips fat ass text messaging ridiculous comments id wash mouth read contents might literally love death stairway heaven til fell steps im left pain neck shes eye candy flavor savor im part vader think saber live crazy town im married mayor sits bed halo crooked says shes never love takes time define well never get turning enemies benefits enemies benefits call lex junior rex lewis ex like six shot shooter sex ruger shes sex cougar texts bang every time sit next man get hard steel call x ray coz ex bust neck sex play get cleanest dome mean holmes never home never alone boyfriend punk rock onesie think fly pullin stunts undies kryptonite knowcryptic right im sitting back pipe getting ripped night window pane coldest rain enemy miss lois lane sits bed halo crooked says shes never love takes time define well never get turning enemies benefits enemies benefits shes devil baby blue dress im mentally redressing angel sex testing mettle yes way choose stress guess settle cause im slave huge breasts aint worth ask mind changed situation five days couldnt say certain stay deranged arrangement nailing tween breaks unwavering debates whos crazy person got fuck goggles judgement impaired like drunk kamakazes running busted kawasaki callin love doctor cause need fix chick sickening wish could quit dick mixing signals shit half time see past disastrous signs half time keep asking im happy lie blame assigned guess ill try food thought always see shape pan pie savage desire taste loving peace mind never turn bakers dozen im crumbling", "Beautiful Girl": "uh uh uh uh love bitch uh uh uh love girl smack ass light hash crush beautiful girl named jane j n e crush beautiful girl named jane j n e tried stay way playa came game got benched sense came jane cant explain deep breaths take presence found recollections connect every ounce essence love til join air love strong cant wrong share another long touch lips fingers fuck swingers cause jane keeps sane world gonna bring us make blind man see forget doctors appointment sheer enjoyment ill even risk unemployment first name changed calamity cause saw law car grabbing harrassing asking come see counselor asking questions thats plumb dumb trying steal love im constantly taking shit cause three times week wanna test relationship shit janes confused inside gone mary jane shes making love equalize gone sexy damn jane crush beautiful girl named jane j n e crush beautiful girl named jane j n e yeah spread legs jane need head change coochie hairs flame colored sweet lil red thangs riddles every area brain deep tickles mary married carries pain nope angel came one night chillin said wont change tame whos within villian said cool lets lay stars minute next know break roaches cigars done finished jane things made search soul young one shes old freak cuts slow leave right got hellafied guess needs double edged ledge cuts throats love please pleasure whatever call liesure call crutch yall hush call retha undressin loving resin upon fingertips roll fat lady sing bitch janes confused inside gone mary jane shes making love equalize gone sexy damn jane crush beautiful girl named jane j n e crush beautiful girl named jane j n e damn damn damn jane damn damn damn jane damn damn damn jane said damn damn damn jane said damn damn damn jane", "616 Rewind": "yo first sprinkle verse addin words rhymes flippin em verse lines imma hit em disperse rhyme venom imma split em half feelin wrath venturin parts south dirty youll want given bath itll take pathological liar deny im nice truth hurts wearin blue shirt best buy price get six guys live nice mic dont diss us fly try like im liable slice emcee bastards leaving knees fractured needin every piece teeth crafted dont front cause see past youre harmless like wolverines adamantium claws theyre retracted scenes backlit seems static well wreak havoc well beat batter keep rappin leech battle dream shatterer three nanoseconds count paces one step tonedeff youre gone sixty seconds like nicholas cage ill leave riddled basics theres need complexity beside need god next kiddin im partially bullshittin time take loss pussy lose kittens pitch shit past ya matter whos hittin dont capsize boats got crews flippin catch message needs analyzation step boysll pouring alcoholic libations flew sick knew ill puzzle doofus fuck mentally stretch physical rubiks itll take sticker rearrangement change language strange contain cant paint upon canvas gotta get mental picture begin understand anticipate defeat delete chances got heads speared lances doin burial dances im giving body language speech impediments uttered threat causes confident cats stutter step cut reputation sighs raw porn overdubs plate leftovers eat warmed thugs jaded wordsmith bleeding ghostwriters pens dry getting rappers nerves corroding dendrites thoughts connect ought step away fast seems gave cats adats way make tracks forget scare im generous kid spit society nimh indent lids indie pennant sick quick reminder pick cipher ill bus clique rikers expenses paid questions asked ill get open cut leave flesh gash cant relax man last time took breather got brought murder charges start crooked fever hey yo im fella riff im nice mr rogers sued ass copyright infringement roll henchmen switch heads wanna thugs 247 bitch kids topping shitlist producting cat bastards wantin jiggy beats wack rappers switch style tryina play beatsll maraud yo ass time day like deuce bigalows chick whenever shit people see holler thats one huge bitch shit lp rolls sourcell forced make quotables three page fold doubt im fed wack shit bombin next kid wearin abercrombie fitch jiggy rapper actin fly radios gettin pulled rotation like firestone radial kashal tee hip hop scene phatten even winners belt keeps jeans saggin seems im braggin fiends naggin next release apply expertise make em extra pleased even get vexed appeased make brother feel independent like double helix sellin well hope youre else could afford soap drop cant fuck wit yo kid look takin aint small feat aint bigfoot know heck youre facin cause reputation leaves room speculation battle want kind man bet sit urinal proven got lot tell us nimh got heart skippin beats like acapellas cryptic author writing poems tombstones celph titled nigga couldnt bring home im crib wit bitch givin slow head split pieces jesus broke bread clique raw prepared meet us kill unborn baby still couldnt de fetus dont battle rhymes id rather battle nines instead using mind id rather shatter spine closest ever came punch line waitin refreshments prom 89 im super crafty super nasty super raspy fuckin bitches super asscheeks fucking faggots dont know raw speech beat bitch whole body turn cleavage im hyperactive drink decaffinated left jab fatal leavin cats decapitated", "The Gates": "tell reverend harris pray lord aint gonna live dont believe im gonna live get much older lights peaceful stressless things used seem restless forgive please see need address havent breathless since met woman lept life reckless mothered blessed kid destined exit early guess say ive blessed best gifts reminiscing holding necklace clenched fist ha funny move sudden directions dedicated life publics protection never remarried cause loves investment besides baby girl worry would struggle blend think weightlessness interrupting senses pulsing tension carries frame rise ascension wait try escape arrive gates see figure standing guard invites pray tried gates hell im going lay walk towards figure thats extending hand move enter past gates yet im met grasp slow son theres things discuss family first let us talk vanity vanity man youre sadly mistaken either sanitys shaken youd examine patiently youd retract statement havent sinned flagrantly ive acted faithfully single father raised baby girl graciously nakedly door mothers death ignorant racial anger stress later mixed baby sweet sixteen fit within picnic scene sometimes late fix things pristine dream face fact split genes sick seed skin darkest pigment seen kicked screamed found peace distance brings mixed raced queen thoughts mama yonder went soul hate growed ponders life less trife white wife instance yalls differences slice slice oh race daughters love flies blind couldnt take making mistakes crushed life im dumbstruck baseless allegations ive saved many lives creeds paint racist ive endangered safety save babies blazes black white latino even asian occasion dare question motivation need second guess aim famous lord knows youve left behind scorched souls black children left chilling later found burnt whole sadly glorys come urgently sentenced fight fires eternity", "Imperial": "time like shit light ya wrist real niggas keep pleadin 5th concealed dealings heat mist jungle simians pull semis plenty league chimps im real bananas clips fail gangstas pimps tryna prevail quick money attempts couple hits nigga thinkin rich headstrong dead wrong perhaps playin scenes mind fiend relapse eyes rolled back head relaxed money feeds js feet cool feet famished walkin school wood heels smokin kill hooligan crew talkin slick fiends even robbin niggas lucky rappin happen cause oh lo behold could happen beat goes feel lows imperial rock imperial roll politics pushin potent potion one toke bet got open peep prescribe smokers give em proper dosage gary boy dreams like michael see ocean local til white boy joseph put different coasts left dead dog could push pussy pigs sonic hedgehog crackers wanna profit topics mockin yo im small town called bitch see im yo pockets niggas rock let dry trap traffic train hoes poppin p 95 polices plain clothes ghetto infested felons whether fuzz thugs surveillance got letter feds mail say im connected niggas thats sellin yayo share information youll sharin cell lock swallow key throw jail never tell im gangsta beat goes feel lows imperial rock imperial roll", "Seasons": "one two masta ace cunninlynguists get seasons seasons hip hop gonna start spring back past happening fast glorified coke smoking crack glass b boys danced latest jam could say man greatest fan shoelaces fat rappers faces black light brown box right sound needed blast must move proved youre hard like l krush groove songs started drop aint nobody start top preme learned art chop way sps mpcs long cds mp3s game started bloom blossom masters ready cermony like groom costume growth rain previous years took notes heard devious ears yeah summers heatwaves ascended splendid manner green flooding scene although skin tanner fuck police jumpin radio scanners hot shade wet paint canvas fuck vanilla ice cones cubes amerikkas wanted chronic left coast talent pools full fresh swimming backstrokin dark sides illmatic beginnings lemonade stands would make street platinum 2 live florida crews caught heat rappin free speech pollination kept bees colonizing hives stung delores tucker right pride tribes ocean splash rising tide strictly 4 niggas ready die ride wish summers vibe couldve lasted forever bad change weather shit beautiful seasons change mad things rearrange play winter play summer play autumn order trees bright green turn yellow brown autumn caught em see leaves must fall verse 3 east vs west winds blew causing two legends fall like maple leaves escalated beef assumed worst til cats started wearing shiny costumes like 31st october weathers colder word jacketjack peoples styles covered backs tactics skill impaired limit theyll green scarce thanksgiving know others get jerked loot cause getting signed aint turkey shoot respect pilgrims paved way could rock pop crap plymouth rock rap beyond gimmicks fake plastic tits outkast raekwon dropped fall classic discs born roll im taking back school days autumn bottom dropped 2k dawn new millennium saw bright chains winter brought along platinum causing ice age gold yo mtv raps got rb cats stealing classic rap tracks winter snowed like temperatures ten citizens open shows snowmen scrawny boys rock bubblegooses pose like grown men catch freezer burn women show skin jolly fat white men get paid rap hits shelves artists get treated like elves matter fact santas gotten greedy rapper sells even need clearance sample jingle bells hell need cells 2 ways chicks bone ya much ice ya body get pneumonia even beaches daytona gotten colder time cycle start gon start", "Castles": "oh yeah time come castle keep clean sell castle keep clean sell castle keep clean sell castle keep sleep said fuck sobriety death worker bees thirteen circles ive stepped eternity burning purple stressed murder spree self inflicted dont get twisted knives back elliott smith rides background melodies fit mixed misfits fix hurt lips kiss press dirt french kiss vixens distant cursed burned bridges occurred scriptin words word ill chisel verse lie filled halls ive lived searched im still lost head catacombs cause build walls like im edgar allan poe ive killed every damsel know castles keep castles know castle keep clean sell castle keep clean sell castle keep clean sell castle keep sleep im spirits dark laying moonlight laughing stranger like saved doomed life pop couple percs perk anonymity trapped within curse created energy path rehearse cycle repeat life like lion im dying feet roll another sweet check muted treo ive seen plot busy caught b roll eye keyhole scared turn knob go instead blend mob memory banks thing tend rob every time phone lob im dodge hard boulevard cliches type bullshit im feeding self days corrosion relays one thing mirrors chose imp new clothes exposed castle keep clean sell castle keep clean sell castle keep clean sell castle keep sleep mow dead lawn aim alpha ten claws deck halls valhalla man receptacle crest fallen matter never tempered pressed patterns wont die instead palpitation plasma pumping disenchanting anecdotes antiquated data em get headaches climb stomach extremities public flood shadow puppetry something air got tiny pool energy becoming self aware recognizing family alphanumeric characters scenery deities unassuming avatars close encounters exacerbate condition classy bastion classic misdirection tune casio adventures rest barely form god damn sentence castle keep clean sell castle keep clean sell castle keep clean sell castle keep sleep", "Stars Shine Brightest (In The Darkest Of Night)": "see stars cheadle black chips dips reacts folding pressure aint get us hopes lost battle get back fact dark times heroes shine without sour grapes would wine let ego dine adversity breakfast zero pride settling less fighting tooth nail matter prevails instead wishing star grab comet tail ship aint coming got make sail catch wind make sail hit ground runnin til ya heartbeat sound like battle drum thumpin talking bout failure aint talkin bout nothin may weather storm dont stop punchin reach stars might touch em stars shine stars shine think youve lost way making brighter day brighter day stars shine stars shine coming light way making brighter day brighter day moneys funny change strange days aint sunny sea aint tame playing games rules aint clearly defined coffee black world knee deep grind vine shade salmon stream try lookin stars examining dreams could go street singers pop figures block niggas brotha followin stock tickers grow night gotta create light gotta gamma ray burst erase sight astronomer seen incredible gleam dont need telescope detect dream blessed mind see space dark nights stars find face look marvel constellations egyptians built pyramids creations stars shine youre back back stars shine youre back back stars shine youre back back light light stars shine youre back back stars shine youre back back stars shine youre back back light light light odds grain sun becomes shelter midst rain monsoon proportions moments importance victorys vain blood coursing course selfishness inside provides poison apply life let sink like ointment poised black clouds come round dont back let haters theme music playin background"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/cypress-hill.json b/lecture/lecture-9/rappers/rapper-data/cypress-hill.json new file mode 100644 index 000000000..14d6fe783 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/cypress-hill.json @@ -0,0 +1 @@ +{"Insane in the Brain": "trying get crazy ese dont know im loco one flamboyant tip ill toss ham frying pan like spam get done come slam damn feel like son sam dont make wreck shit hectic next get chair got going like general electric aaaant lights blinking im thinking go drinking ohh making mind slow thats dont fuck big 4 bro got maintain cause nigga like going insane insane membrane insane brain insane membrane insane brain insane membrane crazy insane got brain insane membrane insane brain shit undercover time blubber blabber watch belly get fatter fat boy diet dont try ill jack yo ass like looter riot shits fat like sumo slamming dat ass leavin face grass cause know dont take duro lightly punks jealous cause cant outwrite kick style wicked wild happy face nigga never seen smile rip mainframe ill explain nigga like going insane insane membrane insane brain insane membrane insane brain insane membrane crazy insane got brain insane membrane insane brain like louie armstrong played trumpet ill hit bong break something soon got get props cops come try snatch crops pigs wanna blow house head underground next town get mad come raid pad im nine deuce cad yes im pirate pilot ship get ultraviolet dream hide red light beam believe unseen look dont make eyes strain nigga like going insane insane membrane insane brain insane membrane insane brain insane membrane crazy insane got brain insane membrane insane brain", "How I Could Just Kill a Man": "another one ol funky cypress hill things know im sayin goes like hey dont miss youre passin youre missin hoota funky buddha eluder fucked styles get wicked come cypress starts kick cause like outlaw stridin suckers hidin jump behind bush see drivin hangin window magnum takin putos actin kinda loco im another local kid street gettin paid vocals something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand im ignorin dumb shit yo nothing comin im gonna waste time fuckin around gat straight hummin hummin comin cha know gat ya time action fraction friction got clearance run interference satellite shinin battle light sen got gat know thatll gat ya right heres example little sample could kill man one time tried come home take chrome said yo take cover son youre assed like chrome watched rookie pass didnt blast anyway hahaha young punk pay killed man something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand could kill man gonna long time finish one many missions establish light spliff ignite ya insights aint bullshit say punk try get auto would call one time play role model think play like thug next ya hear shot magnum slug hummin comin cha yeah ya know im gonna gat ya ya know im havent ive understand im comin youre hill bigger home im riskin dome bucket fast ducat stay alive ay yo gotta say fuck something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand wanted pepsi", "Hits from the Bong": "hits bong hits bong hits bong hits bong pick pack fire come along take hit bong put blunt second dont get wrong new method inhale exhale got ounce mail like blunt big fat cone double barrel bong gettin stoned home skillet theres water inside dont spill smells like shit carpet still goes smooth get clean hit skunky funky smelly green shit sing song puff night long take hits bong hits bong yall get hit hits bong get hit hits bong get hit hits bong lets smoke bowl hit bong take finger hole plug unplug dont strain love mary jane never complains hit mary flame light cherry shes good pack fresh bowl clean screen dont get stirred smoke bub bling water makin pure got ta take hit hold like chong get bowl reload get four footer bring take hits bong hits bong get hit hits bong get hit hits bong get hit hits bong get hit hits bong get hit shitll straighten dick get hit", "Tequila Sunrise": "mira joven si busco alguien que mueva producto pero que lo mueva con madre pos sabes que compa yo aqui en el norte yo soy el que controla yo te lo puedo mover todo 80 100 palos la semana te traemos toda la feria limpio ese pues bueno aqui tenemos un negocio vamos hacer hombres ricos tomamos del gusano pa la salud pa la salud primero yo primero usted grrrrrah mexican yells word tequila style cometelo eat worm motherfucker tequila spice hot nice feeling right sipping jose cuervo tiajuana mexico thinking big score night met connect impressively dressed high fabrics troops like beirut mezzanine brandishing sub machine guns aye yo money son thats reason came south border complete work order gotta get looking back going ready attack die minute flat god witness got ditches motherfuckin fake bitches boils business nothing personal niggas acting like helping fuckin blast like frank castle motherfucker tequila sunrise bloodshot eyes realize born die get money nigga tequila sunrise bloodshot eyes realize born die get money nigga never knew money like palm hand til met man mad hook big plan every looka got everybody shook running cover big bad wolf motherfucker like father figure show bigger picture fuck slangin corner dont let pigs get like fools dont comprehend end twenty five bit pen got getting cup took swig bitter taste mezcal free worm shit droppin lesson slapped face said listen pay attention brotha youre ace dont ever question say youll rich keep mind rats lay ditch spine dont ever forget golden rule game cheers know name like fame women money dont mix like drinking driving watch conniving women keep eye always aware whats around wanna fuckin clown keep shit order money wont stop pretty soon youll top tequila sunrise bloodshot eyes realize born die get money nigga tequila sunrise bloodshot eyes realize born die get money nigga tequila sunrise bloodshot eyes time flies goes surprise mentor passed passed warn emergency enemies wanna murder eat worm mothafucka burn mothafucka better kill dont let return mothafucka trust man cause ill back understand plan ice hand want recall words jesus juice better go get dont let get head embed let words stick better ready die take fucking sip caution never lie tequila sunrise bloodshot eyes realize born die get money nigga tequila sunrise bloodshot eyes realize born die get money nigga tequila eat worm ese eat shit dont scared ese yo man know said hed homies damn hes little late hell wait good shit man man dude said shit powerful shit hope hes got good shit man late 5o clock already gonna homies hes gonna homies", "Illusions": "people tell need help people fuck go hell god damn criticize shit rise family despise fuck em feed em cause dont need em wont join em beat em dont understand logic gat money im hooked chronic never wanted hurt nigga unless ya come flexin trigga dig ya grave east side towwwwn lay ya six feet undergrounnnnd man dust ashes remember tell cash click clack barrel dome give loot aint goin home aint goin bang wa da da dang wa dada daa dang im havin illusions confusions drivin mad inside im havin illusions confusions fuckin mind im havin illusions confusions drivin mad inside im havin illusions confusions fuckin mind motherfuckers drivin walls hopin fall lick balls straight jacket strap padded room punk niggas cant hack distracted reality im let minor technicality fucked cause let nigga back streets somehow im lookin someone like livin world degree loose city lookin ho wit big titties lookin feel shitty little tensed gettin hot cause looks like girl got smoked crack spot im tryin find ways cope aint fuckin round gauge rope im havin illusions confusions drivin mad inside im havin illusions confusions fuckin mind im havin illusions confusions drivin mad inside im havin illusions confusions fuckin mind im havin illusions im havin illusions im havin illusions im havin illusions im havin illusions im havin illusions im havin illusions im havin illusions", "I Wanna Get High": "want get high high want get high high want get high high want get high high well funk elastic blunt twist slamafied buddha fied funk discus oh missed got bear witness catch ho another ho merry christmas yes smoke shit straight roach clip roach blunted ones approach forward motion make sway like ocean herb powerful potion whats commotion yo im joking around people learning theyre smoking ovens high roast quail tell bill clinton go inhale exhale felt funk thai wanna feel effects want get high high want get high high want get high high want get high high yo hits bong yo hits bong yo hits bong yo hits bong bong yo hits bong yo hits bong bong yo hits bong bong", "(Rock) Superstar": "alot asharks theretryna take bite somethin whats hot lot chameleons theretryna change anytime somethin new comes alongeverybody wants bite dont happen overnight wanna rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly remember days young kid growin looking mirror dreamin blowin rock crowd make money chill honeys sign autographs whatever people want shits funny impossible dreams manifest games comin nevertheless got go gusto dont know blood sweat tears losing peers losing years past gone hopefully dont manifest wrong guy egomaniac brainiac dont know act shits deep 48 tracks studio gangster mack signed deal thinks hes gonna make mil never till crosses still filling head fantasies come show sacrifice takes make cheese wanna rock superstar biz take shit people dont know wish fun games price fame high cant pay way still trapped rappin tell happened lost clout route took started collapsing fans fame respect change women everybody shits name wanna rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly people see rockstars younawhaimsayin stilltrynaget like like everybody else know fun job still job know save money man save money hit single dont last long younawhaimsayin meanyoure lucky game theres gon another cat comin lookin like soundin like next year know theyll flipside whatchu somebodyll try spin like serious ever big dreams makin big cream big shot heavy hitter mainstream wanna look trendy bentley snob never act friendly wanna big fame let explain happens stars big brains first get played like damn day long sell everything okay get dissed media fans things never stay way began heard never give full fullest thats fools end dining bullet think everythings fine big time see lex chrome raised high wanna roll far live large aint goes bein rock star wanna rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly son dont know im chillin hotel room lonely thank god im homies sometimes wish back home radio video didnt show love phony gotta hit road slowly record gets pushed sony im middle like monie press say people disown best way back keep head straight never inflate cranium theyre worried honies palladium wanna cling swing go fall hoes roll till next rock superstar shame give year hell right game last one came gained fame started gettin ignored warned assured aint easy take weezy sleezy people wanna cheesy fuckin lethal assassins assassins wanna rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly", "When the Shit Goes Down": "livin fat pockets flat gat rolling around nine deuce cadillac still got homies watch back theyll smoke ass wanna come chat thats pigs kids come sweating follow hollow point shells hard swallow wallow come roll put clip four five bring ass left kicking dust hear gat bust cribs surrounded im get rushed brushed death many shells stuffed closet big chrome things kept shit goes better ready shit goes better ready shit goes better ready shit goes better ready told boys get sawed glock rest gats strapped bullet proof vest boom think got one chest hot damn didnt want kill man shit still stand tall hill clan yall better stand back niggas bout ta fall im coming blasting like yosemite sam got cheese bread ham shit goes better ready shit goes better ready shit goes better ready shit goes better ready", "Dr. Greenthumb": "hello im dr greenthumb ever problem running weed cant find anywhere well try dr greenthumb grow tips ill show grow inside seed clone best homegrown youre afraid pesky pork choppers sky worries well fix one dr greenthumb sizzlean screens block nosy pigs vision dont believe ask one many satisfied clients jed sanders well works hyuh hyuh hello mah name jaid ahm farmer ive growin mary jah wana fer twenty years uhh uhh dr greenthumbs sizzlean screen dont point shotgun pesky porkers thanks dr green youre shit yes dr greenthumbs got guarantee try book youll chronic time dial 1 800 713 grow thats 1 800 713 g r w hello dr greenthumb paging dr greenthumb hello name dr greenthumb id like tell im hills trees grow wild weed fields fuckin pigs shields holding blue steels greenhouse effect weed connect dea cant keep greenthumb check hps god bless whole crop please god dont let see cops trunkload ready hit highway dont let eye sky fly way gonna big trouble thats shit cant growin without permit fuck study 215 trip way come suck dick weed cant grow without attention hello name dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im hello name dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im ayo dr greenthumb come back one time people cant live without herb man theyd drinkin drivin swervin thanks dr greenthumb weed grow backyard inside hydro kush plant brush tangerine dream tasty blowin fuckin smokescreen cycles weed constantly grown somebody give razor cut clones id like stop feels good horny plants stinkin whole neighborhood dea never wanna leave alone never ever ever gotta warrant home funny sound knockin door sorry greenthumb cant talk please dont follow sun hello name dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im hello name dr greenthumb lab need rehab cant drive call cab closet weed dried like eiht said aint place hide dont wanna buy weed cop get locked close shop thats buy weed one thats call dr greenthumb scientifical mystical one growin crops rays sun come one come see done see pigs theres need run cause pigs greenthumb never know outcome see photo album weed growin like erection look never told call real im dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im hello name dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im hello name dr greenthumb dr greenthumb doctor bulova plant needs special tending doctor need oxygen need co2 doctor dr greenthumb youre needed doctor dyah doctor", "Lowrider": "low ri der low ri der low ri der low ri der aww comin fo real cypress hill ohh baby got crunk yo trunk goin gangsta crazy real life hustlers playin games street got low ri der scrapin dippin three pop collar give holla throw yo dubs air tear roof mother lady let yo hair playa thang make feel alright smoke tree crack brew gettin freaky tonight people done bumpin head wonder wanted anything instead makin bounce many years already rock steady cut many niggas confetti want blaze whether mic spliff yes gift amaze thought couldnt come ten friend guess slay niggas still savin best nut better cover eyes cause never know spit start flowin drop rhymes grow like trees youre smokin ear drums feel like lungs brains chokin let soak seep creep im keepin motherfuckers deep end wanna trip got luggage stuff send cause aint rugged aww comin fo real cypress hill ohh baby got crunk yo trunk goin gangsta crazy real life hustlers playin games street got low ri der scrapin dippin three pop yo collar give holla throw dubs air tear roof mother lady let yo hair playa thang make feel alright smoke tree crack brew gettin freaky tonight cause cypress hill come ride us get inside bouncin dippin chop real tough lean side pimp yo hat tilt yo seat back dont front baby boy break bread sack vato fine hoodrat ranfla always roll deep streets like mafia pleito might come back haunt ya flossin much vatos gonna want ya right homes past makin feria spittin raps ya conoces im calle cypress ave el puro desmadre ya tu sabes dont play shit pendejos gettin hit quick wassup ese hood claim throw like aint thang hands air pinky rings soul assassins runnin everything vatos make sure check every barrio im well respected aww comin fo real cypress hill ohh baby got crunk yo trunk goin gangsta crazy real life hustlers playin games street got low ri der scrapin dippin three pop yo collar give holla throw dubs air tear roof mother lady let yo hair playa thang make feel alright smoke tree crack brew gettin freaky tonight low ri der low ri der low ri der low ri der low ri der low ri der low ri der low ri der"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/dababy.json b/lecture/lecture-9/rappers/rapper-data/dababy.json new file mode 100644 index 000000000..e2589c3b2 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/dababy.json @@ -0,0 +1 @@ +{"ROCKSTAR": "woo woo pull like pull baby pull pull pull lets go brand new lamborghini fuck cop car pistol hip like im cop ever met real nigga rockstar aint guitar bitch glock glock told promise gon squeeze better let go day need soon nigga get bustin aint enough go get chop safe say earned aint nigga gave nothin im ready hop nigga get bustin know heard say play lay dont make push button full pain dropped enough tears fill fuckin bucket goin buckets bought chopper got big drum hold hundred aint goin nothin im ready air niggas see em runnin talked mama hit facetime check brother im really baby know youngest son always guaranteed get money know baby boy always guaranteed get loot know know fore run nigga ima pull shoot ptsd im always waking cold sweats like got flu daughter g saw kill nigga front age two ill kill another nigga fore let another nigga somethin long know dont let nobody tell different daddy love lets go brand new lamborghini fuck cop car pistol hip like im cop ever met real nigga rockstar aint guitar bitch glock glock told promise gon squeeze better let go day need soon nigga get bustin aint enough go get chop keep glocky ride suburban cause codeine young nigga swervin got mop watch wash em like detergent im ballin thats diamonds jersey slide opps side flip block back yeah yeah junior popped left lopsided yeah yeah spin block got rebound dennis rodman fool one time cant cross twelve hundred horsepower get lost wind talkin yard pen dogsll take chin maybach suv refugees buy blocks hood put money streets solo opps caught gas station thirty thousand thought last day aint even want smoke choose murder wrote lets go brand new lamborghini fuck cop car pistol hip like im cop ever met real nigga rockstar aint guitar bitch glock glock told promise gon squeeze better let go day need soon nigga get bustin aint enough go get chop", "Suge": "pooh fool one ha oh lord jetson made another one hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah first nigga play ima body nigga checked balance ill probably pull hood come buy nigga know ho told nigga crazy dont think lied nigga get caught ho im poppin em high like bobby whitney say im goat act like dont know fuck im obviously winnin dont make go hit bank take hundred show pockets different im bitch want knowledge got lil mileage im chillin disrespect ill beat ass front partners children im type let nigga think im broke pop million take 20k put head make one partners come kill say fuckin gotta grow cause nigga gotta kiddin shit cant fit pocket got like hit lottery nigga opp ill slap shit nigga talkin dont like argue niggas aint gon laughin see whip cause im gon done shot nigga dont follow bitches ig bitches follow nigga lil nigga aint gon shoot shit gun pull pictures hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah talkin shit ima pop got like thirty two thousand one pockets one thats glock little niggas wanna internet gangster man tell little niggas stop done burnt nigga front store mammy grandmama shop hopped whole wave niggas lets see one little niggas top turn nigga convertible push lil nigga top back boyfriend hatin callin groupie cause like music shell send text delete message tryna find confusin dont know niggas thinkin use brain head fore lose ill pull school ill teach shit tell bro im motherfuckin tutor member used cheat pretty bitch test teachers thought stupid expectin box pull truck man nigga pulled scooter hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah", "BOP": "know everybody waiting baby man mean like ever since baby baby dropped man like know aint nobody drop shit lets go hah needed shit bop flew past whip blunt mouth watch swervin whip cop bitch got good pussy fly cross country finish show hop got milli legit ly im still shits im hot nigga oh asking pictures niggas whats name get fuck spot nigga tryna figure deal ima take woke couple mil plate im investing real estate went gave mama hundred probably wont hear open mouth less hearin talkin bout finding money soon found flipped im little bit different get know im stiff bitch dig tryna find baby aint mentions aint get dm rich nigga dick aint free throwin ass yeah good turn around fuck make look needed shit bop flew past whip blunt mouth watch swervin whip cop bitch got good pussy fly cross country finish show hop got milli legit ly im still shits im hot nigga im unorthodox motherfucker ayy gon switch flow thought youd never ask niggas aint fuckin aint bout fuck rappin bout lil scary ass nigga like love biggie boy say get money oh really much cut check milli im going back cali like biggie bout go get pound smoke told come work album im tryna go find price boat lil bitch act like megan thee stallion ghetto nasty drivin boat shit makin boring play something bop ride pole go needed shit bop flew past whip blunt mouth watch swervin whip cop bitch got good pussy fly cross country finish show hop got milli legit ly im still shits im hot nigga like shit feel like know sophisticated ratchet hoes know ones go work day know dance mirror night needed shit bop flew past whip blunt mouth watch swervin whip cop bitch got good pussy fly cross country finish show hop got milli legit ly im still shits im hot nigga oh asking pictures niggas whats name get fuck spot nigga tryna figure deal ima take woke couple mil plate", "INTRO": "thinkin bout grandmama shit got number one record acknowledged jit goin crazy play head bobbin shit im somewhere fucked thinkin bout father shit found dead couple days started tour day flew back city miami family lookin daughter thinkin like damn baby look like daddy time got news shit went number one thats fucked shit confusin lil bit know flew stick okay like let know whats lose bitch everybody tryna talk aint tryna talk im tryna click im tryna send somebody wit somebody let know whats happenin last name k r k kirk know rock behind daddy know never gave fuck world family fuck make top day lost nigga nigga perform bet year ago couldnt afford sandwich move tg went broke movin cali know smilin every day fans actin like happy spent hundred thousand layin daddy rest aint braggin got questions im die respect dont get answers mama stood chair took like g cancer brother thinkin dont love let struggle like aint family like wont give got see happy nigga shocked world everybody know whats happenin nigga im still lil jon jon song went platinum nigga time lets go move cali nigga put kids homeschool lets go get us mansion nigga lets raise kids right lets watch shit teach em nigga lets start business cant say leechin nigga know im chosen one cause sometimes speakin nigga like song aint rappin im preachin nigga love need ya fuck like martin fuck gina family like venus serena lets go get married like thankgod kenisha dont give fuck world bout people dont care fuck told aint equal niggas aint cut cloth niggas see busy doin see nigga yeah verse two lil nigga side whenever ride know brothers ride still got lotta shit mind cant undecide got ready slide feelin like doughboy brother died know step know rep know baby nigga know im comin back cross ever play nigga know got mud turned gravy nigga hit rap game like crack cocaine 80s nigga fuck niggas talkin bout bruh like look look man look baby baby thats baby baby god great big dawg baby goin baby baby baby huh yeah rest peace daddy rest peace grandma lets go love need ya fuck like martin fuck gina family like venus serena lets go get married like thankgod kenisha dont give fuck world bout people dont care fuck told aint equal niggas aint cut cloth niggas see busy doin see nigga uh huh okay yeah uh huh okay", "Goin Baby": "oh lord jetson made another one hah im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s pull rockin white like im gotti put em like kite try got em watchin life excitin facetimed daughter laughin smilin still got shit plate november open cases pendin fuck around think im signed cash money pull drake sprinter give fuck think feelin could show make million full say im cocky ask bitch copy copy go straight door glocky niggas aint really poppin poppin put billion baby business play put name shirt tell boyfriend go research suck dick every day say knees hurt im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s pull rockin white like im gotti put em like kite try got em watchin life excitin im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s bitch dick junkie dont got time every day get money tryna tell im bad influence talkin bad bout everything uh dunk nigga like im patrick ewing cant beat em bet ima shoot em bitch dog got rabies im doin shows state state chasin paper closed deal im la like motherfuckin laker left needed em fucked feelings filled heart full hatred held proved everyone wrong every day god great amazin im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s pull rockin white like im gotti put em like kite try got em watchin life excitin im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s bitch aint baby thats baby", "VIBEZ": "lets go know baby nigga hahaha hah ha wanna fuck dont got time hopped private plane went hopped 85 go call chauffeur bitch cause dont like drive suburbans back back gon fill em vibes fill em vibes get ride nigga blind keep stick im firin aint met nigga life thats fuckin say lyin got many vibes stuffed car fuck hoes six time make hoes say nigga fine girl got dick feel spine yeah say baby know bitches dont play baby baby go run president look god took time got red white ho like peppermint book hotel take vibes gon fuck fuck brethren brother nem havin three hoes king size aint finished yet get another bitch got ridin dick screamin yeehaw make proud girl cowgirl handstand im like wow girl got fuckin upside baow baow yeah goin dumb say wanna cum im lookin like lookin like came say want tagged brother bitch im know wanna fuck dont got time hopped private plane went hopped 85 go call chauffeur bitch cause dont like drive suburbans back back gon fill em vibes wanna fuck dont got time hopped private plane went hopped 85 go call chauffeur bitch cause dont like drive suburbans back back gon fill em vibes lets get jet come give neck aint pickin nigga called gon send text dont need doc bitch know im dog better send vet ever made million tell em riddle aint offended yet bitch drink bacardi im bitch feelin like set quarter mil neck one point two crib four hundred thou whip dickin lil bitch im bout go buy coupe pull make doors raise roof louis v army fatigue hop pole like troop baby ray allen three leave open shoot like martin pam hotel kickin hoes get boot hoes catchin bodies bout new vibes lobby thats wherever go aint problem told bitch childish pulled like wanna fuck dont got time hopped private plane went hopped 85 go call chauffeur bitch cause dont like drive suburbans back back gon fill em vibes", "Next Song": "talk live feel got pretty bitch fat ass put one leg air hit police behind know im smashing aint pulling tripping aint tryna talk police lets talk bout bitches lets talk bout business lets talk bout young nigga came nothing worth motherfuckin million used pay section gotta bring us backend come building knew special back breaking houses robbin stealin made put hands air put thang face run pockets dippin aint gotta act like im bout aint ask vouchers im really official tryna look karma good intentions im still asking god forgive know got fuck niggas pissed im bitch house im wifi ima trick em play mr nice guy front run nigga bye bye tell im motherfuckin star see tv turn syfy know got whole lot hoes different colors mix em like tie dye gon make ho dance devil october 7th shout boy dada turn whole nother level cant deny im catching eye might wanna run promote cd less ready die lower price ps get em buy five bitch im best motherfuckin rapper man know like th thats much em like know much em first see im saying much em man know much em blank blank know best motherfuckin rapper prettiest chocolate nigga alive next song", "TOES": "heart cold think im done ice said leave gon die well bitch done life better pull knife cause bring guns fights say got sack got sack aint ones mine lil bitch say im gettin bougie dont even like dubs mine look like twenties know hoes like im coming look like money look havin hoes crack smile white gold yeah im talkin diamonds froze came bottom toes yeah backend baby thats pay show thats probably cap rap time shit drop gon pay still go back trap send box pick make play store feelings still hurt saved ho heart cold think im done ice said leave gon die well bitch done life better pull knife cause bring guns fights say got sack got sack aint ones mine lil bitch say im gettin bougie dont even like dubs mine nope raw dope know im one goats let put back throat walk bank tote im tryna make deposit let em try play money shawty gon take noggin long want pick im buyin rover year dont drive get em whacked dont advise em try yeah im runnin shit aint lyin got backend one twenty five bought patek one eighty five shit gettin easy point heart cold think im done ice said leave gon die well bitch done life better pull knife cause bring guns fights say got sack got sack aint ones mine lil bitch say im gettin bougie dont even like dubs mine heartless dont need valentine call em racks bands aint rubber band mine used waiting taxes time look pay flex shine big speaker like eighteen inch sub im hundred dub lookin im booked 50 cent im club diamonds earlobe ice dyke one fifty studs rugrat young nigga got mud heart cold think im done ice said leave gon die well bitch done life better pull knife cause bring guns fights say got sack got sack aint ones mine lil bitch say im gettin bougie dont even like dubs mine look like twenties know hoes like im coming look like money look havin hoes crack smile white gold yeah im talkin diamonds froze came bottom toes", "Baby Sitter": "know aint come play lets get im snappin rip ho say im favorite nigga probably dont wan let baby mama take picture cause im type baby thats gon fuck babysitter show pulled laughin hatin nigga bitches aimin yall fast im rapper niggas ass pulled 40 better angel tryna book show gotta pay fore go feed family aint got time play niggas see niggas think tough play know think sweet call bluff ima spank nigga fuck niggas whoever got hangin em bitch ima die old age whenever die walk nigga fuck drive bitch came aint mine mine free cousin til free doin time time im motherfuckin best im khaled like dressin aint salad cant fuck messy thats hazard tell ref blow whistle bitch traveled fuck talkin bout action got son play son bastard nigga trippin laughin nah thats fucked bro aint goddamn bring kids know aint come play lets get im snappin rip ho say im favorite nigga probably dont wan let baby mama take picture cause im type baby thats gon fuck babysitter show pulled laughin hatin nigga bitches aimin yall fast im rapper niggas ass pulled 40 better angel fuck niggas whoever got hangin em bitch shawty wanna famous dont say want patek name gotta fuck opp get em painted earn im drippin slippin socks got gucci gang em squeeze fire make em back back back back got fleas shoo fly shes nat nat nat nat im lean get high batch cant match got fiends line shippin packs back impossible read defense called audible look like sequence lambo keep back back crawlin said wouldnt shit fuck go hard 300 sparta man im barbarian ima get revenge fuck thot spot dont tell car im keepin head water like shark fin got narcs chopper clark kent dont get boxed know aint come play lets get im snappin rip ho say im favorite nigga probably dont wan let baby mama take picture cause im type baby thats gon fuck babysitter show pulled laughin hatin nigga bitches aimin yall fast im rapper niggas ass pulled 40 better angel fuck niggas whoever got hangin em bitch", "JUMP": "okay lets go nigga wait minute make jump like like crack 80s baby bitch ass niggas aint crazy broke ass ascap go straight baby ill make bitch talk fuckin big rocks wrist bust big glock hip im clutchin get lost bitch aint nothin say look good bitch doin pushups play baby top nigga good luck lil daughter two got six figures put knock head neck fore look ten toes chest check bitch stood stood neck check head get em stressed im vet get 300k show bitch im blessed go trippin buckin hoes get spray dont go handles pullin back back play gon handle ima walk three montana go buckin wont wait touch start know gon get shit canceled put stick face screamin 4ktrey north baton rouge atlanta talk top put bands bitch runnin city police dont like know steppin shit put blick brother feelin way make hot tell dig bitch shoot two hundred bet one livin lil nigga know havin shit paranoid every day feelin way bring static shit switch channel fixin static give nigga clip get hittin quick think automatic nigga gon try hide house get ass come hit bitch ass traffic made song ten minutes went platinum know still shits send hit get active mention yb baby game padlock lil bitch got ass waist pretty face six pack niggas think got ass shots hit back til pass kurt angle ho put leg air ankle lock hold bitch til tap one deep street strap fuck rapper lets see rack bout got brand new pistol nigga make jump like like crack 80s baby bitch ass niggas aint crazy broke ass ascap go straight baby ill make bitch talk fuckin big rocks wrist bust big glock hip im clutchin get lost bitch aint nothin mic check one two check one stretch two come murder know walk bitch keep hands go shoot spin coupe come house see everything new probablyll find strap every room went bought rollie top patek bitch aint ima jump two shorty say yeah ass soon walk room nigga dont know yeah ass stalk day moon street nigga dont never pick choose totin somethin make bitch niggas move soon run gon dirt know aint certain never leavin clues nigga hold im lil top nigga believe make jump like like crack 80s baby bitch ass niggas aint crazy broke ass ascap go straight baby ill make bitch talk fuckin big rocks wrist bust big glock hip im clutchin get lost bitch aint nothin make jump like im giannis tryna see feel behind know lil bitch aint shit dont deserve suck dick make bitch give head condom wanna gamble crap lets get put racks motherfuckin cap like fitted baby pull 2020 hop like nothin lil nigga stuntin shittin get high skybox came house two fns day bring em nigga let em go like pro let em try cant go like ho ima bond send bro score let em find pick boo school sign ho get rude gettin timeout talk em nigga make jump like like crack 80s baby bitch ass niggas aint crazy broke ass ascap go straight baby ill make bitch talk fuckin big rocks wrist bust big glock hip im clutchin get lost bitch aint nothin bitch blame baby nigga yeah blame motherfuckin baby nigga blame baby nigga blame baby yeah lets go"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/danny-brown.json b/lecture/lecture-9/rappers/rapper-data/danny-brown.json new file mode 100644 index 000000000..cd6744502 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/danny-brown.json @@ -0,0 +1 @@ +{"XXX": "30 check colder grits fed slaves rap like water raves aks bayonets deck rep set sorta like squidward clarinet im ya bitch mouth fantasizing staring skinnies said tantalizing dog im strategizing plotting throne master ace sitting chrome dark nights tryna sleep stomach fire delusional hunger couldnt get tired imagining equalizer goin green red words rhyme together appear head im sorta like neo matrix code try escape hoping drugsll numb soul say im getting old times running repeating instrumentals tryna figure patterns never leave house aint slept three days popping pills writing drinking smoking haze weaving kicks snares tryna dodge hooks keepin original something thats overlooked way nigga going might go like sam cooke locked calling home money books cause shit dont work nigga failed life turning drugs drugs turned life downward spiral got suicidal scared pills rifle surpassing idols took wrong turn cant go back let blunt burn cause turn fuck took get depend drugs took get depend drugs triple x", "Really Doe": "niggas dont even know talk show cannot tell nothin show somethin aint seen hoe want piccolo smoking mistletoe make kiss chop chop 24s look like centerfold mouth genitals suckin like gettin vitamins minerals chemicals testicles poke tentacle put schedules rolling vegetables rapping special flow way youre next blow strapped c4 fresh head toe every day fashion show used tote calico serve like john mcenroe sell shows used sell blow back coppin dubs try roll 4 nigga livin good done made hood think im goin back wish motherfucker would yeah say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe still wicked aleister crowley niggas know well heavens sake im goat haters go hell youre getting money nigga every day sunny ima act ass donkey let pull ponytail second grade took mama weddin ring took bitch show tell im married game avail grounded like month im gettin high fuck employer tryna write im writer ambitions rider half shit rider dont even want fantas us hennys sluts givenchy bikers rev rips balmain badmon bathing ape dick paid bloods raised crips soulo ho3 prophecies atrocities exhibition oh yeah nigga livin good good could better wish motherfucker would yeah say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe life like appetite truth dare double dare ya life end vain end near see hear crying silence sittin dark holdin crosses cross heart sin work art watch love lost bet thousand shoot thousand things nigga thousands made million counting sheep gave public housin taking abu dhabi beamin motor scotty talking promoters scotty everybody know gotti murder one youve heard rev undid day madness got wipe evidence blood mattress big power big stages zoo cannot fit cages booth used fakin crew love confrontation chewed face laces moved weight waitress chef pot made poison cooked kicked patients bitch way beyond basic thats life insurance car insurance good pussy insurance ayy look enduring ayy ridin foreigns ayy k dot four years got watch real watch bitch fire speed racer waitin outside roof like tank top countin money watchin paint dry im done rain stops uh say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe good hood wish motherfuckin would listen wish motherfucker would brown put foot like im popping clutch hate palpable jaw full dust gon keep talkin lockin im type nigga aint never honor judge mouse falcon picked disrespect get checked like top month liar kid im honest fuck never pass mama blunt kept head straight listen deadweight never problem dunk look broke bitch cause aint argue enough keep dirty spliff uncle alchemist puff strike birdie em hit mouth club wake early em gettin house must like sweaty pit sweaty sick countin dubs either gon catch mountain monks loungin ask girl mouth nuts youve motherfucker since 2001 well left handed shooter kyle lowry pump im house like got couch chucks motherfucker", "Grown Up": "remember first meal school lunch spit 16 straight punch remember dinner ate captain crunch blow big blunts way brunch went good fella commissary slips got back man every time slipped never ever quit kept pursuing teacher always ask scribbled notebook never homework low attention span guess adderall worked rocked tommy hil shirts ones boat rockport kicks way even smoked used baby lungs choking hit nowadays lace whole seven sitting remember back thought growed rushing kid grown rushing kid grown yeah whoever thought id greatest growing eat pound shit sixty four quarters burn fire drown drops water son told got beans like goya gone pills got jumping sofa hotter hot pocket devil microwave model bitches begging nigga sex slave exotic foreign garments lookin tailor made bitches see man wetter everglades everyday shit getting paid waking new bitch getting laid used take bottle back waitress bring bottle back see shining looking like sour patch niggas catch heart attack newport soft pack never blow blunt wraps blunt raps sewn whoever thought id greatest growing rushing kid grown whoever thought id greatest growing", "I Will": "put cup put four sixes chevy hoes put cup put four sixes chevy hoes wont bitch wont bitch wont bitch wont bitch take baby bend let see looking real pussy eater quit playing girl bring climb aboard face put pussy beard aint tryna take shopping buy ass shoes im tryna lick clit im looking shame game girl look back dont give fuck shaved nappy long aint nasty sanitation smelling one whiff bitch imma bailing smelling sweet imma lick hour even sour might lick shower go dumb ignorant im clitoris lick ass delirious tongue game damn serious bend ass let eat back pussy good nigga coming back put cup put four sixes chevy hoes put cup put four sixes chevy hoes wont bitch wont bitch wont bitch wont bitch oh nigga scared let show bout spread apart lips put clit mouth thang juicy imma call jamba licking circles got calling papa tongue going faster singing la labamba tryna keep rhythm like bongos samba im pussy monster blowing ganja finish look like sauna toes curling youre grabbing sheets spitting pussy real sloppy eat slobbing pussy dont cuddle put dick make sleep puddle bitch aint afraid eat public feet windshield broad day fuck sixty nine hotels lights tongue worth million dont need ice put cup put four sixes chevy hoes hoes playing dont wanna fuck imma put ass gone walking bruh im swagged im pill could fuck hour cause cant feel said im swagged im pill could fuck hour cause cant feel", "Monopoly": "aint gonna many suckers furthermore think better check mitts baby come lets cut place loose ayyy chump better get fuck take bitches especially ug mug hybrid smoking papaya give niggas bronchitis write vagina write wall china nigga thats great like eighths grape ape getting stuffed suitcase ready hit studio shit mixtape nah literally shit mixtape wipe credits leave stains jewel case two takes dog boothll get souffled youre hiding something like toupee truthfully friend touche gon get exposed like coming model label seems like one pageant mamas guess whos little bitch thats must suck lot dick thats true misuse issues pistols mind racing like bristol heart igloos nigga aint would take pencil temple cause done served fiends menstrual aint even pads stuffed panties tissue hit ave cause mouth aint bleeding styles like fried chicken without seasoning nigga thats bland fuck mans smack like bitch nigga thats open hand fuck tough talk monopolize throw ass boardwark fag aint play sports always ballpark type nigga rocking crocs fucking walmart drunk like stallworth riding fiend car get flicked guess im running fiend car know nigga dirty got hammer kush got high like pac bandanna im smart nigga dumb shit baby mama crib flushing piss im ferris bueller frank muellers blank shooters stank hooters im aruba sipping wine cooler mind ruler sort like hypnotism thats white bitches wanna get smack flip like mike bivins flows like ronny devoes hoes got toes expensive high heels hoes toes fucked beauty supply sandals handle situation smoke blunts face stay motivated irritated im sedated fuck face like obligated still fucking freak hoes stank pussy smelling like cool ranch doritos", "Ain't It Funny": "verbal couture parkour metaphors flow house horror dead bolted metal doors grinch bitch six sense nose drip mind skydive sniffing bumps cockpit locksmith hip hop appraisal wrist watch rocks bout size teeth chris rocks mouth sock mic prototype adderall work killing fiends cause cut fentanyl much coke sniff need ski lift flip table cut bullshit nose bleeds red carpets blend snapping pictures feeling chest sunk live fast life seen many die slowly unhappy left try seize moment funny happens ever would imagine jokes satan one laughing aint funny happens aint aint funny happens aint aint funny happens aint sell honey bee fall time make trees take back leaves octopus straight jacket savage bad habits broke serving fiends got rich became addict aint funny happens would ever would imagine nose running right could ya pass napkin managed somehow upper advantage panic drugs gone nobody answering aint funny happens aint aint funny happens way mask lot became beens rolling 100 dollar bill till cash thinks gone last going fast man fucked aint funny happens aint funny happens aint aint funny happens aint aint funny happens aint aint funny happen upcoming heavy traffic say ya need slow cause feel crashing staring devil face ya cant stop laughing staring devil face ya cant stop laughing living nightmare us might share inherited blood stuck mud cant quit drug use alcohol abuse even wanted tell im gonna ima wash away problems bottle henny anxiety got best popping xannies might need rehab shit pussy pray yall cause dont know coming bought 8 ball coke nigga way got 3 hoes tryna play aint funny happens ever would imagine jokes satan one laughing aint funny happens aint aint funny happens aint aint funny happens aint", "25 Bucks": "25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living ill get old dig knees grind teeth know attic bottoms pleas waywarded seas arthritis fingers carpal tunnel wrists bout feed kids night sit legs twist listen oldie soap operas smoking bogies phone gossiping telling homegirls stories girlfriend worried cause sons hurry see state pen cemetery buried replied best still rough keep kids street away drugs hair house aint putting daniel daddy ay turned channel sneakers turn house shoes stepping back ashing cigarette brown paper bag smoking joints lauging tryna get part straight ten put perm dont scratch day hot cocoa stove put food bowl say thats many nights hard keep going im trapped trap devil aint forgetting wanna see dead locked prison system division thing add fucked cause nigga tryna get couple bucks im trapped trap devil aint forgetting wanna see dead locked prison system division thing add fucked nigga tryna get couple bucks 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living ill get old dig knees grind teeth know attic bottoms pleas waywarded seas iverson zig zags good night fast food really balling mommy cop chinese food really wonder people got issues cause rent owed fucking lights due knees night pray miracle come daddy shooting craps tryna win pair shoes growing hair bout let mommy twist wilding friends even got biscuit homie momma smoking nothing lose stashing cracks hundred dollar shoes sitting crib smoking swishers getting faded told hit mommy cause tryna get braided gon see local dope man see put money hand one jump one front cause im tired seeing family fucked hungry im trap devil aint forgetting wanna see nigga dead locked prison system division thing add fucked nigga tryna get couple bucks im trapped trap devil aint forgetting wanna see nigga dead locked prison system division thing add fucked cause nigga tryna get couple bucks 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living", "Dip": "check dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dont let zone dont let zone dont let zone haters leave alone said dont let zone dont let zone dont let zone haters leave alone like lieutenant dan im rolling back back keep smoking eyes keep shaking cant stay focused im fucked niggas aint noticed im sweating im cold mouth dry got runny nose bought water bottle chugged think need keep feeling like im gon faint fuck nigga pass drank done drunk much ima throw hotel bathroom sink bitch im blown im zooted cant believe im even moving half gram molly go party dont know im stunt dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dont let zone dont let zone dont let zone haters leave alone say dont let zone dont let zone dont let zone haters leave alone rappers talking bout molly bet million dollars niggas aint dipped pure mdma put shot aint talking bout crystal thizzing hard day rest peace mac dre throw scratch face thizzle dance place im grinding bitch im grinding teeth dont give flying fuck right dont want beef im blown im zooted cant believe im even moving half gram molly go party dont know im stunt dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dont let zone dont let zone dont let zone haters leave alone say dont let zone dont let zone dont let zone haters leave alone licked index wet licking best friend suck watching sunset thats right bitch aint done yet lifting sundress kicked licked blink undressed molly making feel good feeling cant explain obvious got problems bitch lets kill pain im blown im zooted cant believe im even moving half gram molly go party dont know im stunt dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dont let zone dont let zone dont let zone haters leave alone say dont let zone dont let zone dont let zone haters leave alone", "Die Like a Rockstar": "brown bless mic like gesundheit bud bout size bonsai kick like muay thai flow like sci fi high def im righteous still bust nut bitch chest verbal folklore explored employed none fools gold bankrolls explode bitch target shoot load bullseye eyes tie dyed fried shit rockstars died smoke somethin man bitch like wyclef used sell cannabis manuscript sick shit prescription addiction sniffing adderall counter kitchen tripping shit brian wilson flipping experiment much miracle im livin ima die like rockstar die like rockstar ima die like rockstar die like rockstar ima die like rockstar die like rockstar ima die like rockstar bitch wanna party like chris farley shot hennessy spike molly tell mommy im sorry god bless soul life sublime goin like brad nowell got kurt cobain type mindframe feelin like keith moon shrooms dressing room basquiat freestyle feeling like jimi hendrix anna nicole mouth river phoenix 93 vip drugged porn hoes around like teri diver linda wong hell havin orgies horns growing long cause bitch im frankie lymon heath ledger hyped jacuzzi john belushi brittany murphy blowin hershey ima die like rockstar", "30": "sent bitch dick pic need glasses turn bitch slick rick right flashed ate couple pills took bud plastic flicking bogey ashes bitch stay blasted microphone cassius magic sick shit posed dead bitch im still bitch verbal herbal poison words contortion fucked pregnant bitch save money ga bortion feel like billy corgan church playing organ covering hort smoking newport hurt hoped drugs would help pain go away thoughts head made sane go astray step inside mind revolves around rhyme every time close eyes visions white lines dying arms blonde blue eyed twenty something dont know name paramedics chest pumping thirty something black male od pills werent prescribed took life left behind daughter dont really even know cause mama thought wouldnt make living poems long journey rocky road hoodie jacket snow walking cold way studio nigga couple years ago dropped couple mixtapes net niggas tried front like wasnt guess bitch im coming back guess bitch im coming back signed fools gold everything gnarly bitches want number get party came long way extension cords window borrow neighbors power plug nintendo ovens never closed stoves never every winter cold niggas sleeping wearing scarf always tell gon get better know greatest rapper ever pressures prove voice right people never know goals knew mine whole life turns fixing bat pitching singles label used pitch crack never learned rap always knew ever since nigga eight knew would turned 28 like gon nigga 30 dont think heard last ten years fucking stressed tears eyes let get chest thoughts success got nigga chasing death drugs hope od aint next triple x"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/del-the-funky-homosapien.json b/lecture/lecture-9/rappers/rapper-data/del-the-funky-homosapien.json new file mode 100644 index 000000000..5ea05c28c --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/del-the-funky-homosapien.json @@ -0,0 +1 @@ +{"Mistadobalina": "ahh know im drunk ladies gentlemen forgot favorite man sittin name mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mr bob dobalina mista dobalina mista bob dobalina mista bob dobalina wont quit really make sick ya fraudulent behavior youre gonna make flip army couldnt save ya dont behave ya little rugrat take little tip tabloid know im paranoid say saw ya tryin mock crew mission tryin hawk isnt happenin ya fraudulent foes used front big time suppose everythings cool since style apparel adopted used make fun wanna rock gotta kick homies e l already hip cronies cm px thought never seen brother could hover mista mista mista dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mr bob dobalina ooh ooh mista dobalina thought ya could manipulate thought could fool ooh ooh mista dobalina cheech wizard used put stump schooled friends fraudulent wait see first moneygrip stole honeydip mista dobalina serpent dont agree little two tima resembles aunt jemima jeans dirty white hoodie seems like wouldnt snake would disguises come sizes shapes notice facade snakes catch vapes even though last year gq took lot time e l could see mask ask hemperor kwame man responded would bomb fraudulent foe strength hercules way ya dick must really hurt ya knees need take heed quit groupie ever since little show guadeloupee neva saw groupie like funny ya wanted crew e l clowns jesters would suggest try impress uncle fester dobalina ya dont impress dobalina style dress key dobalina mind heart start remembering ya gotta pay fee dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina", "If You Must": "important practice good hygiene least wanna run team im bout get shit ive seen fools breath hummin bad itll melt ice cream say dont say nothing cant say nice things sittin close bart like eyes sting try subtle hand stick gum victim breath hum running yap sets gotta get gum gotta gets turned teeth brown excruciating foreign new sensation ask dope pass soap cause coat stench crustaceans bathrooms bus station olde e raisins amazing head toe bo didnt know used fragrance cause days went without bathing felt manly like maiden one dread fungus said worked peoples toilets plungers girls guy would want tongue ya guys take cue little number gotta wash ass must gotta wash hair must gotta brush teeth must else youll funky gotta wash ass must gotta wash hair must gotta brush teeth must else youll funky scratching wash class need total concentration theres kids back holding conversations crackin neither poster boys em smell like type soap avoid coast enjoyed leave absence ones fools feet smelled like struck matchsticks brimstone girls would never bring home laughin friend raised tone said bud earled yeah go deep ass youll submerged like need water cause smell like turd wanna cap get courage feet smell lurid go look youre get cup squeeze sweat sweatshirt drink gargle get vote stinkiest nigga started thinkin shit said frail said stale underarms ripe undergarments tight leap holey sweats holdin bets im gonna collect nigga check respect wash mothafuckin body fore sweatshirt melt like radioactive lady find attractive funk got captive dont need map bitch gotta wash ass must gotta wash hair must gotta brush teeth must else youll funky scratching wash gotta wash ass must gotta wash hair must gotta brush teeth must else youll funky scratching wash scratching soap face", "Press Rewind": "check comprehensive catalog crafts im daft battle like dont avant garde battlestar galactica got rhymes per capita im shining aperture im gonna bust caps ya thats another genre im black bomber track charmer sack burner distract burdens aint urgent nerve prints word sentinel invisible infidel interstellar hella clever endeavors immeasurable heaven go incredible melodramatic wit tales tablet fail cause average regardless sales status extra baggage bamboozle like im mobbin landcruiser macarthur artistic archer autistic misfit youll get sickness spit wickedness split cha wig like kid icarus leave headless like ichabod infuriated tick stick pop hip hops difficult cult lyrics lacerated slit cha throat beat cha brain like piscopo sniffin coke dont know diffrent strokes respect fore whip ol betsy surgically remove testes purposely improve see best sold sexy take poll know prestige large lefty automate animate soul sanitation like gotta canvas painting manifestations eh whos ever hearin deltron z lyricist frontin fake false appearances press rewind drive delirious dead serious eeriest mic mysterious eh peep whos ever hearin deltron z lyricist frontin fake false appearances press rewind drive delirious dead serious eeriest mic mysterious press rewind go ahead try symbiosis rap artist dont focus think flippin chips try penny brokers kipsco pennyloafers get album ill show done del atrocious hella atrocious wit vocals throat holds verbal choke holds poke holes ya scrolls goals rifles flow scrimmage like micronauts might go pop might grow crops go get gestapo riskin pot full gold pull zodiac sign halftime reenact rhymes past life flashlights man dont know half dash right phonograph blow balderdash coordinates confirm subordinates learn ordinance stern supportin firm way lonely age going crazed style sold paid cause made water emcees like bay shore bullets graze doors oakland lay law del going awol napalm eight bombs taped arms like town crier miser strider spit exciter ripping plywood forget beef cakin lyrical cheapskates try del win sweepstakes make hot seethin deep end stop breathin caught cha sleeping youre peaking like youve eaten hundred microdots wreck equinox delete every piece props leave perforated curb hatred deserve matrix word olympics completely furnished wit burners like ted turner broadcast classics fabu lass fa tastic peep ever hearin deltron z lyricist frontin fake false appearances press rewind drive delirious dead serious eeriest mic mysterious hey ever hearin deltron z lyricist frontin fake false appearances press rewind drive delirious dead serious eeriest mic mysterious survey says go practice something man know peace press rewind ah hah", "Burnt": "mista twista getcha every single time rhyme like know flow gifted tongue cryptic brung new phrases mazes play two times day day day ay ayo daylight come plum forgot wack rhyme buzz like bee ears peers know know know day daylight come wanna go home cool tool smith wesson opposite pop bit shit mic get mic b b b bam ricochet bit mic like like girl ahonetwo e l c r u h anyone makes advances im incognito veto answer prance upon skull like frito finito aint finished til let flipside ride til rhythm diminished would could aint cause caint time lay law whos raw saw views shoes writer stronger cisco youre like cider watery try win lottery try slaughter im g stepped kept toes rep grew leapt negative foes better get flows counteract weve done received one good cause im armed like sleeve son plead dumb step back wreck shop collect respect props deck next prop artist hardest one dont pass tysons last name rophone id knock ass bigger better better bigger whenever figure nigga gettin real dont kill flaws ill cause answer boss thats ya lost keep losin im usin many tactics yearn earn green saint patrick make backs get caught frontin never bought newport puff bluntn needs sugar crisp get swift two syllables exemplifies gift tajai sense try scale ladder bladders release upon porch dont cease respond beats distraction see one fatter rerun whats happening youre come correct respect roughneck cause nuff get bucked tucked beds like nighty nighty deft membrane none left cause righty fight youll catch volleys follies mistakes stick fakes shanks thanks wack shit attempts rap ineffectual get butt styles like hard homosexual sex youre intersection damage sandwich knuckles luck pulls bad ones catch one two rather slew soft ass phonies plus cronies try youll catch vans hiney thats bat grip slips though doubt pout want covertly find sees candies nothing gets play tracks youll go like betamax next tajai cause kicks greater tracks sce beep boop bob head mischievous soul societal idle chatter never slips lips writer might greater innovator rhyme scheme style visine get eyes opening raggedy andy gets dandy like lion meadow teapots blow steam like kettle youre hip hop kick trip light fantastic gettin groove better phonographic vandal vocals making locals go insane regal rhymer speaks sustenance brain get frisky phrases praise us like divinity one liberated soul controls infinity got style square mile cats got vibe child hieroglyphics uplift rhythms meanwhile articulate lingo mingle medium speech peace prop prophets ponder teach smidgen religion fraudulent listen pay attention im master convention kick wicked wiley styley youre stuttering like smiley skipping shingles shattered dreams bad seems tried wise wordy wizard pays visit subconscious crush wonderland extinguish nonsense optimistic stylistic mystic myth im swift like mercury mercy ill surely shoot gift people call souped im living fat people call nasty eat cat swing bat level heads leavin devils dead never said never cause clever heads better dreads locked top crop never flaky field bo jackson couldnt shake bake betty crockers oven isnt hot enough wanna spread skins got lotta stuff bluff got tough guy thinkin twice step cause fly rep kepts step ladder fatter spliff hittin smidgen like pigeon ill shittin sittin futon slippin timb boots im type brotha ya get ya troops oops im sorry cause didnt mean diss could hook ho make blow like tissue mary little lamb adam got lotta dough need help garden skyline got lotta hoes yo didnt mean hoes yo meant women got pool got trunks lets go swimming dip dip dive cause im live liver five ten men jock dont stop pimp pimp everywhere pimp pimp plus grades quiz", "Corner Story": "bout roll corner crew bout roll corner get us brew bout roll corner swishers roll fat blunt get perved another fine day land live oakland dont give shit thats know im sellin dank split profit 5050 brother went half first burst move gotta sooth nerves liquor dont bicker well relaxed ask mama shit like war zone streets hot like bahamas stay away drama im wearin snipe arctic jacket wool like llama pause like comma cause someone got stuck bucked family outside trauma heard shots inside whenever gats go hit deck hide po po said got time lied gotta give credit try see mother cry im wondering man said fuck aint nothin continue mission block brew way bout half way children runnin everywhere like dont care muslim bakery like right pass beer look mean ducks gets final call cause still brain gotta well endowed proud ambulances signals glances lets hurry dont take chances niggas step us trying rap like got answers front store trying work sleight hand panhandlers amateurs daily reminders gotta find way come sums life along kids wife anyway pass local grocery store sure meats produce aint good days want fresh clerk aint race stress doin community fuck aint enough 6 pack share nice little stroll april spring air hide shit nation dont see", "Catch a Bad One": "people havin memory loss dont remember im boss youre claustraphobic close men faculty wackll face must basin think could tackle triumphant pump volume increase mieces get sliced pieces please listen album even youre white like talcum unpaid getcha stayin tuned tune presume see doom designated anyone stated word serve mc simply put like foot anus ya shamus tryin get imma go mine know time im older im gonna rip niggas heads said salutations introducing del bid boostin tales adventures attempt try limp die whichever choose lose crews get ashamed cause blame em bitin might win start writin stop fightin time games rearrange vocals heaphones hold til get answer acknowledge abolish wack records hieroglyphics know repected caught harm bought farm youre friend theres need alarm get juiced let loose little cleverness open follicles mousse choose weapon kept steppin youre swept hurricane delll blow brain next generations youth facin truth truth ill leave loose tooth gums get split bit ill extract truth ass like im standin pulpit lie detector wrecked ya sector youre standing swing branding expanding im handing people cause cant say damn thing doubt youre already outta line let remind behind switch used bruise bottom little nigga tried cut caught didnt think would see cause rap sap strength lap length around whole course time still got time unwind weak mcs make earl hurl world crushed gotta make hush gotta eliminated way demonstrate hate still greatest like boxer imma knock socks nowhere run exits blocked steadily im dissin men hope youre listenin brothers like flow others ride jock like bicycle im psycho fools try play like tyco gotsta pull rifle daisy graze ass bee bee comes speedy sign peace treaty youll needin medical attention leave bleedin throw monkey wrench program crammed ass bad son catch bad one 1x caught harm bought farm youre friend theres need alarm caught harm bought farm youre foe im gonna break fuckin arm knowhatimsayin peace", "Proto Culture": "let tell proto culture dont know culture heres whole structure weve enough lackluster trust us get kind games cant rent blockbuster game related raise bit bit yo link cable well go hit hit phantasma plasma particle beam means ya run rendered effects hot like magnas play games capcom power glove strapped platform dont spend dough phat farm video games got many play life expires fufill desires mastering hardest boss shattering stars across aint hard cross finish line floatin daytona wex gex klonoa get em cost rpg platform transform like macross rival schools batsu purchase ought came one free cd like bought two hope make part two dreamcast cause games ive seen mags wont believe getting callouses turning asteroids graviton bombs destroyed getting moms annoyed im hacking nightmare creatures features splatter cross screen get clean year remember homie ed coats colecovision every week id visit playing donkey kong jr venture rocn rope games thought dope moms watching soaps im next level got double barrel shotgun doom world waiting next devil armors low check arsenal rupture main conductor playing disruptor remember ninja gaiden finished finally ramone wouldnt answer phone getting blown first nintendo power maps zelda help conquer hour let tell proto culture dont know culture heres whole structure weve enough lackluster trust us get kind games cant rent blockbuster hey ku know sega collection massive got past hits classics herzog zwei panzer zwei originality made fan today pandemonium like toys r us flipping next saturn game brings boys us poisonous taking boys blue grand theft auto snatch rolls royce use yeah ill admit playstation improved come visit feudal japan tenchu bushido blade 2 swordplay accurate mega man legends buy map ill fence hyo get neo geo samurai 64 full rendered splendor rival counter enter swords innards joint playing leonardo whuppin splinter gotta get xenogears thats type game relieves fears get overseas gotta get psychic force authentic arcade endorse got liking imports ill need next e3 whats next cd need see signing checks lets float overseas mingle game companies giving tips capcom sega cant front anyone knew better know chose saturn first cause 2d heaven bernie stolar dropped ball ram cartridge x men vs street fighter couldve expanded market marvel vs capcom beyond fathom tell truth playstation aint ready em come ill bring onslaught alpha omega khaos unique brought sega let tell proto culture dont know culture heres whole structure weve enough lackluster trust us get kind games cant rent blockbuster", "Skull and Crossbones": "never drink drive coz might spill drink give keys im ok quit tellin im drunk five hurricanes quit bein puritan im mega turrican wakin blur im alive im alive im alive im still alive red skull like skull crossbones took drivers test straight pilin cones aint funny dont dare chuckle drivin hella drunk without beltbuckle fuck im ok thats say already got suspended license smokin weed ride lightin incense knowin could gone instant pistons pumpin slumpin steering wheel many drunk drivers road killing fields gives fuck get caught get slap wrist license tooken bitch still drive dui crash see passenger fly windshield hard see die heads crushed necks severed shards thats happens playing wild card feel trial killin girl nineteen years old end world dont know pops gonna kill twelve gauge shotgun grill smooth got predicament im drivin drunk ive got sickness fools shiftless like gifted student gpa four point oh blood alcohol level past though never drink drive cuz might spill drink give keys im ok quit tellin im drunk five hurricanes quit bein puritan im mega turrican wakin blur im alive im alive im alive im still alive three oclock time go one line coke cognac cognitive skills aint shit sherlock key lock friends tellin stop damn near block found cops bushes peekin plus weekend im deep end roll alley way cant see getting antsy hop interstate late cops patrol dont give fuck though swerve right get stuck mudhole check rearview coast clear tryin focus cant drunk hell bust rail im sailin cliff high spliff plus fifth bust shit im rollin side like suicide family die tension builds went hills trees stopped redwood first thing broke knees feel pain split second later car burst flames wont know name theyll check dental records body charred burnt crisp soon car flipped crash thats ass thing past already dead impact airbags never drink drive cuz might spill drink give keys im ok quit tellin im drunk five hurricanes quit bein puritan im mega turrican wakin blur im alive im alive im alive im still alive im alive im alive im still alive im alive im alive im still alive skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways", "BM's": "ahh first day probation wastin time like ancient times take dime roll blaze fear havin take piss tests whole year smokin cold beer makes kinda think dont like drink heavily cause po tellin cant smoke even eat poppy seeds buy liquor drink need callin used drink heinekens bout 5 10 plus wine gin hennessy finishing last drop liquor store cash crop drive right past grass spot doin dumbest shit ever life riskin life resistin arrest flesh probably smell funny go dels money fast forward 1998 smash herb old days whole j face nah im still feelin gettin drunk weed back amster got grams chocolate thai purple haze blocks hash make js last days rollin phat circumference stuffed major chronic put wager first got europe everywhere even gas station mat fast pace thought shit aint helpin nothin get elevated straight puffin nothin straight puffin nothin straight puffin nothin straight puffin nothin smokin sessions best world plus price right affordable use fat deserve kodak tax im savin misbehavin thats risk takin aint talkin bout outback smokin till mouths black hows never fucked show blowed sorta didnt get crunk drunk slow liquor boy hit bm bob marley tribute cause probably fat rolled strolled cobble stone streets beats another generation different time zone mind blown thinkin divine poems blessed father gets farther father spiritualities since affects karma used herb good purposes people sure diss amsterdam nurture cant forget crystania kid brainia try sell hard drugs claimin ya life deal real shit bomb hash want deal alls well dont even sell much cops dont really touch cause aint slangin dust im writin right influence youd torch say shouldnt bob marleyd least til im back lake might roll 1 2 old times sake", "Dark Skin Girls": "simple sounds simple ought light skin girls lack dark skin quality ya dont understand want explanation well let e l release frustration see every single day light skin girls aint satisfied unless get way always plus act stuck add one great big fuck try play suck want somethin always leave brother nothin ya think ya look better cause ya skins little bit lighter youre thinkin youre type like typewriter ya think ya aint really shit without makeup kit see ya might light ya ugly black beautiful thats beauty x2 dark skin girls better light skin light skin girls aint better dark skin disagree homeboy lets get problems see theres way solve problem 1 got attitude usually vain selfish rude personality nose stuck dont try talkin walkin class cause question cause bein dark wrong complexion wish light though mean lighter light close white possible fight stay brother see green dark skin sisters color dont apply girls light skin ones heads rear end cause static would occur dark skin cuties prefer look vision blur cause contact lenses let ya see benzes plus would fuss cuss tried talk cause im man rides bus get frustrated well lets say used dark lovely give juice come step del ya facts brothers dont forget x2 cant understand light skin wenches ya think ya cause ya long extensions hair natural ya got played braids woulda looked better fade dark skin girls fly honest sweet thats type girl wanna meet complete phony fake like see del bolder tap shoulder say hey lighty could tap sister love mr loveable youll ignore find another tip hop upon get ya need sun coppertone youll take white boyfriend black one thats del stand attack one next time see girl darker disrespect met cause girl looked better x2"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/drake.json b/lecture/lecture-9/rappers/rapper-data/drake.json new file mode 100644 index 000000000..6240efba3 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/drake.json @@ -0,0 +1 @@ +{"God's Plan": "wishin wishin wishin wishin wishin yeah movin calm dont start trouble tryna keep peaceful struggle dont pull 6 cuddle know like lovin dont wanna die miss yes see things wishin hope got brothers outlive gon tell story shit different gods plan gods plan hold back sometimes wont yuh feel good sometimes dont ayy dont finessed weston road ayy nessed might go god yeah wait go hard southside g yeah wait make sure north side eat still bad things lot bad things wishin wishin wishin wishin wishin bad things lot bad things wishin wishin wishin wishin wishin yeah ayy ayy say love tell partly love bed mama im sorry fifty dub even got tatted 81 theyll bring crashers party know turn o2 o3 dog without 40 oli thered magine never met broskies gods plan gods plan cant ayy ayy someone watchin shit close yep close ive since scarlett road ayy road ayy might go god yeah wait go hard southside g ayy wait make sure north side eat yeah still bad things lot bad things wishin wishin wishin wishin wishin yeah yeah bad things lot bad things wishin wishin wishin wishin wishin yeah", "In My Feelings": "trap trapmoneybenny shit got feelings gotta real yeah kiki love riding say youll never ever leave beside cause want ya need ya im always kb love riding say youll never ever leave beside cause want ya need ya im always look new really still real swear gotta feel try kill gotta make choices runnin options cause ive goin dont know stoppin get toppin see youve learnin get shoppin spend like earned popped ex deserved thought one jump confirmed trapmoneybenny buy champagne love henny block like jenny know special girl cause know many resha love riding say youll never ever leave beside cause want ya need ya im always jt love riding say youll never ever leave beside cause want ya need ya im always two bad bitches kissin wraith kissin kissin wraith kiss kissin wraith need black card code safe code safe code code safe safe show neck work fuck netflix chill whats net net net worth cause want ya need ya im always yeah yeah yeah yeah bad im always yeah yeah yeah guess whos back im always al black biggy biggy black biggy black blake always got new boy nigga trade kiki love riding say youll never ever leave beside cause want need im always kb love riding say youll never ever leave beside cause want ya skate smoke rap let see bring ass bring ass bring ass back b bring ass bring ass bring ass back shawty say nigga cant hit shawty ima hit hit like cant miss let see clap ass youre one love clap ass clap clap ass bring ass back clap clap clap ass youre one love lets go lets go lets go bring ass back trap trapmoneybenny shit got feelings gotta real yup blaqnmild genius diggin dont even care need photo drake instagram weak fuck im real shit look", "Hotline Bling": "used call used used yeah used call cell phone late night need love call cell phone late night need love know hotline bling mean one thing know hotline bling mean one thing ever since left city got reputation everybody knows feel left girl got got stressed cause ever since left city started wearing less goin glasses champagne dance floor hangin girls ive never seen used call cell phone late night need love call cell phone late night need love know hotline bling mean one thing know hotline bling mean one thing ever since left city dont get along make feel like wrong going places dont belong ever since left city got exactly asked running pages passport hangin girls ive never seen used call cell phone late night need love call cell phone late night need love know hotline bling mean one thing know hotline bling mean one thing days wonder youre bendin backwards someone else wonder youre rolling backwoods someone else things taught gettin nasty someone else dont need one else dont need nobody else never alone always touching road used always stay home good girl zone yeah right youre someone else used call cell phone late night need love call cell phone late night need love know hotline bling mean one thing know hotline bling mean one thing ever since left city", "One Dance": "baby like style grips waist front way back way know dont play streets safe never run away even im away oti oti theres never much love go ot pray make back one piece pray pray thats need one dance got hennessy hand one time fore go higher powers taking hold need one dance got hennessy hand one time fore go higher powers taking hold baby like style strength guidance im wishing friends nobody makes ends bust silence know gotta stick soon see text reply dont wanna spend time fighting weve got time thats need one dance got hennessy hand one time fore go higher powers taking hold need one dance got hennessy hand one time fore go higher powers taking hold got pretty girl love long time wine wine love long time oh yeah long time back back back wine back back wine girl back back back wine oh yeah long time back back wine girl tell need know wanna go cause youre ill take slow make lose control oh yeah long time back back wine girl cause youre back back cause youre back back cause youre back back need one dance got hennessy hand one time fore go higher powers taking hold need one dance got hennessy hand one time fore go higher powers taking hold", "Hold On, We're Going Home": "got eyes youre everything see want hot love emotion endlessly cant get left mark want hot love emotion endlessly cause youre good girl know act different around cause youre good girl know know exactly could hold going home hold going home hard things alone hold going home got eyes youre everything see want hot love emotion endlessly cant get left mark want hot love emotion endlessly cause youre good girl know act different around cause youre good girl know know exactly could hold going home hold going home hard things alone hold going home youre girl youre one gave everything loved think theres something baby think theres something baby youre girl youre one gave everything loved think theres something baby think theres something baby cause youre good girl know act different around cause youre good girl know know exactly could oh hold going home hold going home hard things alone hold going home home hold oh oh", "Know Yourself": "hol yute hol hol hol hol hol sleepin streets shaky warrior yeah oliver 40 niko shit man 15 fort york shit yknow boi 1da whats poppin yeah yeah runnin 6 woes countin money know goes pray real live forever man pray fakes get exposed want ferrari swerve want bugatti hurt aint rockin jewelry thats purpose niggas want spot dont deserve dont like serious take ive always guess know shakiness man dont time city turned ill take fine find thats find know nigga named johnny bling put finer things job sellin girbaud jeans yellow technomarine kanye dropped polos backpacks man ethan pushin subaru hatchback man im talkin way hashtags runnin 6 woes runnin 6 woes know shit go know shit go know shit go runnin 6 woes know shit go know shit go know shit go dont fuck niggas irrational woah nasty flow top boy shit im international reps got p reign chubby tj winnie woah yeah know shit go might declare holiday soon baka get back road yeah know shit go irrational dont wanna patch wanna mash woah nigga jibba whip ride passenger im way stay im two im three get back woah im turnin nigga thinks money women like 247 thats life took thats shit happened go know runnin 6 running 6 woes know shit go know shit go know shit go runnin 6 woes know shit go know shit go know shit go runnin 6 woes know shit go shell yuh eye nuh big always haffi look yuh know yuh head book dun know de unruly boss dis man bomboclat otha boy nuh like ovo chromatic yuh jus suck yuh mada apology nuh like nuh like neither youth girl say cute diss get execute thats truth ovo unruly woes", "Back to Back": "oh man oh man oh man yeah learned game william wesley never check back back niggas didnt get message back back like im cover lethal weapon back back like im jordan 96 97 woah important pretentious look back might mad gave attention yeah weighin heavy conscience yeah fuck left boy options wanna see niggas go insane gon make step fuckin frame gon make buy bottles charlamagne gon make go fuckin way waited four days nigga yall drove wraith playin ar ab im sure really made yall mad guess gotta make yall rap mean woah cant fool city man know whats second floor tootsies gettin shoulder rubs yall think dont write enough mad cause got midas touch love gotta give world world tour girls tour know gotta thug aint meant told open yeah trigger fingers turn twitter fingers yeah gettin bodied singin nigga im type nigga thatll type niggas shout boss bitches wifin niggas make sure hit prenup tell man ease another one another one still aint shit one got drink going back back yeah going back back got drink going back back yeah im going back back dont wanna hear ever even tell better friends even saying drizzy tell em puttin show sell event oh need better seatin didnt wanna gave every reason point im tryin make dont ever need em seen youd fame would freedom please check em wire earpiece please please let niggas near please think come great one please whos real nigga aint one please somebody stop im talkin boasy gwanin wassy got fest five days shit soon nigga hit stage gon gon ask play shit back back yeah want back back gon ask play shit back back took break views back nigga", "All Me": "im really stepping game bitches gotta start paying cant get free randy got everything got everything cannot complain cannot dont even know much really made forgot lot fuck never mind got nigga dont watch cause came thats stay true thats help thats real came thats stay true thats help thats real money mind think js pinky ring dogging hoes need quarantine league dont ball want fame hear shit time said love said baby girl fall line okay made million dinner fork watch switch walked ill nigga alert ill nigga alert need work got work got bitches condo bought shirt cost mercedes benz car note toronto let metal go dick hard make metal detector go sauce dressing givenchy nigga god bless bad bitch crime id arrested got everything got everything cannot complain cannot dont even know much really made forgot lot fuck never mind got nigga dont watch cause came thats stay true thats help thats real came thats stay true thats help thats real touched 86 knew man age 6 even fucked girl used babysit years later crazy shit heard new shit nigga hated damon wayans homie dont play shit get paid lot get paid bit latest shit like greatest hits god damn aint wishing side yall dont fuck us dont fuck yall different side god damn listen everybody cause told youre motherfucking man dont need help cashing checks im bigging chest yall keep talking bout next im big gets swear yall wasting yall breath im light skinned keith sweat ima make last forever turn cause aint done yet look understand im roll like cottonelle made shit im road box office sales im getting paid shit ask please excuse table manners making room table dancers cause judging advances got paid like eight advances god damn got everything got everything cannot complain cannot dont even know much really made forgot lot fuck never mind got nigga dont watch cause came thats stay true thats help thats real came thats stay true thats ho shut fuck got way much mental learn ive im finna didnt still waking like rents due complicated simple got sexy ladies whole benz full hoes im everything everything gentle still take time man guess im old fashioned wearing retro sh thats old fashion nigga see im saying closed caption paint pics see shit good sex need hit keep broad floor year round like season tickets plead fifth drink fifth load nine leave split half smoke half need zip new girl glee shit probably making money shit swear god got 99 problems bitch aint one got 99 problems getting rich aint one like got trust issues im sorry people ive pushed im type bullet proof condom still gotta pull thats aint perfect aint saint worth one thing worth niggas still hating aint working lil bitch oh oh oh think done fucked many women 305 fore end year ill king diamonds 3 times smoking kush section like legalized girl cant always way sometimes like dont really fuck like aint never like took time got shine let eat like taught never loan somebody need right back need shit right back im blessed muhfucka niggas stressed muhfucka niggas getting nervous clutching chests like muhfucka damn thats motherfucker tell truth dont listen cause dont like lied ship wont sail wind wont guide daddy jail talking window like motherfucking drive thru back man niggas rich enough whatever", "From Time": "whats minute since kicked youve caught bitches dont get youre star love shouldnt deal id never make feel like cause love love enough us thats trust know us afraid darling give cannot take love yeah needed hear shit hate youre submissive passive aggressive texting feel distance look around peers surround niggas tripping like money makes difference dont make different started realizing couple places could take want get back kid basement want take deeper money pussy vacation influence generation thats lacking patience ive dealing dad speaking lack patience old man getting back basics weve talking bout future time wasted put bottle girl niggas amazing well fuck couple coronas might rolled white paper something hold us even talked couple moments said hash like couple grown ups flower child beautiful child im zone looking like came seventies mother sixty six favorite line hit fuck wants seventy alone dont even know want love anymore search something im missing disappear im bored girl qualities looking settling better boy huh love love enough us thats trust know us afraid darling give cannot take love uh thinking bout texas back porscha used work treasures back houston leverage got summer michael kors mommas debit weak attempt flexing ill never forget cause night played three songs got talking bout something disagreed start telling ill never big trey songz boy wrong negative energy feed therapeutic blowing money galleria beverly center macys discovered bria landmarks muses inspired music could tell sincere without tryna prove one needed courtney hooters peachtree ive always feeling like piece complete engaged married whats rush commitment know going shit name couple isnt remember talk parking lot ritz girl felt like planned guess fucked vision learning true consequences selfish decisions find im living hope im forgiven seem like dont want love anymore im acting open hard ignore girl qualities looking settling better boy huh love love enough us thats trust know us afraid darling give cannot take love baka aka nice time g east side ting scarborough ting time g di ting dem time g dont know whats wrong little wasteman eh yall need know", "Fake Love": "ive long look like look got fake people showin fake love straight face straight face ive long look like look got fake people showin fake love straight face straight face somethin aint right talkin somethin aint right talkin look like hidin problems really never solid cant son wont never get run shit look reach reach back like one three like one three yeah thats smile face whole time wanna take place whole time wanna take place whole time wanna take place yeah know wanna take place tell love fake dont trust word say wanna clique mistakes look face ive long look like look got fake people showin fake love straight face straight face ive long look like look got fake people showin fake love straight face straight face yeah straight face tryna play safe vibe switch like night day see like right away came changed caught whole play since things never thats smile face whole time wanna take place whole time wanna take place whole time wanna take place yeah know wanna take place tell love fake dont trust word say wanna clique mistakes look face ive long look like look got fake people showin fake love straight face straight face ive long look like look got fake people showin fake love straight face straight face skrrt chune headtop watch speak name know"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/e-40.json b/lecture/lecture-9/rappers/rapper-data/e-40.json new file mode 100644 index 000000000..2c3351738 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/e-40.json @@ -0,0 +1 @@ +{"Choices (Yup)": "nope yup nope yup nope yup nope yup ever told nigga ever squeezed trigger ever set nigga ever helped brother luck sap boss player mack let hold couple dollars yall still poppin yall collars stock rims scraper paint wetter lake poodle blood bitch im thug loser winner starvin dinner still sell dope cleaner bar dove soap got little gouda got thumper got ruger love ho bringin dough gon cry leave gon fly overseas everybody get choices choose get money im stuck bread everybody got choices bitches choosin im head everybody got choices keep one thou bout life chose everybody got choices niggas hatin already know never go broke ima stay gettin money aint gotta sell soul ima stay gettin money broke aint like ima stay gettin money give fuck dont like ima stay gettin money ugh lazy got dick thatd drive ho crazy hater wanna see player get paper traitor loyal soil youre faker sleep bust moves hella active streets scared dark money heart narc shark gossip like broad check bitch like smog slippin trippin sober gopher higher rollercoaster star wars yoda never leave house without strap shoot muthafucka nap never sucka pussy blowin cookie never coughin like rookie everybody get choices choose get money im stuck bread everybody got choices bitches choosin im head everybody got choices keep one thou bout life chose everybody got choices niggas hatin already know never go broke ima stay gettin money aint gotta sell soul ima stay gettin money broke aint like ima stay gettin money give fuck dont like ima stay gettin money love first sight ride like bike ripe pussy tight got property drive maserati softer sock solid rock slow trained go team weak respected street neeh shallow di neep broke chi neep bb pellet gun long barrel base drum get wont run ima give nigga fair one still live trap ever go back wear wire camera ears scanner everybody get choices choose get money im stuck bread everybody got choices bitches choosin im head everybody got choices keep one thou bout life chose everybody got choices niggas hatin already know never go broke ima stay gettin money aint gotta sell soul ima stay gettin money broke aint like ima stay gettin money give fuck dont like ima stay gettin money", "Tell Me When to Go": "tell go tell go tell go tell go go dumb dumb dumb dumb dumb dumb dumb dumb tell go tell go tell go tell go go dumb dumb dumb dumb dumb dumb dumb dumb ooh jesus christ dreads shake em aint got none im planning growing imagine hebrews going dumb dancing top chariots turning tight ones ooh tell go talking ghettro way store second third trip henny swishers listerine strips dr greenthumb lips ease thoughts cops homies got watch moon full look dark clouds sitting scraper watching oakland gone wild ta dow dont bump mainstream knock underground shit sugarcoated watered im bay hyphy go dumb soil rappers getting lingo tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb im 18 dummy juice nigga raggaman labeled black zeus king super duper hyphy pipey wifey dont like bay put backwood swisher sweet blunt orange lace shit wrote city couldnt saved john pope slid past gas bitches good good like granddaddy cross game get flipped like burger patty zig zagged pass big old fatty drink white snow bunny talking big shit scraper going hella dummy 1800 jose cuervo yadadamean yadada im saying though tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb let direct traffic minute let tell hyphy movement got going bay say something say right back smell gonna like right ghostride whip ghostride whip ghostride whip ghostride whip scrape scrape scrape scrape scrape scrape scrape scrape put stunna shades put stunna shades put stunna shades put stunna shades gas brake dip dip gas brake dip dip shake dreads shake dreads shake dreads shake dreads let see show grill let see show grill let see show grill let see show grill thizz face thizz face thizz face thizz face doors open mayne doors open mayne doors open mayne doors open mayne watch em swang watch em swang watch em swang watch em swang go stupid go dumb dumb go stupid go dumb dumb tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb", "Function": "league starz trend beat ayy ayy bitch try guarantee turn square bi bitch aint b b bye bitch aint got time playin im saying man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function tryna function bitch youre fuckin high get mix youre messin vibe im tryna get crevice put ride take ritz im toasted sloppy broccoli bacardi 151 body green like wasabi like young bari mobby bossin back fuck getting money hobby getting money rappers listen e 40 pac im revenue playa havin guap im fly big nigga shit man stay laced groomed spray sucka repellent nigga perfume anything got sell hustler think cant gift gab sell white house black paint word candy l n g im thinkin bout takin million dollar insurance policy mouthpiece biatch ayy ayy bitch try guarantee turn square bi bitch aint b b bye bitch aint got time playin im saying man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function right yeah haha yeah ayy bitch okay bitch uncle earl hbk bitch mention gang already know ballin im coming straight rich got family new orleans say youre lying say jawsin probably thought never would happen niggas called alcoholic sippin liquor oh im drunk hell fuckin lil bitch vallejo got whole pack pre rolled young ls im never uno pockets sumo haters respect pedigree baller heavily phony homie never methamphetamine means crack ho young g hotter tabasco smash hoes collect two hunnid pass go flow lamborghini yo shits rav 4 understand everything gas ho suzy nigga ayy ayy bitch try guarantee turn square bi bitch aint b b bye bitch aint got time playin im saying man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function im tryna function tryna function dont talk bitch aint fuckin yeah im asshole dont give fuck though skip bullshit like whats suck though tell girl much make bitch choose niggas getting mad nigga gon think tough know keep two tucked dont fight mean im comin back shoot ridin car lookin bad bitch ass tits yeah gotta dumb cute got number text phone like baby doin like nothing much come got dick days got dick days made take work gave dick days push brain temple bitch dont like hoes give em dick dip whoop ayy ayy bitch try guarantee turn square bi bitch aint b b bye bitch aint got time playin im saying man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function", "Episode": "little bad bitches came get ratchet say yeah baby touch toes get freaky episode tell ya episode tell ya dont like love wanna grip touch im tryna hit fuck stab stick stuck get lick suck kiss nut friends aint gotta seen public im verb action coochie havin contractions smashin smackin sappin thrustin thrashin sit back relax glass bottle earl stevens selections mango moscato handbag celine seem like already knew ya beautiful girl bad look like somebody done drew ya eyes salute ya sight sore eyes booty thighs girls get guys come get bar mackin baby girl get rid sap aint real fraud baby girl dude cat first intervened bought flowers doubt got good started doggin uh little bad bitches came get ratchet say yeah baby touch toes get freaky episode tell ya episode tell ya okay shawty love gangstas thats holla country niggas whippin 15 thousand key givin gettin fill even though cute petite freaky discreet got extensions booty tattoos cheek make wanna take island could weeks girl let birkin bag jimmy choo feet let get jag bentley gt im west coast drop top ridin fool e 40 sick wid ridin fool hustle gang bang green tried truths somebody told otherwise lied bet roll dice bet bet quarter mil bag check suckas dont like gon respect spend night episode wont forget check yeah little bad bitches came get ratchet say yeah baby touch toes get freaky episode tell ya episode tell ya girl came niggas liquor said want threesome im gon lick yup bottom top ima take ima roll weed gon break fault thats girl cause wanna leave real nigga pussy im boss panties car nigga call know gotta get little bad bitches came get ratchet say yeah baby touch toes get freaky episode tell ya episode tell ya", "Chase the Money": "chasethemoney chasethemoney ass goin places cant call hoes told em bring em slay fall touch toes im throwin 50k splash brothers whoa landed bay look way pushin hellcat jumpin gym nike air max three bad bitches coupe slidin fairfax bitch gettin money cant dare cap look way shinin diamonds gleamin rich nigga know name im neiman look way ballin every season gotta chase money watch whole team win look bitch look way carry look way im winnin look liquid around neck look shimmerin look strain im smokin look bottle im holdin look life look im playin field like im rollin dice casino lights luxury automobiles sports cars loud pipes detachable steering wheels muscle cars scraper bikes niggas push pills em push cha cha em work living make honest dollar heres another thing thought know ill make ho stand outside forever like scarecrow im bay nigga thats affirmative aint arguin nigga soft table butter margarine im always intoxicated im never sober soup warmed little wiser older dangerous like cobra steeler bust like jerome bettis money longer end action packed movie credits ass goin places cant call hoes told em bring em slay fall touch toes im throwin 50k splash brothers whoa landed bay look way pushin hellcat jumpin gym nike air max three bad bitches coupe slidin fairfax bitch gettin money cant dare cap look way shinin diamonds gleamin rich nigga know name im neiman look way ballin every season gotta chase money watch whole team win find ridin yo block like deebo life like movie quentin tarantino nas walked louis valentino stack money tall bobby valentino missin holidays chasin c notes volleyball player spread like eagle go pop pussy spread pillow yo ex man scrub call brillo got crib carter feelin like im nino john legend aint ordinary people might throw seven mac 11 desert eagle hood pope im like reverend teeth worth kilo killin niggas like 50 instagram hot fuck im cooler ceiling fan nigga gus locked go free man never bring dogs peter pan ass goin places cant call hoes told em bring em slay fall touch toes im throwin 50k splash brothers whoa landed bay look way pushin hellcat jumpin gym nike air max three bad bitches coupe slidin fairfax bitch gettin money cant dare cap look way shinin diamonds gleamin rich nigga know name im neiman look way ballin every season gotta chase money watch whole team win woop uh 40 fuck niggas wave gotta keep milli cut beat case gotta keep banana drum im goin ape corner 52 niggas gettin ace drop went town give love craze 40 lens triple benz everything crazy done took loss book back across judgin plans cant keep hoes though never love never gave get change never changed dont beef squares cause gotta move careful homie got barrel make yo mommy feel awful never told didnt fold gang go big gold debit codes drawers go girl pussy aint good enough stay go la bay im legend state woo ass goin places cant call hoes told em bring em slay fall touch toes im throwin 50k splash brothers whoa landed bay look way pushin hellcat jumpin gym nike air max three bad bitches coupe slidin fairfax bitch gettin money cant dare cap look way shinin diamonds gleamin rich nigga know name im neiman look way ballin every season gotta chase money watch whole team win", "Function (Remix)": "remix league starz trend beat ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function uh slid function lookin hella dipped lit like strobe light hella diamonds wrist call highness cause im hella high play mind like shrink like im psychiatrist dryness make chick hella climax even nicer wet tellin im best dont want ill take hands favour might regret gon regret later im paper stapler right side hip case hater want case decide trip platinum plannin shippin handlin see digital sales used push e scale legitimate skrill aint understand game evolved heels vallejo cali rb h double ls ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function rip game jeezy dont compare niggas im last kind get forever bars ever lastin grind aint money wastin time mix molly liquor get mind gotta one town town business dont even fuck clowns clown niggas city dealers go broke turn killers bad bitches got hoes like niggas city gonna broke like figures get bag goin work like jay bilas tryna function tryna maintain said dont judge told judge thang guess club four nickel man stay point like icicle die tonight bring back coachella sick tired tellin hoes im nigga ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function talk em chris brown look got bad bitches ratchet bet ding make sing like ad lib money watch flip like back flip ima go work pussy practice ha real niggas photo bottles air dont care hoe hoe yeah shout nigga dilo girl know want two need 3 4 yeah pretty girls crib know models thats nigga live im like whoa splits throw back nigga dont act like bitch niggas club 40 showed e 40 like whats happenin woadie function aint competition killin opponents killin pussy moment yikes ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function e 40 ayy haaa whats hatnin french rockin roller til 5 mornin poppin pill bustin open like bitch try im high risk bank roll 4 5 6 chasin act clip mac oakland niggas pimpin rap im new york nigga bailey kept hood fuck mainstream wrist rocky im talkin adrian 40 run ya like train man tryna function fuck fuck shit rip rack fuck cost ya montana ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function red cafe holla em pimp real nigga born day 42 10 hoes soiree whole team hole lookin saucy bitches molly niggas marley hold tryna function bitch jewelry nigga got hustlin bitch got thank pass comin custom bitch see money table touchin else cafe im pimp decade yeah young gs write essay kill def jams cool js paper moppin cule like yokos live hoes beat beat make em hoes bossed eastside dubs gs rock shakedown ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function", "Captain Save A Hoe": "uh iz iz save want saved 1993 niggas need miss savin hoes know tricks buyin em clothes wanna taxi hoes vogues beat em sittin next em front seat b see im hog v motto fuck ho hit throttle smoke talkin okie doe world wide got clydes tokyo look sky bird plane whats niggas name captain save ho mayne faster speeding bullet put cape card pulled fake fake funk funk thats way captain muthafuckin save ho came flexin like little ol bitch front company check ass ear check thump punk talkin im beatin ass pumpin fear talkin bout nigga gone retrospect somethin uh iz iz save want saved mr super trick mr super snitch yeah wanna kill cuz fucked ya bitch shouldve cape tight night cuz nigga like shot sho plugs em right yo bitch straight callin lovin porno star dont come face trick shit better try shit got gift grab bitch want dont cuz bitches days get caught funk oh im tryin save hoes n come broke wasnt brown nosin day see smobbin magazine ol nigga car lookin mean stopped middle street reached seat grab heat man thats motherfucker got club last week man niggas cant fade bitch made start niggas heart dont want part nigga rollin funk mobb funk pump spit double laws doin roll hideout let mack get rides ass smokin like incense savin hoes nigga thats bitch shit ah ah save want saved im crossin niggas bitches even snitches riches captain save ho aint got problem ol shit gives damn long hes payin aint fault hes sprung land im takin ga checks go bank hank breath stank get ganked main long trick comes fallin gets sets put suit clown make nigga take care kids make nigga call kids make nigga get work make ass buy dooney burke part nigga take care pussy whipped nigga come save bitches look captain save ho cuz hes savin hoes uh iz iz save want saved uh iz iz save want saved uh iz iz save want saved uh iz iz save want saved fuck talkin save ho yeah yeah baby whats wanna get nails done come lets go lee kim nails get nails done get hair done kids many kids got two ah thats cool yeah go feed clothe kids go get hook durant square yeah baby anything ya want phone cranked get cranked name matter fact ill get cellular phone pager get package deal cellular one baby im got", "U and Dat": "girl ive shakin stickin movin tryin get youuuuu booty tryin get youuuuu booty tryin get youuuuu booty girl ive shakin actin donkey tryin get youuuuu monkey tryin get youuuuu monkey tryin get youuuuu monkey girl hes simpin simpin walk club limp limp girl listen whatcha gon doooooo pimpin whatcha gon doooooo pimpin girl imma call ya call ya later tonight tomorrow morrow follow whatcha gon doooooo baller whatcha gon doooooo baller whatchu gon bend block pull ass brand new drop speakers blast tremendous knock tvs dash rims wont stop need pimp like aint turnin nuttin collar ya see imma leave number holla cause im baller cant nobody hustle harder oooooh girl ive shakin stickin movin tryin get youuuuu booty tryin get youuuuu booty tryin get youuuuu booty girl ive shakin actin donkey tryin get youuuuu monkey tryin get youuuuu monkey tryin get youuuuu monkey oooooh big ass right aint tryin let pass tonight imma put bid tell somethin slick whisper ear im holdin dick dont mean harm hood sippin richard hennessy psychadelic colors jewelry suckers hella jealous cause youre diggin oooh whatchu gon momma im tryin dip later momma like way groove move momma know women love im 40 water poppin ps cause im laced game nothin yay flowin veins wears miss sixty cant fit gucci cause ass big enough sit cup booty goodness girl ive shakin stickin movin tryin get youuuuu booty tryin get youuuuu booty tryin get youuuuu booty girl ive shakin actin donkey tryin get youuuuu monkey tryin get youuuuu monkey tryin get youuuuu monkey yeah see lookin lookin ass jeans got shooken shooken dont think know dooooo pussy whatchu gon dooooo pussy yeah know want want try chase club good shit good shit dont think hannnnnndle pussy whatchu gon dooooo pussy lookin like got good gushy gushy fuck around ill beat brakes pussy ass cummin like porno star movie tell friends bet wanna hoes know im e 4 oh recognized pimpin stepped higher satellite full dro holla player youre ready go oooooh girl ive shakin stickin movin tryin get youuuuu booty tryin get youuuuu booty tryin get youuuuu booty girl ive shakin actin donkey tryin get youuuuu monkey tryin get youuuuu monkey tryin get youuuuu monkey", "All My Niggaz": "niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money want money mozzarella galbani got guns army cant let bitch nigga harm got purple like barney got two bitches thats horny say niggas corny never lonely bought bottle trony ready blow know owe thats told sho im mac like goldie cronies brodies rollies stogies stay fifties forties thats us smell smoke cookies antidote puffing rope dope partners kinfolk rap sell coke bust ya head like cantaloupe summer peacoat iphone jailbroke leanin like tower pisa promethazina sweatin like heater hot suckers thats talking crazy never tell right ear left ear hear niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money im sun work uncut break pieces tell auntie run shooters keep guns snitches get tongues cut talk peoples get daughters sons touched im chevy bangin blow job betty whipped 80 hit phone youre ready turkey bags loud aint fuckin reggie tractor trailer pounds touched jeffries im bout hit another lick bout 150 bucks tax every zip gerber bottles lean tax every sip cause got qualitest got actavis im rollin rollin thizzin molly stuntin stuntin hands ducati big homie e 40 put carlos rossi youngin muscle got game charlie hustle come niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money pockets advance clear room bitch aint shit boy dont approve see hennessy bacardi turns party aye backwoods pre rolled club get foggy see niggas mean muggin well leap froggy though see mad ass applauding thats bitch flips like dolphins see gon work bounce bed springs ugh credit cards debit large cash got real big bag smell like forest see used sell weight til gastric bypass ugh pass mac smack car glass addicted ballin timbs ate wheaties learned dude dawg taught greedy king east bay e 40 boss leany ugh money ugh money houdini yeah yeah yeah niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money", "Red Cup": "boyfriend dont like cant blame tryin like kinda lame huh dont wanna man girl im bein honest got pants got whole club like damn booty big enough booty big enough booty booty booty big enough put red cup booty big enough booty big enough booty booty booty big enough put red cup cup cup whole seat ers booty bigger prius hella thick get mother yellow bones complexion butter dime piece two nickels nipples pokin like missiles dont make rain make trickle im hustler make triple bad one look way switchin way walk dont care real dont care bought dont discriminate darling see im far racist like em latin caucasian black arab asian get rid baby weight pretty girl booty bodacious youve lunges crunches planks basics tight jeans see camel toe slap ass like im fittin domino bitch boyfriend dont like cant blame tryin like kinda lame huh dont wanna man girl im bein honest got pants got whole club like damn booty big enough booty big enough booty booty booty big enough put red cup booty big enough booty big enough booty booty booty big enough put red cup cup cup kid ink every bottle section ass table top swing direction put red cup shot glass butt order nother round throw round dont stop work aint even clock still anything anybody asks tell em thats shorty yeah thats shorty done fell love stripper pain already know bro game know give yeah man keep callin girl keep real dont want problems og 40 water night goin miss tomorrow boyfriend dont like cant blame tryin like kinda lame huh dont wanna man girl im bein honest got pants got whole club like damn booty big enough booty big enough booty booty booty big enough put red cup booty big enough booty big enough booty booty booty big enough put red cup cup cup big enough set cup booty cup cup cup cup cup cup big enough set cup booty big enough set red cup cup cup big booty small booty long booty tall booty thats make front page blog booty wanna see doc better squats id rather touch soft ass hard booty throw back throw back could chiropractor working back could start clothing line showing gap thats standing ovation making clap big gesture got good texture make guess jeans stretch like polyester call lord bobby imma bless scepter breaking head boards fucking architecture got big butt got big butt walk hoes like fuck booty got mind thats head butt turn ass around hold fucking red cup im sayin booty big enough booty big enough booty booty booty big enough put red cup booty big enough booty big enough booty booty booty big enough put red cup cup cup big enough set cup booty cup cup cup cup cup cup big enough set cup booty big enough set red cup cup cup"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/eminem.json b/lecture/lecture-9/rappers/rapper-data/eminem.json new file mode 100644 index 000000000..47457703e --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/eminem.json @@ -0,0 +1 @@ +{"Rap God": "look gonna go easy hurt feelings im going get one chance somethings wrong feel feeling ive got like somethings happen dont know means think means trouble big trouble bananas say im taking chances doc ordered im beginnin feel like rap god rap god people front back nod back nod thinks arms long enough slap box slap box said rap like robot call rap bot rap like computer must genes got laptop back pocket penll go half cock got fat knot rap profit made livin killin ever since bill clinton still office monica lewinsky feelin nutsack im mc still honest rude indecent hell syllables skill holic flippity dippity hippity hip hop dont really wanna get pissin match rappity brat packin mac back ac backpack rap crap yap yap yackety yack exact time attempt lyrical acrobat stunts im practicin ill still able break motherfuckin table back couple faggots crack half realized ironic signed aftermath fact could blow drop f bombs feel wrath attack rappers havin rough time period heres maxi pad actually disastrously bad wack im masterfully constructing masterpiece cause im beginnin feel like rap god rap god people front back nod back nod thinks arms long enough slap box slap box let show maintainin shit aint hard hard everybody want key secret rap immortality like got well truthful blueprints simply rage youthful exuberance everybody loves root nuisance hit earth like asteroid nothing shoot moon since mcs get taken school music cause use vehicle bus rhyme lead new school full students im product rakim lakim shabazz 2pac nwa cube hey doc ren yella eazy thank got slim inspired enough one day grow blow position meet run dmc induct motherfuckin rock roll hall fame even though ill walk church burst ball flames hall fame ill inducted alcohol fame wall shame fags think game til walk flock flames plank tell fuck thinkin little gay lookin boy gay barely say straight face lookin boy youre witnessin mass occur like youre watching church gathering take place lookin boy oy vey boys gay thats say lookin boy get thumbs pat back way go label every day lookin boy hey lookin boy say lookin boy get hell yeah dre lookin boy ima work everything never asked nobody shit get outta face lookin boy basically boy youre never gonna capable keepin pace lookin boy cause im beginnin feel like rap god rap god people front back nod back nod way im racin around track call nascar nascar dale earnhardt trailer park white trash god kneel general zod planets krypton asgard asgard youll thor ill odin rodent im omnipotent let im reloadin immediately bombs im totin woken im walkin dead im talkin head zombie floatin got mom deep throatin im ramen noodle nothin common poodle im doberman pinch arm pay homage pupil honestys brutal honestly futile dont utilize though good least wanna make sure somewhere chicken scratch scribble doodle enough rhymes maybe try help get people tough times gotta keep punchlines case cause even unsigned rappers hungry lookin like lunchtime know time king underground still rap like im pharoahe monch grind crunch rhymes sometimes combine appeal skin color mine get big come tryin censor like one line said im back mathers lp 1 tried say ill take seven kids columbine put em line add ak 47 revolver 9 see get away aint big im morphin immortal comin portal youre stuck time warp 2004 though dont know fuck rhyme youre pointless rapunzel fuckin cornrows write normal fuck normal bought new raygun future come shoot ya like fabolous made ray j mad cause fab said looked like fag mayweathers pad singin man played piano man oh man 247 special cable channel ray j went straight radio station next day hey fab ima kill lyrics comin supersonic speed uh summa lumma dooma lumma assumin im human gotta get im superhuman innovative im made rubber anything say ricochetin itll glue im devastating ever demonstrating give motherfuckin audience feeling like levitating never fading know haters forever waiting day say fell theyll celebrating cause know way get em motivated make elevating music make elevator music oh hes mainstream well thats get jealous confuse hip hop pop cause found hella way fuse rock shock rap doc throw lose make em lose dont know make songs like dont know words use let know occurs im rippin one verses versus curtains im inadvertently hurtin many verses gotta murder prove half nice songs could sacrifice virgins ugh school flunky pill junkie look accolades skills brung full still hungry bully cause make put mind im million leagues ill speak tongues still tongue cheek fuck im drunk satan take fucking wheel ima sleep front seat bumpin heavy boyz still chunky funky head theres something feel tugging struggling angels fight devils heres want theyre askin eliminate women hate take consideration bitter hatred may little patient sympathetic situation understand discrimination fuck lifes handin lemons make lemonade cant batter women fuck supposed bake cake dont mistake satan fatal mistake think need overseas take vacation trip broad make fall face dont retard king think king god", "Killshot": "sound like bitch bitch shut fuck fans become haters done fuckin beards weird alright yellin mic fuckin weird beard doin yellin mic beards weird yell mic rihanna hit text last night left hickeys neck wait dissed im perplexed insult line compliment next damn im really sorry want heart attack watchin 8 mile nordictrack realized forgot call back heres autograph daughter wrote starter cap stan stan son listen man dad isnt mad gonna name damn gun man bun giants woke eyes open undeniable supplyin smoke got fire stoked say got scope grazed say one call interscope youre swayze reply got crowd yelling woo die lets see petty corny lines ow kelly ooh im 45 im still outselling 29 three albums blew lets talk somethin dont really go someones daughters mouth stealin food youre fuckin mole hill ima make mountain woo ho chill actin like put chrome barrel bone marrow gunner bitch aint bow arrow say youll run like phone bill sprayin lead playin dead thats time hold still eating cereal oatmeal fucks bowl milk wheaties cheerios cause im takin shit em kelly need reading material dictionary yo slim last four albums sucked go back recovery oh shoot three albums ago know oops know facts come lil goof luxury oh broke bitch yeah enough money 02 burn front ho younger wack funny true id rather 80 year old 20 year old til im hitting old age still fill whole page 10 year olds rage got fans city lil kiddy go play feel like im babysitting lil tay got diddy okay spent whole day shootin video fuckin dig grave got wake im billy goat aint never made list next biggie jay next taylor swift iggy ho really blow kelly theyll putting name next ja next benzino die motherfucker like last motherfucker sayin hailie vain alien brain satanist biggest flops greatest hits games mine aint nothin changed locks slay bitch mwah give jade kiss gotta wake labor day bein rich shamed prick usin name clickbait state bliss cause said goddamn name gotta cock back aim yeah bitch pop champagne moment big youre gonna get enjoy give career destroy lethal injection go sleep six feet deep ill give b effort three foot eleven youd look record would suck dick fuckin second lick ballsack get channel give life solidified mothafuckin shit like rambo hes bullets good fuckin machine gun outta ammo enough tatted mumble rapper fuck battle hell fuck kim flannel ill give sandals cause knows long im shady hes gon live shadow exhausting letting offspring lick gun barrel bitch get dance around like sombrero see youre fuckin salty cause young geralds balls deep inside halsey red sweater black leather dress better rap better death threat love letter little white toothpick thinks pic dont like prick thanks dissing excuse mic write alike really dont care whos right youre losin fight picked else want kells attempt fails budden ls fuckin nails coffins soft cottonelle killshot fail im doc still idiots boss pops pills tells hes got skills kells day put hits day diddy admits put hit got pac killed ah im sick bein wack still usin mothafuckin auto tune lets talk im sick mumble rap mouth need get cock even talk im sick blonde hair earrings cause look mirror think youre marshall mathers dont mean youre leave dick mouth keep daughter fuckin oh im playin diddy know love", "Godzilla": "ugh youre monster swallow bottle alcohol ill feel like godzilla better hit deck like card dealer whole squads walking around party cross zombie apocalypse b bobby brain heenan probably reason wrestle mania shadys bitch im possed consider cross costly mistake sleepin hoes better get insomnia adhd hydroxycut pass courvoisier aa ak melee finna set like playdate better vacate retreat like vacay mayday beat cray cray ray j h h h laughing way bank spray flames cannot tame placate monster get way ima feed monster im normal day night turn monster moon shines like ice road truckers look like villain outta blockbusters godzilla fire spitter monster blood dance floor louis v carpet fire godzilla fire monster blood dance floor louis v carpet im product slick rick onyx told em lick balls em appalled many things pissed em impossible list em midst im mental hospital crystal ball tryna see still like tomorrow risperdal voices whisper fist balled back wall pencil drawn song go ballistic pulled pistol guy missile launcher im loch ness mythological quick tell bitch screw like fifth vodka twist top bottle im monster get way ima feed monster im normal day night turn monster moon shines like ice road truckers look like villain outta blockbusters godzilla fire spitter monster blood dance floor louis v carpet fire godzilla fire monster blood dance floor louis v carpet never gave damn raise hand cause im set trip vacation plans im point like index ever get motherfuckin finger prostate exam fans perspire like liars pants im fire got plans retire im still man admire chicks spazzin get handsome flyer got em passin like hand someone flyers goes around comes around like blades chainsaw cause caught flack dollars stacked right bat like baseball like kid ink bitch got racks much ease call diddy cause make bands call getting cheese cakewalk bitch im player im motherfuckin stingy cher wont even lend ear aint even pretending care tell bitch ill marry shell bury face genital area original richard ramirez cristhian rivera cause lyrics never sit well wanna give chair like paraplegic scary call hari kari cause ery tom dick harry carry merriam motherfuckin dictionary em swearing spit shits hilarious time put bitches obituary column wouldnt see eye eye staring problem get shaft like steering column trigger happy pack heat black ink evil half bad meets evil means take back seat take back fat beats maxi single look rap sheet attracts people gangsta bitch like apache catchy jingle stack chips barely got half eaten cheeto fill em venom eliminate em words minute maid em dont wanna hurt em im fit rage im murderin nobody evade im finna kill em dump fuckin bodies lake obliterating everything incinerate renegade im make anybody want pen afraid dont nobody want theyre gonna get anyway cause im beginnin feel like im mentally ill im attila kill killed im killer bee vanilla gorilla youre bringin killer within outta dont wanna enemy demon entered receivin end stupidity itd every bit mes epitome spitter im vicinity motherfucker better duck finna dead minute run hundred percent fifth percent im bout fuckin finish bitch im unfadable wanna battle im available im blowin like inflatable im undebatable im unavoidable im unevadable im toilet bowl got trailer full money im paid full im afraid pull man stop look im plannin haha", "Lose Yourself": "look one shot one opportunity seize everything ever wanted one moment would capture let slip yo palms sweaty knees weak arms heavy theres vomit sweater already moms spaghetti hes nervous surface looks calm ready drop bombs keeps forgetting wrote whole crowd goes loud opens mouth words wont come hes choking everybodys joking clocks run times blaow snap back reality ope goes gravity ope goes rabbit choked hes mad wont give easy wont knows whole backs ropes dont matter hes dope knows hes broke hes stagnant knows goes back mobile home thats back lab yo old rap shit better go capture moment hope dont pass better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better souls escaping hole gaping world mine taking make king move toward new world order normal life boring superstardoms close post mortem grows harder homie grows hotter blows hoes coast coast shows hes known globetrotter lonely roads god knows hes grown farther home hes father goes home barely knows daughter hold nose cause goes cold water hoes dont want mo hes cold product moved next schmoe flows nose dove sold nada soap opera told unfolds suppose old partner beat goes da da dom da dom dah dah dah dah better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better games ima change call rage tear motherfuckin roof like two dogs caged playin beginning mood changed ive chewed spit booed stage kept rhymin stepped right next cypher best believe somebodys payin pied piper pain inside amplified fact cant get nine five cant provide right type life family cause man goddamn food stamps dont buy diapers theres movie theres mekhi phifer life times hard gettin even harder tryna feed water seed plus teeter totter caught bein father prima donna baby mama drama screamin much wanna stay one spot another day monotonys gotten point im like snail ive got formulate plot end jail shot success motherfuckin option failures mom love trailers got go cannot grow old salems lot go shot feet fail may opportunity got better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better anything set mind man", "The Monster": "im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy wanted fame cover newsweek oh well guess beggars cant choosey wanted receive attention music wanted left alone public excuse wantin cake eat wantin ways fame made balloon cause ego inflated blew see confusing cause wanted dos bruce lee loose leaf abused ink used tool blew steam whoo hit lottery ooh wee gave get bittersweet like winnin used mink ironic cause think im gettin huge need shrink im beginnin lose sleep one sheep two sheep goin coo coo kooky kool keith im actually weirder think cause im im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy well thats nothin well thats nothin aint much poet know somebody told seize moment dont squander cause never know could tomorrow keep conjurin sometimes wonder thoughts spawn yeah ponderinll wonders wonder youre losin mind way wanders yodel odel ay hee hoo think went wanderin yonder stumbled onto jeff vanvonderen cause need interventionist intervene monster save conflict cause thing loves killin cant conquer ocds conkin head keep knockin nobodys home im sleepwalkin im relayin voice heads sayin dont shoot messenger im friends im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy well thats nothin well thats nothin call crazy vision one day ill walk amongst regular civilian drums get killed im comin straight mcs blood gets spilled ill take back days id get dre track give every kid got played pumped feelin shit say back kids played aint save fuckin children one kid hundred million goin struggle feels relates thats great payback russell wilson fallin way back draft turn nothin somethin still make straw gold chump spin rumpelstiltskin haystack maybe need straightjacket face facts nuts real im okay nothin im still friends im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy well thats nothin well thats nothin", "Lucky You": "woah joyner joyner yeah yeah yeah yeah done lot things day admit dont take back say said meant life want grammy ill prolly never get aint never trophy motherfuckin ribbon fuck system im nigga bend law cut rules im risk aint got much lose yall eatin long enough turn cut food pass plate drink day lucky fuck woo yall gotta move yall gotta move yall gotta move give room give room give juice hop coupe hop coupe hop shoot yall gotta move yall gotta move give juice back bullshit back wall turn back finished back bullets back job pull mac runnin back hood shit back pushin packs im actually pumpin cant fuck rappers practically suckin mighta went platinum dont mean nothin im actually buzzin time straight kitchen told em oven mine fuck guys dont kill know gon suffer time aint gangster got bangers chains blades couple knives choppers jammies partridge pear tree 12 days christmas nothin lies run hard like sumo say talk like chulo live mars im bruno bitch im dog call cujo play cards reverse might draw 4 like uno callate boca mejor maricon little puto culo theyve invented level ghetto get old lookin somethin prolly never find shit get relevant til nother beef die truth nigga really want tied ive alone never needed nobody shotty ill tell niggas lie keep money never wanted lifestyle pray god sonll alright said aint love side anyone ever want smoke die im goin underdog never lost hope wrong cab wrong path nigga wrong way wrong road snakes grass tryna slither fast bought fuckin lawn mower done said lotta things day admit payback way regret done couple grammys sold soul get em wasnt trophies fuckin recognition fucks difference im cracker bend law fuck rules man used risk got much lose ive eatin long enough man stomach full ate licked plate buffet lucky fuck think got couple mansions still dont manners got couple ghostwriters kids dont actually matter theyre askin fuck happened hip hop said dont answers cause took l dropped last album hurt like hell im back rappers actually comin humble beginnings im somewhat uncomfortable winning wish could say wonderful feeling upswing like punchin ceiling nothin feeling like anyone fuckin ability even stick subject killin inability pen humility ha ta ta ba ta ta dont make bunch fuckin songs nothin mumble em fuck im goin jugular shit circus clowns comin dont give ounce motherfuck ones made rap lets recap way back mcs wreak havoc tape decks adats g raps kanes need 3 stacks asap bring masta ace back cause half rappers brain damage lean rappin face tats syruped like tree sap dont hate trap dont wanna seem mad fact old cat would take feedback aim back need think inevitable know button press lever pull get snap though pay attention im probly makin bigger youve takin ya dicks fuckin back ho brink minute got thinkin finishin everything acetaminophen reapin benefits im asleep wheel peak thinkin evil intent another beat ima kill cause even gotta end eatin pill even ketamine methamphetamine minithin better least 70 300 milligram might well cause ima end bein villain levels shit got elevator could never say im fuckin record breaker sound like broken record every time break record nobody could ever take away legacy made never cater motherfucker got right way got spite inside dna roll til wheels fall im workin tirelessly ayy moment yall waitin like california wishin rain pour drought yall prayin downfall 8 mile southpaw still marshall outlaw say writer mightve fell im back bull like cowboy yall gotta move yall gotta move yall gotta move give room give room give juice hop coupe hop coupe hop shoot yall gotta move yall gotta move give juice", "The Ringer": "plane crash yeah yo im gonna write first thoughts see takes cause feel like wanna punch world fuckin face right yeah let explain make greatness straight gate im bout break aint mistakes allowed make mistake im bout rape alphabet may raise brows press issue get anger full magazine could take staples savage aint thinkin bout bank account bitch im chain like kala brown motherfucker shut fuck im talkin lil bitch im sorry wait whats talent oh critiquin talent oh bitch dont know fuck yall give sub par bar even opinion mention millions views attention news mention lose lose win win billions views ten cents two skim music give shit reviews get clicks bitch lit fuse dont get misconstrued business us shit list renewed get shit get dissed cause dont get fuck half shit youre listenin idea much hate choppy flow everyone copies though probly get fuckin audio audi yo adios see people like lil yachty though even dissin aint simply emcee maybe stan isnt cup tea maybe cups full syrup lean maybe need stir shit preferably shake world paul wants chill yall want ill eat pill probably old killed new watch bleed death breathe mirror dont see breath possibly im dead must possessed like evil spell im e v l jam crest whitestrip tip dick ice pick stick vise grip hang spike fence bang pipe wrench take ball sack flick like light switch like vice president mike pence back shit sidekick lay spike strip things id rather hear mic since nine tenths rhyme ice jesus christ man many times someone gonna fuck bitch wont ever see em icy cold get c polarize shit thames might freeze skull might split like bashed upside bitch got club smash like nightstick turn aint loud enough nah turn valium cause dont know im gonna get mouths shut doesnt matter caliber spit ill bet hundred thousand bucks youll turn around like man fuck sourpuss gonna get mad cause album sucks wants take us last week ex fan mailed copy mathers lp tell study itll help get back shell love mailed bitch back said id like everyone else fucking industry especially effing recovery clone finger bang chicken wang mgk igg azae lil pump lil xan imitate lil wayne aim everybody game pick name im fed bein humble rumor im hungry im sure heard rumblings heard wanna rumble like empty stomach heard mumblin jumbled mumbo jumbo era im pummel thats comin fuck youre gonna run im gonna crumble ill take number two dump aint joyner aint kendrick cole sean youre goner im bout bring anyone bitch want guess walk bk expect whopper order quarter pounder go mcdonalds youre lookin get porterhouse better go get revival yall actin like tried serve slider maybe vocals shoulda auto tuned woulda bought sayin longer got cause missed line never caught cause went head youre stupid get cause youre mentally retarded pretend smartest expertise knowledge youll never artist im harder could ever regardless ill never flawless ill ever honest even im gone theyre gonna say brought even hit forties like fuckin alcoholic bottle full malt liquor couldnt bottle shit longer fact know ima hit bottom dont pull jaws defeat rise feet dont see yall even started get beefs enemies die dont cease fire til least deceased im east side never caught slippin see dont sleep even wink dont blink dont doze dont even nod beats dont even close fuckin eyes sneeze aw man bet cypher weak garbage thing aint even orange oh god thats reach shout colorblind people everyone yall call fire engine green aquamarine think water pink dawg thats date looks like olive look theres apple peach finger bang pootie tang burger king gucci gang dookie dang charlamagne gonna hate anyway doesnt matter say give donkey day way 2018 get underway im gonna say everything wanna say welcome slaughterhouse bitch invite em like one day im done cause feel like beast burden line sand even worth cause way see people turnings makin seem worthless startin defeat purpose im watchin fan base shrink thirds tryin right thing word court public opinion reached verdict still yet determined cause im determined critiqued worshipped could go back id least reword say empathize people evil serpent sold dream hes deserted think workin verses makin wee bit nervous hes scurred answer words cause knows lyrically get murdered know least hes heard cause agent orange sent secret service meet person see really think hurtin ask im linked terrorists said comes ink lyricists beef media journalists said beef meaty journalist get mouthful flesh yes mean eating penis cause theyve pannin album death ive givin media fingers dont wanna turn counseling sesh theyve puttin ringer aint ironin shit press took beat cleaners", "River": "ive liar thief lover cheat sins need holy water feel washing well little one dont want admit something gonna cause pain truth lies right falling like rain let river run hes comin home neck scratched catch flack sweat jackets dress slacks mismatched breaths jack hes sex addict wants exact revenge get back chess match shes back like jet pack shes kept track internet chats guess happens movin next actually shit last chick ex lacks cause loves danger psychopath dont fuck mans girl even know shes devised plan stab back knife hand says relationships hangin strand shes web lately says maybe shell gwen stacy spite man know shes using try play dont care hi suzanne shoulda said bye suzanne first night tonight ive liar thief lover cheat sins need holy water feel washing well little one dont want admit something gonna cause pain truth lies falling like rain let river run one night stand turned two night stand come sunlight scram hug tight found feels deserted used cause left first supposed tell girl hard find words im aloof nervous sue dont want hurt deserve truth dont take personal cant say person revert studio like hole wall diners dont reserved booth feel like person im turning intos irreversible preyed like church pew got dont want took advantage thirst pursue dirt get soapbox preach sermon speech detergent bleach burnin wound cause womb cant bring world shoulda knew use protection fore bit forbidden fruit fuck ive liar thief lover cheat sins need holy water feel washing well little one dont want admit something gonna cause pain truth lies falling like rain let river run names names river river run call call river well let river run always bridesmaid never bride hey fuck say life highway deceit enclave id swerving five lanes speeds high rate like im slidin ice maybe thats may came sideways cant keep lies straight made terminate baby love triangle left us wreck tangled else say fun bet really woulda loved smile didnt really wanna abort fuck whats one lie tell unborn child ive liar thief lover cheat sins need holy water feel washing well little one dont want admit something gonna cause pain truth lies falling like rain let river run", "Stan": "teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad dear slim wrote still aint callin left cell pager home phone bottom sent two letters back autumn must notve got em probably problem post office somethin sometimes scribble addresses sloppy jot em anyways fuck whats man hows daughter girlfriends pregnant im bout father daughter guess ima call ima name bonnie read uncle ronnie im sorry friend kill bitch didnt want know probably hear every day im biggest fan even got underground shit skam got room full posters pictures man like shit rawkus shit phat anyways hope get man hit back chat truly biggest fan stan teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad dear slim still aint called wrote hope chance aint mad think fucked dont answer fans didnt want talk outside concert didnt coulda signed autograph matthew thats little brother man hes six years old waited blisterin cold four hours said thats pretty shitty man youre like fuckin idol wants like man likes aint mad though dont like bein lied remember met denver said id write would write back see im like way never knew father neither used always cheat mom beat relate youre sayin songs shitty day drift away put em cause dont really got shit else shit helps im depressed even got tattoo name across chest sometimes even cut see much bleeds like adrenaline pain sudden rush see everything say real respect cause tell girlfriends jealous cause talk 247 dont know like know slim one dont know like people like us growin gotta call man ill biggest fan youll ever lose sincerely stan ps together teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad dear mr im good call write fans thisll last package ever send ass six months still word dont deserve know got last two letters wrote addresses em perfect cassette im sendin hope hear im car right im doin 90 freeway hey slim drank fifth vodka dare drive know song phil collins air night guy coulda saved guy drownin didnt phil saw show found thats kinda coulda rescued drownin late im thousand downers im drowsy wanted lousy letter call hope know ripped pictures wall loved slim coulda together think ruined hope cant sleep dream dream hope cant sleep scream hope conscience eats cant breathe without see slim shut bitch im tryin talk hey slim thats girlfriend screamin trunk didnt slit throat tied see aint like cause suffocates shell suffer shell die well gotta go im almost bridge oh shit forgot supposed send shit teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad dear stan meant write sooner busy said girlfriends pregnant far along look im really flattered would call daughter heres autograph brother wrote starter cap im sorry didnt see show mustve missed dont think shit intentionally diss whats shit said like cut wrists say shit clownin dawg come fucked got issues stan think need counselin help ass bouncin walls get whats shit us meant together type shitll make want us meet really think girlfriend need maybe need treat better hope get read letter hope reaches time hurt think youll doin fine relax little im glad inspire stan mad try understand want fan dont want crazy shit seen one shit news couple weeks ago made sick dude drunk drove car bridge girlfriend trunk pregnant kid car found tape didnt say come think name damn", "Venom": "got song filled shit strong willed world gives raw deal sets til scream piss screw talks like dont belong tells youre wrong field somethings mitochondrial cause latched like knock knock let devil manevolent ive ever head spinnin medicines screamin l l l let us l l l like salad bowl edgar allan poe bedridden shoulda dead long time ago liquid tylenol gelatins think skeletons meltin wicked get high think ive smelled scent elephant manure hell meant kahlua screw hell went hell accelerants blew volkswagen tailspin bucket matches pale skin mayo went hellmanns rail thin filet fish scribble jam rap olympics 97 freaknik bizarre florida proofs room slept floor da motel dr dre said hell yeah got stamp like postcard word mel man know theyre gonna hate dont care barely wait hit em snare bass square face fuckin world better prepare get laced theyre gonna taste venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em said knock knock let devil shotgun p p pellets felt pen cocked fuck around catch hot one evident im done v venomous thoughts spun like web caught em held like hubcap mud flap beat strangler attack aint gonna feel like love tap eat painkiller pills fuck track like whats names wheel danica patrick threw car reverse indy nut crashin ya back mangled steel mustang jeep wrangler grill front smashed much rear fender assassin slim combination actual kamikaze gandhi translation probably kill us end backin ya aint gonna able tell fucks happenin ya youre bit venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em said knock knock let devil alien e e elliott phone home aint telling chokehold game end im loco became symbiote fangs throat ho youre snake bitten venom ballpoint pen im gun cocked bump stock double aught buckshot tire thumper garrote tie couple knots fired caught fire juggernaut punk rock bitch goin like yung joc cause doc put like sunblock fuck get one shot ate shit til cant taste chased straight liquor paint thinner drank til faint awake headache take anything rectangular shape wait face demons im bonded cause theyre chasin im part escapin impossible latch onto like parasite probably ruined parents life childhood cause im music yall grew im responsible retarded fools im super villain dad mom losin marbles marvel eddie brock im suit call venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/geto-boys.json b/lecture/lecture-9/rappers/rapper-data/geto-boys.json new file mode 100644 index 000000000..00db3255c --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/geto-boys.json @@ -0,0 +1 @@ +{"Mind Playing Tricks on Me": "sit alone four cornered room starin candles oh shit let drop shit like real smooth night cant sleep toss turn candlesticks dark visions bodies bein burned four walls starin nigga im paranoid sleepin finger trigger mothers always stressin aint livin right aint goin without fight see every time eyes close start sweatin blood starts comin nose somebody watchin ak dont know im watchin back see im deep covers awake dont see motherfucker owns black hat like black suit cane like might say take chill b fuck shit theres nigga tryin kill im poppin clip wind blows every 20 seconds got peepin window investigatin joint traps checkin telephone taps im starin woman corner fucked minds playin tricks ya make big money drive big cars everybody know like im movie star late night somethin aint right feel im bein tailed suckers headlights fool ran block nigga last week shot one beat 5000 dollars thought caine gold medal flour reached seat grabbed popper suckers aint use lyin scareder motherfucker hooked left popeyes bailed quick goin lets get shit come like figured got hand motherfuckin trigger sawll make ass start gigglin three blind crippled crazy senior citizens live sword take boys everywhere go im paranoid keep lookin shoulder peepin around corners mind playin tricks day day impossible cope feel like im one thats doin dope cant keep steady hand im nervous every sunday morning im service prayin forgiveness tryin find exit business know lord lookin yet still hard feel happy often drift drive havin fatal thoughts suicide bang get im worry free thats bullshit got little boy look die childll bastard woman seemed like get helped shit another bitch shes back mother im realizing love im feelin lonely mind playin tricks year halloween fell weekend geto boys trick treatin robbin little kids bags til lawman got behind ass speeded pace took look back right face hed squabble doubt swung hit nigga mouth goin figured wasnt ordinary nigga stood six seven feet thats nigga seein sleep triple teamed droppin motherfuckin bs swung blood flew disappeared boys disappeared felt like fiend wasnt even close halloween dark fuck streets hands bloody punchin concrete goddamn homie mind playin tricks", "Damn It Feels Good to Be a Gangsta": "damn feels good gangsta real gangsta ass nigga plays cards right real gangsta ass nigga never runs fucking mouth cause real gangsta ass niggas dont start fights niggas always gotta high cap showing boys shot em real gangsta ass niggas dont flex nuts cause real gangsta ass niggas know got em everything cool mind gangsta cause gangsta ass niggas think deep three sixty five ayo 247 cause real gangsta ass niggas dont sleep gotta say wannabe gonnabe cocksucking pussy eating pranksters fire dies fuck gonna damn feels good gangsta damn feels good gangsta feeding poor helping bills although born jamaica im us making deals damn feels good gangsta mean one dont really know riding around town drop top benz hitting switches black 64 gangsta ass niggas come shapes colors got killed past gangsta smart one started living lord ill last gotta say wannabe gonnabe pussy eating cocksucking pranksters shit jumps fuck gonna damn feels good gangsta damn feels good gangsta real gangsta ass nigga knows play real gangsta ass niggas get flyest bitches ask gangsta ass nigga lil j bitches look gangsta ass niggas like stop sign play role little miss sweet catch bitch alone get digits take end hitting ass meat cause gangsta ass niggas game players everythings quiet clique gangsta ass nigga pulls trigger partners posse aint telling shit real gangsta ass niggas dont talk much hear black gun blast real gangsta ass niggas dont run shit cuz real gangsta ass niggas cant run fast free world talkin shit shit hit pen let mothafucka shank ya niggas like kick back peep game cuz damn feels good gangsta damn feels good gangsta getting voted white house everything looking good people world mafia family boss every owe favor getting like letting big drug shipment send em poor community bust know voters world keep supporting promise take far leaders better upset ill send million troops die war republicans helped win sincerely like thank cause got world swinging nuts damn feels good gangsta", "Still": "geto boys geto boys still kill still kill back ass resurrection group harder erection shows affection wanna ban us capitol hill cause die muthafuckas die muthafuckas still along geto nothing geto taking short steps one foot time keep head low never let go cause let go ill spineless im going insane think mind goes outta control judge subjects muthafuckas read touch shit leavin seen muthafuckas 9 smokin seen nigga 9 die eyes open simply means didnt know every dog day seen bet muthafuckas die muthafucka die muthafucka still fool die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still ii think something water man gotta water aw fuck chucks killing spree guillotines men walk around town frown face fuck whole world finna catch murder case murder rate may increase youre caught world dyin guarantee youre fryin cause verge knocking muthafuckas reason get therell breathin seems muthafuckas wanna calm put palm seems gots lay law pow wanna im askin step face ill break ass two bastard rather swim fuckin hot tar fuck willie cause got ass make shit meal cause die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still many niggas brought irons tonight many niggas wanna ride tonight pick victims time right get ass corner cause dyin tonight niggas mug different story muthafuckas coughing blood died looking eyes cried bust another cap ass died time 5 niggas shootin gift like real jumps aint got murder skills bill chops em watch em fall cut ass head toe jaw jaw draw bet bitch ass holla cause imma put hole head size half dollar fuck around get cap peeled cause die muthafucka die muthafucka die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still", "G Code": "man motherfuckers follow nigga around dude thats real shit though fuck feds redneck racist motherfuckers man dont wanna run know stop ill another nigga headed heaven hanging pac motherfuckers look like im slanger makin threats family dawg im danger call agents want dead hit penitentiaries niggas make pledge dip duck feds homies stuck indictments caught phone talking prices 25 lifes mandatory minimal whole community gets treated like criminals prior convictions getting motherfuckers hung got ci inside everybodys sung mothers fathers separated sons households broken couldnt hold tongue say take case time getting money everything fine crying jail cell stressing case da nigga every day see face middle soul question manhood homey dont talk police dont make peace bond dont talk police dont trust judicial system shoot guns rely streets battle hood rely streets dawg born g code embedded blood dont talk police dont make peace bond said dont talk police aint trustin judicial system shoot guns rely streets battle hood yeah rely streets dawg born g code embedded blood see street shit dont talk police wont accept visit agents wanna see got shit say nigga case im motherfucking nigga iron gate know nigga caught case took 25 sat appeal gave back time soldier mind actions said told cracker tell mammy suck dick cuz james aint motherfucking game living real government working real niggas never squeal right truth revealed troy mouse yeah rapping homey lil pots cant get niggas hit pen get charged get rule 35 informing cops hear voice done listened tapes showing court testifying state dont talk police dont make peace bond dont talk police dont trust judicial system shoot guns rely streets battle hood rely streets dawg born g code embedded blood dont talk police dont make peace bond said dont talk police aint trustin judicial system shoot guns rely streets battle hood yeah rely streets dawg born g code embedded blood im knowing scams tricks trade know nigga trying get clean get way know nigga tryin get green stick bait cause nigga like dopefiend cant rehabilitate still stickin g code playing rules dont fuck around new niggas cause new niggas fools dont photograph homies thatll catch nigga picture victim bottom line nigga fucked connect real staying true got love ant real nigga spook nigga spoonie gee name theres thousand motherfuckers pen bulletproof one heres im rep til die fuck 5 k 1 check p send ass top say sit home motherfucking snitch snitching niggas need song dont talk police dont make peace bond dont talk police dont trust judicial system shoot guns rely streets battle hood rely streets dawg born g code embedded blood dont talk police dont make peace bond said dont talk police aint trustin judicial system shoot guns rely streets battle hood yeah rely streets dawg born g code embedded blood dont talk police rely streets dawg said dont talk police yeah rely streets dawg", "Mind of a Lunatic": "paranoid sitting deep sweat thinking gotta fuck somebody week ends sight blood excites shoot head sit watch bleed death hear sound last breath shouldnt around went way left right place wrong time im psychopath minute lose fucking mind calm back reality dont fear death cause know promised flashes get flashes jason gimme knife million lives im wastin shadow death follows dont give fuck pussy play superman assll get boxed put straight jacket mans sick goes mind lunatic looking window body warm shes naked im peeping tom bodys beautiful im thinking rape shouldnt curtains open thats fate leaving house grabbed bitch mouth drug back slammed couch whipped knife said scream im cuttin opened legs commenced fuckin begged kill gave rose slit throat watched shake till eyes closed sex corpse left drew name wall like helter skelter run shelter never crossed mind gauge grenade even nine dial 911 bitch cops aint shit theyre fucking lunatic sit alone four cornered room staring candles dreaming people ive dismantled close eyes circle appears images sons bitches murdered flashbacks bodies fucked attack im like pit rage thats going guts boys used die im full fry amping im high say fuck let bullets fly like said scarface identity homicidal maniac suicidal tendencies im violent tip yo get grip bitch come equipped aint taking shit cause comes lunatic girls getting skinny shes strung coke went mothers house cut throat grandma standing screaming brad reached telly put blade grans ass went back grabbed shovel grannys way meet devil pulled 38 aimed bitch cop says bitch suck dick said die motherfuckers blasted something clicked head visions bodies plastic scent buckshots human flesh pigs dying bullet wounds chest sheriffs gonna take road dark fuck let pistols explode fuck cause aints die reloaded uzi fired another fry got crazy fuck raging psychotic full angels dust cops place surrounded hunted way get found innocent bystanders watching set example popped one let go goddammit scot free mother fuckers coming sudden shit got silent remember waking asylum bein treated like troubled kid shirt bloody wrists slit think harsh aint harsh gets telling whats thought mind lunatic november 1st 1966 damn fool born mind lunatic shouldve killed sister fucked around let live developed criminal behavior fuck ill slay ya ass beyond recognition shit dental records couldnt prove identity bitch beg pardon talking borden youll never find mother fucker save milk cartons cross line ass mine dont give fuck youre 9 99 blind crippled crazy dont faze funky ass pushing daisies wanna know makes click psychiatrist said got mind lunatic aint got dont fuck unless ass wanna made history ill blow motherfucking house wife kids inside theyre fucked dont give damn slay dont let get hold ej cause shit hit fan ill stab ass quicker mexican nightmares leave scene make freddy bitch ass look like wet dream fact fictional son bitch got mind lunatic", "Six Feet Deep": "theres far many dying june twenty eight date thirty eight chest plate mommy dears cryin wake everybodys dressed black suits goin pay last respects black troop whyd die question everyone knows every days different number time comes remember g youll always place world memory especially boys passed away back 92 best believe boys hoods got love wherever go wherever thinkin hung clubs smokin drinkin never missin hood fight cause everyday back hood good fight everything changed people lookin lonely gon strange spendin new years eve without homie aint much except pour brew throughout crew make sure remember believe hurts see boy broke bread six feet dirt dirt another homie got smoked surprise everybodys trippin cause boy young die sad sight see homie take last breath everybodys trippin cause cant accept homies death another killin reported evenin news somebodys brother got killed behind pair shoes midst shit think wonderin somebodys gonna try take shelf refuse another violent casualty im rollin pack pistol grip beside knee cause city streets today brother cant win people think friends really aint friends uh bushwick cant sleep everybody around keeps fallin six feet deep pain thats deep inside everybody grows approach see body casket close person standin next snapped flick seen casket closed knew whole entire family spoke defense choir sung songs make us reminisce durin singin broke looked seen family partner left choir broke final song thinkin worst yet come everyone headed final flight creeped along gravel burial site director said words sound lowered little partner towards inside ground everybody dropped flowers coffin top work alone concrete block thats deep lotta homies die lotta mothers cry watch tears fall eyes everybody wants go heaven nobody wants take chance chose music dance couldnt tell nothin player got caught game boys casket everybodys lookin somebody else blame ashamed let mother know game used kick ave night comin tryin finer things life boys gone wish home wish wouldnta never fell victim chrome drink brew pour block son might gone damn sure aint forgotten long remember whenever wherever dead alive real partners come together know", "Free": "intro geto boys 98 gonna set shit straight belive dont wish sometimes free free incarceration free paying bills free come go ya feel free haters verse 1 many problems exist world today im deceased want little baby girl say real loved heart loved mama even though sometimes fought young nigga ghetto plenty dreams surrounded police many fiends 13 started mobbin 14 started robbin hard morals values youre starvin abused misused plus bad dresser nobody ever told special put gang tears mammas eyes died got chance apologize hurts see baby sister feeling pain hurts see baby brother still game aint nothin change finances still stressed motherfucking worries got nigga depressed im tired every night pray jesus rescue poverty hate racism diseases lord said prepared place imma free yeah chorus wanna free player hater gotta free verse 2 walk around drawers outside smoking weed scratch balls im reminsing homies lock tight got light behind trying feed family one night right suppose watch mamma suffer cause aint another kids trying ass gettin rougher tougher means nigga get cream stop storming calling american dream looking role model model look follow niggas forgot problem single parent upbringings bad ass nigga fuck singing gonna tell keep positive growing didnt pop give mother fucking streets gots live fuck saying bout im sittinon couple gs smoking weed im free chorus wanna free player hater gotta free wanna free gettin tired waitin gotta free verse 3 nobody understands used bother first conscience free ask lord give strength bless hood keep fake motherfuckers life good knock wood im still trials tribulations tryin make shit lot niggas couldnt take girls hate go clubs stay late think im fucking around hoes gimme break get case committed ride round without feelin tied damn girl catch enough hell streets come home want tender lovin peace one take place ace dig jealously boo sometimes need space keep laced like lottery see god damn gotta free chorus wanna free player hater gotta free wanna free gettin tired waitin gotta free", "Gangsta of Love": "gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie ive never played ho bitch acting stupid shes gotta go motherfuck miss sad fucks ima kick little monkey ass see hoes got wrong thinks nigga say love ya aint strong bitch youre taking shit wrong way tell right gonna long day got educate brothers bitch wont give play fuck move along next trick see im type nigga tell ho suck dick shes sucking thats waste time conversation fucking put fuckin pants tell idiotic freak take tramp ass home cause dont need fuckin dummy need bitch lick nuts dick cumming youll earn gloves haha call gangster love gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie like bitches kind bitches take shirt pull britches got big titties ill squeeze hold em sucks dick lick scrotum shes got friend ill fuck together play game switcheroo aint type gets mushy like sit back watch eat others pussy weak people might say insane thats fuckin level game ill turn sister fucks want know identity gangsta boogie gangsta boogie gangsta boogie gangsta boogie bitches look like im faker knowing goddamn well im motherfucking heartbreaker ill crying months cause done fucked best friends put whipping cunt mothers call fucked one mom done fucked really dont give fuck cause mom offers pussy shes stuck thats type nigga im always game run train goddamn six different hoes night use lubricated rubbers make pussy feel right better safe victim ya got jimmy hat go head dick em put pussy place right nut pull face tell bitch keep suckin prepare first butt fuckin im done straight tub call gangster love gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie im motherfucker put bitch test dont pass dont get blessed test consist fucking whole crew well bitch goddamn thats gotta say want willie yet find difficult listen every time fuck skip class ima put goddamn foot ass father wants buck ill beat wrinkles old motherfucker ill treat bitch like queen realize im goddamn king jealous punk town told girl fucking around shes still gotta game want know name gangsta boogie gangsta boogie gangsta boogie gangsta boogie say b whats hoes mad us cause aint paying pussy fighting asses shit yeah thats level game damn straight say man subject hoes whatever happened ho used fuck named cathy oh cathy ho hot first piece pussy ever got fucked til coming put nuts mouth started humming said shit commence checking started scratching dillbag said hold second turned back gold opened butt cheeks started licking asshole thats guess im gangster uh kathleen johnson sweetheart id like thank ya little hoes getting stuck niggas like really dont give fuck big ass titties sexy switch whatever got deserved bitch see uh like take em fast act like love em dog motherfucking ass like instance ms p bitch ran game tried fuck sensed making talking shes pregnant said course drug little ass like motherfucking horse thats get trying play ill kick bitch smack dead ass ever say made kid make ill grab motherfucking neck try break cause know wore fucking glove know fucking bitch gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie", "Bring It On": "cover dome feel motherfucking glock rugged child house im letting shots biggity bang biggity bang hit motherfucking deck im track im abouts get wreck im coming like hustler never coming buster blasting hoes screaming die motherfucker never showing mercy cause shit weak rhyme glock knock nigga feet young nigga shorts figure step bullshit im greet trigger blasting hoes let know feels bucking 5th ward get motherfucking dome peeled motherfucker bring seagster major leagster bitch deceiver nigga life reliever oakland hustler never busta make way nine trey im coming motherfucka straight 6 9 final line village damage exxon spillage uh coward thats im known pack gat put heads flat rehabilitatin trigga take nigga ghetto cant take ghetto nigga aint nothing changed since 70s im hellbound nigga life aint never heavenly never slippin punk nigga dont lag game tight replace niggas nikes toe tag zoom ass zigga im founder stacking bodies like jeffery dahmer oh comes flow watch tip toe niggas window 6 0 putting motherfuckers misery watching murders reenacted unsolved mysteries trick coward lame pussy ass faggot six feet deep sleep worms maggots niggas cant harm rap lot army coming like desert storm youve warned still want nigga bring much trouble done sewed tracks bitches playing like win get smacked young niggas thats break bitch nickel nut band aid bandit yes nickel nut pimping ten different sluts youve encountered slavery bitch dont give fuck better turn tricks suck lotta dicks come money get ass kicked geto got hoes stroll making bank roll tangle bitch run foes cause pen aint talking pussy im talking paper bitch shake money maker pimp pimp pimpin youre simp simp simpin bitch chose youre wimp wimp wimpin nigga wrong reached chrome slug dome bad news done beat home think acting making youre wrong pizzimping bitches bring bring fool bring yeah bring oooooooooooooon bring motherfucker come damn thang boom boom boom im make freedom ring 5th ward boys coming hard nine trey im geto boys make motherfucking day 5th ward boys motherfucking set putting slug chest cause didnt wear bulletproof vest nigga ratta tat tat temple shit real simple busting domes like pimple jump want nigga im hurt ya murder murder goddamn murder yo im taking niggas promised land little bushwick scarface goddamn peter man lets rock stupid fuck fucking double life stuck ten flow wanna ho yeah cause checking mo motherfuckers parking mo motherfuckers killing motherfuckers one motherfuckers ho sleeping lets get get fucking wig split fool ass nigga bring cant see ass bitch youd better watch bust take blind handicapped motherfucker smoking weed steadily downing schlitz malt liquor wanna step get done cause im nigga well nigga fat square twister one fucked sister made pussy blister got dick side pearl white lac keep weed front brew back heat seat ready put lead ya punk motherfuckers try test wanna cause smoking weed feeling fine got 40 fat ass dime smoking weed feeling fine got 40 fat ass dime weed smoking motherfucker plus kick doobies im one told nigga go insane lubys ganksta nip fucking daughter g wake every morning screaming somebody slaughter step path ass void cause im aerodynamic satanic schizophrenic android mind aint deep enough cars cant creep enough dead bodies complaining loud cant sleep enough attempted murder didnt mean hurt hadnt ate two years wanted cheeseburger bulletproof vest wont protect chest whole body hard digest flex count next hardest like recreation malcolm x bring im ready slaughter sitting church drinking 40 holy water bring fool bring yeah bring oooooooooooooon dmg bring ive victim society got fucked whole shit niggas running 11s mo shit seems wanna start something im let motherfucking 9 break em something homie panicked cause never thought itd come miggity mike serving em soft niggas gats guess like guerilla warfare grab gat load clip go deaf make dont grab nuts duke cause thats way niggas living 9 deuce murder killings slayings shit fake tool find homie dead ditch fucking waters getting hot homie homie homies getting shot niggas overlookin joys life 357 hollow point shells midnight check first walk like know let conversation start ho yo never debates way handle business cause niggas always fucking shit well time handle business hes peeping missile stand straight time make ass like crushed grape come check nigga gun get sound get click yo shoulda brought 3 2 comin ya comin ya dont make pull shit cap ya glock make go pop 17 shot nigga gon drop nigga gon drop heard roll fatty im window cocksucking caddy wanna time pop pop pop goes weasel nine uh nuts nigga youd better let em hang cause get ho aint thang uh mo murder mo motherfucking merrier cause one roughest niggas hiram clarke area quit running mouth bitch know cant fade rap lot south shit 3 motherfucking 2 bring motherfucking crew bitch get strapped assassin ghetto gladiator leaving path destruction like motherfucking terminator lurking streets hiram clarke stalking like predator 17 shots chest made clothes wetter mine cause ninell hit ass every time got motherfucking b mo going straight dome wig splitting nigga finger trigger sinister symptoms motherfucking killer b g motherfucking e double l os motherfucking ho cutthroat smiggity smoking niggas like dope bitch dont choke cause dicks throat getting blast nigga get ass riggy run ass home cause im bring homes return motherfucking dreadlock putting fools headlocks giving niggas headshots dont wanna fuck aint motherfucka mean average run mill ass nigga hoes better recognize nigga mista mista scarface aint nigga fucking lay niggas bump feel pressure cause im type nigga thats known taking drastic measures quick rip shit leave motherfucker twitching niggas make run rifle starts spittin round round motherfuckin round bitches lay shut em shut em screaming vengeance swear meant descended surrender suspended cause niggas meant calm like islamic brother nation still got mind motherfuckin mental patient got chrome dome im give one take home motherfucka uh bring fool bring yeah bring oooooooooooooon", "Chuckie": "told size wasnt shit thats murdered nieces wasnt fault found head cut 88 pieces dont let em run hurry catch em grab arm grab arm lets pull till stretch em play pussy get fucked means youre better dead wanted seafood fished childs head motherfuckers beware cause im sick dead heads frog legs mmm cake mix friday 13th night living dead vampire arms walkin round givin niggas head didnt die would say got lucky bodies found dead fuck blame chuckie childs play motherfucka aw fuck chucks killin spree gimme barb ill start killin murder tried slack 100 missiles blew little girls back name chuckie say im insane give gin might eat dogs brain give motherfuckin 15 pack ill damned dont bring 15 dead niggas back murder contest know ill win cause every mailbox head knife im gettin hungry need fed feel like eatin bag barbequed broke legs bustin necks motherfckin brick half body chuckie half bushwick short nigga always pumpin lead havent figured way get fist forehead get sit get lit knife neck made polar bear spit 9 uzi utensil inside chest found 10000 pencils nerve go chuck fifty guns aimed fuck gonna duck yo im mad im ready slay graveyards packed aint nothin childs play youd better murder put rest cause dont ill come shootin head birds chest pissed way im always soundin killed punk 82 found im say im crazy say im crack die cut leg let die iraq born loser say im mindless get pissed leave naked spineless worse charles manson never havin equal went sleepwalking last night killed 300 people woke chained floor told killed 300 yo wanna rumble go get war hat went jail assault carjack might small nuts big worst thing could let keep fuckin kids cause ima teach em act aint actin right dyin tonight uh aint use tryin spot em send motherfuckin note says chuckies got em"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/ghostface-killah.json b/lecture/lecture-9/rappers/rapper-data/ghostface-killah.json new file mode 100644 index 000000000..19b8898f5 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/ghostface-killah.json @@ -0,0 +1 @@ +{"Winter Warz": "sparkle kid yes shit raw coming door start scream loud wu tangs back yes hours four told prepare mic fights rhyme digest rza console ask slam nine diagram pole raekwon dropped bomb hunchback notre dame golden arms bronze buddha palm hit quran blows extreme mainstream theme supreme team americas cream team redeemed vidal sassoon chrome tones hear moans al capone gun pow dome split bone wig blown ledge alleged full fledged sledge rza edge one dose feroc handheld trigger cuts capella spitting shell paralyse get touched critical mic cords hanging like umbilical cords dope swords five star general raw quote rap style sore throat fully operational hand held tote mhm yes shit raw coming door start scream loud wu tangs back hundred thousand times one snatch styles get done hold title heres belt check slick majestic broke mics left infected germs start spread crew lack effort asked shot jams like syringes technique alone blows doors straight hinges masked avenger appear blow ear like wind freestyle sharper indian spear sit back let king explore describe kids nice holds swords name black attacks nerve like migraines gains beggars trains livid sharp pains poisonous rebel like deck cant destroy get ambushed skate try avoid side effects hot raps hot tracks duffel bag full guns son dipped black culture glides attacks like vulture ghostface madison square poster yes shit raw coming door start scream loud wu tangs back yes hours four told prepare mic fights lookout mass murderous suspect fills body bags apartments projects far coroners know autopsy show shaolin blow put family brought academy wu learnt fuck anatomy steadily calm deadly spatter head lyrics lick transmit mcs submit kill juvenile freestyle civilize mental devils worship like icon bear hugging mics grips python yes shit raw coming door start scream loud wu tangs back heard raps kept waiting son song keep dancehalls strong beats never worthy cause prolong extravaganza time sits still propaganda wary skill bring forth music make love eardrum dedicated rap nigga beware fearsome lebanon malcolm x beat threat cd massacre murder cassette blow shop aint seen nothing yet one man ran tryna get away put bifocal watch cometh chamber like freddy enter dream discombumberate technique scheme four course applause like black dat dat youre stuck stupid like im stuck map nowhere go except next show bro entertaining motherfuckers cant stop battling dont want start tattling stage cause yall snakes keep rattling bitch aint got nothing rich every day whole dress code switch case wanna clock like sherry yall crab bitches aint got worry cant get nigga like dime dozen even im smoked cant scoped im ill represent park hill see face twenty dollar bill cash get ten dollars back fat lp cappachino wax pass thing put valve twelve put lps back shelf smoke blunt dial 9 1 7 1 6 0 4 9 3 11 could get long dick hip hop affection damage mc step direction im staten island best son fuck heard niggas still talking shit absurd repertoire ussr plo style got thrown car ran method man jeep divine cant define style deep like pussy low cut fade stay bushy like porcupine part backs like spine gut like blunt reconstruct design know want diss read mind cause weak knees like swv tryna get title like wu killa bee kid change habit know im friends abbott rza rhyme name printed tablet vets paid debts mad years hibernate sound like bears born power born physically power speaking truth song pro black teaching", "Mighty Healthy": "god killers ive heard lots people say mans killer keep killing killing sort develop taste blood yeah thats right kill one man kill ten hang hands clusty chillin man rusty low blew burner kinda dusty world cant touch ghost purple tape rae co host monty hall expo intellect read pro sons triflin fuck wildflower cycle picked broom thought michael west brighton pool im iron duels turn nuns earths whoopi allah school inhale break beats hell alikes propel parallel duracell knot flashed burnt cell snap candyland kids old rumor blacks become immune shit never like eating dead birds trust pharmacy herbs men marrying men ill got urge pulsar scissor hand wig vanished winter living land god damn right fuck fans king check checkmate props like micro chip founder neck neck stock bill gates hug mics get busy come good time g make snap fingers wiggle scream shout laugh giggle shake body party body dont fuck ghost youll feel sorry thats word im herb understand im saying saying saying hit mics like ted koppel rifle expert let eiffel burn flag grass spiteful ringleader set rap derek jeter culprit prince game wish could see us lay low glitter wax full bangles priceless ropes lay around god get tangled woolly hair eyes fiery red feet made brass twelve men following god staff move every scripts like miramax smashed big boy totaled wilshire fairfax sun beamin wifey beach sipping zima wu binos latinos love selena overnight god schedules fedex pretty silhouette velvet nice dna scroll genetics hot handle one thought scrambling mandolin hundred game wilt chamberlain smack em say rollin face wrinkled hands nuts yo kid stop fronting grounds fore get touched canada dry sess allah son want rye want bad might cry every blow depends breath control first thing must learn fortunately easy youll soon learn god killers killing killing sort develop taste blood god killers god god killers", "Nutmeg": "yeah whassup yall whassup ghostface straight staten island know dont really mean harm happens know step approach motherfuckin wack nigga tryin spit darts cant spit em check though ayo scientific hand kissed robotic lets think optimistic probably missed watch dolly dick scotty wotty copped big microphone hippie hit poughkeepsie crispy chicken verbs throw stone richie chop sprinkle little snow inside optimo swing john mcenroe rap rocknroll ty bol gung ho pro starsky gumsole hit rum slow parole kids live rapunzel ton stizzy really high vivid laser eye guy jump harley ride clarks freak lemon pie im bout bout lord forgive ms sally shouted tracey got shot face house overcrowded fake cats done heard first shitted turf time cuban link verse yo check rap kingpin summertime fine jewelry dripping face box seen ear twitching soon drove cap came three sawed offs give one rae lets season broth lightning rod fever heaters knock kneed sheeba hiva diva got rocked receiver bleeder portfolio looking fancy pantry man got bigger dimes son shit scampi base throw whats mouth dont waste see ghost lamping throne king tut hat straight yeah yeah want yall niggas smack yall niggas niggarettes universal death threats yeah god body yeah doubt judge wise ayo spiced calvin coolers lounging 7 duelers great adventures slick licking 6 rugers rock big boy bulottis woodbridge porch biggest beer seasoned giraffe ribs rotissiere ropes hickory cinnamon scented glaze perfected find truth within self lets smoke hail hands 50 thou appraisal dirty nose nasal drip clique flipped fam dancing blanche bitches flicking deuce pictures kick ace spades snatch jack riches olsive compulsive lies flyers name dick made cover count many veins scooby snack jurassic plastic gas booby trap ten years working wanna tab shit bong bong bong bell went rung rung rung staple lands ambulance dont come yeah see mean see mean motherfucking crybabies get line punk studying arts instead studying thats lost first job punk get line get lil thick ass tossed shit studied bruce lee nigga fourth third pass honey dipped spliff black mental cause continental drift one whiff power u gets divine stiff brick rock late night hear tick tock clock used run pick crab lock hit stash dip back lab make flip uptown boo doop back ave incognito fatal aikido blow pop needle dick knock knee ho bust fetal nine inch long strong bobby pop bitch thongs spit bang chest like kong king merciless ming point killer bee sting ring dings right head bing snap wing bats battle axe tongue hacks tracks ball drop imma snatch ten jacks pass crack niggarette puff loose leaf cigarette man search internet bob digitech stereo crazy shapiro multiply ten times standing next zero snap fingers like fonz bag golden bronze skinned girl honey blonde dip hair make nigga flip chair armpit shaved perfect nair stomach flat pancake mans sake used fuck menstruate made hyperventilate brooklyn know know know know queens know know know know shaolin know know know know know know know know know bronx know know know know jersey know know know long island know know know know know know know break", "Iron Maiden": "turf punk got message smokey give smokey man give aint smokey aint motherfucking message motherfucker said give message willie slam nigga busted yeah man picked well aint got fucking time play give message willies warwick one three told tell yall motherfuckers keep cool one way another quick maybe stick around thats man know could lords punk like kiss ass motherfucker burn motherfucker put trademarks around fucking eye yo gambino niggas swipe deluxe rap cavaliers midgets steal beers give em sit back jollyin team gaming like three card molly drug somalians pollying mittens raps crocheting yo iron niggas portraying havent paying real slide niggas like fresh pair caesar fade style usually tuck grenade throw blade fuck getting laid guzzle shit like gatorade day day wallies half leather half suede connecting high stylist dun light chalice run nothing wildest foulest come long dick style niggas hit ay yo iron bite shit eventually bust rap gun mentally century kid meant get knees bless gem caribbean skiin white bm snatch canadian cream scandinavians palladium style play like thirty two arabians greatest lesson dont owe might get stole go bury velour come understand let get mines first get mines yall yall wanna fuck em bad sho nuff hit bank thrust wu nauticas jamie sommer got trained tour bus upgrade swallow raw eggs read label hitting white label left winnebago unstable smooth sailing walked earth start kneeling started stealing im ill see grilling parlay kicked mack max motion michael bolton magazine quote im potent louisville mix pain kill rap fuck benadryl violin knowledge god sounded ill tremendously obnoxious blotches telephone watchll leave bartenders topless dead arm prosecutor smack juror girlll run like luke laura sit back malayan islands sipping mixed drinks broke coconut bowls wilding sit back jollyin sit back jollyin sit back jollyin team gamin like three card rolly drug somalians pollyin sit back jollyin team gamin like three card rolly drug somalians pollyin sit back deep meditation sound orientated war blizzard rap paramedical wizard cappadonna never catering none microphone three verse weigh ton slaughter order five thousand back across water laboratory story keep flowing glory acapella deep dirty instrumental could blow sky like stormy wind blew one gallon wilding park hill profiling cut face buck 50 sure smiling violating position leave smoked like crackhead mission two tokes mic dope one stroke elegance rated like movie graphic told intelligence person person itd hard take trophy better get somebody try smoke cause im plo tko every day dancehall general party fanatic colonel cappadonna sona old school disco inferno veteran rapping new set wu hard rapping ninety six jive keep live crowd clapping bow praises due staten isle spark mic shaolin spark methtical every evening meeting thinking whos gonna next catch beating mental slanging bitching rap twist point warfare brutalize competition catch hell chance thats said threw ransom jacked stripped beat naked packed gimme rewards way way wanna get em want em gotten want em layin want em gotten cause niggas need got need taken thats right", "One": "yo new ghostface glorious days check yall back yes yes yall yeah masked avengers praise due tmf wu tang clan scream ghost weed gate waiting jake want eight ravioli bags two thirsty villains yelling bellyaches heavyweight rhyme writers hitting grass thats ripest pull kite white bitch talking bout dear ghost nigga know like cops come never hide toast guest starred mad shit cbl ice water metallic past tense placed gold caskets dru hill bitches specialist lounging mosque suede kufi wrap undercover dentist rhymes made garlic never target narcs hit rumor might start spit nice lord sweet daddy grace wind lifted dance floor makeovers free followed gauze duncan hines monument cakes never half baked alaskan sesscapade push new court dates trauma hands like candy canes lay balls ice branches weed vein swimsuit issue darts sent truly heart boo miss see daddy rock wristful modern day slave god graveyard spells fog goggles laying like needles hospital five steps conquer ask bernadette baguette swizzle ziploc air hear thistle real bitches take drawers high niggas snatch skirt case wanna play get bitch face tell ghost said take clothes ayo devil planted fear inside black babies fifty cent sodas hood going crazy dead meat placed shelves eat cold cuts fast hog yall grow ayo crash break glass tony goalie mask thats past heavy ice rollie laying dash love grass cauliflower hurting dumped trash sour mash served every glass wally bash sunsplash autograph blessing name slashed backdraft four pounders screaming pearly ash children fix contrast sound clashes mrs dash sprinkle icicle eyelash ask cappa pendergrass backstage passes special guest johnny blaze johnny mathis acrobat run love jones actress distract cat im high sugar get crack dicking oprah jump rope david dinkins watch black mayor dc hit mocha tangerine sofa two super soakers rover hit sports bar tell young lady bend meditated yoga paddle ball dancing vulture castor troy laying travolta yo switch lingo five nine seventy god glow seven fifteen four ebony ayo devil planted fear inside black babies fifty cent sodas hood going crazy dead meat placed shelves eat cold cuts fast hog yall grow ayo wu tang clan tmf motherfuckin joint connect one thats baby straight yall staple town yall yo many girls gotta fuck yo one ah hah thats yo staple town b many nuts might bust one haha straight take drop nigga yo many shots one many shots im gunnin dome takes one thats word many cakes bake yall one yo yo yo many ls smoke one hahaha time nigga time know time dope fiends dummy like like like like many bags take get dope fiends bullshit one", "All That I Got Is You": "gives blood three months man whatchu doin anyway oughta home momma old boy thirteen thirteen damn bastards must runnin outta niggas arrest yeah ohh yeah goes families went struggle yeah heart heart everything real yo dwellin past flashbacks young whoever thought id baby girl three sons im goin difficult stage find hard believe old earth many seeds shes woman due respect saw life really worth took step back family aint family used play ball eggs school eat grits cause poor grab pliers channel fix hanger tv rockin others pants school wasnt easy survived winters snotty nosed coats kept real older brother still jokes sadly daddy left age six didnt know nuttin mommy neatly packed shit cried grandma held family guess mommy wasnt strong enough went check fifteen us three bedroom apartment roaches everywhere cousins aunts four bed two foot two head didnt like sleep jon jon peed bed seven oclock pluckin roaches cereal box shared spoon watchin saturday cartoons sugar water thing every meal frill summer free lunch held us like steel days go techs house note stating gloria borrow food im dead broke embarrasin couldnt stand knock door friends might laughin spent stamps stores mommy wheres toilet paper use newspaper look ms rose gave us couch shes neighbor things deep whole youth sharper cleats two brothers muscular dystrophy killed remember moms would lick finger tips wipe cold eye school spit case worker runnin back face face caught case housin tried throw us place sometimes look stars analyze sky ask meant yeah yo got im thankful made got im thankful made got im thankful made got im thankful made yeah sit think times without dad always said woudnt cry saw tears eyes understand daddys way somehow always around yeah things oh drugs love always oh yeah say see universe consists sun moon star planets exist space like man woman child understand got keep real reality reality keep real us remember good ol days see thats child made man today see cause forget come heheh youre never gonna make youre goin aheh lost reality take one stroll mind see find youll see whole universe", "Wildflower": "best fucking ever well thats youve dealing ace gotta leave going sugar got business take care oh shit shit thats old man shit better go talk smoke lungs smoke lungs smoke lungs smoke lungs smoke lungs smoke lungs smoke lungs smoke lungs im mind shocking body rocking earth shaking money making sitting high looking fly im drinking best wine yo bitch fucked friend yeah stink ho seen elevator honey grabbed kangol put mega shit bout slap bitch shot crazy verbal leaned back like im rich took place late night february 17th hands flooded like ink face magazine got back honolulu pockets stacking beaucoup cash girlfriend sipped yoo hoo laughed yo tour whore went work quick fast nigga dick dirt couldnt wait kidnap bait sperm ho pinky house put perm thats ever said thought could hold remember long dicked broke ovary crab bitch chicken head ho eating harolds im first nigga watching flicks de niro gained crazy points baby god taught eat right foods fast dont eat lard gave earth lessons came blessing didnt knowledge god manifesting sneaky fuck bitch ways actions told fucked bleeding held malls sexually worshipped di dick like cross freaked broke month fell main shit peeps showed love strength saw got way thought tranqued fuck lobster head ass nigga shouldve slapped gods said chill thats wiz fault god handle lab im wondering many times hot ass got stabbed dumb bitch horny hot fuck mountains clientele low ho catch next show bro got jerked gave away pussy shit hurt feel like somebody died shot old earth fuck fucked chair three legs broken tables screaming biting cables slid washing machine threw spin pussy dry spit dick put dicks bomb baby marvelous hot steak plus im conceited starks make biggest ho call rape im god cipher divine love pussy refined means clean fds smell shine word respect ho", "Daytona 500": "g ds came rock spot like ironman starks illest emcees world today cappa raekwon r z listen clear put box right near ear light blunts beers cause could never fuck wu tang killer beez mans cell say peace cats rock mac knowledge knowledges street astrologists light mic god acknowledge fly joints carry two points corolla motorola holder play god e pack shoulder chrome tanks player like yanks check franchise front guys enterprise splash many lives repel fakes like reflectors sugar ear last crack career manhandle wanna run crib get ditto skate like limo jet flyest estate relate take break break eighth wait drop like drake thugs booing screwing canoeing claim shit fuck union style rzas train aboard jump turnstile island tried challenge god new bals especially aluminum bat ac relax lay back sell grenade day pays black mac 10 flex wipe cats like windex index finger sore busting fly scripts wally kid count crazily grands revive lands laying bitches mans lex lands losing em jet stash jerusalem abusing em rocking jewels like using em low pro star seven thick waves rock polar roll older gods build sun moon star mcs start realizing ghost got shit thatll keep vibing wu bring shaolins finest skills weak better step behind us ghostface ghostface killah mercury raps roughed god shown like taps red white wallys match bend baseball hat forever shit like pissing window turnpikes robbing niggas leathers high swiping dirt bikes voice mellow like vaughn harper radio barber murder sleep away camp fly lady champ arsonist burn pen regardless slaying earthlings fake foreigners phillipines pick herbal beans bubbling strings biochemical cream burn kerosene conviction tape rape wicked like nixon blond heads inscriptions three sixes kiss pyramid experiment high explosive slapbox jesus lick shots joseph zoom like binoculars rap blacksmith moneys rolex rockless chef ragtop spotless im iron man die cast metal im steel alloy true identity hidden inside secret tabloids breathe oxygen sides jaw carry oxes track hit like bangers hundred watt boxes yo jostling cats little j deli ing sip irish moss widelians rhymes like retail make sure shit sell mans cell mcs start realizing ghost got shit thatll keep vibing wu bring shaolins finest skills weak better step behind us cappa cappa cappa cappachino give fifty thou small bills gold plate slang kills beer spills lils murder one dun killer bee stung guess back home son technique slang camp third platoon soon cristal bottles cages boom papi wardrobe mad hatter big dick style beware goons smuggle balloons lorna doones fat pussy wounds let gods build pull grill check mad skills top secret technique hard peep keep jiggy style rap watching knuckle slang sweep order tape recorder cant record slaughter spoil rotten donna good forgotten high top notch borderline rhymes hancocked 96 ill sound clash still hot get shot mcs start realizing ghost got shit thatll keep vibing wu bring shaolins finest skills weak better step behind us", "Apollo Kids": "uh huh uh huh motherfucker uh huh yeah see see yall fake motherfuckers joint huh stealing light huh watch duke watch yo check top murderers snowy bezel cloud merges fbi try want word kid pulled bust shot beacon catch corner speaking crushed heavenly ug rock sweet daddy long fox minks chicken broccoli wallys look stink man straight raleigh durham recognized kojak slapped 5 masta killa cracked heine everybody break bread huddle around guzzle im throw hair back since face revealed game got real radio gassing niggas imposters scream theyre ill im inventor 86 rhyming center debut 93 lp told enter punk faggot niggas stealing light crawl bed grandma beneath la z boy hid knife ghost back stretch cadillacs fruit cocktails hit shelves pauls pastry rack walk like dorothy try judge plus degrees sessical rasta fiends getting waxed drive thru take stand throw hand bible tell lies im ultimate splash wolverine razor sharp ring dolomite student enroll holding aiyo rap like ziti facing real tv crush high speeds strawberry kiwi approach hood gods bail staten island ferryboats cash bail fresh cellies 50 deep city banned life apollo kids live spit real pair bright phat yellow air max hit racks snatch em son 20 tax dream merchant tucked cloud stay splurging rock eagle head 6 inch height bird monday night dallas vs jets dudes slid one hand two culture ciphers one bag wet heavy rain fucked kicks wasnt looking splashed puddle bitch laughing first thought beat bitch moseyed gracefully new yorks wanted cheeba hawk seen yellow brick road stole pastries ghostface holy mind last seen manhattan chase withdrew 6 8 digit briefcase rawness title hell bound quick reload around faces surround look astound split fair one poconos money gin rummy glare spot lame bit ear yo taste teaspoon 300 goons stash balloons locked lab rooms hit glock spazzed grants tomb clocked like patient stocks fall hustle invasion knowing copped block chain tri color freezing velour icicle galore gas station light gleaming wall cop wiseguy jams james bond vans niggas flipped timbs rock boats water watch clams pose standoff mad timid hoping gun fall guessing like lottery balls yo aiyo rap like ziti facing real tv crash high speeds strawberry kiwi approach hood gods bail see staten island ferryboat cats bail fresh cellies 50 deep city banned life apollo kids live spit real", "Assassination Day": "theres coke heard dumb fuck theres coke fuck mean theres coke ive ship ive every fucking room theres gotta coke nothing nothing heavy panting help please panting continues help gunshot assassination day stalk move third world third eyes guiding light invite fight die tonight life lives 25 life bid parole reneged stroll globe fugitive cream short cee cipher power stalk plus fiend talk 3 gs cost supreme court white lies blackmail land back jail sale stolen goal fail stranded front line shine dumb blind comes time take back mine crunch time first quarter worst slaughter devils poisoning birth water earth daughter rest head chest struggle cuddle half moon crest press plant fear exploit gun blasting central broadcasting shackling nerves unfastened trapped deep water gasping clash titans half action stop producers careers weak spot ears scorpion darts hits mark pierce heart silver spears youre bewildered unsaturated low filtered devils still feel youre living build tilted mcs upon axis body hazard tactic lactic acid desert dry cactus practice never match invincible wu tang indispensable one nation god indivisible liberty justice mic clutches thugs bring ruckus leave crutches unforgivable snakes face double edged swords starts swivel decapitates head makes projects livable interchangeable caution flammable chamber 99 plus 1 unnameable angles strangles microphone cords start dangle silent gases pass throughout anal creep doors seep like sweat pores destroy internal organs biological warfare first move shit like yukon spread like grey poupon splurging merging suburbs using like adverb action word flowing like blackbird god came aiming like terry bradshaw hit crash bar stay relaxed god shit smashed pa handle like algebra ufo spot em like galaga holding like bullet proof acuras fly yeah right want get high yo bobby hear im shooting like blue tops wont play like lady pay 380 spit like baby final destination hades wars extremely serious saddens take things deadly measures measured shot pay assassination day stalk enemy like prey tranqued deceptional sounds deceives lures mcs lair mic like bait awaits bitten greed temptation tempts victim proceed forward ignorance wouldnt allow retreat youd rather pursue death admit defeat whos best describe specialize murderous rhyming constantly inclining mind spits enormous kickback brain absorbs impact disorderly conduct crowd feedback assassination day stalk"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/gucci-mane.json b/lecture/lecture-9/rappers/rapper-data/gucci-mane.json new file mode 100644 index 000000000..f0be3e39b --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/gucci-mane.json @@ -0,0 +1 @@ +{"I Get the Bag": "ha gucci drop top wizop whoo yeah ayy get bag fumble get bag flip tumble straight lot three hundred cash car came blunt lil mama thot got ass gon fuck bag pull spot livin fast droppin dope stash italy got two foreign hoes dm drop top cold feel heat real keep 100 real eat like feast say dope fleek percocet pill ice neck baby chill niggas post back dont say nothin niggas kill back ends count sleep fleek hundred k spent patek phillippe bitch im dog eat treat hop frog leap put bricks fender bitch walk around like kris jenner used break enter takeoff runnin like game temple simple play mental mama said saw jimmy kimmel count cause im money symbol walkin racks im lookin crippled fuck bitch tip nickel take pictures la clip double cup pour triple fox body vivica im average typical look wrist critical hold droppin temperature get bag regular got bag cellular backin baggin vegetables bag cookies medical cocaine codeine etcetera cocaine lean federal take landin nebula twenty ms schedule get bag fumble get bag flip tumble straight lot three hundred cash car came blunt lil mama thot got ass gon fuck bag pull spot livin fast droppin dope stash italy got two foreign hoes dm drop top cold feel heat real keep 100 real eat like feast say dope fleek know niggas gettin sick chains neck cost mil piece dont even like freestyle free put key ride beat wont even come house free pay nigga drive jay z couldnt even co sign want cause im signed get get get bag get bag cut half stop comparin yall makin laugh need rehab im addicted cash convertible wop convertible top dope got vertical look hop skrrt skrrt skrrt jump pot came jail went straight top take easy baby middle summer im freezin baby dont leave baby drop knees please baby im fascinated two bitches fine masturbated congratulations brain good graduated hate dont fuck niggas plastic baby trapper baby rap masters baby tragic baby pull fuck traffic baby savage baby im killin niggas closed casket baby get bag fumble get bag flip tumble straight lot 300 cash car came blunt lil mama thot got ass gon fuck bag pull spot livin fast droppin dope stash italy got two foreign hoes dm drop top cold feel heat real keep 100 real eat like feast say dope fleek", "Both": "southside young metro dont trust im gon shoot got many felonies might cant never go canada drake said gon pull strings let check calendar popped one one call boosted stamina im fucking banister guess east atlantad im red drop tarantula fuck challenger damn hoes aint got manners bruh wheres manager keep throwing rubber bandies ho pull panties cause fuck like granny fuck youre amateur patek philippe gon make crooked judge try throw book look like half million worth heroin look aint gotta fuck nig youre stuck called cops nig grew dont usually less im drunk im high im right got talking life dont usually less im drunk im high im right dont usually less im drunk im high im right need ya life dont usually less im drunk im high im right yeah im yeah drink yeah smoked yeah think need dont left dubai folk open water location remote shout yachty aint lil boat shit wrote broke see power mind joke man said would used get left overs fridge nobody famous lived til got jumping crib took lot able give mean dont usually less im drunk im high im right got talking life dont usually less im drunk im high im right dont usually less im drunk im high im right need ya life dont usually less im drunk im high im right southside", "Curve": "huh gucci xo 1 0 1 7 brr brr kid back whiskey virginia black got tipsy im la like im nipsey spanish girls wanna kiss nigga wanna come diss put hex like gypsy kill wrist bleed got suicides sv fendi gucci baby girl wanna choose wanna use abuse know wanna text know wanna sex fifty thou make neck freeze fuck like next please nigga wouldve thought nigga wouldve thought ill right back top ill right back top got girl finger blowin phone like shes single blowin phone like im cee lo somebody needs come get like woo curve know dont deserve know dont deserve got work know want birkin baby worth curve know dont deserve know dont deserve got work need know certain tell worth say star born last night way showed dick girl performed last night thats deserve first class flight buh bye cause quenched thirst last night im dubai somebody tell prince kingpin arrived lived id probably one hundred wives walkin club like gucci arrived ordered dub threw sky told im aight look like surprised look like model devil disguise bum bum bum bum feel like rocky prime know came fuck fuck wastin time got kind wood make woman lose mind im young rich handsome baby im one kind keep real baby wont cost dime know got expensive taste dont even mind like woo curve know dont deserve know dont deserve got work know want birkin baby worth curve know dont deserve know dont deserve got work need know certain tell worth", "Lemonade": "yeah gucci whats baby yellow everything time know im talking yellow rims yellow big booty yellowbones ha yellow lambs yellow mps yellow watch yellow charm ring chain yellow living room set lemonade gucci shoes girl gucci phantom sitting sixes twenties denim cutlass motor knocking lemon like georgia peaches look like lemon sour apple bitter bitches im fucking im truly stupid paid thats feel today im moving slow cause codeine syrups lemonade im standing shade im selling lemonade six hundred pint going rate lemonade diamond bracelet put face lemonhead diamond earrings wore yesterday im pimping wearing linen thats im chillin im smoking grits selling chickens corvette painted lemon lemons chain v cuts lemons chain v cuts lemonade shade feet lemonade shade feet lemon pepper wings freeze cup lemon pepper wings freeze cup lemons face watch em freeze lemons face watch em freeze got lemonade lemon tint lemons watch mix shit lemonade complexion east australian girl killing say killing say feeling four days im sick cause brain lemonhead cocaine white exterior interior lemonade yellow white trimming call super drank yellow diamond pinky ring call lemon rock jewelry box lemon bin earring size apricot yeah smoke strong lot yeah need got half pound lemon kush call pack lemon drop canary yellow lemon watch big bird yellow top yellow polo polo slippers white yellow polo socks gucci mane pumping dog dont got say got stash one lemon homie supply damn near fifty blocks yellow boat parked dock yellowbone gon make drop flip flop mine top go buy yellow yacht lemons chain v cuts lemons chain v cuts lemonade shade feet lemonade shade feet lemon pepper wings freeze cup lemon pepper wings freeze cup lemons face watch em freeze lemons face watch em freeze lemonade townhouse miami want yellow carpet woke morning fuck bought yellow aston martin yellow bricks yellow dust yellow lean yellow tuss yellow pills spinning wheels yellow weed us coward ass nigga yellow stripe yellow back ak hit dog cant bring old yellow back yep gucci bang eighty thousand thats yellow safe yellow holmes mellow holmes know scary cat sleep two days pupils looking yellow five flights six shows quarter million schedule gucci mane niggas know trouble green ice red light caution gucci rock yellow gucci gucci lemons chain v cuts lemons chain v cuts lemonade shade feet lemonade shade feet lemon pepper wings freeze cup lemon pepper wings freeze cup lemons face watch em freeze lemons face watch em freeze", "Met Gala": "hey southside wizop offset young metro dont trust im gon shoot woo mil week bought iced philippe yeah playin keeps suck gang leech came game key pockets blew monique ooh got perfect physique ill tape brick cheeks im gettin money im fuckin thotties tryna get come ups good week ive stackin ms im snatchin wraith mornin nigga locked cell treated like normal thankin lord blessings left met gala dressin formal look boogers big could get shot nigga stick make nigga boogaloo bentley mulsanne seats masseuse im havin stripes adidas boost dick mouth like edible nigga start shootin better move fight gang wont let em lose bitch wantin pipe aight shit started likes hopped dm wrote kite flight first flight finesse nigga get shit bike psych right nigga goodnight poppin shit cause thinkin pipe pipes hunnid rounds drum knife wop biggie pac different keepin glock im yacht yacht watch fuckin thot ocean dubai ima play dumb see plots know im bout hit dope heart gonna stop callin cops hop jet twenty passenger offset maniac im massacre take heart shoot bladder get top blew ladder ran money im talkin lateral got bitch high perc adderall pull fire better grab bitch im offset im bout set mil week bought iced philippe yeah playin keeps suck gang leech came game key pockets blew monique ooh got perfect physique ill tape brick cheeks im gettin money im fuckin thotties tryna get come ups good week ive stackin ms im snatchin wraith mornin nigga locked cell treated like normal thankin lord blessings left met gala dressin formal im havin shit show respect like daddys dad yeah gucci magnet cash cabinet woke palace walk im dallas man flew two bitches cali big bs im rocking bally drunk walkin barely im headed paris pick bag treat like one jacksons niggas aint trappin aint makin transactions nigga rob practicing four bitches tryna swallow feel like im fightin octopus thought killers camped bushes come find photographers feds watch binoculars mad cause nigga gettin popular flexin ho wanna lock drop top wop top negative turn positive dont care none bout obstacles could care less bout bloggers boy 80k stuffed joggers bruh mil week bought iced philippe yeah playin keeps suck gang leech came game key pockets blew monique ooh got perfect physique ill tape brick cheeks im gettin money im fuckin thotties tryna get come ups good week ive stackin ms im snatchin wraith mornin nigga locked cell treated like normal thankin lord blessings left met gala dressin formal", "Truth": "ha gucci suckers keep downing know crowning hahaha yo guwop counting paper counting paper counting days huh 80 chains going aint took one yet aint nothin retarded bout gucci gold rolex ten thousand dollar bounty put neck hope didnt pay cause didnt success seen interview nigga got upset seen interview looked oh stressed think nigga mad cause fucked ex im big dog got lil boy complex go dig partner nigga bet cant say shit looking kid ill zone 6 hit birthday party fresh homeboy tip know yall seen black four fif bought bentley mulsanne look like tips never went platinum catch drift never let nigga like tip flip shit got big 2pac killed gucci haha okay record diss record truth gucci living legend oh yeah im legend living legend nigga respect check aint playing aint trying dance aint using hands let rubberbands get take money go war go war nigga aint real rapper im fucking gravedigger im old school fool dont make show age nigga grab louisville turn batting cage nigga song keyshia cole know still miss puff fucking falling love call song wouldnt even smoke bud screaming icey neighborhood nigga ar backup cause dont need nann nigga must didnt hear flocka said let guns blam nigga used drive birmingham lot grams nigga im nigga aint sparing nann nigga know hard sleep knowing killed homeboy left son bastard wont even raise boy", "Nothin On Ya": "aint got nothing swear hoes aint got nothing nigga broke aint got nothing swear hoes aint got nothing fuck cause youre loyal youre fine make blood boil go get another lawyer took charge aint got nothing swear god aint got nothing huh wiz airport got something ball mall california might pull twin californias aint got nothing aint got nothing aint got nothing hoes aint got nothing think shit paranoia think im another woman another woman gonn keep comin girl hoes aint got nothing nothing claim arent bluffin come home hit hard gives head thats concussion im stunting og kush im puffin club know spend homies gon get bustin got quarter million spend came home tour crushed bought wife pair glass shoes cause ass thick pumpkin aint got nothing dont want nigga fuckin stoner im bitch im prolly owner hella bottles hella marijuana anything want niggas got got liquor got mollies got bitches tryna ride taking pictures standing couches could try aint got nothing aint got nothing aint got nothing hoes aint got nothing think shit paranoia think im another woman another woman gonn keep comin girl hoes aint got nothing fuck shawty cause loyal tie knot like memph toya wont ignore wont divorce lets two girls call rolls porsche respect girl accept girl ill anything protect girl could would kept girl im unhealthy baby fuck world daddys lil girl yous grown lady dont see like see cause related got faded spot swear wasted third shot patron swear cant even taste aint got nothing aint got nothing aint got nothing hoes aint got nothing think shit paranoia think im another woman another woman gonn keep comin girl hoes aint got nothing", "Traphouse 3": "whats happenin nigga trap house iii fuck nigga whats happening ayy come man man outta cut fuck told partner bring presser huh apply pressure jack yeah got thousand keys uncut nigga guaranteed make money stack nigga im trying make money fast nigga im trying keep shit together call boy eggbeater fat cook good cook way better sipping coronas vato casa know es su casa big cat used call el gato guwop call el chapo nigga use trap bandos abandoned homes boarded windows fuck peeking window fuck boys know keep extendo trap house iii got k three young niggas stay trap house iii got k three young niggas stay hope niggas dont play hope niggas dont play hope niggas dont play cause mak 90 stay trap house iii got k three young niggas stay trap house iii got k three young niggas stay hope niggas dont play hope niggas dont play hope niggas dont play cause mak 90 stay trap house trap house trap house trap trap house trap house trap house trap trap house trap house trap house trap house trap house trap house trap house trap trap house trap trap house trap trappin pack know trap house trap trap house trap trap house trap trappin pack know trap house trap know got agenda break thing blender got warrant surrender sub machine extender came pissy mattress got money rappers tried hit traffic work magic im riding round lieutenant let em count spend bitches come business catching bodies trenches trap house iii got k three young niggas stay trap house iii got k three young niggas stay hope niggas dont play hope niggas dont play hope niggas dont play cause mak 90 stay trap house iii got k three young niggas stay trap house iii got k three young niggas stay hope niggas dont play hope niggas dont play hope niggas dont play cause mak 90 stay trap house iii", "St. Brick Intro": "igloo full snow white stove house full naked hoes snortin blow lonely top plus real cold house full hoes cookin blow im zone six aka north pole burr ea ga 1 0 1 7 wop six middle winter pull vert middle december pulled skirt santa claus hood pull work call east atlanta santa run get murked im trappin snow sellin nine half bricks four ways hills go got extendo ak im neighborhood philanthropist im sellin bales cannabis preachin like evangelist dont fuck amateurs drive spiders yeah tarantulas diamonds immaculate im romantic shit im cookin cocaine candle lit im trill ho cant handle damn bitch suck dick skeeted face lip guwop cant fuck basic bitch teacher teachin arithmetic show whip brick learn run clique told kill snitch young girl freaky chick damn sneaky shit ran half zip got slap trick record labels broke shit ricky dinky record shit sell meth mexican dog food yea excellent done started sellin christmas tree im tryna jingle bells ho christmas time hollis queens im stompin shell toes christmas time 96 asked santa twelve golds guwop got gifts give dont fuck twelve though santa claus city bag full goodies wish faggot ass cops would let nigga live im tryna come chimney 100 mil im bricksquad boss im like santa claus", "Pussy Print": "wizzop yeezy mane mike made burrr bitch stop comparisons im artistses im gucci mane la flare neck real retarded shit keep towel cause watch drippin water bitch featured kanye cause fuckin narcissists narcissistic tendencies psychopathic pockets bitch bank account crazy bitch think needs medicine straight jacket giv enchy ahnchy ahchy cant even pronounce shit designer jeans designer drugs bought designer bitch bitch keep hittin line knowin aint dime shit knowin aint got time waste fuckin around nickel bitch nigga pinchin pennies im making millions bitch dont ask im votin cause got presidents bitch walk round lingerie day think elegant elephant room guess whos mothafuckin elephant maybach garage elevator residence pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print guwop makin super moves makin stupid cash stack roof dont fuck feelin mutual id feel drove subaru hit city old goin oc friend gonna watch weak seven times row could go whole week could take nosebleeds floor seats need sauna bathroom mamas like porn star im monster dancer camera g string girl want concert condo bedroom guest room restroom fuck every room tryna see pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print mwah"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/gza.json b/lecture/lecture-9/rappers/rapper-data/gza.json new file mode 100644 index 000000000..41eefbca1 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/gza.json @@ -0,0 +1 @@ +{"Liquid Swords": "little father famous greatest samurai empire shoguns decapitator cut heads 131 lords bad time empire shogun stayed inside castle never came people said brain infected devils father would come home would forget killings wasnt scared shogun shogun scared maybe problem one night shogun sent ninja spies house supposed kill father didnt night everything changed see sometimes gotta flash em back see niggas dont know shit started yall know came im sayin gonna take yall back source knowledge yo mcs came live name perform snort cocaine act insane pete rocked mental plane spark brain building born yo rza flip track cut fake niggas get flipped mic fights swing swords cut clowns shit swift bite record write flow like blood murder scene like syringe wild shit insert fiend op shop stolen art catch swollen heart rollin smart put mad pressure phony wack rhymes get hurt shits played like zodiac signs sweatshirts thats minimum feminine like sandals minimum table stacks verse gamble energy felt cards dealt impact roundhouse kicks black belts attack mic phones like cyclones typhoon represent midnight high noon dont waste ink nigga think drop megaton bombs faster blink cause rhyme thoughts travel tremendous speed clouds smoke natural blends weed one circumstance thats im blunted turn shit clan da front want mcs came live name perform snort cocaine act insane pete rocked mental plane spark brain building born yo rza flip track cut im mission niggas say impossible swing swords choppable body dropper heartbeat stopper child educator plus head amputator cause niggas styles old like mark 5 sneakers lyrics weak like clock radio speakers dont even stop station attack plan failed get derailed like amtrak fuck law make law justice sentence ass two four round clock state pen time check pens stickin cant state crime came wu slid dl im low key like seashells rock bells come aboard medina bound enter chamber whole different sound wide entrance small exit like funnel deep picked radios tunnels niggas fascinated shit begin get vaccinated logo branded skin mcs came live name perform snort cocaine act insane pete rocked mental plane spark brain building born yo rza flip track cut", "4th Chamber": "choose sword join choose ball join mother death dont understand words must choose come boy choose life death man ho wait sky blue bally kid 83 rocked tale lords memorex performed tape decks phone sex watch haiti bitches heard throw hex yo wu whole platoon filled raccoons corner sittin wine niggas sippin apple boone aint white cartoon cause duckin crazy spades kid hold white shit like blacks rock ashy legs sky blue water wet judas rat romans jesus slept stand youre luck like two dogs stuck ironman sippin rum stanley cups unflammable noriega aimin nozzles stay windy chicago spine tingle mind boggles kangols rainbow colors promoters try hold dough gimme mine po wrap ran dark ages constantine great henry 8th built genghis khan red suede wally judge wisely nothin ever surprise loungin two pillars ivory im lively dome piece like building stones greece poems deep ancient thrones speak im overwhelmed mind roams realm eyes visions memory film others act sub tile fragile cloud act wild couldnt budge crowd matter loud get though growl spit clutch fists throw signs like crip throw types fit leave em split like ass cheeks ragged pussy lips aiyo camouflage chameleon ninjas scalin building time grab gun already got wife children hit sent president raid residence secret evidence documents raped continents lynched prominent dominant islamic asiatic black hebrew year 2002 battles filled wu six million devils died bubonic flu ebola virus reign king cyrus see weakness man right iris unloyal snakes get thrown boilin lakes hot oil boils skin chickenheads gettin slim like olive oyl plant seed deep inside fertile soil fortified essential vitamin minerals use sky blanket stuffin clouds inside pillow rollin lamb twelve tribes 144000 chosen protons electrons always cause explosions banks g cream downs bet money feed good opposites set aint hard see seeds need god degree got mouths feed unnecessary beef cows breed im tax free shit means whether bounty hit scheme counterfeit cream learned much swift cons run scams veterans got game spiced like ham sons born guns drawn clips fully loaded blood floods lawn disciplinary action fraction strength made truncate length one tenth woofers thump tweeters hiss like air pumps rza shaved track niggas caught razor bumps scarred tryin figure invented unprecedented opium scented dark tinted watch blow shoes without clues cause wont hesitate detonate im short fused", "Shadowboxin'": "special technique spe special technique shadowboxin gza uh goddamn pledge allegiance hip hop pledge allegiance hip hop allegiance hip hop yeah yeah johnny blaze pledge allegiance hip hop maximillion maximillion maximillion breaks bone gristle ill speakin scud missile heat seekin johnny blazin nightmares like wes craven niggas gunnin third eye seen comin happened know fuckin staten kids smashin everything huh shape form fashion everybody talkin bout blastin hmm bustin steel flashin hmm talkin yo asshole learnt flow peasy afro ticallion stallion chinky eye snot nosed naps bunion big toe keeps movin know fuck im doin rap insomniac fiend catch nigga snoozin slip cardiac arrest exorcist hip hop possess crunch nigga like nestle know steez burnin third degree sneaky ass alley cat top pedigree head toucher industry party bum rusher dont like dick fuck ya allow demonstrate skill shaolin special technique shadowboxing naps aint nappy enough reach aint rugged enough bitch yo slayed mcs back rec room era style broke motherfuckin backs like ken patera rap niggas came loud unheard pulled round em nearest third check non visual niggas tapes portrait flood seminar tryna orbit corporate industry niggas cant see must break like wu unexpectedly protect ya neck sword still remains imperial blast mic rza scratch serial reign year round june june niggas bite immediately soon set lynchin inform execution date 2000 beyond slang suffocate amplify sample vacuum tubes compressions cause rza charge niggas twenty gs session mind start clickin strategy mastered plot thicken wu shit dont give cotton pickin fuck brother tryna size nigga hold hard hat protect dome look mamas baby boy actin like grown time sleep gets deep baritone killa bee holdin honeycomb loungin son wu brother number one protect neck flyin guillotines come bloody bastards hard times killer tactics spittin words plus semi automatic slurs peep graphic novel genie bottle hit clutch shift gear full throttle time bungee next episode keeps grungy hand nut sack spittin lunghies wack nigga dont understand fact come rza tracks dont know act real rap stat killa hill projects exact break together things gettin good lookin better shit allow demonstrate skill shaolin special special special special technique shadowboxing shadowboxing allow demonstrate", "Duel of the Iron Mic": "oh mad one see trap never escape fate submit honor duel son agree see youre using old style wondered youd learned know well heh forgotten show come come since youre interested fight yo picture bloodbaths elevator shafts like murderous rhymes tight genuine craft check print veterans spark letterings slow moving mcs waiting editing liquid soluble made chemistry gaseous element burned ministry herbal vapors biblical papers smoking exodus every square yard plush fuck screw faced photo sessions facial expression leaves impression try keep shark nigga guessing give crazy shouts son heres outcome cut across semi gloss rhymes floss shit outdated like neckloads sterlings suede fronts bell bottoms tri colored shearlings aint particular bang like vehicular homicides july 4th bed stuy money dont grow trees theres thieving mcs cut throat rake leaves cant breathe blood splash rushing fast like running rivers whiskey liver duel iron mic fifty two fatal strikes 85 affair made clear gods get perform storms blew wus causing crowd self destruct killer beez stinging something reveal science thats heavily guarded culprit bombing barracks aerodynamic swordplay poison darts doorway minds thats laced explosive doses damaging lyrical launcher lunge youthful offender injure contender testing murderous master could lead disaster dynamite thoughts explode barrier rips retina withstand astonishing punishing stings sternum shocked hip hop livestock seeking serum cure em adults kill drugs plus young bucks bust ducking handcuffs throats get cut dough rush town foes look shook still pose move like real pros streets stroll bullet holes lace windows one six oh control avenues thats dream thats sold building lobbies graveyards small timers bitches caught airports keys vaginas peace yo police mad corrupt get bagged depending youre passing cut plus shortys shorty hes living heartless regardless charges claims hardest individual critical thoughts criminal minded blinded illusion finding confusing duel iron mic fifty two fatal strikes duel iron mic fifty two fatal strikes huh master must dreaming heh well dreaming must asleep hes asleep wake height fame glory turned one another struggling vain ultimate supremacy passion depth struggle art raised olympian heights lost techniques vanished", "Cold World": "bad dream dont afraid bad dreams dreams time chose born babies cryin brothers dyin brothers gettin knocked shit deep block got locked cold cold world night new years fuckin projects handgun silent even tec outsiders stuck enemies put fear blasted spot pigs know hoods robbers snipers new sight fuck blue white escape flash fuckin lights gunshots shatter first floor window panes shells hit ground blood stained dice game whether pro calisthenic style set beat niggas toothless physically cut like gooses iron sides thugs took excuses therefore fifty two handblocks useless linx snatched necks left scars throats jackets took bullet rips coats felt cold steel made em fold squeal metal hit temple grill construction worker caught bomber time swing hammer hangin farmers bugged niggas catch slugs pockets dug everythin except check stubs sound ill like wars brownsville fatal robberies red hook feds look fugitives shoot cops niggas layin roof tops cream stashed shoebox hot strip filled young killers dont suspect cops creep like caterpillars born thieves stay hooded extra bullets try flee hit vertebrae increase murder rate similar hitmen pull tecs drop crack like tacos mexican rapid like recipients cashin checks back motherfuckin spot lexington babies cryin brothers dyin brothers gettin knocked shit deep block got locked cold cold world runnin cops bustin shots shit deep block got locked cold cold world yo time freeze undercovers ease grand prixs seize packages pocket currency cliques control strips full clips sprayed yellow tape barricades sidewalks bodies lay madness strikes twelve oclock midnight stick kids ground broke staircase light stays harassed scramblin petty cash jakes ass young bucks learnin fast three fifteen sevens forty fours bought inside corner stores provide sparks wars hospital floors surrounded law homicide questionin jakes guard door hood stay tense loyalty puts strength team cause niggas main concern cream niggas jet black galant shot chinese restaurant kid named lamont thought dead instead missed kid hit twelve year old girl head fled tactical narcotic task force back fast cause crime boss passin cash extortions portions streets causes beef havin followers indians trying play chief witness saga casualties drama life script im actor author modern day opera main character presidential papers dominant factor know sensuous charm looked alarmed walked babies cryin brothers dyin brothers gettin knocked shit deep block got locked cold cold world runnin cops bustin shots shit deep block got locked cold cold world", "Living In The World Today": "yo yeah check son check son yo wu get soo live place got capital g z mc givin mad shout ranch crew old school gonna take yall back know im sayin lyrical sorcerers right fathers cream crop son yo check well livin world today hearin slang wu tang say niggas front dont em blast em alright well ok well like way sound clap man women love well raise hands raise hands youre sure punk niggas shatter like glass jaw break rhyme gross weight vehicle combination heavy chevys chased station double edged guillotine beheaded gassed fuckin regular unleaded shit heads roll hillsides behind ropes bind x marks spot scope heavily armed military necessary gamble mcs bet best every powerful parable ditties might harm tampered set strike like pipe bombs flashbacks duel iron mic look fatal flying spikes massive sleep holds put strangle commercial angle microphone cords tangled star spangled could ever say heard motherfuckin style mad murderous well like way sound clap man bitches love well raise hands raise hands youre sure punk niggas shatter like glass jaw yeah well livin world today hearin slang wu tang say niggas front dont blast em alright well okay well know mcin yo know lot well demonstrate somethin nigga huh id rather im talkin bout stacks cousin nigga thats got cash rules world well cash rules spot preliminary attack keep cemeteries packed niggas think aint like mcs gunned like run mad trucks god struck religious niggas call bad luck rap celeb got caught web bees stingin yo niggas em singin im swingin swords strictly based keyboards unbalanced like elephants ants see saws throw raps attack like japs pearl harbor mcs like bank robbers fleeing scene sole survivor dj getaway driver tried dip dive socialize vocal vibes tracks stabbed razor sharp knives criminal subliminal minded rappers find hard define narrow gate fat tapes played date construct thoughts site renovate point god made statement draftin tracements replacements basements materials sheet rock sound proof beatbox microscopic optics received boxes obnoxious topic major labels flavor tropical punchlines thats unstoppable ring like shots glocks attract cops around clubs try shut hip hop increase everything peace father see king police well livin world today hearin slang wu tang say niggas front dont em blast em alright well ok well like way sounds clap man women love well raise hands raise hands youre sure punk niggas shatter like glass jaw break well livin world today hearin slang wu tang say niggas front dont em blast em alright well ok wu tang say dont handle em alright well okay world today wu tang say niggas front dont handle em blast em alright well ok", "Gold": "aiyo shorty yo thats word oh yall smelling yall piss yall think yall gold yo anybody get caught flinging im returning em thats word getting blasted anything 220 140 thats mine yall need step fuck yall niggas aint crazy real yo fiends aint coming fast enough cut thats pure enough cant fold need gold reload product must sold im deep back streets heart medina set something deep misdemeanor subway waiting train make noise blast nigga boys pushed block made dope sales drop like crash dow jones stock connect cross sales catch mills ho bitches got birth control pills im park setting deal blunt fire bum nigga sleeping bench wired peeped convo address condo changed nigga name john doe set camp got vamped put stake heart ripped fucking fangs apart snake got smoked set like brandon lee blown frame like pan flight 103 got swung lungs torn kingpin castled rook lost pawn regular block played lookout preying predator glock took neighbourhood rough enough clip thats full enough cant fold need gold reload product must sold fiends aint coming fast enough cut thats pure enough cant fold need gold reload product must sold mandatory supply troops mega firearms big apes spread em like crops farm get cream sometimes repaint scene like last episode gates niggas plant bombs till smoke blast becomes thick flows knew hes gun sick glock clicks like high heeled shoes parquet floors mad sick stand hills invade wars filthy foul shovelling dirt hes hurt instance chop hands attack worth idols would lock airports extort import catching ten percent fiends snort ski resorts hills move keys skis making drops snowmobiles plan expand catch seven figures release triggers live large bigger nigga promised moms mansion mad room died still put hundred grand tomb open wounds hid behind closed doors still organizes crime drug wars fiends aint coming fast enough cut thats pure enough cant fold need gold reload product must sold neighborhood rough enough clips thats full enough cant fold need gold reload product must sold theres cuffs thats tight enough niggas thats fuck us cant fold need gold reload product must sold", "Labels": "lot people know im sayin gettin misinformed thinkin everythin everythin could get little deal whatever know im sayin gonna get gonna get rich labels tryin lure us like spiders web know im sayin sometimes people gotta come speak let people understand know gotta read labels gotta read label dont read label might get poisoned bomb niggas god tommy aint motherfuckin boy fake moves nigga employ well emerge set know god damn show livin large niggas flip def jam ruff motherfuckin house cause smother cold chillin motherfuckers still warner brother im ruthless clan dont act wild shit jive old sleeping bag profile soft comedian rap shit aint rough witty reel reel wasnt tuff city niggas game thinkin lyrical surgeons know mics phone virgin aint boned mic couldnt hurt bee thats like goin venus drivin mercury capitol rugged slang wu tang witty unpredictable talent natural game death row mc mic cables epic rush associated labels east west atco bring next plateau keep phat though yo im hittin batters wild pitch style even show uptown mca style thought saw 4th broadway island bombin mcs day priority im first priority bone secret bitch sorority look abbot master breakin pendulum fiend mcs blow thatll numb ppendix im holdin weight columbia index interscope rca clan thats comin plan free slave mental death mc dont panic throw ar nigga boat atlantic whos bad boy character arista firin weapons released geffen duck struck soul motown central broadcasting systems low dirty like bastard gettin drastic read label say loud another wu banger thirty six chambers area rza razor rza razor sharp", "Hell's Wind Staff / Killah Hills 10304": "rza yes good life know gza fuck hells angels mk ahh mr bobby steels tony starks line one mr bobby steels rza steels steels peace starks whats goin baby yeah everything lovely yeah maximillion didnt show yet im noodles got lucky hands gza got soul rb classics shit right rza yeah greco right front right greco standin right yeah briefcase oh ok ok got aight thanks dk bobby steels rza mr greco good see good see good see dk pleasure rza everything ok everything working planned dk everything workin nicely cash twenty thousand dollars rza cash dont talk hey hey gza get fuck outta hells angels bullshit rza got cash know cash rules everything around motherfucker uhm let ask gza fuck outta dk full amount twenty thousand agreed upon gza fucking hells bastards rza let ask question mr greco know rodriguez dk know person rza rodriguez bronx rodriguez dk dont know youre talkin rza well think know cause fuckin friend 120 precinct right singin fuckin ass like fuckin bird fuckin guys comin dk believe life drug dealer killah hills 10304 restaurants stakeout order food take chaos outside sparks steak house maintain power feel deals gone sour nigga missed wedding late fucking half hour man bought land tony starks contracting bricklaying jobs city parks hes loan shark interest rates grand finger garment district got sewn like singers cause talk blasphemy kid heist burlington coat factory fuck turned states nigga castro copilot used drop rice sacks blow remote area label dead mans island two hundred miles south thailand right docks got luxurious custom made yachts burial plots niggas hit fatal shots theres need us spray scene use less men powerful shit team like man muhammad afghanistan grew iran nigga runs neighborhood newsstand wild middle eastern bomb specialist initiated eleven terrorist set bombs bottles champagne niggas popped cork niggas lost half brains like ex worker tried smuggle half key left leg even underwent surgery say pirate limp gave away feds rushed coming us customs look whose witness stand singing well known soprano smash hit sammy gravano heres plan minimum hit two hundred grand half time game blasting niggas stands sharp shooters hit prosecutor judges sent photographs wives taking baths along briefcase filled one point five thats bribe take commit suicide first rule anyone schemes gold syria want small intestines ripped interior got price jewels ship em freight cargo dont forget launder cream wells fargo reconstruct processing plants call costa rica four hundred barrels ether two hundred pounds reefer fifty immigrants fake visas life drug dealer killah hills 10304 saga continues", "Investigative Reports": "go come battle battle fought brooklyn hessian soldiers killed 3000 men much fighting took place prospect park green wood cemetery well park slope gowanus neighborhoods first battle america rugged rhymsters crooked crimesters dime droppers twenty five lifers backstabbers low blowers illegal cocaine growers starvation profanity anxiety brothers trying gun slingers dead ringers yo slangs world mix collaboration man little man girl way life got thinking plus im analyzing young youths roofs know three time felony brutes roll together tropical trees puff whatever yo could go run kids leathers drug faculties bubble keys gs cream flow like seven seas hit chicks guyanese word hold head fall morgue route devil want lets get niggas locked change better vendetta life feed seed right hes breathing indeed right chef remarkable sparkable raps tackable gats never get jacked see ya move black paradise trife plush much ice getting nice laying back sleep life word battle brooklyn depicted bloodiest clash american revolution soldiers killed 3000 men much fighting took place crack patients dime smokers vial carriers mocha tokers burnt buildings brothers building save children investigative reports calling cars calling cars ghetto psychos armed dangerous leaving mad scars found bound gagged shot blast spot victims took like astronauts get even best cant come youre next contestant get pockets dug chemical bank ends caught red light putnam avenue franklin used heat cipher shot hyper average jfk sniper came home spofford rolling like kaufman laid ass like carpet stop stuttering boy save complaints five oh praise god chk chk pow release shots premeditate grab jet back lab remain shaolin endangered island shorties lose blood gallons integrated number corrupt cops judges high level positions insure continued success drug smuggling money laundering operations crack patients dime smokers vial carriers mocha tokers burnt buildings brothers building save children investigative reports yo grab pen revenge let loose see like muslims standing block rocking kufi hundred dollar kick rocking kids back starting gun wars black reeboks velours jungle way life living villain packed visions copywritten throwing bread pigeons christ risen king elegant slang master jack expensive noodle hats sixty nine old timers time brothers shot craps baggy blue guess jeans pull strings palm springs im locked bing rocky ring labelled rap king corner emperor golden thieves play benches rednecks hanging big niggas memphis back hit bulls eye loaded nines life like tarzan swinging thin vine shatter dreams mirrors dont need press spirals aim white shadows big barrels moet ers bald headers milk armarettas fear none crushing personal vendettas yo use guns angrily shot arrows better keep eye sparrow rugged rhymsters crooked crimesters dime droppers twenty five lifers backstabbers low blowers illegal cocaine growers starvation profanity anxiety brothers trying gun slingers dead ringers investigative reports investigative reports investigative reports integrated number corrupt cops judges lawyers high level positions insure continued success drug smuggling money laundering operations"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/ice-cube.json b/lecture/lecture-9/rappers/rapper-data/ice-cube.json new file mode 100644 index 000000000..250de1f77 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/ice-cube.json @@ -0,0 +1 @@ +{"No Vaseline": "damn oh yeah aint motherfuckers motherfuckin saga continues yall motherfuckers ready nwa well get fuck bitch bitch youre poor said man couldnt quit dope ice cube writes rhymes say since stepped fuck heres think punk ice cube heres think cube suckin much new york dick heres think real niggas niggas dre yella used wear lipstick lace heres think yall let punk ass group heres think london wasnt good without fuckin ice cube heres think bought tape know wanted motherfuckin money back smell heres think nwa aint shit without ice cube heres think cube suckin much new york dick heres think real niggas niggas dre yella used wear lipstick lace heres think punk ice cube heres think yall let punk ass group heres think know wanted motherfuckin money back heres think nwa aint shit without ice cube fuck yall goddamn im glad yall set used hard youre wet soft first ak see video michelle looking like straight bozos saw coming thats went solo kept stompin yall mothafuckers moved straight outta compton living whites one big house another nigga sight started much cargo dropped four niggas im making dough white man ruling niggas attitudes ya foolin yall niggas phony put mama dead homies yella boys team youre losing ay yo dre stick producing calling arnold dick eazy e saw ass went quick got jealous got company im man aint nobody humping trying sound like amerikkkas could yell day dont come close cause know im one flowed ya done run 100 miles still got one go l e n c h b yall disgrace c p cause youre getting fucked green white boy vaseline youre getting done without vaseline youre getting done without vaseline youre getting done without vaseline damn feels good see people bigger cap bigger peeling gives fuck punk ass villain youre getting fucked real quick eazys dick smelling like mc rens shit tried tell year ago willie told let ho ho couldnt stop getting ganked lets play big bank take little bank tried diss ice cube wasnt worth cause broomstick fit ass perfect cut hair naw cut balls cause heard like giving drawers gang banged manager fella getting money ass like mothafucking ready teller giving dollar bills got villain purse high heels dont believe ren say cause hes going like kunta kinte got whip ya toby used homie act like dont know case divide conquer cause let jew break crew house nigga gotta run hide yelling compton moved riverside dont front mc ren cause remember drove b 210 broke mothafucking joke let scene back first team aint fault one nigga got smart ripping asshole apart taking green oh yeah villain get fucked vaseline youre getting done get getting done youre getting done get getting done youre getting done without va va va va vaseline never dinner president never dinner president never dinner president see ass ill hesitant think snitch throw house nigga ditch half pint bitch fucking homeboys little maggot eazy e turned faggot manager fella fucking mc ren dr dre yella smart eazy e abe hanging tree vaseline match little bit gasoline light em burn em flame till jheri curl gone permanent vacation massa plantation heard got bank account dumb nigga thinking bout get rid devil real simple put bullet temple cause cant nigga 4 life crew white jew telling pulling wools scams gotta play silence lambs midget whos punk tryin fuck id rather fuck eric wright punk always something gettin fucked night mista shitpacker bend goddamn cracker vaseline mothafuckin nosejob ass mothafucking jheri curl lite ambi wearing mothafuckin bitch", "It Was a Good Day": "break em yeah yeah yeah uh wakin morning gotta thank god dont know today seems kinda odd barking dog smog momma cooked breakfast hog got grub didnt pig finally got call girl wanna dig hooked later hit door thinkin live another twenty four gotta go cause got drop top hit switch make ass drop stop red light lookin mirror jacker sight everything alright got beep kim fuck night called homies im askin yall park yall playin basketball get court im trouble last week fucked around got triple double freakin niggas every way like mj cant believe today good day drove pad hit showers didnt even get static cowards cause yesterday fools tried blast saw police rolled right past flexin didnt even look niggas direction ran intersection went short dogs house watchin yo mtv raps whats haps craps shake em shake em shake em shake em roll em circle niggas watch break em 7 7 11 7 11 7 even back door little joe picked cash flow played bones im yellin domino plus nobody know got killed south central la today good day left niggas house paid picked girl tryna fuck since 12th grade ironic brew chronic lakers beat supersonics felt big fat fanny pulled jammy killed punani dick runs deep deep deep put ass sleep woke around one didnt hesitate call ice cube top gun drove pad im coastin took another sip potion hit three wheel motion glad everything worked dropped ass chirped today like one fly dreams didnt even see berry flashin high beams helicopter lookin murder two morning got fatburger even saw lights goodyear blimp read ice cubes pimp drunk hell throwin halfway home pager still blowin today didnt even use ak gotta say good day hey wait wait minute pooh stop shit fuck thinkin", "Gangsta Rap Made Me Do It": "prior gangsta rap music world peaceful place changed violence rape murder arson theft war things came result gangsta rap music wasnt compton dangerous gangsta rap wrong compton nature preserve bunny rabbits gangsta rap came along tore country clubs put housing projects blame niggas know pyroclastic flow niggas know pyroclastic flow flow niggas know pyroclastic flow r w r w lookin grand wizard warlord vocal chord vicious dont show riches pull pull bad bitches aint chivalry dope lyrics delivery persona aint nothin like man wanna aint nothin like man knew corner see em come fuck owner see em throw westside california nigga im hot phoenix arizona im utah got multiple bitches new law keep hold riches dumb nigga dont spend soon get recognize im captain lieutenant say want say aint nothin gangsta rap made call nigga aint nothin gangsta rap made act like animal aint nothin gangsta rap made eat like cannibal aint nothin gangsta rap made im raw dirty needle choke eagle feed people lyrically im lethal plant thoughts mind defeat ice cube saga yall spit saliva spit lava got fearless flow dont get near ho scared go keep gangsta change fuck old mothafuckas tryin change rap aint cat sat back brought cocaine back im tryin get maybach mothafuckas gonna tell dont say ones learned heard nigga back 1971 act like pimp aint nothin gangsta rap made call nappy headed ho aint nothin gangsta rap made shoot college aint nothin gangsta rap made rob knowledge aint nothin gangsta rap made thank god bless mic finally get hear shit like nigga talkin real life try get shit right use brain back use brain gat party jack dont scared people walk show equal dont material nigga grew milk cereal never forgot van ness imperial look life ice cube miracle could lyrical could spiritual cause allah go back like cronies aint gotta fake cause homie sell little crack aint nothin gangsta rap made die iraq aint nothin gangsta rap made take granted aint nothin gangsta rap made fuck planet aint nothin gangsta rap made niggas know pyroclastic flow niggas know pyroclastic flow flow niggas know pyroclastic flow r w r w oh yeah another thing yall niggas dont gangsta rap dont get tv talkin gangsta rap cause 9 times 10 dont know fuck talkin talk bullshit rap stay fuck mine", "Check Yo Self": "yeah word bond das efx yaknowhatimsayin straight sewer word bond yeah yah ah yeah nigga nigga ice cube motherfucker word bond yeah better check yo self wreck yo self cause im bad health come real stealth dropping bombs moms fuck car alarms foul crime im nigga wit cha alpine sold six always let tricks know friends know got indo im sucker sitting house pain im butler ill cut ya head butt ya say cant touch wouldnt touch ya fact motherfucker let know boy oh boy make dough dont call dough boy aint fucking motion picture guy bitch nigga get wit cha hit taking yak neck better run check come chickity check yo self wreck yo self chickity check yo self wreck yo self yeah come check yo self wreck yo self cause shotgun bullets bad health mic mic microphone check mic mic microphone check tricks wanna step cube get played cause bitchmade pulling switchblade thats kinda trifle cause thats knife ho ak 47 assault rifle hold fifty im nifty pow gotta new style hate motherfuckers claiming folding bank steady talking shit holding tank first wanna step ass screaming deputy send charlie baker denver row runnin slow youre gone used juan name twan switchin snappin rollin eyes neck better run check chickity check yo self wreck yo self come check yo self wrickity wreck yo self chickity check yo self wreck yo self cause big dicks yo ass bad ya health mic mic microphone check mic mic microphone check youre foul better run make license plate coulda v8 instead tre eight slug cranium got six im aimin em shoot keep guessing cause fuck shit youre stressing bitch get wood youre good goes neighborhood hooker go ahead keep drawers giving claps needs applause time like pop coochie dead bitch miami hurricane head sprung niggas call lips lungs nappy dugout get fuck cause women like gets respect bitch better run check chickity check yo self wreck yo self chickity check yo self wreck yo self come check yo self wrickity wreck yo self cause bitches like bad health mic mic microphone check come check mic mic microphone check come check chickity check yo self wreck yo self better chickity check yo self wreck yo self said check yo self wrickity wreck yo self check check chickity check yo self wreck yo self better chickity check yo self wreck yo self said check yo self wrickity wreck yo self check check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check", "You Know How We Do It": "yeah yeah fool know westside comin westside nothin westside aint nothin goin bomb ass rap song hittin night long like black white ivory gettin six artillery dont want see g break yo ass like dishes buster ass tricks sleep fishes runnin lennox venice wanna stripes like dennis menace aint poppin aint stoppin fo hoppin ass droppin coupe deville troupe ill fool got skills back fore check chin fuck im full henn gets love thought knew fool know comin westside comin westside westside comin westside chillin homies smellin bud double parked im talkin dub got plan got plot got got got shot cause everybody knows got info crazy toones hangin window fool got bomb ass tapes da lench mob planet apes im eiht watts kam solo got nuts ice cube write sentence want bomb like george clinton k catch body put knee deep well turn party gets love thought knew fool know know jack nimble jack quick wanna jack lick cause im fool south central youll think stuck number two pencil thats poke hot lead yo ass mo bounce ounce dash mash van ness headed west everything great slow dip 100 8th keep mashin dont drink drive keep fo crashin stashin glock thought knew know comin westside westside nothin westside hittin westside fool know", "Hello": "look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes hello started gangsta shit motherfuckin thanks get started gangsta shit motherfuckin thanks get motherfuckin world ghetto full magazines full clips heavy metal smoke settle im lookin big yellow six inch stilettos dr dre hello perculatin keep em waitin sittin hatin yo bitch hyperventilatin hopin penetratin gets naythin cause never satan hardcore administratin gangbang affiliatin mc renll wildin zone whole half gallon 9 1 1 emergency son hes hurtin parole robbery aint coppin plea aint stoppin g im 6 got hop 3 company monopoly handle shit sloppily drop ki properly call dada pop collar drop dollar hear holla even rottweilers follow impala wanna talk concrete nigga im scholar incredible hetero sexual credible beg ho let go dick aint edible nigga aint federal plan shit hand picked motherfuckers givin transcripts look niggas attitudes look niggas attitudes started gangsta shit motherfuckin thanks get started gangsta shit motherfuckin thanks get villain blows yo spot take yo notebook yo bitch yo glock motherfucker thought coochie padlock slapped ass thats alarmin cause want worm like carmen chin check niggas thin check niggas run trains gold diggers beware fo niggas scarin motherfuckers like stephen king flicks makin niggas clear room like dyke fleein dick makin 2nd ii none shit nigga like quik bomb first nigga rollin fuck ice wrist fuck yo fine ass bitch cause could lose tussle nigga watch hustle watch niggas kiss ass without flexin muscle bitches back knees waitin buckle time channel dont change dial niggaz4life fuckin wife niggas wild started gangsta shit motherfuckin thanks get started gangsta shit motherfuckin thanks get fall got room rippin every chronic poster wall cause put away sawed got sittin back smirk listening arms crossed questioning dres credibility wondering still produce hits yall killin need make mo got mansion six cars paid fo suck dick came long way givin fuck sellin tapes trunk movin far got whole world starstruck made million plus still dont give motherfuck motherfucker im dre dont need respect dont need make another album bitch dont gotta shit want stay game fuck fame im still stayin lil bitch started gangsta shit motherfuckin thanks get started gangsta shit motherfuckin thanks get look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes", "Check Yo Self (Remix)": "yeah come chickity check yo self wreck yo self check whos check better check yo self wreck yo self cause im bad health come real stealth dropping bombs moms fuck car alarms foul crime im nigga witcha alpine sold six always let tricks know friends know got indo im sucker sitting house pain im butler ill cut ya head butt ya say cant touch wouldnt touch ya punk mothafucka let know boy oh boy make dough dont call dough boy aint fucking motion picture guy bitch nigga get wit cha hit taking yak neck better run check come chickity check yo self wreck yo self chickity check yo self wreck yo self yeah come check yo self wreck yo self cause shotgun bullets bad health chickity check yeah chickity check ahhh tricks wanna step cube get played cause bitchmade pulling switchblade thats kinda trifle cause thats knife ho ak 47 assault rifle hold fifty im nifty pow gotta new style hate motherfuckers claiming folding bank steady talking shit holding tank first wanna step ass screaming deputy send charlie baker denver row runnin slow youre gone used juan name twan switchin snappin rollin eyes neck better run check chickity check yo self wreck yo self come check yo self wrickity wreck yo self chickity check yo self wreck yo self big dicks yo ass bad ya health chickity check yeah chickity check yeah yo niggas watch ya need check ya self ya know im sayin youre foul better run make license plate coulda v8 instead tre eight slug cranium got six im aimin em buss keep guessing cause fuck shit youre stressing bitch get wood youre good goes neighbourhood hooker go ahead keep drawers giving claps needs applause time like pop coochie dead bitch miami hurricane head sprung niggas call lips lungs nappy dugout get fuck cause women like gets respect bitch better run check chickity check yo self wreck yo self chickity check yo self wreck yo self come check yo self wrickity wreck yo self cause bitches like bad health chickity check yeah chickity check yeah chickity check yo self wreck yo self chickity check yo self wreck yo self come check yo self wrickity wreck yo self chickity check yo self wreck yo self chickity check yo self wreck yo self come check yo self wrickity wreck yo self cause lench mob bad health nine trey remix old school tip yeah like jungle sometimes makes wonder keep going", "The Nigga Ya Love to Hate": "heard paybacks motherfucking nigga thats im sick getting treated like goddamn stepchild fuck punk cause aint gotta deal nine double day coming youll hate think niggas decide retaliate try keep running never tell get coming go ban ak shit wasnt registered fucking way better duck away run hide im rolling real slow lights cause im fuck program shooting window drop top brougham im shooting lets see drop police media suckers went pop motherfuckers say black put em overseas begging come back say promote gangs drugs wanna sweep nigga like rug kicking shit called street knowledge niggas pen college line might cellmate thats nigga ya love hate yeah haha nigga love hate nigga love hate yo aint doin nothin positive yo aint doin nothin positive brothers gotta say motherfucking psycho ice cube bitch killer cap peeler yo running line like bo theres pot piss put fist ya love hate cause talk shit eight ball cause dont fake youre begging fall crossover might well cut balls get ass ready lenching mob dropping common sense well gank pen well shank tom dick hank get ass spanked aint right wrong live long live aint bullshit meet mo bitches mo hoes dont wanna sleep keep popping doz tell young people gotta know cause hate niggas gotta live low youre locked dedicate stylin san quentin rikers island got em afraid funky shit like clown pump sound jeep make old ladies say oh god brake nigga ya love hate yeah come fool nigga love hate yeah punk nigga love hate bitch aohhhh soul train done lost soul call train cause bitches look like hoes see lotta others damn almost look like bandstand ask like arsenio much bicentennial dont give fuck dissing fools cause scared ice cube say portray aint even seen gat dont wanna see dancing im sick shit listen hit cause yo look see another brother video trying dance ima tell bone pass bottle dont give shit role model aint wise chastise preach open eyes cause laws made broken niggas need start loc ing build mold fold theyself shape nigga love hate", "Why We Thugs": "yeah every hoods every hoods come give us guns drugs wonder fuck thugs wanna count slugs come around fuck us give us guns drugs wonder fuck thugs wanna count slugs come around fuck us im land gang bang since little aint goddamn thang changed old bush run shit like saddam hussein cock aim clinically insane deal bullshit day day sell yay smoke hay bitches wanna throw pelicans bay call animal system whos animal built prison whos animal invented lower livin projects thank god russell simmons thank god sugarhill im putting different kind steel grill yall know scared kids ghetto niggas taken showbiz give us guns drugs wonder fuck thugs wanna count slugs come around fuck us give us guns drugs wonder fuck thugs wanna count slugs come around fuck us boys hood toys hood yall wanna know theres noise hood cause theres drugs hood thugs hood nigga killed crip blood hood cause niggas get tribal survival nobody liable got caught five grandmama came court bible judge hit gavel im far family travel came unraveled socked da got gaffled owned ca state property like year fifteen fifty three looking one way ticket dont understand whats hard figure give us guns drugs wonder fuck thugs wanna count slugs come around fuck us give us guns drugs wonder fuck thugs wanna count slugs come around fuck us damn cant take pressure pulled 4 4 dresser grabbed weight closet po po coming im scared toss yall know happened last time lost cant tell niggas fuckin boss game got nigga exhausted gotta go plea bargain offered twenty years breaking laws thats corrupt taking halls fillin powder keg shit thats erupt aye yall im stuck year two thousand fuck hood dont press luck cause motherfuckers set word give us guns drugs wonder fuck thugs wanna count slugs come around fuck us give us guns drugs wonder fuck thugs wanna count slugs come around fuck us every hoods every hoods every hoods every hoods every hoods stop trippin every hoods every hoods every hoods every hoods every hoods", "Good Cop Bad Cop": "turn loose break em yeah good cop good cop rollin bad cop whatcha doin boy turn blood clot buck shots fly drug spot robots give damn fuck shot clean cop clean cop fuckin dirty cop dont act like yo ass never heard clean cop clean cop rollin mean cop still tryna act proud peacock know mean cop might need detox mothafucka tried blow reeboks swing like jack beanstalk chop em bitches try lock hit ground hit turf warp earth cube kidnap mind patty hearst bust verse thatll make yo ass hit reverse kill curse placed universe west coast warlord blacker black knight fuck black white aint actin right good cop good cop filling report bad cop asking distort bad cop asking lie court send another young brother north send another young sista course mothafuckas chill golf course black police showin white cop white police showin black cop black police showin white cop white police showin black cop lazy cop fuckin crazy cop always bragging bout new case got die cop suicide cop tell truth cop lie cop fuckin high cop dont even try cop aint mothafuckin drugs spot find closet high tops mothafuckin tickets skybox hold nigga im rider yous roll yep controller make mad thats get swole incredible hulk bipolar come cuffs knock rust throw hands still wanna bust trojan horse full excessive force try get aggressive nigga porch black police showin white cop white police showin black cop black police showin white cop white police showin black cop good cop good cop dignity wheres empathy sympathy bad cop wheres humanity good cop fantasy hell nigga snitch bitch truth told mothafuck blue code fuck po po actin like deebo already know craigll let brick go black lives matter chit chatter cause wanna scatter brain matter mind terrible thing waste nine terrible face mace terrible fuckin taste pen terrible fuckin place kings hate fuckin ace judge sabotaged fuckin case racist motherfucker black police showin white cop white police showin black cop"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/ice-t.json b/lecture/lecture-9/rappers/rapper-data/ice-t.json new file mode 100644 index 000000000..877fbf5dd --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/ice-t.json @@ -0,0 +1 @@ +{"Colors": "yo iz lets nightmare walkin psychopath talkin king jungle gangster stalkin livin life like firecracker quick fuse vendettas death back colors choose red blue cuz blood dont matter sucka dive life shotgun scatters gangs la never die multiply see hit us hit hit hit us man like war ya know im sayin people dont even understand dont even know dealing wanna get rid gangs gonna take lotta work people dont understand size joke man real dont know fool disown cool dont need assistance social persistence problem got put fist life violent violent life peace dream reality knife colors honor colors colors upon one soldier stands tall tell left got last night cold blood young brother got shot homeboy got jacked mothers crack sister cant work cause arms show tracks madness insanity live profanity punk claimin theyre understandin give break world live death set guess religion yo brother gang banger homeboys bang dont know man never much nothing man look man youve got everything going aint got nothing man ive got nothing im living ghetto man look man look pants saggin braided hair suckas stare dont care game aint knowledge games fear ive remorse squares beware true mission revenge aint set aint friend wear wrong color life could end homicides favorite binge listen man matter whatcha dont ever join gang dont wanna man youre gonna end mix dead friends time jail know chance like would never gang man didnt chance know wish ill walk like giant police defiant youll say stop ill say cant gangs family im star walls autograph dont like know go cause streets stage terrors show psycho analyze tried diagnosin wasnt brother brutally died mine let define territory dont cross line dont try act crazy cause shit dont faze ran like punk wouldnt amaze cause colors death though want peace war wont end till wars cease see wars street gangs always get man dont wanna situation man im something better think id right im boy im trying get money cause im smart im gonna get paid im im gonna get paper ya know im saying chance like maybe would school im im living day day surviving im willing die colors yo please stop cause want yall live ice peace", "6 'N the Mornin'": "6 morning police door fresh adidas squeak across bathroom floor back window make escape didnt even get chance grab old school tape mad music happy cause free streets player place got knot pocket weighing least grand gold neck pistols close hand im self made monster city streets remotely controlled hard hip hop beats living city serious task didnt know cops wanted didnt time ask word seen homeboys cooling way way told em bout morning cold bugged em shot little dice till knees got sore kicked around stories bout night posse corner fly girls chill threw action freaks one bitch got ill started acting silly simply would quit called us punk pussies said werent shit walked ho continued speak beat bitch goddamn street living city serious task bitch didnt know hit didnt time ask word continued clocking freaks immense posterior rolling blazer louis interior solid gold ride raw bust left turn crenshaw sean e sean driver known give freaks hell beeper goin like high school bell looked mirror see fucking blue lights lapd pigs searched car day made found uzi 44 hand grenade threw county high power block freaks see beats rock didnt want trouble shit must fly squabbled sucker shanked eye living county serious task nigga didnt know happened didnt time ask back streets five deuce seven years later still juice homeboy hen gee put track told es rolling villain bjs got sack bruce giant nat cs clocking dough bops pimp old freaks ho batter rams rolling rocks thing life meaning money king looked slowly hen grin said man early thought got ten opened safe kicked cold cash knew would get busy didnt waste time ask bought benz money rest went clothes went strip started pimping hoes hair grew long seven year stay got done shoulders lay hard joint fly heart didnt want trouble shit start crew punks got loud shotgun blasts echoed crowd six punks hit two punks died causalities applied side human lives pass talking much trash didnt know one time ask swat team leader yelled hit floor reached pocket pulled 44 dove across room peeped window twenty cops jumped behind pinto backdoor like damn track stars broke alley jumped car suckers didnt even see us musta blind black wire touched red car mine hadnt done nothing suckers got shot hit first turn goddamn road block broke block fast cops wouldnt shot us sight wouldnt took time ask rollers gave chase serious speed one conviction need shit real la di da di cause boys pin shit somebody crew known get ill carried heat protection kill bust corner 60 one police car spun thinking murder one bust move alley right crew gone night broke old ladys drew bath didnt even know happened didnt care didnt ask made love like crazy top sheets girlie worlie natural freak ran tongue every part rocked amadeus watched tv technician mission thats crowd wouldve got applause girl everything earth could done backed teased couldnt cum cold got stupid pushed floor begging stop screaming waxed body let crash knew loving def didnt waste time ask next morning feeling good hell sleeping girlie sure beats cell hit boulevard amg hos catching whiplash trying glimpse ring mobile yes cellular got phone im car homeboy red say hes insane broke bitch jaw smoking caine told meet airport said hes jumping bail said left court caught first thing smoking serious dash didnt know going didnt care didnt ask fell asleep plane woke chilling nyc called posse got hit latin quarter union square rooftop devils nest rest passed back doord palladium class 4 crashed deuce never catch static cause boys got juice deuced bronx rest heads shoot jumped nine people lay dead sounded like happened mac 10 blast 6 morning didnt wake ask", "99 Problems": "yeah last year lot motherfuckers asked didnt old sex nasty shit year went miami got nigga 2 live brother marquis house yeah gonna answer question girl problems niggas havin girl problem marq lemme tell time got ho east got ho west got ho likes jack rub chest got ho north ho south ho likes suck long hold mouth got bitch hair bitch none bitch knife bitch gun bitch ass big tv set theres bitch hey one im gonna get yo maybe might like though sweat vet ill slam sister though word ice whole damn herd fuck em leave em curve got bitch mink rocks fat gold link likes fuck ass kitchen sink got bitch tits bitch ass bitch none hey id give pass love em love em crazily love back thats stay girl problems feel bad son got 99 problems bitch aint one hit nah bitch aint one got bitch thats old bitch thats new bitch love velvet colors blue got bitch whos fat bitch whos built bitch titties give powdered milk got bitch whos funny bitch aint bitch sing bitch caint bitch loves fucking airplane even got bitch soul train got bitch rolls rag top benz long ends got bitch whos broke bum shes fun got bitch play piano bitch dont bitch dances naked bitch wont bitch whos short bitch whos tall bitch burns pager priority calls love em love em crazily love back thats stay youre girl problems feel bad son got 99 problems bitch aint one hit yo marquis miami man dont show motherfuckers world 2 live style bitches treat mothafuckin fly nigga like got 99 problems bitch aint one dont trip hoes cause dont need none pussys temptation dicks persuasion hoes suck cock nigga play em thats dont sleep em freak em stick dick mouth take skeet em nigga one nighter bitch exciter love hoes im going inside problem number one getting money id rather taste green sip honey dont expect nothing cause aint offering go hard bitches cause im never never softening putting demand em fuck em scram em wham bam thank maam game ran em fuck feel fucking cheap thrill hope took pill cause wont pay bill getting pussys another expense pussy pays bills dick pays rent need ho one thing thats cum ive got 99 problems bitch aint one ha yo marquis motherfucker got problems man aww shit let tell shit got bitch loves g shell fuck right fucks got bitch loves got bitch loves handcuffs ropes got bitch thats fast bitch thats slow bitch thats virgin bitch thats ho bitch lies bitch thats true bitch whos man theyre bitches 2 got bitch thats cool bitch thats hot bitch loves rap bitch loves rock bitch whos lost one knows gets purrs like cat got bitch runs got bitch walks got bitch yells got bitch talks got bitch thats dirty got bitch thats neat got super fine bitch knocked swap meet love em love em crazily love back thats stay girl problems feel bad son got 99 problems bitch aint one hit bitch aint one huh know bitch aint one youknahmsayin got problems mothafuckin rent marquis bitch aint one man got nothing man fuck raggedy stank ass hoes nigga bitch aint one got problems staying streets police trying take nigga yknow bitch aint one got problems motherfuckers buying records bitch aint one fuck em nigga fuck motherfuckers youknahmsayin bitch aint one got problems man motherfuckers kiss mothafuckin ass real really niggas worrying bitches better better find something else worry", "I'm Your Pusher": "yo whats man need get high man need get hold big time dope man know get ki know get lp lp man went crazy man im talking dope man need get high right man dont hook 5 hook 12 inch 12 inch man went crazy dont even know time streets dont know time man youse fool yo homeboy fool dont know time messing mind know im sayin ice talkin boy imma tell time yo time pump volume problem records revolvin evils mixer im rap trickster paparazzi bum rush pictures ice coolin yo colder ever punk executioner e pull lever rotate wax cut axe tracks push levels till red lights max dont try size better wise rap criminals succeeded dope beats lyrics beepers needed drug deal im big wheel dope im sellin dont smoke feel dance floor world tour im sellin dope every record store im kingpin wax spins crack smack take sure end dont need throw stuff away wanna get high let record play aww man like dope man feelin alright boy say name man im momma im daddy im nigga alley im brother need true player emcee know true friend main boy thick thin mc ice im pusher know youre lovin drug comin speaker bass bottons highs thru tweeters base dont need pipe tempo keep hype groovin like see doin stupid crack would ruin natural high aint fly anyone says lies move like knew would like knew could aint cracked know able give clap match exact track since know aint expect oh jam lit like ultimate people high dope still physically fit ill make million bucks pack dough trucks sellin dope beats dope rhymes dope cuts ill biggest dope dealer history fly high ice aww man aint ever lie man dopes alright man gotta get back man let get number man ill bring boil evil e rock want dont think got enough last suckers crossed syndicate shot em cops found em lake bottom dont play comes dope check lyrics close like microscope dont clean em ivory soap leave em hard pure hope cope might od overdrive record tape cd sound ive created wax like chemical knowledge give makes invincible aww mr dopeman im lovin man got goin man else got got kool moe dee aww yeah man want got doug e fresh aww yeah gimme ounce want night long got eric b rakim aww real dope right got cool j nah nah man dont want none keep man got boogie productions krs one aww youre talkin man come public enemy yeah dont stop dont stop biz markie makin music yo mouth biz love cops dont know dope breaks matter stuff gets kickin boulevard tempos hyped hard dont ask ice bogards sire records puts warner bros clout dope hits streets doubt evil e adds cut removes iz checks purity approves get try like aint potent remix spike bring pure dope noose rope youre doin crack youre death row youre toy punk mess junk want real dope come look trunk dope im sellin life 100 legit get real fool try real hit word brother got high kite feel good tonight ice alright im pusher", "New Jack Hustler": "hustler word pull trigger long grit teeth spray till every niggas gone got block sewn armored dope spots last thing sweats sucka punk cop move like king roll hops try flex bang another nigga drops gotta deal cause theres way cash money aint never gonna play got nothin lose much gain brain got capitalist migraine gotta get paid tonight muthafuckin right pickin grip check bitch keep game tight many hoes jock think im movie star nineteen got fifty thousand dollar car go school aint goin kiss ass bust cap moet cause dont wanna hear crap id rather new jack hustler hustler hustler hustler h u l e r hustler yo man know im sayin got goin man like goin got fly cars girls jewels look ring right know real gotta real man flyest nigga seen life yo man wanna roll man whats say wanna ease back motherfucker get beat face fool im illest bulletproof die harder bruce willis got crew effect bought em new jags much cash gotta keep hefty bags think keys gs imagine workin mickey ds thats joke cause im never gonna broke die therell bullets gun smoke ya dont like lifestyle fuck im rollin new jack crew im hustler h u l e r hustler new jack new jack come better break north stride gold chains glide back forth care nothing bout thats evident loves dope dead presidents sound crazy well isnt ends justifies means thats system learned school dropped hit streets checked grip got clout nothing wanted everything flaunted turned needy greedy cocaine success came speedy got twisted jammed paradox every dollar get another brother drops maybe thats plan dont understand god damn got sinkin quicksand since dont know aint never learned gotta get paid got money earn posse ave bump sounds crack forty laugh cool watch new benz gleam nightmare american dream think twice youre coming block wanna journey hell well shit gets hot pregnant teens childrens screams life weighed scales triple beam dont come much ya better wrong move ambulance cot gotta get money got motherfucker gets shot thats game played another brother slayed wound deep theyre givin us band aid educations low got long dough im raised like pit bull heart pumps nitro sleep silk lie like politician uzis best friend cold mortician lock genocidal catastrophe therell another one hustler hustler h u l e r hustler new jack new jack", "Girls L.G.B.N.A.F.": "1 2 1 2 1 2 3 im emcee called ice thats dj evil e islam creates beats girls look sexy wish drive crazy big ole butts girls lets get butt naked fuck tonight im trying make real clear dear ive time whisper ear time remove fears wanna get near get butt naked roll around move bodies like stuff mama call smut girls lets get butt naked fuck come know wanna good good speak whats true say dont know come room well undress light moon lay ill caress butt girls lets get butt naked fuck mean real stupid nasty know want dont ask lay back ill operate jimbrowski go work penetrate well feel great make move tonight girl dont hesitate want dont make tough girls lets get butt naked fuck homeboys know situation youre trying rap give frustration nose air turning really wanna say yo baby lets get dont keep fronting kicking conversation aint talking bout nothing thats really mind yo baby lets get butt naked fuck thats right youre man want youre woman tease flaunt crew got dog autograph syndicate dont lecture move group seduce capture posse good luck girls get butt naked fuck night islam takes pictures girls imma say evil es gonna get ya get ya illing nude mode double x rated episode hotel rooms cold explode posse unloads sex effect road put hands air love sex know youre safe sex ya gotta careful 88 sex biz thats another song girls move bodies sexy brothers come along homeboys move butt say girls lets get butt naked fuck", "O.G. Original Gangster": "ten years ago used listen rappers flow talkin bout way rocked mic disco liked shit goin dreamt ripping mic sound tried write rhymes something like boys said aint ice shit sounds like sat back thought new track didnt fantasize kicked pure facts motherfuckers got scared cause unprepared would tell really dared motherfucker west coast la south central fool crips bloods play wrote parties didnt fit 6 n mornin real shit og original gangster wrote parties someone always died tried write happy yo knew lied cause lived life crime play ya blind simple look anyone two cents would know im hardcore player streets rapping bout hardcore topics hardcore drum beats little different average though jet fast lane drop ya death row cause anybody whos knows life aint lovely blood soaked fast track invincible shit dont work throw ya joint youll coming feet first blast mic style sometimes im ill times buckwild science always id true sucker acted like didnt care rap brothers like dazed game quest extreme wealth kick hard real one wrong move caps peeled aint super hero aint marvel comic comes game im atomic dropping straight point blank untwisted imagination needed cause lived aint fucking joke shit real im ice og hook two weeks ago disco two brothers stepped said hey yo ice dont think youre set ya claiming e drew glock yo sets aiming dumb motherfucker try roll please im protected thousand emcees hoodlums hustlers bangers jheri curls wont even count girls cause got back got fight streets im oprah donahue try sweat nigga didnt figure wits quick hair trigger hes everyday type prankster im ice original gangster step think youre ready got bullet proof well mines going right thru aint game hollow fame without respect streets dont claim hardest motherfucker earth catch slipping cant even get worked dont slip often theres coffin waiting brother comes soft real fucking shit goes take look around pussies found talk mean fight fight like hoes im south central fool everything goes snatch car fast youll get whiplash numbers rooftop copters pass gangbangers dont carry switchblades every kids got tec 9 hand grenade thirty seven killed last week crack war hostages tied shot liquor store nobody gives fuck children go school well moms good luck cause shits fucked bad use pad pen lyrics break mad try write fun good times pen yanks away explodes destroys rhyme maybe cause im la shotgun", "Body Count": "ice tremendous success past album said sold use rocknroll music reply see lotta people dont realize know rocknroll truly black music created chuck berry little richard even black people like started back day know far im concerned music music dont look rock rb kind stuff look music know anybody said ive sold basically suck dick cause really dont give fuck shit know uhh like happen like rocknroll uhh feel sorry anybody listens one form music know right got rock band got jump really black hardcore band called body count uhh records im like laying vocals uhh got tape right yo check know sometimes sit home know watch tv wonder would like live place like know cosby show ozzie harriet know cops come got cat outta tree friends died old age see live south central los angeles unfortunately shit aint like real fucked god damn brother gotta get message red white blue gotta die realize brother opened eyes worlds insane drink champagne im living black reign try ban ak got ten stashed case hand grenades fuck fuck fuck fuck youd know kid got killed way school cop shot kid back yard shit would hit fan motherfucker hit real hard hear every night another gun fight tension mounts body count yo beatmaster v take motherfuckers south central ha ha ha yeah fuck hear every night another gun fight tension mounts body count last weekend thirty seven kids killed gang warfare back yard yo ernie c take motherfuckers home yeah yo house body count fool 1991 motherfucker hear every night another gun fight tension mounts body count god damn brother gotta get message red white gotta die realize nigga opened eyes worlds insane drink champagne im living black reign dont hear guns stupid dumb dick sucking bum politicians fuck fuck tension mounts", "Warning": "attention moment listening ice lp offended words like shit bitch fuck dick ass whore cum dirty bitch low motherfucker nigga hooker slut tramp dirty low slut tramp bitch whore nigga fuck shit whatever take tape pop album way suck motherfucking dick", "Gangsta Rap": "whats whats happening cous westsiiide go another one iceberg gangsta rap 2006 8th album smg time take back days old 64 chevys big fat gold west gangstas roam south central la home feeling hip hop beat couldnt connect new york streets took bandanas tied rolled studio laid rough ice cube niggas tudes showed motherfucker blast dudes blaw come dr dre nwa eazy e ren fuck say short kept raw niggas north geto boys like fuck law wc nigga sag pants taught gangbang crip dance aint rb gangsta rap bitches get smacked busters get jacked front want youll get laid back guns drugs hos clubs cypress hill made nigga understand kill man long beach dark came snoop skinny little nigga scared shoot dogg pound gangsters kurupt daz suge whole death grow blast king tee motherfucker warren g nate dogg reppin 213 dont front motherfucker dont hate comptons wanted mc eiht throw sets niggas like dont give damn inglewood mack 10 watts kam wanna really know whats real mic little homie pac lost life east coast west coast gun talk rules cocaine big wheels hos jewels south gold teeth niggas real dirty south gangsta rap got mass appeal little white boys burbs got heat ghetto ghetto street street eliminate poverty disease well start rapping birds trees get shot matter much fucking cash got never get away streets stay hot gangsters aint ones push theyll kill second ask president bush"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/immortal-technique.json b/lecture/lecture-9/rappers/rapper-data/immortal-technique.json new file mode 100644 index 000000000..4b04c0e43 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/immortal-technique.json @@ -0,0 +1 @@ +{"Dance with the Devil": "knew nigga whose real name william primary concern makin million bein illest hustler world ever seen used fuck movie stars sniff coke dreams corrupted young mind age 13 nigga never father mom fiend put pipe every year sober sons heart simultaneously grew colder started hangin sellin bags projects checkin young chicks lookin hit run prospects fascinated material objects understood money never bought respect built reputation cause could hustle steal got locked didnt hesitate squeal criminals chilled didnt think real see niggas like never equal dont project insecurities people fiended props like addicts pipes needles felt prove everyone evil feeble minded young man infinite potential product ghetto bred capitalistic mental coincidentally dropped school sell weed dancin devil smoked eyes would bleed sick sellin trees gave greed everyone tryin trife never face consequences probably month minor offenses ask nigga doin life another chance theres always wicked knew advance dance forever devil cold cell block thats happens rape murder sell rock devils used gods angels fell top theres diversity burnin melting pot billy started robbin niggas anything could get respect back eyes crew startin fights little shit block stepped sellin mothers brothers crack rock workin overtime makin money crack spot hit jackpot wanted move cocaine fulfillin scarface fantasy stuck brain tired block niggas treatin wanted major like cut throats thugs tried step em niggas showed love told motherfuckin coward sell drugs bitch nigga gun bust slugs nigga red shirt front like blood even puffy smoked motherfucker club real thug stab someone til die standin front starin straight eyes billy realized men well guarded wanted test business started suggested rapin bitch prove cold hearted choice goin back life makin money made men cyph dreams cars ice made agree hardcore nigga ever wanted met friday night quarter three everyone tryin trife never face consequences probably month minor offenses ask nigga doin life another chance theres always wicked knew advance dance forever devil cold cell block thats happens rape murder sell rock devils used gods angels fell top theres diversity burnin melting pot drove around projects slow rainin smokin blunts drinkin jokin entertainment saw woman street walkin alone three mornin comin back work way home quietly got car followed walkin projects darkness swallowed wrapped shirt around head knocked onto floor kid got chance raw billy yoked grabbed chick hair dragged lobby nobody struggled hard forced go stairs got roof held ground screamin shut fuck stop movin around shirt covered face screamed clawed billy stomped bitch hed broken jaw dirty bastards knew exactly doin kicked cracked ribs stopped movin blood leakin cloth cried silently proceeded rape violently billy made go first took turn rippin chokin throat burned broken jaw mumbled god werent concerned done lyin bloody broken bruised one niggas pulled brand new 22 told witness shed gone killed guaranteed spot crew thought minute practically dead leaned put gun right head im fallin cant turn back im fallin cant turn back right pulled trigger ended life thought cocaine platinum ice felt strong standin along new brothers cocked gat head pulled back shirt cover saw made start cringe stutter cause starin eyes mother looked back cried cause forsaken cried painfully rapin whole world stopped couldnt even contemplate corruption successfully changed fate remembered mom used come home late workin hard nothin worth turned away woman given birth cryin sky cause lonely scared devil responded cause god wasnt right knew empty cold jumped roof died soul say death takes better place doubt killed mother never spoke listen cause story im tellin true cause billy jacobs raped mom devil follows everywhere go fact im sure hes standin among one shows every street cypher listenin little thugs flow could standin right next wouldnt know devil grows inside hearts selfish wicked white brown yellow black color restricted self destructive destiny youre inflicted youll one gods children fell top theres diversity burnin melting pot devil wants dance better say never dance devil might last forever oh yall motherfuckers thought huh well didnt count fallen angel gettin back grace god comin yall niggas aint shit producers aint shit fuckin r aint shit ill fuckin wipe ass demo deal yo diabolic take motherfuckers head go head grip glocks ill snap trigger finger six spots youll lip lock hypodermic needles lick shots ill watch topple flat put away rings holla back cant freestyle youre screwed top like bottle caps beneath surface im overheatin receiving circuits unleashin deeper verses priests speak churches preach worthless worship defeat purpose like president bush takin bullets secret service beyond yall fathom shit cats jaw tap em show compassion like havin straight faced orgasm tour jack em half 10 bitch suck friends dick meantime french kiss clenched fist diabolic one man brigade spreadin cancer plague fist fuckin pussys face holdin hand grenade catch bluffin faggot youre less nothin get stress chest like breast reduction motherfuckers nothin cannot harm ill resurrect every aborted baby start army storm planet huntin cause im mission split body billion one celled organisms immortal techniquell destroy religion stupid bitch youre faker blue eyed crackers nailed crucifix im bout blow like nasa challenger computer chips arsenic language transmitted revolutionarily im like time im gonna kill inevitably chemically bomb fuck usin chrome piece im illmatic wont make home like jeromes niece ill sever head diagonally thinkin dissin use dead body write name calligraphy puppet democracy brain washed psychology youre nothin like diversity without equality crew full faggots greek mythology usin numerology count people sent heaven produces digits 22 divided seven youre like kevin spacey style usually suspect never killed cop motherfuckin thug yet mind empty spacious like part brain appreciates culture racist face youre basic youre never gonna make like children walkin antarctica butt naked", "You Never Know": "way becomin college graduate wouldnt even stop talk average kid type latina id sit contemplate marriage fuck horse carriage shit love never hire disciplined intellectual beauty desire flyer salma hayek jennifer lopez everyone told kickin hopeless first thought didnt mess broke kids thug niggas always talkin smoke kids rich sniff coke kids got play im even interested body language would say everyone around way gave tryin get didnt matter good game wasnt block bitches jealous wouldnt admit talk shit deny everyone cause regretted long list niggas let hit one ever gave shit except mcdonalds dick smokin weed thoughts envy whenever lit spoke intelligently bit always tryin copy tried use vocab sounded sloppy style respectful pure sick head wasnt cure dont know time waits man fate planned im blessed know ive loved ive lost hold night cant find reason god came chance id never let go hold tight love cause never know eyes brown beautiful yet empty sad used talk occasionally glad wasnt another nigga tryin get every wed stop talk minute didnt gimmick minutes turned hours birthday gave poem flowers took dinner cousins baby shower talked power people spent time together never enough never tried sneak touch even cop feel interested keepin real perfectly honest complete would always call carino never technique bought new book read every two three weeks forever changin expression thoughts speak even deaded freaks convinced stop hangin streets stop robbin stealin people like instead took apollo bronx zoo museo del barrio metropolitan got point either crew decided one day tell feelings true couldnt live without told facin fears honeys response face full tears could sob hysterically holdin tight tried speak wouldnt stop left sight felt like moth got close light except didnt burn turned cold night dont know time waits man fate planned im blessed know ive loved ive lost hold night cant find reason god came chance id never let go hold tight love cause never know went life college career ended locked like animal year cos talk like overseer got sent hole exit near night cell id close eyes id see hold close dreams woke disappeared empty cell state gave parole summer came back intact track fact matter still felt cold even mother hugged cryin home real niggas would catch thinkin outta zone fuckin lots different women still felt alone relatively well known around new york underground kept thinkin used sound voice beautiful smell hair though gone physically somehow still somethin shit much bear went visited building used live world looks lot different bid way life done changed primitive minds still stuck game like cousin corner slangin cocaine stepped lobby tapped button next last name mom buzzed hugged like mother oughta facial expression changed asked daughter dont know time waits man fate planned im blessed know ive loved ive lost hold night cant find reason god came chance id never let go hold tight love cause never know told note left behind left waitin long time inclined ask brought first saw tear swellin eye cursed told letter started thinkin worst reversed position stepped opened door sure enough envelope name floor nobody loves carino letter said time get read ill probably dead left 97 part went heaven thank god least got know love really hurt see true love really cause even though never made love loved much make leave made doubt way thought made want believe slipped let get close hard openly people spoke way thought life supposed baby dont see blood transfusion left hiv hope didnt exist since late 1993 died virgin wish couldve given cried hospital one else promise youll meet paradise inevitably matter ill keep love forever happened rest day still blur remember wishin dead instead buried august 3rd story ends without sequel know technique dont fuckin fall love people hold person love closely theyre next one love person thatll simply sex appreciate fullest extent beyond cause never really know got gone", "The Point of No Return": "yeah real time around immortal technique revolutionary vol 2 motherfucker lock load point return could never go back life without parole state shackled trapped livin hole lookin world crack fuck id rather shoot get clapped ive gone far aint comin back auschwitz gas chamber full zyklon b like spanish exterminatin tainos rapin black indian women creatin latinos motherfuckers made self righteous hatred got virus stuck matrix suicide bomber strapped ready blow lethal injection strapped ready go dont understand theyll never let live peace concrete jungle guerrilla war streets nat turner sickle pitch fork machete end world motherfucker ready point return nobody stop malcolm little knelt elijah muhammad comet killed dinosaurs changin earth love criticize always say change worse like prescription pills misusin nigga templar knights took jerusalem nigga figured buried solomons temple al aqsa name coincidental know much government tryin murder comin back like cuttin wrists open vertically could serpent purposely put charge country genetic engineered sickness spread amongst people hungry attack without reason like fuckin dog rippin hand feeds immortal technique treason patriot act come get motherfucker cause im comin back point could never return back forever burn point could never retreat cause turn back never peace point die succeed livin struggle know im alive bleed never cause place im doesnt exist anymore point return nigga better believe mary magdalene givin birth children jesus evolution world bloody dramatic human beings killin monkeys conquer planet kingdoms africa mesopotamia machine gunnin body depleted uranium age microchips titanium dark side moon contact aliens started like australians criminal minded broke hell tore built city behind southpaw murderous methodology nigga remember im man dont follow nigga cause past point never go home youve got face possibility dyin alone tell motherfucker could die throne dont even got fuckin heart die rains acid one day earth cry stone youll lookin world livin inside dome computerized humanity livin inside clone place unknown livin real wormwood planet x seventh seal universal truth measured mass appeal last time kneel pray sky cause almost everything ever told lie point could never return back forever burn point could never retreat cause turn back never peace point die succeed livin struggle know im alive bleed never cause place im doesnt exist anymore", "Obnoxious": "asshole im obnoxious motherfucker cant tell run little havana yellin viva fidel jerkin sheets stay hotels drinkin bacardi aa meetings smokin l im broke hell attitude good like workin white people watchin rosewood im mercenary dont care get richer like american companies business hitler get picture nigga im best worlds without hidden camera 12 year old girl lets face youre basic arent half man ill throw gang sign ill spit hand give hundred grand give watch give chain thats girl bitch get give brain ill bust face right segment shell probably rub pussy tryna get pregnant said meant thats way deal enemies like pro lifers support death penalty dont talk war niggas know puss fuckin hypocrite draft dodger like george bush dont push nigga cause im close edge ill jump rope thats wrapped around ya head send dead fetus ex valentines day safetys nigga get fuck way obnoxious nigga murderous lyrics know hear im gettin closer closer know feel youre eatin rap hope choke gimmick niggas said hip hop dead im invokin spirit takin back day golden age wack motherfuckers used get thrown stage immortal technique made bump ride burn internet bump outside nigga keepin live keepin live keepin live keepin live burn fuckin internet bump outside look motherfucker words damage slaughter ragin alcoholic like presidents daughters disgustin flow like third world country tap water hit border someone give quarter cause ima prank call cop shot kicks payback every time called spic puerto rican chicks tell fuck like im loco dominican women call rompe toto call ocioso id rather get fired quit get unemployment work makin shit dare niggas criticize way spit coffee shop revolutionary son bitch know fuck think pathetic gay niggas speculate fuck pac would say dont know shit dead mans perspective talkin shitll get neck bone disconnected disrespected niggas dont show love tryna hardcore fuckin homo thug dont sensitive angry shit wrote cause take fuckin dick take joke ill choke friends front prove youve fallen wont shit like church holocaust kalashnikov machine gun flow fire obnoxious shoot day retire obnoxious nigga murderous lyrics know hear im gettin closer closer know feel youre eatin rap hope choke gimmick niggas said hip hop dead im invokin spirit takin back day golden age wack motherfuckers used get thrown stage immortal technique made bump ride burn internet bump outside nigga keepin live keepin live keepin live keepin live burn fuckin internet bump outside damn homie high school beat shit man homie girl wanna blow dont even know lonely think phony take piss development deal sony def jam cause youre like rest man aint verse shit talk end song suck dick think ended wrong fuck im gone ha ha ha ha peace stronghold eow word mouf forbidden chapters iak niggas wax poe killin slow plague ill murder show dont even know", "The 4th Branch": "new age upon us yet past refuses rest shallow grave hide behind false image son man shall stand god begun beginning end yeah yeah yeah yeah voice racism preachin gospel devilish fake church called prophet muhammad terrorist forgetting god religion spiritual bond jesus quoted prophet quran bombed innocent people tryna murder saddam gave chemical weapons go war iran information hold back peter jennings cause condoleeza rice new age sally hemings break critical language spiritual anguish judas hang guilt betraying christ murdered stole religion painted white translated psychologically tainted philosophy conservative political right wing ideology glued together sloppily blasphemy nation got back wall cause im facin assassination guantanamo bay federal incarceration could land free home brave indigenous holocaust home slaves corporate america dancin offbeat rhythm really think country never sponsored terrorism human rights violations continue saga el savador contras nicaragua top still wanna take prison cause wont trade humanity patriotism like mkultra controllin brain suggestive thinking causing perspective change wanna rearrange whole point view ghetto fourth branch government want us settle bandanna full glittering generality fightin freedom fightin terror whats reality read history place live stop letting corporate news tell lies children flow like blood abraham jews arabs broken apart like womans heart abused marriage brink holy war bottled like miscarriage embedded correspondents dont tell source tension refuse even mention european intervention massacres jenin innocent screams us manufactured missles 16s weapon contracts corrupted american dreams media censorship blocking video screens continent oil kingdoms bought bargain democracy word people starvin average citizen made blind reason desert full genocide bodies freezin world doesnt believe fightin freedom cause fucked middle east gave birth demon open season cia buggin crib trapped ghetto region like palestinian kid nobody gives fuck whether die live im tryna give truth know price life im gone theyll sing song immortal technique beheaded president princes sheiks dont give fuck us see facade like fallen angel standing presence god bitch niggas scared truth looks hard like mkultra controllin brain suggestive thinking causing perspective change wanna rearrange whole point view ghetto fourth branch government want us settle bandanna full glittering generality fightin freedom fightin terror whats reality martial law coming soon hood kill hanging flag project window fourth branch government aka media seems retirement plan ex military officials opinion unbiased machine shouldnt speak men shut fuck mindless drone know serious media outfits spending millions dollars pr campaign try convince theyre fair balanced theyre ignorant racist people giving type mentality safe act like share spoils war die wars dont get contracts make money em afterwards dont get weapons contracts nigga dont get cheap labor companies nigga cheap labor nigga turn news read nigga read read read", "The Cause of Death": "immortal technique revolutionary vol 2 yeah broadcastin live harlem new york let truth known better watch fuck flies outta mouth ima hijack plane fly house burn apartment family tied couch slit ya throat scream blood comes doubt could ever wicked mc cause aids infested child molesters arent sicker see world beyond white black way government downplays historical facts cause united states sponsored rise third reich like cia trained terrorists fight build bombs sneak box cutters onto flight child devil bought mic refused offer cause god sent strike skills unused like fallopian tubes dyke wordsll expose george bush bin laden two separate parts seven headed dragon cant fathom truth dont hear think illuminatis fuckin conspiracy theory thats conservative racists runnin shit phone tapped federal government im jammin frequencies brain speak technique rip rapper pieces indecently pack weapons illegally cause im never hesitant sniper scopin commission controllin president father forgive dont know right wrong truth set free written song song cause death written code word god brought life thatll save soul save soul motherfucker save soul hacked pentagon self incriminating evidence republican manufactured white powder pestilence marines corps flak vest guns ammo spittin bars like demon stuck inside piano turn sambo soldier one line heres truth system thatll fuck mind gave al qaeda six billion dollars 1989 1992 last chapters revelations comin true know lot people find hard swallow cause subliminal bigotry makes hate politics act like america wouldnt destroy two buildings country sponsorin bombs dropped children watchin towers though wasnt closest saw crumble earth like full explosives thought nobody noticed news report bombs planted george washington bridge four non arabs arrested emergency disappeared news permanently dubbed tape osama said proof jealous freedom cant believe bought excuse rockin motherfuckin flag dont make hero word ground zero devil crept heaven god overslept seventh new world order born september 11th father forgive dont know right wrong truth set free written song song cause death written code word god brought life thatll save soul save soul motherfucker save soul conservatives dont take heart dont think bush cause isnt smart hes stupid puppet takin orders cell phone people sabotaged senator wellstone military industry got poppin lockin lookin way justify wolfowitz doctrine matter fact rumsfeld think back without 911 couldnt war iraq defense budget world conquest proportions kill freedom speech revoke right abortion tax cut extortion blessing wealthy wicked still answer armageddon scripted dick cheney fuckin leech tell plans building pipelines afghanistan israeli troops trained taliban pakistan might house niggas fooled understand colonialism sponsored corporations thats halliburton gets paid rebuild nations tell truth dont scare paralysis know cia saw bin laden dialysis 98 top ten fbi government ties really government lies read instead askin government cause cause deathll cause propaganda die scheduled sixty minutes next going french british italian japanese television people everywhere starting listen embarrassing", "Leaving the Past": "told would never make would never achieve reality nourishment people dont believe guess hard stomach truth like bulimic dirty game nobody willin clean paraplegic people dreamin runnin ladies married men dont please em dreamin comin verbally murderous like david berkowitz im gunnin cowards internet didnt think would sell scared talk shit person cause stuck shell couldnt understand pain bein stuck cell hell place go youre christian failure lifes greatest ambition bad decision blindly follow religion dont see difference wrong wrong soldiers emptyin clips little kids moms like desperate motherfucker strapped bomb humanitys gone smoked gravity bong democrat republican cheech chong immortal technique never heard preach song im controversial im speakin facts put hands air like got heat back shake body like baby born addicted crack since lifes gamble like craps tables vegas freestyle destiny written pages hate tell us far came peoples history started slavery painfully discovered shit kept us secret exodus like black jews egypt keep reality based music make blow truth face style run like navy missile shot flight 800 im like africans came colombus 1500s morrow watched latin america get raped sorrow see spaniards never left despues de colon dont believe click univision never seen much racism life every program newscaster white like apartheid 10 percent rulin rest type stress make put fuckin tool chest step way nigga wouldnt wanna ya burn slow like pissin drunk gonorrhea ill free show north korea burnin flag j edgar hoover politicians dress drag try confuse makin hard follow capitalism democracy synonymous swallow propaganda like birth control pill sellin soul eye back dollar bill never cause im leavin past like abused wife kids leavin ass like drug addict clean sober leavin stash unbreakable technique leavin plane crash im black box refuse return spit reality instead usually learn refuse concerned condescendin advice cause im motherfucker could change life people think wont make know escape emptiness cause shit slow kills flow skill made yall believe last make future starts leavin past", "The Poverty of Philosophy": "latino black people struggling get food clothes shelter hood concerned philosophising freedom socialist democracy usually unfortunately beyond rationale dont realize america cant exist without separating identity sense really theres way hell wed allow country push genocidal consensus homelands ignorance exists destroyed niggas talk change working within system achieve problem always conformist try change system within changes system system eventually change usually nothing wrong compromise situation compromising situation another story completely seen happen long enough years ive alive know serious problem latino america huge colony countries whose presidents cowards face economic imperialism see third world countries rich places abundant resources many countries capacity feed starving people children always see digging food trash commercials plutocracies words government run rich one traditionally oppressive european states force third world buying overpriced unnecessary goods exporting huge portions natural resources im quite sure people look upon attitude sentiments look hypocrisy hatred words revolution born love people hatred others see latinos great inflation caused american companies latin america aside many seeking life away puppet democracies funded united states places like el salvador guatemala peru colombia nicaragua ecuador republica dominicana spanish speaking countries either haiti jamaica well different taught look colonial society struggle realize well fighting scraps table system kept us subservient instead self determined thats control embargo stop cuba bombs stop dropping vieques see america attitude fed us outside america live lesser people fuck let fend fuck matter much want dye hair blonde put fake eyes follow anorexic standard beauty matter many diamonds buy people exploit brutally get matter kind car drive kind fancy clothes put never theyre always gonna look nothing little monkey id rather proud rather desperately trying something im really fit whether want accept thats culture lack culture feeding us want better life family children doesnt expense millions lives homeland given idea didnt people exploit america wouldnt rich enough let us little petty material things lives basic standards living thats wrong business giants government officials make real money whatever kick us enemy average white man kid block kids see street enemy white man dont see people white house corporate monopoly owners fake liberal politicians enemies generals armies mostly conservatives real motherfuckers need bring poor broke country ass soldier thats stupid know shit way things set fact common working middle class white people rich black latino people much racism bleeds america need understand classism real issue many us boat sinking bougie motherfuckers ride luxury liner long keep fighting kicking people little boat gonna miss opportunity gain better standard living whole words dont want escape plantation want come back free people hang motherfucker kept burn house god damn ground want take encomienda give back people work land cannot change past make future anyone tells different fucking lethargic devil dont look token latinos black people public eye type achievement people whole successful individuals sell outs house negros dont consider brothers sell move ghetto poverty nothing people culture poor thats last 500 years history look last 2000 years existence brought world terms science mathematics agriculture forms government know idea confederation provinces one federal government controls states europeans came country stole idea iroquois league idea impeaching ruler comes aztec tradition thats montezuma stoned death people cause represented agenda white spaniards captured aztec people would become mexicans conclusion im gonna vote anybody cause black latino truly represent community represent whats good us proletariat porque sino entonces te mando por el carajo cabron gusano hijo de puta seramos libre pronto viva la revolucion viva la revolucion", "Industrial Revolution (Dirty)": "yeah nigga immortal technique metaphysics bling bling era cute done leave full clips like moon blocking sun metaphors dirty like herpes harder catch like escape tunnel prison started scratch parasites want percent ascap trying control perspective like acid flashback heres quotable every single record exec get fucking hands pocket nigga like malcolm x aint movie im fan groupie im type cat afford miss shoot curse heavens laugh sky electrocutes immortal technique stuck thoughts darkening dreams ones good got better marketing schemes ill lead destruction like sparking fiend cause got jealousy voice like starscream thats primary reason hate yall faggots ive nice since niggas got killed 8 ball jackets reebok pumps didnt shit sneaker im heatseaker features thatll reach speaker murder counter revolutionaries personally break thermometer force feed kids mercury ars tried jerking thinking call shots offered deal blanket full smallpox youre getting shot little fucking treacherous bitches business yall aint getting nothing free devils play broke im taking company could call reparations restitution lock load nigga industrial revolution want fifty three million dollars calloused hands like bush administration gave taliban fuck packing grams nigga learn speak behave want spend twenty years government slave two million people prison keep government paid stuck six eight cell alive grave made revolution speak masses deep club toast truth reach glasses ill burn orphanage bring heat bastards innocent deep casket colombian fashion intoxicated flow like thugs passion motherfuckers never get stop blasting youre better asking ariel sharon compassion youre better begging twenty points label youre better battling cancer telephone cables technique chemically unstable set explode foretold dead sea scrolls written code message aint shit fuck records sold cause go platinum got nothing luck means million people stupid fuck stuck underground general rose limit without distribution managers deal gimmick revolutionary volume 2 murder critics leave fucking body rotting roaches crickets business yall aint getting nothing free devils play broke im taking company could call reparations restitution lock load nigga industrial revolution", "Bin Laden": "man hear bullshit talking every day man like motherfuckers like professional liars know im sayin wild listen bin laden didnt blow projects nigga tell truth nigga bush knocked towers tell truth nigga bush knocked towers tell truth nigga pledge allegiance nigga fuck presidents speeches im baptized america covered leeches dirty water bleaches soul facial features drownin propaganda spit speakers speak evil government patriot act track type blood try frame say tryna sell drugs throw federal indictment niggas show love shit run fake christians fake politicians look mansions look conditions live talk terrorism television tell listen dont really tell mission funded al qaeda blame muslim religion even though bin laden cia tactician gave billions dollars funded purpose fahrenheit 911 thats scratchin surface bin laden didnt blow projects nigga tell truth nigga bush knocked towers tell truth nigga bush knocked towers tell truth nigga say rebels iraq still fight saddam thats bullshit ill show totally wrong cause another country invaded hood tonight itd warfare harlem washington heights wouldnt fightin bush white americas dream id fightin peoples survival self esteem wouldnt fight racist churches south nigga id fightin keep occupation nigga ever clock someone talk shit look wrong imagine shot rapin moms course saddam hussein chemical weapons sold shit ronald reagans election mercenary contractors fightin new era corporate military bankin war terror controllin ghetto fear attack tryin distract fact engineerin crack im strapped like lee malvo holdin sniper rifle bullets touch kids dont mean like michael body sent morgue stripped recycled fire house niggas support like cause innocent people get murdered struggle daily poor people never get shit struggle daily aint alien conspiracy theory shit real written dollar underneath masonic seal dont rap dead presidents id rather see president dead never said set precedents bin laden didnt blow projects nigga tell truth nigga bush knocked towers tell truth nigga bush knocked towers tell truth nigga shady records eighty seconds away towers cowards fucked wrong building meant hit"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/insane-clown-posse.json b/lecture/lecture-9/rappers/rapper-data/insane-clown-posse.json new file mode 100644 index 000000000..2449954ce --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/insane-clown-posse.json @@ -0,0 +1 @@ +{"Chop Chop Slide": "uh oh go yeah thats mike e clark insane clown posse chop chop slide heard something similar fuck cause shit juggalos whats signal whoop whoop thats right gonna clap four times quickly bust signal whoop whoop whoop whoop yeah bad bad lets yall little slow clappin lets try go whoop whoop whoop whoop bad bad yall need loosen loosen know everybody little dance like little personal get jiggy move gonna bust right get loose yall get get get get loose get get get get loose get get get get loose come break looking good juggalos yall still got rigor mortis need loosened gonna get jiggy kinda way come get get get get loose get get get get loose get get get get loose come break ooooh yeah know wouldnt juggalo party somebody didnt get shot right want picture youve got two nine milimeters one hand gonna juggalos gonna take guns right put em air bust bust bust bust put em air bust bust bust bust ha ha oh yea right neck red thats right got redneck sipping moonshine right everybody red neck si doeing spinning around go round round round go rround around go round round round go rround around go shoot redneck bust bust bust bust ok clap four times bust signal whoop whoop whoop whoop whoop whoop whoop whoop aight yall b boy stands cross arms fold arms cause shit shit shit shit shit shit cross arms shit shit shit shit shit shit thats right shit aint cool get loose hell juggalos thing get get get get loose get get get get loose get get get get loose come break pull hatchets juggalos pull hatchets put em air cause time somebody die bitch come chop chop chop chop swing swing swing swing chop chop chop chop swing swing swing swing shoot bitch bust bust bust bust uh oh send rednecks em spinning round round round round round go round around go round round round go round around go murder alright pull hatchets chop chop chop chop swing swing swing swing chop chop chop chop swing swing swing swing uh oh come po po much murder get gonna find shit come cause shit shit shit shit shit shit cross arms shit shit shit shit shit shit yeah know juggalos aint never afraid cuss open windows let come go fuck shit pussy ass motherfucking damn bitch bitch damn motherfucking ass pussy shit fuck yeah thing yall sounded little scared cuss lets twice loud proud fuck shit pussy ass motherfucking damn bitch bitch damn motherfucking ass pussy shit fuck alright fam thats family tonight everybody look person next front behind give dap sup hey sup hey sup hey sup bust shit get get get get loose get get get get loose get get get get loose oops missed somebody sup hey sup hey sup hey sup one got away chop chop chop chop swing swing swing swing chop chop chop chop swing swing swing swing pull guns alright juggalos let hear filthy mouth fuck shit pussy ass motherfucking damn bitch ha ha ha ha yeah chop chop slide also known juggalo step always remember album bang pow boom", "Miracles": "got theory see mike got theory magic miracles thats right thats right magic weve ever known easy miss really goes ive seen miracles every way see miracles every day oceans spanning beyond sight million stars way em night dont high look sky know thats miracle opened wide look mountains trees seven seas everything chilling underwater please hot lava snow rain fog long neck giraffes pet cats dogs ive seen eighty five thousand people one room together equal pure magic birth kids ive seen shit thatll shock eyelids sun moon even mars milky way fucking shooting stars ufos river flows plant little seed nature grows niagara falls pyramids everything believed kids fucking rainbows rains theres enough miracles blow brains fed fish pelican frisco bay tried eat cell phone ran away music magic pure clean feel hear cant seen music magic cant even hold air pure motherfuckin magic right shitll blow motherfuckin mind music lot like love feeling fills room floor ceiling see miracles around stop look around astounding water fire air dirt fucking magnets work dont wanna talk scientist yall motherfuckers lying getting pissed solar eclipse vicious weather fifteen thousand juggalos together love mom giving time planet taking nothing granted seen caterpillar turn butterfly miracles aint nothing lie shaggys little boys look like shaggy little boy looks like daddy miracles everywhere look nobody stay put world explore nothing miracles beyond door dark carnival invitation witness without explanation take look fine creation enjoy better appreciation crows ghosts midnight coast wonders world mysteries open mind aint way ignore miracles every day thats real magic everywhere bitch around dont even know shits crazy believer miracles time miracles notice recognize miracles many miracles magic miracles well came way ash nevada come wheres show wheres money came way england wheres bloody undred thousand pounds wanna know hell goddamn hundred thousand dollars get beer motherfucker thought carnival wheres sexy kids dont tell brought candy nothing didnt come way stand around goddamn tadpoles lets get move start shit get paid came long way see shit itd better worth imma kill somebody fuck", "Hokus Pokus": "serial slaughtering stranglers jugular juggling juggalos folded fat floppy tittied freaks c fuckin ps haugh abracadabra boom shacka dae im violent j im back like vertebrae come hat full tricks trunk full faygo car full fat chicks ha hahaha ha hahaha fuck wicked clowns wed like say cobras x men counts everybody clown love even sets ive never heard roll town big top four cards two still drop pack hit road cause dont wanna see head explode toss axe ill toss dead chicken add buck get two liter em genie says show hokus pokus jokers great milenko psychotic carnival creatures haugh hokus pokus jokers ride come take spin carnie ride southwest slithering snakes darkness come hokus pokus jokers ride come take spin carnie ride shazam bam shocka locka lokis shaggy clown back like scoliosis call psycho schizo freak ill call name cause give two shits fuck bounce verner popcorn clown truck im circus ninja southwest voodoo wizard grab gizzard jump carpet lets take spin everybodys waiting show begin top neck let go try land glass faygo uh suck missed fuckin glass broken neck busted fuckin ass genie says show hokus pokus jokers great milenko awaits death rub lamp explore hokus pokus jokers ride come take spin carnie ride enter milenkos fun house walk right wretched hall hokus pokus jokers ride come take spin carnie ride fuck fuck fuck em fuck fuck em clown dog freak dog joker dog milenko dog visions joker cards flashing mothers face hokus pokus jokers ride come take spin carnie ride rude boy chucky clown first time ever went mexicantown remember couldnt pay bill got hot beat us fuckin parking lot tall jess jumpsteady nate mack tagged icp train tracks dawn new day magical carpets grippin freeway walked gypsys tent food stamp walked magical lamp yeah met milenko gave 3 wishes night fucked 3 fat bitches cant get fuck forget ill rip face wipe ass genie says show hokus pokus jokers great milenko climb aboard magic train join us song hokus pokus jokers ride come take spin carnie ride city village hamlet town show must go hokus pokus jokers ride come take spin carnie ride giant ladies bearded ladies midget ladies ladies hokus pokus jokers ride come take spin carnie ride clouds darkness underneath comes clown hokus pokus jokers ride come take spin carnie ride", "My Axe": "love faygo love pills shaggy love buddies hatchetman love axe axe buddy bring walk axe leave head outlined chalk axe buddy always makes laugh axe cut bigots spinal cords half axe buddy wind back axe give forehead buttcrack axe buddy never leave without axe leave neck bloody fountain everybody everybody everybody run murdering murdering murdering fun swing swing swing chop chop chop swing swing swing chop chop chop everybody everybody everybody run murdering murdering murdering fun swing swing swing chop chop chop swing swing swing chop chop chop axe buddy right planets wrongs axe leave bigots dead richies lawns axe buddy never makes cry axe leave pivot eye ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch tylenol tylenol tylenol tylenol tylenol tylenol tylenol tylenol axe buddy dont take chump axe leave hopping stump look deadest tree tell baby see dont hear branches cry asking reasons hang many men branches humans make play evil way look moons beam fathom seen bodies dragging truck driven bigot fuck think heavens cry acid rain blizzard sky aint covering tracks thats im oh yes axe buddy hell thump head axe make white hoodies red axe buddy let dixie wave axe fuck mother grave ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch tylenol tylenol tylenol tylenol tylenol tylenol tylenol tylenol axe buddy cry trees axe bring devil knees everybody everybody everybody run murdering murdering murdering fun swing swing chop chop chop swing swing swing chop chop chop everybody everybody everybody run murdering murdering murdering fun sw ii ing chop chop chop swiiiiii ing chop chop chop everybody everybody everybody run murdering murdering murdering fun swing ling ling chop chop chop swi ii ing chop chop chop everybody everybody everybody run murdering murdering murdering fun swing ling ling chop chop chop swing ling ling chop chop chop", "The Neden Game": "lets meet contestant number one hes schizophrenic serial killer clown says women love sexy smile lets find charm work sharon sharon whats question contestant number one believe first impressions last forever lets say come parents house dinner family tell would make first impression really stick lets see mm well id think might show tux ha doubt id probably show naked like always look momma eye tell fuck hurry bitch im hungry smell spaghetti id pinch loopy ass tell get food ready dad probably start trippin get pissed id walk bust fucking lips dinner time hearing grace mother id pull forty pour little brother im steady staring sister ill tell know thirteen got big tits dad try jump time id put forty chin mom dishes silverware id dry fuck till nut underwear lets meet contestant number two hes psychopathic deranged crackhead freak works dark carnival says women call stretch nuts sharon lets hear question like man whos afraid show true emotions man expresses special way number two fell love exactly would let know first thing could never love sound like richie bitch yo fuck id probably show care taking motherfuckers outta id go phone book whack em find contestant number one break fucking jaw anyone looked would pay id blowing fucking nuggets day id grab titties stretch em past waist let em go watch em spring face id sing love songs best get naked hit like caveman wed go beach walk sand id throw little face say im playin spit id rub back grab underwear wedge ass crack well sounds like contestant number two flowing sensitivity sharon tough choice far sharon lets last question see one going win rights neden okay dance club noticed time tell would get attention would pick line whoevers smoothest wins okay first id slide bar tell cant believe fucking fat id tell like way make titties shake lost little weight youd look like ricki lake fuck youd jocking quick id order drink stir dick get attention crowded place id simply walk stick nuts face yeah freak nuts yo thatll get tell thats fat yeah thatll work even better look fuck got strong rap shit dont want contestant number two hes mad wack walked barn standing bucket eww trying fuck big fucking smelly ass farm llama damn dawg gonna diss momma", "Fuck the World": "fuck fuck shit fuck give could id set world fire could id set world fire could id set world fire say fuck world could id set world fire fuck em hey man fuck fuck fuck us fuck tom fuck mary fuck gus fuck darius fuck west coast fuck everybody east eat shit die fuck least fuck pre schoolers fuck rulers kings queens gold jewelers fuck wine coolers fuck chickens fuck ducks everybody crew sucks punk mother fucks fuck critics fuck review even like fuck fuck mom fuck moms momma fuck beastie boys dalai lama fuck rain forest fuck forrest gump probably like rump fuck shoe pump fuck real deal fuck fakes fuck fifty two states ooh fuck could id set world fire say fuck world could id set world fire fuck em could id set world fire say fuck world could id set world fire fuck em yeah fuck oprah fuck opera fuck soap opera fuck pop locker cock blocker fuck girlfriend probably already fuck kyle brother tom petty jumpsteady homie fuck gonna yeah well fuck dont bother trying analyze rhymes song say fuck ninety three times fuck president fuck welfare fuck government fuck fred bear fuck nugent like anybody gives fuck like hunt lot fucking fuck disco count monte cristo fuck cisco jack jerry brisco fuck everyone went titanic panic im like fuck could id set world fire say fuck world could id set world fire fuck em could id set world fire say fuck world could id set world fire fuck em fuck celine dion fuck dionne warwick make sick suck dick fuck berlin wall sides fuck lyle lovett whoever fuck fuck everybody hemisphere fuck across world fuck right know guy operates rouge river draw bridge delray jefferson fuck fuck idea fuck gonorrhea fuck diarrhea rocky maivia fuck wife homie hes fucking fuck police 5 0 fuck spin rolling stone fuck vibe fuck everybody inside whoevers cover fuck mother fuck little brothers homie around way fuck violent j gunshot", "To Catch a Predator": "laughter im internet posing little girl im tryin lure evil world tell im curious im twelve mom dad gone day im buckets throw next computer hopin show cause im would make devil sick sharpen blade frontin perv like im seventh grade doorbell rings gotta get inside best little girls voice im like hi come im putting bikini door shuts thats let see hi stab neck first cause hurts hit blood squirts carve whole face make eat chain foot basement bleeding im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun sure fun im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun soon enough feds shutting service cause people think dont deserve kid old man finger fucking titty sucking youll want knife stuck dont blame thats catch advance dick still pants never get chance tell im alone im thirteen looking good time ya know mean bring funyuns slurpee promise hurt give herpes within twenty minutes comes fucking doctor knocking door pedophile butt knocker come seat stroll purpose hunting blade straight colon cut hands aint touching nobody chain foot basement bloody pla pla please mr clown sir dont zip please got money ca shut fucker please work silence say stick next fool left dead every time walk em punch head cut fucking dicks stick em others mouths yall talkin im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun sure fun im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun whats bag funyuns condoms whats bag funyuns condoms whats bag funyuns condoms bring condoms didnt mean house getting funky bodies basement stinking fuck thinking put face paint go downstairs beat ass sometime cause ease mind dead still living ima hurt every chance im given hit em nail gun stun gun cant run mad fun sawing head heard doorbell im expecting predators oh well took spot come ill right left head sitting living room chair seen ran give chase cut across lawn knife swinging face threw stuck back neck still drawers dragged home bloody wreck ahhhh somebody anybody zip stop please shut fuck ahhhhhh people looking silence bus high school kids watched happened kept screaming like pansy despite slapping plus neighbors seen mail man never said nothing bout im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun sure fun im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun yo liz meanwhile back house hey come kind alcohol bring brought absolute citron brought mandarin orange brought shot jagermeister wow several cases men asked bring food alcohol condoms law enforcement says helps show intent solicit minor got bag funyuns funyuns condoms bring condoms", "Slim Anus": "stupid earthlings cannot even get along eminem huh wanna diss us wanna diss insane clown posse twiztid well goes remix us truth slim anus hi name name name slim anus hi name huh name name fudgepacker hi name name name nutlicker hi name name name buttsniffer hi kids like anus let dr dre fill butt one chance famous wanna copy exactly like try acid get butt pumped like brains dead weight im tryin get head straight cant figure backstreet boy wanna impregnate dr dre said slim shady cutie ill give deal let booty well since age 12 felt like im someone else cause hung original self top bunk belt got pissed ripped pamela lees tits dont know tommy lee id suck dick hi anus anus anus gets tapped hi anus anus anus every gets plugged hi anus anus anus occasionally reamed hi anus anus anus really needs filled english teacher wanted flunk junior high told take pants hooked let slide pinched ass winked chased around desk told come get walked strip club jacket zipped flashed bartender tried feel dick extra terestrial runnin pedestrians space ship screamin lets friends 99 life lied found mom screws guys told id grow famous rapper met violent j couldnt believe slapped know blew women rush stands try touch hands need man guy white castle asked autograph signed dear dave thanks support nice ass hi name huh name name hi name name name itch itcher one radios wonder boys call butt itcher hi name name name stop tape kid needs locked away dr dre dont stand operate feel balls buttcheeks anal lube got ass greasy weeks stick manhood cheeks coming going barely decide drank pint semen dare drive life deprived dres butt sexy hide take pants dre dont mind clothes rip like incredible hulk spit talk ill guy walks little used get hungry would throw fits sometimes sit wish dr dre set tits get behind shady grab hips cant kiss lips way see dad ask seen spread gay als porno mag hi anus anus anus gets tapped hi anus anus anus always getting plugged hi anus anus anus occasionally reamed hi anus anus anus needs filled anus anus anus always getting plugged anus anus anus always getting stuffed wanna diss us dont even know little bitch wanna sit diss us little bitch ill slap face thats happens go psychopathic family trick little bitch slim anus", "Juggalo Homies": "know aint thats want let know something bro know love know youre homies eh alright well talk later peace let ask life live let try swerve attention give distant ass relatives ham dinner really miss much dont call wasnt blood would still love fact blood make think love look probably love family anybody homies family third cousins get outta got tatoos tripping mushrooms fuck threw car felt worse shit morning loaned ya money homie owes ya cash taught use bong grass dont know much gotta assume ya hit ya first neden ya homies room talkn homies homies motherfucking homies homies real juggalo homies homies homies homies ever job truly despise like dunno maybe dish washing fucking flipping fries youve got boss thinks hes mega cause head manager chief chili fry maker could vision yall beating homies standing back kicking head around responsibility cant lie though id plucked fucking eyeball chicken bone crazy fuck ill rip piercings homies holding back dont look soft snuck car get got caught blame shit relax around scratch yo balls homieswere talking like ya dont like fuck homies stay tight like noose step one us betta step whole crew never knew could depend could friends thats til end well thats home boys excuse family conquer world macking galaxy cause skys limit aint finished homies gonna ride ya know im puff pass give homies yall hit quit give homies yall got world around finger homies yall everything obsolete unless hear homies call worldwide homies across planet sticking together like zippers michael jacksons beat jacket got back like tat love yall hanging till old grey like grandpas icp twiztid giving props", "What Is a Juggalo?": "born hatchet juggalo face juggle oh dead dirty carnies im juggalin juggla juggalin jugglas jokero juggalo well know juggla im jugga lugga locoro well know juggla dead dirty carnies dead juggalos room joker os juggle oh like never thought youd ever know born hatchet juggalo face juggla j ay ay jugglas shut ass let juggla sing juggalo let think second oh gets butt naked walks streets winking freaks two liter stuck butt cheeks juggalo dont care might try put weave nut hair cause could give fuck less bitch thinks tell butt stinks juggalo drinks like fish starts huggin people like drunk bitch next thing hes pickin fights best friends starts huggin fuck juggalo fucking lunatic somebody rope tied dick jumps ten story window crash oh juggalo ask well fuck know dont know im clown im life yo juggalo ask well fuck know dont know im clown im life yo southwest river jefferson fuckin everybody im jugga lugga loc roni shut fuck get fuck juggalo dead body well aint really dead aint like anybody youve ever met hell eat monopoly shit connect four jug fuck connect man shit whack dont worry shit rap motherfucker juggalo aint bitch boy hell walk hills beat rich boy walks right house youre supper dip nuts soup bloop juggalo well aint phony hell walk bust nut macaroni watch sit finish last bit cause youre stupid ass dumb fuckin idiot juggalo hes graduate graduated cricket chirps well least got job hes dumb putz works scratching nuts ha juggalo hulkamaniac powerbombs motherfuckers thumbtacks people like til find hes unstable sabud momma coffee table juggalo ask well fuck know dont know im clown im life yo im jugga lugga loc roni shut fuck get fuck im jugga lugga loc roni figured wouldnt understand juggalo ask well fuck know dont know im clown im life yo juggalo ask well fuck know dont know im clown im life yo detroit juggalo cleveland ask well fuck know st louis dont know everybody im clown im life yo everybody dont know everybody ask well fuck know fuckin everybody dont know everybody dont know dont know"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/j-cole.json b/lecture/lecture-9/rappers/rapper-data/j-cole.json new file mode 100644 index 000000000..a5eb48dad --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/j-cole.json @@ -0,0 +1 @@ +{"No Role Modelz": "first things first rest peace uncle phil real father ever knew get bitch pregnant ima better prophecies made way back ville fulfilled listen even back broke team ill martin luther king woulda dreamville talk nigga one time la sisters one time la hoes lame niggas cant tell difference one time nigga know dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved role models im right role models speak searchin memory memory couldnt find one last night gettin feet rubbed baddest bitch trina swear god bitchll make call girl tell hey whats good sorry im never comin home ima stay good hang phone proceed lay wood came fast like 9 1 1 white neighborhoods aint got shame bout think im spoiled im rich cause bitch got defensive said nah without thought back back better b list celebrity fore started callin bitches bitches heavily back could get platinum plaque without melody wadnt sweatin one time la sisters one time la hoes lame niggas cant tell difference one time nigga know dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved want real love dark skinned aunt viv love jada love leave toothbrush crib love aint gotta wonder whether thats kid love nigga dont want bitch reality shows touch reality hoes hollywood bringin back five six hoes fuck em kick em nigga know go deserved bird bird trap think didnt rap would flirt back takin skirt let wear shirt fore leave ima need shirt back one time la sisters one time la hoes lame niggas cant tell difference one time nigga know dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved theres old saying tennessee know texas probably tennessee says fool shame shame fool cant get fooled fool one time shame fool twice cant put blame fool three times fuck peace sign load chopper let rain fool one time shame fool twice cant put blame fool three times fuck peace sign load chopper let rain regret young lisa bonet regret young nia long im left hoes reality shows hand script bitch prolly couldnt read along regret young sade adu regret could never take aaliyah home im left hoes greystone stale face cause know song shallow pussy deep shallow shallow shallow pussy deep shallow shallow shallow pussy deep shallow shallow shallow pussy deep shallow shallow dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved", "Power Trip": "got night im singin love songs got night constant drinkin love songs got night love songs got night drownin love songs got night im singin love songs got night constant drinkin love songs got night love songs got open night got open night hey okay back sleeping mama crib even back mohammed crib paying seventeen hundred rent money well spent heater nigga made heat may vent thing ya even wrote song dreams ya cause dreams ya thoughts ring ya childish shit know child shit anonymous flowers sent know coward shit nigga signed hov took power trip back home im grown citys throne huh clubs used get tossed life got kriss krossd totally crossed cause im bitch im totally bossed old chicks crying cause know lost im still im still drink spill feel im sayin would believe said im love baby want want would believe said im love baby want ya got night im singin love songs got night well got longest crush ever ever get fuck itd longest bust ever love drug like strongest stuff ever fuck im one feel power trip got want nigga wifeing club man homies gon disown nigga like give twenty dollars dollars ass stupid get college college im city im wonderin youre home went found man im hopin youre alone cant help feeling like dropped ball cliche used pop mall day typically kick game like east bay got nigga freeze framed yelling please play petes sake homie pull together fuck one time forever would believe said im love baby want want would believe said im love baby want ya yeah got night im singin love songs got night got night im singin love songs got night constant drinkin love songs got night love songs got night drownin love songs got night im singin love songs got night constant drinkin love songs got night love songs got open night got open night hey back sleeping mama crib space bar tap", "Wet Dreamz": "cole cole world yeah let take yall back man well wadnt nuttin like man wadnt nuttin like first time math class long hair brown skin fat ass sat beside used laugh mad jokes teacher always got mad passed notes started innocent vibe nigga started diggin uh youngin straight crushin tryna play shit cool nigga couldnt wait get school cause seen thighs hips lips got daydreamin man im thinkin rides sits licks make hard stand time goes attractions gettin deep wet dreamin thinkin im smashin im sleepin want bad aint never obsessed wrote note said ever sex damn aint never aint never aint never aint never aint never aint never aint never aint never wrote back said course sex knowin frontin said im like pro baby knowin stuntin told truth knew id get played son hadnt pussy since day came one dont know done wrote back told oh pro homie well want show mama gone weekend saturday baby get freakin thats heart start racin body start sweatin baby done woke lil man im thinkin body look naked layin bed teacher please dont make stand wrote back like yeah baby sound like plan still tryna play cool sound like man scared death nigga stomach turnin talkin shit knowin damn well virgin fuck aint never aint never aint never aint never aint never aint never aint never aint never yeah know feelin know finna bone first time im hopin wont notice first time im hopin shit big enough fuck wit im prayin god dont let bust quick im watchin pornos tryna see stroke right practice puttin condoms go right im crib nigga palms sweatin pocket full rubbers erection thats hands start touchin face start blushin nigga roll top get pants unbuckled hands start rubbin ooh girl dont stop time action pull condoms real smooth yeah practiced right put flinched grabbed said wanna get somethin mental tell youre pro baby gentle cause cause aint never aint never aint never aint never aint never aint never aint never aint never", "Crooked Smile": "even though way way way way way way one tryna keep way like sun know know find way back round tell fix grill cause got money aint gon sit around front like aint thought perfect smile appealing funny shit crooked look far done got without keep twisted grill show kids real aint picture perfect worth picture still got smart got rich got bitches still look like eyebrows thick hell love girl nobody though woman dont know deal pressure look impressive go heels feel killin find man thatll kill wake put makeup stare mirror clear cant face whats wrong need fix god already put paintbrush roommate yelling gotta take long like crooked smile even though way way way way way way one tryna keep way like sun know know find way back round women flaws know hard darling wonder youre lonely mans calling keep falling victim cause youre insecure tell youre beautiful cant sure cause dont seem want back got askin see lackin packin take man loves got baby girl star dont let em tell youre real eyebrows fingernails hair real girl dont care cause whats real somethin eyes cant see hands cant touch broads cant thats never let em see frown need friend pick ill around ride windows music loud tell aint laughed wanna see crooked smile even though way way way way way way one tryna keep way like sun know know find way back round got crooked smile style em back round crooked smile style em one tryna keep way like sun know know find way back round dont look nothin like people screen know movie stars picture perfect beauty queens got dreams got right chase em look nation thats crooked smile braces couldnt even straighten seem like half race either probation jail wonder inhale cause hell already ask skin pale would sell like eminem adele one time ville fuck beef shit nigga lets make mil hey officer man dont want nobody gettin killed open cell let brother outta jail got money bail well askin tell ayy hell nah aint snitchin cause man get niggas stitches around wouldnt need witness like crooked smile even though way way way way way way one tryna keep way like sun know know find way back round got crooked smile style em back round crooked smile style em one tryna keep way like sun know know find way back round la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la way way way way way way one tryna keep way like sun know know find way back round back round one tryna keep way like sun know know find way back round back round one tryna keep way like sun know know find way back round round", "MIDDLE CHILD": "good minus niggas countin im countin bullets im loadin clips im writin names im makin list im checkin twice im gettin em hit real ones dyin fake ones lit game balance im back shit bentley dirty sneakers dirty thats like dick im bag hard get snort powder might take sip might hit blunt im liable trip aint poppin pill wish roll fiends love em death got mil rich good bread niggas broke good first class niggas cant sit thats next mission thats cant quit like lebron get niggas chips put rollie right back wrist watch came drizzy gave gift back rap game prayin id diss act like two legends cannot coexist id never beef nigga nothin smoke rapper gon legit wont clout wont fame wont cause shit aint sellin wont sell latest lil sneakers wont cause nigga slid lane everything grows destined change love lil niggas im glad came hope scrape every dollar hope know money wont erase pain ogs im thankin watchin pavin ground copied cadence mirrored style studied greats im greatest right fuck feel aint got choice aint promo still made noise year gon different set intentions promise slap hate voice niggas countin im countin bullets im loadin clips im writin names im makin list im checkin twice im gettin em hit real ones dyin fake ones lit game balance im back shit bentley dirty sneakers dirty thats like dick poured somethin cup ive wantin somethin feel promise never lettin money palm dont make real foot neck got em stuck ima give em somethin feel aint bout squad dont give fuck pistol hand dont make real im dead middle two generations im little bro big bro left lab young 21 savage im bout go meet jigga lunch long talk young nigga kodak reminded young niggas ville straight projects fakin honest wish guidance real many niggas cycle jail spending birthdays inside cell coming long bloodline trauma raised mamas lord gotta heal hurting sisters babies well killing brothers poisoned well distorted self image set fail ima make sure real gon prevail nigga poured somethin cup ive wantin somethin feel promise never lettin money palm dont make real foot neck got em stuck ima give em somethin feel aint bout squad dont give fuck pistol hand dont make real money palm dont make real pistol hand dont make real money palm dont make real", "Deja Vu": "huh ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want sometimes worry bout things provide ya whenever around seem come alive ya finally recognize feelings thats inside ya although know man trust would die ya quiet thoughts going years saw party soft lips soft spoken came talked homie interfered introduced girl heartbroken people talk love first sight shit keep real dont know whether believe true tell im wrong right fell love ever even knew catch eye look away never happened times feel though im caught strange dream eyes could talk mines would tell ya im feeling sometimes swear eyes telling thing fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams club jumping dont stop top know go til 2 oclock put yo motherfuckin hood weekend drop back ass bitches get freaking last call bar ladies get drink nigga get balls aint telling gonna see bitch tomorrow stop holding wall waiting right song better holla cause know bout cut lights put number im staring afar im wondering bout like cause star type snort white lines mean type light night time heard got man right mind letting house alone tell house home club looking like zone discreet pull phone put number text nigga man leave unattended scale 1 10 girls hundred want question know destiny well though sin lord blessing still every saint got past every sinner got future every loser gotta win every winner gotta lose someday say matter time way would mine fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams club jumping dont stop top know go til 2 oclock put yo motherfuckin hood weekend drop back ass bitches get freaking last call bar ladies get drink nigga get balls aint telling gonna see bitch tomorrow stop holding wall waiting right song better holla cause know bout cut lights know made darling dont wait cause see promised land cant promising know made darling dont wait cause see promised land cant promising ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want", "Love Yourz": "huh love huh love thing thing life thats better thing life thats better thing life thats better thing thing heart beatin fast let nigga know alive fake niggas mad snakes snakes grass let nigga know arrived dont sleepin level cause beauty struggle nigga goes yall beauty struggle nigga let explain yeah beauty struggle ugliness success hear words listen signal distress grew city know sometimes less compared niggas block man blessed life cant fairytale upon time goddamned nigga dont tryin tell momma please drinkin time pain brought still linger mind cause pain still lingers mine road riches listen youll find good news nigga came long way bad news nigga went wrong way think broke better thing life thats better thing life thats better thing life thats better thing thing whats money without happiness hard times without people love though im sure whats bout happen next ask strength lord cause strong far feel grip loosenin quick somethin lose good get back use good touch people like im tired livin demons cause always invitin think broke better dont mean phrase disrespect niggas livin debt cashin minimal checks turn tv see nigga rolex fantasize life stress mean shit sincerely nigga shoes livin nothin lose hope one day hear always gon bigger house somewhere nigga feel long people motherfucker love dearly always gon whip thats better one got always gon clothes thats fresher ones rock always gon bitch thats badder tours aint never gon happy til love thing life thats better thing life thats better thing life thats better thing thing heart beatin fast let nigga know alive fake niggas mad snakes snakes grass let nigga know arrived", "G.O.M.D.": "hollywood cole go ayy hollywood ayy hollywood cole go nigga done went hollywood wanna know im well let tell bout put city map let tell bout tryna say cant come back ayy let tell bout man fuck niggas come back ayy let tell bout wanna tell bout hands everybody run cole outside say got gun niggas like man thats everybody said go pop trunk everybody dead everybody scared nigga aware nigga better bitches pick litter never bitter niggas fake anime never hate get cake like anna mae woah eat cake bitch eat damn cake uh fuck good nigga demand great order dominos take clothes nigga know goes make pizza man wait best kept secret even hov tried keep leaked damn tape uh rest peace nigga want beef secret service couldnt keep man safe said window wall nigga ride call got bitches mind fuck nigga blockin shine know reason feel way know wan everyday thank man upstairs aint aint get dick woah get dick woah get dick bitch woah get dick woah man fuck niggas come home dont tell nobody gettin temporary dough dont tell nobody lord tell changed wont tell nobody wanna go back jermaine wont tell nobody part thugs skip young nigga never love know foot massage back rub shit blowin bubbles bathtub shit met together done watch years go seen river tears go got thinkin bout kids still tell hoes come break get know somebody really learn lot em wont long start doubt em tell better without em time find cant walk without em cant talk without em cant breathe without em came together cant leave without em walk back make scene em amerie 1 thing em called love niggas dont sing dont nobody sing called love niggas dont sing dont nobody sing every nigga club singin window wall nigga ride call got bitches mind fuck nigga blockin shine know reason feel way know wan everyday thank man upstairs aint aint get dick every nigga club singin singin song yeah got bitches club singin singin song yeah mamas let kids sing sing song yeah baby mamas mistresses song yeah song yeah song yeah song song yeah make shit retarded goddamn every rich black nigga gotta famous every broke black nigga gotta brainless uh thats stereotype driven people aerial heights heres scenario young cole pockets fat like lil terrio dreamville give us year well every show yeah fuck nigga im sure heh fuck rest im best nigga im back home im best south im la im best west contest test ima stretch niggas ooh ima stretch niggas go yall left niggas shit everybody testicles please make sure put rest mouth ho", "Apparently": "oh right oh oh na da da da keep head high got wings carry dont know freedom want dreams rescue keep faith strong ask lord follow ive unfaithful dont know call canvas ima paint want baby oh canvas ima paint paint paint want nigga fuck cause right wrong song like write alone zone think back forest hills perfect home thing like home ive ever known snatched mama foreclosed loan im sorry left deal alone new york city chasing panties getting dome clue going could strong could selfish know selfish could tell treat girl damn selfless put ways loves like though dont always show love like love need treat better wish could live forever could spend time together love mama keep head high got wings carry dont know freedom want dreams rescue keep faith strong ask lord follow ive unfaithful dont know call e e eee e e apparently believe believe e e eee e e apparently believe thank oh another day another rhyme ho another day another time zone today woke feeling horny right got two bitches playing trombone keep never sure words would take niggas eat em regurgitate shit trump tight never slurred lazy give virgin urge rape nigga please best friends really make great enemies watch came niggas cant wait one see nigga aint rolex ap nigga im hot dog catch nigga huh couldnt resist aim stars shouldnt missed riding fumes stopped moon im sitting hood bitch like thanks view waiting thanks cause without wouldnt exist know shit gave blueprint dont forget cold phone zero percent going niggas showing niggas swear hard flowing soft im taking like boing big ass boeing getting head like coin toss easy keep head high got wings carry dont know freedom want dreams rescue keep faith strong ask lord follow ive unfaithful dont know call e e eee e e apparently believe believe e e eee e e apparently believe thank oh", "Kevin's Heart": "number one dont need nothing side said done good dont want lies phone blowing temptations line stare screen press decline plants seed still lingers mind told im strong enough shake im trying im human know loving yous crime take cookie one day ill time slip xanny got earth blunt get skirt want get skrrt want due money aroma girl got diploma got wife written got wife written nigga know fuck good thing run pain sip lean smoke tree im town press pound hit im town press pound hit slurp good work good ill back hate creep phone wake fake like im sleep knowing damn well monkey back walk hundred miles guilt make nigga feel fake smile love get confused mind child cause love wouldnt lie like lie wild wanna cake another cake even baker dont bake like even flavor dont taste like im back mobbing late night crew mind fears would come true back mind back mind wishing could blind view eyes eyes slip xanny got earth blunt get skirt want get skirt want due money aroma girl got diploma got wife written got wife written im fake nigga never clearer cant see look mirror cant see look mirror cant see look mirror im fake nigga never clearer cant see look mirror cant see look mirror cant see look mirror number one dont need nothing side said done good dont want lies phone blowing temptations line stare screen press decline plants seed still lingers mind told im strong enough shake im trying im human know loving yous crime take cookie one day ill time love dont want lose im selfish know use ego get stroked bruise ego get stroked bruise actions know confusin home look happy usual road im mack im chooser im addict im maskin kevins heart tell whats done dark find way shine done much see might go blind whats done dark always find way shine done much see might go blind"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/jay-z.json b/lecture/lecture-9/rappers/rapper-data/jay-z.json new file mode 100644 index 000000000..5ba4e3d5b --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/jay-z.json @@ -0,0 +1 @@ +{"Holy Grail": "youd take clothes back id let youd steal food right mouth id watch eat still dont know love much oh curse name spite put shame hang laundry streets dirty clean give fame still dont know love much yeah baby amazin im maze cant crack code one day youre screamin love loud next day youre cold one day youre one day youre one day care youre unfair sippin cup til runneth holy grail uh uh uh blue told remind niggas uh fuck shit yall talkin bout im nigga uh caught lights cameras uh look shit hammer uh goddamn like bright lights enticin look tyson money one night thirty mil one fight soon money blows pigeons take flight fuck fame keep cheatin took back fool twice thats bad cant even blame enough make wanna murder momma please get bail know nobody blame kurt cobain uh entertainers stupid contagious entertainers baby amazin im maze cant crack code one day youre screamin love loud next day youre cold one day youre one day youre one day care youre unfair sippin cup til runneth holy grail got tattoos body psycho bitches lobby got haters paper photo shoots paparazzi cant even take daughter walk see em corner store feel like im cornered enough enough im callin fuck im kiddin though im gettin high sittin low slidin big body curtains window fame hurt chain worse think back asked person deal nigga deal shit aint work light work camera snappin eyes hurt niggas dying back birthed fuck iris irs get hell high horse got shit niggas die dry mad take good bad throw baby bath water still alive still nigga nigga survived still gettin bigger nigga living life vanilla wafers villa illest nigga alive michael jacksons thriller baby amazin im maze cant crack code one day youre screamin love loud next day youre cold one day youre one day youre one day care youre unfair sippin cup til runneth holy grail get air lungs whenever need take blade right heart watch bleed still dont know love much yeah play game spite drive insane got tattooed sleeve forever ink guess whose name still dont know love much yeah baby amazin im maze cant crack code one day youre screamin love loud next day youre cold one day youre one day youre one day care youre unfair sippin cup til runneth holy grail ooh ooh ooh ooh ooh ooh dont know", "Part II (On the Run)": "wants perfect love story anyway anyway cliche cliche cliche cliche wants hero love saves day anyway cliche cliche cliche cliche bad guy goes good yeah innocent love im misunderstood yeah black hour glass glass toast cliches dark past toast cliches dark past boy meets girl girl perfect woman girl get bustin cops come running chuck deuces chugging dusse ugh fuck say boys blue say dont care run baby long im next loving crime tell bring best hear sirens make love loud hell dont know theyre nowhere near us hold heart gun dont care come noooo know crazy take found places take without got nothing lose im outlaw got outlaw chick bumping 2pac outlaw shit matching tats ink dont come even rings come things ring nails get dirty past aint pretty lady mercedes baby momma harder lot niggas keep 100 hit lottery niggas aint life aint gotta lie nigga know till death hope obvi niggas ugh cross line speak mine ima wave tec im geek mine touch nigga rib click clack push mothafuckin wig back wilding since juvi good girl til knew drop bustin ueys screaming take found places take without got nothing lose deeper words beyond right die love beyond life sweet jesus piece beyond ice blind baby neon lights ray bans police sight oh beautiful death lets wear white go heaven bring hell sneak meet bring box ls fell love bad guy bad guy rap guys rap guys aint see potential girl see world dont care give life get life loving price would pay life hear sirens make love loud hell dont know theyre nowhere near us hold heart gun dont care come noooo know crazy dont care ill never give give give give away swear ill never give give give give away dont care ill never give give give give away swear ill never give give give give away", "Empire State of Mind": "yeah yeah im brooklyn im tribeca right next de niro ill hood forever im new sinatra since made make anywhere yeah love everywhere used cop harlem hola dominicanos right broadway brought back mcdonalds took stash spot 560 state street catch kitchen like simmons whippin pastry cruisin 8th street white lexus drivin slow bk texas im bed stuy home boy biggie live billboard brought boys say ty ty still sippin mai tais sittin courtside knicks nets give high fives nigga spiked could trip referee tell attitude im definitely new york concrete jungle dreams made theres nothin cant youre new york streets make feel brand new big lights inspire lets hear new york new york new york catch x og yankee game shit made yankee hat famous yankee know bleed blue aint crip though got gang niggas walkin clique though welcome meltin pot corners sellin rock afrika bambaataa shit home hip hop yellow cab gypsy cab dollar cab holla back foreigners aint fair act like forgot add eight million stories naked city pity half yall wont make gotta plug special ed got made jeezys payin lebron im payin dwyane wade three dice cee lo three card marley labor day parade rest peace bob marley statue liberty long live world trade long live king yo im empire state thats new york concrete jungle dreams made theres nothin cant youre new york streets make feel brand new big lights inspire lets hear new york new york new york lights blinding girls need blinders step bounds quick side lines lined casualties sip life casually gradually become worse dont bite apple eve caught crowd youre style winter gets cold en vogue skin city sin pity whim good girls gone bad citys filled mami took bus trip got bust everybody ride like bus route hail mary city youre virgin jesus cant save life starts church end came school graduated high life ball players rap stars addicted limelight mdma got feelin like champion city never sleeps better slip ambien new york concrete jungle dreams made theres nothin cant youre new york streets make feel brand new big lights inspire lets hear new york new york new york one hand air big city street lights big dreams lookin pretty place world could compare put lighters air everybody say yeah yeah yeah yeah new york concrete jungle dreams made theres nothin cant youre new york streets make feel brand new big lights inspire lets hear new york new york new york", "The Story of O.J.": "skin skin skin black skin black black skin yellow light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga like second one light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga oj like im black im oj okay house nigga dont fuck im field nigga shined cutlery gold plated quarters butlers ima play corners hustlers told please dont die neighborhood mama rentin take drug money buy neighborhood thats rinse bought every v12 engine wish could take back beginnin coulda bought place dumbo dumbo like 2 million building today worth 25 million guess im feelin dumbo light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga wanna know whats important throwin away money strip club credit ever wonder jewish people property america financial freedom hope fuck livin rich dyin broke bought artwork one million two years later shit worth two million years later shit worth eight million cant wait give shit children yall think bougie im like fine im tryin give million dollars worth game 999 turned 2 4 4 8 turned life nice first week release date yall still takin advances huh niggas takin real chances uh yall gram holdin money ear theres disconnect dont call money yeah light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga", "4:44": "find hard know heart im letting every day letting every day keep running away look apologize often womanize took child born see womans eyes took natural twins believe miracles took long song dont deserve harassed paris please come back rome make home talked hours tour please pick phone pick phone said dont embarrass instead mine proposal us go steady 21st birthday matured faster wasnt ready apologize seen innocence leave eyes still mourn death apologize stillborns cause wasnt present body wouldnt accept apologize women toyed emotions cause emotionless apologize cause best love fall short say im eyes leave soul body housed stare blankly space thinkin time wasted basic shit apologize im never gonna treat im never gonna treat like oh apologize love one ages contained us ratchet shit expansive meant cry die alone mansions sleep back turned supposed vacay til backs burn supposed laugh til heart stops meet space dark stop let love light way like men cut nose spite face never wanted another woman know something didnt know promised cried couldnt hold suck love think need emotionally available invited stew shit im never gonna treat im never gonna treat like oh children knew dont even know would aint look would probly die shame good menage trois soulmate risked blue wasnt superhero face heart breaks day explain mistakes mask goes away santa claus fake go online see blues tooth tooth fairy didnt pay im never gonna treat like", "Tom Ford": "clap nigga rapping ass blow stack niggas trapping ass clap nigga rapping ass blow stack niggas trapping ass tom ford tom ford tom ford coming coming riding clean fix hair crown bad bitch h town keep trill yall know yall cant fuck around paris pard parisian hov time time fuck yall season piss bordeaux burgundies flush riesling hovs hoes yall put yall weaves clap nigga rapping ass blow stack niggas trapping ass spent euros tuxes weird clothes party weirdos yeah hov yeah hov dont pop molly rock tom ford international bring back concorde numbers dont lie check scoreboard tom ford tom ford tom ford hands got best flow sound im special sound boy burial wayne perry flow yall know nothing bout wayne perry though district columbia guns yall tumblrs fuck hashtags retweets nigga 140 characters streets nigga pardon laughing yall flagging beats nigga pardon laughing happen think sweet dont pop molly rock tom ford international bring back concorde numbers dont lie check scoreboard tom ford tom ford tom ford oh man homie throwed coming coming riding clean fix hair crown bad bitch h town keep trill yall know yall cant fuck around hold dont pop molly rock tom ford", "FuckWithMeYouKnowIGotIt": "little year ago bondage im back reaping blessings getting benefits go along everything thats kings like us reason like jewelry diamonds stuff dont understand really africa thats stuff come originated kings know im saying dont look youngsters wanna shiny things genes know im saying dont know history fuck know got fuck know got sexy bitch hope bout come fuck know got fuck know got fuck know got sexy bitch hope bout come fuck know got landed europe nigga shoppin bags im tourist nigga money talk speak fluent nigga reeboks nigga look im pure nigga bet hoes tour nigga dont bop money dance bitch whip cost hundred grand red vert see slide sexy bitch hope bout sexy bitch know bout fuck know got fuck know got fuck know got sexy bitch hope bout come fuck know got fuck know got fuck know got sexy bitch hope bout come fuck know got hov landed rome nigga hail caesars home niggas centanni ciao bella come money dance good fellas hov keep gettin dinero got even nigga gotta rob get black jack casino nigga got unlimited credit uh nigga got lot vendettas uh black mob gon set uh peel lamborghini countach 200 dash gonna rev lucky luciano call paesano 100 keys piano plays across verrazano el padrino villa venice sippin vino bad mulignan yall know like know got fuck know got fuck know got bad bitch hope bout fuck know got fuck know got fuck know got bad bitch hope bout bad bitch know bout im ridin big comin beach geechi niggas satin sheets bad bitch masterpiece got bad bitch master peace", "99 Problems": "youre havin girl problems feel bad son got 99 problems bitch aint one ive got rap patrol gat patrol foes wanna make sure caskets closed rap critics say hes money cash hoes im hood stupid type facts grew holes zapatos youd celebrate minute havin dough im like fuck critics kiss whole asshole dont like lyrics press fast forward got beef radio dont play show dont play hits well dont give shit rap mags try use black ass advertisers give em cash ads fuckers dont know take understand intelligence jay z im rags riches niggas aint dumb got 99 problems bitch aint one hit 99 problems bitch aint one youre havin girl problems feel bad son got 99 problems bitch aint one hit year 94 trunk raw rearview mirror motherfuckin law got two choices yall pull car bounce devil put pedal floor aint tryin see highway chase jake plus got dollars fight case pull side road heard son know im stopping cause im young im black hats real low look like mind reader sir dont know arrest guess well 55 54 license registration step car carrying weapon know lot aint steppin shit papers legit well mind look around car little bit well glove compartment locked trunk back know rights gon need warrant arent sharp tack type lawyer something somebody important something well aint passed bar know little bit enough wont illegally search shit well well see smart k9 come got 99 problems bitch aint one hit 99 problems bitch aint one youre havin girl problems feel bad son got 99 problems bitch aint one hit 99 problems bitch aint one youre havin girl problems feel bad son got 99 problems bitch aint one upon time long ago nigga like strong arm ho ho sense havin pussy pussy havin goddamn sense try push try ignore talk lord pray fools love perform know type loud motorbike wouldnt bust grape fruit fight thing thats gon happen ima get clappin boys gonna yappin captain go trapped kit kat back system riff raff fiends floor scratchin paparazzis cameras snappin em da try give nigga shaft half mil bail cause im african fool harassin tryin play boy like hes saccharine aint nothin sweet bout hold gun got 99 problems bein bitch aint one hit 99 problems bitch aint one youre havin girl problems feel bad son got 99 problems bitch aint one hit crazy one rick boy", "Oceans": "blessings blessings yeah see elephant tusk bow sailing lady docked ivory coast mercedes row winding road hope black skin dont dirt white tuxedo basquiat show well fuck fuck water drown family water mixed blood water tells story water knows go ahead spill champagne water go ahead watch sun blaze waves ocean dope boy still smelling like cocaina white boat white robe cleaner oil spill bp aint clean im anti santa maria christopher acknowledge wallace dont even like washingtons pocket black card go hard im shopping boat docked front hermes picking cotton silk fleeces lay jesus oh god hope yall dont get seasick see shit never saw wasnt pictures wouldnt see aww whole worlds awe crash glass ceilings break closed doors im ocean im heaven yachting ocean 11 elephant tusk bow sailing lady docked ivory coast mercedes row winding road hope black skin dont dirt white tuxedo basquiat show well fuck fuck water drown family water mixed blood water tells story water knows go ahead spill champagne water go ahead watch sun blaze waves ocean ty ty like pablo popeye winding dirt roads mopeds spilling opus welcome magnum opus magna carta best selling author decoded holiday playin strange fruit ima make billi cant take route swoosh thats sound border swoosh thats sound baller muhammad hovi back rope black maybach im back inside boat shepard fairey finally gave hope cant believe got nigga vote democrat nope sold dope trouble waters learn float ocean im heaven yachting ocean 11 elephant tusk bow sailing lady docked ivory coast mercedes row winding road hope black skin dont dirt white tuxedo basquiat show well fuck fuck water drown family water mixed blood water tells story water knows go ahead spill champagne water go ahead watch sun blaze waves ocean", "Renegade": "motherfuckers say im foolish talk jewels fools listen music skim see im influenced ghetto ruined dude gave nothin made somethin doin give news twist ghetto point view renegade afraid penetrate pop culture bring em lot closer block pop toasters live moms got dropped roadsters botched robberies niggas crouched mamis knocked cause wasnt watched knocked clown child support knocked hes around sound ya jot bring ghetto without ridin round hidin duckin strays frustrated youths stuck ways read magazine fucked day rate music thugs nothin relate help see way cant step pants cant walk shoes bet everything worth youll lose tie shirt since im position talk kids listen aint politician ill kick em minute cause see call menace shoe fits ill wear dont yall swallow truth grin bear whos king rude ludicrous lucrative lyrics could inherit title put youth hysterics usin music steer sharin views merits theres huge interference theyre sayin shouldnt hear maybe hatred spew maybe food spirit maybe beautiful music made cherish im debated disputed hated viewed america motherfuckin drug addict like didnt experiment nah nah thats start stare whos mirror see kid get embarrassed got nothin make look stupid parents fuckin gooders bad couldnt good marriage clue get dont think stay tuned keep ears glued stereo cause go hes jigga jur jigga jih jigga im sinister mr kiss ass renegade never afraid say whats mind given time day cause im renegade never afraid talk anything anything renegade renegade anything anything hustle back wall ashy knuckles pockets filled lotta lint cent gotta vent lotta innocent lives lost project bench hollerin gotta pay rent bring dollars bodega iron coat feelin braver durag wrappin waves pockets full hope step im awkward box lefty orphan pops left often momma wasnt home could stress wasnt grown specially nights brought somethin home quiet stomach rumblings demeanor thirty years senior childhood didnt mean much raisin green raisin fingers critics raisin head sky big multi die lie know chose fate drove fork road went straight see im poet regular modern day shakespeare jesus christ king latter day saints shatter picture paint monger hate satanist scatter brained atheist aint case see matter taste people decide shadys bad say latter gateway escape media scapegoat mad today see easy cake simple whistlin dixie im wavin pistol sixty christians go war mormons take bath catholics holy water wonder tried hold longer im motherfuckin spiteful delightful eyeful new ice cube motherfuckers hate like im kid gutter makin butter bloodsuckers cause im muhfuckin renegade never afraid say whats mind given time day cause im renegade never afraid talk anything anything renegade renegade anything anything renegade never afraid say whats mind given time day cause im renegade never afraid talk anything anything renegade renegade anything anything"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/jean-grae.json b/lecture/lecture-9/rappers/rapper-data/jean-grae.json new file mode 100644 index 000000000..3830983ea --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/jean-grae.json @@ -0,0 +1 @@ +{"Kill Screen a.k.a. Steve Wiebe": "rebel shit mojave rock got polyglots wholl molly whop til body pop im never sick temperature drop 7 1056 hell praise rock aint savior neighbor like amazing peter minus spider bite webs aunt uncle neither save reasoning need tuck dynamite even nonbelievers man humble season cool sure im seeing north shore faces yall sure turn around walk four paces ill walk forth five yall 86ed cases im figure 8 sideways always ageless yall club aimless blind spades shit time space mix record rhyme spaceships way behind like caught ride slave ship im modern anomaly brazen amelie faceless representing basement raised cage less limitless reminiscent rapists boundaries got none rock paper shotgun achtung baby add 80s baby im rated g catering eras type new yorker rhyming night park hiding knife hair even though mama careful would fighting often finding light dark time life mirror reflection infinite escher end keha late night dive bar sipping vesper im bond villain one time bomb test dressed mismatch like confederate soldiers told ya best think fast level im going kill screen fistful quarters billy mitchell im fiend jumping barrels famous sauces preteen prodigy plethora knowledge dont mean like albert johnson mean jean college ill never respect comment novice ill never common denominator promise nominated flyest youll see ill take us higher defiant one phoenix fire hell mouth leviathan get killed end time im buying heavy metal ryerson reitman mogel 81 either right man life spans eternal ever since touched mic stand put mic right hand left hook goodnight man rest good hype man jeannie take easy like bikinis white sand im calm b sipping zombie conde nast bath salts spilling flask im appealing class laugh get shot later sedatives medicate torture aww better live edifice living world full oedipus relative melanin nepotism tell kids hell check prisons wanna teach particle physics business better business class syllabus rise wanna get philistine thighs abilities high fuck still willing try luck wish guillotine garage doors mass carnage barnyard parties animals carnivores trash garbage skarsgard hotties mandibles parting jaws bleeding yall dry convictions art war", "U&Me&EveryoneWeKnow": "un deux trois quatre cinq six sept huit neuf dix back square one like home base run without winning bases though basic reasoning window ron browz shit erick sermon style like got kicked cloud method man 95 rap references get em even get said 94 hard place wanna still rock living glass house steady throwing rocks never stopped feeling love ya stopped one ya think much analyzing everything sucks im dramatizing everything youre never level im unless cut ting plus never argued thrusting turns dust brother swear id never love another really worked like watching fitness informercials couch ouch know youre lazy easier pick partner less crazy much less work less purpose less z cause im alpha bet hard stay heart palpitations still occur though merlot situation blurs much thinking shit could actually work even nice back world friend hey sometimes gotta say simply cause sometimes things simple make complicated win b cause otherwise wed faced n words inner child inner space inner monologue exchange intercourse without dialogue introduce intimate ways turn fire thing us seeks spark light higher moth still adore adore theoretically gotta shut door find next everyone know thats everyone know cause know youre gonna find youre looking stay searching everyone know everyone know everyone know everyone know everyone know", "My Story": "could swim thousand lakes bring life back write infinity cant rewind facts divinity primitive mind struggling understand meaning life forgive never told mommy couldnt break spirit always wished daughter extraordinary thinking traveled alone young sixteen got habit staying home sad walk like bill bixby dollar fifty trips hospital medicaid could fix couldnt eat shit fainted frequent cold floors pause think keep im lost four friends know fuck boys apartments rent im wishing dream ending soon ive actually erased lot ive see rain comes know falling pain comes around theres nowhere else rather would know ive done bitter homies saying thats men feeling retarded seeing partner potential top doctors telling heart murmur cant take im contemplating glock burner cop murderer cant leave cant tears streaming cant see lanced im passing blood cover mass amounts ive enough dont know like waiting rooms side picketing pictures could slay theyre screaming victims spitting til shame hold head low shiver push way put room change gown shower cap shaking fiend would thats think leaving fleeing building call youre hearing call children count ten wanna stop em say head youre cut wake another room plenty others call recovery youre thinking aint mothers prescription pills written script chills understatement youre dressed youre naked still brain wont think straight wait cant finish see rain comes know falling pain comes around theres nowhere else rather would know ive done kept bottled parents found pills screaming god done cried til snotted blood got gun temple ran quick though thought worst caught place year later thats hatred started faith martyred ive dated father father moved years passed guilts worse builds til hearts smashed miscarried twenty two age headed breakdown swallowed pills laid failure bailed rap fate took back sing tattoo fingers attached twenty seven three kids never met catholic wonder hate thinking mother could ever murder well take hell depths brimstone chokes constantly monster see could possibly correspond god gave authority end life never even child could brother sister im thinking another life almost got close praying another time could changed posts could reverse time would dont know would honestly good im sorry", "FUCKERY LEVEL 3000": "dr manhattan tatted atom circa tabaca ing goer circle tobacco ring blower ill murk black get sewn work black got diplomas back bursting sack hold em cause folder folding know told ya since im going like drop bend lube get veteran embedded yo stools yokels locals slow cruise yo demise know vocals got couth lies im dedicated focused opposite bette davis oculars waiting apocalypse strapped cape case get popular drop bitch clock ticks yall concerned crotch sticks im concerned moxie take oxycontin rocks im great gatsby initials casebasket epistle last greatest apostle baddest damie combination gladys knight pips one place robert blake fan ill keep basement chained day bed door blocked maytag four oclock ill let snakes stand door sipping tall boy coors light giggle face sociopath golden flask ill fill gasoline throw yo ass fill back pieces liver back face bit penis double hands w better whatever cover jean lang came clubber pain whatcha gonna fuckery level 3000 jeans green blouse crimson stain beat business meeting tea lounge like nah im cool please sit proceed bleeding whole team freaking text ing table im office space calm offer face palms comma face balm dot com im basically batshit basic bastard never pace crave action transform like ill save yall stay ratchet ill bash face baseboards burning building passion pastor passing plates getting back millions dash race abandon smashing tape last second beckon children sidelines whod step start blasting bach sebastian rachmaninoff handel playing im candle lighting man handling im saying im classy dokken sebastian bach blaring im mass murdering turned decibels certain drown tears nasty pulaski bridge trunk full shotgun shotgun tongue dripping vodka dripping lap map alaska october black dress blasting frank zappa consummate top assassin consulate tracking flipping birds diplomats whip andy richter mask cause passed getting sidekick cause everybody aint ready die ill drive dialysis ill drive dialysis keep mind dont even drive like challenges roseannadanna fan fan dan roseanne fan prozac dont care find wanna know im like fine ill like fine men smart men fuck find seriously im actually asking find im crime environments cry dont imply vividly give end youll think im lying til shivering lions den abandoned zoo naked covered flies strapped kobe beef steaks ya dont believe petes sake man fuck convince im freeway villain kiefer sutherland love people suffering feels like im reefer theyre blubbering im serious im fccs damn problem best tsidis man problems guess could one thing wanna work im glad getting work done guess would never thought talk knew getting could cool totally next week youre good look testy", "Lovesong": "ooh wrong oh man told stuff gots find song appreciation though yo dee start play original get mood kick verses alright oh uh yeah yeah see love said time ever puzzle asked nah know true aint pretending man aight aight lets get real real aight one drop drop youre alone time ever puzzle asked seem fall love ever really love pretend fool dont afraid help never late late stop heres little story must told grew believing passion love whose folks divorced remarried naive seen life commitments dead buried highly sentimental sensitive gentle beyond point might obvious says theyre bitter cant see world way clean lungs undamaged liver sees thugs pink tinted glasses occasionally weed make giggle listen music closer dudes approach lightly wanna lover obliges likes cuddle covers candlelit fires oblivious lying schemes talk clothes says shes love love cuts classes spends much time entrancing romancing things changing quickly shes asking arent spending time niggas eyes getting shifty coming later smelling pussy face jeans sweaters somethings fishy tells man dont dont understand years probably wont wants honest man goodness sake theyre backstabbing cutting throat restraining orders follow still optimistic like annie thinking tomorrow maybe better day let pray bended knees ask send prince charming please shes never cheated treats man well cooks cleans dresses sexy halter tops tight jeans would break law go couple relationships still stays strong shes young dumb call quits learns carrying twice scared afraid first time second dont even cry makes wipe away tears hurts always leave turn crazy doesnt flirt spends time warning babies goes couple relationships still stays strong young dumb call quits still love song shes got good man shes nineteen hes twenty one sweet honest promised love talk marriage would never wanna somebodys babys mother use rubbers occasionally shes flowing open affection gifts good manners hes showing hes trying build life studies late computer shit shes missing attention shes getting sex dwindles crawling sheets say tired say feel neglect defeat doesnt see ambition wanna universe hold center position starts hanging round best friend crazy attraction takes impulsive action dropped drawers falls love world explodes confesses yeah theyre tight like moves stretches couple years many stresses girls wanna fight bitches writing letters friendships disappearing plus rhymes competitive pressure miscarriage break fifty times week make much fucking know pretending im touch getting strained gets physical cries river dries leaves dead cold packs things leaves behind thought gold gold plated thinking ones could left dated single four years starting never easy takes time realize worth come play mental rebirth starts penning better poems straighten bank account likes take im getting better ive relationships still young dumb enough call quits still love song love ever want ever needed life ever ever maybe easier talk shit third person learning better looking nub wrong places like im eddie murphy curse repeat cycle im breaking longer think relations make better woman life im pursuing growing hopelessly romantic still tasted weather bitter climates love sunshine better dreaming dream proposals decent moral values placing higher chart trying shallow heart battle scars deep reach depths hell back try give grudges think experience move clutches sadness difficult sometimes wish wasnt adult adolescent primetime sitcom star ive far much hard long still love song", "You Don't Like It (So What)": "jeannie jeannie hear screamin want back oh thought didnt believe wack oh want fellini white black umm well dont know feel way ac tions offer apologies security amazing publicity cult status obscurity cause nothin purity love get fuck aint nothin maturity dont go get white gloves deal grown ass woman whos prone fearin shit piss snow cone jackass heres tip dont eat grae snow go fix face bro swing mace low dont mean mace gogo yubari crazy 88 flow folks army brats made place im really afraid im project mayhem im complex based abominable case study based phenomenon space buddy take take diddy yo face eddie turn lights teddy beautiful snowflake chuck goin gets weird weird turn pro hunt gonna use quotes step quote game hit sample hit girl okay cunts im like judy blume uzis youre like jacques costeau exploring jacuzzis oh wow really got deep three feet whoah fuckin reach yeah omg even come back air roflmao one really cares im waffle house deep picking cher believe jukebox dancin chair sleeves rolled dont give fuck fam im jeanius damn fire bad rap good im entire back row class would please stop trying teach im past advanced regents smashed peed kelly kelly regis justin kelly kelly zacked might get rewind get active spin spit different hipster arachnid specifically classics consider average im mentioned public cause bound clowned includin rap list top motherfuckas ass kick statements accurate motherfuckas need face facts bit favorite rappers favorite rapper nigga handle new york west side 20s chelsea handler shit looooooord mercy yup wasted four bars dont like dont care nope afford waste bars like healthcare amer oh fuck failed yeah hail prevailin queen fuckery crown tilted side finger fuckin air upchuckin beer leg humpin stud gun tucked rear pocket duckin fuzz wait dont carry guns double negative um really dont guns officer um rap song uh sometimes say guns rap song people dont want come get um understand uh sometimes may shoot club uh guns may search friends also let us go thank obey law obey law guys im going go drink drive drink", "Keep Living (The Official Bootleg Mix)": "yeah one told put got give people want brothers sisters ive holding one back one yall lets go im feeling numb thinking changing name crystal meth im playing game holding mic like pistol aiming death love nobody alone world thats came shit could flash reverse minute dont even love life niggas live dont love love hurting infinite cry sleep sometimes wept gallon tears malice divorced mates lost peers drowned haze smoke glasses never ran empty bottles co cheap vodka 2020 spending pennies thoughts quarts henny fame got none pain like movie plenty like shotgun double barrel fully loaded ready blow want turn around aim failing health hardly even eat lunch munchies corner store tropical fantasy family niggas used tight see block pounds keep moving gotta move know im right im still living hustling life still shit niggas smoke pack day niggas hold bottle drink pain away type life niggas getting cash niggas chill ave lets keep living niggas drink pain away niggas smoke pack newports day type life niggas getting cash niggas chill ave lets keep living lets keep living grew child alcoholic sister schizophrenic already inherited one genetic sun falls gets sleep nights filled party bullshit bacardi full clips deal got full heart dont feel fury woman scorned live life like x files trust nobody forgetting everyone im getting money funny shit change switch fragile rip spent much young life trying stitch shit uh im living day day every step play play hand mouth im trying make moments count eyes read stressing soul chest grows heavy smoking addict since nine nicotine addict devoted still need type release quit trees least yo im learning niggas im slow always gave motherfuckers benefit doubt seems everybodys self used love gotta make work wealth gotta eat yall niggas smoke pack day niggas hold bottle drink pain away type life niggas getting cash niggas chill ave lets keep living niggas drink pain away niggas smoke pack newports day type life niggas getting cash niggas chill ave lets keep living lets keep living rapping nicotine niggas clapping niggasll fiend shit havent seen everything ive like losing love life twice night deaf years gained hearing losing sight trying shine im getting eclipsed im trying find perfect words fall lips thinking hard shit fallen mainly chips hoping next time storming im attempting slit wrists got nothing ill work way bottom top ladder claim whats rightfully mine im working time long havent even chance leave yall yet apologize getting older wiser seen picture painted destiny fated easy times put heart rhymes always love leave ready die yeah im ready come", "Hater's Anthem": "liquid content may cause yall faggots frames burst insane rhyme structure flame brain blame birth game switched made retainer greater picture lame dames couldnt felt braille scripture even deaf kids rockin ear plugs rip stick sticks dipped arsenic filled jugs im official bitches ignite certain circumstances flip back ass kicked backup dancers cancer chokin mad hatter jabberwocky rap hibernate contemplate im finally back throat changed hopscotch ass back play close like thong huggin ass crack verb pleat scab riddled permanent scars scratch deep like cheap box cd rs spread heat like im gias drawers pleading 4th court like hes boss carry im necessary violence amistad grown like eating bacon ramadan ill piss shoes make clean em mouth ill tell friends ill send depends house must crazy speed ya lady file dna test baby pretend slip razors charm bracelet slit skin bitch hold wait nah ok everybody hold wait nah ok everybody super enhanced survival shoot em crucial plan infatuated music loops scruples man phrase ologist non apologetic mutiliator stays defaming names sue later hater yes kinderst gas fate opposer philanthropist misanthropist underground soldier banana clips start unloading supermarkets screaming till hoarse bleeding finding youre target monotony flow contradictory word plays like bringing satan baptism flooded basement jeans lunch aint even punched yet youre facsimile im original document shock lights drop em selections buried improper things im married rap like jlo scandals light room like j hovs birthday candles im bright like steven hawkings computer chair asked teacher sadie hawkins dare parallax see future sleep ill battle rap gullet starts leak gnash teeth smash bind feet thrash holes dome snatch soul retreat mad max ish prose dope fantastic fold dough get yo ass kicked hold wait nah ok everybody hold wait nah ok everybody rush door like russian whore mail order bitch sent dahmers crib honor split armor blood drip like pulp fiction bits bones get ya shit talk jargon disregard margins liquid date enemies rap incarnate im cynical criminal actions excite mic chords umbilical radiates high beams humorous filled flow cumulus cloud dentist mad said words abuse mouth upchucked em gut buck em chuckle loud duck screaming fuck crowd specialize staggered mixed malt liquor jolt cola start drinking cops start lookin shoulder nastier central booking sandwiches handling tough cranky morning smoking canibus stuff cant see like orphan annies pupils cartoons cant like trannys paid implanted wombs nope thats close cigar dutch lit im passing right past ya paul thats thats jean definitive minister sarcastic lip bar spitter competitor un cosmetic duck shit pedestal sanitarium released unforgettable motov dirt molotov face lock box watch burn closed space big face get shit taken replaced ticking case thats strapped waist move slow sloth boost movement mind counts time like south screw music whos phoenix wings spread like ox said ill knock window make literally drop dead hold wait nah ok everybody hold wait nah ok everybody", "How To Break Up With Your Girlfriend": "listen im lay rules breaking girlfriend end relationship theres lots things many ways ill give ideas youll walk players repeat try home chick dick get boned follow youve horrifying partnership least year two moving girl carrying seed dont even waste time listening yeah want ditch cause shes freak shes sheets go nudie bars learn teach im talking niggas chicks gold diggers brew cheated conceited getting greedy know youre every five minute get limits chilling smoking weed intake guinness yall girls take dough keys car mall thing buy phone call psycho chicks like scream street chicks get beat bitchy hell front mom man thats weak live wont get job likes eat youve mad long outside shes still discreet never mind forget last one dont count beat concerns wont hold hand public men psychos fat girls tight clothes devil strippers hoes date grade night clothes condoms break holes friends stray pigeons listen getting fucked favourite position imma help tell get rid bitches want dick riches telling doubt shit bitches aint sisters trife whether girl fiance wife get em life man gotta go im trying let know break girlfriend trying wrong listen song break girlfriend better listen get stuck learn break girlfriend pick one gotta done break girlfriend number one run number two threaten gun number three synonym one flee number four goes lock door hang sign says closed keep like youre running store five never arrive time show dates two days late never ever apologize im eight number six constantly call bitch german seven start every sunday sermon eight masturbate public romantic restaurants number nine tell shove ten take back cry say number eleven make write essay seven wont number twelve tell bitch shes going straight hell theres number thirteen cause believe superstition one four make back door position one five tell need daily sixteen times seventeen tell really bad dream office beat death fax machine eighteen buy fax next keep bed every morning wakes hold head number nineteen tell becoming priest twenty tell want live together show lease tell surprise tell cover eyes lead dark alley cardboard box remove blindfold watch feint shock two one tell son twelve twenty two tell youre melle mel twenty three every time lets go hand proclaim world im free twenty four hit repeatedly finally get number twenty five look straight eye say baby guy look none works remember aint tell shit tell shes bad job quit", "Love Thirst": "caramel mahogany fairy tale gon well fearing farewell stay awhile could lay awhile see smile better lean chest make sweater want rest pressing head need contact windows reflecting back later ask memories face telling need taste hennesseys cmon lace replace glasses tip tongue wont front baby lady sprung though relation young feel us making connection beyond like chick saun lie wont take time let bass unwind claymation couldnt mold better mind youre sick ill nurse patient boy insane could get high baby high youre making high youre getting high cmon high youre making high baby im high love ooh ooh okay turn lights turn em back want see backbone black tone start minimal raise animal please youre amateur please im tangible knees tangled like handles placed mantle romantic angles well slow dance til tangoing gets horizontal know go longer flows comma im high ya like dont cha could survive biting ya like high notes nibble little bit everything im thinking youre already delivering quiver pleasure unheard aint even done first baby done burst crazy im love thirst quencher maybe taping remember im saying high youre making youre making high im getting high baby high stop okay dont stop loud cmon ooh oh baby dont dont"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/jedi-mind-tricks.json b/lecture/lecture-9/rappers/rapper-data/jedi-mind-tricks.json new file mode 100644 index 000000000..d2899b813 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/jedi-mind-tricks.json @@ -0,0 +1 @@ +{"Design in Malice": "dont mag get bastard stabbed knife big claw alaskan crab young im vinnie give six weeks yall little pipsqueaks shits creek think joke ill put three throat drunk gin cc coke flee boat come open spot coconut ciroc hoesll suck cock ill forget call nut get attention deficit disorder 1 5 catch us xs dust whole clique registered sex offenders pop shit well hold funeral xvis niggas money come roman numerals block slow fuck rappers cause yall niggas money took muscle relaxer im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time musics strong enough stop bomb im putting pressure kids like im soccer mom think idea stop saddam think idea drop bomb get shit rocked like mustafa song blowing smoke motherfucker cop bong nine taurus jam little bit glock strong move brutal use voodoo like papa shango billion muslims could never stop islam billion bullets shooting choppers arm backstage filled liquor lot traum cause hard vinnie since father gone im blow fucking horns like rosh hashanah calm storm armageddons carry motherfucker head shred nam speak literally figuratively prophet gone im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time dont search question purse murder weapon never get second chance make first impression im virgin murder im urban legend rather real service serve heaven dont like cops dont like co operators dont like traitors story corroborators problem im common denominator behaviour product intoxicators im blood addicted liquid im limit blood wicked dont even ask theres somebody body bags blood matches whats hatchets hockey mask im never traumatized dont compromise dont economize homicides tell jesus take wheel faith nil believe even jesus way kill", "Uncommon Valor: A Vietnam Story": "spoken office many decisions made shaped history nation always tried best dont know im job evil sent vietnam kill innocent people mother wrote said president doesnt care tryin leave footprints america say tryin stop chinese expansion aint seen chinese since landed sent whole entire unit thinkin could win vietcong guerrillas gia dinh didnt sign kill women children every enemy soldier killin six civilians yeah aint right aint got enough motherfuckin fight frightens wanna see son moms droppin seven million tons bombs spent days dodgin booby traps mines night prayin god get back alive im forced sit back wonder part operation rolling thunder foxhole nine months left jungle like fuckin harbinger death dont wanna im scared wanna go home fucking kidding dont pussy dont love country like im ready call thorburn john staff sergeant marksman skilled killin illin im able willin kill village elephant rapin pillage village illegitimate killers us military guerrillas aint real war vietnam shit world war ii thats war military conflict soothin drug abusin vietnamese women screwin sex gamblin boozin shit amusin bitches guns every mans dream dont wanna go home im ordinary human special op huey chopper gun ship run shit gook run minigun spit wont miss kill shit spit four thousand bullets minute victor charlie hair trigger hit im win get lieutenant hinted villain killin cripple pictures painted vivid live wizard weapons secret mission bout begin government funded behind enemy lines bullets sprayin heatin hundred degrees enemys north vietnamese bitch please aint sweat im totally ease see pilot got hit bout hit trees tail rotor broke crash land american man cambodia right enemy hand take swig whiskey calm us yellow men wearin black pajamas wanna harm us us bang bang bullet hit chest feel pain left captain caught bullet right brain body parts flyin loss limbs explosions bad intentions see best friends intestines pray one rainin im covered mud think im dyin feel dizzy im losin blood see childhood im back arms mother see whole life see christ see bright lights see israelites muslims christians peace fights black whites asians people types mustve died woke surprised im alive im hospital bed rescued survived escaped war came back aint escape agent orange two kids born handicapped spastic quadriplegia micro cephalic cerebral palsy cortical blindness name son died aint live still try think positive cause life god take god give", "I Against I": "historical oracle blast metaphorical editorials educatin territorial get torn heavily armed seventy bombs thatll blast divine like heavenly psalm menll gone explore deepest thought beat hearts two ask demons chalk im dreamin stalk emcees dark walk blindfolded minds golden watch talk style art recognize lyrical purity hell breaks loose like mall security dopest vocalist third eye focus proceed flow speed indie motorist theres wasted shiny chains bracelets hit tracks tongue waits brains blaze amazin angelic tell people illadelph like sun cause shine rhymes underground like moon see us times times light skies stars recline jedi mind outerspace coincide combine raw poems bury body catacombs rip soul limbs like brims jim jones twilight zone disperse cowards vampires stalk earth reverse hours night calls target facade latitude god darts jaws leave eternal scars youre left breathin tube straws marksmen harnessin science demolishin charlatan raps make parallax domain power block synapse inside veins war shots fired army type warlocks devils plan drip clorox beast deceivin us ways devious possessin peeps walk streets stolen heat like prometheus elements rushin back hell illadelphians crush skeleton fuckin gelatin illadelph like sun cause shine rhymes underground like moon see us times times light skies stars recline jedi mind outerspace coincide combine dont ever come war ive severed scores orators rappers fall onto fours like minotaurs jedi mind planetary bombin stand one step like pharmacist ominous detonate bomb heads dread hallucinogenics since vietnam spit psalm create bombs like iraqi swear bible lie ecclesiastes battle thatll splits store enormous amounts energy crystal boa constrict gods militant faggots couldnt go length like impotent ignorant whole clique split half step allah path face allah wrath illadelph like sun cause shine rhymes underground like moon see us times times light skies stars recline jedi mind outerspace coincide combine", "Fraudulent Cloth": "friendship seemed based could homie sad fact im type person would take two homie ever give much till muhfucker cant give give much soul feel cant live want want blood want another dub money wanna drain every single motherfucking drop love money feel eyes staring even dark even cold feel allah staring even though im marked even though im old yall gimme muhfuckers take vinnie muhfuckers never giving back dont know act bunch shitty muhfuckers gradually night goes gradually life goes tearing apart never really thought id right wrong dont think im anti love think im anti yall think im anti every muhfucker tryna plan fall never planning great something began mistake mama always told always share whats plate waking enough struggle today phonies thats close push away aint weeping im keeping enemy deep veins cause love pain waking enough struggle dont wanna deal darkness motherfucker laid tryna heal conflict ever someone close tell really cant wouldnt know nothing bout bullshit thats stamp man one blamed one defamed cant make cash cant wipe ass like baby everything past light everything passion hate everything everything dont think need keep track date everybody take offer everybody play like pauper ones hands ones hate prosper tryna gentleman sorts tryna better man course tryna set living understand ima always veteran loss whats physiology love whats physiology pain whats physiology every single person probably get reign dont like liberty wrong dont like misery gone tell yall one thing yall gone miss im gone waking enough struggle today phonies thats close push away aint weeping im keeping enemy deep veins cause love pain waking enough struggle today phonies thats close push away aint weeping im keeping enemy deep veins cause love pain", "Razorblade Salvation": "know times hard know youve feeling knew im feeling could take pain wish could wash away knew im feeling mommy im sorry first letter made cry honest dont think want die sometimes feel like im cancerous others lives thats probably drink night sleep til four five kind hard walking life distorted eyes younger stupid thought id thrive thought lot everything said letter questioned whether dead youd better think shorty would happy never met late mommy could never forget could never forget taught love cause father grandmother always glory know daddy taught thug every time nanny shed bombard hugs damn miss mommy hard believe im grown dont understand leave better die sleep never waking sleep linger dare live souls life gone youve running around long youve hurting much keep messing around darkness youre one whos losing youve running around long youve hurting much keep messing around darkness youre one whos losing mommy think imma try stick around got niece nephews need around think need cause hitting age aint trying speak lenny cause spitting rage yeah mommy speaking lenny think brother need italian know mother love feed little things make worth like play joint say perfect jake got knocked knew hurt told put heart song worked promised id got bing aint raise liar thats thing told id hold whole time gone kept locked inside cage thats cool cause hes strong mommy keep first letter wrote low think wanna stay alive see grow youve running around long youve hurting much keep messing around darkness youre one whos losing youve running around long youve hurting much keep messing around darkness youre one whos losing power money mortal know cannot escape death immortality obtained legend always others succeeded conquering death must accept know immortals live obtain secret must become wise men elements chemistry many finite techniques enlightenment know times hard know youve feeling knew im feeling could take pain wish could wash away knew im feeling", "I Who Have Nothing": "nothing intersections real time unbroken circle dimensions mind tie binds eternal tie defines vanity insanity due time shine like night seas moon haunted corners familiar rooms yet im consumed vanishing thin air realization shit cross bear think could run away see people decided leave without asking decide wait happier tomorrows find someone distractions sorrow distractions books paper scrawl im eloquent summer breeze leaves fallen ive crawled corner hoping end knowledge love another word revenge nothing comfort sins nothing comfort friends nothing one nothing one decay demons prey like vulture ability endure contradiction high sign culture verbal sculptures self defacing god lunacy facing erasing purity passion words herds cattle babble talk absurd preferred walk away feuds find life confusing rubics cube im subdued words verbal prods live alone one must animal god official pain clear crystal natural side life seeming artificial hit rest assured imma last words could give fuck ya secrets ya past words pass words ability hurt patience virtue knowledge commercial nothing pain refer nothing pain ive refered lost among miracles stand alone ive grown thats sitting top throne ive known many years would turn rust find reason another breath return dust become one science mathematics rising sun im numb blind cannot see chastiser enemy perception requires duality inspect ya soul color coal inside body hardly come across whos holy send cherubim control thee burning sun frigidness cold battlefield new war old never see merest shadow halo head evil djin whos deadly like tornado world become aquarium full gaping fish murderous smiles hand stand outside looking writing murderous files nothing lack variation nothing chains suffocation comes time every mans life hes gotta handle shit", "Heavenly Divine": "everything could say would fade insignificance compared heart feels hearts feel moment yea yo yo yo yo jedi mind heavenly divine steadily shine ikon fuckin hologram yo yo yo yo another sacrificial lamb died hands hologram send dungeon bludgeon fuckin clan holy lamb spit live shit die illadelph jedi mind shit hot shit live raps crack jaw like whos avenger whos center war left scar crabs would overstand mental dent send holy land lawnmower man sharp blades slash vitals recitals fight entice burn bibles homicidal hologram burn churches murders stickin crucifix cervix divine purpose remy thats thermos greatest evils stick needles thats hypodermic heard verdict im allah cause chose broke vatican strangled pope rosary jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 mcs face terror wherever sounds audible man third world portals battle mortals slaughter seen inside visions beyond dwellings om existing islamic pantheon flows drop degrees clothes got scent trees lay back blow sax like kenny g power blast wack path devour fast leave grain sand lifes hourglass devise spell make demons rise hell grab lapels rob outer shell feel ill dire messiah hellfire launch writers put jaw gauze wire jedi swordsman give rappers foul fortune science contortion body coffin insane damage done fuckin army beat skull shape wet bag laundry yeah yeah jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 yo gods rhymin theyre dramatizin feel poetic blow titans like fuckin bolt lightnin three wise men levels defies men watch fake heads deviled disguised men arriving dawn spawned ill forms thatll leave laying dead womb like stillborns massll ominous master spirit cant understand language rappers bad lyrics ikon python rappers left strangled overlook earth cause see suns angle clouds sit high dazed write page enslaved worldly ways islamic marksmen seein squadron could fatal mistake like first sins adam garden feel sorrow im projected god apollo explore rhymes youre left confused follow invite town absorb sniper rounds illadelph shambhala nigga stayin underground motherfuckers jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99", "Heavy Metal Kings": "murder laugh im barry sanders slashing path magicians assistant im sawing half heathen rely beast im demon fire crucifying priest shine beats motherfucking beast mic im lion jungle raw meat like bleed fight vinnie like taste blood ill open stomach like case slug im faithful drugs putting metal plates mug dump body motherfucking lake rug face mud yall create facade people exterminated faith god patience hard cousin pays calm go war anybody embraces islam im gracious warm ready place war im ready smash motherfucking face floor got gangster gangster shit heavy metal king hold big shit got murder murder shit talk gangster gangster shit live murder murder shit without order nothing exists without chaos nothing evolves get knees stick gun mouth im slayer album personified holocaust columbine middle passage israel versus palestine cult leader drink kool aid roll doctors produce aids open mouth shoot flames freedom fighter got whole world terrified ill bill human manifestation genocide stand amongst grammy winning grimy nose candy sniffers blast black metal like danny lilker impossible escape matrix hate ill make good girl cum dumpster satan awaits set razors aks turn raisins grapes turn blood wine insatiable taste drink goblet gore vomiting porn sodom gomorrah back canarsie new york bringing king parliament till land undone darkened deeds got gangster gangster shit heavy metal king hold big shit got murder murder shit talk gangster gangster shit live murder murder shit dont know gospel judas information found galapagos ruins warriors would sharpen blades wanted government could cure aids equivalent fire ice equivalent prisoner die rights im lying christ put fucking spine vice im like trump apprentice fire night im dying fight slap five put ten louie dogs fucking genocide general say fuck cia plan get outta id rather fucking stay iran ill run grenades hand fuck around bill try hate fam dichotomy hatred man ever even think trying play blam got gangster gangster shit heavy metal king hold big shit got murder murder shit talk gangster gangster shit live murder murder shit", "Blood In Blood Out": "one god enough times one become god put together get wanted desired enough times believes become one wanted desired accepted god power one god enough times one become god yeah jedi mind baby yeah yeah bringin hardcore real raw type shit aint never seen nothin like real ill natural kill steal blast like blood like tastin ya flesh like slugs like david koresh like anything thats related death like king reign fist back topic hand steadily shine shine steadily fam im one put nail cross im one told world alien corpse im one brought truth light listenin couldnt lose fight abusing mic force five lions anybody fuckin paz die tryin mixed sound clips havent ever heard mc murderer doesnt matter say lawnmower man sharp blades slash vitals technics spin turn body anti matter im caged lion always dying hurt always believer rhyming virtue heathen lie like church cant believe allah hasnt cursed commercial still disgrace like sit around women watching grace cant stand sweetness try hire therapist beat im facetious heed im one hammered first nail jesus im definition toxic anyone ever got close got sick mixed sound clips like heavy metal listening sepultura remain calm study islam read torahs cant fallow path man chill cant study math cant build cant stand believe drown ocean god cant breathe like ive involved beef since days lost teeth god reef learned worship allah learn rhyme teach yall im speakin yall hardcore real rap real slugs real clips real gats real wack thats feel thats reason got reason kill yeah follow daddy jedi mind whats fuckin deal walk yeah yeah mixed sound clips different sound clips technics spin survive ikon live since 85 technics spin wax felt technics spin little motherfucker got hands thats like steel technics spin wax felt technics spin recitals fight entice burn bibles", "Blood Runs Cold": "yeah sean p nah mean megatron jedi mind tricks mfc yo boot camp listen yo yeah first dont make burst brawl image nothing fronting see thirst yall think fucked get worst yall assassinate best friend hearse call run block dough curse fuck want wet duke squirt four since birth raw hot like surface core kidnap babys mom straight earth whore see rhyme crime purchase aint purpose act like dont give fuck though good buck fo shots roof man rock catch close never give fuck niggas yall nutso hype carbonated water fructose straight buck foes nigga ruck pull snub nose wait ruck chill deal love though look eyes tell theres something changed running gunning things knocking niggas like clubber lang gun bring straight fucking beating heating leaving six feet deep ground real motherfuckers gon rock tonight jewels cash getting got tonight somebody club getting shot tonight sean price jedi mind keep hot tonight im motherfucking ungrateful heart hateful tongue ripped licking blade slayed faggots act bitch rupaul niggas share one milkshake two straws youre trapped doors four walls tighten seeing roof fall feeling floors heighten crushed shit bones blood siphoned put jug sip fighting im raw lightning power extends planet opposite ends black man travel universe back cavemen still though earth flat kept sacred plans carry throughout ancient lands separating sands god saw power create hand banned gene strain replicating man real motherfuckers going rot tonight jewels cash getting got tonight somebody club getting shot tonight sean price jedi mind keep hot tonight im tasteless theres beauty strange places find beauty razors find beauty blood dripping ya faces find beauty quran aramaic equations find beauty twelve gauges find beauty teaching definition pain find beauty stainless steel kill reveal front grill youre brainless yall dont wanna test vinnie paz patience crack jaws swing swords ancients yall pretended overstand matrix without attempting overstand basics dedicated cats thats thugging vinnie paz got hoes jim duggan yall ducking quite time vinnie bout teach write rhymes aim beams eyebrows jedi mind sean p combine real motherfuckers goin rot tonight jewels cash gettin got tonight somebody club gettin shot tonight sean price jedi mind keep hot tonight rap like one fuck wit prodigy"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/jeezy.json b/lecture/lecture-9/rappers/rapper-data/jeezy.json new file mode 100644 index 000000000..434c1bfb3 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/jeezy.json @@ -0,0 +1 @@ +{"I Do": "said see ladies tonight might marry gone belvey tron scary baby whatever like tooth fairy ill anything leave tonight cherie said said said said said homegirl aint got clue get open things would smack flip weigh break lean ya side yeah ask ya whos ya daddy aint even gotta open eyes know looking aint even open eyes cooking guess love first sight eye contact remember night first met caught contact shes ride die us world know hustlin hustlin world said mustve much drink im g mode ladies repeat cause g code promise get locked youll come pay bond hear niggas plotting youll ring alarm everytime give gon bomb unlucky streets youre gon lucky charm said see ladies tonight might marry gone belvey tron scary baby whatever like tooth fairy ill anything leave tonight cherie said said said said oh oh vito promise treat game de al honor code bring drama mamas peephole lifes bitch shes love know ow ow la dee dos lets mercedes lets tie knot lets grab us pot lets make baby looking back dont know threw bouquet walk aisle faithfully cut cake jay z take unlawful lady hold til task force roll hug every corner til get ash cold ive amassed fortune much cash fold fold pressure would never ever ever ever secrets treasure better worse youll always first love til death us part pull hearse verse said see ladies tonight might marry gone belvey tron scary baby whatever like tooth fairy ill anything leave tonight cherie said said said said nothings attractive heavy praying woman defecating would sense heaven andre omen baby im hell save dont bail crazy tell middle club words tend get thrown around lightly like like like like love friend rock star sos genius vow never utter unless mean proud like mother ooohh mommas sweet know juicy fruit aint gon fall far tree ever woopty woop want bleepty bleep nasty carpet bixby fresh one knee say float outta hot air balloon lets put baby butterfly lil cocoon maybe 2030 baby shell nerdy make whole club swoon shell love books cook look like shes done young shell dress like well call love 22 shell tote 22 laser version", "Seen It All": "said already know nigga young gotta flow rap young really got dough rap young really seen snow kitchen bout make magic blow magic pull partner traffic gave plastic know aint tryna go jail heard shit closest thing hell stepped make hard sell make hard fail cause im realest nigga yall know first nigga hittin magic 6 45 valet say jizzle nigga stay new shit everybody bach back cause nigga cant drive doors open emerge ten chains even back calling ten chains ask spent tell em thing added itd cost like ten things used take little show money throw money floor nigga floor money brought blow got blow thats fuck call shit blow money still realest nigga yall know kept one hunnid since day came nigga hit say goin town threw fifty thou told bring back two fingers crossed prayed called little piece got laid walked threw em table said fuck shit young nigga get paid whipped benzo lorenzo stay nigga yeah im talkin ten toes hoes see big pretty motherfucker bet leave parkin lot ten hoes done seen yay stacked seven feet tall swear look white like wall ya know thumbin hunnids twenties fifties spendin tens fives mall done seen 2020 pyrex vision catch contact standin next kitchen hear twenties fifties hunnids money machine clickin rollie aint tickin ball done seen uncle died spot pop killed family heroin shots gave life block figured get shot least die top came alive drop big body white shit looked like yacht ugh got em five grand pop plug saint thomas trillion watts ugh flew em back states parked ninety two bricks front 560 state nets stone throw used throw bricks right im still tossin round knicks ugh probably brought auntie couple bags probably front uncle couple halves class class know finna blow like meth lab expanded operation maryland emory jones caravan took show road va dropped couple rolla pa plug got shot started slowin took trip see holdin wars got shot time gone good got emory got knocked ten whole team hot walls closin niggas cant tell shit dope game bout cocaine man done seen yay stacked seven feet tall swear look white like wall ya know thumbin hunnids twenties fifties spendin tens fives mall done seen 2020 pyrex vision catch contact standin next kitchen hear twenties fifties hunnids money machine clickin rollie aint tickin ball done seen", "R.I.P.": "rip killed club took patron head almost killed thug im high cant feel drugs many haters sitting dont feel love rip rip rip rip rip killed club took patron head almost killed thug im brand new drop top rari 3 bitches tired middle trial 3 snitches hit every club city niggas every club hood niggas pull jump stuntin like baby cocaine cowboy shit like 80s nigga think slick rick dana dane think rakim something look chain ysl head toe im doug e fresh looking like came play mitchell ness nigga watch like need attention man dont ball like need bench rip killed club took patron head almost killed thug im high cant feel drugs many haters sitting dont feel love rip rip rip rip rip killed club took patron head almost killed thug im gone dont know im going pockets extra big theyre samoan got bad bitches section let every nigga came mell kick door roll pass around like jamaican whole pounds strapped bitch like haitians got good head good brains good education im drunker motherfucker heres situation 145 knob broken time nigga get crib mall open man nerve high ass bitch molly said want call ms berry think halle rip killed club took patron head almost killed thug im high cant feel drugs many haters sitting dont feel love rip rip rip rip rip killed club took patron head almost killed thug got pocket full dead prez attached girl like jpeg party scene turn murder scene keep shitting niggas need potty train turn collard green im gasoline im promethazine life aint nothing g thing switch lanes get brain hand g string im type nigga thats built last fuck ill put foot ass got million stash stack money tall might need giraffe counting cash nigga rip killed club took patron head almost killed thug im high cant feel drugs many haters sitting dont feel love rip rip rip rip rip killed club took patron head almost killed thug", "Put On": "put put put put city city put city city put city city put city city see traffic say jeezy shit send pussy niggas runnin straight back dealership im spaceship thats right work nasa fnh fraud call bitch bodyguard call bitch bodyguard yeah thats bodyguard wear lot jewelry young dont security whats whiter napkin harder dinner plate want come get know stay super straight ran spots im working super 8 know niggas hungry come get super plate yall sing happy birthday yeah got super cake hundred karat bracelet use like super bait put city city put city city put put put put lets go put city city put city city put put put put lets go hat back top back aint nothin young thug hks aks need join gun club big wheels big straps know like super sized passengers redbone weave look like curly fries inside fish sticks outside tartar sauce pocket full celery imagine tellin blowin asparagus realest shit ever smoked ridin trap die realest shit ever wrote know got broccoli keep glock dont get caught without one coming im call jeezy hamilton flying campbellton fresh clean way charlene put city city put city city put put put put lets go put city city put city city put put put put lets go put put put put city put put city put city feel like still niggas owe checks feel like still bitches owe sex feel like niggas dont know hes stressed lost girl world know best got money fame man dont mean shit got jesus chain man dont mean shit cause jesus pieces cant bring peace yo need least ugh one russells nieces let nightmares go put everybody knew go know hoes fronting knew broke say damn yeezy yeezy dont know us got big fame homie changed ask big homie man top lonely aint lying lonely aint lying let see tonight im high satellite see flashing lights cause every night every night put put city city put city city put put put put lets go put city city put city city put put put put lets go let see tonight im high satellite see flashing lights cause every night every night let see tonight im high satellite see flashing lights", "Leave You Alone": "yeah said aint good feel good said would could gotta leave alone gotta leave alone said know bad want bad said makes sad gotta leave alone gotta leave alone oh got mind money needs bad bitch run city spend cash run city spend cash wake morning get smash dont want much baby egg whites keep stomach thighs legs right im focused getting bread right head right jeezy every night wake morning im still wake morning aint gone ask let maybe get along bitches mad seen us matching rolexes baby team us yeah earth turf share world maybe even go half baby girl yeah said aint good feel good said would could gotta leave alone gotta leave alone said know bad want bad said makes sad gotta leave alone gotta leave alone oh let mind reader let read mind im done front hit behind love loyalty never cross line hit nigga cross mind show get wont watching mine put g show shine maybe kick got time backbone every nigga need spine gotta know ride im right wrong case wake morning gone best believe ima get right back thats hustler know like probably think im different broad every night think shit man youre probably right think shit youre probably wrong cause didnt think im probably grown yeah said aint good feel good said would could gotta leave alone gotta leave alone said know bad want bad said makes sad gotta leave alone gotta leave alone oh said wish never met cause cant help let go ahead whatever hell want said hate much need turn around say dont need always talking gonna leave dont maybe time might different cause shed many tears shell remind dumb shit ive done years dont tripping mornings got legs ears soon get done swear hear yeah said aint good feel good said would could gotta leave alone gotta leave alone said know bad want bad said makes sad gotta leave alone gotta leave alone oh 103 baby true story though yeah yeah warren g fool shit homie know anthem right hahah yeah", "American Dream": "yeah whats welcome america baby home brave american dream know uh yeah yeah lets go want big ol bag money see jeweler get hard im counting mula scarface living life like king every day eating good team american dream first said wouldnt knew would make copped first pie yeah knew could bake scarface vision living life like king every day grinding hard team american dream either good great either real fake thats stay spittin real real ones relate yall must raised haters niggas go ahead hate f f four car garage rari bitch came estate swear streets get tricky glad aint fall bait focused im determined see shit face niggas go head face lil bitch aint shit bout basic hit lick bitches went iced bracelet never let flaws past come get best turn two fifty half got recipe first president black president wack aint never going broke whats american want big ol bag money see jeweler get hard im counting mula scarface living life like king every day eating good team american dream first said wouldnt knew would make copped first pie yeah knew could bake scarface vision living life like king every day grinding hard team american dream got money make blow candles cut cake put plate im running game running place still youngin heart mentally bitch im hunnid eight like pun late 90s niggas juggling weight running state state gun waist safety im paper chase whatever takes make millionaire silly cause many really get mean many niggas jeezy yall make shit sound easy breezy turn tv see niggas trap cd meanwhile back home niggas sell crack bp hoping one day thee niggas screen cause thats american dream go thing listen hysterical screams coming mothers buried kings unbearable pain watching em walk sheriff chains becoming number longer care name white folks getting rich cocaine underhanded methods dont got time explain fear wont reach em since preaching aint thing drop gem two within verses sing real niggas trapped inside game know already want big ol bag money see jeweler get hard im counting mula scarface living life like king every day eating good team american dream first said wouldnt knew would make copped first pie yeah knew could bake scarface vision living life like king every day grinding hard team american dream streets made ballin ten toes aint fallin hear world callin tell ya look look gotta eat gotta make money gotta feast gotta ly known travelin man set got bible rifle hand oh yeah gotta eat gotta make money gotta feast gotta ly known travelin man set got bible rifle hand oh yeah", "R.I.P. (Remix)": "yeah mustard beat hoe rip remix killer mike jack alive id remix thriller trapstar bitch spell big give damn never hot mc cause im hood nigga first everybodys list buy whole club p dont fuck cris average ass watch cant fuck wrist average ass hoes cant fuck bitch window motherfuckin wall enough money jeans buy motherfuckin mall got choppas back bulletproof thats hummer rip competition summer yg 4 hunnid rip wanna kill judge tryna lock homie dont feel thug im thirsty dont give fuck fuckin ex cause im still love uh teach fuck stack money tha world aint went hollywood act funny girl know want pipe like crack bummy stop playin im tryna hit like crash dummy lets go dont start shit wont shit cant take yo bitch dont see yo bitch done seen snow nat geo bitch cancel get another like im nino bitch wassup rip rip rip rip rip killed club took patron head almost killed thug rip rip rip rip rip killed club took patron head almost killed thug pull bitch shit im beamin shit hundred hoes hundredfold season shit stomach belly roll bitch im eatin shit vegan shit get penis shit look bad bitch bag bitch nigga back back pull grab bag turn ho baghdad bags eyes dont sleep much bitch beat beat homies get beat rip p nut little eric bick back mausberg 4 bent compton live long hair weave extensions glock 17 extension bumpin suga free automatic dually tvs like 97 watch porno movie holla chitty chitty bang comp town gang fuck whoever dont like lil k dot name bitch rip rip rip rip rip killed club took patron head almost killed thug rip rip rip rip rip killed club took patron head almost killed thug look rip vip got lil niggas club fuck id niggas kill give black eyed peas molly make white girl look chinese okay ohb niggas ballin fake ass artists yall niggas drawin okay dearly departed bought plane departed started bottom gon come closet hah problematic bought ratchets automatics clip hold 32 make feel magic gon see flashes like pageant black suits long caddys rip rip rip rip rip killed club took patron head almost killed thug rip rip rip rip rip killed club took patron head almost killed thug ri ri rip ri ri rip rip killed club took patron head almost killed thug ri ri rip ri ri rip rip killed club took patron head almost killed thug", "All We Do": "got bitch named banana pussy bananas thats gotta say pussy bananas little cool ass bitch westside let hit back say thats best side call bed side call wet side every time bitch cum holler westside one thursday night met crucials already knowing rest head crucial little thing tongue get hype see lips im done shits white nothing aint soft pants barrel long every time call shit hard know know get done every time aint gotta ask baby getting right box swishers box magnums running right smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck yeah know club problemo got problem getting im limo yeah like black black super stretch trying break back super sex say dick got super wet told pussys got stupid wet im trick im going superman im smoke im going super ham make quick stop run blunts gold boys left strap car answers boy wife beater boxers left damn chain left put sleep dont play damn games know know get done every time aint gotta ask baby getting right box swishers box magnums running right smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck yeah know conversation cool intellectual got turned school bisexual show game face ready kill something man thing get wet think spilled something said anything arrange said boy better get back bout rain said young since pussy lets put name baby girl since crib lets hide caine think business side gain yeah bitch know shit hang told listen thats shit let hide said listen thats dick let ride know know get done every time aint gotta ask baby getting right box swishers box magnums running right smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck know know get done every time aint gotta ask baby getting right box swishers box magnums running right smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck", "My President": "yeah realest shit never wrote aint write way nigga real shit right nigga thisll realest shit ever quote lets go president black lambos blue ill goddamned rims aint mama aint home daddys still jail tryna make plate anybody seen scale president black lambos blue ill goddamned rims aint moneys light green jordans light grey love see white much tryna pay lets go today good day hope great night dont know fishin catch great white see great white heavy killer whales cannot believe knew came bales knew came jail knew came prison cause got opinions make politician bush robbed us would make criminal cheated florida would make seminole say quote need miracle say miracle cause shit hysterical nephews nieces email jesus tell forward moses cc allah mr soul survivor guess make konvict dont sound like dumb shit die crude oil black nigga bu really desert storm thats word nigga clue catch las vegas ar arizona rep real niggas im winnin california winnin tennessee hands atlanta landslide alabama way savannah president black lambos blue ill goddamned rims aint mama aint home daddys still jail tryna make plate anybody seen scale president black lambos blue ill goddamned rims aint moneys light green jordans light grey love see white much tryna pay lets go said woke mornin headache big pay damn bills feed damn kids buy school shoes buy school clothes strange reason son addicted polos love spinach dip im addicted houstons numbers right ill take trip houston earthquake china hurricane new orleans street dreams tour showed ass new orleans soulja slim brought bg love bun im forgivin pimp c know pimp nigga gon speak mind could speak heaven hed tell stay grind tell im doin fine obama mankind ready damn change yall let man shine stuntin martin luther feelin like king guess meant said dream president black lambos blue ill goddamned rims aint mama aint home daddys still jail tryna make plate anybody seen scale president black lambos blue ill goddamned rims aint moneys light green jordans light grey love see white much tryna pay lets go yeah history black history president ever shit hit streets flip keys nigga wont go broke put us jail nigga cant go vote spend dough hoes strippin aint politician honeys pole itician president black rose golden charms 22 inch rims like hulk hogans arms thousands peoples riled see arouse ego weve got mouths feed gotta stay true came cause top place hang matter big ever whatever fee publicity never lose integrity years theres prize horses stable two albums im realest nigga label mr black president yo obama real gotta put face 5000 dollar bill president black lambos blue ill goddamned rims aint mama aint home daddys still jail tryna make plate anybody seen scale president black lambos blue ill goddamned rims aint moneys light green jordans light grey love see white much tryna pay lets go im sittin right man june 3rd haha 208 nigga wanna say win lose draw man congratulate already homie see motivate thugs right motivate us homie thats hands policy yall touch ridin nigga yeah first black president win lose draw nigga haha matter fact know man shouts jackie robinson booker washington homie oh aint think knew shit sydney poitier im important though first nigga ride hood lamborghini", "Go Crazy": "guess whos bizzack still smell blow clothes like krispy kreme cooking os like horseshoes tossing os time gotta recycle flow im emotional hug block im emotional love glock cash rules everything around whats realer scrilla call ghostface killa kinda hard drug free georgia power wont give nigga lights free switched hustles killin em ever since pays tell truth dog makes sense play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain catch club pimping thang play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain gangstas street thang buy 18 hard way humble nigga thinking gun play fuck wanna play guns lot holes lot blood dogthe shit aint fun suggest dont play chains ill send hollows atchya let em play ya brain streets watching name warm products white star born im fly take parachute might fall die wrap work like spandex latex ship town call safe sex play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain catch club pimping thang play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain gangstas street thang hustler im definition master chef lord kitchen cupboard street legend homie hova relief pitcher im closer mariano mariott money talks whole worlds bout hear see im hustlers hope im pipe dreams speak success im might mean attract money worst color light green favorite hue jay z blue dont follow youngun follow moves im role model bad influence got world drinking gold bottles puff tub spilling mo video cris speedboat lifetime nigga go research st thomas nigga first chrome shoed gs came feet first game like baby born breech birth got keys need work kingpin line dime time niggas love talk like corporate people start bugging cause talk like corporate thugs like nah hov talk shit dope boys go crazy hear boy jay z see ima 80s baby master reaganomics school hard knocks every day college aint nothing aint nigga pay homage pay doctor spray llamas still timell reveal know im honest ya aint pull coat yet keep shit coat check say truth shall come light everybody grab shades cause boy bright goodnight play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain catch club pimping thang play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain gangstas street thang"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/juice-wrld.json b/lecture/lecture-9/rappers/rapper-data/juice-wrld.json new file mode 100644 index 000000000..29b498f53 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/juice-wrld.json @@ -0,0 +1 @@ +{"Lucid Dreams": "enviyon mix still see shadows room cant take back love gave point love hate cannot change must replace oh easier said done thought one listenin heart instead head found another one better one wont let forget still see shadows room cant take back love gave point love hate cannot change must replace oh easier said done thought one listenin heart instead head found another one better one wont let forget left falling landing inside grave know want dead take prescriptions make feel okay know head lucid dreams cant move thing thinking bed everything thoughts wedding ring im better dead ill didnt want end watch blow wind shouldve listened friends leave shit past want last made outta plastic fake tangled drastic ways knew evil girls prettiest face gave heart full mistakes gave heart made heartbreak made heart break made heart ache made heart break made heart ache made heart break made heart ache made heart break still see shadows room cant take back love gave point love hate cannot change must replace oh easier said done thought one listenin heart instead head found another one better one wont let forget still see shadows room cant take back love gave point love hate cannot change must replace oh easier said done thought one listenin heart instead head found another one better one wont let forget leave shit past want last made outta plastic fake tangled drastic ways knew evil girls prettiest face easier said done thought instead head found another better one wont let forget", "All Girls Are the Same": "mhm theyre rotting brain love hoes admit another ho got finished broke heart oh didnt fuck sippin ima whole bottle hard liquor hard truth cant swallow need bartender put sorrow wake next day monte carlo new woman tell colorado love women shell gone tomorrow kiddin jealousy agony sit im jealous boy really feel like john lennon want real love guess minute pissed way dont fit tell whats secret love dont get feel like runnin race im winnin ran devil today grinnin hey girls insane yeah uh girls theyre rotting brain love think need change go insane love girls theyre rotting brain love think need change go insane love ten minutes told would take ten minutes break heart oh didnt fuck livin ima drown sorrow fuck givin ima take borrow im still sinnin im still losin mind know trippin im still wastin time time given dyin livin fuck feelings sorrow go ceilin ah insane demons brain love peace cant attain cause girls love insane demons brain love peace cant attain cause girls love", "Wishing Well": "mm mm mm mm mm mm mm mm mm uh cant breathe cant breathe 999 waiting exhale toss pain wishes wishing well cant breathe im waiting exhale toss pain wishes wishing well still luck oh well still try even though know im gon fail stress shoulders like anvil perky got itching like anthill drugs killing softly lauryn hill sometimes dont know feel ring ring phone call depression used past memories weapon line talk addiction huh speaking devil drugs miss cant real fiction somethin feels broke need fix cry help listen ima alone finished part tell im fine im lying dont want worry part take feelings hide em cause dont want nobody hurt cant breathe im waiting exhale toss pain wishes wishing well still luck oh well still try even though know im gon fail stress shoulders like anvil perky got itching like anthill drugs killing softly lauryn hill sometimes dont know feel sometimes dont know feel lets real wasnt pills wouldnt keep taking pills wont yeah told yall secret yeah tearing pieces really think need stopped taking drugs drugs take part tell im fine im lying dont want worry part take feelings hide em cause dont want nobody hurt cant breathe im waiting exhale toss pain wishes wishing well still luck oh well still try even though know im gon fail stress shoulders like anvil perky got itching like anthill drugs killing softly lauryn hill sometimes dont know feel", "Robbery": "man shit funny one sec oof hennessy strong fuck boy told put heart bag nobody gets hurt im running love im fast im making worse im digging grave past im whole different person gift curse cannot reverse cant reverse gift curse im drinkin much ima talk slur last time saw ended blur woke hearse said loved first one thing dad told never let woman know youre insecure put gucci fur put wrist iceberg one thing heart tells flex ho every time theyre insecure guess came im running love real love really true told put heart bag nobody gets hurt im running love im fast im making worse im digging grave past im whole different person gift curse cannot reverse gave runaround really hate runaround really got paranoid always keep gun around always give butterflies come around come around come around let know love answer answer answer love drugs mind manners get high dont decide answer phone home need phone home im throwing rocks window need go home dont wanna leave wanna told put heart bag nobody gets hurt im running love im fast im making worse im digging grave past im whole different person gift curse cannot reverse", "Legends": "usually dont speak shit like aint nobody else saying shit daytrip took ten usually answer question time im gon quiet aint nothing like feeling uncertainty eeriness silence time unexpected last time drugs lacing legends fall making yeah sorry truth uh dying young uh demon youth whats 27 club aint making past 21 going paranoia always gotta keep gun damn thats world live yeah hold hear tell ima legend dont want title cause legends seem die fuck bout im tryna make im tryna change world im tryna take im tryna take girl importantly im tryna change world maybe flex diamonds pearls yeah usually answer question time im gon quiet aint nothing like feeling uncertainty eeriness silence time unexpected last time drugs lacing legends fall making yeah sorry truth uh dying young uh demon youth mind foggy im confused keep losing legends cruel cold world coming end world coming soon ooh ooh oh hits usually answer question time im gon quiet aint nothing like feeling uncertainty eeriness silence time unexpected last time drugs lacing legends fall making yeah sorry truth uh dying young uh demon youth daytrip took ten", "Righteous": "oh ooh uh white gucci suit im feeling righteous yeah know truth hard digest yeah five six pills right hand yeah codeine runneth nightstand takin medicine fix damage anxiety size planet holes skull time hearts ice ice im freezing beautiful eyes deceiving may die evening coughing wheezing bleeding hi im anxious blood moons eyes stay low red black glow attack soul time ill know never seen hell cold yeah well make know well run right flames lets go white gucci suit im feeling righteous yeah know truth hard digest yeah five six pills right hand yeah codeine runneth nightstand taking medicine fix damage anxiety size planet holes skull time hearts ice im deep cant swim like drowning sing demons turn face inhale exhale cant breathe busy drinking codeine doin high speeds crash pour four sip slow make time pass take pill thrill relapse devil head tryna run gym laps aint tryna race dont even know like white gucci suit im feeling righteous know truth hard digest five six pills right hand codeine runneth nightstand taking medicine fix damage anxiety size planet holes skull time hearts ice sing", "Lean Wit Me": "drugs got sweatin room gettin colder lookin devil angel shoulder die tonight dont know lookin next high im lookin closure lean pop get high rock smoke drink fucked liver bad kidneys lean pop get high rock smoke drink fucked liver bad kidneys told die ima die young every day ive gettin fucked finally know difference love drugs shawty tell really sober shit aint fiction real real fuck one dose need two pills two pills im lookin trouble know im gonna find ring ring plug hit phone perfect timin know im right im wrong im wrong girl hate im high thats belong belong lean pop get high rock smoke drink fucked liver bad kidneys lean pop get high rock smoke drink fucked liver bad kidneys eyes red visine crashed mustang saleen yeah love beans yeah love lean laugh ask piss clean huh smoke huh pop huh ayy gucci store come shop overdose bae gon drop dont even wanna think right lets get high reach new height take shrooms pills time went hollywood thrills street life took many drugs dont feel right lean pop get high rock smoke drink fucked liver bad kidneys lean pop get high rock smoke drink fucked liver bad kidneys oh oh oh oh oh oh oh oh", "Wasted": "yeah uh fuck uh perc cb beat ho perc mmm bitch yeah huh wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted cocaine basement im doctor im runnin patience told tryna get closer satan talkin matrix damn demonic medusa little pocahontas lacin drugs somethin cause every time together im unconscious hold uh let honest know saw put percs chronic smokin til eyes roll back like omen another funeral goddamn wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted cocaine basement im doctor im runnin patience told tryna get closer satan talkin matrix rockstar thats style boys cant take hatin theyre still tryna take cadence basic brand new rari im racin take let roll weed please dont lace yeah thats bum bitch chasin ayy foreign dominatrix love girl like body dont want money want molly thats say lived valley lil boy im father hakuna matata made girl give top got dreads head used pray lock hit back legs start lock jacuzzi booty gave girl flakka im takin blue caps keep tweakin chakra rose chain theres hint like copper tats middle head like im avatar thats reason ride appas wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted cocaine basement im doctor im runnin patience told tryna get closer satan talkin matrix eyes closed hopin aint make believe dont know demons live yeah dont know dont know dont know dont know lean sip watch pour one cup dont got friends im open door aint let aint take heart took medicine least somebody gon take hate waste wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted wasted wasted wasted wasted", "Empty": "unknown ran away dont think im coming back home whoa whoa whoa whoa whoa whoa like crawlspace dark place roam aint right way wrong way know problem solve styrofoam world revolves around black hole black hole thats place soul uh empty feel goddamn empty may go rogue dont tempt big bullet holes tote semi autos huh yeah im keepin real real im keepin real uh yeah life gets tough shit getting real dont know feel swallowing pills numb real feels uh devil standing tryna make deal uh aint deals feel like im going crazy still took lot get losing sanity house hills hills hills aint anything still dont anything still still still uh bein rock pnb hoes actin like gossip tmz drugs acting like mosh pits squishing oh oh kill slowly lonely gettin peace od feel like overdosing low key looking signs find sign times unknown ran away dont think im coming back home whoa whoa whoa whoa whoa whoa like crawlspace dark place roam aint right way wrong way know problem solve styrofoam world revolves around black hole black hole thats place soul uh empty feel goddamn empty may go rogue dont tempt big bullet holes tote semi autos aint suicidal thing suicide suicide doors fight survival gotta keep hope rolling good dope hold hand hell go dont look back aint past gonna get racks niggas want war yeah put lead lost souls exhale depression wind blows laws livin vogue perfectly imperfect children rose dust us mission never gave fuck really came rags riches live driving rooftop missin dont give fuck really came rags riches live driving rooftop missin unknown ran away dont think im coming back home whoa whoa whoa whoa whoa whoa like crawlspace dark place roam aint right way wrong way know problem solve styrofoam world revolves around black hole black hole thats place soul uh empty feel goddamn empty may go rogue dont tempt big bullet holes tote semi autos", "Armed and Dangerous": "gun em 50 gun em oh god huh ya dig 999 shit ayy im town partys goin shoot em 50 round run town ballin hard outta bounds much money damn forgot count ayy look bank account look cash amount get cash im dash im look bank account look cash amount get cash im cashin walk bitch im faded uh fuck bitch im faded got mms called mom told made yeah mama son famous everybody playlist hes still armed dangerous hell pop stranger sippin lean cliche still anyway red purple cup one shall pick today ayy ayy sippin hard gun need bodyguard aim body parts yeah take body parts yeah im swingin im ecstasy thats molly park yeah iron hoo hoo thats tony stark yeah pourin fours twenty ounce soda pop yeah im oc three gram wood full og give bm dick like moby gun make flash adobe pay cash owe yeah huh bitch need matter fact fuck shit im rich uh keep yeah damn rich niggas yeah broke niggas go yeah yeah yeah yeah im town partys goin shoot em 50 round run town ballin hard bounds much money damn forgot count ayy look bank account look cash amount get cash im dash im look bank account look cash amount get cash im cashin"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/k-rino.json b/lecture/lecture-9/rappers/rapper-data/k-rino.json new file mode 100644 index 000000000..038ef82b0 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/k-rino.json @@ -0,0 +1 @@ +{"Grand Deception": "move forward time come closer something vision get clearer right tool hidden hand using please dont delusional rulers world practice confusing people priest imams jammed government scams mind systematically programmed blatant black hatred racism way laced whole world nation traces satanism place pagan prison founding fathers enslaving intentions different bushs reagans visions 1776 took action illuminati took form spawned colombian faction flip one dollar bill want expose true code deception show ya live designed wicked system number 13 consistent masonic symbolism represents transformation 12 completes cycle 13 rebirth regeneration meanings symbol strategically hid left side see 13 layer pyramid sits seeing eye light shines sign devil watching times words annuit coeptis 13 letters meaning favored undertakings accept learn science ignore em pyramid see novus ordo seclorum translated new order world new world order authors satanic fathers mass slaughter eagle see right sits 13 stars shield 13 stripes olive branch claws 13 leaves suppose talon represent peace peace always decrease claw holds 13 arrows war set released letters bottom pyramid fixed roman numerals equal 1776 united states america exists deep devilish abyss truth paganism mixed every president ever lived foul gather bohemian grove bow owl see owl wise sees darkest night theres small one dollar near one top right aint hard understand government never us eagle based egyptian hawk horus 13 colonies grew wicked sovereignty made apology obvious idolatry subconsciously follow ways beast pay homage pagan gods say days week like sunday worship sun monday moons day tyr god war worshipped tuesday odin chief god wednesday named thursday thors day god thunder mighty thor friday named frigga notice pattern saturday roman god agriculture saturn frigga goddess love wife odin polytheistic theology needed decoding rituals like trips across sand man takes skull bones fraternity secret handshakes understand receives 33 degrees secretly believes lucifer deities many powerful rich people controlled even hold soul several favorite emcees politicians telling lies tongues whittled thorns use hand gestures shaped form devil horns dont feel city home cos dont know entails satan tampers stem cells sprays chemtrails called holidays hypocrisy established use religious doctrines commit annual robbery christmas split half christ mass called birth jesus every home glowing lights cast christ anointed one mass birth celebration jesus birth kept secret due situation king initiated death plot cause messiah prophesied rule jesus murder authorized one knows actual date thats sometimes see xmas x means unknown ignorance affects us fraud purposely flawed december 25ths birthday wicked ruler nimrod whole disguise part satans universal wise holy prophets life pimped commercialized traditions like lights trees rooted nicaea council 325 ad constantine matters would decreed concept virgin birth actually conceived agreed graven images temple fish car called oannes babylonian symbol visibly contradictory telling children lies need make study santa clauses sick history yet go wherever satan leads us falsehoods practice name aint got nothing jesus", "Fuck Eminem": "yall dont know ya boy k rino theres lot stuff going eminem made song dissing black woman uhh know boy aint going like sell mcs thats letting make yall list im boy go like aint mm bitch aint shit chocolate ya everybody ghetto owned pistol shouldve shot ya disrespected black woman thought would pass gonna let every black queen take turns kicking ass string bastard drag like mass savages captured africans past let dogs shady mean see quick thinker think letters mean sorry ho ass dick yanka understand done violated look skin rap game shit ho let ass style gay trying come like deep head undercover like motherfucker sleeping bed hopped game made riches time stitches black girl broke heart thats punk bitches happened long time ago oh gravy wouldnt give motherfuck wrote baby still shit fuck sell outs chill shouldve murdered kick ass dissing smith leave fool seeing double mouth got trouble bet vanilla ice make pretty ass couple x2 kick strong shit motherfuckers dont get along testing k fucking wit wrong clique dont give damn song hit trick im still click bitch im vernacular severer dialect exhibitor pain distributor carnivorous rhyme style deliverer oh wish black ima help brother finish smoking ass youre going wesley snipes colour diss mama thats messed man bet cant talk worse think black woman got raped ran four centuries get dissed aryan bitch gay tendencies kill im dropping toxic lyric thats popping ya boxing forehead knuckles engrave swastika done let damn devil exploit vote pistol whipping ho ass detroit trying jock pac thats mind gone pac alive youd probably one main hoes hed riding put tricks like inside wood coffin leave absorbing words make regurgitate organs aint battler bitch prey weak hit diesel let see stay feet mean ive controlling underground rap zone home wife getting fucked strap kick strong shit motherfuckers dont get along testing k fucking wit wrong clique dont give damn song hit trick ima still click bitch", "Hidden Agenda": "dont see right front wanna depopulate civilians nowadays say easier kill try control millions national debt sits trillions theres plot steal birthright children israel real ones plans hide every revolutionarys relevance triggered fbis counter intelligence leaders killed jailed unjustly director aggressor j edgar hoover racist cross dresser orchestration hatred laced investigations infiltration civil rights organizations assassination character defamations media even today used deceiving misleading ya believe war motivated lies feeding ya corporate american thieves get greedier greedier neo cons hate poor spent years denouncing em poor built country nobodys looking dont see right front dont see right front dont see right front dont see right front propaganda tv nonsense keep people unconscious pompous governments keep sponsoring bomb hits honesty far gone land war zone family children consuming animal hormones nothing organic nearly everything real gone fast food places selling great meat silicone everyday pay whole nations sick addictive money driven drugs patients get natural remedy fda sanctions cause dont want cure want money make usas corporation wealth emphasis prison industrial complexes slave businesses stock market interested reason build advance cause know eventually theyre gonna fill em orchestrated system incarcerate children project future inmates based make millions truth never taught enemy wont real power always entity dont see subconsciously planted head wants thousands media powers owned three companies 85 percent whole planet darkness spend millions sports teams homeless starving nobody wants protest rally picket theres line around corner concert tickets soldiers dying everyday keep sending wanna send 5000 killers zimmermans house rockefellers bush family box g henry ford supported nazis members tea party still telling black jokes wearing clothes designer hates black folks reporters wanna get dirt sound bites excerpts cnn must mean corrupt news network lost every dime riding wrong stock made usa dead china got lock lost 401k paper holding cause invested something somebody else controlling make go rise high fall deep markets manipulated people wall street talk middle east like americas errorless university campus movie theater terrorists true devilish temperament government infamous ask em guantanamo bay prisoners dominate airwaves lie listeners presenting false information intended condition us black mans thinking since slavery evidence dont understand willie lynch letter meant centuries self hate divisions blacks twist difference racism facts read declaration independence blinders 9 freemasons amongst 56 signers 1870 along came shriners higher order masonry secret behind sword logo speaks meaning anyone tells secret put death hiram abiff whats true identity devils agenda kill us mentally continually wolf sheeps clothing fabricated divinity enemy murders lies science chemistry trickery industry power forever plot went war fight freedom never got dirty chess moves executed hidden hand theyre plotting way go war iran game used wicked methods born like paul wolfowitz done desert storm government broke cant cater needs planned parenthood persuading kill future seeds school system misleads money hungry savage vultures chase degrees better get one agriculture questions music mix hell covering eyes throwing 6 give soul away price cannot afford take satan couldve got lord god dna baffling might seem existence rooted number 19 origin comes mathematics say hes fourth letter n fourteen one prevail end divine evil war thats going minds people calamities keep increasing world confusion bound deepen nobody take control surroundings theyre sleeping", "The Game Goes On": "grab chips something man im living paycheck paycheck tryna pay rent crackers thinking im slave forever got bent im bout pull move bout rob one em blind let call partner z ro see whats mind well im going thang k really need make change k im thinkin 2 11 im feelin strange k job theres way pay bills lets get paid live lavish chill aint sayin nothing homie waitin lick got gal fine hell im broke trick last two months ive thinking caper come scoop boy lets connive paper get put seatbelt laws wont hate takin trip bottoms mr hector bakes cakes 9000 half 18000 whole aint bring money black 44 game goes might ever change familiar pain suicide living fast lane boy plan kind real ro im ready ride whats deal hard heads standing outside boy got army heat packers two guns twenty equals two dead jackers know odds us therefore planned ahead trunk ak hk ar back car plus aint rush gon lay low til partners start leaving hes drunk floor yo know heard sucker screwing lets set fool michelle let get guard right rise kick door unleash heat surprise aint birthday gon worst day k rino z ro currency thirsty hit phone call michelle get together man im tired broke bro lets get cheddar game goes might ever change familiar pain suicide living fast lane know z ro move pulled sheist aint never seen kind paper whole life money around cant get much greater stuff bag man well count later yes indeedy guess say needy got greedy tired hearing children scream daddy please feed got got got something fast im feeling funny bout way got cash man dont sweat bout finer things cause got money timmy chan got wings diamond rings fancy things pockets full change cause game goes aint gon never change game goes might ever change familiar pain suicide living fast lane", "Journey Thru the Metaphor Labyrinth": "morph arrow crossbow forgo torso throw compartment thoughts grow cardio blows kill heart slow composed decades raw flow lost skill cost though tongue got four blades like quattro sparks war mode offs foes like dog swollen parvo barked hard jaw broke host talk show narcissistic marks get roasted dark smoke speech shocks like hot grease pot least drops secretes enough heat leave potholes street top hundred years later heat stops properly clean leaks need thousand square feet mop im smoking brains open flame steam im throwing pain beams make novocaine scream im lynching throw speed lincecum interim ones even allowed think vision mention dont mic device flow spawned robotic protons let remove whole arm like voltron hard granite hand gets fist becomes expansive speak rapid vocals transmit marvel syntax gambit ran ethereal telephone ringing span planets answer soon make mad try bad guy ima pass snatch hide inside flash drive known speak fast gazelle feet release words excrete kind discharge snail leaks rain hail sleet scale beats reach rocket propelled peaks cant see feel like braille sheets moving force whale fleet swell cheeks twelve weeks tongue punctures lungs deeper nail cleats elite teachers prevail sweet completely delete keep border heaven hell meet methods extend far beyond weapons men heat pressure rap sheets registers measure ten hidden messages within word lessons skill kills time put end nonetheless im professor invented test consciousness got much compressed minute less happy say youre cast away captive k kidnapped tomorrow youre eternally trapped today time flies mixed made hard surmise hour wont even arrive misdirect seconds chronologic evil effects rewind time find week next notice threats exploded like loaded tecs holes solar plex stomach turns like roll decks throat injects mainstream artist spoken gangrene thats supreme left growth long planes wing back dropped top jagged rocks average flocks watch like magnavox shatter blocks ravage spots arrowbot whose past top piss astronauts massive shots im like two surgeons im paradox rotten rappers plot worse habit got oxygen longer option cabin locks stare dots till hair hot one savage plots knots soft fabric washed bag socks rock beat till cops retreat known block street drop heat even taser guns shocking im obviously elite compete jotted topics deep night finish writing clock sleep jabs raps great decapitate used rappers face neck massive space im half erased basket case styles gas place leave 98 day taste multiply bars rhymes see design write every line differently four times intellectual home terror zone baritone known circulate strong psychedelic pheromones shoot free throws globes bowl strikes frontal lobes compose make hundred robed scholars look like one year olds stunning flows hold tonne right handed atomic blows medics dont know keep holes stomach closed grasp ideas take five years senses work reciprocities ears see eyes hear twisted even love hated insatiably ate weeks im crazy braverys afraid barricade back house ill reaching keyholes snatching multiple styles left toxified throat fried planets diameter standing sides surprise go harder guys flow hes lifeless wont stop ghost dies super speed letter monster im reading aloud fifty thousand words minute teleprompter dominate skill preponderant sun lit lunged tonne spit encompassed fun thats nonsense honest accomplishment velocity im coming prominent speedometer vomited never seeking glamour get deep grammar slam words face like teeth hammer regardless claws cleaner internal bars meaner scar large arena somewhere argentina walk path pacifist acid fiend blast gasoline film watch plasma screen writing past supreme flow tactics baffling last seen mile abilene vast ravine watch known cats recycle clone raps architected hard digital dome slap phone apps slaughter every name rhyme list explosives dozen roses guess could say killed kindness", "Gotcha Name On A Bullet": "house k rino chillin eighteen hardest emcees ay dilemma aint spirit ima leave yall whatever yall wanna im holla buck buck pulled motherfucking microphone name bullet dome thats like mind blown thoughts turn deep interrupting sleep oh shit try make go crazy cant get caught slipping hoes got fade ghetto packing tec step got wreck fucking complex flex hand dickies reaching gat pull trigger dome stop dead tracks homicide homicide paranoid death eyes wonder yell penmanship contains high tech grammar gifted birth therefore land rhyme like jet runway come time launch land burst expaaaaansion fun done right suckers need learn write dont bite im talking light black still fact black crews crack rules paid dues like skills im still dope holocaust musical scientist rap addict really dont matter suckers start tripping put clip 9 mouth flapping yapping like im busting caps half brain covered razor blades aint shit bet death came back hit mmmm got pissed would call shit soft snatched mic hard ripped motherfucking wrist summon thunderstorms flow im feeling property damages estimated twenty million piece beast within release sun rose west followed traveling east metaphysical brain indivisible body inside soul makes invisible take punches hell dont hurt bad section forever kicking crazy shit real locs street police couldnt fade bitch ace man e q u e bumping gums g look k rino pull black book wooh thats fire fuck lets throw cookout whats gonna mesquite hickory put nuts suckers chin know dickll nowhere run got name bullet beam placed forehead relax pull dbx dope lyrics come get fix step cause done stepped shit uhhhhh many ways execute blindfold ruff eyque shoot dont wanna witness mass murderer shit shoot blast hurt ya eat earplugs gargle hard hat time put work never parted whats name mike joe fred find paramedics gonna call dead somebody please come verify remains whatever experienced terrified deranged used blood clot eyque go bullets touch ass go ooh ooh hot ooh ooh hot comes brain comes brain comes brain comes brain neurotic psychotic brain dead sagely insane deranged step forward strange mental asylum listen close hear soul screaming lies within unknown black holes leaving therell remains corpses carcasses eternal darkness like spell cast last thrashed mutilated devastated terminators annihilations completed realm death proceed caution danger chose step mind torture chamber nigga lee group known spc niggas didnt know em ima clown em let fuck around em bust fucking sound em time pop joints cop punks stop ones throw lyrics hard enough drop punks weak shit hella youll save shit pigeons say cant flow well heres motherfucking smidgen sit get riff sound ah sound crunk aim whos nigga trigger pull buck em fuck em names bullet psychotic son bitch motherfucker without mind hey niggas dying long got 9 zero ya kevin king nigga heart kevin king brother start k rino dont know suspect pearl homes never gave damn put like like fuck fucked niggas getting bucked bitch running punk shit yo wanna fuck youll fucking spc huh dont wanna step got name bullet bullet equals death got name bullet bitch aint forgot shit said nigga yous snitch see chores life goes feel good wasnt victim chrome dont celebrate mind state aint settled cause might meet devil thats taste heart aint shit punk ass life waste blood coming pore fucking never know whats store dealing x man whos known check bitch 1 87 fuck snitch yall fools boy ay got nine go though yall dont go nowhere yall sit listen song grimms got running got mess shots sks get hot em flesh thinking first finna kick verse thatll make matter worse cause wanna know real deal looking like couldnt brown boy got grill peeled coming weekend cant quit shoulda blunder instead dead pero big nigga 285 61 grudges made lot grudges broke murder one weighs ton im sipping im knocking hoes one one aint love bitch trust little trust therefore im next nigga bust cap young brother making take long nap laying back miss family perhaps murder one wrong man look take care business damn fool gotta names bullet step motherfucker watch big nigga pull motherfucker klondike kat gives birth verse fetus elitist one beat us may even attempt repeat us theyre turkeys gobbling blood thirsty cheetahs speaking blood thirsty kick door bust two bitch demand youre worth key mf setting roadblocks obstacles cant see verbal attack blind side cause im lighter shake fitted graves styles made one swing blade left headless fade john engraved every hollow point 4 4 trigger gram front door name bullet hole slash crossed ass hollow cause devil aint gon spend name aint rallo ima follow punk ass death murder lead nigga please beware tech 9s coming like death prayer best coming even score kill bitch cause store tricks shit tongue twist get fixed hole shit feel wanna click wait cause might fuck around slip hands allstate tech 9 bitch im long ranger hoe step get teched im gun slinging tonto 10 4 get buddies holla tech 9 nigga siege spc lifer type nigga dont give fuck gotta buck im gotta buck ya 9mm know wont miss two shots dome fuck aiming boy black aint motherfucking punk nigga gun see heading trunk im steady hitting backstreets keep paper stacked slanging big crack hittin 2 11 jacks ever heard killer aggravated fool plus unknown cap peeler add shit cause im ruthless game im parole thats bullet got name bitch son take depths hell adventure park real niggas dwell take look scope see youre blurry take focus many chosen survive cant see get keep youll witness death become statistic one shelf third point draft pick psycho fanatic hearing voice another dope track shit im constantly active niggas hood asking lick shot ima pull trigger til see bodies drop another bloody sucker added murder scene another empty clip glock 19 im thoughts motherfucking homicidal action never leaving house without gat cause jacking said wanted folks niggas came multitude shots left wig splitted im run motherfucking murder cause leaving house without gat something thats unheard im coming streets h u n braking niggas half blast mac 10 im waking morning thinking shit ima today live see another day grab ak headed door bitches cannot trick motherfucking thug im street thang selling caine never wanted im loyal game kicking funky shit motherfucking niggas step vans youre making mad turn killa nothing murder murder nigga thats said chrome dome light thats infrared see put ground taking people back earth aint way walk talk thats bugging aint way looking upon society little surviving boastings talking head wont come equipped brick dont slip keeping family fed never giving fuck pumping ass 9 make understand ass man defended mine usually pistol packing watching blood spill cause need hot meals gon pay bills whatchu gon weekly long insane membrane grab nuts mind long gone nigga never gave fuck glock uh im one thatll fuck talk uh better moving im coming equipped pistol grip uzi never giving fuck got glock ima use empty clip im creeping throwing sign cause im hoover heard flipping dipping squares im fried doobie ill damned dont get nigga full music bubble quake taking shit name bullet bah bah bah spc house forever ah aaaa praises due allah peace", "Duality": "wondering would like rap partner decided separate split chromosome theres two world gonna let introduce yall new rap group cmon tell one us like best ha ha whoo lets go magnetic reversal makes earthly roads flip control cold drifts across whole planet poles shift prophecy explorer read torah release aura core mind sparks fluorescent aurora well try columbian neck tie ideas fly electrically charged metallic ions comes stopping youll optionless left ominous documents inscripted top sarcophagus yeah even coldest polar days wear solar rays bottom feet like roller blades fetal stage wrote page outrun heat loaded gauge methuselah like older age crack codes intergalactic back roads sliding head souls deepest black hole bat pole tryna learn write might burn like microwave type perm split term discerning hyper life germs im writing scriptures within send richters ten pen allows draw pictures wind got photographic visualization instantaneous memorization difficult chemical equations time existed zero digits people witnessed acts scientific pre neolithic geophysics bombed temple couple miles past hubble came stubble gaseous elastic bubble well speak unshakable certainty birth first words left earth landed mercury perfectly come wont seen exclusively ill group three man see dude used future winter make summer come common bond night shyamalan comes paranormal mic phenomenon ill collar bite swallow physiologically knowledgeable could probably move follow escape youll navigate space instance eight solar systems away might safest distance dance heavenly mansions visually calculate many times hour fan spins appear coat cashmere im casting fear like bats appear half year practice cracking atmosphere offer glass beer ill shoot toxic gas last sun passes grass clear would question relevance im wearing titanium helmets prevail warlock spells elements move freely evolution species radio frequencies tvs throughout history could see thought growth exceeds average trees ill travel past seas massive speeds read faster magic rabbits breed splitting tough decision drop makes collision thatll give cyclops double vision soon hes placed tomb rewind doom eulogy inside funeral room moment right mortal flesh consumed back final oxygen intake facing moon previous decades returns womb nine months reverse back reproductive vacuum passing theologians separating sperm ovum making return indulgence paternal hosting goes brain close put needle lobe extract unborn soul leave frozen much whole earth cold words advanced 20 million years unwritten verse old read scroll get agitated impede roll implodes torso inside needle hole rap pops like straps chop mcs waist legs drop youll hand hold ya laptop im knowing 8 wraths spacecraft great staff begin sail universes unsafe paths take baths radiation base draughts mindstate capacity vast could recreate mass thought born nothing harm dont understand magnitude torment took form dare deal labyrinth characters killed got captain america shield wear field move rate great time warp fracture break show place early im actually late activate velocities one impede rapid pace usually get back leave cranial lab made titanium slabs flaming paragraphs travel intravenous paths vocal 30 awg place worst spot words split rock church lot 99 blocks first shot know pretty good maybe go head stay one spread take one side universe take nah aint gonna like", "Lifting the Veil": "go deeper veil ignorance lifting veil truth never ever fail lift veil uncover facade best question person ask god right minute im speaking doubts gods existence identity whereabouts lifes purpose universe functions eons god hid amongst men confusion set many years man developed philosophies ideas creator came without scriptural evidence verify claims devils could wickedly arise aims realized truth intentionally exercised change time holiness stripped took gods word always form book laws wisdom always told prophets originally placed scroll wanted read came looked eventually compiled book form variations came translations greeks knew original tongue scriptures came hebrew foundation christianity drawn greek translation known septuagint word meaning seventy number taken 72 scholars work translating different interpretations served deterrent multiple versions predated current bishop bible geneva bible matthews tyndale wycliffe 1382 vulgate martin luther even version old testament worded german 1500s let known latin version 400 bc st jerome many got hold word mishandled got hebrew original manuscript confusion whether use old one new one question many choose true one years ago eluded fact catholic bible seven extra books included let list em might dispute 1st 2nd maccabees ecclesiastics tobit judith baruch wisdom solomon dismissed thats went 73 66 contradictions started landing man began change gods words lean towards understanding modern day idol worship rules mainstream christianity christ teachings thing ruler constantine became christian made men combine religious principles ways pagans holidays like easter based phrase jesus died rose grave three days died friday untrue rose sunday would make two celebrate birth december call immaculate read scriptures timelines inaccurate see shepherds dont flocks winter proves christ born december see jesus 33 half killed murder took place passover meal passover march april fact 33 one half year lets count back see half years 6 months subtract told ya 6 months march april september october truth many died others bled jesus rabbits colored eggs see pagans ritual spring time came around women painted bodies hid till found homosexual men hid whoever found sex act chose jesus name lies bred tradition passed thats reason hide eggs true day somethings unclear easter fall different day every year thanksgiving pilgrims wicked criminals tricked indians killed em love chris columbus friend ya left europe got lost thought india 63 years later africas infiltrators motherland invaders american slave traders devious thieves came africa seize us transported blacks ship named jesus across atlantic made stops caribbean depicted jesus image blond european conniving conditioned minds put lies revelation 114 clearly describes wont close till lies exposed cia fbi knows ufos see claim conspiracy mock presented truths go research evidence documented proof find em bible prophets know book ezekiel wheel saw government knows theyre real rarely surfaces importantly know real purpose economy falling people tricked government calamities plays part gods judgment end real truth never curtailed facts get covered lifting veil ha ha ha come lifting veil veil ignorance study learn truth dont take people say face value research yeah know taught like life know mama said know didnt give school elementary middle school high school college even church mean get knowledge dont afraid challenge preacher teacher ask questions read learn history true history oh yeah theres man names elijah muhammad check ha ha ha might learn something", "Valley of Decision": "im spiritual prison day ive arisen vision internal god satan collision fight win took place within whoever submit would ultimately choose would send stood motionless approaching comatose ness openness could hope wish sanity awoke im coping possibility making wrong choice reason rejoice heard satan speak voice love dont think everything meant since day one remember happiness sent days provided ways cash pay rent things meant prevented lent tempted let worldly elements affect things prevented done protect expect make mistakes call wont neglect follow ill eject secular ways resurrect know ill follow god power done seen yeah hear mouth profess dont really think mean claiming religion seem say got offer always leaning way thats good question see god like still im one deep sometimes abstract harder take concrete talk faith one thing want feel like sun beam key part faith son believing unseen mean let explain k rino believe brain ever seen understand yeah hit cant see dont mean aint wit let jump nonsense yall analyze much feels better things visualize thing touch already know business step zone ill award lustful things hell never condone haha reminds dolemite movie make deal end goin im caught two forces trying actively peruse confused whos truly loaded tools rule already rule wont admit think things gave fun together lets end discussion wait minute k think pain repercussions problems caused people trouble got hard saved life fixed situation thats right son come ill show real wealth bowing entity thats lower yeah makes sense ill follow made right choice wont regret hold god whats matter voice oh im little hoarse son debating god hoarse wait minute tricked man satan deceived brought make follow wrong yeah voice thought god really voice along well thats case didnt know god still bless means god speaking voice try test guess least im hoping thats way gotta necessarily actually k voices awww man done accidentally condemned soul gave evil knowing aint even roll yeah sin love god thats submit know son thats came get hold see im getting confused im real god test son made know aint another trick say true claimed satan lost power never case made hard god posing satan imitation god acting like satan thats deep im glad never cause real devil always shoulder remember every single trial put valley decision would", "Deprogrammed": "pondered thought evolving artist inside office meditating darkness uncomfortable pounding hitting chest patient walked sitting desk thought reached height room became bright stood slapped turning light told seated started explain negative influences targeted brain ratchetness defeated ability fight know atrocious somehow ive grown like one minute deciphered symptoms shut listen youve poisoned conditioned audio repetition media false religions visual exhibitions medicine sickness requires prescription opened cabinet container revealed told still lay back take pill tryna im going deprogram going im going deprogram let go cant stand doctor damn youll thank im let deprogram obvious mind rejecting cause choking three seconds took body started convulsing ive years im trained im novice recognized quickly exorcism progress process wasnt clean harder redeem one extreme cases id ever seen expected little resistance never rejecter hooked brain thing showed thoughts projector screen every idea dream ever dreamed told secretary jean bring nectarine ate sat back let method take course rewound back eventually landing source needle spiked hard got anxious saw dangerous language came subconscious chambers initiating gradual changes rendering brainless power blew shorted main switch tryna im going deprogram going im going deprogram let go cant stand doctor damn youll thank im let deprogram maintenance coordinator powered generator placed great situational simulator filled conscience beneficial nonsense featured good evil monitored responses weaker content vessel paraded anything positive regurgitated leaned table scream dont let break fake music specially designed overtake superficial nature garbage revealed audio mirage stuff even real spell sent keep true potential basement demented strategic radio placement thought would get better saw chances started yelling turn funny dances seemed getting worse came hollered intern come help restrain would die couldnt stop ignorance reigning clock ticking two minutes remaining save racing gave indication track records impeccable ive never lost patient failure never knew second pressure grew came conclusion one thing left hes nearly vegetable handle directly laid table next told intern connect effectively inject intellect till stable similar car batteries connected jumper cables didnt work would lose brain fluid intern said please dont said shut plugged try sparks flew wires lights flicking offthe room fire purple communication non verbal screen said total completion transferral course ran thorough something still concerning silence us laid motionless gurney patients eyes opened sun beamed window team started removing chords temples raised said healed methods proven waited respond still wasnt moving entertained thought let tactics break everything power resuscitate one read bible laid idle multiple devices used check vitals shocked medicated still wasnt recovering worked bring back whole hour still nothing grateful sacrifice devotion drove 700 miles placed ocean floated sea cried started grieving stayed entire evening said words leaving travelled home mourning demise doctor returned facility empty lockers came back building walked inside nearly lost looked hall saw watching tv office drinking cup coffee relaxed trying chill patient tried hug handed bill everyone like thought suffered sure disaster said yes know thats youre students im master get back work"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/kanye-west.json b/lecture/lecture-9/rappers/rapper-data/kanye-west.json new file mode 100644 index 000000000..f17deaa78 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/kanye-west.json @@ -0,0 +1 @@ +{"Mercy": "well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay drop floor make ass shake woah make ground move thats ass quake built house ass thats ass state roll roll roll weed thats ass tray say ye say ye dont every day day work long nights long nights get payday finally got paid need shade vacay niggas still hatin much hate need ak paris yeah im perrierin white girls politickin thats sarah palin get get get get get gettin hot californicatin give cause thats born raised okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe believe believe yuugh prime time top back pimp game ho im red leather cocaine im rick james ho im bill droppin ms pac man pill poppin ass ho im poppin blue dolphins need two coffins want heel money need bill money take time counts weighs thats real money check neck check wrist heads turnin thats exorcist audemars like mardi gras thats swiss time thats excellence two door preference roof gone george jefferson white frost pound cake duncan hines irrelevant woo lambo murcielago go wherever go wherever go pronto like okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe believe well weepin moanin gnashin teeth dancehall teeth gwan rub pon dem gums cuh time comes sound champion sound bugle blown fi many times still one time left cuh amount stripe weh deh pon shoulder let suicide doors threw suicides tour bus threw suicides private jet know mean im fly death step def jam buildin like im shit tell em gimme fifty million ima quit rappers taste level aint waist level turn bass til yo face level dont press get press kid plus yo bitch make bitch look like precious somethin bout mary gone molly whole party melting like dali everybody movin body dont sell apartment ill move lobby niggas loiterin feel important gon see lawyers niggas jordans okay catch campaign coupe color mayonnaise im drunk high time drinkin champagne airplane spit rounds like gun range beat like rampage hundred bands cut girl girl need band aid grade a1 chain color akon black diamonds backpack rhymin co signed louis vuitton horsepower horsepower polo got horsepower pound cost four thousand make rain want showers rain pourin cars foreign broads foreign money tall like jordan okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe believe believe well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe believe believe", "Father Stretch My Hands, Pt. 1": "youre power youre power youre power youre power oh oh oh father beautiful mornin youre sun mornin babe turn nothin unwanted turn beautiful mornin youre sun mornin babe dont turn nothin unwanted help know stretch hands wanna feel liberated na na na turn wanna feel liberated na na na turn ever instigated sorry dont turn tell could relate help know stretch hands fuck model bleached asshole get bleach shirt ima feel like asshole high met tribeca shell get skin let shell get skin dont even wanna talk dont even wanna talk dont even wanna say nothin everybody gon say somethin id worried said nothin remind know lookin like owe somethin know want wanna wake beautiful mornin youre sun mornin babe turn beautiful mornin nothin unwanted turn beautiful mornin youre sun mornin babe dont turn nothin unwanted help know stretch hands wanna feel liberated na na na turn wanna feel liberated na na na turn ever instigated sorry dont turn tell could relate help know stretch hands", "Monster": "shoot lights hide til bright oh another lonely night willing sacrifice life bitch im monster good bloodsucker fat motherfucker look whos trouble run jungles hear rumbles kanye west samples heres one example gossip gossip nigga stop everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands concert profit profit nigga got everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands uh best living dead hands huh less talk head right huh eyes red devil im bout take another level bitch matter go get aint nobody cold rap track triple double assists focus stayin bogus shit arguin older bitch actin like owe shit heard beat raps gave track pain bought chain always give back pain fucking money yeah act sane chi nigga hoes love accent chick came said number dial wanna make number one number two mix goose malibu call malibooyah goddamn yeezy always hit em new style know motherfucker well gon whatever wanna gosh cool know im gonna ah new think motherfuckers really really need cool cause youll never get top mami best advice get top ever sex pharaoh ah put pussy sarcophagus claiming bruised esophagus head class swallowship im livin future present past presence present kiss ass gossip gossip nigga stop everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands concert profit profit nigga got everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands sasquatch godzilla king kong loch ness goblin ghoul zombie conscience question things common everybody knows im motherfuckin monster conquer stomp ya stop silly nonsense nonsense none niggas know swamp none niggas seen carnage ive seen still hear fiends scream dreams murder murder black convertibles kill block murder avenues rape pillage village women children everybody want know achilles heel love dont get enough get vampires bloodsuckers see niggas made millionaires millin spillin feelings air see fake fucks fangs tryna draw blood ice cold veins smell massacre seems way back bastards gossip gossip nigga stop everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands concert profit profit nigga got everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands pull monster automobile gangsta bad bitch came sri lanka yeah im tonka color willy wonka could king watch queen conquer okay first things first ill eat brains ima start rocking gold teeth fangs cause thats motherfuckin monster hair dresser milan thats monster monster giuseppe heel thats monster shoe young money roster monster crew im bank funny face im fake aint notice cause money aint let get straight wait im rookie features shows ten times pay 50k verse album yeah moneys tall barbies got climb hotter middle eastern climate violent tony matterhorn dutty wine wine nicki titties sign thats niggas one track minded really really dont give f u c k forget barbie fuck nicki sh shes fake diet pockets eatin cheesecake ill say bride chucky childs play killed another career mild day besides ye cant stand besides think menage friday pink wig thick ass give em whiplash think big get cash make em blink fast look saw live ah im motherfuckin monster crossed limelight ill ill let god decide wouldnt last shows headed home crossed limelight ill ill let god decide cide wouldnt last shows headed home crossed limelight ill ill let god decide cide wouldnt last shows headed home", "Ultralight Beam": "dont want devils house god want lord thats hallej hand satan jesus praise lord hallelujah god dont want devils house god want lord thats hallej hand satan jesus praise lord im tryna keep faith ultralight beam ultralight beam god dream god dream everything everything deliver us serenity deliver us peace deliver us loving know need know need know need thats need oh pray paris pray parents god dream god dream god dream ultralight beam ultralight beam god dream god dream everything everything im tryna keep faith im looking somewhere feel safe end holy war im tryna keep faith send oppression blessings oh whyd wrong persecute weak makes feel strong dont much strength fight look light make wrongs turn right head high look light hey cause know youll make everything alright know youll take good care child oh longer afraid night cause look light come shield name field questions feel pain one judge dont dont know dont know foot devils neck til drifted pangaea im moving family chatham zambia treat demons like pam mean fuck friends damn gina way since arthur anteater wanna hit woo wap bam tryna snap photos familia daughter look like sia cant see feel lyrics spirit coming braille tubman underground come follow trail made sunday candy im never going hell met kanye west im never going fail said lets good ass job chance 3 hear gotta sell snatch grammy lets make free bars hard aint one gosh darn part cant tweet part nobody else speak part nobody else speak little light mine glory god yeah ima make sure go cant go dont wanna ride ima still give em raincoats know god said made first rainbow throw end im late intro ugh im fun know nigga lost laugh head cause bet ex looking back like pillar salt ugh cause theyll flip script ass like wesley spike cannot mess light look lil chano 79th ultralight beam ultralight beam god dream god dream everything everything im tryna keep faith im looking somewhere feel safe end holy war father prayer everyone feels theyre good enough prayers everybody feel theyre messed everyone feels theyve said im sorry many times never go far cant come back home thats need faith safe war", "Bound 2": "b b b b bound fall love bound fall love uh huh honey niggas lame know real nigga hold sposed drown bound fall love b b b b bound fall love uh huh honey doin club thursday say girl birthday ordered champagne still look thirsty rock forever 21 turned thirty know got bad reputation walk around always mad reputation leave pretty girl sad reputation start fight club brad reputation turnt nightclub basement ill turn plane around ass keep complainin gon mad vacation dutty wining round jamaicans uh prom shit dont tell mom shit red cup lawn shit got fresh cut straight salon bitch know youre tired lovin lovin nobody love nobody nobody close eyes let word paint thousand pictures one good girl worth thousand bitches bound bound uh huh honey wanna fuck hard sink give somethin drink step back cant get spunk mink mean damn would jeromey romey romey rome think hey remember first met okay dont remember first met hey admittin first step hey know aint nobody perfect know hoes got worst rep hey backstroke im tryna perfect hey ayo made thanksgivin hey maybe make christmas asked wished wishlist ever asked bitch bitches maybe could still make church steps first gon remember forget long ass verses im tired tired jesus wept know youre tired lovin lovin nobody love nobody nobody grab somebody leavin party nobody love nobody nobody uh huh honey jeromes house watch mouth jeromes house watch mouth bound fall love bound bound fall love bound uh huh honey", "New Slaves": "chill chill chill chill chill chill chill chill chill chill chill chill mama raised era clean water served fairer skin doin clothes woulda thought help wasnt satisfied unless picked cotton see broke nigga racism thats dont touch anything store rich nigga racism thats come please buy want bentley fur coat diamond chain blacks want things used niggas everybody playin spendin everything alexander wang new slaves see leaders followers id rather dick swallower see leaders followers id rather dick swallower throw maybach keys wear heart sleeve know new slaves see blood leaves see blood leaves see blood leaves know new slaves see blood leaves throwin hate want stay ease fuck corporation yall niggas cant control know new slaves know new slaves im bout wild fuck im goin bobby boucher know pussy aint free niggas pussy aint yall throwin contracts know niggas cant read throw maybach keys fuck cest la vie know new slaves yall niggas cant fuck yall niggas cant fuck ye yall niggas cant fuck ye ill move family country cant see stay go grab reporters smash recorders see theyll confuse us bullshit like new world order meanwhile dea teamed cca tryna lock niggas tryna make new slaves see thats privately owned prison get peace today prolly hamptons braggin bout made fuck hampton house ill fuck hampton spouse came hampton blouse hampton mouth yall bout turn shit im bout tear shit im bout air shit fuck gon say wont end high time long long long cannot survive im dyin cant lose cant lose cant lose cause cant leave lets get high get high high high ooh hoo hoo hoo woo yeah h h h high h high high high high high igh high high h high igh yeah high high igh egyszer nap ugy elfaradt elaludt mely zold olen az embereknek fajt sotet megsajnalt eljott kozenk", "Blood on the Leaves": "strange fruit hangin poplar trees blood leaves need clear mind racin since summertime im holdin summer want cant buy cause aint got money right told wait yeah told wait ima need little time cause aint got money right thought could wait yeah thought could wait bitches surroundin want something talk would lost without couldve somebody thought youd different bout know lets get couldve somebody stead tell somebody lets take back first party tried first molly came body came body running naked lobby screamin love limelight tore ya limelight stole ya remember young would hold blood leaves know aint wrong something strange happenin couldve somebody couldve ugh couldve somebody first party tried first molly came body came body call lawyers tried destroy us gon lie lawyer like dont even know ya gotta bring back nolia fuck niggas cause im niggas fuck niggas cause im niggas fuck niggas cause im niggas ride niggas id die second string bitches tryin get baby tryin get baby talkin crazy dont give damn used talk jay z aint beyonce need stop actin lazy instagram like badbitchalert instagram watch like madrichalert wanna see ass reverse two thousand dollar bag cash purse sittin courtside wifey side gotta keep em separated call apartheid said pregnant ated thats night heart died gotta go tell girl report main reason cause pastor said cant abort driver say new benz cant afford cocaine table cant snort go money court got alimony uh yeah yeah got homie yeah til death part uh unholy matrimony summer night holdin long long din long waiting summer rose breathe breathe breathe breathe breathe breathe live learn live learn livin livin like im lonely lonely lonely livin livin live live", "Black Skinhead": "theme song leather black jeans means pardon im getting scream enter kingdom watch bring home see black man white woman top floor gone come kill king kong middle america packed came see black skin number one question theyre askin fuck every question askin dont get ran catholics come conservative baptists claiming im overreactin like black kids chiraq bitch four mornin im zonin say im possessed omen keep 300 like romans 300 bitches trojans baby livin moment ive menace longest aint finished im devoted know know follow cause shit bout go im 500 im outta control theres nowhere go theres way slow knew knew past wouldve blacked ass four mornin im zonin say im possessed omen keep 300 like romans 300 bitches trojans baby livin moment ive menace longest aint finished im devoted know know stop coon shit early morning cartoon shit goon shit fuck whole afternoon shit im aware im wolf soon moon hit im aware im king back tomb bitch black room bitch stop coon shit niggas aint doin shit niggas aint doin shit come homie happened niggas aint breathin gaspin niggas aint ready action ready ready action action four mornin im zonin think im possessed omen keep 300 like romans 300 bitches trojans baby livin moment ive menace longest aint finished im devoted know know follow cause shit bout go im 500 im outta control theres nowhere go theres way slow knew knew past wouldve blacked ass god god god god god god god god god god god", "Runaway": "look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya always find yeah always find something wrong puttin shit way long im gifted finding dont like think time us toast lets toast douchebags lets toast assholes lets toast scumbags every one know lets toast jerk offs thatll never take work baby got plan run away fast find pictures email sent bitch picture dick dont know females im good shit see could good girl still addicted hoodrats blame everything least know thats im good always find yeah always find yeah always find something wrong puttin shit way long im gifted finding dont like think time us toast lets toast douchebags lets toast assholes lets toast scumbags every one know lets toast jerk offs thatll never take work baby got plan run away fast run away baby ah run away run away baby run away starts get crazy run away babe got plan run away fast run away baby run away run away baby run away starts get crazy cant run away baby got plan run away fast twenty four seven three sixty five pussy stays mind alright alright admit pick next move could leave live ichabod crane motherfuckin top split go back wearing knockoffs haha knock neimans shop lets talk mai tais waitress top hoes like vultures wanna fly freddy loafers cant blame em aint never seen versace sofas every bag every blouse every bracelet comes price tag baby face leave cant accept basics plenty hoes baller nigga matrix invisibly set rolex faceless im young rich tasteless p never much romantic could never take intimacy know damage cause look eyes killing guess knew advantage cause could blame everything dont know ima manage one day leave always find yeah always find something wrong puttin shit way long im gifted finding dont like think time us toast lets toast douchebags lets toast assholes lets toast scumbags every one know lets toast jerk offs thatll never take work baby got plan run away fast", "All Mine": "yeah supermodel thick damn ass bustin bottom ima lose mind crazy medulla oblongata get rubbin lamp get genie bottle fuck fuck pussy good go n back pipe ima pipe make mine done fell love juicy thing make pussy sing one time baby big make cry come boohoo shit yeah supermodel thick damn ass bustin bottom ima lose mind crazy medulla oblongata get rubbin lamp get genie bottle pull kerry washington thats gon enormous scandal could naomi campbell still might want stormy daniels sometimes gotta bag boss call takin corey gambles find food court might enjoy sample thots christian mingle almost got tristan single dont ball like kobe guarantee bitch gonna leave ayy time extremely valuable prefer waste girls thats basic thats ye shit right lets want lets threesome blunt love titties cause prove focus two things yeah supermodel thick damn ass bustin bottom ima lose mind crazy medulla oblongata get rubbin lamp get genie bottle get genie bottle let hit raw like fuck outcome ayy none usd without cum ayy aint income ayy ayy let see go ahead spend ayy drivin round dri fit ayy ima think type dry snitch hm mhm see pull three stripes ayy ayy ima fuck around make bitch yeah supermodel thick damn ass bustin bottom ima lose mind crazy medulla oblongata get rubbin lamp get genie bottle get genie bottle"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/kendrick-lamar.json b/lecture/lecture-9/rappers/rapper-data/kendrick-lamar.json new file mode 100644 index 000000000..3d5862c42 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/kendrick-lamar.json @@ -0,0 +1 @@ +{"HUMBLE.": "nobody pray day way ayy remember syrup sandwiches crime allowances finesse nigga counterfeits im countin parmesan accountant lives fact im downin dusse boo bae tastes like kool aid analysts girl buy ass world paystub ooh pussy good wont sit taste bloods get way petty let extras pull block break playin tetris pm pm funk piss per diem gotta hate em funk quit bm still ride mercedes funk quit season still greatest funk left stroke went viral right stroke put lil baby spiral soprano c like keep high note levels know bitch humble sit humble sit humble bitch sit humble sit humble sit humble sit humble bitch sit humble sit nigga thinkin frontin man man get fuck stage im sandman get fuck dick aint right make play fucking whole life im fuckin sick tired photoshop show somethin natural like afro richard pryor show somethin natural like ass stretch marks still take right mamas couch polo socks ayy shit way crazy ayy amaze ayy blew cool ac ayy obama paged ayy dont fabricate ayy yall fakin ayy stay modest bout ayy elaborate ayy grey poupon evian ted talk ayy watch soul speak let meds talk ayy kill nigga wont alcohol ayy im realest nigga bitch humble sit humble sit humble bitch sit humble sit humble sit humble sit humble bitch sit humble sit", " m.A.A.d city": "pirus crips got along theyd probably gun end song seem like whole city go every time im street hear yawk yawk yawk yawk man nigga fuck know nigga grandma stay huh nigga maad city run nigga brace ill take trip memory lane rap im slingin crack move cocaine cul de sac plenty cognac major pain drill sergeant stress weighin brain l boog yan yan yg lucky ride rosecrans got ugly wavin yo hand window check uh warriors conans hope euphoria slow dance society driver seat first one get killed seen light skinned nigga brains blown burger stand beep hang tape recorder sayin ever since day lookin different back nine joey packed nine pakistan every porch fine adapt crime pack van four guns time sliding door fuck fuck shootin aint walkin fuckin punk pickin fuckin pump pickin suckers suck dick die sucker punch wall bullets comin aks ars ayy yall duck thats momma said eatin free lunch aw man goddamn hell broke loose killed cousin back 94 fuck yo truce crawl head noose wind dead news aint peace treaty piecin bgs pre approve bodies top bodies ivs top ivs obviously coroner sheets like isleys hop trolley make sure colors correct make sure youre corporate theyll callin mother collect say governor collect taxes except traffic tragic happens shit aint threat movin backwards suggest sleep tec go buy chopper doctor speed dial guess maad city man nigga fuck know nigga grandma stay huh nigga maad city run nigga pirus crips got along theyd probably gun end song seem like whole city go every time im street hear yawk yawk yawk wake yo punk ass aint nothin compton thang g yeah real simple plain let teach lessons street hood aint nothin compton thang g yeah fresh outta school cause high school grad sleepin living room mommas pad reality struck seen white car crash hit light pole two niggas hopped foot dashed pops said needed job thought believed security guard month ended leavin fact got fired cause inspired friends stage robbery third saturday clocked projects tore gang signs get thrown cocaine laced marijuana wonder rarely smoke imagine first blunt foamin mouth straight tweakin next weekend broke even made allegiance made promise see bleedin know reasons still never know life kendrick aka comptons human sacrifice g yeah cocaine weed niggas mixin shit since 80s loc sherm sticks butt nakeds dip make nigga flip cluck heads block shit one times crooked shit block nigga alondra rosecrans bullis compton im still hood loc yeah thats cool shit hood took follow rules yeah thats like grew hood bang niggas rep colors doin thang pass left smoke couple drive bys hood lately shit couple ivs fuckin spray shots crowd everybody ran crew im finna slay street life crave shots hit enemy hearts turn brave mount regulators whip boulevard pistol grip yeah trip hood still loc grab strap cause yeah real yeah deal outcome strap hand bird ten grands mothafucka stand told killed nigga sixteen would believe perceive innocent kendrick seen street basketball laters eat mentioned skeletons would jump seat would say intelligence great relief safe say next generation maybe sleep dreams bein lawyer doctor instead boy chopper hold cul de sac hostage kill em gossip children corn vandalizin option livin lie drown body toxins constantly drinkin drive hit powder watch flame arrive eye listen coward concept aim bang slide bitch deposit price head tithes probably go projects live inside belly rough compton usa made angel angel dust maad city compton nigga pass dot bottle damn aint one got fucked holdin niggas always actin unsensitive shit nigga aint word nigga shut hey dot good nigga dont even trip lay back drink", "Swimming Pools (Drank)": "pour head shot sit stand pass wake faded faded done grew round people livin life bottles granddaddy golden flask backstroke every day chicago people like way feels people wanna kill sorrows people wanna fit popular problem dark room loud tunes lookin make vow soon ima get fucked fillin cup see crowd mood changin minute record repeat took sip another sip somebody said nigga babysittin two three shots ima show turn notch first get swimming pool full liquor dive pool full liquor dive wave bottles watch em flock girls wanna play baywatch got swimming pool full liquor dive po pool full liquor ima dive pour head shot sit stand pass wake faded faded okay open mind listen kendrick conscience hear history kendrick know youre nauseous right im hopin lead victory kendrick take another one ima drown poison abusin limit think im feelin vibe see love eyes see feelin freedom granted soon damage vodka arrived capitalize parental advice apparently im influenced doin thought doin til someone said nigga babysittin two three shots ima show turn notch first get swimming pool full liquor dive pool full liquor dive wave bottles watch em flock girls wanna play baywatch got swimming pool full liquor dive po pool full liquor ima dive pour head shot sit stand pass wake faded faded ride ride bang one chopper one hundred shots bang hop bang two chopper two hundred shots bang ride ride bang one chopper one hundred shots bang hop bang two chopper two hundred shots bang nigga babysittin two three shots ima show turn notch first get swimming pool full liquor dive pool full liquor dive wave bottles watch em flock girls wanna play baywatch got swimming pool full liquor dive po pool full liquor ima dive pour head shot sit stand pass wake faded faded aw man takin takin life new appetite failure got hunger pain grow insane tell sound familiar youre like makin excuse relief bottom bottle greenest indo leaf window open release everything corrode inside see jokin laugh dont feel bad probably sleep never ever wake never ever wake never ever wake god trust thought enough stomped homie bitch k dot good blood drop ye drop back niggas straight man nigga aint trippin gon ol shit ima pop shots gon run gon run opposite ways fall right lap gon tear ass simple hope bitch set gon pop bitch wait hold ayy see somebody aha got niggas k dot good l good yeah blood im good dave good dave dave say somethin dave bitch ass niggas killed brother", "DNA.": "got got got got loyalty got royalty inside dna cocaine quarter piece got war peace inside dna got power poison pain joy inside dna got hustle though ambition flow inside dna born like since one like immaculate conception transform like perform like yeshua new weapon dont contemplate meditate fucking head put kids bed got got got got realness kill shit cause dna got millions got riches buildin dna got dark got evil rot inside dna got got troublesome heart inside dna win win like wimbledon serve yeah thats sound engine like bird see fireworks corvette tire skrrt boulevard know work know see yous yous yous bitch hormones prolly switch inside dna problem sucker shit inside dna daddy prolly snitched heritage inside dna backbone dont exist born outside jellyfish gauge see pedigree definitely dont tolerate front shit ive prolly offend paulas oldest son know murder conviction burners boosters burglars ballers dead redemption scholars fathers dead kids wish fed forgiveness yeah yeah yeah yeah soldiers dna born inside beast expertise checked second grade 9 cell motel didnt nowhere stay 29 ive done well hit cartwheel estate im gon shine like im supposed antisocial extrovert excellent mean extra work absentness fuck heard pessimists never struck nerve nazareth gonna plead case reason powers earth salute truth prophet say got loyalty got royalty inside dna say hip hop done damage young african americans racism recent years got loyalty got royalty inside dna live better life im rollin several dice fuck life got loyalty got royalty inside dna live fuck life 5 4 3 2 1 heritage im inheritin money power mecca marriages tell somethin mothafuckas cant tell nothin id rather die listen dna imitation dna abomination matrix dodgin bullets reapin sow stackin footage livin go sleepin villa sippin grammy walkin buildin diamond ceilin marble floors beach inside window peekin window baby pool godfather goals lord knows ive goin hammer dodgin paparazzi freakin cameras eat four daughters brock wearin sandals yoga monday stretchin nirvana watchin snakes curvin fakes phone never dont conversate dont compromise penetrate sex money murder breaks times level number 9 look sky 10 way sentence way killings way motherfucker got winners way aint shit without body belt aint shit without ticket plate aint sick enough pull aint rich enough hit lot skate tell destruction gonna fate gonna fate gonna faith peace world let rotate sex money murder dna", "Money Trees": "uh niggas tryna get ya bish hit house lick tell wit ya bish home invasion persuasive nine five know vacant ya bish dreams livin life like rappers back condom wrappers wasnt cool fucked sherane went tell bros usher raymond let burn came hot sauce top ramen ya bish park car start rhymin ya bish thing free mind freeze verse see dollar signs lookin like easy come ya bish silver spoon know come ya bish thats lifestyle never knew go reverend revenue go halle berry hallelujah pick poison tell doin everybody gon respect shooter one front gun lives forever hustlin day way way canals alleyways say money trees perfect place shade thats feel nah nah dollar might fuck main bitch thats feel nah dollar might say fuck niggas came thats feel nah nah dollar might make lane switch thats feel nah dollar might turn million rich thats feel dreams livin life like rappers bump new e 40 school know big ballin homies earl stevens us thinkin rational back reality poor ya bish another casualty war ya bish two bullets uncle tony head said one day ill tour ya bish louis burgers never louis belt never ease pain ima purchase day jerkin pull churchs pirellis skirtin gang signs window ya bish hopin em offend ya bish say hood pot gold gon crash nobodys home go halle berry hallelujah pick poison tell doin everybody gon respect shooter one front gun lives forever hustlin day way way canals alleyways say money trees perfect place shade thats feel nah nah dollar might fuck main bitch thats feel nah dollar might say fuck niggas came thats feel nah nah dollar might make lane switch thats feel nah dollar might turn million rich thats feel last one get dough way love one bucket headed hoes way hit streets break code way hit brakes patrol way last one get dough way love one bucket headed hoes way hit streets break code way hit brakes patrol way imagine rock projects niggas pick pockets santa claus dont miss stockings liquors spillin pistols poppin bakin soda yola whippin aint turkey thanksgivin homeboy domed nigga hope lord forgive pots cocaine residue every day im hustlin else thug eatin cheese government gotta provide daughter nem get fuck way bitch got drum got bands like parade bitch drop work bushes hope boys dont see stash tell truth last time might see ass gardens grass aint cut serpents lurkin blood bitches sellin pussy niggas sellin drugs good broken promises steal watch tell time take js tell kick footlocker streets heater dungarees dreams gettin shaded money tree go halle berry hallelujah pick poison tell doin everybody gon respect shooter one front gun lives forever hustlin day way way canals alleyways say money trees perfect place shade thats feel kendricks mom kendrick bring car back man called another appointment figured werent gonna back time anyways look shit shit wanna get house man man one feelin good motherfucker shit im tryna get thing goin bring car back shit faded feelin good look listen kendricks dad girl girl want body want body cause big ol fat ass girl girl want body want body cause big ol fat ass kendricks mom see high hell shit aint even trippin damn dominoes anymore bring car back kendricks dad somebody say dominoes", "XXX.": "america god bless good ya america please take hand help underst new kung fu kenny throw steak ark pool full sharks hell take leave wilderness sworn nemesis hell make take gratitude bet hell show somethin woah chip nigga lil bit nothin chip nigga lil bit nothin chip nigga lil bit nothin chip nigga throw blower lap walk court like bitch x rated johnny dont wanna go school mo mo johnny said books aint cool mo johnny wanna rapper like big cousin johnny caught body yesterday hustlin god bless america know love yesterday got call like dog like 101 said killed son insufficient funds sobbin mobbin way belligerent drunk talkin head philosophin lord done said k dot pray fucked day know anointed show overcome lookin closure hopin could bring closer spiritual spirit know better told cant sugarcoat answer feel somebody kill son mean somebody gettin killed tell love loyalty passion memories collected moments could never touch wait front niggas spot watch hit block catch nigga leavin service thats got chip nigga throw blower lap walk court like bitch aint black power baby killed coward cant even keep peace dont fuck one murder street bodies hour ghetto bird street paramedics dial let somebody touch momma touch sister touch woman touch daddy touch niece touch nephew touch brother chip nigga throw blower lap matter fact im bout speak convention call back alright kids gonna talk gun control damn place country sound drum bass close eyes look around hail mary jesus joseph great american flag wrapped drag explosives compulsive disorder sons daughters barricaded blocks borders look taught us murder street street back streets wall street corporate offices banks employees bosses homicidal thoughts donald trumps office lost barack promised never doubt america honest bask sin pass gin mix american blood bash crippin married blood ill aks oops accident nasty set us roll dice bet us overnight big rifles tell fox scared us gang members terrorists et cetera et cetera americas reflections thats mirror place country sound drum bass close eyes look ar", "Bitch, Don't Kill My Vibe": "sinner whos probably gonna sin lord forgive lord forgive things dont understand sometimes need alone bitch dont kill vibe bitch dont kill vibe feel energy two planets away got drink got music would share today im yelling bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe look inside soul find gold maybe get rich look inside soul find never exist feel changes feel new life always knew life dangerous say like challenge tell painless dont know pain paint picture color blind hangin fell face awoke scar another mistake livin deep heart wear top sleeve flick admit look like resent every making tell purpose petty even small lighter burn bridge even small lighter burn bridge feel changes feel new people around want famous see city found put stages thats amazin thats quick check disrespect let say sinner whos probably gonna sin lord forgive lord forgive things dont understand sometimes need alone bitch dont kill vibe bitch dont kill vibe feel energy two planets away got drink got music would share today im yelling bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe im tryin keep alive compromise feeling love youre tryin keep deprived co sign radio im lookin right past live world live world two different axles live world livin behind mirror know scared feeling feeling emotions inferior shit vital know shit vital know die pitiful vain tell watch chain way believable give feasible gain rather seasonal name ill let people know somethin blame remain stuck box ima break hide every lock ima break hide every lock feel changes feel new people around want famous see city found put stages thats amazin thats quick check disrespect let say sinner whos probably gonna sin lord forgive lord forgive things dont understand sometimes need alone bitch dont kill vibe bitch dont kill vibe feel energy two planets away got drink got music would share today im yelling bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe aint heard coast like long time dont see long line waiting kendrick like first fifteenth threes air see sync hide feelings hide feelings better ill take girlfriend put pussy pedestal bitch dont kill vibe bitch dont kill vibe walk door scream alive new years resolution stop pollution talk motherfuckin much got drink got music say bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe ayy k dot get car nigga come finna roll nigga got pack blacks beat cd get yo freestyles ready", "Poetic Justice": "every second every minute man swear get say bad bitch put hands high hands high hands high tell em dim lights right put mood im talkin dark room perfume go go recognize fragrance hold aint never gotta say shit uh know taste little bit hmm high maintenance uh everybody else basic live life everyday basis poetic justice poetic justice told flower bloomed dark room would trust mean write poems songs dedicated youre mood empathy theres blood pen better yet friends em really wanna know really wanna show fuck pour plenty champagne cold nights curse name called girlfriends yall curled little bitty range heard wanna go party wanna go party nigga dont approach atari nigga aint good game homie sorry say conversation rule nation tell could never right wrongs less write real ps get get get get know know know know know want poetic justice put song alright get get get get know know know know know want poetic justice put song alright really hope play cause ol girl test patience seductive photographs one vacations youve takin clearly lot take dont make sense young east african girl busy fuckin man tryna put game put plane take momma motherland could maybe one day figure youre gonna need someone figure alright city dont run come sound like poetic justice poetic justice new life goddamn got adjusted mean write poems songs dedicated fun sex natural hair soft skin big ass sundress ooh good god doin walk see thing move wish would fight less would talk say communication save relations tell never right wrongs unless write em real ps get get get get know know know know know want poetic justice put song alright get get get get know know know know know want poetic justice put song alright every time write words become taboo makin sure punctuation curve every letter heres true livin life margin metaphor proof im talkin poetic justice poetic justice told flower bloomed dark room would trust mean need hear love verb lookin mirror love verb lookin maybe call crazy insane fatal attraction common common pain mean need hear love verb see power steerin sex drive swerve want interference coherent hear uh huh thats heartbeat either caught called uh huh read slow youll find gold mines lines sincerely truly right go blind ps get get get get know know know know know want poetic justice put song im gon ask one time homie problem ayy sherane homie yo dont care nigga dont tell wrap im sorry hol hol hol gon like okay ima tell im okay gon tell okay grandma stay mama stay daddy stay okay enough talkin matter fact get van homie get car snatch motherfucker homie", "King Kunta": "got bone pick dont want monkey mouth motherfuckers sittin throne ayy ayy nigga whats happenin k dot back hood nigga im mad aint stressin true friends one question bitch walkin run game got whole world talkin king kunta everybody wanna cut legs kunta black man taking losses oh yeah bitch walkin run game got whole world talkin king kunta everybody wanna cut legs got yams yam power smell im walkin street dig rappin rapper ghostwriter fuck happened swore wouldnt tell yall sharing bars like got bottom bunk two man cell somethings water gotta brown nose gold id rather bum motherfuckin baller bitch walkin run game got whole world talkin king kunta everybody wanna cut legs king kunta black man taking losses oh yeah bitch walkin run game got whole world talkin king kunta everybody wanna cut legs got yams yam brought richard pryor manipulated bill clinton desires twenty four seven three sixty five days times two contemplatin gettin stage go back hood see enemy say bitch walkin run game got whole world talkin king kunta everybody wanna cut legs king kunta black man taking losses oh yeah bitch walkin run game got whole world talkin king kunta everybody wanna cut legs goat mouth mammyfucker gonna kill couple rappers everybodys suicidal aint even need help shit elementary ill probably go jail shoot identity bounce left stuck flag city everybodys screamin compton probably run mayor im done honest put momma baby boo twenty million walkin court buildin woo woo aw yeah fuck judge made past twenty five little nappy headed nigga world behind life aint shit fat vagina screamin annie okay annie okay limo tinted gold plates straight bottom belly beast peasant prince motherfuckin king bitch walkin gunshot time hear next pop funk shall within gunshot run game got whole world talkin king kunta everybody wanna cut legs king kunta black man taking losses oh yeah bitch walkin run game got whole world talkin king kunta everybody wanna cut legs funk funk funk funk funk funk funk funk funk funk funk want funk want funk give funk gon take want funk give funk gon take want funk give funk gon take want funk want funk want funk want funk want funk give funk gon take want funk remember conflicted misusing influence", "LOVE.": "damn love lust damn us give run money nobody one outrun give run money sippin bubbly feelin lovely livin lovely love wanna ayy wanna love love love wanna ayy wanna love wanna love love didnt ride blade curb would still love made mind work would still love keep hundred id rather trust love keep whole one hund dont got got nothin ayy got somethin hol gon function ayy assumptions ayy feelin like tyson knock twice im night im kiddin life yeah life yeah life lets get hit shoulder lean know comin backstroke oversea know need already ten money come feeling go feeling dont drought party wont end didnt ride blade curb would still love minimized net worth would still love keep hundred id rather trust love keep whole one hund dont got got nothin give run money nobody one outrun give run money sippin bubbly feelin lovely livin lovely love wanna ayy wanna love love love wanna ayy wanna love wanna love love im way aint got time waste poppin gum way way dont wan pressure none want blessing today oh way open door way told im way im way know connection vague pick phone babe dammit jammin bad attitude yo nanny curves hips yo mammy remember gardena took studio camera know top mad want body music bought big one prove look made told im way im like exit away yep didnt ride blade curb would still love minimized net worth would still love keep hundred id rather trust love keep whole one hund dont got got nothin give run money nobody one outrun give run money sippin bubbly feelin lovely livin lovely love wanna ayy wanna love love love wanna ayy wanna love wanna love love"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/killah-priest.json b/lecture/lecture-9/rappers/rapper-data/killah-priest.json new file mode 100644 index 000000000..11beb1a42 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/killah-priest.json @@ -0,0 +1 @@ +{"B.I.B.L.E. (Basic Instructions Before Leaving Earth)": "basic instructions leaving earth basic instructions leaving earth basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth knowledge wisdom goes back 12 loved right trapped hell mad ideas sad eyes tears years fears yo foes couldnt bear searched truth since youth went church since birth wasnt worth loot paying plus praying didnt like staying cause busy bodies dizzy hotties preacher souped lies cooped looking loot butt thighs service swallowed poor heard wallowed floor ignored explored history untold watched mysteries unfold dropped jewel like solomon never followed men cause brain hollow space oblivia abyss trace trivia left hiss pay deaf dumb blind slave kept mind caves crept behind gave sect swine bible condemns pig dont mean pull hems flip wigs used wear turban urban wearing beanies dress like genie hocus pocus cause focus facts put tracks embroid wax speak jacob might take time much knowledge might break rhyme anyway wake mind kiss stones prays carpet sit home sell books market need chill get mind revived years religion nothing divide basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth strolled books job unfold open bibles instead hoping revivals calling name screaming hallelujah hardly knew ya thats devil fooled ya see look eyes brethren thats lies reverend die go heaven earth already space bible embrace difficult task take studied till eyes swollen arose found chosen deal truth build youth teach son kneels stoop son life pool sin corrupted foolish men women wicked minds build picket signs legalize abortion evil eye extortion quiz son wisdom converted perverted knowledge asserted study wisdom preferred understanding gave mental freedom even learnt caucasian really tribe edom white image christ really cesare borgia uhh second son pope alexander sixth rome picture shown thats devils tricked dome prophesized save man one gave damn nation seed abraham blessed tongue hebrew strung needles plunging evils study wise days darkness peace nephew marcus basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth", "B.I.B.L.E.": "basic instructions leaving earth basic instructions leaving earth basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth knowledge wisdom goes back 12 loved right trapped hell mad ideas sad eyes tears years fears yo foes couldnt bear searched truth since youth went church since birth wasnt worth loot paying plus praying didnt like staying cause busy bodies dizzy hotties preacher souped lies cooped lookin loot butt thighs service swallowed poor heard wallowed floor ignored explored history untold watched mysteries unfold dropped jewel like solomon never followed men cause brain hollow space oblivia abyss trace trivia left hiss pay deaf dumb blind slave kept mind caves crept behind gave sect swine bible condemns pig dont mean pull hems flip wigs used wear turban urban wearing beanies dress like genie hocus pocus cause focus facts put tracks embroid wax speak jacob might take time much knowledge might break rhyme anyway wake mind kiss stones prays carpet sit home sell books market need chill get mind revived years religion nothing divide basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth strolled books job unfold open bibles instead hoping revivals calling name screaming hallelujah hardly knew ya thats devil fooled ya see look eyes brethren thats lies reverend die go heaven earth already space bible embraced difficult task take studied till eyes swollen arose found chosen deal truth build youth teach son kneels stoop son life pool sin corrupted foolish men women wicked minds build picket signs legalize abortion evil eye distortion quiz son wisdom converted perverted knowledge asserted study wisdom preferred understanding gave mental freedom even learnt caucasian really tribe edom white image christ really cesare borgia uhh second son pope alexander sixth rome picture shown thats devils tricked dome prophesized save man one gave damn nation seed abraham blessed tongue hebrew strung needles plunging evils study wise days darkness peace nephew marcus basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth thebes city lust evil men deserve injustice deserve cruel priests evil gods vile crawling disease face earth grave cure vileness", "One Step": "kp iron sheik times gotta take one step forward put one foot front brother yo check early natives related thrones david captured patriots thrown slave ships stripped us naked wives picked favourite lives wasted hands hated driven garden starving modern day sodom call harlem worldly problems got us bottom earth crisis righteous grab ice picks seekin psychics advices stay ciphers life connected second son isaacs tight grip heels brother revealed mother elder serve younger words heard thunder rose fled grow hunger cold summer soldier slumbers behold number 600 6 3 score esau ate meat raw time climbed aboard dinosaur information held behind doors came atmosphere physical trapped us gave us crack beer back stairs please adapt ears add subtract years form unwise watch sunrise sunset none slept one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath devils marveled caught us playing gold marbles wrote novels live life bottle devil sold unholy called father toby live life amongst lowly president ordered navy hit borders haiti slaughtered babies waters euphrates maybe sent germs polluted sperm made us live uncircumcised serpent eyes told us certain lies day servant dies halls pharaoh walls narrow religion like prison seekers wisdom freedom lets feed em feed em took first book jacob jamaica promised us 40 acres mule treated like animal understand jewel brought 50 states deuteronomy 28 verse 68 relates 1555 first arrived tell jokes get high watch fish fry one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one one step step one one flesh one one step one one breath one step one step", "Heavy Mental": "mind heavy mental jesus christ heavy mental everything brings heavy mental day day experience something heavy mental never done heavy mental information begins gathering starting pattering stargate towards saturn eye socket build sky rocket dont need passport need thought suddenly soul becomes hot coal flame blows brain holes like volcano brain begins process start conquest physical bondage thought launches voyaging 144 billion light years shadows imagination open eyes see flaming arrows aiming pharaohs inhabitations begin racing like sparrow narrow population seeking purification destination holy land bethlehem eat lamb abraham break bread son man slowly hold hands stretch forth skies like rubber band begin snap land atmosphere dont look back almost try prepare adapt air pressure searching mental treasure pleasure beyond measure yards cant comprehend god distance stars picking quasars inside radar going far past astronaut moving fast aircraft everything pass get hot take blast turn glass rocks last supreme task longer walk green grass become beam gas travel extreme draft unable picked cable reach manners sky examiners heaven scanners giant antennas high tech space cameras evidence cemetery obituary found library dictionary encyclopedia media im star mode discipline damo broke us bar code im allahs road journey realms cosmos god knows goes blow like ufo give work clothes glow holy robe explode mysterious black holes deep warp outer zone without phone unknown sit throne alone heavy mental pilot galactic plane knowledge culture sculpture lights ultraviolet see brain symbolic palace therefore keep hair stylish flesh solid teeth polished next stage examine x ray take notes essay let cassette play longer decade begin blaze milky ways repent filthy ways replenish guilty days eyeballs swell size eggs neon dreamland wing span 7 feet eyes beak destination riders reach peak angelical landscape take physical man behind hidden gates space ultimate escapes go phenomenal rate cruise going magnitude break multitude molecules going long hollow tube scholars view wearing white garment passing sound waves thats supersonic passing comets star clusters changing physical structure till lips begin pucker kissing christ last supper grabbing brass cup wine feel getting older sitting sofa position like yoga till mind passes solar system wisdom novas controller begin loosen shoulders forming joint suns 8 points begin rise like helium escaping millennium 2000 meditating soft notes violin ive mars building holy synagogues royal seminars long renaissance existed hebrew lodge heavy mental phenomenon matrix world looks envy hatred appear half naked rising spaceship arm full solid gold bracelets phenomenon matrix heavy mental time heavy mental time catch heavy mental time could jet lag cassette drag heavy mental barak ahthah yahawah wa yahawashi heavy mental yo chill heavy mental stop tape heavy mental heavy mental", "From Then Till Now": "peace killah priest chilling baby yo wanna know whats going ever since basic instruction leaving earth wanna know gonna us right baby waiting ive chilling chilling lab writing stuff yknow yknow know im saying guns shootouts crack sales black males pack jails trapped hell peace cold streets surrounded police whole week buildings heats lights gas pipes slow leaks dog fights lowlife throw dice whole night thieves creeping midnight evenings saw misty regions go house take vial demons moonlit lunar eclipse prophets stand midst seven candlesticks cant take beauty sacred getting facelifts fake tits fake lips cold embraces memory erases slave ships princess used spot distance holding infant burning incense moment intent step white tents step precincts ebony prince smell frankincense treated like pharaoh royal apparel anointed myrrh aloe used wallow amongst mallows herd sheep cattle battle used pass brooks kidron towers lebanon pool gershom used sing songs upon mount hebron gold turned bronze shhh gold turned bronze wisest richest turned snitches women turn bitches time harvest smartest worshipped wisdom like goddess act retarded forsook wisdom fathers used thousand flagons wine palestine drink ballentine raise violent mind used hundred measures oil eighty measures wheat barley live godly listening bob marley devils robbed chasing us african safaris till goes must come goes comes back around began began began began till till till singing holy anthems lamping handsome grandsons hair long samson inside gold mansion used wear purple pampers black panthers actors dancers funny dollar bill seeds holla meals mother swallowing pill roads seem hollow still grab bottle heal like noose seventh seal brownsville whats difference ghetto death row im trapped kleptos tec blows im left say flow cries echo echo echo echo echoes crystal city near getti children used grow lilies roll phillies pyramids cheops weed spot sometimes eavesdrop books enoch went studying epistles paul beneath waterfall rubbing crystal balls spray paint initials wall wall spray paint initials wall till goes must come goes comes back around began began began began till till till", "Blessed Are Those": "monument mark resting place leave story life lived fully deeply tasted passion crime even murder judge must weigh good evil passion tenderness crime charity pleasure pain goes life difficult times mad crimes pay price others refine blessed struggle god loves wisdom principle thing kings queens many lives end like sad song violin trapped like daniels lions den tryna pierce iron skin leviathan souls blowing violent winds god help us die sin hear trials cries men thats riot begins like things never get better forever serving nebuchadnezzar since days ancestors slaves mad pleasure building great architectures sharp dressers smart professors start lecture build lyrics like art director show like film projector blessed struggle day day hustle coming home sore muscles scarred faces scuffed knuckles share trouble separated couples sometimes seem like theres escaping clutches satan spending years state pens awaiting patient dreams scholarship ended hollowtip politics number slips verse two killah priest shoved ships bloods crips thugs clips niggas love cliques hit clubs shit rub hips hugs flicks niggas drugs whips cash rules rotten apple got worm corrupt sinners mans jeep windows tinted sipping guinness observing clinics liquor spots make lick shot rooftop never seen glory ghetto story cigarette butts cold coffee black faces white mouths cry white house aint wealth shared welfare poor health care self scared senseless way got black princess public assistance end existence blessing struggle blessing yeahhyeahhh blessing blessing blessing fades", "Tai Chi": "sunz mansion opened door open yeah yeah 9 beware biochips shit hits harder slave whips like waited give tips egypts seaships chased new york cops precincts words bricks building projects pyramids evil kid destroy ass like london bridge smoke trees weed take leaves twigs pure truth got give lot live aint rich poor aint peace without war would stand without floor toxicated sober younger older youre elevated higher empire state elevators roll creators cremators stalking nature heaven razah capacity brains beyond clouds rain seven half contained space birthplace meditate cocoons see snakes human costumes expand mind time time call blind man talk cripple man walk see hear summon sasquatch evident per segment unseen beings speak evil eye seeing tapping worlds vision proper rhythmic meditation situation lives state state rent pay state debate contract dates cheddar error slave mental death treasure washing robe blood lamb constant plan never strayin new york cause rock supreme block never black bring axe spring ghetto compact put em tracks lets see act aftermath increase accelerate sun radia tion burn ashes aint one parties crashing bring beat imma slash niggas make sure doors barricaded sign shit read block spin make mistake devil players penetrate smarts redrum mania reincarnate another shape bomb flashes happen new jack rappin aint magnum cought half niggas even stole soul streets motion expand mind seek shall find walkin pineal glands like unforeign land knowledge key mind mysterious doorway long dark hallway use conscious compass avoid conquered nonsense use subconscious map time head back use food thought leave bread tracks see third eye swift burn fly need common sense detour ahead lies three doors see might meditate soft melodies keyboard understanding flashlight reflects windows past life psychiatric could raid mattress fall deeper hypnotized better read lips cause thats guide hallways negative always competitive therefore must never let live expand mind seek shall find", "The Winged People": "really know taught know believe know faith blind bright sun adam descendants anu took mortal fashion built statues image worship built towers remind fell came station space angelical race giant stature helmets capes wore visiting planet explore long journey race war said called planet nibiru fallen heroes saw gold saw trees life liberal astronauts afros locks jet beaming ziggurat crashed rocks 121 gigawatt passed crops tablets legend said opened floodgates heaven describing ten monstrous brethren chopping grandparents seven pieces theyre looking region traveled eastern found garden called eden saw forced bow baal exiled tribe reptiles called rothschilds x files life begins breathing hydrogen inside high winds milky way violins heard wise men observed orion windows end black glass sea extends within sea exists carbohydrates gods hybrids went back forth till mixed star bread foods thought proteins protons adams produced whole gene infinity density matter atom cells organisms metamorphism waters living bodies back godly", "Cross My Heart": "doubt cross heart hope die word bond go killah priest 97 98 yall know somethin byzantine king supreme kneel kiss ring elohim blow steam families maccabees smack emcees watch em scream majesty make em suffer capacity tragedy hold crowd like gravity back fuck stop grabbin hands niggas start bore im gettin sleepy need coffee wu bandits bury niggas deep canvas body bandage like mummies fucking dummies cant take nothing longest waited anticipated album hesitated scream name killah priest leave blood spilling streets im dark hills brownsville seven shields windmills across killin fields never forget tell rap critics speak arithmetics never get im scientific lyrics explicit roll thirsty niggas thieves killers tigers gorillas faces like godzilla stomp rappers smile like car dealer god iller cross heart hope die multiply hundreds drunken thousand see outside show browsin beating soundmen player haters players give em cold stares last prayers concrete techniques bomb beats cause casualties faculty hold like gravity rapidly threaten like weapons adolescents ghetto residents quick past tense present state slums kill plate crumbs fake ones theyre coarse smiles snake tongues im deep thisi sometimes gasp air deadly warfare hot blocks cops cold stares shots blare like fireworks july 4th weapons get tossed fugitive slidin forces combine new world 2009 digital criminals make mills cybercrime planned ahead 2 times see signs great mind heaviest chains could bind stare eye eye tell truth lie cross heart hope die hope die high ranked officials armed tanks missiles blood drizzle simple fact slept issue started jerkin joysticks sega rockin 100 watt amps cerwin vega true fine tune ship enough units mcs ask rhyme killers masks doubt difficult task last square beware infinite amount darts air im victorious opponents blast components microphonics watch whole world live moment anything anti came approachin incapable love speech remains motionless stare eye eye tell truth lie cross heart hope die hope die stare eye eye tell truth lie cross heart hope die hope die hope die", "Atoms to Adam": "ohh wow wow see chariots skies men earth looked surprised flow across sky see light deep night mars among stars distant land swift light took flight chosen people ohh lord lord reasons ohh woah woah reasons born without physical form void vast space voyage begins asteroid landed upon planet looked abandoned lost stranded became force demanded life laws took flight one course night searched source life light know ledge coming edge universe went past moon earth womb nurse slight remembrance came distance instant existence 5 senses quest man repentance others cried exercised third eye hearing lullaby magnified inside became intelligent wise transformed celestial shot sexual terrestrials testicle vessel small decimal nestle nine months later special delivery killah p r e fetus cleavage atoms adams atoms adams atoms adams see chariots skies men earth look surprised flow across sky see light deep night mars among stars distant land begin meteorite walk like christ except im sacrificed righteous parasite searching paradise birthright celestial nazarite appetites bite tree life smite edomites sodomite moabites land canaanites following 6 flaming lights burning 1 million degrees fahrenheit bright neon beyond satellites flight takes cattle stocks blocks ice began flock flock flocked flocked across mecca vivid projector seeking accepter looking rebecca two sons bopping jerusalem like hoodlum aahh principalities enables see galaxies releasing calories 8 author biters allergies im author writer biography god prophecies challenge egyptology philosophies greek mythologies going glossaries socrates pharisees sadducees going geology degrees contact hasmonean dynasty approximately 168 bc transform wu killa bee families maccabee see every species 3d hear clear cds pilgrimage walked wilderness privilege see pyramids gave live roam villages heal kids walk across bridge strong farrakhan voice echo like sarah vaughan across great amazon stretching hand like yon till reach babylon behold physic phenomenon quiet storm wander horizon top holy mount zion holding staff turned python killah priest living icon sitting form pentagon center octagon walking tyre sidon lebanon walls hong kong recite 23rd psalm long gone crack dawn dodging weaving garden eden without eating speeding throbbing lobbing evolving regions flow across sky uncivilized chastised civilized baptised twelve tribes began rise like bees hive causing seeds wives starting apartheid scribes carried archives follow star guide glide windows far side across dark sky ocean tides unidentified flying object hovers projects scenery gothic sky pass darkness thugs transform prophets body becomes cosmic floor becomes carpet rise toxic wasteland garbage faces various shades chocolate dropping narcotics pork sausage longer hells hostage atoms adams atoms adams atoms adams ever see light deep night daily mars among stars distant land"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/king-geedorah.json b/lecture/lecture-9/rappers/rapper-data/king-geedorah.json new file mode 100644 index 000000000..6b48d8228 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/king-geedorah.json @@ -0,0 +1 @@ +{"Fazers": "follow light light guide controller planet x ive invited discuss something thats important king geedorah take leader quick claim snake like neither need take breather rhyming longer sigmund sea creature saturday feature pleased meet ya came wake deep sleeper like needed stop caught knee drop even give zip zip zz top full beers thou shall ball corner geedorah like one steps yalls goners called rich front wanna spit electrics dont yall saunas warn us plan hour upon us bananas born alone die alone matter man hope live long enough tell grandkids king geedorah three finger ring fever spring chicken eater ided ringleader needs heater catch em bare hands hands make razors beer cans biggest fan got fan base big japan uh yeah hail king give three cheers fam like hip hip hooray thing little kings like sling blade grave put work like slave flip scripts dipstick brigade rock em like sus sussudio played back used rock shag fade skilled trade like tailor made suede hit studio im paid half upfront half upon mastering would like cash last thing ask king dont crystal ball reader allergic saltpeter used wall beater game like wall street cheater lot rap noise annoying like cita turn triple x monster fairy tale movie dont know well king geedorah crush seeds teacher need pay em better nothing reefer heffer offer stick gum thick come taught strict curriculum good son im hood razors tongue nowadays amazing raising young rule number one keep fazers stun", "Anti-Matter": "venus mars back earth back hbo satellite showtime nigga king geedorah boards mf doom mister fantastik expeditiously grizzly feds try creep somehow always miss mister fantastik put busy bee rock bottom straight tizzy need get either get outta like dang outlaw standing like lurch herb record bin called random search curbside checkin nigga cracking like diggem lips smacking running mouth steady talkin bout us shit overheard enough enough yeah neither black warfare ear clack clack clack clack clack whats youre hearing things tat tat tat tat tat wearing thinking hat matter hard try cant stop us got king geedorah boards golden sound dont know get town see us streets dont fuckin around hundred things course im living fat mercedes outside nigga top good day decatur wood way got cats thinking stay fuck hood say niggas wanna rob bitches wanna slob hoes didnt holla last year feel sorry practice jumpshot reggie mill robert horry nigga played like atari lyrically unorthodox flow continuous never straight path im known bend twist put suburbs tenement bet wanna wonder money went get cash take niggas like trash known stack mean stash used call pure math back days stay paid say south bitch gimme head excuse mister got sister kiss true got blister movie plot twists like twizzler needed meat burned id go sizzler getting paid like biker best crank spray like high ranked sniper west bank type blank dont show much pity im city always keep dutch touch titty til ask trees tell dont squeeze rats wanna tease cat let dog beg wait talking doom hog leg straight new yorkin matter hard try cant stop us got king geedorah boards golden sound dont know get town see us streets", "Next Levels": "12 12 yes yo king geedorah combined forces nine ether blowing woofers tweeters shaking syllable meters disasters cataclysmic mystic natural time hit yall substance thats actual got gift call hip hop prophecy since 2003 ends reign jiggy mc roaming planet like scavengers scientists broke code gregorian calendar defying laws space time trying trace lines hold respect architect digital roland whole crew roll vs type master whole universe three steps stretch across equator something major universal rhyme tones tamper ya time zone minds blown millions feeling hip hop dont stop make killing nah im kidding real world aint take life next level remain take life next level remain word word well im colliding mind survivor surviving uncover time brother high volume wide column height slalom preferred jog side dodgin mirages conquer vibe hunger lurks nine five work saga god bless life father trife travel light balance globe life vocal pimpin throat know go yo struggle ghetto yo metal throat settle dough live showbiz cannonball weapon man arms four section super intelligence balance benevolent stinging nettle medicine crouch tiger dragon craftmatic watch ya back catch fascist atlas first class diplomatic status stagma flag overstanding plan bar scan identify camera shots streets watch timex clocks punch lunch dot five minutes rock blue block cruise old news im drop one rhyme every time cross thin line mine see part design shifting paradigm yin yang combined must ya mind thinking stahhr would never shine props due focus hawks eye view im plantain ital stew gettin spinach british atl venice even abercrombie figures open verb elixir magnetic attraction raw millie jackson straight open caption comes hicks braxtons lyrical contraction delivery reaction started passion thats way happened born umbilical cords strapped korgs wont drop kurzweil hustling zip disk files sharp needles found ivs feeble yall fiending sequel beats even eqd snake catch", "The Fine Print": "render unto geedorah geedorahs ten one sees ya beaker tweezers read fine print like whats big deal spun wheels steel since broke wheel big wheel back greasy curl easy dread rhyme used tease bout peasy head yes yes yall beat bald avacor way grab drawer jabberjaw since two tone lees new phonies boney hos lonely like cheese balogna couldve broke sacro philly ac silly grind billy jack illy nine milli black listen go bang kangol strange combination king teach slang flow two thirds slow one third amazing wonder words fine sponsor thunderbird occasion iller rhyme least miller time collect skrilla geese killer dime met killa queens originally philippines love way fill jeans still teen made strange bedfellows okay head elbows shell toes uh oh heads blows whole load head shoulders care goes let music take control dont let evildoers abuse use take soul like putting fire fake gold turn colors get duller bake roll butter shutter cake hole break drakes til get old flake mold cornball em seeing white stars warned yall like getting hit bottle mo sean paul white oh mad light though either way ready lightning show cant scandalize mine could ask swine cant stands shine geedorah professor add question lessons suggest get full assessment instead guessing stressing stutter like rookie yes men bring butter like cookie chessmen aint even worth worry lying first birth couldnt even hurt smurf berry hear ye hear ye dare ye go king thing tri yearly carefree mouths around head display town square top seven feet spike make sure tight light peasants throw stones might skull get smashed weeks til vulture beaks eats last meat cheeks maybe theyll know right words speak loud home world streets theres escape case kings mens em decides go apes slick talking burly guys get caught early boiled oil like curly fries even thats mr furleys size earned fate get burned stake send word closest kins sins claim throne providence citizens name king geedorah dont make catch seizure regret yet complied order interpret negative reply prepared therefore conquer earth stationed king geedorah western hemisphere geedorah always one weapons king geedorah completely controlled computers magnetic waves homo help thousands homos every month im saying right old days right women knew women men knew men women knew men men knew women im tell future planet stake urge transmit message nations earth feel like telling leader", "Krazy World": "krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living check plan ima bubble jumbs abolish em since double 0 1s five dollars pinstripe knees ds side pockets keep shining siegfried shirt wide collars see shots bam bam fed channel 5 scrambling making sure heads satisfied meter inside cut right fresher southern dubs enough buff pipes tell married chicks suck mics strips bills get em addicted prove skills straight pimping mac daddy aint nothing wrong hustling time calls im puffing chron busting shit chicks youngins call disgusting fuck em butt em suck nut give em need keep turning tricks put em strip nine em return six uh press ho pull burner quick get moved low cause rumors spread word mouth quick pimp hoes pimp em lick slugs lick em sell drugs sell em mixing turn felon krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living listen close aint doubt game heater broke theyre cutting whole mountain caine still bagged twenty five percent theyre chopped drop slow til fly open shop buffed rims spread fast like bad rashes fall back gods badasses come back pouring mad acid rain smoke l straight blow cells stash keep dough bail plus four four shells case shit go hell reup hundreds cash two jammies plus broadll transport crack poonanies cant pick clique cat thats candy ride die fam wilds mans tell thug wild styles plus kids moneys smart dont talk chill kids game since gazelles suede pumas broads stashing cash bra bloomers cock blocking spot fakes rocks ass pimping know youre pushing cash passing krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living attention heard control center monster island two monsters broken men stand", "I Wonder": "thats right got problems personal issues stories thatll make ya eyes tear wet tissue true im madd like rapper im upset gotta put rap snapper things ive seen atlanta queens mean streets brooklyn teen back forth islands scream left adapted still dreams havent left hung crack kids best ruffest ruffnecks went chest chest best friends locked north wont rest til let live dream confess even though hearts dark darker best believe shit got spark sparker block got hot fire starter beef nigga raja martyr wonder certain people come life wonder whyd get many fights wonder sometimes things dont go right gotta live life hey hey wonder certain people come life wonder whyd get many fights wonderwhy gotta live life hey hey yo one important people life called dice called cousin buggin cause figured something common loved chat reggae music loved rhymin still aint call dice nothin seen shoot williest cats leave nothing somethin must pleased bluffer make wanna take dough tougher throughout school made money together floor shootin side better yo cleaned cats took scraps wasnt ruff cat cats knew knew eventually thugs would try hurt id never let nobody hurt hurtful knew wouldnt let take money run thats shoulda came told come wonder certain people come life wonder whyd get many fights wonderwhy gotta live life hey hey wonder certain things dont go right wonder whyd get many fights wonderwhy gotta live life hey hey yo june sixth 96 graduation night made school shish shootin dice gettin fights even sparked riot til school got quiet dismiss got tired usin fists shit like knife pipes bottles sticks cant forget 380s nines 22s best believe many dudes paid crew made name boy ive seen drama seems momma never dreamed shed go threw much trauma comma pause ask cops laws well shit dont exist black poor broke em night heart got broken choken weed smoke drinkin rum gettin open mention never big drinker im thinker im thinkin hey night pass liquor fight breaks im nice get brother got stabbed missed word crazy gotta live life hey hey wonder sometimes things dont go right wonder certain people come life wonder yeah gotta live life hey hey wonder sometimes things dont go right wonder whyd get many fights wonderhey gotta live life hey hey wonder sometimes things dont go right wonder gotta live life wonderwhy gotta live life ay ay uh ay thats rightyour life", "No Snakes Alive (Take Me to Your Leader Version)": "hahahahahaha geedorah arrived guys could take five time snakes alive take dive im telling youre better flow make take sweater setoff came scripts could hardly brag result concentration lollygag said yeah right pulled mic snotty rag sealed air tight wrapped body bag get advance catch chance writers block spending first last penny worst enemy tell im od usual flow made deals cats keep sending dough three headed set never get busted hes man word whos trusted beats encrypted multi faceted encrusted sweaty palm keep mic rusted sort mellow type fellow sometimes spaz wife like othello hell wont use words like illuminati gotti shotty might use karate azar gaza caught cut ill ask mask ball style caps saying thats fly exact dough til stack high white hoe black guy rap game black eye exhilaration jet jags accelerations touch speeds minds cant conceive achieve altered altitudes angles angels answer aura illumination awesome interpretation awkward alarm ankle house arrest whos best monsta island czars crush pawn dreams king frank reality calculation could never quest destined distant competition dusted disgusted race second crowded clouded confusion conclusion simple plain self education self made millionaires serpents slithering sidewinds searching stalking heat sensing cant jet jags rikki tikki tavi superhero hit zero sixty hot pursuit pedal floor handling lyrics traction swerving left right making head fakes playing high stakes levitates quick hit breaks fly past hit wall parts fly loose killer mongoose fake niggas continue practice art intimidation sterile minds conceiving thought artificial insemination syntax sequence arranging lessons deliberate making wise words clear population stay illiterate consider gods refine power fools get rid men build dreams promises lacking deliver yo dissolve connivers like saliva tic tacs gone astray get job done like socks thats mismatched flip tracks murder snakes drunk niggas killing six packs choking venom suffering tricknological kickbacks poverty stricken minds thoughts barely worth two cents build history time linear design blueprints nuisance lies disguise eighty five percent never knew wise men arise pull files like internal revenue forever true opposing self evidence leverage upset beast belly concoct homogenized beverage clever shit calculated sabotage trojan horse giftwrapped ambush lethal energy motion grows force trojan swords strategically aligned throughout underworld god elevation kill superman rape wondergirl fictitious character decapitated fake beings susceptible everyday occurrence fatal outcomes inevitable might well join force boss chance take loss like coin toss roll double headed nickel partner jet jag sickle pickle king geedorah ass better leave alone fore cold catch seizure leave blown aint best hes best top three put thinking caps act like slight inkling perhaps get smacked back ring like bob backlund ink jet black wack hahahahahaha hey whats meaning shut hahahahahahahaha young man", "Fastlane": "god judge never plea case always aware truth could never erase fallen grace black north face ounce green smoke jack wit chase peddle floor thirsty score fastlane destination top cash game seek heat like missle mad aim cant blame missin spirits campaign mystery universal stee hot yup often vision clear like hindu third eye dot weaknah baby thats word got nuff rhymes tuff times try talkin kids walk around thinkin doesnt forgive life like bid scared die scared live aint shame dealin remain hennessy brain travel plane copy cats twist def traps bliss sex raps blind jet black matters awake response since came life singin seance escape realm bly swift like fake jacks cast catch two smacks gentlemen relax blaze trails havent traveled scatter clues equate style cruisin lex window seat trippin rhyme bop head beat cant speak delirious mood swings true crowns handed true kings tell ya take back straighten money makin vital sign awaken idle minds go satan debatin vestle navigatin gravitatin schemin leave em standin waitin specialize futuristic mental picture paintin slave sick ways im quenchin thirst gift new day seem like curse made penetrate charade incision barely felt sharpness blade movin motionless masquerade loomin dark save spark like match made heaven hell apart still one life start real reveal sign sealed feels translates meals 9 5 shit joke muscle scientist dont look upon hustlin copy cats twist def traps bliss sex raps blind jet black matters awake response since came life singin seance escape realm bly swift like fake jacks cast catch two smacks gentlemen relax blaze trails havent traveled scatter clues equate style look two space monsters one three heads king geedorah ones gigan controlling", "Monster Zero": "monster zero monster zero command units take defensive position yessir monster zero monster zero reason cannot live surface must forever live underground like oh right show monster zero hey look king geedorah yes indeed earth gave terrifying monster name geedorah everything numbered monster zero pay heed warning entire human race perish earth monster geedorah passes flaming ruins left geedorah course thats pistol pistol first met carrying pistol purse asked explained believed youre convinced outer space thats right mind peace terms peace terms nice idea would bad situation creature came earth worse hes arrived could possibly alive may hold oh adorable lovely lady geedorah geedorah space monster think jesus christ shut listen likely one know individual someone whos experienced working laboratory access select biological agents knowledge expertise produce deadly product someone whos standoffish works isolation killer may used hours laboratory produce music brother call music yeah grace almighty sounds like god damn jungle warfare ill tell ya let get straight stand selling trees trees whered find told ive looking around gonna show matter fact ive testing found pure little bit ago underrated mister call expert im sorry tell ive never seen king geedorah even long side lagus im sorry young man cant waste time talking anymore people want know want know king geedorah evacuate streets king geedorah area king geedorah king geedorah king geedorah destroy whole country king geedorah hes earth happened geedorah space monster get touch feel like giving remain king geedorah", "The Final Hour": "final hour approaching people earth hear said excuse villain illin wordplay said thank much im billin till thursday heard beat drum sounded like sloppy knock whoever mic speech pure poppycock go back days pop lock even back rumors mikey died pop rocks girls wore jellies played hop scotch older broads used wear tennises sloppy socks apb three headed fancy crown last seen headed towards city shanty town sudden cant found safe sound mouth nipple panties put choke hold monster ogopogo whoever vocals also logo thats wheels steel phono geedorah deals pro bono ahhhhhh"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/kool-g-rap.json b/lecture/lecture-9/rappers/rapper-data/kool-g-rap.json new file mode 100644 index 000000000..453dd66e1 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/kool-g-rap.json @@ -0,0 +1 @@ +{"Fast Life": "time come gotta expand whole operation distribution new york chicago la gotta set market enforce champagne wishes caviar dreams team thats gettin cream sales fishscales triple beams gleam livin life riley packin fifty calis rockin lizard ballys drug deal dark alley casinos dino primo pushin beam os parlay reno two fly latinos nas runs whole staff count math steam baths weve seen half milli jackson queens half three major players gettin papers layers portray us block get rocked like amadeus fakers get used shootin targets soon dark hits front drug market bodies get rolled carpet cheat us try beat us got hookers heaters thatll straight pop put shells top adidas leaders lookin straight charmin giorgio armanis wanna harm nas gots come get whole army cee lo rollers money folders sippin bolla holdin mad payola slangin coke without cola black dont fake jacks might sling one aint shame game thing son livin fast life fast cars everywhere go people know team queens american dream plottin scheme get seven figure cream livin fast life fast cars everywhere go people know team queens american dream plottin scheme get seven figure cream yo got guns italy smoke trees considerably mid state green seems niggas ghetto misery shootouts liquor stores perpendicular angle clout war police searchin lexo whos petro tech blows straight roof tests yo respect though dough dont respect got handcuffed rough life nights breathin scuffed nikes pour beers peoples stairs years got names swears poppin cristal like first child lickin shots holiday style rockin steele sweaters wallabee twenty four carats countin cabbage like arabs marriage mic like magic elegant performance bubble lex full insurance guzzlin guinness shootin catchin cases concurrent nas seven hundred wives king solomon size rise g ghetto wise guys luciano frankie yale bugsy siegel green papers eagles trade thats illegal brother youve got make happen yeahhhahh yeahhh get money yeahhh brother youve got make happen youre livin fast life heyy yeaaaah yeah aiyo lifestyles exquisite yayo like blizzard esquire attire standin ground one pivot two players rockin silk blazers diamonds like glaciers lands name brand seats reclinin like spacious bodies ice livin trife rollin fixed dice gamblin grants handlin stamps moves sheist bankrolls got cops comin plain clothes tryin arraign gang cause fame thats game goes right slammer fame glamour cookin grams arm hammer supplyin scramblers alabama rub faces leave traces aces got mad body cases preserve spaces horse races servin us dom veuve clicquot dimes look magnifico puttin cut inside perico heat foes shoppin sprees fleet clothes caribbean suites deep rippin beats flows aiyo went standin blocks without socks sellin rocks pickin stocks boat docks glocks got poppy seed fields million dollar bills packin blue steel keeps real inside battlefield yeah heres toast funds things gun smokes rings graveyards buried kings livin fast life fast cars everywhere go people know team queens american dream plottin scheme get seven figure cream livin fast life fast cars everywhere go people know team queens american dream plottin scheme get seven figure cream", "Hey Mister Mister": "last week beat bitch street lyin thought caught cutie didnt know nigga knew said one two affairs booga bear nigga could try act like dont fuckin care drop hammer nigga till grip pulled wallet bitchs pictures undercover lover bullshit discovered cant wait see bitch cause imma beat ass public went sisters house drove mommas even stepped poppa dukes house bring drama lookin block yeah hold yeah goes bitch mile away yo could tell bitch switched ran hey wassup bitch got question lie smith wesson gonna teach ya ass lesson ever fucked around hell smack yo hit gun bitch lyin bitch youve cheatin gotsa give motherfuckin ass beatin punched ribcage kicked stomach take motherfuckin jewellery bitch runnin stomped kicked punched face people crowded around nobody got place dont want heroics hey buddy aiyyo money dont get hey miss alright motherfucker mind business im bashin nine inches away pullin trigger nigga got hit till see face get bigger im sick bullshit tired nonsense pistol whipped bitch till ass fell conscious shes bloodied layin red shit bitch press charges guarantee shes dead bitch first time play last yo dont interrupt im whoopin bitch ass hey mister mister fuck doin hey mister mister keep walking past hey mister mister fuck doin dont interrupt im whoopin bitch ass im baggin mad shit puttin street never snorted find shorted every weekend shit disappearin im lookin logic shit gets lower every time count profit never fails bitches drawers go back one hundred two hundred shit adds im layin traitor put foot ass cause im motherfucking bitch hater im peepin spot week catch one bitches stashin bread shell dead meat took one bath tried knock feelin ass hey yo bitch whats pocket aha finally caught ass bitch cash rolled inside stash started coppin plea aint really tryin hear snatched hand bashed face mirror threw right ground skirt revealed panties niggas ready shove dick fanny hit bitch like one time said fuck pulled zipper whipped dick made suck im rammin dick inside mouth tryin make choke grabbed back head shot come throat beat dissed bitch tryin steal cash yo dont interrupt im whoopin bitch ass", "It's a Shame": "big g runnin number rackets wearin pelle jackets fast loot tactics im well millionaire bracket boss bosses racehorses fortress corridors olympic torches mona lisa portraits jacuzzis saunas eatin steak benihanas bentleys limousine front yard stream full piranhas im set private jet drink lot becks get lot sex condo duplex diamond infested rolex deliver crown wall units silver china sippin finer wine r see shines diamond miners highness kingpin heroin im thorough bring terror handle business every borough town city im rollin like frank nitti im rich pretty back kiddies got crimies thats grimy gritty nigga thats spunky likes keep pockets chunky makin money dope fiends junkies learned best ones thats livin ones thats put rest bless chest vest pack smith n wes im get snaps scraps game real mack name kool g rap damn shame gotta make dollar livin game sometimes makes wanna holler damn shame gotta make dollar livin game sometimes makes wanna holler got fly hoe wing swinger thing step inside ring shell bang make brains hang sits restaurant tables mink foxes sables drinkin charentes brand label shell rock suckers cradle yeah honey gets bounce ounce walks around lucci large amounts millions inside swiss bank accounts name tammy got beach house miami rides around small jammy silk satin panties hoe foxy brown hoe standin ground hoe clown yo shell turn bust round hoe fly heavens angel got sapphires bangles diamond earrings hang dangle gettin money angles shes pretty new york city bright lights real late way midnight hit cause slits tight wake early make rounds break brick packin silver four pound clowns tryin get light smoke grab stack c notes slick stick kids dont get free dough bro cause aint tryin broke goes g rap honey nothings funny damn shame gotta get money damn shame gotta make dollar living game sometimes makes wanna holler damn shame gotta make dollar living game sometimes makes wanna holler aint sweet hangover sweet hangover aint sweet hangover aint sweet hangover aint sweet hangover aint sweet hangover aint sweet hangover aint sweet hangover", "4, 5, 6": "4 5 6 mix im hittin trips headcrack time get bread black 4 5 6 mix im hittin trips headcrack time get bread rolled every cee lo corner know inside city kiddies got fat mitt pocket lookin pretty wanna get paid block thousands pot go grab knots stash spot shake shake roll break em two tracies pound cake keepin fingers wrapped around joint case niggas start brawlin see em falling strong point one one losin line fifty fucked roll duck pose oh nigga pay mine grab dice place price men mice riffin im sippin heineken gettin nice shake papes gettin deader nigga sittin beretta said wanna bet dont throw better game surrounded money hungry bitches put kisses fists rolled triple sixes point shoot puttin crazy loot pocket army suit wanna come fo another round rolled fo six hold seen fuckin pound yeah niggas know name game im yo anus cee lo know shit made nigga famous hookers ding dong cant go wrong rollin two hours long still rollin strong 4 5 6 mix im hittin trips headcrack time get bread black 4 5 6 mix im hittin trips bettin grants cee lo champs make em sweat beginners vets im threat niggas double fifty bets gotta nice dice im talkin em step back gave tap sidewalk threw em nigga went put foot way see tried ace got niggas rollin bitch tracy yeah tracy aint gentle niggas thought simple loses two deuces fuckin pimple crack another brew sit back watch niggas threw two im rollin whole fuckin crew one one niggas come payin fell trey furlough inside bait thats nigga sayin luck tough im makin enough buy kilo uh oh look think rolled another cee lo pick crap niggas dont get back dime keep hand right waist nine one chance niggas quit thats zero broke cryin broke im doin backstrokes cee notes crazy pockets empty god damn shame niggas know name game word fuck 4 5 6 mix im hittin trips headcrack time get bread black 4 5 6 mix im hittin trips bettin grants cee lo champs 4 5 6 mix im hittin trips headcrack time get bread black 4 5 6 mix im hittin trips bettin grants cee lo champs", "My Life": "yeahhh g rap thats gangster life nigga life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee yeah yeah yeah yeah yo yo giancana name break simple plain went small chimp game gorilla king pimpin game know tempt dames tense range hit block pitch rocks strength name limp cane lactosin limp king even pack toast expend flames aim strictly makin bread pop blocks red hot feds cops lookin rock bottles red tops tradin lead shots dreadlocks infrared dots til head drop fled spots word curb came birds spread flocks tellin bloodshed stop glide til sled stop copped latest every hot flavor crocs gators somebody clique riff pop bravest town trips whips got avis drop knots vegas plot paper crockpots wafers life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee yeah yeah yeah nigga warm mansion rooms wall wall handsome goons half naked bitches dancin tunes marble floor terrace nigga glance moon play jacuzzi til hands get blue rugs tight bright white sands cancun skylights ceilings plants bloom nigga crop grams dunes cuban cigar brand grandest fumes prison niggas ran balloons shut shop jan june still cop land boons fuck women tanning rooms every last fingernail hand groomed self built mink pelts gator belts silk suit cant stack nigga cap get peeled loose word cats died street spilled juice calm breeze palm trees bomb g armpiece livin harmony coke farm pharmacy bulletproof armory school hard knock honorary washin jackpot like laundry fuckin year nominee honestly life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee yeah yeah yeah g rap nigga thug shit queens clicks uh huh yeah thug shit queens clicks thug shit queens clicks uhh yeah", "Take 'Em to War": "shit aint never gonna change time load clips niggas wanna flip break nigga proper represent murderers felony offenders even bought time get legal tenders nah im goin bang nigga fuck pataki gotta thang nigga forty four mag bustin action brains left particles fragments fractions grimm money stacker heat packer im lurkin im waitin attackin like linebacker fuck heard crime pays always unorthodox hold pistol sideways kill crews hearts go numb retaliation comes yo fuck comes im dr death motherfucker ever heard close eyes cross fingers time surgery im already dead nah cant murder cause quantities entities enter evilly shit aint never gonna change time load clips niggas wanna flip break nigga proper since murder hire rapid fires require makin niggas perspire send message wire cause violence contagious got bustin gauges 95 larry davis im wettin niggas wages queens home 1 known felon aint tellin imma crack fuckin melon right amount chips spit clips hit whips leavin niggas bloody leather seats shit drips pound seven creepin rockin niggas sleepin shots repeatin leavin faggot niggas leakin cock back iron niggas dyin marchin zion cause pound cake roars like lion word son niggas collapsin cause weapons ready action makin heart catch contractions underworld shootin gallery niggas lose calories cause salarys based fatalities shit aint never gonna change time load clips niggas wanna flip break nigga proper come get motherfuckin wreck first gotta umm vest check gun check clip one check clip two check im set let motherfucker move muscle tussle theyll piecin niggas back like fuckin puzzles cause kool g rap known bringin mad noise im bad boy younger always carried guns never toys grimm gimme infrared semi im puttin red dots niggas foreheads makin motherfuckers indian got beef go get wreath murder cause put holes beef like fuckin white castle burgers gots run clown fo pound cock back rock black gun nigga see em hes comin fuckin colosseum hopped bm shit put clip dipped ride man parked sidewalk start glide im rainin oh yeah gainin fuck put brain boom boom survivors lifted nigga seat find hell backseat driver aint finished trigger yet im lightin cigarette bang bang left nigga wet g rap baby know try hurt split fuckin top leave fingerprint purpose", "Executioner Style": "comin straight sidewalks new york nigga livin foul comin straight sidewalks new york nigga livin foul steps inside playground lays laws door nigga thats lookin trouble gotsta face silver double fours packin hip hollow tips inside clip ready rip nigga shit make wig slip side homocides commited gets rid niggas quick cause aint bullshit permitted im outlaw motherfuckin villain doin killings wont stop morgue got bodies stacked fuckin ceiling aint drive bys mag bag lady disguised surprised got hole fuckin eyes niggas grazed catchin strays blaze amazed ways lays em shit sprays crazy brains hangin niggas veins swingin bangin gunslingin even fuckin ears ringin cause carrys much bigger dirty harrys hail mary make bloody marys capillaries pieces flesh hangin niggas chest cause vest dressed couldnt fuck smith wes motherfuckers runnin miles bodies stacked piles im killin executioner style comin straight sidewalks new york nigga livin foul kill em executioner style comin straight sidewalks new york nigga livin foul kill em executioner style keeps forty five loaded dum dums rear hold right waist case somebody gots get exploded cause g rap aint nigga try play nigga lay low get pair wings harp halo clown keep fuckin around youll dead g im spttin lead see split fuckin head like red sea charged anger six slugs every chamber dangerous stranger itchy trigger fingers like lone ranger im comin split cabbage like savage put two yo ass bitch one inside wifey baby carriage head hills kills niggas thrills causin crazy blood spill let one drill grill pull glock clear block cock get laid played pocket rock eye socket raise queers say fuckin prayers ive killin years huntin motherfuckers like reindeers one niggas left standin ill squeeze cannon opened motherfuckin ass like grand canyon layin faggot niggas like towel gets wild im foul im killin executioner style comin straight sidewalks new york nigga livin foul kill em executioner style comin straight sidewalks new york nigga livin foul kill em executioner style take ten paces draw shit aim niggas faces leavin traces niggas beatin body cases im wettin shit get hit super soaker brain brain im motherfuckin chain smoker cause rootin tootin six shooter put hole trooper big niggas hula hoop ya liftin smith wessons like westerns blow niggas intestines send back fuckin essence bullet rows blows nose fo fo gunnin bozos run call po po send paramedics bring lot anesthetics motherfuckin bodies beheaded niggas shredded nigga get ready meet fuckin fate send six trey eight straight ya motherfuckin chest plate g rap murderin niggas child go check files im killin executioner style comin straight sidewalks new york nigga livin foul kill em executioner style comin straight sidewalks new york nigga livin foul kill em executioner style", "Blowin' Up in the World": "back days kinda crazy kid started nothin wasnt livin like thanksgiving turkey without stuffin sometimes sweared god headed po house say mama caught drama would bleed tryin feed fo mouths wasnt rockin girbauds barely clothes snow temperatures droppin zero know froze cds black white tv see thats retire hanger antenna turned channels pliers nothin cabinet cans raid im knockin neighbors door borrow cup sugar kool aid wasnt freshly dipped gear straight ripped im trippin cause winter coat got lost buttons zippers wouldnt stay zipped never remembered dinner brother straight fat cat even big mac black kit kats top cracker jacks walkin streets weak sneaks feet freaks wouldnt speak never lipstick cheek much gettin humped stunts always struck one like says take hike cant pull buck gots dedicate next plate homeboys girls straight baby im blowin world im blowin world gotta get mines gotta get mines gots get mines know im sayin im blowin world im blowin world gotta get mines gotta get mines gots get mines yeah seems like yesterday moms back get butt sack find job hit road jack black dont disown im kid corona ged diploma ribs showin tony romas order get straight gots make muscle learned hustle bustle gave streets tussle standin corner slangin fat rocks bottles black tops cops got shorty watchin back hops makin mad lucci bought louis vuitton gucci hoochies callin boochi smooch givin coochie im felon started sellin splittin melons started jellin tellin police cause swellin hangin corner playin cee lo rollin half kilo yo youll never see g low goin yeah straight gettin fortunate long fiends torchin started gettin hot around block cops scorchin luckily made coppers could frisk diss business drugs gettin risky lamp collect stamps snatch tramps diamonds pearls straight baby im blowin world im blowin world gotta get mines gotta get mines gots get mines know im sayin im blowin world im blowin world gotta get mines gotta get mines gots get mines yeah got put dj polo cut record demo started chillin limos champagne tinted windows hoppin time pains sportin gold chains rings clockin money fame nothin changed im still spendin twenties tens women pullin linen grinnin cause winnin game beginnin lyrical skills kinda ill gave slight chill let hype build known rappers run go write wills turned hobo solo posing photos though dough used low puff cigars blow os catch flashback g rap track attacked like head crack get smacked cap lead black heres new cut poo butt rappers hangin two nuts like put members ku klux peep kool g rap dont sleep money unless ya girl straight kid im blowin world im blowin world gotta get mines gotta get mines gots get mines know im sayin im blowin world im blowin world gotta get mines gotta get mines gots get mines yeah", "The Streets": "streets yo happen streets clapping streets action streets packing streets cracking streets bringing back streets banging ya gat streets start hanging back niggas ride bust die bust murderous guys slinging pies lust corners hang name boast bank toast drive thing close slide james post empty clips coke fiends strung broke niggas bum jakes holdin gun back streets taped bodies laying faced cats running ace spots get em paced street lamps broke mad bitches bone niggas peep home flip zoned thugs bringing street war bust shots let heat roar taking trips bricks fiend towns spray shit bust rounds lay shit selling pounds great shit clowns get face lift spots gats pop shots clear block slugs knock block leaking hot sauce corners dice roll clubs ice glow lames get life stole bleed knife fold niggas laying law draw four pound pjs tore thoughts laying hoes blocks lick shots rock fifth cocked kids cop six drop brick box zip locks towns niggas kill posting real keeping gats concealed see foe peel strip get ripped hot lead get licked fronting clicks jewels get stripped sidewalks creep get locked street bop kids running heats lifting feets niggas let guns loose wild guns loose gat chin blow niggas shit sunroof decide pack nines chrome gat shines try clap mine outta line niggas get flat lined chickens get crew laced rocks blue face niggas giving screwface loot suitcase spots blood spills dealers clock mil murderers get kill mad cash ill beef turning combat life pump gats little kids harm put bombs moms niggas tied kidnapped smacked big gats get found wig cracked leave em right live running red beams blood flowing red streets mad fellas bread schemes running fed team little shorties knocked straight giving crouch juveniles decide pee ox crack blocks weed spots fiends detox rollin three drops others aint gotta beep bop bitches get ho smoke dope spotted nigga glow dick could blow 2x g rap giancana igloo entertainment doubt coming ya know keep moving ya better realize whoever dont guns us niggas aint playing games yall know routines yall know drill", "Money On My Brain": "95 keep live make papers knahmsayin motherfuckin kool g rap b1 motherfuckin man grimm comin somethin keep brain stimmed big 1 son jamaica queens turf imma exploit heaven earth worth mc extraordinaire jewels glare god rare im takin bitches back lair want mines strippin niggas drawers probable cause chrome double 4s queens new yorker bulletproof parka 84 calvins british walkers im sippin harveys bristol cream glock 17 sirens race scene tryin get dough like pablo today fuck tomorrow seats recaro recline monte carlo got game science clients turn small time hustlers giants three course meal waitin appetizer blowin like geyser time makes wiser paraphernalia material makes crew imperial put fear sippin beer two handlin business properly form monopoly storefront property another robbery im puttin forth effort murders method steak peppered son let meet lord shepherd bloody money gets niggas deaded wetted dont forget moneys metal hand magnetic gotta flip bricks cause broke drivin insane moneys motherfuckin brain zs kis triple beam bring fame name moneys motherfuckin brain niggas scheming team still maintain moneys motherfuckin brain cause money murder go hand hand aint nothin game moneys motherfuckin brain son crying hoping god forgive ones killed still dry eyes hundred dollar bills like mcdonalds makin mills servin fuck landcruiser cause got two suburbans stressed sittin thinkin past bed time scared cant sleep nightmares fed time diamonds linens ostrich phat shit ill talk code cause phones tapped crackheads worship like im jesus uncle sam cant stand cause im fuckin nieces cuties every color wanna fuck next buy new car maybe lamborghini truck next look jealousy eyes roughnecks bulletproof glass case wanna buck tecs large ratio game dies im flippin pies til senate legalize gotta flip bricks cause broke drivin insane moneys motherfuckin brain zs kis triple beam bring fame name moneys motherfuckin brain niggas scheming team still maintain moneys motherfuckin brain cause money murder go hand hand aint nothin game moneys motherfuckin brain im sportin flavors timbs 95 benz chrome rims presidential rolex two carat diamonds stone gems pockets filled lucci leather wallets designed gucci parlay restaurants eatin shrimp scampi sushi fly minks icicles blink inside cuban links looking spanked brothers think got loot like im doin banks hundred dollar bottles chammy condos miami front row seats grammys broke niggas cant stand hold flame blow hotel suites inside flamingo owned dagos step em rocking kangols straight fakin jacks cause crack shacks jam packed mad stacks show im right track like amtrak stand back cause imma make whatever takes shake jakes shoot snakes bake snowflake cakes drakes cut grill like im barber bill steal like gotti bodies found inside harbor cause im ill war kids kidnapped matter fact aint shit black young theres dope copacabanas cock back hammers til niggas pajamas get wigs split like bananas stable hotties niggas shotties catchin bodies neighborhood john gotti notes pavarotti yeah paid motherfuckin bank teller goodfella stay motherfuckin drug seller gotta flip bricks cause broke drivin insane moneys motherfuckin brain zs kis triple beam bring fame name moneys motherfuckin brain niggas scheming team still maintain moneys fuckin brain cause money murder go hand hand aint nothin game moneys motherfuckin brain"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/kool-keith.json b/lecture/lecture-9/rappers/rapper-data/kool-keith.json new file mode 100644 index 000000000..d54dc1cb9 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/kool-keith.json @@ -0,0 +1 @@ +{"Sex Style": "first drop juice see honey thats backs lick teeth niggas want free dogs drink piss niggas want free dogs drink piss niggas want free dogs drink piss want freestlye thats right style free niggas suck dick girls drink pee im sm shit cant get pull panties stage watch sweat quick suckers back pull style transsexual lesbians dance funky heterosexual mic rhyme start jerk let dog lick german shepherd want bust tear legs spot mcs anal sex step around like tampax step next enter new york problem dick california porno star ass lick saying sperm dripping partners butt see mcs face ass let put cape rubber mask horror core shit porno core im club naked man im fucking pro niggas cant wax ass girls let know niggas want free dogs drink piss niggas want free dogs drink piss niggas want free dogs drink piss back wreck shit nigga masturbate see girls cocked back legs tied like figure eight im stage getting sucked madonna sticking pipes ass stop freestyle drama pioneered shit keep sucking dick girls crowd hawking naked flick got silk underwear atmosphere piss face urinate hair name group thats shit pooper scoop fuck miss damage premises niggas step back dax grease watch ass twist rhyme anywhere golden showers greek alley movie star bitches mcs lining cali drinking vodka absolut sipping tanqueray mcs jump stung rectum like stingray girls heinie wipe mcs say shit hype pussies collapse id rather fuck em cordless mic come ride horse pull panties pay cost niggas want free dogs drink piss niggas want free dogs drink piss may beat balls ten pound hammer til asshole whistle star spangled banner nurse dr butcher anus dont care think youre famous could waxed seventy five fucking rap groups bisexuals stage eating fruit loops sugar smacks got rhythm ass cracks bring girl fantasize sex world niggas want free dogs drink piss niggas want free dogs drink piss niggas want free dogs drink piss", "Livin' Astro": "yeah every morning wake lookin mirror original black elvis thats right see wig side wearin short leather jacket marilyn monroe back im livin life im real thats think like tell fans got shades big rock star compared elvis signin autographs rappers girls move pelvis write songs strictly elton john lionel richie call butler get clothes washed maid ivory soap dishes clean feel like cascade count bills roll detroit sedan devilles throw skully big robe like marvin gaye step front row primetime move way budweiser fest soundcheck demanding respect come correct metro turn yall petrol im early bitin donuts sippin espresso sleep creep gainin ground week ampex reels makin phone calls im closin deals move skill ride philly streets cherry hill im doin well im doin swell yeah flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two movin roughly straight desert san antonio talk swift rock king black romeo pack clubs promoters put tokyo damage area imma launch fierce missile roast fools movin butt like im toilet tissue issue man dont miss scottie soft play like jan van breda kolff new jersey nets real man aint darnell hillman bald head like slick watts run rap like mayor koch forward info tony liu crank benzo move driveway girls look turn eyeway jealous fact tryna rip capes back move timing potential instrumentals yall front bet slum gold drivin rentals get real dino runnin groups like rhino endin careers thats job yo rap final cancel stores new job moppin floors fixin tiles stoppin potholes roof work service tips man speak truth flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two one two pull hoods bumrush afterparty manager scared radio station saying sorry pack bags move luggage coliseum infinite prime piece statues rock museum changin zones drinkin cocktails cellular phones tour anthrax texas rolling stones booked agency famous artists payin hotels fly room sneakers starin moon mad atmosphere ridin first class british air lobster steak yall back time doin remakes im futuristic nine nine year 4000 make announcements drop skills bounce fly young ladies amg kicks two thousand mercedes brand new models seen one colorado light green metallic shark bar eatin salad lorenzo wheels valet park shoppin beverly hills step wildest spaceship kid plymouth prowler comin flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two", "Super Hero": "superhero vision sonic listen superhero vision sonic listen superhero vision sonic listen superhero jvc nice ive around japan electronic calls viktor high scales richter media say im mature check wikipedia coach walkers let walk run speed come place superheroes meet x men drinkin tea watchin chicks cups spiderman saw doctor oct spittin top new york city bus city island eatin shrimps throwin fries water swans ducks itd wrong universe drive monster green lamborghini 5s come reunite throw beanies molest cholesterol yous fine tune abuser yankees lost blue orange team amuse us could make million rappers whisper hush cold stone ice cream dont lick much hold balls easy soft touch throw ladies bucks reindeers jump need antler juice ski hat mommy goose superhero vision sonic listen superhero vision sonic listen superhero vision sonic listen superhero vik sick captains pilot suit designed travolta mind mind another culture vulture threw tulsa dimension right time heroes hustlers convention admission gotta list play position peon metal fist hes purely secular mission stroll wearin doom clarks second edition web slinger need beat well black flank test spidey senses bank account illest mention hermaphrodite whose pants tight dance aight gave puck alpha flight mask bright lightnin type shinin got teen titans fightin sippin hulk milk least said milk hello kitty catsuit bet silk grabbed award bein hella raw course scored relic next rhyme yall excelsior superhero vision sonic listen superhero vision sonic listen superhero vision sonic listen superhero", "Sexy Girl": "sexy girl okay double oh l keith sexy girl sexy sexy sexy girl sexy sexy sexy girl sexy girl sheer panties im driver life love steal panties closer near panties observin home amateur vhs tape love around house motion pictures make neighbor whip cream legs smeared duncan hines thighs meet fingers taste thing fudge great chocolate cake niagara falls needed im swimming pool dressed like dracula ill bite neck lake scripts natural cant beat paramount pictures backdrop behind capitol records fake girl youre beautiful control weight sexy girl sexy girl sexy sexy sexy girl sexy sexy sexy girl home alone touchin different places phone midnight blacklights flow youre love zone microphone adjusted love tone keys heart youve completed task gimme secrets combination captain boss got bra hand guidance counselor life official support every time cry moan brought freak way neck leak desire aint false everything write true favorite singers old theyre primitive stuck time im brand new sexy girl sexy sexy sexy girl sexy sexy sexy girl dont get wrong walk around pace floors satin thong sheets electric feelings reach pullin lips fruits passion two pineapples face tongue taste tip peach send flowers doors ups packages circulate streets celebrate victory jergens lotion glaze feets hand palmin bun ima show girl police officer badge uniform handcuffs make fun kneel kitten bowl rearview awesome watch lips unfold sexy girl sexy girl sexy sexy sexy girl sexy sexy sexy girl echoes", "Plastic World": "yeah kool keith keep real rap space mars yo im tired looking everybody boots skully hats 90 degree weather looking get clubs free im smoking blunts looking jazz records roosevelt left new york city stress depression high boots urban beats wasnt direction producers filtering join rb million rappers clones trying sound like biting space styles biting horror core saw little kool keiths tour record companies gd royalties watching vinyl spin local groups wack mcs try rap perpetrate mobster crap karl kani jeans fat stomachs limosines mixtapes wack djs doo doo play im turnpike city drifting highway like mirage style illusion videos town peoples spot confusion rolling high caps pulled eye since yall cant see chorus x2 world made plastic city buried dreams world made plastic cause thats way seems watching tv bored imbiciles hold mic cord graffiti playgrounds played yo howd sound army fatigues weak minor leagues rapping cyphers brothers rented benz crews stage acting hard thousand friends saw place turn plastic crack heads looping beats people deals walkmens rappin streets turned back 90 city sounded wack payola scams switch djs like rubber band everybody clear beats trying premier clearing samples sp 12 fake examples money grosses green label act rich cash bigger label tri state ways shut barricades fact pack bags listened e 40 mac mall c bo rappers dont know youre narrow minded styles mine wont find sound proceeds moog undertone bass comic gimmicks beats rapping face come back real solid rock razor steel tappin program show world im man copy poppa large industry robbed chorus x2 see soda wack rugged beer commercials rappers bought puppeteered like ninja turtles manhattan heat yo light times square make noise like open high hats cheap snare promotional shows girls wear corn rows people hooded sweaters crack keep toes walk straw hats glasses projects bring ghost image tense line scrimmage playing numbers waiting five come spaghetti window people acting dumb fire hydrants wet neighbors familys nosy come go please blockhead mcs bought sneakers car scrambling corner im star citys fallen far mechanism youre tip stay penis youve duplicated years yeah yeah yeah one chorus x2", "Take Off Your Panties": "coming thursday new orleans superdome special attraction kool keith straight bronx new york city tickets go sale take panties let see g string let see got take panties let see g string let see let see girl long time since saw dont know adore lick earlobes like candy love turquoise silver silk panties take trip bahamas room marriott elegant martini calvin klein pajamas camera ready film take pictures act like exotic dancer tonight ima get witcha take boring mode high scoring mode explore private sensation put new road get new life leave old ideas go head work pole take panties let see got take panties let see got take panties let see got love baby lotion tub water runnin lingerie stunnin exceptionally gorgeous princess bedroom set purchased thought couldnt afford best massager need best kiss dreams come true make best wish time morning light shines teardrop cheeks begin peeking window blinds last night delighted hearing moans sighs erotic adventure mint green mascara around eyes work pole pole pole take panties let see got take panties let see got take panties let see got four week vacation mexico taught everything cant let go cry eat though scream orgasms im heated though run fingers hair extremely dance act like go go together manhattan walk soho dial phone tell im home solo relax bed see fire engine red mask eyes latex police top head submissive kinky cant resist everything said baby take panties let see got take panties let see got take panties let see got", "Black Elvis": "yeah 2000 black elvis get raw tour bus packed black elvis recordin 48 track studio madison square garden soundcheck speak direct fans upper level backstage passes wearin diamonds around glasses leather coat thirty thousand wilson countin mills im talking andre harrell chaffeur drivin around green rolls royce parked parallel fifth avenue steppin bloomingdales waitin celine dion get nails done tour dates start tommorrow mci send cash wells fargo black elvis 28 gs night tour bus motley crue gon stop rock star dont need tattoo guitar sharp fender bass stratocaster prodigy rage machine flyin atlantic ocean potion black elvis rock star walkin broadway yall thinkin black elvis rock star walkin broadway chillin project hallway tour bus painted neon green black wheels big wheels count big head franklin bills movin thats im black elvis civic center promoter book venues small ignore call seventy thousand jam packed arenas rock fans wearin backpacks merchandise sell nice gold shirts red lights sponsored dial soap heineken biggest rock star gon rhyme roadie cases eight months samsonite suitcases rappers comin home money red eye dead eyes stadium tickets watch scalpers get wicked pull limo ejecting demo stretch lamborghinis four doors four floors followin right behind basic continental get rental get mental huge signs highways see biggest advertisements im tim mandelbaums office getting next assignment walk sony building grab checks stop hilton warner brotherschapell back royalty statements name matthew three apartments west 200 songs five minutes ampex reels shark bar chewin billionaire meals apollo digest im hard act swallow paris france model real estate agent thats building kids playground denver colorado vacation unknown im speakin 3 way roberto duran sugar ray leonard cellular phone upstate connecticut hold rap style better grip", "Little Girls": "yo keith man turned tv man kids thinkin hardcore man gotta somethin man yo little girls think theyre hardcore got nine cars tons champagne cases two thousand people killed fake murder cases videos exaggerate things never make style tissue chocolate fudge cream cake companies back people wanna slap original fraud funny mic cord persuadin kids hard every stage tour cold scared motel cant come show panties hurry run petrified hallucinatin thinkin hardcore got style roll 50 people lookin hard mean aint pullin triggers pay bodyguards actin hard get pistol whipped booty tapped face scarred camouflage gear war aint army kid little girls think theyre hardcore shows packed youre gassed im youre scared turned trois looked away feelin weird walkie talkie standin close near door thinkin bout records pop doo doo posses wait texas detroit bumrush bringin rubber crew nervous smokin dust perpetrate front show teeth smokin blunts rappers cancel shows ran away stunts manager scared ghetto mugs starin crew pressured even act harder took new york south folks wasnt havin three kids dc pulled laughin ran funny style girl style panty style freestyle style last week bitin kid bo peep panties rectum got torn rearranged caught show naked butt cracked two rolls film tryin sell pictures lover molestin little brother smacked stole pistols little girls think theyre hardcore tommy didnt raise go catholic school mom gotta keep front gimmicks sell records people dont know mean really thats even though soft friends us make money thats gimmick", "Keep it Real... Represent": "yeah rappers spread cheeks pull panties take wig let see bald head thats right got kodak pictures goin black tail youre gonna star yeah heard quit rap wife went back porno flicks turned drag queen call girl doin tricks nighttime prostitute kid imma take loot heard queer like boy george blowin flutes high heels stole moms birth control pills new stuff heard sex change got vagina grandmother think strange new eyeliner flirtin gay designer girl felt mines pulled calvin kleins saw tampax gonorrhea red stopsigns looked said mmm put panties back jerked foxy brown verse wanna stand back bust nuts butts girl cocked lollipops doggie style feel im dealin plastic watch fake smiles yeah meet left right keep real represent nuts got utensils back kid yo guard rectum im crazy mental man dont respect pain mom abortion big head boo put roaches whole crew scared crack pipes family throwin doodoo wear welcome little girl sex desires handicapped friends mine blow tires like alfred hitchcock ghost stands block nine mils drug addicts keep triggers cocked methane witchcraft brain blow headpiece break quick plane seal coffins celebrate champagne get drink absolut cranberry juice paranoid rug spots see purple moose smokin sherm paralyze butt lick head girls still pee bed yo take wig yo punk let see caesar keep real represent nuts gets wreck kids babys pampers wife banned leavin bras hampers heffers ugly plastic still bug im melrose nicoles takin sun strolls black girls weaves white girls flat butts name h spelled name woman one time man know game panties stuck sweat leakin crotch collard greens wet pig cant eat much shut whole face two oclock girl sunset dennys suckin cock white pumps blonde wigs rottin trunks homeless monkey barbie doll crystal junkie im joke respect kinfolks tie tubes back scope asscrack got paid doodoo package rap wack yeah yeah know yeah keep real represent nuts thats right nine six seven representin scrotum hairs testicles lick yeah dont buy basement tapes sheisty things going somebodys pipes labels foldin goin ninety six nobody play records citys tuff tuff pity", "Make Up Your Mind": "yeah called last night kinda confused huh didnt know excited football players baseball players whassup lookin million dollars somethin man kinda confused freak mode im set let em feel touch private thing made steel shootin gism ride like geo prism im cali san bernardino valley im hill north peekskill big willie servin tell pimps feel im cadillac drivin droptop people dont know style watch heads bop im highway girls pull em way credit cards checks man get paid friday womans phantom pushin clout im watchin sam drinkin guinness stout bourban booze green alligator shoes union comissioned sex government intelligence see girl benz irrelevant materialistic ugly man plastic class suit cost rather cheap got nerve blow horn try beep interfere spot hes comin near shes white boots breathin ear chorus kool keith make mind want pump butt infections condom style got yeast worldwide trunk funk jazz east breakin honies mackin petersberg virginia slim turn freaks lynchburg brown bootie joe smith hit pittsburgh right player even choose odds let shuffle jackpots women pick cards hydraulic butt bounce like six trey im case jealous man steppin way hot pursuit play get boot actin like troop say signed group wrote babyface songs toured snoop lyin get droppin old lines breath smell like doodoo got style brother wanna know smokin stank blunt still sniffin blow nose runnin time green slime step club throw urine mind big luciano diamond rings grand piano girls flock guys hop jock im two door bass comin block sound kicks got fly broads mix california butt mcs suckin like gerald levert try make work jheri curl jones spendin cash skirt plan win whassup uncle ben brother slab fatback bacon still fakin voice chords achin know im perplex exotic ampex dogstyle champ hittin booty butt sex cant disguise like michael jackson flasher ready action chorus kool keith make mind want pump butt make mind want pump got summons clothes im butt naked discotechque dont tell ladies cant take drawers overcoat el dorado lean black caddy float hill frankie dolla bill honies red zone tell drawers feel suckin hippie mississippi econo lodge cheap way get quickie five five equal ten add twenty im back spot blowin drop bomb two big green mitts tails arm way man yo b excuse didnt call girl accuse think youre insecure sure girlfriends home shes knockin door back ride apartment place wash cant clean dont know yet discipline act stack fume twenty four flicks cant win takin shots like knicks im old enough skills daddy go ask grandma freaky aunt sally pretty woman standin ugly man dont wanna shake hand chorus kool keith make mind want pump butt make mind want pump"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/krs-one.json b/lecture/lecture-9/rappers/rapper-data/krs-one.json new file mode 100644 index 000000000..a40cc9a2f --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/krs-one.json @@ -0,0 +1 @@ +{"Sound of da Police": "woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast stand clear manll talk cant stand stand cant walk walk watch run new york policeman come bust park know fact dont like act claim im sellin crack doin id rather say see ya cause would never ya officer wicked overseer hotshot wanna get props savior first show little respect change behavior change attitude change plan could never really justice stolen land really peace equality car hooked know wanna follow laws minimal cause wont even think lookin real criminal got cease cause getting hyped sound da police woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast heres likkle truth open eye youre checkin boom bap check exercise take word overseer like sample repeat quickly crew example overseer overseer overseer overseer officer officer officer officer yeah officer overseer need little clarity check similarity overseer rode around plantation officer patrollin nation overseer could stop youre officer pull hes pursuing overseer right get ill fought back overseer right kill officer right arrest fight back put hole chest ride horses 400 years ive got choices police likkle gun im streets walk around bigger one hear day run light upon way yes indeed yes indeed yes indeed yes indeed woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast check message rough stylee real criminal c p check undercover one pd mere black man wan check check car shine like sun jealous vexed cause cant afford one black people still slaves til today black police officer nyah see way want salary want put badge kill people grandfather deal cops great grandfather dealt cops great grandfather deal cops great great great great gonna stop woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast yes indeed yes indeed yes indeed yes indeed woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast", "Step Into a World (Rapture's Delight)": "step world theres one left best mc test step world hip hop mcs djs build skills play every day rapture yeah yes yes yall ya dont stop krs one rock yes yes yall ya dont stop krs one rock im bout hit traditional style cold rockin givin options head knockin non stoppin tip toppin lyrics droppin styles forgotten bring back raw hip hoppin like records tapes coppin cop breakdancin boogie poppin lockin tic tockin guaranteed clockin get better better gotten type flow dont even think stoppin beware length rhyme flow shockin music lovers place right never understood way krs got yo im strictly skills dope lyrical coastin relying talent marketing promotion dope lyrical flow must gots go name quickly trust im sayin im number one uhh im sorry lied im number one two three four five stop wastin money marketing schemes pretty packages pushin dreams fiends dope mc dope mc witout record deal see thats krs son im run mill cause mill dont run yes yes yall ya dont stop krs one rock yes yes yall ya dont stop krs one rock step world theres one left best mc test step world hip hop mcs djs build skills play every day rapture everybody mic party sound alike recite black white whats right let take flight style tight good tight good come tight good old styles pass dat slow fast rap yo ass crack cocaine dont pass dat conjure ask dat hyper type flashback publish like ascap lyrics hand clap past rappin youth trackin talent lackin mcs worried financial backin steady packin gat somethings gonna happen doesnt wind shootin cousin buggin appear everywhere nowhere know style bumpin even though people front god rap heard one rhymes toward sky givin airplanes mad turbulence rap tournaments reign permanent dont think number one spot im concerned course rap im turnin back good old fashioned way getting cash money earning bogus hocus pocus bring back focus skills notice position lotus quote mcs hopeless thinkin record sales make dopest yes yes yall ya dont stop krs one rock yes yes yall ya dont stop krs one rock step world theres one left best mc test step world hip hop mcs djs build skills play every day rapture", "MC's Act Like They Don't Know": "clap hands everybody got takes cause im krs im mic premiers breaks goin hardcore hip hop goin hardcore hip hop course dont flip flop dont know doubt youll ever know never grammy wont win tony im mc keepin real grab mic smash rapper girls go ill check time rhyme 1995 whenever arrive party gets liver flow master rhymer leave behind video rapper know chart climber clapper goes another rapper onto another matter punch data blastmaster knowledge reigns supreme nearly everybody call krs im guaranteed rip party flat top braids bald heads knotty dreads story man named jed jed dead kids instead want kick rhymes top head word go around come around figure got white kids callin niggas tables turned crosses burned remember must learn styles flip wild get go like space age rocket ship could mack pimp hustler player make sure live dope rhyme sayer mcs act like dont know mcs act like dont know mcs act like dont know waited year hardcore thats krs big grand wizard theodore gettin ill see ya saw im grill mad skill mcs battle rhymes got punchlines lets battle see headlines instead flow flow lets go show show toe toe yo better act like know many mcs take word emcee lightly cant move crowd even slightly might fact express wackness let show ya whose ass blackest flip script little bit ride tip shit sick get admit bit style counterfeit tone bit title never get im intelligent ill send family sentiments style toxic rock shock hip hop unlock head knock split quick lyric direct hit perfect fit cant get mcs act like dont know mcs act like dont know mcs act like dont know mcs dont like krs must respect cos know kid gets rectum slappin selectin em checkin em disrespectin em deckin em deckin em deck em right mind mimic style like mine design rhyme get mine time mcs standin sidelines always dissin roll rush crew start bitchin dont burn dont freeze yet mcs believe could tango likes cross ts dot whenever arrive wide magnified live like ocean tide dope lied reside like artifacts wrong side da tracks electrified comin around mountain run hide hopin defence mechanism divert heat seeking lyricism spark mad izm 1996 lyrical styles give em mcs act like dont know mcs act like dont know mcs act like dont know mcs act like dont know mcs act like dont know", "Hip Hop Vs. Rap": "cant cant ripping mic mic like measles contagious like lyrical pages ripping flipping mic back back days days kinda hectic hectic suckers dont respect check flame know light bright keep watching im stolen property kicking flavor society police clocking logically got cause taught serious poetry would come socrates aint 94 ill kick hit front shakespeare id battle punk take shit im bust narrative come give listen rap something hip hop something live difference kids nowadays got video rappers dont need skills build dont really know hear yo im four times arsenio got ten videos help flow thats come show mcs act like dont know cause young rock disco frisco disco disc like nabisco chocolate chip cookie dont fuck rookie im rocking beats death defying feats im never squeaking im always freaking im speaking inside im keeping statement police im peace turn cheek dj gets mixing records go round round round go two years ago friend mine flash gonna rock mind welcome terror dome terror dome wonder take home e f f e c cool operator operating correctly back days knew rap would never die late baby bye bye batty boy head head head insane membrane take train take train e h man hattan keeps making brooklyn keeps taking keep coming back hits party people came door said two years ago super ho train goes track pick pick pick back back back grill grill friends many mcs must get dissed somebody says dont fuck kris hey ho keep moving dont stop body beats biz lets dance called pee wee herman hey erick sermon hey get cloud go baby go baby gods must crazy aint fresh aint fresh yeah", "A Friend": "beat supposed drop right beat supposed drop right beat supposed drop right yeah yeah yeah uh send one right hand man mens womens whole crew real fam count dough kick flow chill watchin videos actin really silly yo really though end whether bar superstars cruisin trooper car really dont care really need friend cant trust cant hang us respond show respect respect respond connect deck intellect man never shifty thinks quickly cant understand boys boys could stand corner hat sellin toys aint benz hope aint mine man dissin freestyle rhyme gettin gs around world trust girl man chillin jam whats plan im yes man none friends yes men women im drivin see peeps yo get fit true friends quick sit beginning trouble bankroll doubles fred flintstone barney rubble still got space like hubble count dough kick flow chill watchin videos actin really silly yo really though end whether bar superstars cruisin trooper car really dont care really need friend cause dont nobody care us doubt us blow spot wanna crowd us wanna shout us man way back gots say actin large dont play cant say play isnt fast paced friend acquire taste become two faced thats disgrace aint nothing say us kid grew betrays trust used ride bus trust cash checks drive lex cant show respect one us yo heads hang aint tryin get get sit quickly backstabbin clique roll thick friends really end right hand men women mutual support beginnin exactly ive count dough kick flow chill watchin videos actin really silly yo really though end whether bar superstars cruisin trooper car really dont care really need friend back back attack corporate america gettin fees amount gs every area man aint gotta drag along pull weight yeah definitely got goin dont see nothin wrong little bumpin car system thumpin crew always got somethin nothin frontin whatever wed still crew together word fake people aint worth turd want friend overheard send record well respected friends ive collected hope expected check check count dough kick flow chill watchin videos actin really silly yo really though end whether bar superstars cruisin trooper car really dont care really need friend", "Outta Here": "boogie performing hey aint joke sound called b p back days knew rap would never die used listen awesome 2 whbi used hear kind rap groups sampling loops rappers wore bell bottom lee suits kenny couldnt afford would go park jammin hear rap used listen till cops broke always thought damn fucked nevertheless love microphone stayed way left home streets new york im free freedom comes big responsibility used walk around driven force remember large super rhymes fell used wonder crews used rock large none could manage stay top ever think outta record deal video outta mercedes benz range rover outta doubt bdp old school aint goin livin streets alone years went signed group home used watch show dream jeannie dreamt large like whodini messin graffiti subway gettin chased cops almost everyday knew bea better way see would go room blast run dmc around 1984 left group home alone still dreamin microphone gimme chance man know rock worry puttin money pocket reached shelter met helper dj scott la rock loved hip hop takin suckas shelter system yeah rappers shelter diss em along vision never lost kept seeing rap groups fallin ever think youre outta fly girl fresh gear outta five thousand dollar love seat outta doubt bdp old school aint goin im battling rival crews yes bdp would stay street news said wanna battle cant write song careers wont last long around time used hang ced gee dj scott la rock used buy gold eric b didnt meet rakim till later scott remember jammin rooftop used irk critics opinions scott would say keep rappin ill keep spinnin fucked contract signed dropped hip hop album criminal minded told critics opinions bull time eric b rakim dropped paid full hip hop pioneers didnt ask right hip hop changed drastically people didnt wanna hear old rap sound started samplin beats james brown middle doin philosophy scott killed shit got knowin laws life death knew breath one breath nothin left scary dropped means necessary another hip hop group friend revolution crew called public enemy takes nation millions hold us back two albums set consciousness rap along im still lookin around see rap groups fallin ever think outta condominium beach house outta credit cards bank accounts outta doubt bdp old school aint goin", "AZTECHNICAL": "dont like singing sing different hook dont like cooking get different cook dont like wearing get different look wanna escape armageddon read different book knowledge right dont even look december 2012 got whole world shook look last days others first days us question ask trust respect 2012 stuff really study fear dont apply us yo hollywood lies us day question culture say wheres culture whos prophet history guides spiritual logic starts story hypnotic myth comes along adopted culture forgot december 2012 lets continue topic turn page present world age began 3114 bc according mayan calendar age concludes december 21st 2012 ad 5125 years cycle calm one world age nothing changes overnight process transition happens many days mayan calculation kin one day mayan winal thats 20 days tun 360 days katun 7200 days baktun 144000 days applied milky way cycles saw sun moving across milky ways equator lining galactic neighbors weve shifting 30 years seems 1980 2016 shift occurring youre learning movies wont know survive stay alive storm cause new world order born oh dont know man programs still watching lindsay dont see low hand let go man flood coming dont scared get prepared keep motor running rock higher level yep mass control heres philosophy cortes knew aztec prophecy invaded society studied cultural psychology knew armor guns steeds arrived aztec year 1 reed thats year quetzalcoatl prophecized return exile fact cortes played aztec myth took away peoples resist cortes played religious beliefs blinded aztecs cause thief look yucatan thats mayan book cycles lets mayans know gods gonna strike fact every 13 katuns see mayans visited catastrophe every 200 56 7 years mayan people lived fear island tayasal flores spanish came armed knowledge knew according mayan heavens next cycle 1697 mayans stood fixed heavens spanish showed weapons march 13th 1697 mayan people learned terrible lesson fears tears used cause 80 world control mental back mayans getting 257 years tayasal us backed coup overthrows democracy 1954 thats exactly 257 years spaniards arrived shores im getting core lesson lets see happens 2211 thats next cycle people remember like 2012 21st december consciousness may shift may turn light universe youre gonna alright pole may shift soul may lift higher consciousness know edutainment style persist forget fear knowledge runs", "Ah-Yeah": "ah yeah thats whatcha say see devil ah yeah thats whatcha say take devils crown ah yeah stay alive things change around ah yeah ah yeah go kickin science ninety five illin parental discretion advised still dont call nigga mc goes call god cause thats black man roamin forest hardest lyrical artist black women bitch youre goddess let known lean krs one like wall cause im hard represent god wack mcs one style gun buck say lets buck revolution shut fuck cant get start riot minute youll hear many bowe bowe bowe think im riddick mcs talkin bout hope dope ill devil infrared scope woy thats calling father boy klak klak klak thats putting scars mothers back bo thats calling sister ho buck buck buck cause dont give motherfuck remember whip remember chant remember rope black people still thinkin voting every president ever lied know im kinda glad nixon died ah yeah thats whatcha say see devil ah yeah thats whatcha say take devils crown ah yeah stay alive things change around ah yeah ah yeah first time came planet every time come could understand came isis words tried ban came moses couldnt follow commandments came solomon people lost came jesus nailed cross came harriet tubman put truth sojourner times come nat turner tried burn lynch starve come back marcus garvey bob marley tried harm used malcolm x im planet one called krs kickin metaphysical spiritual tryin like get showin invincible black panther black answer real spiritual form turn bobby seale wheels steel spirit flies away enters kwame ture ah yeah thats whatcha say see devil ah yeah thats whatcha say take devils crown ah yeah stay alive things change around ah yeah ah yeah streets eq di di di grab air speak code devil cannot see unload another cerebellum tell em vibes go denim leather whatever however im still rockin used pick cotton pick cotton shoppin forgotten buildin cypher yo hear kid government building pyramid son god brighter son man spirit check dollar bill g got time fancy mathematics mental frequency frequently pickin static makin naked body addict democratic press auto kill automatic ah yeah thats whatcha say see devil ah yeah thats whatcha say take devils crown ah yeah stay alive things change around ah yeah ah yeah", "Black Cop": "buck buck buck buck buck buck buck buck buck rude bwoy lissen black cop black cop black cop black cop stop shootin black people gonna drop dont even get paid whole lot take 60 put pon lock take four five put pon lock lookin people walk block america drug spot get black cop watch drug spot black drug dealer avoid black cop theyre killin east coast block killin west coast block white police dont give care dat dem want us killin crack anyway put black black black cop black cop black cop black cop black cop black cop thirty years ago black cops couldnt even run drive round block recently police trained black cop stand corner take gunshot type warfare isnt new shock black black crime nonstop black cop black cop black cop black cop black cop black cop dont sucker dont sucker comin face dont sucker heres west east common black cops cars profilin hardcore kids west got stress east chased black beast black cop real obstacle black slave turned black cop logical psychological havent heard black cop killin black kids johannesburg whassup black cop yo whassup authorization says shoot nation wanna uphold law could law dissed whole black community cant play sides fence 1993 mad kids gettin tense black cop black cop black cop black cop stop shootin black people gonna drop dont even get paid whole lot take four five put pon lock take 60 put pon lock take uzi put pon lock black cop black cop black cop black cop black cop black cop dont sucker dont sucker dont sucker dont sucker comin face dont dont sucker comin face dont dont dont sucker comin face dont dont dont dont dont sucker comin face dont dont dont dont dont sucker comin face dont dont dont dont sucker comin face yang yang", "I Can't Wake Up": "want count ten nine eight seven six five four three two one asleep one im blunt gettin smoked cant wake im blunt gettin smoked cant wake im blunt gettin smoked cant wake im blunt gettin smoked cant wake im dreamin bein blunt im runnin around cant wake hah im dreamin bein blunt ho im walkin around cant wake im tryin wake cant wake run jump someone yelled get blunt get blunt im thinking major ive got bunch people chasin razor dont like dream blunt cant get cant seem wake im runnin racin blunt smokers chasin insane im caught house pain im picked said gonna put head slit back tobacco fell im hollowed wet thin yes ready poured shumpang gently wet im mouth yo cant wake yo im blunt gettin smoked cant wake check attire comes fire ow lit im burnin minute check heads came chill everlast took pull passed cypress hill cypress hill took pull lungs full whos next im bein passed das efx took mad pull smoke blows heaps really smoky still see black sheep whoa black sheep gets relights room proper im passed shabba shabbas voice gets low like tuba said follow rumor passed grand puba wasnt burnin right puba got mad said rolled passed kid capri kid capri said wont front pass redman knows roll blunt redman said need roll hit relit passed de la soul de la soul took hit kept hittin theyre buggin cause passed bill clinton bill clinton said ill smoke wont inhale ill hit twice got slapped greg nice fell floor greg nice picked im bein smoked cant wake get somebody wake im still fire im still bein smoked half body gone theyre comin head head pinched teddy ted crazy nightmare got go got wake im passed yo yo yo yo gets respect lady didnt smoke passed showbiz ag ag said respect due seen got one big pull passed smooth b smooth b although hes talking teddy took hit passed fab 5 freddy freddy said yo theres nothing left pop looked face passed chubb rock chubb rock said yo freddy chill ever catch smoking kick grill im dreamin"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/lil-b.json b/lecture/lecture-9/rappers/rapper-data/lil-b.json new file mode 100644 index 000000000..a3cbb520d --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/lil-b.json @@ -0,0 +1 @@ +{"Star Shopping": "wait right ill back mornin know im important girl youre much gorgeous much perfect right know im really worth give time could work give time work losin patience girl dont blame earths rotation youre waitin look face fuck waist cause one conversation week thats friends always hatin fuck em though matter fact aint never asked one help thats dont pick phone rings none exes lil peep nobody flexin much thats text tell love know someday ill sea makin money smokin weed think funny open get comfortable got comin love love know im nothing like someone family want find way would walk look face talkin cause one conversation week get one conversation least shout everyone makin beats helpin preach musics thing keepin peace im fallin pieces look sky tonight stars reason reason shine reason like mine im fallin pieces look sky tonight stars reason", "Save That Shit": "fuck life cant save girl dont tell could save shit want payback way always play shit aint gettin nothin im sayin dont tell nothin like motherfuckers make rich make baby make take baby wont make back growing sick dont wanna make sad make scared baby wont take back nothin like motherfuckers make rich nothin like motherfuckers make rich fuck life cant save girl dont tell could save shit want payback way always play shit aint gettin nothin im sayin dont tell nothin like motherfuckers make rich make baby make take baby wont make back growing sick dont wanna make sad make scared baby wont take back another lonely road go another lonely road home wanna know gotta know wanna glo baby could glo fuck life cant save girl dont tell could save shit want payback way always play shit aint gettin nothin im sayin dont tell nothin like motherfuckers make rich make baby make take baby wont make back growing sick dont wanna make sad make scared baby wont take back make scared baby wont take back nothin like mothafuckas make rich", "Benz Truck (Gelik)": "lil bo peep brand new bitch back club gothboiclique iced teeth iced whip limousine tints suck dick friends switch benz truck always wanna fuck tell bitch good luck always wanna fuck cause came yeah lil bo peep brand new bitch back club gothboiclique iced teeth iced whip limousine tints suck dick friends switch benz truck always wanna fuck tell bitch good luck always wanna fuck cause came drugs nose good drugs cup dont wanna wait know gon make wanna hate pretty soon gonna hate gettin cake hate dont faze money make ill never let change dont wanna wait know gon make wanna hate pretty soon gonna hate gettin cake hate dont faze money make ill never let change lil bo peep brand new bitch back club gothboiclique iced teeth iced whip limousine tints suck dick friends switch benz truck always wanna fuck tell bitch good luck always wanna fuck cause came drugs nose good drugs cup lil bo peep brand new bitch back club gothboiclique iced teeth iced whip limousine tints suck dick", " witchblades": "moneyposse ooh bi big head beat switchblades cocaine gothboiclique make ho shake black fur black coat gothboiclique back ho switchblades cocaine gothboiclique til soul take black jeans half black hoes gothboiclique castle high school loner reject poser multiple personalities im bipolar swear mean well im still goin hell witchcraft love chants whisper ear put trance cocaine night long die bury ice witchcraft love chants whisper ear put trance cocaine night long die bury ice die bury ice die bury without lights lights nightlights clothes baby got good white die bury ice die bury without lights lights nightlights clothes baby got good white clothes baby got good white tell secret ill tell one mines wanna talk dont wanna fight ask im alright want lie switchblades cocaine gothboiclique make ho shake black fur black coat gothboiclique back ho switchblades cocaine gothboiclique til soul take black jeans half black hoes gothboiclique castle", " beamer boy": "man dont know fuck goin lately bro everybody actin real different shit aint nobody nobody talkin like months ago everybody hittin phone shit im mothafuckin schema boy im dreamer boy love girl dont even fuckin need boy baby im beamer boy need beamer boy want z3 thats two seater boy okay pull cash shawty pass take ass spaz okay yeah hit shawty get back got death notes list yeah im zone put phone im im ya girl wanna go real one hit jgrxxn like whats deal bruh see doin shows im pro got hoes got dough dont wanna hear want real shit want drug talk cant feel shit im never comin home alone cant let bros cant let bros feel like im one thats told ima show ya baby chosen ayy im mothafuckin schema boy im dreamer boy love girl dont even fuckin need boy baby im beamer boy need beamer boy want z3 thats two seater boy okay pull cash shawty pass take ass spaz okay yeah hit shawty get back got death notes list yeah im zone put phone im im ya girl wanna go real one hit jgrxxn like whats deal bruh see doin shows im pro got hoes got dough dont wanna hear want real shit want drug talk cant feel shit im never comin home alone cant let bros cant let bros feel like im one thats told ima show ya baby chosen ayy beamer boy", "Awful Things": "bother tell awful things know love helps get without bother tell awful things know love helps get without bother tell awful things know love move love like attention find obvious makes obvious feels tension two us two us tonight burn til im nothin memories get girl get girl burn til im nothin memories get girl im one bother tell awful things know love helps get without bother tell awful things know love move love dont turn back let teardrops fall speeding away city rearview heart racing whenever im near gothboi jumpin stage carry away carry away burn till theres nothing left would scream name last breath take favorite dress lay head chest diamonds rubies gems bother tell awful things know love helps get without bother tell awful things know love move love", " crybaby": "skedda said im crybaby cant lately girl drive crazy amg mercedes speedin highway lookin street lights geekin friday never sleep right knowin hurt dont deserve shoulda curved know im worst boo could cool got dance moves got vibe swear perfect ride wanna die wanna die got vibe swear love gettin high love gettin high wanna hide find ill inside im makin music cry oh lonely world know gon get lonely girl thats fo sho oh im lonely boy made lonely boy yeah know oh lonely world know gon get lonely girl thats fo sho oh im lonely boy made lonely boy yeah know said im crybaby cant lately girl drive crazy amg mercedes speedin highway lookin street lights geekin friday never sleep right knowin hurt dont deserve shoulda curved know im worst boo could cool got dance moves got vibe swear perfect ride wanna die wanna die got vibe swear love gettin high love gettin high wanna hide find ill inside im makin music cry oh lonely world know gon get lonely girl thats fo sho oh im lonely boy made lonely boy yeah know oh lonely world know gon get lonely girl thats fo sho oh im lonely boy made lonely boy yeah know", " the way i see things": "got feelin im gonna next year lets laugh little im gone ive dreamin shit got high dont love shes singin songs dont feel much pain got knife back bullet brain im clinically insane walkin home alone see faces rain time go spend gettin high hide 5 0 lines go im high fuckin eyes closed dont fuck im mind though come fuck mornin blinds closed show everything learned away runnin away im givin way way see things take away im givin way way see things", " hellboy": "one waited centuries see strange far path barely see promise glory hellboy dont even know ive dont gotta like ya bitch blowin phone like miss know love way kiss dont even know ive dont gotta like ya bitch blowin phone like miss know love way kiss leave bleed know got knees something keeps tellin keeps tellin peep leave alone im good mama miss home im good baby im cold back road show show fuckin ho ho swear gets lonely sometimes please hold one time fuck hoes fuck life ive waitin damn night one call text youre ex fuck bitch dont even know ive dont gotta like ya bitch blowin phone like miss know love way kiss dont even know ive dont gotta like ya bitch blowin phone like miss know love way kiss", " nuts": "see eyes wanna get see eyes need right need right wanna get need right wanna get yeah wanna hear sound drive camaros town baby could leave right yeah wanna feel alive baby take time smokin loud girl know make cold heart warm touch one kiss fuckin cant get enough put thats best part baby trust trust got nothin love remember eatin pussy back bus remember gettin nookie til sun came places took one came us hoes overlook nuts"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/lil-kim.json b/lecture/lecture-9/rappers/rapper-data/lil-kim.json new file mode 100644 index 000000000..a253e07a8 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/lil-kim.json @@ -0,0 +1 @@ +{"Crush on You (Remix)": "undeas lil ceaser queen b thats lil kim yo buyin em vs girls eyein cease comin backstage dyin get pleased got rock thee versace linen stop grinnin wit bunch foxy women speed ball cards thats invalid get clothes custom made stylist cruise lexus land mileage walk street feet get calloused take natural high like pilot good toss clothes like salad put vote ballot diner im mel youre alice spend night lil cease palace good long dont act childish standin crist cup worse come worse keep hush uhh know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush ayo shorty wont go get bag lethal ill undressed bra see count jewels thinkin ima cheat one thing wanna freak keep stone sets got baguettes ill doin things wont regret lil kim queen bee best take heed shall proceed ima throw shade cant get paid blow girl like army grenade slide ice like escapade itchy gitchy yaya marmalade oh yes whos even dig yo mans style love yo profile whisper ear get shook dont blush keep hush know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush tryin catch sea breeze im pvs chrome d3s decked tvs cds crazy bass keep lady laced dont fooled baby face hope ya cause thighs got hot one plan thats rise top told first pursued want interlude nude know love way feel sip tequil works dealers full length chinchilla heat clutch seven fifty deluxe speed hutch breakin trees dutch im one sleep wit eat quick want cheap trick better go freaknik got hit buy girl gifts course look sick six christian lacroix know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush", "Black Friday": "funny cause know weve asking people wanted know mean clearly youve thing kim dont know thinking youre rapper im thinking sure know things gotten crazy people assuming even though say specifically romans revenge kim umm know really jumped window gotta careful pick fights thats ive learned business never know shut fuck fuck want war fed ex beef straight front door murder scene im turnin pink friday friday 13th aight lil kim clone clown buffoonery shit stops time lay im sick frauds put hands bitch like spa massage know last name got job put together gimmick something like collage since puttin show gon get applause clap clap lift ya frame like fucking garage hood shit drake aint built shit bitch almost got killed still counting hardcore generated bet shit keeps spinning like syndicated corny broad ill leave bloody like menstruated hot air ass bitch deflated aint championship fight greatest see fact lames trying clone style run thats cool first one yous lil kim wanna hate admit im blueprint aint nothing brand new check ya posters videos always number 2 seen come seen go still remain sweety 14th minute fame im 10 year strong still running game cut comparison im legendary lane fighting spot child please im solidified hands tied couldnt beat bitches tried either high sippin shit wayne get top dollar whatever name go stick head tornado brainstorm drop bombs flex napalms black yellow well pull ghetto giuseppes step posted stilettos pussy pink like kitty sayin hello whistle theyll pistol whip 5 boroughs im brooklyn everywhere comfortably pumped told come romp type run mouth run im poppin hood company cmon queens aint showin love night poppin bottles thugs like washington heffa im benji got buzz right frenzy oh yeah welcome fam fendi need stop youre hot youre burning match means end near soon copy oh see really got gassed like im thing past betta slow dummy crash stank pussy ho im givin bath thermometer hand im comin ya ass think gettin past see right whole shit made glass draw back im brooklyn thorough bitch rep borough bitch never type beef try settle shit ride til wheels fall niggas squeeze til last shell go fuck whole team see bunch wierdos yousa airhead bitch scarecrow aint nothin old money bitch grown liquid assets benjamins daddy young money bastards diddy sorry bunch swagger jackers mothered hoes claim income taxes bobby fischer flesh taught great next move im yellin checkmate smell massacre im charles manson dont stand chance jeffrey dahmer lookin like lunch bout kill bitches like ted bundy leave whole head red like pegg bundy youre hilarious thanks laughs youre garbage im takin trash shit cmon baby girl aint enough ass shots world youre nuisance youd probably steal new shit could never fuck chuck deuces around world ball like ball team stack chips call miss rothstein tricks kids silly rabbit youre offspring kim anticipated lebron ring mean know know guys asked romans revenge kim kim actually kim thought im sorry im sorry apologize kim dont know temporary insanity lost teeth mind", "Queen Bitch": "peter piper pecked em bet biggie bust em probably tried fuck told trust lyrically dust em like pledge hit hard like sledge hammers bitch platinum grammar diamond cluster hustler queen bitch supreme bitch kill nigga nigga means bitch murder scene bitch clean bitch disease free bitch check write rhyme melt mouth like mms roll mafia remember tell em used mess gentlemen straight apostles strictly niggas jostle kill nigga figure figure cheddar would better beretta inside beretta nobody better bet wet ya like hurricanes typhoons got buffoons eating pussy watch cartoons sleep til noon rap pam griers baby drinkers beware mostly dolce wear frank kill niggas wives one point five struggle strive pick benz drive mafia wanna em yall niggas cant eat without per diem im rich ima stay bitch uhh loving wanna hugging roll niggas thugging bugging tunnel essos sipping espresso cappuccino nino mission lucci creno used wear moschino every bitch got rock colorful minks pockets stay knotted c note c note frank boat hold fifteen plus caterer think greater uh niggas got audacity sold million half get dick kick bitch uhh check pitch authentic persona ill still stick moms stocks bonds got bomb ass cock good ass shock hardcore flows keep nigga dick rock sipping zinfandel chippendales shopping bloomingdales prada bags female dada problems splitting cream team shits straight like 915 ynahmean cruise diamond district biscuit flossing rolex wrist shit im rich ima stay bitch shit im rich ima stay bitch", "Not Tonight (Ladies Night Remix)": "uh yeah uhh heres another one another one yeah lil kim queen bee ladies night must angie mic butter p honey got sugar got spice roll ls tight keep rhymes right yo made motherfucker last night uhh im rookie star team kim gettin cream like thelma louise chrome never leave brooklyn shit alone say bang whips pack em call roadie chips wrists heres french kiss dismissed chicks split six four fifth make dance ow stay focused dopest like penny hole yall hopeless toke aint lyin niggas trying knock keep tryin takes one phone call street team promote ass like soundtrack new jack ci tay set eight fitay yall missin buck fuck bump biggie trunk buck thorough bitches lemme see ya bankhead ya richest rap mae west q b got sisters oh ladies night rhymes tight oh ladies night oh night oh ladies night feel right oh ladies night oh night uhh never one packin gun got raw chicks lay dat ass flat one chokin ya paragraphs laughs getcha back right path aint stoppin ladies club hoppin gets rock flavors still frozen paradise joint booty shakin glass left one right hand sayin step son girls fancy fly bitches niggas straight snitches chicos lady pimp aint havin shit aint got cash stash suck dick hoes strictly bell ringer lay another finger big bad wolf miss lady rap singer one blame flames keep risin top dont stop oh ladies night rhymes tight oh ladies night oh night oh ladies night feel right oh ladies night oh night yall see bogus niggas try notice dopest bitches approachin good intentions focusin riches hot get fuck kitchen niggas dicks stay lifted thinkin cause rhythm kick puzzle em like arithe tic fillin em sluggers nine milli luger clip bitches bust keep kickin dust spread rumors shit makin sicker head tumors humor huggin sayin lovin bet ya phony niggas buggin tell cause thug wanna sell drugs push keys need get mo deez vvs m3s smoke weed overseas pimped styled rol eys fuck police keep wallet obese windy city woman still still comin gunnin straight chi tonights night ladies lets get high oh ladies night rhymes tight oh ladies night oh night oh ladies night feel right oh ladies night oh night ayo kim heh heh yaknowhatimsayin aint even gon leave without sayin sunun track aint gonna use singin hooks look like patti labelle somebody nigga heh heh check uh huh yeah oh night like missy stead bein like mike like ride ponies instead ridin bikes lil kim got rhymes incite gotta catch flight uh heh heh around three shit niggas cant see us elektra undeas ow niggas wanna us heh im hehe ladies night ladies night ladies night ladies night", "Big Momma Thang": "got goin wha wha uh wha wha got goin wha wha uh wha wha got goin wha wha uh wha wha got goin wha wha used scared dick throw lips shit handle like real bitch heather hunter janet jacme take butt yah yazz wha got land switzerland even got sand marylands bahamas spring baby big momma thing cant tell diamonds rings thats many times wanna cum twenty one another one another one another one 24 karats nigga thats im fuckin average nigga work shaft brothers battin oh dontcha like way roll play bushy tell whats mind tongues pussy marriage baby carriage shit dime shit mine got keep em comin time killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad big un trust studio dont know im tryin sex continuously pull high power coupe make jump ship leave wit run roc fella crew trick ya cheese tear boom spread ill rumor make flip lil cease twist backwards get dough platinum hits rock lil kim hats shit gets dirty dough got love big know must got studio bugged probably speak hes way street mafia thugs types heat aint tryin beef im tryin eat horizontally way hold iron sweet niggas like sound lil kim jigga sound like figures killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad caught niggas disease got caught keys big scooped young bitch knees threw high priced beams face tvs platinum cds shit never faught nigga pussy greased stack gs keeps knees fuck stay fillin half milln geneva diva yeah throws lay around clown clock stops one never 68 owe 1 takes one know one better wit playboy magazines uh fuckin push keys gs threes papes yeah ride crate state state lieutenant takes mad dimes new york anaheim daydream whine keep gettin mine im married yall strategy misses still plannin weddings mafia also deadens bullshit type threatens pull shit uh killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad", "#MINE": "dont mind looking dont mind people looking dont get mad aint looking back nigga dont get mad aint looking back nigga dont mind looking cause mine girl fall gon hold please believe firearm roll around streets get home going sheets dont mind looking cause shes mine girl big fine girl every time whine move body like spider everybody watching ass got behind moneymaker shine dont mind cause ima grinder know moving kevin gates im star ima keep shining like roof wraith eat pussy breakfast cause love way tastes said stay mind sitting face dont need nothing bread dont need niggas nothing head fantasize kim every night im laying right next fuck ex make wetter fabulous make better chanel sneakers chanel leather chanel bag chanel weather hundred grand prg dont hear peon say see know thats ten carats scream fiance see pussy print jeans know watch ass behind watchin nigga thats right beside dont mind looking cause mine girl fall gon hold please believe firearm roll around streets get home going sheets dont mind looking cause shes mine girl big fine girl every time whine move body like spider everybody watching ass got behind moneymaker shine dont mind cause ima grinder know moving listening future pluto people like us take im shooter shooter says north college commuting new professor im learning im student momma hate say im advanced ask shes never say face im turnt im movie yeah night hear daughter scream cassius clay boom bye yae hand around throat naked bent dresser gangsta im dressin beat pussy question pull hair ho kevin hair red blonde whatever im caressin breastes kissing blessin knew loved met love looking dont mind looking cause mine girl fall gon hold please believe firearm roll around streets get home going sheets dont mind looking cause shes mine girl big fine girl every time whine move body like spider everybody watching ass got behind moneymaker shine dont mind cause ima grind pulled hes shookin grabbed neck im choking hold go prison conversate conjugal visits keep love got cod imma hold like pop dope pussy chronic dre dont od hold baby come give im uh huh lick pussy car dont give fuck lookinand stroking hustle dick full dont know notice say aint come muscle lot spit humming legs shaking cumming quiet babe power coming uber coming going home know difficult dealing nigga thats profession hold babe feelings break gotta tell nigga fly kite michael jackson thriller say dont nobody keep realer real one homicide vision say name gon get business chris brown playing killed could fuck cause thats nigga hand cuffin pussy aint could treat special yeah say love looking dont mind looking cause mine girl fall gon hold please believe firearm roll around streets get home going sheets dont mind looking cause shes mine girl big fine girl every time whine move body like spider everybody watching ass got behind moneymaker shine dont mind cause ima grind", "Not Tonight": "know dude named jimmy used run night time pissy drunk henny remy didnt mind fucked behind felt fine specially used grind trick sucked dick used pass bricks credit cards shit suck sleep took keys jeep tell ill back go fuck cats flirtin gettin numbers summer ho hop raw top mans drop homie jimmy hes screamin gimme lay back bustin nuts ten times fucked think bust twice nice kept neck filled ice put chanels kept nice called suckin dick rockin mic somethin dude couldnt stand somethin coulda made ass real man somethin wanted never pushy motherfucker never ate pussy dont want dick tonight eat pussy right uh uh uh uh lil kim lil kim bring know dude named ron doo push q wild crew flatbush avenue u weed spot used pump african black used seal bag workers wouldnt tap used see tunnel fuckers dawn whisper ear wanna get fuck dug fucked wasnt nuttin wanted suck didnt aint frontin sex wack four stroke creep jumped dick rode ass sleep called next week askin aint beep thought ass still sleepin laughed told bought new path could come right fast fuck pretty ass ill pass nigga dick trash sex record sales would double glass way seein eatin downtown taste love like horace brown tryin impress 5 g stones give 10 gs nigga ya leave alone screamin dont want dick tonight eat pussy right dont want dick tonight eat pussy right moral story aint lickin aint stickin got witnesses ask nigga aint hit shit till stuck tongue aint frontin shit got benz got ends immediate friends girls rock worlds big niggas fuck car keys double digit figures good dick cherish could blunt treat like precious aint gonna front limp dick niggas thats frontin like willy suck pussy till kill feel dont want dick tonight eat pussy right dont want dick tonight eat pussy right dont want dick tonight", "How Many Licks?": "hold youre saying want get freaky aight ooh ah ooh oh oh oh oh lot places seen lot faces ah hell even fucked different races white dude name john queen bee rules tattoo arm asked id date prom hed buy horse porsche farm dan nigga south used like spank cum mouth tony italian didnt give fuck thats liked ate pussy dark till mornin called girl told bonin puerto rican papi used deacon suckin weekend black dude called king kong big ass dick hurricane tongue many licks take til get center many licks take til get center many licks take til get center many licks take til get center verse goes niggas jail beatin dicks double x l magazine like look aqua green get vaseline roll weed tissue close eyes imagine tongue thighs baby oh yes oh jailer open cell block eight alright nigga thats enough stop look listen get back position kim got dick hard startin fights yard hotter pop tart fresh toaster niggas anything lil kim poster eses bloods crips thugs north hole wanna know many licks take til get center many licks take til get center many licks take til get center many licks take til get center drivin street hold seat niggas grab meat ride beat see shiny black lamborghini fly ya thats knight rider dressed black gat lap lunatics street gotta keep heat sixty bezel hunnid rings sittin pretty baby cash money bling 12 im way club three bottles ill ready fuck niggas even put grocery list right next whip cream box chocolate designer pussy shit come flavors high class taste niggas got spend paper lick right first time gotta like rehearsal tootsie commercial many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center", "Magic Stick": "ive got magic stick know hit hit twice hit baddest chicks shorty dont believe come tonight ill show magic magic got magic stick im freak core get dose gon want tongue touch ya girl ya toes bound curl exclusive shit dont share world early mornin moanin back shot proper low cant stop us fiend since rakim made hits get position pat time switch ill rock boat ill work middle speed straight beat aint hood toast locn im telly workin sweat strokin tonights night fall love call mama right tell met thug pop lot shit cause back left strokes death stroke got magic clit know get licked get licked twice baddest chick shorty dont believe come tonight ill show magic magic uh huh uh huh got magic clit lil kim whore sex nigga good gotta tell boys come sex dont test skills cause head game head heels give nigga chills pay bills buy matchin lambos color wheels aint shopping spending dudes c notes im crib giving niggas deep throat tonight lil kim gon zone girls call ya crib im answering phone guys wanna wife give ring ill anywhere anyhow im anything couple humps give nigga goosebumps junk trunk aint made chumps lil kims around dont need lie drugs baby im makin ya high got magic stick know hit hit twice magic put face know sprung tongue know tasting thug nigga breakin records time got magic box ass trickin one back shot minks leathers cl drop got magic stick know hit hit twice hit baddest chicks shorty dont believe come tonight ill show magic magic got magic stick got magic clit know get licked get licked twice baddest chick shorty dont believe come tonight ill show magic magic uh huh uh huh got magic clit", "Suck My Dick": "love im broke im filthy fuckin rich motherfuckin gettin money hoes boosters sellin clothes ghetto bitches projects comin like bulldozers aint sober bum bitches know better start shit niggas love hard bitch one get niggas ass quicker enema make cat bleed sprinkle vinegar kidnap senator make call wife say never comin home kim got em zone beatin dicks even got straight chicks rubbin tits im lovin shit queen bitch bitch know thug like imagine dude hittin cats back strings attached yeah nigga picture treat yall niggas like yall treat us doubt ay yo yo yo come bust ya mouth ay yo come bitch nigga fuck fuck bitch talkin actin like bitch cause yall niggas aint shit dude id tell yall suck dick wanna get pussy sucked count million bucks back armor truck get fucked tony bx chron chron list goes like erykah badu drink remy ooh got nigga asked love said came mind like niggas doin yeah baby love long time look aint tryin suck ya might even fuck ya lay bed give head got camcord layin drawer cant see cant wait show girls sucked piss pussy doin years need practice take lessons queen youll know mack niggas know gave cake peeled benjis threw singles back face ay yo come bitch nigga fuck fuck bitch talkin actin like bitch cause yall niggas aint shit dude id tell yall suck dick ima keep real dough might kill im tryna see face hunnid dolla bill met dude name jaleel abdulla fight said hed pay ten grand belly dance cum pants met studio showed homeboy named julio said whoa whos guy hope know payin extra fuckin third eye something knew phony put burner mouth fool give money nigga frontin like knew mad stars homeboys whips like got mad cars niggas aint shit still trick suck clit im jumpin cum thinkin gon get pussy gets none ay yo come bitch nigga fuck fuck bitch talkin actin like bitch cause yall niggas aint shit dude id tell yall suck dick"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/lil-uzi-vert.json b/lecture/lecture-9/rappers/rapper-data/lil-uzi-vert.json new file mode 100644 index 000000000..b392326b7 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/lil-uzi-vert.json @@ -0,0 +1 @@ +{"XO TOUR Llif3": "alright im alright im quite alright moneys right 8 countin bands way top til fallin countin bands way top til fallin dont really care cry real shoulda never lied shoulda saw way looked eyes said baby afraid die push edge friends dead push edge friends dead push edge friends dead push edge phantom thats red inside white like somethin ride sled want head brittany got mad im barely man everybody got swag watch way tear stackin bands way top way til bands fallin every time leave spot girlfriend call like come like way treat gon leave wont leave call casanova say im insane yeah might blow brain xanny help pain yeah please xanny make go away im committed addicted keep control pain cant feel swear slowin yeah dont really care cry real shoulda never lied saw way looked eyes said afraid die friends dead push edge friends dead yeah ooh push edge friends dead yeah friends dead yeah swag swear fake hard niggas wanna take cadence rain em thunderstorm rain em medicine lil nigga take fast car nascar race em club aint got ones would beg clothes overseas got racks c notes g though lookin stackin money green though countin twenties thats g roll say youre worst youre worst cannot die universe dont really care cry real shoulda never lied shoulda saw way looked eyes said baby afraid die push edge friends dead push edge friends dead push edge friends dead push edge", "The Way Life Goes": "thats true thats right shes sipping moet yeah swear get wetter louboutins new bottoms redder im rat im cheddar talked homie said together gave brain insane made header ever call phone know gotta dead like girl much wish never met hello listening song go like know hurts sometimes youll get youll find another life live swear youll get know youre sad tired youve got nothing left give youll find another life live know youll get wish never ever ever told things trying show things iced heart neck trying froze ring get new bitch hold pain hawaii looking rain smiling happy im laughing cause new man lame damn goes show money dont attract thing stuck plan even though used go mans know hurts sometimes youll get youll find another life live swear youll get know youre sad tired youve got nothing left give youll find another life live know youll get tied raf strapped rick diamonds neck ice wrist complement style dont want im running wild know respect level dont want ima let go broke fella walk saint laurent leather ooh new chick swear better ooh want back never thats true thats right shes sipping moet yeah swear get wetter louboutins new bottoms redder im rat im cheddar talked homie said together gave brain insane made header ever call phone know gotta dead like girl much wish never met know hurts sometimes youll get youll find another life live swear youll get know hurts sometimes youll get youll find another life live know youll get thats true thats right shes sipping moet yeah swear get wetter louboutins new bottoms redder im rat im cheddar talked homie said together gave brain insane made header ever call phone know gotta dead like girl much wish never met", "New Patek": "hmm new patek wrist white diamonds shits hit pink alright im ready new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink hello bitches bad yeah migrate said lil uzi great deal hate shut bitch dont give migraine new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink bitches bad yeah migrate said lil uzi great okay girlfriend like drip happy birthday bitch yeah one sucked dick triple got extra grip know cannot slip jeweler made proud wrist franck muller made proud wrist franck muller made proud wrist shooters gon shoot cant miss shooter got 30 hip yeah need fix pair boots rick tell lil girl dont trip cool blood money crip got clap lights flick cant take pic flick fuck bitch new whip ass fat cant fit ass fat amazing ass fat miracle last man money hysterical six one nine rey mysterio yeah im nigga bustin stereo yeah boys block selling os cheerios dont wake mornin cereal flip brick make whole shit aerial air shit make ho sing ariel silencers really cannot hear though killin beats yeah lil uzi serial clean body prepare burial burberry pants got burberry tennis shoes got swag probably um finish octopus cannot breathe without water put diamonds tentacles stoppin us toppin us know cop shit twos blood chakra pop ya put money head album bruh tell lil boy beef chop shit like prime treat like optimus chain white gold shit look like copper bruh mcm yeah shit made ostrich bruh dont wear give hoes yeah swear lil nigga clone yeah shit yeah slime shit lil baby put diamonds nose new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink hello bitches bad yeah migrate said lil uzi great deal hate shut bitch dont give migraine girlfriend like drip happy birthday bitch yeah one sucked dick triple got extra grip know cannot slip jeweler made proud wrist franck muller made proud wrist franck muller made proud wrist new rollie made proud wrist ap make proud wrist new richard wrist got milli thats bank new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink bitches bad yeah migrate said lil uzi great deal hate shut bitch dont give migraine throw gang signs naruto put metal nose like pain man never saw bitch fuck know name said lil uzi hello looked oh hey aint never seen pastry dough well lil bitch got cake gettin money im man gettin money count advance saint laurent shoes vans need fan case nigga get hot member aint want back popped block back locks red dot chicken popped mc told bitch eat cock motorcycle days bitch yung joc thats call top rap star sell rock got files beatin trial couple racks niggas run wild super filthy man livin foul got real niggas thats locked tryna shade bar foul hackers yeah niggas foul bitches want take vow live verbs live nouns get money say new rug made wolf new rabbit yeah use towel lil bitch yeah run city different spots like cow yeah im talkin bout mansion house yeah closet yeah shit got house four years aint even see mouse please stop talkin bitch put dick mouth get money fuck drought make rain cause im clouds tell lil bitch get around cause little bitch fuckin clowns lets go lets go tell lil bitch yeah lets go lil nigga stole swag tried steal flow switch one time like switch phone could try one time give shit one go put hundreds safe throw twenties face put j got bae bay fucked nigga little bitch thats reason tryna say im gay way coochie kay slay sell mil day bitches grade get canada im toronto treat like drake light jet flight day lil bitch thats myspace feel shit veins look neck thats ice tray come tell sayin girlfriend like drip happy birthday bitch yeah one sucked dick triple got extra grip franck muller made proud wrist franck muller made proud wrist new rollie made proud wrist ap make proud wrist new richard wrist got milli thats bank new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink bitches bad yeah migrate said lil uzi great deal hate shut bitch dont give migraine throw gang signs naruto put metal nose like pain man never saw bitch fuck know name said lil uzi hello looked oh hey aint never seen pastry dough tell lil bitch got cake gettin money im man gettin money count advance saint laurent shoes vans need fan case nigga get hot member aint want back popped block back locks red dot chicken popped mc told bitch eat cock yeah yeah thats", "You Was Right": "hit back watch nigga bless cryin arms like nigga wrecked yeah alright alright alright right wrong yeah shouldve never ever took home yeah shouldve boned yeah fantasy phone yeah hit back watch nigga bless yeah cryin arms like nigga wrecked talkin bout broken heart runnin restroom yeah yeah looked mama like rich looked bitch like rich said aint got minor setbacks countin money told nigga bet know aint got boy aint say see got money bitch like said dont pay ho mind ive saw girl yeah know bag four niggas yeah five niggas includin back back try diss ill take family ill fuck sister make sure vanish yeah yeah alright alright alright right wrong yeah shouldve never ever took home yeah shouldve boned yeah fantasy phone yeah hit back watch nigga bless yeah cryin arms like nigga wrecked talkin bout broken heart runnin restroom yeah yeah alright alright alright right wrong yeah shouldve never ever took home yeah shouldve boned yeah fantasy phone yeah hit back watch nigga bless yeah cryin arms like nigga wrecked talkin bout broken heart runnin restroom yeah even though room locked door gotta text like bae unlock door gotta use restroom like dont want war wanna caress yeah yeah alright alright alright right wrong yeah shouldve never ever took home yeah shouldve boned yeah fantasy phone yeah hit back watch nigga bless yeah cryin arms like nigga wrecked talkin bout broken heart runnin restroom yeah", "Money Longer": "yeah matter turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster money old dollars spoiled yeah lil bitch spoiled yeah rub oil yeah got money know yeah diamonds teeth yeah shit look like foil yeah chris brown said hoes aint loyal yeah none hoes got morals yeah niggas g ed yeah glasses dita never thought would days could kick feet never thought would need much leave matter turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster faction time actin money lastin like go eat get blackened salmon im wit girl pharrell vashtie wait huh mean lastin pussy know like rough im blastin yeah tell lil bitch im really mars uh yeah bitch start yeah pull car automatic yeah uh done start yeah matter turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster", "Myron": "lets go lets go yeah stay fresh clean think like wear supreme hypebeast blue green dont excite could make ho wifey jeremy scott toes act like shockey made get bottom top pull extra icy im playin hockey niggas think im weird dont really like cause could fuck bitch fuck mom auntie girls five mom dime piece auntie name miss connie got one glock name clyde one named bonnie bitches think dandy lyin lil bitch cant throw back swear ho tryin fuck front sound like bitch dyin vvs need vest anemic diamonds swear niggas talk shit really hidin boys bitch dick ho ridin diamonds neck wet shit look like poseidon stand money height turn 9 10 yeah niggas bitin grra ta im really fightin yeah vibin yeah yeah bitch call myron stay fresh clean think like wear supreme hypebeast blue green dont excite could make ho wifey jeremy scott toes act like shockey made get bottom top pull extra icy im playin hockey niggas think im weird dont really like ninety thousand thats light band yeah tell real spill yeah fucked bitch light bill yeah banana clip wont slip peel cant slip slip slip cant miss got icebergs neck sink ship outer space swag regular titanic whip hood im regular brung stick baby oh think give fuck im rich baby come baby lets sex rich baby said thought aint well dismissed baby uh young nigga aint changed lil uzi 6 baby uh dont think like drop song know theyll get excited homie girl girl bitch like girls scammin swipin ran bands ran bands ran bands ran bands give head bit migraine give head bit migraine give head bit migraine give head bit migraine got addicted road got addicted stress got addicted foreigns got addicted racks man boys doin swear fact man girl wanna give brain yeah call bit migraine yeah call bit migraine yeah call bit migraine yeah call bit migraine yeah call bit migraine pack shit might migrate anywhere goin know niggas gon hit dont run shit damn police blue hunnids wash face yeah stay fresh clean think like wear supreme hypebeast blue green dont excite could make ho wifey jeremy scott toes act like shockey made get bottom top pull extra icy im playin hockey niggas think im weird dont really like", "P2": "ooh im startin stackin top alright im quite alright damn moneys right yeah ayy yeah quite alright wake morning im gettin back yeah yeah im gettin back aint show love turned back yeah yeah cant give racks dont really care cause im done real love fun theres emotion face cause im numb see everywhere look cant hide run woah everything said messin head messin head said everything said messin head messin head woah messin head woah ive textin night know doin wrong left right read im walkin head gotta keep head high got whole nother check talkin verified rest peace dead guys hater yeah whip difference tell way drivin pull car like stolen yeah came long way came hallway cant stop keep goin yes life feel like one long day live moment woah ooh comin sun boys ruthless like coupes really run got paper cuts hundred dollar bills covered bustdowns countin thumb money make numb dont really care cause im done real love fun theres emotion face cause im numb see everywhere look cant hide run yeah everything said messin head messin head said everything said messin head messin head woah messin head woah got richer overseas yeah lookin watch richard green yeah im still smokin good know im blowin steam yeah wouldnt even believe numbers stuffed jeans yeah tell girl back back gotta stack racks cant go sad cant go bad yeah told girl im duck aint aflac yeah dont wanna get older im still livin last year hope life keep goin dont worry bout tighten keep flowin cowabunga gon ride like wakeboard im lickin body dont make noise yeah dont really care cause im done real love fun theres emotion face cause im numb see everywhere look cant hide run yeah yeah everything said messin head messin head said everything said messin head messin head woah messin head woah woah said messin head woah messin head yeah thank really thank youre far kind experience lifetime see yeah really appreciate", "20 Min": "said girl keep callin said girl keep callin yeah said need new whip yeah cause know still ballin wanna go back future brought girl delorean twenty minutes got go told girl im gonna slaughter met girl right show left man crowd floor town never saw told baby dont got long listen city show treat like city show twenty minutes im twenty minutes im twenty minutes im twenty minutes im twenty minutes im twenty minutes im slow girls want cause got dough pass girl right friend give go pass friend switchin roles hit fast yeah hit slow mornin girl gotta go gotta get ready tonight show okay might open show got big pointers right nose niggas mad cause got dough niggas mad cause got dough changin style cause got every flow got every girl aint toppin hoes understand girlfriend bro know gotta keep close open legs keep em closed livin life edge tightrope clean might start movin soap drive new rari dont need note drive bugatti like volvo got girl already know dont really like friends cuban link tri color choker dont leave crumb got bread toast start touchin gun got holst put coat top coat 20 minutes show met girl right show left man crowd floor town never saw told baby dont got long listen city show treat like city show 20 minutes im 20 minutes im 20 minutes im 20 minutes im 20 minutes im 20 minutes im slow girls want cause got dough pass girl right friend give go pass friend switchin roles damn started man started oh god please bother dont got enough order im tree like ornament money long like accordion lied wasnt sorry weekend partyin targetin targetin jump porsche might target jump lamb aint parkin ice cold snowboard go show applaud call phone emergency call phone urgency said girl keep callin said girl keep callin yeah said need new whip yeah cause know still ballin wanna go back future brought girl delorean 20 minutes got go told girl im gonna slaughter met girl right show left man crowd floor town never saw told baby dont got long listen city show treat like city show twenty minutes im twenty minutes im twenty minutes im twenty minutes im twenty minutes im twenty minutes im slow girls want cause got dough pass girl right friend give go pass friend switchin roles yah", "Ps & Qs": "money yeah uh yeah aint gon lie song right slick hatin yeah took made mine yeah took made mine jump porsche ride 9 changed life gon ride ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah yeah nigga music scene nigga thought going straight league yeah fuck baby swear nigga gon bleed yeah left boy ride stay ps qs yeah stay qs ps cause could happen yeah bring girl big league yeah diamonds thats teeth yeah diamonds thats teeth yeah put girl new chanel got new weave said put girl new chanel got new weave like haha oh well girl like austin holding yeah um boy please like bye bye austin hello lil uzi yeah took made mine yeah took made mine jump porsche ride 9 changed life gon ride ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah watch doors lambo bitch roar tell girl world could yeah number one rule dont listen whores yeah know youve never lived life yeah money last man course yeah drivin foreign yeah thought goin ford took whats yeah made mine made mine yeah took whats made mine yeah took whats made mine yeah took whats yeah took made mine yeah took made mine jump porsche ride 9 changed life gon ride ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah stay ps qs yeah stay qs ps stay ps qs yeah stay qs ps", "Futsal Shuffle 2020": "yo sing shit yall fuckin dumb eternal atake gotta shoot two gotta shoot two blue cheddar girl got clone told lil girl gotta better serious swear money get serious okay checks clearin suck dick til get delirious okay jump jet im clearin okay port im talking new okay smoke boy like cigarette boy try make false move uh im whole shit got whole nother rich im new level fucking bitch ridin dick aint need two pedals swear niggas bitches swear gonna snitch niggas go shoot em niggas mad niggas mad let em save name phone thing save probably u letter dont got provolone thing pocket probably um blue cheddar tried leave alone got right clone man hope better know blue cheese got fifties call shit loose cheddar jeremy scotts feet cougar call girl coretta richest nigga city make rain like matter whats weather know girl got swag come puttin together could better sent girl dm aint answer know gotta shoot two gotta shoot two ayy gotta shoot two ayy stay blue cheddar girl got clone told lil girl gotta better serious swear money get serious okay checks clearin suck dick til get delirious okay jump jet im clearin okay port im talking new okay smoke boy like cigarette boy try make false move try cut say im low woah uh said turn cannot hear flow woah woah aint never fool want ima bend rules ima take dub ima win aint ever type lose yeah born like aint study everything got man got hurry love better say love trust better say trust talk bout bag mula guap im bank time im runnin said im road cannot stop im runnin obstacles im hurry woah stop told fuck nigga drop shoot first gon pop back margiela lil nigga thats got prada sweatsuit made nylon see righteous girl yeah say right hit girl right light hit girl oh gotta shoot two ayy gotta shoot two ayy stay blue cheddar girl got clone told lil girl gotta better serious swear money get serious okay checks clearin suck dick til get delirious okay jump jet im clearin okay port im talking new okay smoke boy like cigarette boy try make false move lil uzi vert doot dooda loot doo doot doo thank lil uzi vert leaves posed standin still right ready set go"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/lil-wayne.json b/lecture/lecture-9/rappers/rapper-data/lil-wayne.json new file mode 100644 index 000000000..82119da1c --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/lil-wayne.json @@ -0,0 +1 @@ +{"Love Me": "im good kush alcohol got bitches call dont know would without yall ima ball til day fall yeah long bitches love give fuck bout hater long bitches love yeah give fuck bout nigga long bitches love uh pussy ass nigga stop hatin lil tunechi got fire hoes love like satan man yeah fuck get bodied eat dick shes strict diet thats baby makeup ten best head even better karrine dont want money want time could spend said cause really need somebody tell youre somebody girl fuck want fuck dont got a1 credit thats filet mignon said never want make mad want make proud said baby make cum dont make sound slick tunechi im good kush alcohol got bitches call dont know would without yall ima ball til day fall yeah long bitches love give fuck bout hater long bitches love yeah give fuck bout nigga long bitches love uh real nigga fuck haters hoes got pussies like craters cant treat hoes like ladies man pussy money weed codeine said dick feel like morphine hope name taste like sardines niggas wake eat dick call breakfast bed 69 96 feel heartbeat chest chest bitch turn around face im arrestin bitch yeah bitches love love bitches like soon cum come senses would say hoes names would snitchin haters try knock cant knock hinges lil tunechi im good kush alcohol got bitches call dont know would without yall ima ball til day fall yeah long bitches love give fuck bout hater long bitches love yeah give fuck bout lost good bitches met bad bitches schooling niggas pose class picture kiss ass hatin im getting ass im skatin lost good bitches met bad bitches schooling niggas pose class picture kiss ass hatin im getting ass im skatin bitch im good kush alcohol got bitches call dont know would without yall ima ball til day fall yeah long bitches love give fuck bout hater long bitches love yeah give fuck bout nigga long bitches love", "Believe Me": "im one get job done dont know nigga could cover yeah got game dad said might say love dont love like say love believe believe im nigga boy love streets im tryna find nobody else beat im one come see believe yeah rip rip rip young tune rip thats man put shit nigga fuck ill put quick got verse anybody wanna talk clique ive takin shit light dont wanna hear trip god damn yall really know yall fuckin yeah mean cant blame wonderin doesnt matter could winter summer road one direction numbers dont fuckin miss yeah stunna mack know wayne gone eight months put thing back snappin every single track though collect call boss like though like hah time nigga left rikers phantom thats nigga ill rockin team til carter ix ymcmb waitin somebody try us nigga yeah im one get job done dont know nigga could cover yeah got game dad said might say love dont love like say love believe believe im nigga boy love streets im tryna find nobody else beat im one come see believe lord knows ill murk one niggas yeah ferraris nigga one one daughter nigga waitin someone test like harvard nigga tote 223 two michael jordans nigga come fight shell cases like lawyer nigga find stay act like found oil nigga duct tape prayin ignore nigga gotta say sayonara nigga drop dead gorgeous bitch aint dyin nigga real queens shout capone noreaga shoot see live tell story later diamonds rollie face cannot exfoliated think im associated im one orchestrated yayo get ass whipped whip ass like horses racin aint bout walk away bout walk away dead presidents coffins vacant must doin somethin im one get job done dont know nigga could cover yeah got game dad said might say love dont love like say love believe believe im nigga boy love streets im tryna find nobody else beat im one come see believe get poppin rip rich young nigga aint never trick slim thug flow know like em thick get job doa drop tip get poppin rip im one tell yah reppin 6 come city yah niggas get trippin well take yah scarborough bluff drop cliff well damn happy man nirvana coldplay nigga got bands ink money got hands goin houston spendin advance v live took cheque drake know love took outta debt yes right lookin best mothafuck award shows mothafuck press like mothafuck rest jumped porch stumblin steps id give collect give connect itd cold day hell icicles made sweat one finger slidin cross neck niggas know mean like deaf nigga ill fire nina like first day job bitch overslept tune stay humble nigga im king need horn drumroll throw mothafuckin roses feet nigga dont step one rose im one get job done dont know nigga cover tape couple kilos bitch stomach look like got bun oven preheat believe gotta pay every week bitches havin babies every week im nigga see skatin streets gone rip rip nigga", "Mona Lisa": "got story tell know cherish thee hope aint many feelings involved see niggas bitch stuntin poppin bottles gettin drunk bitches leave get followed fall asleep bitch really dont know much let us take shit wake help try find love bitches bitches niggas riches tell get say got say bitch said get pretty hair lengthy hit sleep titties give us word come aks stick scream like victim feelin silly smoke color purple im feelin like celie nappy ass dreads whats say watch mouth milli vanilli get snaked get faked bitch feelin cause thought angel bitch aint angel treat halo like frisbee tellin business tell business tell bitch feelin beans spillin lie teeth cavities fillins know hide tell hidden know youre gone tell visit break home take specifics meanwhile bitch vacation dont get blamed dont snatch chains find addresses dont leave messes youll know gone checkin first thought start second guessin say whats wrong say nothin keep restin say whats missin know somethin missin scratch head say get back bed gave head boy cant trust bitches say ooh see niggas bitch stuntin poppin bottles gettin drunk bitches leave get followed bitches know bitches thats niggas followin get line stay two cars behind tell hoes dont obvious mona lisa long hair dont care handle business dont ever tell bite bullet cough shells tell em ooh daddy lets go place say yeah meet feed lies silverware dont want love want share know bitch named liz nigga think cause tell tell secrets tell fears tell ears go tell people already know call liz say comin say good girl remember told gave salute say girl youre soldier waitin outside watch pull walk door right knock open door naked left unlocked started french kissin didnt see moi let stopped couch music loud head clouds turn shit scared piss piss nigga put gun frown nigga turn around aint fuck around aint fuck around caught wit pants know put fuckin hands liz thats enough put hands looked dead shook head good actress dead actor youll dead get liz call daddy bastard oh got way many bitches anything nigga think nigga send like aint nigga hope alone like bankruptcy nigga pour drink drank nigga slip somethin faint nigga mona lisa done painted picture mo mona lisa frame niggas pussy got character nigga fall hoes ladder nigga take everythin til dont even opinion attention youre lookin barrel though nigga lookin pantyhose nigga lookin casserole nigga gon show us stash though nigga ah every day wake different color makeup promise gone take movie mall chillin laker floor fourth quarter four minute clock black mamba ball paparazzi lookin em poppin take picture uh probably internet blog minute gon admittin love mother man want meet mother tomorrow pussy good enough got sinnin walls diggin like livin make new religion man nigga bout go god poetry pear tree sweet tone like hummingbird asked want make love yellow taxi never gave two fucks jumped backseat woke mornin great gatsby dogged like bitch lassie im dog wind im pit laughin ima call like last week make good friend im jazzy britney twin girl ashley found fucked unhappy bitch never let bullshit get past better yet wanna break dont ask bout motherfuckin double standard actin fuckin another nigga thats negative alone sucked dick thats nasty matter fact bitch gimme phone fuckin waynes bitch gimme phone fuckin ringtone shit touchin lookin kendrick videos jump internet watchin interviews dont know fuck lately got tell love bet love harder forgot shit daughter pampers pedialyte momma daycare school never charge scandalous fuck hope blow know give let go get gun got one chamber im plannin aimin goddammit know damage done bitch im emotional cause im stress im supposed go guess conclusion since like rappers thats killin pussy im killin say ooh daddy ooh mona lisa mona lisa ooh fake smile mona lisa mona lisa say ooh emotion mona lisa mona lisa get picture mona lisa mona lisa yeah", "6 Foot 7 Foot": "six foot seven foot eight foot bunch six foot seven foot eight foot bunch ahem excuse charisma vodka spritzer swagger pat call shit patricia young money militia commissioner wan start weezy cause f finisher misunderstood whats world without enigma two bitches time synchronized swimmers got girl twisted cause open twist never met bitch fuck like missed life bitch death sister sleep cousin fuckin family picture know father time know mother nature family relation matter whos buyin im celebration black white diamonds fuck segregation fuck shit money niggas honey nut young money runnin shit niggas runner ups dont feel done enough ima keep doin shit lil tunechi young tuna fish six foot seven foot eight foot bunch six foot seven foot eight foot bunch okay lost mind somewhere stranded think stand dont understand heart broken woman named tammy hoes gon hoes couldnt blame tammy talked moms told sweetest beat beat call self defense swear man seein niggas like sequins niggas think men pow pow end talkin consultant married money fuck world thats adultery full shit close mouth let yo ass talk young money eatin haters add salt stop playin bitch got game deadbolt mind sharp fuck around cut head real nigga day tomorrow motherfuckers talkin crazy like jaw broke glass half empty half full ill spill ya try run wall outfielder know ima ball til turn field lights fruits labor enjoy em still ripe bitch stop playin like king niggas animals ima mink soon tell em bitches say put name wall speak truth guess thats foreign language yall call like see glasses yall dont get picture less flash satisfied nothin dont know half young money cash money paper chasin tell paper look im right behind ya bitch real gs move silence like lasagna people say im borderline crazy sorta kinda woman dreams dont sleep cant find niggas gelatin peanuts elephant got sentence like subject predicate yeah swag would kill money strong pockets bodybuilder jumped wishin well wish well tell em kiss ass call kiss tell word mama im lima bean dont wanna see drama mean get dramamine llama scream hotter summer sun ghana queen want hits bitch wayne signed fiend played side niggas thats tryna front see son gun son sam niggas son pause dumber speech glow like buddha disturb youll flo like luda bitch flow like scuba bitch im bold like cuba keep killer ho gon blow right ya mackin bout stackin pack like mover shout ratchet backin behalf shooter niggas think high come laugh ruler cash money cold bitch actions cooler wayne niggas mind done told fuck niggas many times keep bucks steady mind tuck fuck mind pause feed grind get little love keep throwin sign middle hit em piece side cause aint peace side bitch im man visit urinals abroad tune told im shootin funeral outside im uptown thoroughbred bx nigga ya heard gunna", "Mirror": "uh everything happening today dont know whether youre coming going think youre way life lined mirror dont blow woah look im talking looking im looking see blood eyes see love disguise see pain hidden pride see youre satisfied dont see nobody else see im looking mirror wall rise fall youve friend told understand man talking uh see truth lies see nobody side im youre alone correct im looking wrong see guilt beneath shame see soul window pane see scars remain see wayne im lookin mirror wall rise fall youve friend told cant understand man talking looking see past damn look like fucking dad light thats smoke mirrors even look good broken mirror see mama smile thats blessing see change see message message coulda clearer im starting man mirror wall rise fall youve friend told understand man talking mirror wall rise fall youve friend told understand man talking mirror wall hey bp looks like take em mars time talking", "Rich As Fuck": "ugh ak nightstand right next bible swear fifty shots ill shoot five pockets gettin fat weight watchers lipo money talks bullshit walks motherfucking tightrope make pussy tap knock pussy cold nigga get beat crap thats dice roll hoes want hose pipe give hoes pipe get dick stay night like porch lights lets fuck talking ballin im spraying rusty niggas like wd 40 fucked trukd ands butt fucks bitch niggas go behind back like nunchucks thats fucked hoes cups niggas whatever bitches think theyre fly well tell hoes pluck feathers im tunechi young tunechi wear trukfit fuck gucci blowing kisses pussy lips smooches thats 2 chainz look look us niggas look rich fuck niggas live rich fuck niggas look rich fuck look look us niggas look rich fuck niggas live rich fuck ni ugh never talk cops dont speak pig latin turnt penny motherfuckin janet jackson tell bitches hatin aint got worries want hit run like aint got insurance ho whats name whats sign zodiac killer rats gotta die even master splinter yeah murder one eighty seven killing bitches hope dogs go heaven got xanax percocet promethazine codeine call mr sandman im sellin hoes dreams got white girl big titties flat ass tv screen keep bad bitch call bb king know got mouth put bitch like house fire im killing hoes like michael myers eat cat like lion cant trust none niggas cant trust none hoes see girl want got ho tivod ugh got red ass bitch red ass pussy nigga try thats dead ass pussy since yall motherfuckers blind fact tell truth dont care whos lookin know love bitch pussy feel like heaven earth six feet deep dick shovelin dirt rip rest pussy light shit pass shit gon get smoked went got locked every night dreamt broke one time pussy niggas thats shit dont like eatin nigga fuck around food fight thats 2 chainz look look us niggas look rich fuck niggas live rich fuck niggas look rich fuck look look us niggas look rich fuck niggas live rich fuck niggas look rich fuck nigga hoe", "She Will": "young money yeah four ahem tell go pop pussy real nigga already know life deep still dig niggas jealous really could care less im hells kitchen apron hairnet devil shoulder lord witness libra scale im weighin sins forgiveness goes around comes around like hula hoop karma bitch well make sure bitch beautiful life edge im danglin feet tried pay attention attention paid haters cant see nose bleed seats today went shoppin talk still cheap rock beat drum set top aint jump yet im ray charles bullshit jump dick full split uh started pop nigga looked back told baby real say aint doubt second squeeze could tell feel wish could take go anywhere baby know deal bad maybe wont ugh shit maybe yeah realest niggas fuckin game right yeah realest niggas fuckin game right ugh maybe money power fame right realest niggas fuckin game right yeah tell go pop pussy haters cant see bitches still lookin could take bank deposit put two cents get dollar back people hang dry like towel rack im give rest vowels back like girl thick kinda fine eat til cry call wine n dine try check ima em checkin pulses say choose wisely thats chosen rockin like asphalt cash fault looked face death took mask like house big grass soft like girl face south ass north im ray charles bullshit hop dick full split uh started pop nigga looked back told baby real say aint doubt second squeeze could tell feel wish could take go anywhere baby know deal cause bad maybe wont uh shit maybe realest niggas fuckin game right realest niggas fuckin game right maybe money power fame right realest niggas fuckin game right uh started pop nigga looked back told baby real say aint doubt second squeeze could tell feel wish could take go anywhere baby know deal cause bad maybe wont uh shit maybe carter 4 tunechi realest niggas fuckin game right realest niggas fuckin game right maybe money power fame right realest niggas fuckin game right think love", "A Milli": "bangladesh young money dig mack im going millionaire im young money millionaire tougher nigerian hair criteria compared career isnt fair im venereal disease like menstrual bleed pencil leak sheet tablet mind cause dont write shit cause aint got time cause seconds minutes hours go almighty dollar almighty power ch cha cha chopper sister brother son daughter father mother fuck copper got maserati dancin bridge pussy poppin tell coppers ha ha ha ha cant catch cant stop go goon rules cant beat em pop em cant man em mop em cant stand em drop em pop em cause pop em like orville redenbacher motherfucker im ill million million sicilian bitch long hair coke derriere like smoking thinnest air open lamborghini hopin crackers see like look bastard weezy hes beast hes dog hes mothafuckin problem okay youre goon whats goon goblin nothin nothin aint scarin nothin faggot bullshit call em dennis rodman call want bitch call sidekick never answer private damn hate shy bitch dont hate shy bitch yeah ate shy bitch aint shy changed name bitch yeah nigga thats bitch ask money dont surprised bitch aint trickin got like bitch ass aint got shit motherfucker im ill sick im okay watch sick yeah drop sick yeah glock sick knot thick im motherfucker im ill see say im rappin like big jay 2pac andre 3000 erykah badu said gon beat lil wayne name aint bic keep flame man one boy knew true swallow shit got loose bowels dont owe like two vowels would like pay hour id rather pushin flowers pen sharin showers tony told us world bible told us every girl sour dont play garden dont smell flower call mr carter mr lawn mower boy got many bitches like im mike lowrey even gwen stefani said couldnt doubt motherfucker say life aint shit without chrome lips pokin coupe look like poutin bitch turn crack rock mountain dare dont compare cause aint nobody near dont see hear dont feel fear im illy c3 3 peat", "Don't Cry": "yeah c5 dont cry dont go wont lie fuckin love whoa yall staring clouds rising comin see death around corner u turn signs lookin like smile gon find nowhere turn around round another nigga done lost head fucking king forgot crown number one true im number 9 27 82 color blind even may blue lot plate aint favorite food im hungry hungry need family tree next money tree bunch leaves garden eden bunch eves fruit punch sip fountain youth die young blame juice bury new orleans tombstone reads dont cry stay tuned bring back life got lose life life heavens good advertised want triple extension motherfuckin afterlife rest paradise dont cry dont go wont lie fuckin love whoa dont cry dont go wont lie fuckin love whoa talent god given grateful fame given humble conceit self driven drive carefully stay lane seat buckled sometimes music toot horns rum bum bum bum woman carried future tunechi born like dun dun dun dun dun dont call comeback dark sun back hit hard punched back wheels fell rode hubcap suicide die newer days bluer skies told breeze came blew mind lord knows im give last breath air mama tell careful voice head give earful got mind control control lost control knew id find control let god control cannot control cant control tears let em drop roll dont cry dont go wont lie fuckin love whoa dont cry dont go wont lie fuckin love whoa dont cry stay tuned triple extension motherfuckin afterlife rest paradise", "Blunt Blowin'": "yeah put shades live like last days time money im hour past paid ugh gunpowder hourglass niggas faker flour powder bag yeah put like hands hurting im natural high land perfect us lovers yall haters put wall wallpaper love hate stay hate free say learn mistakes thats mistake got weight shoulders like feathers hail weezy call bad weather stick script memorize lines cause life movie ive seen many times youre outside looking close blinds say never say never fuck nevermind ive gone long true false right wrong hello weezy welcome home yeah im blunt blowin polo drawers showin dont give lovely motherfuck ass nigga money growing matter going dont need bus pass bust yo ass nigga im blunt blowin polo drawers showin dont give lovely motherfuck ass nigga money growing matter going dont need bus pass bust yo ass nigga stunna got em im back bitches riches name richard cut bullshit im edward scissors life choice death decision times changed fuck get new watch still got vision like line two dots young moneys eating label getting fatter yea tables turned im still sitting em im bad motherfucker cause good die young everybody selling dreams im cheap buy one man cookie crumble everybody want crumb shoot hummingbird hummingbird dont hum yea big money big money deep pockets money talks motherfuckers eavesdropping bunch bloods could call blood clotting eastside mob piru damu im blunt blowin polo drawers showin dont give lovely motherfuck ass nigga teeth glowing im deebowin dont need bus pass bust yo ass nigga light ashton kutcher im limit pusher see yall dead meat im butcher money man hooker freedom girl fucking took look future right behind eyelids dont wanna know cause shit like surprises shit motherfucker ask say ym beach bum call ocean drive slim drop top look make sky grin young mula skinnies supras belly beast til puke us motherfucker im blunt blowin polo drawers showin dont give lovely motherfuck ass nigga money growing matter going dont need bus pass bust yo ass nigga ive gone long true false right wrong hello weezy welcome home young mula baby"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/ll-cool-j.json b/lecture/lecture-9/rappers/rapper-data/ll-cool-j.json new file mode 100644 index 000000000..35845e570 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/ll-cool-j.json @@ -0,0 +1 @@ +{"Doin' It": "mmmm yeah check baby make hot drop uh yeah uptown know yeah know make hot first time together im feeling kinda horny conventional methods makin love kinda bore wanna knock block get rocks blow socks make sure g spots soft ima call big daddy scream name matter fact cant wait candy rain whatcha sayin get swerve bring live make last forever damn kitty cats tight mmm daddy slow flow put like g baby nice slow need rough neck nigga mandingo sack aint afraid pull hair spank back doubt im playa youre talkin really think work guarantee shorty real baby stick comes man steel well well well represent queens raised brooklyn well well well represent queens raised brooklyn im mix searching right spot hit get damn love dick use rubber damn right lover night putty good word momma mad tight thing left climax lets make last word aint goin like time youve telling tried warn girl wouldnt listen lets get mmm baby wild dont chill wait minute baby let please back talk good one shorty youre makin sweat live nigga like girl nice wet get break dawn damn youre large big girl like daddy nice hard safe sexin flexin gettin affectionate chewin oohin doin well well well represent queens raised brooklyn well well well represent queens raised brooklyn baby wanna hit worst way make hot schemin ass since first day dont stop damn love talk like make bounce sugar long bounce back flesh greek fest roll sess pass hennessy put body test wait wait daddy many niggas ago young girl listening flow nows chance hit daddy im grown back side right im zone one kind time mine camcorder whole shit press rewind let flow screen puffs l layin back cut spell word life like way ep went go sleep tomorrow ill take back downtown well well well well represent queens raised brooklyn well well well represent queens raised brooklyn well well well represent queens raised brooklyn well well well represent queens raised brooklyn", "Mama Said Knock You Out": "cmon man local dbc news cool j triumphant comeback word dont call comeback years im rocking peers putting suckas fear making tears rain like monsoon listen bass go boom explosions overpowering competition im towering wrecking shop drop lyrics thatll make call cops dont dare stare better move dont ever compare rest thatll get sliced diced competitions paying price im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock dont call regular jam im gonna rock land im gonna take itty bitty world storm im getting warm like muhammad ali called cassius watch bash beat like skull know beef riff maniac psycho pull jammy get ready cause might go blaow ya like ripper allow get mr smith dont riff listen gear shift im blasting outlasting kinda like shaft could say im shafting olde english filled mind came funky rhyme im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock breakdown gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie shadow boxing heard radio uh dont know made forget raw got new tour im going insane starting hurricane releasing pain letting know cant gain maintain unless ya say name ripping killing digging drilling hole pass ol gold im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock shotgun blasts heard rip kill man hour tower power ill devour im gonna tie let understand im average man got jammy hand damn ooh listen way slay crew damage uh damage uh damage uh damage destruction terror mayhem pass sissy soft sucka ill slay farmers farmers im ready think im gonna bomb town dont never ever pull lever cause explode nine easy load gotta thank god cause gave strength rock hard knock mama said knock im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie fell fell fell excel fell excel fell excel fell excel", "I Shot Ya (Remix)": "ha yeah lod keith murray def squad mister mister mister mister smith want hit give hour plus pen pad yo im make dollar fifteen cents let balls hang like im toilet taking shit style big bag chips dip fuck sensuous shit represent intellectual violence leave clique holier ten commandments like redman shift ruck spliff wed fucked need ask son get busy scuff timbs boulevard many rough cities ill norman bate love ta hate cause yous freak nature cant wait face ya mutilate ya drink style straight chaser verbal combats like mini mac back soon one niggas try react lod love good confrontation vamp break concentration murder camp jealous overzealous fellas blow spot like branford marsalis niggas coming acting wild yall commercial niggas better coke smile shot ya conversate many men time begin forgot already knew ayo hear friend illuminati want mind soul body secret society trying keep eye ima stay incogni places cant find make moves strategically god sorta similar iller chess player use thinker coincides blinker wondered saying records real yeah motherfucking right kid know deal mobb infamous like fuckin title read get back slapped hard make ya nose bleed def kids feeling guilty bout space shit truth hurts baby girl face anyway back real side things niggas sling cracks wear fat diamond rings inside songs sing everything real song sing life paper accurately give two maybe three prodigy forever h n e shit attract millions like moon attract sea dare ever life walk past without acknowledging man g shot faggot ass ugh fuck think talking pay dues spray crews look im joey crack motherfuckers like hes bad news runnin racket new york montego slaughtering people bring ton keys puerto rico id rather feared loved fear lasts longer bitch ass niggas know stronger weaklings seeking respect aint knuckleheads beware theres mad tension air tommy guns fun shotties block parties fresh lead heats insides like fifth bacardi call ambulette mans wet bullets cut root like gillette razor keep hidden oral ready spat adult wants quarrel feds want tax evasion mad fact somebodys getting lucci thats caucasian bullets blazing streets filled torture joey crack aka keyser soze deal pop ugh thug niggas give minks chinks tore sip drinks rockin minks flashin rings things frontin hardcore deep inside jeep mackin doin thing fly nigga scarface king bitches grab ya ta tas get niggas cheddar fuck gucci sweaters armani leathers flossin rocks like size fort knox four carats ice rocks pussy bangin like versace locs pops wanna creep open like raw asscheeks im sexin raw dog without protection disease infested ugh italiano got luccianno gets fuckin brown fox extra keys drop boo im jingling baby got crazy dominicans pay lay low play slow roll firm mafioso crime kingpin real nigga deal shot ya fuck thought conquered world crushed moe dee hammer ice ts girls still niggas want instigate shit ill battle nigga rap game quick name spot make hot bitches female rappers dont give fuck boo word im crush peers rhymes month source twenty years niggas scared im detrimental mental state use presidential rolex bait niggas fight glock cocked ya temple gets fucked mcs fuck gets bucked thats real whats shot ya deal light shit niggas slip bullet feel new yorkll peel la gangbang touch mic motherfuckin ass hang thats facts niggas dont receive type slack cause ass always runnin back time next time ima name names shitting top game shot ya", "Around the Way Girl": "got shook shook shook loving loving want girl extensions hair bamboo earrings least two pair fendi bag bad attitude thats need get good mood walk switch talk street slang love woman aint scared thing standing bus stop sucking lollipop gets pumping hard make hottie stop likes dance rap jam shes sweet brown sugar candied yams honey coated complexion using camay lets hear girl shes around way need around way girl thats one need around way girl got shook shook shook loving silky milky smile like sunshine thats dedicate least one rhyme cuties neighborhood cause didnt tell another brother would youre sweet like sugar gangster talk want eat like cookie see walk rayon silk maybe even denim really doesnt matter long youre em break hearts manipulate minds surrender act tender gentle kind always know say cold flip think man playing cheap petty youre ready loving youre real independent parents bugging ever need place stay come around way need around way girl thats one need around way girl got shook shook shook loving perm hair even curly weave new edition bobby brown button sleeve tell come say meet half way cause brothers popping game day around way youre like neighborhood jewel homeboys sweat youre crazy cool wear gold summer bikin shorts watching brothers basketball court going movies homegirls crew businessmen suits hawking baby hair pumping lip gloss shining think mood wining dining go eat somewhere got lot private jokes share lisa angela pamela renee love youre around way need around way girl thats one need around way girl fine shes ask need around way girl thats one need around way girl fine got shook shook shook loving got shook shook shook got shook shook shook loving got shook shook shook got shook shook shook loving got shook shook shook got shook shook shook loving got shook shook shook got shook shook shook loving got shook shook shook", "I Need Love": "im alone room sometimes stare wall back mind hear conscience call telling need girl whos sweet dove first time life see need love giggling games played many hearts im saying names thought occured tear drops made eyes burn said look youve done feel inside cant explain feels know ill never dish another raw deal playing make believe pretending im true holding laugh say love saying amor kissing ear whispering love ill always although often reminisce cant believe found desire true love floating around inside soul soul cold one half deserves way til im old half needs affection joy warmth created girl boy need love need love romance sheer delight sweet gotta find girl make life complete scratch back well get cozy huddle ill lay jacket walk puddle ill give rose pull chair eat kiss cheek say ooh girl youre sweet deja vu whenever im could go forever telling youre neither swear cant find anywhere damn sure aint closet rug love search really making bug know dont make seen take chance love youll find mean fantasies run cant hide find im gon pour love inside need love need love wanna kiss hold never scold love suck neck caress rub grind moan never alone youre standing next youre phone cant hear voice need love bad ive got money loves something ive never need ruby red lips sweet face love man whos 10 feet tall id watch sunrise eyes love hug become paralyzed bodies explode ecstasy unreal youre soft pillow im hard steel like dream land cant lie never maybe experience share clean unsoiled yet sweaty wet swear something ill never forget need love need love see mean ive changed im longer playboy run need something thats stronger friendship trust honor respect admiration whole experience revelation taught love real man always considerate protect youre lady mean much body tingles slightest touch hand understand ill frozen time till meet face face tell youre mine find girl swear ill good man im gonna leave destinys hands cant sit wait princess arrive gotta struggle fight keep dream alive ill search whole world special girl finally find watch love unfurl need love need love girl listen sitting room alone staring wall fantasies go mind ive come realize need true love wanna give girl make seen ill waiting love", "4,3,2,1": "ay carumba im gonna bankhead bounce doubt watch mouth ayo one two three four five six seven blaze hot trizack sound like heaven seven six five four three two one momon meth tical come get playing position hot nick son one sick ones infliction poisonous darts sickenin best believe finger itchin two broke legs im trippin mcs cliche shot ricochets start trouble bust bubbles hip wicked ways gotta love g one look good fuck ugly tap jaw punch buggy sonning got shittin last huggie running fuckin punk get speed bump coming single shot make yo meat lump respect wu yo ayo put nigga shitted nigga turn christian certified sinner bomb release time pent got sent hitting ex ho shit kept low petro metro politic keep chickenheads gobblin shit im driving come fog halogen terrorize city spliff committee kick ass til timberlands turn shitty gritty smack drivers head gypsy approach rappers taking notes drop like shoulda invented raincoat absolute love burn roots keep cummin til pour sperm boots vigilante hardcore penis tell fuck attitude anaemic im illest nigga alive watch prove snatch crown ya head still attached canibus type wholl fight mics beating niggas death beating dead niggas life look long enough ill start read thoughts signal strong enough ill call bluff like yo many rhymes got could go millenniums mazdas got car lot theres nowhere run confront ya nigga call bluff like phone number wanna see canibus get wild wanna act fly get shot surface air missile take em shapes sizes forms spit anybody aint close enough shit zero sixty im already doin hundred im blunted give nigga want stay dark cause catch sun run clown come im gon gun run however gon go gon see shitll finish dog believe value life much possessions dont stupid nigga learn lesson im gon get either way better live let get whats sock cause better give receive believe say tell dont make put somewhere nobodyll smell lights dont come back aint flick aint gon come back aint strong knew wrong asked baby yous big nigga ski mask baby hit front street think im sweet want heat one deep leave behind front seat ayo one two three four five six seven blaze hot trizack shine like heaven seven six five four three two one come mr smith come get young sons fantasize borrowing flows tell little shorty big mouth bank closed symbol arm limits challengers hold rusty swords swing excalibur dare step dimension little ass somewhere crying detention watch mouth better yet hold tongue ima shit free time ones fun blow pieces leave covered feces one thesis every little boy wanna pick mic try run big boys live real hype thats like picking ball playing mike swingin ken griffey challenging roy fight snapping amateur mcs dont know im like dream team touring overseas rappers circle im deadly disease ringmaster bringing tiger cub knees history rap theyve never seen prominence naive confidence gets crushed dominance lets get back mic arm ever left side itd transform time bomb dont wanna borrow wanna idolize dont wanna make mad nigga wanna socialize im daring every mc game play position mention name make rhyme every syllable name go platinum every time grimy ass train watch mouth dont ever step line cool j nigga greatest time", "I'm Bad": "calling cars calling cars lookout tall light skinned brother dimples wearing black kangol sweatsuit gold chain sneakers last seen farmers boulevard headed east alias cool j hes bad aaaahhhhhhhhhh rapper rap quite like ill take musclebound man put face sand last mafioso im mc cop make say go wop think outrhyme yeah boy bet cause aint met motherfucker yet trendsetter im better rhymes good got gold nameplate says wish would battles begin gotta join rhyme know imma win cool j arrived better make way ask anybody crowd say kid dont play slaughter competition thats hobby job dont wear disguise dont owe mob got pinpoint rap makes feel trapped many girls jock think phone tapped im bad cool j cool j cool j cool j cool j cool j im like tyson icin im soldier war im makin sure dont try battle got concrete rhymes rappin ten years even im bragging im bein sincere emcees cant win make em rust like tin call jaws hat like sharks fin im bad got voice wax brothers think hes making records must relaxed couldnt shouldnt itll stay way best rapper youve heard cool j kamikaze take look ive done used rock basement im number one happen time never standin line wanna try first better learn rhyme im pinnacle means reign supreme im notorious ill crush like jellybean im bad suspect last spotted three members group bobcat e love cut creator extremely bad keep eyes open use extreme caution eliminate punks cut em chunks souped heard ego shrunk im devastating im good shame cause eat rappers like cannibal call insane im strong bull course know pull enjoy im plus im paid full buckaroo banzai bustin say kind rhymes make mcs wish id die never retire put mic shelf baddest rapper history rap bitter mad provin im bad want hit give hour plus pen pad mcs retreat cause know beat em eat em battle ref wont cheat em im baddest takin rookies forget oreos eat cool j cookies im bad cool j cool jcool jcool j cool jcool j never ever never never wearin levis battle try ill treat like stepchild tell mommy bye bye slaughterin mcs imma never get whipped retire ill get worshipped like old battleship im bad rappers know enter center say yo yo go paychecks large mr bogart charge puncher hunter raccoon lodge original todd teachin hard take skin snake split pea pod youre novice im noble decipher tongue attila hun abdullah son vocals exact like rack pinion jag try brag get rhymes grab bag good scavenger catfish vulture tongues chisel compositions sculpture im bad gimme walkie talkie yo cool j youll never catch dont even try cause im bad ya understand aaaaaahhhh im bad", "Hey Lover": "ive watchin afar long remember youre real man need ever ask love girl crush yeah harlem ruckers saw man smilin huh coach bag hand layin coupe hat turned back caught eyes moment skated strolled lookin legs god damn looked soft gotta take ya man thats mission love real got ta handle competition knew five months besides drink much smoke many blunts workin everyday thinkin bout looking eyes rear view catchin flash backs eye contact wish could lay ya stomach caress back would hold ya arms ease fears cant believe hadnt crush years hey lover hey lover hey lover crush hey lover hey lover crush lover hey lover crush hey lover hey lover crush see bus stop waitin everyday man must think safe travel way dont want ta violate relationship lay back cut crush thats trip still cant stop daydreams tonguin uh vanilla ice cream kissing thighs moonlight searchin body tongue girl night wonder one day could simple dreams turnin reality love would come naturally would walk aisle destiny man got hustle gotcha type scared break ya little chump change hair seems enough satisfy needs theres deeper level follow lead hey lover hey lover hey lover crush hey lover hey lover crush lover hey lover crush hey lover hey lover crush last week saw ya mall standin pay phone bout make call vision end tellin come walked touched gently hands talked travelin distant lands escapin madness world becomin wife longer girl let dress fall floor kissed softly yearned experienced pleasure unparallel ocean love fell swimmin timeless currents pure bliss fantasies interchangin kiss undyin passion unities souls together swim point control fantasy wont come true never even spoke man swear love im keep feelins inside keep dreams alive right time hey lover hey lover crush hey lover hey lover crush lover hey lover crush hey lover hey lover hey lover hey lover crush hey lover hey lover crush lover hey lover baby crush hey lover hey lover crush", "Luv U Better": "number one number one number one true baby adore hard say wanna make sure go right way cuz lately busy lot know dont feel appreciated used tell youre hair looked fly kiss slow stare eyes talk real foul slick every sentence make sick back days number one pick hearts half broken thats hard fix dig deep inside cuz cant see bouncin somebody else long journey back place embarrassed admit love good girl wouldnt give cant let us self destruct baby smile today cuz imaginin ways im gon luv u better friendsll see think theres nothin else im gon luv u better think things think kids think us sharing crib losin god forbid deserve flowers candy simple things addition sls baguettes rings instead walk around like im king aint nothing thing even stopped tellin lovin good busy frontin hood baby girl hold tight dont ever let go imma real gentle baby nice slow one chance baby dont say cuz got another side show say love painful helps grow well time pain go yaknow baby smile today cuz imaginin ways im gon luv u better friendsll see think theres nothin else im gon luv u better think meant hurt think meant hurt lets laugh together cry together god willin gon die together think meant hurt think meant hurt lets laugh together cry together god willin gon die together brand new brand new brand new day sky blue hold hand walk sit lap lemme talk games callin foul names actin like females im gon love better mentality changed day forward ill never imma rub lower back share dreams love lemme show mean give deepest love girl ever seen watch sleep peaceful serene toast queen youre back life time imma right trust bottom heart nothins gonna tear us apart promise baby smile today cuz imaginin ways im gon luv u better friendsll see think theres nothin else im gon luv u better baby smile today cuz imaginin ways im gon luv u better friendsll see think theres nothin else im gon luv u better think meant hurt think meant hurt lets laugh together cry together god willin gon die together think meant hurt think meant hurt lets laugh together cry together god willin gon die together number one number one true baby adore", "Rock the Bells": "cool j hard hell battle anybody dont care tell excel fell im gonna crack shells double l must rock bells youve waitin debatin oh long starvin like marvin cool j song cried thought died definitely wrong took thought plus brought cut creator along evened e love cool j force specializin rhymin record course im tower full power wind rain hail cut creator scratch record fingernail rock bells king crowd rockers finally back voice choice hottest wax true wizard blizzard aint taken crap im rhymin designin girl lap bass kickin always stickin cause like way take step def plus cool j cut creator fader right hand man rock bells well cause thats name jam rock bells girls like jam girls wont cause make lot money boyfriend dont went hell gonna rock bells washed rappers wanna well rock bells im world wide known whether like one man band cut creator aka philpot hell never skip rip hes fader whats djs name cut creator know show whos wheels hell drive cross fader like cut mobile precise slice know hes greater whats djs name cut creator know know earl roles weed go store get old gold crabby lookin nappy headed girls get back cause theres ten one chance might get smacked rock bells bells circulatin blood veins girlies tip lls name cut creators cool j bring wood pecker ill bring wood bells wippin rippin body soul like cool j like rock roll cause aint glory days bruce springsteen im virgin know ill make madonna scream hated michael prince way ever since beats made meat would mince rock bells listen lines rhyme rhyme time hell cut record second make dj look blind jheri curl suckers wearin high heel boots like ballerinas mean youre fruit loop troop gonna wanna learn wanna like cool j gotta wait turn suckers dont like im concerned six g twenty minutes pay earn im growin glowin like forest blaze like michael jackson like cool j thats right im mic help bells theres delayin im sayin im rockin well rock bells"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/ludacris.json b/lecture/lecture-9/rappers/rapper-data/ludacris.json new file mode 100644 index 000000000..7e6a81677 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/ludacris.json @@ -0,0 +1 @@ +{"My Chick Bad": "chick bad chick hood chick stuff chick wish could chick bad chick hood chick stuff chick wish could chick bad badder badder chick bad badder badder chick bad badder badder chick bad badder badder listen im sayin chick bad chick hood chick stuff chick wish could chick bad badder chick stuff cant even put words swagger dont stop body wont quit fool pipe aint talkin bout shit chick bad tell seen always bring racket like venus serena white top white belt white jeans body lookin like milk time games shes full grown chick bad tell yo chick go home chick bad chick hood chick stuff chick wish could chick bad chick hood chick stuff chick wish could chick bad badder badder chick bad badder badder chick bad badder badder chick bad badder badder girl might sick girls sicker rides dick handles liquor knock bitch annnnd fight comin swingin like tiger woods wife yeahhh could get little hasty chicks better cover chest like pasties couple girlfriends little crazy comin street like parade macys fill er balloons test guns get drawn like cartoons doh aint talkin bout homer chicks bad whole crew wanna bone yeah chick bad chick hood chick stuff chick wish could chick bad chick hood chick stuff chick wish could chick bad badder badder chick bad badder badder chick bad badder badder chick bad badder badder yo yo bitches wanna try bestie take left leave hangin like testie trash talk em put em hefty runnin court im dunkin em lisa leslie goin basement friday 13th guess whos playing jason tuck better hold onto teddy nightmare elm street guess whos playin freddy chick bad chef cookin say shoe game crazy mental asylum lookin rookie im wham bam purple lam damn bitch fan chick bad chick hood chick stuff chick wish could chick bad chick hood chick stuff chick wish could chick bad badder badder chick bad badder badder chick bad badder badder chick bad badder badder luda dtp alone might tip slides pole like certified stripper alone might tip tip slides pole like certified stripper alone might tip slides pole like certified stripper alone might tip slides pole like certified stripper kinda like", "Party Girls": "came party like tonight never end lets party lets party yea came party like tonight never end lets party lets party lets party need party girls party world titties plastic ass fantastic brush hair touch everywhere dont say shit gettin naked dont say shit gettin naked dont dont say shit gettin naked naked say shit gettin naked dont dont say shit gettin naked world ima touch wherever want touch pop pop youll bustin nuts want bust dont rush mama ima take time slow car counter bed couch tub flo oh could g really got sprung lost count baby many times make cum run run run nigga til cant like forrest gump gets wants shes spoiled rotten like bad milk get hot cause make ass melt whipped cause love gettin whipped whip ima black belt beat pussy pieces never lettin cat leashes im goin deep tellin deepest darkest secrets need party girls party world titties plastic ass fantastic brush hair touch everywhere dont say shit gettin naked dont say shit gettin naked dont dont say shit gettin naked naked say shit gettin naked dont dont say shit gettin naked throw ones get wet waterpark ima fun make come back back gon bust like gun like pow pow brrr pow pow brrr bitch gettin nigga bout turnt club dont even need molly doin much corner thought fuckin party lungs filled marley hands body im goin deep im lettin know got face pillow cant speak need party girls party world titties plastic ass fantastic brush hair touch everywhere dont say shit gettin naked dont say shit gettin naked dont dont say shit gettin naked naked say shit gettin naked dont dont say shit gettin naked came party like tonight never end lets party lets party yea came party like tonight never end lets party lets party lets party need party girls party world titties plastic ass fantastic brush hair touch everywhere dont say shit gettin naked dont say shit gettin naked dont dont say shit gettin naked naked say shit gettin naked dont dont say shit gettin naked", "Area Codes": "ive got hoes ive got hoes different area codes area codes hoes hoes hoes different area codes area codes hoes thought 7 7 0 4 0 4 im worldwide bitch act like yall dont know abominable ho man globe trot international post man neighbor dick dope man 7 1 8s 2 0 2s send small cities states us 9 0 1 matter fact 3 0 5 ill jump g4 meet outside control hormones keep drawers til close door im jumping bones 3 1 2s 3 1 3s 2 1 5s 8 0 trees read horoscope eat hors doeuvres 10 pump one hoes self serve 7 5 7 4 1 0s cell phone overloads ive got hoes ive got hoes different area codes area codes hoes hoes hoes different area codes area codes ive got hoes every day ho ly day stop violence put 4 4 away skeet shoot ho today 5 0 4 9 7 2s 7 1 tree whatcha gon checking scene im checking ho tonight perpendicular vehicular ho micide 3 1 4 2 0 1 much green much fun bang cock bangkok cant stop turn hit spot think im thrilla manila schlong hong kong pimp em like bishop magic juan man henny coke smile pick motherfuckin phone dial got condoms big ass sack im slanging dick like new jack biatch cause like gangsta walk cause like gangsta talk cause like handsome face cause like gangsta ways whatever love wont let handles biz dont rush relax let free whenever call come running 2 1 2 2 1 3 know ball stop fronting ill call substitute freak ive got hoes ive got hoes different area codes area codes hoes hoes hoes different area codes area codes ive got hoes 9 1 6 4 1 5 7 0 4 shout 2 0 6 everybody 8 0 8 ha ah 2 1 6 7 0 2 4 1 4 3 1 7 2 1 4s 2 8 1s 3 3 4 2 0 5 see ya uh uh 3 1 8 6 0 1s 2 0 tree 8 0 4 4 0 2 3 0 1 9 0 4 4 0 7 8 5 0 7 0 8 5 0 2 hoes different area codes know southern hoes pitality northern exhoes ure ha ha ho ridin west coast ya understand im saying ho cus pocus dopest hoes right hoes left 5 hoes time whoo ho hip hop ho ller coaster thats right ha ha need get ho stile def jam south baby disturbing tha peace jazze pheezy uncle face ludacris uh hoes im sweating like motherf", "Move Bitch": "move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way oh fights im bout punch lights get fuck back guard grill theres something wrong cant stay still ive dranking busting thanking busting upside motherfuckin forehead friends jump theyll mo dead causing confusion disturbin tha peace illusion runnin streets bye bye groupies gold diggers bumper ass im hundred highway speed limit get fuck way im dui hardly ever caught sober get ran fuck move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way come go uh oh dont jump bitch move see headlights hear fuckin crowd start goddamn show im comin hit stage knock curtains fuck crowd thats young successful sex symbol bitches want fuck em true true hold wait shorty oh whats getting dick sucked besides minding fuckin business trying get paper child support suing give truck take rental back bought fucking tvs jewelry bitch tell aint bitter dont give fuck ima tell like bitch better walk front tour bus move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way 2 0 im right track beef got right mack hit trunk grab pump punk ill right back buying bars showing scars heard theres hoes brought cars grab pills cause popping tonight beat shit outta security stopping fight got fifth remy fuck belve cris im selling shit club like work bitch fuck dress codes street clothes street niggas dance floor throwing bows beating niggas im dec try disrespect dtp watch bottles start flying vip fuck rap shit clap bitch two ya body grab ya four start fight dog ruin party move bitch get way ho faggot motherfuckers make way 2 0 move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way", "Good Lovin": "keep dwellin past babe know need yeah need real good lovin cause im troubled things see need real good lovin cause aint nobody around lovin better love lost never loved true wouldnt drinking alcohol every relationship failed take toll especially hoes area codes easier erase memories point past women became enemies fence befriended see gon weird energy im sorry couldnt make work believe heart never intended make hurt see blogs new girl friends talking bout thats supposed girl need real good lovin cause im troubled things see need real good lovin cause aint nobody around lovin got empty hole chest fill somebody give prescription guess gotta learn live regrets pay mistakes exes take commission whats percent top hit bottom break wondering live without em need solutions less problems cause love drive crazy belong insane asylum hear rain feel pain inside em kinda lost need someone guide em nothin worse feelin alone ill admit feelin better im hearing song goes need real good lovin cause im troubled things see need real good lovin cause aint nobody around lovin dwelling past moments repeat baby playing empty songs im blowing high feeding heart lion called guilt empty bed empty bed dwelling past moments repeat playing empty songs im blowing high feeding heart lion called guilt empty bed lose mind know need need real good lovin cause im troubled things see need real good lovin cause aint nobody around lovin", "Rest of My Life": "live somethin youre alone friend fill cup lift lighter toast life luda say dont kill make stronger two drinks night help live longer blow smoke give lungs test cause tip toe life arrive safely death im journey yeah im roll sometimes gotta close eyes open soul tonight night got feeling im act fool go fix drinks usher break rules thats somewhere go world movin slow born fast life go broke lesson cant afford worth im ready pay rest life rest life oh oh oh na na hey oh na na hey oh na na hey oh na na hey rest life got one life live ima party til im dead hell life worth livin edge tryna keep balance im twisted case fall written tombstone say women weed alcohol thats somewhere go world movin slow born fast life go broke lesson cant afford worth im ready pay rest life rest life oh oh oh na na hey oh na na hey oh na na hey oh na na hey live somethin youre alone friend fill cup lift lighters toast life im stuck moment freeze hands time cause feel inner peace im mind call crazy like roll dice im willin bet ima crazy rest rest life rest life rest life", "Runaway Love": "yeah go little somethin li li like runaway love runaway love runaway love runaway love little lisas nine years old shes tryin figure world cold shes alone never met family mommas always gone never met daddy part missin nobodyll listen mommas drugs gettin high kitchen bringin home men different hours night startin laughs usually endin fight sneakin room mommas knocked tryin way little lisa says ouch tries resist beat tries tell mom momma dont believe lisas stuck world forced think hell place called home nothin else get clothes pack says shes bout run away never come back runaway love runaway love runaway love runaway love little nicole ten years old shes steady tryin figure world cold shes pretty nobody seems like alcoholic stepdad always wanna strike yells abuses leaves bruises teachers ask questions shes makin excuses bleedin inside cryin one girl really knows shes name little stacy become friends promise theyll always tight til end one day lil stacy gets shot drive bullet went stray block nicoles stuck world forced think hell place called home nothin else get clothes pack says shes bout run away never come back runaway love runaway love runaway love runaway love little erica eleven years old shes steady tryin figure world cold pops x get rid pain plus shes havin sex boy whos sixteen emotions run deep thinks shes love theres protection hes usin glove never thinkin bout consequences actions livin today tomorrows satisfaction days go belly gets big father bails aint ready kid knowin momma would blow proportion plus lives poor money abortion erica stuck world forced think hell place called home nothin else get clothes pack says bout run away never come back ah runaway love runaway love runaway love runaway love runaway runaway love dont keep runnin away ill run away want lahhhhhhh yeah imagine goin ladies sometimes feel like runnin away favor right close eyes picture us runnin away together come back everything gonna okay open eyes", "Ho": "ho yous ho yous ho said yous ho yous ho yous ho yous ho said yous ho doin ho activities ho tendencies hoes friends hoes enemies ho energy blew blew screw screw yall professional like dj clue pullin coat tail think take ho hotel ho tell everybody even mayor reach sky ho zone layer come playa ho always hoes never close open like hallways heres ho cake whole ho crew everybody wants cause hoes gotta eat ho yous ho yous ho said yous ho yous ho yous ho yous ho said yous ho cant turn ho housewife hoes dont act right theres hoes mission theres hoes crackpipe hey ho ya doin ya prolly doin ho stuff cause ho ho wide world livin feline feminine fantastical women ho theres hoes room theres hoes car theres hoes stage theres hoes bar hoes near hoes far ho cause yous ho yous ho yous ho said yous ho yous ho yous ho yous ho said yous ho gotta run pantyhose even daddy knows suckin chocolate like daddy os hoes horrible horrendous taxes yall writin hoes dependents see ho risin aint surprisin hoasis ugly chicks faces hoes dont feel sad blue cause us niggas hoes ho yous ho yous ho said yous ho yous ho yous ho yous ho said yous ho muthafuckas im tired yall niggas always talkin bout ho ho muthafuckin ho nigga wasnt ho last night okay hold", "Southern Hospitality": "drop bows em bows em drop bows em bows em drop bows em bows em drop bows em bows em cadillac grills cadillac mills check oil cadillac spills matter fact candy paint cadillacs kill check hoes cadillac fills 20 inch wide 20 inches high ho dont like 20 inch ride 20 inch thighs make 20 inch eyes hoping american 20 inch pies pretty ass clothes pretty ass toes oh love pretty ass hoes pretty ass high class anything goes catch em club throwing pretty ass bows long john drawers long john stalls stank puss make long john pause women cell making long john calls like juggle get long johns balls players house buy bar ballin ass niggas candy cars pimp know dont love hoes get floor nigga throw dem bows women house chasing cash got big titties matching ass fly ass boots open toes get floor nigga throw dem bows dirty south mind blowing dirty south bread catfish fried dirty south fed sleep cot picking dirty south bed dirty south gurrls give dirty south head hand flip flops hand socks hand drug dealers hand rocks hand 50 pack swisher sweets box goodfella rich niggas hand stocks mouth full platinum mouth full gold 40 glock cal keep mouth hold lie teeth could find mouth cold rip tongue cause mouth told sweat lemonade sweat tea sweat hot sauce sweat sweat burn 3rd degree sweat sleep sweat players house buy bar ballin ass niggas candy cars pimp know dont love hoes get floor nigga throw dem bows women house chasing cash got big titties matching ass fly ass boots open toes get floor nigga throw dem bows hit stars hit cars drunk liquor getting hit bars keep girl close cause shes hit far hit neptunes hit guitars afro picks afro chicks let soul glow afro dick rabbit hat pulling afro tricks afro american afro thick overall country overall jeans overall georgia overall clean southern hospitality overall mean overall triple overall beams thugged niggas wear thugged chains thugged blocks playing thugged games black tinted thugged range dtp stay thugged thangs players house buy bar ballin ass niggas candy cars pimp know dont love hoes get floor nigga throw dem bows women house chasing cash got big titties matching ass fly ass boots open toes get floor nigga throw dem bows players house buy bar ballin ass niggas candy cars pimp know dont love hoes get floor nigga throw dem bows women house chasing cash got big titties matching ass fly ass boots open toes get floor nigga throw dem bows nigga throw dem bows nigga throw dem bows nigga throw dem bows nigga throw dem bows", "Stand Up": "stand ah stand yeah stand ah stand uh move move like move move like move move like hell yeah hey dj bring back move move like move move like move move like hell yeah hey dj bring back aint gon fuck bitch im im goddamn reason vip ceo dont see id im young wild strapped like chi ali blaow aint got nothing worry whoop ass let security carry watch medallion diamonds reckless feels like midget hanging necklace pulled million trucks looking smelling feeling like million bucks ahh pass bottles heat huddle smoking cheech chong whats wrong club moon full im looking thick young lady pull one sure shot way get pants take note brand new dance like move move like move move like move move like hell yeah hey dj bring back move move like move move like move move like hell yeah hey dj bring back go big ass let see something tell little friend quit mean mugging im lit dont care one thinks fuck waitress drinks people outside cant get gon rush back door break owner already pissed cause sort late time clothes got coordinate girls looking right looking mess thats spilling drinks dress louis vuitton bras breasts got wanting put hickeys chest ahh come gon party tonight yall use mouth mouth bring party life dont scared show another part life drinks system harder fight move move like move move like move move like hell yeah hey dj bring back move move like move move like move move like hell yeah hey dj bring back stand stand stand stand damn right fire marshal wanna shut us get us someone gun us two songs away getting cut one song away tearing club move luda got something say cause tomorrow aint promised today work lets become one beat dont worry stepping feet move move like move move like move move like hell yeah hey dj bring back move move like move move like move move like hell yeah hey dj bring back stand stand stand stand"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/lupe-fiasco.json b/lecture/lecture-9/rappers/rapper-data/lupe-fiasco.json new file mode 100644 index 000000000..f979958ef --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/lupe-fiasco.json @@ -0,0 +1 @@ +{"Mural": "chemicals vitamins minerals vicodin inner tubes wrapped around arm see vein like chicken barn top cat chat lets begin another yarn thats flying saucer cheese chicken parm roosters dont fly like boosters dont buy powers cowards get top fall asleep listening bach ribbon sky ribbon drop dribbling eye across prism clock lacks meaning racks stacks fat reading catch chief wrapped plants trap dealings whats coffin scratched ceiling whats talking without match feeling thats buried living cherry picking every lemon berry system proceed pack feeding young visions another world sneaking looks porn stash brother hurl incense smoke made vortices curls casting calls porn films ad space rubber girls like pancakes cut swirls moroccan moles undercover squirrels like cartoons southern cities large moons faith healers ex female drug dealers art booms apologize weird mix taste like hot dogs tear drips looks like pantomime clear bricks smells like shotguns deer piss hunt kind salty im going hard first part party throw parts one minute youre playing pool next minute youre throwing darts thats party throw bars run gambit like im throwing cards popular mechanics overdosing hearthard paint cold pictures like nova scotia landscapes nerd gang make mandelbrot sets handshake word game back plan dam lakes backup wordplay aint playing mans states means still man dam breaks demand brakes im reflectious cant face peers still treat mirror like fan base unfettered veteran eagle feathered man medicine hovers cities like weather men maybe weather woman whatever better tell ya weather comin prefer girls reign world rain like rain man rain like rain dance rain like slight chance rain raining rein like deer slaves santa claus sleigh man reign like queens reign made man queen like queen killer rhapsody bohemian queen queen like white glove wave hand wave hand like heat wave make fan waving hand im talking wave like saying hey man hay horses hoarse like almost voiceless gotta treat vocal chords like fortress treat every single one words like reinforcements especially youre recording cause thats portion thats important reporting poor im still hooker heels sugar hills sweet spots crying shames make margarita rims cheap tops deep plots floor ceiling windows pee pots little scene sickle swings make wheat drop hundred words hummingbirds like eavesdrop fan like peacocks parakeet beat box sun rise beat drop sun dies beat stops unties relocks relapse detox heat back like heat pack knee caps weak spot cause want got like yeah forge poetry like young ornery morrissey spit golden locks thots like porridge watery scorching sorbet steel orbitings sorcerer sorcery coming gorgeously like stacey dash waterfall torturing water boarding barbie doll river women like brazilian carnival swimming feminine bikinis made barbasol somebody give volleyballs love dont ever send mally malls homie lonely might end macaulys claws coming closet goblets mardi gras fame champagne walk shame lobby call rap position black condition activism ammunition abolition missions attacking systems apt listen unless dropping activision apps bodies filled apparitions operating applications stuck inside apple prison chicken hackin download updates lack religion soil tainting disloyal changelings preoccupied boy goyle chasing foiling others royal saintings sit back watch world eye holes oil paintings uhhh aint nothin unless virgin mary nothin truest believe unless jewish life dictionary thesaurus feel like missionary clitoris water bearer heir traditions swear never change chair position conditions porridge submission sedition religion chorus keep golden weave thieves mothafuckin forest perform nerd storm prefer pictures word form bury hatchet like bird born paint cold pictures like kool aid facing condensation conversations flavorful combinations slave concentration thats oj da juiceman meets oj two hands two gloves thats snug judge drew blood lupe look toucans cemetery full tomahawks giving middle fingers pigeons somersaults road runners dont fall cliffs run across anomalies colony flukes reservoir wildin pursuers end poofs desert floor levitating youths know truth fountain hides buckaroo roof painting tunnels onto mountain sides thousand parts pound heart ounce eyes announcing doubt mouth pronounces count lies chocula counts count five refrigerator roof full animals monsters incinerator chutes manual contra assorted memories childhood absorbing energy wild woods electronic combat konami sign contract chinese chalk killing cucarachas contact chicago spray gun aficionado efficient spitting bridging divisions isnt chicano whos boss isnt alyssa milano dudikoff ninja mission congo polarize envy older guys black obi shinobi hittin kenno face throwin knives sub zero gaiden hiding raiden pack well sound village leaf village wolf spirit magic spells dodging rain catching hail faith seers need samurais catch l special research vessels made catching whales filet fish ships sea shepherded peppered extra sails rewrite history liberty needs better bell maybe harder irons carbon fibers never fail smarter science mixed odd alliance fairy tale maybe metal pail hit steel tools announce youve enough dropping seal school like trout jumping house let gills cool cuba scuba couldnt take temperature skill pool yeah said feels cool kill fools slipping cracks like try grill gruel techno viking water bottle following pill rules throttle modelin chill mood roller skater maker cobblin wheel shoes overweight taster kings food kills crews oblivious feather weight baker autographed cakes whenever quill moves milieu simple buddhist monk temple standing heel groove abbot practising stillness real steel til realize realness defeat samsara achieves nirvana brilliance yeah", "Bitch Bad": "yeah say bitch bad woman good lady better hey hey hey hey imagine theres shorty maybe five maybe four riding round mama listening radio song comes far born doesnt know difference right wrong aint trying make complex lets say shorty undeveloped context perception women days mama sings along says niggas im bad bitch im bad bitch somethin thats far average maybe rhyming words like cabbage savage baby carriage things match couple things happenin first hes relatin word bitch mama comma shes relatin important source help mental health may skew respect dishonor bitch bad woman good lady better misunderstood uh tell em bitch bad woman good lady better misunderstood misunderstood yeah imagine group little girls nine 12 internet watching videos listening songs doesnt really matter parental clearance understand internet better parents internet contents probably uncensored theyre young theyre malleable probably unmentored complicated combination maybe relevance intelligence meets favorite singers preference bad bitches bad bitches bad bitches thats want like life bad bitches bad bitches lets say less concerned video girl acquiescent whims ah plot thickens high heels long hair fat booty slim reality check im trippin dont see paid actress makes bad bitch bitch bad woman good lady better misunderstood say say say say say say bitch bad woman good lady better misunderstood disclaimer rhymer lupe using bitch lesson psychological weapon set mind really mess conceptions discretions reflections clever misdirection cause rappin growin fast nobody stepped ever slow em gasp sho enough little world little boy meets one little girls thinks bad bitch thinks bad bitch thinks disrespectfully thinks sexually got wrong idea dont wanna fuck think shes bad bitch like mother momma never dressed like come house hot mess like ass titties dressed like impress like like see fruit confusion caught reality caught illusion bad mean good really nice smart bad mean bad bitch dont play part bitch still bad say wrong way think bitch double entendre tell em bitch bad woman good lady better misunderstood say say say say say say bitch bad woman good lady better misunderstood misunderstood bitch bad woman good lady better misunderstood youre misunderstood bitch bad woman good lady better greatest motherhood", "Around My Way (Freedom Ain't Free)": "first say peace pine ridge shame damage white man wine ghost dance trail tears five million beers year crime peace teachers blind kids rebels small cells keeping mind big say everythings hostile suicide bombers prosperity gospels emaciated models cocaine blood pouring nostrils got stay awake catwalk life everybody watch straight hair high heels handbag crucifixes racism land grab katrina fema trailers human body sandbags peace sign pants sag money toss cause nine stripper mad dash friend request following hash tag everybody want like last laugh michael jackson jacket daft mask purple jordans mixed girl math class stable baath baghdad corporate jets really gas bad war hope fall ratatat cause thats dinosaur cadillacs live side see bunch nonsense tv heaven earth need feel im hell every time breathe reporting live side hear bunch nonsense ear rich man poor man gotta pay cause freedom aint free especially round way marvel state ottoman turn around treat ghana like garbage americas big motherfuckin garbageman aint know youre part parcel problem say aint say yes soon find planned obsolescence say didnt say yes definition unnecessary ness manifested say protest get arrested goes hustling ethics bunch jail niggas say highly ineffective depart martin connect malcolm x tip insert baldwin similar separate truth fulfilling meth hit finding really fast internet sex one song short set list couple croissants shy continental breakfast blowing birthday candles make death wish absurd word chief bone necklace lakota sioux casino whole culture boiled giving pokeno go left heart chest cause horn africa starving death live side see bunch nonsense tv heaven earth need feel im hell every time breathe reporting live side hear bunch nonsense ear rich man poor man gotta pay cause freedom aint free especially round way white los angeles dream mr chandler hope pray take columbus day calendar south central example gods gifts shout mothers raising babies spa 6 projects oakland city detroit ghost towns monopolies poverty boy coke bound parts manila like video thriller us embassy reminiscent villa poverty chocolate privilege vanilla whats flavor sunday preachers pedophilia cash rules everything around niggas classrooms everywhere around wither hither mr burns mr smithers tyrant slave nowhere middle extremes americas dream freud fighting neo freddy krueger refereeing live side see bunch nonsense tv heaven earth need feel im hell every time breathe reporting live side hear bunch nonsense ear rich man poor man gotta pay cause freedom aint free especially round way great american rap resurrect lupe check westside till die", "Words I Never Said": "loud inside head words said drown regrets cant take back words never said cant take back words never said really think war terror bunch bullshit poor excuse use bullets much money take really make full clip 911 building 7 really pull uh bunch coverups childs future first go budget cuts think hurts wait comes uppercut school garbage first place thats keep bottom tease upper crust get move never keeping enough turn tv sees bunch fucks dude dating blabbering bout aint jersey shore homie thats news people supposedly telling us truth limbaugh racist glenn beck racist gaza strip getting bombed obama didnt say shit thats aint vote next one either im part problem problem im peaceful believe people yeah loud inside head words said drown regrets cant take back words never said say aint fault never heard know better probably deserve jihad holy war wheres worship murdering islam observant muslim israel dont take side cause look far youve pushed walk ghetto kush went complain liquor store drinking liquor complain gloom whend pick broom listening pac aint gon make stop rebel thoughts aint gon make halt dont become actor youll never factor pills million side effects take em pains felt wash em diet soda killing brain cells crooked banks around world would gladly give loan today ever miss payment take home away loud inside head words said drown regrets cant take back words never said never said cant take back words never said think silence worse violence fear weak emotion thats despise scared almost everything afraid even tell truth scared think im scared even telling sometimes im like person feel safe tell im locked inside cell know theres jail consider bailing take breath inhale screams finally getting free thoughts finally yelling loud inside head words said drown regrets cant take back words never said", "SLR 2": "real though like real though like real know im sayin dont even like niggas must forget fuck fuck fuck niggas still fuck whatever fine say dear lord mercy banana clips give em half call banana splits halves really like banana 6 bananas idea planet apes yeah bananas grapes mean bitch got banana face wine chin get heathens trunk swine rims tryin take shine benz slr nigga please niggas bout go work bitches gon leave gon roll around b nigga roll sleeve got body plans karate stance could open chi lu boy bruce leroy destroy doo doo beat like two boys one freak one dp like three three rewards team like meat eating animals meeting meteor dinosaurs im fine kinds wars knives swords lions tigers bitin boars lightening striking viking hordes fighting heightened violence soars adolf reacting new shit translation come cant evil lu get well thats cause aint lu bitch took two sips holy grail backed turned around bent pittood shit love jay thats nigga feel sicker cruise ship aint competition dont move shit opposition new shit new niggas rappin like 2 actin like man thats wheeeeeew shit happened game niggas think jappin cause rappin like wayne rappin like chainz aint matchin platinum im rappin like im flames like smackin back antonyms cain heroin metaphors metaphors brains left foot la right foot spain heard said said means dead shit insane hes crazy look little baby nigga aint nas nigga aint jay z respect reject ive done much matter far go reflect slr nigga please niggas bout go work bitches gon leave bitch gone knee shots disabled dvd dick jones tv grenade table punch bowls like ocean lay ladle strong pull im hangin handle satan ankles im hangin angel aint hatin hatin wrong cause cant hang angles hard lupe fan go harvard lupe stan aint sayin im harder harder lupes hands welcome nigga lupe land slr go fl bars hold go back hard part would say pause talkin bout balls nigga", "Lamborghini Angels": "mad world tell worlds gone stark raving mad everyone world mad mad crazy world see diamond flooded demons lamborghini angels lamborghini angels lamborghini angels halos doors flapping came halos doors flapping came circle floor compels pure pulls beast heart impales sword writes prayer paper nails door good may enter mercy lord listen speaks thats cursing cause seduction senses devils adores unholy hostage soul war follow secret knowledge bring reward shun public disallow stores part affairs less pestilence make scoundrels righteous virgins whores must still pray color cured see diamond flooded demons lamborghini angels lamborghini angels lamborghini angels halos doors flapping came halos doors flapping came eyes ceiling needle brain looks back crowd wipes blood explains slipped existence realm deranged becoming must halted reverse became looseness tongue pollution aims nothing barbaric solution humane must destroy mind hopefully retrain torture wildness replace tame blank slate recovers wont even know name perfect wife perfect lover resistance complaints may god bless scientific cure insane knew couldnt go school thought change see diamond flooded demons lamborghini angels lamborghini angels lamborghini angels halos doors flapping came halos doors flapping came crucifix inside pocket said mission divine put bible bed touched behind told take clothes put penis next mine little boy think normal time life inside body finally think hes safe cut fingers piss face take pictures killers sneak back states sit next picture wife raped teleprompter rolling looks right lens doesnt mention redemption absolves sins forgives advance says fellow americans see diamond flooded demons lamborghini angels lamborghini angels lamborghini angels halos doors flapping came halos doors flapping came", "The Show Goes On": "la ser yeah yeah kane building nigga yeah alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes ever feelin bein dont shit make mad treat like slave put chains soul put whips back lyin teeth hope slip path dont switch laugh put kicks desk unaffected threats get busy ass see thats chi town made thats daddy raised glitterin may gold dont let nobody play homeboy never pay gon put hands times hard stand l u p man cause brand fans trust even ban us theyll never slow plans alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes one air people aint two air father thats three air kids ghetto four kids dont wanna none niggas tryna hold back five air teachers scared tell kids thats livin ghetto niggas holdin back world yeah yeah world little boy terrified world im world tour would give everything even start world war ghetto girls boys im rappin round world africa new york haiti detour oakland auckland gaza strip detroit say hip hop destroy tell em look boy hope son dont gun never boy alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes matter matter matter see look outside window brown grass green grass picket fence barbed wire never ever put lift arms higher raise em til arms tired let em know strugglin survivin gon persevere yeah aint nobody leavin nobody goin home even turn lights show goin alright alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes", "Superstar": "say superstar fear cameras microphones wanna know oh oh oh say superstar fear crowd lights want show oh oh oh yeah yeah ugh fresh cool young lu trying cash microphone check 2 1 2 wanna believe hype untrue world brought knees brung improve design something new well name aint guest list brung famous person come sexy lady next come hit standing outside heaven waiting god come get im uncouth unschooled rules gumshoe much newcomer uncool like shadow lavelle battle well though need holiday like lady sung blue go back whatever undo heavy heaven devil two tons ha ha ha ha ha ha say superstar fear cameras microphones wanna know oh oh oh yeah better wear shades spotlights burn holes stage basement past indian graves dinosaurs laid china nearly misses airliners magnified times five pointed rhymer ricochets moon sets forest ablaze thats important say cause even us dont want faaaade want braid meaning want grow meaning want stay like governor called told wait unstrap chair put back caaaage audience aint fazed aint gon clap aint gon praise want everything back theyve paid cause theyve waiting since ten see lights get dim ha ha ha ha ha ha say superstar fear crowd lights want show oh oh oh yeah chauffeur chauffeur come take away cause ive standing line like five whole days security aint getting along got front told tickets gone take home mood mellow roses thrown mms yellow light bulbs around mirror dont flicker everybody gets nice autograph picture one one sister work tonight avid listener every songs favorite song mics dont feedback reviewers say need go see everybody claps cause everybody pleased take stage start performing like ha ha ha ha ha ha ha ha ha ha ha say superstar fear cameras microphones wanna know oh oh oh say superstar fear crowd lights want show oh oh oh say fear", "Old School Love": "give old school love right know hold wont alone long im long love give old school love right long im long love give old school love right give late 80s early 90s old school feeling like second album cool chiraq summer looking cruel look shorty eye told rules went speak like never mind let mind sneak back better time age hes ever mine thinking would think back never find better times think back comes hes older presence somebody young telling things told reacts way og old school like 03 old man old takes long time happen fast realize future somebody elses past wassup long im long love give old school love right long im long love give old school love right analog black vinyl spinning sounding good top cant classic wood dont know new school floor model foundation youtubes model flows fat boys juice crews melle mels ice ts 2 cools add moe dee double l walk cause hard run unbuckled shells one microphone couple 12s six drum sounds couple bells make couple rails thats track want make like whats one turtle couple snails takes long time happen fast realize future somebody elses past wassup long im long love give old school love right long im long love give old school love right chiraq summer looking cruel reel reel theres pro tool cant dig theres tube fire speak aint warmth vocals might better rhyme never mind better time think line youre going nicest round midlife crisis youre life like christ live midlife like christ like nigga aint psychic know cycle everybody bike france enormous youre lance endorsements might need hand enhance performance consider kilogram encouragement teach sneak past enforcement get manner cool remember give little nod old school wassup give old school love right im leaving darling giving everything want give old school love right know alone long im long love give old school love right long im long love give old school love right", "Adoration of the Magi": "youre smart youre like contemporary museum art farts thats harsh narcissism narcotics sharp objects large pockets dark aint gotta hide keep metal gear solid lead leaders thats file clobber low energy find peach cobbler gobble yeah food drums boxes beat em theyll drop theyll rapidly flicker till disappear blinking gradually quickens til isnt thats da da da da da da da da da da back reincarnated exact twin exact ten exact twelve ba ba ba ba ba ba ba ba ba ba really gotta say didnt play dojo abobo shoulder throw polo billy jimmy even low low ready die baby tears eyes baby keep head sky baby quit chasing money never mind baby magi adore adoration magi magi adore wanna born baby playing streets baby lets vogue mountain pose downward facing dog warrior pose tree pose bridge pose triangle pose seated twist upward facing dog pigeon pose bitch thats vulgar thats yoga lets try clothes closer enclosure exposures quiet kept like rosicrucian meet cosa nostras oprahs sofa controllers watchin gazans ashkenazis ride roller coasters say yeah yeah lots options two player jump b punch seein somethin wasnt find friendliness nemesis old test three buttons see somethin thats emphasis genesis oh yeah ready die baby tears eyes baby keep head sky baby quit chasing money never mind baby magi adore adoration magi magi adore wanna born baby playing streets baby cant eyes closed side scroll first person first person first curse first cursive curse words curve version occurs virgin word version refers perfect first person third verse whos really third person prefers first one thats master cleanse syringe gerber first burger pamper depends everything drawers even loss even king boss meet swing south yeah unless bamm bamm knocking pitches grand stands club watching women handstands like mans man thats washing ham zam zam got baby strippers shes two weeks pregnant didnt even know hes dancing damn ready die baby tears eyes baby keep head sky baby quit chasing money never mind baby magi adore adoration magi magi adore wanna born baby playing streets baby"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/mac-dre.json b/lecture/lecture-9/rappers/rapper-data/mac-dre.json new file mode 100644 index 000000000..bebe90efe --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/mac-dre.json @@ -0,0 +1 @@ +{"Feelin Myself": "im world run milln name furl im owner building im stoner im chillin two bitches like jack pimps mack drive benz lac man ive back wit groupies stars ive front thugs guards ive yard mexican mafia run niggas thatll kill die ya im popular im rap star live like rock star running cop cars drop bars wit slaps knock hard charge dick extra large im sicker sars higher mars treat bitch like atm card im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin shes buildin shes feelin shes lookin bad man im willing help stop baby youre killin come got back could chill delt im feelin man imagine things catch liquor store 2 hit nigga go get shrooms still want kick go get room wont cost much im good buy dick discount bitch good bye look like mr frank fuck free dough ho cant fuck get fuck bitch still delt full shit im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im west coast bad boy represent dre thats bad toy rented hardy har har funny dont hear tummy gets money stomach aint growlin im stylin wildin drinkin vodka straight fuck long island want island bet im get switch hit play mitts pack four fifth im bitch aint right shes scritch im macking words nerd thought squares stayed sharp youre nothing mark bucket skylark im playing part im mr furley quit interrupting im talkin girly im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin", "Thizzle Dance": "hello everybody id like introduce thizzle dance thizzle dance said thizzle dance first like put look face like smelled piss bounce beat till start hurt dust smirk shirt dip ground catch bass wipe sweat face hop back start slide popping collar glide break thang bird dust like stole third come everybody nows chance fuck harlem shake thizzle dance dance thizz dance thizz dance thizz dance thizzle dance dance thizz dance thizz dance thizz dance thizzle dance first hope got juice thizzle time pop gas brake start dip bounce car start shit open car doze whole damn car low hop follow let car roll ghostride whip ride strip heres chance dance side passenger driver switch hurry jump back inside shit hanging rooftop get ooh aahed fool cops tryna got boys coon big wanna learn coon stay tuned thizz hoochie mama freaks get yo man show niggas thizzle dance dance thizz dance thizz dance thizz dance thizzle dance dance thizz dance thizz dance thizz dance thizzle dance ahh thizz ahh thizz ahh thizz ahh thizz say im killin look face mean im feelin like niggas im chillin wit cant thizz unless pillin last verse im sealin niggas gon stealin hip hop johnny gill new edition prince im spillin im 12 years strong im still im slugged diamond grillin dont care im building dance nancy von chillinwich dance thizz dance thizz dance thizz dance thizzle dance dance thizz dance thizz dance thizz dance thizzle dance", "She Neva Seen": "hot night august humid hit store get oj shroom ooh shitty im worlds biggest little city seen girl big ass titties top notch saditty bitch knew pretty get goosed city get purse took stepped life felt earth shook spit first hook let lace ya fucked crying like somebody maced gave taste real macaroni swore would anything thats bologna baby brought bread freaked freeway 80 gave head neva seen sav timbs push s5 sittin davin rims listen wouldnt want miss met bitch night christmas baby made hit list christmas night let nigga hit christmas lights bitch tight type barely ripe ride dick like bike hit dick like pipe quick late night hype kinda thangs makes night steak aint right without 1 stay dipped sauce come like baby like nigga old lady like karen kameka katie crazy kid mami bozack im pimpin knows nigga hoes bet neva seen sav timbs push s5 sittin davin rims black jesus went rosaritas seen senoritas eating carnitas rocking adidas sneakers told waitress get fajitas gold teethas left speechless gave number fairfield prefix dipped cougar put ruger stash spot wise maneuver put cougar pulled mb california hot boy md boss firing hiring sweat broad keep em perspiring shes admiring way slide way ride boyfriend lied shes neva seen sav timbs push s500 sittin davin rims sees european keys sees woodgrain sprees sees champelli trees sees hella gs", "Get Stupid (Remix)": "pull light people stare four niggas benz dreadlock hair smoke everywhere wavin madeline woodgrain davins license plate rattlin doin want hangin sunroof mentally ignorant boy go dumb dude gas break dip call yokin donut whip call dosin get stupid good ghost ride whip dancin hood im amped feeling good potna im hyphy bitch face thizz face nike women like im dipped butter ill rob brother pimp blood mother im mr stupid doo doo dumb sumthin terrible tell em come u p go club dont need id everywhere go party yall gon get crackin like mardi gras get stupid get stupid get stupid get stupid go stupid go stupid go stupid come go stupid im dog hound crestside clown gig hard make pants fall beat pound cuddie whered get oh aint know dr dre come rappin rhymin dancin pantomimin acting like im drivin switch dance like im fishin see bay area dance lil different bay bounce thizzle west coast wizzle get stupid come fuck drizzle call hospital hes convulsions hes gettin stupid load yokin store still open need heem privilege thing yadadamean door like yee u p u p go club dont need id everywhere go party yall gon get crackin like mardi gras get stupid get stupid get stupid get stupid go stupid go stupid go stupid come go stupid alright let tell call thing stupid cause dance chicks say stupid aint hard baby get dumb act like retard shake hair make blow air gotta get growl like bear say wha wha damn thing girl cut shit fill cup dont punk dont look right really aint drunk come repeat go u p u p go club dont need id everywhere go party yall gon get crackin like mardi gras get stupid get stupid get stupid get stupid go stupid go stupid go stupid come go stupid", "Not My Job": "dre rock jewelry clear stones get nigga head like headphones im finna spit clear tone get attention biggest thing since tv invention dope zoloft big shot show plus im big pimp get tore fuck good job need good jaw sell bjs til mouth get raw im california coast beaches bridges hit cock get ghost dont sleeping bitches got cougnut sitting wires vogues bitch michelin tires cant control desires buy nordstroms fred meyers lot weed love supplier keep fuck blood supplier man im bigger life magnum bout broke bitches im em dre bogard shove push start war nothing like gw bush loving kush backwood without backwood aint good im streets need heat ill slice nigga like roast beef meat bust rap anything else job ill peel cap back anything else job ill get racks anything else job ill make slap anything else job bitch gon ask come grocery shop told straight like siree bob thats job dont im pimp slash rapper thought knew dude serve news let know hes finna walking brand new shoes ooh fool gotta watch thyself one false move cant stop thyself sometimes im im another man im rockstar another band plus im man plan hands soon playing sand cause estimations calculations money made rompalation im finna get many digits thats license plate shit midgets bitch cant wait bust rap anything else job ill peel cap back anything else job ill get racks anything else job ill make slap anything else job dip trip furl dressed plus got mouth full girls best friend im back future new game kind nigga yall lames plain drinking kind liquor wearing kind clothes fucking kind hoes bedrock pimping meaning games kind old dont want ill bother ya get lost pal clobber ya got golden gloves ill give new look stiff left sharp right hook niggas know snitches ride go gravy long dont tell team see machine fuck mans ima intervene im sport coat sancho always looking benny blanco", "Since '84": "cmon lets thizz another knocker kick game around like soccer pull chair let make plate game thats seasoned like tasty steak since 88 ive serving well serving yayo l rocking bells clocking mail get get getting copping flipping flip flip flipping im spitting bar bar european whipping car car dough hoe know say need like jaws need rain coat fandangoes stay high star spangled choke blood bitch get strangled get mangled fucking pimpin hot lipton dre jay simpson better pay attention gamed peep bio file see came since 84 gettin dough sco valley jo getting rich rich san jo grinding rhyming pimpin hoes rolling vogues 2 4s dre tripper gotta stay two hoes stay zippas boy keep os get bossed say thar blows sweat say read lips bring cheddar bitch bring chips fingertips ass hips lips follow lead dont ask questions bitch want fresh fits abercrombie fitch going mac comes shits mac comes spit let ear baby im trying flip see every year baby real laddish getting cottage cheese geez please beez freeze stop youre heading wrong path fuck making love bitch want tongue bath dumb cash like cash fat check bank id blow im 100 smacking slapping 500 since 84 gettin dough sco valley jo getting rich rich san jo grinding rhyming pimpin hoes rolling vogues 2 4s dre tripper gotta stay two hoes stay zippas boy keep os get bossed say thar blows got cutthroat friends lots women ride benz ill squat lemon want stuffed turkey trimmings pay play extra innings im winning fat lady start singing im finna get cougnut start swinging skeet dance eight run plates model make imma shake like im riding cake pedal metal rarely hit brake love high speed getaway wanna get rid dre put kid away im today im 7 series quiet cant even hear engine smash gas would look wood dash since 84 gettin dough sco valley jo getting rich rich san jo grinding rhyming pimpin hoes rolling vogues 2 4s dre tripper gotta stay two hoes stay zippas boy keep os get bossed say thar blows", "Something You Should Know": "got phone call rollin interstate dre ate yet hows dinner date hmm dont know let check schedgy im free 830 pick youre readgy hopped chevy could freshen rolled sack back put weapon poured glass 7 ate quick snack salami swiss piled ritz crack called punk bitch back whats alice got maddest said names alice alright alice pick palace stay west linn know know thats dad lives jiffy threw 150s red ken griffey shirt crispy im dipped usual shave andis electric reusable threw removable iced grill spit spill chilly chill im really ill really feel really mackish im waitin bitch im puffin cat piss damn bitch started thinkin baby pulled aviator lincoln grabbed thump thang cause wont catch leakin cause punks hang try bang every weekend started speakin hell car said eating said elephant bar said hell id rather benihanas said whats said drama look little mama quarter ten cant night gotta stop song end restaurant im feelin like man spoke japan give moo goo gai pan ate drank got full burped said alright beezy time curt dipped spot tucked cut put dick cot busted nut busted nut one mo gin busted nut hoe chin go another fiasco im digging im playin asshole fuck bashful baby im bash pro said dre ill give anything ask got class hoenow look pay close attention im finna sing hook give mo theres something must know im pimp got hoes cant fuck free mo", "Hotel, Motel": "hotel motel holiday inn see girl starts acting take friend say hotel motel holiday inn see girl starts acting take friend come beezy time split im kinda lit im tryna hit sittin wasting time got three deck waiting line plus ronald dregan cant begging let put third leg start wavin choosy wait cutie get home gon want play booty catch fruity catch studie ill gettin jaw puffin doobie ruby ex best friend rubbin hairs chinny chin chin hotel motel holiday inn see girl starts acting take friend say hotel motel holiday inn see girl starts acting take friend beezies front like hump say let daddy stab beezies back like back say nigga get hit till split letches side coochie tight say dont pound wont drown beezies dont care say avior menage trios hotel motel holiday inn see girl starts acting take friend shes heard stories lots rumors haters head like tumors told told asked said cut crap miss talkage bitches excessive stalkage better get im full heem beezy end shoulda coulda woulda team whachu mean im finish ing split scene dicks hard gonna split jeans know treen lexus thing wanna blow im finna let sing hotel motel holiday inn see girl starts acting take friend say hotel motel holiday inn see girl starts acting take friend beezies front like hump say let daddy stab beezies back like back say nigga get hit till split letches side coochie tight say dont pound wont drown beezies dont care say avior menage trios", "Boss Tycoon": "know mi im rb singer im gangster rapper throwing middle finger square rubiks cubes dont smoke use im cutthoat boy got short fuse get kinda hyphy im gone little gin dont like say hello little friend rat tat tatta really dont matter push hard line cross niggas gon scatter im mad rapper im rapper gone bad recording pro tools pad get gang bab boy im sav come sideshow yolkin cab fuck cost im boss tycoon dipped sauce floss coon fuck cost im boss tycoon dipped sauce floss coon know 600 v12 cls spinnin sprewells dirty hell like fuck detail still knock yo female mack bitch til break lee nails track tl yukmouth first week 80 thousand street sales im ceo thats seven dollars retail bitch got niggas poppin collars poppin e pills poppin bottles poppin cowards heatelle fuck spitz get ice vionnis new york italianni plug spanish mamis bitches belly dancin like swami fuck em im cocky poppin dom p smokin broccoli cause im million dollar man like ted dibiase feds see watch baby liberace wrist stay rocky whips stay saucy rims glossy mackin ass dre beside call frosty frosty snowman oakland dopeman sell kicks copelands bitch oakland mayor oakland raider king vallejo bitch foldin paper tycoons nigga fuck cost im boss tycoon dipped sauce floss coon fuck cost im boss tycoon dipped sauce floss coon ride around town clean ass benz range rove cougnut clean ass rims felt like ted turner pack lead burner spit get cant quit im bread earner boss 5 star telly dre touch mo bread motherfucking deli young rich nigga 20 inch nigga p p bitch nigga ive getting scrill diamonds grill rep pill boy keep trill show thatll go blade kill like raid stay gone naid fuck wanna got bitches corner thizz user im thizz owner sometimes thizz sometimes shroom whatever imma stay tycoon fuck cost im boss tycoon dipped sauce floss coon fuck cost im boss tycoon dipped sauce floss coon", "Mafioso": "ugh wha wha yeah yadidaholla know whadddiholla yeah itty bitty city water thats steady gettin taller vallejo hoe dont understand check though sippin martinis eatin scampi linguini makin blunts disappear like im houdini laid asians know tongue fu gettin blew got call young dru speakin thizzlamic understand said al boo boo eagle landed reply pronto cousin execute stage two put turkey oven dont know means got blow time turn blow dough sell em high buy em low let em fly let em go birdies snow straight valley jo got nigga dru got hit hip hell make sure got team tryna win keep mafioso hear violins im yay boy playboy bay boy stay boy dont puffin hay boy son head lay boy protect k boy run home get sprayed boy young dru mac dre boy yay dont play boy im made boy highly connected spit flame boy im paid boy spliffs naid day boy never changed im fuck say boy im afraid boy take wax gunplay boy run away boy shakin blades gay boys movin bricks boy choppin kicks picks boy weighin zips boy takin trips chips boy coppin whips boy floss cross chicks boy makin hits boy fuck mob get split boy loaded lit boy dre dru shit boy fix bitch tryna get rich boy im sneaks freaks beach shallow bossed drinkin ernest julio gallo got roll butterfly knife im nothin nice cut guy twice life followed path boy b boy cash live lav got game like bob costas got dread like rastas eatin seafood sauce put pastas imposters get tried treason nation thizzlam allegiance write grievance file complaint tell em dre doin things guys cant burnin rubber day drivin wreckless cut man throat give man bloody necklace cuddie respect us cause niggas mafioso prick theyll whack"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/mac-miller.json b/lecture/lecture-9/rappers/rapper-data/mac-miller.json new file mode 100644 index 000000000..3e04a54df --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/mac-miller.json @@ -0,0 +1 @@ +{"Self Care": "mhm mhm okay yeah yeah yeah yeah yeah yeah yeah dollars switched time zone know spendin nights hitchhikin go could fly home eyes closed itd get kinda hard see thats surprise though could find aint hidin dont move feet glidin slide roll yep well climbin wall mm remember yes remember yes remember swear height tall like september fall know medicine call yeah feelin like hot enough melt yeah cant trust one cant even trust yeah love dont love nobody else yeah tell take bullshit elsewhere self care im treatin right yeah hell yeah gonna alright switched time zone know spendin nights hitchhikin go could fly home eyes closed itd get kinda hard see thats surprise though could find aint hidin dont move feet glidin slide roll road dont see road dont see im going yeah readin signs losin losin losin mind yeah get fuck way must high play must nice lights lovely life made yeah know feelin like family tree yeah mercedes drove crazy speedin somebody save yeah tell take bullshit elsewhere self care gonna good hell yeah lettin go switched time zone know spendin nights hitchhikin go could fly home eyes closed itd get kinda hard see thats surprise though could find aint hidin dont move feet glidin slide roll didnt know didnt know didnt know didnt know yeah well didnt know missin see lil different thinkin much got stuck oblivion yeah yeah oblivion yeah yeah oblivion yeah yeah got time world im chillin plus know beautiful feelin oblivion yeah yeah oblivion yeah yeah oblivion yeah yeah yeah okay ride around city come home yeah sun set quickly get slow yeah disconnect upload watch spin around spinnin round yeah lets go travel unknown yeah play cool know fucked though yeah keep sayin love tell really really yeah lets go back crib play 45s safe know theres still war outside spend nights liquored mornings high feel oblivion yeah yeah oblivion yeah yeah yeah yeah yeah yeah yeah oblivion yeah yeah ooh ooh ooh ooh got time world im chillin plus know beautiful feelin oblivion yeah yeah oblivion yeah yeah oblivion yeah yeah", "Good News": "spent whole day head little spring cleanin im always busy dreamin well maybe wake instead lot things regret say forget cant easy everybody need stay oh hate feelin youre high youre underneath ceilin got cards hand hate dealin yeah get everything need im gone aint stealin get break wish could get goddamn way say aint better time today well maybe ill lay little yeah instead always tryin figure everything say sorry half time dont even know im sayin good news good news good news thats wanna hear dont like im im flyin oh make em uncomfortable different whats difference aint bad could always worse im runnin gas hardly anything left hope make home work well tired bein tired gotta build somethin beautiful go set fire im liar sometimes truth dont sound like truth maybe cause aint love way sound say yeah know aint anything new wake moon havent seen sun heard skys still blue yeah heard dont talk much thats problem closed door good news good news good news thats wanna hear dont like im im flyin oh make em uncomfortable different whats difference theres whole lot waitin side im always wonderin feel like summer know maybe im late could make time ill finally discover theres whole lot waitin theres whole lot waitin know maybe im late could make time ill finally discover aint bad aint bad well aint bad mm least dont gotta hey hey mm hey mm mm mm", "Weekend": "yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah uh uh yeah yeah yeah yeah yo got little bit money fillin pockets roll around like run shit got system filled toxins ive broken hearted fuck bitch getting high deal problems fucking bitches getting drunk shit bitches getting obnoxious nuttin though love shit go long days longer nights talk much wrong advice lights call life doctor doctor help get healthy keep low hell aint shit tell fuck rap shit bitch im sellin ooh shit new bitch jealous smokin weed crib watching belly pain causin like fuck ballin everythin straight feeling feeling im chilling living im burning away conversations im getting static much plate lord need break ill good weekend ill good weekend everything good weekend everything good weekend going tonight yeah going tonight like fuck going tonight yeah going tonight fuck going tonight yeah going tonight going tonight yeah going tonight trouble sleeping battling demons wondering whats thing keeps breathing money fame neither thinking places frequent people see im livin decent mean g yeah time fall behind bitches concubine call mine crazy aint god make water wine pausin time common often hate never walk line cross ts dot wondering well wonderin got high fell asleep forgot die goddamn im poppin downers drinkin powders faded get counter im stuck browser like make bitches dont know shit lonely get naked dont even know day ill good weekend ill good weekend everything good weekend everything good weekend mondays think aint tripping tuesdays im hittin gotta get hands ya wednesdays im lit witchu know youre staying thursdays im sick got get rid cause fridays always start time life alright get faded hate baby gon alright haha alright", "2009": "yeah eric well dont need lie nowadays shine take breath ease mind dont cry tell get high cause angels sposed fly aint askin oh take mine dont stay inside lines aint 2009 yeah know whats behind door yeah okay gotta jump swim well light dim life sin every day wake breathe dont thats right take nice easy took flight see send back home light thats beamin whole team bout figure ice cold thats winter sometimes sometimes wish took simpler route instead havin demons thats big house mhmm ball dribble bounce cause party aint til theyre kickin yeah isnt funny make lot money buy lot things feel lot ugly yea high muddy lookin lookin dont need lie nowadays shine take breath ease mind dont cry tell get high cause angels sposed fly aint askin oh take mine dont stay inside lines aint 2009 yeah know whats behind door yeah ask im smilin well ive never high like never felt alive mhmm id rather peace mind war see aint different struck fuck came back swingin take time finish mind business life aint life til live diggin hole big enough bury soul weight world gotta carry arms carry home im right scared alone aint never hurry dont ever gotta worry even 730 time runnin low heart get cold see whats behind unturned stones im pro come job really im tryna start believin god gets hard dont panic dont sound alarm dont need lie nowadays shine take breath ease mind dont cry tell get high cause angels sposed fly aint askin oh take mine dont stay inside lines aint 2009 yeah know whats behind door dont need lie nowadays shine take breath ease mind dont cry tell get high cause angels sposed fly aint askin oh take mine dont stay inside lines aint 2009 yeah know whats behind door", "Objects In the Mirror": "turn beat little louder go people love mind thought loves currency thinkin bout time never seen somebody put together perfectly would call mine someone like hard find open eyes walk blind ask hurry wont hurt dont worry listen ima set free aint gonna break heart go worst reach ecstasy imaginations pretend never thought would feel way never taught heal pain wish caught different day easier happy little taste know got hide away hide away sound silence watch kinda find strange times changed wish could go free baby could change world forever never come back lets leave rear view lets leave rear view girl dont cry dont cry mend broken heart girl dont expect capable got world right hands responsibility unescapable promise ill different man please give chance go live im havin trouble give hand seems perfection really unattainable dont even say bout end life precious aint need go kill im sure theres end wish truth would reveal call make top call make shootin stop call give coupe wash everything think im still little taste know got hide away hide away sound silence watch kinda find strange times changed wish could go free baby could change world forever never come back lets leave rear view lets leave rear view girl dont cry dont cry", "Cinderella": "uh ign oh ayy waitin night moment waitin year moment picturin takin clothes literally curvin hoes daddy told better bring ass home cinderella better get ass home man swear parents dont understand aint gotta old man take hand come room girl got suite sls uh already know got expensive taste ayy take hand follow room tell little friends gon alright girl got plan whole night okay legs like store open got people line every night weeks time dreams thats sleep time hear say love touch leave behind told dont worry youll fine type thing heard happen time yeah wanna see fly fragrance got faded keepin high said nothin better first time ill service like check curbside dont spend another second earth dry wet like go second third time left perverse mind hungry chef stir fry get dessert wine elevate ya third eye first prize nobel get piece clothes turn around lemme see waitin night moment waitin year moment picturin takin clothes literally curvin hoes daddy told better bring ass home cinderella better get ass home man swear parents dont understand aint gotta old man take hand come room girl got suite sls uh already know got expensive taste take hand follow room tell little friends gon alright girl got plan whole night yeah okay came plan take hand bring somewhere sand soon landed went straight room played music started dancin takin pants look like dorothy aint kansas anymore like chore started bed movin floor started gettin crazy told fuck like whore thought angel yellin lord used tell time aint ya type always wanna spend night im doin everything like im inside pussy damn feels right still respect ya game every time im line always set straight sex great heavens sakes need every day yell name cinderella never gonna find nobody better life waitin night moment waitin year moment picturin takin clothes literally curvin hoes daddy told better bring ass home cinderella better get ass home man swear parents dont understand aint gotta old man take hand come room girl got suite sls uh already know got expensive taste uh take hand follow room tell little friends gon alright girl got plan whole night ayy hey im sayin way way wont stop til mine way well days changin got angels satan looks like gods side time yeah meanin tell ya lookin better every day write letters right right love write name yeah forever never weather feel much better weather isnt rain yeah ooh cinderella dont run time feels like youve takin day yeah well wherever came wherever goin promise im far behind yeah dont dare throw away meanin tell ya look better every day write letters right right love write name yeah forever never weather feel much better weather isnt rain", "Come Back to Earth": "regrets look like texts shouldnt send got neighbors theyre like strangers could friends need way head ill anything way head way feel like livin alternate reality drownin im swimmin stressful waters relief yeah oh things id spend little time hell wont tell ill prolly never even tell dont know sunshine dont feel right inside day wish nice look like rain grey skies driftin livin forever told gets better regrets look like texts shouldnt send got neighbors theyre like strangers could friends need way head ill anything way head", "Diablo": "yeah yeah yeah rap diablo yeah yeah rap diablo macho drop flows bar gets raised petey pablo colder gazpacho colder mono rappin head honcho rocking shows like bono go play couple keys piano industry lie promises hollow follow could show bes howd get g pass none fuckin beeswax raps bring joint together like kneecap fuck little 8 balls show kis time continuum mortal kombat finish em tryna find balance reachin equilibrium fools pity em im human im amphibian fake superhero like mystery men aint saving nothin im gettin faded til angels comin skippin famous functions famous function list cant trusted strong arm em like play trumpet bottom barrel society tell bitch dont love lie im finer winery take rich piracy finally dont even need fucking eyes see come die cause everybody got dead homies dead homies said everybody got dead homies dead homies yeah said everybody got dead homies dead homies said everybody got dead homies dead homies yeah um okay mind yoda im ayatollah rappers diet soda find jehovah darkest places empty apartment basements marathon gentlemen go head start races save coffin spaces youll come missin tell bitch trippin vacation rappin like automated lights keep em like vegas lava makin hot im turning hog bacon god save heard monsters made aint star im way farther constellations contemplatin suicide like dvd lost inside mind prison homie leave see bleed freaks geeks bitch never miss beat im charlie conway triple deke gordon bombay streets ballin like im pistol pete beast every word spit rewritin history look look run underworld guns set sinners free bitches circle im show commercial poppin like kernel readin justin biebers journal treat like urinal cause everybody got dead homies dead homies said everybody got dead homies dead homies yeah said everybody got dead homies dead homies said everybody got dead homies dead homies", "My Favorite Part": "dont know think makes smile said dont know beautiful baby thats favorite part walk around clueless like nobody gonna break heart itll alright babe see got covered im gon lover might one tonight ayy dont need worry aint hurry rushin love said know know really aint need lie said universe couldnt keep us apart would even try yeah said dont let hurt ever know far smart things come together fall apart since ive sober life hard id rather talk said dont know beautiful baby thats favorite part walk around clueless like nobody gonna break heart itll alright babe see got covered im gon lover might one tonight ayy dont need worry aint hurry rushin love yeah yeah wanna stay taking slow baby cause want got enough mind make time something divine oh yeah said dont know beautiful baby thats favorite part walk around clueless like nobody gonna break heart itll alright babe see got covered im gon lover might one tonight ayy dont need worry aint hurry rushin love", "Dang!": "yeah yeah cant keep losin complications gone soon wait hangin cant seem hold onto dang people know best key wont forget soon cant keep losin cant keep losin yeah yeah yeah many mistakes take til leave im left hand face red face lookin like wait know aint saint aint late well dont run away fast know heart like gold break like glass know shit get old act young baby cold never sun dont wanna grow yeah shit fun get home ima give make feel like hit drum yeah dick aint free dont give fucks yeah complicated got frustrated get home late dont trust baby way drunk dont know im sayin drive car dont drive crazy complicated got frustrated every single night keep waitin say dont care thats sayin know thats bullshit okay fightin reunitin kiss touch tease excited god devil tryna get cant keep losin complications gone soon wait hangin cant seem hold onto dang people know best key wont forget soon cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin well cant go away girl ima need play games like ticket ivy league school wont get hall fame dick minor league dude eat pussy people need food got little time aint tryna spend arguin aint givin attention startin engine need reboot eat pussy people need food use every bone body keep holdin trust know dont want nuttin one time lets make love one time aint much fuck em lets us summers soft sweetness call late drunk hang mess made us sense make none complicated keepin late cant concentrate youre always brain love fuck come pain think thats bullshit okay seem invitin trust shes titan week like next week fightin need protection dresses bulletproof youre safe girl cant keep losin hell goin takin trip wait dont move dont stay cant keep losin hell goin wait hell goin cant keep losin complications gone soon wait hangin cant seem hold onto dang people know best key wont forget soon cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin woo"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/mf-doom.json b/lecture/lecture-9/rappers/rapper-data/mf-doom.json new file mode 100644 index 000000000..ea3c2cb96 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/mf-doom.json @@ -0,0 +1 @@ +{"Doomsday": "mic check led knew one come dig sound swear whole world could feel mc crowd around used cop lot never copped drop hold mics like pony tails tight bob lot stop stick around come dig sound fly brown 6 0 sicko psycho throws dick around bound go three plat came destroy rap intricate plot b boy strapped femstat cats get kidnapped release statement press let rest know metal fist terrorists claim responsibility broken household name usually said hostility um mf silly id like take means end two milli doo doo doo doo doo thats audio daily double rappers need fall save trouble yo watch back came go alone black stay zone turn h2o cognac doomsday ever since womb til im back brother went thats tomb say right government dumile either unmarked engraved hey whos say wrote one bc dc section dont believe go get bagged check cell number seventeen top bunk say mean wish bad luck pop junk pop trunk cee cipher punk leave left scraped god forbid aint escape blame mf tape definition super villain killer love children one well skilled destruction well building sidney sheldon teaches trife trifer im trading science fiction man live lifer pied piper holler rhyme dollar dime thing ring around white collar crime get face askin bout case need toothpaste fresher mint monkey style nigga get dentadent dope fiends still teens shook niggas turn witness real mens mind business thats difference sissy pissy rappers thats double dutch come hold microphone double clutch cos make rounds never ox found shakedown lock wet dreams fox brown doomsday ever since womb til im back brother went thats tomb say right government dumile either unmarked engraved hey whos say doomsday ever since womb til im back essence read tomb either engraved unmarked grave whos say pass mic like pass peas like used say er f ers dont like sally walk ill tell yall fools hella cool ladies cali talk never let interfere yeti ghetto slang nicknames nipplin tip nipples metal fang known amongst hoes bang bang known amongst foes flow without talking orangutans gin tang guzzled rusty tin mic like yin yang clang crime dont pay listen youth like holding line kissing booth took back truck uncouth spittin sunroof missing tooth sexy voice sound like jazzy joyce turned faster speeding knife strong enough please wife able drop todays math 48 keys life cut crap far rap touch mic get thing arab stealing devil hes another level word name mf super villain doomsday check sound right around led knew one swear whole world could feel mc", "Beef Rapp": "havent eaten day gonna man yeah dont wait man dont wait ill tell man come know ill get lunch ill hook something got little bank yknow problem hear thats cool man cant guys wait half hour man yo ill back man im gonna munch little bit man im pretty hungry yo let come back find food body well comfort troubled mind id really like soup course friend happened hand oh food last get regular storage procedure food food fish protein happened well cop got next morning went store get food arrested ill save would like snack thanks drink operation doomsday complete intercoms casualty damage testing enough talk peoples rights people rights choose give thats good believe doom disappoint must work faster prisoner ah yes young traitor tried turn people watch special plans one beef rap could lead getting teeth capped even wreath mom dukes grief crap suggest change diet lead high blood pressure fry even stroke heart attack heart disease aint starting back arteries start squeeze take easy way phony know wouldnt talking bologna bullpen disgusting pardon self discuss talk wealth shit aint never seen justice bust like cold milk toilet two batteries brillo foil heatll boil better pc glued feud dont tv mood every week mystery meat seaweed stewed wears mask cover raw flesh rather ugly brother flows thats gorgeous drop dead joints hit whips like bird shit need like hole head third tit bra smell card say aw hell barred bars kicked carvel keep cooker jar fell keep cheap hooker thats hook like bell top bleeding maybe fella took loaded rod gears stop feeding babies colored sugar coated lard squares odd pair swears god fears even rotten weve gotten hard years wrote note around new years couple shots beers cares enough beats streets food bout eat rhyming cannibal whos dressed kill cynical whether animal vegetable mineral miracle get lyrical proceed move crowd like old negro spiritual mil commercial mello yello tell devils hell sell yall jello hollow krills swallow pills follow flea collar three dollar bills squealed halal veal yall appeal dig real big ballers deal twirl l every meal rappers shut shutting keep shirt least button yuck rhymers strippin males work jerks since shut chippendales chippin nails doom tippin scales let alone pre orders thats counted shippin sales one goes peoples skippin bail dippin jail whippin tail sippin ale light doobie til glow like ruby couldnt find villain like scooby hes lab old buddha monk shit overproof drunk shit whoda thunk punk try ask better could iron mask cosby sweater yes whos screwed dude cd nude", "Rapp Snitch Knishes": "yo mf doom mr fantastik nigga whats cracking boy man rap snitches man shit bugged man fuck man niggas running mouth telling erything erything rap snitches telling business sit court star witness see perpetrator yeah im right fuck around get whole label sent years rap snitches telling business sit court star witness see perpetrator yeah im right fuck around get whole label sent years type profile low like paid full attract heavy cash cause games centrifugal mr fantastik long dough like elastic guard life twin glocks thats made plastic cant stand brown nosing nigga fake ass bastard admiring style tour bus manhattan plotting plan quickest flows sickest hoes thickest dro stickiest street nigga stamped bonafide beef jump niggas come get cause know ride true ski mask new yorks origin play fake gangsta like old accordion according ds rushed complication wire testimony thin caused man go north ball hit em lame rap snitch nigga even told mexican rap snitches telling business sit court star witness see perpetrator yeah im right fuck around get whole label sent years rap snitches telling business sit court star witness see perpetrator yeah im right fuck around get whole label sent years true theres rules shit fools dare care everybody wanna rule world tears fear yeah yeah tell em tell mountain hill running mouth bill everybody doubting still informer keep get tested pop bubble vest double breasted keep lab south little beast much heat woulda thought middle east little grease always keeps wheels spinning like sitting twenty threes get squealers grinning hitting many trees feel real linen spitting enemies get steel tin men brains gum flap said gun clap fled one slap son shut trap save bitches mmm delicious rapp snitch knishes know im saying crazy man im analyzing whole game bugged man niggas snitching telling self fuck around get everybody bagged man fuck around get yo mama bagged nigga know grandmama used bootlegging fake hustling nigga heheheheh haha perpetrator yeah im right", "That's That": "already woke spared joke barely spoke rarely smoke stared folks properly provoked mirror broke share strawberry morning gone important spawning torn poor men sworn cornish hens switching positions auditioning morticians saw vision ignoring prison ignoramuses enlist sound dumb found em drowned cows dung crowns flung rings tinkerbell sing things thats frail fingernail bring scale stale ginger lingers seven figures invigor nigga fresh jail alpha male sickest ninja injury century enter plea lend sympathy limper simple simon rhymin emcees trees free please leave key meager fleas hes breeze shes bees knees sheez gs gs seize property shopper sprees chop cheese drop degrees stop diseases gee whiz pa doom rock grammar like kumbaya mama ho hopper papa rolling stone star like obama pull card like oh drama civil liberties little titties abilities riddle middle c mmm give mc rectal hysterectomy lecture removal bowels foul technically dont expect see recipe receive check well collection fee wreck section z expect get free shit history key plucked mayor chucked ol tar pit la brea player say hes gone far doomll catch em jumah cue lacka whatcha gotta grarrrr rumors true got two prob got job hot bod heartthrob scotchguard bar cotton swabs dart lob bake cake sweet jamaica trade treats beach make skeet til feets meet stayed away long miss rhymes gone listen crazy tracks check stats know im thats look theres doom followed studio late stop thats right youll never stop youre dead youre dead doom", "One Beer": "get kick champagne mere alcohol doesnt thrill tell shouldnt true get kick brew theres one beer left rappers screaming ears like deaf tempt number label eat emcees drink em table like put tab kid however get foot cab iron horse youre leaving face forfeit crush mic hold like heat might toss told tell em stole told lost told get bunch shit getting money dts getting new leads like eating watermelon stay spitting new seeds weed give drooping soon wake choking like whooping cough group soft first hour open bar theyre trooping went go laugh get head side road asked autograph derriere read wide load yard bird taste like fried toad turd love villain take pride code words crooked eye mold nerd geek cold heart probably still speaking rhymes old fart study eat die pizza guy hes fly skeet skeezer eye squeeze thigh maybe give curves feel way feel flow nerves steel call super need back uh plumbing fixed one left pack comes six whatever happened two three herb tried slide four five got caught like g dont make em get cutting like truancy matter fact nothing right looser pair adidas hope brought spare tweeters mcs sound like cheerleaders rapping dancing like red head kingpin doom came thing matter blingin smelly hubbies seeds know time like time teletubbies even fewer sell take dude wear mask like tarded helmet plots shows like robberies one two three bodies please run cash wont get wet sweatshirt mic shotty nobody move nobody get hurt bring heat like boy done gone war came door everybody floor whole string jobs like tour every night score coming corner store done representative south africa mind programmed world leaders earth control meet tomorrow special session doom shall voted master world plan foolproof case snow keep eyes open tell ya start snappin uh ladies und gentlemen risking life tell great concern must warn must listen many among minds taken doom gosh wish id brought autograph book right lead head youre weird everyone staring us relax masseur thing ill bend read meter ya little whats matter youre nothing chicken head hold", "Deep Fried Frenz": "go friends call em call need something trees blunt gs front found way get peace mind years left hell alone turn deaf ear cellular phone send letter better could see real life could feel like steel knife least could see white eyes bright surprise finish spitting lies asssociates boys girls bitches niggas homies close really dont know mom dad comrade peeps brothers sisters duns dunnies come around need money others make us laugh like sunday funnies fam around whether paid bummy could either ignore advice take nice people take dummy nowadays aint friendly actually wouldnt even made worthy enemy read signs feeding baboon seein got ya back bleeding stab wounds yall know dance smile ya face yall know glance try put em blow chance never let called mans know plans show hands term people use loosely im real choosy choose let crews see telling try act broke jealousy number one killer among black folk fellas type spell like crack smoke ghetto cinderellas lead em right stack loc another way chickll lead end check dictionary meaning friend said person one likes socialize sympathiser helper thats size time attributes one sided bolster crime theyre apt shoot eyelid cant hide going wild like white bitch sometimes ya need cut niggas like light switch things get quiet catch em like thief night riot first met mr fantastik arms deal dont let get drastic think momsll feel get real steel get sparkin everything darken aint talkin somethin cheap sure buys lot trouble ya better focusing tryin plot bubble else itd sad note end guns got come form codependence lot times end codefendants ten bucks say tell lower sentence leave jail begging penance dont make sense happened loyalty honor amongst crooks trust amongst royalty id rather go blaze give em glory similar story lovers used type standing let get man thing know strings could damn thing ho rings tramp swings see em depends good skins could memorize lessons aint need pretend even though let em stab know theyre friends friends many us friends ones depend friends many us friends go fellas dont silly know friends next nice neighborhood move guysll get crack outro skit character 1 mr fantastic dr doom character 2 powerful mysterious monarch world guided fighting force never sleeps never relaxes vigilance none feared none many foes doom awesome armorclad lord know doom happens dangerous man world id hope wed never hear id hope wed never battle worst happened must tell first met doom years ago wanted alone alone pursue forbidden experiments one day conducting secret experiment later recovered injuries instead learned lesson doom bitter angry vengeful done face hideous traveled world seeking cure disfigured face traveled remote villages strangers seldom seen continued search never showing face unless threatened bandits prey travelers foolishly wander alone domain", "Hoe Cakes": "keep hoes check got girl wants duke told id come scoop around 8 said sounds great shorty girls trooper matter need like throne boss like king koopa microphone flossed ring average emcees like tv blooper mf doom hes like db cooper moolah let get outfit cool said niggas aint shit wonder meant doubt way mouth cant live without cant live handle business villainll stay scandalous hos shit list one pack cookies please mr hooper fun smacking rookies look like black wookie let beard grow weirdo brown skinnedd always kept hair low rumor curl accident doom always known keep best girls backs bent say eyes say accent lot guys wonder stacks went call thunder thighs fatty swolla mess high rollers daddy told matter city thang thang work coochie hooptie chitty chitty bang bang name titty name ring pretty like baby gang keep eye really dont trust treat like daughter taught bust nut heat turn beef horsemeat chalupa teach hold course see cats treat like foofur beat stupor take need make feel cuter lay g like luther everythingll keep new fur look sweet go meet got buddha get grenadiers twist put air come kiss listen scooter let try bag shes rag never let fry ragu whichll type spell crying dag boo name back tattoo whether bougie broad nerd ho street chick dont call wifey met freaknik dont want dont waste time ill duke father child like keep hoes check sends em get glows frozen necks tell em take clothes leave posing naked real better yet get check record deal find keep tec blue steel make sure extra wreck let know feel hes running star weekend ball im coming u haul laser cannon lowered everything prepared ordered get permission return new york master efforts misguided fools free enterprise im gonna let blasted government bureaucrat tell run business doom guest private estate long island theres nothing hes dangerous hope know youre dont always ah theres dooms jet right time whys cold heat went whole building warming long island doom doom new york yes doom amazing new machine get president united states phone longs gonna take doom would advise repeat error sure know mean", "Rhymes Like Dimes": "ayo yo yall cant stand right right hand mans worst nightmare loud enough burst right eardrum close range game dangerous strange sell rhymes like dimes one mostly keep cash brag broker times joking rhymes like happy see trick classical slapstick rappers need chapstick lot em sound like talent show give em something remember like alamo tally ho high joker like spades game came back five years laying stayed saying electromagnetic field blocks logic spock g shocks biological clock hit slid shitter thought killed goose power us pure brita water filter juice keep pen like fiend keep pipe gentleman lent pen friend write never seen shit hes still dunny thing come us krill money sell rhymes like dimes one mostly keep cash brag broker times better rhymes make better songs matters got lot takes get along surrender suffer serious setbacks got get back connects wet back get stacks even gots get jet black head toe get dough battle bottles mo dro fly flow take practice like tae bo billy blanks oh youre kind really thanks gone lost forever like oh darling clementine hold heart telling rhyme time hope soul go heaven nasty like old time old 7 still taste chase coca cola make em wish could erase motorola told credit bag want got go get gack america could find way earn healthy buck still keep attitude self destruct sell rhymes like dimes one mostly keep cash tell broke times joking rhymes like happy see trick classical slapstick rappers need chapstick lot em sound like talent show give em something remember like alamo tally ho high joker like spades game came back five years laying stayed saying electromagnetic feeling blocks logical spock g shocks biological clock hit slit shitter thought killed goose power u pure brita water filter juice keep pen like fiend keep pipe gentleman lent pen friend write never seen shit hes still dunny thing come us krill money sell rhymes like dimes one mostly keep cash tell broke times arms tonight shell reflect owes sweetest debts wants pay check yall ya dont stop keep sure shot huh ha deal god uh uh uh uh oh yeah youre listening buttery slickness land lakes man mf doom ha ha ha ha yeah rock shocking house another nugget uh uh ah eh oh ah hoo wee yeah yeah regulation status right fondle em recordings 1999 yeah posed say end records dont know yeah woo yeah mashed potatoes apple sauce buttery biscuits get lost yes yes yes yes yall dont stop keep break dawn say uh yeah thought thought song ah tricked tricked ha ha ha ha woo listening www dot hairline dot com mf doom kool bob love", "Potholderz": "strive humble lest stumble never sold jumbo copped chicken mumbo sauce tyson fowl holocaust hitler gassed whole head poultry im fed ignore cordon bleu stand get lunge knife dont forget potholders old things throw em away gold rings make em dont fit like oj usually take oil olay mcs crabs barrel pass old bay hot hell cold day innit working way roll away tinted say price holding heat often high either coffin new guy one thats fly eat shoo pie never busy comes lot niggas wish die need hold horses theres bigger fish fry youre list pick number spot ten half timbs made kick bumba claat coulda v 8 f 150 quad cab ill straight money comes goes like two bit hussy night tried rush dwight pass dutchie calm dont get twisted take fire side wont get blistered got happened oh lit metal fingers holding four penned god born new york back 77 still got nan crescent effervescence gods presence thick unlike vapor esther rolle extra raw word baker peace hardworkin gingerbread makers looked said hmm much makeup poor music taste ten years grown rappers dont blow heads name dwight spitz imma sonic addict use think merely nagging habit born bad sign im serious curse mine strive flip fine wine barely born virgin stars said black white red though like elmo twenty eight years passed feel im peaking make music every weekend chore fact life labor love get mad love detest labor wages know death im servin life gift god dont forget potholders niggas short time later", "Gazzillion Ear": "villain man never ran krills hand wont stop rockin til clocked gazillion grand tillin wasteland sands raps backs treasure maps stacks ceilin fan rest hes ashes ask em ten miles galoshes smashes stashes chip shoulder slip holster clip folder grip boulder bolster supposed know show aura glow get row get dough horrible time money spend waste save invest fess 10 ks hell cave chicken chest yes yall dub get ya trickles best ballers pitch rub together nickels tut tut bout change price go time blow like hydrogen villain em shrillin fear wont stop top illin til gazillionaire grillin stare yeah ya boy drama got em mental plane avoided bad karma sold inbred skinhead nigga joke plus brand new chrome smoker triggers broke thought told em firing pins separate find later tries go rep took jehovah money arabic torah charged advance translate ignored sorta one monkey dont stop slaughter junkie wanna cop quarter ton run border know drill aint worth overkill flow skill still theres thrill fill billion 10k bills pilla villa gets realer split skrilla dilla mix mix mix deal kicks get rich quick sketch lyric betcha bottom nick vic ick drumstick come dumb shtick sick slick hidden book way find youre spittin hook listen dont look keep walkin traded three beans cow cheap talkin hawk men stalkin hear hawkin often coughin coffin might well scoff pork hes like worf say stronger though top jay strongbow play along bro wear mask like yo gong show flow slow mongo juan thong pro ya info hes practicin jim crow actress nympho bimbo hes playin ray j old tape doom well say like jj gold cape fill rim like brim villain ya wont find gym probably foggy bog frogs dot guard squat log half cocked half baked used keep full stock work half rocked half shake mistake sign track agreement gs lines cracks cement event fake like wrestlin get em like jake snake mescalines ahem elixir dry throat tried hit high note villain since itsy bitsy zygote remote send meat wagon braggin mcs packed feets draggin stats staggerin phd indiscreet street hagglin villain agenda clear endin year dividends spare meant seein went ceilin enterin center bein new meanin sales roof guaranteed raw saw truth truth proof return tramp duet jam ernest goes camp right earn knamean like vern need oil machines burn learn jiminy crickets gets lucky like winnin free tickets sickly lyrics one mans waste another mans soap sons fanbase know brotha mans dope real weirdo bugged rare flow way hair grow ugly scarecrow wears mask charge wont grab rooftop large stone slab heads talk white thought niggerish refuse walk tight got vigorish black licorice equally yucky handled money strictly dan stuckie monkey hustle man fire later date hadron collider cost seemin like style doom leave competition steamin like pile smile ding sparklin jewels effect like alternate side street parkin rules fools roach never dead live week dehydrate severed head instead depicted flicked split wicks lit got try find doom good luck"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/missy-elliott.json b/lecture/lecture-9/rappers/rapper-data/missy-elliott.json new file mode 100644 index 000000000..cd84cd4df --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/missy-elliott.json @@ -0,0 +1 @@ +{"Work It": "dj please pick phone im request line missy elliott one time exclusive come worth let work put thing flip reverse ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup got big elephant trumpet let search ya find hard gotta work ya ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup cmon id like get know ya could show ya put pussy ya like told ya give numbers phone ya girl acting stank call bed lay sofa call come need shave chocha dont wont ya go downtown eat like vulture see hips tips dont ya see ass lips dont ya lost pounds waist ya kinda beat go ra ta ta ra ta ta ta ta ta ta ta ta ta sex good say blah blah blah work need glass water boy oh boy good know ya cmon worth let work put thing flip reverse ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup got big elephant trumpet let search ya find hard gotta work ya ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup cmon fly gal get nails done get pedicure get hair boy lift lets make toast lets get drunk thats gonna bring us closer dont look like halle berry poster see belvedere playing tricks ya girlfriend wanna like never wont find bitch thats even better make hot las vegas weather listen close take backwards sdrawkcab ti ekat ot ekil yssim yaw eht hctaw im prostitute could give want love braids mouth full fronts love way ass go bum bum bum bum keep eyes bum bum bum bum bum think handle badonka donk donk take thong ass go boom cut lights see could worth let work put thing flip reverse ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup got big elephant trumpet let search ya find hard gotta work ya ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup cmon boys boys type boys black white puerto rican chinese boys thai thai toy thai thai rock thai thai toy thai thai girls girls get cash 9 5 shaking ass aint shame ladies thing make sure ahead game cause got lot fame super prince couldnt get change name papa kunta kinte slave sir picture blacks saying oh yesa massa picture lil kim dating pastor minute man big red could outlast ya best dont ask ya come wont even matter act dumb like uhhhh duh act dumb like uhhhhh duh drummer boy go ba rom pop pom pom give cinnabun worth let work put thing flip reverse ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup got big elephant trumpet let search ya find hard gotta work ya ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup cmon fellas like way work ladies sure know work yeah missy elliott hope yall enjoying yall heard far sittin thinkin like big daddy kane public enemy salt n pepa lyte epmd run dmc krs one rakim artists used dance still get respected street dont scared bankhead bogo move far sold michael jackson 43 million shoot errbody zipper jacket half thugs glove match ya feel yo ok though wanna hard ice grill harlem shake time whatever lets fun hip hop man hip hop", "WTF (Where They From)": "dance dumb stickin tongue girl know youre young bunch girls shit look fun thats know dont start till one thats im faded exaggeration backs breakin like percolation boys yard hip spankin make drop like matrix cant take chicks fakin yall still sleep better stay awakened hot new dance hood make make donk move fast make think drinkin head floor dont collect though better huddle cause beats cold pop pop cock reload another hit got ace hole boys back playa peep got small stack playa keep im big mac make wanna eat like yak yak junk trunk make pumps bump girls wanna fun make stickin tongue shorty dance dumb stickin tongue girl know youre young bunch girls shit look fun thats know dont start till one thats come bitch like liquid drip drip business click click get picture hermes trismegistus witness get lifted basic nigga born basement shape shift nigga think like spaceship false oh nah nah nah different yall far apart way balance bars never fall call almighty yellow star god lyrically im optimus prime car drive la fer rar go smoke eyes open eyes jokes guys aint gotta mason see shit occasion shorty dance dumb stickin tongue girl know youre young bunch girls shit look fun thats know dont start till one thats im like kak rak rak rak rak rak make new track make em fall crack give em slap appetizer smack im fat back make boys collapse yeah rap jack boys wanna jump pussy cat got new idea let switch man im futuristic big lips big big big hips body thick like biscuit different rippin shit microphone grippin gettin benjamins new car whippin uh im far ahead yall man im top stars dont care none blah blah blah blah best go rewrite bars shawty thats thats shawty thats thats", "Get Ur Freak On": "kore kara minna de mechakucha odotte sawagou sawagou headbanger hit hit hit hit hit give new shit give new shit give new shit give new shit missy puttin im hottest round told yall mother yall cant stop listen im lastin twenty rounds want nigga come get biggie biggie bounce know dig way sw sw switch style holla people sing around people gather round people jump around get freak get freak get freak get freak get freak get freak get get get get get freak get freak get freak get freak get freak get freak get freak get get get get get freak whos bitch people know timbaland hot since twenty years ago dealio drilly yo wanna battle nigga let know holla got feel son let throw people come sweat im done got radio shook like got gun get freak get freak get freak get freak get freak get freak get get get get get freak get freak get freak get freak get freak get freak get freak get get get get get freak quiet hush mouth silence spit face open mouth give taste holla aint stoppin copywritten dont copy yall sloppily yall cant come close know feel know hear loud scream loud proud missy gon blow people gon play town cause im best around crazy style get freak get freak get freak get freak get freak get freak get get get get get freak get freak get freak get freak get freak get freak get freak get get get get get freak ichi ni san ji", "Gossip Folks": "yo yo yo move way got missy elliott coming girl missy elliott lost lot weight girl heard eats one cracker day oh well heard bitch married tim started fucking trina heard bitch got hit three zebras monkey cant stand bitch way walk piece aint gotta even speak im bad mamajama goddammit motherfucker aint gotta like stuntin hoes need talk know stop talking bout im sticking licking mad aint know yall poor yall broke yall job hanging clothes step get burnt like toast motherfuckers adios amigos halves halves wholes wholes dont brag mostly boast va la coast izzo kizzay lezzy goh millze cillzan sillzome plilzay dilzzouble dilzutch hilzzoo gizzirl brillzing izzin izzo kizzay izzall rizzight izzo kizzay izzall rizzight nizzow wizzee wilzzo izzo zee pull whip bitches wanna talk shit im driving im glad im styling motherfuckers ask see im gripping curbs skrrt ya heard love em feathers furs ahh fly like bird chickenheads prowl tryna fuck aint getting loud better calm fore smack ass need drums bass high snare strings horns yes need tim sound right left izzo kizzay looky millze cillzan sillzome plilzay dilzzouble dilzutch hilzzoo gizzirl brillzing izzin izzo kizzay izzall rizzight izzo kizzay izzall rizzight nizzow wizzee wilzzo izzo zee dont go house shorty waiting see gon roll club report next week wanna see fucking boy sniffing coke know time finish line ima hear radio yeah uh huh okay upon time college park live life fast scared dark little nigga name chris nobody paid mind one gave shit knowing could rap one lifted hands went business devised plan made cd hit block 50 thousand sold seven dollars pop hold phone three years later stepped swamp ten half gators around world microphone leave booth smelling like burberry cologne still riding chrome got bitches kitchen never home alone hes grind please let know hes mind respect youll give ludacris live loud like timmay fuck clear rumors got headache tumor get lap get head sucked tight sprayed never let bedbugs bite hard core core rotten jump turn around pick bale cotton yahh millze cillzan sillzome plilzay dilzzouble dilzutch hilzzoo gizzirl brillzing izzin izzo kizzay izzall rizzight izzo kizzay izzall rizzight nizzow wizzee wilzzo izzo zee yo straight missy killed shit tonight real know know dont even care preganant michael jackson know go get album comes go go heeeey misssy hi missy whats fools think aint knowin yall broke milli vanilli jj fad wannabes aint gossiping bout yo bout buff pumas 20 cents lights wont get cut soggy breasts cow stomachs yo take baby gap shirts mad cuz payless ran outa plastic pumps party yo way go get album damn millze cillzan sillzome plilzay dilzzouble dilzutch hilzzoo gizzirl brillzing izzin", "I'm Better": "imma start bottom show flip dollar got food dining room im better im better im better another day another chance wake wanna dance long got friends im better im better im better say im hot im fuego pull vehicle say im pretty im pretty must brazil must mexico roll lambo jump like skrrrt yeah bro need chick like make wanna leave broads dont know nann hoe yeah got bands bando missy got dudes orlando plus got cars paying man much handle watch get pop potential room zoom poom watching body like watching scandal im girls imma start bottom show flip dollar got food dining room im better im better im better another day another chance wake wanna dance long got friends im better im better im better missy hot im va car drive ferr ar clique thick boys hollin whistlin like damn bae man im 3000 im andre yo missy talk big im grande bruce lee beat dont compete none geeks rant like im kanye yeah got bands bando missy got dudes orlando driving cars paying say im much im handful watching body like watching scandal im girls imma start bottom show flip dollar got food dining room im better im better im better another day another chance wake wanna dance long got friends im better im better im better brand new flow rap dj bring back aint ever heard track like shit might slap booty go clap roll benz looking like ten stack rock make bop car bang bang bang like go blap blap blap yeah got bands bando missy got dudes orlando buying bags new shoes new cars everything know paying yeah hooking yeah looking watch get pop potential zoom poom imma start bottom show flip dollar got food dining room im better im better im better another day another chance wake wanna dance long got friends im better im better im better", "The Rain (Supa Dupa Fly)": "run track im super fly super dupa fly supa dupa fly im super fly super dupa fly supa dupa fly im super fly super dupa fly supa dupa fly im super fly rain hits window take cough indo timbaland ooh sang jangle tight get styles tangled sway dosie like loco get kinky tonight like coko dont wanna play yo yo smoke hydro low cant stand rain window cant stand rain window cant stand rain window cant stand rain window cant stand rain beep beep got keys jeep vroom im driving beach top loud sounds see peeps give pounds look timothy look like bout rain shame got armor shine stain oh missy try maintain icky icky icky icky icky icky icky cant stand rain window cant stand rain window cant stand rain window cant stand rain window cant stand rain feel wind 5 6 7 8 9 10 9 10 begin sit hills like lauryn rain starts coming pouring chill got umbrella finger waves days fall like humpty chumpy break dump yes lucky cant stand rain window cant stand rain window cant stand rain window cant stand rain cant stand rain cant stand rain cant stand rain cant stand rain window cant stand rain window cant stand rain window cant stand rain window cant stand rain cant stand rain cant stand rain cant stand rain", "Lose Control": "music make lose control music make lose control lets go hey hey hey hey hey hey go go go go misdemeanors house ciaras house misdemeanors house fatman scoop man scoop man scoop got cute face chubby waist thick legs shape rump shakin ways make double take planet rocker show stopper flow proper head knocker beat scholar tail dropper thang motherfucker rolls royce lamborghini blue madina always beamin rag top chrome pipes blue lights outta sight sewed sewed make money throw booty bouncin gone head everybody get control get backs wall cause misdemeanor said everybody everybody everybody everybody well name ciara fly fellas one better boy music makes lose control gon make lose control let go fore know gon hit flo rock beat till im walk club get crunk wired wave hands scream smoke fire bring roof tipsy stand dj turn take somebody waist uhh throw face like uhh hypnotic robotic rock yo bodies take somebody waist uhh throw face like uhh systematic ecstatic hit automatic work work work work work work work work work work right hit floor hit floor hit floor hit floor hit floor hit floor hit floor everybody get control get backs wall cause misdemeanor said everybody everybody everybody everybody everybody get control get backs wall cause misdemeanor said everybody everybody everybody everybody get loose put back wall put back wall put back wall put back wall misdemeanors house yeah ciaras house misdemeanors house music make lose control fire fire fire fire throw girl throw girl throw girl yeah move arms left girl move arms left girl move arms right girl move arms right girl lets go lets go lets go whoo lets go bring back right bring back whoo oh see ci see imma imma like ci shake girl cmon shake girl cmon let pop right girl cmon let pop right girl back girl back girl back girl back girl whoo whoo whoo yo yo bring front girl yo yo bring front girl yo yo bring front girl yo yo bring front girl lets go lets go", "One Minute Man (Amended Version)": "ooh dont want dont need cant stand minute man dont want minute man ooh heres chance man take hand understand dont want minute man ooh ooh ooh ah ah ooh ooh ah boy ima make love make want ima give attention tonight follow intuitions youre wishin see ima keep night long time start countin away break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want tonight imma give throw want come prepared ohh yeah boy long time crazy long time dont want minute man thats real give break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want time set clock back bout long stop daylight ludacris maintenance man get oil changed check fluids transmission one minute fools wonder yall missin back milk cartons theres reward regards close cigar hard head make soft ass hard dick make sex last jump pools make big splash water overflowin get head right mind punk keep head tight enough tips advice thangs im big dog havin women seein stripes thangs go sleep start snorin countin sheep shit wet body start leak shit cause im nighter shoot fire ludacris balance rotate tires ooh dont want dont need cant stand minute man dont want minute man ooh heres chance man take hand understand dont want minute man break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want one minute man break break break cause dont want one minute man know lil mama aint quick shit better break stiff tongue stiff dick one minute two minutes three minutes hell naw please gotta sleep see talk good game play hard put thing ya stay hard better keep day job cause im looking man make say god im glass know ill work ass like aerobics baby stay focused start slow speed baby show got g cant beat eat put cherry top whip cream break show got cause dont want one minute man break show got", "Bomb Intro/Pass That Dutch": "listen everyone informed theres unknown virus thats attacking clubs symptoms said heavy breathing wild dancing coughing hear sound di whoooo run cover motherfucker whoooooo ahh daddy ooooo ah oh ooh pass dutch pass dutch pass dutch pass dutch pass dutch pass dutch pass dutch pass dutch misdemeanor flow pretty boy come pumps bump make wanna hurt sum take man dont sex em hang em window call michael jackson im pain rectum bitch yall slept heavy hitter rhyme spitter call run hey hey hey im whats happnin hpnotiq drink shake ya ass til stink mr mos beat put streets pass dutch pass dutch pass dutch pass dutch pass dutch come pass dutch baby shake shake shake ya stuff ladies pass dutch pass dutch pass dutch pass dutch pop pop jiggle fat dont stop get til ya clothes get wet number one drums go bump bump bump beat make pum pum jump yous fat one put clothes back start putting pot holes lawn oh gosh oh gosh im attack like name saddam bomb new york milan write song sicker jeffrey dahm dont touch car alarm break car hear viper armed ive superstar since daddy kane raw im live stage cmon give applause thank oh thank wonderful pass dutch pass dutch pass dutch pass dutch pass dutch come pass dutch baby shake shake shake ya stuff ladies pass dutch pass dutch pass dutch pass dutch pop pop jiggle fat dont stop get til ya clothes get wet listen motherfuckers five seconds catch breath five four three two one pop pop make money keep going like energizer bunny shake shake move around spank yank dutch back freak freak whatever choice didnt come judge came get ya moist scream di whooooooo voice lost get ride white horse pass dutch pass dutch pass dutch pass dutch pass dutch come pass dutch baby shake shake shake ya stuff ladies pass dutch pass dutch pass dutch pass dutch pop pop jiggle fat dont stop get til ya clothes get wet pop pass dutch baby jiggle fat", "Hot Boyz (Remix)": "ghetto motherfuckers uh uh forty side felony felony misdemeanor charge murder escobar cbr bikes im switching gears headlights shine bright bitches freeze like deers fiends want deep boy feds send decoy pack heat boy push ya ya rest peace boy get mamas house shot bodies chopped bodies pop aint getting locked bentley cruise block sun roof top hood rats jumpin jock cause blew spot crushin benz crushin navigator system qb piece make yall niggas tuck shit nas area queens bout tear braveheart yall scared us real niggas us whats name cause im impressed treat good wont settle less hot boy rock boy fun toy tote glock boy live move need help cook boy ill give im fly girl like 1 hot boyz baby got want see cause yall driving lexus jeeps benz jeeps lincoln jeeps nothin cheaper got platinum visas hot boyz baby got want see cause yall driving jaguars bentleys rolls royce playin hardballs platinum visas car xk 8 riding alone date come get get dont diss dont trick got friends come hook wit boyz like hot boy rock boy top boy like repeat 1 yo take em thugged slightly bugged fuck tongue know job aint getting done body getting drugged hot boy keep right play part ill keep tight else gonna middle night sheets aiight gangsta true gang street master one need theres beef street blaster aint afraid stop cat plus pop cat huh soldier cash money rule world whats topping huh 4 3 0 keep toes get tingle spine spot knows hes hot boy missy sing im gon spit ruff ryders scream loud daddy team cant handle bitches gon ride brickhouse stallions keep thugs open wide huh illadelphs best e v e stay committed mess many aint realer aint yo mami deal aint heat fuckin hotter heat nigga hold think really told deal long shafts keep long blast look nigga peel fast word got girlfriend word get fuck though im honest yo im saying though lets play getting cinematic niggas got hit fuck dumbness hit till numbness hot boy baby got want wont really come satisfy lovin like endlessly hot boy baby got want wont really come satisfy"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/mobb-deep.json b/lecture/lecture-9/rappers/rapper-data/mobb-deep.json new file mode 100644 index 000000000..0fee156ed --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/mobb-deep.json @@ -0,0 +1 @@ +{"Shook Ones Part II": "word son word yeah killers hundred dollar billers yo got phone thing know im sayin keep eyes open real niggas aint got feelings keep eyes open doubt doubt son got got watch back got front yo check word say niggas check murder got stuck realness infamous heard us official queensbridge murderers mobb comes equipped warfare beware crime family got nough shots share wanna profile pose rock face stab brain nose bone alone streets cousin every man self land gunnin keep shook crews runnin like supposed come around never come close see inside face youre wrong place cowards like get whole body laced bullet holes speak wrong words man get touched put whole army team guarantee itll last time breathin simple words dont move youre minor major youre game dont deserve player dont make call name crew featherweight gunshotsll make levitate im nineteen mind old things get real warm heart turns cold another nigga deceased another story gets told aint nothin really ayo dun spark philly get mind yellow backed niggas still alive dont know go figure meanwhile back queens realness foundation die couldnt choose better location slugs penetrate feel burnin sensation gettin closer god tight situation take words home think next rhyme write might son shook cause aint things halfway crooks scared death scared look shook cause aint things halfway crooks scared death scared look livin life diamonds guns theres numerous ways choose earn funds get shot locked turn nuns cowardly hearts straight shook ones shook ones aint crook son hes shook one every rhyme write twenty five life yo must gats trust safeguardin life aint time hesitation leads incarceration dont know theres relation queensbridge dont play dont got time petty thinkin mind son im bigger claimin pack heat youre scared hold smoke clears youll left one dome thirteen years projects mentality kid talk good one dont want sometimes wonder deserve live gonna burn hell things time dwell cause brain reacts front want kid lay back dont fake jax kid know bring live stay childs place kid line criminal minds thirsty recognition im sippin ej got mind flippin im buggin diggin ways holes hustlin get loot kid know function cause long im alive ima live illegal get ima put peoples react quick spit lyrics like macs hit dome roll dont caught sleepin cause im creepin son shook cause aint things halfway crooks scared death scared look shook cause aint things halfway crooks scared death scared look shook cause aint things halfway crooks scared death scared look shook cause aint things halfway crooks livin life diamonds guns theres numerous ways choose earn funds get shot locked turn nuns cowardly hearts straight shook ones shook ones aint crook son hes shook one villains hundred dollar billers real brothers aint got feelings g yeah whole bridge queens get money 41st side keepin real know queens get money", "Survival of the Fittest": "yeah sendin one man killer b doubt indeed weed nomsayin old real shit theres war goin outside man safe could run cant hide forever streets done took walkin head scared look shook cause aint things halfway crooks never around beef cooks part town similar vietnam grown old beyond cops control better riot gear ready tryin bag get rocked steady mac one double touch leave much go home skin thick cause mix action im home puffin lye relaxin new york got nigga depressed wear slug proof underneath guess god bless soul put foot begin stroll drama built unfinished beef soon killed put us together like mixin vodka milk im goin blastin takin enemies scarred never forget lord forgive hennessy got knowin act im fallin cant turn back maybe words man killa black cant say left untold fact death goals stay alive survival fit strong survive yo yo livin til day die survival fit strong survive livin til day die survival fit strong survive livin til day die survival fit strong survive livin til day die survival fit strong survive im trapped two worlds tryin get dough yknow dough get low jewels go never long fiends smoke crack ill block hustlin countin stacks doubt watchin back proceed caution five oh lurkin time get lost system niggas usin fake names get quick brother got bagged two ounces live world squads hit block hard ask man twin got bagged fucked god shit happens reason find whos true peoples youre upstate bleedin cant find shorty troop bid hit two four difficult wild streets try maintain tight loot cause hoes like run game niggas like trick aint trickin shit im like jew savin dough big whip pushin lex im set ready jet matter much loot get im stayin projects forever jakes blocks clever beef never separate pull together worse comes worst peoples come first try react get motherfuckin feelings hurt crews loot fuck lookin cute im strictly timb boots army certified suits puffin ls laid back enjoyin smell bridge gettin aint hard tell better realize yo yo livin til day die survival fit strong survive livin til day die survival fit strong survive livin til day die survival fit strong survive livin til day die survival fit strong survive open eyes get wise look alive 95 word hypnotic thug life get ass paralyzed nomsayin mobb deep", "Hell on Earth (Front Lines)": "yo saga begins begin war draw first blood first set cause tap jaws lay laws takin whats jux rush doors come ds time make breeze gun toss full force teamll go main source 9 taurus hit bosses take hostage whole setup ground lock shit blood flood eye fuck optics switch killer instincts fore niggas pop shit yo nigga noyd whats topic nine pound rocked 96 strike back hot shit illuminate teamll glow like radiation time patient complication lets get done right clique airtight trapped never ending gunfight niggas lose stripes lose life jail niggas sendin kites street beef wasnt fully cooked finish em well done meat send 22 slug head travel way leg ayo hell earth whose necks gonna first projects front line enemy one time aint gotta tell right front eyes ayo hell earth whose necks gonna first projects front line enemy one time aint gotta tell yo right front eyes rep qbc nigga rep love milli stacked heavily guarded hollow tip slug crack wannabe thugs adapt gat sound bow slow fuck see foul articulate hittin body parts start shiftin shit never hesitant rap game unlimited sign roster forever infinite reminisce 20 years later gettin either go grain better hit leggin robbin niggas better body cause small world niggas talkin like bitches bitches singin like snitches pointin pictures cause rep qbc faithfully playa hatin bullshit makin better concentrate gettin cheddar shorty set better dead told shape mold son hold like pimp mind control double edge blow itll like im supposed clique coastal international local bacardi mix physically fix hit shit thatll leave loose nigga stiff probably thick son solved em pulled world evolved chaos walk beat like around way cops average pitstop qb city godfather pt iii gotti gambino ty nitty scarface rest peace whose necks gonna first projects front line enemy one time aint gotta tell ayo right front eyes hell earth whose necks gonna first projects front line enemy one time aint gotta tell ayo right front eyes yo heavy metal king hold big shit spare clips see eclipse mac spit top got split layin dead open eyes close eyelids turn lights switch darkness deep abyss street life blood kicks shit knife yous wild child kicko turnin men mice born take power leave mark planet phantom crime rap niggas left stranded shut operation closed business leave foul taste mouth like guinness pow niggas found mia move like special forces green beret heavily around throat dont play shit brand new back 89 way god p walk limp see simply simplify shit man go test must bent g dont tempt full clip long needs empty reason full long cause dont waste shit properly hit blood mouth could taste quiet kept lay back watch world spin hear thugs claimin gonna rob mobb see us tell black heres issue package deal rob take missiles along aint average cat fuck rap im tryna make cream thats whatever takes however gots go four mics stage motherfuckin four pound speakers leakin sound niggas leakin ground could truly care less god gon get regardless blow blow lets find wear hardest rap artist used stickup artist sometimes test see still got live nigga stay point never disregard shit forget essence emerged p sick save bullshit birds live word got beef niggas comin herds flush clique get purged", "Quiet Storm": "done man blood sweat tears niggas dead shit fuck else happen yo dont think much son word mother yo done seen yo let yall niggas know right word mother real real shit truth im lyin put lifetime papers lines im quiet storm nigga fight rhyme p yeah heard aint concerned nigga pop guns holdin em make route suns scold men unload ten broad daylight get right fuck life hop 98 dirt bike try stop mines growin ill make blood stop flowin take affirmative action ass askin come mac 10 yous dick blower tryin speak dunn language drilly though aint bangin hooked mobb phonics infamous bonics lyin pop dog like got aint wildin knife fist thrower rusty shank holder live shit cause real shit shit make em feel shit lump em club shit wildin bump drugs eardrum raw uncut nigga od cause never enough yo p rock forty inch cables drinkin white label chain hang dick piece bang glass tables diamonds guns fame duke nigga like hold tecs goin emotions gun holdin long shotguns pants leg limpin killa b still livin even pops taught shoot seven used bust shots crazy couldnt even look loud sound used scare love pops love niggaty black ill take life anybody tryin change whats left nigga aint scared death yall brand new niggas scared death spent many nights sniffin coke gettin right wastin life im tryin make things right grand open gates invest rag business things kids little dunns build jungle gym behind crib enjoy youth cbrs vcrs atvs big screen tvs nigga please dont make risk freedom worked whole life get shit beat cause real shit shit make em feel shit lump em club shit wildin bump drugs eardrum raw uncut nigga od cause never enough go one two three fourth nigga p double got shit yalls peoples rock stirrin pots brew hells kitchen chef impossible serve hot plates across unified states sit sup top rap reps streets thats watchin boy move diligent better walk like nigga tightrope infamous first infantry first division fourth mission first assignment give em shit missin new editions way bitchin listen get addicted diction fuck rhymes write prescriptions disease generic raps potent like ps one thousand one hundred ccs throttle peel chest naked katanas spaghetti head mobb niggas full bred fully blown melanin tone rock skeleton bone shirts verses thirst worse beats put product street get respect love across board weve adored keepin raw nothin less score every time sure rest yall niggas nil cause real shit shit make em feel shit lump em club shit wildin bump drugs eardrum raw uncut nigga od cause never enough", "Quiet Storm (Remix)": "broad daylight get right man blood sweat tears niggas dead shit fuck else happen yo dont think much son word mother yo done seen yo let yall niggas know right word mother real real queen bee baby shit truth lil kim big yo blowin niggas rusty ass german things keepin thorough motherfuckin claim fame throw wetsuit rains pours hit em four dont even know hole wall get niggas wanna clap snitches wanna rat put right back keep dunns close enemies even closer sendin kites motorolas yo give em cold shoulder hollow tip match bad apple outta batch obsessed gats since little dude eating niggas food buck fiftys niggas kill comin wit send queen bee attack fly bitch like leave em relaxed rock em sleep make em think drama dead yo smile face though im plottin instead yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough hot damn ho go light rock bitch hard cock bitch shit knock blocks hardtops parking lots nigga roc like spark lot brooklyn style speak like wrestler another notch belt embezzler chrome treasurer u n competitor im ten steps ahead ya im leader yall followin shit comin game modeling shit bitches suck cock get top put hundred percent every line drop q b b b queensbridge brooklyn double e p yall wish lived life live ayo prodigy tell em dunn uhh uhh yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough yo could never get enough yo thats shit need shit boost adrenaline yo rock shit real life shit makes bitches wanna thug makes projects love come like fuck yall want problems pursue lets infamous mobb bosses check portrait round table dunn speaking twin ghost gangster rock watch attracted style get big jewelry big guns get busy get grizzly beat niggas bloody twist niggas fronting get running fore mens get dumping fans get thumping b b got whole spot jumping niggas step place damn gotta love yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough real hah real baby hip hop hip hop hip hop", "Eye for a Eye (Your Beef Is Mines)": "time goes eye eye together son beef mines long sun shines light sky together son beef mines time goes eye eye together son beef mines long sun shines light sky together son beef mines let start beginning top list know whamean hav situation like another war story thirsty young hustler wont trust ya id rather bust ya leave corpse cops discover pimpin range rover jewelled like liberace watch jakes tryin knock lock low sippin asti spumante niggas tried creep side jeep stuck heat window rocked ass sleep 3 pack small thing really yeah keep lettin small things slide failure im town one crewll take care ya world teams inferior wanna bust caps get area kidnap children make situation scarier life gamble scramble money might crack smile aint damn thing funny im caught dirt hands get muddy plus outcome turns lovely got cheese pocket hit main squeeze push back sunroof let cold air breeze butter soft leather upholstery mostly keep gat closely cause niggas wanna toast aiyo gotta get mines matter consequences count blessings add weapons cock back gat let nine serve purpose sling thing organized fiend service tryin make mill stress know deal sling krills get cap peeled cause everythin real cuz wanna chill laid jacuzzi sippin bubbly fingers uzi try infiltrate fort get caught dead new york brain packed criminal thoughts get life lost never found friend mission completed watch drop less ten road riches hittin snitches mad stitches last restin placell ditch kid one stop try styles sloppy wanna youre imitation copy theme makin green livin luxury pushin phat whips livin comfortably time goes eye eye together son beef mines long sun shines light sky together son beef mines drug dealers dream stash cream keys triple beam five hundred sl green 95 nickle gleam condominium thug dressed like gentleman tailor made ostrich chanel woman friend murderin numbers head im burglarin shank servin em whats niggas swervin new york metropolis bridge brings apocalypse shoot clouds feels like holy beast watchin us mad man sanity goin like hourglass gun inside bad hand sliced tryin bag grams got hoes used milk niggas couldve killed ill crew psychos nas escobar movin weak production pumpin corruption third world bustin hold analyze wildcats slang cracks swing acs new routines eyes blacks playin corners glancin cornea corner ya seen cats snatch monies ya late night candlelight fiend crack pipe right feelin higher airplane right word yo wanna get money blow take time blast nine front go sip beers german ones hand guns sons shaolin queensbridge robbin niggas fun still write seeds build mahalia sing tale real still kill time goes eye eye together son beef mines long sun shines light sky together son beef mines time goes eye eye together son beef mines long sun shines light sky together son beef mines uhhhh laid back word jus bless em bulletproof mobb deep nas chef creation yo nation yeah", "Shook Ones, Part I": "violent violentest crimes give life queensbridge kids dont like bring drama worst kind enemies first time last earth memories fault gave fair warning beware killer kids dont care unaware fools dealt time aint mystery form words rhyme nineteen hundred ninety square shook niggas supposed fear tryna get piece pie dont share prepare worst cause try keep positive mind walk straight line dont work niggas forced dirt god made dirt dirt wont hurt listen lessons rules learnt streets nineteen years leaving first prioritys reach twenty one breathing forever beef nobody ever even grab heat breezing lost foul mind state cant keep straight thinkin keep eyes earth without blinking hard man land venom man try front get slugs aint crook son shook one live life diamonds guns numerous ways choose earn funds niggas get shot locked turn nuns cowardly hearts straight shook ones aint crook son shook one every rhyme write 25 life peoples bridge know im talking bout right aint time hesitation leads incarceration dont know theres relation cause queens niggas dont play dont got time say say im bigger claiming pack gat scared get locked get upon island change ways stop thirteen years projects hard times ive lived wake morning thank god im still living sometimes wonder deserve live going burn hell shit time dwell cause brain reacts front want nigga lay back dont fake jacks kid know bring live stay childs place kid outta line criminal minds thirsty recognition mission im strictly sipping ej like got mind flippin im bugging digging ways holes hustlin get loot kid know motherfucking function cause long im alive ima live illegal get ima put peoples react quick spit lyrics like macs hit dome roll dont caught sleeping cause im creeping shook one aint crook son shook one live life diamonds guns numerous ways choose earn funds niggas get shot locked turn nuns cowardly hearts straight shook ones aint crook son shook one live life diamonds guns numerous ways choose earn funds niggas get shot locked turn nuns cowardly hearts straight shook ones aint crook son shook one", "Drop a Gem on 'Em": "infamous back house live life diamonds guns gems pull gats like basehead pull stems mobb got bomb run tell friend drop gem em rain got fall rain got fall rain got fall rain got fall know mean drop gem em sick tired ugly fake crooks need retire got gassed take match smack fire ya maggot ass havoc represent q b c smoke ass like loosie though need quit fuck love like cloud projects game im combat gats bangers yous small cat whatever get mention nothin real shit presentin hollow tip crew 41st side convention stride full half steppin like fresh tec box yo niggas im testin thats question bitch ass confessin like dt left state depression pressure tag doubt catcher snitch snatcher shooken asthma casper yell name thats givin props plus fans got wonderin whats got hot tu knocked box got rocked got raped island officially got kick thug shit vibe magazine love shit keep real kid cause dont know fuckin infamous back house live life diamonds guns gems pull gats like basehead pull stems mobb got bomb run tell friend drop gem em drop gem em son know got jewels infamous son yeah likewise im tired rap guys thats faggots pll shut eyes swole whole outside baptize niggas get wet hit backside get claptized set straight put head straight watch upstate cats leery new yiddy niggas gats wall back rikers island flashbacks house got scufted would think gettin head shots enough wanna go team must drunk wrote shit bad self rebellion retaliate whole new york state aimin face gate bottom line top soon came shots flew dont even know half crew got hundred strong arm niggas ready rock shit clocks tick days numbered low digits look suspicious suspect niggas bitches get chopped grade meat somethin delicious laced back two gs worth stitches reconstruct face learn speak mobs like bunch wild puerto ricans bangers size african spears warfare arena turn arenas house horrors terrordome see clique need run behind shit got gat better find use shit think fast get reminded robberies manhattan know happened sixty gs worth gun clappin shot ya probably screamed louder opera new york got ya wanna use mob crutch think cant get bucked back house live life diamonds guns gems pull gats like basehead pull stems mobb got bomb run tell friend drop gem em infamous back house live life diamonds guns gems pull gats like basehead pull stems mobb got bomb run tell friend drop gem em", "Give Up the Goods (Just Step)": "aiyo queens get money long time cash im caught hustle guns go blast fool retaliated think fast pull heat first pull heat last fuck think living day im tryna tell young niggas crime dont pay looked said queens niggas dont play thing ill mine kid stay outta way type hard tryna survive new york state cant stop til im eating platinum plate po po comes around tries relocate lock forever cant deflate cause cash highly addictive especially youre used money live pause step back look life whole aint love seems devil done stole soul im delfia selfia ps helping ya im tryna get lexus plus cellular yo big noyd cant cope crab niggas tryna shorten rope yo r double p e r n niggas cant fuck coming straight outta qb pushing infiniti ask rip constantly mentally definitely death come test trust nigga cant touch snuffed bust youre gonna cause imma blast lyrical like miracle ill spiritual im born im getting imma til im fucking dead gone cause im composer hardcore lyrical destructor dont make buck ya cause im wild muthafucker know flow know steelo even pack gat go see po jump hooptie pass gat lucci shorty case po try troop island start wilding flipping niggas walking around nice gold medallions didnt violate escaped see back queens pumping fiends making cream know mean im natural born hustler wont try cut ya pull 44 bust ya yo aint time faking jacks cause brothers fake jacks get laid backs streets real cant roll without steel feel feel cause born kill gotta eat decent meal brothers starving dont try find job son robbing dont alarmed come supposed opposed get face blown dude map cause react attack brother wasnt blessed wealth act like drug dealing mess shorties thats appealing im fronting world start 4 wheeling cause back 41st side right sipping ej getting bent night yo never seen whole life step business cause right po po aint around grab pound money retaliated hit ground life line gotta hold projects cant see getting bodied clown ass nigga aint even town hit chest hes laying man jetted benches started hearing sirens stopped firing cut ass like diamond jetted crib piece relief stashed heat proceeded peep window call son yo son got beef question money problem solved got mind stick time get paid thinking ways take loot already made theres crime air aint time afraid give get laid give goods get sprayed got lots love crew love crews rival kids town niggas know time dont need buy watch word caught crossfire get theyself hurt sipping gin straight plastic cup park bench 12th street whole crews famous tried bust gat keep real nameless first slow wrong route let put feet show whats street life aint nothing play jokes games kid years shit drinking liquor bids extorting crack heads sticking stick kids", "The Start of Your Ending (41st Side)": "know im sayin wanna say whats man louie know hes still drop one know dont know 41st side keep real pack steel like man yg fool try play wet em im swayze must crazy kid ran never forever wildin thats live bridge sit scared cock back gat hit nigga like bid 25 nah kid gettin life forever burnin hell niggas trife semi auto bring yo im pullin strippin niggas like porno flick im sick mobb rolls thick cross paths clique get vic im bullshit thats raised g level stage slidin blades pools alcohol walk crawl im win gonna take fall infamous queensbridge kid scene kid creepin caught sleepin dont ever run two macs plus crew backs every move choose givin crews blues im open dainy obey get sprayed sweeper cause im brothers keeper grim reaper holdin nothin big batters big heaters blow three times leave mark like adidas jig know fix pretty boy niggas frontin hard issue word unborn get scolded old molded get bent get folded every rhyme truth must get cross put right back take source doubt im stuck cant get lifestyle 41st side get bent run wild 41st side two know violate motherfucker ima see linden start endin settin yeah kid big time boy 12th street representin big shout man tear gas think lake whole crew kid knowhatimsayin couso richie fraud known leave ya scarred give big shoot man heavy l big palms representing goodfellas yo p e double push lex bubble winter cant come along hoes enter told meet six hill center took west way bent right stay intoxicated never sober faced violate get laced wasting slugs aint buckin nothing better buckin need stop fronting used drive ac kept mac engine littles painted black crack sale intentions blow whole projects infamous sons grow murderers terrorists nigga accompanied cognac ask around dont fuck mobb couldve told must cut class aint another member crew kick ass damage limbs 91 stomping black timbs prodigy havoc qbc putting cowards theyre supposed dont know face dont come close got much beef drama 3rd degree kids dont wanna im mix action niggas wanna kill start ending mans lendin linden forty two shots depending whether clip full top busting caps non stop blazing shows even hoes start ending start motherfuckin ending motherfuckin start ending 41st side get bent run wild 41st side get bent run wild 41st side get bent run wild word know im sayin"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/murs.json b/lecture/lecture-9/rappers/rapper-data/murs.json new file mode 100644 index 000000000..87fe5c4f1 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/murs.json @@ -0,0 +1 @@ +{"Break Up (The OJ Song)": "wanna hear voice dont want call wanna see girl see wanna make still want fight wanted break dont feel right sitting waiting hate hate still cant escape bullshit weve going lately heart broke lovestruck telling yall aint life without girl something cant see aint gon lie say dont get lonely theres much could kick homies somebody told already moved broke aint supposed get groove least wait couple weeks got looking like chump business streets couple weeks feel like still matter clean im still finding hair shit forgot im standing spot came hard didnt think would stop quiet kept know miss little washed sheets left still smell pillow everything reminds everything see reminds every time lust reminds us girl wanna stay together cause hate breaking aint call last night trying strong youll call stupid finally hear song cause wouldve took back waiting fact holler girl wouldve collapsed fell trap started relapse ass never called never happened im thinking jasmine tanya cheraine exs call thatll probably ease pain tried follow wound calling hanging ring girl really wanna get make mad push buttons got us tripping little stuff dont mean nothing im sick suffering fighting fussing happened love late night discussions bout children family future plan cause couldnt understand everything reminds everything see reminds every time lust reminds us girl wanna stay together cause hate breaking started missing last night til remembered reasons ass love fight like dude really wanted work get shit together first whats worse really wanted stay needed leave cause fighting everyday right everyday know thats lot supposed companions like opponents dont song make wanna one time could still dude thats mind im proud beg im hoping would take back quick girl without second thought im caught pride cant make call didnt want break break thats long time know probably shouldnt left cause woman wanna sleep next everything reminds everything see reminds every time lust reminds us girl wanna stay together cause hate breaking say youre sick say im sick crazy bout girl gon said needed leave hate see go cant make mind girl dont know wanna make work im sick struggle girl gotta make realize love aint gon lie sometimes dont feel find another man might kill sitting waiting", "Remember 2 Forget": "dont know like ever wish amnesia amnesia know like could forget whoever ruined everyone else one person could forget like would happier life huh remember keep forgetting remember forget lies bullshit reasons call quits pieces puzzle never seem fit started fast ended quick weeks end sick next time start reminisce remind remember forget last night sat cry stopped asked snapped got day cause life lot better since break bringing nothing drama bring around attitude disrespectful life stressful every little thing turned argument yelling till dont even remember started wanted part move packed bags headed straight tucson gone theres room laughin smilin things need lets think couldve put ill never quit cant quit one set free oh see got somebody new know never true would never get know real bout scandalous things like know still call text run back whenever things get messy suggest continue separate path quit telling im best ever knew know upgrade cant go back remind remind remind someone remind remind remind remind somebody remind", "The Pain": "rain rain face rain rain hide pain hey like go rain rain face rain rain hide pain hey like go see im single black male dark hair dark eyes long walks park lot lies im little bit jaded lot see youre still interested come get cause im tired getting shot put dissed wanna picked held tight kissed things like dont happen dudes like im coldplay ice say good girls love bad guys might bad girl good guy thats unlikely whats man get hold hands talk shit stand look hard crew dont know drown drink helps numb pain cause sit think eyes get clouded thoughts get crowded imma sit right wait talk cmon said boyfriend trying nice ive heard lines different women night easy let dont let get shit thats boys told end night still sitting lonely could find em without drama without one liners excuse miss hey mam got man whats ya name im mid twenties enough games simply put think youre stunning kids couple dogs couple cars four bedroom crib look im trying jib im speaking heart start drink wanna play smart looking boy got two kids home know goes heres number telephone girls turf know youre smelling every bitch needs dog guess thats want try subtle even flirting got shooked would never get smile got dirty looks self esteem low enough got teased growing beat em made tough didnt get girls notes class girls used tell would pinch ass another boy would get gritty pretended handball face hit admit part reason im em like women life two mother one one done philosophy dating aint fun cause come go even dont cum still go girl give best head wouldnt know cause stuck siddity even dissed aint mad go yo yo pretty looked better coming wait looked better going coming ass amazing high five jesus keep making em like make em half brain maybe theyll talk", "1st Love": "grew wonder years saved bell boyz tha hood atl used sell weed roommate thats met old girl didnt smoke jokes deck disrespect way clowned cause broke always said cuz would clown always saying shorty yall smiled every time little southern drawl calls became frequent wed hang weekend started feeling like shes one ive seeking didnt take far third base never sealed deal came real close knew hit would stay committed young 21 man wasnt knew coming cant run feelings strong man woman said wanted friendship wasnt willing bend said wanted friends benefits trying pretend didnt want need really wanna make mine would never mislead look treat girl gotta give time first time alright soon creeping room every night something like magic felt right fix kick chick habit know always better youre lovers close friends started getting deep kind felt closed went made stupid mistake stopped returning calls went dates course got back knew shed hurt didnt even trip made feel worse showed love dirt im feeling like im scum earth left break didnt leave number thought every single day summer sucker trying keep said next time see imma tell love said wanted friendship wasnt willing bend said wanted friends benefits trying pretend didnt want need really wanna make mine would never mislead look treat girl gotta give time woulda swore student way waiting new semester begin next day ran campus ran one friends made small talk didnt want seem lame anxious said name tears came started break still see look face tears could hear drunk driver crash accident survivors trying continue describe couldnt take ran crying lying said wasnt filled regret cried three hours sitting steps even though youre gone memory lives wrong dedicate song first love first love", "Bad Man!": "ready uh huh aight tonight dont leave girl round heartbreaker life ask homeboy 9th got girlfriends thinkin im never neglected disrespected lied sex yet say im gave dick never fronted pulled hair wanted used flip stomach said wanted drama unidentified caller phone momma talkin bout im could somethin bad damn good wanted fuck start never lied hurts heart see cry let know jump type guy voice mail askin never kissed public never held hand never said loved never man break never broke committed fuckin around thats people get hurt dirt could put behind us make things work could get behind cause like skirt sorry bout got one track mind say dont wanna fuck lying tryna fight girl shit bring ass else make wet doin ear got girlfriends thinkin im never neglected disrespected lied sex yet say im gave dick never fronted pulled hair wanted used flip stomach said wanted drama unidentified caller phone momma talkin bout im could somethin bad damn good got screamin public middle mall lightly touch arm whatd bitch fall call security drama would never hit woman raised momma kinda feel bad even though didnt shit gotta waste time find new chick someone understand mans gotta man dont wanna lie get pants aint nothin wrong one night stand happens twice week plus im nice sheets look like freak itll benefit nigga fuck nigga kick im sick phone tag text message foreplay like spontaneous thats forte lets go crib sex door way wed talk night things way got girlfriends thinkin im never neglected disrespected lied sex yet say im gave dick never fronted pulled hair wanted used flip stomach said wanted drama unidentified caller phone momma talkin bout im could somethin bad damn good said might make look like knight shinin armor great way escape get away drama got little momma first disarm said heard us rappers still got charm imma tell wanna hear make truth havent woman since left kamloops two months ago canada ask road manager hell tell im good guy wouldnt lie look fly look bus cards new well shoot room make best twelve hours wash club smell hair shower turn power lie make spoons talk night listen itunes assume game spit every girl im careful heart let world im musician must think im alone listens know shes wishin wont pay attention cause thinks im bad think cause drinks ill hold hair sink still think im dont time fine get shit mind bad man", "Everything": "one two fifteen love bad rb vision saw star encouraged write drama life seemed strange like something wasnt right used fall victim lunch room comedians something like outkast started smokin weed sorta fell kinda felt home behind microphone bus ride home didnt mean thang harassed thugs corners would hang got banged got beat carrying golf club walking street respect call crazy least im gettin punked daily look back wouldnt change thing think found strength speakin yall take everything hopes dreams hate lies mmm mmm mmm life ill join everyone old wise young fly ooh die god love hatin satan zen type patience got sittin waitin day okay love black men wont pretend thugs teachers doctors treated like celebrities get job even got felony check melody lets live harmony together man autonomy man island immune violence rap race place raise child whats wrong smilin whats wrong peace whats wrong squashin beef label deceased swallow pride choke issues know got family folks thatll miss dont misuse gift youve given lifes dream blessed livin take everything hopes dreams hate lies mmm mmm mmm life ill join everyone old wise young fly ooh die basically man im dude tries right know try make tomorrows better yesterdays without hurting anyone else process cause leave world better place got win theres birth theres death space journey takes place give meaning theres waitin us theres need pretend freedom feeling youre fearing end good things come walk dont run times want end dont original different one stand shocks system take everything hopes dreams hate lies mmm mmm mmm life ill join everyone old wise young fly ooh die take everything mmm mmm mmm life ill join everyone cause men die", "L.A.": "im l dot dot californ hot days got shade let take round way lot towners cant handle city wear wrong color get tricky eighty six things done changed lot mo evolved way bang rips dawgs man smog might kill ya aint gotta worry stayin north wilshire dont scared crenshaw slausson super mall earlez hot dogs man gotta yall cmon come hood good magic johnson ownin everything like lynnwood long beach hawthorne gardena towers watts hills altadena home traffic gangbang culture hope way damn thang dont insult ya im la southern california fool west coast everybody somebody game fame everythang bang everybody wanna know set claim land six fos hop get low favorite rapper gettin jacked sick flows home pornos mess award shows weathers always warm women wear short clothes beaches aint cleanest ahh greenest got blonde bombshells sick latinas mix dark skinned light skinned sisters never wear triple goose christmas miss us blizzards winters hurricanes unless glasses actresses perfect frame silicone real dont matter paid every single trend probably thank la bandanas facelifts quick trips vegas white shirt chuck taylors k swiss poplockin crip walkin chronic blunts g funk place everybody hate gotta see im la southern california fool west coast everybody somebody game fame everythang bang everybody wanna know set claim", "D.S.W.G. (Dark Skinned White Girls)": "got mocha chino baby back bus close eyes listen would one us never trust family home kicked hood raised self talk tone white bone would swear black spoke phone say overgrown dont give damn black girls think want man fault attracted blessed got much back white boys say youre way thick brothers might say youre number one pick say girlroll eyes twist neck comes soul dont mean disrespect even check keep movin cuz heart feel aint got nothing provin whether chocolate vanilla youre somewhere cappuccino mocha caramel queen rejected black accepted white world dedicated dark skinned white girls like smiths cure really morrisey heavy rock never fooled jodeci would notice never really welcomed others hard find date ten brothers whole damn school thought weird cuz wore hair different never joined cheer melancholy dolly polly want syndrome white step father black daddy never home quad could hear em say look walks talk way girl okay black beautiful matter dress matter music like forget say youre doin right grabbin pillow cry night stand strong hold ground cost know everyone tries put lost half half mixed girls know battle every time go whats nationality everybody always wanna dig background dont look sound couldnt tell oh right take compliment start fight venezuelan indian rican dominican japanese portuguese quarter brazilian white korean black pinay could find later dont matter youre fly really dont make difference us guys need excuse get close say hi know call stuck think youre pretty spreadin rumors throughout city much attention many haters dont bitter youll better later", "Mi Corazon": "half mexican salvi perfect girl cali met party van nuys valley said name leti thats short leticia said name nick quite pleasure meetin ya perhaps time wouldnt mind treatin ya dinner movie really wanna ya giggled little put number phone text little later make sure made home mi corazon te pertenece dont care friend say estas siempre en mi mente cant let get away que traes buena suerte need like everyday yo lucho hasta la muerte busting shots ak oh mi corazon soy la unica para ti tell youre never gonna leave half salvadorian perfect californian picked dropped back door ten im walking back car cool heard voice say fuck said man seen drop leti balled fist acting like bout set homie rolled looking like thought fight thats cops rolled smelling like sausage coffee donuts im happy saved could got crazy thats leti texted saying love baby vuelves loco act like dont know though estoy obsesionado un poco im always looking photos esa mirada en tus ojos cant believe wore ahora estas en peligro better never leave solo oh mi corazon soy la unica para ti tell youre never gonna leave could ever work brown black went crib brothers pulled strap sent pictures ass fat im thinking damn gotta go back oh mi corazon soy la unica para ti tell youre never gonna leave", "Okey Dog": "upon time one man gang never ran anyone sold cocaine ogs city knew name heres little story gang claimed hardest nigga know okey dog crip get pen better hope dont trip teriyaki pastrami always beef legend day talk streets real hood something made piss gang bangers cause never gave fuck wore white pro wings pink green strings dare anybody shore say thing seen knock lot dudes one swing side always kept baddest bitch ever seen made first million age seventeen running credit card scams never touched triple beam king everybody tried trip would get confused okey dog crip em time would start laughing got knocked quick asking homie homie homie okey dog crip yall dont want none homie homie homie okey dog crip yall dont want none hardest nigga know okey dog crip knocked nigga broke fist like la get hit every day homie come something different say like matter say gon always want fight id rather get something like one thing love world teriyaki burger make okey dog needed cause could get behind always squab cause every time ever since little could fight well seen whoop grown man 12 kept unless bothered first like saying top verse busted hand bitch niggas head walked homeboy said homie homie homie okey dog crip yall dont want none homie homie homie okey dog crip yall dont want none hardest nigga know okey dog crip pulled chopper told focus make man brave could make man slave pull aint many standing way trigger hand gotta understand lot men use arms cause aint got hands shooter respected much less gladiator kill nigga homies gon get later square win lose need save day like john witherspoon son homies almost 8 10 years imma say something might hate hear look im grown man thirty something years im tryna throw hands green light blast motherfucker better think twice ask motherfucker homie homie homie okey dog crip yall dont want none homie homie homie okey dog crip yall dont want none"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/nas.json b/lecture/lecture-9/rappers/rapper-data/nas.json new file mode 100644 index 000000000..5890bdf5f --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/nas.json @@ -0,0 +1 @@ +{"N.Y. State of Mind": "yeah yeah ayo black time word time man yeah straight fuckin dungeons rap fake niggas dont make back dont know start shit yo rappers monkey flip em funky rhythm kickin musician inflictin composition pain im like scarface sniffin cocaine holdin m16 see pen im extreme bullet holes left peepholes im suited street clothes hand 9 ill defeat foes yall know steelo without airplay keep ej sittin bent stairway either corner bettin grants cee lo champs laughin base heads tryna sell broken amps g packs get quick forever niggas talk shit reminiscin last time task force flipped niggas runnin block shootin time start revolution catch body head houston caught us guard mac 10 grass ran like cheetah thoughts assassin picked mac told brothers back mac spit lead hittin niggas one ran made back flip heard chicks scream arm shook couldnt look gave another squeeze heard click yo shit stuck tried cock wouldnt shoot im danger finally pulled back saw three bullets caught chamber im jettin buildin lobby full children probly couldnt see high like game aint got younger niggas pullin triggers bringin fame name claim corners crews without guns goners broad daylight stick kids run us 45s gauges macs fact niggas catch back back snatchin cracks black snitch block gettin niggas knocked hold stash til coke price drop know crackhead said gotta smoke nice rock good shell bring customers measuring pots yo gotta slide vacation inside information keeps large niggas erasin wives basin drops deep breath never sleep cause sleep cousin death beyond walls intelligence life defined think crime im new york state mind new york state mind new york state mind new york state mind new york state mind havin dreams im gangsta drinkin moets holdin tecs makin sure cash came correct stepped investments stocks sewin blocks sell rocks winnin gunfights mega cops nigga walkin finger trigger make enough figures pockets get bigger aint type brother made start testin give smith wesson ill niggas undressin thinkin cash flow buddha shelter whenever frustrated ima hijack delta pjs blend tape plays bullets strays young bitches grazed block like maze full black rats trapped plus island packed hear stories peoples come back black im livin nights jet black fiends fight get crack max dream sit back lamp like capone drug scripts sewn legal luxury life rings flooded stones homes got many rhymes dont think im sane life parallel hell must maintain prosperous though live dangerous cops could arrest blamin us held like hostages right born use mics stuff write even tougher dykes im takin rappers new plateau rap slow rhymin vitamin held without capsule smooth criminal beat breaks never put box shit eats tapes city never sleeps full villains creeps thats learned hustle scuffle freaks im addict sneakers 20s buddha bitches beepers streets greet ya blunts teach ya inhale deep like words breath never sleep cause sleep cousin death lay puzzled backtrack earlier times nothings equivalent new york state mind new york state mind new york state mind new york state mind new york state mind nasty nas", "Ether": "fuck jay z whats niggas ayo know aint talkin dog fuck jay z dick nigga love style nigga fuck jay z fuck soul like ether teach king know gods son across belly prove lost already brace main event yall impatiently waitin like aids test whats results positive whos best pac nas big aint best east west north south flossed greetings embrace yall napalm blows guts left chestface gone could nas garbage semi autos cartilage burner side dome come throne got locked since 91 truest name rapper aint influenced gave yall chapters keep eyes judas hawaiian sophie fame kept name music check fuck soul like ether teach king know gods son across belly prove lost already ayo pass weed put ashes niggas man ayo faggots yall kneel kiss motherfuckin ring fuck soul like ether teach king know gods son across belly prove lost already ive fucked left dead dissed forgotten luck ran hoped id gone stiff rotten yall piss shit spit grave talk laugh behind back face yall well wishers friendly acting envy hiding snakes hands money man much take streets keep callin heard sleep gay z cock fella records wanted beef started cockin weapon slowly loadin ammo explode camel soldiers handle dolo manuscript sound stupid krs already made album called blueprint first biggies man got nerve say better big dick suckin lips dont let late great veteran live lose gods son across belly prove lost already king back crown ill rest peace lets niggas fuck soul like ether teach king know gods son across belly prove lost already yall niggas deal emotions like bitches whats sad love cause youre brother traded soul riches child ive watched grow famous smile like proud dad watchin son made seem concerned dissin women abused child scared smile called ugly well life harsh hug dont reject make records disrespect blatant indirectly 88 gettin chased building callin crib aint even give numbers give style run smilin face glad break bread god wearin jaz chains tecs cash cars jail bars jigga pies case hawaiian shirts hangin little chase fan phony fake pussy stan still whip yo ass 36 karate class tae bo ho tryna work tryna get brolic ask im tryna kick knowledge nah im tryna kick shit need learn though ether shit make soul burn slow dame diddy dame daddy dame dummy oh get biggie hes puffy rocafella died aids end chapter thats guy yall chose name company put together rock hoes yall rock fellas yall try take spot fellas feel hot rocks fellas put dry spot fellas pine box nine shots glock fellas foxy got hot cause kept face puss think gettin girls cause looks ne gro please mustache havin whiskers like rat compared beans whack man stabbed un made take blame ass went jaz hangin kane irv big eminem murdered shit dick ridin faggot love attention queens niggas run niggas ask russell simmons ha r c get gunned clapped quick jj evans get gunned clapped quick whole damn record label gunned clapped quick shawn carter jay z damn jaz dick little shortys gettin gunned clapped quick much biggies rhymes gonna come fat lips wanted every last one classics pop shit apologize nigga ask kiss", "Life's a Bitch": "ayo whats whats lets keep real son count money know im sayin yeah yeah ayo put grants safe know im sayin cause spendin jacksons washingtons go wifey know go im sayin thats right clothes bankrolls hoes know im sayin yo man visualizin realism life actuality fuck whos baddest persons status depends salary mentality money orientated im destined live dream peeps never made cause yeah beginners hood five percenters somethin mustve got us cause us turned sinners restin peace sittin san quentin others tryin carry tradition keepin schweppervescent street ghetto essence inside us cause provides us proper insight guide us even though know somehow gotta go long leavin thievin well leavin kind dough day expire turn vapors capers somewhere stackin plenty papers keepin real packin steel gettin high cause lifes bitch die lifes bitch die thats get high cause never know youre gonna go lifes bitch die thats puff lye cause never know youre gonna go lifes bitch die thats get high cause never know youre gonna go lifes bitch die thats puff lye woke early born day im 20 blessin essence adolescence leaves body im fresh physical frame celebrated cause made one quarter life godly like thing created got rhymes 365 days annual plus load mic bust one cuss pus skull cause pain brain vein money maintain dont go grain simple plain young used thing hard robbin foreigners take wallets jewels rip green cards dipped projects flashin quick cash got first piece ass smokin blunts hash cash abundance niggas used run rich doin years hundreds switched motto instead sayin fuck tomorrow buck bought bottle couldve struck lotto stood block loose cracks produce stacks cooked cut small pieces get loot back time illmatic keep static like wool fabric pack 4 matic crack whole cabbage lifes bitch die thats get high cause never know youre gonna go lifes bitch die thats puff lye cause never know youre gonna go lifes bitch die thats get high cause never know youre gonna go lifes bitch die thats puff lye cause never know youre gonna go lifes bitch die", "The World Is Yours": "whose world world world mine mine mine whose world mine mine mine whose world world world mine mine mine whose world sip dom p watchin gandhi til im charged writin book rhymes words past margin hold mic im throbbin mechanical movement understandable smooth shit murderers move thiefs theme play night wont act right fiend hip hop got stuck like crack pipe mind activation react like im facin time like pappy mason pens im embracin wipe sweat dome spit phlegm streets suede timbs feets makes cipher complete whether cruisin sikhs cab montero jeep cant call beats make fallin asleep keep fallin never fallin six feet deep im presidents represent im presidents represent im dead presidents represent whose world world world mine mine mine whose world world world mine mine mine whose world mine mine mine whose world world world mine mine mine whose world man ill god bless life peoples throughout queens god bless life trip box crazy bitches aimin guns baby pictures beef housing police release scriptures thats maybe hitlers yet im mild money gettin style rollin foul versatile honey stickin wild golden child dwellin rotten apple get tackled caught devils lasso shit hassle theres days broke days sellin smoke pays old folks pray jesus soakin sins trays holy water odds nas slaughter thinkin word best describin life name daughter strength son star resurrection born correction wrong shit hell lead right direction livin large broke charge cards mediocre flippin coke playin spit spades strip poker mine mine mine whose world world world mine mine mine whose world mine mine mine whose world yo world world mine mine mine whose world break im young city bandit hold single handed murder raps kick thoughts alone get remanded born alone die alone crew keep crown throne im deep sound alone caved inside 1000 miles home need new nigga black cloud follow cause dark see tomorrow tryin maintain flip fill clip tip picturin peeps eatin make heartbeat skip im amped locked champ even brains handcuffs headed indiana stabbin women like phantom crew lampin big willie style check chip toothed smile plus profile wild stash loot fly clothes burnin dollars light stoge walk blocks bop checkin dames plus games people play bust problems world today mine mine mine whose world world world mine mine mine whose world mine mine mine whose world world world mine mine mine whose world yeah aight everybody queens foundation world everybody uptown yo world world everybody brooklyn yall know world world everybody mount vernon world long island yo world staten island yeah world south bronx world aight", "The Message": "fake thug love get slug cb4 gusto luck low didnt know til drunk though freak niggas played get fucked ate prostitute turned bitch got gauge 96 ways made montana way good f e l l verbal ak spray dipped attache jump range empty ashtray glass ze make man cassius clay red dot plots murder schemes 32 shotguns regulate dunns 17 rocks gleam one ring let let yall niggas know one thing theres one life one love one king highlights livin vegas style roll dice linen antera spinnin millenniums 20 g bets im winnin em threats im sendin em lex tv sets minimum ill sex adrenaline party villains case demi sec chase henny wet clique semi tec want diamonds flaunt chickenheads flock lace em fried broiled basil taste em crack legs way formation horizontal em fuckin benz wagon vanity last dragon grab gun though shit grimy real niggas buck broad daylight broke mac wont spray right dont give fuck hit long dramas lit yo overnight thugs bug cause aint promised shit hungry ass hooligans stay piranha shit never sleep cause sleep cousin death aint type brother made start testin never sleep cause sleep cousin death aint type brother made start testin never sleep cause sleep cousin death aint type brother made start testin never sleep cause sleep cousin death aint type brother made start testin peeped frontin jeep sunk seat tinted heat beats bumpin across street wildin talkin ran island 89 layin playin yard crazy shine cocked baby 9 nigga grave mine clanked thinkin corner pay time dug em owe cousin somethin told plug dumb felt leg burn got numb spun around shot one heard shots dropped son caught hot one somebody take biscuit fore cops come came askin name fuck got stitched went left hospital night got gat back time backtrack drop fuck get clapped black jeep watchin seen speed brown datsun yo nobody hood got one clown niggas blazin crew daily bridge touched severely hear rhyme sincerely lightin ls sippin coors floors project halls contemplatin war niggas cool used score together uptown coppin raw uh thug changes love changes best friends become strangers ya yall know steelo ther ther ther ther ther aint army could strike back ya yall know steelo ther ther ther ther aint army could strike back ya yall know steelo ther ther ther aint army could strike back ya yall know steelo aint army could strike back thug niggas yo thug niggas gettin world know niggas thats locked doin thing survivin ya knowm sayin thorough niggas new york worldwide yo queensbridge militia 9 6 shit firm clique illmatic nigga written though long time comin yall fake niggas tryin copy better come real though fake ass niggas yo bring shit man live man 9 6 shit", "It Ain't Hard to Tell": "aint hard tell excel prevail mic contacted attract clientele mic check life death breathin snipers breath exhale yellow smoke buddha righteous steps deep like shining sparkle like diamond sneak uzi island army jacket linin hit earth like comet invasion nas like afrocentric asian half man half amazin cause physical express song delete stress like motrin extend strong drink moet medusa give shotguns hell spliff lift inhale aint hard tell buddha monks trunk turn bass stories aesop place loot parties shoot nas analyze drop jew el inhale l school fool well feel like braille aint hard tell kick skill like shaquille holds pill vocabulary spills im ill plus matic freak beats slam like iron sheik jam like tec correct techniques analyze surprise cant magmatize scannin youre plannin ways sabotage leave em froze like heroin nose nas rock well aint hard tell rhythmatic explosion frame mind chosen ill leave brain stimulated niggas frozen speak criminal slang begin like violin end like leviathan deep well let try wisdom leakin grapefruit troop dominate break loops givin mics men e strual cycles streets disciple rock beats thats mega trifle groove even smoother moves villanova youre still soldier im like sly stone cobra packin like rasta weed spot vocals squeeze glocks mcs eavesdrop though need sneak poetrys deep never fell nas raps locked cell aint hard tell", "One Love": "kid know shit rough doin bid cops came shoulda slid crib fuck black time lookin back done plus congratulations know got son heard looks like ya dont lady write ya told visit thats got hyper flippin talkin acts rough didnt listen riffin im tellin stuff like yeah shorty dont care snake fuckin niggas fake crew hate yo guess got shot dome piece jeromes niece way home jones beach bugged plus little rob sellin drugs dime hangin young thugs carry 9s night time trife ever cormega see yall together hold fort represent fullest say whats herb ice bullet left half hundred commissary nigga push came shove one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love dear born youll soon stay strong new york shit goin crackheads stalkin loudmouths talkin hold check story yesterday walkin nigga shot last year tried appear like hurtin somethin word mother heard frontin pumpin block man gave glock run together son whatever since im streets ima put cease heard blew nigga ox phone piece wildin island elmira better chill cause niggas put ass fire last time wrote said tried showers maintain come home corners reals crab niggas know deal start revolution probably squeal chill see next v gave mom dukes loot kicks plus sent flicks brothers buckwildin 4 main wrote might beat case til come home ill play lowkey stay civilized time flies though incarcerated mind dies hate moms cries kinda makes want murder reala even got mask gloves bust slugs one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love sometimes sit back buddha sack minds another world thinkin exist facts written school text books bibles et cetera fuck school lecture lies get vexed er ghost projects take pen pad weekend hittin ls im sleepin two day stay may say need time alone relax dome phone left 9 home see streets stressed somethin terrible fuckin corners nigga bellevue hdm hit numbers eight 10 future maximum state pen grim comes back home nobodys shorty doo wop rollin two phillies together bridge call em oo wops said nas niggas caught bustin roof wear bulletproof pack black tre deuce inhaled deep shut eyes like sleep started coughin one eye peeked watch speak sat back like mack army suit black chillin benches pumped loose cracks took l passed little bastard keeps blasted starts talkin mad shit school told dont let niggas fool cause pistol blows one thats murdered cool one tough luck niggas struck families fucked coulda caught man didnt look bucked mistakes happen take heed never bust crowd catch solo make right man bleed shortys laugh cold blooded spoke foul 12 tryin tell liked style rose wipin blunts ash clothes froze blow herb smoke nose told little man ima ghost broze left jewels skull sell chose words wisdom nas try rise keep eye jake shorty wop one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love niggas locked queensbridge man one love man herb one love man one love cant forget motherfuckin heart big one love yeah one love", "If I Ruled the World (Imagine That)": "life wonder take dont know imagine smoking weed street without cops harassing imagine going court trial lifestyle cruising blue bahama waters welfare supporters conscious way raise daughters days shorter nights colder feeling like life snakes strike like cobra worlds hot son got knocked evidently elementary want us gone eventually trooping state plate knowledge coke cooked without garbage wed top dollars imagine everybody flashing fashion designer clothes lacing clique diamond roles people holding dough parole rubbers go raw imagine law undercovers thoughts mind take glimpse time watch blimp read world mine ruled world id free sons love em love em baby black diamonds pearls ruled world way paradise life relaxin black latino anglo saxon armani exchange range cash lost tribe shabazz free last brand new whips crash laugh iller path villa house crew trees breakfast dime sexes benz stretches many years depression make vision better living type place raise kids open eyes lies historys told foul im wise old owl plus gold child seeing things like controlling clique rolling tricking six digits kicks still holding trips paris id civilize every savage give one shot turn trife life lavish political prisoners set free stress free work release purple m3s jet skis feel wind breeze west indies id let coretta scott king mayor cities reverse fiends willies sound foul every girl meetd go town id open every cell attica send em africa ruled world id free sons love em love em baby black diamonds pearls ruled world well walk right sun hand hand well walk right sun wont land well walk right sun hand hand well walk right sun wont land love hear story thugs live worry ducked car seats heats mandatory running jake getting chased hunger papes breaks many mistakes go outta state wait let marinate carry weight trying get laced flip ace stack safe millionaire plan keep gat cocked hammer making moves atlanta back forth scrambler cause could chips poor rich still nobody want nigga shit ruled world everything skys limit push q 45 infinit wouldnt thing jealousies b felony strictly living longevity destiny thought id never see reality struck better find times fuck ruled world id free sonsi love em love em baby black diamonds pearls ruled world ruled world ruled ruled id free sons ruled ruled love em love em baby black diamonds pearls black diamonds black diamonds ruled world ruled world ruled ruled id free sons black diamonds love em love em baby black diamonds pearls ruled ruled world ruled world love em love em baby", "Represent": "represent represent represent represent represent represent represent represent straight shit real day could last jungle get murdered humble gunsll blast niggas tumble corners hot spot full mad criminals dont care guzzling beers stare towners better break north get four pounders take face streets filled undercovers homicide chasing brothers ds roof tryin watch us knock us killer coppers even come helicopters drink little vodka spark l hold glock fronters wannabe ill niggas spot runners thinking cant happen til trap em clap em leave em done wont even run gods dont believe none shit facts backwards nas rebel street corner pulling tec dresser police got pressure represent represent represent represent represent represent represent represent yo call nas im legal type fella moet drinking marijuana smoking street dweller whos always corner rolling blessed dress never nothing less guess cold walking bop hat turned back love committing sins friends sell crack nigga raps razor keep tongue school drop never liked shit day one cause life aint shit stress fake niggas crab stunts guzzle hennessy pulling mad blunts brutalizer crew de sizer accelerator type nigga pissing elevator somehow rap game reminds crack game used sport ballys cazals black frames im fat chains sex tecs fly new chicks new kicks heines becks represent represent represent represent represent represent doubt see stacks fat bdp conflict mc around time shante dissed real roxanne used wake every morning see crew block every days different plan us running cops wasnt hanging front cocaine spots candy factory breaking locks nowadays need green flash like next man fuck yard god let see hundred grand could use gun son fuck wanted man hit rock bottom ima son sam call crew get live swoop bokeem brother jungle big bo cooks blow mikell chop mayo count profit shit streets way jakesll never stop brain drugs fly bitches thugs nuff respect projects im ghost one love represent yall represent represent yall represent represent yall represent represent yall represent one time mothafuckin mind goes everybody new york thats living real fucking life every projects man big hes still 40 side vernon man big les big cee lo shawn penn 40 busters crew shorty busters 41st side vernon posse goodfellas man cormega lakey kid cant forget draws hillbillies man slate wallethead black jay big oogie crazy barrio spot rock shit lot phd man preemo gang starr 94 real shit yall fuck yall crab ass niggas though bitch ass niggas bitch ass niggas bitch ass motherfuckers come queensbridge motherfucker yeah yeah lets bring back thats warm cause anybody anybody", "Nas Is Like": "nas nas nas nas nas nas nas nas like nas like nas like umm premo nas yeah yeah yo nas nas nas nas nas nas nas nas like freedom jail clips inserted babys born time man murdered beginning end far rap go natural explain plateau also defines name first nasty times changed ask im artist hardcore signs pain spent time game kept mind fame saw fiends shoot lines cocaine saw close friends shot flatline sane depends carry mac 10s practice aim rooftops tape cd covers trees line barrel weak picture squeeze street scriptures lost souls crossroads corner thugs hustling cars cost dough big dogs living large taking light pushing big toys getting nice enjoying life make suicide try take belt tied around neck jail cells naked heaven hell rap legend presence felt course n letters spell nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt earth wind fire rims tires bulletproof glass inside realest driver planets orbit line em stars tarot cards see pharaoh nas iron mike messiah type christ death last one left let cash invest stock came long way blasting tecs blocks went seiko rolex owning acres projects chips large cake dough dimes giving fellatio siete zeros bet 9 spit pesos whats worth cant take earth rich men died tried none worked rob grave id rather alive paid numbers called historys made somell fall rise thug die making choices determine future sky rob steal kill im wondering dirty game man worthy fame much success even wish opposite sooner later well see prophet nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt sex nympho nothing sweet im like beef busting heat windows im like street sweeper green leaf breather like greeks egypt learning something deep teachers im like crime like 9 man would die always got im like pac dude would cry im like whole lot loot im like crisp money corporate accounts rich company im like ecstasy ladies im like races combined one man like 99 summer jam bulletproof hummer man im like locked around new faces none em fam im feeling millionaire spending hundred grand im poor mans dream thug poet live write watch blow yall know im like yall play ya system every night nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt nas like"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/nelly.json b/lecture/lecture-9/rappers/rapper-data/nelly.json new file mode 100644 index 000000000..e4cf07f2d --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/nelly.json @@ -0,0 +1 @@ +{"Dilemma": "love need nelly love need matter think even im boo boy know im crazy matter think even im boo know im crazy met chick moved right block uh got hots finest thing hood done seen oh oh got man son though thats okay cause wait cue listen play position like shortstop pick erything mami hittin time plan make one mine thats sure cause never type break happy home uh theres somethin bout baby girl cant leave alone tell whats gonna said dont know mean matter think even im boo boy know im crazy matter think even im boo know im crazy see lot look never say word know niggas start actin trippin girls theres way nelly gon fight dame see like steez style whole demeanor way come holla swoop two seater thats gangsta got special ways thank ya dont forget uh aint easy pack leave uh dirty got ties different reasons respect right turn leave said dont know mean matter think even im boo boy know im crazy matter think even im boo know im crazy sing k love need nelly love youll ever know boy sure always count love forevermore yeah yeah east coast know shakin right south know bouncin right west coast know walkin right cause dont know mean midwest see swingin right matter think even im boo boy know im crazy matter think even im boo know im crazy east coast know shakin right south know bouncin right west coast know walkin right cause dont know mean midwest see swingin right east coast still shakin right south see bouncin right west coast know walkin right cause dont know mean midwest see swingin right matter think even im boo boy know im crazy matter think even im boo boy know im crazy matter think even im boo boy know im crazy east coast know shakin right south know bouncin right west coast know walkin right cause dont know mean midwest see swingin right east coast still shakin right south see bouncin right west coast know walkin right cause dont know mean midwest see swingin right", "Ride wit Me": "come wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way club late night feeling right looking trying spot something real nice looking little shorty noticed take home 18 attitude 19 kinda snotty acting real rude long thicy thicy thic girl know peep something coming towards dance floor sexy real slow saying peeping dig last video nelly go could tell measurements 36 25 34 yelling like way brush hair like stylish clothes wear like way light hit ice glare see boo way wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way face body frontenac dont know act without vouchers boots shes bringing nothing back feel impact shop plastic skys limit haters cant get past watch gas 4 dot 6 range watch candy paint change every time switch lanes feel strange making living brain instead caine got title momma put whip name damn shit done changed running credit checks shame feel fame cant complain shit im mayne town im getting pages new jersey courtney b telling party nyc make damn right next flight paying cash first class sitting next vanna white cmon wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way check check yo know something dont know ive got something tell ya wont believe many people straight doubted flow said failure motherfuckers asking dough im yelling cant help ya nelly get tickets next show hell real hey yo im fly guy fly high niggas want know fly yo good range rover wood like fuck good suck good stud niggas wishing niggas popping like drug dealers sipping chrissy bubb macking honey club benz icy grip telling leave friends shorty wanna knock knocking shorty wanna rock rocking shorty wanna pop popping crist shorty wanna see ice ice wrist city talk nelly listen nelly talk city listen fuck fly bitches walk pay attention see ice glist niggas staring know diss honies looking wish come boo gimme kiss cmon wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way hey must money hey must money hey must money must money wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way", "The Fix": "yeah mustard beat ho shawty hit late night got man got thinkin shawty aint right say aint creep life wanna take pipe aint mad nobody wanna body give key girl meet lobby talkin bout oh ill lay go girl til reach ocean oh come get dick need fix yeah medicine know like like get itch adrenaline heart beatin outta chest pressures buildin got need come fuck get feelin got sexual healin oh baby baby bust open every time get inside soakin wet turn bed slip n slide spread eagle nigga eatin like suppa time shawty knows whose mine aint mad nobody wanna body take deep let nigga like get body girl oh ill lay go girl til reach ocean oh come get dick need fix yeah medicine know like like get itch adrenaline heart beatin outta chest pressures buildin got need come fuck get feelin got sexual healin oh baby baby baby baby need fix yeah medicine know like like get itch adrenaline heart beatin outta chest pressures buildin got need come fuck get feelin got sexual healin oh baby baby", "Country Grammar (Hot Shit)": "hot shit mmmmm im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass mmmmm find st louis rolling dubs smoking dubs clubs blowing like cocoa puffs sipping bud getting perved getting dubbed daps hugs mean mugs shoulder shrugs accumulated enough scratch navigate wood decorated chrome candy painted fans fainting im entertaining wild aint money get acquainted hang hannibal lecter feel bring sing loud im lou im proud run mile cause im righteous law player styles raw im born mack like todd shaw forget fame glamour give ds rubber hammer grammar bes ebonics gin tonic chronic fuck bionic ironic slamming niggas like onyx lunatics till day die run game bulls sonics im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass say pretty boys cant wild niggas loud niggas ok corral niggas foul niggas run club bust crowd nigga nigga ask going nigga nigga come circus watch clown nigga pound niggas giving im around nigga frown niggas talking shit leave town nigga say hoes come play hey im ready cut day play rules boo gon stay high may answer third question like ai say hi niggas left slamma st louis memphis texas back indiana chi town kc motown alabama la new york yankee niggas hotlanta louisiana niggas country grammar smoking blunts savannah blow thirty mil like im hammer im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass lets show cats make millions niggas quit acting silly mon kid quicker billy mon talking really need mon flows kick em freely mon especially remi mon keys beemer mon holler beenie man see mon chiefin rollin deeper mon jennings mon u city back kingsland nice niggas sheist niggas snatch yo life niggas trife niggas produce sell beat twice nigga ice niggas close never sober broke brokers price range rover im knocking like jehovah let let bill gates donald trump let spend got money lend friends candy benz kenwood 10s win fucking lesbian twins seeing pen make ends im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass", "Hot in Herre": "hot hot hot oh want little bit little bit little bit little bit little bit little bit like good gracious ass bodacious flirtatious tryna show patience im waitin right time shoot steez waitin right time flash keys uh im leavin please believe rest heathens check got locked top fo seasons penthouse rooftop birds im feedin deceivin nothin sleeve teasin need get dance floor give man askin cause feel like bustin loose feel like touchin uh uh cant nobody stop juice baby tell whats use said gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes bar aint poppin bottles good fame aint fuckin models see drivin sports cars aint hittin throttle ill hundred top goggles got freeway exit 106 parked ash tray flip gate time spark gucci collar dollar got walked spit game cause baby cant talk warm sweatin hot joint vokal tanktop point wit winner baby cant lose got secrets cant leave cancun take like youre home alone know dance front mirror youre phone checkin reflection tellin best friend like girl think butt gettin big gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes mix little bit little bit let fall give little bit little bit let hang little bit sprinkle let fall like ya girl baby make oh stop pacin time wastin got friend pole basement im kiddin like jason unless gon extra extra spread news nelly took trip lou neptunes came back somethin thicker fittin sasoons say got thing cuttin restrooms gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes mix little bit little bit let fall give little bit little bit let hang little bit sprinkle let fall like ya girl baby make oh", "Get Like Me": "yall niggas wanna get like surrounded bitches look like know know know know niggas blowin trees hands sick throwin keys know know know know say yall niggas wanna get like run show go look see count bitches nigga 1 2 3 said feel like something else tell something else yea say kissin far goes dont worry straight like actors nose ball ball wall wall sayin cant small floss rolex audemar om arm im outshining yall feel hey hey want hey hey til yo back sore hey hey lets go lets go aooowww yall niggas wanna get like surrounded bitches look like know know know know niggas blowin trees hands sick throwin keys know know know know uh im shizzniyee follow example bitch ie cause im front row isaac mizrahi truck aint suck diznayee hoes wanna get like get speakers prose like im game pros like bitch im pro aint ho like bitches aint stuntin cold like call bitchie necole like pull ghost east coast like nigga spend money like coke price free uh bon voyage nicki baby buns minaj back bach slumpty humpty dumpty back bike stunts comfy yall niggas wanna get like surrounded bitches look like know know know know niggas blowin trees hands sick throwin keys know know know know wrong dance low song boyfriend gone napkin put number wrong drop shawty get eagle tell boyfriend stayin simone matter fact put number phone im fly nigga tatted fade yea rocking waves niggas braids air force 1s took em js wanna play dumb like bay tourin overseas 2 50 everyday came back middle may maybach chick named may wanna know shawty yes may see whole rap game sounded like put drums sounded like p shawty say horny sound like say wanna bring partner okay sound like 3 fresh yacht feet sand walk club demand got whip lot bout 400 grand gold round neck pistol close hand cause yall niggas wanna get like surrounded bitches look like know know know know niggas blowin trees hands sick throwin keys know know know know", "Just a Dream": "uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream top like im basement number one spot found replacement swear cant take knowing somebodys got baby aint around baby cant think shoulda put shoulda got ring cause still feel air see pretty face run fingers hair love life shorty wife left im tight cause knew aint right uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream riding man swear see face every turn trying get usher cant let burn hope know one yearn miss learn didnt give love guess got payback im club thinking baby hey easy love wait guess love wasnt enough im going every time im alone im missing wishing pick phone made decision wanted move cause wrong uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream ever loved somebody put hands ever loved somebody put hands theyre gone wishing could give everything everything said ever loved somebody put hands ever loved somebody put hands theyre gone wishing could give everything uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream", "E.I.": "uh uh uh uh uh uh wait minute uh ohhhhhhhhhhhhhh uh uh hear lunatics yall ready let hear ya uh ohhhhhhhhhhhhhh im sucker corn rows manicured toes fendi capri pants parasucos rise diddy city one two throws im draftin em outta high school straight pros knows know love make knees touch elbows break low flo go throw slow everytime bust rhyme baby gimme mo say like hit behind ill right back yeah thats next line use time time im speakin mind matter im shootin game pigeon dime ask talkin shit tics somebody probably jealous cause bitch got hit aint nobody else droppin shit like apologize nah fuck em leave em pissed hey andele andele mami ei ei uh ohhhhhhhhhhhhhh whats poppin tonight andele andele mami ei ei uh ohhhhhhhhhhhhhh head right nelly erynight gamble break dawn nigga money long nigga pass skirt talk thong nigga say im wrong fuck im grown nigga aint bout money best gone nigga im flashy double takes walk past nasty dont scared boo go head ask drive fastly call jeff gord black ss naviga tion see joint blaz somethin smells amaz got chick rollin half black asi another one page tellin come home husband vacation left home alone used v 12 powers weight loss powers phat farm iceberg slim one shower get room trump towers hit 3 hours kicked bitch room cause used word hey andele andele mami ei ei uh ohhhhhhhhhhhhhh whats poppin tonight andele andele mami ei ei uh ohhhhhhhhhhhhhh head right nelly erynight ayo smash mouth whole ounce sticky wash hands gold spout feelin icky let go hos mouth aint picky start frontin shows whatchu mean twenty inches roll ouuuuuuut come get big faces fold ouuuuuuut wit dont make pull fo fo ouuuuuuut keep closer dough ouuuuuuut slide escalade e gettin solid like ice capades heezy frosty roger rabbit bugsy understand wrapped wrists like mummies compare local grocery youll see got karats aldi bread aisle g bag scan sure like al b meet tics maui hey andele andele mami ei ei uh ohhhhhhhhhhhhhh whats poppin tonight andele andele mami ei ei uh ohhhhhhhhhhhhhh head right nelly erynight st louis yall uh uh uh ohhhhhhhhhhhhhh uh feel lunatics yall uh uh uh ohhhhhhhhhhhhhh uh uh uncle phil yall uh uh uh ohhhhhhhhhhhhhh yell universal yall uh uh uh ohhhhhhhhhhhhhh uh uh chillin chillin chillin crew yall andele andele mami ei ei uh ohhhhhhhhhhhhhh whats poppin tonight andele andele mami ei ei uh ohhhhhhhhhhhhhh head right nelly erynight", "Grillz": "rob jewelry store tell em make grill yo bout start epidemic wit one yall know def add whole top diamond bottom rosegold got 30 bottom 30 top invisible set little ice cube blocks could call drink call smile rocks could call price lets say call lot got like platinum white rose traditional gold im changing grills every day like jay change clothes might grilled nicely white tee south beach wife beat vvs studded tell cut see grandmama hate lil mama love cause open ya mouth ya grill gleaming eyes stay low chiefing got grill call penny candy know means look like laters gumdrops jelly beans wouldnt leave nothing crazy man would catch city somewhere hood say smile daddy let see ya grill ya ya grill ya ya ya grill rob jewelry store tell em make grill smile daddy want see grill ya ya grill ya ya ya grill add whole top diamonds bottom rose gold baby iceman paul wall got mouth looking something like disco ball got diamonds ice hand set might cause cold front take deep breath teeth gleaming like im chewing aluminum foil smiling showing diamonds sipping potent oil put money mouth bought grill 20 carats 30 stacks let em know im real motivation 30 pointers vvs frontage mouthpiece simply symbolize success got wristwear neckwear thats captivating smile thats got onlookers spectating mouthpiece simply certified total package open mouth see carrots salad teeth mind blowing giving everybody chills call george foreman cause im selling everybody grills smile daddy let see ya grill ya ya grill ya ya ya grill rob jewelry store tell em make grill smile daddy want see grill ya ya grill ya ya ya grill add whole top diamonds bottom rose gold gipp got yellows got purples got reds lights gon hit make woozy head catch 2 short drop mouth got colors like fruit loop box lou ice grill country grammar hustlers move bricks gangsters bang hammers got em spot em top bottom got bill mouth like im hillary rodham aint dissing nobody lets bring light gipp first mouth bright white yeah hoes cant focus cause eyesight blurry tipping 4s see mouth jewelry got four different sets fabulous thang one white one yellow like fabolous chain set got name mold whole top diamonds bottom rows gold smile daddy let see ya grill ya ya grill ya ya ya grill rob jewelry store tell em make grill smile daddy want see grill ya ya grill ya ya ya grill whole top diamonds bottom rose gold sing boy get ya grill way much pay every time see tha first thing im gon say hey smile daddy let see ya grill ya ya grill ya ya ya grill rob jewelry store tell em make grill smile daddy want see grill ya ya grill ya ya ya grill add whole top diamonds bottom rose gold", "Air Force Ones": "big boys give two pairs need two pairs get stompin air force ones big boys stompin air force ones like white high top strap gum bottom theres somethin bout em dirty thats got em leave em strapped laced come em last person touched em shot em look see lime green forces kiwi couldnt get color personal genie know keeps hip hop niggas flip flop yeah force ones tip top form flip flops like limited edition khaki army green patent leather pin stripe see strings size twelve strap red white cardinal cap flavors depend im dont get wrong man murphy lee aint dumb man cause shoe shelf man sit tell none man may three four got one man give two pairs need two pairs get stompin air force ones big boys stompin air force ones foot locker im lookin like need ten half got em give two tell never seen murphy lee befo cause shes standin im shootin free throws said excuse miss wanna buy shoes said love murph especially white n blue said white n blue sound nice make twice signed autograph thanks advice keep real dirty dirty know purple gold lakers broncos orange blue like em floppy ankle socks lows mids high tops clear tims fat laces cold winter go hot summer flow back purpose wit lil dots toe im stopping dough im spending fa sho dem nike air force ne behind kay lee treat shoe like ride chrome fat laces wood inside spray candy swoosh electric roof since put kit sole got wider shoe see low mid skittle purple coupe im drivin ten size dem point tyin dem aint point tryin know im buyin dem dont nothing get hype first sight like white whites three quarters lows tight problem good one night cause scuff em fucked whole night whats basis look store owners faces kids outrageous hes buyin cases cause cop em gut em switch laces purpose ya heard kinda like daytons give two pairs need two pairs get stompin air force ones big boys stompin air force ones wore spurs first theres tape dem damn came write date louis vuitton ones gotta wait dem get em early spent cake dem look im tryin keep like one minute man ali kawasaki two head bands jewelry fish bowlin em security buyin shoes time get em free time gotta pay walk mall im bout say gimme black platinum leather gray ones back pair got display da boxes keep mine peep mine maybe twice never three times im sneaker pro love pumas shell toes cant nothin compare fresh crispy white pearl give two pairs need two pairs get stompin air force ones big boys stompin air force ones"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/nicki-minaj.json b/lecture/lecture-9/rappers/rapper-data/nicki-minaj.json new file mode 100644 index 000000000..21f131ce8 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/nicki-minaj.json @@ -0,0 +1 @@ +{"Only": "yo never fucked wayne never fucked drake life man fucks sake id menage em let em eat ass like cupcake man full ate dont duck nobody tape yeah setup punchline duct tape wo wo wo worried bout butt fake worry bout yall niggas us straight th girls sons jo jon kate plus eight walk sit straight dont give fuck late dinner man g5 idea update hut hut one hut hut two big titties big butt fu fuck real niggas dont tell niggas show bitches top ri ring finger rock hoes couldnt test even name pop quiz bad bitches fuck mad bitches dont fuck dont fuck chickens unless last name cutlet let soak like seasoning tell bitches blow lance stephenson raise every bottle cup sky sparks air like fourth july nothing bad bitches tonight oh lame know quiet nothing real niggas bad bitches rich niggas independent bitches boss niggas thick bitches got real niggas side yeah never fucked nicki cause got man thats im first line day maybach thought goddamn perfect time come video know la traffic city slow sitting big butt still staring titties though yeah low key maybe high key peeped like know fuck really wanna besides mean doesnt take much us shit quietly mean say im obsessed thick women agree yeah thats right like girls bbw yeah type wanna suck dry eat lunch yeah thick everybody else room uncomfortable ass houston texas face look like clair huxtable oh yeah man city mayor fuck nba players fuck bad ass bitches makeup hair fuck oh thats cause believe something stand nicki ever tryna fuck give heads plan pinkprint ayy raise every bottle cup sky sparks air like fourth july nothing bad bitches tonight oh lame know quiet nothing real niggas bad bitches rich niggas independent bitches boss niggas thick bitches got real niggas side never fucked nick thats fucked fuck shed fucked whoever hittin aint hittin right cause act like need dick life thats another story im story teller piss greatness like goldish yellow goons overzealous im hollygrove holy mecca calendar say got money days squirm shake im stuck ways girlfriend beat bitch waved bet fuck surfboard surfboard eyes bright take cover shade dont money take mothers instead got hiccups swallowed truth make burp boy treat beef like sirloin im talkin bout runnin houses army guns think son daughter rooms got two hoes masked got smaller guns aint thinkin bout son daughter rooms shit crazy nigga mean brazy nigga money talk rephrase nigga blood gang take b behavior nigga reals mouth blow face mean pop pop pop take nigga see nigga dont like jamie foxx acting like ray charles sixteen clip one chamber 17 ward bully seventeen bullets story went poor please pour drink celebrate raise every bottle cup sky sparks air like fourth july nothing bad bitches tonight oh lame know quiet young mula baby nothing real niggas bad bitches rich niggas independent bitches boss niggas thick bitches got real niggas side", "Feeling Myself": "yo b ready lets go feelin im feelin im feelin feelin im feelin im feelin feelin feelin im feelin im feelin feelin im feelin im feelin im hood girls lookin back good girl tax bracket got black card thatll let saks chanel bags bad habit balls dal mavericks maybach black matted bitch never left im back im feelin jack rabbit feelin back cause im feelin jack thinking whacks wax wax national anthem hats curve nigga like bad toss lemme get number two mac sauce run tour mask im feelin im feelin im feelin feelin im feelin im feelin feelin feelin im feelin im feelin feelin im feelin im feelin changed game digital drop know digital popped stopped world male female make difference stop world world stop carry kitty fleek pretty fleek pretty gang always keep niggas geek ridin ridin texas feed breakfast everytime whip talkin reckless said damn nicki tight say yeah nigga right said damn bae little really takin pipe said yes daddy gimme brain like nyu said teach nigga teach learnin im whippin work diggin work got 36 real panky full bounce baby come get bounce baby im feelin im feelin im feelin feelin im feelin im feelin feelin feelin im feelin im feelin feelin im feelin im killin cookin base lookin like kilo wanna taste biggin ego ridin texas smoke talkin bout high grade baby hold kill migraine ridin texas bitches aint got punchlines flow empire also keep gettin gifts santa claus north pole today im icy im prayin snow let ho ho let let ho know love coco bitches dont never learnin bitches never get earnin im still gettin plaques records thats urban aint gotta rely top 40 rap legend go ask kings rap queen things nature look finger glacier hits like laser rrr drippin work trippin perc flippin skirt whippin work takin trips kis car keys got bs stingin queen b whippin cause dope girls flawless poster girls run around ballers real niggas call list im big kahuna go let whores know song alone bitch fourth flow hahaha rrrrrrrrrr like dontchyea snitches young money", "Barbie Dreams": "uh mmm kyuh rip big classic shit im lookin nigga give babies handful weezy sprinkle dave east man aint got type like jxmmi swae lees cant fuck three times night peace tried fuck 50 powerful hour nigga wanna talk power hours b beat pussy make sure k step banks like youre movin yayo somebody go make sure karrueche okay though heard think im tryna give coochie quavo always wanna beat goon pussy man maybe let autotune pussy bow wow challenge niggas lyin shit man fetty wap niggas stay eyein shit drake worth hundred mill always buyin shit dont know pussy wet cryin shit meek still dms havin duck used pray times like face ass fuck man uzi baby aint takin l took literally said go hell used fuck young thug aint addressin shit c caught dressing room stealin dresses shit used give nigga lisp tests shit want pu thy cant say ss shit uh dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin remember used crush special ed shoutout desiigner cause made special ed wanna fuck gotta give special head cause pussy niggas special meds like mike tyson bitin shit talkin bout yo got niggas fightin shit real make niggas scrap pussy young lady luck get strap pussy uh woulda odell beckham bangin cake til saw hoppin cars dancin drake five star bitch man word gotti ima nigga future dirty word scottie cancel dj khaled boy aint speakin aint fat nigga tellin aint eatin yg game hammer yellin gang gang aint meant said gang bang tekashi want menage said tre way curved went kim kanye way em cop barbie dreamhouse play part aint tryna bust open trailer park dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin im playin im sayin know im bout dollars supportin scholars let give brain wanted ride said fuck im wanna cut like trim act like know let fuck got bars im indicted im poppin im uninvited said lick clitoris nigga dont fuckin bite ride circle turn stefan urkel go arounds arounds ima go slow motion pick look said daddy come get uh yellow brick road said wiz yeah want want know flaunt flaunt im trendsetter everything yeah put em dimelo papi papi yo quiero sloppy sloppy ill give beat like pacqui pacqui ima kill em shoe ceiling roof im big give loot 12 cylinders coupe get dome chrome tellin ima shoot bang bang bang real killas group gorillas unit vacationin humid shine shine shine got diamonds cubans im la times niggas lootin flow spit crack think nigga usin done bodied everybody closing bitches losin usin usin bitch movin aint stuttered aint ruben damn bitch snoozin shoutout jews lchaim rick rubin big fat titties yes protrudin like fuck em fuck em bring lube like fuck em fuck em bring lube", "Truffle Butter": "know dont yeah night know dont yeah night uh thinkin loud must quarter million right hard make song bout somethin money two things im talkin blunt staying blunted pretty women right huh disappear right look youre gettin friends youre gettin car youre comin house clear right huh see fleet new things cop cars loose change white like move things niggas see rollin mood change like muhfucka new flow got dozen em dont trust undercover could probably make step sisters fuck talkin filets truffle butter fresh sheets towels man gotta love yeah get desire tell niggas aint hidin know dont yeah night know dont yeah night yo thinkin loud must milli right aint talkin lil wayne record im still highest sellin female rapper record man 65 million single sold aint gotta compete single soul im good ballpoint game finger roll ask dont tell single soul pretty women wassup right stand chair right uhh hear cant let wack nigga get near might kiss baddest bitch dare aint never need man take care yo im big boy bitches cant rent floss everyday aint dentist whole style approach invented aint takin back cause meant know dont yeah night know dont yeah night uh thinkin loud could broke keep million dollar smile lol bank check account bank teller flirtin checkin account pretty ladies truffle butter pussy cuddle buddies low aint gotta tell friend eat morning cause gon say know hit bathroom put hands toilet ill put one leg tub girl new dance move dont know call bitch dancing stars aint nothin like last dude whats name important brought cocaine snortin became vacuum put dick like carpet suck white white chocolate im heartless thoughtless lawless flawless smallest regardless largest charge born new orleans get killed jordans skateboard im gnarly drake tunechi barbie know know dont yeah night know dont yeah night", "Chun-Li": "ayo look like im goin swim dunked em im swingin rim bitch aint comin bench im comin court fully drenched go haterade get ya thirst quenched styled em burberry trench birds copy every word every inch gang gang got hammer wrench pull quarter milli lot oh tryna friends like forgot show diamonds like im signed roc aint pushin babies til buy rock ayo bitch corn bentley tints fendi prints mean storm x men formed keep dialin nicki like prince song bitch corn bentley tints fendi prints ayo north lara croft plates say chun li drop benz oh get huh paintin bad guy well last time gonna see bad guy rap game like went copped chopsticks put bun pop shit im always top shit box seats bitch fuck gossip many coulda finesse everybody like really best play checkers couldnt beat playin chess im turn around beat chest bitch king kong yes king kong bitch king kong king kong chinese ink siamese links call 2 chainz name go ding dong bitch king kong yes im king kong king kong yes miss king kong kingdom wit timbs many championships six rings need rappers like need rappers like get fucking keyboards make bad guy chun li ayo bitch corn bentley tints fendi prints mean storm x men formed keep dialin nicki like prince song bitch corn bentley tints fendi prints ayo north lara croft plates say chun li drop benz come alive im always sky high designer thigh highs lifestyle come alive im always sky high designer thigh highs lifestyle need mai tai fuckin sci fi give password fuckin wifi", "Beez In The Trap": "yo man man uh bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap man man popped aint trying give get dropped let bust u ie bitch bust open might spend couple thou bust open rip joking like name hulk hogan niggas move weight south live hoboken bitch spit crack like im trap need hit im bat bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap okay nicki nicki nicki put kidney got new ls 450 aint keys hicky werent rapping id trapping werent trapping id pimping werent pimping id getting period dont smoke bobby denim ricky got girl molly smokin loud drinkin got top back see thinkin know know ive thinking franklin money thousands true religion trousers got private home started public houses hair weave killer causing arousal audi a8 told outtie 5000 uh bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap damn damn say dont know man fuck biscuit get hit swinging big bitch dont know man im shittin whole life damn damn say dont know man fuck biscuit get hit swinging big bitch dont know man im shittin whole life bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap man im texas man im town im chi town miami shuttin new orleans la bay new york philly whole dmv im detroit player man north south cack ohio pittsburgh got st louis deck delaware connecticut new jersey got hella bricks queens brooklyn yeah wildin bronx harlem staten island bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap damn damn say dont know man fuck biscuit get hit swinging big bitch dont know man im shittin whole life damn damn say dont know man fuck biscuit get hit swinging big bitch dont know man im shittin whole life", "Anaconda": "anaconda dont anaconda dont anaconda dont want none unless got buns hun boy toy named troy used live detroit bi big dope dealer money gettin coins shootouts law live palace bo bought alexander mcqueen keeping stylish thats real real real gun purse bitch came dressed kill wanna go first pushing daffodils im high hell took half pill im dumb shit way say tell aint missing meals come fuck automobile let eat grills tellin chill telling real love sex appeal say dont like em boney want something grab pulled jag hit jab like dun dun dun dun dun anaconda dont anaconda dont anaconda dont want none unless got buns hun oh gosh look butt oh gosh look butt oh oh oh oh gosh look butt look butt look look look look butt thi dude named michael used ride motorcycles di dick bigger tower aint talking eiffels real country ass nigga let play rifle pussy put ass sleep calling nyquil bang bang bang let hit cause slang cocaine toss salad like name romaine done make buy balmain im dumb shit way say tell aint missing meals come fuck automobile let eat grills telling chill telling real love sex appeal say dont like em boney want something grab pulled jag mayweather jab like dun dun dun dun dun anaconda dont anaconda dont anaconda dont want none unless got buns hun oh gosh look butt oh gosh look butt oh oh oh oh gosh look butt look butt look look look look butt little middle got much back little middle got much back little middle got much back oh god look butt anaconda dont anaconda dont anaconda dont want none unless got buns hun dont anaconda dont dont want none unless got buns hun oh gosh look butt oh gosh look butt oh oh oh oh gosh look butt look butt look look look look butt yeah love fat ass hahahahahahahaha yeah one bitches fat ass fucking club said fat ass big bitches club fuck skinny bitches fuck skinny bitches club wanna see big fat ass bitches muthafuckin club fuck skinny bitches cyeah hahahaha rrrrrrr cyeah got big fat ass cyeah come", "Lookin Ass (Lookin Ass Nigga)": "look yall niggas niggas look yall niggas niggas look yall smokin ass niggas every pull niggas start chokin ass niggas nigga nigga look yall bitch ass niggas stop lyin dick ass niggas nigga nigga look yall lookin ass niggas stop lookin ass ass niggas look yall lyin ass niggas talkin bout paid financed lyin ass nigga bunch non mogul ass niggas frontin like got plan boost mobile ass nigga nigga nigga look yall cant get job plottin rob ass niggas aint gotta check yall ima check yall ima need check yall niggas dont want sex give fuck ex dont even want text yall niggas im rapin niggas look pic look fuck gave niggas aint feelin niggas niggas want time call clinton im billin niggas know reason know reason know know know reason know know know look reason look yall sharin one bottle club one bottle full bub ass niggas look yall havin game ass niggas yall niggas share chain ass niggas cup hand ass nigga club credit card scam ass nigga dick pants ass nigga damned fuck non man ass nigga never fuck non man ass nigga would never lie even nigga flew bitches way dubai pussy tried pussy ass nigga lie pussy ass nigga high bitch im hundred wrist ski art wall basqui fuck see look fake dope dealers know real niggas movin weight villas talkin bout kis say kis van really move grams split mans know reason know reason know know know reason know know know look reason", "Super Bass": "one boys boomin system top ac cooler system come club blazin got stacks deck like savin ill real might gotta deal pop bottles got right kind build cold dope might sell coke always air never fly coach mothafuckin trip trip sailor ship ship make drip drip kiss lip lip thats kinda dude lookin yes youll get slapped youre lookin ho said excuse youre hell guy mean youre like pelican fly mean youre shy im loving tie youre like slicker guy thing eye oh yes yes somebody please tell em f nicki minaj mack dudes back coupes chuck deuce boy got heartbeat runnin away beatin like drum comin way cant hear boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass boom boom boom badoom boom boom boom boom boom boom badoom boom boom boom boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass one boys polos entrepreneur niggas moguls could ball crew could solo think like better dolo think like better fitted cap aint even gotta try put mack gotta give look give look panties comin uh excuse youre hell guy know really got thing american guys mean sigh sickenin eyes tell youre touch feminine side uh yes yes somebody please tell em f nicki minaj mack dudes back coupes chuck deuce boy got heartbeat runnin away beatin like drum comin way cant hear boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass boom boom boom badoom boom boom boom boom boom boom badoom boom boom boom boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass see need life stay know know know know know know youll stay dont go away hey boy got heartbeat runnin away dont hear heartbeat comin way oh like boom badoom boom boom badoom boom bass cant hear boom badoom boom boom badoom boom bass boy got heartbeat runnin away beatin like drum comin way cant hear boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass boom boom boom badoom boom boom boom boom boom boom badoom boom boom boom boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass", "Barbie Tingz": "dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem uh im prime optimus sagittarius know im optimist man keep real im prophetess least took l bucket list time make hits time diss still dissin still cant find hits worth dummy aint mind bit still show gettin chips time dip im still fly bagged white guy ritchie like guy still eat thai want nicki cheat code come bitch nice try lets real bitches wanna look like wanna demand get booked like wanna run lab cook like aint nan hoes pussy good like pussy good ex wanna still fight face pretty bitches wish could slice mad cause never bought ice like cut niggas would still wife rap bitches tell team make em like barbie come ig cant stalk copy looks steal music want see bitches lose blue print mean pinkprint ho let sink spoke jay day hes still kingpin hes still nigga woulda signed aint sign waynes perfectly designed crew cause big three dont need big speech made biggest impact check spreadsheet thats lil weezy barbie drizzy drake niggas gettin cheese kissy face im bad bitch fuck bitch bitch get slick ima cut bitch im bad bitch suck dick bitch get slick ill cut bitch ill cut bitch ill gut bitch fuck bitch man fuck bitch wont shoot gun butt bitch say fuck bitch dick bitch stuck niggas stuck bitch still draggin dont pick bitch get combination safe drug bitch know whole operation bugged bitch im still fly bagged white guy ritchie like guy still eat thai want nicki cheat code come bitch nice try lets real bitches wanna look like wanna demand get booked like wanna run lab cook like aint nan hoes pussy good like pussy good ex wanna still fight face pretty bitches wish could slice mad cause never bought ice like cut niggas would still wife would still wife would still wife yup would still wife ahh ha come stealin flows birds fluent stutter get asked bout queens influence clear bite im flattered like dont wanna check bitches tell em wear nikes barbie tingz thats barbie tingz big barbie tingz thats barbie tingz big barbie tingz thats barbie tingz uh barbie dreamhouse barbie rings thats barbie beach house barbie benz uh barbie white picket barbie fence tea shade bitch offense ever try confiscate barbies ken ima put box dollies chop next stop garbage bin cause hoes old gossipin im tryna find new porsche come"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/outkast.json b/lecture/lecture-9/rappers/rapper-data/outkast.json new file mode 100644 index 000000000..c7a1a748b --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/outkast.json @@ -0,0 +1 @@ +{"Hey Ya!": "one two three uh baby dont mess around loves know sure really wanna cant stand see walk door dont try fight feeling cause thought alone killing right thank god mom dad sticking two together cause dont know hey ya hey ya hey ya hey ya hey ya hey ya hey ya hey ya think youve got oh think youve got got dont get til theres nothing get together oh get together separates always better theres feelings involved say nothing forever makes makes makes makes makes makes love exception oh oh oh oh oh denial know happy yall dont wanna hear wanna dance hey ya hey ya dont want meet daddy hey ya want caddy hey ya dont want meet mama hey ya uh oh want make cumma hey ya uh oh im im im im honest hey ya im honest hey alright alright fellas whats cooler cool cant hear ya say whats whats cooler cool alright alright alright alright alright alright alright alright alright alright alright alright alright alright okay ladies gon break thing seconds dont break thing nothing want see yall baddest behavior lend sugar neighbor ah go shake sh shake shake sh shake shake sh shake shake shake sh shake shake like polaroid picture hey ya shake sh shake shake sh shake shake shake shake sugar shake like polaroid picture beyonces lucy lius baby dolls get floor know oh know know hey ya hey ya hey ya hey ya hey ya hey ya hey ya hey ya", "Ms. Jackson": "yeah one right goes babys mamas mamas mamas mamas baby mamas mamas yeah go like im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times babys drama mama dont like doin things like havin boys come neighborhood studio tryna fight needs get piece american pie take bite thats house ill disconnect cable turn lights let know grandchild baby pay check private school daycare shit medical bills pay love mom everything see aint one laid wanna rib start custody war lawyers stay never got chance hear side story divided fish fries cookouts childs birthday aint invited despite show utmost respect fall defend lady call yeah im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times daughter got special thang goin say puppy love say full grown hope feel feel way forever plan pretty picnic cant predict weather ms jackson ten times nine im lyin find quickest muzzle throw mouth ill decline king meets queen puppy love thing together dream bout crib goodyear swing oak tree hope feel like forever forever forever ever forever ever forever never seems long youre grown notice day day ruler cant wrong ms jackson intentions good wish could become magician abracadabra sadder thoughts thoughts thoughts asking happened feeling pray much need knee pads happened reason one cant mad know know everythings cool yes present first day school graduation im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times look way treats shit look way treat see little nosy ass homegirls done got ass sent creek g without paddle left straddle ride thing girl aint speakin cause dick mouth know im talkin jealousy infidelity envy cheating beating year 2g thing placin blame keep singin song let bygones bygones go get hell mama im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times", "Roses": "caroline see caroline guys would say shes mighty fine mighty fine got somewhere half time half either got cussed coming short yeah dig even though youd need golden calculator divide time took look inside realize real guys go real mars girls haha yeah know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh caroline see shes reason word bitch hope shes speedin way club tryna hurry get baller singer somebody like try put make mirror crash crash crash ditch needs golden calculator divide time takes look inside realize real guys go real mars girls yeah know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh well shes got hotties body attitude potty met party hardly acting naughty said shorty would call said pardon balling said darling sound like prostitute pausing oh youre one freaks get geeked sight atm receipt game peeped droppin names shes weak trickin bitch lost must take geek quick way eat neat place sleep rent car week trick treat go raw sex aids test flawless regardless dont want get involved lawyers judges hold grudges courtroom wanna see support bra support know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh yeah know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh better come back mars girl quit chasing cars happens dough gets low bitch aint fine way way way better come back mars girl quit chasing cars happens dough gets low bitch aint fine way way way crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch", "Aquemini": "yuh uh huh even sun goes heroes eventually die horoscopes often lie sometimes nothing sure nothing certain nothing lasts forever close curtain aquemini yeah time get like spike lee said get bus go get work keep beeper chirping must dust corn starch familiar smack man music like green stuff provided sack man pacman fuck think gon man riding round old national eighteens without gat man im strapped man ready bust nigga like man nigga roll together like batman robin prayed together hard times swung hard fitting tapping brakes corners bending volkswagens bonnevilles chevrolets coupe de villes aint got rims nigga dont get wood grain steering wheel real go chill still build let paper stack stead going overkill pay fuckin beeper bill bitch yeah yuh yuh even sun goes heroes eventually die horoscopes often lie sometimes nothing sure nothing certain nothing lasts forever close curtain aquemini twice upon time boy died lived happily ever thats another chapter live home brave dirty dollars beauty parlors baby ballers bowling ball impalas street scholars majoring culinary arts know work bread cheese dough scratch see catch get caught know selling bought cut big talk lets walk bridge meet halfway may see children dead pathway poor babies walking slowly candy lady looking bad need hope like words maybe probably hobby turntables get wobbly dont fall im sorry yall often drift im talking gift comes never look horse inside grill course know feel like bearer bad news dont want needed question every nigga dreads cause every nigga golds fall naww dont get caught appearance outkast aquemini another black experience okay even sun goes heroes eventually die horoscopes often lie sometimes nothing sure nothing certain nothing lasts forever close curtain aquemini name big boi daddy fat sax nigga like cadillacs stay streets cause streets folks better know say pro black professional missed lot church music confessional get testicles nutsacks bust round bust back g get back real niggas thats tryna spit facts ear cant come near maybe need quit aquemini aquarius gemini running shit like yeah yeah yeah yeah mind warps bends floats wind count ten meet twin andre ben welcome lions den original skin many men comprehend extend go tell friend sin depends believing faith make thats hardest shit since mc ren alien blend right kin look cause swear spot one every happening wish could tell andre andre yall gon make amends even sun goes heroes eventually die horoscopes often lie sometimes nothing sure nothing certain nothing lasts forever close curtain aquemini master finally igor weve done weve done igor yes master yes master master igor weve done uh oh", "ATLiens": "check well crooked letter aint one better im microphone best wear sweater cause im cooler polar bears toenails oh hell go talking shit bend corners like curve struck nerve bout see southern playa serve heard youre pay rent heard make much spent got bent like elbows amongst things im worried cause step party like mouse scurry go get fucking shine box sack nickels tickles see try like mr pickles daddy fat sax b g b motherfucka took knuckles eye try warn test dont listen giving shout uncle darnell locked prison throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer oral illustration like clitoral stimulation female gender aint nothing better let know wet enough enter ill wait future world depends child raise gon nigga syndrome know beat odds regardless skin tone feel tune might get picked give fuck others say get gone alienate us cause different keep hands sky like sounds blackness practice preach aint lie ill baker maker piece pie breaker breaker 10 4 get reply everybody say throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer every day sit nigga school thinking second album dungeon shooting pool like e p n cause adjust beat zone honey im home im married carried lot problems around frustrated im sitting end month made like made b team like daddys wife making coffee heard atliens back hell softly played piano dark found way channel anger embark worlds stage everybody gots play part god works mysterious ways starts job speaking us sincere drugs alcohol get signal clear day put glock away got stronger weapon never runs ammunition im ready war okay throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer", "So Fresh, So Clean": "aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean sir lucious gots gator belts patty melts monte carlos el dorados im waking slumber feeling like rollo follow showtime apollo minus kiki shepards ho leopard print ah teddy pendergrass cooler freddie jackson sipping milkshake snowstorm left throat warm dorm room au blew hay athletes might cake must mistaken statements make cause aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean canary yellow seven nine seville display nigga bongo hooked omar gon dip rims today nigga ride honeycomb hideout imma show wild like jack tripper let bambino snipples ykk zipper lick like lizard im slizzard sober six million ways fold ya like noahs get twos youse get pretty ill call yo ass round eight ish know youll girl aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean huge baby eyes get runnin mouth tellin everything thats nasty mind say youre malnutritioned need vitamin invitin tingle spine love love aint youre anne frank lets hit attic hide bout two weeks rick jamesn chains whips suck lips til hips jerk double time boy next doors freak ha ha aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean coolest motherfunkers planet sky fallin aint need panic ooh ooh got stick want yo automatic ooh ooh ooh compatible created attic coolest motherfunkers planet sky fallin aint need panic ooh ooh got stick want yo automatic ooh ooh ooh compatible created attic aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean", "B.O.B.": "one two one two three yeah inslumnational underground thunder pounds stomp ground like million elephants silverback orangutan cant stop train want dont come unprepared ill leave bet ill household name weather man tellin us aint gon rain sittin drop top soakin wet silk suit tryin sweat hit somersaults without net thisll year wont forget 1 9 9 9 anno domini anything goes wanna long know consequences given livin fence high jump jail low dig might touch hell hot get life sale might cast spell look came mail scale arm hammer soul gold grill baby mama black cadillac pack pampers stack questions answers cure cancer cure aids make nigga wanna stay tour days get back home things wrong well really bad along left adds ball power thoughts thousand miles per hour hello ghetto let brain breathe believe theres always ha dont pull thang unless plan bang bombs baghdad yeah dont even bang unless plan hit something bombs baghdad dont pull thang unless plan bang bombs baghdad yeah dont even bang unless plan hit something bombs baghdad uno dos tres ever think pimp rock microphone like boy still stay street big things happen every time meet like track team crack fiend dying geek outkast bumpin street slant back cadillac bout five niggas deep 75 mcs freestyling beat cause get crunk stay drunk club shouldve bought ounce copped dub shouldve held back throwed punch supposed meet girl packed lunch u g got son way name bamboo got little baby girl four year jordan never turned back kids shouldve hit quit rag top get laptop make business boy set goals make fat diamond dusty coal record number four roll hold slow stop control like janet planet stankonias ya moving like floyd comin straight florida lock windows block corridors pullin belt cause whippings order like three piece fish cut daughter yo quiero taco bell hit border pitty pat rappers trying get five im microphone fiend tryin stay alive come atl boy better hide cause dungeon family gon ride ha dont pull thang unless plan bang bombs baghdad yeah dont even bang unless plan hit something bombs baghdad dont pull thang unless plan bang bombs baghdad yeah dont even bang unless plan hit something bombs baghdad bombs baghdad bombs baghdad bombs baghdad bombs baghdad bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival", "SpottieOttieDopaliscious": "damn damn damn james damn damn damn james damn damn damn james damn damn damn james dickie shorts lincolns clean leanin checking scene gangsta boys biggas lit ridin talkin shit nigga wanna go know club dont close til four lets party til cant watch come folk damn oh lord plot thickens gives dickens reminiscent charles lil discotheque nestled ghettos niggaville usa via atlanta georgia lil spot young men young women go experience first little taste night life well ive never well perhaps engulfed ol e never made door speak hardcore dj sweatin problems troubles day fine bow legged girl fine outdoors lulls lukewarm lullabies left ear competing set right blends perfectly let liquor tell hey hey look baby playin song crowd goes wild holyfield fight actuality 3 three niggas done got hauled ambulance sliced two niggas done started busting wham wham one nigga done took shirt talking bout else wanna fuck hollywood court interpretation situation damn damn damn james damn damn damn james damn damn damn james damn damn damn james yes first met spottieottiedopalicious angel remember damn thing like yesterday way moved reminded brown stallion horse skates know smooth like hot comb nappy ass hair walked almost paralyzed neck smelling sweeter plate yams extra syrup eyes beaming like four karats apiece blindin nigga felt like chiefed whole presidential heart beating damn fast never knowing moment would bring another life world funny shit come together sometimes dig one moment frequent booty clubs next four years somebodys daughter raisin yall youngn thats beautiful thang thats youre top game man enough handle real life situations cant gamble feeding baby dope money might always sufficient united parcel service people post office didnt call back cloudy piss back trap trapped gon marinate minute da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja", "Rosa Parks": "uh huh uh huh baby yeah yeah cut oh oh oh uh huh yeah yeah baby uh huh uh cracka lacka lacka lacka cracka lacka lacka lacka uh huh baby uh huh yeah yeah uh cracka lacka lacka lacka cracka lacka lacka lacka baby yeah yeah uh huh uh huh ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk many day passed night gone still find time put bump eye total chaos playas thought absent takin another route represent dungeon family like great day nigga decide take back way stabbin every city headed bat cave atl georgia ya bulldoggin hoes like georgetown hoyas boy sounding silly think brougham aint sittin pretty doughnuts round suckas like circles around titties damn committee gon burn us gon bust mouth chorus say ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk say ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk met gypsy hipped life game stimulate activate left right brain said baby boy funky last cut focus past assll thats one live either thats one die try throw determine adventure andre got station heres destination got bus conversation lingered head hours took shower kinda sour cause favorite group aint comin wit im witcha cause probably goin anyway anyhow doubt went bought cause thought would jammin examine flawsky wawsky awfully sad costly thats wrote hope never float boat shits creek weak last quote wanna hear im goin alls said done got new joe town record player get skippin slowin yall say niggas earned crown ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk say ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk say ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk uh huh uh huh baby yeah yeah uh huh yeah yeah baby uh huh uh huh baby uh huh yeah yeah baby yeah yeah uh huh uh huh uh huh uh huh baby yeah yeah ah ha hush fuss everybody move back bus uh huh yeah yeah baby uh huh wanna bump slump us type people make club get crunk uh huh baby uh huh yeah yeah say ah ha hush fuss everybody move back bus baby yeah yeah uh huh uh huh wanna bump slump us type people make club get crunk major right know im saying yo son niggas niggas man straight man word man glad got together know time outs everybody north south east west know im saying thing right straight hip hop handling earth right niggas dont even know sure know mean wasnt us tryna enlighten yall niggas types flows flavors game wouldnt gotta keep innovative new creative know im sayin people dont wanna hear old thing doubt gotta come provocative nigga know mean shit gotta spine tingling mad styles crazy dangerous mean bust ya shit open beats know mean like yo niggas dont even know son yo gon play funky shit ya thats right straight pay pay nigga east point shaolin yall better know yeah hit henny", "Elevators (Me & You)": "one money yes sir two show couple years ago headland delowe start something good nigga rode marta hood tryna find hookup everyday looked ceiling watching ceiling fans go round tryna catch feeling instrumentals pencil plus paper caught 86 lithonia headed decatur writing rhymes tryna find spot light light spot knowing could rock hole wall clubs shit must stop like freeze making crowd move making gs thats check one two one two dope niggas cadillac call us went players ball ballers putting south map like little rock banging niggas say motherfuck playin payin stayin layin vocals locales done made big boys industry outkast yeah niggas making big noise million sold day niggas take lightly 96 gon year yall playa haters bite im bitch momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors back day younger hunger looking fill belly rallys bullshit pull shit like supposed pulled full tick stoned like white boys smoking white golds blunts got crunk chunky asses passes getting thrown like hail marys looking like halle berrys fine intertwined aint sipping wine wes chilling im rabid villain im high smoking freely lil b reek mone shug little brother james thangs changed hood live rats know momma want sing momma want trick momma im sucking dicks moving world like elevators crew pimps like 82 like tony toni tone like east point gone momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors got stopped mall day heard call way came nigga saying something talking bout smoke something hey man remember school really kept smiling like clown facial expression looking silly kept asking kinda car drive know paid know yall got beaucoup hoes songs yall done made replied going things true ive got fans average man enough loot last end week live beat like live check check dont move feet dont eat like neck neck yes done come long way like slim ass cigarettes virginia aint gon stop gon continue momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/public-enemy.json b/lecture/lecture-9/rappers/rapper-data/public-enemy.json new file mode 100644 index 000000000..74e65ef5d --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/public-enemy.json @@ -0,0 +1 @@ +{"Fight the Power": "yet best trained best educated best equipped best prepared troops refuse fight matter fact safe say would rather switch fight w e l v e 108 fm 19 89 number another summer sound funky drummer music hittin heart cause know got soul listen youre missin yall swingin im singin givin whatcha gettin knowin know black bands sweatin rhythm rhyme rollin got give us want gotta give us need freedom speech freedom death weve got fight powers fight power fight power fight power fight power fight power fight power fight power weve got fight powers rhythms designed bounce counts rhymes designed fill mind youve realized prides arrived got pump stuff make ya tough heart start work art revolutionize make change nothins strange people people cause dont know game need awareness cant get careless say beloved lets get business mental self defensive fitness bum rush show gotta go know make everybody see order fight powers fight power fight power fight power fight power fight power fight power fight power weve got fight powers fight power fight power fight power fight power fight power fight power weve got fight powers elvis hero elvis hero elvis hero never meant shit see straight racist sucker simple plain motherfuck john wayne cause im black im proud im ready im hyped plus im amped heroes dont appear stamps sample look back look find nothing rednecks 400 years check dont worry happy number one jam damn say slap right get lets get party started right right cmon got say power people delay make everybody see order fight powers fight power fight power fight power fight power weve got fight powers got say fight power got say fight power cmon got say fight power got say fight power cmon yo check man ok talk future public enemy future public enemy got", "Don't Believe the Hype": "dont dont dont dont dont dont dont back caught lookin thing new thing check bring uh oh roll level cause im livin low next bass turn radio claiming im criminal wonder people never know enemy could friend guardian im hooligan rock party clear madness im racist preach teach number one born run gun wasnt licensed one minute see fear im epitome public enemy used abused without clues refuse blow fuse even news dont believe hype dont dont dont dont believe hype dont dont dont dont believe hype yes start last jam another def jam since gave little something knew lacked still consider new jack critics hang em ill hold rope hope pope pray aint dope follower farrakhan dont tell understand hear man book new school rap game writers treat like coltrane insane yes im different kind brothers mind unblind caught middle surrendering dont rhyme sake riddling claim im smuggler say never heard ya rap burglar false media dont need fake thats ya dig yo terminator x step stand show people time boy dont dont dont dont dont believe hype dont dont dont dont dont believe hype dont believe hype dont believe hype dont dont dont dont dont believe hype dont believe hype sequel equal get 98 booming trunk funk jealous punks cant stop dunk coming school hard knocks perpetrate drink clorox attack black know lack exact cold facts still try xerox leader new school uncool never played fool made rules remember theres need get alarmed said time bomb daytime radios scared cause im mad plus im enemy cant come play prime time cause know time cause im getting mine get mix late night know im living right go mic sike let go dont rush show try reach grab get elbowed word herb yo cant swing learn words might sing little bit taste bass get dance lq deny defy swing bolos clear lane go solo meaning media wack believe true blows roof suckers liars get shovel writers know damn devils say dont believe hype pens pads ill snatch cause ive im addict fiending static ill see tape recorder grab im going media assassin harry allen gotta ask dont believe dont dont dont believe hype dont believe dont dont dont believe hype got flavor things know yo griff get green black red gold countdown armageddon 88 wait s1s put left effect still rock hard jams treat like seminar reach bourgeois rock boulevard say im negative theyre positive got give red black green know mean yo dont believe hype got beaming pipe know im saying yo megas got em going see captain kirk like jerk outta work let tell little something man lot people daytime radio scared us ignorant understand lyrics truth pumping clogged brain cells spun little wooden skulls call caps know im saying s1sll straighten quick fast hurry dont worry flavor vision aint blurry know im saying yo terminator x dont dont believe dont believe hype dont dont believe dont believe hype dont believe hype dont believe hype dont dont believe dont believe hype", "Harder Than You Think": "yo chuck bust move man way studio ya know im sayin brother stopped asked yo wassup brother chuckie swear nice said yo brother dont swear hes nice knows hes nice ya know im sayin chuck got feelin turning public enemy man remember line kicking way la laurelton queens car way shop well yo right kick bass brothers let em know goes rolling stones rap game bragging lips bigger jagger saggin spell backwards ima leave aint got nothing rap check facts expose cats pose heroes take advantage blacks governments gangster cut crap war going yall fight power comes great responsibility f police whos stopping killing disaster fiascos loop pe instead believing tv spitting riches bitches new thing snitches watch asses move masses switches system dissed barely missed sole intention save brothers sisters hard like dat hard like dat hard like dat hard like dat yeah thats right chuck man thats gotta got tell em like dat ya know im sayin cause yo lemme tell lil something man brothers runnin around hard headed get lil jealous know im sayin like know try bring wit em yo chuck got tell em like dat screamin gangsta twenty years later course endorsed consciousness faded new generation believin fables gangster boogie two turntables show love easy hate desecrated coroner waited given sunday yall rate wit slavery lynchin drugs infiltrated im like doll chucky baby keep comin back live love life like im crazy keep movin rising top doug fresh clean livin dont stop revolution means change dont look strange cant repeat rappers sayin dont stand something fall anything harder think beautiful thing hard like dat hard like dat hard like dat hard like dat yeah thats right chuck man thats gotta got tell em like dat ya know im sayin cause yo lemme tell lil something man brothers runnin around hard headed get lil jealous know im sayin like know try bring wit em yo chuck got tell em like dat time leave preview review twenty years business sell soul g wiz people bear witness thank lettin us dont mind repeat simple lines good health keep crime rhymes shelf live love life like dont care five thousand leaders never scared bring noise moment feared get still beautiful idea hard like dat hard like dat hard like dat hard like dat get throw yo hands air get show fear get yall really care pe 20 years get yeah thats right public enemy 1 new york public enemy 1 philly public enemy 1 dc public enemy 1 cleveland ohio also public enemy 1 st louis public enemy 1 new jersey bust also public enemy 1 cincinnati atlanta even public enemy 1 chicago public enemy 1 detroit public enemy 1 oakland public enemy 1 baltimore public enemy 1 miami public enemy 1 indiana also public enemy 1 la also public enemy 1 alabama yall public enemy 1 tennesee public enemy 1 mississippi carolinas like dat like dat like dat", "Bring the Noise": "black strong black strong yo chuck honey drippers still fronting us show em cause always knew haha yeah boy bass low go death row brother know back incredible rhyme animal uncannable public enemy number one five said freeze got numb tell em really never gun wax terminator x spun got cell cause records sell cause brother like said well farrakhans prophet think ought listen say ought follow power people say make miracle pump lyrical black back gonna win check yeah yall come go turn bring noise ayo chuck theyre saying black man yo dont understand theyre saying little know get smack man never badder bad cause brother madder mad fact thats corrupt like senator soul roll treat like soap rope cause beats lines dope listen lessons im saying inside music critics blasting theyll never care brothers sisters cause country us war got demonstrate come theyre gonna wait till get right radio stations question blackness call black well see theyll play turn bring noise ayo chuck illin chillin yo pe house top billin yo chuck show em boy get front crowd runs dj warm hes x call norm ya know cut record side side ride glide much safer suicide soul control beat father rocknroll music whatcha whichin call band man making music abuse cant ya know call em demos whatcha gonna rap afraid beat sonny bono run dmc first said dj could band stand feet get seat beat eric b well hell wax anthrax still rock bells ever forever universal sell time exit terminator x turn bring noise yo know cant stop bum rush word better keep tellin turn yo flavor flav aint going like coast coast stop like comatose stand man beats boast toast rock pizzazz last ask roll rock stars still never get accepted got plead fifth investigate dont need wait get record straight hey posse effect got flavor terminator x sign checks play get paid got check avenue magazine two dissing dissing yeah im telling hey yo griff get thirty s1w got handle aint goin like yo man straight columbo tip like brutus cause always knew know im sayin theres one thing puzzles brother whats wrong people around man clocking rocking shocking", "Welcome to the Terrordome": "hey journey jour journey sound would join please welcome ing hahahaha got much trouble mind refuse lose heres ticket hear drummer get wicked crew push back black attack sack jack slapped mac im ready mic huh hear favoritism roll oh never brother like go solo laser anesthesia maze ya ways blaze brain train ya way im livin forgiven im givin x flex hit dont know later know avoid paranoid man ive yeah wear got em going fear rhetoric said read bit ago quitting though signed hard rhymer work keep getting jerked checkin ways way back better days raw metaphysically bold never followed code still dropped load never question god knows huh cause coming heart got better get get hustler culture snake bitten spit face huh rhymes keep fittin respects given hows ya livin cant protect paid defect check record reckon intentional wreck played intellect made call took fall broke laws fault theyre fallin known fair square throughout years growl livin foul black bone home home welcome terrordome come get come get get get come get come get get get come get come get get get come get come get get get would join please welcome ing long good trip yo yo put thing together huh thats trust trust thats yo trust man subordinate terror kickin era cold deliverin pain 98 87 record yo go bronco oh chuck get us man oh oh oh oh oh oh chuck get us man yo gotta dust boys crucifixion aint fiction called chosen frozen apology made whoever pleases still got like jesus rather sing bring think reminisce bout brother im sync every brother aint brother cause color well could undercover backstabbed grabbed flag back lab told rab get rag sad say got sold river still quiver deliver never say never knew clue word herb plus hard boulevard lies scandalizin basin traits hate whos celebratin satan rope dope evil righteous bobbin weavin let good get even cmon welcome terrordome caught race time pit pendulum check rhythm rhymes im bending em snakes blowing lines design trying blind science im sending em fight power cannot run hide shouldnt suicide game fool without rules got hell nerve criticize every brother aint brother cause black hand squeezed malcolm x man shooting huey newton hand nig pulled trig weak speak blame somebody else destroy first nothin worse mothers pain son slain bensonhurst cant wait state decide fate jam dedicate places racist faces example one many places greek week end speech speak lesson learned virginia dont smile line fire go wildin bass drums even violins whatcha getcha head ready instead getting physically sweaty get mad put pad huh give ya something ya never controllin fear high rollin god bless soul keep livin never allowed kickin loud droppin bomb brain game intellectual vietnam move team never move alone welcome terrordome", "Rebel Without a Pause": "brothers sisters brothers sisters dont know world coming yes rhythm rebel without pause im lowering level hard rhymer never im want stylin know time enemy tellin hear praised music time play lyrics say album show bum rush sound made year ago guess know guess im radical sabbatical yes make critical part body partyin panther power hour rebel ay yo chuck man dont understand man yo got slow man losin radio suckers never play mix okay known grown theyre clocking zone known snaking taking everything brother owns hard calling card recorded ordered supporter chesimard loud proud kicking live next poet supreme loop troop bazooka scheme rebel mind supporter rhyme designed scatter line suckers claim crime time ticket ay yo chuck think takin shorts show em cold medina man come kick terminator x terminator x terminator x terminator yo chuck gettin em nervous cant handle gonna break rebel final black vinyl soul rock roll coming like rhino tables turn suckers burn learn cant disable power label def jam tells enemys public really give damn strong island got em whylin thats reason theyre claiming im violent never silent dope getting dumb nope claiming get rhythm number one hit ya give ya gun still never run wanna s1 griff tell youll come youll know time impeach president pulling ray gun zap next one could shogun dont last minute soft smooth aint raw bone like razor im like laser wont graze ya old enough raise ya thisll faze ya get right boy maybe praise ya playing role got soul voice opinion volume cause im man matter name pieces one big chess game voice power house go take shower boy pe group crew singular wear black wranglers rap stranglers cant angle us know youre listening caught pissin pants youre scared dissing us crowd missing us mission yall yo chuck yo yeah man yo got em runnin scared terminator x terminator x terminator x terminator attitude im fire juice loose electric wire simple plain give lane ill throw throat like barkley see car keys youll never get belong nine eight posse want son wanna get bum rush door store pick album know rhythm rhyme plus beat designed enter mind boys bring noise time step aside flex terminator x yeah thats right jam rated cold medina boy thats right cold medina thats right showin e f f e c also known effect understand im sayin yeah yeah boy bring beat back bring beat back one time chuck yall wanna hear beat right bring beat back", "Black Steel in the Hour of Chaos": "bass face london everybody house make noise want everybody house say ho yo chuck kick em man ballad behind bars could say real rock rock unusual musical happening unusual place state prison get cell nigga got letter government day opened read said suckers wanted army whatever picture giving damn said never land never gave damn brother like never wasnt minute occurred suckers authority cold sweating dwell cell long got sitting state pen gotta get thought thought contemplated plan cell floor im fugitive run brother like begun another one public enemy serving time drew line yall criticize crime nevertheless could understand im black man could never veteran strength situations unreal got raw deal im looking steel got rotting time im serving telling happened time theyre throwing four us packed cell like slaves oh well motherfucker got us living hell realize form slavery organized swarm devils straight word em level reasons several federal plan anyway say got gusto trust yo bid 1 10 never plus never im tier tears ever fall cell block locked never clock yall cause time time time got serving im citizen ever catch c sleeping job plan go ahead strength ima tell deal got nothing lose cause im going steel dont know caught c falling asleep death row grabbed gun said every mans demand got served along time served decency deserved understand demands gave warning wanted governor yall plus warden know innocent im militant posing threat bet fucking government plan said get break north like olivers neck get boys feds check couldnt try nothing force instigate prison riot takes peace took piece black black inside time cut leash freedom get ghetto sell 6 c os got ought put head ill give em chance cause im civilized rest world cant realize cell hell im rebel rebel bars got thinking like animal got woman c call copter tried get away popped twice right wanna get nice 6 c os 5 go im serious call delirious im still captive gotta wrap time break time grows intense got steel right hand im looking fence ventured courtyard followed 52 brothers bruised battered scarred hard going bang ready bang power sky tower shots rang high number dose yes came close figure trigger steel stand hold post mean anti nigga machine come alive wont come clean threw steel bullets flew surprise water tower blew shot bazooka rescue s1ws secured getaway got away joint broke black smoke saw rougher average bluffer cause steel black attitude exact chase telling cmon 53 brothers run gone", "He Got Game (Album Version)": "yeah thats right cut goes yall thats missin us mad years one love yall yeah thats right got game pe 1998 man father son center earth middle universe verse comin six times rehearsed dont freestyle much write em like amongst fiends controlled screens mean shit im seein human beings screaming vocal javelins signs local nigga unravelling wanderin got ass wondering christ crisis hatin satan never knew nice check papers bet ices eye see ears hear year year sense disappears nonsense perseveres prayers laced fear beware two triple near might feel good might sound little somethin damn game dont mean nothin game got game wheres game life behind game behind game got game shes got game got game got game got game might feel good might sound little somethin fuck game aint sayin nothin damn something said pretend dont see turn head ray scared shadow matter thought reparations got em playin population nothin lose everythings approved people used even murders excused white men suits dont jump still thousand one ways lose shoes god takes care old folks fools devil takes care makin rules folks dont even payin mental rent corporate presidents ugh one outta million residents bein dissident aint kissin politics chains whips got sick missin chips championships whats love got got dont let win get head loss heart nonsense perseveres prayers laced fear beware two triple near might feel good might sound little somethin damn game dont mean nothin game got game wheres game life behind game behind game got game shes got game got game got game got game might feel good might sound little somethin fuck game aint sayin nothin yeah thats right eerybody got game let yall know pe full effect right till year 2000 aiyo man sing theres something happening aint exactly clear theres man gun tellin got beware time stop children whats sound everybody look whats goin aiyo dont think heard stevie kick em one time time stop children whats sound everybody look whats goin haha thats right boy pe full effect boy year 2000 yo stop look whats sound everybody knows whats goin stop look whats sound everybody knows whats goin come sing sing yall come hey hey aiyo serious times livin g new world order begin yknowhutimsayin question ready real revolution evolution mind seek shall find come divine dig im sayin take heed words wisdom written walls life universally stand divided fall love conquers understand im sayin call sleepin souls wake take control cipher lookout spirit snipers tryin steal light yknowhutimsayin look within side peace give thanks live life release dig got", "Shut 'Em Down": "hold oh come come huh alright yall testified mama cried black people died man lied see tv listen double trouble overhaul im coming lower level im taking tabs sho nuff stuff grab like shirts hurts neck wreck took poll cause soul took toll education tv station look around go sound wrecking ball boom pound shut em shut em shut em shut em shut em shut em shut em shut em shut em huh alright yall alright one two three four five six seven eight nine use battle mind hit hard like suppose pull blows nose like uncle l said im rippin shows five percent biz im adding woes thats way goes think rank never drank point blank loans suckers got running bank civil liberty cant see pay fee never saw way pay sap read law become victim lawyer dont know ya never saw ya tape cued getting sued playing games head judge said put red got thinking bout trigger lead educated mind say suckers gonna pay anyway gonna day cause troop roll posse whole ground ready go throw another round sick ride suicide side town find way shut em shut em shut em shut em shut em shut em shut em shut em shut em hold come alright yall alright yall come hey count money neighborhood spending money end looking friend war core ripping poor stores get brother kicking doors figure get bigger look em dead eye wince defense pressurized dont really want another racial attack disguise give money back like nike wait minute neighborhood supports put money corporations owe gotta give dough town else gotta shut em shut em shut em shut em shut em shut em shut em shut em shut em alright yall one time go alright come uh get hold come uh wait minute huh hey hey hey yeah yeah know got soul pump beat pump beat fall beat yall im bringin low bringin low bringin low yall howdy yall bernie crosshouse truly kkk id like express deepest gratitude destruction inferior nigga race im especially pleased report destroyin without help gangs hoodlums drug pushers users worthless niggers killin wed like thank yall savin us time trouble legality final chapter riddin yall face earth solution problem greatly appreciated keep sellin us soul thank ya", "911 Is a Joke": "hit somebody call ambulance theres minute spare dont worry theres minute spare dont worry going going gone dialed 911 long time ago dont see late theyre reacting come come wanna get morgue truck embalm goner dont care cause stay paid anyway treat like ace cant beat trey use number use people life line youre dead today latecomers late coming stretcher thats body bag disguise yall ill betcha call em body snatchers cause come fetch ya autopsy ambulance dissect ya kings cause swing amputation lose arms legs miscalculation prove watch rotation adds fucked situation get get get get 911 joke yo town get get get get late 911 wears late crown get get get get 911 joke yo town get get get get late 911 wears late crown 911 joke 911 joke everyday dont never come correct ask man right broken neck hes witness job never done wouldve full effect late 911 joke cause joking token life croaking need pawn shop 911 joke dont want em call cab cause cab come quicker doctors huddle call flea flicker reason say cause flick like fleas laughing youre crawling knees strength go length thinkin first really tenth better wake smell real flavor cause 911 fake life saver get get get get 911 joke yo town get get get get late 911 wears late crown get get get get 911 joke yo town get get get get late 911 wears late crown ahh flavor flav says ahh get get get get 911 joke yo town get get get get late 911 wears late crown get get get get 911 joke yo town get get get get late 911 wears late crown"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/puff-daddy.json b/lecture/lecture-9/rappers/rapper-data/puff-daddy.json new file mode 100644 index 000000000..84abd4ecc --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/puff-daddy.json @@ -0,0 +1 @@ +{"I'll Be Missing You": "every day wake hope im dreamin cant believe shit cant believe aint sometimes hard nigga wake hard keep goin like feel empty inside without bein would anything man bring back id give shit shit dont mean nothing saw son today look like greatest youll always greatest miss big cant wait til day see face cant wait til day see face yeah right goes everyone lost someone truly loved seems like yesterday used rock show laced track locked flow far hangin block dough notorious got know life aint always seem words cant express mean even though youre gone still team family ill fulfill dream future cant wait see open gates reminisce time night took friend try black plays real feelings hard conceal cant imagine pain feel give anythin hear half breath know still livin life death every step take every move make every single day every time pray ill missin thinkin day went away life take bond break ill missin kinda hard around know heaven smilin watchin us pray every day pray til day meet heart ill keep friend memories give strength need proceed strength need believe thoughts big cant define wish could turn back hands time us six shop new clothes kicks takin flicks makin hits stages receive still cant believe youre gone give anything hear half breath know still livin life death every step take every move make every single day every time pray ill missin thinkin day went away life take bond break ill missin somebody tell one glad morning life know ill see face every night pray every step take every move make every single day every night pray every step take every day passes day get closer every move make every single day seeing miss big every night pray every step take wont stop cause cant stop every move make every single day thats right every night pray every step take every move make every single day miss big every step take every move make every single day every time pray ill missin thinkin day went away life take bond break ill missin every step take every move make every single day every time pray ill missin thinkin day went away life take bond break ill missin", "Victory": "one one two check right yo yo sun dont shine forever turn track little bit long might well shine together ears better never business pleasure mic loud beats isnt loud p diddy fam know better yeah right matter air tight hear somethin make sure hear right dont make ass outta assumin yeah mic lower turn mics music keeps movin provin turn shit way yeah know im two levels baby musics gettin louder hug baby ima make love baby shit hot talkin crazy aint gon get nuthin choked uh huh uh huh uh huh jealousy gonna leave broke thing left god cats big know hard cats ima win cause im smart cats makin facts rakin plaques commission ask permission hit em dont like hit wifey heard us murderous shady low lately feds hate son say killings blatant hesitatin im mama crib waitin duct tapin fam destiny lays hands gat lays waist francis izz h phenomenal gun rest vest abdominal rhyme bars could buy cars kick flows could pimp hoes excellence presence never tense never hesitant leave nigga bent real quick real sick brawl nights perform like mike anyone tyson jordan jackson action pack guns ridiculous im quick bust ends touch kids girl touch world clutch two auto matoes used call fatso call castro rap flows militant yall faggots aint killin shit oops cristal keep spillin shit overdid holmes danger zone shouldnt alone hold hands say like shady frankie baby fantastic graphic tryin make dough like jurassic park quick spark kids start shit see underboss holocaust truly frank white got real live shit front back people world fuck niggas niggas fuck bitches bitches got real live shit front back people world fuck niggas niggas fuck bitches bitches put money table get math break split get laugh see later dog ima get stash theres bed full money get ass never lose passion go platinum said id live til cash gone aint funny use plastic craft make classics hotter acid p rollin tape cd billboard killa team illa fam ammo every channel hot long time burnin like candle check distribution songs bump houston like scarface produced em aint gotta like mad cause tell tell might got shit mapped tight brass knuckles flashlights heaters two seaters two miras senoritas kiss rings meet us p diddy run city show pity im witty one franks crook brook mad broke neck coke connect respect squeeze til yall diminish shootouts twenty minutes finish venice took loot escaped coupe break bread kiss peniro sheek louch black rob joined mob aint replacin niggas step macin placin fune rals criminals turned aroused brick city nobody come like p diddy business wise play men hide money island cayman yall betray men spray men position competition another day life commission got real live shit front back niggas world fuck niggas niggas fuck bitches bitches got real live shit front back people world fuck niggas niggas fuck bitches bitches got real live shit front back people world fuck niggas niggas fuck bitches bitches got real live shit front back people world fuck niggas niggas fuck bitches bitches ayo hear ayo turn nobody hear thats good fucked yall know fucked right fuck ima ima yall hear got real live shit yall hear fuck yall niggas wanna fucked ima huh ima fucked", "I Need A Girl (Pt. 2)": "yeah bounce right time move time strong dont stop straight top someone truly understands treat man need girl made believe happy go head mommy breathe go head mommy breathe dont stop straight top go head mommy make hot need love thats gon make heart stop need simple five foot five dimples potential wife credentials know life im life ive trifilin mental ride g force fly times get hard cry die white beach sands lye advice forget limelight lets make love listen frank white tight understand life need oh baby pretty woman next share dreams believe maybe could start family someone truly understands treat man need listen say come whole day wanna lay round sip coladas dipped prada im smooth erik estrada dipped dollars vegas nevada bubble bath champagne glass bout size campaign ad dont know look love crime crook cause mommy ive done around world seened lot places around girl believe read faces tell dont want prevail learn lesson watchin sean stressin listen start guessin mommy aint ready ride start dressin need girl receive moms blessin confession love contestin need affection yes need affection lets go mario girl hell mind could dumb im blind theres something leaking mind dont look good always getting weak aint need baby pretty woman next share dreams believe maybe could start family someone truly understands treat man need ay yo sun dont shine forever long might well shine together never mind weather go somewhere get minds together build love thatll last forever lets stop pain stop rain put stress rest girl stop games name spot mommy got plane roll rough got range got thangs knowned put rocks rings pushing hundred foot yachts thangs man dont play ever saint tropez seen brotha play mandolay girl wanna look eyes watch sun rise lies tears cry reasons leavin believe love till day stop breathing love girl need pretty woman next pretty woman next share dreams believe wake morning maybe could start family wanna see pretty face someone truly understands treat man oh yeah oh yeah need pretty woman next share dreams believe someone truly understands treat man need baby pretty woman next standing next share dreams believe wake morning maybe could start family wanna see pretty face baby someone truly understands treat man oh yeah oh yeah need pretty woman next", "I Need a Girl (Pt. 1)": "yeah come need want need girl ride ride ride need girl make wife need girl whos mine mine need girl life yo im internationally known microphone got really need wife home dont really like zone never spend night alone got would like bone chicks romance dont tickle fancy tiffany nancy thats plans need girl could stand raise family go trips delancey trips grammys cause girls confusin dont know really love usin maybe money maybe aint used cause depressed abusin thats need girl true know bout game know without girl side shitll ruin forget world girl lets ride need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life yo done met lot women lifetime see lot women got right mind done pretty chicks right features hood rat chicks rock sneakers cellphones beepers know treat ya break heart shell walk leave ya find girl ima keep cause im gettin money game gettin deeper yo real shit need somebody could chill need somebody could build need somebody could hold tight winter time full length snow white anytime together feel right girl lookin whole life god bless im glad got insight girl understand life need girl need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life girl wouldve died didnt preciate made cry every night tears eyes caught case shorty took whole ride first friends became lovers girl like brothers night would play fight covers gone cant love like really wanna every time think pretty smile used drive whole city wild damn wish wouldve child pretty little girl diddys style shit wild days reminisce way use kiss pretty lips long happy ima tell love girl youre one always miss love yeah need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life need girl ride ride ride need girl make wife need girl whos mine mine need girl life", "Hello, Good Morning (Remix)": "hello good morning tell lick read pretty face thin waist sick weave first time fish tailing 6 speed real bad boy tell em come get im fight kinda like bellmen took trip truck twice unpacked mac 11 air maxs stuff six figures damn air mattress uh im love large bills dime fat ass thin waist tall heels yeah teflon hundred carats charm trying give back sean hello good morning lets go lets ride hello good morning hello good morning know youve waiting cause seen watching lets go lets get popping cause ive leaning bar looking cleaner star broads wont give props 25 bank stunting ass mad cause bitch wont stop got boyfriend feeling like groupie stuntin like looking like movie everybody know truth blow cause im blowing ohh wee hello came little bit self centered kill queen alexander mcqueens got wrists glow bottles po got shimmy shimmy ya shimmy ya shimmy yo fuck look like bitch run town aint coming less hunnid thou man last time checked bubbling bout turn shows dublin wait wait hol maybe aint get like eleven hundred horses switch gear swerve sorta like missed deer press little button sit back chair bitch cause get got billion dollar credit got million dollars could put bet like hello hello never could salute young money youth dem hello good morning lets go lets ride hello good morning hello good evening blow feindin vause know really needed im one wanna right baby dreaming wake turn lights cause ive leaning bar looking cleaner star broads wont give props 25 bank stunting ass mad cause bitch wont stop got boyfriend feeling like groupie stuntin like looking like movie everybody know truth blow cause im blowing ohh wee hello hello good morning lets go lets work hello good morning lets go lets work hello turn little bit dont think hear check bad boy bitch lets work come lets work non stop lets rock lets work make feel good dont stop see lets work dirty money uh fly baby momma cry like jodeci notice pull club coldest v ugh literally though little know nigga diddy flow nigga diddy go hard like crowbar still getting dough woah woah woah yeah like feel nothing save ya dirty money", "Coming Home (Dirty South Remix)": "im coming home im coming home tell world im coming home let rain wash away pain yesterday know kingdom awaits theyve forgiven mistakes im coming home im coming home tell world im coming im back belong yeah never felt strong im feelin like theres nothing cant try put hands high ever lost life ones hear tears clown hate song always feel like talking comes another day another dawn another keisha nice meet ya get math im gone posed club lights come easy puff harder sean twins ask aint marry mom respond son stares face like says wants like hes grown shit aint finished growin another night inevitable prolongs another day another dawn tell keisha teresa ill better morn another lie carry need get back place belong im coming home im coming home tell world im coming home let rain wash away pain yesterday know kingdom awaits theyve forgiven mistakes im coming home im coming home tell world im coming house home hate song house really home loved ones gone people got nerve blame know woulda took bullet saw felt still feel money cant make conceal deal keep ballin pour liquor play boy keep ballin baby weve living sin cause weve really love weve living friends youve guest home time make house pick phone come im coming home im coming home tell world im coming home let rain wash away pain yesterday know kingdom awaits theyve forgiven mistakes im coming home im coming home tell world im coming aint stopping us love song whenever comes makes feel strong thought told yall wont stop til back cruising harlem old blocks made saved drove crazy drove away embraced forgave shortcomings welcome homecoming yeah long time coming lot fights lot scars lot bottles lot cars lot ups lot downs made back lost dog stand better man thank lord im coming home im coming home tell world im coming home let rain wash away pain yesterday know kingdom awaits theyve forgiven mistakes im coming home im coming home tell world im coming", "Can't Nobody Hold Me Down": "bad boy aint gon stop sean hot track melt like hot wax put stores bet could shop leave nigga hot hat fronting like bad boy aint got tracks theres guy slicker young fly nigga nickel nine nigga floss die quicker fed time outta town pie flipper turn cristal crooked sipper everybody want fast see cash fuck around weak staff get heat rash anything bad boy way smash hundred g stash push bulletproof e class im bein player baller want one bad bitch spoil mase wanna one respect even youre vexed rock versace silks steel v neck got green never seen suck jewels clutch uz anything touch bruise puff make laws nigga fuck rules goodfellas know cant touch us dudes dont push us cause close edge tryin lose heads hah hah hah hah broken glass everywhere aint money puff dont care im goodfella fly guy sometimes wiseguys spend time h w mase please stop smoking la la puff try im thug imma die high jersey puffin hershey brothers aint worthy rock derby though im never drug free im club g though know thug wantin slug could move smoove bugsy bar much bubbly yo think must girls want lust simply girls love brothers wanna rock rolls rock clothes rock ice pull glocks stop life im like damn niggas got trife used man gonna plot wife think snake cause hate got phd player hatin degree cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin quit big cat chicks whips wherever get stacks imma fix everything thats big dreams dont knock cause youre boring im record sales soaring straight touring simply lot men wantin hear cause words dont offend spend cheese west indies come home plenty cream bentleys name could claim young black famous money hangin anus need hit go get bet us make hits thatll rearrange whole set got benz aint even drove yet dont push us cause close edge tryin lose heads hah hah hah hah get feeling sometime make wonder wanna take us wanna take us get feeling sometime make wonder wanna take us wanna take us cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin", "Young G's": "uhh check uhh steps mos hoes baby fuck pretty shit taking back gutter motherfuckers niggas know deal niggas know live bedford stuyvesant livest one peep game uhh world like mars spit bars come fuck stars luxury cars built radars stay free cops crucial choices make like c drop gonna stop shit man squad go broke squad oughta choke watch circle vanish like cigar smoke aint joke ones dont show nigga know might say done like dre hard work earn vault promise god never look back turn salt got nice watches nice cars nice bitches rings guess safe say nigga like got nice things cant relate motherfuckers aint go cake fucked cant get break fake ass friends dont help need real bullshit politely tell beat fuck get nigga dont ask shit thats asking hits nigga simple fact let known still fly separately cause charter propellers goodfellas leave em player haters jealous billboard charts tell us cant touch us niggas bring ruckus release dates bigger mandelas motherfuckers ghetto boys living ghetto streets every day gotta fight stay alive reality yeah make deal check heres dog years motherfuckers dont shed try bring life motherfuckers want dead travel barrel chrome lead cause shots flown head rich poor saved blown bread say way zone said jiggas zones like falling rome reoccurring thinks like cause hes observant wont known im gone niggas study bones mentally many places im brooklyns physical unseen like allahs body fact thoughts dont differ much godbody r shottie got cats likening mob john gotti rap dudes biting cause got locked like late bob marley pardon yall great bob marley solemnly mourn rappers thats gone niggas got killed field babies born know aint fully prepared new world order keep ghetto like sunflower seeds quarter waters walk em know talk em know beats music whenever talk destined greatness yall knew doubled pie shorty girdle coming b w school hated algebra loved multiply told nigga big id multi die gon happen whether rapping clapping way cause thats dough youre trapping im clapping way ghetto ghetto boys living ghetto streets everyday gotta fight stay alive reality damn feel good see people flipped two keys two weeks didnt flaunt brain haunted mean dreams gss bbs supreme schemes get richer richie quickly niggas wanna hit get dress body linen armani check lyrical carjack make brains splat high caliber gats fuck peep rough shit circumference mad bitches mad lucci bulletproof vestses coogis spittin uzi dont lose trigger niggas represent driving dirty j 30s gettin bent hit hoes murder mamis smokin trees belize find still killin niggas punani like heiny cyrus cypress fuck raw floor virus slang coke smoke pounds choke got lawyers watching lawyers wont go broke check country niggas call frank white im squirtin loft course know shits tight sunrise open eyes surprise got shorty flyin keys taped thighs utensils hang china thing half black half oriental eighty six got rental situation aint accidental young gs perspective ugh young gs perspective ugh ghetto boys living ghetto streets everyday gotta fight stay alive reality reality ghetto boys living ghetto streets everyday gotta fight stay alive reality", "Last Night": "last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child know hear know feel cant live without girl please make better wish wasnt way told told twice see eyes im cried nothing say youre everything wanted could see belongs love much im yearning touch come set free forever ill baby wont come take pain away last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child need need plain see would never let go always love could see heart belongs love much im yearning touch come set free forever ill baby wont come take pain away last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child tell words say make come back dont break like matters id rather stay home im never alone dont wanna wait til youre gone whatever dont leave last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child need need plain see would never let go always love could see heart belongs love much im yearning touch come set free forever ill baby wont come take pain away last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child dont pick phone dial number call baby im waiting dont pick phone dial number call baby im waiting phone dialing ringing hello hey whats ive tryin reach night shit aint funny picking motherfucking phone better stop fucking playing niggas feelings like know much love right couple seconds though couldnt get touch im ready come house shoot motherfucker better fucking get house laughing thats really goes right", "Been Around the World": "mase know im saying got niggas dont like whatever reason got niggas dont wanna see rich got niggas thats mad cause im always bitch got niggas dont like know phd niggas know pop lot shit back though see difference lot niggas pop shit lot niggas dont make hits like whole bad boy shit come bring yall niggas bi puff lox whoever black rob wanna dance dance trick lace aint mase got lot girls thatd love replace tell face boo behind back niggas talk shit never mind funny never find puff dime stack write hot shit make nigga say rewind niggas know go harlem gigolo getcha ho lick low make bitch hit door represent honeys money fly guys gems drive tints thirty five percent hoes hope lay look ways cop says okay tint smoke gray way nigga leave without handing shit got plans get land six niggas outta penll understand shit pop champagne like championship around world playa hated dont know dont know want us faded dont know hate us ladies drop mercedes baby baby one bedroom dreaming million im beach houses cream ceiling gentleman living tenements im swimming women tens went bad boys crushed linen men divi dends new benjamins hoes complexions like cinnamon mase got hoes well nigga send em waiting let freak show begin came truck mercedes cmere baby dont like way hot hazy never shady must crazy ridiculous put lips dont kiss right girlfriend im ticklish switching ves wrist full gs nigga please im macaroni cheese around world playa hated dont know dont know want us faded dont know hate us ladies drop mercedes baby baby puff rule world even though im young make biz see ladies cum get em strung tip tongue lick em places niggas wouldnt dare put faces die hope remake flow brand new treasure old try throat dry even smoke lie eat mami chocha drive loca never ride far packed five car save money drinks im buy bar everywhere drive im star little kids corner scream thats car days couldnt fly im ti come clubs bi nigga vi rock tons gold nuff money fold roll way wanna roll break hundred toll around world playa hated dont know dont know want us faded dont know hate us ladies drop mercedes baby baby ok messages well back mad rapper brother mad producer applause ok sit back relax enjoy well get take sip water deep breath thatll welcome back see im trevor jones im sitting ive conversing mad rapper hes still pretty mad time brought someone else quite frankly hes even madder mr producer mad yo iiiiiii imma imma keep real simple yeah tell niggas mad son tell niggas mad son tell em mad son word tell em mad son youknowhatimsayin iiiiiii iiiiiii culture youknowhatimsayin dont dont dont dont dont recognizin new jack shit yo dont play dont play shit youknowhatimsayin nigga bullshit youknowhatimsayin aint dont shit word yeah aint real producer neither come find youknowhatimsayin brother hipped nigga tryin rap oh yeah thats shit got mad thats shit got mad thats shit youknowhatimsayin youknowhatimsayin thats shit feds word youknowhatimsayin im watchin nigga video youknowhatimsayin got mermaids swimmin living rooms shit like youknowhatimsayin nigga dancin rain kids climbin mountains shit youknowhatimsayin im im im watchin nigga video car goin two hundred miles hour fuck goin nigga climbin fuckin car let see try shit train youknowhatimsayin try shit fuckin train kind shit youknowhatimsayin got thousand niggas write let write son shit jumpin got john blaze shit"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/queen-latifah.json b/lecture/lecture-9/rappers/rapper-data/queen-latifah.json new file mode 100644 index 000000000..0da5aca4b --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/queen-latifah.json @@ -0,0 +1 @@ +{"U.N.I.T.Y.": "uh unity unity thats unity unity love black man infinity infinity unity unity thats unity unity love black woman infinity infinity unity unity thats unity unity love black man infinity infinity instinct leads another flow every time hear brother call girl bitch ho tryna make sister feel low know gots go everybody knows theres exceptions rule dont gettin mad playin cool dont calling name bring wrath disrespect like dame thats im talkin one day walkin block cutoff shorts right cause crazy hot walked past dudes passed one em felt booty nasty turned around red somebody catchin wrath little one said ha ha yeah bitch laughed since boys tried break fly huh punched dead eye said callin bitch yeah unity unity thats unity unity love black woman infinity infinity unity unity thats unity unity love black man infinity infinity hit bottom aint nowhere else go bad days work give attitude erupt take thats enough put hands ill put ass handcuffs guess fell deep love grew dependency blind see affectin knew man scared let go even though treated bad dont want see kids see gettin beat daddy smackin mommy around say im nothin without ya im nothing ya man dont really love hits ya notice door im takin im personal whore thats im nothing good gon come ya til right brother wait see unity unity thats unity unity love black man infinity infinity unity unity thats unity unity love black woman infinity infinity whats goin mind ask ya like yo yo dont hear though wear rag around head call gangsta bitch saw apaches video saw wildin actin like fool peeped window jumping girls school come minute ago nerd nobody ever heard ya wannabe hard barely know abcs please theres plenty people triggers ready pull tryna jump front bullet uh real bad girls silent type aint none worth gettin face sliced cause thats happened homegirl right got wear life unity unity thats unity unity love black woman infinity infinity unity unity thats unity unity love black man infinity infinity", "Living Single theme song": "check check check check check check want free position living single yes living single life yeah living single ooh nineties kind world im glad got girls keep head keep head thats right whenever life get tough gotta fight homegirls standing left right true blue tight like glue living single nineties kind world im glad got girls haaaa", "I Know Where I've Been": "theres light darkness though night black skin theres light burning bright showing way know ive theres cry distance voice comes deep within theres cry asking pray answers ahead cause know ive theres road weve travelin lost many way riches plenty worth price price pay theres dream future theres struggle yet win theres pride heart cause know im going yes know ive yeah theres road must trave theres promise must make riches plenty worth price price pay theres dream yeah yeah yeah future theres struggle yet win theres pride heart cause know im going know ive yeah theres road must travel theres promise must make riches plenty worth risk chance take theres dream future theres struggle yet win use pride hearts lift us tomorrow cause sit still would sin lord knows know ive give thanks god cause know ive", "Ladies First": "ladies kick rhyme wicked dont know pros get evicted woman bear break take time rhyme relate sister dope enough make holler scream ayo let take queen excuse think im get precisely im conversating folks whatsoever clue listen carefully break merrily merrily merrily merrily hyper happy overjoyed pleased beats rhymes sisters employed slick smooth throwing sound totally yes let state position ladies first yes believe say woman great see know fellas agree one one time loving woman gets strong stepping strutting moving rhyming cutting forgetting ones give birth new generation prophets ladies first break lyrical freestyle grab mic look crowd see smiles cause see woman standing two sloppy slouching something wont think cant flow stereotypes got go im mess around flip scene reverse little touch ladies first said ladies couldnt make must blind dont believe well listen rhyme ladies first theres time rehearse im divine mind expands throughout universe female rapper message send queen latifah perfect specimen sister get sure monie love grab mic get dumb yo praise simply born l n n sound american dig exactly im coming want righteous rhyming imma give enable aid get paid material meaning wish slay pay every bit attention like mother like daughter would also like mention wish bring bring rhythm systematically given desperately stressing im daughter sister whos mother brother whos brother another plus one four job respect due mother whos root next n e l v e im first cause im l e contact fact style gets harder cooling scene european partner laying track track waiting climax get thats tax next man next woman doesnt make difference keep competition coming ill recite chapter verse title recital ladies first step night queens civilization mic scene right crowd hype expel wack bite cause im type swaying beats 45 king style wants sing swing meanwhile footnote opposite sex monie ripped mic rocked next plex never catch worst get drift ladies first", "Big, Blonde and Beautiful": "yeah well well owww yeah yeah bring pecan pie pour sugar sugar dont shy scoop mess chocolate swirl dont stingy im growing girl offer big love apology deny world afraid throw weight around pound pound pound im big blonde beautiful face fact simply irrefutable one wants meal offers least girl serving whole damn feast slice piece hog head cheese take look inside book recipes dont sniff around something fluffy light need man brings man size appetite ill use pinch sugar dash spice ill let lick spoon tastes nice well keep oven til good hot keep stirring til hits spot im big blonde beautiful nothing bout us thats unsuitable sit bleachers timid afraid edna look like whole parade say white might thin well thats bull cause ladies big back black beautiful shapes sizes follow wants twig climb whole tree yeah yeah yeah yeah yeah yeah oh yeah groovy baby groovy", "When You're Good To Mama": "ladies gentlemen keeper keys countess clink mistress murderers row matron mama morton ask chickies pen theyll tell im biggest mother hen love love system works system called reciprocity got little motto always sees youre good mama mamas good theres lot favors im prepared one mama shell one say life tit tat thats way live deserve lot tat ive got give dont know hand washes one youre good mama mamas good want gravy pepper ragu spice mama shell get hot pass basket folks contribute put mama shell put folks atop ladder ones world adores boost ladder kid ill boost lets stroke together like princeton crew youre strokin mama mamas strokin whats one conclusion bring number youre good mama mamas good", "Just Another Day...": "gon take one 275 halsted 384 stuyvesant gon take 155 morgan 144 harrison another day living hood another day around way feelin good today feelin lovely yay another day living hood another day around way feelin good today hear im stay well beautiful day neighborhood beautiful day neighborhood cant go wrong feel strong flavors good im whatever comes way hip hop hooray latifahs vacation im plain old dana today strap step every direction glock tecs jimmy hats case need protection land cruise pump sounds play wanna bes kid m3s getting jacked right front play tec close fingers trigger dont wanna get wet steps cause mines slightly bigger better yet im threat better walk get sketched chalk cause dont wanna talk stay true blue im hoping got fever flavor woo woo back block time play another day around way hey time chill hit hill uptown lets peep sights shoot pool act fool cause tonight im knowledge easy easy watching cop cuff kid selling clip dt home flex get pressures chest slip tape hood hit next stomach ache head steak n take bean pie get final call brother bow tie im little kids dream fiend fun lots laughter moms pops playing son passed girls wake say died seven hit stray pray theres hood heaven fake brothers claim theres shame game know name show real nigga brain back block time play another day around way hey know gotta give props cant stop without yall ill nothin wreckin checks rhymin cuttin stages front pages phones beepers reason put queen front name latifah come real life perspective rule cause peoples around way remain cool back block time play another day around way around muthafuckin way another day living hood another day around way feelin good today im feelin lovely yay another day neighborhood another day around way feelin good today hear im stay another day around way feelin good today hear im stay cause another day neighborhood another day around way im feelin good today im feelin lovely yay feelin good today feelin good today know hoods okay gonna okay", "Come So Far (Got So Far To Go) (\"Hairspray\")": "hey old friend lets look back crazy clothes wore aint fun look back see done nights together special memory cant wait tomorrow long youre dancing next cause clear every year get stronger whats gone gone past past turn radio hit gas cause know weve come far weve got far go know road seems long wont long til time go days well take fast nights well take slow know weve come far baby baby weve got far go hey old friend together side side year year road filled twists turns oh thats road got us lets move past bad times memories fade lets forgive forget learn mistakes made cause clear every year get stronger dont give dont say get back road cause know weve come far weve got far go know road seems long wont long til time go days well take fast nights well take slow know weve come far baby baby weve got far go hey old friend come along ride theres plenty room jump inside highways rocky every much better ive keep movin speed heart compass youll ever need lets keep cruisin road cause rearview mirror shows whats gone gone gone got far go oh clear every year get stronger shine light take hand lets dance promised land cause know weve come far weve got far go know road seems long wont long til time go days well take fast nights well take slow know weve come far baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go", "Cell Block Tango (He Had it Comin')": "dana owens aka queen latifah yes im testify gotta speak behalf dont even know happened tell happened comin blame youdve youdve seen think would done mean imagine hittin woman takin picture fightin back think ass kickin think ass flippin stairs top smilin shoulda stopped wildin could picture tryin finish see pictured side law high heels leave holes youd thought gunnin cops comin aint runnin girl shoulda seen shoulda bobbed weaved cops came got couple clean hits word couldnt take abuse couldnt explain state troops know girl yeah go girl plus look real cute orange jumpsuits story im tellin aint changin nothin needed know honor comin blame youdve youdve seen think would done comin blame youdve youdve seen think would done aight aight lets get take mug shot hurry fingerprints blood clot lil kim aka sofia luchiani keep jumpsuit im rockin armani yeah bust warnin lawyer bail money mornin im guilty tryin protect mine aint fault ran knife 20 times luck bastard aint die woulda every day blacked eye broke nose til started bleedin kicked ribs choked til stopped breathin fuck im sick bobbin weavin threatenin kill threaten leave bid cause aint way gonna like ike oj comin blame youdve youdve seen think would done comin blame youdve youdve seen think would done constantly accused mentally abused many shoes felt caught worse case puttin tired ass first place flippin bought condoms aint used one two missin made new mission catch cheater use coast shouldnt smell lever know dont smoke shouldnt smell reefer catch cheatin shouldnt yell either run quietly choke silently might sound cruel gotta love irony explain came back trip come home please aint followed guidelines forgive honor ran knife five times comin blame youdve youdve seen think would done comin blame youdve youdve seen think would done comin blame youdve youdve seen think would done", "Name Callin' Part 2": "today im queen sista role model friend today im bitch thatll shoot fair one dont exclude men wanna test come test weak songs weak shows reincarnated ill pimp slap shit weak hoes freak shows make em leak holes aint talkin shootin free throws coming stage clothes shit fuck said cant beat break took long album drop thought died missed wake dont spit subliminals doubt way dont walk around wondering fuck im talkin bout im trippin heard rippin im breakin bitches sending back first career stripping lap dancing five cents vips make rent look im platinum wondering fuck time went hoes oppose queendom wanna bring plate aint got shit else niggas dont exclude wont duck yeah thing worse bitch nigga pretty motherfuckers dressing part heart gettin hot niggas rap wit em fuck lot wack niggas went platinum tour girls get manicured better leave security might knock door get dont put past shine apache many left stitches let get back bitches im sick hoes poppin bullshit radio videos like theyre ones tv shows want got could fight everyday lotta bitches acting im one gettin paid hoes saw set dont make braid hair back let cleo ho dont start wont get knocked knowin diva diva diva bitch recognize queen latifah ill give raw trojan legs thing spose keep open jokin smoking good shit get good kick yo ass playin close like siamese wantin try im leavin hoes see ivs ever said beat lied bitch need put tv guide turn tv see 3 thought shit would easy believe name aint khadijah aint living single fox network fuckin wit expert get yo ass laid rest cave yo chest bitch niggas gettin robbed avirex pay yo debts ima yo pockets dent yo mouth bitches wanna gossip poppin shit dont know steelo make shit legit ride dick dough ho dont need tight clothes cover half assed flows yo knees way hoes gon blow saying yo"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/raekwon.json b/lecture/lecture-9/rappers/rapper-data/raekwon.json new file mode 100644 index 000000000..d5e7f3899 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/raekwon.json @@ -0,0 +1 @@ +{"Ice Cream": "throw money ice cream man coming watch rap niggas get guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck wu tears yo honey dip summertime fine jheri dripping seen pitkins bunch chickens youre cliquing kept shooting strong notes got close rocked rope honey throat smelling like impulse whole shell babys wicked like nimrod caught like freshwater scrod may god attitude rude boo crabby like seafood turns like vines cee allah rule call starky love hon check strategy means shirley temple curls done billie jeans black mrs america name erica right true lazy eyeball small feet six shoe caramel complexion breath smelling like cinnamon excuse hon mean harm turn around goddamn backyards banging like benzi jiggy youd spotted like spuds mckenzie im high powered put adina howard sleep yo pardon bitch mind week uh back maybelline queen lets make team anything world except cream wanna wanna lets go ahead walk dogs represent wu watch rap niggas get guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck tears shaolins finest boo peace highness yo im lounging big dick style yall niggas flyest moves youre making fly jewels shaking rape patient youre looking good fly colored asian ghettoes hometown go whole round im shooting downtown im rocking hats wig intact whos queen bee chick eyes pearly black freaks moving fly sneaks two finger rings gold teeth aint afraid hold heat step square dear better cream share ricans ven aqui yeah watch rap niggas get guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck tears black chocolate girl wonder shake ground like thunder politic deficit step give number sexy persuasive tatas thighs catch eyes like pies want bodily surprise double time ice cream got falling like cripple love like love dick size ooh baby miss sweet tender touches take pulls dutches orgasm mind state masturbate clutches want self like wealth play closely bitches paranoia sting want hard dozen wanna calling cousin thirsty catalog baby shopping spree youre loving call wanna get dug like pockets jizz em like giant break wombs sockets wu tang cut real niggas afterparty bitches wantna fuck watch rap niggas get guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck tears ice cold bitches melt clutch want titties sucked ice cream yeah guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck tears ice cold bitches melt clutch want titties sucked ice cream one love chocolate deluxes keep nails done wigs tight word one love butter pecan ricans calling papi thats real one love caramel sundaes cherries top yeah big french vanillas parlez vous francais mi amor merci oui oui bon bons good stuff good stuff", "Verbal Intercourse": "tricks tricks baby yeah ayy yo rae check yall science tony starks umm lex diamonds nigga nas word stay wise types shit yo son hit kids mad couldnt know story right show crabs rhyme shake nigga joints like five percent hundred em baby lights cameras action glamor glitters gold unfold scroll plant seeds stampede globe im deceased beast arise like yeast conquer peace leaving savages roam streets live run police paying give gun trick wisdom system imprisoned son smoke gold leaf hold heat nonchalantly im raunchy things real never haunts funny style niggas roll pile rooster heads profile bus rikers isle holding weed inside pussy minds pretty things life props true thugs wife like cycle niggas come home somell go bullet come back shit womb tomb presume unpredictable guns salute life rapidly thats ritual perhaps bullets bust niggas discuss mad money true lies white guys see eyes catch tape kilos disintegrate pyrex pots break fiends licking plates building niggas building like little children staring older niggas aint caring sirens circling fiends lurking baggage oh ones gone smack cabbage woodwork crack sales bubble like woolworths projects richest niggas rocking real worth police questioning rooftop cats invested trading lexuses gss sending messages two two makes four cristals crazily pour gun wars crew feel em like swords green leathers hundred pound snakes cakes fiends found lakes jealously jakes shake strive live infatuated material things wild life war like somewhere rainbow see big pot gold future stacks hold thousands cracks bagged inside shoebox dont keep jack lab dont wanna see 2pac got two spots new lots flooded rocks shootouts making hot crooked cops bag tony ball drop denial im banging niggas slot time hurry duke im next line fuck looking way young blood hit green bay hat watch back inside hall new niggas slide like doors yo youre staring mess hall adrenaline runs cigarette niggas swindling new jacks surrendering come home remembering made bail different size kicks white dress shirt looking gay yard got hurt flashbacks day room mop wringer style faggot ass got bashed trying turn dial told boo wildin heard wu blue familys shaolin high class cooks throw vests phone books infirmary niggas screaming got juxed sharpened toothbrushes one ninety mixed baby oil shit mans kitchen stashing ice picks well ima end big red cherry top nas rae got best product block cream whole team eatin good shit good shit nigga next time reload shit keep eyes open wallet front pocket rza ghost chef nas niggas profit", "Guillotine (Swordz)": "allow demonstrate skill shaolin special technique shadowboxing poisonous slap yall slap yall niggas comin fuckin face shit yo man go ahead poisonous poisonous paragraphs smash phonograph half inspectah deck warpath first class leavin mics cast causin ruckus like aftermath guns blast run fast comes verbal assaulter rhymes runnin wild like child walker scored inner slums abroad thoughts razor sharp slice mic cord first criticize become mentally paralyzed hits devise testify best rebel ins highness blessed electrify voltage eel truth reveal crush amateurs scream keep real caesar black hoodied fatigues part time minor leagues receive third degrees attack like wolf pack pull back god u bust like fullback yo fourteen carat gold slum computer wizard tappin inside rap vein causes blizzards wildlife kills ice trife like digits gorillas injected strength eighty midgets earth spins ruins rap exotic blends let peeps niggas gaspin swallowin aspirins dosage overdosed rap high explosives posters hypnotize hypnosis sell goods whole clan run like natural born killers record breakin album thriller got access tear gas bombs rocket launchers flow like dough killa beez sponsor entrepreneur pens gear like shakespeare fuck grab hair collect drawers souvenirs fuck yeah crew german beers careers based guns throwin cats wheelchairs et cetera damage lame ass competitor try front get broken fast like leathers whatever hot hard heads get shattered like mirrors beretta shots splatter goose scatter feathers say never poetry chumps crumbs deal graphic flew family overseas im maxin rap crack fully packed id tall caps taxin kingpin rap drug traffickin village niggas get slapped manhattan rappin big ghost steps laughin ha using wu tang school method ive learned many styles forgive sit back relax fake niggas dont get turns watch massage brain slang thats king projects filled young men cause threats thousand dollar chains tecs focus brokest niggas life shit mics like cocaine son check suicidal hype shit exchange mad blunts tapes sweepstakes keepin fakes outta state cakes doubt plus nobody amount makin dough puttin fifty land allah like pull ya shoes black matter fact adapt tie black nikes tight hats corners stay surrounded foreigners dread feds caught bredren bread regardless peace jail niggas charges unify layin yard la clan done ran japan atlanta stanima slingers gamblers gram handlers tical light owl cigar lets get steamed infrared guard beam seek nuff respect rude bwoy bet keep movin mashallah pro black like tar designin fly shit stay shinin rza pour beats cristals fine wine concrete raps go bat 50 niggas side map til good done want son mike tyson rap shit pullin macs fun nigga dont get mad got mad styles shown hands grip chrome microphone verbally catch bodies cordless shotties intriguin mcs keep em trained like potties bomb facts sword ax split backs visible like dope fiend tracks skys limit niggas timid nobody knows move like wolves sheep clothes producin data microchips software underground air land lost notorious henchman north strikin niggas mason dixon line cross", "Incarcerated Scarfaces": "looks determined without ruthless something heroic manner theres courage doesnt look like killer comes across calm acts like dream full passion dont trust huh well know supposed trust anyone profession anyway knock niggas box time niggas know motherfuckin repertoire big ones take care bi chef fly gi niggas yo yo yo time runnin real though lets connect politic ditto could trade places get lifted staircases word peace incarcerated scarfaces thug related style attract millions fans understand plan whos kid green land rza connect blow fuse lose half ass crews get demolished bruised fake fronting hourglass heads niggas wanting shutting slot time pumping poisonous sting thumps act chumps raes heavy generator yo guess whos black trump dough flowing hours wu got collars scholars word life peace power whole unit word quick set dont wet real niggas lick shots peace connecticut yo yo yo time runnin real though lets connect politic ditto could trade places get lifted staircases word peace incarcerated scarfaces chefll shine like marble rhyme remarkable real niggas raise spend money argue time uninvited go head rhyme bitch nigga mics getting fired fiends chicks burning like chlorine niggas recognize baltimore fort greene hold moet tasting like throw mob roll dripped death whips rolled never wins sliding dens timbs mac 10s broke friends got guns got guns son wanna battle cash see sons ill probably wax tracks smack rap niggas facts niggas lyrics wack nigga cant stand unofficial wet tissue blank busting scud missiles rolling like trump get meat lumped real slang rap democracy heres policy slide ring plus wallabees check status soon see caesars palace eating salads beating mics sending keys dallas move rhymes like retail make sure shit sell mans cell staircase stage minimum wage soon get article rap page need house gat ac bank account fat going like pardon french let speak italian black stallions wildling shaolin means island staten niggas carry gats mad police manhattan yo yo yo time runnin real though lets connect politic ditto could trade places get lifted staircases word peace incarcerated scarfaces barber shop niggas plaza catching asthma rae sticking gun flashers well dressed skating projects big ones broke elevators turn lights stick one upstairs switch like chameleon hit brazilians pass cash leave children leave building niggas yo folding like envelopes pressure like lou ferrigno coke yo africans denying niggas yellow cabs musty like fuck waving arms arabs sit back cooling like kahluas rocks crack spots rubber band wrap knots view bitches fuck dreads sudafeds pussys hurting yard feds word cousin nigga seen like 27 inch zenith believe yo yo yo time runnin real though lets connect politic ditto could trade places get lifted staircases word peace incarcerated scarfaces yo yo yo time runnin real though lets connect politic ditto get lifted staircases peace incarcerated scarfaces time runnin politic ditto incarcerated scarfaces", "Criminology": "told long time ago fucking little monkey fuck ayy ayy fuck think talkin huh wanna fuck fuck think fuckin bellboy dyou wanna go war dyou wanna go war well take war okay real yall takin another one son uh julio iglesias makin cream like nigga yo first son peep arson many brothers sparkin bustin mad light inside dark call dough snatcher brother rapture hang glide holdin strong hard capture extravagant rza bake track militant react like convict start killin shit manifested gods work like appliances dealin cypher revolve around sciences 9th chamber leave trapped inside hallway try flee got smoked doorway question send ass back right essence whole frame smothered dirt restin ill trapped sounds locked behind loops throwin niggas airplanes cause cash rules everything around black see swallow murder one verse like god degree analyze soundtrack satisfaction adapt like flashback chain reaction aks black bust back like seventy macs im street niggas knowin steez black ron g know coincide see marvelous menace society anyway lets toast champagne thoughts ghost max shotguns nose fuck rap hip hop put top lo wears tommy hil fly shit knot witty unpredictable live shit drive shit die shit ill take lye shit know im runnin penal foul fall child wild old lady snitched fuck know one love kid im doin bid much get cause six niggas got stuck nigga chain truck yo fuck criminology rap sneakers stay jet black floatin flyest ac nigga much love go new york city tommy hil ice rockin niggas", "Wu-Gambinos": "line work need help get tony wings name works drug ring central america wants kill information say yes one point five million right get want moneys object theyre clean serial numbers untraceable theyre explosive head bullets favorite yo yo yo get fuckin yo thats made glass man get big avias moms table man felt someone walk grave want change mind niggas greedy man damn big ass shits yo man aint smokin weed man chill man bobby steels sup kid yo lets cut pie five ways mmm came two mil kid fast doubt comin la cosa nostra johnny blaze lou diamonds tony starks universal frontier original bloodclat bad boys come get none want guns first set shit last run wu roll together one call brother son cause shine like one check scriptures hit body like sawed shotty like hair knotty nosepiece snotty fuck nigga hottie ho pussy probably burn like deserts mogabi real aint nothing fraudulent pioneer commandeer new frontier wu yeah 36 chambers fear huh lost information leaking faucets hmm time forfeit crown leave grounds theres new sheriff town holding two holster six shot smoker wanted dead alive bounty poster wild west student culture life test hold let nigga catch breath im still paying dues last one death back essence shit stressing rap profession peep tical son shaolin isle bless style criminology pays last times days johnny fucking blaze goes niggas know wu grow like yayo lay low plus cooling barbados ricans giving much shit touch shit stay cool papa seen enough shit back lab cracks bagged niggas act blow workers senoritas fucking storm buyin gods margaritas sucking dick whip long designed rhyme crime nigga jail time jiggas niggas hype vigors lighting niggas silks wally wear figaro chain yeah jakes beware black rap millionaires rock airs leather goose bears blowing year 1 800 gambino niggas yeah wu roll together one call brother son cause shine like one solid gold crown shining blinding like diamonds im reclining sky cloud silver linings double breasted bulletproof vested well protected heart rib cage chest solar plexus casting stones cracking two hundred six bones watch ass get thrown sea fire brimstone dare approach poems overfiend light nova beam gleam show em soldier mean grand exquisite imperial wizard rzarector come pay ass visit local biochemical universal giant black general licking shots davy crockett bicentennial happy millennium two thousand microchips two shots penicillin goes adrenaline son time bouting model youre resembling niggas like following trapped inside projects like genie inside bottle god stepping forth upon holy ground track sound surrounds hurts like im attack decided bite mic pain track wont deny fact im master lurks expert hurts individual tries visualize cause strike like thunder niggas couldnt stand heat unbearable wisdom fucks respitorial systems fractured killer tactics style ragged thoughts mad jagged enter entity vicinity three hundred sixty degrees humidity represent school hard knocks glocks clan hostile got mad moss blocks feel force impact iron side gat attack track blind side pack starks pass chrome watch nigga get blown motherfuckin dome piece deceased laid rest come get none want guns first set shit last run wu roll together one call brother son cause shine like one yo ayy yo got wing move give room holding saloon clean sweep like broom full moons make howl like wolf breath soley wu cords yall heard genius gef step back lab high velocity team make hand hand sales like pharmacy fuck geraldo pablos plan bro bravo goodfellas know bestsellers become novels man rocking headbands silk scarves jams early 80s british walkers playboys mocks shams laser beam vocalist well symphonies bad days watch snatch ice right outta tiffanys remember kids came eight million robbed brinks labelled royal pavilions flour heads must stupid tell fuck black niggas get caught loot kid theres jet money underground money submarines rings bad fucked dummies cosa cosa come", "Glaciers of Ice": "yeah yo son gotta take get clarks man yo check yo yo got new yoo niggas dont even know son yo check joint boom yo got crazy idea clarks check boom freak em boom go get go get cream joints right boom dye shit right boom know im saying color want itd like blue cream know im saying shit like niggas dont even know son word bond ima rock niggas summer real know im saying yo son crazy visions check check check boom imagine buy woo check imagine bought navy blue right navy blue navy blue pair right boom shit know im saying dyed get dyed cream top imagine color like got dripping like marble cake like know im sayin yeah yeah yeah yeah check yo yo yo yo stand block reebok gun cocked avalanche rock get paid mass murderous services chef break em watch alley cats bake em po nine made em drop grenades take em quick fast reflect like sky blue true wu tang saga continue rap meyer lansky crash fantasy gettin high fellas stand heres plan see sit back collectin tecs checks flowin slow montero flexin beats break heavily word ins bless throw like three bags sess real killah hill locked caged sworn representatives actin like made men strive wives nine lives lies max sellin enjoy highs treasure glaciers ice original man possess power hold gs guns grams baker baker pull keystone caper point baddest bitch crowd watch scrape proceed caution enter symphony degrees punishment increase intensely syndrome caused deadly drums battle swords bein swung slicin vocal international vocalist style local fuck offensive antagonist assistance movin motionless mysterious swiftness thoughts roll shaft brain mental gives signal physical whirlwind kicks hits every angle violent temperaments left continents dented poison vintage wine rhymes invented drunk drunken punches punctures heart vital sparks arteries stopped treasure glaciers ice original man treasure glaciers ice original man possess power hold gs guns grams straight good peace check cashin chain snatchin gun flashin niggas hoods bubblin goods analyze starks buying lion heads clarks house bitches starksll home soon im tour chill catch 96 june ten man team safe chill whips seven months get laced take boat cruise sip daiquiris max swimmin pools fly jewels wally shoes blow stacks relax kids black kids got cravin cris get back unpack leave mac wis whatever gotta hit sides earth spread wu ness rule civilizations cursed luckily im born wild move crowds collect twenty thou heavy convoys crew keep pretty boys paranoid built like steroid pat dan aykroyd seeds grow seeds marry seeds thats keep wu tang money family treasure glaciers ice treasure glaciers ice treasure glaciers ice original man possess power hold gs guns grams baker baker pull keystone caper point baddest bitch house watch scrape seeds grow seeds marry seeds thats keep wu tang money family long time since father left 69 long time since wu tang chance shine long time since diamonds gold drank cristal wine long time people walking around dumb deaf blind long time since son man chant like golden wine long time long time long time yo long time whats mind check respect heat holders respect heat holders", "Knuckleheadz": "let let hold one one two one two three nigga get get man ill smack smack fire fucking ass fuck think man get fuck man yo matter fact man back shit alright aint even enough bread right aint enough going shoot right yo niggas got big cream chill spark right tropical kid alright dont play like got flowerpot head kid real man chill lets go get money fast son know got kid trust lay crime scene sipping fine wines pulling nines ufos taking fly clothes eyes closed getting loot doubt check word mouth unheard guns go murder route im raps play part like get smart secret agent maze styles blazing johnny blaze tony starks days inn rhyming nigga lou diamond robert f like meth go fuck noodles poodles lockdown buying amarettos chewables smacking pharmaceutical rap niggas dust woos yo told killed robbed fold goals untold fuck beats parole stroll marvelous soul controller globe blow goddamn got sewn yo wop pop suitcase high talk walk fucking building get caught save fully inflatable rap relatable drug relatable niggas play hundred dollar rottweiler go spot sellers guns glocks niggas got props top jail niggas get mad bigger yo mail guy hundred pictures word mama rap wonder rhymer team got drama comma blunt smoke real ass marijuana chef maranzano boats across verrazano immaculate bust gun accurate get cream cuisine queens told money skated night beams two rings crazy fag im getting ready shit man niggas know step shit whos knucklehead wanting respect chop fingers drug game money well known lead singer humdinger flash aftermath heres photograph run lab take mask chas think fast dont laugh bag cash grab hash dont forget stash grab tear gas place face fast full blast skate next gate upstate heard got crazy weight bagged cakes crates like disco breaks yo look jakes give takes lets burn place motivate yo blake nigga dont fake rape mate bitch scream gods sake grab grey tape plate blow crushed flakes killer snakes four bodies found floating lakes drug related paper talking kids didnt make hits without trace never seen bricks see rae ghostface congratulations chef lets celebrate sniff eighth rap scar rap parmesan poke put seal silicone spark talkathon rap phenomenon correspond took arms hit hip horns rap chaperone scars tones bar thrown war tones raw tones blowing jawbones raps fraudulent plug rap coordinates reinforced suspense rap sword defense microphone professional sensational fully operational got niggas play know steez know whole program brothers lands want gs guns grams living fat like hoffa mafia sipping eating pastas laying house telling seeds sagas got dramatic thoughts got sporadic grabbed golden tablets quick guarded abbots slugs hit pelle punch hopes belly suckers tried knock box like skelly smoke weed trees drop top breeze honey dip spending gs nails hair weave crime boss taking loss excessive force play train back iron horse yo man know im saying fuck man", "Knowledge God": "plug word yo word know im saying know know baddest motherfuckin unit back days kid know know im saying miss niggas though believe ill never forget none em su tyrese size know im saying eddie motherfuckin wild ass niggas man know im saying l yo man shit wild though god know im saying god word know im saying let shit go count three though know im saying fake niggas throw shit drinks club nights snatch links politic africans chinks wide world sport niggas snort coke seconds niggas projects filled fiends injecting morphine god seen cream upstate cousin reek almost got hit fourteen chill pa godll star come home light bones let rock 3g stone see cousin yo working cats im jerking uptown niggas acting like hurting keys 20 brick colombians bullshit thats papi got hit stay tuned word hope see june way seen bitch cats room skied weaved fuck top look beat two crack fiends hugging seed took care though dont worry bout got back though yo whys niggas always yelling broke shit lets get money son wanna smoke shit chill god yo son dont chill allah whats todays mathematics son knowledge god fly like cashmere last year team caught bodies grasmere hit store owner named mike lavogna italiano slanted eye banging fat milano selling coke right bottle sometime nigga bought nines test mines crazy piece buying keys greece rich nigga picture nigga without dough figures condo chick rocking gold vigor mafia flicks tying tricks main hobby teaching seed wu tang karate mixing drinks clubs hairy chest many minks night time rolling snakes extra live claimed couldnt die top rank sixteen shots fish tank pet piranha named marijuana smoking ganja calling weed pipe sandra claiming new york ancient babylon sky stayed color grey like heron cant front though truck loads indo soon blow slow ass tally ho yo whys niggas always yelling broke shit lets get money son wanna smoke shit chill god yo son dont chill allah whats todays mathematics son knowledge god yo whys niggas always yelling broke shit lets get money son wanna smoke shit chill god yo son dont chill allah whats todays mathematics son knowledge god yo whys niggas always yelling broke shit lets get money son wanna smoke shit chill god yo son dont chill allah whats todays mathematics son knowledge god yeah uh huh uh huh miami niggas word show love yeah yall yeah yall yeah word london europe africa word fifty two states yeah catch later word yeah yeah make moves slide like grease moves slide like grease", "Still Strugglin'": "know feels wake fucked pockets broke hell another rock sell people look like youre user selling drugs losers mad buddha abuser dont know stress filled day baby way mad bills pay thats drink tanqueray reminisce wish wasnt living devilish shit remember like smoking blunts crew flipping sixty twos cause g e wasnt b g get p thats mom hates forced kick doubt figured nicks went twenty south packed tools raw power move glock nineteen casket flower moves four chumps trying stop flow dont know show autopsy went see papi cop brick asked consignment wasnt trying hear smoking mad newports cause im court assault caught bridgeport new york catch like ginger bread man better gat hand cause man man dream plans make cream still struggling survival got buggin life shorty shouldnt rough still strugglin lay maintain grew crime side new york times side staying alive jive secondhands moms bounced old man moved shaolin land young youth yo rockin gold tooth lo goose way begin g drug loot lets start like son rolling one one pulling gats fun dream teen fiend started smoking woolies 16 running gates hits high stakes making way fire escapes question would speed cracks weed combination made eyes bleed question would flow try get dough sticking white boys ball courts life got better damn lo sweater times rough tough like leather figured went wrong route got sick tight clique went catchin keys across seas rollin mpvs every week made forty gs yo brothers respect mine anger tec 9"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/rakim.json b/lecture/lecture-9/rappers/rapper-data/rakim.json new file mode 100644 index 000000000..38494b346 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/rakim.json @@ -0,0 +1 @@ +{"Fuckin' Problems": "love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy hold bitches simmer takin hella long bitch give make thing pop like semi 9 ooh baby like raw shimmy shimmy ya huh aap get like never met motherfucker fresh like motherfuckers wanna dress like chrome dome make sweat like keith cause im nigga nigga nigga like figure gettin figures fuckin bitches rollin swishers brought bitches brought niggas gettin bent liquor love licorice let lick say money make nigga act niggerish least nigga nigga rich fuckin broads like fuckin bored turn dyke bitch fuckin boys beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy ooh know love beat make think niggas leadin make think rappers ive feedin got feelin thats dudes speakin oh word aint heard album sleepin print lyrics fuckin read along aint fuckin sing along less brought weed along ju okay got drop get eagle stare stars put beatles shit talkin bout discussion pay make bigger dont pay reduction comin nigga dont know dont trust comin head motherfucker get bustin yes lord dont really say often long dick nigga aint long talkin im beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve uh yeah ho finale pep talk turn pep rally say hood live inside valley vacayd atlanta goin back cali got girl line world line irony fuck em damn time eyein like nigga dont exist girl know want dick girl im kendrick lamar aka benz car mean friends es need par see standards pampered threesomes tomorrow kill em dead bodies hallway dont get involved listen crystal ball say halle berry hallelujah holler back ill ya beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy", "1Train": "uh feelin like vigilante missionary tell aap killers get pistols ready send em cemetery obituaries dont scared nigga ready ive thinkin bout os bank account x hoes bed round amount ever since new star fame came ever since drizzy started hangin huh young boy let gun bang let nuts hang transition lamborghini mustang drugs slang drug game hustling anything better 1 train bag made goyard cheffin like im boyar dee probably sellin local courtyard braids like im dog la familia go hard inlaws outlaws laws outlawed bogart pros got proached toe tag get broke projects skateboard roll past blaze yall like doo doo hate yall beef cooked ate yall like mmm mmm lets play ball ballpark sharks blindfold rhyme cold k hot 9 cold bark like k9s banana clip straight rip ill make shirt say rip im shit im hottest hell must froze thought safe forgot code carry traits traumatized soldier dont look face might snap might choke ya spine right place give dap like posed darts posters dark nights like metamorph like im posed might slice wrist pretend like vulture drop cliff barely even conscious talkin conscience gettin deeper flows like conches im convict dont drop bars drop prisons dont sell rocks seen spectrum prisms somehow bypassed bias isms violence killin given seen pigment thought ignance unfortunately type niglet pass pot let skillet got back block 6 oclock jigga im thinkin bout signin roc niggas block still assigned rocks swear hurt soul try prevail preach hurt sales like youre gon end either dead jail nigga wish best real mention name amongst white rappers matter fuckin rapper fuck painter skater musician trailer park dirt ditch diggin burger flippin eat sleep shittin human bein would trouble body double couple others cause comparatively speakin reach beyond bubble put visions beyond hubbles huddle nubians new beginnin school 10 late radioactives goin gold great give flying duck im applyin love rhymin plus alignin us alabamas climbin wait dont give flying duck nothin buckshot ch pow motherfuck life pussy blood clot aint never rapper cold since 2pac froze thawed spot date coachella show yelawolf weed different color like hoodrat bra panties flow overhead like pots pans pantries antsy cause im high like michael jackson penny loafers moonwalkin sun barefoot shades bitch pussy smell like penguin wouldnt hit shit worst enemys penis bitch say mean ho im meanest dick big like earth venus molly got nauseous aw shit switch lawless obnoxious suck cock shit synopsis ostrichs posh shit hoes goth shit stop novice regardless heartless awkward cryin tears vodka prima donna concert adonis smokin chronic bout vomit gin tonic bein honest tell isnt ironic swiftly shift bimmer 860 heavy smoker know brought blake moons reflection lake hit stayed many asian bitches lay face silky like tablecloth shorty gallop mornin beach like chilean horse red roses dropped boxes often confetti torchin drinkin henny like im kenny lofton outstandin fixed game georgia southern gramblin see us scramblin sellin susan sarandon cloud smoke like phantom damn shit tastes like fantastic uh see comin state lord could put fork inside cheesecake cuffed wrist ive got briefcase gavel slam im free man try eat ham big krit shawty spit like last breath casket rap six deep eyes closed black back come lac flats bottles cant pronounce like ask ask crack scratch rap wack wanted love dap fuck haters fuck hoes championship win aftermath ask lebron open palm slap bitch walk plank break bank ive business sinkin ships chokin niggas anchors anchor resuscitations cost label im taxin want hit clear fuck career bitch born killer 86er nigga thats born year get fuck round thats country ways suckin mommas titty bitchin choppin blade grippin grain fuckin hoes candy paint like everglades miss rapper chatter take shit bass put soul could ever doubt rappers hopin world end wont drop another album bb king saw king cant order come close youll dig cash elvis muddy water flow dixie rebel past fuck louis flag poppin benji tags wifeys ass thats line livin color im like miya bailey rap motherfuckers true artist", "Goldie": "aha aha said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop lets take basics midst greatness martin maison rocked margielas laces cristal go cases wait hold racist would prefer aces aint different taste 40 ounce chase thats understatement im early party rari latest somehow seems girls late teens remind favorite jeans cause naked cause famous lifes mothafucka aint rappers aint us tell name ima tell stainless aim fore bang let banger leave brainless mothafuckas came miscellaneous niggas wanna hate tell em face aint g low key niggas mad cause im smooth puffin zig zags tell em quit riff raff bitchin bitch ass said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop yes im shit tell stink feel good wakin money bank three model bitches cocaine sink im bout bout might roll tank cause chain came cuba got lock link red bottom loafers compliment mink eyes chink rollin dank blowin stank mean tell drink im kissin pink could call billy gates got crib every state man moon got condo space open legs tell taste niggas talkin shit tell em tell face tell bitch hop dick rolled quick six told suck dick motorboat tits im shit niggas mad cause im smooth puffin zig zags tell em quit riff raff bitchin bitch ass said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop oh yeah oh right oh yeah yeah yeah oh yeah oh yeah oh yeah everybody play tough guy til shit pop", "Praise the Lord (Da Shine)": "get text message dont know number flexin niggas every bone muscle steady taking shots never hurting numbers even yall dont worry nothin id like give shout niggas game plan shout outs niggas escape plans uh twenty bands rain dance could either rain check make plans pockets loaded rocket loaded okay lets rock roll time go lock stock two smoking barrels locked loaded diamonds glowing chart climbing em youd think im jumping window got em open line around corner line em block sometimes even stop smoking time focus shades dior pants velour create explore expand conquer came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours yeah sold pack loose hard listened x peeped bars snakes rats cats dogs games trap protect heart waited line return refine new design time shine shine shine shine shine hustle flex world mine please believe allow greaze niggas disease dont speak squeeze make devil go weak knees hate youre lame loss came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours uh came came whats name chain pants pants chain know hat shades heard voice ran stage vans braids mans babes girls ex hoes left way stepped car thats flex give thanks get fresh praise lord finesse bless came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours", "Wild for the Night": "wake feeling blessed pistol dresser aint afraid show ill expose dress riding testarossa nigga catch sipping syrup till im messed like yes sir im getting change people looking strange like nigga switching lanes never changed still fuck bitches get paper fuck niggas papers walk around lasers prolly tasers lame niggas disgrace us girlfriends want date us got different hoes im pimpin hoes could tell paystubs niggas gettin right smokin weed dirty sprite im going wild night fuck polite im goin finna wild weekend three friends nigga feeling froggy leap aap niggas finna sneak middle finger critics nigga skrillex know finna kill aap trillest dont really want glock boy dont really wanna feel shots boy b boy im block boy im boy im hot boy six shots got feelin like pac boy party night shit dont stop boy drunk fuck im ready fight wilding night fuck polite boy wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin weekend im creeping niggas drunk disrespectful callin women bitches dont mean harm wont friends es meet us cut business god witness wanna kick girl said us rolling benzes wont pour stop babysitting got drunk fuck swallowed kids es back mac tats back ass fat hit back clap back clappin back flat back back trap fuck pack aap fuck nigga act get clap lay flat fuck dreams leave punk nigga dreamin sleep wont come back nap benjamin three stack fact lives lap ou outkast daddy fat bitches sack know smokin bitches rolling reefer got open wildin morning homies tell em goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin", "Peso": "pretty mothafucka harlems im reppin tell niggas quit bitchin gon make second never disrespected plus im well connected coke imported important president swagger impressive dont need necklace bitches get impressed pull 7 6s benzes gets get freshest raf simons rick owens usually im dressed blowing blunts rolling doobies smoking sections groupies rush hold boobies direction quit fronting aint round clique nothing cause presence present kick blessing way goes way roll cause every day pesos way goes way roll cause every day pesos cause every day pesos yo yo yo bitch said im hot man told agree gon really think im hot told degrees pull hard top showing keys graduate school hard knocks show degrees couple b cs bad bitch double ds popping e dont give f told im g asap stevie got sleeve got chest nigga breathe inhale exhale cocaine x pills import export harlem catching rec still mami show neck feel later show rest feel chill way goes way roll cause every day pesos way goes way roll cause every day pesos cause every day pesos cause every day pesos cause every day pesos", "Everyday": "every day spend time drinkin wine feelin fine waitin find sign understand yes every day spend time drinkin wine feelin fine waiting find sign take slow go go go go another dimension mind body soul imprisoned eye probably goin ballistic listen im missin couple screws aint never drillin true sippin away truth double shot wisdomll rollin hittin switches rolling ditches blowin kisses bitches holdin biscuits whats business beat system co defendants blow sentence go prison go church pray father lord forgive us god judge dont like ugly look fuckin good dykesll fuck buddy yeah im piece shit know plead fifth tell holler ya need dick devotion gettin hopeless hold im gettin close soul im seein ghosts solo poet hypnosis overdose potions adjustin motions gettin emotions every day spend time drinkin wine feelin fine waitin find sign understand yes every day spend time drinkin wine feelin fine waiting find sign take slow go go go uh type shit make nigga wanna flip september august type shit got em bustin clip middle office message bosses misfits new outfit bloglist gorgeous hoes keep sayin caused cause porsches get em nauseous plus aint even mad yet niggas caught good mood paparazzi wanna nag nigga chillin bag check hope show good shoes papa got brand new bag flacko got brand new raf thats good news hood dudes usually dont look like feel get deal come back whole hood look like screamin pimp squad hold cant drive bitch im legally blind bitch live die decide shit niggas coppin guns like legal buy key survive get piece pie agree lot believe facade bitch ill fine drinkin wine bitch got love birds chirpin window dont need love ill fine sippin wine takin time slow got love birds chirpin window dont need love ill fine sippin wine every day spend time drinkin wine feelin fine waiting find sign understand yes every day spend time drinkin wine feelin fine waitin find sign dont care ever know go go go got love birds chirpin window dont need love oh ill fine sippin wine takin time slow got love birds chirpin window dont need love oh ill fine sippin wine takin time slow", "Long Live A$AP": "thought id probably die prison expensive taste women aint pot piss kitchen full dishes nose bloody sniffin heroin addiction trigger finger itching fuck parental supervision murder business little timmy got semi aint kidding hide kittens hit childrens smith bunch ignant little niglets hardheaded never listen purp purple sippin finger twistin teeth glisten like memphis bunch hypocritic christians land religion santa claus missing catch slippin christmas motherfuck wishlist ghetto ambition benjis bentley bitches gets gets road riches diamond ring designer jeans choking biscuit til im longer existing wonder miss long make history soul feeling empty tell reaper come get said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live riding city like motherfucker mine toting semi rob motherfucker blind license plate says wipe car 1989 nigga sits pretty call motherfucker fine lost motherfucking mind whats mind niggas talking never talk cops make talk god tote 9 aint talking tell em watch spine mean watch back better guide track better look back stay line dont step cracks break back im talking bout mom cause theres killers town making hits sniffing lines committing crimes wait shit simmer corrupted little minds 8 9 finna shine grind dirty shimmy shimmy ya shoot without purpose services n hearses kids aint deserve cant survive thing youre worthless strangers make nervous whos peekin window pistol curtains said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live pretty nigga rich flacko shit bitch know poppin poppin dick nigga rip pimp cant forget little flip take memphis shout triple six said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live", "Fashion Killa": "pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga uh said rocking rolling swagging max bitch fashion killer busy poppin tags got lot prada dolce gabbana cant forget escada balenciaga im sippin purple syrup come aunt jemima rider well go shoppin like manana attitude rihanna get mama jiggy like madonna trippy like nirvana cause everything designer jeans helmut lang shoes alexander wang shirt newest donna karan wearin cartier frames jean paul gaultiers cause match persona pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said see jil sanders oliver peoples costume national ann demeulemeester see visvim sneaker lanvin balmain goyard trunk isabel marant love linda farrow adore dior damir doma vena cava store crush top bossy see ride round mami tom ford papi thom browne rick owens raf simons boy got stock ball fall means shop drop versace got lot may never wear save babies flyer parents pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said pistol go scoop back tees breeze coupe smiling treasure youre well put together bags links jeans shoes spikes patent leathers different fabrics mixed together baby go away together could get away forever emotions clashing thrashing someone turn light met baby expressed passion fashion night pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said pistol go", "L$D": "know dream day think clothes im ridin round system bumpin lsd look ways say love aint makin love songs baby im rappin lsd aint stranger city life introduced hippy life make love pretty lights lsd get feelin trippy night drugs dont fit right girl really fuckin want love sex dream another quarter face system make mistakes leap faith love takes place feelin crave doin love sex dreams started hollywood dreamin sharin love tongue loss words cause feelings said party started dreamin sharin worlds held feeling way long said really wanna let go ive gettin fly gimmicks dope ive getting high cause figured lord told ive drinking driving well never go home gon stay doubt weathers cold oh feeling low sometimes light shines makes high feel feel feeling low sometimes light shines makes high feel feel started hollywood duh duh duh dreamin sharin love duh duh duh tongue loss words cause feelings said look ways say love aint makin love songs baby im rappin lsd"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/redman.json b/lecture/lecture-9/rappers/rapper-data/redman.json new file mode 100644 index 000000000..859bbfc20 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/redman.json @@ -0,0 +1 @@ +{"Tonight's Da Night": "mic check get smooth groove relax tongue let mic take cruise around planet pack em like janet jackson shes askin slam im yo yo redman man fuck man get fuck punk smooth shit man get rough shit man know mic check walk around streets black tec 9 waistline kickin hype shit never claim best type rapper show motherfuckers im im gold platinum beef hurricane g packs gat son trigger bang bang yo bust slang name redman funk train psych youre motherfuckin right tonights night wanna like dynamite work perfected funk injected roughen rough draft like make head split punk pass forty blunt dont front block cause front brothers gettin stomped im addict like puff magic pass im cause crew dont claim big rap star cause matter youll still catch bullet scar listen take heed im sayin cause tonights night niggas aint playin fat black bitch nasty bush bear booga breath bitch nasty talk tits bitch nasty africans mr bojangles turned shoes havin ass lemming leprechaun haircut motherfucker wanna see get cool please save breeze cause lyrics tracks make funky like cottage cheese fuck smooth shit get boom bip like q tip kick styles bruce shoes kick tonights night write tonight type funk flavor like mike n ikes hanging niggas niggas pack pistol posse keep fingers triggers keep forty lap coolin rollin highway blunt system pumps cause friday roll pick boys raise lot noise cause black get bozack jack remember type evil men like cursin window bitch friend turn volume notch watch ba bump ba bump make speakers pop thats funk pumps makes rump jump jump jump jump jump jump wanna see fly frantic cool romantic slicker man rick better check yellow pages smooth shit cause red aint bullshit niggas fucked lettin make album get mic let fuckin style run nasty fuckin green thumb jolly green niggas tango mango pickin havin ass nasty epileptic disease crazy havin ass johnny cash afro havin jack spades boots havin tony danza shoes wearin ass b b b black popular demand expand hand mic let mouth kick flim flam get sex get wreck puff mad blunts get vexed break necks punch gold fronts chump yo fuck yo turn shit man turn shit man turn shit g boom new record know im sayin", "Dunfiato": "hey hey muddy fucking waters mixtape man im high bitch motherfucker need beat need fuckin beat dont need turn beat need elements hip hop lets get back elements shit josh like man like man lets turn shit man lyrical wordplay yall feel good one man real emcees know yeah like shit lot man dun fiato rome york building check hit bong im godzilla taking hong kong eating wantan wid shotgun long johns unsung story tell im ready im student school bell prevail wordplay thirsty bust three ks martin luther king birthday berkeley college twenty dollars got smoke enquire knowledge little psychotic know rate im michael jordan final four fighting wayne gretzky im relevant lets see whos spittin yall coke pepsi cant tell difference im darryl im pitchin white girl em twitchin rap game kitchen easy pickens rebel wid cause mind like fuck mine ill put mind wall im tour gettin bread tattoos job giving tic tacs bathrooms hate gossip ill mash media moshpit release ba boom chat room weed bags vacuum smuggle one blunt bitch gon fuck chicks tivo meatloaf hit belly doc droppin dimes take precautions got paul bearer build coffins rappers nonsense nonchalantly im thinkin darker convict conscience thats im sweating armpits thats bomb gang rate city like 80s kendrick lamar live gotta harvest purple apartment across park sell pounds cartman think like orphan im zone freestyle words might need home executive net demand respect check dont even talk text wrong tone stay bay um delay ride pull pins hand grenades amazed hate either way get heated like kanye sway im done wid fun wid stay back tell girl come get mr right want mr wrong swing along like serena arms", "Off the Wall": "yo look yo matter people say im gon keep rappin way matter may think ima keep doin thing im worst thing since fat bald men decided write songs teach mouseketeers sing stick britney spears room full mirrors gets fifty years bad luck causin terror christina aguilera grab hair drag across sahara beware rap terrorist therapist hair ass like rabbit crawled pants got habit holdin tylenol hands til melts fuckin palms dissolves glands fool visit playground two biscuits lay school district get pistol whipped mossberg pistol grip fed pitbull shits sniff glue sticks like give two shits get rich get sued yo leave wit injure blow four ya one handstand top yo ninja crash doc stir madness til yall outta work like tony atlas walkin cans laundry basket americas army us fuck flossin take whats unload fifteen like ace four im outta work doc laid tape yo targeted arsonists papermate pens filled wit arsenic got hoes dont know prada doc could shape touch barber miss fade bloody blade turn rap camps crystal lake fuck bitches face ima cause thats white boy tano hows everybody doin tonight hope youre mood get drunk scream fight cause uh gettin fuck suck dick yall dont wanna bump hows everybody feelin tonight hope mood get rude ill fight cause uh gettin fuck suck dick dont wanna bump matter people say im gon keep rappin way matter may think ima keep doin thing yo jabs spittin hospital son admit rip lips kiss ass slap bitches doc marshall maths weed x acid tabs im whats happening run doc rob de niro heat come barrel hang camaro aimed nose hoes hard breathe flash gat town bogart wallet chain main target beef like cold engine dont start bust air hit airplane pilot clowned rap surround sounds around ten speed brown shoe doc eminem cock mm blood flows 2pacalypse like funk doctor meets punk rocker got drugs stocked inside lunch box pop junk like got jumped popped trunk pulled shotgun pump knock wood good thank god vodka cause luck ill probably get shot stalker probably got fanatic waitin upstairs attic automatic callin man stan gat hand stakin house tan tinted sedan pull mouth till cant finish damn ham sandwich spinach spam til gotta sip straw shoplift mall pictures moms living room wall hey maybe ill give call psyche fuckin bitch suck dick two balls im givin job descrip piss bitches priests pop pills til police officers arrive scene pull kim teeth dick hands balls yall kiss ass pants cause im goddamn wall might well painting smashed floor hows everybody feelin tonight hope mood get rude ill fight cause uh gettin fuck suck dick dont wanna fuck hows everybody doin tonight hope youre mood get drunk screw fight cause uh gettin fuck suck dick yall dont wanna bump matter people say im gon keep rappin way matter may think ima keep doin thing matter people say im gon keep doin thing matter oh", "Can't Wait": "possibly lot rain afternoon thunderstorms highs mid eighties lows seventy five degrees 1130 wfds darkside radio dave rockin reel take caller caller youre air yeah yeah yeah roz newark wanna hear tune redman cant wait tune bomb yo got coming darkside radio cant wait woo yo yo yo comin live smokin mad phillies niggas hoodaville section niggas weequahic section word bond somebody said jamaica queens motherfucker dont give fuck gon set like jersey fuckin hid ouse mid outh im like rah rah like cerebral palsy flows bes wet like girls drawers crack phills spread buddha hiddash roll ask chipped ten bag et cetera roll blunts two textures pick fifty bags smoke extras truth like vodk one eighty proof dont drop drawers ill fuck daisy dukes put fingers air youre high walk f drive swing batting average half good reggie jacksons thats talk backwards uh chumps bogart shit like humphrey couldnt beat ran 21 jump street 90210 fuck yo movies im nigga puffin buddha back row cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get im smoky boy im land lost cant see like charlie angels boss im often coolin round blid docks rock round clid dock glid dock cocked 16th lenox ask roger thomas im gettin scopic milk like two tits im butter like blue bonnet got funk ayy ayy ayo well got weed never sniffed used puff woolas jam back 88 twenties gram brizzail couldnt feel braille hell write names walls smoke spots im buyin l fly guy force like luke sky menage e trois bitch youre fly funkadelic rockin mics since fourth grade terminate like x terminate like schwarzeneg dum di dum rock like buju banton soup like wonton funk tons rums please whole crews making cheese tonights night baby suck cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get said catch train left smoke choc set shit like boba fett big niggas housing projects im runnin ya continue split guts grab rail get scared lines rock well got whits like pernell shits bomb like akinyele rickety rocket mind deep loch ness waste niggas like toxic wet like galoshes handle biz cause chaos bring lot def jams yes act stupid ill pop trunk cla clunk give ba bump ba bump ooh cool smooth like two blue suede shoes yall faggots slept huffman koos word dan tan pillow cool b switchin speeds like bruce lee ridin fuji movie drop one fuck two three funky like box coochies loose leaf yo yo yo said switchin speeds like bruce lee ridin fuji movie huh sayin shit didnt get laugh figure shit get home hahahaha", "I'll Bee Dat!": "yo fuck yo yo fuck yo yo yo yo yo yo yo fuck yo yo yo yo yo fuck yo sim simma got keys bimmer jack move thats act team hey yo yo yo yo yo stretch nigga let motherfucker pass us blunt nigga heard nigga say puff puff pass motherfucker puff puff pass motherfucker yo yo yo yo yo sim simma got key bimmer jack move thats act team throw triple beam fish scale bailed county counterfeit bills slang high range brick city watch sniff son im highly octane hear bang bang yo remember bitch shit forget last name game nuttin else delf walk woods stomp foot high take comp hood gorilla impact rap habitat get steppin air max bounce cockin back bounce got six pack heineken big kap wheels two laps give stella groove back middle name must fuck cause every time walk niggas like fuck ill dat ill dat ill dat ill dat first name must aint shit cause every time im car bitches like aint shit ill dat ill dat ill dat ill dat heard party goin yeah well let shake stankin ass yeah soon walk dogs barkin haters play back stay front like handicapped parkin startin arsons jers arkan sas coughin dread apartment roll jam front end bent watch chickens fo end gettin salmonella im ghetto like dd fuckin wit banned tv part iii heartbeat tiger straight cup youre light ass son weigh bout buck im one ninety physique two hundred thirty fo pounds total im carryin heat platinum wax platinum streets nigga disagree smack teeth bag little piece rockin ice give projects rhyme night weed made devils advocate hot take days crew drugs duane reade couldnt breed dry sun ill amount ten keys redbones im bonin mcs clonin thats doc stretch mornin yawnin middle name must fuck cause every time im hood niggas like fuck ill dat ill dat ill dat ill dat first name must aint shit cause every time im car bitches like aint shit ill dat ill dat ill dat ill dat niggas bitches puff puff give niggas bitches puff puff give yo yo gotta monkey gorilla four im tab still world rap biller push big benz chickenhead drawers hangin antenna ill goddamned nigga take mine foot shit put rollerblades mind business nine swiftness ill pull stretch like fonda fitness im everyday nigga like im toyota ar hope dont drop quarter wrapped puta hefty two ply haul ass back utah middle name must fuck cause every time im hood niggas like fuck ill dat ill dat ill dat ill dat first name must aint shit cause every time im car bitches like aint shit ill dat ill dat ill dat ill dat middle name must fuck cause every time im hood niggas like fuck ill dat ill dat ill dat ill dat first name must aint shit cause every time im car bitches like aint shit ill dat ill dat ill dat ill dat fuck yeah yeah yeah yeah yeah w fuck yall radio ya man big tigga ill dat ya heard yo like thirty degrees dc niggas strap timbs get puffy coats ill see chickenhead ass bitches club later ill ha ill dat", "Pick It Up": "pick pick pick pick pick pick pick pick find bag weed floor motherfucker fuck gon pick pick pick pick pick pick crack cold becks keep hoes check double vest nigga wreck discotheque sit back relax squad kick tacks tap man back like see ahh yes comin north south east west hold nose take deep breath recess bless mics three times day three times night equals subliminal sequels strictly laughing mcs lyrics years run ten deep niggas like ahh changed style shut fuck ya still dick ridah 96 get wit keep back day shit squad hit tin listen must forget originated wild shit rrraahh rrraaoowww shit jump ready fuck shit shit brick city get kid peace buddah smokers prince fuck ya heard brick city runs shit ppp got glocks tecs def squad always got fly shit deck say got fly shit deck say got fly shit deck ppp got glocks tecs def squad always got fly shit deck first mcs balls straight pubic hairs everything lick whole plate bay area roll las vegas mcs love hate us drop skills might send wind chill factors back patterson jc hacken sack step uncorrect get blackened assassin find da mcs jazz men dont tote guns tote funds still puzzled antidote runs whole vocabularys played admit still wack came mouth spit remind school sunday class beatin kings doin seventy hyundai blast give em good reason open alcatraz back nobody got red shook weirdo ever since doctor said push def squad skills make hard overlook thats hardcore promoters still book shook g word hah hah see bag weed floor motherfucker fuck gon pick pick see bitch passed fuckin ground fuck gon pick pick keep fly yall fly fly yall aiyyo dont ride dick real mcs pull joints like spike blow crews degrees buy gs half pound dope mcs bag cheese get weed smoke indoneez im milky like magnese oh seven one oh three rest car thieves guzzlin quart sports sorts nonchalant spark buddah front porch courts f u n k c p feel solo type remedy freeze hah ha hah oh yes sippin cristal fingers bitch dress dont play close cause jealousy make folks act loc another nigga smoked impression second guessin verbal weapon youre lettin spit sixteen bits come equipped still walk around hooked motorola flip hip fuck government drop shit microscopic topic stay mo bent mcdonald arches uptown got la la spots bad ass hoes 54 11 reeboks still walk around grill cause niggas blinded hip hop shit real aint havin im clappin shit fuck rappin shit cause accidents mc wonder got get busy simply ginger remi dont stop def squad crew hot fillin brain supreme octane", "Sourdeezal": "gilla house gillahouse smoke purp haze smoke haze cheese smoke cheese kush smoke kush sourdeezal aint feeling anything roll bomb alright alright gillahouse rollin marijuana bud jack herer uh blood redman codename cheech hash burns carseats baby boy like tyrese hittin l rock bells release mr green yeah thats got knockout bud muhammad leaf young bob marley speak po po hide bud briefs highest highs boys fire smokin like trying get greek 420 light kief im wiz getting curreny streets bill clinton said hit weed speech smoke sour everyday week nigga preach smoke purp haze smoke haze cheese smoke cheese kush smoke kush sourdeezal aint feeling anything roll bomb alright alright gillahouse lets go smoke fire come smoke lets go get higher booooomb sensation breathe system yeah blunt filled kush cheese purple sour diesel call smoking reefer keep weed system truth told get higher blake griffin imagine im sipping drink gonna need prescription better highgrade selling never start cypher without telling cup empty need refill something chase e pill hit dealer 3 wonder got hash still cause gillahouse im reppin stay high get fly im jetson im high horse like western never leave house without protection thats something pastor cant preach thats something jail could teach get high put money weed probably spend cause sour aint cheap chief smoke purp haze smoke haze cheese smoke cheese kush smoke kush sourdeezal aint feeling anything roll bomb alright alright gillahouse", "Time 4 Sum Aksion": "nineteen ninety motherfuckin two straight jersey phillie blunt lives yo b tell em shit goin time time time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action corner funk bodysnatcher p funkadelic gat ya hard enough chew whole bag rocks chew avenue chew street block turn around damn thing soloist cause reggie nobles pissed crush whole brain frame cause couldnt maintain funk rap style lunch chump cause 92 take whole crew give punch funk knock gold tooth loose show type stuff im cant puff sniff born funkadelic devil hit rap level ten one two three youre pinned get action everybody jump wit rump like way sounds punk pump back trunk let loose juice rock im hot say got juice 2pac straight outta jersey heard brother im laughin time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action time time time lights camera cock back hammer straight land lost ima hit funk force make run rap style back crack aisle brotha strike pose like madonna moms kicked want ta original p funk chump dump trunk funk skull caps cause jaw snaps raw rap color bad plus color black funk pack red freak funk track come let kick show hell come get dumb one one two check rep hip sex make twist list funky brain cell puffed spliff hi hat go buy listen look oops brother eyes floor pick em pour lyric funk brain punk listen name chump got glock pow body block tryin step exorcist kick get mad wicked twin cock biscuit blow head asking whos one rapping time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action yo 1992 redman gets paid yeah know im sayin goin okee doke believe hit squad definitely house brothers dont knowin whats word bond gotta show flava back funk track like black sheep man jump say uh whos redman wheres redman kill smother get yo yo red yo chill g chill akh man yo dont gotta say", "Whateva Man": "microphone check one two ayo ready get man ready get drunk fuck sayin somethin ayo check kool v keeps bangin keep swangin mike type sangin ooh la la la yo im smokin herbals til hurts keep daughter way past curfew hard far commercial dont give fuck smoked land thats doped doubt bomb weed cop streets get open like buttcheeks girls freaks ayo swv rap shogun yes e one yo im rolling forty pack niggas get weed branson cause sacks bigger yo give dap nigga clap lyrically tap call back ferocious causing comatoses collapse chinky eyed see people waving map make hotter thermostats bomb mcs rough megahertz call funk doctor verbal starburst lyrical expert boombox better form union cause leave circuits overworked word bond niggas front like want five hundred e steadily gettin blunted damn nigga cool spittin holding blunt long politickin ace blunts technician electrician dont got pot piss still spend last hydroglycerin keep live jive rolling dutches thats masters like furious five keep crew chinky eyed bitches actin dog toke yo yo ready roll weed ready knock nigga yo ready get chedda ready start shit smoked lot college students em wasnt graduating knew know weed slang yeah boy speak fluent light college dorm entourage newark bigger come harder fall goes knuckleheads mcs pussy walls lit first l started crawl got ass whooped first brawl things changed since twelve years old specialize wreckin mics area codes ppp kinda niggas thatll bug ya smoke bud ya later stick slug ya everything thats light green aint bomb bitch got different forms make lose calm bitch read lips aint hittin unless got ten get get fuck cypher ready roll weed ready rob nigga ready fuck bitch ready guzzle liquor whatever man whatever man whatever man whatever man", "How To Roll A Blunt": "awwwwwwwwwwwwwwwwwwwwwwww shit check yo 1992 begins new wave blunt rollers know im sayin saga phillie blunt continues flavas p funk yall get wit check check new type gimmick splendid since youre shit lets see youre strictly trying roll blunt get hang youll carry blunts archie bunk first get fat bag ism uptown local store sells shit friend purchase phillie city philly silly punk im talking cigar phillie blunt lick blunt phillie blunt middle split dont razor blade use fuckin fingertips crack bag pour whole bag spread ism around ism reach end take finger thumb tip tip roll motion top piece lick seal dry wit lighter ya gotta results mmmmmmmmproper thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt lets roll bluntand get fucked thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt lets roll bluntand get fucked yeah second paragraph might makes laugh brotha rolls blunt breath smells like pure ass thats know gotta take blunt cause breath dragon dungeon would shit would stop drippin wit saliva gonna lick dont drown spit shit dunno dick last puss licked quick bout non blunt rollin females always fucks cause dont wanna break lee nails better pickup every seed paid 10 bills get ill spilling better get lost get grill bo know everything sports stuff bet bo dont know roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt lets roll bluntand get fucked thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt lets roll bluntand get fucked yeah sit yo big ass yo yo check want real niggas females got fat blunt ya mouth feeling high hell want yall repeat check im fucked im fucked im high hell im high hell yeah last least redman like say peace blunt rollers tri state middle east gimme blunt kick bucket devil devil high wrong one fucked everybody put blunt air take puff blow smoke like ya dont care soso heard thru next block im peace redd foxx im cess spot yeah dj twinz house yeah redmans house yo peace pack pistol posse 456 yo im yo reg turn shit man"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/rick-ross.json b/lecture/lecture-9/rappers/rapper-data/rick-ross.json new file mode 100644 index 000000000..02742fbe4 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/rick-ross.json @@ -0,0 +1 @@ +{"Stay Schemin'": "rip real niggas worldwide salute real shit ride niggas dawg ride niggas slide niggas dawg ride niggas stay schemin niggas tryna get dawg ride niggas stay schemin niggas tryna get dawg ride niggas damn lifes short fuck dont wanna go court fuck got budget lawyer though fuck im run month im bucket paid 200 lil niggas thuggin even got paranoid im gettin money thats nigga category double got gs california maybach music ride niggas dawg ride niggas slide niggas dawg ride niggas stay schemin niggas tryna get dawg ride niggas bothers gods get actin like broads guess every team doesnt come complete niggas like thats see need compete niggas like yall ask see speak nigga thats dont duckin like never wanted nothin feelin like rap changed time rugged back nigga reached weapon nowadays niggas reach sell record spaghetti bolognese polo lounge g dc thats roll around might look light heavy though think drake pull shit like never know million dollar meetings polo lounge man oliver north thats roll around shawty wanna tell secrets bout rap nigga tell bitch attractive hold kobe bout lose hundred fifty ms kobe nigga hate bitch wasnt shootin gym tell lucian said fuck im tearin holes budget bag like publix take ass public ordered filet told em butterfly shell love used soda nuggets really thuggin im hittin pinnacle pussy identical like fuckin finish line cant wait run let get mind young rich motherfucker gettin mine rap niggas ride niggas dawg ride niggas slide niggas dawg ride niggas stay schemin niggas tryna get dawg ride niggas hoopty coupe ghost dawg pigeons roof like ghost dog dwight howard post dawg niggas got powder post dawg watch body tilt hit head niggas lost mills tryna beat feds ten grams last 250 big ass crib 250 damn gave nigga max 7 5 gave nigga penthouse another 30 fuck got thinkin like im 7 5 damn nigga aint even seen 30 huh ride niggas dawg ride niggas slide niggas dawg ride niggas stay schemin niggas tryna get dawg ride niggas maybach music", "Diced Pineapples": "diced pineapple tonight shall reach height sky wont catch highest form admiration aint connoisseur im kinda sure admire taste sun graze ya im tryin see deep believe shorty aint talking bout intimate conversation wanna see make reach things unobtainable peek nature promise goals exceed physical pleasure wanna give whats better better better effort wetter treasure mere moments seem like heavens temporary forevers shorty get together hah diced pineapple may love come mind might designed imagination let redefine foreplay til need five tell shorty got baby baby hope progress baby let drip baby stop shaking talking baby talking baby shorty fine pussy fresh diced pineapples damn baby tastes best nearly lost mind guess test swept feet went bought ass lex paid cash never wrote check leave cars crib im stuntin ex pussys excellent know sound mess love make toes curl im lickin flesh sex night couple shots ciroc crib water got lebron block money aint thing baby welcome mob diced pineapples talking diamonds jar bitch bad got wishing could sing uniform isabel marant team double mg niggas fell baby girl wanna see well call crazy shit least youre calling feels better let dont girl know easy get caught moment say cause mad take back fuck night til things get right fuck night til things get right aww yeah shorty fine pussy fresh diced pineapples bought girl set know lifestyle wild set know make smile sex pop bottles make love thug passion red bottoms moncler high fashion belt buckles door handles gold plated balmain rich denim vegas french riviera baby girl lets take trip ima trip go cannes france catch flick baby listen position blessing permission hopefully youll learn lesson im fly shouldnt even walk fine aint even gotta talk diced pineapples talking diamonds jar never wrote song know shes star call crazy shit least youre calling feels better let dont girl know easy get caught moment say cause mad take back fuck night til things get right fuck night til things get right aww yeah something probably cant live without roll sour let kiss fountain mission accomplished increasing heart rate wont ever rest meet peak mountain eager show thinking know eager work perfect employ designer shit spoil rub oil get higher tree gonna climb sequoia hol showing agent provocateur rushing drawers though patiently get hate anxious though hate dull like go deep hate get deeply involved sweet let see proof fuck making pussy talk like make sing tune need dont need room right im trying eat dont need spoon call crazy shit least youre calling feels better let dont girl know easy get caught moment say cause mad take back fuck night til things get right fuck night til things get right aww yeah", "The Devil Is a Lie": "masterminds gon get forever know whenever link nigga think shit comes outer space something haha nigga lets get money nigga woo woo masterminds r c double g jay got got four stacks heels bitch feet car seats still smelling like 10 kis tell plug im lookin increase wingstop fat boy need 10 piece say nigga name car start nigga switching lane lane like wal mart sippin bordeaux bordeaux hazard lights flashing four door switch benzo enzo back benzo ends low switch old bitch new bitch cause new bitch something like nympho fuck game raw came getting money ever since came couldnt stop tried motherfucker cause devil lie big guns big whips rich nigga talkin big shit double cup gold wrist double blow bitch two mill 95 bow head cause time pay tithes opposition want dead alive motherfucker devil lie devil lie bitch im truth devil lie bitch im proof devil lie devil lie bitch im alive devil lie two kings big screen niggas seen 36 16 100k 16 niggas stick dirty dick clean money goin deep end talkin half milli weekend contract like nigga play defense curtains maybach bitch peek bitches wanna car hop 6 cribs cars car lot dope boys goal nigga went gold 6 times gold digger black bottle bad bitch club armani cash dubai like sheikh top floor nigga burj khalifa big guns big whips rich nigga talkin big shit double cup gold wrist double blow bitch two mill 95 bow head cause time pay tithes opposition want dead alive motherfucker devil lie devil lie bitch im truth devil lie bitch im proof devil lie devil lie bitch im alive devil lie truth fiction truth fiction hova atheist never fuck true religion devil cause roof come missin lucifer juice two cup sippin thats dusse baby welcome dark side coulda got blacklist crack shit white jesus crock pot mix shit soda im black jesus turn water wine turn stove beast coast winnin life nigga cheat code hatin flagrant hit free throws devil try hit rico black people devil want niggas hate kind gotta illuminati nigga shine oh cant nigga nigga rich oh gotta devil thats nigga shit seen stop frisk brooklyn barneys like bitch give money hood win got barneys floor lookin like vim black hoodie black skully bravado like mavado boy im gully gettin white money im still black niggas claiming king im still king hova mansa musa lie devil lie im truth yeah big guns big whips rich nigga talkin big shit double cup gold wrist double blow bitch two mill 95 bow head cause time pay tithes opposition want dead alive motherfucker devil lie devil lie bitch im truth devil lie bitch im proof devil lie devil lie bitch im alive devil lie", "Sanctified": "theres field angels movin around worship thee hes done new day born ive born ive born spirit name im sanctified lord testify hes right side believe word clear yeah yeah wants hundred million dollars bad bitch plus paper chasin done turn savage groupies lobby tryna get established god ive guilty fornicatin status wanted hundred million dollars bad bitch plus paper chasin turned savage groupies lobby tryna get established god ive guilty fornicatin status niggas lovin old ye sayin new ye nigga spazzin ali turn ali cant ever change nigga back cassius gon make lies im sanctified dont sweat wipe forehead handkerchief wash sins blood jesus heople sayin ye need another yeezus hames try tell cut wildin fuck reachin pass 30 bottles champagne procession thats holy water sanctified refreshments god sent message said im aggressive really aggressive feel blessings wash away sins im sanctified born proclaim hallowed thy name ohhh wants hundred million dollars bad bitch plus paper chasin done turn savage groupies lobby tryna get established god ive guilty fornicatin status keys success get new keys new address bitches date dont get degrees dress fellatios amazin make grilled cheese best major cult figure im fresh david koresh soldiers gators new mercedes cadets balmain uniform know donda designed vest double army better yet navy baby seen wraith wanna baby wanted hundred million dollars bad bitch want two hundred menage palace walkin jeweler mothafuckin balance somewhere jamaica im still holdin chalice rims ferrari bitch said childish til fuck girl girl tweeted stylish fucked told foul shit walk room even hear silence feel blessings wash away sins im sanctified born proclaim hallowed thy name ohhh", "Aston Martin Music": "oh lets pull 2 seater baby ever wanna go justice league riding music night breezing freeway baby ride boss worries listening aston martin music music wouldve came back needed time caught life cant let go whether thats right never know uh goes nothing im alone room sometime stare wall automatic weapons floor call bitch one live code put music shit aside get road lot quiet time pink bottles rose exotic red bottoms whole body glittered gold following fundamentals following rental love nasty girl swallow whats menu money triple ya get state need new safe cause im running space elroy jetson im somewhere space 2 seater shes one would take wee riding music night breezing freeway baby ride boss worries listening aston martin music music wouldve came back needed time caught life cant let go whether thats right never know uh goes nothing pull block drop top chicken box mr kfc vvss watch living fast money bag never front take aint coming back top right wanna goals unfold right front every time fuck soul take hold addicted like pookie pussy controlling thing keep calling fuck maintain boy gotta keep ballin pink bottles keep coming james bond coupe pop clutch 100 riding music night breezing freeway baby ride boss worries listening aston martin music music wouldve came back needed time caught life cant let go whether thats right never know hoping forgive never meant wrong tried patient waited long wouldve came back wouldve came back wouldve came back wouldve came back wouldve came talk slicker pimp augusta linen suit dry cleaned bitches whats witcha hate callin women bitches bitches love took sense made nickel im urgin daughters kiss mothers lips lipstick covers youre never grown miss hug girls countin like missin rubbers im marvin gaye shit bunch distant lovers aint life im used reintroduced people ive introduced forget scared tell met fear wont remember wish could still accept miss memphis tennessee cousins dad simplistic beauty southerners im halfway across world dozens bags feelin like four members color badd one nigga amazing shit got courtney love crazy shit dont drink every bottle agin shit got wedding ring flows engagin shit one yall got fleets keychains seats heat games really think stare see things la familia ive inducted instructed stunt niggas dont really fuck wit fuck havin lunch debatin ferrari prices 23 goin midlife crisis trust still deliver like midwife im sayin im nicest live life like uh take certain type man teach far hood understand streets never threw away paper grammy speech havent hit pinnacles plan reach yeah gotta want kisses body tells live moment baby ill never forget none girl told coming back aston martin music music aston martin music music", "In Vein": "dont got single sober vein body dont got single sober vein body dont apologize quite enjoy messy see bottle bottle got goin crazy doin shows shows got lazy ride take good vibe good vibe good vibe dont ever threaten niggas good time wanna buy dream said dont sell rent night dont mind open wide cause fame earned might well use private elevator goin straight unit niggas round gettin kickback pussy killas round hiding stussy cant nobody stop used homeless penthouse ritz home tour bus like national geographic bitches runnin wild gettin faded bathroom makes smile makes smile cause got makes smile makes smile cause got pain sweat tears get piece got man look kid nobody stop dont got single sober vein body fuck like thug nigga young nigga new ferrari old money fraid lord us condo blow money like dope money come short wet niggas like speed boat coming oh lord mo money mo money rich young niggas aint ever know money belaire running rollie arm pinky ring six hundred know im champ baby real deal holyfield got bitches want dirty went bought crib 25 mil im 25 life 100 acres keep shooters night every chandelier ran nigga one mil 20 chandeliers motherfucker real wanna show live like wearing white birkin winter night fuck birkin bentley thats went tatted double g bond deep deeper rap give brain mastermind exact mastermind exact give game give back sip syrup fuck slow sip wanna fuck gotta grind till eyes close stay strapped till trap close scream maybach cell blocks dawgs used sell blocks say niggas jail talk homies commissary fell make worse get elbows 25 life dead wrong cell phone makes smile makes smile cause got makes smile makes smile cause got pain sweat tears get piece got man look kid nobody stop dont got single sober vein body", "Gold Roses": "yeah im home yeah got thing chanel vintage dropped could speak english love love seekin attention mean one keep callin ya twin twins aint different mentally im already next year thats 2020 clear vision sayin let finish aint tryna hear im spiritual liftin dont fly spirit im findin happiness die serious smiles kevin durant trials blow court must blew milli im walkin charges thats new achilles know love rock check gon really really depositions never surface tanenbaum know logo jersey gettin purchased ten years yall yet hear impressive verses paid cost boss wasnt even expensive purchase trust say im never shit assumin im tales like corridos culiacan sashimi saito know man two michelin star postcard grace bay sendin distant regards vision wasnt mine told niggas vision still part shorty even weve livin apart roxxll filthy soon give nod meanin hell blast like puttin 6 god hop float show city one appointed one thats rebuildin schools feedin homeless hang niggas sometimes tryna avoid cause theyll get poppin place like double jointed goals top pyramid shitty world gotta get everything axis sit twirls point blank period like city girl bring back 50 world ayy woah made way yeah im gone outta place yeah put flowers vase wont let know okay yeah dont wait til day love wait til late late different right yo nominated never grammy understand theyll never understand lot lives lost never panicked lot lines crossed never xanny hundred room mansion felt abandoned love makin love love land jealous bitches actin like sleepin us speakin us jewelers quote us even numbers still blowin smoke angels float us love givin back ever love us chanel mail fedex pharrell got sale sit scale triple beam dream buck shades really seen things give mothers shakes really bought cars women face know seem odd money amazin college loans really fuck credit discover cards look back know regret keep pushin keep foot pedal mirror blessin rebukin devil livin edge keepin level money come go ima keep forever money come go ima keep forever slip glass slippers tickle feathers everywhere go create dilemma coming america really set ill let soul glow im keepin wet cold decembers know remembers forgiveness sinner simple holdin hands bodys temple fly cannes menages bitches lobsters prawns thought spanish bottles parties biggest ayy woah made way yeah im gone outta place yeah put flowers vase wont let know okay yeah dont wait til day love wait til late late dream singin like gladys knight true love projects called paradise niggas left wasnt actin right honesty small sacrifice money bag heavy got packin light movin funny fill appetite niggas conversations lot false condos right carnegie hall speak cars em parked niggas money light come dark really type thats facade one reasons write got synopsis im always top barbershop gossip thought better knock em allocate dollars go shoppin bitch real time stop talkin ayy woah made way yeah im gone outta place yeah put flowers vase wont let know okay yeah dont wait til day love wait til late late", "Power Circle": "michael jackson came alive right hed ask smoke one honor niggas spud webb coming short think youre dee brown jump want put momma last nerve ricky madoff everything deserve square root kilo nigga square root kilo nigga math im motherfucking g nigga see im gon get money denied shittin fucks long time time pee finish first hate worse startin see im round table seat plate lobster sea bass aint never left acting like back see us taking pictures acting like rap circle thatll murk blackout short circuit somebody show square ass niggas first exit reserved soldiers definitely watch say step carefully fall field aint air pour ground put one air tell enemies fuck em know already fuck em tell em middle finger chuckle dont know nann nigga nope uh uh famous thatll still throw copper cross heavy crack tabernacle fire ganja back throw blow tobacco crank lac one match left last turn santeria candles sanctuary burn imma earn til last court adjourn til last gavel drop gon locked gon locked gon locked im part small percentage niggas make ghetto niggas tried pull back cause misery loves company funny come see living comfortably broke sleeping floors aint want nothing futures bright past ugly try correct still haunts tried section past still haunts accept got reflecting rocking chair space created hard work got look like telling nigga shouldnt power people people shouldnt live fear ill raising voice tell people treat us fair warring streets tell soldiers meet us open alone felt coldest air secluded thoughts fear one talk one even voice even ear one alive one care got power circle im power trip calling counterfeit cause aint gave coward shit stone throw pile shit wont pull funny comes full circle wanna part power circle wanna part power circle may wind back may bad past may kids take good wife class realize goals whats life without grind niggas yo niggas hope niggas real mine may wind back may bad past may kids take good wife class realize goals whats life without grind niggas yo niggas hope niggas real mine theres difference underrated hasnt made successful relentlessly giving hatred theres applause ya success hard ya theres enemies envy green niggas lawnmower im tour jordan 4s tom ford aint thugging clapping encore got dark heart bright mind make women crazy give throw two call shit safety shit crazy entertainment aint entertaining inner sanctum need real estate im cabeza jealousys weak aint happy made feeling like brother malcolm nation allah got us cause hollered lost numbers seen hustlers turn cluckers niggas grandmothers shut fuck listen fuck stuck musicians circle small regardless circumference official clothes different like quarterbacks closed scrimmage gon blitz us aint way gon hit us im elusive niggas goin guess wrap co defendant make soul music cash rule world least girls least churches seek truth true hurts real real niggas deserve dont deal weak squares power circle dont deal weak squares power circle im like welcome power circle came long way started powdered circle clique full real niggas thatll probably murk cause murder game lot verbal lotta talking lotta tweeting til hear chopper speaking kill dog kill dog tied even id believe see got nigga never give cause grindin gon rich look cousin knock told never teach niggas cook cause sell em hard low give em hookup still make profit streets say im hottest nigga still modest im honest back wall never let em get behind us mac draws fitting right designers look persona dreamed woke conquered commas commas eat em like benihanas put shrimp pasta pasta lobster lobster table power circle mafia talkin money talkin money talkin bout probably talkin bout us thing talk cause thing talk cause thing talk look inside eyes last mohicans survived wont last weekend outside seen pastor tweaking sunk teeth rock demise later evening heard grieving angels cried see demon dont compromise walk alone cross diamond stone im diamond inside rough thats mighty maricons might well put killers ysl put voice microphone put pussy niggas hell hells fire never lie never grind know priors running us crime know section eight wanna discontinue moms heard ohio state gave 30 racks july oh lord cant life cant life day breaks earned stripes learned strike upstate adjourn life confirm life good bait warden might get awarded write fate record denied reporter replied death rate eventually climb eventually im track race dough time get clock resigns face aint business get offended mind one fake im realist strive im billion five well billion cause limit sky live cloud nine recognize nemesis gon try put finish shine pussy well hurt life power circle regardless goes life goes right tried warn niggas tried warn niggas late double g much cake much power much respect bow nigga ugh", "Idols Become Rivals": "yo chris rock im man ricky rozay drinkin belaire rose thats thats belaire rose eatin wingstop know wingstop nigga dont know nothin wingstop cant handle nigga cant handle sit corner shut fuck take notes bitch take notes used see niggas tv man used like yo niggas blessed know im sayin opportunity know im sayin damn grew cash money bling bling well known flash money hit liquor store vic authority quick switch bitch pick thicker shorty pistol nigga aint pickin veterans better go get army thug holiday body lay trick daddy come common place us gettin money thats conversation hard stayin rich miss confrontations cigars oval office ronald reagan hug barack obama whisper salamu alaykum live moment die streets bible dash kilos seat used see niggas tv screen wondered life like dream met livenation dates came realization watch fake damn nearly broke heart really thought niggas really owned cars used look nigga ugh hard point finger live life sin ima bring niggas lose win bought fleet cars let bitches tag along little thing ones tattle omerta code met ball parties vogue still blowin thick smoke powder nose head rush day feds rush thats niggas wish put bread leased whips bad blood shitll sink ships fast money comin slow better think quick rap game much fuck shit done thats 45 trukfit trunks fuck skateboard went got wraith boy catholic record labels niggas gettin raped boy birdmans priest moans synagogue publishin sin repent forgive lord shots fired home invasion palm isle red beam detonators bomb look eyes nigga fore say good night pray mannie freshll get see light damn stunna loved nigga hate came stole boys pub bought foreclosure scott storch demons poison handed records never charged coin could sense sentiment im talkin along miami issues rozay handle way big ducky california never slippin got relationships trillest niggas tony draper j prince even jimmy henchmen plenty killers know diddy tyga chinchilla really aint penny pinchin knew would never visit bg turk came home take boy three piece shootin dope usin coke movin like folks sacrificin half life new music cult would give us self esteem motivate drive pockets time count five pray find kindness heart wayne entire life gave gain watched whole debacle im part blame last request producers please get paid cant believe shit homie still love nigga fuck nigga touch half billion nigga team starvin nigga island nigga came city nigga let city nigga hurt nigga brother khaled nigga khaled loyal nigga pain seen brothers eye nigga facetimin nigga nigga took chin nigga thats nigga blessed thats nigga khaled blessed put nigga hole homie dont feel nigga shit hurt dig umm painful see real niggas get paper get bag cant never forget bout lil bruh ill never forget bout lil bruh lil bruh always remember lil bruh lil bruh stunna", "Sixteen": "justice league huh special extremely special sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah funny mind lately dope beat dope idea sixteen bars aint enough fuck squeeze whole life sixteen bar verse know many different levels living life depicting wordplay exactly life means sixteen aint enough know yall gonna feel one gotta feel one huh funny things change funny time fly feet travel feel fly make chicks smile call local nigga opened swiss account eisenhower status etta james dash smooth john coltrane cruising cadillac seville feel life real last poets world premiere rolling like mick jagger women getting badder see money cream eric clapton wanted one sixteen aint enough talking fast money fifteen every month people labelled poor motivated everything ever wore worn roll punches box office numbers dressed like sammy davis steaming marijuana double gs double fees every hood nigga government cheese yacht yachtmasters ol dirty bastard floor seat heat paper im stackin better put away penny rainy days pick roll give go fuck fade away living like scottie pippen dribble riddles vittles started scribble im flowing river say heart cold im naming son december whitney died night grammys damn memory trump tower started 10 speed born broke use niggas instincts get hundred racks sixteen waking turkey bacon thick queen niggas hating im watching big screen three stacks beat kicks mean sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah know sometimes got much say give sixteen hehehe man like mean got much say world said much wanna give right back em get sixteen thats like cage know really cant say wanna say know glimpse thats one uh one little single glimpse page guess im defeating purpose talking aight summer 88 89 wintertime aw never mind im room booming drawin cool j album covers crayolas construction paper im tryna fuck neighbor im tryna hook waves im tryna pull grades get saddle lace ups lil marc jacob girls wore makeup voice would break wed tour shake clubs mama wake crumbs would cake tell love well never break time makes love someone thought homeboy boy wrong dont budge dont want much roof porch porsche horse unfortunately course assortment torches scorches skin enter intruders whose tutors lousy job hows god lets lucifer let loose us noose us wont loosen loose enough juice us make us think much big like dont let us win cant pretend admit feel good hood pseudo celebrate hence every time dine eat belly aches go grab finest wine drink like know grape region came name em hint hint aint um welchs hell fell three thousand degrees cooler yall cant measure worth try youll need ruler made greek gods odds always stacked backs wall feel right home yall sitting right home kellygreen envy im jelly beans descending palm child looks mama smile devilish grin like hell shes yelling sellings sin well telling young men selling sin dont offer new ways win dolphin gon shake fin regardless gets water important thing swim flipper didnt hold nose shall hold tongue miss days old one could hold gal arm set alarms cameras snap snap snap return fire pap pap pap pap pap pap pap pap theyll learn mere privacy essential wont make laws break laws til see window take fall make treat human kind gentle forsake hate dont like em dont pretend yeah something tells aint kansas anymore shit used cool aint cool anymore women pursuing want deserve dont settle aint sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah breakdown breakdown mama know see know youre freaky ever wonder bout ya speaking ever ponder im get sleepy hell im gonna tell youth dont yeah hahahahah hahahah love daddy think perfect know certain know act pull back curtains think im 2pac cause im black put words know daughter might caught real merman yeah hahahah funny youre changer love go extra mile break em andre huh next level amazing"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/rza.json b/lecture/lecture-9/rappers/rapper-data/rza.json new file mode 100644 index 000000000..e47b2ba04 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/rza.json @@ -0,0 +1 @@ +{"Biochemical Equation": "tempted sins life pleasures lust wild imaginings cant discuss oh flesh weak struggle peace daily conflict man beast strive god better tomorrow still suffering unforgettable sorrow repent thy sins son walk ye straight stop talking trash boy talk ye straight afflicted pressures life every vital point still wouldnt give oint flinch inch pitch pinch pie every try try wench confronted devil stay strong think take king meet kong strong base mountain theres counting many mcs sprung fountain fifty thousand year process make combination im giving mine away satan although know hes awaiting get hold biochemical equation ima slip son ima dip son catch drop ima clip son fifty thousand year process make combination 99 elements biochemical manifestation im giving mines away satan although know hes awaiting ima slip son ima dip son catch drop ima clip son bet ahk straight head pet rock least til get booth like sweat box trade bars head nodding throw us stack pay sewed like thread bobbin bonus pack invest first b boy kid show live skid row jive talking negros wear beard like frizzly haired grizzly kept appearances exquisitely rare backyard front porch standing corner club blunt torched youre soft say rhyme like starving sold odds bodkins old gods goblins golly im pest worst best friend mend rip space time fabric like polyester blend hobby knobby kneed lesser men sloppy like rest probably need estrogen yo yo drunk sober son dont lose composure semi remy mixed henny moet demi underneath passenger seat son tuck semi israeli issued automatic black pistol cop flashlight chew gum whistle tapped glass roll fast license registration address lab made insurance reason pulled cuz way swerving sir cant sober drinking breathe breathalyzer get car please follow exercise sir put one finger nose heel toe walk straight line ten paces road homeboy kano used mashed potato cartwheels spin like tornado used chase right son would always shake em come puff bowls make beats inside basement drunk sober never lose composure stress brain cause pain stomach ulcers cant understand come closer civilized uncivilized like supposed drunk sober never lose composure mic hand black man stand soldier stress brain cause pain stomach ulcers cant understand come closer", "The Baddest Man Alive": "could take pitchfork devil keep super suit like im incredible deep blue sea dark blue sky im baddest man alive ill grab crocodile tail handcuff judge throw cops jail make meanest woman breakdown cry im baddest man alive im baddest man alive ill take mess ill take jive sometimes feel like fly im baddest man alive im baddest man alive bad meaning bad im bad meaning good say name three times knock wood candy man hooks terrorize hood flashing macs cop way gangsta snatch food mouth tiger take gasoline bath walk fire bear hug grizzly suck milk titty take sergeants hat head use frisbee spit crocodile face menage trois two female apes sleep barrel butcher knives drank honey straight beehive bungee jumping empire state butt naked rollerblade across golden gate butt naked baddest man alive dont plan die grim reaper come ill look right eye ill bust face witch east tell great white shark go brush teeth im man stole golden fleece date raped beauty right front beast baddest man alive dont plan die im baddest man alive ill take mess ill take jive sometimes feel like fly im baddest man alive im baddest man alive", "Destiny Bends (Paul Walker Tribute)": "yea wanna dedicate song friend paul walker studio last night writing decided write song peace brother every time think see smile bright blue eyes thanks time smiles shared equally respected art talked young father learning takes man sharing time daughter plan drive wind surf seas realizing love woman becomes mother exists see set free worries gone breeze gone trees thought another day smile laugh wind end im grateful meet may meet paul friend highway heaven begins lost friend destiny bends bends destiny bends yea bends lost friend friend highway heaven drive wind youll surf seas oh set free worries gone breeze gone trees soul set free thought another day smile laugh wind end im thankful meet may meet paul friend paul friend", "Tragedy": "word wu tang joint wu tang forever wu tang wu tang wu tang wu tang forever word wu tang forever wu tang forever rzarector sector shaolin holy city mecca yo yo assassination vaccination poor education infatuation satan global nation taxation fiber optic microscopic biological germ mad cow burger market captain starship never departed started explore regions uncharted leave heart broken yo stand tall like buildings van dykes mics beats strike like noisy four train late night chase got new york life state cant smoke bone staircase without getting chased penny candy poisonous rappers best chill get head gashed lemonhead sour patch kids best grab life savor ill jawbreak ya boston bake ya plant sunflower seed every square acre beauty nature shown shaquasia mecca made equality known reflector stay playpen boy babble formula cried pacified lullaby black butterfly comes rain falling head like tragedy falling head causing new emotions even yo yo absorb metamorph king takes office keep planets orbit never forfeit quit move forward talk awkward slang walk wu tang yo heavy thoughts cant held laws gravity watch lama temple trying plot tragedy gain rank high officials banquet attempting hijack wu tang manual blanket cant interpret cause brain short circuit dumbness led body numbness try come amongst us whats angle rectangle triangle truth square drains power death angel strangles like weed choking helpless flower cower feel power final shower comes rain falling head like tragedy falling head causing new emotions even naked eye see e even naked eye see comes rain falling head like tragedy falling head causing new emotions even eye see word word wu tang wu tang wu tang thats right 97 february wu tang coming word", "Domestic Violence": "aint shit daddy aint shit brother aint shit money aint shit lab aint shit rings aint shit gear aint shit jewels aint shit kicks aint shit nigga whips aint shit bobby aint shit nigga im shit aint shit daddy aint shit brother aint shit money aint shit lab aint shit rings aint shit gear aint shit jewels aint shit kicks aint shit whips aint shit bobby aint shit nigga im shit aint shit daddy aint shit brother aint shit money aint shit lab aint shit bobby aint shit rings aint shit gear aint shit jewels aint shit kicks aint shit whips aint shit nigga im shit aint shit daddy aint shit brother aint shit money aint shit lab aint shit rings aint shit gear aint shit jewels aint shit kicks aint shit whips aint shit nigga im shit fuck yall birds talking get fuck house fore grab hair slap dick mouth bob digi yeah know girl fucking slave trade ass like kizzy kinte wish could fuck bitch dick suck fuck dont cook dont clean press jeans dont scrub wash clothes buy food make cream bitch dont read seeds watch tv smoke weed get nails done feet scrub hair weave sleep day eat gain weight cant breathe talking youre going leave bitch leave fuck youre waiting hit door aint taking shit spending cream gucci phillies coach moved lab bitch aint never seen roach stains carpet bathrooms like fish market take space closet fucks logic disrespecting old earth aborted child birth every day catch credit card inside purse cant speak sentence without curse talking bout youre going nurse bitch nurse got go school first first met ho tried reform bomb warn teach couldnt reach youre still ho father said ho leave bitch youre gonna ho cellulite gargoyle feet id rather beat meat raggy ass pussy starving dog wouldnt eat started body model pussy tight pharmaceutical bottle could swallow whole avocado two forty ounce bottles end world would follow fuck shit echos cause pussy hollow turn fat ass sideways stretch marks look like us highways fuck new nigga every friday talking bout bust nut bitch ill bust yo guts wonder come quick wide ass pussy soggy tits im trying get shit go sleep im real freak weekend bet baby fuck two half hours three youd better study 1 14 knowledge culture degree g g c c cause aint shit mother aint shit sister aint shit pussy aint shit weave aint shit ass aint shit girl aint shit daddy aint shit fuck yo let get fucking phone yeah get motherfucking phone quit motherfuckers fucking business end fuck ill pull motherfucking chord man fuck motherfucking socket yo god bitch bugging im sick shit motherfucker get fuck im throwing shit motherfucking terrace right im sick im phone shit shit im phone motherfucking closet right well fuck names motherfucking bitch get fuck nigga dont give fuck fuck house man shit get fuck lab motherfuckers sleeping fucking living room seeds run motherfuckers niggas yo hey hewey hey hewey dirty motherfucking socks fuck yo god bitch shit fucking dirty toilet seats bitch stupid man shit seeds gotta sit shit get motherfuckers give fucking crab ass motherfucking lab get fuck girl gas yo every lat one yall mother yous ho bitch fuckers get fuck lab come yous ho youse ho motherfucker dont make pick youse ho bottle dont make pick youse ho motherfucking bottle youse ho ho ho ho ho ho ho fuck ho ho fuck yo yo dunn yo yo god bastard bastard bastard shes stupid dunn youre fucking dirty dick nigga yeah youre fucking stupid nigga youre fucking stupid youre fucking stupid call back son call back", "Holocaust (Silkworm)": "wu tang killa beez falling endless tunnel doom reality graphically killa bee family stings galaxy insanity titanium stomach devouring guinness flesh solid stone despite outer appearance still disease kills viruses planets racial creatures made mcs sprout tumors bad lost facial features waste peoples left rain fountains pain eighty shots mouth brain shouting name holocaust black man whose veins littered thorns back smack hard seeds born deformed swarm dorms sting birds fling verbs like mean curves strike three mics flee infect em green germs ringworm cause im filthy guilty dastardly mastery felony melody bastards masterpiece stop grafting chump ass niggas eyeing tempt ill break simply im horrifyingly empty spitting darts tip glacier used hideout rock crushin german suplex watch spines slide side route forearm bash twenty jabs ave lab get stabbed bloodied bad im sipping herbal teas verbal bees plant fertile seeds bitches leave broke backs swollen palms purple knees circle thieves like vultures deserts rest cactus got oscar nominee mcs stuck hatchet drastic indescribable pain injure bars bobbys throwing razor cds like ninja stars chick chick chick chick chick chick chhhhh yo yo drop manhole yo rap ammo blows candle check yo drop manhole rap ammo blows candle wu tang tagged tombstone gano release info 44 increase heart tempo scared ass jumped closed window hundred beats per second mics secret weapon infuriate style led zeppelin encyclopedia britannica hanna barbera world super adventure couldnt give proper word scripture manner youre flicker inferno burn eternal mcs delight popcorn popping every kernel jot journal reach hot like thermal nuclear explosion undermine control country like federal enforcement management agency technique vocabulary freak c cyphers say divine like dantes peak youll trapped patmos get smacked back neck black toast king cobra black brew pack barefoot roof dusted waiting chariots popping like orville redenbacher betty crocker pop secret 45 glock popper control men like rats thats controlled ben willard american express privileges blood spillage got bars billets star spangled banner soldier stand cobra commander stop propaganda thirty shot banana clip full loaded radar scanners get decoded digital warfare torments head eyes bloated heads exploded poison darts quoted american eagle stinging blue beetle bailey rocks mixed hennessey daily keep scaly israeli niggas clan ride amistad harness promised land cant escape doctor doom lyrics loom buffoons take flight like witches brooms full moon dum dums wash filthy rhymes away like soap scum warlord swing flaming swords like shogun darkness scriptures cause arson like flaming arches killa bee sting remains accurate like marksman take precaution attack like black martians corner market using digital strategies reefer sparks acid battery yall niggas flatter tough talk drop bombs like mookie blaylock outside inside create intense rides pen glides mcs get head fly talking shit lyrics always strike throughout dungeon pit killa bees must reign supreme throughout continent conquered motherfuckers beat terminal exquisite young cooley high production caught hollow head suction ten pogo sticks two black belts break bricks diet coke meetings rich im faithfully married rap weve engaged twelve years tyson bit holyfields ear love sport look window see pull shade yall amazed tony starks spaceship ran duracell man walked hell dick swinging like shit went well call mighty joe young double swirl slush wonder womans sapphire shit pearls looked real nice yo heavy gravy dirt bagged secretary graze typed eighty words whirlwinds whirlpools openly sea watch earth spin sunny dance serpent shot jj mudbone nigga riding train nigga name jacket swift changeable inhaled bad bag jason fell twice basement straight yall", "U Can't Stop Me Now": "round round round round round round round round matter hard try cant stop matter hard try cant stop greatest b boy time started small crimes others big tops slingin small dimes tryin make come blow used numb gs week clique used sum till brother got locked girl got knocked closest homies got popped shot cops flood block way eat dropped half g rented sp 1200 sampler yamaha four track bass lab used blow fuckin door back ghost doin stick ups tryin make vic waitin outside brinks truck pick nothing would work back choppin nicks givin grown ass women two vials dick suck stressed would head rest pads sp 12 got pressed makin beats streets family could eat 93 wu tang clan dropped first lp went platinum whoo peesh yeah flatten em pockets got fat um went got cap em statens map um brooklyn zu bombin em around world killa beez start swarmin em cant stop us cant block us rock us mock us knock us top us better sit back watch us cant stop man matter hard better go hard hard gonna try stop ruckus rhythm like blocks wild bad enough got cops tryin lock cant nobody break stride shake pride without homicide case trial long time comin long nines bustin cradle grave grind hustlin sometimes think mind buggin shit things ive seen chicks ran places ive im victim song sing thats heart want part soothe pain booze narcotics imma hold head stay true heart either pay life pay dues homage", "A Word From RZA [Album Trailer]": "yo peace blessings name rza mighty wu tang clan im zonin home girl sza self savior zig zag zig allah yeah think take far mama know mean cut loose drama melodrama rise top claim yo karma honor drop lesson honor give blessing self savior sophisticated syncopations smokers several strands high potency stimulation soulful songstress see sometimes woman strongest one inside cypher yall niggas getting hyper huh could stubborn born yeah could never stupid may think shes strange nah shes wise studious reverse stress girl return back z zig zag zig yeah find zig xena could rise ashes like phoenix usable zillionaires fuck yall rap billionaires haha hey self savior boy told better save stupid motherfuckers putting wealth yo health every drop semen theres potential human every man thats born womb woman born free man every womb carry chance life infinity every woman inside divine identity yall got backwards boy need get smacked backwards boy back past yo lets backtrack ass zero zombies weak ass uncle tommys yo see allahs see knowin flowin land sea sky ocean controller space time motion darkness universe first letter verse amplified apple device appearing voice sza cut paper thin open ears let melodies enter whether sober drunk smokin bongs smokin blunts lets get mama cant front self savior zig zag zig apex nah aint nothin change yo yo baby girl fuck gon shine niggas aight understand yo", "Ich kenne nichts (das so schon ist wie du)": "know say every mans life comes time got struck arrow cupid love god beauty woman sometimes love brings thunder life brings storm sing love like love kiss take step connect bring thunder life fire eyes cause days pleasure everything far near never felt thunder lightning like never strucked wonder like ich konnte tagelang nur von dir erzahlen ohne deinen namen auch nur einmal zu erwahnen unter schmerzen oder unter tranen wurde dein name als meine linderung dienen jede deiner bewegungen sind erstrebenswert und jede stunde mit dir ist lebenswert und nichts ist vergleichbar mit dem du gibst mit dem du zeigst wie du lebst und wie du liebst ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du schone tage mit dir sind kostbar kostbar wie der weg zum morgenstern ich zelebriere sie wie einen festtag dem ich immer wieder neues von dir lern im moment ist es das schonste dich zu kennen dich zu kennen ist wie das beste das ich hab verzeih mir aber dieses sag ich nochmal deinen namen zu nennen ist wohl das schonste ich sag ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du", "Fatal": "blade ready die born ready motherfucker daywalker daywalker daywalker daywalker yo yo yo feast blood sin unleash beast within walk around strength hundred men best gone count ten blood dripping canine like fountain pen seems ive asleep thousand years way world changed brings thousand tears prince darkness walk rays light breed vampire im prototype shape shifting mirror image flash phototype everlast original red blood type born perfect like great white shark guy never evolve daywalker daywalker daywalker daywalker daywalker daywalker daywalker daywalker try use name thats fatal tried claim fame thats fatal bring pain thats fatal bite jugular vein thats fatal try use name thats fatal tried claim fame thats fatal bring pain thats fatal bite jugular vein thats fatal daywalker daywalker daywalker daywalker come walk come walk come walk come walk come walk come walk come walk come walk come walk youre immortal must heard hundreds rodents make claim one tasted bitter end sword strike back vengeance father descendents cant deflected silver cross pendants blow holy water make false images one swing sickle ahh life diminishes sting like scorpion strike force ten blood known revitalize corpse men last days said dead would walk blind deaf dumb talk"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/sage-francis.json b/lecture/lecture-9/rappers/rapper-data/sage-francis.json new file mode 100644 index 000000000..a558f10ee --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/sage-francis.json @@ -0,0 +1 @@ +{"The Best of Times": "long lonely trip im glad took well worth got read couple books research reached verdict never thought perfect always thought purpose used wonder id live see first kiss difficult thing recite words service realizing person addressing probably wasnt looking heaven cooking something hells kitchen trying listen eavesdrop another dimension self serving like conveniently religious easter sunday christmas television went babysitter mistress technology made easy us stay touch keeping distance til stayed distant never touched text much dont remember much youth maybe memory repressed spent much time wondering id live sex fell love first time 4th grade didnt courage talk 8th grade wrote note slipped someone elses locker considered killing big deal blown cover goose cooked stick fork jig blew chances rest history future torn asunder became abundantly clear brought suffer least didnt include name thankfully wrote whole note code 10 layers scotch tape safety seal making impossible open plus set self destruct whoever read probably died laughing wonder lived long enough realize happened year later came understand wasnt love feeling someone else obsess older mature forged time signature practicing parents autograph cause failing math disconnected phone thought teacher would call home checked mailbox twice day end long dirt road steamed open couple envelopes like private detective mode snoop around long enough something particular youre guaranteed find better worse thats learned best keep things private best times end times best times end times always deck next line child pen pad writing list things could never walls house paper thin every squabble seemed get deafening memory serves correctly made point void forget things probably keep embarrassed never meant upset give grief parents kept secrets hid talents head never mattress therapy couldnt break never learned word would ensure safety spoke softly tiptoed often door room like big old coffin way creaked closed shut anxieties peaked opened everything thinking would exposed still sleep fully clothed best times beautiful brutal cruel business usual heaven hell used wonder id live see 12 figured immortal loved dance couldnt make formal couldnt bear watching imaginary girlfriend bust move dudes tone loc talking bout wild thang still caught child thangs scared god couldnt spare rod clearly brimstone fire thang pyromaniac kleptomaniac couldnt explain desire steal fire add rider like please oh please dont throw patch brier best times end times school counselor clueless cause never skipped classes perfect attendance imperfect accent speech impediment could never really fix faked bad eyesight could wear glasses considered something would cripple wanted wheelchair wanted sympathy wanted straight teeth came braces 4 years headgear helped change faces best times end times wonder ill live see marriage wonder ill live long enough kids wonder ill live see kids kids im gonna tell em dont listen tell best years dont let anybody protect ears best hear dont want hear better pressure peers peers beer wont give chest hair spicy food wont make curl think youve got figured everything collapses trust kid end world", "Sea Lion": "force love strong sea lion laying long song air singer care singer among song force love strong sea lion laying long song air singer care singer among song look look hands broke em gave stone gave chisel didnt say hold em didnt say give away every piece puzzle till left nothing took upon crush distribute dust get bus hop van jump water crawl land build another castle sand break get saddle going city city im already lost tell boss new town im ride horse till bucks im forced shoot im take gasoline im trade cow magic beans make mom proud deals ive made cause im modern day johnny appleseed im glad never passed genes never put axe piano man got checkered dance floor grace painful look face cause crowd packed louder clap less able make connection sees hears certain notes hurt shown facial expression dont need go ahead go ahead know one said gonna easy sweet jesus wants sleep way many moves learn enough people put em lookit mom hands built suit armor wooden arms force love strong sea lion laying long song air singer care singer among song force love strong sea lion laying long song air singer care singer among song oh god think im dead cant see outside head brains bloods cryptic gang men czars warlords breaking bread thoughts thought whats said said thought fore said didnt mean think loud tongue slipped let let let let go nah let manhood nods whispers father screams shouts dear dad im sad youre dead new man standing pulpit bows wooden cross forces praise culprit im tenor choir sing different song wheres whys prove dont belong im staying ive planted seeds plan watch grow ive watered wishes dreams fulfilled seeds sow promise learn love way ive learned fear unknot inhibitions tangled hair let ego mound piles around barber chair make graceful exit vexed troubled years ive decided ive invited resort knights leave armor neatly piled door every woman child man gather shore study sea lions swim cursive force love strong sea lion laying long song air singer care singer among song force love strong sea lion laying long song air singer care singer among song", "Makeshift Patriot": "ive heard enough young fellas think know know nothing seen shot fired youre waving damn flag frank whats man watchin bullshit news fuckin bullshit reporters tryin win fuckin emmy makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang via live telecast coming live funeral beautiful weather offered nice shine suitable full view forever altered skyline times like freestyle biased opinions every sentence journalistic ethics slip pass objective dont gimme ethical shit ive got exclusive explicit images present impressionable american kids time show world big edifice thats exactly attacked typically dark skinned disney villain used civilians civilians charged trojan horses buildings using commercial aviation instruments destruction pregnant women couldnt protect children wheelchairs stairway obstructions backpedal shower glass metal wondering settles well find provided power radical rebels melting pot seems calling kettle black boils soil little boy holds toy soldier waits suit tie come home wont wait till hes older destroy hopes colder war end get close head makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang stock markets crash city covered inches muck see pictures victims grieving mothers thinking children stuck leaping lovers making decisions jump holding hands escape brutal heat sometimes groups three fallout goes far beyond toxic cloud people look like debris saw said beyond talking heads bloody dust legs looking like walking dead calling meds hospitals overwhelmed volunteers need go hell home moments silence fire fighters interupted cell phones whos going make call increase unknown death toll one rally behind hes got megaphone hes promising make heads roll cheer asbestos affecting breath control less know fabricate easier sell souls talking interlude new price freedom buy supplies last changes need made curbside baggage 7pm curfew racial profiling continue less bitching weve unified kill find relevant scripture quote remember god bigger stronger smarter much wealthier wave flags pride especially white part sell addictive 24 hour candlelight vigil tvs freedom defended cost civil liberties viewers glued television screens stuck cause lots things seem sick use opportunities pluck heart strings theme music ill show culture pump fist foot right kiss dont know culprit yet looks like know heros xenophobes act hard taught dog squat dare shit back yard happened scar financial state char landscape count many times far ran back damn tape cameraman creates news shoves throats west bank ten second clip put constant loop provoke us angst get tanks load guns hold sons family huddle even win tug war even score humanity struggles theres desperate need blood whats uncovered rubble dug answers mess rest looking trouble makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang dont waive rights flags", "Slow Down Gandhi": "song called arrest president contemporary music hit kids top ten wasnt pop missed bus bit politics everybodys hot summer list cool kids rocking votes shit pistol whippin cops hip hop soapbox yelling megaphones killing hard rocks using carcasses stepping stones promise id stop holding marches day chris columbus got crucified golden arches pedestal tall climb fact thats reason high horse see marines hummers conquest underdogs wonderbras push contest sake military recruitment felt like kent state way targeted students galloped whistling ohio rest stuck stand cricket convention would die machine leaves quality life poor abominable colony cyborgs clogging property bought eyesores clever ad campaign aint worth time taken minimum wage labor dont care half naked fake looks smells like dirty cash aged paper books would die slow gandhi youre killin em slow gandhi youre killin em whistle blower versus pistol holder case dismissed theyll lock throw away key witness justice whim judge check chest density leaves much room error rest left destiny west memphis three lost paradise death penalty versus suicidal tendencies wanted fucking pepsi institution making think youre crazy billion dollar industry could sell sanity bottle theyd charging compressed air marketing healthcare demonize welfare middle class eliminated rich get richer til poor get educated yall still havent grown face face doesnt quite match head im waiting brain fill dead space thats left youre give ethnicity give dreads trustafundian rebel without cause alarm cause push turns shove jump forefathers arms hes banker youre part system go dreadlocks comes income briefcase sickness cameras start rollin stay fuck outta picture pilgrim briefcase sickness cameras start rollin slow gandhi youre killin em mr save world spare us details save females losing interest miss save universe youre damsel distress tied track isolated incidents generalize disease need taste like living fat kings play scab hunger strike slow gandhi youre killin em one love one life one many victims republicrat democran one party system media goes frenzy theyre stripped credentials presidential candidates cant debate instrumental let em freestyle winner takes musics dead ill ted nugents head hangin wall kill one well kill one friendly fire thats funny term like civil war six morning police crib nights consist two toothpicks eyelids crucifix vitamins music pirated new flavored food made mutated hybrids uh tell bad fucks good bad hold tales til dog wags god save us lets cat bag whos one blame strain vocal chords pen hateful threat cant hold sword complain global war cant overthrow local joker voted call shots theyre line fire call cops theyre breakin line duty lets call stop abuse authority truth keeps callin im live tell story look truth quit seeking forgiveness need cut noose dont believe scissors support troops wearing yellow ribbons bring home motherfuckin brothers sisters cause dont call shots theyre line fire id like call cops theyre breakin line duty time call stop abuse authority truth keeps calling im live tell story meadow superstar coming farm reaching arm come away another ranch rely tree branch", "Grace": "patience virtue virtue grace grace little girl wouldnt wash face grace virtue virtue mean two extremes one excess one deficiencies patience virtue virtue dirty stain cleanliness next godliness isnt worth pain grace virtue virtue pageant love ballad suggested lithium get better unless uhm get together aint gonna happen never send well wishes nutritionist dietician pharmacist personal trainer accomplices partners thought crime criminal groupthink doctors online difference isnt business friendship parental assistance assistant permanent solution quick fix fit body sound mind hundred hour weeks dangerous amounts downtime got lot offer youre author kill persecution complex dont make martyr drop styrofoam cross cant walk water could use floatation flying saucer suggested professional help like wasnt mentally well feeling wasnt meant felt duly noted youll quoted eulogy itll passed poetry know know difference confession conjecture prosody needing lectured meter student becomes teacher son becomes parent scab teamster sun becomes apparent chemical imbalance litany habits love ballad drown womanhood teach swim beat hands tie limbs suffer sins let suffer within end love ballad battle tattoos cover bruises first show sign discomfort loses first time long time youre muse love ballad im thirsty got hungry eyes look appetizing distant stare broken eye contact disrepair sometimes disappear oh see im part irish goodbye part harry houdini put feet fire ive got satan heels prestige wait reveal ive got new bag tricks turn new black magic woman witch burn much live learn patience virtue virtue grace grace little girl wouldnt wash face grace virtue virtue mean two extremes one excess one deficiencies patience virtue virtue dirty stain cleanliness next godliness isnt worth pain grace virtue virtue pageant love ballad music box haunts top shelf bedroom closet dont touch cuddles conscience im constant guard jittery whole night clinging sheets sings slow like thats song running hourglass built two wine bottles found flower patch planted quicksand refusing sink fast abusing slow hear music think back fall set interest sex even developed fell love distance exs best friend used revenge couldnt see end switch lens focus flesh clinging old threads", "Make 'Em Purr": "lot comfortable vulnerable open younger wasnt clear wasnt joking much broken im like fuck fix cant hide plain sight anymore ill stay hidden minute since left domicile need change outfit rock like going style style aint one tell otherwise gets difficult stay inside summertime time like time avoid personal interaction human touch shut blinds since left bachelor pad need go market soon cause food going bad food bad found difficult cook one healthy recipes well depending book theyre want eat healthy gotta dirty dishes frozen dinners quickly ready serve delicious delicious disgusting satiates hunger quickness hey least something least something nothing fucks wrong dont know im adjusting month since left cabin doctor worried fever difficulties ive called christmas gift worried might die said might die shit forever since said something cant wiggle free theres anything cherish self inflicted prison freedom comes cost im private fault til default loan home actually like vault one knows combo little old head honcho holder key alone never lonely millennia since left dominion company women least got kittens spent cash cat stopped eating took vet could check health put feeding tube neck said please let work cause doesnt got nothing left didnt say saw cat tongue didnt speak told call back wasnt weird nothing stand right fix moneys object type stare year since stepped anyone elses private quarters ive busy self diagnosing disorders first world problems yeah usa number one top world im tux cummerbund welcome everyone party century sure one books doubt medical ones especially 20s roar 30s blur 40s im sure imma make em purr 20s roar 30s blur 40s im sure imma make em purr 20s roar 30s blur 40s im sure imma make em purr imma make em purr imma make em purr imma make em purr", "Escape Artist": "first got magic yeah first got magic underground phenomenon everybodys like pick card card shot full load first hand played id monkey box hangin david blaines id swimming sharks mouths full razorblades im got outta game escape artist talked till im red face strained polyps rock till im outta range raise octaves play pain remain conscious refraining commenting lame compliments petty criticisms aint accomplished even one fifths shit ive made progress im leavin naysayers stumped like rain forests years pullin rabbit ears pants pockets im revealing tricks trade aint magic breakdown baby effort make em see found life decided give em look none em gave glimpse guess im sitting middle unread book letters falling apart sentences stand wording permanent never missed ive misworded misinterpreted funny serving sentence solitary confinement results death sentences filling writing assignment im wondering time went pulled disappearing act every single assistant ever got sawed half cause see never paid attention cant afford laugh cause im lookin break autograph cast im short staff ask volunteers crowd show little bit audience participation say hip say shut fuck aint sayin shit respect check flair dramatic exit fashionable entrance late arraignment self destructive things entertainment folks gave heart broke heart pallet honin craft disownin talent thats still live home bought house parents im gettin ahead see hair back im road reading kerouac poems versus better raps think whats worth remembering versus defending size manhood confessional canned goods effort make em see found life decided give em look none em gave glimpse guess im sitting middle unread book letters falling apart sentences stand wording permanent never missed ive misworded misinterpreted funny serving sentence solitary confinement results death sentences filling writing assignment none gettin told confidence reckon spin confidential records hold listeners attention im veteran spacial relationships clip wings fit headshrinking magician shapeshifting reptilian turned body contortionist orphanages started offering torches abortion clinics lost acquaintances morgue lady friends gender bent heaven sent angelic devil boy good gods androgynous im lookin marvelous looks kill theyre unsure sexual orientation still put special kind case breaks hit bouquet flowers baby breath arrangements vault vacant theyre looking fault blame called agent moment caught train let know im goin nowhere hes invited leaves tonight might help find burden bear im psychic without sidekick holding future hostage loose cannon standing rooftop new respect understanding bartenders locksmiths call daredevil im precise enough unprofessional amateur level love life much escape artist escape artist im two places escape artist aint slept months escape artist tryin get away aint magic breakdown baby aint magic breakdown baby magic break aint magic breakdown baby pussies youre scared shoot heart know big uhh dont give fuck got bulletproof heart hit baby ill never fall love ever youve got glass throw beeyotch hahaha make noise sage francis yall", "Vonnegut Busy": "words mice men saddest might words mice men saddest like shoes look like theyve walked house look like lived car look like coffin thats driven cliff career like non stop graveyard shift dont clean crime scene cause time means money dont need visine eyes seem bloody see dead people doesnt walk undercover deadpan blending human puppets discussing nothing sports weather stare long enough morph together freak itll blow cover keep dont know im road recovery gps hoisting sails till sea breeze rests suck wind wanna player hate day day use fear falling asleep stay awake appear psychic like im psychic youre predictable fight left fight write come red pen taser gun something sift ashes search surviviors digging earth filling urns dirt worth im richer cemetery soil use slant drilling get midnight oil ive moonlighting daydreamer im wheel eight seater hey mister gatekeeper call key master home owner one two three foreclosure said war know wasnt wanted soldiers said sure fuck heres fresh batch people setbacks poor folk fact theyre broke cause debt traps picking pockets people probably needed assistance selling lies selling sending distant coast telling anything anyone left impossible debt receptive breaking promise negative worth like buddy theres nothing left gotta buy buy buy stay alive punish payment delays charge low balance ask didnt save long took chin long took grave take get fuck unlivable minimum wage something might might words mice men saddest vonnegut busy mess mind mess mind sometimes shoot foot put foot mouth clean suck bullet reload weapon thats conservation stay locked loaded bad conversation making blank statements like surplus ammunitions finite visionary nothing youre man lives hindsight return hive mind call back im predicting early youll monday morning quarterback cocksure culture gangs bully types mob mentality isnt bullys like inspiration strikes like union write lines cross em im concluding mama dont wanna never work dont ever ask spread thin im finna flirt dirty pen flick tongue bottom promise writers block aint never problem ill probably make columns wanna pop bottles pain relief sometimes dont say says say least idle feet devils fetish club highly exclusive spot none us members dante scrub kicked van steamrolled 2010 couple dreams stolen b dolan relocked reloaded feels like youre going hell keep going say may bridges burn light way mess mind mess mind vonnegut busy", "Dead Man's Float": "go away extinct disappear float go away extinct disappear float go away extinct disappear float go away extinct disappear float yea walk valley shadow death shall fear evil evil motherfuckers whatever valley choose occupy gentrify overtake drunkenly speed hitchhikers tired thumbs often greeted middle fingers imagery lingered tires spun conserve energy lay face waterways seek guidance sirens calling watery graves bodies display bloated holding crown jewels instead flotation devices decided house rules didnt apply got baptised name neptune died ice thin dead mans float dont like swim dont fret cause help way itll day stay still nothing buddy remain faithful youre gonna saved meet maker explain cemetery support behind every wager placed chorus every deceased beast came sweetly saying float wait riptide sweep us away valley shadow shall fear evil cerebral ghost people poke needle pop pill post survivalists holding onto steeple like lightning rod show wed die said faith could move mountain faith couldnt even move low income families away biblical floods drowning theres doubt mind theres cloud sky theres contaminated rivers filled waterlogged subordinates floating float swimming iron limbs knighted stiffs skeletal remains false praise slow decay yesterdays recycled gifts theyre drowning sorrow cause pray clenched fists shamed broken promise tomorrow guilt sticks ribs ageless ancient aint shit compared present hail king paupers peasants return called essence war famine death pestilence float float float float float proceed finger prints worst luck aint always bestowed upon old weak stick em hahaha stick em oceans deep go sleep young one sweet dreams someone youll never meet youll speak often whenever talk tongues coffin comes form canoe paddle info manual live slow dont quick storm castle pack survival kits put oxygen mask inside tackle box limbs abdomen sense pressure cabin drops shut captain talks secret enlightened preach whatever practice dark born free die shackles adopt enjoy buoyancy right last drop dead mans float deadpan joke cold touch stranger left hand stroke theres right hand man bedpans spill dead mans still face waste chase shadow gallows valley death shall fear evil long hold breath float", "Crackpipes": "often people said wouldnt last dont make laugh dont make laugh id give twenty one gunshot salute toy rifle bought wont shoot well theres one many shots sterile robots want talk detox stop presses theres update delivered via 130 phone call half informative source talks discretely meet family room side intensive care unit immediately ill carry tune sirens loud cant hear music keep free negative thoughts everythingll fine assume would go back way things would go back normal soon saw moon way never seen looked night sky wondering lookin answers guess aint ask right im guessin yall know exactly thats like thats like tell whats like like whirlwind emotions occurs moms dads fight like girl grins emotion holds arm grabs tight hurl ocean one cold sweat heat flash types extreme fluctuations temperature changes known crack pipes crack pipescrack pipes meet half way ill go extra length help strength meet aa meeting needing take 12 steps bring hiding place face vice grip ill chisel every single monkey back ice pick come meet sidelines game say hello afterwards backstage let know enjoyed show go grandmas house sunday dinner sit head table take away fatal flaw made day seen bleed meet christmas eve fight make leave make visits rest rest pieces dreams meet fork road lost souls get indecisive meet crossroads someone walk light"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/salt-n-pepa.json b/lecture/lecture-9/rappers/rapper-data/salt-n-pepa.json new file mode 100644 index 000000000..1fec12d43 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/salt-n-pepa.json @@ -0,0 +1 @@ +{"Shoop": "ooh baby bow legged one yeah whats name damn baby sounds sexy uh go go go girls whats weakness ok chilling chilling minding business yo salt looked around couldnt believe swear stared niece witness brother going something kinda uh wicked wicked kick im shy asked digits ho dont make see want slip slide swiftly felt hips dipped back bag tricks flipped tip make wanna tricks lick like lollipop licked came senses chilled bit dont know voodoo well spell hell makes wanna shoop shoop shoop shoop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop um youre packed youre stacked specially back brother wanna thank mother butt like get fries shake shake boobie looks could kill would uzi shotgun bang whats thang wanna know hang straight wait hold mr lover like prince said youre sexy motha well like em real wild b boy style mile smooth black skin smile bright sun wanna fun come give yum yum chocolate chip honey dip get scoop baby take ride coupe make wanna baby ayy hey eyy yeah dont know wanna shoop baby shoop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop well let bring back subject peps set make get hot make work sweat skip lou darling falling love im falling get ya betcha bottom dollar best pressure getcha getcha lips wet cause time pep mark get set go let go let shoop next man three piece suit spend mi cutie shoop shoop doobie like scoobie doobie doo love big jeans give nice dreams make wanna scream ooo oooo oooo like make wanna shoop shoop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop oh goodness girl look hes cutest brother hes comin way oooh p wanna get cool im wicked g hit skins never quickly hit skins hell yell get mmm mmm mmm smell want bod heres hot rod twelve inches yard sounding like retard big twan love six two wanna hit wanna shoop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop oh make wanna shoop hey yeah wanna shoop baby", "Push It": "ah push ah push oooh baby baby baby baby oooh baby baby baby baby get ah push ah push ah push ah push ow baby salt pepas salt salt salt salt pepas salt salt salt salt salt salt pepas salt salt salt pepas salt salt salt salt pepas wait minute yall dance aint everybody sexy people fly mothers get dance dance said salt pepas effect want push babe coolin day night working sweat cmon girls lets go show guys know become number one hot party show push ah push push good ah push push real good ah push push good ah push p push real good hey ow push good oooh baby baby baby baby oooh baby baby ba baby baby push good push real good ah push ah push yo yo yo yo baby pop yeah come give kiss better make fast else im gonna get pissed cant hear musics pumpin hard like wish would push push good push real good push good p push real good ah push get ah get ah ah get ow get boy really got going got dont know im ah push ah push boy really got going got dont know im ah push ah push ah ah push push push push push push push push push push push push push push push push push push push push", "Let's Talk About Sex": "yo dont think talk people might misunderstand tryin say know come lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex lets talk sex people home crowd keeps coming anyhow dont coy avoid make void topic cause aint gonna stop talk sex radio video shows many know anything goes lets tell like could course think dirty choice pick needle press pause turn radio stop us pep doubt right come spin lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex hot trot make mans eyes pop use got get whatever dont got fellas drool like fools theyre human chick hit body boomin gold pearls rubies crazy diamonds nothin ever wore ever common dates heads state men taste lawyers doctors one great get even mess prez says next list believe good true aint man alive couldnt get next bag glad mad sad feelin bad thinkin things never love sex followed next check note last night dope oh hey ooh ooh ooh take easy uh alright lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex ladies ladies louder help come ladies lets talk sex right come ladies lets talk sex right yo pep dont think theyre gonna play radio mean everybody makin love lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex subject controversy three letter word regard curse see may fiend wet dream seen teen tight jeans makes react like biological scheme gettin jeans diabolical course gives rap even know jump sack matter fact sometimes like anyway ready cums like dumb son gun oops forgot condoms oh well say hell chill wont get got im pill sores start puff spore gave lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex", "Whatta Man": "yeee hey yeah alright come yeah talk yeah whatta man whatta man whatta man mighty good man gotta say whatta man whatta man whatta man mighty good man hes mighty mighty good man whatta man whatta man whatta man mighty good man yes whatta man whatta man whatta man mighty good man yeah wanna take minute two give much respect due man thats made difference world although men hos flows low cause never heard another girl dont sweat pathetic let get involved saidshe said crowd know aint nobody perfect give props deserve believe yall hes worth heres future cause got past finally found somebody make laugh crazy think wanna baby whatta man whatta man whatta man mighty good man yes whatta man whatta man whatta man mighty good man hes mighty mighty good man whatta man whatta man whatta man mighty good man gotta say whatta man whatta man whatta man mighty good man heeh man smooth like barry voice got bass body like arnold denzel face hes smart like doctor real good rep comes home hes relaxed pep always got gift everytime see lot snot nosed ex flames couldnt never ran corny line yet give stuff hell never forget keeps cloud nine like temps hes fake wannabe tryin pimp dresses like dapper even jeans hes god sent original man dreams yes man says loves never says loves nah rush good touch right spot see guys ive tried play mac every time tried said thats man hes got right potion baby rub make smooth like lotion yeah ritual highway heaven seven seven hes got open like seven eleven yes hes always choosin im never losin knows name susan always heavy conversation mind means lot cuz good men hard find whatta man whatta man whatta man mighty good man hes mighty mighty good man whatta man whatta man whatta man mighty good man say whatta man whatta man whatta man mighty good man ohh uuuh whatta man whatta man whatta man mighty good man said mighty good man know im sayin hes mighty mighty good man yall hear check man gives real loving thats call killer hes wham bam thank maam hes thriller takes time everything right knocks one shot rest night hes real smooth brother never rush gives goose pimples every single touch spends quality time kids secure manhood cause hes real man lover fighter hell knock knucker dont take sucker cause thats hes every time need always got back never disrespectful cause mama taught ive got good man whatta man whatta man whatta man mighty good man mighty mighty good man whatta man whatta man whatta man mighty good man yes whatta man whatta man whatta man mighty good man mighty good man whatta man whatta man whatta man mighty good man hes mighty mighty good man mighty mighty good man tell like sugar break break one time whatta man whatta man whatta man whatta man whatta man whatta man", "None of Your Business": "whats matter life gotta mess mine dont keep sweating cause im gonna fine check wanna take guy home tonight none business wanna freak sell weekend none business shouldnt even get im giving skins none business dont try change mind ill tell one time none business think putting cheap two cents dont got nothing worry friends check cant nothing girl without somebody bugging used think see wasnt told change called names popped one opinions like assholes everybodys got one never put nose im supposed believe hes something want im stepping closer im one playing high pole like high soditty 90210 type ho treat man like treats difference hooker ho aint nothing fee hold tongue tightly wish could like youre popping mess stress spite get get dont give shit cause really none business 1993 n p packing macking bamboozling smacking suckers track throw beat back wanna take guy home tonight none business wanna freak sell weekend none business shouldnt even get im giving skins none business dont try change mind ill tell one time none business many rules break understand double standards dont mean shit know exactly say turn walk away thats ok cause dont let get every move make somebodys clocking dont ask nothing leave alone never mind whos guy took hometo bone ok miss thing never giving skins dont like friends benz pep peps got ill rep macaroni trap rap better step better yet get head checked cause refuse played like penny cent trick deck cards aint hard like bitches boulevard face aint scarred dont dance bars call tramp want remember punk humped dumped front everybody gets horny like yo yo ho check double deck record butt naked peps ass gets respected miss none business wanna take guy home tonight none business wanna freak sell weekend none business shouldnt even get im giving skins none business dont try change mind ill tell one time none business moral story judge theres one true judge thats god chill let father job cause salt pepas got swinging", "I'll Take Your Man": "salt pepas back came rap get face smack ho dont know cant understand mess ill take man well ill take man right box put padlocks see us together chillin place cold walkin sportin face go ahead roll eyes suck teeth keep huffin puffin like dog heat call crook robber thief ill butcher got beef know whats aint poo putt cuz pepa kick butts dumb young bucks like rest crew moms want static ill dis scram know damn chick dont play punk cuz ill take man ill take man whenever feel like aint threat bet damn promise sex lifes get another lover ill take say rhyme two hell hop leave like kangaroo ill make heel even steal mother father hed kill thats get trying play smart take hike slayed heart girl dont know youre comin goin look face jealousys growin showin dont get mad dont right throw solo ladylike mic psyche win battles ill handle like baby rattle dont make prove either give get slammed ill take man ill take man thats right spite tried dis mic really dont want guy aint fly shoot cant afford buy fila suit runs old gear never fresh wear whispered ear cant repeat dont wanna seem damn mean youre hippiest critter ever seen got stage wished good luck turned around told friends suck well look aint got nobody searching love fifth bicardi look bad girl look like youre dying aint use crying ill take man yo cher school fool ill take man fiancee husband aint alice aint wonderland say know dont mess cuz ill take man ill take man anytime drop dime cuz hes rappin strappin hard mine everywhere turn everywhere look brothers eyein hes staring throat hes ducker sucker soft hearted punk goin skiing skeezers stunts blunt thats yall many things common robbin lap slobbin never ever went way get played keeping guys like held bay know got upper hand tramp dont stand chance cuz ill take man girls guys thats good go slow hes freakin hole fact still stands theres change plans yo pepa wish command know know ill take yourman check see mean hes leading pack fellas scream go sandy get busy go sandy get busy easy make em fall heather man resist salt pepa perfect head toe speculation man says revenge sweet paybacks trip girlfriend wont know ill tell dont try answer jam ill take ill take well take man", "Ain't Nuthin' But a She Thing": "aint mans world sugar spice thing could anything want dont consider minority open eyes maybe youll see thing could anything want dont consider minority ladies help agree aint nuthin thing aint nuthin thing aint nuthin thing aint nuthin thing bring home bacon fry pan never let forget youre man cuz im w n thats doin thing makes mad crazy upset got break neck get respect go work get paid less man im doin damn thing im aggressive im bitch got attitude call witch treat like sex object underestimate mind oh yeah youre fool weaker sex yeah right thats joke ever labor dont think nope im genuine feminine female thang hang aint nothin thang aint nothin thing aint nothin thing aint nothin thing aint nothin thing real im female doin feel put test yes get ill sensitive sweet yeah good stuff time get rough baby im rough enough aint afraid show feel deep compassisionate dont underestimate im intelligent wise complicated instinct dream believe dreams familys first anybody else take care take care self im genuine feminine female thang hang aint nothin thang aint nothin thing aint nothin thing aint nothin thing aint nothin thing got understand thang got power yeah know deal go girl aint mans world anything feel excuse hold im givin props strong women layin law taking control wrongs life standing turning wrongs right id like give shout mamas bringing babies tender loving care youre charge future nation right thing lay foundation single mothers salt n pepa said keep head know gets hard sometimes never let youre genuine feminine female thang hang aint nothin thang aint nothin thing aint nothin thing aint nothin thing aint nothin thing let break marrow bone im female got goin dont fooled e x aint simple im complex weve come long way baby thats fact lets keep moving forward girls never look back fight rights stand heard youre good man believe word", "I Am the Body Beautiful": "body aw yeah dont hate cause im beautiful body move mutha cause im going faster drive bodys beautiful baby thats right cant help fault born way born way get b e u beauty body beautiful body beautiful get b e u beauty body beautiful body beautiful im coming child im legendary hey im free wild ocean rule world im sensual body beautiful cha cha pumps ive got work runway baby night long one mother body beautiful get b e u beauty body beautiful body beautiful get b e u beauty body beautiful body beautiful lights camera action satisfaction guaranteed thats need celebrate body enjoy good health gets bad self good front back two snaps clap body like good damn thing dont care say somebody beautiful hey thats grand queen masquerade im fantasy house elegance featuring body beautiful get b e u beauty body beautiful body beautiful get b e u beauty body beautiful body beautiful dont hate cause im beautiful everybodys beautiful special way carry like queen attract king beauty comes within whatever mind conceive believe achieve believe body beautiful yes yes oooo yes aint enough words express feel im body beautiful true thats real thats open mind eyes see body beautiful baby body beautiful baby body beautiful baby body beautiful thats im tell ya like im tell ya way bodys beautiful thats im sayin bodies come different shapes sizes youre beautiful realize cant see beauty open heart set mind free everybodys beautiful way express every day got joy inside shows confident youre beautiful without doubt youre absolutely gorgeous dont ya know got body beautiful glow body beautiful baby body beautiful baby body beautiful baby body beautiful thats get b e u beauty body beautiful body beautiful get b e u beauty body beautiful body beautiful", "Do You Want Me (Remix)": "hold wait minute aint nothin tutti fruity get floor ya got booty yo got funky beat lets man yo got little problem yeah gotta let know somethin dont know say like whats know im sayin said loud heard never tried hurt say im old fashioned like take time slow know flow dont try rush ride like horse let nature take course get know friend lover share thoughts love mind body baby really want baby let know cuz really like suggest tell got time silly games aint even came cuz may kind guy like please understand way feel must trust theres deal emotions aint played given free appreciate greatly way tolerated sometimes act flaky wouldnt blame hate put butt wouldnt give yeah know really sucks wait awhile ill make really want baby let know cuz really like suggest tell got time silly games aint even came cuz may kind guy like yeah right know youre sayin cool yo gotta know whats know im sayin cuz sometimes alone kissin huggin things feel like yo really gonna happen yes pow bam boom nothing teasin tease brother please youre bad memories skeeze squeeze hands knees look telling straight thats im id playing spent night house dont get wrong didnt mean turn havent known long life song really want baby let know cuz really like suggest tell got time silly games aint even came cuz may kind guy like really want baby let know", "Shake Your Thang": "yeah oh youre lookin sweet baby yes indeedy funky dancefloor shakin thing funky beat go go swing everyone watching stared shock amazed salt pepa rock place smile face got upset tried base called us nasty said danced dirty claimed freaks cheap even flirty pepa got pissed pulled pump set jet jump spin broke asked break said dont understand way shake thang oww wanna cant tell catch groove thang wanna wont tell sock shake thing cmon yall shake could get loose cant get naked crime legal answered look see dancin relax bit aint better think time get partner doe see gather closely wanna see ones mostly front cutie hope youre fruity duty shake thang oww wanna cant tell catch groove thang wanna wont tell sock come yall shake thing got show shame want shake thing come yall show shame shake thang yeah yeah oh youre lookin sweet baby owww wont tell catch groove thing ill swing way feel little seduction sex appeal friday night got paid im checking fella high top fade moving closely ready kill steppin dancefloor think youre ill guy touch body put check said met cant yet im pick aint stick im stuck turn kick rock baby pop dont stop stick butt shake got shake thang oww wanna cant tell catch groove thang wanna wont tell sock ooh like hip hop mixin go go baby thing shake crazy dont try tell party dance yup body shirt wear may low cut jeans fit nice shows butt designer head toe oooo hair neck fingers crazy glow please stop blushin dancing dummy cmon know dont want money cuz like rap always rhyme like dance ooh like grind like song like beat ill see later shall shake thang oww wanna cant tell catch groove thang wanna wont tell sock"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/snoop-dogg.json b/lecture/lecture-9/rappers/rapper-data/snoop-dogg.json new file mode 100644 index 000000000..db946bc0b --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/snoop-dogg.json @@ -0,0 +1 @@ +{"Gin and Juice": "ha ha ha im serious nigga one yall niggas got bad motherfuckin breath aye baby aye baby aye baby get bubblegum motherfucker somethin aye nigga get somethin eat dog aye nigga study long study wrong nigga much drama l b c kind hard bein snoop double g somehow way keep comin funky ass shit like every single day may kick little something gs make ends breeze two mornin partys still jumpin cause momma aint home got bitches livin room gettin aint leavin till six mornin wanna shit got pocket full rubbers homeboys turn lights close doors dont love hoes yeah gon smoke ounce gs hoes motherfuckers bounce rollin street smokin indo sippin gin juice laid back mind money money mind rollin street smokin indo sippin gin juice laid back mind money money mind got seagrams gin everybody got cups aint chipped type shit happens time got get fool gotta get mine everything fine listening g got cultivating music captivating listens words speak take drink middle street get mackin bitch named sadie used homeboys lady 80 degrees tell bitch please raise n u ts cause gets none ease mob dogg pound feel breeze beyotch im rollin street smokin indo sippin gin juice laid back mind money money mind rollin street smokin indo sippin gin juice laid back mind money money mind later day homie dr dre came gang tanqueray fat ass j bubonic chronic made choke shit aint joke back sit cup tanqueray chronic yeah im fucked aint stoppin im still poppin dre got bitches city compton serve cherry top cause bust nut im raising cot dont get upset girl thats goes dont love hoes im door ill rollin street smokin indo sippin gin juice laid back mind money money mind rollin street smokin indo sippin gin juice laid back mind money money mind rollin street smokin indo sippin gin juice beyotch mind money money mind rollin street smokin indo sippin gin juice beyotch mind money money mind", "Drop It Like It's Hot": "snoop snoop pimps crib drop like hot drop like hot drop like hot pigs try get park like hot park like hot park like hot nigga get attitude pop like hot pop like hot pop like hot got rollie arm im pourin chandon roll best weed cause got goin im nice dude nice dreams see ice cubes see ice creams eligible bachelor million dollar boat thats whiter whats spillin throat phantom exterior like fish eggs interior like suicide wrist red exercise phys ed cheat man thats get ahizzead killer beat know killers street steel thatll make feel like chinchilla heat dont try run ear talkin raspy shit tryin ask shit niggas fill vest aint gon pass shit think take second matter fact take four b think fuck lil skateboard p pimps crib drop like hot drop like hot drop like hot pigs try get park like hot park like hot park like hot nigga get attitude pop like hot pop like hot pop like hot got rollie arm im pourin chandon roll best weed cause got goin im gangsta yall knew da big boss dogg yeah keep blue flag hangin backside left side yeah thats crip side aint way play game way play cut much thought dj two one yep three n double p double g cant fake break take see specialize makin girls get naked bring friends yall come inside got world premiere right get live dont change dizzle turn little got livin room full fine dime brizzles waitin pizzle dizzle chizzle gs bizzack ladies gizzo pimps crib drop like hot drop like hot drop like hot pigs try get park like hot park like hot park like hot nigga get attitude pop like hot pop like hot pop like hot got rolly arm im pourin chandon roll best weed cause got goin im bad boy lot hoes drive cars wear clothes hang tough im real boss big snoop dogg yeah hes sharp tv screen magazines play close youre red beam oh got gun wanna pop back ak 47 nigga stop cement shoes im move familys cryin news cant find miss must remind im twist pistol whip dip flip dance mothafuckin music crip subscribe nigga get issue baby come close let see get loose pimps crib drop like hot drop like hot drop like hot pigs try get park like hot park like hot park like hot nigga get attitude pop like hot pop like hot pop like hot got rolly arm im pourin chandon roll best weed cause got goin snoop snoop", "Ain't No Fun (If the Homies Can't Have None)": "youre back jack hour dj ez dicc wballz right something new snoop doggy dogg one goes ladies guys big bow wow wow cause gonna make little misty tonight dj ez dicc station slaps across fat ass fat dick met last night baby opened gap respect lady take back cause gave pussy even licked balls leave number cabinet promise baby ill give call next time im feeling kinda horny come ill break cant fuck day baby lay back open mouth cause never met girl love whole wide world well kurupt gave fuck bitch id always broke id never motherfuckin indo smoke gets loced loony bitch cant look like bbd hoochie groupie love hoes thats something learned tha pound fuck supposed pay hoe lay hoe know pussys mines imma fuck couple times im theres nothing else pass homie hit cause aint nothin bitch yall know bitches aint shit gives fuck dont yall pay attention approach different proposition im kurupt ho youll never one trick ass bitch aint fun homies cant none aint fun homies cant none aint fun homies cant none aint fun homies cant none guess whos back motherfuckin house fat dick motherfuckin mouth hoes recognize niggas cause bitches get scandalous pull voodoo gon really dont know id advise trust ho silly fall love bitch knowing damn well im caught grip sun rotates game grows bigger many bitches wanna fuck nigga named snoop doggy im im swift toes get caught hoes see aint fun homies cant get taste cause know dont love em woo hey know inhale exhale flow one money two bitches three get ready four hit switches chevy 64 red exact bitches side bitches back back bitch im struggling get knees start juggling motherfuckin nuts mouth warren g nigga clout aint fun homies cant none aint fun homies cant none aint fun homies cant none aint fun homies cant none", "Who Am I (What's My Name)?": "eee ya ya ya ya yah dogg pounds house eee ya ya ya ya yah dogg pounds house snoop doggy dogg snoop doggy dogg depths sea back block snoop doggy dogg funky doc went solo ass still long beach spot serve caine follow follow follow follow dont lose grip nine trizzays yizzear fuck shit aint holdin nuttin back motherfucker got five twenty sack like matter fact cause never hesitate put nigga back yeah peep manuscript see must drop gangsta shit whats motherfuckin name snoop doggy dogg snoop doggy dogg da da da da dah doo doo doo da dahhh bow wow creepin crawlin yiggy yes yallin snoop doggy dogg motherfuckin house like everyday droppin shit nigga mr dr dre like said niggas cant fuck niggas cant fuck shit drop cause ya know dont stop mr one eight seven motherfuckin cop tic toc never glock nuts cock robbin motherfuckers kill dem bloodclots step fog creep smog cause im snoop doggy doggy doggy snoop doggy dogg snoop doggy dogg bow wow wow yippie yo yippie yay bow wow wow yippie yo bow wow wow yippie yo yippie yay bow wow wow yippie yo yo yo yo throw hands motherfuckin air wave motherfuckers like ya dont care yeah roll dank pour drank watch step cause doggys gank bank rolls swoll shits hit legit im parole stroll dogg pound right behind yo bitch ya might find layin playin g thang want nigga biggest nuts guess slim tilted brim whats motherfuckin name snoop doggy dogg snoop doggy dogg snoop doggy dogg snoop doggy dogg da da da da dah doo doo doo da dahhh da da da da dah doo doo doo da dahhh doggy dogg doggy dogg doggy dogg bow wow wow yippie yo yippie yay bow wow wow yippie yo bow wow wow yippie yo yippie yay bow wow wow yippie yo name snoop dogg dogg pound oh snoopy dogg snoopy dogg snoopy dogg yeah yeah know name cmon snoopy cmon snoopy dogg pound snoopy dogg snoopy dogg snoopy dogg", "Murder Was the Case (Death After Visualizing Eternity)": "aye aye jc sup enron aint snoop dogg nigga blue coat yeah yeah oh yeah thats nigga nigga roll side man roll window man hand motherfucking glock man give another clip cause im gonna smoke fool yeah roll windows yeah okay go aye man snoop dogg snoop snoop doggy dogg man hes snoop dogg man fuck nigga nigga man get nigga man man get fool man get man dont trying run man get fool man dont give fuck set got fuck nigga yeah nigga whats nigga yeah mothafucka yeah nigga one less nigga yeah nigga yous dead motherfucker look sky mind starts tripping tear drops eye body temperature falls im shaking break trying save dogg pumping chest im screaming stop breathing damn see demons dear god wonder save cant die boo boos bout baby think late praying hold voice spoke slowly started saying long live g ill make life better imagine even dreamed relax soul let take control close eyes son eyes closed murder murder case gave murder murder case gave im fresh coma got momma daddy homies corner gonna take miracle say walk talk anyway get fronted keys get back feet everything nigga said came reality living like baller loc money blowing hella chronic smoke bought momma benz bought boo boo jag im rolling nine trizzay el rag remember changed mind cause start set tripping ass mine indeed agreed proceed smoke weed never want never need say im greedy still want mo cuz eyes wanna journey mo really doe lay sleep pray lord soul keep die wake pray lord soul take indo gin juice im way chino rolling grey goose shackled head toe twenty five izz el nowhere gizzo know niggas side recognize face cause og double g l b c mad dogging niggas cause dont care red jumpsuit two braids hair niggas stare enter center send level three yard thats stay late night hear toothbrushes scraping floor niggas getting shanks case war pops cause cant tell whats next little homie baby boo took pencil neck probably wont make see twenty two put momma ima ride baby boo murder murder case gave murder murder case gave", "Lodi Dodi": "yeah gotta say whats nigga slick rick dont like eat dick sing shit go little something like lodi dodi likes party dont cause trouble dont bother nobody niggas whore mic rock mic rock mic doggs keepin yall health see smile enjoy cause cool cause cozy condition create cause thats mission listen close say types shit happens every day woke around 10 oclock morning gave stretch morning yawn went bathroom wash threw soap face put hands cup said um mirror mirror wall top dog ruffle duffle five minutes lasted mirror said conceited bastard well thats true thats never beef slipped khakis gold leaf used oil olay cause skin gets pale got file fingernails im true style behalf put bubbles tub take bubble bath clean dry body hair threw brand new doggy underwear bitches might take home got johnsons baby powder cool water cologne im fresh dressed like million bucks threw white socks blue chucks stepped house stopped short oh went back forgot indo dilly ran bumped smoker named girl playing hard get said whats wrong cause looked upset said um im feeling sad blue went away life filled rainy days love much youll never know cause took dope away damn shes crying feelin blue said um dont cry dry eye comes mother two little guys mean mother steps says hi decked sally face punched eye punched belly stepped feet slammed child hard concrete bitch strong kids gone something wrong said goin tried break said stop leave said cant smoke none cant either grabbed closely socks broke hell grabbed sack rocks um gave chase caught quick started crying shoes grabbin dick saying dont give play break long beach way give okay ill give love today doggy doggy doggy cant see somehow words hypnotize love jazzy ways doggy dogg love stay kept goin bitch around mothers born said cheer gave hit said cant im young bitch said youre starts cryin says im 19 says stop lyin says go ask mother wrinkled pussy cant lover yeah uh tick tock ya dont stop uh tick tock nya dont quit yeah nya tick tock ya dont stop uh tick tock nya dont quit biatch", "Vato": "man dont know im loco mhm hm chillin right around way 21st east side beach motherfucker ran talkin shit homies like straight g askin im runnin gangbang set ery one em things sons wont change fools dont respect nuttin gangbang whats seen whats saw dogg law niggas runnin like marathon lil gs tryna creep east talkin bout gon get chain gon leave dont know get close tic tac toe three motherfuckers laid floor yeah happened yesterday west spray heard ese say said vato wont believe saw saw pack guys act real hard twist fingers say know said dont give fuck im snoop doggy dogg keep talkin went far snoopy went straight trunk car got gun start runnin hard started firing charged run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run didnt mean hit hit theres three motherfuckers dead aint seen shit niggasll scream plea g like case really could see crack mac back pop rollin smack ya neck back ya drop fallin havent seen mama week aint even ran mouth fuck aint give fuck law niggas say wanna brawl would think broads believin things never saw yall dogg smoke like menthol think know cant go think youll blow dope fuck see niggas proceed speed feel need bleed hear enemies goin vato wont believe saw saw pack guys act real hard twist fingers say know said dont give fuck im snoop doggy dogg keep talkin went far snoopy went straight trunk car got gun start runnin hard started firing charged run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run wouldnt nigga didnt pop niggas mouth goddamn snoopll keep one foot streets leave em covered sheets run niggas heat never seen thug like never seen dub like aint weak wanting peace fact could beast east motherfucker never hesitate blaze nigga really tryna change ways gotta move team cause peoples screamin need fun illegal ba ba bang song make feel like drive shame somebody gotta die see happen state state im mobbin la hear eses say go vato wont believe saw saw pack guys act real hard twist fingers say know said dont give fuck im snoop doggy dogg keep talkin went far snoopy went straight trunk car got gun start runnin hard started firing charged run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run snoop dogg bust gunshots skateboard p say bust gunshots dpg bust gunshots bbc know bust gunshots come snoop dogg bust gunshots skateboard p know bust gunshots come bbc bust gunshots dpgc know bust gunshots come im tired hearin bullshit gon play good shit damn mean give like", "Did Somebody Say": "sick get eat foods online gon doggy style somebody say eat get delivery like g see hungry doggs gotta eat get mine every day every week chicken wings crib im sittin burger low low hope kept pickle wonton catamaran oodles noodles thank man tacos chateau please somebody say eat private jet night sky man hand glide fried rice right could love bout slice side hot tub gonna boo chocolate fondue right cue even dipping sea see food seafood sees j u e somebody say eat", "Beautiful": "oh oh oh oh yeah yeah yeah yeah oh oh oh oh yeah yeah yeah yeah beautiful want know youre favorite girl beautiful want know youre favorite girl know gon lose new snoop shit come baby boo gots get dont fool player cool whip yeah yeah know im always cool shit walk glass let put mood little cutie looking like student long hair big fat booty back days girl went school tell moms sister cool girl wanna might hit pimp pimp fluid mommy dont worry wont abuse hurry finish watch clueless laugh niggas ask everybody know ooh girl beautiful want know youre favorite girl beautiful want know youre favorite girl see baby boo shit get foolish smack nigga tries pursue homeboy taken move asked nicely dont make dogg lose blow dro keep flow movin 64 baby boo cruisin body rag interior blue hydraulics squeakin screwin shes yellin hollerin snoop hootin hollerin hollerin hootin black beautiful one im choosin hair long thin black curly like youre cuban keep groovin thats doin gon together moms move beautiful want know youre favorite girl beautiful want know youre favorite girl see want know really special oh oh oh oh see want know really special oh oh oh oh snoop dogg clothing thats im groomed got pictures wall room girls complaining keep boomin girls like wanna listen pat boone yous college girl dont stop doin come see dogg hood near dont ask roll crew twist fingers wear dark blue eastside thats crew choose nothing new smack world rude cause baby girl youre beautiful beautiful want know youre favorite girl beautiful want know youre favorite girl see want know really special oh oh oh oh see want know really special oh oh oh oh see want know really special oh oh oh oh want know really special oh oh oh oh ehh oh yeah theres something oh hooo ehh oh yeah theres something oh hooo ehh oh yeah theres something oh hooo", "Tha Shiznit": "poppin stoppin hoppin like rabbit take nina ross ya know gots lay back cut retain think shit im thinkin wealth makes grip make nigga straight slip set trip gotta get grip dip around corner im another mission wishin upon star snoop doggy dogg caviar back limo demo real breakin niggas like evander holyfield chill til next episode make money really dont love hoes tell truth swoop coupe used sell loot used shoot hoops make hits every single day nigga diggy dr dre lay back cut motherfucker fore get shot 1 8 7 motherfuckin cop boy gettin hot yes indeed snoop dogg mic im bout crazy biz markie spark chronic bud real quick let get fly gangsta shit yeah lay back stay back cut niggas try play g like mutt got little message dont try see snoop im finna fuck bitch whats name luke tried see tv youse bg double g yes im og cant see homie dr dre fuck nigga like gotta say gotta take trip mia serve ass motherfuckin ak cant see double g cause im servin em swervin coupe lexus flexes long beach texas sexist hoes wanna get cause snoop dogg shit biatch ahhhh im somewhat brain boggled look microphone slowly start wobble grab habit stick plug snoop doggy got got fat dub sack chronic back pocket loc need lighter take smoke toke everyday loc everyday p u n nigga dr dre lay back cut like told ass gimme microphone let hit blast got little cousin name daz bitches fuck gimme ass cause know shit goin know shit puttin knowin bout shit im mic cause snoop dogg trump tight like virgin surgeon dr drizzay lizzay plizzay double gizzay fly human seein im european bein put motherfuckin mic hand dont understand im kickin cause snoop mic gets wicked follow listen cause like wanna done snoop doggy dogg three two one umm dum diddy dum come gat guitar strum im lunatic nigga thought caught slippin ima catch ill peel cap snap back relax ya bet slippin ds 83 cadillac gon smoke ounce gz hoes motherfuckers bounce"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/talib-kweli.json b/lecture/lecture-9/rappers/rapper-data/talib-kweli.json new file mode 100644 index 000000000..bb20cea8e --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/talib-kweli.json @@ -0,0 +1 @@ +{"Get By": "sell crack back homes smell musk dusk crack dawn go episodes like attack clones work til break back hear crack bone get get get get commute computers spirits stay mute egos spread rumors survivalists turned consumers get get get get ask people got live trailer cuss like sailor paint picture pen like norman mailer mi abuela raised three daughters help think struggle find strength words melt mouth hot like jail cell south nigga cor bailed get get get get die like bed stuy red sky window red eye let lead fly g rap shit living let die morning woke feelin brand new jumped feelin highs lows soul goals stop smokin stop drinkin ive thinkin ive got reasons get get get get get get get get get get get hey hey keepin gangster say fo shizzle fo sheezy stayin crunk easy pull breezy smoke trees stayin drunk yo activism attackin system blacks latins prison numbers risen theyre victims lackin vision shit got rappin listen let know missin love unconditional even condition critical livin miserable position pivotal aint bullshittin would lie get get get fly tv got us reachin stars ones venus mars ones readin parts people get breast enhancements penis enlargers saturday sinners sunday morning feet father need somethin rely get high types drug really need love get get get get parents sing like john lennon imagine people watch rock like paul mccartney last beatle drop morning woke feelin brand new jumped feelin highs lows soul goals stop smokin stop drinkin ive thinkin ive got reasons get get get get yo yo yo yo yo people cry people try get piece pie love eat get high deceive lie keepin fly people decide keep disguise cant see eyes see evil inside theres people find strong feeble mind stay readin signs yo yo yo people cry people try get piece pie love eat get high deceive lie keepin fly people decide keep disguise cant see eyes see evil inside theres people find strong feeble mind stay readin signs yo yo", "Push Thru": "rise day breaks clouds hide suns rays quick sand mistakes smash walls get fight good fight even bad days darkest light im gonna push turbo charged bars slot cars tracks falling game scars rap wars aint nothing band aids wont cover touring 7d coverage live bands two buses cash budget major label fundings jets baby went crawling walking running cant say nothing gag order hopping audis hurting yall kicks im transporter think never mind aint gotta im already whole word yo mufuckin self nobody else gon ya nobody else every someonell offer ya help aint nothing til really see tryna something aint bluffing kush puffing jive turkeys stuffing stockings gifts audible applaudables homie take wiff rise day breaks clouds hide suns rays quick sand mistakes smash walls get fight good fight even bad days darkest light im gonna push man action whats expected nothing spoken producer never got time excuses gotta go beyond flow tom foolery smoke pork rappers fast call charcuterie beautifully exude vibe thats free ambiguity ya goonery sake goonery cartoons coonery lunacy lets make plain way hang attached tree moon talk sea speak body language fluently makes rain im fire always try douse reason make rain cause diamonds cloudy see mile away get overcast old people feel bones invade home like broke glass let fighting freedom like people tunisia spread sudan egypt music movement score achievements never join em gotta beat em carpe diem hey yeah rise day breaks clouds hide suns rays quick sand mistakes smash walls get fight good fight even bad days darkest light im gonna push like kindergarteners visions bothered vigilantes harbor street corners try hardest harvest bundles weed ya starvingll speed ya stampede ya impede pockets pee ya dreams us living lavish fabrics fine linens spending established women dining laughing environment got us violent ready crash society take driver seat hope fastened seatbelts twice rolled dice crapped many times build casinos scratch many daps might receive things achieve relax thats mental say physicals detached im shit like fuck government im higher rankings wheres mothership made covenant changing luck quite disgusting reality tainted fuck left face like planking cold world old girl homeboy got motive bench curl tribulations sensations insulting got wifey mistress nigga one indulging regardless pick know lifes bitch aint focused nigga im focused rise day breaks clouds hide suns rays quick sand mistakes smash walls get fight good fight even bad days darkest light im gonna push", "Ms. Hill": "another night slips away words say words say words another night slips away words say words say words ms hill got skills thats gift real get ill spit got power uplift heel wish could talk lauryn mean excuse ms hill let know much love real industry beating demons started eating need savior thatll bleed cup yup used kick salad days look like aint know see nowadays nod nod back thats stay songs still better anything hot power play remember accused saying album without help went rome sing tell pope left fugees started rolling marleys got back crew dave chapelles block party made songs zion trying faithful took black star tour europe grateful speaking im sure could speak dante got watch show nina simone harry belafonte used chill nkiru moms customer used love buy books octavia butler parable sower main characters name lauren album black girls self esteem important got concerned got sick road aint healthy im brother wish could pick load another night slips away words say words say words another night slips away words say words say words ms hill got skills thats gift real get ill spit got power uplift heel got assistant phone need talk lauryn wanna walk storm could umbrella rain pouring please disrespect whoever man though relationship strictly music like dangelo know hate babylon wanna see fall wont let read poem bet awards give us hope give us faith one dont like got say still beg come whoa thats powerful sis black power get money keep eyes final hour aint saying christ would sacrilegious right blow nice sisters raps vicious raps sisters recite black fist devils last wish queen rise past bitches used read francis crest anything third world press impressed power word suggest hatched ideas heads like birds nest gave birth new sound like donda west yes saying mic might well let one day might gone write song hope feel much love play cause really aint got words say yo another night slips away words say words say words another night slips away words say words say words ms hill got skills thats gift real get ill spit got power uplift heel", "Get By (Remix)": "history happening every day yall right everyday right good morning vietnam listen brooklyn wins stuy bush niggas ta kweli mighty def dot guest lock kanye youre dopeman hip hop lets rock roll niggas hometown niggas get good hood slow niggas watch speed though mind pedal ease screech collision course walls dont move dont pray dont lose dont sleep life passing light flashing life happens fast part done black hands prayer black guns fear dying wish touch air seekin heaven wasnt eyes see another year another day fight different round sound bell mix victory live beatll get risen youre knocked get back get get queer street get us get clear heart people top jeep gut street soul mic essence absence feel presence exactly make contact short mc mine dont get get free thats ready get nigga sold coke nigga pushed lah carried four five claimed ready die promised never cry held inside reality much take kept mind fried slept mine soon closed eyes woke behind thinking either load nines blow rhymes cause flow mine like blow lines coca folks think hov wrote stuff rhyme nah im poster happens seeing moms five dollars worth work get dime pardon disposition listen system never listened picture working mcdonalds id rather pull mac sorry ms jackson im packin bye yeah somethin nina simone piano flow like michelangelo painted portrait maya angelou gave sick poet antidote music get ya choked tree rope chi nigga im mr fuck map lets put bitch almanac dice hittin lacs sittin tracks spittin rap til get dont let nobody power sign ever tell aint got power rhyme used tell toughen put bass voice used tell lighten put mase voice lord willin aint killed nobody feelin album im gonna make killin shilling love hate music least made music didnt make industry gon interesting thisll end im finna entity kanye jay z mos def kweli makin songs makin history morning woke feelin brand new jumped feelin highs lows soul goals stop smokin stop drinkin thinkin got reasons get get get get get get buh buh buh bye bye keep gangsta say fo shizzle fo sheezy desensitized violence tv war killin easy pourin liquor fallen niggas believe ghetto libation seen get people get fly people get high fillin cigars lah nigga come even jesus stoned receivin throne send rest peace nina simone back days used doin shit cant call streets hustlin fiends asked guess used standin corners waitin paper bags bundles crack hopin week good could get money back stressed possessed side strength made angry bleed frustration havin smokin newports weed times try rely niggas street mothafuckas reach wifey place call mother ayo mom pick phone gotta talk five percent instead actin stupid guessin go study lessons know math building session morning woke feelin brand new jumped feelin highs lows soul goals stop smokin stop drinkin thinkin got reasons get get get get people try people try get piece pie love eat get high deceive lie keepin fly yo yo yo yo yo people decice keep disguise cant see eyes see evil inside best people find stronger people mind stay readin signs", "Come Here": "dont wanna waste time baby wanna make come comfortable baby come darling come baby dont wanna waste second girl wanna make come dance come talk come darling come baby far away need feel ive got somethin tell come real quick ive done dirt past know love hurts ill come ladys got come first tell hesitation theres trust issues get excited ignite highly combustible higher vibration thats fuck left provide comfortable huxtable whole style colder minnesota love profile way look shoulders crib im hopin come like common mary come closer like barack michelle give fist bump black magical act radical fist til rockin bells like hip hop promise im gonna tell keep lips locked dont wanna waste time baby wanna make come comfortable baby come darling come baby dont wanna waste second girl wanna make come dance come talk come darling come baby like spike lee movie im movin across floor feelin love music im using like lure love beauty allure make come like ocean approaching like sure rockefeller center like diego lobby valuable scream salvador dali popular thieves wanna thomas crown try steal attention soon im around last bird probably flew coop blastin outkast last words ooh dee whoo dont know describe youre beautiful je ne sais quoi say voulez vous pardon french tongue kissin ill make come hither til dancin wolves see run im dumb twisted rum liquor fix composition give proposition consider dont wanna waste time baby wanna make come comfortable baby come darling come baby dont wanna waste second girl wanna make come dance come talk come darling come baby hey hey hey yeah im talkin hey hey hey yeah im talkin simmer simmer simmer simmer simmer simmer simmer simmer simmer simmer black madonna sow seeds like farmer manage serving long sentences commas write poetry honor body like sauna promise gettin closer sun gettin hotter earth thats emphatically yes still call bad bitch breath respect naturally blessed lady chatterly fresh tatted flesh aint gotta ask stare thats yes dont wanna waste time baby wanna make come comfortable baby come darling come baby dont wanna waste second girl wanna make come dance come talk come darling come baby", "Never Been in Love": "know theres first time everything first time let bed got wetter perfect storm weathering together first time ive ever considered wedding rings first things first yo met bar rolling three wise men like followed star shorty bi coastal thick like bifocals stacked like 2pac vocals body loco jewel nile im romancing stone rhythm words watched dance poems way move hips let know advance grown pictured like paris hilton answered phone yo dancing alone extra fly got good look catch eye gave rest try give best try leave nest ill fly make testify damn baby know got haters dont care people say long okay never love see used player new aint im used seeing never love running back kid like home base marathon let set pace space beautiful struggle baby tell whats gonna take prove love im gone missing let know prayers music god listening dont get confused im trying get religious never thought feel like like miracle stole heart like crook love crossing bridge brooklyn love took clear skies thats surrounding earth love drugs im serve lets deal yo go spot still get low get excited fast still love hit slow till walls come tumbling like jericho hear sound stereo go dont care people say long okay never love see used player new aint im used seeing never love looked good tried write song use guy always made cry im gone always kept stable never spent night alone cable hard line phone im never home scared commitment ready forever roam war like sister souljah welcome terror dome head strong connection proved haters dead wrong rip proceeds name headstone leave five minutes dudes try dive first want spit name tarnish image tell dont care speaking already know made clear leaving feels beautiful put rhyme feel musical plus aint groupie ho sitting studio though something know know got haters dont care people say long okay never love see used player new aint im used seeing never love know got haters dont care people say long okay never love see used player new aint im used seeing never love know got haters dont care people say long okay never love see used player new aint im used seeing never love", "All of Us": "nothing lose chains say shit loud motherfuckers outside hear duty fight freedom duty win must love support nothing lose nothing lose nothing lose chains send one mothers fathers sisters brothers us us us send one mothers fathers sisters brothers us us us happening us yeah struggle strain strain dominant name prominent entertainment thats laced consciousness really common sense like lonnie lynn dont need binoculars see light coming dome like oculus common myth savages history accomplishments knowledge job us considering prediction economists machines jobs us future working class ominous got us indoctrinated bitchs brew religion mixed abuse emotional sit pews physical get noose hang refusing name refuse change talk past doesnt ring bell make hate take effort check method theyll take family kids never respect ya attach sins black skin get message start acting cracking whip better oppressor yes every problem cant solved ballot box unifying africa like gaddafi thats got malcolm shot stop anybody knowledge figured plot balcony like martin luther king mountaintop blue wall silence really blue wall violence good cops retire get fired screaming black black excuse care til cops roll swat gear tarried turbulent month ramadan sweating night like holy prophet reappeared stage bk ummah shoulder shoulder j cole kweli jehovah god crowned king goldie locket alhamdulillah weve come really far aint little engine could could power car cant mothers chiraq say murders getting burdensome cries despised heard flying ferguson last days times holy quran bible last page line verse babies dying outside matrix inside spaceship saviors blind seems years noah told would row upstream heavens bursted rains came retaliation sons fathers worked chain gangs hit shmoney dance coffin crooked cop worldstar society look watch intervention policemen beating elderly women evil intentions highways byways police state sprayed backstreet driveways officer friendly enemy looking sideways shit bad week ago view sad peep ago cries asiatic ancient semitic peoples propel jay elec pedestal steeple mothers fathers sisters brothers us us us send one mothers fathers sisters brothers us us us happening us mothers fathers sisters brothers us us us send one mothers fathers sisters brothers us us us happening us weve got live live end weve got live live end weve got live live end", "In the Mood": "left yes welcome wonderful sounds talib kweli left low ladies got mood interlude raw like nude hope aint considered rude lets stop talking cause feelin like interview know youre let get im always mood laughing loving rapping fucking passing dutch relaxing puffing hitting ducking ripping production kittens aint muffins stuff em oven words dripping tongue like wax candle wick ill way lay rap cant handle cats sappy like romantic flicks dude get clue like colonel mustard study candlestick holding hands dudes like going steady one glimpse know ready already know slipped note like ready go make getaway plan head door lets go wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight messin mo whole mood told oh lose eat crews like soul food producer feel like fuck rappers backpacker chip like hackers michael richardson much blacker say nigga ima say ritz carlton dress like fresh like like im shit ugh aint figured im yet always rockin aint yet aint bout city niggas plug like outlets far music go yo aint outlets go niggas always get studio aint mood flow im girl im tryin hit movies yo tryna act stupid oh club silicon suzie happened real girls like rudy real titties like tootie girl got silicon booty got nerve act moody aint tryna judge like judy bitch man cant fool act like 50 throw pool g wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight break uh ah ah uh uh uh ah ah ah uh uh uh ah yeah nn wha nn wha bringin drum keep funky like stink slum cause see wanna breed cursing things dont come speakers wrong rap dudes speakin tongues christmastime choice keepin guns smokin piff cause leak lungs aint got shit like friday weekend begun completely done rap dudes dont compete dumb spill blood people see deep run im mood like donte main flow never comin flow got change yo strange yo make yo chain glow thats yo main goal thats facade like im somewhere rainbow really cats sweeter mangoes mr bojangles ass dudes dancin around club doin tango go hard like iverson playin hurt ankles plus wrestle topic different kurt angle wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight wow thats nice track", "Turnt Up": "ayo fed whassup bro whassup know whats man im trying get paid full check right since javotti label im talking def beat right think turn got man thinking master plan theres nothing cash inside hand wanna dig pocket prophet heaven sent dig deeper know represent represent yeah money bitches sisters go everything bandz make dance im forever like wedding ring far hate jealousy cheddar bring trying get away 85ers like evelyn ride got em leaking like nene got em leaking like wiki monkeys biting like hickeys cause theyre seeing im filling confusion cutting like truant im fluent like student romance languages diamonds hang us meal decorated garnishes like wages cribs outrageous like really joke girl dreams coming smoke loud turn loud turn loud turn loud turn loud drop stop soap operas soap boxes turnt turnt turnt people feel heat speaker sound darken features run like zebra move speed cheetahs im brooklyn heat size two litre aint asking followers im looking new leaders hard consuming bullshit feed us intravenous like cord womb fetus hard since started reading alliteration literally littered dna swimming semen every time bust babies begin born talk turns tough til toasters thats tucked get drawn like picture picture perfect painting police profiling people peacefully praying lay law like leaders lazy lollygagging grind getting guap guess green new black meet bar throwing back hopped car know blew loud ayo drink good smoke good cats wearing funny hats like pope would come looking quite clean loafers hood might scheme good crook gosling notebook got birds wire like know wood still rep pocs like im supposed coming live death row like know suge rhymes like laser beam focused im ring lean need foam cup aint lying bare teeth ferocious maybe im lying bare feet ocean beach fall asleep im floating beat unique like potion love music im complete devotion im complete devotion", "Black Girl Pain": "mama said life would hard growing days black girl scarred every way still youve come far know name dont know pain please hold heads high dont ashamed know carry forth till day die know name dont know pain black girl people love poet thug victory slaughter mother daughter promise ill always love ya love kiss hug ya brother looking one another im blessed man yall reason got somebody put hands im getting locked im playing thats prayer im saying diani die shell protected amani thats bigger brother love way love girly girl love imitate mother gemini stay friendly side shell put look like somebody friend died pretty black princess smell sweet like incense buy bookstore supporting black business teach black fact parents thorough four reading cornrows camille yarborough keep hair braided bought black barbie keep mind free aint black zombie aisha kashera khadijah scared look mirror see picture clearer stain frame got black girl name living black girl pain makeba mamacita whats really good ill promise keeper see picture clearer stain frame got black girl name live black girl pain mama said life would hard growing days black girl scarred every way still weve come far know name dont know pain please hold heads high dont ashamed know carry forth till day die cause know name dont know pain black girl beatrice bertha benjamin gave birth tsidi azeeda lavender hill khayelitsha athlone mitchells plain swazi girls im repping thee manenberg gugulethu youd blessed get beauty shining like sun highest noon top cable car table mountain girls skyest blue eyes darkest skin cape coloured realizing african cousins back home strength mommys backbone length went raising sacrificing pain reflecting range complexions rubber pellet scars auntie elnas back march fist raised caramel shining glory mauritius st helena blood million stories winnie joan eadie norma leslie ndidi auntie betty melanie family fiona jo burg complex mixed girls surviving every lie put us worlds swear stand focused black girls raise hands world clap us mama said life would hard growing days black girl scarred every way still weve come far know name dont know pain please hold heads high dont ashamed know carry forth till day die cause know name dont know pain black girl momma said theyll days like"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/tech-n9ne.json b/lecture/lecture-9/rappers/rapper-data/tech-n9ne.json new file mode 100644 index 000000000..a94b4b267 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/tech-n9ne.json @@ -0,0 +1 @@ +{"Worldwide Choppers": "sen kalk bir minik mikrofonunu getir bak jak burada diktafonuna tak kagit kalem bir de ilham alinacak tam gaz choppers havada dusman avina cikalim akalim haydi bu battlei kazanalim started midwest bout take world baby pinnacle yeah tech n9ne follow around planet run gamut sickology could never manage damage apology pick em panic little manic cause gotta frantic ima jam cause im oddity gobble track like im grubbin mama nakas pop proper cause im partners waka flocka give top hip hop watch make em rock show stopper chakras poppin anybody notice tech pinnacle identical soul loaded cold polar get wrote quick quoted yo exploded flow behold cause motor spit bi de bi de never get free real better get kneel ready get near heels give knock ima chop came went tomorrow ima lock hop pocket like empanadas hit em get em aint done aint enough trippin rip ish spit em sort like liquored backin gut everybody knowin actin bust missouri canada keepin stamina never fan man planets unanimous cuss fuck anybody tech calamitous leave dust aint nobody tough im standin tech hostile hes awful really wicked bottle dig never lost apostle hes thinkin give poe toss picasso killin everybody motto chopper thats tossed brothel said pathetic head taco sped bled coffin go im light years ahead peers want come bring right cant clown dont come round bow crowned found check im ahead em chop veterans legend developin aint gotta tell evident gotta notice elephant none niggas relevant youre delicate lovin every second de vil alle tjekke nar vi ligger det kommer ind og smaekker det beatet jeg vaekker det ved hva der kommer ud af min mund haenger med de vildeste gutter det minder mig om vi stikker det af de kalder mig alle vild fucking chopper ran pogo stick hopped top rappers like jehovahs witness photo jesus paper pamphlet threw churches like playin hamlet syllable burnin internal damage swing batter batter lay back hammock oak tree like peelin pecans instead im peelin rappers heads makin sand wich pick 22 put bullet inside motherfucka westside 1987 box im headed yeah headed bucks fuck em make feel dread like head locks feel every bump like bad shocks hopped fuckin beat worldwide chopped wanna fuck tech n9ne twist pine smoke beat mr busta rhymes well sure really dont need show cock run across stadium pair socks trench coat pencil watch drop verse focus read clocks slumerican control heat beat gotta go im dump truck send another load peter piper dump pile peppers throats alien probe im light years ahead peers want come bring right cant clown dont come round bow crowned found twista like gotta focus rhythm loosen venom hit em give em astig tism ima spit em somethin full vengeance everybodyll wanna devour pieces enemies cause cannibalism breakin particles get predicament never reversible cause nigga versatile makin nervous could never compete colonel burn im immortal thats reason murder focus hocus pocus make likkle magic wreck check ya respect better im anomaly ima give lobotomy motherfucker challengin astronomy hoppin dont stop fire flames thrown im one popular choppers names known throwin air takin wwc cant keep shoulda stayed home alien knowledge makin astronomers work look ancient discovery paleontology play ima shinin haters im finna usin energy watch radiant ima like helicopter words fly entire families way girl die catch fuckin intricate lyricists dont even try stop us cause choppers worldwide im im light years ahead peers want come bring right cant clown dont come round bow crowned found see ask ima stop dude ima cock pop ima drop dude inevitably ima incredible dude ever spit record put together dude ask world provin already best hell doin well ima choppin cuttin breakin beatin shakin fuckin everything til make mistake bustin everything like fuckin angry jamaican shuttin everything especially ones hatin lovin everything got em stutterin stupid hear em dont p p p please wh wh wh gotta try us w w w w already know nicest ima come kill em get em hit em finish em bang em head diminish ill hit em minimum repeat comin killin em gotta drillin em thinkin gotta feelin spittin lithium see way nigga spillin em gettin em stupid point theres forgivin hopin youre listenin youre payin attention youre witnessin way christenin mic gettin zone flattenin packin people front back got actin fool im black nigga im home im light years ahead peers want come bring right cant clown dont come round bow crowned found fire annihilate make fighters retire instantly im choppin em call michael myers vicinity way killin em rhythm get illegitimate gilla finish predicament enemies vicinity gotta mack know never get whenever mention history lyrical criminal deadly chemicals check resume said gillgods biblical hit em venom get em bend em send em feel diggin brain bringin pain often wanna kill fillin em fury get hurry feel real comin shit im havin fit never peel im top got drop poppin often hit em bullet look eyes heathen breathin youre fiendin dreamin find demon name insane im worldwide", "Speedom (Worldwide Choppers 2)": "get bustin like im thirty ought six im rippin beat heard got pissed got top made purty hot cause knowin tecca ninas dirty chopper hes handle holmes heres handful hell hoverin havin hella go ham though said seven richie havensll man put together thinkin eminem gamble guess cause guest spot kaliko said doin said lets chop people finally get three best locked never another choppers comin lets rock nigga youre people got wonderin sure song yes got another killer makin tour strong thinkin battlin uh youre gone nobody catch speedy gonzales beat problem got feet mouth gon beat lot em mean lot em nina used follow ive got audibly body man hitman ip man karate em fans lift hands well get dancin em kansas advanced withstand pile em stands two hands movin crowd em aint makin sense better sample amp like bass aint ever gift heat em beat em burn em never heard us look em turnin slap shirt super simpleton make em impotent flippin niggas feminine said purpose pimp pen reverse conditions im livin bigger numbers eminem gotta fast ill smash nigga half cash im little sicker quicker figure make em shiver bigger winter half ass deliverin ima eat dinner better mine oh mean guys jump around mean im rubberized n9ne master meaning murderize well bleed em beat em til gone feed em speedom speedom speedom speedom speedom speedom speedom speedom sometimes feel like ill never slow sometimes feel like ill never slow wait wreck beat let check see stephanie mills left extra refills ecstasy pills next seats spilled eat em breakfast drink im habit grabbin mic babblin dabble vics might swallow fuckin ritalin tablet tonight im grabbin right medicine cabinet cause thats like attackin like dracula bite jetpack backpack write anger pent inside went inside bennigans diner cigarette lighter figured id try set big enough fire thatll trigger sprinkler system id escape getaway driver screwed limo collided center divider went window ended pinned side semi fender beside friend guys wife brenda flight attendant idaho took antenna vagina hole cause pick pen im venomous im slick dennis menace like evil dental hygienist sinister youve yellin dementedness invented im genesis eminem nemesis feminist fuckin smart alec degenerate got ellen degeneres tryna tell men full jealousy envious female independence hell clitoris hit miss never consider bitter disappointment ill never fail deliver whatever weather thisll like certificate authenticity im thinkin tryna think quickest sickest way make em picket pick day prick im pickin wickedest shit say spit back level incredible head full red bull unforgettable better believe beats edible consider loose leaf vegetable stalk prey think got away uh uh today murder song ill say dr dre robert blake eatin lobster steak coffee cake restaurant drake tech gotta make sure stories corroborate im lot take like kanye walkin stage beyonce like job say youre real artist obligation honest abe way escape ammunition replenished punisher gun insured hundred words clip words motherfuckers better run youre lookin get run roadrunner wonder one dont wanna go jump front fuckin runaway locomotive get thrown tryna fuck speedom speedom speedom speedom speedom speedom speedom speedom sometimes feel like ill never slow sometimes feel like ill never slow im fury final fight flip fraudulent fellas feelin fright flick fire finish flow flight feminine fakers fall im floggin foe fife never forget severed head critic sped trippin dead epidemic wet clinic make bloody redder percentage addict whos havin get lead cynic never devil put fight industry peddle metal givin light lot energy reppin beat checkin koba hes evil enemy itll running front town ever makin fun clown im gunnin doin ground wonderful sound anybody come hound onell found bitch would never choppin without slick rick got record lick balls dick never listen musical misfit nah cause every time droppin get bit im hearin lot rappers tryin spit quick middle west got em kill em bitch aint circle choppers missed cause nigga twista rule speedom speedom speedom speedom speedom speedom speedom speedom sometimes feel like ill never slow sometimes feel like ill never slow", "Fragile": "said youd never ever break sweeping pieces ground said youd never ever play crowds ive seen hoping play songs ive spent night long scared tomorrow broke alarm everything almost lost pick slow gone fragile never thought id fragile didnt break dont ever want change im fragile dont ever want dont ever people appointed give opinion never get want come gobble jimmy die n9na givin remedy critics really enemy cant stand way slam todays gifted effin incredible get fanned away grands pay jam lay scripted deaf impeccable write rhyme put everything flow im n9ne ima look mean foe scribe line never show times itll better leave sto cause wrote nothin lies quotes stuck eyes amateur writer dissin hes beginner hopes demise folks ima despise never try listen real im mad clueless scribble pad gonna criticize chisel nads sizzling ad dont really get im pissed understand im artist im sensitive shit yes im fragile never thought id fragile didnt break dont ever want change im fragile dont ever want dont ever tell im famous tell name big venus jupiter uranus tell anus got head smell articles know youre heinous tell love always thinkin unconditional im hoping im favourite grab fishing pole throw sharks thats feelin get youre concentratin pen pad tell youre willin diss craft tell feelin pickin apart track stop puttin heart soul lines tellin platinum gold time lookin bury deep hole mine drop entire building slanderin abusin call realest comin student told use poem uzi empty magazine seen magazine seen trigger finger started shootin nicotine im bout smoke em journalists involved shouldve known music fragile never thought id fragile didnt break dont ever want change im fragile dont ever want dont ever", "Am I a Psycho?": "see looking looking ask psycho psycho yeah im psycho guess im psycho youre crazy like youre crazy tours paid used dough allure ladies manure bathe never minds sure shady pure hades rev x said couldnt endure save let stripper burn arm cigarette spot ten times row felt burn palm clitoris ima get wet sorry get carried away feel stupid cause aint yet maybe never let fine nigga stare breasts get vexed n9ne bit neck open try contain dame thangs soakin alter ego say let gangbang folk strange lane hopin maintain copin aint nobody talkin insane mane spoken like fire skin blood draws walls im sufferin im stuck claws stuffed jaws huffin puffin hollerin im dog afterwards like really hot scaldin water balls psycho psycho yeah im psycho guess im psycho mom dad im longer boy youre used seein ive changed lot plus ive grown hate every human bein mood swings turned dreams gruesome scenes im doin things dont normally illusion seem pleasures gain heck sane wouldve put mic said fuck ill never rise fame wicked wreckage contain could probably jeopardize name lovey dovey lets ignite flame youre lucky youll survive pain sorry aint merry say game scary play well let think cause every day balls gettin hairy shave pause minute im stressin go hell heavens blame dont mean come crazy mothafuckas seem think im hella deranged seven years old fell head severed brain think im lyin ask mama nigga shell go tell ashamed im livin life ghetto fabulous get bent shape nigga let ask psycho psycho yeah im psycho guess im psycho stab mic rap verse im rappin matter fact im rappin never say motherfuckin name unless absolutely fuckin jacket matchin shoes fashion guru cant even see niggas yall wish rappin matter fact act like im rappin gives passion use excuse jump conclusion im attackin dudes like old fashion voodoo yall aint even shit yall aint even doodoo got flavor tissue paper two boots im slappin foolish wooden paddles stupid babysittin little bastards like little afternoon children call psychotic like schizophrenic cant sleep anyone tell medicine guess gotta show minors avenue man swear im brain like graduate students im sorry didnt mean hurt feelings see tears come give face let clear wonder would look peel back skillet ima feel crack hit ima split back heal damn bobby boy hell heaven earth mom cursed birth first werent church dirt shirt man think youre goin berserk psycho psycho yeah im psycho guess im psycho psycho psycho yeah im psycho guess im psycho", "So Dope (They Wanna)": "wanna sit beside sick seductive sinner see something sinister seeking sookie somethin like centipede slitherin shes searchin synergy suckin seed chakra tease stickin sippin hennessy shittin hissin ill spit commission position bitch dip mention slip submission quicken copulatin kissin operation drippin bottom shakin strippin odd bust kod put em necropolis givin rod good broads givin bras us gift break couple thats monogamous stop probs take effin draws bitch rock us giddy cause titties chin chinny chin pretend kiddie suckin creme de la creme skin pretty dim lit hitting thee trim sin city let im medicine get wetter ever never better veteran level bed rockin red letterman bright edison like said sin head win events im fetishin open hoes know whats told bust clothes wanna go right butt sure wanna cut explode drop load cause flow dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna heroin cocaine ketamine promethazine x thorazine morphine dope wanna sex dope wanna said heard packin ima fan rappin im feining action really cape town said yeah bitch born london im thinkin bout fuckin crumpets cake get stereotypical fairly seminal im flowin pinnacle see got friends lookin get medic ima bout pivot em make rounds want piece beast east complete sheets release beats got man boy never could compete us please better believe skeet wipe shamwow nina run deeper receivers beat beaver wanna feed meter speakers bumpin tweeters medina leave us pleasin nieces screamin take leader im trainspottin vein rockin lane came droppin serious game brain rottin pick million pricks im pretty sure missed one hits clit quick drip main option blowin slut good luck im fuckin kitty angel dust nuts trophy lovin cup dopin must troublesome give lust dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna heroin cocaine ketamine promethazine x thorazine morphine dope wanna sex dope wanna lovin get back room make em scream goin deep feindin saw weiner told ready anything im talkin anything stuck jaws im breakin walls like katrina even know know flow og told like play pussy get lonely homie right instead sony claimin pussy wet dont tell baby show ask im comin mask entrance sinner second real spitter like every sentence repentance ever since infant im damagin vagina remind im filled vengeance hit em whenever wanna run cause rap shit really dont care whatever takes get em mattress could one thats run busting gun way fun get motherfucking actresses bikinis suckin zucchini told wanna sippin apple martinis fuck im meanie probably would never leave shit play eenie meanie sly cuff weenie see em whenever hit stage posted audience em filled hope knowin wanna presence get affiliated dope dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna heroin cocaine ketamine promethazine x thorazine morphine dope wanna sex dope wanna hey tech know ive type go hoes ive around flow spit gets hoes zone wont talk shit oh damn wrong men calling theyre wondering ima get little dick got common sense collage position probably something insignificant think im bitch cause probably missed game kickin hollering hope acknowledging methodically dropping common knowledge dont get like hounding bitch probably get trick treat cause dogs gon bark like im killing game killing game killing game feeling want bang want wait get want say shit make think gon rape dont stay cause got sickening style built crowd men women feelin freaking cause im figure ima say getting wild tripping cause im kill morale kill sounds lately spit crowd men reach tell women gettin aroused tryin give child gin smile say wanna", "Sriracha": "yeah yeah hell yeah yeah yeah hell yeah yeah yeah hell yeah yeah yeah hell froze thought could hold yoda flows older first sold cold soda grow bros rojo soldiers cincos blow doja like iron mike back day rhymings iron height defiant flight try bite like razor candy apple taser jammy tackled neighbor family shackles laboring man hes gaffled get angry sip bombs rich lawn brought muslim christian studying chrislam thats thing place john chicks palm give something beautiful kiss til spit one lip balm ive rhyming since reagan politics polished got big wallet dollars sit wall split gotta sick casa god exists cause lot chicks holler mr chopper youre hot shit ah say im best 5 4 3 2 sometime think gum bumpin tell put somethin sriracha put everything sriracha put everything sriracha put everything sriracha put everything yeah guess im supposed come fast flow woo guess im supposed come gas flow ima spit ima get good wish would tell dont know hit door uh yeah feel like maybe cant fuck hit em semiautomatic watch em duck speaking lyrical ability everyone vicinity blowing mind like kennedy got love enemy somebody tell remedy im like whats good fine tell whats mind rewind shit message beyond shit put everything im honest shit whats hold tech im sorry hold road verse ass long time ago put everything aint minute living like aint finna see tomorrow aint focused wealth living good feeling fine pass sriracha put shit mine busting like columbine combined terrorists mind thats confined four walls time say im best 5 4 3 2 sometime think gum bumpin tell put somethin sriracha put everything sriracha put everything sriracha put everything sriracha put everything sriracha flavor popper gotcha even haters jock us choppers invade knockers blocker disintegrating every chakra eager ya bet doin proper put bullets fully hoodie aint nobody gon stop us nobody gon top us leave em option leave em conscience even though achieve problem even though couldve seen watchin tv dvd repeat see streets jockin easy need eat beats like im eazy e compton eat meat like im ebt shopping credit card max bend bars back fuck ho get brain run house bring whore back sever face dead doormat got keys rented corvette cant catch im man black shit since katt crack fuck nice way cant ignore try though gon end next dido im pen wrote bible im skin like vitiligo sing moment hit high note someone please let elton john know tell lieutenant im hect camacho catholic priest pentecostal yall niggas wiggidy wiggidy wack get nigga back umbilical patch jump middle track none niggas act yall niggas packed come get fuckin bitch whip give moment fall im gonna fit car better ready brawl shattered nobody want hard better ready war tell ready say im best 5 4 3 2 sometime think gum bumpin tell put somethin sriracha put everything sriracha put everything sriracha put everything sriracha put everything", "Straight Out the Gate": "together powerful force one mind body soul let evil enter attempt reduce us beliefs hold love combined strength ward pain stress technician wholeheartedly life death okay get im fon freak nature pen gonna heat paper problem incubator mom dad creature maker never need shaker beat tape teacher later youre beast awakener dont think streets safer misery seepin delivery bitter givers keep figures dont try nigger grave digger hither kidder see consider dark energy sinner inner black diamonds around callin definites saw clown steppin tall amount big tech shit aah ooh 3 times people know defines people lovin thats 9 rhyme make em make beeline bout hate make great mouthll break dont pay cake stay face dont want lay fake flip sick pray thou relate im incredible straight gate darkness leaving gods deceiving painters blind faith children rivals holding guns reading bibles go ahead seal fate straight gate see face ebah tech n9na evil brain angel heart remain dark anointed holy console know sin got hold let go im double jointed im wicked represent sickness fraudulents feeling im falling offending father place deepest darkest part abyss nobody without food agua blackened sun bitches sat dungeons ditches yappin one glitches halt kraken come quickness back im plundering chicks laughing dummies trip exalted tech n9ne fuck industry independents enemies thats blind champ vamp near huntin heathens hella hungry im amped year darkness leaving gods deceiving painters blind faith children rivals holding guns reading bibles go ahead seal fate straight gate public enemy 1 fuck fame became name gun parents hate aaron sons daughters wanna martyrs believing art aint young got balls rap im appalled yall want fall calling craps suckers hate crawlin back cause im tall shaq im always brawlin bats strange music saved life fuckin music became wife nobody planet tame mic call crazy dont matter fucking insane like suns beam melts everyone screams help one kings felt telling survivors welcome something else say kansas city always stay kansas city yeah something else baby lets go darkness leaving gods deceiving painters blind faith children rivals holding guns reading bibles go ahead seal fate straight gate aint knockin im breakin", "Hood Go Crazy": "hello huh yeah cool lemme get saturday mornin aint gotta work last nights show sold lot merch bad bitch bed aint gotta jerk forbes list caught hard make dollar hurt need good green bou lou five one guaranteed zilla keep heater case boo boo kansas city natives lil coo coo type shit make hood go crazy interstate doin 180 said baby took double shot went crazy white girls go crazy black girls go crazy college girls go crazy type shit make hood go crazy much liquor never spare kitchen keep usually pair thats kissin im lifted purple hair thats bitchin thats call fuckin air technician got hair thats missin keep bare promise ill never tear kitten aware sex hittin care share stick good might impair vision dip dip look another chick pissed til give another spliff lift party mission cross three thick friends mixin licks big friend wanna lip told kindly get lost bitch place way turnt trip shit type shit make hood go crazy interstate doin 180 said baby took double shot went crazy white girls go crazy black girls go crazy college girls go crazy type shit make hood go crazy yeah 2 chainz yeah prototype fourth foreign car porsche four door white cooler polar bear bowl ice ring married game em throwin rice wait minute put thing im tryna knock im tryna put singer banger get brain dinner dont need put tender contender thank god strippers high top zippers hard nipples shit straight temple tryna squeeze schedule like pimple tell poodle dont mess around pitbulls type shit make hood go crazy interstate doin 180 said baby took double shot went crazy white girls go crazy black girls go crazy college girls go crazy type shit make hood go crazy endin n9ne grindin bitches behind way drunk gnac spit spit spit kan city shits ran gritty summertime chicks damn pretty born projects ville deal travis made mills celebration elevation delegation got niggas hella hatin nnutthowze regime rogue dog strange music winners cant lose unless everybody got hands like see bad bitch like whole damn city fuckin go hood go crazy mo type shit make hood go crazy interstate doin 180 said baby took double shot went crazy white girls go crazy black girls go crazy college girls go crazy type shit make hood go crazy", "Dysfunctional": "first entry sickology 101 dysfunctional yeah dont bring nothing stupid dont want lose step back dont want attack im beast better give deuces tolerance nonsense get away n9na wanna get dollars dont wanna holler makin im little dysfunctional youre problem please dont awaken im way cause back day forsaken la di da di im party drunk night punk might dudes tryin pick fight hes sorry aint gotti like cause sloppy costly rocks spot free dont know im roguish surrounded soldiers locked loaded exploded cant hold us dont got scruples didnt come fight shoot busters better mutual dont get loose cuckoo listen call genius run show women penis wonderful demons think meanest brung foe floor little bit sick dont know im little dysfunctional dont know push might bad get little emotional dont know fool around make mad im little dysfunctional dont know push might bad get little emotional dont know might fool around make mad dont make mad born hustle im product environment game done changed ive forced retirement make moves paid dues got common sense since cant lose cant choose ill come back spit got hit songs ive gone long dont fit kneeled throne cant get need lick write songs dont belong im shit im huntin leads desperate need hope comin quick id wrap brain find lane thats gon bring change strange life changed come around since im feels uncomfortable try hide deep inside im dysfunctional never learned hold gets emotional first implode explode combustible please dont push play pussy real shit wont defeated im heated nigga oh shit im little dysfunctional dont know push might bad get little emotional dont know fool around make mad im little dysfunctional dont know push might bad get little emotional dont know might fool around make mad dont make mad aint killer dont push goody goody choir boy never pussy could carrying something hoodie krizz would never snap kill baller yall would wanna peaceful carry desert eagles ever black people know black people peep em try stay evened wanna preach em evil keep seepin emotions get best messed yall get rest depressed stressed feel like destiny know yall think less cause im always sick cant let pharmaceutical soup best recipe gon death need depakote cope keep throwin pills throat dysfunctional blunts smokin bombay give fung shui wish would go away maybe pray jesus christ un pretzel tryin pray change sometimes feel like lets take another couple doses probably fine get close youll find im little dysfunctional dont know push might bad get little emotional dont know fool around make mad im little dysfunctional dont know push might bad get little emotional dont know might fool around make mad dont make mad", "B.I.T.C.H.": "aint supposed put devil suit come church young mayne hehehehehe aint think rebel bout make think birthed flames la la la di da da wanna tv show mi mama breakin colored houses admit bitch sick like puttin face paint put put black jeans black hood thats tv stood faded habit brother swerves sip vodka im latest rabbit words im hip hopper disc jockers never played said shit stopped ya 2001 mixed opera every cliques got sick caca lots rippin chips oughta listen quick chopper flippin poppin spirit pac big poppa ya motherfuckin rap quotes shit surprising shocking like barack votes traps broke rapped tunechi stacks though og muggs said im gonna first rapper cross black folk yah im breakin colored houses polo boots hella dark colored outfits yah im breakin colored houses fellas better put chastity belt spouses hey man must suck niggas cause dont suck rich fuckin brethren suck upon dick man get get live somebody better call 911 im breakin niggas cribs yeah workin one thing sure two things certain im real thats live somebody better call 911 im breakin niggas cribs since 2001 people dodged like durango shows see n words django like nelly chingy chain hang low kansas city somewhere rainbow im yo house baby im yo living room lookin yo blouse lady everybody tune tech nina sex fiend threat got beautiful woman givin poon want cause im bout big boom breakin colored houses hard mayne cause everybody got got got bars mane im comin tv ghetto gon see sippin kc tea know tech n9ne everybody want freebie damn im breakin colored houses polo boots hella dark colored outfits yah im breakin colored houses fellas better put chastity belt spouses hey man must suck niggas cause dont suck rich fuckin brethren suck upon dick man get get live somebody better call 911 im breakin niggas cribs yeah workin one thing sure two things certain im real thats live somebody better call 911 im breakin niggas cribs people missin like diana ross aint mmg boss although im wicked see im fly floss lost like jam yes day late better late never im veteran cheddar truly silly like stevie j face every last one evil haters see vacate dip crib turn television see face like hey wait hey man must suck niggas cause dont suck rich fuckin brethren suck upon dick man get get live somebody better call 911 im breakin niggas cribs yeah workin one thing sure two things certain im real thats live somebody better call 911 im breakin niggas cribs"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/the-game.json b/lecture/lecture-9/rappers/rapper-data/the-game.json new file mode 100644 index 000000000..c2c95fce1 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/the-game.json @@ -0,0 +1 @@ +{"100": "real nigga shit night crib like black 40 ob sittin talkin bout life played beats forgot tell one thing niggas called set want come wet cause town nigga like biggie heard shit diddy came vest got vest 40 vest hush vest every nigga owl chest got la unified better committin suicide teachers aint testin us see know feel platinum plus niggas jealous try wrap tax ovoblood money nigga catch bullets like catch bus dawg fame motherfucker nigga four favors cant fifth soon forget run granny house give nine like fif niggas sposed love niggas heart beatin fast dap hug niggas drake told trust niggas energy youre finicky rush niggas walkin round crib like nigga cant live get money fuck bitches though thinkin bout beef like pass mothafuckin straps like physical city nigga everybody know ridin round town four pound tucked tom fords hopin aint gotta show la niggas craziest niggas shady shit niggasll run car catch guard like lil wayne baby shit 40 im fucked yall better come studio fake shit yall better come funeral fake shit yall better realizin theres nothin yall could wit ever asked keep eight 92 one hunnid la niggas craziest yeah one hunnid la ever asked one hunnid la la niggas craziest one hunnid ever asked one thank later thanks nothin thanks bluffin thank much wearin true colors every single fuckin function niggas tell face family love skimmin budget see em theyre ones thats actin funny people reachin im straight unresponsive shit would many friends didnt money respect accomplishments would many friends held back truth gave compliments would fans didnt go pop stayed conscious shit would many friends lost success confidence im club every time play competition even play competition seen response get yeah nobodys even hearin top pyramid might go jamaica disappear circle got small period sayin yall better come studio fake shit yall better come funeral fake shit yall better realizin theres nothin yall could wit ever asked keep eight 92 one hunnid la niggas craziest yeah one hunnid la ever asked one hunnid la la niggas craziest one hunnid ever asked one miss 4 cent real nigga held nigga since lil nigga still alive would kill niggas lil snupe meek mill niggas know feel missin nigga though cant think roll indigo stressin drivin figuero blowin kush clouds ghost ghost damn make real nigga wanna give life god like go screamin frog name clouds dont hear though guess busy 2pac biggie though niggas dont feel though suges watch ill take suges watch dissin drizzy thats cool dont come city though even h town underground gotta trill nigga strapped waist thats word pimp c j prince real nigga shit simple henchman young nigga right meech happy bleu davinci got came california streets la niggas craziest niggas shady shit niggasll run car catch guard like lil wayne baby shit got nigga confused nigga gotta choose dont even matter dawg cause ima always real nigga always real nigga never learned nothin real nigga yall better come studio fake shit yall better come funeral fake shit yall better realizin theres nothin yall could wit ever asked keep eight 92 one hunnid la niggas craziest yeah one hunnid la ever asked one hunnid la la niggas craziest one hunnid ever asked one", "Ali Bomaye": "get people chains nigga mean handcuffs time man put hands fuck sayin bruh cause im black man phantom cause windows tinted car cost 300 thou blow indo mad cause daughter fuck spring break well ima fuck till springs break yeah roll another one cause im winnin four door lookin real photogenic gentleman attire threads wont expire im class teacher got fired money gettin long pussy rate keep risin versace outfit cost 3000 p houses wee hours sellin chicken lemon pepper sweet sour first get power get respect im gettin much money buy bitch take wanna wanna take like clubs women workin naked fell love waitress fuck im thinkin bought ho ring pinky uhn thats pimpin thats slick got bottle cologne cost rent fuck yall mad got black card black phantom white bitch idaho thing got thick bitch atlanta got redbone chi got two chains two tone two hundred racks lie ali bomaye ali bomaye im bout rumble jungle new kanyes ali bomaye ali bomaye lawyer threw gloves beat another case fuck yall mad cause belt got two gs bag got two cs daughters stroller got ds free big meech free boosie c murder like new orleans like baltimore come compton youll see murders ar see murders thats beef nigga burgers im insane usain nigga better turn burners got coke swimmin glass jar bitch go turn burners got dope sell hotel half price retail bitch nigga female smack niggas sprewell im block like d12 got white 12 like little nigga africa born totin k thats real shit smith nona gaye yellin ali bomaye ali bomaye thank god nigga seen another day ali bomaye ali bomaye got chopper bottle fuck let em spray take case trial hire dream team robbie kardashian johnnie cochran seen things dream big think sharp inhale smoke hawaiian tree bark humble g keep one run niggas help favors keep one shelf got rifles lasers swing like majors hit right navel swimmin pavement gold medals neck call michael phelps hoes settlin less call em bottom shelf niggas tough blogs never nothin road riches bitches taggin along unless ass thong hit ass im gone disrespect nigga boss im flashin chrome im wavin tec tity sprayin mac extendos back gonna lap got bitch look like laila ali sittin lap got call skateboard pick em lax speakin skateboards tune fuck ill break skateboard nigga back 2 chainz skateboard nigga track lie lie already got plaque mama got house daughter got accounts think nigga like started ounce bad bitches boys bring em niggas pussy douche em clean em voice ghetto intelligence got work go work dont work residence presidents word muhammad triple beam heaven sent ridin jungles mothafuckin elephant thats gray ghost ears swimmin hood like got fins know got work foreman grill weigh mothafuckas made another mil got nigga feelin like cassius clay thrilla manilla nigga want whip ass today ali bomaye ali bomaye thank god nigga seen another day ali bomaye ali bomaye got chopper bottle fuck let em spray ay nigga guess picked nigga talk yo nigga ay fuckin jesus piece ay ay ay nigga nigga look ya boy look ya boy ay nigga look look real quick real quick look jesus eyes doe nigga got diamonds nigga iced nigga iced jesus face bitches nigga ay dont ever question religion put 50 stacks jesus face nigga see ay ay ay real quick real quick look headband nigga nigga look look ya boy nigga ay nigga put fuckin rubies around nigga fuckin joint nigga yo chill come kanye shut dont let turn piece around", "Martians vs. Goblins": "1500 mars blood gang kill em odd future wolf gang kidnap vampire drain fuckin veins wolf grey jordans use intestines strings snatch rihanna throw front fuckin train sniff fucking unemployment line cocaine tie lil b full tank propane swag watch cookand stand look bonfire old harry potter books martians vs goblins goons vs crooks since tune viacom shook shoulda got real ass pirate hook maybe jack sparrow maybe peter pans nemesis powers limitless like blanka sega genesis superhero mad marvel overlooked cause spiderman hulk straight pussy bitch im muthafuckin martian bitch im muthafuckin martian bitch im muthafuckin martian martian year ago poor somewhat futures brighter christophers new haircut bruno mars still sucking dick fucking male butts closet tyler perry gets clothes suck fuckin ring pops got better chance getting copy detox wolf gang rock crack rock shit expected like jayceon whenever name drop jesus motherfucking theresa nigga game got wolf haley feature team running shit like full cleat adidas getting chased polices full bred cheetah bishop eddie caught tryna escape bag full drag nicki minaj mixtape dragging fags back log cabin fall back like lebrons hairline mavericks lost bitch im muthafuckin martian bitch im muthafuckin martian bitch im muthafuckin martian martian cause lil tunechi always bless killed track fuck spit like kids erykah badu fucked day naked video shoot sucking pussy like wonton soup hit lebrons mom bron brons coupe delonte west taping bon bons cleveland cheerleaders pom poms smacked bitches wearing bishop juans suit dont know probably crips im uncle fuck im crip crip weezy crip jones crip im doggfather walking shih tzu mad dc comics overlooked cause captain americas straight pussy bitch im muthafuckin martian bitch im muthafuckin martian bitch im muthafuckin martian martian", "Hate It or Love It": "yeah lets take em back uh huh coming confused mommy kissing girl confusion occurs coming cold world daddy aint around probably committing felonies favorite rapper used sing check check melody wanna live good shit sell dope four finger ring one gold ropes nana told passed id get sheepskin coat move packs id get hat thatd dope tossed turned sleep night woke next morning niggas stole bike different day shit aint nothing good hood id run away bitch never come back could hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know grill lowrider guns sides right gold wires ill fo five em kill nigga song really thats true meaning ghostwriter 10 gs take daughter air forces believe homie know losses im compton wear wrong colors cautious one phone callll body dumped marcy stay strapped like car seats bangin since lil nigga rob got killed barkleys thats 10 years told pooh 95 ill kill try air max 95s told banks met ima ride gotta die id rather homicide aint 50 cent grandmama died im going back cali jacob see time fly hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know beginning end losers lose winners win real aint got pretend cold world full pressure pain enough nigga listen game used see five throw crack bench im fuckin 5 0 starting make sense moms happy aint gotta pay rent got red bow brand new benz waiting sha money land sitting range thinking spent 30 million dollars airplanes theres kids starvin pac gone brenda still throwing babies garbage wanna know whats going like hear marvin schoolbooks used wood build coffins whenever im booth get exhausted think marie baker got abortion love hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know", "El Chapo": "skrillex bangladesh god el chapo god el chapo god el chapo god know get kilos cincuenta porciento bilingual get fuck town fore run ass underground came nigga try stop let hang let bang let rain yo soy el dios adios nigga seen nigga chopped tuesday club goin tuesday doomsday guadalupe come knock donald trump toupee look brains sidewalk tuck 38 jump skywalker whew im rollin shotgun claudia ochoa nigga walking sinaloa blood red chuck taylors know show squad full killers squad full hittas squad full niggas thatll pull let bark nigga hundred six shots bark nigga street sweeper wet whole block noahs ark nigga got two glock 9s two 45s two desert eagles fly together side side juego conmigo tu sabes de mio tony montana mis amigos mis kilos mi casa su casa cuidado con el chico tu quieres la blanca yo tengo el perico el chapo god el chapo god el chapo nigga god pinche policias jodiendo todo el dia que si jode tu familia mi madre mi tia im private jet el chapo feet sippin tecate bout land fuck montanas aint got trackin devices feds watchin see us niggas wanna see us check ig im villa throwin blood like iv dont try dej loaf ak 600 million 400 million dre day uh pablo escobar hey day uh billion coke thats payday uh private jet thats mayday uh south america vacay uh p snapback choppin grade uh none niggas ready melee uh hundred cal make body nae nae leave nigga face worse sheneneh yo god ive tellin niggas got bird chopper trunk ven aqui sell niggas screw chop machetes deck sever niggas behind bars im el chapo motorcycle cell niggas escuchame chinga tu madre nunca encontraras para de mirar controlas te controlo controlo todos respetan se mueren soy el chapo la hago en sinaloa el chapo god el chapo god el chapo nigga god nigga god", "The City": "see angels city see angels city see angels city tell mothafuckas im forever paid california king wrestle gators everglade drive mothafuckin swamp escalade put red rag pocket wanna see fuckin resume started ground zero start levitate rip rappers new asshole never hesitate dre beats smokin chronic meditate ima give em hurricanes another levee break niggas featherweight im aftermaths heavyweight dres weapon mass destruction bout detonate nigga wack found shit sellin weight niggas sellin millions time celebrate performin front millions nigga every race 6 4 64 watch chevy scrape fourth album five mics let em hate im stoppin till im fuckin king every state recognize life ridicule fight give fuel fire burnin yearn lights midst hieroglyphs fingertips start write get familiar cartwright cause want shot im raging bull needle drops record ima wreck even record dont pop ima tie knot downtown buildin let tow behind tell em find dark ghetto children look heart nigga fuck feelings im sick mothafuckas talkin west died cant hear heart beatin thats motherfuckin westside test test god im son say psalms come split tommy gun wont time run im compton slums thats west ride im city two best died rest peace em spit like im ghost em damn said spit like im ghost em name top 10 im harder em matter fact shorten list nigga top 5 game biggie hov probably pac nas particular order bet mill slaughter serve niggas give fuck ordered dare niggas pop fly im nigga sold 5 mill gate numbers lie recognize life ridicule fight give fuel fire burnin yearn lights midst hieroglyphs fingertips start write get familiar cartwright cause want shot im raging bull needle drops record ima wreck even record dont pop ima tie knot downtown buildin let tow behind tell em find dark ghetto children look heart nigga fuck feelings gave documentary shit classic gave doctors advocate ripped package came lax since critics said average stressed fuck torn aftermath geffen interscope got scope spill red ink paper like pen broke waitin im lost angel knockin satans door fuck yall take love cause hate im kobe lakers floor except give 84 shake like haitis floor walk like whats goin baby boy shots mercedes door either im crazy black slim shady could reason baby said would pay still owe jimmy one album best west ever seen disrespect calvin recognize life ridicule fight give fuel fire burnin yearn lights midst hieroglyphs fingertips start write get familiar cartwright cause want shot im raging bull needle drops record ima wreck even record dont pop ima tie knot downtown buildin let tow behind tell em find dark ghetto children look heart nigga fuck feelings kendrick wear pendant shoulder soldier like lieutenant coupe tinted got pulled johnny always lock nigga knowin damn well dont wanna see box like manny pacquiao little nigga mayweather size ride like pac prime thug life radar til federal come raid reminiscin la raiders home snapback fitted uncles dome dont condone dickridin im addicted westsidin livin city skinny niggas die semi bullets fly turned lion tryin mean shit game came put city back city nigga hadnt seen shit compton nigga gotta scream shit never went commercial never tv screened shit cant block screen shit everybody sing shit red emotionally intense color enhances human metabolism increases respiration rate raises blood pressure high visibility stop signs stop lights fire equipments usually painted red also represents one third californias gang population needless say please dress accordingly visiting los angeles area also tuck jewellry keep hands inside vehicle thank enjoy", "Celebration": "get high get high get high get high get high westside westside westside westside westside young mula baby celebration love stay high celebration love stay high celebration love stay high celebration love stay high nigga blowin ayo breakin trees im door dro keys scoopin chris im hittin freeway yeah got whole zip purp got couple hoes home clothes get roll lets twerk hotboxin ghost ace door ray bans face never know eyes low smoke good fuck good eat good steakhouse said backwoods kill swishers eat take yeah love fuckin redbones country thick hair long pussy killer dead wrong went howard head strong momma tall legs long went college got masters bringin bread home roll put purp blunt get high get high get high get high get high put purp blunt yeah westside westside westside westside westside celebration love stay high celebration love stay high celebration love stay high yeah celebration love stay high woah oh celebration love stay high celebration love stay high celebration love stay high stay high celebration love stay high oh yeah celebration pole doin dance anticipatin im feelin body hopin would give chance goddamn babe hold glass toast cash yo ass im one thats tippin tonight westside wanna roll best fuckin night life lie lie together girl im celebratin tonight uh yeah im blown cigarillo rillo love im mellow get level 101 karats bezel im like soon ice cream truck ghetto little knucklehead always trouble soon ask shawty number fasho yeah get im gone hit like bone bone fuckin zone zone zone said wait daddy come home told aint got nothin im talkin th thong thong thong yeah throwin ass back hard bat sit lap fuckin aint nothin better thats fact thats fact dont act hollywood cause dont act bout business dont slack celebration rap celebration love stay high celebration love stay high celebration love stay high yeah celebration love stay high uh pour pimp c light soulja slim straight gutter rest bowlin pins money days bitches go ways road riches bitch got road rage got kush swisher got pussy liquor got silencer gun take like stripper yeah wake wake im goin face make niggas need stitches cause takin pay cuts man somebody tell hoes celebration niggas got guns registration yeah gon light weed im trukfit teed hoes bs tunechi rollin chokin movin slow motion im floatin im gone put purp blunt rollin chokin movin slow motion im floatin im gone put purp blunt yeah haha celebration love stay high celebration love stay high celebration love stay high yeah celebration love stay high woah oh celebration love stay high woo hoo celebration love stay high celebration love stay high stay high celebration love stay high oh", "My Life": "punk ass motherfucker checkin shit gonna kill sleep bitch ass nigga 2pac biggie shut fuck fuckin dogs barkin shit fuck nigga im grindin till im tired cause said aint grindin till tired im grindin eyes wide lookin find way day light night dear lord done took many people im wonderin havent taken life like hell doin right life take away hood like state penitentiary take away hood casket bentley take away like overdosed cocaine take away like bullet kurt cobain suicide im windy city like die block close biggie crucified brooklyns jesus shot fuckin reason wonder kanye wears jesus pieces cause thats jesus people game hes equal hated much passion christ need sequel yeah like roc fella needed siegel like needed father needed needle need meditation lead people askin john lennon leave beatles every hood nigga feed evil answer question fore bullet leave desert eagle im grindin till im tired cause said aint grindin till tired im grindin eyes wide lookin find way day light night dear lord done took many people im wonderin havent taken life like hell doin right life martian approach phantom doors caution see 24s spinnin earned em aint preacher heres erick sermon eat black music tell taste fuck jesse jackson cause aint race sometimes think life face see sons put kanye smile damn know mama proud since helped sell dream share mama like mjb drama livin good life common common ground spit crack niggas could drive town got chris paul mindstate im never bounds life used empty like glock without round life full like chopper thousand rounds im grindin till im tired cause said aint grindin till tired im grindin eyes wide lookin find way day light night dear lord done took many people im wonderin havent taken life like hell doin right life walk gates hell see impala parked front high beams devil sharin chronic blunts listenin chronic album playin backwards shootin pictures imus target practice mind fucked cover raider hood im city made motherfuckers afraid suge made grandmother pray good never made happy bet new mercedes could aint bars niggas cant escape hood took many niggas hate hood real niggas like make hood ridin slow phantom way top back sox hat im paid full nigga alpo couldnt stop even brought nigga pac back id still keep motherfucker cocked back im grindin till im tired cause said aint grindin till tired im grindin eyes wide lookin find way day light night dear lord done took many people im wonderin havent taken life like hell doin right life", "How We Do": "make move act fool club nobody like show us love make move act fool club nobody like show us love fresh like uhh impala uhh chrome hydraulics 808 drums dont want none nigga better run beef ill pop trunk come get pistol grip pump nigga step white air ones red rum ready come compton uhh dre found slums sellin skunk one hand gun sellin rocks master p sayin uhhhh buck pass blunt g unit girls wanna fun coke rum got weed ton im bangin hand dress like uhh ill make cum purple haze lungs whole gang front case nigga wanna stunt put lamborghini doors escalade low pro low look like im ridin blades one year mayne nigga paid straight bitch telly goin ways touch tease kiss please give like girl youre rockin best tre pound hip teflon chest say im good cause im hood rich folks want around cause shit might pop shit pop somebody gon get laid fuck call new money say class im bottom came fast hell care im get cash bougie ass bitches kiss ass wedo make move act fool club nobody like show us love make move act fool club nobody like show us love put gold daytonas cherry six fo white walls clean look like im ridin vogues hit one switch mayne ass low cali got niggas new york ridin hundred spokes touch tease kiss please give like girl youre rockin best four pound hip gold chain chest 50 uhh bentley uhh em came got nigga fresh slum automatic gun fuck em one one wrap punk ass stunt done homie game time ready come call lloyd banks get motherfucker crunk took two months 50 got done signed g unit niggas like huh dont try front ill leave ass slumped thinkin im punk get fuckin head lumped 50 got gun ready come got sick ven detta get cheddar meet retta drama setter sip ama retta flow sounds better average tracks im savage damage nigga tryin front clique", "Pray": "got tights leather skin rockstar bring heavy metal girl shaped like coke bottle medellin love til went let devil pop pills like medicine probably gon die startin evident told slow girl youre heaven sent im thug got heart like kev cant let girl throw life away kick dorm room told put knife away took hospital like right away angel demons girl like night day stressed parents getting divorced girl love em aint tryin sit court square hard see angle thats god gave guardian angel im swear god im last nigga got caught airport aint pride went year ride die like eve make home cooked meals every evening start stripping side im tipping side love life like joselin stevie wrong best takin son tryin man dont wanna pray told put hands done came long way tan buick yeah grandmother would proud almost got devil way fuck remember momma knockin door hounding bought car crib even though doubted even though doubted even though doubted even though doubted thats momma love heart like love strugglin baby daddy aint takin care kids girl get hug im whenever need gon reach easy love women cause without women wouldnt none us niggas breathin lets bow head bow head bow head bow head bow head bow head bow head cole good girl heart remember well remember well got husband kid flirt hope little dirt cause im diggin still thats real na dont text back deep respect cause even though nigga wanna tap shit dont wanna one wreck shit fall back year go got plaques get call tellin miss wanna see next time tours back damn well changed tellin nigga caged every time think road cryin realizin places aint well cool ill pick hold lift niggas try fuck im one cut still came back stitch fuck say aint home lately aint heard nigga man left cause cheated ass found pills bag yo burned nigga say burned nigga say burned nigga dawg burned nigga beat ass crib went bid cause bitch burned nigga dog thats real ass shit thats word around ville ass shit strap strap please tell strapped nigga could kill bitch want im cool strapped played rules damn im sittin blessed crib alone stressed nigga pray bow head bow head bow head bow head bow head bow head bow head bow head wake every day thank lord safe yeah thats pray wake every day thank lord safe amen ooooh thats pray thats pray"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/the-roots.json b/lecture/lecture-9/rappers/rapper-data/the-roots.json new file mode 100644 index 000000000..98ef83952 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/the-roots.json @@ -0,0 +1 @@ +{"You Got Me": "worried bout saw club went homies baby dont worry know got somebody told planet small used live building floor never met im overseas tour peeped ethiopian queen philly takin classes abroad studyin film photo flash focus record said workin flick could clique score said loved show paris elysee montmartre stepped stage took piece heart knew start things fall apart tend shatter like shit dont matter get home get letter phone whatever lets link lets get together shit think think thought went home forgot time passed back philly spot tellin things im tellin makin hot started buildin constantly round clock world like hip hop keep tellin worried bout saw club went homies baby dont worry know got yo im type thats always catchin flight sometimes gotta height night thats flip get old another lonely night seem like im side lovin mic know gotta get paper daddy keep shit tight yo need sort love life dig politickin sister new york city said know ball player think im pretty psych im playin boo know im stayin boo cats poppin game dont hear sayin boo world im still girl classes dont time lifes thrills sweatin stage think rhyme dont listenin homies leadin blind yeah sayin trust crazy king real sometimes relationships get ill doubt worried bout saw club went homies baby dont worry know got snake could chick rat could cool cat thats whisperin tryin play fool black somethings chest let known see im every five minutes phone topic trust matter fact people bite back fracture whats intact theyll forever aint oh im celebrity deal real artificial let ive seen people caught love like whirlwinds listenin squads listenin girlfriends thats exactly point whole world ends lies come thats drama begins like worried bout saw club went homies baby dont worry know got worried bout saw", "The Seed (2.0)": "knocked 9 months ago finna dont know want neo soul hip hop old dont want rock n roll want platinum ice gold want whole lot something fold obstacle drop cold cause one monkey dont stop show little mary bad streets done ran ever since heat began told girl look calm imma hold hand enable peep plan cause yous quick learn make money burn allow lay game dont ask much enough room spread wings world finna know name dont ask much days dont bitch whine dont get way want fertilize another behind lovers back sit watch grow roots standing im fertilize another behind lovers back im keeping secrets mine push seed bush life gonna work im pushing right mary drops baby girl tonight would name rock n roll uh huh cadillac need space roam heading dont know city pros shake rattle roll im gad dang rolling stone dont beg hold dont break hold chrome weighing ton im son gun code name one black thought bad streets done ran ever since game began never played fool matter fact keeping cool since money changing hands im left shine legacy leave behind seed thatll keep flame dont ask much enough room spread wings world finna know name listen dont beg rich man dont scream kick shit dont fall hands man cause know steal fertilize another lovers lick opposition cause dont take pill ooh ooh ooh dear youll keeping legend alive push seed bush life gonna work im pushing right mary drop baby girl tonight would name rock n roll oh break break push seed somewhere deep chest push naked cause ive taken test delivering mary dont matter sex im gonna name rock n roll push seed bush life gonna work im pushing right mary drop baby girl tonight would name rock n roll would name rock n roll would name rock n roll yeah would name rock n roll", "My Shot (Rise Up Remix)": "hamilton mixtape woah woah woah woah woah woah woah ayo mugshot gun shot dope shot jump shot take pick get one shot advice schoolteacher young tot applyin sticker spider man lunchbox even role models tell us born felons never gettin harvard carnegie mellon gon end either robbin somebody killin fair thats tell us thats hustle hella hard never celebrate holiday thatll day coulda finally hit lottery refuse ever lose throw shot away chalk another one got away im unapologetic im calisthenics given got cannot regret point destinations different headed cause ima shoot stars get one shot said im throwin away shot said im throwin away shot yo im like country im young scrappy hungry im throwin away shot said im throwin away shot im throwin away shot yo im like country im young scrappy hungry im throwin away shot opportunity knock dont send anyone get answer door welcome let regret said cant beat em join em say forget cause join em youre buildin ceilin way youre headed american express feel take credit dont settle 87 go premium unleaded take shake hate loss payoffs weight shoulders must admit im feelin um kinda um lighter writer fire desire go higher stealth fighter pilot eye every prize surprise guys im prize fighter nine five describe scribe survive minor setbacks take steps back pied pipers leaders believers mean mean get one shot take leave said im throwin away shot said im throwin away shot yo im like country im young scrappy hungry im throwin away shot said im throwin away shot im throwin away shot ayo im like country im young scrappy hungry im throwin away shot rise livin knees rise tell brother hes gotta rise tell sister shes gotta rise folks like gonna rise every city every hood need rise soldiers whats good need wise aint got choice need wise rise throughout travels journeys life ive searchin learnin type person display determined get im certain inside feel fire thats burnin like knife turnin fight im hurtin sometimes theyre right cause life burden like pain bite thatll worsen tryna stifle light thatll shine first ride hearse breathing stops never take one shot got fore lie earth come holdin hamilton hercules mulligan readin vanity fair huffington done sufferin guts family rushin wonder busta feelin hunger feedin lust win see ive patiently waitin moment rise thats way molded last one standin rest foldin give one chance grab torch properly hold said im throwin away shot said im throwin away shot ayo im like country im young scrappy hungry im throwin away shot said im throwin away shot im throwin away shot ayo im like country im young scrappy hungry im throwin away shot said im throwin away shot said im throwin away shot ayo im like country im young scrappy hungry im throwin away shot said im throwin away shot im throwin away shot ayo im like country im young scrappy hungry im throwin away shot time take shot woah woah woah woah woah woah woah woah", "Make My": "money lord seems well world night terrors hard dream hollin cash rules everything call cream cause rises top get finer things ocean fronts rolling blunts model chickens saying grace lobster steak like please forgive us riding benzes camera plates busy looking backwards jackers pump brakes help signs symbolize lives hunger takes addicted green dont ball get shakes id give peace mind heavens sakes hearts heavy ropes hold casket breaks cause everything wasnt chase take take told ends wont justify means told end wont justify dreams ive since child maybe ill throw towel make make departure world tryna control fits panic unwritten unraveled dead mans pedantic whatever see really matter semantics everybodys fresh collateral damage splaying got praying like mantis begin vanish feel pull blank canvas im contemplating special dedication whoever concern letter resignation fading back black dark coronation heat day long robe muerte soul atmosphere like airplay theres heaven cant find stairway told ends wont justify means told end wont justify dreams ive since child maybe ill throw towel make make departure world", "The OtherSide": "two yo obviously need tone bit running round town spending time like counterfeit everybody catching hay fever like sinuses step arena let show yall highness might say could something positive humble head low broke like promises soaking broken joke like comics enough paper paying folks compliments paper got low tolerance aint truth dare without consequence listen hood inventions id another kid block intentions dock bay serving life sentence even im going hell im gonna make entrance yeah let em know im getting cheese like omelets im toast town like thomas journey hall memories dont worry bout aint got leave little bit dignity never loved always felt like deserved make side thats well settle score yo remembrance faces past longer image carrying coldblooded hearts never love brothers keep going never get enough world travelers seen enough return learn world wasnt big enough damn long guess jig know im wake nigga yeah hindsight 2020 niggas dead money try take something wrap like mummy undun becoming hes tired running layers onion hell probably shed tear cause therell fast times weak mind scrolled like bad sign never enough got confused asked life moment time passed journey hall memories dont worry bout aint got leave little bit dignity never loved always felt like deserved make side thats well settle score im sitting top world ready jump thinking various ways break gun law thinking enough enough still want thinking im playing fire burned young boy means necessary dont give damn every night im flight never lands asshole shit hits fan bet life bluff bad hand cant win cant lose get em gassed leave em leaking fuel either way market moves cash rules kings queens prince princess every night im crossing line aint finish every thought dark glass fucking guinness far gone come back senses im edge bed making love meds every moments like pistol head im getting mine journey hall memories dont worry bout aint got leave little bit dignity never loved always felt like deserved make side thats well settle score score score score score score score score score score score score score score score score score", "Sleep": "like autumn leaves fall trees goes honeybee ive lost lot sleep dreams miss yet wouldnt wish worst enemies let burn go like autumn leaves catch thief stole soul prayed keep insomniac bad dreams got losing sleep im dead tired mind playing tricks deceit face glass unable admit defeat history past unraveled adding insult injury im fighting battle soul century destiny everything pretend look came back eventually music played told meant awake unresolved like everything stake illegal activity controls black symphony orchestrated like happened incidentally oh go man memory damn wonder fam remember ive lost lot sleep dreams miss yet wouldnt wish worst enemies let burn go like autumn leaves", "The Fire": "ohhhh fire fire ohhhh fire fire theres something heart eyes fire inside let burn dont say good luck say dont give fire inside let burn yeah im ever crossroads start feeling mixed signals like morse code soul start grow colder north pole try focus hole torch goes tradition legendary sports pros far see ive made threshold lord knows ive waited lifetime im icon let light shine shine bright example champion taking advantage never copping cancelling burn like chariot learn carry maverick always beyond average fuel flame train travel something eyes say im close prize realized im supposed reach skies never let somebody try tell otherwise theres something heart eyes fire inside let burn dont say good luck say dont give fire inside let burn one love one game one desire one flame one bonfire let burn higher never show signs fatigue turn tired cause im definition tragedy turned triumph david goliath made eye storm feeling torn like fed lions time start wind like mayans show em got grind like science sounds like riot hush quiet thing hear heart im inspired challenge find standing eye eye move like wise warrior coward cant escape history meant make thats highest victory im meant take came celebrate came cerebrate hate losing refuse make mistake ohhhh fire fire ohhhh fire fire theres something heart eyes fire inside let burn dont say good luck say dont give fire inside let burn ohhhh fire inside fire inside fire inside", "What They Do": "never never yo yo lost generation fast paced nation world population confront frustration principles true hip hop forsaken contractual money makin pretend cats dont seem know limitation exact replication false representation wanna man stand emcee require skills demand shown let frauds keep frontin roam like cellular phone far home givin crowds wantin official hip hop consumption fifth thumpin keepin party jumpin original somethin yo dedicate one dimensional imagination excuse perpetration man came said yo thought heard jokes heard bitin ass crew um never never thin line run love hatred game ill natured nothin sacred aiyo funny see rap niggas make fewll blow go far take nine five hit ya get party live im black thought used rap sport rhyme sayin rent payin life support take seriously within industry various crews try touch come beautiful things bless track plushly around world crowds love doin tours recipient applause creator original sounds thats stores take home absorb sweat pores stop music runnin veins infinitely go grain thats mottos never never livin life limos lights airplanes trains short days long nights keyboards mics bass chords drum kicks mental thick hit head like brick embark mission welcomin dark first spark arts listenin start open head wide let thought inside style fortified philadelph delph stealth wicked wealth mentality undetectable naked eye get paid record played put short want made like ed nuff said im puttin cousin hamed let ladies blend dark skinned thoroughbred discover level roots crew reign official true im continuin never never never never never never", "One Time": "yo spirit sky scream homicide time ride niggas funny talking much money talking make em economize real rap tale spinning life kamika ze pilot wilding control make funny papers like comic con feared streets ever see yall streets find another one occupy never hope best wish nigga would turn around walk away wish nigga could listen instincts say fuck rest best better aint good weakheartedness cannot involved stick script nigga fuck improv like samurai streets hammurabi code play part shut fuck told always late bus time start think whats rush wants time feeling unlucky ever got lucky one time crazy world thing fear besides fear clearly lesson learned someone else reach crown thorns upon shelf cross around neck ive taught stealth capture moment time smash grab party people yall finna blast say goodbye say hello first last hello hello yall elevate glass example timell nameless things keep eluding shit new lies true words suspects usual coming though man guess ever lucky one time went missing looking sublime nigga stayed low left ladder unclimbed time time verse blank line unrhymed ever wonder whats big fuss everyone time whats big deal feel need us marching line feeling unlucky id ever got lucky itd one time crazy world wonder die hear harps bagpipes born side crack pipe niggas learn math understand crack price dive headfirst like jackknife cause yo niggas cant belly flop wanna make noise inside belly stop time means front line front line means ducking one time pendulum swinging way couldnt blind niggas talk cops even one time cause going like subprime cheap ass half gallon ballantine hopping gates escape sublime alleyway sub line tales streets life high crime make bottom high climb always late bus time start think whats rush wants time feeling unlucky ever got lucky one time crazy world", "Kool On": "whoa ohh whoa ohh mm come get kool stars made shine come get kool stars made shine come get kool stars made shine come get kool stars made shine stars made shine im double g three piece tux screaming dressed kill hope somebody call bluff full house sipping royal flush two queens cuffs good times cards living borrowed time im paying extra charge feel like something small worth hundred large swag retard charm massage wit en garde challenge duel needs chain every thoughts jewel god bless weirdo everyones fool fuck genie three wishes want bottle place write novel heroin hear rhyme think find upper echelon time lets toast better days beautiful mind flow never age come get kool stars made shine come get kool stars made shine come get kool stars made shine come get kool stars made shine stars made shine yo im never sleeping like im methamphetamines move like enemy ten steps ahead say reputation precede like pedigree gentlemanly gangster steez beyond seventies holding fast money without running patience move silence without running places cake layers rich never famous hustle anonymous still remain nameless hindsight gold come bars like klondike minute storm hit im calm like suited booted shooting like prom night suicide right pursuers tried like avail heros died like got em waiting news like im cronkite limelight needed crime right boasts bodied chalked close line sight come get kool stars made shine come get kool stars made shine come get kool stars made shine come get kool stars made shine stars made shine yeah outside killers dealers swarm inside dressed like telethon black tie affair holding heavy arms straight cash stash cummerbund bacardi yeah bastards party home riots erupting around still party quantum leap king pawn destined conclusion foregone serenade former slave promenade cause long days sun become shade high speeds narrow lane say cheese freefalling aeroplane another feather cap years spent luxurys lap without looking back cause memories could sting like hornet damn felt good see people come get kool stars made shine come get kool stars made shine come get kool stars made shine come get kool stars made shine stars made shine"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/three-6-mafia.json b/lecture/lecture-9/rappers/rapper-data/three-6-mafia.json new file mode 100644 index 000000000..a43e1598e --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/three-6-mafia.json @@ -0,0 +1 @@ +{"Sippin' on Some Syrup": "yeah ol pussy ass cake ass punk ass trick ass sucker ass fuck ass dick booty ass k jelly packing ass nigga smoke something bitch better get bitch ass street nigga got five seconds get hating ass outta pouring showing bitch cause trill ass niggas motherfucker yeah nigga yall know motherfucking sco yall non snorters non smokers non sippers get fuck bitch nigga sipping ass pouring ass smoking ass getting high ass niggas three 6 ugk nigga putting motherfucker aint playing witcha yall know motherfucking sco ho pour nigga sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip im trill working wheel pimp simp keep dope fiends higher goodyear blimp eat many shrimp got iodine poisoning fuck niggas make sick pinching bargaining say boss aint believing shit got funny geneva watch ferrari kit take monkey shit embarrassing us got red promethazine thick orange yellow tuss hydrocodone hands free phone 84 brougham blades twenty inch chrome got sixteen get bizzerd im choking doja sweet sipping sizzurp niggas scared flaunt niggas want want niggas joning joning fucked mafia 6 aint bout bullshit gon get high gon get high gon house bitch two niggas mouth two niggas ass plus syrup nigga dick hard night cool popped pill x drank orange juice thought freaking done got super loose niggas come threes deuces circles like duck duck goose want bone x tootie fruit forty dollars one ounce tussionex pronounced niggas sipping dipping tripping man im bout sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip people always asking three 6 high rolling x pills stuttering pup pup powder packs wh wh weed aint like need nyquil slow something keep easy nothing like yella yella thatll itching man talking like whats fool vocal cords sounding lame days chief quarter pound gone coke eyes bucked shitll knock knock make fall asleep youre wheels aint doubt hit beep refill weekly high gotta drank yeah nig yaint know feel like im gon fucking faint nigga tell know bout frank nito young guido paul vito play tune thats sweeter pedito three 6 niggas pouring southern credo quick fast well put ass like john bido cause fronting rap sangers creamy like zinger aint manger boy gets middle finger humdanger rum dranker occasionally take bitch telly dick cum slanger big bun come danger nigga ring alarm sexy thang arm cup drank palm crazy shit im tripping skinny bitches something thats wholesome florida folsom im steady sipping sipping sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip", "Stay Fly": "yeah first time going history baby new three 6 mafia featuring 8ball mjg young buck tennessee thing gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie call juice know ima stunt riding car bump trunk tone lap know pump breaking good green rolling blunt ghetto pimp type girls say im mayne ice wrist ice chain riding hood got gripping grain im sipping im changing lane eyes real tight cause im choking green vision messed cause im drinking lean messing boy riding big toys make main gal wanna get team gotta give get car aint denzel know im star cause im club back fog vip part buying bar dj paul dog one trust leave green around nigga green gon get lit leave drank around believe drank gon get drunk leave girl around bad gon get stuck niggas spies live lives keep eyes tight riding round like make couple nuns couple dykes purple purple purple swallow yurple yurple yurple going gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie puff puff pass nigga roll blunt lets get high nigga smoke us one paul pulled phantom niggas cant stand hoes gon come really wanna smoke weed fuck hoes stack gs stop light pause three hit mall gotta keep one eye po po close window roll indo know mad cause im rolling benzo purple pretendo three 6 mafia kinfolks im memphis tennekee might bring cause niggas let smoke free whats mary mary jane stalking since met girl ruled brain stole heart right start broke let momma put gar gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie premro full dro leave club full rose mo girlfriend wanna ride car pimp supposed aint met dude spit cold bag kush cost 650 nigga smoke reggie miller coughing choking constantly taste like fruit hit gotta bread get smoke night sleep day thats epitome american way roll shit light shit hit shit hold shit blow shit slow pass bro mj finna sprinkle super incredible nigga running back nigga hood sticky number cutting cigarillo like lumber jack morning need breath whole lot weed im needing somebody give need want nothing less best trees dj paul juicy j 8ball mjg young buck dont give fuck must represent tennessee drink whole lot hennessy nigga got lil hair chest like bill clinton girl take mouth well shoot right dress fly", "Late Nite Tip": "let take somewhere secret gonna cut lights dim forget world gonna flow wit feel lets share youre private thoughts im sex let simp lify things life find complex forget heard bout cause youre scarecrow groupie theres pressure cause know must check lets drink ill give time think let puff buddha blunt cut porno bump girl come lounge side tonight youre devils bride theres freak deep inside shame need hide keep blushing get like slut must kind tipsy chrystal like gypsy got fours bout break head board crash broad wall howlin like dog sweat poured hit floor dont quit another one ripped another victim lord infamous late night tip im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip done seen funny since got game wants crib wants kids since done gots fame never recall ya askin last boyfriend nathin big burban golds got ya aggravated need coach bag cant even doin need hair done aint got nothin since first time ya asked might add playas like cant savin rags aint nonsense lovey dovey mess feelin kinda horny im callin want sex slip victoria secrets git liquor store close call chris get somethin white throw nose im feelin fine nothin sex mind cannot please boy please dont waste time got caught mix mystic girl triple six late night tip came trick thats im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip cant understand broads trippin cant stand heat get outta kitchen ballin lex dropped low ground young playa tryina put bid freaks want trick constantly payin ghetto thug constantly layin rainbow inn summer motel oh well thats juice mayn stayin gotta lady wanna like skippin work love cuttin high school several playas three 6 mafia camcorder hoes skinny dippin swimmin pool never try argue bother fight keep pack jimmy hats strapped real tight fifth alize tall bud light ya freaks moon light late night tell three 6 whos bumpin music hypnotizing koop tell im bout lose could laid back groove type jazz inside thy body always kinda lonely someone want hold said come near come near come koopsta cryin tears cant think positive though one cares feel realize mind tight aint even try ta fight cannot lie though ride high late night im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip", "It's Hard Out Here for a Pimp": "know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit eyes done seen crazy things streets gotta couple hoes working changes gotta keep game tight like kobe game night like taking girl dont know better know aint right done seen people killed done seen people deal done seen people live poverty meals fucked live thats might new like years blood sweat tears come shit im trying get rich fore leave bitch im trying things hard fo pimp im praying im hoping god dont slip yeah know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit man seems like im ducking dodging bullets everyday niggas hating cause got girls tray gotta stay paid gotta stay water couldnt keep hoes thats shit got harder north memphis im im 7th street bound people time end lost never found man hoes think prove things leave big head come hoping every night dont end dead wait got snow bunny black girl pay right price theyll thats way game goes gotta keep strictly pimping gotta keep hustle tight making change women yeah know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit", "Poppin' My Collar": "every since remember poppin collar poppin poppin collar poppin poppin collar every since remember working hoes better put money hand know sicker sick ahh see rims flick ahh paint drip ahh ice rangs glitt ahh straight flip ahh cheese like pancake ahh fallin trees like leaves hand rake ahh project pat ahh attractin dime piece ahhs im dirty southern french braids gold teeth ahhs im makin cents plus im makin dollars keep bad broad dawg popped collar every since could remember poppin collar poppin poppin collar poppin poppin collar ever since could remember working hoes better put money hand comes getting bread got keys bakery lot dudes swear playin man fakery let catch girl work site believe im gon atcha daylight flashlight im tryin get paid however money made lot dudes like pay ladies get laid aint pimp love borrow paper fat bitch ugly bitch model real well know juice man hangin big triece standin tha porch drinkin liquor drunk smokin weed trying get paycheck work aint came yet thats stay girl ear keep pussy wet could get paid relax shade say fuck nine five cuz nigga tired slavin never easy playa tha hood tha come meet gal three kids get done every since could remember poppin collar poppin poppin collar poppin poppin collar every since could remember working hoes better put money hand shes another ho met hood told crunchy black good might well go head suck wood let whisper something ear could got hoes bringin ya boy back good ghetty green know mean bitch understood aint havin shout motherfuckin slut know im actin bitch make cut fuckin rug better get get money woods imma hit cha ya head leave ya ass plug know gotta gotta get money hoes fucking muthafucking dub freak bitch every since could remember poppin collar poppin poppin collar poppin poppin collar every since could remember working hoes better put money hand", "Ridin' n' tha Chevy": "yeah fool lord infamous back studio paul lord infamous come hell part 2 nigga juicy motherfucker whats mane yeah yall know time finna ridin n tha chevy part two yall ass know im sayin fool ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane finally got warm day late january see hopped drop top rollin chevy pearl paint quarter green top gold ds dirty bitches choosin cant go say hoes please ballin clean past im holdin tight woodgrain system bumpin greatest hits weed smoke invade brain time get sprayed niggas steal every color get everytime make one fool tr iz come smokin dime quarter whats 35 higher mile moon black side sturdy inhalin satan lord knows cant live without everytime flame penetrates bud wanna shout niggas kill thats wanna pockets fucked still wanna get fucked yous damn fool like watchin fools go every single day ride clean drop top mean chevrolet busta ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin chevy also smoke ink mane ridin chevy ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane scopin niggas next block cause know hoe asses pushin pounds blew whole sale fuckin mail gotta close em got niggas standing round much artillery scarecrow scared fuckin damn business called triple 6 catch tricks unprepared partner mine said rackin plenty stacks brought niggas polished triggers figured time jack paul took sack skinny took back koop took room front nigga mal took window mossberg pump started droppin niggas runnin parking lot skinny started popping tricks back dawg grabbed bout pound crop nigga koop blasted niggas missed roof paul running tech vest blast bitches grabbed loot dead bodies scattered cut drove smoke got plenty money bitch gonna serve plenty dope theres survivors blood scattered place bailed smoked loced fuckin chevrolet ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy marijuana got mind clickin could erk jerk got straight trippin dippin breeze clean paul mean nigga drunk hell liqour flowin bloodstream flaggin hoes road roll cut honeycomb hideout niggas smoked blunts malachi high let hit grapefruit gin jumped back pearl thang doin 110 grin face cause know im bout make rich triple 6 mafia 95 yeah runnin shit niggas know score im ten toes funky hoes everytime see chevy ridin full smoke ah yeah nigga ridin chevy 95 three 6 mafia ho dont forget look tape though know im sayin motherfucker bitch 95 niggas cant fuck us bitch ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane", "Live by Yo Rep (Bone Dis)": "man cold mothafuck wish phonk something man shaquisha shalonda bone magazine interviewing triple 6 mafia memphis unique quality rap style would someone tried duplicate ideas well shall take 1000 razor blades press flesh take pitchfork fire soak chest ribs spines charcoal muscle tissue send whats left back yo mammy cause bitch might miss first want slowly peel skin get grease boil hot pour dead friends probably outta horribly slaughtering body naughty moderately photography following autopsy man fuck pour acid thats would skinny pimp would look eyes mask slangin ak knock enemies fear razor da blast done passed leavin trace evidence bodies sit box chopped pieces soul done rose placed tubes mattress conscience black strange cause murdered bitch devil rushin time 9 hand causin death sleep casket make killas mind pullin jack reach cheese make stupid move nigga ya bleed bustin 17 please dont scream dont run either long range street sweep never ever run buckshots bust em ya back im full yak aint clue 2 deep sneak creep juiceman would first nigga look white pages bitch mafia style nigga cause dont know ya fuckin wit called fuckin home nothing breathin phone warnin sign let know im comin better gone wether ya run stoppin ya two nines poppin ya witness nigga north memphis triple 6 mafia 2 killas yo front door 3 killas yo back door hoes peeked curtains saw gats pointed window nothin destruction touched em man thought knew thats would gangsta boo would think master plan bust bitches dead gangsta boo devils daughter comin livin dead yes im crazy scandalous hurt bitch torture body nothin fire calmly shoot bitch blast yo head make sure dead cause dont want live words wisdom weaker victim bigger thrill triple 6 mafia feel sorry none dirty hoes full weed proceed take fuckin soul problem buck bitch smooth thats devils daughter fly would clizick real triple 6 niggas yo death aint shame game take last breath six niggas trill ready kill bustas suckers jump pull fucked clickin niggas fly gon ball punk fuckin imitators watch yo ass fuckin click bite playas style slip soon stackin bitch fly gon bring body bags lord touch fuckin shovel dig deep bury bitch lay em devil busta numb redrum mr b n fool oh thats fly would killaman would first hit crunchy get full holy ghost devils already aint gotta go far look fucked wrong click murders mind plus satans inside put hand plastic 9 burrnin aim glock knows every blink eye youll two lugers weak thigh fall kness time fess fist full fire punch hole straight yo chest trick wanna bite everything cool heard would triple 6 whole fuckin crew 4x nigga live yo rep cause aint takin shit blast yo ass im gon empty clip see cant tolerate nigga layzie broke blender made krayzie gravy eazy time get bizzy dont break wish cant escape crave dead flesh triple 6 bitch easily next yeah bitch triple 6 mafia breakin motherfuckin bones like aint shit nine nickle beeyaaaaaatch", "Playa Hataz": "playa hataz talkin shit playa hataz talkin shit demonic mind must love take many lives leave suffering laying die send mother pictures watch cry devil use commit evil crimes must inflict multiple stab wounds im grabbing butcher knife come must torture paralyze victims im truely satisfied cannot stop tryin prove weaponary master seem keep stocking silencers bodies scattered pasture playa hatin fools fools got tools tools like glock 19 blasting scene sumthin like nightmare dreams mean guns cant run leavin bodies numb h k one spray juicy j bar none im always hearin shit niggas three 6 mafia prophet entertainment rise bitch fools dont know roll ya spray ya goes mothafuckers doubt jealous playa hataz playa hataz talkin shit hold head fuck like convict bitch playa hataz talkin shit hold head fuck like convict bitch goes suckas playa hating mothafuckers jealousy bustas ho know im really bumpin triple six blastin bitches robbin riches thats scoop playa hataz mothafucker hate shit gangsta boo nigga remember killas aint yo hood triple six around yo ass hoe wish would test fuckin playa playa hataz better listen close go run help 32 bring flo jumpin house fresh black jordans feet im trippin rumors bustas said got killed last week devils dont die get high fool dont even hear though true thats resurrection three 6 mafia h izz oe let break rumor stars forced untrue lisp go round sendin clowns gun jakers live town check theres playa hata goin home got kinda life stay striz bout another fresh paint job chevy thang artey bose im still goin miss playa hataz talkin shit hold head fuck like convict bitch talkin shit playa hataz talkin shit talkin shi talkin shi talkin shi", "Walk Up to Your House": "smoked loced riding pistol grip dont love hoes mane im aiming skull smoked loced riding pistol grip dont love hoes mane im aiming skull smoked loced riding pistol grip dont love hoes mane im aiming skull walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed late last night lying bed eyes red thinking get hoes thinking cut heads nigga plan hit grab pistol grip take care business cause dont theyre fucking call nigga project pat cause know got back fuck writing rhymes real shit track camouflage dark boys act hard devil left side side im seeing god niggas talk shit niggas cant stick together seeing nigga get killed make nigga feel better walk pace thinking case motherfuckers trait pistol fucking face aint game nigga fingers trigger time running conscience says gotta get way nigga escape hell fuck mossberg buck shells bitch walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed mossberg heard doorbell rang buckshots brain triple 6 style mane antibiotics nigga sick six double six automatic wizzig splizzit motherfucking deep niggas fowler homes spv cleaborn homes watkins brown queensmound trigg lauderdale lakeview gs texas court gs riverside gangsta niggas triple six mafia lets ride smoked loced fat 45 seat bout make sucka nigga eat barrel stick mouth give cheese say abcs kind hard pistols grill mouth full gold teeth smile kill im telling sucka ass niggas last time dont run mouth triple six mafia niggas blow ass walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed", "Mystic Stylez": "ah yea finna get ready bump smoked loced part two mystic stylez three 6 mafia da hoe finna dat sheeeeeit mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia bustaz get dazed amazed lil fly enchants memories smoked loced bumped demons dance playaz lookin wild stole style devils fly get violent bustas silent im blow enhance skills make treal treal enough kill kill fly peel da map thats also real dont mothasuckas often wonder call shit uhmm call mystic stylez cause flys style mystic bitch pimpin mack kickin click thats known triple 6 dont bar lemon busta niggas dont love em trunk stuff em suckas run liquor deliver nigga hollow thangs aint got feelings im killin clockers best duck cover come chrome yawk makin hoes pay cost infared ya head full lead yawkin lames betcha bottom dollar im spittin game niggas underestimate pimpin mack aint trippin sprayin layin skanky bitches canvas bustas man mystic styles ancient mutilations torture chambers filled corpses basement feel wrath fuckin devilition three 6 mafia creation satan styles slick yo body bitch chop pieces fuckin clue da 5 0 click fuckin witnesses saw da mask jason face scandalous bitch slick got away safe blaze blunt da air relax get high da moon full see 6 6 6 da sky three 6 mafia da devils daughter bitch wild whateva bitches doin cannot compare mystic style im creepin hoes muthafuckin shotgun nigga wit tha 9s showin bitches cant get none woopin dumpin stompin doggin bitches wit animosity pimpin breakin cakin niggas cause hoes cant fuck wit la chat got tha gat creepin tha back chrome tone never love nigga john cause im crazy bitch cuttin niggas dicks man ho takin niggas gotta keep rich bitches runnin mouth female dont know suckas talkin shit im puttin funky niggas da house mystic styles head smoke blunt yo crunchy black da demons child mean ass stun buck runnin yo mouth weak ass shit need keep closed trick get yo wig split candle light demon night another problem tha folks unsolved mysteries ya thought dead naw instead faked yo ass im back wit mask im ready blast tell something emerged legions demons koopsta knicca finna rip em plenty dread buck em dead smith wesson bitch living cowards waitin bite fuckin style reap legs cut bitch massive town niggas bout break ya somethin house torture steppin koopsta bitch da wicked witch horror horror da chambers daemons came feed soul live yo anger ya lifes danger evil notice murderous vocalist infamous rippin hoe shit approachin da scarecrow butcher tearin niggas double lyrical dopeness go lyrical legacy let lord infamous light da melody every nigga try compare triple 6 mafia walkin therapy walk throught wilderness quiet lord infamous might stalkin suggest watch booby traps mane cause scarecrow huntin special thanks brother bill dunigan rest peace taught bout mean streets therefore nigga dont wanna come deal mafia well drop deep beneath killa imperial black miracle bloody pacific scarecrow flow end infinity style thats mystic deep creep take yo last breath roll yo tombstone smoke blunt death beware juicell leave funky hoes terror scared mystic styles three 6 devils whoever step click ya doomed cruel harpoon straight yo heart fool soon ill trance swearin hearin evil chants two knives stuck pants bustas stand chance see imma cold hearted killa like murderer al kapone strong thousand mile winds quick break ya bones glock 19 95 cause earlier death ya walkin triple 6 streets foo watch ya step makin cheese gotta stay straight mane robbin workin hoes fool aint thang even got virgins servin otha nations pimpin hard got locked tax evasion killers thieves ever pleasure meet rusty ass tec 9 make ya hit ya knee im tryin keep blastin muthafuckin balls da one da chamber da glock got draws got cap side watchin fuckin back dogs across street grass im sweatin track satan worshipper thug would profile read file mean child within mystic style aww yea like da 95 like last year cant fuck wit us beeeooooooooooootch butt head hehe dumbass beavis butt head laughing yeah juicy j aka da juice bitch im yea thiz lil fly mothafucka straight funkytown ho gangsta boo mu fucka know im sayin kickin satanic verses im ho laughing lachat mu fucka tellin hoes take ana tha floo im yeah dj paul muthafucka da killaman prophet entertainment ho lord infamous da scarecrow muthafucka tha mystical one nigga"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/ti.json b/lecture/lecture-9/rappers/rapper-data/ti.json new file mode 100644 index 000000000..053cc13ba --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/ti.json @@ -0,0 +1 @@ +{"About The Money": "woah yeah man tip motherfucker nigga max racks count six shots bustin bando nigga jewelry real metal like opener went rags riches feature tip went smart card bitch smart lips fn make hip limp im goin fishin little bitty shrimp dimps bank roll got big dip gon bring big ship quite trill quiktrip got thugs alley know tip wanna good day smoke way weed guy la damn ill hold birds til next may never let em fly away heard hey buddy listen nigga tip say hey aint money dont blowin nigga aint gettin aint money aint use ringin line stop wastin time aint money nah cant even hear say aint finna shit aint money bitch miss bitch nigga miss turn pack 11 pack 11 ayy im ridin gator shoes giuseppe ooh im slime like reverend shoot reverend ayy pants grocery store stuffed lettuce ayy try make extras tell bitches hey bout time pay ima bail bitches ayy ayy ayy ayy think neighborhood standin corner store pocket full dough ill damned nigga wife hood ho learned ugk back pocket full stones put money could buck hard 4 playin ima send em car door watch flooded shit sick got parvo im doin black yellow free hardo head honcho nigga tonto nigga im quick put bricks bronco nigga niggas talk shit well dont respond nigga murder dough convo nigga aint money dont blowin nigga aint gettin aint money aint use ringin line stop wastin time aint money nah cant even hear say aint finna shit aint money bitch miss bitch nigga miss turn pack 11 pack 11 ayy im ridin gator shoes giuseppe ooh im slime like reverend shoot reverend ayy pants grocery store stuffed lettuce ayy try make extras tell bitches hey bout time pay ima bail bitches ayy think neighborhood standin trap slangin good blow 80s babies used slang crack buy stolen car bang ak ever took loss better bring back catch witcha betcha gon blow brains bout ba bow ayy know better best behavior addressin bye gones dont let em niggas disrespect ima catch felony real listen get paid interested shit say aint money dont blowin nigga aint gettin aint money aint use ringin line stop wastin time aint money nah cant even hear say aint finna shit aint money bitch miss bitch nigga miss turn pack 11 pack 11 ayy im ridin gator shoes giuseppe ooh im slime like reverend shoot reverend ayy pants grocery store stuffed lettuce ayy try make extras tell bitches hey bout time pay ima bail bitches ayy ayy ayy ayy think neighborhood standin corner store pocket full dough ill damned nigga wife hood ho learned ugk back pocket full stones nigga", "Memories Back Then": "ayy apartment long time ago knew bad bitch kinda slow still gave us let finger fuck school bus used cut school run train wanted hang us wanted one thang penetratin throat dawg choked like smoke dawg whenever fucked dice game go see shell give enough buy quarter ounce blow blunt reefer used buy nigga new sneakers pay bill beeper page put 69 know time go freak one day asked always give ass mean damn hoes get paid get laid shit dont add said tip wanna feel love even know aint real love even know nigga finna hit never call back still fuck thats fucked trill need somethin go steal trap hot police ride nigga guess go chill bout four years held dope four pounds til go remember shawty stayed wont say name cause married lights go im bed think madness head things back im bed think memories ive things back would always turn heads shed fall would always make moves boss never gave nigga time day chick niggas tried talk came thing kicked roll weed wed cut class post cut steady watchin see police comin got close time right around time first got signed come think bout 17 aint even license couldnt even drive goin back forth flight another show show night became suspicious bitches shed go phone wed fight talk torn two wasnt really much could wasnt really much space us stayed every tour seen guess one night huh one night yeah little chick caught eye told hurry meet room didnt contraceptive common sense neglected two months later next thing know got text said im pregnant almost bet kept thats reason left top wasnt even mine went got paternity tested damn lights go im bed think madness head things back im bed think memories ive things back wait hol big ol thighs school jay 305 gave high five said im hot pursuit said wont ride kendrick drive new monte carlo cruise shot pride tried improv freestyle never lookin nigga tallest fetti overlookin every nigga aint quite ready make rain like im break levee hol pussy petty yeah nails hair cell phone selfish got numbers come hummer new prima donna smelt tried make mine ho tried make time ho aint got time patience stop wait line ho dreams holds versace fall armani deal rich niggas fuck mick romney im grown im im po oppin change phone get home got options fast forward wait big ol thighs school three kids three baby daddies car note thats overdue know lights go im bed think madness head things back im bed think memories ive things back", "No Mediocre": "fuck bad bitches dont want mediocre ho dont want mediocre dont want mediocre bad bitches aint mediocre ho dont want mediocre wont hit mediocre yeah bad bitch stuntin mediocre hoes mediocre stunt mediocre 7 bitches aint none mediocre head toes far mediocre right hand air solemnly swear never fuck bitch dont hair wont get dick bush girl see nothing pussy look hey come fuck nigga better call ask doin tell better yeah im kicked back four pieces like kit kat fucking aint dime forget pretty face fat ass dont one well think ill pass handed keys new drop jag took took back shoulda asked benz thats mediocre bitch fuck bad bitches dont want mediocre ho dont want mediocre dont want mediocre bad bitches aint mediocre ho dont want mediocre wont hit mediocre yeah bad bitch stuntin mediocre hoes mediocre stunt mediocre 7 bitches aint none mediocre head toes far mediocre heard want lay iggy iggy gave twice want 3 mike bibby diva need bad boy rest peace whitney pardon dont think none bitches fucking want billboard bitch stop running place heels saying gimme 6 inches space courtside designer frames cover face everybody game wanna get em taste im still grand hustle first lady fuck pay bet wont go 12 rounds million dollar baby change life quick stop playing aint talking money saying iggs fuck bad bitches dont want mediocre ho dont want mediocre dont want mediocre bad bitches aint mediocre ho dont want mediocre wont hit mediocre yeah bad bitch stuntin mediocre hoes mediocre stunt mediocre 7 bitches aint none mediocre head toes far mediocre im brazil bitch catch mansion hills bitch get tennis shoes throw heels bitch im type nigga split mil bitch hold bad though trying find someone better last ho take castle drown cash flow say dick little fit asshole told cant ride shit cab go said got dumb dick wanna tutor give brain getting head scooter sex beach bermuda cuba done fucked lot dimes im looking cuter bitch shit say got sit aint around give damn super thick pretty face menage veinte 20 time wanna get ya rent paid fuck bad bitches dont want mediocre ho dont want mediocre dont want mediocre bad bitches aint mediocre ho dont want mediocre wont hit mediocre yeah bad bitch stuntin mediocre hoes mediocre stunt mediocre 7 bitches aint none mediocre head toes far mediocre", "That's All She Wrote": "dont really care call long dont call broke bet knew soon saw goodnight thats wrote streets like cold chicago aint nothin new seen still ball like tomorrow goodnight thats wrote wrote wrote said thats wrote wrote wrote goodnight thats wrote stupid go knowin everybody knowin im sewin game destroyin like hate eventually see cant beat join others sworn oath banished left completely scorned tell lies get cut nigga kick rocks never blend big shots fast track aint need pit stops laugh nigga wishin hot guess mad huh really pissed better pissed im jetsons flintstones catch end zone high steppin prime time thought niggas known aint blockin shine like new air yeezys see nighttime get rich livin life check check recitin rhymes call want wanna hate nice time get stupid paper hey dough aint right mind dont really care call long dont call broke bet knew soon saw goodnight thats wrote streets like cold chicago aint nothin new seen still ball like tomorrow goodnight thats wrote youre starin straight barrel hate terrible fate even slim chance make narrow escape cupid shot arrow missed wait sarah youre late train left mascara eggs smear face nights goodbye ho thought told ya spilled nut aint nothin cry never shoulda came within range rover shoulda known trouble soon rolled chick whos dumb enough blindfold still come back crib must want mess mind hold mistook high roller wont buy soda unless rock rye cola buy bag fritos wouldnt let eat fucking chip shoulder bleach hair wouldnt die ya tryna pull five bucks like tryna pull five molars youll get eyes swolled im straight grizzly would buy gay ass teddy bear bitch youre already bi polar dont really care call even call cold bitches knew soon saw never theyll get privilege know roll like desperado never know im gonna go still ball like theres tomorrow thats wrote credit roll curtain close movie dont get mad go blame chick wrote shit yeah life sure bitch know im rich give want throw dick go kick shit give damn got pourin pesos euros yen ah ha im paid never gon broke see posted anything wearin chain never gon see totin anything gon see bang nice kick hate never get visit yeah im another level niggas still cant get fore finish sorry bro end wont give satisfaction givin business yeah guess life bitch aint tip one thinks shit shirt back wouldnt give dirt handkerchief im givin hoes dose medicine let em get good taste im sure got relationship memo case didnt ima stick whole pad full sticky notes forehead staple life short got time sit around wastin pace shit little bit quicker clock im racin double timing still spit triple amount insults tenth time may take pricks catch strong arm im like stretch armstrong man still say k marts like theres apostrophe dawg say mcdonalds isnt restaurant well guess im wrong youre gonna tell aw aint spot best hot dogs get f dawg throne remain alone lane im strong king gone fore came dont wanna hang slap five rap guys wanna sabotage hustle shawty thats dont really care call even call cold bet knew soon saw goodnight thats wrote roll like desperado never know im gonna go still ball like theres tomorrow goodnight thats wrote wrote wrote said thats wrote wrote wrote goodnight thats wrote", "Live Your Life": "miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha ay special whats happenin soldiers iraq erybody right need thankful life got yknowmsayin stop lookin aint got start bein thankful got lets give em baby girl hey youre gonna shinin star fancy clothes fancy cars youll see youre gonna go far cause everyone knows ya live life steady chasin paper live life aint got time haters live life tellin itll take ya live life cause im paper chaser livin life life life life livin life life life life livin life hey never mind haters say ignore em til fade away amazing ungrateful game gave away safe say paved way cats get paid today youd still wastin days away never saved day consider protege homage think pay instead bein gracious violate major way never hater still love em crazy way say sold yay know couldnt get work labor day aint black white area shade gray im westside anyway even left today stayed away move away make way move away cause afraid brought back hood ever take away pray patience make wanna melt face away like made em spray could make em put ks away thuggin life cant say dont deserve take break youd rather see catch case watch future fade away youre gonna shinin star fancy clothes fancy car ars youll see youre gonna go far cause everyone knows ya live life steady chasin paper live life aint got time haters live life tellin itll take ya live life cause im paper chaser livin life life life life livin life life life life livin life im opposite moderate immaculately polished spirit hustler swagger college kid allergic counterfeit impartial politics articulate still ill grab nigga collar quick whoever havin problems record sales holler tip dont work else fails turn around follow tip got love game ay im love could without fame rappers nowadays comedy hootin hollerin back forth arguin know make kind car seems though lost sight whats important depositin checks bank account poverty values disarray prioritizin horribly unhappy riches cause youre piss poor morally ignorin prior advice forewarnin mighty full sudden arent youre gonna shinin star fancy clothes fancy cars youll see youre gonna go far cause everyone knows ya live life steady chasin paper live life aint got time haters live life tellin itll take ya live life cause im paper chaser livin life life life life livin life life life life livin life got everybody watchin come walk shoes see way im livin really want got mind money im goin awayyyyyyy keep gettin paper keep climbin look mirror keep shinin game ends til clock stop gon post top spot livin life life windmill city got whole team life life wanna im livin life life never lose im livin life life ill never stop miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha live life", "Sorry": "cup runneth pinot grigio hol bogus lambo aint lifting door bogus poppin pills aint pickin ho bogus running kids nigga grow gods sake like wedding cutting large cake large stakes let hammer bang broad day ayy never mind blogs say mind heart say philosophy profit properties get flip got rich broke shit obsolete possibly rocker watch watching sophisticated psychotic fly pilot officially solid wish could get got unlimited titanium nigga whats wallet gladiator college made summa cum laude clowns couldnt got cap gown bought parlay saudis buying crude oil diamonds hustle january july fly dubai broke nigga telling bout im dividing pies like blind nigga telling eye eye bullheaded stubborn ill way til die find nigga hustle dare try according hand audemars time shine fuck yall sorry sorry sorry sorry fact cant please everybody cant please everybody sorry sorry grew gutter life motherfucker guess thats dont trust motherfucker seen nigga snitch mom shoot brother go prison love bitch nigga fuck seen real gs destroyed real suckers innocent ladies raped defenseless babies abducted horrible truth see nothing numb heart grow colder pacify pain chain rover fuck justify action stacking dough show brick cocaine baking soda enough blow nigga hold switch flow cause niggas snitching much promise missings badge coffee donut go jail never see integrity perish aint harris way study pedigree promise im one ones keep hundred prolly think get cant convince large money fame plant seeds envy make partners resent enough come get catch slipping hit like 50 cause im position think given listen dawg fact matter im narrow path cant travel sorry sorry sorry sorry fact cant please everybody cant please everybody sorry sorry aint even gotta live learned apartments way exciting big ass house hill used way better writer rapper used want black karmann ghia nigga speeding porsche feeling like im going course cut fuck niggas negative life scream til im hoarse duck get fuck projectiles bitch aint really got choice im living life live dont even like rapping fast thats world come talk sideways nigga thats ass slow shit thatll make call mama say hey im sorry begging clothes couldnt afford type shit thatll make call rap partner say im sorry im awkward fault fuckin tours hated attention ran fuck hope aint lose fans im grown ass kid know aint never cared damn money try hard stars dodge comments shit thatll make call baby mama gone half pill dont know thats take flight back crib yall make love like college kids say shit gon better try shit round time dope wear feel stupid feel lost thats dopamine mean dope mean think cupid done worn waiting hallway arms crossed baby boy face full applesauce maybe stayed aint yo fault much pressure peel im sorry young choose rest world might offer shit would well id probly differently second chance cool ass older man wouldve let know advance theres quarry dug deep fathers chest feel hes broken nest figures shit best could end worst could pussy nigga internet say verse aint good boring boring really hahahaha im disgusted world hardly breathe told many lies dont know believe discussed girl said said lay baby baby rest weary head ugh lovely distraction mind dont wanna rest body disagree laid breast yes ooooh fucking fine woke next morning new purpose mind ooooh pulls ponytail knows body well huh sorry sorry", "Dead and Gone": "ayy let kick right quick man gangsta shit man real shit anybody done thing im sure feel way big phil pimpin ohh ive travelin road long tryin find way back home old dead gone dead gone ohh ive travelin road long tryin find way back home old dead gone dead gone hey ever one days wish woulda stayed home run group niggas gettin hate walk get wrong reply shit get blown way outta proportion way past discussion pick one rush figure get jumped hell thats nothin dont wanna stop bustin gushin ambulance rushin hospital bad concussion plus hit four times bullet hit yo spine paralyzed waist youre wheelchair bound never mind lucky alive think started fussin three guys pride way pride way could fuck around get shot die day niggas die everyday bullshit dope money dice game ordinary hood shit could cause hip hop music ones good sense use usually niggas dont know back wall start shootin red blue blow guess bankhead yo projects stress im straight get take time think make mistakes familys sake part left yesterday heart strong today regrets im blessed say old dead gone away ohh ive travelin road long tryin find way back home old dead gone dead gone ohh ive travelin road long tryin find way back home old dead gone dead gone hey aint never scared lived tragic situation coulda dead lookin back shit didnt even happen dont think trappin apartments hangin smokin rappin niggas start shit next thing know cappin get locked didnt even get mad think damn life shit look back laugh shit still look back get sad maybe homeboy still around hit nigga mouth time fight lost war still see nigga walkin door whoda thought id never see philant got enough dead homies dont want cost nigga jaw cost ida took ass whoopin sure think risk life take chances get stripes nigga put hands alright otherwise stand talk shit night cause hit sue shoot get locked stress im straight get take time think make mistakes familys sake part left yesterday heart strong today regrets im blessed say old dead gone away ohh ive travelin road long tryin find way back home old dead gone dead gone ohh ive travelin road long tryin find way back home old dead gone dead gone hey turn head east dont see nobody side turn head west still nobody sight turn head north swallow pill call pride old dead gone new alright turn head east dont see nobody side turn head west still nobody sight turn head north swallow pill call pride old dead gone new alright cause ohh ive travelin road long tryin find way back home old dead gone dead gone ohh ive travelin road long tryin find way back home old dead gone dead gone hey", "Whatever You Like": "aye jim know ol sugar daddies trickin tell girls said could whatever like said could whatever like yeah stacks deck patron ice pop bottles night baby could whatever like said could whatever like yeah late night sex wet tight gas jet tonight baby could go wherever like said could go wherever like yeah anytime want pick telephone know aint nothin drop couple stacks want could get dear five million dollar home drop bentleys swear yeah want yo body need yo body long got wont need nobody want got go get ill buy tell broke nigga quiet stacks deck patron ice pop bottles night baby could whatever like said could whatever like yeah late night sex wet tight gas jet tonight baby could go wherever like said could go wherever like yeah shawty hottest love way drop good swore went college hundred karat deposit vacations tropics cause erybody know aint trickin got need never ever gotta go yo wallet long got rubberband banks pocket five six rides rims body kit aint gotta downgrade get get chick could want go store bag want aint never man like buy anything heart desire like yeah want yo body need yo body long got wont need nobody want got go get ill buy tell broke nigga quiet stacks deck patron ice pop bottles night baby could whatever like said could whatever like yeah late night sex wet tight gas jet tonight baby could go wherever like said could go wherever like yeah im talkin big boy rides big boy ice let put big boy yo life fresh look nice let put big boy yo life thats right want yo body need yo body long got wont need nobody want got go get ill buy tell broke nigga quiet stacks deck patron ice pop bottles night baby could whatever like said could whatever like yeah late night sex wet tight gas jet tonight baby could go wherever like said could go wherever like yeah", "Go Get It": "gotta grind wont stop hustle wont quit shine like shit got high price lifestyle super bad bitch want bet got dont gotta go get stay business ball till fall floss im finished go get stay business im living kill stacking millions ceiling every day ground wanna ball put money bitches put hustle louis drawers louis vuitton kicks got mad hatter swagger bitch im stupid dumb sick group young bitches theyre stupid dumb thick im marathon man run shit sophisticated convict superficial still official multi million dollar shit money object hot shit bitch got sauna arm six figure diamond richard mille vacheron talk got im upper echelon though bitch im bout action could go convo done dream bout got dream bitch dream house lean passing beans bad crew whole team high go boy get seen bro know know stacking dough thats see g g e gotta grind wont stop hustle wont quit shine like shit got high price lifestyle super bad bitch want bet got dont gotta go get stay business ball til fall floss im finished go get stay business im living kill stacking millions ceiling live life fuck late night get shitfaced take flight get paid sick days outfits switch blade dont sniff yay blow dro bank roll loco still ride fo fo dont let p know bad white bitch super thick im ice coco got another bitch bitches ass fat face paper trail phone call emails photos backshot fat butt low blow headbutts slow mo purple label polo akoo thats man striver row denim new margiela shoes man cool parle margharita molly strongest pack around bumpin sade maui menagin hobby kick kick know envy im living chicks cant resist pimping get million bout business bro know know stacking dough thats see g g e gotta grind wont stop hustle wont quit shine like shit got high price lifestyle super bad bitch want bet got dont gotta go get stay business ball till fall floss im finished go get stay business im living kill stacking millions ceiling", "Ball": "okay walk bitch ballin bitch hoppin lambos ferraris bitch poppin bottles thick red super model bitch may talk lot cant lot ayy rico told turn lights grab audemar threw ice im big dawg got em pissed lot niggas rapping aint none raw like ay look ti ballin vi bunch bad bitches looking like aaliyah pull hop go show buy whole bar pop bottles go hard club packed club packed hoes drunk club packed hoes drunk club packed hoes drunk got bottle got model got molly got blunt ball ball ball ball ball ball ball ball ball ball ball ball got bottle got model got molly got blunt club full bad bitches came play okay must ass cause aint face looking bottles stacks girl make way section girl okay wanna kick nigga meal ticket broke niggas looking mad gotta deal get right ho roll dice ho aint gotta dyke cause like hoes every day spent behind wall big ride fly stunt shine ball got bunch money come get bucket full bottles bust open wanna get drunk club packed hoes drunk club packed hoes drunk club packed hoes drunk got bottle got model got molly got blunt ball ball ball ball ball ball ball ball ball ball ball ball got bottle got model got molly got blunt ball aint nigga like young money nigga pop pussy like gun pull trigger shake ass like salt shaker keep l lit like elevator bitch shake like dog hop like frog ride like horse throw dick like darts drink muddy flag bloody im killin hoes like nigga ted bundy im good looking rapper aint tryna stunt ima fire blunt like donald trump ho ho nigga stick key ya back door tunechi club packed hoes drunk club packed hoes drunk club packed hoes drunk got bottle got model got molly got blunt ball ya thing slow motion like soulja slim come around wipe like boosie back thang show love really much bring couple buddies every day thang big stones chains let drill mouth novacaine broke niggas told ya thangs could get ya g4 show ya thangs like women fat ass pretty toes thangs long hair dont care long none manicured fun take whatever club throw money air club packed club packed hoes drunk club packed hoes drunk club packed hoes drunk got bottle got model got molly got blunt young mula baby ball ball ball ball ball ball ball ball ball ball ball ball got bottle got model got molly got blunt ball"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/too-short.json b/lecture/lecture-9/rappers/rapper-data/too-short.json new file mode 100644 index 000000000..f39d224e2 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/too-short.json @@ -0,0 +1 @@ +{"Blow the Whistle": "go cant understand last long must super powers rap 225 thousand hours get calculated math made 1000 songs made move ass last 300 months made 16 albums front bump get beats heard 93 rappers say bitch like 2 singers 10 comedians im still gon yell every time see whats favorite word bitch gotta say like hort bitch know cant play court cant hang big dogs stay porch blow whistle blow whistle blow whistle blow whistle get grab mic spit one let hit blunt pimp c 8 ball mjg keep spittin p p bun b thats texas baby ball g thats memphis baby hort dog thats oakland baby aint nothin pimpin days g nigga c got locked real hoes still know gots fuck give fuck nigga say hort dog fuck ugk really wanna like spit game like snoop tip pretty girls vip came dre dont need id blow whistle blow whistle blow whistle blow whistle mind gone brain blazed youve wide awake last 3 days poppin pills goes real dont stop keep rollin hill crash burn cant stand fall back youre doin much cant handle man way long time let whole world play songs like shit gets around leave country come back hit town im miami new york atl houston la ask dave chappelle rich bitch got made 50 million dollars im proud im crazy dont wanna like come east oakland youngstas get hyphy blow blow whistle blow whistle blow whistle bitch hort night baby album number 16 yall cant fuck wit", "Life Is... Too Short": "remember began used sing dirty raps eastside fans back knew couldnt stop rap mc could rock like new style came bass got deeper gave mic bought beeper wanna rap sell coke brothers like aint never broke people wanna say time brothers like work mine eight years mic im jokin sir short comin straight oakland california home rock eight woofers trunk beatin block short dog im rappin man said say life short short life short short life people unbearable committing suicide thats terrible much much nothing big live life youd fightin live life main asset doin right keep like chill house pump bass im tryin get rich rock place everybodys got old dream big money fancy things drive brand new benz keep bank right never hear stutter cause talk real clear homeboy whatcha gonna take advice start workin fool close ears run mouth one day homeboy ya soon find life short short life short short life short would agree im living life dont mess long time baby since first got still keep makin funky sounds cause dont stop rappin thats theme make lot money know mean life complicated must stay youre asked simple question boy dont say ya live ya callin hell policeman tryin take ya jail could give man time dont know matter time ill runnin show another young buck wants top makin big money slangin hop task force tryin peel cap turn around homeboy better watch back life short life take back things give cant take back days live life people heaven earth livin every single day worth live life please satisfying one person know thats work hard things achieve life never rap fake im mic cause dream got homeboy gotta turn dream real mccoy time waste get case cant cause need taste good life livin like king throne getting everything want trying handle life dont stupid though cause waste youll know life life alright thats", "Don't Fight the Feelin'": "say ho yeah ask question like fuck oh dont want talk like would like make love saw walking street stop turn radio drop top see look good youre fine young tender would mine get car drive house cuz im mack cold turn wont ask sure wont beg reach right rub leg let hand slide miniskirt slip finger panties straight go work time dont watch clock lay back baby doll ill rock cock funky fresh always freak nasty im man take finest restaurant buy damn thing want want flowers ill buy ass rose later youre coming pantyhose want gold girl whats next sex know im freak give baby cant wait two weeks want dont say wont get girl im telling dont nigga please provoke feeling must forgot girls youre dealing havent urge get busy like dizy lizys used dance cant put blunt vocab restricted youre addicted words inflicted time time line line talking bout bitches mind call hort height width diss boy ill hang balls cliff wrapped around slinky dinky easy task corner cause curb didnt want ass name yuck mouth dont brush gotta cover mouth like call yuck mouth refuse brush sweetheart keep kiss freak tale ass classyou cant pass simply trash typical nigga kind dont take home entyce barbie danger zone like short dogg carries fleas make ass itch twitch dont wish could scratch grab like want name fits cause get mad want wont front time hump wont punk roll ass tap butt hort baby guts im abc alphabet every letter ill writell get pussy wet freaky note bottom signed playboy ii im player bitch thought knew like every nigga crew bump hoes turn tell young tender learn cold mack like pimps know wont sell dope sell blow average everyday straight bump bitch gold rings come spitz look baby know want acting like time month bleeding cant think sex irritated kotex dont need kiss dont fuck ill pull dick bitch suck dont say wont get girl im telling dont punk im tease im skeezer definately dick pleaser dreaming scheaming fiending lust dont enough feel disgust wait small thing hate goodness sakes wanted someone small would masturbate im talking bout height weight dream say short know mean see need man boy approach lame game really insults name hort shall say skinny size money honey wouldnt penny little boy player im savior try get shows audacious behavior ive got sit feet come level mother hung umbilical cord would known mission okay little boy heres proposition wanna bit danger step zone call dogg thatz ill send home tail legs screeching whining dare say got nigga please lying cause fight feeling would one mathmatically plus equals none rapper call 4 tay im gon tell like homie short dogg would say hoes world trying play sweet knowing damn well wanna freak maybe week cool get sheets trying work thang said thats far going go toss turn make loose finally feels act right juice hoes say oh thats nasty back coat say sweet sassy 24 deep thats sleep undercover freak every day week see freaks need quit playing role like aint rest freaks wont admit especially know get aint nobody tripping cuz know im right could black could white black girl really dont take long white girls always tryin turn ya little squeze tease give time shell knees ill pick work butt baby wanna try bust nut dont get wrong cause started coming house camisole time shove front love first said deserve fight dont want serve gave time make mind dont fight feeling time unwind talking bout gunna give im rappin 4 tay dont make none yeah man little hoes got ill time get way real know never real dick need quit talking childish shit wanna rank ho go get bank ho little dickll screaming comes sex dont know whats still playing finger fuck see im grown man bust young cock like big butts big mouths know little girlsll break bed pull drawers give head little girl wanna fun better go magic mountain cuz way young point really cant say shit aint dropping lines ill call bitchbeyotch", "I'm a Player": "sure like play im player im playing play see made mind 17 aint marriage wedding ring ill player life wheres wife probably rehab stuck pipe cause must smoking im joking short baby comin straight oakland got way mo bitches ever need put big fat bag weed cause give bitch wouldnt give joint bitches aint shit made point light weed spit rap tell bout player way back fourteen first got dick sucked im grown really like bust nuts gettin freaky right situations wanna rap well thats nice occupation get pussy want want fool cause fucking ugly hoes back high school used fuck young ass hoes used broke didnt clothes fuck top notch bitches tell story bout rags riches bout pimp named shorty oakland set mackin years aint fell yet ever see rollin drop top caddy throw peace sign say hey pimp daddy cause never would front folks slow let gold diggers count spokes bitches come dime dozen dont get mad fuck cousin two sisters even fuck ex bitch short dog house player shit fake players peep game real player hatin lover tell ya feel front homies grind em look fo tramp cant find em got one girlfriend see every night come around partners lyin life looked watch said 622 cut house said baby love cant act like mack like playboy sho rest macks streets bitch comin learned break hoes youre gettin shake hoes youre older nothin routine makin gs every day workin blue jeans know seen see young tender saying short would man yeeeah theres lot fake players talkin bad ant banks know im sayin aint trippin tho short dog player haters tryna stay away kris kross imitators put ya cross cause theyre really haters thought knew short dog player born mack got bitches everywhere ride around town clean ass cars screenin hoes like movie stars checkin traps like dirty rat born mack im hookin hoes like crack monkey back bitch kick short dog habit got dick even though cant fuck every day thats cause got another bitch around way get together late night cut house hook somethin real tight really dont care cause im player", "Gettin' It": "thats right album number ten short dawgs house gettin close end yall gonna kick like last album let holler ya partner spit game ear minute quit complainin bout cant spend cause aint got got takes enough get started hope get message test ridin legit cant arrest bust im still hungry want stuff get fat watch whole crew blow get buy new album peep game dont like calvin get everything want get real get mail get girl make bail get ass jail gettin everything want everything dreamed never front gettin gettin money im talking bout black dont laugh aint funny get good lawyer like johnnie cochran swear tell truth hell nah didnt pop get kids school get education get degree take vacation see got game streets california young millionaire high school diploma livin real good taking care folks roll fat one players smoke short dogs house know aint trippin cause life hort gotta get fit stop looking never seem find aint think got read lines cause life aint long young black man tryin make money sellin dope dont ya hope would go class boy makes money makes fast twenties top fifties bottom flock top notches oh yes got em long time since first got still keep makin funky sounds get money mayne get gettin get gettin good get gettin get gettin good get money mayne get gettin know tired bein broke hangin gotta lot dreams cant get first thing need set goals think positive everything else old work hard never stop hustlin cause love see black man strugglin time come put dollar bills air said meet white house cause im one million black men risin wanna keep always surprise em spend money hood know good told peep game hort know im man lend brother hand cause know keep goin goin im pink bunny instead beatin drum never stop thinking money im gettin dont ya slip cant wait get heaven grip broke couldnt afford meal im rich cant fake gots keep real long time baby since first got still keep makin funky sounds earned respect street ghettos good im never going turn back true living gots kick facts", "The Ghetto": "talking bout ghetto funky funky ghetto trying survive trying stay alive ghetto ghetto ghetto ghetto even though streets bumpy lights burned dope fiends die pipe mouth old school buddies right every day every night wouldnt shoot bro id shoot fool played close tried test cool every day wonder ill die thing know survive theres one rule real world thats take care keep dealing hard times day day might deal dope crime dont pay black man trying break house thought got dope time pen even though brothers like get lot love im giving back ghetto ghetto ghetto ghetto ghetto peep game dont call crap cause life one hard rap even though sister smoked crack cocaine nine months pregnant aint nothing changed 600 million football team baby died like dope fiend story tell incomplete five kids house food eat dont look dont ask mamas next door getting high even though shes got five mouths feed shed rather spend money h always tell truth things like wonder mayor overlooked list instead adding task force send help waiting id better help housing authority opd guns handle ghetto ghetto ghetto ghetto ghetto ghetto even though put us call us animals make real big banks buy brand new clothes drive fancy cars make love stars never really saying use alias names like hort sell stuff might kill young kids grow thats know didnt teach school hes slangin dope thing knows survive kill another brother dies ghetto keep one eye open day long hoping hoping pay bills drink much problems life youll throwing like dont see ten years ghetto ghetto ghetto ghetto much game hort rap cant white whites cant black wanna act like someone else gotta color underneath short dog house better listen never ashamed proud black stand tall hard even though people give respect intelligent put em check cause youre ignorant get treated way throw jail got nothing say dont listen fault ill getting paid youll paying cost sitting jailhouse running mouth people try get ghetto ghetto ghetto ghetto ghetto ghetto ghetto ghetto", "Shake That Monkey": "put hump back shake rump put hump back shake rump put hump back shake rump put hump back shake rump lets go bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass till cant make ass touch floor till legs broke take big ol booty girl scrub ground round round long pussy aint stiff dance make niggas look shit like stripper club atl lil bitch tore started raisin hell remember magic city freaknik police went weak shit big hoes get loose skinny hoes let bruce bruce hit let nigga fuck tonight damn right bitch fuck wife slut life know count cash wont charge long bounce ass bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore biaatchbiaatchshake monkey bet cant wiggle like dick motor booty contest pick winner runnin never see ho come last shes fast shes got 454 ass never gonna win race put seatbelt dont let sit face might kill morning 214 doin pussy pop like new orleans 10 years past close eyes still see ass momma used dance like bouncin ass hands back saw grandmomma baby arms put hand car started swingin hard every nigga party wanna get bitch look like fucking invisible dick bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore dont naked dance like stripper wiggle tail like name flipper like dolphin top water take ground pop harder hangin around pimps got ya gangsta walkin like memphis tenn get girl like way bounce must learned deep way south west coast learned dance im stick dick back pants wouldnt pass chance grip cheeks fall ass keep week booty lookin fat party lets hit bar drink tequilla shots find spot floor lemme see drop bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore put ass dick let know baddest lilbitch put hand clit ask like shit way move butt wanna fuck outside truck sex good cant enough bounce ass bitch bounce ass bitch bounce ass bitch hort dog house bounce ass shake monkey ho shake monkey ho shake monkey ho lemme see shake monkey biaatch", "Freaky Tales": "tales freaky tales tales tell well met girl name joan loved way rocked microphone met joan took home like doggy bone met another girl name ann wanted freak man met ann shook hand ended freakin garbage next young freak met red took house gave head likes freak said jumped sheets broke bed theres another girl name mary talk sex girl acts scary heard freakin homeboy jerry took house popped cherry young tender sweet denise get bed girls beast tell homeboy get piece shell start talking signing lease met tender name lori x rated movie wouldnt tell story twin sister name lisa like lori shes real dick pleaser girlfriends name michelle booty bigger tail whale freaked michelle freaked well pussy got hotter flames hell gd girl name tammy didnt wanna cause bitch flammy best friend name jane pulled side spit game met lot freaks lifespan freaked one night girl named pam next day saw man one week passed old tender names janine 32 eighteen likes freak shes fiend really didnt matter saw jeans want big freak fat sloppy kick back watch mop two tons fun big mamma jamma country girl alabama met freak name beth pussy got wet smelled like death tired hell drippin sweat trying hold breath bake shake us met freak vegas said name dinah built little freak china said dont pimp gigolo im much money dont need hoe break cant break never met player like hort baby knew dick sucker named betty jo took house floor girl got freaky ill tell knees begging blow shes like another freak named renee get alone shell make day like burger king knows play freak like renee way tales freaky tales tales tell well tales freaky tales tales tell well met girl thick hell sixteen said name linell took house could wait shit much tighter century safe let tell since talking young met another girl said name yvonne always talking fun pad going im sir hort couldnt punk im trying get funky like female funk see coming see going keep money let hoes keep hoeing met hooker free foothill bus number forty three way back working big beatbox jamming beat met freak named antoinette macked baby like ice cold vet everything get cause im hort baby dont play shit met another freak name rita baby thought hort might eat told like could suck peter either go home cause knew didnt need scratched name telephone book never took second look cause next young freak name sharon kept looking kept staring baby came homeboy darren booty stuffed jeans wearing never left cut know know im talking theres freak named shannon sinner smokes pipe shes getting thinner shannon cool mind gone one fat rock going another buddy came place thick ass bitch said name grace walked door working lace shoulda seen look face shes like tender named belinda homeboys called belinda blender gave head like made twenty years old big round butt girl looked like olive oyl father rich girl spoiled got mad blood would boil wrapped like aluminum foil tales freaky tales tales tell well tales freaky tales tales tell well sugar delight friday night going hort three weeks ago met freak followed around like marys sheep hid around corner came grabbed arm asked name said anita mans santa rita took house homeboy gd sent way next day playboy hort ready play bumped girl names roshawn hit motel going holiday inn break dawn took baby home freaked mom knew tender named shari took house let freak baby fan loved beat wouldnt raise leg let kiss feet met freak named yolanda rolled baby doll like brand new honda top bed hit wall sounded like thunder date girl named kitty fine big fat titties night long acting shitty macked baby like frank nitti theres another girl name rose use ride baby like brand new vogues never saw rose wearing clothes shes penthouse pet ready pose riding street met janet booty bigger whole damn planet ass everywhere cant stand tried palm could manage freak name bunny said im man ever called honey everything funny macked bunny took money eight tonight date shirley real short hair curly saw baby liked girlie fine went get early shirley freaking like girl named rachel bite vicious sure fatal liked kiss navel lips top label knew another freak name candy real big lips came handy smooth got worked dandy hooked broad homeboy randy favor return gave lizard said name laverne baby got tossed got grabbed microphone started singing song young homeboy heard rap said way freaks told like might freaking boy never p treatment", "Cusswords": "motherfuckers thought gonna change style saying todd bitches hoes shit heres another rap im ready spit goes like name hort im tearing shit like never pimp slaps making snaps cold cash money hort raps oakland california thats im city boys say dont want none im gonna tell trues vogues aint really shit wanna roll hard time bitch playing hort rhymes ask ill say money ask could ill say doesnt concern ronald reagan came said answer us economy cure cancer said white house youre selling cocaine ask wife nancy reagan know shell spit game like one night came house gave blow job licked dick like corn cob life life hort play young bitches like sport yeah play bitches like yall like dr j played basketball call dont say twice youll get real mad ill fuck wife see im proper im rarely polite hort hort dont say tonight biatch started bright morning 1987 drop top caddy yall getting sucked bitch named helen nasty bitches around world wrote rhyme might like rap im telling bitch true much death oakland streets gonna live till next week get shot dope fiend trying get high trying steal ring really cant say cause dont know people dropping dead like flies used see home boy give five say man still alive cold hell town im wont last long youre faking funk im master rapper unique clap hand want freak cant deny know im right turn rapper im mic wont kick back relax till knows im best mc rap till knows short set trap got caught serious cap motherfucker cant spit straight game mic cause hes worse fag frisco dyke hes sucker mc call punk trying spit rap scratch junk little punk ass boy wouldnt listen think im faking im taking sucker mcs end world push good luck couldnt find four leaf clover ever said rap trying cap wouldnt even sweat cause youll looking far might fall getting clowned hound east oaktown look face youre looking could make grown man die laughin cause youre rappin rhymin played fake ass simple simon never understood one word said youre swearing youre killing dead theres one thing wanted know sucker motherfucker wheres joke im player players call pop name hort dont stop dont stop mackin dont stop cappin dont stop rappin see happens mind gone crew cut sucker mc ill tell rhymes weak rap comes game lame never even heard hort baby hit oakland 1980 singing raps rap could rhyme telling sucker mcs dont waste time theres girl know name betty straight head rock steady shes freaky shell juice home boys cant get enough shes phd dont even stop back like going chop chop chop wont say white girl wont say shes black shes kind girl make knees go crack feel beat rock let tell im mc rapper mc rapper big bank roller cold cold capper hey baby got rhyme gonna stop till end time like rock roll ill play song beat day night long listen im saying im oaktown mack bitch aint playing home boys time pen gonna rock beat cant get youre mad hell say beeatch make sound real imma tear shit get chance could give fuck less ho dont dance see im big mack im great born raised golden state call say hort imma rap ass till give big bank make rich bitch bitch bitch bitch make rich check style baby dont quit heard freak say thats shit took cake fucked rake hort baby damn sure aint fake sucker mcs screaming loud saying sir hort shut mouth talk call weak father smokes coke mothers freak keep rappin nothing else keep jealous ass thoughts picture hes mc right aint saying nothing hes holding mic fuck boy youre doomed ill send trick ho motel room cause im coldest mc microphone like 357 pointed dome got cap cap never heard fresh cusswords motherfucking shit fucking fuck skank bitch sucker mc bastards got claps fuck punk cause still cant rap cusswords let em roll motherfucking shit god damn asshole cusswords dont quit motherfuck damn shithead bitch hort mic dont stop dont stop wont stop beeatch check style", "Cocktales": "tales freaky tales tales tell well dont like dirty raps go hell cause hort dawg mic spittin cocktales h e washed hoes trying throw p youre big freak better complain hear cocktales hear name fake bitch aint thing ill pick phone call janine call marie know fact im getting sucked drop top cadillac met freak named naomi straight dick sucker worked homies girlfriend name vickie pulled side let suck dick fine fuck cant fuck tina tina tina sperm cleana took house told strip baby got freaky started splits said bee yotch want cause true blue mack wont even front fucked finger tried cum pussy tight wouldnt give none im short baby couldnt punk im trying get freaky cause love funk dick big nigga little one didnt fuck freaky ass still fun know stop wonder california lifestyle live see im crew dangerous bitch get mic spit freaky shit know girl named annette get alone shell suck dick hella freaky wont say shit alone nigga thats bitch know another freak names joanne always get pussy cause know finest bitch around aint got man every time cross mind go fuck shes like another bitch named christina bitch dumb named misdemeanor cause crime dumb took house let cum mouth know shit got number beep im gonna call bitch go dig guts like gardener starts screaming im gonna fuck bitch harder cause tales freaky tales tales tell well dont like dirty rap go hell cause short doggs mic telling cocktales meet groupies hookers like kathy fucking mcs cause shes nasty see backstage trying throw ass like freaks pass pussy cant stop bitch let roll vogues drop bitch name short game long freak hoes sing songs know bitch named stephanie anything sex really dont bring best love fine ass laying next shes like another freak named nicole damn sprung diamonds gold took house gave panties fucked good told friend named angie angie called 2 weeks later talking shit player like tamara taking naked pictures polaroid camera next told bitch named raquel got skin fingernails digging back grind shit way back cant find bitch ill probably break bitch everything cause came pimp im short baby dont stop macking grab microphone dont stop rapping bet life spit raps ill fucking em like bitch know bitch name sherry cut loose cause wanted get married pussy good mean sometimes shaved sometimes hairy im short dogg aint nothing nice ever make mad ill fuck wife fun bitch sprung dick guess ill pull cum bitch like little tramp named erica anywhere want fuck thats fuck cause shes freakiest bitch america every time get pussy tear cause tales freaky tales tales tell well dont like dirty raps go hell cause short dog mic spittin cocktales yotch dont stop beat"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/trick-daddy.json b/lecture/lecture-9/rappers/rapper-data/trick-daddy.json new file mode 100644 index 000000000..581fd8d07 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/trick-daddy.json @@ -0,0 +1 @@ +{"Nann Nigga": "hell dont wanna holla motherfuckin trick smelling like boonk hennesey shit hell im saying though got playa back trying say whats hell dont wanna holla thats alright hold bitch hold bitch hold bitch hold ho check ho dont know nann nigga uh uh thatll represent like wholl say shit like one wholl lay dick like bitch dont know nann nigga uh uh shit run yo whole lil crew pay got ho dont know nann nigga uh uh thatll run yo house put gun yo mouth blow yo motherfucking brains bitch dont know nann nigga uh uh wholl fall club free drinks show love take bar home thugs bitch dont know nann nigga uh uh know mo niggas mo killings weigh mo dope dealings bitch dont know nann nigga uh uh bitch dont know nann nigga uh uh dont know nann nigga dress fresher dont know nann nigga wear mo polo shit bitch dont know nann nigga uh uh mo freaky stuff eat coochie wit legs blow yo butt dont know nann ho uh uh liked dick like wholl bite dick like ol lil dykin bitch like dont like bitch like ill fight bitch like ol trifling bitch like aint telling might bitch dont know nann nigga uh uh ho dont know nann nigga uh uh uh uh uh hold fuck nigga think aint ashamed nothing hold check shit dont know nann ho uh uh places spend grands spend fuck bout 5 6 best friends dont know nann ho uh uh thats chain like thatll floss thang like ole lil awful thang like dont know nann ho uh uh sell ass know nann ho thatll make come like nigga dont know nann ho uh uh tried types shit quick deep throat dick let another bitch straight lick clit dont know nann ho uh uh thatll keep wet like make come back back like lick nigga nut sack like dont know nann ho uh uh thatll ride dick dime love fuck time one whos pussy fatter mine bitch dont know nann ho hold baby hold said youll bitch nigga heard motherfucking said well baby gon doin need team cuz im realest nigga motherfucking know well want know find taterhead got number tater boy bet help tater boy ha ha ha hah", "Let's Go": "hahahahahahahaaaa yeah theres lot fuck niggas club tonight ay gonna aight hahahahahahahaaaa cause clique dont give fuck nigga ay trick daddy jim johnson big lil jon lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go want come get cause im tote big guns everybody know somebody know somebody know somethin bout want answers see lot dudes like act fool get loud aint style gon get gon run want impressin homies stood front momma mop flo kick door let fo fo hit got fools thatll go get crew dudes run lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go gotta spit murderers killers thugsters fuckin ballers dealers hustlers got comin bogus vi bumpin lil jon imma rush ya psycho nigga twista chicago rollin miami nigga thatll crush ya already lookin drama nigga try get still gotta get feelin fury tough shit cant never cute penicillin im telling trick im finna steal em got swingin crissy hennessey bottles club homies goin ya scrilla dont get twisted overnight celebrity better scared city im killer lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go aint rapper type alright actor type alright bein soft aint script im playa square see hennessy whole industry enemy aint kin friend bitch dont pretend yeah im strictly thugs im part streets straight hood mo ghetto dont even need gat bougie cats im straight county dade 3 0 5 nigga never gone south border americas wanted gon get slaughtered lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go ak go chop chop chop chop sk go fah fah fah fah ak go chop chop chop chop sk go fah fah fah fah", "I'm a Thug": "funk hit thug yup like hit em chest one time one time head buddy roe yall check dont know worlds gonna bring know one thing life baby cause im thug day every day baby cause im thug wouldnt change world uh uh cause im thug thats right heard baby cause im thug ah hah oh yeah check could baggy jeans gold teeth make different yall aint trippin dog listen dog raised little different yall im doin thing usin ghetto slang im representin thug shit niggas roll watch niggas theyre gon love niggas bond run got ten years parole since cant say dog imma say yall motherfuck po pos fuck judge cos fuck da pos fuck family victim witness snitchin ass hoes nigga dont know worlds gonna bring know one thing life baby cause im thug day every day baby cause im thug wouldnt change world uh uh cause im thug thats right heard baby cause im thug ah hah oh yeah check see im tight niggas like nigga got many hoes know got clout look mouth nigga got many golds niggas tellin hoes theres somen nigga bitch ive watchin watchin must wanna fuck nigga name alone known break happy homes disrespect dog aint business even answering phone ass home couldnta gettin couldnt hittin right cause ever since night hittin phone want thug dont know worlds gonna bring know one thing life baby cause im thug day every day baby cause im thug wouldnt change world uh uh cause im thug thats right heard baby cause im thug ah hah oh yeah check since yall niggas wanna smoke blunts pump guns imma show thug dog thug dog give half pill zephyrhill im like fuck dog fuck dog long ecstasy got best ec stasy none niggas aint stressin got one request bitch rest shit bitch nigga drop shit wack hell dont make damn sense take back talk tell dog dont even buy shit dont care represent thug shit aint gotta give props nominate cause dammit love dont know worlds gonna bring know one thing life baby cause im thug day every day baby cause im thug wouldnt change world uh uh cause im thug thats right heard baby cause im thug ah hah oh yeah check", "Thug Holiday": "thug holiday go ahead cry right baby everything gone gravy later thats right time take time remember loved ones lost struggle know dedicate brother hollywood toby bam dog itchy lil trav dedicate struggle everybody county jail state penn check wasnt bad luck hell guess nigga wouldnt none think would without gun could get away po pos nigga couldnt run given daughter always prayed son life crazy aint sometimes even think thing ive waiting freeing ring hell aint thang changed lost brother struggle taterhead done lost mother im thinking whos mines gone raise brother thug stay school dont use drugs wholl teach right wrong show boys true love pray better days face bomb run ways put guns away pray peace sundays crazy aint like soldiers aint coming home year like fellas prison miss much real children ran away aint coming home today well heres message coast coast cause thugs really need thug holiday like em like em like em thug holiday 2x go one killings conflicts religion see muslims jews christians know gods children theres one plus aint none yall confronting blind minds wouldnt even know god front read books know remixes bible verse thugs curled drugs survival thats asking chapels naming martin malcolm farrakhan history books one died americans thats point whos responsible vietnam hold theres two world wars come judges make teachers making ones raising taxes got us fighting education life crazy aint many tears years somebody tell whats going many liiives god knows pain deep inside gets hard got keep head know youre fed stay strong heres message coast coast cause thugs really need thug holiday like em like em like em thug holiday 2x people ghetto im calling calling thugs ghetto calling calling gets hard sometimes got keep head strong heres message coast coast cause thugs really need thug holiday", "In da Wind": "hah haha thats sound hen true story buddy roe say tell truth shane thank god thugs drop top let sunshine woodgrain let twinkies spin get glass mix coke hen quite alright dro wind dro wind im ol sneaky ol freaky ol geechy ass nigga collard green neckbone eatin ass nigga always wearin jeans baggy saggy know florida georgia south cakalaky growed eatin spam sandwiches sugar water mayonnaise sandwich share room bout four mo brothers wasnt mo room wattnt mo covers little bad motherfucker always rude always trouble none teachers aint like make bad pearl seven mo like growed way gotsta understand trick love kids trick love kids drop top let sunshine woodgrain let twinkies spin get glass mix coke hen quite alright dro wind dro wind cop seven tres chevy put dubs bitch candy apple green niggas lovin shit im ill act fool ya dont like im livin bitch fuck thats right im rude ass nigga quick cut fool ass nigga weighin bout buck six five nigga fuck plus boy gets live know legs wings short thighs eat em beat em switch sides hot whore work sean john velour floor oughta enjoy loaded four four sure acquire fore ya fuck mine disrespect ill disconnect ya line sick swat shits hot ya get shot fire fury ya fuck ya stoppin grace get space face fore ace lay whole place recognize verbalize surprise fuckin wrong way wise nigga hoes clothes shows vogues golds big ol bankrolls thats nigga know throw yo elbows im sicker suppose hoes unchose cuz jewelry froze know goes young niggas dont want like go get yo gat silence chit chat blast pass outlast bout cash mo sicky talk tricky trick like trash lo realer go rilla flow mo scrilla come clean lookin mean aint killa drop top let sunshine woodgrain let twinkies spin get glass mix coke hen quite alright dro wind dro wind look beyond rims dro dro smoke throat makes choke like serial killer squeezin throat box clutches danger stranger block cheeferry reefer blowin chest riding club trying best mess professor lyrical thang ill take purist strain slang inject veins heart stop man drop top fade aviator shades mirror front face movin dirty slow pimps pace kinda like turtle rabbit race finish line jumped pair reeboks bright fresh snow white socks slip wings bust straight pack like three piece prophylactic splack gotta prepare mack wear jacket tragic intended illegal purposes like anthrax small pox surplus murderous drop top let sunshine woodgrain let twinkies spin get glass mix coke hen quite alright dro wind dro wind", "Can't Fuck With the South": "anybody wanna motherfucking die come see double nigga thats right thats motherfucking nigga got damn said motherfuckin meant fully motherfucking spit fuck whoever offended hold wait one motherfucking minute yall hos yall know game go fuck everyday never hit ho thats stay baby bout money dont even play baby nigga ever go broke click click yall niggas seen shit real niggas know make way make niggas creep stay fuck away hook jv cant fuck dogs representing double haters fuck yall dont give fuck ya run tote guns dont run shit cause die right dont fuck dont fuck im trying get shit together im making money click forever fam stick together huh see back days niggas like niggas like infuriating crew got sick shit say one day heres nigga gon staking hummers spittin em hating ass niggas fuck well kill em im sick em cant shit em oh well got big guns double yall okay aks full yall one dog next time cameras tv dog real nigga like dog like living like dog know rap niggas blow dont show aint even dog hook 2x jv cant fuck dogs representing double haters fuck yall dont give fuck ya run tout guns dont run shit cause die right dont fuck dont fuck im trying get shit together im making money click forever fam stick together whole lot niggas dont wanna see jv flowin hennesey pouring knowing nigga came nigga going take look im best thing showing blowing smoking best thing growing tighten dont wanna nigga like see thats ya slip gotta slide clip flip take another sip bust ya ya lip gat man dont play like taking shit back right game whole damn thing oh naw aint playin witcha man ill get oh shit yeah aint nothing else finna nigga hook 2x jv cant fuck dogs representing double haters fuck yall dont give fuck ya run tout guns dont run shit cause die right dont fuck dont fuck im trying get shit together im making money click forever fam stick together", "Shut Up": "gon let band deal style old school okay shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut riding round brand new 99 fo volvo got pocket full bs cocoa weed aint got place go though boca boys know dough thats fosho doe hell nah ho know polo used accused time wrong chop something done one union friends soon seen benz hating season hell cause figured understanding reason heh im man yall fine time praying locked making plans without fancy shit way advanced polo socks tank tops drawers pants shit shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut okay whos baddest bitch real rich shit big benz big house shit thats right okay trick okay make sense cause money aint right speaking french miss trina dont play say miss bigg thats okay need grand speak okay sure wanna sleep okay better fosho cause done left niggas like stuck befo okay ball since got hot knot spend okay yall know whats okay uh huh ride shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut goes niggeroles pretty ass jazzy hoes bitch whats c got verse book thugs come bitch show love bout flow raise got funk blaze got two mos phat hoes late night im ready bust okay look like got lot say okay come widdit niggas keep hiding hoes fo money mark done hit done split okay playboy fuck say boy dont even much bring ho round c niggas yall better quit fucking shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut lay playboy whats slugs head gut whats keys truck nigga say got bs cut whats safe combo open shit nigga fuck convo sation whats witcha haitian probably got birds safehouse waiting whats store aint found shit quarter ki nigga better playing gon bleed death understand wassup ready go ready tongue kiss blue fo fo whats fuck nigga say something set crime ready spray something gun play got stripes 2 4 k turned lights gun play got stripes 2 4 k turned lights ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut", "Sugar (Gimme Some)": "uh huh yeah aw man got sweet tooth dig one gon need root canal love sugar one clean decent women lay girl pay close attention put sugar tongue shes gonna gimme gimme put right tongue right tongue gimme butter pecan put right tip tongue hold right jeeeah cuz baby bite bet youll like french vanillas hell flavor strawberries two cherries whipped cream best things wet dreams uh rest flick without sex scene orally speak truth cuz blacker berry sweeter juice cuz florida oranges georgia peaches nice ripe best eatin southern boys crave old slice pie main course game came got thing ya cant ignore 2x put sugar tongue tongue yippie yippie yum yum goodie goodie gum drop put tongue lock till body went numb numb laid back back turned round gave bottom smack smack shes woman block best weave wont stop till im pullin tracks tracks lust first sight couldnt help sayin wanted get size right cuz wanted man little sec ur ity said around world twice name ring bells atlanta sic ly said wanted night put bubbles tub luda christen 2x yeah yeah yeah yeeeah yeeeah yeah yeah yeah sweetie look incredible delicious damn edible need honey syrup lil butter rub curves need lemonade twist lime grape kool aid call caramel cuz im bout go coo coo taste coco puffs one bowl ought fill milk gotta cold enough supper time thatll hold might choke dont slow honey look like honeydew melon strawberry whipped cream filling top part peach cobbler uh fruit platter ought better 2x", "Tonight": "lookin real good baby want know wonderful time evening unfortunately guess part story well tell eachother goodnight nah break rules tell really thinkin girl got big ol ass bow legs fine hair shit want sexy motherfucker acting like want right let nigga know gun fuck tonight dick gettin rock hard oh god theres gonna fuckin tonight take panties move panties side let nigga know gun fuck tonight see good pussy bring freak ya eat dont get cheated first beat breaks sense half steppin get serious get titties suckin like clit rubbin ass grabbin eat pussy ass backwards strokes long warm tongue make pussy cum much round one spend whole round two back stick move stick move need real man im sick playin lil boys im tryin explore like hot oils sex toys cant keep fakin man im backed cant eat cant sleep knees weak makin keep shakin need real nigga come save one pamper bathe make wanna swallow baby talkin thug shit like fuck crazy back butt im like fuck baby fuck baby matter get wet suck fuck better nigga specialize multi orgasms gettin rid back spasms without viagra ill fuck night make sleep day treat beakfast eat breakfast know baby im unselfish youre lovin besides im freak cant help need old slow songs one cold shot patron see walkin around thong itll chorus come back youll leavin ill ab libin well singin damn song like first time made eachother cum well suckin fuck eachother taste eachother cum soul alive erase done horny sticky memories stuck permanantly", "Take it to Da House": "get yes sir slip n slide records uh finna take house get get callin peoples across world song goes boys girls want thugs come turn party better take house cmon yes sir slip n slide get loose punch bowl juice aint nobody jiggier us stuff ruff causes head rush like give bring dont stop girl shake shake let money mark get derriere chain whole year look good big ol butt lived crib make bucks hit trepluscom tell uh smoke choke get chain like broke dont know bout j dot come though haters get hot cause got hoes dank cheese bank rank dawgs dubs aint dawgs whatever cant cause niggas thats gon make get seat get dont play take da house mia take da house way take da house take da house take da house 305 take da house boy got fire take da house slip n slide take da house take da house take take da house okay play yo aint stoppin n rock rock rockin gon lock thang cause dream team takin rings got tre beats much guts uh duece pop pimpin news non stop lost tribe side vibin jv gon ball double excursions swervin curb virgin im trina heard name im still baddest aint damn thang changed time get boy co money mark big freak show niggas recognize hoes creep room slip n slide crew gimme room cause im buck wild man ill get crunk get loose stands tre runnin still funk boogie spin wheel cause niggas thats gon make get seat get dont play take da house mia take da house way take da house take da house take da house 305 take da house boy got fire take da house slip n slide take da house take da house take take da house order two bottles crissy cris get drunk pissy listen rookie ass niggas dont try shit busta ass niggas cant buy hit gimme break beat vibe nick quest video fine bitch bout fifty five spins mic check yo play shit never sex costed fuck much im exhausted new shit im flossin got cause im bettin dolphins huh slip n slide finna take house new hot shit ride niggas tried nothin left ho must think somethin else fuck fame get paid born raised county dade cause niggas thats gon make get seat get dont play take da house mia take da house way take da house take da house take da house 305 take da house boy got fire take da house slip n slide take da house take da house take take da house take da house take da house take da house take da take da house take da house take da house take da house take da house take da house take da house take da house take da take da house take da house take da house"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/twista.json b/lecture/lecture-9/rappers/rapper-data/twista.json new file mode 100644 index 000000000..bc6bd7e76 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/twista.json @@ -0,0 +1 @@ +{"Slow Jamz": "going say youre gonna say want marvin gaye luther vandross little anita definitely set party right gonna gonna gonna gonna gonna well well well well say want ready world new edition minnie riperton definitely set party right yes well oh yes gonna gonna gonna gonna gonna well well well well yes definitely know told told drive new whip bring friends cool imma bring cool whip want strip see new chick get grind grabbing calling biggie like shyne home man swear fine homes always lying though telling diamonds know rhinestones got light skinned friend look like michael jackson got dark skinned friend look like michael jackson played ready world ready action dog said aint freak bout prove man wrong imma play vandross gon take pants imma play gladys knight gon get right say want marvin gaye luther vandross little anita definitely set party right gonna gonna gonna gonna gonna well well well well say want ready world new edition minnie riperton definitely set party right yes well oh yes gonna gonna gonna gonna gonna well well well well kanye know told slow baby good good beautiful beautiful need faster baby please faster baby faster damn baby cant fast know somebody twista got looking gliss hands wrists im laying back smoking cannabis come rocking rhythm like marvin luther tell aint messin kan man twist chi sipping hennessy play rb smoke b cant fuck put g come sip evelyn champagne aint know twista work like whispers hit stop light movin ides rims still moving bump little spinners im smoking b dipping streets bumping rb got heat 23s earth wind smokin fire let get sheets wet listening keith sweat put daze maze fulfilling every temptation slow jamming deep sex ready world girl come go ill touch body baby dont say every notell controlling im loving way holding listening jodeci come bend ass bumpin teddy pendergrass done hit back melody roll slow gotta go fast imma finish last matter much thug see still spit like rb go club luther come hope feelin still gon love ride say want marvin gaye luther vandross little anita definitely set party right gonna gonna gonna gonna gonna well well well well say want ready world new edition minnie riperton definitely set party right yes well oh yes gonna gonna gonna gonna gonna well well well well baby drop another slow jam us lovers need hold hands aint got man hop brougham keep pimping like old man gots roll plan cause take dome got bone stay zone got get home gotta run baby drop another slow jam us lovers need hold hands aint got man hop brougham keep pimping like old man gots roll plan cause take home get disconnect phone trying get gone imma make moan ill", "Overnight Celebrity": "oh didnt think could twista kanye west po pimpin poppin tags champions slow jammin oh baby even make overnight celebrity know im saying come dont play something hoesll like drive whips know like twista told right could make celebrity overnight give ice like kobe wife sorta like goldie right way mold em right could make celebrity overnight girl see apple bottom jeans chinchilla back wanna know name girl im twista could blow brains put chameleon 04 range still sexy smoke flame jerk like chicken throw thang got hotter oven way talk switching freaky im loving way walk looking good girl oughta pictures listen see career going sky high taking home crib chi everytime see thighs cry drive watching thrill got fellas johnny gill steady screaming walk carpet diamonds flick dark kicking couch 106 park see beauty big screen see freaking whipped cream see stage awards dress better jennifers big things kick mold life looking good girl show right dre told prototype make celebrity overnight dont play something hoesll like drive whips know like twista told right could make celebrity overnight give ice like kobe wife sorta like goldie right way mold em right could make celebrity overnight dont play something hoesll like drive whips know like twista told right could make celebrity overnight give ice like kobe wife sorta like goldie right way mold em right could make celebrity overnight want fame take path candlelights fore take bath got sensational ass ima get jimmy choo marc jacob bags cop 2003 make smile sees spres get cds dvds take bebes bcbg get places people know show things get wanna lover confidant protect others dont ever let brother pimp want style get ya girl yall take look got astonishing body see ya gucci robert cavalli bet gon put hurt em hard party know kill em club go born pro know whos taking photos love cause freaky door closed drop flo let go roll slow love hit back get top brother going oh oh girl love roll right make celebrity overnight dont play something hoesll like drive whips know like twista told right could make celebrity overnight give ice like kobe wife sorta like goldie right way mold em right could make celebrity overnight see see baby girl see make brother break gotta ask need need oh wanna star messing right one take make sure youve got finest things let manager come girl could see bored tell youre queen see take shopping sprees stores ima get mtv awards show tonight looking good girl show right take places know like could make celebrity overnight come girl could hang bored could plenty things plus im changin stores even get soul train awards show tonight looking good girl show right take places know like could make celebrity overnight", "Wetter": "im calling daddy daddy daddy daddy need daddy daddy wont daddy daddy come make rain onnnn meeeeeee come make rain onnnn meeeeeee come kick twista black caddy mack daddy ho backseat 97 pimp flow got feelin smokin flip trax beat talkin beautiful figure astonishing greek mythology body like girl uhh whats movie never mind let enter yo atmosphere enter world let touch booty cant believe yo momma cold daughter got astonishing soul need modelin role still playa know got climbin bottom top pole cause pop control yo phattys accurate im smackin makin say gotta get come makin rain get wet come cuttin monkey get wet want media baby need better man cover politics imma yo weatherman cause every time im lookin see ass imma constantly see rain forecast way way im flickin 5000 ones whatever wanna call celebration champion heres fetti confetti cmon get drunk money hauler done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee im feminine everybody proceed hatred imma teach em lesson take shots adrenaline cause thats way receive immunization recession got muscle hustle flow money entrepreneur ways get mo money dont trippin whenever see throw money huh lil bit show money want get wet ways imma beat first imma play witchu girl touch ears neck play witcha pearls reach pants play witcha pearl lay aint gotta frontin fakin baby cause know take right touch aint stoppin til wet covers gotta keep fuckin til see lot white stuff got excited cant hold im feelin comin im bout let explosion let ride see animated shakin touch body catchin convulsions thats know im doin im supposed chose chose dont think get wet told come let twist rain done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee im calling daddy daddy daddy daddy need daddy daddy wont daddy daddy come make rain onnnn meeeeeee come make rain onnnn meeeeeee", "Hope": "man know lot tragedies lately wanna say rest peace aaliyah rest peace left eye rest peace jam master jay everybody lost twin towers everybody lost period got hope wish way living could stop serving rocks knowing cops hot im block wish brother woulda made bail wont travel 6 hours see jail wish grandmother wasnt sick would come stacks hit lick wish homies wouldnt suffer streets get upper hand us lose brother wish could go deep zone lift spirits world words song wish could teach us fly take away pain cha hands help hold high wish god never gave men power able hurt people inside twin towers wish god woulda turned hearts righteous started take innocent lives become snipers uh never break though devastate shall motivate gotta pray got faith instead thinking gonna die day lord gonna help feel better aint gotta cry today sit light long gotta move straight forward cuz fight strong right go wrong say little prayer get ya money man life goes lets hope cause im hopeful yes hopeful today take music use let take away hopeful hell make way know aint easy thats okay cause hopeful wish could show love instead hatin much see people comin wish could teach world sing watch music em trippin joy bring wish could hold hands listen instead dissin lessons grown man wish families lack got love get stacks brand new shack lack thats dubs wish could keep achieving wonders see vision world eyes stevie wonder hope kids eat dont nobody family see six feet hope mothers staying strong make whether wit mans gone wish could give every celly commissary po po bring heat priests like r kelly wish doc could scream bullets could reverse pac biggie breath one day could speak wish saw good news every time look cnn wish enemies could talk super homie christopher reeve could still walk wish could walk path stay doin right thing hustle hard kids maintain game lets hope cause im hopeful yes hopeful today take music use let take away hopeful hell make way know aint easy thats okay cause hopeful wish earth wasnt apocalyptic try spread message world best way give make always optimistic dont listen gotta live life best way live pray justice go court wish good country wouldnt go war cant kick get em famous words mr king cant get along find better way shop please hope find better way cop keys wish everybody would stop freeze ask way fulfillin downfalls prophecies wrong doubting faith mustard seed move mountains heavenly father ease hurt let go keep prayin knees church lets hope cause im hopeful yes hopeful today take music use let take away hopeful hell make way know aint easy thats okay cause hopeful cause im hopeful yes hopeful today take music use let take away hopeful hell make way know aint easy thats okay cause hopeful", "Mista Tung Twista": "watch lyrical flow oh dope rhythm throw pump pump pumping em im ready bringing em height funky tempo throw know gotta stopping dope hypeness stop anyone im bend em lyrical rhythm throw tongue believe im hung among style throwin takin em sucker deliver lyrical ism scopin em prison givin lyrical foe thatll fizz em tackle rhythm break lyric left tongue twista deaf first let take deep breath flowing lyrical magic im marvelous screamin breakin em makin em breaking sweat makin em jump sit live style kickin im pumpin rhythm rocking palm lyrics side im making em like im fool cause rhythm im bringing mic im give em concept heeeey whats happenin yall tyrone chilifoot funky tung twista baby three minutes straight stupid straight ignant dope funky stuff ya baby turn radio get tung twista kick gee let cavalier tung kiss ya mista tung twista pumpin rhythm lyrical styler tonguell flingin funky pile lyrical rhymes thats breakin em mind flowin em holy im kickin funk islam lyricals slippin em like petroleum slowly im pumpin flow lyric im breakin em radical texture im one brother could never get next ta flex style im gonna give em lyrical pump rhythm cav crackin em word wise bringin em flow funky dialect elect flow suckers try wreck spark light head wakin em cause fly effect insist ya lay path rhythm follow like scripture flowin lung tongue twister mista stylell makin dent leavin tracks bent steppin lyrical black gent nubian accent breakin em makin em take smell funk kickin em ima give em lick lyrical lollypop imna bring em doctrine rock rhythmll makin clock spin blackwards funk rhythmll snap crackle pop flow oh im makin em follow path god trackll blacker cocoa lyric im makin dope dont call dont diss tung twista leavin suckers soft whisper tung kiss ya like sister ima let known way throw thats makin funk lyrical glow tell yo cav kickin funkedelic flow oh fistll swing rhythm suckers im gonna give em tongue blister mista tung twista ha ha heeey boy thats tung twista ya comin ya 3d ha ha going get funkier boy check kick tongue spinnin follow allah father stoppin cavalier sinnin lyrical rhythm beginnin endin ratatattat tactics givin em black kicks flow lyric im pumpin rappin em dope crack fix wack funky im greater never step lyrical dictator state shock put sucker mentally go smell stylin gee funky scentll harmin uh uh cavaliers kickin charm simply im im dope pharmacist calmin hype rattle shakin rippin rhythm breakin sweat workin lyrical servin sucker never come near lyricist cavalier ah rock flow lyrical rhythm shinin like mirror hear sucker step twist ya gotta goin like beat funk lyricll flow like peepee caught work tongue flowin like water crackin em flow sort slaughter oughta embracin nubian nation race takin tongue youre tastin quick pace facin lyrical wastin tungll cut like jason racin tung twista rock lipll lock tonguell makin tick tick tick tock nubian hip hop flip flopped flow wrote kickin makin hocus pocus focus tonguell flippin like im locus givin diagnosis twisterosis crackin mouth makin em ache ima put em coma youre sniffin dope aroma im blendin im able break sucker might send funk lyrical rhythm beginnin spinnin suckers around like dollar makin em holler kickin funk lyrical scholar pray allah im makin funky like im hobo throw better bolo ya thinkin battle solo say oh cause thats smellin funk flow jo im pumpin breakin lyrical say haha take titles say ta ta im rippin rock em rockin rhythm ring tongue ima bend em flow lyric steppin inside em get funk pumpin em yeah tung twista oooooweee haa haa boy aint bad name aint lewis tyrone chilifoot baby haa haa finna boogieman go head get em boogieman speaking said whats mista twista dont know nubians aint never supposed whisper talkin behind back makin seem like rumor tell face face decide come juma dont say name backwards dont like cav played left def im gonna eff right half sucker descendant canaan ima let pizzazz wreck im speakin devil calls self aztec aint puerto rican know im speakin islam youre seekin might well open doors church become deacon dont step speakin pep repll crept let see leprosy suckers dissin simply insist ya stop steppin mista tung twista heeey bad baby think somethin wait till hear album hey like give shout son tyler witfoot get eric wiz cavalier course cavalier album ha ha man ima tell ya kooley dj cut whole entire hip hop nation audi 5000 take mic yall ha haa robotic robot", "Crisis": "everybody got memo michael myers man im mental messy murder monumental mixed mind metamorphosis made mainey many maneuvers missin malice malevolent mister n9ne mediocre motherfuckers motive makin minimal maniacal makin mesh line monster musical massacre metaphysical man may never match grind im bustin think im poppin e hoppin n9na boppin need stop lockin b niggas droppin coffin talkin better flee never see tecca neez forever look kod demolish im polished get dollars get guala mixologist many sell never see light day right away die hide away say goodbye true shots whos stopped crews water soft move rocks moustapha boondock ya boo soo woo chakras lost new nana weak raw put deep mama seekin law freaking beat get peekin leavin mauled saw aint nobody beatin brawl yall got know stop show pick pillar know drop foe sick abyss sicker suckers sock ho nigga oh aint even optical ill shock ya though rock flow nah low like burnin optimo wassup joe block mo death nigga got go crisis murder whenever see us booth interpretation catastrophic event verbal annihilation dont know truth crisis murder whenever see us rage emergency making evacuate premises killing audience stage anomaly coupling stomping gut gotta loving cut get fucking em im probably bustin em vodka cup drama nothing us combination oddities coming crush yall nothin touch body cutting em twista ready bang tech got face painted like bout go robbery truck whenever recollect tech tackle niggas see em like liam neeson taken taken 2 better yet tekken 2 wrecking like baek eddy im ready reappear like yoshimitsu darker side universe versus predator didnt know go get im immediately punish run mutation horror thatll treat like ho hit tech speak even type terminology hurt em didnt know odyssey oddity murder probably bet cause verbal lobotomy tell niggas make move move wanna bruise show em finna lose refuse fool kill em keep cool ima ima im breakin rules lets go bust lyrics shoot either gon say fuck chucking deuces booth living proof im ruthless leave whole teams caduceus nooses ooh somebody dont really want get im mythical difficult dont know itll wise thing far tangling unusual orion im iron im scientifical indivisibility within infrastructure family created inevitable especially committed getting money fuck haters paper better get take mental space leave alone outer dimension get deep song look fiend ima put em sleep chrome unlock machine fuck aint breathing alone die crisis murder whenever see us booth interpretation catastrophic event verbal annihilation dont know truth crisis murder whenever see us rage emergency making evacuate premises killing audience stage anomaly coupling stomping gut gotta loving cut get fucking em im probably bustin em vodka cup drama nothing us combination oddities coming crush yall nothin touch body cutting em twista ready bang tech got face painted like bout go robbery truck", "Look At Me Now (Remix)": "dont see hate outside club cant even get hahaha lego yellow model chick yellow bottle sippin yellow lamborghini yellow top missin yeah yeah shit look like toupee get get 10 years two days ladies love im cool j get get would say wax mr miyagi suicide doors hari kari look look oh im getting paper look oh look yeah fresher motherfucker lil nigga bigger gorilla cause im killing every nigga try shit better cuff chick get accidentally slip fall dick oops said dick aint really mean say dick since talking dick haters say hi im done let track go past like twista fuck yall done lost mind let show yall check could hit automatic flow could rhythm pattern wanna harder go could see blood spilling body right front ima get dough way shinin havin everybody lookin fuckin buck ima step get murder im trigger happy got intricate pattern kill em currency animate imma makin em holler cause ima get dollars im attackin beat im scholar cause im personification god better honor mr immaculate im gonna wreck marvellous accurate lyricist ill forever haters wanna hate wanna hear whatever could spit rhythm bitch get pussy wetter pimpin bitch tell could get pussy cheddar get camera go make movie back tappin gets booty didnt wanna show face even though cutie nine millimeter spillin millions milliliters life nigga talk shit ceo step office coming awkward flow like im sick go get momma bring thermometer temperatures hot come flow would kill industry could pick anything want lot never compatible cause intricate serving doin pace know cant leave think twista could kill em track busta breezy weezy easy look look oh im getting paper look oh look yeah fresher motherfucker man fuck bitch ass niggas yall doin im lil tunechi im nuisance go stupid go dumb like three stooges dont eat sushi im shit im pollution substitution got bitch play movies jacuzzi pussy juicy never gave fuck hater got money radar dress like skater got big house came elevator niggas aint eatin fuck tell waiter marley said shoot em said okay wanted bullshit im like ole dont care say dont even speak girlfriend freak like cirque du soleil thats word flag flag red im head bitch im outta mind bottom climb aint hotter mine nope time im even trying whats poppin slime nothin five trippin fuck em five aint got time shuck jive niggas sweet pumpkin pie ciroc sprite private flight bitch tight since guiding light pockets right diamonds white mommas nice daddys dead faggots scared cause im wild like fuck trial puts im young money got eyes look bitch look look oh im getting paper look oh look yeah fresher motherfucker okay okay right im fresher motherfucker", "Adrenaline Rush": "happens combine darkness light im bringing pain like two bad nurses pain motherfuckin verses ridiculous thirstses involving hearses dirt shit first picks usin autos work slugs shirt shit im hitting expert kick burst til earth split leave hurt bitch show worser worst get zone see vein pain repel closin curtains bitch dont understand discussion hear certain shit im misunderstood nigga im square high got reversin clips dispersin shit say make see fuck feel make wanna jump edge im charged like scarface gettin shot ledge pain instead caine took blunt head retaliate lethal repercussion feel reefer rushin go thangs like wicked stick took benadryl hot like im finna steal get kickin shit niggas bitches kick born get pumped like lead bust cause give motherfuckers head rush yo heads bust jumped cause said mustve got geeked eyes red puffed smokin shit niggas hit die make wanna slip clip side act bitch side whole westsidell let shit go ride trigga bust let adrenaline rush like motherfucker go pick pump make opposition chest kick jump lit gun make body get uhh let adrenaline rush like motherfucker go pick pump make trigger pick dump turn bass kick bump let rhythm hit trunk let adrenaline rush like motherfucker go pick pump make opposition chest kick jump lit gun make body get uhh let adrenaline rush like motherfucker go pick pump make trigger pick dump turn bass kick bump let rhythm hit trunk pullin bailin like carsick im ready start shit started buryin heads like ostrich unload whole cartridge throw shells garbage hardest motherfuckers could never achieve ive accomplished yung buks accomplice located existence sixth sense like compass started journey establish stop worshipped hearts niggas get em charged whats real reason haters tried murder kill season even though im still bleedin ima keep comin im still breathin yall cant trace im burying victims wall like gacy lyrical since snip umbilical flows critical music miracle like im biblical kill like im nuttier buddy love still wouldnt leave bloody glove start truck speed fuck getaway smokin blunt adrenaline pumpin veins erupt im pumped im calibrated 360 degrees see thats 300 niggas thats gon die bout 60 slugs deed much industrialist fuck brink fuckin shit dismantle deduct shit hard imagine niggas got nerves guess ill take fuckin nerve think im verge got urge ooh let semi close yo curtains fool killin verses fool one worstest dude im worstest look 9 millimeters surface unleash thangs defeat yo purpose bitch hurtin let adrenaline rush like motherfucker go pick pump make opposition chest kick jump lit gun make body get uhh let adrenaline rush like motherfucker go pick pump make trigger pick dump turn bass kick bump let rhythm hit trunk let adrenaline rush like motherfucker go pick pump make opposition chest kick jump lit gun make body get uhh let adrenaline rush like motherfucker go pick pump make trigger pick dump turn bass kick bump let rhythm hit trunk let adrenaline rush", "Sunshine": "wake morning love sunlight hurts eyes something without warning love bears heavy mind lets get dollars lets get money yeah keep mind keep mind money money mind got finger trigger stayin grind wake mornin gots hit lick saw 2003 navi spres kick soon eyes see sunshine thoughts jukin block dodgin one time peep movin rocks pounds dro double shit serve 16 ounces 6 get back 96 killer scrilla nigga best stalkin gots get bigger figures fuck talkin represent niggas ballin jewelry full sickles niggas chasin million dream servin nickels know one day im gon come see dont hate rolled get paid whether legit slang tippin caine take dip range im flippin thangs gotta get money mayn lovely day got paid stack way lovely day lovely day lovely day lovely day got paid stack way lovely day lovely day lovely day hustlers definition hustler scratch serve motherfucker serve im makin money verses spit em tracks aint sellin records im servin packs got clip full hollows money makins motto semi auto marlboros bottle til hit lotto dreams ownin record label flippin words nigga flippin buildings better flippin birds got mentality motive im mission money get yo ambition play yo position provide plans follow procedures 600 blunted pocket full hundreds visas love get dust hit em cock get back love get gig get crib get car grips stack still evenin im sleepin paper products soon get another day another dollar gotta get money mayn lovely day got paid stack way lovely day lovely day lovely day lovely day got paid stack way lovely day lovely day lovely day got love corporate playas thats ballin rollin jags got love thug niggas get ave love make mil sit back laugh love fine strippers get poppin ass love single parents thats workin struggle love gotta make livin movin muscle love gotta watch haters rollin bubbles causin trouble every time young brother try hustle cant legally make lot gotta get right back block aint work stick whip concoction might leave face dirt hurtins option gotta get money mayn lovely day got paid stack way lovely day lovely day lovely day lovely day got paid stack way lovely day lovely day lovely day wake morning love ohh ohh ohh sunlight hurts eyes ohh ohh ohhh something without warning love ohh ohh ohh bears heavy mind lovely day got paid stack way lovely day lovely day lovely day", "Next to You": "yeah twista jeremih tell uhuh wanna get next tonight got christian diors new spider zone got couple dollars yeah gotta gotta text text back im alone yeah know aint questions baby wanna get next whats lil mama could tell name im white cocaine flame im smoking think im looking body see cause really wanna come close fly want lets toast drinks summertime drop top wintertime minks cold im hoping really want cause cause wanna get next back phantom club vip bar see feel like im looking star par fly dreams mine cause im high telling boys chose left yo guy magnificent situation im glad bumped intense let close tense distance us two cause dont wanna go hard like wanna sex ima take time let know wanna get next tonight got christian diors new spider zone got couple dollars yeah gotta gotta text text back im alone yeah know aint questions baby wanna get next think sexy aint need faking could tell seat taken aint sit compliment like gentleman know theres fly shit time back mind wanna say thats shit swag diva hot flamboyant wishing could communicate clairvoyance telepathy could really tell feel thought pretty skin lips look soft dont talk shhh quiet could tell thinking see eyes say im looking like prey im lion im finna make move cause really wanna see arm lot tryna friend ima become close ill confidant play hard get tell dont go well think shit wanna get next tonight got christian diors new spider zone got couple dollars yeah gotta gotta text text back im alone yeah know aint questions baby wanna get next wanna get next wanna get next call thats right im gon make sure ill way next baby wanna get next wanna close baby wanna get next"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/tyga.json b/lecture/lecture-9/rappers/rapper-data/tyga.json new file mode 100644 index 000000000..809bb7e90 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/tyga.json @@ -0,0 +1 @@ +{"Taste": "da hah slide pimp game pinky ring lotta gang lotta bitches icy chain claim rich thats false claim straight whip baggage claim whole lotta styles cant even pronounce name aint got style see instagram rockin like fresh pan im takin pics im middleman walk talk like boss lift hand three million cash call rain man money like shower thats rain dance black like gangland say wrong words hangman watch stick bitch like spray tan aw mr kind car city love name nigga aint gotta say get taste get taste fuck nigga say like mary kate get taste let get taste love taste yeah thats cool aint like lotta girls like niggas wanna fight nigga get ass checked like fuckin nike icy thats unlikely gon suck like fuckin hi c aw chains neck whole team feel like gucci ice cream bitch want fenty maybelline im black jb way bitches scream make bitches scream ah pretty little thing like nigga ae say yadadadamean get taste get taste fuck nigga say like mary kate get taste let get taste love taste yeah thats cool yeah ima put drip plate yeah diamond ice glacier niggas imitate ayy ayy feed grapes maybach drake slow pace wraith got shit bae diamonds par cookie hittin hard rari sit park addy mars shotgun shells gon always hit target popcorn big shell poppin cartridge 3400 nawfside charles barkley 4 8 8 ferrari make get top ride like harley wanna keep company never wan depart depart yeah fishtail parking lot dont kick niggas cause talk ya yeah got fire dont make spark ya yeah keep back pocket like wallet like way suck suck like jolly stack put whole project got patek water moccasin im rich real life get profit copy get taste let get taste love taste yeah thats cool aint like la get taste miami get taste oakland get taste new york love taste chi town get taste houston get taste ayy portland get taste overseas let bitches taste get taste get taste love taste worldwide gon get taste", "Rack City": "rack rack city bitch rack rack rack city bitch rack rack rack rack city bitch mustard beat rack city bitch rack rack city bitch ten ten ten twenty yo titties bitch 100 deep vip guest list raw dont know fuckin got bitch fuckin bitch fuckin night nigga aint celibate niggas say im dope aint sellin raw fresher motherfuckin peppermint gold lettermans last king killin shit young money young money yeah gettin rich got ya grandma dick girl know rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch im muthafuckin star look paint car much rim make ride hard tell bitch hop walk boulevard need money pronto get morning like alonzo rondo green got cheese like nacho dont got ass bitch wear poncho head honcho got seat back nigga staring dont get bapped got shirt club packed turnt going like gas goddamn pulled rags mike mike jackson nigga yeah im bad rat tat tat tat tatted back hoes love know rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch throwing hundreds hundreds hundreds hundreds throwing hundreds hundreds rack city bitch rack rack city bitch hundreds hundreds throwing hundreds hundreds hundreds hundreds rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch throwing hundreds hundreds hundreds hundreds throwing hundreds hundreds rack city bitch rack rack city bitch hundreds hundreds throwing hundreds hundreds hundreds hundreds rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch", "Stimulated": "fuck talkin bout nigga hear chains clinkin back forth right nigga yeah fuck fuck opinionated sayin aint baby need demonstration get richer baby im stimulated im bank im penetratin im puttin im penetratin im gettin big im stimulated touched bitch disintegrated flames ive flamest ive hottest youve lamest ive plane youve complainin fuck co defendant pistol whip plaintiff hit mall skip arraignment say young shouldve waited big girl dog stimulated hit sin city syndicate time strip vegas got juice aint minute maid nigga made minutes later shut fuck let finish baby ill let finish later fuck opinionated yeah book smart dont gettin paper uh shootin craps wynn gettin back back wins made 20 bands playin features dont need feature nigga im r triple double every time ball man thats triple double tom ford balmain thats triple stuntin tryna get nut gets nothin dont give fuck niggas datin tsunami rollie wrist flooded fuck niggas hate bitches love man shit funny laugh laugh try count day im doin math add multiply multiply day im doin math wont divide aint got flow aint got heart mark youre never ready talkin shit smell breath sayin cant help fuck opinionated sayin aint baby need demonstration get richer baby im stimulated im bank im penetratin im puttin im penetratin im gettin big im stimulated touched bitch disintegrated flames ive flamest ive hottest youve lamest ive plane youve complainin fuck codefendant pistol whip plaintiff hit mall skip arraignment say young shouldve waited big girl dog stimulated big girl dog fuck talkin nigga big girl dog im gonna fuck wanna wanna big girl dog im puttin im penetratin im gettin big im stimulated might take home gon dinner plate dont heat dont microwave already hot sizzle baby salt pepper flavor ima stimulate yeah simple baby fuck fuck dont fuck nigga fuck big girl dog big girl dog big girl dog im puttin im penetratin im gettin big im stimulated", "Molly": "hi im looking molly ive searching everywhere cant seem find molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly bands dollars im everywhere poppin cant fall love got options im high school thats college king gold chains thats notre dame green yeah got show party like fuck molly gs dont fuck police im fly low key 24 inch kobes black thats jodeci gimme pussy thats josie broke niggas stop beggin cause thats shit dont need im swervin im drivin aint got time tired im super turnt dont try killin yo mind fuckin yo body bitch wanna flick pose posse got much shit worry gossip im bad trip cant seem find molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly lil bitch section important new cars imported bank account enormous weed loud distorted got champagne pourin poppin snortin iphone recordin want afford bitch im young khalifa fillin lungs reefer somewhere clouds gotta press see us gotta whip fast caught ticket speedin bitch bad im never ever cheatin might pull shit youve never ever seen said much made wont even believe gettin gnarly pull party brought whole pound mary cant seem find molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly put drink put drink put drink already know put drink put drink put drink already know smokin smokin smokin reefer smokin smokin smokin reefer cant seem find molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly", "Hookah": "thug baby pass hookah baby pass hookah baby pass hookah ayy baby pass hookah tearin place im rich nigga got chanel waist run playin ima aim ya face go anybody anyway ayy im rich blood way im havin swag rollie old like tape fish scale yeah got bitches bait dont wanna talk man said need space woop woop woop new car geeked paid cop im runnin court panoramic top ima put rocks crawl walk hop got bitches shocked ayy stone molly whiter socks dont wanna talk aint bout guap clone young nigga still flop buy pints two pac baby pass hookah baby pass hookah baby pass hookah ayy baby pass hookah baby pass hookah ayy baby pass hookah ayy baby pass hookah pass hookah pass hookah pass hookah ah rubbin chain blowin cloudmatic smoke somethin g bend ass backwards lay back relax talk mathematics later test little sex practice write name wall money mattress bet wanna get involved hopped blunt say hookah yall tell pass back shit strong set mozart art block wet got want aint done yet lookin future baby put cigarette come hop kush jet take flight yeah tell bitches hmm fuck aladdin bet got magic carpet ass yes im also one got two olsens big homie young thugger thugger rollin rolls royce shorty baby pass hookah baby pass hookah baby pass hookah ayy baby pass hookah baby pass hookah ayy baby pass hookah ayy baby pass hookah pass hookah pass hookah pass hookah ah ben frank baddies benz waggin know want ride home hop band wagon got chain saggy know life lavish lifestyles like gon need magnums pass baby welcome rich class baby maybelline ya new celine audemars lean cars sheen white girl black girl ghetto fly thing verified aint sea level watered eyes dont cry inhale breathe regular baby high crack dawnin body shape figure eight like picasso draw ya oh yes im winnin bling kingin ring blingin like like reason lets get closer closed remove clothes close friends dont get choked smokin og oakland shout oakland baby pass hookah baby pass hookah baby pass hookah ayy baby pass hookah baby pass hookah ayy baby pass hookah ayy baby pass hookah pass hookah pass hookah pass hookah bitches smoke hookah", "Faded": "hahah dont give fuck shit ahhh ah ah ah ah hah young nino fuck bitch peacoat carlito scarface al pacino bun b though pimp c rip though goes deep pussy dan marino wanna one fuck single break bitch heart future miss cleo snapback au au automatic reload flyer fucking beetle cant beat em hah vampire fuck evening pop eat lunch leave cement dont believe stripe like fucking didas gun selena give nigga bieber fever hah hah real fucking hot put pot take shot higher tube sock yous bop give top top load whop man niggas say im fly im god im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded dont give fuck fuck niggas stomping chucks yeah make reindeer cause im bucks use butt front dick cunt put hole hole one putt putt aughh su super mcnasty mclovin bitch call daddy pimp caddy wish never treat like dog called bitch lassie young savvy bang like cincinnati average f fly like im aladdin bend backwards thr throw pussy im ben wallace dunk basket u uh balls air games im serious double dare theres many bitches niggas wanna stare pat ron nigga aint beer im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded dont give fuck mama go monster abracadabra magic johnson motherfucking doctor said need doctor called house pill popper faded like skinnys young money winning told change wont get penny milking shit pregnant bitch titties bringing home bacon im fucking miss piggy loaded like semi send naked pictures knows dick call nigga richard prior cumming stick thumb ass one time smell finger make vomit flyer hornet shoe fit worn tried jack cant beat join tunechi coochie call flag scarlet killed mourning im faded faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded dont give fuck", "Switch Lanes": "uhh switch lanes phantom doors swing arm window screaming money aint thang call automatic bang bang bang call automatic bang bang bang rari switch lanes diamonds chain around world hoes know name call automatic bang bang bang miss automatic bang bang bang fuck nigga louie belt match chucks im club raww nigga ten ratchets tucked back like u haul cash spades ice bucket rub luck racks cargos audemar stupid bitch say love stay away cupid panameras sick lupus raww show ahh swoosh sign new bitch nudist peace like buddist cooler cool whip give brain dont stupid faded like boosie cut like crew neck arm window nother check nother rolex mo less moet mo sex must say boarded p jet piss test wake im fucked ex tryna make break telling bitches get cake wake shooting babies make im running hoes brandon jacobs lambo doors sitting like legs skeeted club rather fuck hoes instead uhh switch lanes phantom doors swing arm window screaming money aint thang call automatic bang bang bang call automatic bang bang bang rari switch lanes diamonds chain around world hoes know name call automatic bang bang bang miss automatic bang bang bang never tell bitch love money talk chris tucker got chauffeur driver dont lease ima buy yall broke diet aint eating biting style motherfucker strike like lightning carti bitch like bvlgari walk spot bitches bogart spent 30 racks ima make back tomorrow pull big titty bitch like toccara aint never seen rari look like safari tyga riding shotgun snake print carti er im nike airs 2500 nigga call nikes rare see niggas hating dont really care gold bottles coming tell bitches light flares snow wirst call roley big bear nigga see light though ric flair uhh switch lanes phantom doors swing arm window screaming money aint thang call automatic bang bang bang call automatic bang bang bang rari switch lanes diamonds chain around world hoes know name call automatic bang bang bang miss automatic bang bang bang pull barbershop chop top phantom bitches screaming aint near atlanta maybe rockstar maybe sinner fucking lottery balls winner im virginia mean vagina get lost pussy nigga never find eat like lasagna eat like e honda shout nigga breezy beat like rihanna uhh switch lanes phantom doors swing arm window screaming money aint thang call automatic bang bang bang call automatic bang bang bang rari switch lanes diamonds chain around world hoes know name call automatic bang bang bang miss automatic bang bang bang", "Love Game": "days go argue time want make right cause last night baby gon alright baby gon alright yea yea love mark bullets heart want move feelings strong dont wanna waste time dont wanna waste time man know aint finished barely beginning time done put put time ending silly chasing feeling figured felt different many many girls stay ya see love wasnt intention rather play dominoes count money niggas shoot dice give seven rolling gate hit twice black eyed peas money baby gon good night said love yeah fuckin meant aint gotta bring moms sister house big trying spend night always inviting dont even liking dont even say shit cause like see happy even faking flagrant foul ass bitch man hate hope make cause days go argue time want make right cause last night baby gon alright baby gon alright yea yea love mark bullets heart want move feelings strong dont wanna waste time dont wanna waste time like love game love game love game love game yea yea yea yea like love game love game love game love game yea yea yea yea uhh every last king need queen love forever hold ring hold defend hold witness always got much pride look eyes even told younger father abused let cry shoulder tissue short sleeve tears see lives equal thinking uhh yo genie yea grant every wish put environments good company success already set going best know lied trust aint like ex sex good break break sweat stay together fight old shit different location feeling like time wasted cause days go argue time want make right cause last night baby gon alright baby gon alright yea yea love mark bullets heart want move feelings strong dont wanna waste time dont wanna waste time like love game love game love game love game yea yea yea yea like love game love game love game love game yea yea yea yea trying forget someone love like trying remember someone never knew think dream nightmares haunting cant sleep anxiety cant breathe cant live without revival verses survival standing podium waiting arrival one day return like usher say gotta let burn hardest part dreaming someone love waking see person gone know takes seconds say hello forever say goodbye moving easy leave behind makes hard", "Dope": "feel rawws rock kick game 8 figure deal figure im courtside clip game still pop ace king shit im rozay black maybach leather gloves oj ok day beating bitch day bandz make dance thats thousand dollar foreplay ak get full clip soundwave kissed mouth ask dick taste bitch nigga dont want drama im worth couple commas death dishonor last king come sign shit designer extroardinary rhymer bodied yo shit nothin wes west hot temper get wet give head neck clean mess one false move death gesture cash safe nigga dont feel pressure im dope shit dope shit dope cause 187 killing hoes shit dope shit dope cause 187 killing hoes h buckle hermes hustle crown watch young niggas still thuggin 87 crib fuck went gold month aint budget new chains rolex links new chick drag mink new car ride round aviator crew flyest round hating hood niggas dying round bath salt boss got insurance beard cars rockstars dope boys odds done seen back broads hands clap like nigga stadium million dollar chain im rocking 8 em see slipping boy dont make pick label scottie pippen dribble laid em another triple got tripping like angel dust winning women table ah say name say name nigga say name hundred million dollar nigga nigga say name im dope shit dope shit dope cause 187 killing hoes shit dope shit dope cause 187 killing hoes chief rocka pill popper tell pull things cause car topless topic get top whats synopsis sincere belly thats nas shit king announcing gangsta shit mobbin taking dollars creflo white collar wish nigga would call thomas bitch im bomb call unabomber money game im driving shit thats insane niggas stay lane playing aint nothing changed pardon good regime make girl david blaine murder case kids say nigga raw im dope shit dope shit dope cause 187 killing hoes shit dope shit dope cause 187 killing hoes feel", "For the Road": "say goes around comes around know made mistakes forgave dont understand know im trying best guess consequences dealing sin even sacrificed friends nights club turn nights like old story diary memories never fade time well see hope see cause heart beats girl know one mad girl know made mistakes know fucked heart beats baby ima go scream loud leave something cant control lets one last time fuck road uh grippin biting remember times fighting said loved liked became obsessed sexing screaming whose naked im pullin hair told take couple shots faded dont even know made home got look eyes like hope mine said hoped feelings real really tired lies one minute fine everything cant thats reason making mistakes time put plate told loyal spoil never disown get lonely im touring hold supportive ill back morning new purse wanted whats good cant flaunt show aint better rest whats real love aint got respect theres way pay back plan make make understand make understand heart beats girl know one mad girl know made mistakes know fucked heart beats baby ima go scream loud leave something cant control lets one last time fuck road ever wanted happiness right lets get right lets handle business gonna leave tonight gotta kiss goodbye girl im bout make cry need one time cause last time best time better next time rolex vest time moet sex time hard let go part gon alone scrolling phone looking texts seems like long ago aint better rest whats real love aint got respect way pay back plan make make understand make understand heart beats girl know one mad girl know made mistakes know fucked heart beats baby ima go scream loud leave something cant control lets one last time fuck road"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/ugk.json b/lecture/lecture-9/rappers/rapper-data/ugk.json new file mode 100644 index 000000000..88b0a79fa --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/ugk.json @@ -0,0 +1 @@ +{"Int'l Players Anthem (I Choose You)": "typed text girl used see saying chose cutie pie wanna apologize message gets cced every girl id see see round town hate see yall frown id rather see smilin wetness around true im island peninsula maybe makes sense know crazy give pussy cat thats lap looking back spaceships dont come equipped rearview mirrors dip quick atmosphere ripped im like pimp im glad night light sun would burn bum shoot moon high jump broom like preemie womb partner yelling soon dont reconsider read liter ature subject sure fuck know got back like chiroprac tic bitch dirty well wipe ass detergent hurry hurry go altar know aint pimp pimp remember taught ya keep heart three stacks keep heart ayy keep heart three stacks keep heart man girls smart three stacks girls smart play part play part bitch choosy lover never fuck without rubber never sheets like top cover money dresser drive kompressor top notch hoes get lesser trash like fuck forty dollars club fuckin game bitch gets love cross country givin got thousand pop im pullin bentleys lot smashed gray one bought red every time hit parkin lot turn heads hoes wanna choose bitches scary bitch chose aint pimp fairy ohh ohh choose girl yeah baby rollin solo time get team grass greener side know mean ill show shit never seen seven wonders world make eighth wanna girl say girl dont mean woman aint style need real street stalker walk green mile piling paper dining room table cause able realize im truth fable rocking russian sable keep chilla rack look like thousand dollar shit back im million dollar mack need billion dollar bitch put pimpin life watch ya daddy get rich easy b c simple 1 2 3 get u g k pimp c b u n b cause whats ho pimp whats pimp hoes dont lame know game goes tryna get chose ohh ohh choose girl yeah eeny meeny decisions precision pick make selection choose wit girl dont touch protection know want slip slippin somethin dont tippin life thats like makin rain every month schedule let tell get parasol umbrella cause gonna get wetter better prepare ya c support supposed spend baby see dont ask ask paul mccartney lawyers couldnt stop slaughter slaughter pockets tie rocket send outer space know wish could cause payin 20k day bitch eating good like infant double titty getting plump cause miscalculated next last pump dump dump gut raw giddy better choose right one pick pick kiddies ohh ohh choose girl yeah ahh choose baby", "Pregnant Pussy": "pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick got fat pregnant bitch waterbed im bout bust nut little babys head guess call family man cause care bitches babies every chance dont give em clothes diapers shit like feed babies big black dick cause ima tell didnt know aint shit til fucked pregnant hoe pussy hotter got extra kick feel like hot potato pie around dick sometimes swing high sometimes swing low sometimes like fuck pregnant bitch floor hit kinda hard speed fast fuck til get cherry blisters ass cause expecting satisfy time give kid pacifier love bust old nut cause know babys gon lick pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick got fat pregnant bitch waterbed im bout bust nut little babys head aint pussy like one impregnated pussy made nutting could never hate swoll pussy hole best earth big dick helps make easy childbirth love big titties hate taste milk bigger fatter ass dick smooth silk got boy aint fun got girl two pussies price one bellys stacked ill put ho four hit pussy back im fucking womb move baby side get little room love fuck pregnant hoes babys sneezing nuts bust one nose little child born bet motherfucker tell pregnant pussy got going pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick got fat pregnant bitch waterbed im bout bust nut little babys head see fuckin pregnant pussy simple gotta hope baby think dickhead nipple cum snatcha stimulate sack might get fat load similac start kicking ima keep sticking go little deeper give bad ass whipping within nine months hit late sooner miss jones mr jones junior get bitch raw kid nice menage trois believe aint kicking bullshit cause pregnant pussy best get pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick got fat pregnant bitch waterbed im bout bust nut little babys head pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick", "One Day": "well well well well hello baby one day youre youre gone well well well yeah yeah yeah yeah know lah dah dah dah dah yeah well well know know know yeah mama put fourteen start sellin crack cocaine codeine time stack paper gotta quick thinking im juvenile dont know messin yeah mamas son live every day like muthafuckin last one every nigga mama askin im game live game game im die die say go bury hiram clarke next come n go cause tomorrow aint promised thing promised playa penitentiary im take care business smooth tip watch back sellin crack pack two clips ya think say itll trip youre today next day youre gone one day youre baby youre gone one day youre baby youre gone one day youre baby youre gone one day youre baby youre gone world living man aint nothing drama everyone wanna harm ya new york niggas gettin shot bombers got life palm hand like california niggas dubs hydroponic marijuana gangbangin got ghetto hotter sauna orange nigga pots died corner behind funky ass dice game saw died wish twice man remember eight deep chucky crib lettin us act bad giving fuck lost knew world comin end quit letting devil push sin brother pen damn near ten look like come man im goin shit walk around mind blown fuckin zone cause one day youre next day youre gone one day youre baby youre gone one day youre baby youre gone im early cause aint enough light daytime smoke two sweets sold three chickens fo clock strike 9 big nut holder boulders smolder pa pipes ak loader get swallowed city lights niggas lookin shife look shife back cant show weakness bitches get life jacked man trip stay especially bitches trying lock whole century gave nigga donny 40 dante 19 wish could smoke take tight lean world trip ask bun b bitch aint liar man bobo lost baby house fire got knees night pray asked god let killas live take homeboys son away man got kids show em love em cause god might call em home cause one day theyre baby next day theyre gone oooohhhhhh gonnnnnnne know know well well yeah aaahhhh lah dah dah dah gonnnnnnne know yeah yeah yeah yeah gone one day youre baby cmon youre gone know know know yeah aaahhhh lah dah dah dah mmmmmmmm oooohhhhhh cmon baby baby lah dah dah dah one day youre baby youre gone one day youre baby youre gone next day youre gone gone cmon dont leave yeah dont leave baby", "Int'l Players Anthem (I Choose You) (Remix)": "hypnotize minds ugk three 6 mafia another classic baby put south mouth goin sweet jones bitch choosy lover never fuck without rubber never sheets like top cover money dresser drive kompressor top notch hoes get lesser trash like fuck 40 club fuckin game bitch ya gets love cross country givin got thousand pop im pullin bentleys lot smashed gray one bought red every time hit parking lot turn head hoes wanna choose bitches scary bitch chose aint pimp fairy ohh ohh choose girl yeah baby rollin solo time get team grass greener side know mean show shit never seen seven wonders world make eighth wanna girl say girl dont mean woman aint style need real street stalker walk green mile pilin paper dinin room table cause able realize im truth fable rock freshest sable keep chilla rack look like thousand dollar shit back im million dollar mac need billion dollar bitch put pimpin life watch daddy get rich easy b c simple 1 2 3 get ugk pimp c b u n b cause whats ho pimp whats pimp hoes dont lame know game goes tryna get chose ohh ohh choose girl yeah heard club dj paul bitches chosen see im icy like slush frozen like homie project pat keep cups raising snizzow flizzake dollar gotta nose dial drink liters im drinker ho ya swore doin like yous thinker ho thinkin bro need get money way ugk three 6 mafia got girl trained im still trappin hell pockets swell number one boy mr fishscale dont fuck around snitches tell put holes brain leave bodies smell im gettin paid aint got time jail paid judges juries sheriff know juice man never fail im still sippin syrup slow motion like snails ohh ohh choose girl yeah ahh choose baby", "Diamonds & Wood": "yeah coming dedicated boys riding slab fli flips ave know im looking good im banging screw nigga diamonds wood flip ave know im looking tight jealous niggas looking car shife wanna take life wanna jack see never let bitch niggas take whats mine nigga never say going thang yall aint never lied gotta baby mama act like aint mine wicked women using children live wanna hurt try hate cause know thrill gone say man stopped smoking wit haters back ninety four niggas thinking sweet gonna get door niggas talk alotta shit safe place know cause cant look eye eye face nigga listen beats see mean nigga ride dirty every day still shine clean glitter gleam aint look like keep swanging clanging tryna live life fli flips ave know im looking good im banging screw nigga diamonds wood see niggas days go come wake know im blessed grab ses split swisher wit thumb sweets tight sweets fucked sweets gon blow killa smoke get sucked lucked today didnt fall prey none pistol play say tomorrow wont blasting way im puffin spliffs hay still upset drama time year im wiping away dead homies mama tears naturally fucking laws always manor five oh three im living dastardly must survival g niggas passing streets keep getting live wit said another way aint feeling tried steal lac wig wanna peel back still fact remains cain swang bang peace esg victims game mang fli flips ave know im looking good im banging screw nigga diamonds wood im flippin pa im trynna see good everythang still neighborhood niggas frown smile change better shife fools stop coming around see jealousy hating wicked ways lost children praisin paper smoking life away got point could decipher day night say love fuck fight conscience fuck wit much cant eat sleep side selling dope running streets even though im gaining street fame coming rap game lustful thinking compulsive drinking normal thang get erased misplaced trying win race try hold place smoking wet lace see drugs plastic thugs aint gon change hood im smoking skunk popping trunk make feel good fli flips ave know im looking good im banging screw nigga diamonds wood", "Murder": "im still pimp c bitch fuck puttin powder streets cuz got big fuckin nuts comin back louisiana fleetwood lac served niggas shit put fiends back got pounds going 4 cause know pay 2 nigga bought thirty front 42 gon pop 700 times 62 248 nigga fuck cha told ya cocaine numbers would think lyin young ass niggas 22 talkin bout retirin game aint thang comin foreign benz brick home two apartments entertain friends mo bounce ounce cuz brougham shit done got 50 ounces birds bitch tightin slack bitches checkin stock got birds sell niggas go rock rock got back california kicked b legit put purple chronic hurricane shit studio tone man wish could stay got holla master p cuz got money make playaz south stack gz man like ball got stack big cheeze man bitch say wanna show got nine grand aint rappin shit money hand south texas mutherfucka thats stay gettin money yo bitches every goddamn day big paper im foldin hoes mutherfuckin jock dick holdin hate clone men show especially fools take style act like niggas dont know kick trill niggas best trip ya keep poppin shit nigga empty clip ho ass nigga murder mur mur murder murder mur mur murder murder mur mur murder murder mur mur murder murder mur mur murder well bun b bitch im king movin chickens finger lickins stickin niggas trickin need swift kick yo ass ripe pickin pockets thicken kickin nickel slickin sick clickin take look bigger nigga malt liquor swigger playa hata ditch digger figure hair trigger give hot one yo liver shiver shake quiver im frivolous nigga get wetter river worth birth niggas doin dirt fuck first night take skirt make pussy hurt master hit swisha faster fever blister bastard fuck yo sister passed fifty elbows sale yo brother better mail ho fore catch murder case go jail oh hell time bail hit trail sell mo fuckin yayo get scale bullet duckers shove us game better buck us cause cluckers love us make glass dick suckers shake jelly like smuckers hit like nun chuckers cause short texas bring ruckus muhfuckers cookin cheese crooked gz rockin quarter keys get hook ease wannabes get yo knees feel squeeze hk 1 3s overseas please dont trip cause flip light dip im breakin em hip yo lip go ask boy skip nigga bun rip one clip soon gun slip done whipped barrelli flyin yo pelle pelle smelly red jelly drippin ya belly served em like deli jumped cellular telli ho sell like goin style cant see marcus motherfuckin sweet smile murder mur mur murder murder mur mur murder murder mur mur murder murder mur mur murder murder mur mur murder", "The Game Belongs to Me": "got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got money beeper dead trees phone call mick jagger cause roll lot stones whole lot clones one sweet jones turning whores carnivores cant leave meat alone long time since hustled block every corner hit left screwed chopped marooned dropped like biarritz top let motherfucker bleed drip last drop im still young boy pocket full stones nicks sixty bricks gripping wood flipping chrome got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong man pull city get bush lay competition take cash crops get push moved bentley remote lexus key cornered market texas tea dont bar plexes way bigger men though diamond deuces tinted windows wind yo whichever way wind blow thats corner bend joe dont know bro quiz win though ten four good buddy styrofoam good muddy block bleeders leaving neighborhoods good bloody gripping wood lil buddy sit back scope pay attention prince pushing everythings bout pump got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong ugh done smashed flying spur wasnt shit parked grass brought brand new shit phantom rolls royce 24s bump aint trippin seat got woofers trunk skunk swisher codeine whiskers fucking smoke bundy vicious ugk records institution know lot niggas living prostitution pimping aint dead moved web bitch aint gotta hit track aint gotta give tricks head aint gotta give tricks pussy cameras screens easiest money get american dream biiitch man im middle finger figure million dollar mission popping like orville redenbacher im whipping kitchen pitching yayo like dontrelle willis trillest mound im holdin whole south know feel us realest walkin planet cant stand pass away wanna fight us start swinging wanna kill us blast away wanna stab us get sticking make sure cut us deep cause bet coming back couple hundred brothers deep pimp bun run streets streets man pick hood dont matter represented cross us gon get good south veterans aint nobody better gonna tell next kin brethren let us cause got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong", "Front, Back & Side to Side": "got front back side side got front back side side got front back side side never let ho ass niggas ride got front back side side got front back side side got front back side side never let ho ass niggas ride got 64 chevy yard white drop top pearl paint job hard white plush inside southern robe fresh triple gold double daytons best ugh got sixteen switches like dre cos im nigga thats everybody play ugk 1 motherfucking plates cos trill ass niggas dont never come fake im bout hit dove way get past troys im dippin im bout call boys pass corner see bitches lookin fine hit corner one time see booty behind got corner hit switch made jump got jvcs trigger bump ugh know hoe ass niggas wanna ride bitch got front back side side daddy got front back side side got front back side side got front back side side never let ho ass niggas ride got front back side side got front back side side got front back side side never let ho ass niggas ride tight white interior candy apple red lex bitch solid gold snowflakes honey gloss tighter sheeps dick hittin switches make ass jump hood tall solid gold true chrome jacks ass whoa smoke jack town mack caddy six fuckin fif two hittin hard nigga daddy hoe gettin dick yo back goin smack country ass gold teeth chicken eatin mac cuz im playa get sweet gooshy take bitch crib throw party pussy watch niggas jock g big cars big money big nuts shit smoke wit smooth g ride gettin scandolous pussy dismantle hoes cant handle fine ass big booty bitches ride cause smoke got front back side side nigga got front back side side got front back side side got front back side side never let ho ass niggas ride got front back side side got front back side side got front back side side never let ho ass niggas ride gulfway boulevard menace tearing four motherfucking corners block bitch nutting bunny hop happenin hard cappin daily routine shit plush interior crush nigga im clean dont like rest must excite best soul let nigga take control fuck ya waiting see thats rolling three daytons one hoes air hanging sitting fatter bitch dont care im puffing red rolled fronto leaf got little daddy even though wish indo dont really give fat fuck six pack twelves trunk chrome dip dont even trip aint nobodys punk go swing sweet rag top let ride skank baby dont wait lets glide slide right never let ho ass niggas ride true uh never let ho ass niggas ride never let ho ass niggas ride never let ho ass niggas ride", "Pocket Full of Stones": "gotta pocket full stones 7x first started back 1989 wasnt moving keys barely moving dimes started coming fiends recognize face paying laws wouldnt catch case want freebase got hubbas ass boulder pipe megablast cash went stacks went piles thanks dope fiends hitting crack vials back days used run saying pimp c ya know tell em get crack get fuck away hoe cause everywhere went became instant cut cause knew cut twentys big fat monkey nuts fiend gon fiend cant change ass guess mothafuckas tweak take brilo pad chest wont leave alone cause know got whole pocket full stones gotta pocket full stones wont leave ass alone bought cadillac dropped street top got family started pushin crack rock rock crack sho paid good city set fucking ho every letter alphabet annie brenda carla dee whole lot fiends used suck dick free bought first key babymommabrutha cooked shit started passin hubbas everybody faaamly clockin loot sold cadillac got brand new lexus sports coupe gotta house hill gotta boat lake got detail shop cover duckets make point dont see dope still smoke weed still drink beer toke laws wont leave alone cause know niggas got pocket full stones living real smooth like aloe vera lotion im selling crack rock devils love potion three wheel motion buick park ave fiends used smoke twenties smokin slabs paid like muthafucka clientele growin geakin bad got pregnant fiends hoin suck dick lick ass get bump fuck black caesar niggas call black trump pistol grip pump lap times niggas fuck wit niggas shit dont fuck wit mine got money totalled big time pass 17 5 gotta bird ass put boys wouldnt rob click coming like fuckin mob workers got workers everybody making green gettin cash putting stones pockets fiends keys moving daily product selling fast nigga c makin money ass shit gettin silly dope easy sell pay everybody bail aint spendin time jail gotta make sales cause green mo worker mo workers face aint scene attitude mean cause keepin respect aint nobody line cause got em check broke cops neck cause step outta place dead pig murder 1 got time face judge sent got capped nigga c ass sent river next four years pass back shoulder hit cut fifty bought nice fat boulder cut nice fat pile hubba tens got pocket full stones starting", "Hi-Life": "dog real niggas kill fuck know im saying shoot kinds game im thankful lord blessed see hundred miles away know hi life living hi life hi life living hi life mmmmmmmmmmm im tired living fucked tired living bad tired hearing grandmama telling gonna go church chad im trying live image would want see got one foot street every week flip ki never wanted g niggas depend aint safe hit 10 niggas fear wit niggas went school wit got cool wit went fool wit sellin white shit pushing cocaine niggas whole existence dependent game ya want like somebody cut throat got 20000 trying turn hundred aint nobody got dough niggas tend smoke bad habits exist bitch think ease mind sucking dick bitch maybe minute shit never lasts 1996 niggas dying laying ass first magic johnson got eazy e died wonderin young niggas smokin fry wish could tell yall wore rubber everytime told nigga know lying ive fucking pussy since tender age nine getting full time job trying stay alive crackers tend smirk offended weed smoke coming shirt still put work front folks cause come nigga family aint joke getting married edgar boat baby doe say niggas selling dope know aint lying thats family talk gonna devil poke fork everybody sitting pulpit aint saved preachers false prophets fucking hoes getting paid im looking hi life living hi life hi life living hi life mmmmmmmmmmm got one life live thats give us bullshit way stay true complicated cause niggas getting shot cross people names get lost feeble lame get tossed streetsll eat ass alive take possessions pistols bare hands knives nobodys surprised somebody dont survive dusk see dawn treacherous left die streets motherfuckers sleeping corners pee probably cause society felt didnt belong fuck made way us got little niggas selling yay aint like make higher levels gainable quote piece american pie aint attainable sustain full life death man im left make goddamn self cmon gives damn cant afford turkey ham living ramon noodles beef jerky spam thats sad thats fact life see front grabs come slab cause poverty push nigga brink edge especially dont know ledge instead without im hustling trying get ungodly days thinking ways get fuck outta maze manll commit crime cause fucking crime pays im going phase dont grow reason mother fucker gots po 40 curb disturbed left doubt mind still sometimes dont know walking around hoping get one try make bullshit going yo gots take cant fake get hi life hi life living hi life hi life living hi life mmmmmmmmmmm"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/viktor-vaughn.json b/lecture/lecture-9/rappers/rapper-data/viktor-vaughn.json new file mode 100644 index 000000000..062623384 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/viktor-vaughn.json @@ -0,0 +1 @@ +{"Let Me Watch": "mmm cousins friends friend wanna meet saw v tv said need sweetie heard type name graffiti greet kiss mwah straight gentlemanly stee g whatevers meant meant slip smile make nigga flip wild herringbone name chain diamond chips crips style matching bracelet sweats k swiss athletic chick run track hey miss pleasures mine please call vik okay full inspection head toe rocked black denim flashed grin sweet sin said hey names nikki youre twenty minutes late almost missed turned cd bumpin vintage biggie said love way smile eyes look tricky yo gotta home 830 momsll kill spazzes im late plus says im young date overprotective wish shed take sedative shit yeah thats whatever whats perspective tell vik love first sight thats proof wasnt right thirst truth fresh mayflower face like power green light asked whats plan tonight flavor night samsara fahrenheit talked listened listened spoke walked arm arm split cherry coke spit religion politics sega chess roots culture hip hop skunk cess caught sneekin peeks breasts frontin namedroppin connects first started like vaughns friend used act grown pretend whisperin speakin phone hours end bone listenin call back mother home spoke tone call back thing tomorrow somethin dont give ill forced ignore gettin last nerves forget talking shiddit v aint even hit yet uncharacteristic vet hickies neck whole last night couldnt sleep practice words used greet next time meet think feel heat make cheeks blush close eyes feel touch get chills slip tongue picture could fantasies teen love come true got wonderin far ill go prove moms everybody wrong miss every time hear love song whenever youre gone see feel short breath think maybe im ready take next step bet got cab fare dinner movie bring change clothes case groovy watch see miss lot yo nightcap maybe bottle mo v bite titties like baby toddler ho oh didnt called dont make wig gonna let shit like slip mouth id smack smirk actin like jerk thought cool doubt shit gonna work im hurt im pissed kiss fuck shit wait know play much hey way could please pick two dutch okay peace see touch wonder ever cootie cat ate ate vaughn cant wait long stroke late late wait first lets get shit straight straight dont call name im one get played played niggas go figure em theyre lame lame story like ex man mike got best friend pregnant still tryin call well fuck mike fuck vik wound prozac shit put prescription three weeks got flippin rippin hair never thought youd treat like pigeon im im gone long id rather masturbate fuck vik vaughn id rather masturbate fuck vik vaughn let watch id rather masturbate fuck vik vaughn still time gonna yo aight know im gonna waitin yo holla ring buzzer three", "Vaudeville Villain": "v vaughn travelin vaudeville villain dont give flyin fuck aint feelin watch ya dealin ace king death card strong arm wrong man pardon left god get money earn everything touch turn shit got much learn kid write burn shit light like dutch hash melt time see meet cash belt ay caramba thats number one dry summer far remember burnt gainin every edgy penny hit straight head like reggie denny call back need yak horshack doin 80 van wyck horseback man sick wreck tracks puto get back bro exactamundo viktor director flip script like rob reiner way lotta dudes rhyme name knob shiner buck theyd likely dance jig hucklebuck vik big deal theyre buncha knuckle fucks wonder well would hold holding cell sorta strange makings tale told hell like oh well hold tall riches feds really kill snitches borrowed time rhymes gassed silver screen act like monkey ass heal back like wolverine mellow yall bellow ya yellow mouth happened typa spit used help fellow doubt leave rapper body cast wonder karate class snotty ass really like white belt right night night ask light felt wouldnt take tape gave free maybe baby v throw key yall know shit naked city rappers giddy thats ditty vaughn witty way take prisoners show pity son became big man black boy name names really big fan dan aykroyd feel need give dance chance shoot gift like lone glance like beef scene leave oo ey smokin hokuto shinken nanto suicho ken", "Lickupon": "confirmation worst fears ever since first years thirst beers back future itll make sober er brought back long list fakers crossed im like fuck bubble baller catch em bobs show stall troubled caller bastard could make gs faster newly mastered truly plastered theres four sides every story walls could talk theyd probably still ignore contemplate war cup warm coffee really getting gory tell problems maury dont bore v glory hallelu ey crews like fooey buncha hooey knew new g viktor vaughn new sicker song think call lickupon umm uh study rhymes patter ins climb steep sometimes beat dont mattering sounded like half dead scurvy band rock programmed computer bio grafted herbie hancock maybe next life hell try harder died martyr hands fire starter scripts ripped available buy barter transport stack lab via charter microphone came daze amaze ya guy practice banging flies razors watch robot got eyes lasers tell em come topics besides blazers enough guns already theyre toys lames joys aim asked hows ya poison game bust crossbow also accurate body blows torso thought flows wont find blacksmith doubt smack shit make nothing gone let nothing twitch dont near mic button switch v bring beef like trucker fuddrucker delivery yall motherfuckers bloodsucker copping pleas rap nigga bicker thats word bond think call lickupon umm wrote one fever sick bed dickhead inside chickenhead dead chickens head said help nausea lost ya wait till tell flying saucer dag kickbackll leave wig ragged big bag good grizzle zig zag survival keep rival denial bust got coming pie hole die calmer suicide bomber v type hoo ride momma said james bond name viktor viktor vaughn told chick quickest way get lickupon", "The Drop": "victor stranger see im working putting work im either wheeling dealing probably jerkin yep listening nothing taking suggestions destructive criticisms cant improve perfection rock crowd sections good night hoes fight always get dough first everything else goes right least thats say fuck make hick say hey brought chick sick bay ensign shoulda asked upperclassmen bust blast em never trust cardassians captains log supplemental klingons aboard enterprise rental vessal cue photon torpedo oh im block jorgito street though smoke pound leek though im jokin fact hiphop gone freak show dont let drama getcha genre music fans shoot messenger bitch niggas talk behind back like catcher either b b stretcher order man woman son daughter beat sound like underwater make fun slaughter even hear whack shit never give chance shit sound like could river dance hobby dont sloppy deals labels likened botched robbery nobody supposed get bodied golly shit like folly bout cold flip probably got ill spills knot brooknam even though kids kill still chill look calm working new developments book bomb one bad experiment blew took hooker arm bow look mom hand studied black magic years mans land like barbecue swine cookout fuck plans like blind man lookout cram overstand peep absorb way keep planets proper orbit norbit yall better going corporate nobody wanna hear bullshit morbid theres prints hold mic mic glove rolls dolo state state like ike love like top world loser keep gully rap creeps seem got much juice belly brung v still hungry spit something thick mic like lungy mind ya daughter line water get lucky like find quarter kinda sorta remember god clean timbs emery board came save game like memory card ooh shrewd lot crews rude way many lets say dudes said 24 7 call use vacation days watch babylon fall numbskulls get stepping dumb dull rep mic like weapon krull cats like whats wrong man black biohazard suit van grack anthrax jeez cant get peace form blazin sword police robeast cochise write rhyme like book report sell rookie could tell hook bought aint know sell hooks choruses couldnt bang slang looked thesauruses like friendly game dodge ball oddball god yall played garage wall stan smiths checkerboard lace brand new inf aint check boy waist saw face next get neck chopped popped like becks top respect drop much wreck hops next get neck chopped popped like becks top respect drop woopdie flows fifty like hooptie groupie crews try figure coop flew place beats sounds like outer space time waste audi without trace", "Saliva": "sold dust get great balls fire guess crawled muck mire could make trust motherfuckin liar real shuck n jiver vaughn never duck n diver spit mic yuck saliva hold like drunk driver hold cd sharp turn still clutchin chest heartburn whats handle need zantac ahk thanks blank anaphylactic shock rock disco chocolate crisco ho cock diesel still tell joke like joe piscopo tell em basics basically break matrix kicks make em gel like asics thats actin standoffish eat beat hand like canned raw crawfish please pass cocktail sauce might well know hell hot hell boss tell hoss said broads call vaughny make sure throws em back theys scrawny boney phony mcs use stand leave hangin like aint know hands hussy bout bloody bust knee go finish study plus degree true victory new sick story never met chick thick holy moses old earth know closest played back stayed bent like scoliosis puzzle ask doc zizmor slow guzzle got nizzle crooked like bizs jaw drink like fishy wish pisces live since back 25 cents icees used turn tongue color red want fill ya full lead fuck young fella said kid vaughn red blooded favor come get head butted yoke run ill jiffy son flame suppressor like 151 quit bitchin get blauw babble box punishment dry snitchin eat travel fox youll aight pass yellow belly thing said please pass jelly homo say like promo play cut late night touch mic get weight right lot crews like act like violent mob really need shut fuck like silent bob either get smoked like hickory squash beef go wash teeth quickly know stee write rhyme like mystery sign bottom calligraphy nigga v", "Untitled A.K.A. Change the Beat (Bonus Track)": "viktor vaughn hid world fascinating story changes nothing oh oooh nah dude change beat thats aight shit shit iller word word yeah shit dope right modern day marvel terrible better horrible grab mic son crushed metacarpals said aint mean totally accident show didnt follow yall taxi went available wax ask max mill opposition ass wack tax bill pass senate slum lord tenant super like 1 fun stay one day plan put runway enough land projects gun play section eight penthouse maid look like faye dunaway alotta yall ass like gay runaway say semi risque day everyday give emmys quick way average mc say gimme sick day really aint got shit say like timmy mcveigh get hunch real rag tag bunch school kept doo rag bag lunch eat heads breakdance shit spit writ skit sanskrit pants fit sport em rock em low man like rollo slow cant knock though like hustle bro two knuckles glow tucked le tigre let name buckle show good googly moogly see loogie yeah keep dl hughley dont watch might house like doogie cut loosie like swoosh mitsurugi gooey gum drops got style pops gotta give bum props ask ya sister beat box thicker doom nigga detox liquor villain hire admire sound make sure price right come rappers forgot talking much pork stew need come nothing new blew whole shit button doom cheat game like walkthrough run em son em like mr rourke tattoo way lot clowns get unnatural flow flip like oranges apples rhymes like limes lemonade snapple leave chapel dont eat scrapple first thing notice come bling gone start remembering klingon rings came villain old gear like hi yall play rear whole year year metal face beard like brillo pad yall know steelo dont feel bad seed call ol dad one ol ho knew winner since swimmer gonads ok pal pay like paypal could ok ok corral think today ill make ladies say ow maybe fuck around take bow made first mill still carry razor blades used straight still made grade tarded ass get cash fast year last left back retarded class shouldve went boces watch closely think supposed villain always win least stay consistent find bitch went get room pitch tent yo yo max yo change beat yo got another one nah yo", "Raedawn": "could understand v beat bandit bring heat mic unhand whoever go burn hands lips lot rappers ran abandoned whips another day dunya dont leave girl around v might swoon window serenade like crooner stay ahead game cut sooner rather later use gather data scoop butter soft moon roof navigator land lex benz 116th hour africans wont let push em one tried get fly almost mush wanted rob would wore mask hit four took dough tore ass want waste front didnt see dip 50 cent blunt spot v walked town space boots space suits fucked cut still say face cute told streets staring sewer cap opened said wearing said oh wanna snap piss face way everybody business disgrace park gates hark goes v mc whos nasty nose hair may go said say tipped cash argentinian peso go good man buy something nice seed please keep moving twice speed consider fair warn else ill bring ya express like airborne vaughn drop turd beat shout little bird word street write vik sick demented handstyle go bombing chick whipped rented van say nuts really enough poo putts crew cuts soups got coupon chinese restaurant asking grey poupon said duck sauce soy sauce aint burger king dont get toy boss oh oh beer oclock think im sober bout think king cobra aint nicer lunatic sheister aka vikster vikmeister wonders get baldie keep edge v shaped like mamuwalde question wonder always wear hats sessions new drink named chong daughter triple shot gnac chaser bong water v strong supporter triple shot gnac chaser bong water cmon bring slaughter", "A Dead Mouse": "even uneasy feeling wasnt young viktor vaughn would need protection motherfuckers thats aint playin ass thats whats gon happen niggas motherfuckers done fucked man aint shit like yo im rhyming drums yall niggas think yall slick bullshit bump yall pay v flowing beat know got hoes hoeing streets thats know never find kidnap blind fold blind mouse coroner report say simply signed oh know yall wanna see wino bring wine cat dead mouse catch phrase pause plays kill eat days get whoever aint get aint supposed standing still close bandits ghost shoot sherlock dont know block rock sure shot shit still aint stop keep til peeps gone v creep matter keep cd debahh oh aw yall motherfuckers playin motherfu v catch beat ridiculously people think study levitations true mystery pal named ed leedskalnin got sweet 16 said ed wilin rumor things got violent clobbered broke fuck aint try rob told dont tell man thats trouble chicks next experiment twelve strands double helix havent seen kes neelix oh yeah dont stay away lyrics please aint nobody fuckin im soon fix flux capacitor oh speak v proper manner stabs put types propaganda stop slander chop hand thief cut mouth ever come teeth v sell time inmate tell rhyme hell demonstrate know whos renown beat critic street lyric like thats neat trick tangent aint got cent supposed went management spent getting bent sparky enough malarkey one dont mark calling darkie take nigga car key", "Lactose and Lecithin": "hello im dean stockton eastern state university america prepared offer full science scholarship viktor used college used modern scientific equipment conduct modern strange forbidden experiments somewhere cop killin queens bo deans stop limousines niggas flee scene somebody back bleeding vest cracked freeze clown officer request back listen dude dont get misconstrued sniper v vaughn confused v la viper either peter parker either peter piper seed type pee diaper blame wiper really concern got knife sir suggest remain calm lets get slash windpipe type eyes might still alive get thing hyper drive oh give props shooter prices time low future something like fourteen must horse pills zero three force fields cost deal plotted coordinates two thousand three winter time upper west side less thing buggin like celly frontin hell honey wit slug belly stuntin aint tell v nothing trust really aint time discussion hell back ninty three press button busted first impulse smack dirt four wore plain clothes lumberjack shirt recognize one face school six degrees ago hed snuff braces switch station bgo kept punch line every lunch break lunch time time pump fake crunch time split second let toast thats hit speed dial sped ghost know cats dont like v took head theyd get likely probably thought time gizmo wallet hit hills forty times foul shit pick crime nick time get paid another day live kick sicker rhyme iller like miller malt liquor time town finery probably best flaunt everyones best friend v steps restaurant friend said must psychic whats price fourteen good like huh back tonight fourteen g pack really packed tight back lab found sleestak right three cracks light white test show lactose anbesol lecithin five types aspirin kinds medicines next time ill bring men speak mexican let techs spin make em contact next kin whole thing mostly lactose lecithin type aspirin anbesol medicine damn mothafucka lets go get em men", "G.M.C.": "found viktor vaughn next morning nearly frozen death party people know name vik k aint dont bother told little monster aint yo father uncle viktor shut lights im gettin dizzy close door cant see ya momma busy scoundrel gassed town fool go rob crown jewel hes like lego megalomaniac whos electronic techno real brainiac smack dab hip hop gold rush v rather old stuff preferably cold crush gets deeper deepak chopra except keep stack cheap ass vodka kneecap poppa miss chewy center least always hits meant ta remember got short fuse bad temper plan claim emperor december member player hated race made invaded place stated straight face cut might miss one days right kisser probably get mad bet ya gets nowhere like flattery said last saturday dont lie got fingerprints battery dont make bling see street doubleteam emu told gem paper tear itll probably tear ear yall even square good good nothin kill high frill like good huntin feels place like bizarro fiesty chick comes face like charo vaughn hes back know dont care like jimmy crack corn wax wax tried raise taxes cracks black porn another year passes gone days used wear glasses wear contacts unfrozen caveman look contracts crews soft came tear roof get paid goof dont really wanna battle gon get mad go tattle tell em retard said ripped card sign jetted gotta give us three card credit even though times hard headed yeah main thing cream means harebrained schemes lords performance flawless rocked crown bobby brown cordless broad gorgeous flaw saw cause nigga stress trying diss used know sister could put whole fist hell made momma grammy worlds celebrated rhymer dead drama scama four gs pizzy bahama v lead brown man never count chickens read soundscan mom pops might well cooperate wait till bomb drop get cabbage often time wonder get savage v average often time wonder got savage"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/wale.json b/lecture/lecture-9/rappers/rapper-data/wale.json new file mode 100644 index 000000000..b47c2103f --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/wale.json @@ -0,0 +1 @@ +{"Bad": "monogamy whatever call im startin think aint erybody us rushin anyways know im sayin aint rushin love aint judge lets neglect ifs make lets get bad never made love never sure know fuck ill bad girl ill prove ya cant promise ill good ya cause issues wont commit havin least admit ill bad yeah ill good bed ill bad bad never made love never sure know fuck bad girls aint good good girls aint fun hood girls want smart nigga college girls want thug seems fiend dont need got thing queen know leave aint bout judge dont judge aint gotta really sing rap sheet cause heard literal sense mean rough sex sayin love ya kiss sayin mean know callin mean ass oh irony got bomb indeed problem probably deep past still im feelin somethin need bad thinkin get get need dont need emotions open deep sea conceive ocean goin legs beg nope bed floor dope go couch slow motion around put lord knows gone fore morn hold bad never made love never sure know fuck ill bad girl ill prove ya cant promise ill good ya cause issues wont commit havin least admit ill bad yeah ill good bed ill bad hurt feelings break hearts stay quiet play smart take pride goin gettin hollered sayin nah saint dont pose dont wear make boatload ridin lake shore nose dont really date much slows got haters heard youre winter time cold shawty fall baby look approach court minds games nevermind cause lose physical sense mean aint tryna kiss suck feed gas aint like nigga suckin teeth nope play big trust ill humble yo mean ass look shawty actually prevent cause one front workin deep threat yep bed floor couch shower lord perm done love nah called morn cell number wasnt goddamn bad never made love never sure know fuck ill bad girl ill prove ya cant promise ill good ya cause issues wont commit havin least admit ill bad yeah ill good bed ill bad bad never made love never sure know fuck", "Lotus Flower Bomb": "ima rap real quick wanna enjoy luxury like knowing real hold lotus flower bomb firefly im low take high teach sounds love flowerbomb let guess favorite fragrance got bomb huh im tryna detonate disrespecting baby tryna make smile try keep spirits thats lays try keep spirits lil vodka whatever took forever get dressed acknowledge effort clap deserves applause shawty working hard deserve vuitton shawty baton racing mind like heard got work heard strike care tell read mind dollars first caramel macchiatos shawty get work boyfriend nigga friend perks im tryna work huh tryna work nerves im tryna read mind im tryna feed mine im tryna give light tryna leave blind living fantasy feel dance feeling like need lady baby yeah cant see im talking eternity tell would care lady baby flower bomb blow mind sandra bull youre potion 9 navigating eyes destination thighs hate tell much cause stay much pride way young know love maybe dont need rush dont believe love first sight believe love first huh one night could wear inside could tell like persistence make cum tris think need one night cant decide came right easy baby thing tight lotus flower aint right aint thinking aint right cant decide cant fight easy baby bomb damned land mine least try speak peace eat lunch take shots whats flavor flat drinks call cups think need one night slightly done right gorgeous face dont know name aint important babe cause ima call mine living fantasy feel dance feeling like need lady baby yeah cant see im talking eternity tell would care lady baby cause dont know dont know clock keeps ticking baby whats gonna dont know dont know let teach sounds love ah ah ah ah eh eh eh eh ee ee ee ee u baby lotus", "Bad (Remix)": "heard heard haha yeah wal haha cause issues wal haha back ya bad girl bad never made love never sure know fuck ill bad girl ill prove cant promise ill good cause issues wont commit least admit ill bad noooooo yeah ill good bed ill bad bad never made love never sure know fuck hold bad girls aint good good girls aint fun look yeah cause real niggas want seems caught wrong thing got thing queen dont wanna leave got seems like ones roam never got ring see youre literal sense mean physical sense mean oops wait let give second need minute vent im telling heard im tellin could believe type fella yell gettin jealous talkin bout game wale got league pass bed floor couch hold know whats forget cause bad girls always unapologetic bad never made love never sure know fuck ill bad girl ill prove cant promise ill good cause issues wont commit least admit ill bad noooooo yeah ill good bed ill bad bad never made love never sure know fuck hurt feelings aint wrong work hard play harder got smart mouth like speed fly dont catch feelings busy catching g5 saint cept saint laurent gone blaze take wheel jah rihanna got women rivers island im tryin take dip ya never terrible bullshit ya enough concerns try live sucker love probably duck try follow gut feeling get lost yeah noticed got coldest corazon warmer skin froze try play sub zero scorpion pshh get today smellin like jean paul got ye got three friends dont even tweet aint ig follow k bed floor couch hold know whats forget bad bitches always unapologetic bad never made love never sure know fuck ill bad girl ill prove cant promise ill good cause issues wont commit least admit ill bad noooooo yeah ill good bed ill bad bad never made love never sure know fuck", "The Matrimony": "seinfield getting engaged like getting uh first hill roller coaster hear clickers loud sound really violent metal chunka chunka chunka go whats going know boy thing really really goes high wale im looking oh shit seinfield go top wedding top go top wedding youre screaming wale even make plans never think youre really ready marriage seinfield uh like growth youre cant ready tha growth gonna new gonna new youre gonna new life youre gonna new person couldnt make wait forever forever forever gotchu theres question heart youve got dont belong anyone theres question love youve got baby dont worry ive got plans baby ive making plans oh love baby ive making plans baby ive making plans baby ive making plans look ill admit albeit pathetic im late 20s still never wedding guess idea lobby empty sit well fault try get cause ima need sales cause im selfish need tryna see afloat dont wanna see excel cause failed see bout cry cause enter city leave without pride im sorry starin comments fearin gone always sharin wrong dare say ignore preparing day leave switch hard know temptation bitches tryna see relationships strong get place charts runaway heart gave music nothing sacred im wrong im promisin better though friends sayin let go aint gettin younger give promise forever though theres question heart youve got dont belong anyone theres question love youve got baby dont worry ive got plans baby ive making plans oh love baby ive making plans baby ive making plans baby ive making plans realest shit ever wrote realest shit ever wrote realest shit ever wrote ever knew love ill admit let hypothetic day find woman prolly scared share idea finding love would run somebody true wall could use plaques still gotta floss brush see im kinda lost im club couple move ons dark good nigga troubled heart went fallin love drunk fallin apart hard tryna find time move cause lost baby got shady shit got dark soft thank baby strong ex married solo say long nah good terms ended surely put dent worry business white picket fences flights children site stealin kisses nights intentions plan better though still sayin let go aint gettin younger women love eyes forever though theres question heart youve got dont belong anyone theres question love youve got baby dont worry ive got plans baby ive making plans oh baby ive making plans oh love baby ive making plans baby ive making plans baby ive making plans aint nothin planets seinfield always feel like im planet women kinda moving solar system marriage like decide jump planet across another planet one planet passes real close look go hey think jump across", "Ambition": "time everything took heart away money aint interested fame pray never change ambition priceless something thats veins put name uh hope selling dope grind cause times harder cellar floor momma taught never steal never tell folks grew looking niggas selling coke oh raised stop sign religion getting saved glock nine minute getting paid like hot line servin raw fiends calling dot com well connected well respected well protected aint get accepted rejected regret aint get message signal texting niggas calling fraud learned lesson move aggression use mind weapon cause chances never given tooken like interceptions throw pass ill cornerback folarin mmg gon bring warner back ambition easy dream dream though harder live gon love ambition easy dream dream though harder live gon love ambition easy dream dream though harder live look gon love ambition beautiful music painting pictures vision speaks define ambition ambition win get ends help pay little rent maybe sit benz saw momma praying wait results hot kitchen wait porch father missing war lord oliver north life diggin deeper kept coming short breaking many laws waking dark cut power time move powder soft many options coming projects sittin trap moving cyndi lauper girls wanna fun nigga change doubt ever change ambition priceless thats something thats veins doubt ever change ambition shit put name doubt ever change ambition easy dream dream though harder live gon love ambition easy dream dream though harder live gon love ambition easy dream dream though harder live look gon love ambition beautiful music painting pictures vision well wishes opposition niggas probably cop plea cop pistol got nothing got fucking potential every nigga read gotta get issue subscribe niggas reside lions killers aint spend minute streets im limitless mentally im lyrically zmt lebron shit 6 23 family everything money less important long mama love dont ever love woman got lot bitches got lot feelings got green eyes aint donnie simpson retire niggas fuck position placeholding slippery niggas cant even kick yall rambling talking shit bitches know real dont say know real gon feel ralph beautiful music painting pictures vision gon love ambition easy dream dream much harder live look gon love ambition beautiful music painting pictures vision gon love ambition", "LoveHate Thing": "shout marvin gaye love hate love hate love hate hold tight let go heal heart hurt soul build break make smile make frown give love take away give love take away yeah aint love heart city thats told beef 100 niggas dont none em know son mother studying udc sitting taxi cabs daddy roaming streets seven hallelujahs sutana clean everything wear americas tees whole system prolific dmv listen get keys seldom dont get beef make nigga wanna get piece get peace gon need wikipedia get pg mo county bet know every hood every burb got superb balance city made love forever hope celebrate every moment forever ignore made made im gon love little different top give love baby enough enough touch baby fuck baby us baby aint right life love hate thing give love baby enough enough touch baby fuck baby us baby aint right life love hate thing hold tight let go heal heart hurt soul build break make smile make frown give love take away give love take away yeah affinty grows city gets cold reaching goals gon meet foes dinner leonsis im dreaming homies see bottom floor im trying redefine culture renovate soul women town im manifestating every goal see potential john talk week media targets city aint ever sweet lost lot friends aint even dead way aint see stairs lord father opted follow heart would tear dreams let know rare im anywhere many heads niggas jealous never tell stare could blame us envy thing living know niggas commend champagne ima spill fill maybe stopped giving fuck opinions probably im temporarily fizzucks tell post leave propaganda politicians hold tight let go heal heart hurt soul build break make smile make frown give love take away give love take away", "The Need to Know": "guess maybe little problems could arise anything happened couldnt friends way would really bad good would good idea combine tryna keep low keep em need know tell everybody friends honest platonic shits tv shows place different folks case closed crack code cold cause feelings aint showin pokin clothes go put sweater get room forbidden fruit swimmin juice lot ways get train thought tryna get ch ch choo still keep low keep em need know could somebody tell somebody im somebody im sorry somebody gon need go work im tryna pressure cant stop thinkin bout aint even really gotta boyfriend wanna know name maybe time hook hang chill tryna keep low keep em need know tell em cool far got simple code spendin nights well thats optional telephones afternoon know overthinkin leads subtweetin every time ass mood sharin thoughts share room though barely talk share room dark still see curves body like swear god youre miracle still keep low keep em need know could somebody tell somebody im somebody im sorry somebody gon need go im tryna pressure cant stop thinkin bout aint even really gotta boyfriend wanna know name maybe time hook hang chill mean lets say like end world something shouldnt able want mean really big deal go come back complicated moronic im tryna pressure cant stop thinkin bout aint even really gotta boyfriend wanna know name maybe time hook hang chill", "The Body": "baby got body like benz im trying drive baby got body like benz im trying drive shawty fill tank yeah start drinkin pardon im road raging know heard drive crazy yeah let pace patience let till fill every void youre like maybach thinking damn aint even make em like like high beam gleaming eye adore baby suicide little wordplay im hoping make smile least im line like dui girl remind jeep see whats g wagon take streets side im trying see hazards trying baddest wont fastest gotta make last hope comfortable need get youre like 62 little work curtains im skrrting came group trying leave coupe mean gots believe trying chase cat know im killing dawg aint feeling naw mean dont need roof remind jeep wanna ride something like car got keys need keys put show dont need clothes give little bit always take slow know dont wanna stop im trying make go speed like maserati look pose baby got body like benz im trying drive baby got body like benz im trying drive good woman scarce us wasnt prepared love know sound crazy miles scare im cause character good good nigga rare heard hear love one night dude reason cool let know clear enough yeah whats way way thats way think shawty straight like concept bayonne street morning slide needs ride im like tight lets keep amg sliding precipitating straight top let kiss physique im digging fleek im checkin gear tell good year spent grip feet like drive like park pull thing likely sore got floating like riding stars keep gps see going nothing stop slide prob ch ch chop swipe parts sex weapon snake garden know im viper put show dont need clothes give little bit always take slow know dont wanna stop im trying make go speed like maserati look pose baby got body like benz im trying drive baby got body like benz im trying drive", "Sabotage": "thought important go right booth arguing think right hoarse everything like fuck though whats pessimism know cause every brother go always pick go trying show somethin got different approach told give heart try get globe world baby girl live deserve every time catch feelings go throw away gloves go together break go together break aint insecure bitch meanin love make good good shawty dont ever make love call name bet ready uh say ready aint ready enough cause fall right lap ready get sabotage love counterfeit shit one got cold feet love sun get done sabotage love counterfeit shit one got cold feet love sun get done cause feeling deep heart im feeling like never want apart gets good shes gone im left right back start girl likes sabotage love yeah take much heart got live moment ill never know guess ill meet right back start lets roll j pretend love ive got paper plane propelling buzz im trying make way never call back shes tryna fall back cuz say im love ignoring throwin shorty brushing swear kinda feel like shes slightly bizarre sabotage time avatard blue ball fault mine cause stick around leave sun leave something think yea something think people want single every time got spouse ha make hard faithful knowing go wherever get 8 ten depending wale going fuck got hair long weird shawty wares showing dead wrong gon miss good thing end bitter alone shit aint better alone get bet keep coming back keep coming back keep coming back keep coming back keep coming back girl likes sabotage love yeah take much heart gotshe live moment ill never know guess ill meet right back start sabotage love counterfeit shit one need aint never needed love let go let leave something could never ever said hearts cage cuz never love never hate marinate sabotage sabotage love sabotage sabotage love sabotage love keep coming back keep coming back keep coming back girl likes sabotage love yeah take much heart gotshe live moment ill never know guess ill meet right back start girl likes sabotage love yeah take much heart gotshe live moment ill never know guess ill meet right back start another sabotage another sabotage keep coming back keep coming back things like crack sure keep coming back gimme motherfuckin coughdrops ha", "Bag of Money": "maybach music money everything self made right shorty looking like money talking bout real money huh bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride got caught moment got caught moment kiss fuck good make call morning bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride temporary forever levitate nigga tease til hate hate navel kisses like 8 positions hit til make missin baby girl stroke official know paint picture hoes line em 9s couple em dimes hoes hard find aint always prowl soda mixed brown got quite open let let like marijuana bright like window tinted shout strippers hustle get know might throw big amount dont know im posed take know im posed praise dont mean aint posed take word bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money erry time fuck say money say get threesome say boy funny like real pick phone call one girls im pill pop perc girl put work long come first 14 racks put purse shit birkin bag make old dude mad murk passed dark blue jag say like style talk fast got drive might crash hold say fuckin long way gon ride dick long day nigga look bitch looking wrong way something mean look exactly like song say bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride got caught moment got caught moment kiss fuck good make call morning"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/watsky.json b/lecture/lecture-9/rappers/rapper-data/watsky.json new file mode 100644 index 000000000..8b76ca3b0 --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/watsky.json @@ -0,0 +1 @@ +{"Pale Kid Raps Fast": "hai im guy built fly silk bow tie dont know im built fly lie oh rolled lowride huffy sitting pegs shelltoes puffy cuff rolled calf class ass bad swag like buffy gotta one bite bullet im sinner bet couldve better man wanna zen go sippin medicine instead meditating get dont wanna wind gutter bottle malt liquor bitter cause never got call telling figured im sick doubt im looking wall part hoping caught moment open good god got lobotomy get oughta become bit oddity somebody gets offended thought whos gotta kidding like gabourey sidibe see chickadee diggity itll giggity giggity giggity gonna send like letter woman love cause get like live babys gay ill say go gay baby work crib work bib burp kid screw police flip car dont want jesus piece want reeses piece kit kat bar want everybody focusing getting letterman kick betterment innocent americans never want settle pop cause bedroom rocks beat still knocks sort socks im five foot eleven sex tip head gorgeous knees boy rap good dont know pale boy raps good meow meow meow meow meow meow meow", "Whoa Whoa Whoa": "whoa whoa whoa take us whoa whoa whoa take us im phenomenon gotta bring pain octagon wanna spit game soccer mom get quicker left lane autobahn fast like ramadan battle young padawans damn day im getting naked im hopping wrecking ball hot got motherfucker la flambe go mileys house see mileys home play mileys ribcage dick like xylie phone yes highly fucked skills highly honed highly hyphy might widely known cest la vie better pay fee kick seattle patagonia jacket get bay plain white tee hey mami pyt wanna see speak go go go go cause every time get beat know gotta beat bend break chop eat peta would never approve way ive treating music bleed bruise kick curb im sipping bourbon freaking keeping moving im picking apart muscle im thinking hustle im nice nice whoa whoa whoa take us whoa whoa whoa take us jump freeway median im savage cause mode im meaner average like teacher taught heard crowd applaud thought atheist realized im god could hurt bit murder shit moment ill taking tourniquet burn hit sternum dont even got enter im gonna win tournament thats im got never gonna pout hope would end im never tend give benefit doubt ever since little kid know ive looking hot hot spotlight really wonder think competition tight ive reading scripture every photo bomber wanna picture better bet im living every single day like motherfucking catalina wine mixer bada bing bada boom walk im king room get locked like king tomb spit toxin cough fumes cause im back nick time attacking fickle mind im jackal ill rip hide ima tackle pick fight dracula set bite black bitter night im poof whoa whoa whoa take us whoa whoa whoa take us whoa whoa whoa take us whoa whoa whoa take us", "Sloppy Seconds": "fuck love car paint job love love car road trips show miles arms pink scar doctor pull bone chips cause pressing gas bit hard right moment road curved bit sharp woke somebody unclipping seat belt pulling open window flipped car cold pizza tie dye shirts broken hearts givem givem hand downs give give leftovers give give sloppy seconds give em give em dont care youve many miles still love dont care youve many miles still love show someone says got baggage ill show somebody whose got story nothing gory means glory baby please dont bore wont know get favorite sweater present got couple presidents ago promised would rock till thread bare bet every single person gotta couple skeletons pretty soon room itll clear elephants elements pitfalls beers flat cabs called everybody momma hear drama thats happening behind thin walls cold pizza tie dye shirts broken hearts givem givem hand downs leftovers sloppy seconds givem givem dont care youve many miles still love dont care youve many miles still love dont care youve many miles still love dont care youve many miles still love pattern women isnt flattering image dont want run away said dont want guy hide flaws ill giving side dont let show everything fashion ever happened always coming crashing better let go couple years retro rock marc ecko shirts gecko cause past man hopeless nows little cousins look dopest fuck fashion po po stale doughnut dont need tips fuck five second rule thats plan never understood september kitchen christmas sweater sipping cold coffee phone damaged goods single place would rather im fucked like youre fucked like cold pizza tie dye shirts broken hearts givem givem hand downs give give leftovers give give sloppy seconds givem givem dont care youve many miles still love dont care youve many miles still love dont care youve many miles still love dont care youve many miles still love", "Tiny Glowing Screens, Part 2": "theres 7 billion 46 million people planet us audacity think matter hey hear one comedian croaked someone stabbed heart little poke keeled cause went battle wearing chain mail made jokes hey hear one screenwriter passed away giving elevator pitches elevator got stuck halfway ended eating smushed sandwiches pushed crack door repeating crappy screenplay idea talking dogs til last day hey hear one fisherman passed didnt jump ledge stepped air pulled ground towards really fast like pitching line went fishing concrete earth drum hes hitting beat reason theres smog los angeles cause could see stars could see context universe exist could see small one us vastness dont know one would ever audition mcdonalds commercial would frozen dinners tv world want text either someone microwaved popcorn hear sound thousand people pulling heads asses rapid succession people hunched boston theyre starting app stores screen printing companies san francisco theyre grinning los angeles like theyve got fishhooks corners mouth dont paint like good guy cause every time write get choose angle view select nicest light wouldnt respect heard typewriter chatter tap tap tapping mind night stupid tape loop old sitcom dialogue tattered memories girl got grind high school filed carefully rice paper heart colored pencil brain eraser dont want real girl want trace catalogue truth told im unlikely hold cause soul crowded subway train people keep deciding get next one rolls town im joining false movement san francisco im frowning hunched boston im smiling los angeles like ive got fishhooks corners mouth im celebrating weekends 7 billion 47 million people planet audacity think matter know lie prefer alternative ive got tourniquet tied elbow ive got blunt wrap filled compliments im burnin say go sleep bouncing bedroom walls since hecka small every age tucked inside like russian nesting dolls mother 8 year old girl grandson 74 year old retiree whose kidneys failed thats glue thats screws nails live house made sounds strange thats someone please freeze time run around turning everyones pockets inside remember didnt see shit", "Moral of the Story": "moral story moral story till arms fall till abs get hard bones soft till hands go numb cramp fans stands go dumb write till fingers look like bouquet roses gotta bring flowers show biz focus quiet coyote come lets go kids everybody get together study buddy talk fucks dont give big explosive lotta people dont live dont ever get motive got goal gotta hold onto hope didnt would ask rope work church studios closest spit sick cootie flows grossest dont pissed focused shit cause supercalifornialisticsexyandweknowsit youre menace go number one top five finish chicken pot pie im thinking im gonna another popeyes spinach im rottweiler pop collar pop fur youre nerves mark words gotta put leg mark turf moral story moral story till arms fall till abs get hard bones soft till hands go numb cramp fans stands go dumb work im black yellow black yellow worker bee work im black blue burgundy burgundy work earn rich mahogany honestly cant tell im working bitch dont bother show modesty youre watching bitch anybody way misogyny youre blockin soon defeat build bridge ill tunnel underneath eat excrete ill feed flowers need ill go absorb fucking powers put hour hour lets crystal clear im gonna get takes day fifty years ill fingerbang fears ill fucking punch dragon even himalayas way gonna happen cause waiting doesnt work praying may come hoping doesnt work one moral story moral story till arms fall till abs get hard bones soft till hands go numb cramp fans stands go dumb maybe someday might see glossy photo weirdos rocked bells hard since quasimodo", "A Hundred Words You Could Say Instead of Swag": "swag swag swag swag swag swag swag swag thought swag dead way thought swag buried forest bieber said swag chorus went bought big fat thesaurus thought swag dead way thought swag buried forest bieber said swag chorus went bought big fat thesaurus youre boss hog youre top dog youre slamming would say youve got pogs youre suave swell sick sense ill chill slick youre hip youre hit youre tits youre rude would say youre sshshhhhs shimmy shimmy cocopuffs youre loco youre dope nuts youre raw open cut youre bold youre golden youre funner stone cold stunner real mean mugger youre colder side pillow hot underside cover los angeles summer youre dumb dumber youre smart smarter youre hard harder youre peter parker right spider bite youre dynamite brightest light hypest hype youre zen youre ten youre gem creme de la creme de la creme de la creme 1860 walt whitman wrote cock hat please famous poem leaves grass 2012 justin bieber said swag swag swag chillin fire eatin fondue dont know know say hello falsetto three two swag thought swag dead way thought swag buried forest bieber said swag chorus went bought big fat thesaurus thought swag dead way thought swag buried forest bieber said swag chorus went bought big fat thesaurus presence essence pizzazz panache dashing flashy brazen brash verve nerve truth proof cash passion class better ever cool cucumber smoother butter little bit smug hotter mug eye tiger heart lion look thug pick litter attitude cleanup hitter baddest dude totally sure full allure raconteur poison cure gravitas glamour youre droppin hammer swashbuckling debonaire lister x factor capital g best hair dragon slayer franchise player king president governor mayor youre rare opposite square pompous youre shaped flair like rhombus confident jaunty awesomely saucy got props ghandi got lock rocks moxie youre rocking brand new socksies city city grittiest kid could little bit cocky saying swag obnoxious looking capture confident way im walking talking theres options say hes got watsky", "Ninjas In Paris": "first time listened watsky like sounds like fucking honky dont even think knows listened times dont tell anybody kinda goes hard though im driving burbs coming back im pulling driveway im rolling front back im shifting forward reverse car bunch subarus wiener getting sexy cul de sac l l l im avenue rapping labradoodle half wasp half jew yous saturday cartoon ill smack ya black blue im acking ratchet daffy duck snacking rabbit stew yabba dabba doo gotta lick lips smoke bowl yogi bear im sticking pic nics head maginations colorful crayons brain ill scribble silly shit skull holy cow dont think theyre gonna hold recommend listen record theater dolby sound im sipping coldest round preppies goldie locks bet bunch 100s everybodys gonna scatter minute police knocks like sorry ociffer getting sloshed occurred rastas broke made us smoke lots herb im sorry honest abe popo dont take away way cause ever try lock im pleading cray cray theyll say may day may day oh creepy givin heeby jeebies hebrew robo beep boop beep boop please untie hes behind whats 50 grand motherfucker like please remind lot thatsa life changing amount money normal people", "Exquisite Corpse": "ever seen corpse exquisite one think frankensteins monster think fun youre getting good johnny starts leg sew arm lend hand add piece kind beast made lets find woke sunday bloodshot sky robot overlords goose step shoulda listened juice try bill science guy told us end nigh lately getting harder survive since hive started ban american refugees damn part peoples republic antarctica bum begged bill could borrow babbling shit theres still tomorrow said legend theres still baja grill sbarro top mount kilimanjaro desperate set deserts portland thirsty horse collapsed scorched sand promised heart soul id crawl across dead world garlic rolls yo kid let go dead horse stop crying need ride hop red porsche eat something homie look bony frail hell would take oregon trail remember back grade school stupid computer game shoulda known better theres one blame dying dysentery dont climb enemy ima take underground hive resistance apparently colony people garden full veggies even garlic sprout leader general bieber running shit found way end drought bring swimwear soon pulled heard drilling noises children started dancing even grown folk joined like hydrant bronx water shot air boiling hot solar flares ooowee aint bitch nobody believed til first wave hit ground started shaking sky went red god damn another one colonies people living ground rallied clowns resistance born fight mankind existence porn back surface life eaters avoiding wild packs north american beavers creepers face feeders fearing great reaper youre either gonna get eaten beat pay meter real shit homie dog eat dog like robot clown eats man whole squad graffiti wall says god still homemade vodka thats cool homemade vodka pour shot swill im person left remembers distill popular product underground economy im popular person underground colony resistance leaders throw shots bar fight robot clowns late theyve stressed depressed cause chances us winning becoming less less lost captain human army morales really low lot people starving im still wondering happened even real acid clowns advancing use word cause theyre coming underground wait whats sound kinda loud holy shit right calm soldier time fink beat clowns okay need think ive lost ten men week cant sleep wink last place earth guy get decent drink darned lose bar useless zombie bastards id rather starve boozeless put barbed wire slabs fences buy us time plan defenses pick chairs trash cans floor stack em front door jam entrance aint got grenades still might saved found fifty diet coke cans breath mints fill trash cans brim cola robots break toss mints soda see blast wont hurt em itll get em wet certainly itll mess wiring disrupt circuitry dont work though next plan cannot fail drink vodka shot shot til drunk feel pain spark flame turn bottles remain molotov cocktails ive clowns ive reached limit may killed captain im lieutenant wont let terrorize us wait minute aint robot zombie man hell adam ah didnt mean scare ya dude thats robot iggy azalea musta hid bar learn report back captain folks attackin favorite rap stars oh shit quick hit fuckin duck tape came sing rap give us undercut fades lo fi beats transmittin telegraphic autotune help shes inside head dont think immune repo think im deep weeping seams forfeiting dreams keepin streets g code way outrun doublin track everyone get meddle mean puttin pedal taking tempo tunin never gone let lesser level ruin im inducing doomin im undoin deuces im dippin comin kid im head dojo diggs got pistols hidden fro though robots think bitch diggs gimme loko let borrow jefferson robe bro im goin postal bay boys bout put barrel fuckin blowholes whoa whoa whoa hold cash see im trimming mustache heard newly brainwashed rap chicks really fuck comb pistols fro theyre sitting table theres two cheesesteaks fully gassed lesabre im ready ride haters lets go better drive cause already know apocalypse im behind wheel black ass sure enough gonna get stopped aint got time tags expired know really trying die today cop iggy robot whoa stop lemme go bottle kombucha ive brewing back porch grab backpack closet got passports ive planning minute seen writing walls survive find civilization theyve got know first swoop chinaka case need muscle reason anything indiscriminate hustle roll hood real slow bumping something monsters know like watsky song lo behold theyll follow car wherever go lets lead em napa let em gentrify bitch start car homie stopping swishers mcflurry bruh theres time shit hold go nak right pull ayo nak ayo nak get car ay rafa get backseat make room ya fam friend ill give mcshake end hansen fuck yall talking end world pinterest tending end curls mean sky always purple people running vapors mean tribune gone aint gon read papers nothings different black women apocalyptic breakfasts follows revelation dinners lights water smelling flint exquisite corpses laying bodies bombs baghdad drones grenades life give us citrus learn drop lemonade okay fellas shall get formation bump pied piper aura trunk scraper end world styling fitteds gators lure stupid mufuckas goose chase use whatevers already suitcase got whole row jones open road flow cold dont need ac popped fo doze ill read formal prose bet butler knows make us free lauren olamina trumped world black magic woman still called girl constant change holmes lets get supplies dip bay homes got earthquake kit six gallons gas got diggs driver raf back got passenger seat last sweets go north daveed gun til wine country moving fluid like turfin idummy bay moves learned natives gon keep us safe forty water water instrumental tape lets go theyll get tired behind us mean half em hybrid nigga wind ups got nothing power got nothing time got kwudis new beats music mind nothing left napa scent grapes palate cleansing tapas discriminate taste nothing left calistoga one popped bubble got two dudes like one nak trouble hell sposed repopulate humanity two yall thats like actual insanity like ew thats really gross guys like diggs rafa nobody else get back styling wine country nothing else red red wine dont want die hum breath fight death quiet depths bunker confounded came dumbfoundead brought battered base underground hunkered summer winter came flame tended flickered nothing us living resorted burning cadavers like tinder lumber bickered bitterly wickedness hit peak hunger sickened hunted pickpocketed weak plundered visitor surface stole garlic roll dave busters butchered buster sleep lick fingers butter kind gave indigestion confess pipes ruptured dung lungs punctured dumb stuck sharpened end plunger grieves shallow grave next j biebs azaleas pale humungous butt rest head upon perpetual slumber frail wretched kvetch wail curtains days numbered im numb pain yet one remaining certainty gives comfort made living yelling opinions loudly thinking might matter drew crowd see lily cheek iggys chilly cheeks finally see future fine without nothing entitled mine im token broken time maybe theres survivors surface lesabres working tomorrow sipping red red wine red red red red red red red wine", "IDGAF": "beautiful sexy night shame someone would try mess right look around mean hearing everything youre saying honest dont give fuck dude let tell gpa four straight let tell bout resume cray insane boyfriend hes hot car bought ooh la la blah blah blah cause im bachelor fuck attachin label life living imagine future wont living past ill flipping birds like chicken breast spatula youre bragging forget thunders rains pours let morning itll hit george said gave fuck returned store credit dont sore yet got score settle cause pleasure fun etiquette get table pour drinks get dont boneheaded benefit ill getting open seeking seventh heaven irreverent seeking reverend pope benedict got stick sun dont shine well thats fine remember dont give fuck let tell gpa four straight let tell bout resume cray insane boyfriend hes hot car bought ooh la la blah blah blah wanna get mind right im looking tomorrow check eyesight im gonna focus fine night cause know life finite never neverland isnt legend gotta digging present session getting wedging wettest crevices effortless grabbing piece flesh love fight people slower nineties modem wanna see nips load em life woman shes got epic titties wanna get live motorboat em cause wanna see cool classy wanna see cruel nasty cause real shit lemme feel cant deal dont give fuck let tell bout five year plan 401k let tell bout workout set p90x let tell bout random crap dont care ooh la la blah blah blah let tell gpa four straight let tell bout resume cray insane boyfriend hes hot car bought ooh la la blah blah blah", "An Open Letter (Interlude)": "open letter fat arrogant anti charismatic national embarrassment known president john adams shiiiiiit mans irrational claims im league britain vast international intrigue trick please wouldnt know im doin youre always goin berserk never show work give regards abigail next time write lack moral compass least job rumpus line behind crossed ooh president lost aw rough life better run wife yo boss boston let ask question sits desk youre massachusetts calling dick back 76 really havent done anything new since youre nuisance sense would die irrelevance go ahead aspire level aspire malevolence say hi jeffersons spies around maybe confirm dont care kill career letter im confining one term sit john fat motherfucker cool"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/wiz-khalifa.json b/lecture/lecture-9/rappers/rapper-data/wiz-khalifa.json new file mode 100644 index 000000000..2ce98d33e --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/wiz-khalifa.json @@ -0,0 +1 @@ +{"See You Again": "long day without friend ill tell see weve come long way began oh ill tell see see damn knew planes flew good things id standing right talking bout another path know loved hit road laugh something told wouldnt last switch look things different see bigger picture days hard work forever pays see better place uh could talk family familys got everything went standing side gon last ride long day without friend ill tell see weve come long way began oh ill tell see see aah oh aah oh wooooh oh oh oh oh oh yeah first go way vibe feeling strong whats small turned friendship friendship turned bond bond never broken love never get lost brotherhood come first line never crossed established line drawn line reached remember im gone could talk family familys got everything went standing side gon last ride let light guide way yeah hold every memory go every road take always lead home home long day without friend ill tell see weve come long way began oh ill tell see see aah oh aah oh yeah wooooh oh oh oh oh oh see see oh oh see", "Remember You": "shes earn bragging rights im bout give like ive holding back night girl take pride want even means new man every night inside baby dont mind tell roll cause clique hot cup cold talk slurred cause im throwed im wiping sweat last show hes tg im xo im one night ima memory say ear hear say got cups full rose smoke anything thats passed dont worry bout voice wont need im bad bitch girl think might get used might take number im ask try earn memory make remember like remember bad bitch girl think might get used might take number im ask try earn memory make remember like remember old rapping ass light years past class hit dont pass nigga new aftermath niggas fame laugh niggas fame im cash yous fan im player im man yous hater smoke papers thats tell im taylord nigga listen break rolling weed island kitchen thing goes without permission look everything got made everything got done came shit see done slaved cars crib yeah thats paid need say spend much money clothes said fuck store making hope youre rolling one youre singing along know rolling one making song pour shots youre taking long young im rich plus friends bombay lemonade bad bitch girl think might get used might take number im ask try earn memory make remember like remember bad bitch girl think might get used might take number im ask try earn memory make remember like remember im gin gin im moving slow im driving fast hit weed take wheel lose control drop top 69 motor roar old chevelle cant say thing supposed feel stacking paper dawg like call shit old news haters jocking old moves popping champagne cause made back phantom faded shit probably wont remember tomorrow bad bitch girl think might get used might take number im ask try earn memory make remember like remember bad bitch girl think might get used might take number im ask try earn memory make remember like remember oh oh used ask try earn memory make remember like remember used memory remember", "We Dem Boyz": "yeah ayy yeah ayy yeah boyz yeah hol hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol hol hol pop bottle hol hol hol suck swallow smell marijuana gon follow throwin money like lotto pussy must serious hol scared heights come face fears hol hol like nicki gon bend say never smoked turned stoner young nigga im ready oh foreign girls call sexy white girls gimme becky first gotta roll joint baby hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol hol hol drive crazy number 1 bitch cant replace leave club hoes tryin chase got ass fat lets make baby damn im smokin weed mercedes hol niggas broke niggas lazy man money slim actin shady im brand new car wanna race ho bitch aint call phone showin im takin shots niggas stay loaded man low hoes actin material hol man see interior hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol", "Black and Yellow": "yeah uh huh know black yellow black yellow black yellow black yellow yeah uh huh know black yellow black yellow black yellow black yellow yeah uh huh know everything yeah big yeah uh huh screaming thats nothin pulled lot thats stuntin reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow uh black stripe yellow paint niggas scared hoes aint soon hit club look hoes face hit pedal make floor shake suede inside engine roarin big boy know paid got pedal metal got niggas checking game im ballin every level hear haters talk theres nothin tell em made million got another million schedule love em nigga breaking hearts keys push start yeah uh huh know everything yeah big yeah uh huh screaming thats nothin pulled lot thats stuntin reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow got call jeweler bitches love cause im fucking best friends lesbian freak though aint one night im shining week ho im sippin clicquot rocking yellow diamonds many rocks watch cant tell time got pocket full big faces throw cause every nigga im taylord yeah uh huh know everything yeah big yeah uh huh screaming thats nothin pulled lot thats stuntin reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow stay high like im supposed crowd underneath clouds cant get close car look unapproachable super clean super mean wanna fuck cats smoke weed count stacks get fly take trips thats real rap let get high want feel convertible drop feel 87 top peeled back yeah uh huh know yeah yeah uh huh know already know man dont reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow yeah uh huh know everything yeah big yeah uh huh screaming thats nothin pulled lot thats stuntin reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow", "Medicated": "anything want keep going going gone gone gone dont stop nigga back young dreams getting richer homie breeze set schooled picture wild niggas put game told tryin make move gotta know lane homie got name word never break life pay price get chance gotta take cause niggas never make stranded im aint conversation understand get gun riding bonneville hoping could make selling ps smoking weed avoiding police right street way back day paper diamonds haters remember seen stuntin remember bought aint need nothing always different state label goner aint come nowhere im straight corner everywhere go probably know name cause everywhere go said much spend im im throwing money ones never made sayin fuck ones hated roll one celebrate lets get medicated man lets get medicated lets get medicated man im hella faded man lets get medicated lets get medicated lets get medicated man im hella faded im hella faded roll weed smoke take bitch home poke juicy gettin faded thank god got chauffeur good cali bud pulling hoes bad fuck like youngin nigga juicy drugs niggas smoking babbage weed light green pop molly hours member sleep team get whole pound smoke maybe olympics homie michael phelps known im fresh corner twistin marijuana copy us clone us yeah fly owners got acting like aint never 8 balls hall aint time fuck yall champagne celebrate keen sense smell hate middle finger getting paid cost much dont press eight dotted line aint like day comic book let illustrate like power bang lift cane cousin died wish get day back like vertebrae bring nigga front street talk never dont wanna beef cause thats lunch meat anything need know thats thats og swear homie lets get medicated man lets get medicated lets get medicated man im hella faded man lets get medicated lets get medicated lets get medicated man im hella faded im hella faded riding street way im grinding unique city holding niggas holding heat throwing side rolling leaf get high want peace always grind thats every day police looking im rapping killing beats tryin stay away booking yeah niggas dirty crooked make known let hit studio show happy home remember seen stuntin remember bought aint need nothing always different state label goner aint come nowhere im straight corner everywhere go probably know name cause everywhere go said much spend im im throwing money ones never made sayin fuck ones hated roll one celebrate lets get medicated man lets get medicated lets get medicated man im hella faded man lets get medicated lets get medicated lets get medicated man im hella faded im hella faded", "Work Hard, Play Hard": "work hard play hard work hard play hard work hard play hard work hard play hard work work work work work work work work diamonds ring nigga gold watches gold chain nigga hundred thou champagne nigga yeah money insane nigga yeah im making rain nigga plane nigga buying gear flying fuck heard time year im club get hundred stacks im always rolling get love niggas stole swag dont want back nigga uh im onto see closet rack hawaii im goin back nigga uh got much money start bank much paper right front hard think buy many bottles gon hard drink im still pourin family rolling uh bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know work hard play hard work hard play hard work hard play hard work hard play hard work work work work work work work work hop pretty ass fucking car bitch im world girl know im star used buying rounds buy bar last year ask know boss shit walk building shit tell im phone yeah nigga talking grown shit niggas busy jacking swag need fuck around get shit get cars get clothes get smoke get bitch aint reppin gang get clique bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know go hard make sure whatever gotta thats job niggas gon hate thats prob hey fuck em dont need nothing em niggas talking shit claiming dont mean nothing straight cali thats whats joint thats im puffin og one since young enough know everybody gonna know niggas dont see bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know work hard play hard work hard play hard work hard play hard work hard play hard", "Hopeless Romantic": "young chop beat oh oh oh oh oh turn music chris shes gonna get oh oh oh night runs mornin time phone im scrollin bang line drank hard focus seems like im always chosen romantics hopeless make arrangements though knows uh might like lovin yeah make numero uno dont allow miss nobody else ive days dolo never caught bad case fomo dont talk previous know im times two penthouse jumpin front backroom girls goin wild showin new tattoos night runs mornin time phone im scrollin bang line drank hard focus seems like im always chosen romantics hopeless make arrangements though knows uh might like lovin yeah make numero uno get aggressive undressin makin mess cleanin done got serious question like sex thinkin yes im tryna test say young khalifa best got money get gotta hop jet probably dont call ima text hop car get wet im gettin checks im winnin bets aint lettin baby im givin hundred percent night runs mornin time phone im scrollin bang line drank hard focus seems like im always chosen romantics hopeless make arrangements though knows uh might like lovin yeah make numero uno cant keep mind cant keep mind cant keep mind night runs mornin time phone im scrollin bang line drank hard focus seems like im always chosen romantics hopeless make arrangements though knows uh might like lovin yeah make numero uno", "Maan": "recording love life life living fuckin awesome yeah smoked whole damn pound im need another one nother one eyes closed wont come papers dont fuck blunts nigga dont sharing weed nigga got pounds burn thats apparent cause bitch dont mean gon hit shit better roll somethin coughin like got cold somethin tryna od thc nigga fuck around gave young khalifa pound smoke whole thing week roll joint put worm around motherfucker smoke face ohh shit nigga got kk said way big p told church get money em every single day want everything every room every plane every place mobbin nigga mobbin mobbin shit go go nigga mobbin every place go say cant smoke anyway cause real gs smoke want say turn turn turn mo say put loud burn mo keep rolling rolling rolling rolling keep rolling rolling rolling rolling keep rolling rolling rolling rolling nigga keep going keep kk blowin snakes grass keep mowin ass fat look swollen another city state gotta show another airport gotta go reason hate im knowin niggas got much hoein keep rollin drivin brand new car like motherfucker stolen dont understand im doin money hand nigga 28 grams im rollin new york london paris back south southwes niggas smokin pack rollin bats go get bong get match everybody get along get attached get song get biatch say every dog need cat potheads need joint relax g pen full wax 10 rolled cone joints really fast sticks seeds bag got reason brag front yall bs back pair chucks ripped jeans swag little bitch mobbin nigga mobbin mobbin shit go go nigga mobbin every place go say cant smoke anyway cause real gs smoke want say turn turn turn mo say put loud burn mo keep rolling rolling rolling rolling keep rolling rolling rolling rolling keep rolling rolling rolling rolling", "Bake Sale": "mistercap ready bro yeah tgod mafia straight pittsburgh man cant smoke weed dont doubt nigga dont wanna listen truth nigga yeah bake sale yeah cant wait bake hell yeah laughin drank hell yeah lord heaven sakes hell yeah day hell yeah weve countin cake hell yeah puffin dank hell yeah cant wait bake hell yeah ive phone yeah yeah yeah yeah gettin calls home yeah yeah yeah yeah started bake sale yeah yeah yeah know got cake yeah yeah yeah yeah cookies og come crib blow os kush already know aint joint dont even smoke keep bitch gettin stoned wakin bakin puffin j told im new favorite much blaze hundred day say got good pack smell like feel like dream back real life incredible got flowers wax inhalers edibles shit never saw bake sale roll another one help think well stay plane im slangin thangs know aint new lets turn stove call hoes lets roll shit bake sale yeah cant wait bake hell yeah yeah yeah yeah laughin drank hell yeah yeah yeah lord heaven sakes hell yeah day hell yeah weve countin cake hell yeah puffin dank hell yeah cant wait bake hell yeah rolled pound bake sale bitches goin bake sale keep real dont fake well niggas say well cant tell fucked three hoes dont know name pussy come pussy go im rollin weed count cake naked bitches kitchen shake n bake think im dank im drank often blaze ounce day crib mistake rollin papers rollin trays shattered pieces glasses lighters torches fuck anything matters get right bake sale yeah cant wait bake hell yeah laughin drank hell yeah lord heaven sakes hell yeah day hell yeah weve countin cake hell yeah puffin dank hell yeah cant wait bake hell yeah roll roll one got j make plane goin day every day aint roll enough get pound break get cones stuffed goin goin ima roll one got j make plane goin day every day aint smoke enough im kk stoned fuck bake sale yeah", "So High (Blacc Hollywood)": "first thing uh huh wake dream uh huh grab lighter uh huh something steam uh huh bong rip uh huh make sure clean uh huh smoke sesh uh huh nigga mean uh huh car uh huh cruising street uh huh stoned imm need something eat uh huh tray uh huh ashes seat uh huh highed uh huh taylors feet uh huh cloud 9 uh huh going mind uh huh take toke uh huh hold til choke huh uh moving forward uh huh cruising board uh huh still got uh huh burn til short uh huh get high fuck around never come get high get high get high fuck around never come get high get high high floating dont know going night morning rolling rolling rolling higher floating dont know going night morning rolling rolling rolling tell nigga use grinder weed uh huh tell roll another joint dont fall asleep uh huh smoke peace uh huh pipe like chief uh huh heard got cheaper price reefer huh need uh huh never find seed uh huh take dab uh huh straight thc uh huh highest room look uh huh somewhere clouds thats wanna uh huh got shook uh uh look uh huh half day uh huh rolled whole book uh huh drive slow uh huh blow uh huh eyes low uh huh everybody know damn get high fuck around never come get high get high get high fuck around never come get high get high higher floating dont know going night morning rolling rolling rolling higher floating dont know going night morning rolling rolling rolling growing uh huh never gave fuck uh huh pulling 62 showing uh huh twenty six guess mean im growing uh huh pouring uh huh niggas rolling making sure get high fuck around never come get high get high get high fuck around never come get high get high higher floating dont know going night morning rolling rolling rolling higher floating dont know going night morning rolling rolling rolling"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/wu-tang-clan.json b/lecture/lecture-9/rappers/rapper-data/wu-tang-clan.json new file mode 100644 index 000000000..9d90fb28d --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/wu-tang-clan.json @@ -0,0 +1 @@ +{"C.R.E.A.M.": "nigga want god word look cops though cash rules word two fives baby word two fives niggas got garbage way word know im sayin cash rules everything around cream get yeah check old fly shit word take natural joint go check shit yo grew crime side new york times side stayin alive jive secondhands moms bounced old man moved shaolin land young youth yo rockin gold tooth lo goose way begin g drug loot lets start like son rollin one one pullin gats fun dream teen fiend started smokin woolies 16 runnin gates doin hits high stakes makin way fire escapes question would speed cracks weed combination made eyes bleed question would flow try get dough stickin white boys ball courts life got better damn lo sweater times rough tough like leather figured went wrong route got sick ass clique went catchin keys cross seas rollin mpvs every week made forty gs yo nigga respect mine go tec 9 ch chick pow move gate cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall twenty two long hard years im still strugglin survival got buggin im alive arrival peep shape streets stay awake ways world cause shit deep man dream plans make cream failed went jail age fifteen young buck sellin drugs never much tryin get clutch could court played short face incarceration pacin goin upstates destination handcuffed back bus forty us life shorty shouldnt rough world turned learned life hell livin world different cell every day escape jakes givin chase sellin base smokin bones staircase though dont know chose smoke sess guess thats time im depressed im still depressed ask whats worth ready give seek old earth explained workin hard may help maintain learn overcome heartaches pain got stick kids corrupt cops crack rocks stray shots block stays hot leave livin proof kick truth young black youth shortys runnin wild smokin sess drinkin beer aint tryna hear im kickin ear neglected yo gots accepted life hectic cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall yeah yeah cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall yeah", "Protect Ya Neck": "caller whassup man dj coolin man c chillin chilin yo know call know right dj c yo never ever call ask play somethin right dj yeah c know wanna hear right dj whatchu wanna hear c wanna hear wu tang joint dj wu tang c ah yeah wu tang clan coming ya protect ya neck kid set inspectah deck smoke mic like smokin joe frazier hell raiser raisin hell flavor terrorize jam like troops pakistan swingin town like neighborhood spider man uhh tick tock keep tickin get ya flippin shit im kickin lone ranger code red danger deep dark art rip charts apart vandal hot handle battle youre sayin goodbye like tevin campbell roughneck inspectah decks set rebel make noise heavy metal way make crowd go wild sit back relax wont smile rae got goin pal call rap assassinator rhymes rugged built like schwarzenegger ima get mad deep like threat blow project take assets cause came shake frame half thoughts bomb shit like math wanna try flip go flip next man cause grab clip hit ya 16 shots got goin war meltin pot akh method man short mr meth movin left aah set get let like gat wanna break full cock back small change puttin shame game take aim blow nigga frame like fame stylell live forever niggas crossin dont know better true get suue enough respect due one six ooh mean yo check flow like hudson pcp im dustin niggas im hot like sauce smoke lyrical blunt make cough ooh grab nut get screwed oww comes shaolin style true b ba b u crew suuuuue yeah yeah yeah cmon baby baby cmon baby baby cmon baby baby cmon yo best protect ya neck first things first man youre fuckin worst ill stickin pins head like fuckin nurse ill attack nigga whos slack mack come fully packed fat rugged stack shame step ol dirty bastard straight brooklyn zoo ill damned let man come center enter winter straight shit packed jam cant slam dont let get fool man ol dirty bastard dirty stinkin ason unique rollin night creeps niggas rollin stash aint sayin cash bite style ill bite motherfuckin ass cryin loud style wild book long long rhyme took ejectin styles lethal weapon pen rocks oregon heres catch like psycho flashback love gats rap gun wouldnt bust back come shit types shapes sounds lounge stompin grounds give order peeps across water go snatch props around border get far like shootin star cause livin life pablo escobar point blank kick square biz youre fuckin pros goes yo chill feedback black dont need 10 oclock ho fucks seed feelin mad hostile ran apostle flowin like christ speaks gospel stroll holy roll attack globe buckus style ruckus ten times ten men committin mad sin turn cheek ill break fuckin chin slayin boom bangs like african drums well comin around mountain come crazy flamboyant rap enjoyment clan increase like black unemployment yeah another one dare g gka genius take us fuck outta wu slammin cold killin labels aint hits since seen aunt mabel doin artists like cain abel moneys gettin stuck gum table thats get misuse invent empire falls lose every cent tryna blow scrub thought bright 20 watt light bulb shouldve pumped rocked niggas stingy got short arms deep pockets goes companies majors theyre scared death pump first whos ar mountain climber plays electric guitar dont know meanin dope hes lookin suit tie rap thats cleaner bar soap im dirtiest thing sight matter fact bring girls lets mud fight best protect ya neck best protect ya neck best protect ya neck best protect ya neck", "Triumph": "yall thought yall wasnt gonna see im osiris shit wu tang forever motherfuckers like 97 aight niggas niggarettes lets like ima rub ass moonshine lets take back 79 bomb atomically socrates philosophies hypotheses cant define dropping mockeries lyrically perform armed robbery flee lottery possibly spotted battle scarred shogun explosion pen hits tremendous ultraviolet shine blind forensics inspect future see millennium killa beez sold fifty gold sixty platinum shackling masses drastic rap tactics graphic displays melt steel like blacksmiths black wu jackets queen beez ease guns rumble patrolmen tear gas laced function heads score take flight incite war chicks hit floor die hard fans demand behold bold soldier control globe slowly proceeds blow swinging swords like shinobi stomp grounds pound footprints solid rock wu got locked performing live hottest block world turns spread like germ bless globe pestilence hard headed never learn testament burned play position game life standing firm foreign land jump gun frying pan fire transform ghost rider six pack streetcar named desire got back line fire holding back peoples fuck niggas strapped theyre tryna twist beer cap court adjourned bad seed bad sperm herb got wig fried like bad perm blood clot smoke pot blow spots want think twice think iron lung aint got tell coming guns navarone tearing battle zone rip slums twist darts heart tried true loop voice lp martini slang rocks certified chatterbox vocabulary donna talking tell story walking take cover kid run brother kid run team six cant rhyme groupies squeeze advantage get wasted deadly notes reign supreme thought basic compared mine domino effect arts crafts paragraphs contain cyanide take free ride thought got fashion catalogs yall praise due god saga continues wu tang wu tang olympic torch flaming burn sweet thrill victory agony defeat crush slow flaming deluxe slow judgment day cometh conquer war allow us escape hell globe spinning bomb pocket full shells sky golden arms tunes spit shitty mortal kombat sound fake false step make blood stain ground jungle junkie vigilante tantrum death kiss catwalk squeeze another anthem hold ransom tranquilized anaesthesias orchestra graceful music ballerinas music sicily rich california smell axe kill adventure paint picture well sing song sing sing sipping ginseng righteous wax chaperon rotating ring kings march wooden soldiers c cypher punks couldnt hold us thousand men rushing one nigga sober perpendicular square stand bold like flare escape dragons lair particular beats travel like vortex spine top cerebral cortex make feel like bust nut raw sex enter right ventricle clog bloodstream heart terminal like grand central station program fat basslines novation getting drunk like im fucking ducking five year probation war masses outcome disastrous many victim families save ashes million names walls engraved plaques went back received penalties acts another heart torn close ones mourn stray niggas get slayed song track renders helpless suffers multiple stab wounds leaks sounds thats heard 93 million miles away came one represent nation gathering masses come pay respects wu tang clan engage battle crowd screams rage high chief jamel irief takes stage light provided sparks energy mind travels rhyme form giving sight blind dumb mostly intrigued drum death one save self relentless attack track spares none yo yo yo fuck look crab niggas laid back lamping like gray black pumas mans rack codeine forced drink navy green salamander fiend bitches never heard scream two faces scum slum got whole body numb blowing like shalamar 81 sound convincing thousand dollar cork pop convention hands like sonny liston get fly permission hold fuck ill unfasten wig bad luck humiliate separate english dutch black noble drew ali came threes like genovese sazon season degrees earth 93 million miles first rough turbulence wave burst split megahertz aiyo thats amazing gun mouth talk verbal foul hawk connect thoughts make man child walk swift notarizer blue tang high riser new york yank visor word tranquilizer adjust dosage delegate clan explosives pen blow lines ferocious mediterranean see yall number one draft pick tear beat god delegate god see god swift chancellor flex white gold tarantula track truck diesel play weed god substantiala max mostly undivided slide sickening guaranteed made em jump like rod strickland", "Da Mystery of Chessboxin'": "game chess like swordfight must think first move toad style immensely strong immune nearly weapon properly used almost invincible raw ima give ya trivia raw like cocaine straight bolivia hip hop rock shock nation like emancipation proclamation weak mcs approach slang thats dead might well run wall bang head im pushin force force youre doubtin im makin devils cower caucasus mountains well im sire set microphone fire rap styles vary carry like mariah come shaolin slum isle im comin nuff niggas nuff guns wanna come sweatin stressin contestin youll catch sharp sword midsection dont talk talk cant walk walk phony niggas outlined chalk im mad vexed projects made rebel grain theres way barricade steamrollin niggas like 18 wheeler drunk driver drivin theres survivin rough like timberland wear yeah clan yota landcruisers peace crooks niggas bad looks bald heads braids blow hook pack chrome tecs nickel plated macs black acs drug dealin styles phat stacks good nigga minute though cause got get props win yo got beef commercial ass niggas gold teeth lampin lexus eatin beef straight dont even bother got 40 niggas kill niggas fathers peoples front back killa bees attack peoples smokin meth hittin cats block gats go deep type flow jacques cousteau could never get low im cherry bombin shits boom warmin little bit rappinin whats happenin keep pockets stacked hands clap party move body gotta get somebody grab microphone put strength bone duh duh duh enter wu tang zone sure enough rock stuff huff puff im gonna catch bluff tuff rough kickin rhymes like jim kelly alex haley im nuh beetle bailey rhymes comin raw style hardcore niggas comin hip hop store comin buy grocery tryin hip hop mc law order enter wu tang must bring ol dirty bastard type slang represent gza abbot rza shaquan inspectah deck dirty ho gettin low flow introducin ghostface killah one could get iller peoples front back killa beez attack peoples smokin meth hittin cats block gats speakin devil psych god get shit right mega trife yo killed past life mic kickin fast shit reneged tried got blasted half mastered ass style mad ruff task struck timbs black mask remember shit know dont remember jack night yo hittin like spiked bat thought bugged crazy strapped nonsense became lazy yo nobody budge shot slugs never shot thugs im runnin thugs flood mugs grab eight plus one start flippin trippin niggas jettin im lickin son wu tang wu tang wu tang wu ta ang homicides illegal death penalty justifies homicide dies iniquity master mantis rapture comin ya apb mc killer looks like work master evidence indicates stature merciless like terrorist hard capture flow changes like chameleon plays like friend stabs like dagger technique attacks immune system disguised like lie paralysin victim scream enters bloodstream erupts brain pain thoughts contain movin nigga speed centipede injure motherfuckin contender peoples front back killa beez attack peoples smokin meth hittin cats block gats immune nearly weapon properly used almost invincible toad style immensely strong immune nearly weapon properly used almost invincible properly used", "Method Man": "yeah torture motherfucker torture nigga ill fuckin ill fuckin tie fuckin bedpost ass cheeks spread shit right put hanger fuckin stove let shit sit like half hour take stick ass slow like tsss yeah ill fuckin yeah ill fuckin lay nuts fuckin dresser nuts layin fuckin dresser bang shits spiked fuckin bat ooh wassup ill fuckin ill fuckin pull fuckin tongue fuckin mouth stab shit rusty screwdriver blaow ill fuckin ill fuckin ill fuckin hang fuckin dick fuckin twelfth stor story building motherfucker ill fuckin ill fuckin sew asshole closed keep feedin feedin feedin feedin yo roll dice yo roll dice yo goin like huh yeah niggas wildin check kid slums shaolin wu tang clan strikes rza gza ol dirty bastard inspectah deck raekwon chef u god ghostface killah method man e h man e h man e h man e h man hey get cloud dont know dont know style gettin flam come jam method man pat cake pat cake hey method man dont eat skippy jif peter pan peanut butter cause im butter fact snap back like rubber band sam sam dont eat green eggs ham stylell hit ya wham goddamn youll like oh shit thats jam turn hear get buck w w wild im blow light upside downside inside outside hittin every angle theres doubt one method man master plan rappin shit like saran wrap hold tawt taw putty tat think best beware diggy dog shit right yippy yippy yay yippy yah yippy yo like deck said aint average flow comin like rah ooh ah achie kah tell like far baby paw poetrys motion coast coast rub skin like lotion whats commotion oh lord another corn chopped wu tang sword hey hey hey like fat albert method man aint ands method alright yall get white owls get meth get skins dont forget orty gonna like got fat bags skunk got white owl blunts im go get lifted yes im go get lifted got forty got shorty im go stick yes im go stick uh h u f f huff puff blow like snow cold winds blowin zoom hit mic like boom wrote song like hear goes question exactly panty raider ill behavior savior major flavor oh yeah plus seducer also flam im man call super average joe average flow doin average things average hoes yo im super ill make bitch squirm super sperm check give raw butt naked smell sess pass method lets get lifted kick ballistic missiles shoot game like pistol clip loaded click bang wu tang slug hits brain j u p jump thump make girls rump like pump humpty hump wild shaolin style child whole damn isle callin p n r e r mad raw dont fry meaning one burn toss turn ooh super sperm chim chimney chim chim cher ee freak flow flow fancy free many licks take hit tootsie roll center break peep dont sleep crews mad deep fadin motherfuckers like bleach every crew youre clear like glass could see right whole damn posse catchin em cause vicd didnt friends begin im e h man e h man e h man method man straight slums shaolin wu tang killa beez swarm soul tooken 36 chambers death kid word mother method man signin peace", "Bring Da Ruckus": "shaolin shadowboxing wu tang sword style say true shaolin wu tang could dangerous think wu tang sword defeat en garde ill let try wu tang style bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da motherfuckin ruckus bring da motherfuckin ruckus ghostface catch blast hype verse glock burst leave hearse worse come rough tough like elephant tusk head rush fly like egyptian musk aww shit wu tang clan spark wicks however master trick like nixon causin terror quick damage whole era hard rocks locked fuck found shot plo style hazardous cause wreck dangerous blow sparks like waco texas watch back like im locked hardcore hittin sound watch act bugged tear illiterate type asshole songs goin gold doubt watch corny nigga fold yeah fake carryin gats yo clan rollin like forty macks act convinced guess makes sense wu tang yo soooo represent wait one act got backed gun neck react thats one chamber wu tang banger 36 styles danger bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da motherfuckin ruckus bring da motherfuckin ruckus bring rip hardcore like porno flick bitches roll groups ghetto bastards biscuits check method microphones bangin wu tang slangll leave headpiece hangin bust im kickin like seagal justice roughness yes rudeness ruckus redrum verbally assault tongue murder one style shocks knot like stun gun im hectic wreck quickness set microphone competition get blown nasty ass nigga nigga rza charged like bull got pulled like trigga bad stabbin pad vocab crab scream ass like dad bring bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da motherfuckin ruckus bring da motherfuckin ruckus yo im rugged slave man boots new recruits im fuckin mc troops break loose trample shit stomp mudhole ass cause im straight swamp creepin site fright night wu tang slang mad fuckin dangerous deadly stroke axe choppin back swish givin bystanders heart attacks niggas try flip tell blow fuckin prism make vicious act terrorism wanna bring fuck come bring ruckus provoke niggas kick buckets im wettin cream aint wettin fame sellin caine im givin deadly game russian wu tang crushin roulette slip get fucked like suzette bring da fuckin ruckus bring da motherfuckin ruckus bring da motherfuckin ruckus en garde ill let try wu tang style bring bring bring bring bring bring bring nigga", "Wu-Tang Clan Ain't Nuthing ta Fuck Wit": "tiger style tiger style wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit yo theres place hide step inside room dr doom prepare boom bam aw man slam jam scream like tarzan tossin enforcin style awesome im causin family feud richard dawson survey said youre dead fatal flying guillotine chops fuckin head mister ayo wu back makin niggas go bo bo like im super cat fear one oh come wu tang shogun killer eardrum put needle groove gets rude im forced fuck style carries like pick truck cross clear blue yonder sea shinin sea slam tracks like quarterback sacks lt try test rebel ins blessed since birth earth slam best cause bake cake take cake eat crew head state state want beef bring ruckus wu tang clan aint nuthing ta fuck wit straight motherfuckin slums thats busted wu tang clan aint nuthing ta fuck wit hah lebonon step boy represent chop head kid meth come tomorrow styles conditions bizarre bizarro flow afro rollo comin fork road way go follow meth legend niggas sleepy hollow fact im hard act follow dealt dolo bogart comin niggas like oh god yes come get slice punk pie rather die check flavor comin rza short razor make reminisce true like deja vu im rubber niggas like glue whatever say rubs sticks wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit ahh hah yeah representin brooklyn queens long island manhattan bronx rugged lands shaolin niggas virginia atlanta boys ohio comin crazy yo niggas source man kelly woo gavin strickland jason staton yeah true true nigga crown whats goin boy aint nuthing ta fuck wit whole texas mob chicago mob niggas detroit fuckin california squadron comin know im sayin whole fuckin west coast whole east niggas dc maryland way morgan state wu tang clan aint nuthin ta fuck wit whole fuckin globe comin boy peace fuckin zulu nation peace gods earths word bond wu tang slang choppin heads boy aint safe peace", "Wu-Tang: 7th Chamber": "yo meth hold hold yo meth killer tape god first fuck tape yo son aint got piece son aint got shit let hold man yo niggas came 40s blunts kid shit came missin son come man dont got nothin shit man come man go head shit man come man ill buy four fuckin killer tapes man aiyo aiyo open door man fuck man yo whats yo yo god word bond yo shameek got bust head two times god word mother word life god know shameek fuckin 212 god nigga got bucked niggas black land god word bond came god nowhere god word bond im comin get culture cipher god word bond crazy shots went fuck god niggas let crazy shots kid nigga layin like fuckin newborn fuckin baby god word dead fuckin dead fuck mean fuckin dead god fuck kind question b fuck think easy easy nigga layin fuckin types fuckin blood comin fuckin dead yo god whats god god god word bond yo whats im ready fuckin lay im ready get busy god whats yo lets go got whats yo yo lets go gotta man fuck yo man god god fuck man sayin probably took tape fuck nigga still sweatin tape man fuck talkin get fuck outta fuckin corn good morning vietnam yeah good morning motherfuckin knotty headed niggas word camouflage large niggas bitch fuck bottle bring fuckin meth yo yo yo gonna drink good night train yo yo yo yo champion gear rock get boots knocked attack like pit lock shit come freaks sound hardcore givin like ding nah shorty get open like six packs killa beez attack flippin murder one phat tracks aight kick like nike flight word life get ass robbed spite check method bedrock cause rock head bed like rockin twin glocks shake ground beats break raw sound goin war right yo bombin usually take niggas garments save breath vomit insane nigga psycho ward im trigger plus got wu tang sword figure even fuck mine hey yo rza hit shit one time pull foul niggas save beef cow im milkin ho show tical fuck wanna mic piece duke im like sniper hyper ginseng root plo style buddha monks owls whos fuckin man meth tical chessbox wu tang style leave mic body bags rap style force leave lost like tribe shabazz murderous material made madman mic wrecker inspectah bad man bad lands killa rap fanatic representin skill thats iller dare compare get pierced like ear shooby doo wop pop strictly hardware armed geared cause broke prison charged system murderin rhythm lo behold another deadly episode bound catch another fuckin charge explode slammin hype ass verse til head burst ramshack dead track thats rap assassin fast quick blast hardrock ran spots like fort knox im hot top notch ghost thinks logic flashbacks attacked whole project im raw im rugged raw repeat die seedll ill like approachin yo respect chops neck get vexed like crashin phat ass lex clear way make way yo open cage peace im jettin like runaway slave gettin stripped garments boy run jewels meth got open like fallopian tubes bring death snake least expect aint damn thing changed boy protect ya neck ruler zig zag zig allah jam fatal quick stick wu tang sword right navel suspenseful force bein brought utensil pencil bring strong winds havoc run county like maverick caps tablets gots make fabrics ah ah warrior killer slicin shit like samurai ol dirty bastard bar ol dirty clan terrorists comin ass like sorceress shootin piss niggas gettin fuckin nerves rhymes kickin make wanna kick fuckin ass curb boy got funky fresh like old specialist carrier messenger bury ya experience whole experience let applied unique drop science clan thick like plaster bust ya slash ya slit nigga back like dutch master killer style jumped killa hilla thriller ali frazier manila came phat tracks combine interlock like gettin smashed cinder block bow niggas seein pink hearts yellow moons orange stars green clovers", "Shame On A Nigga": "shame nigga try run game nigga wu buck wild trigger shame nigga try run game nigga wu buck ill fuck ass yo hut one hut two hut three hut ol dirty bastard live uncut styles unbreakable shatterproof young youth wanna get gun shoot blaow like dont fuck style ruthless wild wanna get teeth knocked fuck wanna get like well shout yo rza yo razor hit major damage clan understand flavor gunnin hummin comin ya first im gonna get ya got ya gat ya could never capture method mans stature rhyme rapture got niggas resignin master style never put fuckin buck wild kid im terror razor sharp sever head shoulders im better competta mean competitor whatever lets get together shame nigga try run game nigga wu buck wild tri blow react thick im phat yo rae came blowin blew headphones black rap yo cali texas smoother lexus nows turn wreck brothers approach half step aint heard half yet bet youre fuckin vet see real formin like voltron remember got deep like navy seal shame nigga try run game nigga wu buck wild trigger shame nigga try run game nigga ill fuck ass yo come ol loco style vocal couldnt peep pair bifocals im joker play joker like house fire smoke ya crews actin like gangs anyway like warriors come play burn get shit let like diarrhea got burnt gonorrhea dirty keep shit stains drawers get fizza funky ya murder taste flame wu tang rah comes tiger vs crane ill like wild style punk play chump get jumped wu comin theater near get funk like shoe", "Clan in Da Front": "36 chambers heheh ghost face killah heheheh wu tang wu tang killa beez swarm wu tang killa beez swarm wu tang killa beez swarm wu tang killa beez swarm rza gza ol dirty bastard inspectah deck u god ghostface killah method man raekwon chef masta killa raw desire levon power cipher 12 oclock 60 second assassin 4th disciple brown hornet kd low recka shyheim aka rugged child du du lilz mr hezekiah better known yin yang true master isham dj skane true robocop comin scientific shabazz motherfuckin man wise civilized shaolin soldiers daddy popa ron comin motherfuckin south end things killa beez fuckin planet thirty six chambers death three hundred sixty degrees perfected styles choppin motherfuckin dome piece every fuckin borough brooklyn manhattan queens staten island motherfuckin bronx killa beez sword cmon give sword clan da front let feet stomp niggas left brag shit death hoods right wild night punks back cmon attract wu comin outcome critical fuckin style sort like miracle 34th street square herald gamed ella bitch caught fitz like gerald ine ferraro whos full sorrow cause ho didnt win sun still come tomorrow shine shine shine like gold mine comes drunk monk quart ballantine pass bone kid pass bone lets get mission like indiana jones gza one represent wu tang clique game soul old school flick like mack dolemite bids claudine went cooley high mad kids stop life save may motherfuckin ill hang ass microphone make way merge traffic wu tangs comin full metal jackets god squad thats mad hard serve come frontin hard bernhard goetz deserves clan da front let feet stomp niggas left brag shit death hoods right wild night punks back cmon attract response bomb ass aint shit wack ass town gassed egos somethin wu tang crush souped niggas stage get rushed dont give goddamn shows many rhymes got knows kid cause dont know therefore show know come sharp blade cut slow become pat style increases whats pants ahh human feces throw shitty drawers hamper next time come strapped fuckin pamper sound b youre better quitter im mound g hitter dj catcher hes man way hes one devised plan throws signs hook beats clout throw rhymes mic strike em really doesnt matter intrigue cant fuck major leagues clan da front let feet stomp niggas left brag shit death hoods right wild night punks back cmon attract clan da front let feet stomp niggas left brag shit death hoods right wild night punks back cmon attract hoods right punks back niggas left hoods right punks back cmon let feet stomp brag shit death wild night niggas left brag shit death hoods right wild night punks back cmon attract clan da front let feet stomp"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-data/yasiin-bey.json b/lecture/lecture-9/rappers/rapper-data/yasiin-bey.json new file mode 100644 index 000000000..ad887b26c --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-data/yasiin-bey.json @@ -0,0 +1 @@ +{"Mathematics": "bucka bucka bucka bucka bucka bucka haha know deal yo beats su primo people negroes latinos even gringos yo check 1 charlie hustle 2 steady rock 3 forth coming live future shock 5 dimensions 6 senses 7 firmaments heaven hell 8 million stories tell 9 planets faithfully keepin orbit probable 10th universe expands length body text possess extra strength power lift powerless towering inferno ink hot burn journal im blacker midnight broadway myrtle hip hop passed tall social hurdles like nationwide projects prison industry complex working class poor better keep alarm set streets loud ever hear freedom ring say evacuate sleep dangerous dream ch ching cats get cha pow dead killing fields need blood graze cash cow numbers game shit dont add somehow like got 16 32 bars rock 15 profits ever see pockets like 69 billion last 20 years spent national defense folks still live fear like nearly half americas largest cities one quarter black thats gave ricky ross crack 16 ounces pound 20 key 5 minute sentence hearing youre longer free 40 americans cell phone hear everything say aint home guess michael jackson right alone rock hardhat black cause terrordome full hard niggas large niggas dice tumblers young teens prison greens facing life numbers crack mothers crack babies aids patients young bloods cant spell could rock playstation new math whipping motherfuckers ass want know rhyme better learn add mathematics mighty mos def simple mathematics check revolve around science talking mighty mos def simple mathematics check revolve around science talking math math 1 2 3 4 talking yo 1 universal law 2 sides every story 3 strikes biddin life mandatory 4 mcs murdered last 4 years aint trying 5th millennium yo 6 million ways die 7 deadly thrills 8 year olds getting found 9mils 10 pm seeds whats deal hill pumping krills keep bellies filled light ass heavy steel sights pretty shit life young soldiers trying earn next stripe average minimum wage 515 best believe youve got find new grind get cream white unemployment rate nearly triple black front liners got gun back bubbling crack jewel theft robbery combat poverty end global jail economy stiffer stipulations attached sentence budget cutbacks increased police presence even get prison still livin join 5 million state supervision business faces lines statistics phone zip code ssi digits system break man child women figures 2 columns aint niggas numbers hard real never feelings push hard even numbers got limits one straw break camels back heres secret million straws underneath mathematics mighty mos def simple mathematics check revolve around science talking mighty mos def simple mathematics check revolve around science talking math math 1 2 3 4 talking", "Ms. Fat Booty": "know cant afford stop one moment soon forget know cant afford stop one moment soon forget man duke love girl duke tore dog im telling man shit wild man real shes let tell came type game type girl giving fake cell phone name big fame like cats big things jewels chipped money clip phone flip six range seen ave spotted ass fat could see front spot like paparazzi shot glance catwoman stance fat booty pants hot damn whats name love came neck wrist laced little make swims reebok gym tone frame sugar spice thing made tried play low key couldnt keep asked dance like yo im leaving hour later sounds jamaica shes sipping cris straight skanking winding waist scene 2 fams throwing jam fareed stand big things plans brother big mu makes space move ayo man mos baby let introduce turned around pretty bird priorly observed trying play herb shocked hell couldnt get together played along pretended never met feeling oh im fine name mos im sharice heard much good nice finally meet moved booth reserved crew especially honey love ended sitting directly next im type polite im looking skeptically cause baby girl got right weaponry designer fabric shoes accessories chinky eyes sweet voice fucking mentally conversated made laugh yeah know bro even though know steelo wild sweet yo im bout murk say peace family hop like gon leave dance know cant afford stop one moment soon forget know cant afford stop one moment soon forget blew whole head duke like word played low though like yeah aight come lets go niggas mad niggas sick tell yo honey blazing yo looked like jayne kennedy word bond mother man ill man take dance floor start whispering yo let apologize night know wasnt right baby know like brothers dont coming right understand im feeling besides dance aint really original laughed traced arms across shoulder blades playing lovers rock got folded fingers waist heating blood like arizona summer song finished whispered honey lets exchange numbers scene 3 weeks dating late night conversation crib heart racing trying cool patient touched eyelids room fell silent walked away smiling singing gregory isaacs like dont dont showing tan line tattoo playing sade sweetest taboo burning candles plans got cancelled man smashed like idaho potato call jo come cant say ginseng tree trunks rocking p funk cocking knees champion lover ease three months call feel im running fever six months im telling desperately need nine months flu like symptoms shorty around need knock im really trying lock midnight hook go burn stoge let know sweetheart got telling commitment something cant manage wake next morning gone like magic ahh damn shit harrison ford frantic 911s unanswered fly taurus enchantress next week mu hit saw sharice kittie club banging ass asian playing lay lick", "Auditorium": "peace peace peace peace peace peace peace power uh madlib erator def operator rock data amazin flavor yo way feel sometimes hard sit still things passionate times real sometimes try chill mellow blowin smoke smile face really joke feel street people breathe without hope goin motion dimmin focus focus get cleared light turn sharp eyes go teary mind grow weary speak clearly sometimes yall dont hear push past bass know nations gotta feel feel bones black im wide awake im hardly ever sleep flow forever deep volumes scriptures breathe beat presence speak volumes say word im everywhere penthouse pavement curb cradle grave tall cathedral cell universal ghetto life holla black know well quiet storm vital form pen pushed right across mind vital force high level right across soul lions roar voice siren swing round ring bring tyrant shocked small act could knock giant lopsided world dangerous theres need fightin suckas tryin hide like struggle wont find em sun bust clouds clearly remind em everywhere penthouse pavement curb cradle grave tall cathedral cell universal ghetto life holla black know well know know know yall know ecstatic know know know yall know dont know know know know yall know dont know ecstatic peace power fantastic original always time rockin ya mind sit come relax riddle mac patch im soldier middle iraq well say noon ish comin whip lookin curious young iraqi kid carryin laundry whats wrong g hungry gimme oil get country arabian barkin stuff til moms come grab walk rush distrust feelin like ive pissed upon wound im like surely hope fix differences soon buyin apples im breakin take everythin take damn food black bastard dont understand another planet 15 months stuff im gonna manage increasin sentiment gentlemen gettin middle eastern instruments realized trapped crap walk kicked one fabulous raps arab jaw drop well wish glad rap kid considered like elvis baghdad omar men two faces one laughs one cries ali sent omar yeah know know know yall know ecstatic know know know yall know dont know know know know yall know know", "Hip Hop": "say one treble two time come yall lets rock say one treble two time come speech hammer bang world shape let fall restlessness nemesis hard really chill sit still committed page write rhyme sometimes wont finish days scrutinize literature large miniature mathematically add minister subtract wack selector wheel back im feeling core perimeter black know motto stay fluid even staccato full blooded full throttle breathe deep inside drum hollow theres hum young man brooklyn number one native son speaking native tongue got eyes tomorrow still tryin find im ave lives dies violently silently shine vibrantly eyes squint catch glimpse embrace bass dark ink fingertips used speak kings en ga lish caught rash lips chat like dis long range base line move like apparition low ground ammunition move gate voice cued tape putting food plate many crews relate choosing fate went picking cotton chain gang line chopping bopping hip hopping blues people got blue chip stock option invisible man got whole world watching im high low east west map im getting big props thing called hip hop either get paid get shot product stock fair weather friends flock chart position drop phone calls chill minute lets see else hot snatch shelf spot dont gas akh industry better built cell block long way shell tops bells l rocked emotion put harder rock hip hop prosecution evidence court settlement ad space liquor sick without benefits luxury tenements choking skyline low life getting tree top high back water remedy bitter tender memory class e felony facing death penalty stimulant sedative original repetitive violently competitive school unaccredited break beats get broken time inappropriate hip hop went selling crack smoking medicine loneliness remind thelonius dizzy propers b boys getting busy war time snap shot working mans jack pot two dollar snack box sold beneath crack spot olympic sponsor black glock gold medalist back shot sovereign state nots farmers trouble cash crops city like phase 2 hip hop simply amaze praise pay whatever say black cant save", "UMI Says": "dont wanna write wanna tell feel right dont wanna take time write wanna tell feel right hey tomorrow may never come life promised tomorrow may never show life promised aint perfect man im trying best aint perfect man im trying best put heart soul song hope feel wherever mean sincerely tomorrow may never come life promised tomorrow may never appear better hold moment close close close close dont afraid let shine umi said shine light world shine light world see abi said shine light world shine light world see umi said shine light world shine light world see abi said shine light world shine light world see sometimes get discouraged look around things weak people weak sometimes sometimes feel like crying sometimes heart gets heavy sometimes want leave fly away sometimes dont know passion takes feel like man going insane losing brain trying maintain thang put heart soul yall hope feel wherever sometimes dont want bothered sometimes want quiet life babies lady sometimes dont want get war sometimes dont wanna soldier sometimes wanna man umi said shine light world shine light world see abi said shine light world shine light world see jiddo said shine light world shine light world see elders said shine light world shine light world see want black people free free free people free free free black people free free free black people free thats matters thats matters thats matters thats matters thats matters thats matters black people unite lets get gotta gotta love peace understanding one god one light one man one voice one mic black people unite come right black people unite come right black people unite come get gotta love peace understanding one god one voice one life one man gon shine light black people unite hop right black people unite come right yeah baby thats like yeah baby thats like black people people black people people people people", "I'm Leaving": "yeah yo yo time plane leavin alright see airport im leaving jet plane dont know ill back kiss smile tell youll wait hold like know ill never go even though know im travelling man moving places space time got lotta things got god willing im coming back baby boo im travelling man moving places space time got lotta things got god willing im coming back baby boo im leaving well go head leave call heard around world wives mcs cats payin half pound garment bagll snatch aint got skate probably run back town scenarios like tear jerkers modern mc ie blue collar worker cause thing called rhymin different coal minin assignments unearth diamond start climbin start shinin strugglin strivin think prime timin maintain keep silent make note observation confrontation daily operation concentration stay focused recitation bout reach destination pause hesitation baby make preparation cause aint recreation pro ball lettin know yall show yall dough yall get phone call im ready blow yall bout go yall pleasure know yall im lettin know im leaving jet plane dont know ill back kiss smile tell youll wait hold like know ill never go even though know im travelling man moving places space time gotta lotta things got inshallah im coming back baby boo im travelling man moving places space time got lotta things got inshallah im coming back baby boo im leaving god willing ill back home drop heavy ass bags back bone around world catalogue rap songs baby girl walkin away long havent well least thats seem hometown like whole different scenery old timers stoop leanin leisurely new jacks parks smokin greenery easily taken granted sweet scented minute move around city limits break em vintage inovinin classical b boy image collect winnings cause reason came thing game fortune fame new york cackalacks cali cadillacs chicago know innovate infiltrate virginia state dc make stimulate philly know penetrate georgia make us generate lets set date get papes celebrate jams foreign lands even mans japan know mina san make everybody nippon say ichiban god man mo get phenomenon scuse thats phone call show yall trying get dough yall bout blow yall pleasure know yall im lettin know im leaving jet plane dont know ill back kiss smile tell youll wait hold like know ill never go even though know im travelling man moving places space time got lotta things got inshallah im coming back baby boo im travelling man moving places space time got lotta things got god willing im coming back back back im leaving ill back im leaving ill back world go dc world go va world go cakalacks world go london world go japan go world go paris go world go shake money maker shake money maker shake money maker move money maker move money maker", "Fear Not of Man": "bismillah ir rahman ir raheem hear ladies gentlemen im happy came ooh oooh whee brooklyn ha ha get every time got oh shout crew east west north south continent europe abroad international bring bring bring bring lot things goin yall 21st century comin 20th century almost done lot things changed lot things mainly us gon get together right believe listen people askin time yo mos whats gettin ready happen hip hop tell em know whats gonna happen hip hop whatevers happening us smoked hip hop gonna smoked doin alright hip hop gonna doin alright people talk hip hop like giant livin hillside comin visit townspeople hip hop everybody hip hop hip hop going going next time ask hip hop going ask going till get clear idea hip hop people hip hop wont get better people get better people get better well understanding people get better start understand valuable valuable got whole lot money cause somebody think sexy valuable cause created god god makes valuable whether recognize value one thing got lot societies governments tryin god wishing god wanna create satellites cameras everywhere make think got seeing eye eh guess last poets wasnt far said certain people got god complex believe true dont get phased none none helicopters tv screens newscasters satellite dishes wishing cant really never tell fear law tell try fret heart behind things think mind say im saying check world hearts pound rhythm fear men men must die mind matter soul flesh angels hold pen keep record time passing running like caravan trader world overrun wealthy wicked god sufficient disposing affairs gunmen stockholders try merit fear god sufficient plans prepared mos def flesh right place called earth holding square bout yall yall fair bounce come bounce b b bounce b bounce b bounce bounce step two three step two three step two two three one two three four one two three four world hearts pound rhythm fear men men must die mind matter soul flesh angels hold pen keep record time passing running like caravan trader world overrun wealthy wicked god sufficient disposing affairs gunmen stockholders try merit fear god sufficient plans prepared mos def flesh right place called earth holding square bout represent whole atmosphere bout represent whole atmosphere atmosphere atmosphere oh ooh brooklyn", "Oh No!": "yeah one treble two bass welcome great incredible paper chase keep boots laced wanna keep pace oh niggas aint scared hustle 7 days clothes ask originals cause know mos def nate dogg pharoahe step away mic cold funk might fracture nose say name say name observe stake claim independently lay played game two raise flame cause dickridin aint thang earned said wouldnt got way said couldnt im gettin whole grill crooked mad cause im gettin caked bookings yall askin permission stepped took kids better buy rookie card cause year price aint comin got joint bubblin get money cause minute theres gonna real trouble comin warnin usual cats wont heed hard headed always gotta feel believe shame jealous gaze short see face hit cement nod agreement could play nice decent dirty like 7 1 precinct call day make long evenin keep schemin man gimme reason women mamas church screamin lord jesus harder yall cause im smarter yall know deep gotta botherin yall pay attention watch flaco get larger yall pour pride rocks make swallow mathematic problem yall get harder solve every day saga evolve die stay rumblin bumblin hard move aint got discussion east coasts neck aint shruggin try bullyfoot end stumblin im daddy brooklyn yall niggas sons new york gettin spanked theres much trouble talk respect mine oh look let back long beach brooklyn know rock east west coast queens salute pharoahe step away mic cold funk might fracture nose contagious raps trapped cages stages wackness pharoahes raps blazin amazes claim thug go two ways without skytel pagers im intellectual pass essayseses motorcade police parades east la beef delis thus vent lust vent irrele huh hallelujah pharoahe monchll ya maintain frame mind screw ya get picture sit ya seat ya greet ya scriptures im equipped rip ya reach ya pharoahe mos verbal osmosis coast coast boast explosive ferocious lyrical prognosis dosage leavin mentally unfocused mcs come round youre next contestants catch beat dont hesitant sound cracks sediment evident medicine whole town skys limit games infinite im windows tinted seein im rap got lock man stop put mic back boy drop pharoahes flows blows shows like afros hate yall though thats nate dogg go oh niggas aint scared hustle 7 days clothes ask originals cause know mos def nate dogg pharoahe step away mic cold funk might fracture nose oh niggas aint scared hustle 7 days clothes ask originals cause know mos def nate dogg pharoahe step away mic cold funk might fracture nose oh look let back long beach brooklyn know rock east west coast queens salute pharoahe step away mic cold funk might fracture nose", "Mr. Nigga": "say ho everybody say ho way yo said take slow like way back day yo way yo everybody say ho everybody say hooooo hooo everybody say ho check cat eating town make whole dining room turn head round mr nigga nigga nigga got speakers trunk bass crunk riding highrise elevator tenants prayin aint new neighbor mr nigga nigga nigga try play like chump cause got want thirty years old already hes pro designer trousers slung low cause pockets stay swoll could afford get anywhere go vip club backstage show best crib best clothes hottest whips road neck wrists froze checks os ohs straight across globe watch got three time zones keep digital phone dome two assistants two bank accounts two homes one problem even os check po po stop show respect problem officer damn straight called race motivate jake give chase say want successful aint case living large skin dark flash light face cat dining town maitred wanna take whole year sit mr nigga nigga nigga got speakers trunk bass crunk cat armani buying wears tourists asking work mr nigga nigga nigga nigga nigga yo abstract mighty mos def white folks gotta mumble chorus beneath breath theyll say loud get close associates friends know sneak friends job happy hour bar song car even theyve never said lips stay sealed actions reveal hearts really feel like late night im first class flight brother sight flight attendant catch fright sit seat 2c approach officially talking excuse lips curl tight space cause dont believe im right place showed boarding pass sort gasped embarrassed put extra lime water glass hour later come walkin past hate pest son would love autograph stay nigga patrol american roads travel abroad got world nigga law folks get plane go please go seas get seized london heathrow people think illegals synonym negro far away places customs agents flagrant think dark faces smuggle weight cases bags inspected arrested attention directed contents intestines urinalyis followed x rays interrogated detained til damn near next day evidence apology regard even big american rap star us especially us especially mr nigga vip jail cell got shoe polish painted face say want successful make stressful start keeping pace start changing tempo cat riding town state trooper wanna stop ride pat mr nigga nigga nigga got speakers trunk bass crunk cat hundred dollar bill gotta send lab make sure shit real mr nigga nigga nigga nigga nigga nigga laugh criticize michael jackson wanna woody allen molested married step daughter press kicking dirt michaels name show woody soon yi playoff game sit back bug think would get type dap name woody black oj found innocent jury peers fucking nigga last five years fair equal right shit defendant face white white boys well success start well suspect dont hate folks poor got money americas five centuries deep cotton money see lot brothers caked yo straight new yall livin slave traders paper im live though yo im live though im puttin big swing kids yo got mom fat water front crib yo im get pretty bay windows im cop nice home provide safe environment seeds reside fresh whip whole family ride im still mr nigga wont find suprisin", "Brooklyn": "hey hey ha ha say say ha ha bust yo sometimes feel like dont partner sometimes feel like friend city live beautiful brooklyn long live believe im fire hey cause b r k l n place stay b r k best world usa b r k l n place stay b r k place rest born day bust sometimes sit back reflect watch world go thought connect think time past time come reminisce bed stuy spry young used try come neighborhood function throw izod say little something youngin days thuggin charlie chims yo im bugging fast forward nine gotta team seed must proceed gods speed perform deed livin space time round nine five long im alive paw got strive aint sittin roadside aint part plan im fam doin love city sweet gritty inland outskirts nickname bucktown cause prone outburst philosophy redefine us touch mines touch back walk streets like sweet get beat like drum tracks catch shakes jakes bust back bring marty face wit place run back im slums created bass thump back aint game clown play ya james brown jump back want jack young cats stash jums draw guns back momma screams sons tryin hunt recurring dream high stakes fourth largest first hardest brooklyn place settled dutch many years ago three billion strong go good morninnnnnnnnngg vietnam yo sometimes sit back reflect place live unlike place ever home big gats deep dish hammer rim caps mishap push wig back go get fresh trim fulton jay got timb rack blue collars metro carding thugs mobbing form partnership increase armament street pharmacist deep consequence seek sleek ornaments get caught rode white horse cant get big dogs trick get sent shoebox stash seeds gotta live real yo still yo love felt anybody come towners take train plane bus must something really want one year resident deeper sentiment shout go brooklyn representing sitting front stoop sipping guinnesss using native dialect sentences tree line blocks tenements mom pop local shop businesses travel around world great distances aint place know bear resemblance thats call planet borough province style thats uncommon sumner tompkins lafayette gardens wyckoff gowanus army jacket linings yo goes cats coney isle friday night front himalaya going wild goes crown heights smurv village 90s yarda trini browns village parkside tennis courts thirties forties fifties cats starrett city getting busy hook east stuy bushwick canarsie farragut fort greene marcy flatbush posse generals armies time form call let song playin loud long b love bucktown strongly raise brooklyn habitat place happen live sway sharp balance battle axe irons brandished thugs draw hammer back find news two crew cameras fam summertime jam play big get open like sandal back hotter candle wax hustlin cant relax crack babies tryin find mamas handle black big police scandals turn actions screenplays sold miramax type place check appearance cats know hot lo gear stompin grounds find pound smoke blazin john wave cap floatin back doorstep disposessed posted dope fiends franklin ave sellin zovirax big balling better keep money folded back cause young guns notice black brooklyn keep takin worldwide known flossy cats get snatched like local tax place sharpen baritone vocals one greatest mcs local cat"} \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rapper-metadata.csv b/lecture/lecture-9/rappers/rapper-metadata.csv new file mode 100644 index 000000000..7b58628ac --- /dev/null +++ b/lecture/lecture-9/rappers/rapper-metadata.csv @@ -0,0 +1,93 @@ +artist,popularity,birth_year +gucci mane,84,1980 +puff daddy,78,1969 +redman,71,1970 +the game,77,1979 +action bronson,68,1983 +ugk,66,1973 +raekwon,67,1970 +yasiin bey,52,1973 +nelly,81,1974 +mf doom,78,1971 +immortal technique,58,1978 +50 cent,86,1975 +wiz khalifa,89,1987 +del the funky homosapien,61,1972 +gza,62,1966 +drake,100,1986 +mac dre,58,1970 +cardi b,90,1992 +juice wrld,97,1998 +insane clown posse,66,1972 +jay z,88,1969 +too short,71,1966 +talib kweli,62,1975 +dababy,95,1991 +brother ali,54,1977 +beastie boys,74,1965 +ice cube,79,1969 +jedi mind tricks,58,1977 +kool keith,45,1963 +missy elliott,77,1971 +e 40,74,1967 +a ap rocky,87,1988 +the roots,67,1971 +three 6 mafia,67,1977 +mac miller,88,1997 +k rino,43,1970 +childish gambino,82,1983 +nicki minaj,93,1982 +2 chainz,84,1977 +killah priest,50,1970 +a tribe called quest,72,1970 +camron,59,1976 +ll cool j,69,1968 +lupe fiasco,72,1982 +common,69,1972 +canibus,45,1974 +ice t,60,1958 +watsky,61,1986 +trick daddy,64,1974 +krs one,60,1965 +kendrick lamar,90,1987 +lil wayne,92,1982 +outkast,80,1975 +tyga,87,1989 +geto boys,61,1966 +viktor vaughn,56,1971 +jeezy,76,1977 +lil uzi vert,92,1994 +busta rhymes,78,1972 +blackalicious,54,1971 +aesop rock,63,1976 +snoop dogg,88,1971 +kool g rap,52,1968 +rza,61,1969 +lil kim,72,1974 +ghostface killah,66,1970 +sage francis,43,1976 +eminem,95,1972 +public enemy,62,1960 +queen latifah,61,1970 +tech n9ne,77,1971 +nas,91,1973 +clipse,58,1972 +ludacris,82,1977 +rick ross,85,1976 +jean grae,44,1976 +salt n pepa,67,1966 +cypress hill,73,1965 +j cole,96,1985 +mobb deep,72,1974 +wu tang clan,72,1969 +king geedorah,56,1971 +cunninlynguists,52,1971 +wale,78,1984 +2pac,84,1971 +twista,73,1973 +rakim,62,1968 +ti,81,1980 +murs,54,1984 +danny brown,68,1981 +kanye west,93,2013 +lil b,95,1989 \ No newline at end of file diff --git a/lecture/lecture-9/rappers/rappers.csv b/lecture/lecture-9/rappers/rappers.csv new file mode 100644 index 000000000..d00a1fd1d --- /dev/null +++ b/lecture/lecture-9/rappers/rappers.csv @@ -0,0 +1,93 @@ +artist,lyrics +redman,mic check get smooth groove relax tongue let mic take cruise around planet pack em like janet jackson shes askin slam im yo yo redman man fuck man get fuck punk smooth shit man get rough shit man know mic check walk around streets black tec 9 waistline kickin hype shit never claim best type rapper show motherfuckers im im gold platinum beef hurricane g packs gat son trigger bang bang yo bust slang name redman funk train psych youre motherfuckin right tonights night wanna like dynamite work perfected funk injected roughen rough draft like make head split punk pass forty blunt dont front block cause front brothers gettin stomped im addict like puff magic pass im cause crew dont claim big rap star cause matter youll still catch bullet scar listen take heed im sayin cause tonights night niggas aint playin fat black bitch nasty bush bear booga breath bitch nasty talk tits bitch nasty africans mr bojangles turned shoes havin ass lemming leprechaun haircut motherfucker wanna see get cool please save breeze cause lyrics tracks make funky like cottage cheese fuck smooth shit get boom bip like q tip kick styles bruce shoes kick tonights night write tonight type funk flavor like mike n ikes hanging niggas niggas pack pistol posse keep fingers triggers keep forty lap coolin rollin highway blunt system pumps cause friday roll pick boys raise lot noise cause black get bozack jack remember type evil men like cursin window bitch friend turn volume notch watch ba bump ba bump make speakers pop thats funk pumps makes rump jump jump jump jump jump jump wanna see fly frantic cool romantic slicker man rick better check yellow pages smooth shit cause red aint bullshit niggas fucked lettin make album get mic let fuckin style run nasty fuckin green thumb jolly green niggas tango mango pickin havin ass nasty epileptic disease crazy havin ass johnny cash afro havin jack spades boots havin tony danza shoes wearin ass b b b black popular demand expand hand mic let mouth kick flim flam get sex get wreck puff mad blunts get vexed break necks punch gold fronts chump yo fuck yo turn shit man turn shit man turn shit g boom new record know im sayin hey hey muddy fucking waters mixtape man im high bitch motherfucker need beat need fuckin beat dont need turn beat need elements hip hop lets get back elements shit josh like man like man lets turn shit man lyrical wordplay yall feel good one man real emcees know yeah like shit lot man dun fiato rome york building check hit bong im godzilla taking hong kong eating wantan wid shotgun long johns unsung story tell im ready im student school bell prevail wordplay thirsty bust three ks martin luther king birthday berkeley college twenty dollars got smoke enquire knowledge little psychotic know rate im michael jordan final four fighting wayne gretzky im relevant lets see whos spittin yall coke pepsi cant tell difference im darryl im pitchin white girl em twitchin rap game kitchen easy pickens rebel wid cause mind like fuck mine ill put mind wall im tour gettin bread tattoos job giving tic tacs bathrooms hate gossip ill mash media moshpit release ba boom chat room weed bags vacuum smuggle one blunt bitch gon fuck chicks tivo meatloaf hit belly doc droppin dimes take precautions got paul bearer build coffins rappers nonsense nonchalantly im thinkin darker convict conscience thats im sweating armpits thats bomb gang rate city like 80s kendrick lamar live gotta harvest purple apartment across park sell pounds cartman think like orphan im zone freestyle words might need home executive net demand respect check dont even talk text wrong tone stay bay um delay ride pull pins hand grenades amazed hate either way get heated like kanye sway im done wid fun wid stay back tell girl come get mr right want mr wrong swing along like serena arms yo look yo matter people say im gon keep rappin way matter may think ima keep doin thing im worst thing since fat bald men decided write songs teach mouseketeers sing stick britney spears room full mirrors gets fifty years bad luck causin terror christina aguilera grab hair drag across sahara beware rap terrorist therapist hair ass like rabbit crawled pants got habit holdin tylenol hands til melts fuckin palms dissolves glands fool visit playground two biscuits lay school district get pistol whipped mossberg pistol grip fed pitbull shits sniff glue sticks like give two shits get rich get sued yo leave wit injure blow four ya one handstand top yo ninja crash doc stir madness til yall outta work like tony atlas walkin cans laundry basket americas army us fuck flossin take whats unload fifteen like ace four im outta work doc laid tape yo targeted arsonists papermate pens filled wit arsenic got hoes dont know prada doc could shape touch barber miss fade bloody blade turn rap camps crystal lake fuck bitches face ima cause thats white boy tano hows everybody doin tonight hope youre mood get drunk scream fight cause uh gettin fuck suck dick yall dont wanna bump hows everybody feelin tonight hope mood get rude ill fight cause uh gettin fuck suck dick dont wanna bump matter people say im gon keep rappin way matter may think ima keep doin thing yo jabs spittin hospital son admit rip lips kiss ass slap bitches doc marshall maths weed x acid tabs im whats happening run doc rob de niro heat come barrel hang camaro aimed nose hoes hard breathe flash gat town bogart wallet chain main target beef like cold engine dont start bust air hit airplane pilot clowned rap surround sounds around ten speed brown shoe doc eminem cock mm blood flows 2pacalypse like funk doctor meets punk rocker got drugs stocked inside lunch box pop junk like got jumped popped trunk pulled shotgun pump knock wood good thank god vodka cause luck ill probably get shot stalker probably got fanatic waitin upstairs attic automatic callin man stan gat hand stakin house tan tinted sedan pull mouth till cant finish damn ham sandwich spinach spam til gotta sip straw shoplift mall pictures moms living room wall hey maybe ill give call psyche fuckin bitch suck dick two balls im givin job descrip piss bitches priests pop pills til police officers arrive scene pull kim teeth dick hands balls yall kiss ass pants cause im goddamn wall might well painting smashed floor hows everybody feelin tonight hope mood get rude ill fight cause uh gettin fuck suck dick dont wanna fuck hows everybody doin tonight hope youre mood get drunk screw fight cause uh gettin fuck suck dick yall dont wanna bump matter people say im gon keep rappin way matter may think ima keep doin thing matter people say im gon keep doin thing matter oh possibly lot rain afternoon thunderstorms highs mid eighties lows seventy five degrees 1130 wfds darkside radio dave rockin reel take caller caller youre air yeah yeah yeah roz newark wanna hear tune redman cant wait tune bomb yo got coming darkside radio cant wait woo yo yo yo comin live smokin mad phillies niggas hoodaville section niggas weequahic section word bond somebody said jamaica queens motherfucker dont give fuck gon set like jersey fuckin hid ouse mid outh im like rah rah like cerebral palsy flows bes wet like girls drawers crack phills spread buddha hiddash roll ask chipped ten bag et cetera roll blunts two textures pick fifty bags smoke extras truth like vodk one eighty proof dont drop drawers ill fuck daisy dukes put fingers air youre high walk f drive swing batting average half good reggie jacksons thats talk backwards uh chumps bogart shit like humphrey couldnt beat ran 21 jump street 90210 fuck yo movies im nigga puffin buddha back row cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get im smoky boy im land lost cant see like charlie angels boss im often coolin round blid docks rock round clid dock glid dock cocked 16th lenox ask roger thomas im gettin scopic milk like two tits im butter like blue bonnet got funk ayy ayy ayo well got weed never sniffed used puff woolas jam back 88 twenties gram brizzail couldnt feel braille hell write names walls smoke spots im buyin l fly guy force like luke sky menage e trois bitch youre fly funkadelic rockin mics since fourth grade terminate like x terminate like schwarzeneg dum di dum rock like buju banton soup like wonton funk tons rums please whole crews making cheese tonights night baby suck cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get cant wait get said catch train left smoke choc set shit like boba fett big niggas housing projects im runnin ya continue split guts grab rail get scared lines rock well got whits like pernell shits bomb like akinyele rickety rocket mind deep loch ness waste niggas like toxic wet like galoshes handle biz cause chaos bring lot def jams yes act stupid ill pop trunk cla clunk give ba bump ba bump ooh cool smooth like two blue suede shoes yall faggots slept huffman koos word dan tan pillow cool b switchin speeds like bruce lee ridin fuji movie drop one fuck two three funky like box coochies loose leaf yo yo yo said switchin speeds like bruce lee ridin fuji movie huh sayin shit didnt get laugh figure shit get home hahahaha yo fuck yo yo fuck yo yo yo yo yo yo yo fuck yo yo yo yo yo fuck yo sim simma got keys bimmer jack move thats act team hey yo yo yo yo yo stretch nigga let motherfucker pass us blunt nigga heard nigga say puff puff pass motherfucker puff puff pass motherfucker yo yo yo yo yo sim simma got key bimmer jack move thats act team throw triple beam fish scale bailed county counterfeit bills slang high range brick city watch sniff son im highly octane hear bang bang yo remember bitch shit forget last name game nuttin else delf walk woods stomp foot high take comp hood gorilla impact rap habitat get steppin air max bounce cockin back bounce got six pack heineken big kap wheels two laps give stella groove back middle name must fuck cause every time walk niggas like fuck ill dat ill dat ill dat ill dat first name must aint shit cause every time im car bitches like aint shit ill dat ill dat ill dat ill dat heard party goin yeah well let shake stankin ass yeah soon walk dogs barkin haters play back stay front like handicapped parkin startin arsons jers arkan sas coughin dread apartment roll jam front end bent watch chickens fo end gettin salmonella im ghetto like dd fuckin wit banned tv part iii heartbeat tiger straight cup youre light ass son weigh bout buck im one ninety physique two hundred thirty fo pounds total im carryin heat platinum wax platinum streets nigga disagree smack teeth bag little piece rockin ice give projects rhyme night weed made devils advocate hot take days crew drugs duane reade couldnt breed dry sun ill amount ten keys redbones im bonin mcs clonin thats doc stretch mornin yawnin middle name must fuck cause every time im hood niggas like fuck ill dat ill dat ill dat ill dat first name must aint shit cause every time im car bitches like aint shit ill dat ill dat ill dat ill dat niggas bitches puff puff give niggas bitches puff puff give yo yo gotta monkey gorilla four im tab still world rap biller push big benz chickenhead drawers hangin antenna ill goddamned nigga take mine foot shit put rollerblades mind business nine swiftness ill pull stretch like fonda fitness im everyday nigga like im toyota ar hope dont drop quarter wrapped puta hefty two ply haul ass back utah middle name must fuck cause every time im hood niggas like fuck ill dat ill dat ill dat ill dat first name must aint shit cause every time im car bitches like aint shit ill dat ill dat ill dat ill dat middle name must fuck cause every time im hood niggas like fuck ill dat ill dat ill dat ill dat first name must aint shit cause every time im car bitches like aint shit ill dat ill dat ill dat ill dat fuck yeah yeah yeah yeah yeah w fuck yall radio ya man big tigga ill dat ya heard yo like thirty degrees dc niggas strap timbs get puffy coats ill see chickenhead ass bitches club later ill ha ill dat pick pick pick pick pick pick pick pick find bag weed floor motherfucker fuck gon pick pick pick pick pick pick crack cold becks keep hoes check double vest nigga wreck discotheque sit back relax squad kick tacks tap man back like see ahh yes comin north south east west hold nose take deep breath recess bless mics three times day three times night equals subliminal sequels strictly laughing mcs lyrics years run ten deep niggas like ahh changed style shut fuck ya still dick ridah 96 get wit keep back day shit squad hit tin listen must forget originated wild shit rrraahh rrraaoowww shit jump ready fuck shit shit brick city get kid peace buddah smokers prince fuck ya heard brick city runs shit ppp got glocks tecs def squad always got fly shit deck say got fly shit deck say got fly shit deck ppp got glocks tecs def squad always got fly shit deck first mcs balls straight pubic hairs everything lick whole plate bay area roll las vegas mcs love hate us drop skills might send wind chill factors back patterson jc hacken sack step uncorrect get blackened assassin find da mcs jazz men dont tote guns tote funds still puzzled antidote runs whole vocabularys played admit still wack came mouth spit remind school sunday class beatin kings doin seventy hyundai blast give em good reason open alcatraz back nobody got red shook weirdo ever since doctor said push def squad skills make hard overlook thats hardcore promoters still book shook g word hah hah see bag weed floor motherfucker fuck gon pick pick see bitch passed fuckin ground fuck gon pick pick keep fly yall fly fly yall aiyyo dont ride dick real mcs pull joints like spike blow crews degrees buy gs half pound dope mcs bag cheese get weed smoke indoneez im milky like magnese oh seven one oh three rest car thieves guzzlin quart sports sorts nonchalant spark buddah front porch courts f u n k c p feel solo type remedy freeze hah ha hah oh yes sippin cristal fingers bitch dress dont play close cause jealousy make folks act loc another nigga smoked impression second guessin verbal weapon youre lettin spit sixteen bits come equipped still walk around hooked motorola flip hip fuck government drop shit microscopic topic stay mo bent mcdonald arches uptown got la la spots bad ass hoes 54 11 reeboks still walk around grill cause niggas blinded hip hop shit real aint havin im clappin shit fuck rappin shit cause accidents mc wonder got get busy simply ginger remi dont stop def squad crew hot fillin brain supreme octane gilla house gillahouse smoke purp haze smoke haze cheese smoke cheese kush smoke kush sourdeezal aint feeling anything roll bomb alright alright gillahouse rollin marijuana bud jack herer uh blood redman codename cheech hash burns carseats baby boy like tyrese hittin l rock bells release mr green yeah thats got knockout bud muhammad leaf young bob marley speak po po hide bud briefs highest highs boys fire smokin like trying get greek 420 light kief im wiz getting curreny streets bill clinton said hit weed speech smoke sour everyday week nigga preach smoke purp haze smoke haze cheese smoke cheese kush smoke kush sourdeezal aint feeling anything roll bomb alright alright gillahouse lets go smoke fire come smoke lets go get higher booooomb sensation breathe system yeah blunt filled kush cheese purple sour diesel call smoking reefer keep weed system truth told get higher blake griffin imagine im sipping drink gonna need prescription better highgrade selling never start cypher without telling cup empty need refill something chase e pill hit dealer 3 wonder got hash still cause gillahouse im reppin stay high get fly im jetson im high horse like western never leave house without protection thats something pastor cant preach thats something jail could teach get high put money weed probably spend cause sour aint cheap chief smoke purp haze smoke haze cheese smoke cheese kush smoke kush sourdeezal aint feeling anything roll bomb alright alright gillahouse nineteen ninety motherfuckin two straight jersey phillie blunt lives yo b tell em shit goin time time time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action corner funk bodysnatcher p funkadelic gat ya hard enough chew whole bag rocks chew avenue chew street block turn around damn thing soloist cause reggie nobles pissed crush whole brain frame cause couldnt maintain funk rap style lunch chump cause 92 take whole crew give punch funk knock gold tooth loose show type stuff im cant puff sniff born funkadelic devil hit rap level ten one two three youre pinned get action everybody jump wit rump like way sounds punk pump back trunk let loose juice rock im hot say got juice 2pac straight outta jersey heard brother im laughin time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action time time time lights camera cock back hammer straight land lost ima hit funk force make run rap style back crack aisle brotha strike pose like madonna moms kicked want ta original p funk chump dump trunk funk skull caps cause jaw snaps raw rap color bad plus color black funk pack red freak funk track come let kick show hell come get dumb one one two check rep hip sex make twist list funky brain cell puffed spliff hi hat go buy listen look oops brother eyes floor pick em pour lyric funk brain punk listen name chump got glock pow body block tryin step exorcist kick get mad wicked twin cock biscuit blow head asking whos one rapping time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action time time time action yo 1992 redman gets paid yeah know im sayin goin okee doke believe hit squad definitely house brothers dont knowin whats word bond gotta show flava back funk track like black sheep man jump say uh whos redman wheres redman kill smother get yo yo red yo chill g chill akh man yo dont gotta say microphone check one two ayo ready get man ready get drunk fuck sayin somethin ayo check kool v keeps bangin keep swangin mike type sangin ooh la la la yo im smokin herbals til hurts keep daughter way past curfew hard far commercial dont give fuck smoked land thats doped doubt bomb weed cop streets get open like buttcheeks girls freaks ayo swv rap shogun yes e one yo im rolling forty pack niggas get weed branson cause sacks bigger yo give dap nigga clap lyrically tap call back ferocious causing comatoses collapse chinky eyed see people waving map make hotter thermostats bomb mcs rough megahertz call funk doctor verbal starburst lyrical expert boombox better form union cause leave circuits overworked word bond niggas front like want five hundred e steadily gettin blunted damn nigga cool spittin holding blunt long politickin ace blunts technician electrician dont got pot piss still spend last hydroglycerin keep live jive rolling dutches thats masters like furious five keep crew chinky eyed bitches actin dog toke yo yo ready roll weed ready knock nigga yo ready get chedda ready start shit smoked lot college students em wasnt graduating knew know weed slang yeah boy speak fluent light college dorm entourage newark bigger come harder fall goes knuckleheads mcs pussy walls lit first l started crawl got ass whooped first brawl things changed since twelve years old specialize wreckin mics area codes ppp kinda niggas thatll bug ya smoke bud ya later stick slug ya everything thats light green aint bomb bitch got different forms make lose calm bitch read lips aint hittin unless got ten get get fuck cypher ready roll weed ready rob nigga ready fuck bitch ready guzzle liquor whatever man whatever man whatever man whatever man awwwwwwwwwwwwwwwwwwwwwwww shit check yo 1992 begins new wave blunt rollers know im sayin saga phillie blunt continues flavas p funk yall get wit check check new type gimmick splendid since youre shit lets see youre strictly trying roll blunt get hang youll carry blunts archie bunk first get fat bag ism uptown local store sells shit friend purchase phillie city philly silly punk im talking cigar phillie blunt lick blunt phillie blunt middle split dont razor blade use fuckin fingertips crack bag pour whole bag spread ism around ism reach end take finger thumb tip tip roll motion top piece lick seal dry wit lighter ya gotta results mmmmmmmmproper thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt lets roll bluntand get fucked thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt lets roll bluntand get fucked yeah second paragraph might makes laugh brotha rolls blunt breath smells like pure ass thats know gotta take blunt cause breath dragon dungeon would shit would stop drippin wit saliva gonna lick dont drown spit shit dunno dick last puss licked quick bout non blunt rollin females always fucks cause dont wanna break lee nails better pickup every seed paid 10 bills get ill spilling better get lost get grill bo know everything sports stuff bet bo dont know roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt lets roll bluntand get fucked thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt thats roll blunt lets roll bluntand get fucked yeah sit yo big ass yo yo check want real niggas females got fat blunt ya mouth feeling high hell want yall repeat check im fucked im fucked im high hell im high hell yeah last least redman like say peace blunt rollers tri state middle east gimme blunt kick bucket devil devil high wrong one fucked everybody put blunt air take puff blow smoke like ya dont care soso heard thru next block im peace redd foxx im cess spot yeah dj twinz house yeah redmans house yo peace pack pistol posse 456 yo im yo reg turn shit man +nelly,love need nelly love need matter think even im boo boy know im crazy matter think even im boo know im crazy met chick moved right block uh got hots finest thing hood done seen oh oh got man son though thats okay cause wait cue listen play position like shortstop pick erything mami hittin time plan make one mine thats sure cause never type break happy home uh theres somethin bout baby girl cant leave alone tell whats gonna said dont know mean matter think even im boo boy know im crazy matter think even im boo know im crazy see lot look never say word know niggas start actin trippin girls theres way nelly gon fight dame see like steez style whole demeanor way come holla swoop two seater thats gangsta got special ways thank ya dont forget uh aint easy pack leave uh dirty got ties different reasons respect right turn leave said dont know mean matter think even im boo boy know im crazy matter think even im boo know im crazy sing k love need nelly love youll ever know boy sure always count love forevermore yeah yeah east coast know shakin right south know bouncin right west coast know walkin right cause dont know mean midwest see swingin right matter think even im boo boy know im crazy matter think even im boo know im crazy east coast know shakin right south know bouncin right west coast know walkin right cause dont know mean midwest see swingin right east coast still shakin right south see bouncin right west coast know walkin right cause dont know mean midwest see swingin right matter think even im boo boy know im crazy matter think even im boo boy know im crazy matter think even im boo boy know im crazy east coast know shakin right south know bouncin right west coast know walkin right cause dont know mean midwest see swingin right east coast still shakin right south see bouncin right west coast know walkin right cause dont know mean midwest see swingin right come wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way club late night feeling right looking trying spot something real nice looking little shorty noticed take home 18 attitude 19 kinda snotty acting real rude long thicy thicy thic girl know peep something coming towards dance floor sexy real slow saying peeping dig last video nelly go could tell measurements 36 25 34 yelling like way brush hair like stylish clothes wear like way light hit ice glare see boo way wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way face body frontenac dont know act without vouchers boots shes bringing nothing back feel impact shop plastic skys limit haters cant get past watch gas 4 dot 6 range watch candy paint change every time switch lanes feel strange making living brain instead caine got title momma put whip name damn shit done changed running credit checks shame feel fame cant complain shit im mayne town im getting pages new jersey courtney b telling party nyc make damn right next flight paying cash first class sitting next vanna white cmon wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way check check yo know something dont know ive got something tell ya wont believe many people straight doubted flow said failure motherfuckers asking dough im yelling cant help ya nelly get tickets next show hell real hey yo im fly guy fly high niggas want know fly yo good range rover wood like fuck good suck good stud niggas wishing niggas popping like drug dealers sipping chrissy bubb macking honey club benz icy grip telling leave friends shorty wanna knock knocking shorty wanna rock rocking shorty wanna pop popping crist shorty wanna see ice ice wrist city talk nelly listen nelly talk city listen fuck fly bitches walk pay attention see ice glist niggas staring know diss honies looking wish come boo gimme kiss cmon wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way hey must money hey must money hey must money must money wanna go take ride 3 wheeling fo gold ds oh live way wanna go get high smoke l back benz e oh must feel way yeah mustard beat ho shawty hit late night got man got thinkin shawty aint right say aint creep life wanna take pipe aint mad nobody wanna body give key girl meet lobby talkin bout oh ill lay go girl til reach ocean oh come get dick need fix yeah medicine know like like get itch adrenaline heart beatin outta chest pressures buildin got need come fuck get feelin got sexual healin oh baby baby bust open every time get inside soakin wet turn bed slip n slide spread eagle nigga eatin like suppa time shawty knows whose mine aint mad nobody wanna body take deep let nigga like get body girl oh ill lay go girl til reach ocean oh come get dick need fix yeah medicine know like like get itch adrenaline heart beatin outta chest pressures buildin got need come fuck get feelin got sexual healin oh baby baby baby baby need fix yeah medicine know like like get itch adrenaline heart beatin outta chest pressures buildin got need come fuck get feelin got sexual healin oh baby baby hot shit mmmmm im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass mmmmm find st louis rolling dubs smoking dubs clubs blowing like cocoa puffs sipping bud getting perved getting dubbed daps hugs mean mugs shoulder shrugs accumulated enough scratch navigate wood decorated chrome candy painted fans fainting im entertaining wild aint money get acquainted hang hannibal lecter feel bring sing loud im lou im proud run mile cause im righteous law player styles raw im born mack like todd shaw forget fame glamour give ds rubber hammer grammar bes ebonics gin tonic chronic fuck bionic ironic slamming niggas like onyx lunatics till day die run game bulls sonics im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass say pretty boys cant wild niggas loud niggas ok corral niggas foul niggas run club bust crowd nigga nigga ask going nigga nigga come circus watch clown nigga pound niggas giving im around nigga frown niggas talking shit leave town nigga say hoes come play hey im ready cut day play rules boo gon stay high may answer third question like ai say hi niggas left slamma st louis memphis texas back indiana chi town kc motown alabama la new york yankee niggas hotlanta louisiana niggas country grammar smoking blunts savannah blow thirty mil like im hammer im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass lets show cats make millions niggas quit acting silly mon kid quicker billy mon talking really need mon flows kick em freely mon especially remi mon keys beemer mon holler beenie man see mon chiefin rollin deeper mon jennings mon u city back kingsland nice niggas sheist niggas snatch yo life niggas trife niggas produce sell beat twice nigga ice niggas close never sober broke brokers price range rover im knocking like jehovah let let bill gates donald trump let spend got money lend friends candy benz kenwood 10s win fucking lesbian twins seeing pen make ends im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass im going baby street range rover street sweeper baby cocked ready let go shimmy shimmy cocoa listen pound light take puff pass hot hot hot oh want little bit little bit little bit little bit little bit little bit like good gracious ass bodacious flirtatious tryna show patience im waitin right time shoot steez waitin right time flash keys uh im leavin please believe rest heathens check got locked top fo seasons penthouse rooftop birds im feedin deceivin nothin sleeve teasin need get dance floor give man askin cause feel like bustin loose feel like touchin uh uh cant nobody stop juice baby tell whats use said gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes bar aint poppin bottles good fame aint fuckin models see drivin sports cars aint hittin throttle ill hundred top goggles got freeway exit 106 parked ash tray flip gate time spark gucci collar dollar got walked spit game cause baby cant talk warm sweatin hot joint vokal tanktop point wit winner baby cant lose got secrets cant leave cancun take like youre home alone know dance front mirror youre phone checkin reflection tellin best friend like girl think butt gettin big gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes mix little bit little bit let fall give little bit little bit let hang little bit sprinkle let fall like ya girl baby make oh stop pacin time wastin got friend pole basement im kiddin like jason unless gon extra extra spread news nelly took trip lou neptunes came back somethin thicker fittin sasoons say got thing cuttin restrooms gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes gettin hot take clothes gettin hot wanna take clothes mix little bit little bit let fall give little bit little bit let hang little bit sprinkle let fall like ya girl baby make oh yall niggas wanna get like surrounded bitches look like know know know know niggas blowin trees hands sick throwin keys know know know know say yall niggas wanna get like run show go look see count bitches nigga 1 2 3 said feel like something else tell something else yea say kissin far goes dont worry straight like actors nose ball ball wall wall sayin cant small floss rolex audemar om arm im outshining yall feel hey hey want hey hey til yo back sore hey hey lets go lets go aooowww yall niggas wanna get like surrounded bitches look like know know know know niggas blowin trees hands sick throwin keys know know know know uh im shizzniyee follow example bitch ie cause im front row isaac mizrahi truck aint suck diznayee hoes wanna get like get speakers prose like im game pros like bitch im pro aint ho like bitches aint stuntin cold like call bitchie necole like pull ghost east coast like nigga spend money like coke price free uh bon voyage nicki baby buns minaj back bach slumpty humpty dumpty back bike stunts comfy yall niggas wanna get like surrounded bitches look like know know know know niggas blowin trees hands sick throwin keys know know know know wrong dance low song boyfriend gone napkin put number wrong drop shawty get eagle tell boyfriend stayin simone matter fact put number phone im fly nigga tatted fade yea rocking waves niggas braids air force 1s took em js wanna play dumb like bay tourin overseas 2 50 everyday came back middle may maybach chick named may wanna know shawty yes may see whole rap game sounded like put drums sounded like p shawty say horny sound like say wanna bring partner okay sound like 3 fresh yacht feet sand walk club demand got whip lot bout 400 grand gold round neck pistol close hand cause yall niggas wanna get like surrounded bitches look like know know know know niggas blowin trees hands sick throwin keys know know know know uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream top like im basement number one spot found replacement swear cant take knowing somebodys got baby aint around baby cant think shoulda put shoulda got ring cause still feel air see pretty face run fingers hair love life shorty wife left im tight cause knew aint right uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream riding man swear see face every turn trying get usher cant let burn hope know one yearn miss learn didnt give love guess got payback im club thinking baby hey easy love wait guess love wasnt enough im going every time im alone im missing wishing pick phone made decision wanted move cause wrong uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream ever loved somebody put hands ever loved somebody put hands theyre gone wishing could give everything everything said ever loved somebody put hands ever loved somebody put hands theyre gone wishing could give everything uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream uhh uhh uhh thinking bout thinking bout thinking bout us gon opened eyes yeah dream travel back road come back one knows realize yeah dream uh uh uh uh uh uh wait minute uh ohhhhhhhhhhhhhh uh uh hear lunatics yall ready let hear ya uh ohhhhhhhhhhhhhh im sucker corn rows manicured toes fendi capri pants parasucos rise diddy city one two throws im draftin em outta high school straight pros knows know love make knees touch elbows break low flo go throw slow everytime bust rhyme baby gimme mo say like hit behind ill right back yeah thats next line use time time im speakin mind matter im shootin game pigeon dime ask talkin shit tics somebody probably jealous cause bitch got hit aint nobody else droppin shit like apologize nah fuck em leave em pissed hey andele andele mami ei ei uh ohhhhhhhhhhhhhh whats poppin tonight andele andele mami ei ei uh ohhhhhhhhhhhhhh head right nelly erynight gamble break dawn nigga money long nigga pass skirt talk thong nigga say im wrong fuck im grown nigga aint bout money best gone nigga im flashy double takes walk past nasty dont scared boo go head ask drive fastly call jeff gord black ss naviga tion see joint blaz somethin smells amaz got chick rollin half black asi another one page tellin come home husband vacation left home alone used v 12 powers weight loss powers phat farm iceberg slim one shower get room trump towers hit 3 hours kicked bitch room cause used word hey andele andele mami ei ei uh ohhhhhhhhhhhhhh whats poppin tonight andele andele mami ei ei uh ohhhhhhhhhhhhhh head right nelly erynight ayo smash mouth whole ounce sticky wash hands gold spout feelin icky let go hos mouth aint picky start frontin shows whatchu mean twenty inches roll ouuuuuuut come get big faces fold ouuuuuuut wit dont make pull fo fo ouuuuuuut keep closer dough ouuuuuuut slide escalade e gettin solid like ice capades heezy frosty roger rabbit bugsy understand wrapped wrists like mummies compare local grocery youll see got karats aldi bread aisle g bag scan sure like al b meet tics maui hey andele andele mami ei ei uh ohhhhhhhhhhhhhh whats poppin tonight andele andele mami ei ei uh ohhhhhhhhhhhhhh head right nelly erynight st louis yall uh uh uh ohhhhhhhhhhhhhh uh feel lunatics yall uh uh uh ohhhhhhhhhhhhhh uh uh uncle phil yall uh uh uh ohhhhhhhhhhhhhh yell universal yall uh uh uh ohhhhhhhhhhhhhh uh uh chillin chillin chillin crew yall andele andele mami ei ei uh ohhhhhhhhhhhhhh whats poppin tonight andele andele mami ei ei uh ohhhhhhhhhhhhhh head right nelly erynight rob jewelry store tell em make grill yo bout start epidemic wit one yall know def add whole top diamond bottom rosegold got 30 bottom 30 top invisible set little ice cube blocks could call drink call smile rocks could call price lets say call lot got like platinum white rose traditional gold im changing grills every day like jay change clothes might grilled nicely white tee south beach wife beat vvs studded tell cut see grandmama hate lil mama love cause open ya mouth ya grill gleaming eyes stay low chiefing got grill call penny candy know means look like laters gumdrops jelly beans wouldnt leave nothing crazy man would catch city somewhere hood say smile daddy let see ya grill ya ya grill ya ya ya grill rob jewelry store tell em make grill smile daddy want see grill ya ya grill ya ya ya grill add whole top diamonds bottom rose gold baby iceman paul wall got mouth looking something like disco ball got diamonds ice hand set might cause cold front take deep breath teeth gleaming like im chewing aluminum foil smiling showing diamonds sipping potent oil put money mouth bought grill 20 carats 30 stacks let em know im real motivation 30 pointers vvs frontage mouthpiece simply symbolize success got wristwear neckwear thats captivating smile thats got onlookers spectating mouthpiece simply certified total package open mouth see carrots salad teeth mind blowing giving everybody chills call george foreman cause im selling everybody grills smile daddy let see ya grill ya ya grill ya ya ya grill rob jewelry store tell em make grill smile daddy want see grill ya ya grill ya ya ya grill add whole top diamonds bottom rose gold gipp got yellows got purples got reds lights gon hit make woozy head catch 2 short drop mouth got colors like fruit loop box lou ice grill country grammar hustlers move bricks gangsters bang hammers got em spot em top bottom got bill mouth like im hillary rodham aint dissing nobody lets bring light gipp first mouth bright white yeah hoes cant focus cause eyesight blurry tipping 4s see mouth jewelry got four different sets fabulous thang one white one yellow like fabolous chain set got name mold whole top diamonds bottom rows gold smile daddy let see ya grill ya ya grill ya ya ya grill rob jewelry store tell em make grill smile daddy want see grill ya ya grill ya ya ya grill whole top diamonds bottom rose gold sing boy get ya grill way much pay every time see tha first thing im gon say hey smile daddy let see ya grill ya ya grill ya ya ya grill rob jewelry store tell em make grill smile daddy want see grill ya ya grill ya ya ya grill add whole top diamonds bottom rose gold big boys give two pairs need two pairs get stompin air force ones big boys stompin air force ones like white high top strap gum bottom theres somethin bout em dirty thats got em leave em strapped laced come em last person touched em shot em look see lime green forces kiwi couldnt get color personal genie know keeps hip hop niggas flip flop yeah force ones tip top form flip flops like limited edition khaki army green patent leather pin stripe see strings size twelve strap red white cardinal cap flavors depend im dont get wrong man murphy lee aint dumb man cause shoe shelf man sit tell none man may three four got one man give two pairs need two pairs get stompin air force ones big boys stompin air force ones foot locker im lookin like need ten half got em give two tell never seen murphy lee befo cause shes standin im shootin free throws said excuse miss wanna buy shoes said love murph especially white n blue said white n blue sound nice make twice signed autograph thanks advice keep real dirty dirty know purple gold lakers broncos orange blue like em floppy ankle socks lows mids high tops clear tims fat laces cold winter go hot summer flow back purpose wit lil dots toe im stopping dough im spending fa sho dem nike air force ne behind kay lee treat shoe like ride chrome fat laces wood inside spray candy swoosh electric roof since put kit sole got wider shoe see low mid skittle purple coupe im drivin ten size dem point tyin dem aint point tryin know im buyin dem dont nothing get hype first sight like white whites three quarters lows tight problem good one night cause scuff em fucked whole night whats basis look store owners faces kids outrageous hes buyin cases cause cop em gut em switch laces purpose ya heard kinda like daytons give two pairs need two pairs get stompin air force ones big boys stompin air force ones wore spurs first theres tape dem damn came write date louis vuitton ones gotta wait dem get em early spent cake dem look im tryin keep like one minute man ali kawasaki two head bands jewelry fish bowlin em security buyin shoes time get em free time gotta pay walk mall im bout say gimme black platinum leather gray ones back pair got display da boxes keep mine peep mine maybe twice never three times im sneaker pro love pumas shell toes cant nothin compare fresh crispy white pearl give two pairs need two pairs get stompin air force ones big boys stompin air force ones +juice wrld,enviyon mix still see shadows room cant take back love gave point love hate cannot change must replace oh easier said done thought one listenin heart instead head found another one better one wont let forget still see shadows room cant take back love gave point love hate cannot change must replace oh easier said done thought one listenin heart instead head found another one better one wont let forget left falling landing inside grave know want dead take prescriptions make feel okay know head lucid dreams cant move thing thinking bed everything thoughts wedding ring im better dead ill didnt want end watch blow wind shouldve listened friends leave shit past want last made outta plastic fake tangled drastic ways knew evil girls prettiest face gave heart full mistakes gave heart made heartbreak made heart break made heart ache made heart break made heart ache made heart break made heart ache made heart break still see shadows room cant take back love gave point love hate cannot change must replace oh easier said done thought one listenin heart instead head found another one better one wont let forget still see shadows room cant take back love gave point love hate cannot change must replace oh easier said done thought one listenin heart instead head found another one better one wont let forget leave shit past want last made outta plastic fake tangled drastic ways knew evil girls prettiest face easier said done thought instead head found another better one wont let forget mhm theyre rotting brain love hoes admit another ho got finished broke heart oh didnt fuck sippin ima whole bottle hard liquor hard truth cant swallow need bartender put sorrow wake next day monte carlo new woman tell colorado love women shell gone tomorrow kiddin jealousy agony sit im jealous boy really feel like john lennon want real love guess minute pissed way dont fit tell whats secret love dont get feel like runnin race im winnin ran devil today grinnin hey girls insane yeah uh girls theyre rotting brain love think need change go insane love girls theyre rotting brain love think need change go insane love ten minutes told would take ten minutes break heart oh didnt fuck livin ima drown sorrow fuck givin ima take borrow im still sinnin im still losin mind know trippin im still wastin time time given dyin livin fuck feelings sorrow go ceilin ah insane demons brain love peace cant attain cause girls love insane demons brain love peace cant attain cause girls love mm mm mm mm mm mm mm mm mm uh cant breathe cant breathe 999 waiting exhale toss pain wishes wishing well cant breathe im waiting exhale toss pain wishes wishing well still luck oh well still try even though know im gon fail stress shoulders like anvil perky got itching like anthill drugs killing softly lauryn hill sometimes dont know feel ring ring phone call depression used past memories weapon line talk addiction huh speaking devil drugs miss cant real fiction somethin feels broke need fix cry help listen ima alone finished part tell im fine im lying dont want worry part take feelings hide em cause dont want nobody hurt cant breathe im waiting exhale toss pain wishes wishing well still luck oh well still try even though know im gon fail stress shoulders like anvil perky got itching like anthill drugs killing softly lauryn hill sometimes dont know feel sometimes dont know feel lets real wasnt pills wouldnt keep taking pills wont yeah told yall secret yeah tearing pieces really think need stopped taking drugs drugs take part tell im fine im lying dont want worry part take feelings hide em cause dont want nobody hurt cant breathe im waiting exhale toss pain wishes wishing well still luck oh well still try even though know im gon fail stress shoulders like anvil perky got itching like anthill drugs killing softly lauryn hill sometimes dont know feel man shit funny one sec oof hennessy strong fuck boy told put heart bag nobody gets hurt im running love im fast im making worse im digging grave past im whole different person gift curse cannot reverse cant reverse gift curse im drinkin much ima talk slur last time saw ended blur woke hearse said loved first one thing dad told never let woman know youre insecure put gucci fur put wrist iceberg one thing heart tells flex ho every time theyre insecure guess came im running love real love really true told put heart bag nobody gets hurt im running love im fast im making worse im digging grave past im whole different person gift curse cannot reverse gave runaround really hate runaround really got paranoid always keep gun around always give butterflies come around come around come around let know love answer answer answer love drugs mind manners get high dont decide answer phone home need phone home im throwing rocks window need go home dont wanna leave wanna told put heart bag nobody gets hurt im running love im fast im making worse im digging grave past im whole different person gift curse cannot reverse usually dont speak shit like aint nobody else saying shit daytrip took ten usually answer question time im gon quiet aint nothing like feeling uncertainty eeriness silence time unexpected last time drugs lacing legends fall making yeah sorry truth uh dying young uh demon youth whats 27 club aint making past 21 going paranoia always gotta keep gun damn thats world live yeah hold hear tell ima legend dont want title cause legends seem die fuck bout im tryna make im tryna change world im tryna take im tryna take girl importantly im tryna change world maybe flex diamonds pearls yeah usually answer question time im gon quiet aint nothing like feeling uncertainty eeriness silence time unexpected last time drugs lacing legends fall making yeah sorry truth uh dying young uh demon youth mind foggy im confused keep losing legends cruel cold world coming end world coming soon ooh ooh oh hits usually answer question time im gon quiet aint nothing like feeling uncertainty eeriness silence time unexpected last time drugs lacing legends fall making yeah sorry truth uh dying young uh demon youth daytrip took ten oh ooh uh white gucci suit im feeling righteous yeah know truth hard digest yeah five six pills right hand yeah codeine runneth nightstand takin medicine fix damage anxiety size planet holes skull time hearts ice ice im freezing beautiful eyes deceiving may die evening coughing wheezing bleeding hi im anxious blood moons eyes stay low red black glow attack soul time ill know never seen hell cold yeah well make know well run right flames lets go white gucci suit im feeling righteous yeah know truth hard digest yeah five six pills right hand yeah codeine runneth nightstand taking medicine fix damage anxiety size planet holes skull time hearts ice im deep cant swim like drowning sing demons turn face inhale exhale cant breathe busy drinking codeine doin high speeds crash pour four sip slow make time pass take pill thrill relapse devil head tryna run gym laps aint tryna race dont even know like white gucci suit im feeling righteous know truth hard digest five six pills right hand codeine runneth nightstand taking medicine fix damage anxiety size planet holes skull time hearts ice sing drugs got sweatin room gettin colder lookin devil angel shoulder die tonight dont know lookin next high im lookin closure lean pop get high rock smoke drink fucked liver bad kidneys lean pop get high rock smoke drink fucked liver bad kidneys told die ima die young every day ive gettin fucked finally know difference love drugs shawty tell really sober shit aint fiction real real fuck one dose need two pills two pills im lookin trouble know im gonna find ring ring plug hit phone perfect timin know im right im wrong im wrong girl hate im high thats belong belong lean pop get high rock smoke drink fucked liver bad kidneys lean pop get high rock smoke drink fucked liver bad kidneys eyes red visine crashed mustang saleen yeah love beans yeah love lean laugh ask piss clean huh smoke huh pop huh ayy gucci store come shop overdose bae gon drop dont even wanna think right lets get high reach new height take shrooms pills time went hollywood thrills street life took many drugs dont feel right lean pop get high rock smoke drink fucked liver bad kidneys lean pop get high rock smoke drink fucked liver bad kidneys oh oh oh oh oh oh oh oh yeah uh fuck uh perc cb beat ho perc mmm bitch yeah huh wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted cocaine basement im doctor im runnin patience told tryna get closer satan talkin matrix damn demonic medusa little pocahontas lacin drugs somethin cause every time together im unconscious hold uh let honest know saw put percs chronic smokin til eyes roll back like omen another funeral goddamn wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted cocaine basement im doctor im runnin patience told tryna get closer satan talkin matrix rockstar thats style boys cant take hatin theyre still tryna take cadence basic brand new rari im racin take let roll weed please dont lace yeah thats bum bitch chasin ayy foreign dominatrix love girl like body dont want money want molly thats say lived valley lil boy im father hakuna matata made girl give top got dreads head used pray lock hit back legs start lock jacuzzi booty gave girl flakka im takin blue caps keep tweakin chakra rose chain theres hint like copper tats middle head like im avatar thats reason ride appas wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted cocaine basement im doctor im runnin patience told tryna get closer satan talkin matrix eyes closed hopin aint make believe dont know demons live yeah dont know dont know dont know dont know lean sip watch pour one cup dont got friends im open door aint let aint take heart took medicine least somebody gon take hate waste wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted gta love bitches wasted wasted im drugs feel wasted wasted get mind im wasted wasted waste time im wasted wasted wasted wasted wasted wasted unknown ran away dont think im coming back home whoa whoa whoa whoa whoa whoa like crawlspace dark place roam aint right way wrong way know problem solve styrofoam world revolves around black hole black hole thats place soul uh empty feel goddamn empty may go rogue dont tempt big bullet holes tote semi autos huh yeah im keepin real real im keepin real uh yeah life gets tough shit getting real dont know feel swallowing pills numb real feels uh devil standing tryna make deal uh aint deals feel like im going crazy still took lot get losing sanity house hills hills hills aint anything still dont anything still still still uh bein rock pnb hoes actin like gossip tmz drugs acting like mosh pits squishing oh oh kill slowly lonely gettin peace od feel like overdosing low key looking signs find sign times unknown ran away dont think im coming back home whoa whoa whoa whoa whoa whoa like crawlspace dark place roam aint right way wrong way know problem solve styrofoam world revolves around black hole black hole thats place soul uh empty feel goddamn empty may go rogue dont tempt big bullet holes tote semi autos aint suicidal thing suicide suicide doors fight survival gotta keep hope rolling good dope hold hand hell go dont look back aint past gonna get racks niggas want war yeah put lead lost souls exhale depression wind blows laws livin vogue perfectly imperfect children rose dust us mission never gave fuck really came rags riches live driving rooftop missin dont give fuck really came rags riches live driving rooftop missin unknown ran away dont think im coming back home whoa whoa whoa whoa whoa whoa like crawlspace dark place roam aint right way wrong way know problem solve styrofoam world revolves around black hole black hole thats place soul uh empty feel goddamn empty may go rogue dont tempt big bullet holes tote semi autos gun em 50 gun em oh god huh ya dig 999 shit ayy im town partys goin shoot em 50 round run town ballin hard outta bounds much money damn forgot count ayy look bank account look cash amount get cash im dash im look bank account look cash amount get cash im cashin walk bitch im faded uh fuck bitch im faded got mms called mom told made yeah mama son famous everybody playlist hes still armed dangerous hell pop stranger sippin lean cliche still anyway red purple cup one shall pick today ayy ayy sippin hard gun need bodyguard aim body parts yeah take body parts yeah im swingin im ecstasy thats molly park yeah iron hoo hoo thats tony stark yeah pourin fours twenty ounce soda pop yeah im oc three gram wood full og give bm dick like moby gun make flash adobe pay cash owe yeah huh bitch need matter fact fuck shit im rich uh keep yeah damn rich niggas yeah broke niggas go yeah yeah yeah yeah im town partys goin shoot em 50 round run town ballin hard bounds much money damn forgot count ayy look bank account look cash amount get cash im dash im look bank account look cash amount get cash im cashin +puff daddy,every day wake hope im dreamin cant believe shit cant believe aint sometimes hard nigga wake hard keep goin like feel empty inside without bein would anything man bring back id give shit shit dont mean nothing saw son today look like greatest youll always greatest miss big cant wait til day see face cant wait til day see face yeah right goes everyone lost someone truly loved seems like yesterday used rock show laced track locked flow far hangin block dough notorious got know life aint always seem words cant express mean even though youre gone still team family ill fulfill dream future cant wait see open gates reminisce time night took friend try black plays real feelings hard conceal cant imagine pain feel give anythin hear half breath know still livin life death every step take every move make every single day every time pray ill missin thinkin day went away life take bond break ill missin kinda hard around know heaven smilin watchin us pray every day pray til day meet heart ill keep friend memories give strength need proceed strength need believe thoughts big cant define wish could turn back hands time us six shop new clothes kicks takin flicks makin hits stages receive still cant believe youre gone give anything hear half breath know still livin life death every step take every move make every single day every time pray ill missin thinkin day went away life take bond break ill missin somebody tell one glad morning life know ill see face every night pray every step take every move make every single day every night pray every step take every day passes day get closer every move make every single day seeing miss big every night pray every step take wont stop cause cant stop every move make every single day thats right every night pray every step take every move make every single day miss big every step take every move make every single day every time pray ill missin thinkin day went away life take bond break ill missin every step take every move make every single day every time pray ill missin thinkin day went away life take bond break ill missin one one two check right yo yo sun dont shine forever turn track little bit long might well shine together ears better never business pleasure mic loud beats isnt loud p diddy fam know better yeah right matter air tight hear somethin make sure hear right dont make ass outta assumin yeah mic lower turn mics music keeps movin provin turn shit way yeah know im two levels baby musics gettin louder hug baby ima make love baby shit hot talkin crazy aint gon get nuthin choked uh huh uh huh uh huh jealousy gonna leave broke thing left god cats big know hard cats ima win cause im smart cats makin facts rakin plaques commission ask permission hit em dont like hit wifey heard us murderous shady low lately feds hate son say killings blatant hesitatin im mama crib waitin duct tapin fam destiny lays hands gat lays waist francis izz h phenomenal gun rest vest abdominal rhyme bars could buy cars kick flows could pimp hoes excellence presence never tense never hesitant leave nigga bent real quick real sick brawl nights perform like mike anyone tyson jordan jackson action pack guns ridiculous im quick bust ends touch kids girl touch world clutch two auto matoes used call fatso call castro rap flows militant yall faggots aint killin shit oops cristal keep spillin shit overdid holmes danger zone shouldnt alone hold hands say like shady frankie baby fantastic graphic tryin make dough like jurassic park quick spark kids start shit see underboss holocaust truly frank white got real live shit front back people world fuck niggas niggas fuck bitches bitches got real live shit front back people world fuck niggas niggas fuck bitches bitches put money table get math break split get laugh see later dog ima get stash theres bed full money get ass never lose passion go platinum said id live til cash gone aint funny use plastic craft make classics hotter acid p rollin tape cd billboard killa team illa fam ammo every channel hot long time burnin like candle check distribution songs bump houston like scarface produced em aint gotta like mad cause tell tell might got shit mapped tight brass knuckles flashlights heaters two seaters two miras senoritas kiss rings meet us p diddy run city show pity im witty one franks crook brook mad broke neck coke connect respect squeeze til yall diminish shootouts twenty minutes finish venice took loot escaped coupe break bread kiss peniro sheek louch black rob joined mob aint replacin niggas step macin placin fune rals criminals turned aroused brick city nobody come like p diddy business wise play men hide money island cayman yall betray men spray men position competition another day life commission got real live shit front back niggas world fuck niggas niggas fuck bitches bitches got real live shit front back people world fuck niggas niggas fuck bitches bitches got real live shit front back people world fuck niggas niggas fuck bitches bitches got real live shit front back people world fuck niggas niggas fuck bitches bitches ayo hear ayo turn nobody hear thats good fucked yall know fucked right fuck ima ima yall hear got real live shit yall hear fuck yall niggas wanna fucked ima huh ima fucked yeah bounce right time move time strong dont stop straight top someone truly understands treat man need girl made believe happy go head mommy breathe go head mommy breathe dont stop straight top go head mommy make hot need love thats gon make heart stop need simple five foot five dimples potential wife credentials know life im life ive trifilin mental ride g force fly times get hard cry die white beach sands lye advice forget limelight lets make love listen frank white tight understand life need oh baby pretty woman next share dreams believe maybe could start family someone truly understands treat man need listen say come whole day wanna lay round sip coladas dipped prada im smooth erik estrada dipped dollars vegas nevada bubble bath champagne glass bout size campaign ad dont know look love crime crook cause mommy ive done around world seened lot places around girl believe read faces tell dont want prevail learn lesson watchin sean stressin listen start guessin mommy aint ready ride start dressin need girl receive moms blessin confession love contestin need affection yes need affection lets go mario girl hell mind could dumb im blind theres something leaking mind dont look good always getting weak aint need baby pretty woman next share dreams believe maybe could start family someone truly understands treat man need ay yo sun dont shine forever long might well shine together never mind weather go somewhere get minds together build love thatll last forever lets stop pain stop rain put stress rest girl stop games name spot mommy got plane roll rough got range got thangs knowned put rocks rings pushing hundred foot yachts thangs man dont play ever saint tropez seen brotha play mandolay girl wanna look eyes watch sun rise lies tears cry reasons leavin believe love till day stop breathing love girl need pretty woman next pretty woman next share dreams believe wake morning maybe could start family wanna see pretty face someone truly understands treat man oh yeah oh yeah need pretty woman next share dreams believe someone truly understands treat man need baby pretty woman next standing next share dreams believe wake morning maybe could start family wanna see pretty face baby someone truly understands treat man oh yeah oh yeah need pretty woman next yeah come need want need girl ride ride ride need girl make wife need girl whos mine mine need girl life yo im internationally known microphone got really need wife home dont really like zone never spend night alone got would like bone chicks romance dont tickle fancy tiffany nancy thats plans need girl could stand raise family go trips delancey trips grammys cause girls confusin dont know really love usin maybe money maybe aint used cause depressed abusin thats need girl true know bout game know without girl side shitll ruin forget world girl lets ride need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life yo done met lot women lifetime see lot women got right mind done pretty chicks right features hood rat chicks rock sneakers cellphones beepers know treat ya break heart shell walk leave ya find girl ima keep cause im gettin money game gettin deeper yo real shit need somebody could chill need somebody could build need somebody could hold tight winter time full length snow white anytime together feel right girl lookin whole life god bless im glad got insight girl understand life need girl need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life girl wouldve died didnt preciate made cry every night tears eyes caught case shorty took whole ride first friends became lovers girl like brothers night would play fight covers gone cant love like really wanna every time think pretty smile used drive whole city wild damn wish wouldve child pretty little girl diddys style shit wild days reminisce way use kiss pretty lips long happy ima tell love girl youre one always miss love yeah need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life need girl ride ride ride need girl make wife need girl whos mine mine need girl life need girl ride ride ride need girl wife nobody else shes mine need girl life need girl ride ride ride need girl make wife need girl whos mine mine need girl life hello good morning tell lick read pretty face thin waist sick weave first time fish tailing 6 speed real bad boy tell em come get im fight kinda like bellmen took trip truck twice unpacked mac 11 air maxs stuff six figures damn air mattress uh im love large bills dime fat ass thin waist tall heels yeah teflon hundred carats charm trying give back sean hello good morning lets go lets ride hello good morning hello good morning know youve waiting cause seen watching lets go lets get popping cause ive leaning bar looking cleaner star broads wont give props 25 bank stunting ass mad cause bitch wont stop got boyfriend feeling like groupie stuntin like looking like movie everybody know truth blow cause im blowing ohh wee hello came little bit self centered kill queen alexander mcqueens got wrists glow bottles po got shimmy shimmy ya shimmy ya shimmy yo fuck look like bitch run town aint coming less hunnid thou man last time checked bubbling bout turn shows dublin wait wait hol maybe aint get like eleven hundred horses switch gear swerve sorta like missed deer press little button sit back chair bitch cause get got billion dollar credit got million dollars could put bet like hello hello never could salute young money youth dem hello good morning lets go lets ride hello good morning hello good evening blow feindin vause know really needed im one wanna right baby dreaming wake turn lights cause ive leaning bar looking cleaner star broads wont give props 25 bank stunting ass mad cause bitch wont stop got boyfriend feeling like groupie stuntin like looking like movie everybody know truth blow cause im blowing ohh wee hello hello good morning lets go lets work hello good morning lets go lets work hello turn little bit dont think hear check bad boy bitch lets work come lets work non stop lets rock lets work make feel good dont stop see lets work dirty money uh fly baby momma cry like jodeci notice pull club coldest v ugh literally though little know nigga diddy flow nigga diddy go hard like crowbar still getting dough woah woah woah yeah like feel nothing save ya dirty money im coming home im coming home tell world im coming home let rain wash away pain yesterday know kingdom awaits theyve forgiven mistakes im coming home im coming home tell world im coming im back belong yeah never felt strong im feelin like theres nothing cant try put hands high ever lost life ones hear tears clown hate song always feel like talking comes another day another dawn another keisha nice meet ya get math im gone posed club lights come easy puff harder sean twins ask aint marry mom respond son stares face like says wants like hes grown shit aint finished growin another night inevitable prolongs another day another dawn tell keisha teresa ill better morn another lie carry need get back place belong im coming home im coming home tell world im coming home let rain wash away pain yesterday know kingdom awaits theyve forgiven mistakes im coming home im coming home tell world im coming house home hate song house really home loved ones gone people got nerve blame know woulda took bullet saw felt still feel money cant make conceal deal keep ballin pour liquor play boy keep ballin baby weve living sin cause weve really love weve living friends youve guest home time make house pick phone come im coming home im coming home tell world im coming home let rain wash away pain yesterday know kingdom awaits theyve forgiven mistakes im coming home im coming home tell world im coming aint stopping us love song whenever comes makes feel strong thought told yall wont stop til back cruising harlem old blocks made saved drove crazy drove away embraced forgave shortcomings welcome homecoming yeah long time coming lot fights lot scars lot bottles lot cars lot ups lot downs made back lost dog stand better man thank lord im coming home im coming home tell world im coming home let rain wash away pain yesterday know kingdom awaits theyve forgiven mistakes im coming home im coming home tell world im coming bad boy aint gon stop sean hot track melt like hot wax put stores bet could shop leave nigga hot hat fronting like bad boy aint got tracks theres guy slicker young fly nigga nickel nine nigga floss die quicker fed time outta town pie flipper turn cristal crooked sipper everybody want fast see cash fuck around weak staff get heat rash anything bad boy way smash hundred g stash push bulletproof e class im bein player baller want one bad bitch spoil mase wanna one respect even youre vexed rock versace silks steel v neck got green never seen suck jewels clutch uz anything touch bruise puff make laws nigga fuck rules goodfellas know cant touch us dudes dont push us cause close edge tryin lose heads hah hah hah hah broken glass everywhere aint money puff dont care im goodfella fly guy sometimes wiseguys spend time h w mase please stop smoking la la puff try im thug imma die high jersey puffin hershey brothers aint worthy rock derby though im never drug free im club g though know thug wantin slug could move smoove bugsy bar much bubbly yo think must girls want lust simply girls love brothers wanna rock rolls rock clothes rock ice pull glocks stop life im like damn niggas got trife used man gonna plot wife think snake cause hate got phd player hatin degree cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin quit big cat chicks whips wherever get stacks imma fix everything thats big dreams dont knock cause youre boring im record sales soaring straight touring simply lot men wantin hear cause words dont offend spend cheese west indies come home plenty cream bentleys name could claim young black famous money hangin anus need hit go get bet us make hits thatll rearrange whole set got benz aint even drove yet dont push us cause close edge tryin lose heads hah hah hah hah get feeling sometime make wonder wanna take us wanna take us get feeling sometime make wonder wanna take us wanna take us cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin cant nobody take pride uh uh uh uh cant nobody hold ohh got keep movin uhh check uhh steps mos hoes baby fuck pretty shit taking back gutter motherfuckers niggas know deal niggas know live bedford stuyvesant livest one peep game uhh world like mars spit bars come fuck stars luxury cars built radars stay free cops crucial choices make like c drop gonna stop shit man squad go broke squad oughta choke watch circle vanish like cigar smoke aint joke ones dont show nigga know might say done like dre hard work earn vault promise god never look back turn salt got nice watches nice cars nice bitches rings guess safe say nigga like got nice things cant relate motherfuckers aint go cake fucked cant get break fake ass friends dont help need real bullshit politely tell beat fuck get nigga dont ask shit thats asking hits nigga simple fact let known still fly separately cause charter propellers goodfellas leave em player haters jealous billboard charts tell us cant touch us niggas bring ruckus release dates bigger mandelas motherfuckers ghetto boys living ghetto streets every day gotta fight stay alive reality yeah make deal check heres dog years motherfuckers dont shed try bring life motherfuckers want dead travel barrel chrome lead cause shots flown head rich poor saved blown bread say way zone said jiggas zones like falling rome reoccurring thinks like cause hes observant wont known im gone niggas study bones mentally many places im brooklyns physical unseen like allahs body fact thoughts dont differ much godbody r shottie got cats likening mob john gotti rap dudes biting cause got locked like late bob marley pardon yall great bob marley solemnly mourn rappers thats gone niggas got killed field babies born know aint fully prepared new world order keep ghetto like sunflower seeds quarter waters walk em know talk em know beats music whenever talk destined greatness yall knew doubled pie shorty girdle coming b w school hated algebra loved multiply told nigga big id multi die gon happen whether rapping clapping way cause thats dough youre trapping im clapping way ghetto ghetto boys living ghetto streets everyday gotta fight stay alive reality damn feel good see people flipped two keys two weeks didnt flaunt brain haunted mean dreams gss bbs supreme schemes get richer richie quickly niggas wanna hit get dress body linen armani check lyrical carjack make brains splat high caliber gats fuck peep rough shit circumference mad bitches mad lucci bulletproof vestses coogis spittin uzi dont lose trigger niggas represent driving dirty j 30s gettin bent hit hoes murder mamis smokin trees belize find still killin niggas punani like heiny cyrus cypress fuck raw floor virus slang coke smoke pounds choke got lawyers watching lawyers wont go broke check country niggas call frank white im squirtin loft course know shits tight sunrise open eyes surprise got shorty flyin keys taped thighs utensils hang china thing half black half oriental eighty six got rental situation aint accidental young gs perspective ugh young gs perspective ugh ghetto boys living ghetto streets everyday gotta fight stay alive reality reality ghetto boys living ghetto streets everyday gotta fight stay alive reality last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child know hear know feel cant live without girl please make better wish wasnt way told told twice see eyes im cried nothing say youre everything wanted could see belongs love much im yearning touch come set free forever ill baby wont come take pain away last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child need need plain see would never let go always love could see heart belongs love much im yearning touch come set free forever ill baby wont come take pain away last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child tell words say make come back dont break like matters id rather stay home im never alone dont wanna wait til youre gone whatever dont leave last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child need need plain see would never let go always love could see heart belongs love much im yearning touch come set free forever ill baby wont come take pain away last night couldnt even get answer tried call pride wouldnt let dial im sitting blank expression way feel wanna curl like child dont pick phone dial number call baby im waiting dont pick phone dial number call baby im waiting phone dialing ringing hello hey whats ive tryin reach night shit aint funny picking motherfucking phone better stop fucking playing niggas feelings like know much love right couple seconds though couldnt get touch im ready come house shoot motherfucker better fucking get house laughing thats really goes right mase know im saying got niggas dont like whatever reason got niggas dont wanna see rich got niggas thats mad cause im always bitch got niggas dont like know phd niggas know pop lot shit back though see difference lot niggas pop shit lot niggas dont make hits like whole bad boy shit come bring yall niggas bi puff lox whoever black rob wanna dance dance trick lace aint mase got lot girls thatd love replace tell face boo behind back niggas talk shit never mind funny never find puff dime stack write hot shit make nigga say rewind niggas know go harlem gigolo getcha ho lick low make bitch hit door represent honeys money fly guys gems drive tints thirty five percent hoes hope lay look ways cop says okay tint smoke gray way nigga leave without handing shit got plans get land six niggas outta penll understand shit pop champagne like championship around world playa hated dont know dont know want us faded dont know hate us ladies drop mercedes baby baby one bedroom dreaming million im beach houses cream ceiling gentleman living tenements im swimming women tens went bad boys crushed linen men divi dends new benjamins hoes complexions like cinnamon mase got hoes well nigga send em waiting let freak show begin came truck mercedes cmere baby dont like way hot hazy never shady must crazy ridiculous put lips dont kiss right girlfriend im ticklish switching ves wrist full gs nigga please im macaroni cheese around world playa hated dont know dont know want us faded dont know hate us ladies drop mercedes baby baby puff rule world even though im young make biz see ladies cum get em strung tip tongue lick em places niggas wouldnt dare put faces die hope remake flow brand new treasure old try throat dry even smoke lie eat mami chocha drive loca never ride far packed five car save money drinks im buy bar everywhere drive im star little kids corner scream thats car days couldnt fly im ti come clubs bi nigga vi rock tons gold nuff money fold roll way wanna roll break hundred toll around world playa hated dont know dont know want us faded dont know hate us ladies drop mercedes baby baby ok messages well back mad rapper brother mad producer applause ok sit back relax enjoy well get take sip water deep breath thatll welcome back see im trevor jones im sitting ive conversing mad rapper hes still pretty mad time brought someone else quite frankly hes even madder mr producer mad yo iiiiiii imma imma keep real simple yeah tell niggas mad son tell niggas mad son tell em mad son word tell em mad son youknowhatimsayin iiiiiii iiiiiii culture youknowhatimsayin dont dont dont dont dont recognizin new jack shit yo dont play dont play shit youknowhatimsayin nigga bullshit youknowhatimsayin aint dont shit word yeah aint real producer neither come find youknowhatimsayin brother hipped nigga tryin rap oh yeah thats shit got mad thats shit got mad thats shit youknowhatimsayin youknowhatimsayin thats shit feds word youknowhatimsayin im watchin nigga video youknowhatimsayin got mermaids swimmin living rooms shit like youknowhatimsayin nigga dancin rain kids climbin mountains shit youknowhatimsayin im im im watchin nigga video car goin two hundred miles hour fuck goin nigga climbin fuckin car let see try shit train youknowhatimsayin try shit fuckin train kind shit youknowhatimsayin got thousand niggas write let write son shit jumpin got john blaze shit +wiz khalifa,long day without friend ill tell see weve come long way began oh ill tell see see damn knew planes flew good things id standing right talking bout another path know loved hit road laugh something told wouldnt last switch look things different see bigger picture days hard work forever pays see better place uh could talk family familys got everything went standing side gon last ride long day without friend ill tell see weve come long way began oh ill tell see see aah oh aah oh wooooh oh oh oh oh oh yeah first go way vibe feeling strong whats small turned friendship friendship turned bond bond never broken love never get lost brotherhood come first line never crossed established line drawn line reached remember im gone could talk family familys got everything went standing side gon last ride let light guide way yeah hold every memory go every road take always lead home home long day without friend ill tell see weve come long way began oh ill tell see see aah oh aah oh yeah wooooh oh oh oh oh oh see see oh oh see shes earn bragging rights im bout give like ive holding back night girl take pride want even means new man every night inside baby dont mind tell roll cause clique hot cup cold talk slurred cause im throwed im wiping sweat last show hes tg im xo im one night ima memory say ear hear say got cups full rose smoke anything thats passed dont worry bout voice wont need im bad bitch girl think might get used might take number im ask try earn memory make remember like remember bad bitch girl think might get used might take number im ask try earn memory make remember like remember old rapping ass light years past class hit dont pass nigga new aftermath niggas fame laugh niggas fame im cash yous fan im player im man yous hater smoke papers thats tell im taylord nigga listen break rolling weed island kitchen thing goes without permission look everything got made everything got done came shit see done slaved cars crib yeah thats paid need say spend much money clothes said fuck store making hope youre rolling one youre singing along know rolling one making song pour shots youre taking long young im rich plus friends bombay lemonade bad bitch girl think might get used might take number im ask try earn memory make remember like remember bad bitch girl think might get used might take number im ask try earn memory make remember like remember im gin gin im moving slow im driving fast hit weed take wheel lose control drop top 69 motor roar old chevelle cant say thing supposed feel stacking paper dawg like call shit old news haters jocking old moves popping champagne cause made back phantom faded shit probably wont remember tomorrow bad bitch girl think might get used might take number im ask try earn memory make remember like remember bad bitch girl think might get used might take number im ask try earn memory make remember like remember oh oh used ask try earn memory make remember like remember used memory remember yeah ayy yeah ayy yeah boyz yeah hol hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol hol hol pop bottle hol hol hol suck swallow smell marijuana gon follow throwin money like lotto pussy must serious hol scared heights come face fears hol hol like nicki gon bend say never smoked turned stoner young nigga im ready oh foreign girls call sexy white girls gimme becky first gotta roll joint baby hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol hol hol drive crazy number 1 bitch cant replace leave club hoes tryin chase got ass fat lets make baby damn im smokin weed mercedes hol niggas broke niggas lazy man money slim actin shady im brand new car wanna race ho bitch aint call phone showin im takin shots niggas stay loaded man low hoes actin material hol man see interior hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol hol dem boyz hol dem boyz hol hol hol makin noise hol hol hol hol hol yeah uh huh know black yellow black yellow black yellow black yellow yeah uh huh know black yellow black yellow black yellow black yellow yeah uh huh know everything yeah big yeah uh huh screaming thats nothin pulled lot thats stuntin reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow uh black stripe yellow paint niggas scared hoes aint soon hit club look hoes face hit pedal make floor shake suede inside engine roarin big boy know paid got pedal metal got niggas checking game im ballin every level hear haters talk theres nothin tell em made million got another million schedule love em nigga breaking hearts keys push start yeah uh huh know everything yeah big yeah uh huh screaming thats nothin pulled lot thats stuntin reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow got call jeweler bitches love cause im fucking best friends lesbian freak though aint one night im shining week ho im sippin clicquot rocking yellow diamonds many rocks watch cant tell time got pocket full big faces throw cause every nigga im taylord yeah uh huh know everything yeah big yeah uh huh screaming thats nothin pulled lot thats stuntin reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow stay high like im supposed crowd underneath clouds cant get close car look unapproachable super clean super mean wanna fuck cats smoke weed count stacks get fly take trips thats real rap let get high want feel convertible drop feel 87 top peeled back yeah uh huh know yeah yeah uh huh know already know man dont reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow yeah uh huh know everything yeah big yeah uh huh screaming thats nothin pulled lot thats stuntin reppin town see know everything black yellow black yellow black yellow black yellow put whip diamonds im black yellow black yellow black yellow black yellow anything want keep going going gone gone gone dont stop nigga back young dreams getting richer homie breeze set schooled picture wild niggas put game told tryin make move gotta know lane homie got name word never break life pay price get chance gotta take cause niggas never make stranded im aint conversation understand get gun riding bonneville hoping could make selling ps smoking weed avoiding police right street way back day paper diamonds haters remember seen stuntin remember bought aint need nothing always different state label goner aint come nowhere im straight corner everywhere go probably know name cause everywhere go said much spend im im throwing money ones never made sayin fuck ones hated roll one celebrate lets get medicated man lets get medicated lets get medicated man im hella faded man lets get medicated lets get medicated lets get medicated man im hella faded im hella faded roll weed smoke take bitch home poke juicy gettin faded thank god got chauffeur good cali bud pulling hoes bad fuck like youngin nigga juicy drugs niggas smoking babbage weed light green pop molly hours member sleep team get whole pound smoke maybe olympics homie michael phelps known im fresh corner twistin marijuana copy us clone us yeah fly owners got acting like aint never 8 balls hall aint time fuck yall champagne celebrate keen sense smell hate middle finger getting paid cost much dont press eight dotted line aint like day comic book let illustrate like power bang lift cane cousin died wish get day back like vertebrae bring nigga front street talk never dont wanna beef cause thats lunch meat anything need know thats thats og swear homie lets get medicated man lets get medicated lets get medicated man im hella faded man lets get medicated lets get medicated lets get medicated man im hella faded im hella faded riding street way im grinding unique city holding niggas holding heat throwing side rolling leaf get high want peace always grind thats every day police looking im rapping killing beats tryin stay away booking yeah niggas dirty crooked make known let hit studio show happy home remember seen stuntin remember bought aint need nothing always different state label goner aint come nowhere im straight corner everywhere go probably know name cause everywhere go said much spend im im throwing money ones never made sayin fuck ones hated roll one celebrate lets get medicated man lets get medicated lets get medicated man im hella faded man lets get medicated lets get medicated lets get medicated man im hella faded im hella faded work hard play hard work hard play hard work hard play hard work hard play hard work work work work work work work work diamonds ring nigga gold watches gold chain nigga hundred thou champagne nigga yeah money insane nigga yeah im making rain nigga plane nigga buying gear flying fuck heard time year im club get hundred stacks im always rolling get love niggas stole swag dont want back nigga uh im onto see closet rack hawaii im goin back nigga uh got much money start bank much paper right front hard think buy many bottles gon hard drink im still pourin family rolling uh bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know work hard play hard work hard play hard work hard play hard work hard play hard work work work work work work work work hop pretty ass fucking car bitch im world girl know im star used buying rounds buy bar last year ask know boss shit walk building shit tell im phone yeah nigga talking grown shit niggas busy jacking swag need fuck around get shit get cars get clothes get smoke get bitch aint reppin gang get clique bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know go hard make sure whatever gotta thats job niggas gon hate thats prob hey fuck em dont need nothing em niggas talking shit claiming dont mean nothing straight cali thats whats joint thats im puffin og one since young enough know everybody gonna know niggas dont see bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know bigger bill harder ball well im throwing mine cause money long quicker faster go thats come thing know work hard play hard work hard play hard work hard play hard work hard play hard young chop beat oh oh oh oh oh turn music chris shes gonna get oh oh oh night runs mornin time phone im scrollin bang line drank hard focus seems like im always chosen romantics hopeless make arrangements though knows uh might like lovin yeah make numero uno dont allow miss nobody else ive days dolo never caught bad case fomo dont talk previous know im times two penthouse jumpin front backroom girls goin wild showin new tattoos night runs mornin time phone im scrollin bang line drank hard focus seems like im always chosen romantics hopeless make arrangements though knows uh might like lovin yeah make numero uno get aggressive undressin makin mess cleanin done got serious question like sex thinkin yes im tryna test say young khalifa best got money get gotta hop jet probably dont call ima text hop car get wet im gettin checks im winnin bets aint lettin baby im givin hundred percent night runs mornin time phone im scrollin bang line drank hard focus seems like im always chosen romantics hopeless make arrangements though knows uh might like lovin yeah make numero uno cant keep mind cant keep mind cant keep mind night runs mornin time phone im scrollin bang line drank hard focus seems like im always chosen romantics hopeless make arrangements though knows uh might like lovin yeah make numero uno recording love life life living fuckin awesome yeah smoked whole damn pound im need another one nother one eyes closed wont come papers dont fuck blunts nigga dont sharing weed nigga got pounds burn thats apparent cause bitch dont mean gon hit shit better roll somethin coughin like got cold somethin tryna od thc nigga fuck around gave young khalifa pound smoke whole thing week roll joint put worm around motherfucker smoke face ohh shit nigga got kk said way big p told church get money em every single day want everything every room every plane every place mobbin nigga mobbin mobbin shit go go nigga mobbin every place go say cant smoke anyway cause real gs smoke want say turn turn turn mo say put loud burn mo keep rolling rolling rolling rolling keep rolling rolling rolling rolling keep rolling rolling rolling rolling nigga keep going keep kk blowin snakes grass keep mowin ass fat look swollen another city state gotta show another airport gotta go reason hate im knowin niggas got much hoein keep rollin drivin brand new car like motherfucker stolen dont understand im doin money hand nigga 28 grams im rollin new york london paris back south southwes niggas smokin pack rollin bats go get bong get match everybody get along get attached get song get biatch say every dog need cat potheads need joint relax g pen full wax 10 rolled cone joints really fast sticks seeds bag got reason brag front yall bs back pair chucks ripped jeans swag little bitch mobbin nigga mobbin mobbin shit go go nigga mobbin every place go say cant smoke anyway cause real gs smoke want say turn turn turn mo say put loud burn mo keep rolling rolling rolling rolling keep rolling rolling rolling rolling keep rolling rolling rolling rolling mistercap ready bro yeah tgod mafia straight pittsburgh man cant smoke weed dont doubt nigga dont wanna listen truth nigga yeah bake sale yeah cant wait bake hell yeah laughin drank hell yeah lord heaven sakes hell yeah day hell yeah weve countin cake hell yeah puffin dank hell yeah cant wait bake hell yeah ive phone yeah yeah yeah yeah gettin calls home yeah yeah yeah yeah started bake sale yeah yeah yeah know got cake yeah yeah yeah yeah cookies og come crib blow os kush already know aint joint dont even smoke keep bitch gettin stoned wakin bakin puffin j told im new favorite much blaze hundred day say got good pack smell like feel like dream back real life incredible got flowers wax inhalers edibles shit never saw bake sale roll another one help think well stay plane im slangin thangs know aint new lets turn stove call hoes lets roll shit bake sale yeah cant wait bake hell yeah yeah yeah yeah laughin drank hell yeah yeah yeah lord heaven sakes hell yeah day hell yeah weve countin cake hell yeah puffin dank hell yeah cant wait bake hell yeah rolled pound bake sale bitches goin bake sale keep real dont fake well niggas say well cant tell fucked three hoes dont know name pussy come pussy go im rollin weed count cake naked bitches kitchen shake n bake think im dank im drank often blaze ounce day crib mistake rollin papers rollin trays shattered pieces glasses lighters torches fuck anything matters get right bake sale yeah cant wait bake hell yeah laughin drank hell yeah lord heaven sakes hell yeah day hell yeah weve countin cake hell yeah puffin dank hell yeah cant wait bake hell yeah roll roll one got j make plane goin day every day aint roll enough get pound break get cones stuffed goin goin ima roll one got j make plane goin day every day aint smoke enough im kk stoned fuck bake sale yeah first thing uh huh wake dream uh huh grab lighter uh huh something steam uh huh bong rip uh huh make sure clean uh huh smoke sesh uh huh nigga mean uh huh car uh huh cruising street uh huh stoned imm need something eat uh huh tray uh huh ashes seat uh huh highed uh huh taylors feet uh huh cloud 9 uh huh going mind uh huh take toke uh huh hold til choke huh uh moving forward uh huh cruising board uh huh still got uh huh burn til short uh huh get high fuck around never come get high get high get high fuck around never come get high get high high floating dont know going night morning rolling rolling rolling higher floating dont know going night morning rolling rolling rolling tell nigga use grinder weed uh huh tell roll another joint dont fall asleep uh huh smoke peace uh huh pipe like chief uh huh heard got cheaper price reefer huh need uh huh never find seed uh huh take dab uh huh straight thc uh huh highest room look uh huh somewhere clouds thats wanna uh huh got shook uh uh look uh huh half day uh huh rolled whole book uh huh drive slow uh huh blow uh huh eyes low uh huh everybody know damn get high fuck around never come get high get high get high fuck around never come get high get high higher floating dont know going night morning rolling rolling rolling higher floating dont know going night morning rolling rolling rolling growing uh huh never gave fuck uh huh pulling 62 showing uh huh twenty six guess mean im growing uh huh pouring uh huh niggas rolling making sure get high fuck around never come get high get high get high fuck around never come get high get high higher floating dont know going night morning rolling rolling rolling higher floating dont know going night morning rolling rolling rolling +too short,go cant understand last long must super powers rap 225 thousand hours get calculated math made 1000 songs made move ass last 300 months made 16 albums front bump get beats heard 93 rappers say bitch like 2 singers 10 comedians im still gon yell every time see whats favorite word bitch gotta say like hort bitch know cant play court cant hang big dogs stay porch blow whistle blow whistle blow whistle blow whistle get grab mic spit one let hit blunt pimp c 8 ball mjg keep spittin p p bun b thats texas baby ball g thats memphis baby hort dog thats oakland baby aint nothin pimpin days g nigga c got locked real hoes still know gots fuck give fuck nigga say hort dog fuck ugk really wanna like spit game like snoop tip pretty girls vip came dre dont need id blow whistle blow whistle blow whistle blow whistle mind gone brain blazed youve wide awake last 3 days poppin pills goes real dont stop keep rollin hill crash burn cant stand fall back youre doin much cant handle man way long time let whole world play songs like shit gets around leave country come back hit town im miami new york atl houston la ask dave chappelle rich bitch got made 50 million dollars im proud im crazy dont wanna like come east oakland youngstas get hyphy blow blow whistle blow whistle blow whistle bitch hort night baby album number 16 yall cant fuck wit remember began used sing dirty raps eastside fans back knew couldnt stop rap mc could rock like new style came bass got deeper gave mic bought beeper wanna rap sell coke brothers like aint never broke people wanna say time brothers like work mine eight years mic im jokin sir short comin straight oakland california home rock eight woofers trunk beatin block short dog im rappin man said say life short short life short short life people unbearable committing suicide thats terrible much much nothing big live life youd fightin live life main asset doin right keep like chill house pump bass im tryin get rich rock place everybodys got old dream big money fancy things drive brand new benz keep bank right never hear stutter cause talk real clear homeboy whatcha gonna take advice start workin fool close ears run mouth one day homeboy ya soon find life short short life short short life short would agree im living life dont mess long time baby since first got still keep makin funky sounds cause dont stop rappin thats theme make lot money know mean life complicated must stay youre asked simple question boy dont say ya live ya callin hell policeman tryin take ya jail could give man time dont know matter time ill runnin show another young buck wants top makin big money slangin hop task force tryin peel cap turn around homeboy better watch back life short life take back things give cant take back days live life people heaven earth livin every single day worth live life please satisfying one person know thats work hard things achieve life never rap fake im mic cause dream got homeboy gotta turn dream real mccoy time waste get case cant cause need taste good life livin like king throne getting everything want trying handle life dont stupid though cause waste youll know life life alright thats say ho yeah ask question like fuck oh dont want talk like would like make love saw walking street stop turn radio drop top see look good youre fine young tender would mine get car drive house cuz im mack cold turn wont ask sure wont beg reach right rub leg let hand slide miniskirt slip finger panties straight go work time dont watch clock lay back baby doll ill rock cock funky fresh always freak nasty im man take finest restaurant buy damn thing want want flowers ill buy ass rose later youre coming pantyhose want gold girl whats next sex know im freak give baby cant wait two weeks want dont say wont get girl im telling dont nigga please provoke feeling must forgot girls youre dealing havent urge get busy like dizy lizys used dance cant put blunt vocab restricted youre addicted words inflicted time time line line talking bout bitches mind call hort height width diss boy ill hang balls cliff wrapped around slinky dinky easy task corner cause curb didnt want ass name yuck mouth dont brush gotta cover mouth like call yuck mouth refuse brush sweetheart keep kiss freak tale ass classyou cant pass simply trash typical nigga kind dont take home entyce barbie danger zone like short dogg carries fleas make ass itch twitch dont wish could scratch grab like want name fits cause get mad want wont front time hump wont punk roll ass tap butt hort baby guts im abc alphabet every letter ill writell get pussy wet freaky note bottom signed playboy ii im player bitch thought knew like every nigga crew bump hoes turn tell young tender learn cold mack like pimps know wont sell dope sell blow average everyday straight bump bitch gold rings come spitz look baby know want acting like time month bleeding cant think sex irritated kotex dont need kiss dont fuck ill pull dick bitch suck dont say wont get girl im telling dont punk im tease im skeezer definately dick pleaser dreaming scheaming fiending lust dont enough feel disgust wait small thing hate goodness sakes wanted someone small would masturbate im talking bout height weight dream say short know mean see need man boy approach lame game really insults name hort shall say skinny size money honey wouldnt penny little boy player im savior try get shows audacious behavior ive got sit feet come level mother hung umbilical cord would known mission okay little boy heres proposition wanna bit danger step zone call dogg thatz ill send home tail legs screeching whining dare say got nigga please lying cause fight feeling would one mathmatically plus equals none rapper call 4 tay im gon tell like homie short dogg would say hoes world trying play sweet knowing damn well wanna freak maybe week cool get sheets trying work thang said thats far going go toss turn make loose finally feels act right juice hoes say oh thats nasty back coat say sweet sassy 24 deep thats sleep undercover freak every day week see freaks need quit playing role like aint rest freaks wont admit especially know get aint nobody tripping cuz know im right could black could white black girl really dont take long white girls always tryin turn ya little squeze tease give time shell knees ill pick work butt baby wanna try bust nut dont get wrong cause started coming house camisole time shove front love first said deserve fight dont want serve gave time make mind dont fight feeling time unwind talking bout gunna give im rappin 4 tay dont make none yeah man little hoes got ill time get way real know never real dick need quit talking childish shit wanna rank ho go get bank ho little dickll screaming comes sex dont know whats still playing finger fuck see im grown man bust young cock like big butts big mouths know little girlsll break bed pull drawers give head little girl wanna fun better go magic mountain cuz way young point really cant say shit aint dropping lines ill call bitchbeyotch sure like play im player im playing play see made mind 17 aint marriage wedding ring ill player life wheres wife probably rehab stuck pipe cause must smoking im joking short baby comin straight oakland got way mo bitches ever need put big fat bag weed cause give bitch wouldnt give joint bitches aint shit made point light weed spit rap tell bout player way back fourteen first got dick sucked im grown really like bust nuts gettin freaky right situations wanna rap well thats nice occupation get pussy want want fool cause fucking ugly hoes back high school used fuck young ass hoes used broke didnt clothes fuck top notch bitches tell story bout rags riches bout pimp named shorty oakland set mackin years aint fell yet ever see rollin drop top caddy throw peace sign say hey pimp daddy cause never would front folks slow let gold diggers count spokes bitches come dime dozen dont get mad fuck cousin two sisters even fuck ex bitch short dog house player shit fake players peep game real player hatin lover tell ya feel front homies grind em look fo tramp cant find em got one girlfriend see every night come around partners lyin life looked watch said 622 cut house said baby love cant act like mack like playboy sho rest macks streets bitch comin learned break hoes youre gettin shake hoes youre older nothin routine makin gs every day workin blue jeans know seen see young tender saying short would man yeeeah theres lot fake players talkin bad ant banks know im sayin aint trippin tho short dog player haters tryna stay away kris kross imitators put ya cross cause theyre really haters thought knew short dog player born mack got bitches everywhere ride around town clean ass cars screenin hoes like movie stars checkin traps like dirty rat born mack im hookin hoes like crack monkey back bitch kick short dog habit got dick even though cant fuck every day thats cause got another bitch around way get together late night cut house hook somethin real tight really dont care cause im player thats right album number ten short dawgs house gettin close end yall gonna kick like last album let holler ya partner spit game ear minute quit complainin bout cant spend cause aint got got takes enough get started hope get message test ridin legit cant arrest bust im still hungry want stuff get fat watch whole crew blow get buy new album peep game dont like calvin get everything want get real get mail get girl make bail get ass jail gettin everything want everything dreamed never front gettin gettin money im talking bout black dont laugh aint funny get good lawyer like johnnie cochran swear tell truth hell nah didnt pop get kids school get education get degree take vacation see got game streets california young millionaire high school diploma livin real good taking care folks roll fat one players smoke short dogs house know aint trippin cause life hort gotta get fit stop looking never seem find aint think got read lines cause life aint long young black man tryin make money sellin dope dont ya hope would go class boy makes money makes fast twenties top fifties bottom flock top notches oh yes got em long time since first got still keep makin funky sounds get money mayne get gettin get gettin good get gettin get gettin good get money mayne get gettin know tired bein broke hangin gotta lot dreams cant get first thing need set goals think positive everything else old work hard never stop hustlin cause love see black man strugglin time come put dollar bills air said meet white house cause im one million black men risin wanna keep always surprise em spend money hood know good told peep game hort know im man lend brother hand cause know keep goin goin im pink bunny instead beatin drum never stop thinking money im gettin dont ya slip cant wait get heaven grip broke couldnt afford meal im rich cant fake gots keep real long time baby since first got still keep makin funky sounds earned respect street ghettos good im never going turn back true living gots kick facts talking bout ghetto funky funky ghetto trying survive trying stay alive ghetto ghetto ghetto ghetto even though streets bumpy lights burned dope fiends die pipe mouth old school buddies right every day every night wouldnt shoot bro id shoot fool played close tried test cool every day wonder ill die thing know survive theres one rule real world thats take care keep dealing hard times day day might deal dope crime dont pay black man trying break house thought got dope time pen even though brothers like get lot love im giving back ghetto ghetto ghetto ghetto ghetto peep game dont call crap cause life one hard rap even though sister smoked crack cocaine nine months pregnant aint nothing changed 600 million football team baby died like dope fiend story tell incomplete five kids house food eat dont look dont ask mamas next door getting high even though shes got five mouths feed shed rather spend money h always tell truth things like wonder mayor overlooked list instead adding task force send help waiting id better help housing authority opd guns handle ghetto ghetto ghetto ghetto ghetto ghetto even though put us call us animals make real big banks buy brand new clothes drive fancy cars make love stars never really saying use alias names like hort sell stuff might kill young kids grow thats know didnt teach school hes slangin dope thing knows survive kill another brother dies ghetto keep one eye open day long hoping hoping pay bills drink much problems life youll throwing like dont see ten years ghetto ghetto ghetto ghetto much game hort rap cant white whites cant black wanna act like someone else gotta color underneath short dog house better listen never ashamed proud black stand tall hard even though people give respect intelligent put em check cause youre ignorant get treated way throw jail got nothing say dont listen fault ill getting paid youll paying cost sitting jailhouse running mouth people try get ghetto ghetto ghetto ghetto ghetto ghetto ghetto ghetto put hump back shake rump put hump back shake rump put hump back shake rump put hump back shake rump lets go bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass till cant make ass touch floor till legs broke take big ol booty girl scrub ground round round long pussy aint stiff dance make niggas look shit like stripper club atl lil bitch tore started raisin hell remember magic city freaknik police went weak shit big hoes get loose skinny hoes let bruce bruce hit let nigga fuck tonight damn right bitch fuck wife slut life know count cash wont charge long bounce ass bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore biaatchbiaatchshake monkey bet cant wiggle like dick motor booty contest pick winner runnin never see ho come last shes fast shes got 454 ass never gonna win race put seatbelt dont let sit face might kill morning 214 doin pussy pop like new orleans 10 years past close eyes still see ass momma used dance like bouncin ass hands back saw grandmomma baby arms put hand car started swingin hard every nigga party wanna get bitch look like fucking invisible dick bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore dont naked dance like stripper wiggle tail like name flipper like dolphin top water take ground pop harder hangin around pimps got ya gangsta walkin like memphis tenn get girl like way bounce must learned deep way south west coast learned dance im stick dick back pants wouldnt pass chance grip cheeks fall ass keep week booty lookin fat party lets hit bar drink tequilla shots find spot floor lemme see drop bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore bounce ass floor shake shit till cant twerk monkey lemme see get low freak nigga till shit get sore put ass dick let know baddest lilbitch put hand clit ask like shit way move butt wanna fuck outside truck sex good cant enough bounce ass bitch bounce ass bitch bounce ass bitch hort dog house bounce ass shake monkey ho shake monkey ho shake monkey ho lemme see shake monkey biaatch tales freaky tales tales tell well met girl name joan loved way rocked microphone met joan took home like doggy bone met another girl name ann wanted freak man met ann shook hand ended freakin garbage next young freak met red took house gave head likes freak said jumped sheets broke bed theres another girl name mary talk sex girl acts scary heard freakin homeboy jerry took house popped cherry young tender sweet denise get bed girls beast tell homeboy get piece shell start talking signing lease met tender name lori x rated movie wouldnt tell story twin sister name lisa like lori shes real dick pleaser girlfriends name michelle booty bigger tail whale freaked michelle freaked well pussy got hotter flames hell gd girl name tammy didnt wanna cause bitch flammy best friend name jane pulled side spit game met lot freaks lifespan freaked one night girl named pam next day saw man one week passed old tender names janine 32 eighteen likes freak shes fiend really didnt matter saw jeans want big freak fat sloppy kick back watch mop two tons fun big mamma jamma country girl alabama met freak name beth pussy got wet smelled like death tired hell drippin sweat trying hold breath bake shake us met freak vegas said name dinah built little freak china said dont pimp gigolo im much money dont need hoe break cant break never met player like hort baby knew dick sucker named betty jo took house floor girl got freaky ill tell knees begging blow shes like another freak named renee get alone shell make day like burger king knows play freak like renee way tales freaky tales tales tell well tales freaky tales tales tell well met girl thick hell sixteen said name linell took house could wait shit much tighter century safe let tell since talking young met another girl said name yvonne always talking fun pad going im sir hort couldnt punk im trying get funky like female funk see coming see going keep money let hoes keep hoeing met hooker free foothill bus number forty three way back working big beatbox jamming beat met freak named antoinette macked baby like ice cold vet everything get cause im hort baby dont play shit met another freak name rita baby thought hort might eat told like could suck peter either go home cause knew didnt need scratched name telephone book never took second look cause next young freak name sharon kept looking kept staring baby came homeboy darren booty stuffed jeans wearing never left cut know know im talking theres freak named shannon sinner smokes pipe shes getting thinner shannon cool mind gone one fat rock going another buddy came place thick ass bitch said name grace walked door working lace shoulda seen look face shes like tender named belinda homeboys called belinda blender gave head like made twenty years old big round butt girl looked like olive oyl father rich girl spoiled got mad blood would boil wrapped like aluminum foil tales freaky tales tales tell well tales freaky tales tales tell well sugar delight friday night going hort three weeks ago met freak followed around like marys sheep hid around corner came grabbed arm asked name said anita mans santa rita took house homeboy gd sent way next day playboy hort ready play bumped girl names roshawn hit motel going holiday inn break dawn took baby home freaked mom knew tender named shari took house let freak baby fan loved beat wouldnt raise leg let kiss feet met freak named yolanda rolled baby doll like brand new honda top bed hit wall sounded like thunder date girl named kitty fine big fat titties night long acting shitty macked baby like frank nitti theres another girl name rose use ride baby like brand new vogues never saw rose wearing clothes shes penthouse pet ready pose riding street met janet booty bigger whole damn planet ass everywhere cant stand tried palm could manage freak name bunny said im man ever called honey everything funny macked bunny took money eight tonight date shirley real short hair curly saw baby liked girlie fine went get early shirley freaking like girl named rachel bite vicious sure fatal liked kiss navel lips top label knew another freak name candy real big lips came handy smooth got worked dandy hooked broad homeboy randy favor return gave lizard said name laverne baby got tossed got grabbed microphone started singing song young homeboy heard rap said way freaks told like might freaking boy never p treatment motherfuckers thought gonna change style saying todd bitches hoes shit heres another rap im ready spit goes like name hort im tearing shit like never pimp slaps making snaps cold cash money hort raps oakland california thats im city boys say dont want none im gonna tell trues vogues aint really shit wanna roll hard time bitch playing hort rhymes ask ill say money ask could ill say doesnt concern ronald reagan came said answer us economy cure cancer said white house youre selling cocaine ask wife nancy reagan know shell spit game like one night came house gave blow job licked dick like corn cob life life hort play young bitches like sport yeah play bitches like yall like dr j played basketball call dont say twice youll get real mad ill fuck wife see im proper im rarely polite hort hort dont say tonight biatch started bright morning 1987 drop top caddy yall getting sucked bitch named helen nasty bitches around world wrote rhyme might like rap im telling bitch true much death oakland streets gonna live till next week get shot dope fiend trying get high trying steal ring really cant say cause dont know people dropping dead like flies used see home boy give five say man still alive cold hell town im wont last long youre faking funk im master rapper unique clap hand want freak cant deny know im right turn rapper im mic wont kick back relax till knows im best mc rap till knows short set trap got caught serious cap motherfucker cant spit straight game mic cause hes worse fag frisco dyke hes sucker mc call punk trying spit rap scratch junk little punk ass boy wouldnt listen think im faking im taking sucker mcs end world push good luck couldnt find four leaf clover ever said rap trying cap wouldnt even sweat cause youll looking far might fall getting clowned hound east oaktown look face youre looking could make grown man die laughin cause youre rappin rhymin played fake ass simple simon never understood one word said youre swearing youre killing dead theres one thing wanted know sucker motherfucker wheres joke im player players call pop name hort dont stop dont stop mackin dont stop cappin dont stop rappin see happens mind gone crew cut sucker mc ill tell rhymes weak rap comes game lame never even heard hort baby hit oakland 1980 singing raps rap could rhyme telling sucker mcs dont waste time theres girl know name betty straight head rock steady shes freaky shell juice home boys cant get enough shes phd dont even stop back like going chop chop chop wont say white girl wont say shes black shes kind girl make knees go crack feel beat rock let tell im mc rapper mc rapper big bank roller cold cold capper hey baby got rhyme gonna stop till end time like rock roll ill play song beat day night long listen im saying im oaktown mack bitch aint playing home boys time pen gonna rock beat cant get youre mad hell say beeatch make sound real imma tear shit get chance could give fuck less ho dont dance see im big mack im great born raised golden state call say hort imma rap ass till give big bank make rich bitch bitch bitch bitch make rich check style baby dont quit heard freak say thats shit took cake fucked rake hort baby damn sure aint fake sucker mcs screaming loud saying sir hort shut mouth talk call weak father smokes coke mothers freak keep rappin nothing else keep jealous ass thoughts picture hes mc right aint saying nothing hes holding mic fuck boy youre doomed ill send trick ho motel room cause im coldest mc microphone like 357 pointed dome got cap cap never heard fresh cusswords motherfucking shit fucking fuck skank bitch sucker mc bastards got claps fuck punk cause still cant rap cusswords let em roll motherfucking shit god damn asshole cusswords dont quit motherfuck damn shithead bitch hort mic dont stop dont stop wont stop beeatch check style tales freaky tales tales tell well dont like dirty raps go hell cause hort dawg mic spittin cocktales h e washed hoes trying throw p youre big freak better complain hear cocktales hear name fake bitch aint thing ill pick phone call janine call marie know fact im getting sucked drop top cadillac met freak named naomi straight dick sucker worked homies girlfriend name vickie pulled side let suck dick fine fuck cant fuck tina tina tina sperm cleana took house told strip baby got freaky started splits said bee yotch want cause true blue mack wont even front fucked finger tried cum pussy tight wouldnt give none im short baby couldnt punk im trying get freaky cause love funk dick big nigga little one didnt fuck freaky ass still fun know stop wonder california lifestyle live see im crew dangerous bitch get mic spit freaky shit know girl named annette get alone shell suck dick hella freaky wont say shit alone nigga thats bitch know another freak names joanne always get pussy cause know finest bitch around aint got man every time cross mind go fuck shes like another bitch named christina bitch dumb named misdemeanor cause crime dumb took house let cum mouth know shit got number beep im gonna call bitch go dig guts like gardener starts screaming im gonna fuck bitch harder cause tales freaky tales tales tell well dont like dirty rap go hell cause short doggs mic telling cocktales meet groupies hookers like kathy fucking mcs cause shes nasty see backstage trying throw ass like freaks pass pussy cant stop bitch let roll vogues drop bitch name short game long freak hoes sing songs know bitch named stephanie anything sex really dont bring best love fine ass laying next shes like another freak named nicole damn sprung diamonds gold took house gave panties fucked good told friend named angie angie called 2 weeks later talking shit player like tamara taking naked pictures polaroid camera next told bitch named raquel got skin fingernails digging back grind shit way back cant find bitch ill probably break bitch everything cause came pimp im short baby dont stop macking grab microphone dont stop rapping bet life spit raps ill fucking em like bitch know bitch name sherry cut loose cause wanted get married pussy good mean sometimes shaved sometimes hairy im short dogg aint nothing nice ever make mad ill fuck wife fun bitch sprung dick guess ill pull cum bitch like little tramp named erica anywhere want fuck thats fuck cause shes freakiest bitch america every time get pussy tear cause tales freaky tales tales tell well dont like dirty raps go hell cause short dog mic spittin cocktales yotch dont stop beat +ugk,typed text girl used see saying chose cutie pie wanna apologize message gets cced every girl id see see round town hate see yall frown id rather see smilin wetness around true im island peninsula maybe makes sense know crazy give pussy cat thats lap looking back spaceships dont come equipped rearview mirrors dip quick atmosphere ripped im like pimp im glad night light sun would burn bum shoot moon high jump broom like preemie womb partner yelling soon dont reconsider read liter ature subject sure fuck know got back like chiroprac tic bitch dirty well wipe ass detergent hurry hurry go altar know aint pimp pimp remember taught ya keep heart three stacks keep heart ayy keep heart three stacks keep heart man girls smart three stacks girls smart play part play part bitch choosy lover never fuck without rubber never sheets like top cover money dresser drive kompressor top notch hoes get lesser trash like fuck forty dollars club fuckin game bitch gets love cross country givin got thousand pop im pullin bentleys lot smashed gray one bought red every time hit parkin lot turn heads hoes wanna choose bitches scary bitch chose aint pimp fairy ohh ohh choose girl yeah baby rollin solo time get team grass greener side know mean ill show shit never seen seven wonders world make eighth wanna girl say girl dont mean woman aint style need real street stalker walk green mile piling paper dining room table cause able realize im truth fable rocking russian sable keep chilla rack look like thousand dollar shit back im million dollar mack need billion dollar bitch put pimpin life watch ya daddy get rich easy b c simple 1 2 3 get u g k pimp c b u n b cause whats ho pimp whats pimp hoes dont lame know game goes tryna get chose ohh ohh choose girl yeah eeny meeny decisions precision pick make selection choose wit girl dont touch protection know want slip slippin somethin dont tippin life thats like makin rain every month schedule let tell get parasol umbrella cause gonna get wetter better prepare ya c support supposed spend baby see dont ask ask paul mccartney lawyers couldnt stop slaughter slaughter pockets tie rocket send outer space know wish could cause payin 20k day bitch eating good like infant double titty getting plump cause miscalculated next last pump dump dump gut raw giddy better choose right one pick pick kiddies ohh ohh choose girl yeah ahh choose baby pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick got fat pregnant bitch waterbed im bout bust nut little babys head guess call family man cause care bitches babies every chance dont give em clothes diapers shit like feed babies big black dick cause ima tell didnt know aint shit til fucked pregnant hoe pussy hotter got extra kick feel like hot potato pie around dick sometimes swing high sometimes swing low sometimes like fuck pregnant bitch floor hit kinda hard speed fast fuck til get cherry blisters ass cause expecting satisfy time give kid pacifier love bust old nut cause know babys gon lick pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick got fat pregnant bitch waterbed im bout bust nut little babys head aint pussy like one impregnated pussy made nutting could never hate swoll pussy hole best earth big dick helps make easy childbirth love big titties hate taste milk bigger fatter ass dick smooth silk got boy aint fun got girl two pussies price one bellys stacked ill put ho four hit pussy back im fucking womb move baby side get little room love fuck pregnant hoes babys sneezing nuts bust one nose little child born bet motherfucker tell pregnant pussy got going pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick got fat pregnant bitch waterbed im bout bust nut little babys head see fuckin pregnant pussy simple gotta hope baby think dickhead nipple cum snatcha stimulate sack might get fat load similac start kicking ima keep sticking go little deeper give bad ass whipping within nine months hit late sooner miss jones mr jones junior get bitch raw kid nice menage trois believe aint kicking bullshit cause pregnant pussy best get pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick got fat pregnant bitch waterbed im bout bust nut little babys head pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick preg pregnant pussy best get fucking bitch baby sucking dick pregnant pussy best get fucking bitch baby sucking dick well well well well hello baby one day youre youre gone well well well yeah yeah yeah yeah know lah dah dah dah dah yeah well well know know know yeah mama put fourteen start sellin crack cocaine codeine time stack paper gotta quick thinking im juvenile dont know messin yeah mamas son live every day like muthafuckin last one every nigga mama askin im game live game game im die die say go bury hiram clarke next come n go cause tomorrow aint promised thing promised playa penitentiary im take care business smooth tip watch back sellin crack pack two clips ya think say itll trip youre today next day youre gone one day youre baby youre gone one day youre baby youre gone one day youre baby youre gone one day youre baby youre gone world living man aint nothing drama everyone wanna harm ya new york niggas gettin shot bombers got life palm hand like california niggas dubs hydroponic marijuana gangbangin got ghetto hotter sauna orange nigga pots died corner behind funky ass dice game saw died wish twice man remember eight deep chucky crib lettin us act bad giving fuck lost knew world comin end quit letting devil push sin brother pen damn near ten look like come man im goin shit walk around mind blown fuckin zone cause one day youre next day youre gone one day youre baby youre gone one day youre baby youre gone im early cause aint enough light daytime smoke two sweets sold three chickens fo clock strike 9 big nut holder boulders smolder pa pipes ak loader get swallowed city lights niggas lookin shife look shife back cant show weakness bitches get life jacked man trip stay especially bitches trying lock whole century gave nigga donny 40 dante 19 wish could smoke take tight lean world trip ask bun b bitch aint liar man bobo lost baby house fire got knees night pray asked god let killas live take homeboys son away man got kids show em love em cause god might call em home cause one day theyre baby next day theyre gone oooohhhhhh gonnnnnnne know know well well yeah aaahhhh lah dah dah dah gonnnnnnne know yeah yeah yeah yeah gone one day youre baby cmon youre gone know know know yeah aaahhhh lah dah dah dah mmmmmmmm oooohhhhhh cmon baby baby lah dah dah dah one day youre baby youre gone one day youre baby youre gone next day youre gone gone cmon dont leave yeah dont leave baby hypnotize minds ugk three 6 mafia another classic baby put south mouth goin sweet jones bitch choosy lover never fuck without rubber never sheets like top cover money dresser drive kompressor top notch hoes get lesser trash like fuck 40 club fuckin game bitch ya gets love cross country givin got thousand pop im pullin bentleys lot smashed gray one bought red every time hit parking lot turn head hoes wanna choose bitches scary bitch chose aint pimp fairy ohh ohh choose girl yeah baby rollin solo time get team grass greener side know mean show shit never seen seven wonders world make eighth wanna girl say girl dont mean woman aint style need real street stalker walk green mile pilin paper dinin room table cause able realize im truth fable rock freshest sable keep chilla rack look like thousand dollar shit back im million dollar mac need billion dollar bitch put pimpin life watch daddy get rich easy b c simple 1 2 3 get ugk pimp c b u n b cause whats ho pimp whats pimp hoes dont lame know game goes tryna get chose ohh ohh choose girl yeah heard club dj paul bitches chosen see im icy like slush frozen like homie project pat keep cups raising snizzow flizzake dollar gotta nose dial drink liters im drinker ho ya swore doin like yous thinker ho thinkin bro need get money way ugk three 6 mafia got girl trained im still trappin hell pockets swell number one boy mr fishscale dont fuck around snitches tell put holes brain leave bodies smell im gettin paid aint got time jail paid judges juries sheriff know juice man never fail im still sippin syrup slow motion like snails ohh ohh choose girl yeah ahh choose baby yeah coming dedicated boys riding slab fli flips ave know im looking good im banging screw nigga diamonds wood flip ave know im looking tight jealous niggas looking car shife wanna take life wanna jack see never let bitch niggas take whats mine nigga never say going thang yall aint never lied gotta baby mama act like aint mine wicked women using children live wanna hurt try hate cause know thrill gone say man stopped smoking wit haters back ninety four niggas thinking sweet gonna get door niggas talk alotta shit safe place know cause cant look eye eye face nigga listen beats see mean nigga ride dirty every day still shine clean glitter gleam aint look like keep swanging clanging tryna live life fli flips ave know im looking good im banging screw nigga diamonds wood see niggas days go come wake know im blessed grab ses split swisher wit thumb sweets tight sweets fucked sweets gon blow killa smoke get sucked lucked today didnt fall prey none pistol play say tomorrow wont blasting way im puffin spliffs hay still upset drama time year im wiping away dead homies mama tears naturally fucking laws always manor five oh three im living dastardly must survival g niggas passing streets keep getting live wit said another way aint feeling tried steal lac wig wanna peel back still fact remains cain swang bang peace esg victims game mang fli flips ave know im looking good im banging screw nigga diamonds wood im flippin pa im trynna see good everythang still neighborhood niggas frown smile change better shife fools stop coming around see jealousy hating wicked ways lost children praisin paper smoking life away got point could decipher day night say love fuck fight conscience fuck wit much cant eat sleep side selling dope running streets even though im gaining street fame coming rap game lustful thinking compulsive drinking normal thang get erased misplaced trying win race try hold place smoking wet lace see drugs plastic thugs aint gon change hood im smoking skunk popping trunk make feel good fli flips ave know im looking good im banging screw nigga diamonds wood im still pimp c bitch fuck puttin powder streets cuz got big fuckin nuts comin back louisiana fleetwood lac served niggas shit put fiends back got pounds going 4 cause know pay 2 nigga bought thirty front 42 gon pop 700 times 62 248 nigga fuck cha told ya cocaine numbers would think lyin young ass niggas 22 talkin bout retirin game aint thang comin foreign benz brick home two apartments entertain friends mo bounce ounce cuz brougham shit done got 50 ounces birds bitch tightin slack bitches checkin stock got birds sell niggas go rock rock got back california kicked b legit put purple chronic hurricane shit studio tone man wish could stay got holla master p cuz got money make playaz south stack gz man like ball got stack big cheeze man bitch say wanna show got nine grand aint rappin shit money hand south texas mutherfucka thats stay gettin money yo bitches every goddamn day big paper im foldin hoes mutherfuckin jock dick holdin hate clone men show especially fools take style act like niggas dont know kick trill niggas best trip ya keep poppin shit nigga empty clip ho ass nigga murder mur mur murder murder mur mur murder murder mur mur murder murder mur mur murder murder mur mur murder well bun b bitch im king movin chickens finger lickins stickin niggas trickin need swift kick yo ass ripe pickin pockets thicken kickin nickel slickin sick clickin take look bigger nigga malt liquor swigger playa hata ditch digger figure hair trigger give hot one yo liver shiver shake quiver im frivolous nigga get wetter river worth birth niggas doin dirt fuck first night take skirt make pussy hurt master hit swisha faster fever blister bastard fuck yo sister passed fifty elbows sale yo brother better mail ho fore catch murder case go jail oh hell time bail hit trail sell mo fuckin yayo get scale bullet duckers shove us game better buck us cause cluckers love us make glass dick suckers shake jelly like smuckers hit like nun chuckers cause short texas bring ruckus muhfuckers cookin cheese crooked gz rockin quarter keys get hook ease wannabes get yo knees feel squeeze hk 1 3s overseas please dont trip cause flip light dip im breakin em hip yo lip go ask boy skip nigga bun rip one clip soon gun slip done whipped barrelli flyin yo pelle pelle smelly red jelly drippin ya belly served em like deli jumped cellular telli ho sell like goin style cant see marcus motherfuckin sweet smile murder mur mur murder murder mur mur murder murder mur mur murder murder mur mur murder murder mur mur murder got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got money beeper dead trees phone call mick jagger cause roll lot stones whole lot clones one sweet jones turning whores carnivores cant leave meat alone long time since hustled block every corner hit left screwed chopped marooned dropped like biarritz top let motherfucker bleed drip last drop im still young boy pocket full stones nicks sixty bricks gripping wood flipping chrome got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong man pull city get bush lay competition take cash crops get push moved bentley remote lexus key cornered market texas tea dont bar plexes way bigger men though diamond deuces tinted windows wind yo whichever way wind blow thats corner bend joe dont know bro quiz win though ten four good buddy styrofoam good muddy block bleeders leaving neighborhoods good bloody gripping wood lil buddy sit back scope pay attention prince pushing everythings bout pump got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong ugh done smashed flying spur wasnt shit parked grass brought brand new shit phantom rolls royce 24s bump aint trippin seat got woofers trunk skunk swisher codeine whiskers fucking smoke bundy vicious ugk records institution know lot niggas living prostitution pimping aint dead moved web bitch aint gotta hit track aint gotta give tricks head aint gotta give tricks pussy cameras screens easiest money get american dream biiitch man im middle finger figure million dollar mission popping like orville redenbacher im whipping kitchen pitching yayo like dontrelle willis trillest mound im holdin whole south know feel us realest walkin planet cant stand pass away wanna fight us start swinging wanna kill us blast away wanna stab us get sticking make sure cut us deep cause bet coming back couple hundred brothers deep pimp bun run streets streets man pick hood dont matter represented cross us gon get good south veterans aint nobody better gonna tell next kin brethren let us cause got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got bobby pound whitney key dj screw gallon bitch game belong got front back side side got front back side side got front back side side never let ho ass niggas ride got front back side side got front back side side got front back side side never let ho ass niggas ride got 64 chevy yard white drop top pearl paint job hard white plush inside southern robe fresh triple gold double daytons best ugh got sixteen switches like dre cos im nigga thats everybody play ugk 1 motherfucking plates cos trill ass niggas dont never come fake im bout hit dove way get past troys im dippin im bout call boys pass corner see bitches lookin fine hit corner one time see booty behind got corner hit switch made jump got jvcs trigger bump ugh know hoe ass niggas wanna ride bitch got front back side side daddy got front back side side got front back side side got front back side side never let ho ass niggas ride got front back side side got front back side side got front back side side never let ho ass niggas ride tight white interior candy apple red lex bitch solid gold snowflakes honey gloss tighter sheeps dick hittin switches make ass jump hood tall solid gold true chrome jacks ass whoa smoke jack town mack caddy six fuckin fif two hittin hard nigga daddy hoe gettin dick yo back goin smack country ass gold teeth chicken eatin mac cuz im playa get sweet gooshy take bitch crib throw party pussy watch niggas jock g big cars big money big nuts shit smoke wit smooth g ride gettin scandolous pussy dismantle hoes cant handle fine ass big booty bitches ride cause smoke got front back side side nigga got front back side side got front back side side got front back side side never let ho ass niggas ride got front back side side got front back side side got front back side side never let ho ass niggas ride gulfway boulevard menace tearing four motherfucking corners block bitch nutting bunny hop happenin hard cappin daily routine shit plush interior crush nigga im clean dont like rest must excite best soul let nigga take control fuck ya waiting see thats rolling three daytons one hoes air hanging sitting fatter bitch dont care im puffing red rolled fronto leaf got little daddy even though wish indo dont really give fat fuck six pack twelves trunk chrome dip dont even trip aint nobodys punk go swing sweet rag top let ride skank baby dont wait lets glide slide right never let ho ass niggas ride true uh never let ho ass niggas ride never let ho ass niggas ride never let ho ass niggas ride gotta pocket full stones 7x first started back 1989 wasnt moving keys barely moving dimes started coming fiends recognize face paying laws wouldnt catch case want freebase got hubbas ass boulder pipe megablast cash went stacks went piles thanks dope fiends hitting crack vials back days used run saying pimp c ya know tell em get crack get fuck away hoe cause everywhere went became instant cut cause knew cut twentys big fat monkey nuts fiend gon fiend cant change ass guess mothafuckas tweak take brilo pad chest wont leave alone cause know got whole pocket full stones gotta pocket full stones wont leave ass alone bought cadillac dropped street top got family started pushin crack rock rock crack sho paid good city set fucking ho every letter alphabet annie brenda carla dee whole lot fiends used suck dick free bought first key babymommabrutha cooked shit started passin hubbas everybody faaamly clockin loot sold cadillac got brand new lexus sports coupe gotta house hill gotta boat lake got detail shop cover duckets make point dont see dope still smoke weed still drink beer toke laws wont leave alone cause know niggas got pocket full stones living real smooth like aloe vera lotion im selling crack rock devils love potion three wheel motion buick park ave fiends used smoke twenties smokin slabs paid like muthafucka clientele growin geakin bad got pregnant fiends hoin suck dick lick ass get bump fuck black caesar niggas call black trump pistol grip pump lap times niggas fuck wit niggas shit dont fuck wit mine got money totalled big time pass 17 5 gotta bird ass put boys wouldnt rob click coming like fuckin mob workers got workers everybody making green gettin cash putting stones pockets fiends keys moving daily product selling fast nigga c makin money ass shit gettin silly dope easy sell pay everybody bail aint spendin time jail gotta make sales cause green mo worker mo workers face aint scene attitude mean cause keepin respect aint nobody line cause got em check broke cops neck cause step outta place dead pig murder 1 got time face judge sent got capped nigga c ass sent river next four years pass back shoulder hit cut fifty bought nice fat boulder cut nice fat pile hubba tens got pocket full stones starting dog real niggas kill fuck know im saying shoot kinds game im thankful lord blessed see hundred miles away know hi life living hi life hi life living hi life mmmmmmmmmmm im tired living fucked tired living bad tired hearing grandmama telling gonna go church chad im trying live image would want see got one foot street every week flip ki never wanted g niggas depend aint safe hit 10 niggas fear wit niggas went school wit got cool wit went fool wit sellin white shit pushing cocaine niggas whole existence dependent game ya want like somebody cut throat got 20000 trying turn hundred aint nobody got dough niggas tend smoke bad habits exist bitch think ease mind sucking dick bitch maybe minute shit never lasts 1996 niggas dying laying ass first magic johnson got eazy e died wonderin young niggas smokin fry wish could tell yall wore rubber everytime told nigga know lying ive fucking pussy since tender age nine getting full time job trying stay alive crackers tend smirk offended weed smoke coming shirt still put work front folks cause come nigga family aint joke getting married edgar boat baby doe say niggas selling dope know aint lying thats family talk gonna devil poke fork everybody sitting pulpit aint saved preachers false prophets fucking hoes getting paid im looking hi life living hi life hi life living hi life mmmmmmmmmmm got one life live thats give us bullshit way stay true complicated cause niggas getting shot cross people names get lost feeble lame get tossed streetsll eat ass alive take possessions pistols bare hands knives nobodys surprised somebody dont survive dusk see dawn treacherous left die streets motherfuckers sleeping corners pee probably cause society felt didnt belong fuck made way us got little niggas selling yay aint like make higher levels gainable quote piece american pie aint attainable sustain full life death man im left make goddamn self cmon gives damn cant afford turkey ham living ramon noodles beef jerky spam thats sad thats fact life see front grabs come slab cause poverty push nigga brink edge especially dont know ledge instead without im hustling trying get ungodly days thinking ways get fuck outta maze manll commit crime cause fucking crime pays im going phase dont grow reason mother fucker gots po 40 curb disturbed left doubt mind still sometimes dont know walking around hoping get one try make bullshit going yo gots take cant fake get hi life hi life living hi life hi life living hi life mmmmmmmmmmm +50 cent,go go go go go go go shawty birthday gon party like birthday gon sip bacardi like birthday know dont give fuck birthday find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed pull front see benz dubs roll twenty deep twenty nines club niggas heard fuck dre wanna show love sell like eminem hoes wanna fuck look homie aint nothin changed hoes gs see xzibit cut hey nigga roll weed watch move youll mistake player pimp hit shells dont walk limp hood la sayin 50 hot like want em love like love pac holla new york niggasll tell im loco plan put rap game chokehold im fully focused man money mind got mil deal im still grind shorty said feelin style feelin flow girlfriend bi ready go find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed flow show brought dough bought fancy things crib cars clothes jewels look nigga done came aint changed love way hate nigga mad thought youd happy made im cat bar toastin good life faggot ass nigga tryin pull back right joint get pumpin club wink eye yo bitch smiles gone roof fire let motherfucker burn talkin money homie aint concerned ima tell banks told cuz go head switch style niggas hate let hate watch money pile go upside head bottle bub know fuckin find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed find club bottle full bub look mami got x takin drugs im havin sex aint makin love come give hug gettin rubbed dont try act like dont know neither nigga club time nigga pop pop nigga g unit new york city rockin 50 cent gotta love wanna chill twist lah catch stunts 7 45 drive crazy shorty need see feel next provide everything need like smile dont want see cry got questions got ask hope come answers babe girl easy love would love would still love girl easy love would love would still love fell tomorrow would still love didnt smell good would still hug got locked sentenced quarter century could count support mentally went back hooptie benz would poof disappear like friends hit hurt would side time put work would ride get peel nigga cap chill drive im askin questions find feel inside aint rap cause flip burgers burger king would ashamed tell friends youre feelin bed used tongue would like wrote love letter would write back could little drink know nightcap could go like know like girl easy love would love would still love girl easy love would love would still love would leave father found thuggin believe tell one im lovin mad cause im askin 21 questions soulmate cause girl blessing trust enough tell dreams im starin tryna figure got jeans would say things make smile ill treat want treated teach chick someone happened see asked said wasnt would believe leave deep bond thats takes gone humans girl make mistakes make ill whatever take love like fat kid love cake know style say anything make smile girl easy love would love would still love girl easy love would love would still love could love bentley could love bus ill ask 21 questions us could love bentley could love bus ill ask 21 questions us man gotta go get somethin eat man im hungry motherfucker ayo man damn whats takin homie long son 50 calm coming ahh ohh fuck ah son pull pull many men wish death upon blood eye dawg cant see im tryin im destined niggas tryin take life away put hole nigga fuckin back wall gon see better watch talk talk cause ill come take life away many men many many many many men wish death pon lord dont cry dont look sky mercy man pussy niggas puttin money head go get refund motherfucker aint dead im diamond dirt aint found im underground king aint crowned rhyme somethin special happened every time im greatest somethin like ali prime walk block bundles ive knocked humble swing ox rumble show ass gun got temper nigga go head lose head turn back get clapped lose legs walk around gun waist chip shoulder till bust clip face pussy beef aint many men many many many many men wish death pon lord dont cry dont look sky mercy mercy soul somewhere heart turned cold mercy many men many many many many men wish death pon sunny days wouldnt special wasnt rain joy wouldnt feel good wasnt pain death gotta easy cause life hard itll leave physically mentally emotionally scarred niggas block twistin trees cigars niggas lock doin life behind bars dont say god judge cause see things clear crooked ass crackers give black ass hundred years im like paulie goodfellas call like malcolm means gun palm slim switched sides let niggas ride thought cool want die homie many men many many many many men wish death pon lord dont cry dont look sky mercy mercy soul somewhere heart turned cold mercy many men many many many many men wish death pon every night talk god dont say nothin back know protectin still stay gat nightmares niggas keep pullin tecs psychic says bitch done put hex feds didnt know much pac got shot got kite pens told tut got knocked aint gon spell mufuckas time illiterate nigga cant read lines bible says goes around comes around hommo shot three weeks later got shot clear im real reason cause got hit like got hit aint fuckin breathin many men many many many many men wish death pon lord dont cry dont look sky mercy mercy soul somewhere heart turned cold mercy many men many many many many men wish death pon hey em know youre favorite white boy right owe one patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong im innocent head like baby born dead destination heaven sit politic passengers 911 lords blessings leave lyrically inclined shit aint even got try shine gods seamstress tailor fitted pain got scriptures brain could spit dame straight good book look niggas shook 50 fear man warrior swing swords like conan picture pen hand writin lines knowin source quote die theyll read say genius wrote grew without pops make bitter caught cases copped make quitter white mans world im similar squirrel lookin slut nice butt get nut get shot today phonell stop ringin industry niggas aint friends know pretend patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong youve patiently waitin make hatin debatin whether even weather storm lay table operatin save like angel came sent heavens think theyre crazy aint crazy lets face shit basically theyre playin sick aint shit aint sayin shit spray em 50 k get way ill bring dre turn day fuckin mayhem stayin dont let lose im tryna confuse let loose uzi shoot isuzu get message gettin know whats comin motherfuckers dont even know take big pac mix em pot sprinkle little big l top fuck got got realest illest killers tied knot juggernauts rap shit like like fight top see whod die spot put life nothin like survivin shot yall know time soon 50 signs dot shit know death threats cause get lot shady records eighty seconds away towers cowards fucked wrong building meant hit better evacuate children nuclear showers theres nothin spookier youre witness power fuckin 50 patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong gun squad hearin shots go 50 say 50 see nigga laid fuckin top blown 50 man wasnt 50 dont holla name know shouldnt throw stones live glass house got glass jaw watch mouth cause ill break face ass runnin mumblin jake goin dawg youre makin mistake ill split ya leave lookin like michael jackson jackets zippers im boss boat call skipper way turn money call flipper bitch regular bitch callin wifey fucked feed fast food keepin icey im sell records soul snoop said 94 dont love hoes got pennies thoughts im rich see twenties spinnin lookin mean 6 niggas wearin flags cause colors match clothes get caught wrong hood filled holes motherfucker patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong patiently waitin track explode stunt want yo assll get rolled feels like flows hot long thinkin ima fuckin fall youre wrong yeah yeah mmm life life makes wanna run away theres place go place go confusion illusion like movie got nowhere go nowhere run hide matter hard try yeah yeah 03 went quite filthy filthy rich man emotions change never trust bitch tried help niggas get turned around spit right face game buck suck dick hear em may sound like shit cause im writin anymore makin hits im far perfect theres many lessons done learned moneys evil look evil done earned im doin im supposed im writer im fighter entrepreneur fresh sewer watch maneuver whats ya track lace better basic recovery comeback kid life life makes wanna run away theres place go place go confusion illusion like movie got nowhere go nowhere run hide matter hard try yeah sippin kool aid gettin buzz heavy fuckin shed sharpenin machete sippin revenge juice gettin taste buds ready wolf spaghetti say spa get even think fuckin meatballs keep forgettin thought finished motherfucker beginnin hes buggin hes straight thuggin fuck hes offendin hell rip vocal chords bitches plugged motherfuckin wall 3000 volts electricity take end em plug motherfuckers one eye sockets cause thought might finally fuckin see thatll teach go voicin cocksuckin opinion done put blood sweat tears shit fuck lettin youre gonna end regrettin ever betted feels like ima snap minute yeah happenin im thinkin sayin motherfuck everybody thats bitch 50 cause know hard go swear god put heart soul anybody knows im trapped rap every time rap im trapped rap right bubble oh guess bubble wrap like vicious cycle lifes crisis christ supposed know shit would turn like feels like im goin psycho might blow lid shit almost wish would never made recovery kid cause im runnin circles life life makes wanna run away theres place go place go confusion illusion like movie got nowhere go nowhere run hide matter hard try yeah havent fuckin confused since kid sold like 40 million records people forgot maybe maybe maybe im supposed go crazy maybe ill 3 morning like shady psycho killer michael myers im fire like lighter try say aint classic get yo ass kicked mad quick wrap head plastic pussy pick casket dirt nap maggots tragic sad never gonna end number one frown face heart full hate accept respect gift god given like air lungs every fuckin thing livin life life makes wanna run away theres place go place go confusion illusion like movie got nowhere go nowhere run hide matter hard try yeah dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p shorty club dancin dollars got thing gucci fendi prada bcbg burberry dolce gabbana feed foolish fantasies pay cause want spit little g man game got hour later ass ramada trick niggas ear sayin think got bitch bar tryin get drink like style like smile like way talk country think like cause im new york aint nigga tryna holla cause want head im nigga tryna holla cause want bread could care less perform bed bitch hit track catch date come pay kid look baby simple cant see fuckin fuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p im bout money see girl holla fuckin im p p see tv cadillac greasy head full hair bitch im p p come get money curious see feels p p roll benz could watch tv backseat v im p p girl could pop champagne could ball could toast good life girl could could really splurge girl tear mall ever needed someone im one call ill pick ever fall got problems solve em big small nigga aint bout shit im friend father confidant bitch dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p told fools stay tools keep benz rims jewels holla ho til got bitch confused got payless got gator shoes im shoppin chinchillas summer cheaper man ho im done aint gon keep man bitches come go every nigga pimpin know aint secret aint gotta keep low bitch choose ill strippin street put hoes get ass beat niki bottom bitch always come bread last nigga put stitches head get ho pocket ill put charge bitch cause need four tvs amgs six ho make pimp rich aint payin bitch catch date suck dick shit trick dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p dont know heard bitch cant get dollar cadillac perms cant see im motherfuckin p p yeah hollywood say theres bness like show bness hood say theres bness like ho bness know say talk little fast listen little faster aint got slow catch bitch ha ha ha yeah yeah uh huh seductive ill take candy shop ill let lick lollipop go ahead girl dont stop keep goin hit spot whoa ill take candy shop want one taste got ill spendin got keep goin hit spot whoa could way want gon back thing push temperature risin okay lets go next level dance floor jam packed hot tea kettle ill break baby simple nympho nympho hotel back rental beach park whatever got magic stick im love doctor friends teasin bout sprung got wanna show could work baby problem get top get bounce around like low rider im seasoned vet come shit work sweat could play stick im tryin explain baby best way ill melt mouth girl hand ill take candy shop ill let lick lollipop go ahead girl dont stop keep goin hit spot whoa ill take candy shop want one taste got ill spendin got keep goin hit spot whoa girl things yeah give baby nice slow climb top ride like rodeo aint never heard sound like cause aint never put like soon come door get pullin zipper like race get undressed quicker isnt ironic erotic watch thongs thinkin bout ass im gone touched right spot right time lights lights like behind seductive see way whine hips slow mo floor grind long aint stoppin homie aint stoppin drippin wet sweat man poppin champagne campaign bottle bottle gon sip til every bubble every bottle gone ill take candy shop ill let lick lollipop go ahead girl dont stop keep goin hit spot whoa ill take candy shop want one taste got ill spendin got keep goin hit spot whoa ill take candy shop ill let lick lollipop go ahead girl dont stop keep goin hit spot whoa ill take candy shop want one taste got ill spendin got keep goin hit spot whoa came world cryin fussin nigga aint nothin every ghetto know trying make little change preacher man come around talkin dont wanna hear keep walkin ima put powder pot whip till im pullin lot imagine pull lot new shit come without top im aint never gon stop bitch im aint never gon stop im man im man im man im man im man im man aye came game gettin money flippin chickens whip gettin money niggas get playin money clique bang money shit changed money love see nigga bottom catch coming gotta keep low nigga plug bless nigga whole wanna break bitch 36 os looky bitch im okay shorty wanna fuck stripping yeah jiggy nigga lady gon hit line aint gon waste time sucking fucking like need make bankroll easy light room tv gettin im gone type shit nigga much mind right im grind right looking sucker need found right got nine right bitch ill blow mind right aint fucking around right better get line right fuck around die right hope understand bitch im man ho im man know im man bitch im man ho im man know im man bitch im man ho im man know im man bitch im man ho im man know im man im bonafide grade hustler a1 day 1 cant touch us nigga like shit try stick ima get hit yeah know get bad bitches around smoking drinking im thinking work seen bitch back blown never nothing personal believe fuck around bitch dont wanna leave talking bout takin flights tonight im town around want fly put nothing real nigga ass flying first class cause seem regular dont want nothing regular turn talk spanish fat ass know wanna get lady lets get much mind right im grind right looking sucker need found right got nine right bitch ill blow mind right aint fucking around right better get line right fuck around die right hope understand bitch im man ho im man know im man bitch im man ho im man know im man bitch im man ho im man know im man bitch im man ho im man know im man yeah uh huh dont niggas aint shit everything new spikes louboutins im round bullshit like matador im used bullshit dont matter boy corporate acquisitions accumulations wealth build gods double knowledge self entrepreneur visions moulin rouge religion pussy make weak nigga break want cheese cheeks want cheeks want cheese bitch gotta eat im havin epiphany niggas aint shit worse scum slum im im southside nigga yeah im bout mine next nigga coroners come outline aint made im made bum nigga bum bitch shoes come bakers counterfeit fraudulent fakers kind rich nigga bitch look like pullin lot brake hit button pulling top shines stuntin im pullin knot strapped glock wont pull lot front ill make pop yall dont niggas aint shit everything new spikes louboutins nigga visualize everything needed dream penalized every ho nigga scheme guns video get locked bing yeah kill nigga quick worries record clean murder one become manslaughter soon brought charity work parking tickets charges fuck nigga fucked father gave dick bitch pajamas made first million fucking dollars bought bible oh yeah god got made second million dollars bought chopper binocular im scared shit dont happen everybody im instagram looking favorite singer debating fuck jump single 20 thou got hell adlib im mouth like knew could kids k dot pullin lot brake hit button pulling top shines stuntin im pullin knot strapped glock wont pull lot front ill make pop yall dont niggas aint shit everything new spikes louboutins nigga good pussy dinner bomb kush breakfast colored vs stones around neck bitch feels like nigga dreamin seat back music bumpin niggas leanin bulls eye thats came bread nigga run game boy shouldve sent broad report whats yard aloof livin came hard pain gain embedded brain im grip motherfuck fame pullin lot brake hit button pulling top shines stuntin im pullin knot strapped glock wont pull lot front ill make pop yall dont niggas aint shit everything new spikes louboutins nigga round world tourin city got boring bury g new pair jordans coupe foreign top peeled like orange blue ferrari many iron horses living life worries gun got zodiac sign taurus dont make slam like amare zone rida gang end story oops thats baby bad im sorry call daddy maury everything arent fly nigga soaring purple label ralph lauren kick game like atari special bedroom restroom keep performing go girl film movie guess whos starring yeah tape man listen tape ive waited ive waited time went could cry silly silly best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend first get talkin get touchin get past phone games well fuckin kiss like french put tongue ear like dogs girl pull hair different scenery mean different position tub sink improvise listen chopper jet join mile high club im fool know money cant buy love im different type nigga make sure know instead rose theres hundred dozen see see somethin special look eyes legs way back see pussy mine aint sure im talkin dont tell lies theres things say wonderin dont say im thinkin dont mean im shy got shit picked thats im fly best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend bubble bath ill come wash back puttin lotion help sit think things say may make smile give gifts heart reflect style slang use build may change talk im focused im strokin could change walk thats swagger come come new york im hustler hustle things bought separate rest feel like im best theres price pay feelin pay twice im ghetto gets girl know thats right aint got nothin hide baby tell secrets fore end bein round long enough peep shit get closer mean closer close get take clothes girl mentally long best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend want round time girl ill best friend promise youll mine please say hes friend girl lets pretend either aint man please say hes friend best friend +jay z,youd take clothes back id let youd steal food right mouth id watch eat still dont know love much oh curse name spite put shame hang laundry streets dirty clean give fame still dont know love much yeah baby amazin im maze cant crack code one day youre screamin love loud next day youre cold one day youre one day youre one day care youre unfair sippin cup til runneth holy grail uh uh uh blue told remind niggas uh fuck shit yall talkin bout im nigga uh caught lights cameras uh look shit hammer uh goddamn like bright lights enticin look tyson money one night thirty mil one fight soon money blows pigeons take flight fuck fame keep cheatin took back fool twice thats bad cant even blame enough make wanna murder momma please get bail know nobody blame kurt cobain uh entertainers stupid contagious entertainers baby amazin im maze cant crack code one day youre screamin love loud next day youre cold one day youre one day youre one day care youre unfair sippin cup til runneth holy grail got tattoos body psycho bitches lobby got haters paper photo shoots paparazzi cant even take daughter walk see em corner store feel like im cornered enough enough im callin fuck im kiddin though im gettin high sittin low slidin big body curtains window fame hurt chain worse think back asked person deal nigga deal shit aint work light work camera snappin eyes hurt niggas dying back birthed fuck iris irs get hell high horse got shit niggas die dry mad take good bad throw baby bath water still alive still nigga nigga survived still gettin bigger nigga living life vanilla wafers villa illest nigga alive michael jacksons thriller baby amazin im maze cant crack code one day youre screamin love loud next day youre cold one day youre one day youre one day care youre unfair sippin cup til runneth holy grail get air lungs whenever need take blade right heart watch bleed still dont know love much yeah play game spite drive insane got tattooed sleeve forever ink guess whose name still dont know love much yeah baby amazin im maze cant crack code one day youre screamin love loud next day youre cold one day youre one day youre one day care youre unfair sippin cup til runneth holy grail ooh ooh ooh ooh ooh ooh dont know wants perfect love story anyway anyway cliche cliche cliche cliche wants hero love saves day anyway cliche cliche cliche cliche bad guy goes good yeah innocent love im misunderstood yeah black hour glass glass toast cliches dark past toast cliches dark past boy meets girl girl perfect woman girl get bustin cops come running chuck deuces chugging dusse ugh fuck say boys blue say dont care run baby long im next loving crime tell bring best hear sirens make love loud hell dont know theyre nowhere near us hold heart gun dont care come noooo know crazy take found places take without got nothing lose im outlaw got outlaw chick bumping 2pac outlaw shit matching tats ink dont come even rings come things ring nails get dirty past aint pretty lady mercedes baby momma harder lot niggas keep 100 hit lottery niggas aint life aint gotta lie nigga know till death hope obvi niggas ugh cross line speak mine ima wave tec im geek mine touch nigga rib click clack push mothafuckin wig back wilding since juvi good girl til knew drop bustin ueys screaming take found places take without got nothing lose deeper words beyond right die love beyond life sweet jesus piece beyond ice blind baby neon lights ray bans police sight oh beautiful death lets wear white go heaven bring hell sneak meet bring box ls fell love bad guy bad guy rap guys rap guys aint see potential girl see world dont care give life get life loving price would pay life hear sirens make love loud hell dont know theyre nowhere near us hold heart gun dont care come noooo know crazy dont care ill never give give give give away swear ill never give give give give away dont care ill never give give give give away swear ill never give give give give away yeah yeah im brooklyn im tribeca right next de niro ill hood forever im new sinatra since made make anywhere yeah love everywhere used cop harlem hola dominicanos right broadway brought back mcdonalds took stash spot 560 state street catch kitchen like simmons whippin pastry cruisin 8th street white lexus drivin slow bk texas im bed stuy home boy biggie live billboard brought boys say ty ty still sippin mai tais sittin courtside knicks nets give high fives nigga spiked could trip referee tell attitude im definitely new york concrete jungle dreams made theres nothin cant youre new york streets make feel brand new big lights inspire lets hear new york new york new york catch x og yankee game shit made yankee hat famous yankee know bleed blue aint crip though got gang niggas walkin clique though welcome meltin pot corners sellin rock afrika bambaataa shit home hip hop yellow cab gypsy cab dollar cab holla back foreigners aint fair act like forgot add eight million stories naked city pity half yall wont make gotta plug special ed got made jeezys payin lebron im payin dwyane wade three dice cee lo three card marley labor day parade rest peace bob marley statue liberty long live world trade long live king yo im empire state thats new york concrete jungle dreams made theres nothin cant youre new york streets make feel brand new big lights inspire lets hear new york new york new york lights blinding girls need blinders step bounds quick side lines lined casualties sip life casually gradually become worse dont bite apple eve caught crowd youre style winter gets cold en vogue skin city sin pity whim good girls gone bad citys filled mami took bus trip got bust everybody ride like bus route hail mary city youre virgin jesus cant save life starts church end came school graduated high life ball players rap stars addicted limelight mdma got feelin like champion city never sleeps better slip ambien new york concrete jungle dreams made theres nothin cant youre new york streets make feel brand new big lights inspire lets hear new york new york new york one hand air big city street lights big dreams lookin pretty place world could compare put lighters air everybody say yeah yeah yeah yeah new york concrete jungle dreams made theres nothin cant youre new york streets make feel brand new big lights inspire lets hear new york new york new york skin skin skin black skin black black skin yellow light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga like second one light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga oj like im black im oj okay house nigga dont fuck im field nigga shined cutlery gold plated quarters butlers ima play corners hustlers told please dont die neighborhood mama rentin take drug money buy neighborhood thats rinse bought every v12 engine wish could take back beginnin coulda bought place dumbo dumbo like 2 million building today worth 25 million guess im feelin dumbo light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga wanna know whats important throwin away money strip club credit ever wonder jewish people property america financial freedom hope fuck livin rich dyin broke bought artwork one million two years later shit worth two million years later shit worth eight million cant wait give shit children yall think bougie im like fine im tryin give million dollars worth game 999 turned 2 4 4 8 turned life nice first week release date yall still takin advances huh niggas takin real chances uh yall gram holdin money ear theres disconnect dont call money yeah light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga light nigga dark nigga faux nigga real nigga rich nigga poor nigga house nigga field nigga still nigga still nigga find hard know heart im letting every day letting every day keep running away look apologize often womanize took child born see womans eyes took natural twins believe miracles took long song dont deserve harassed paris please come back rome make home talked hours tour please pick phone pick phone said dont embarrass instead mine proposal us go steady 21st birthday matured faster wasnt ready apologize seen innocence leave eyes still mourn death apologize stillborns cause wasnt present body wouldnt accept apologize women toyed emotions cause emotionless apologize cause best love fall short say im eyes leave soul body housed stare blankly space thinkin time wasted basic shit apologize im never gonna treat im never gonna treat like oh apologize love one ages contained us ratchet shit expansive meant cry die alone mansions sleep back turned supposed vacay til backs burn supposed laugh til heart stops meet space dark stop let love light way like men cut nose spite face never wanted another woman know something didnt know promised cried couldnt hold suck love think need emotionally available invited stew shit im never gonna treat im never gonna treat like oh children knew dont even know would aint look would probly die shame good menage trois soulmate risked blue wasnt superhero face heart breaks day explain mistakes mask goes away santa claus fake go online see blues tooth tooth fairy didnt pay im never gonna treat like clap nigga rapping ass blow stack niggas trapping ass clap nigga rapping ass blow stack niggas trapping ass tom ford tom ford tom ford coming coming riding clean fix hair crown bad bitch h town keep trill yall know yall cant fuck around paris pard parisian hov time time fuck yall season piss bordeaux burgundies flush riesling hovs hoes yall put yall weaves clap nigga rapping ass blow stack niggas trapping ass spent euros tuxes weird clothes party weirdos yeah hov yeah hov dont pop molly rock tom ford international bring back concorde numbers dont lie check scoreboard tom ford tom ford tom ford hands got best flow sound im special sound boy burial wayne perry flow yall know nothing bout wayne perry though district columbia guns yall tumblrs fuck hashtags retweets nigga 140 characters streets nigga pardon laughing yall flagging beats nigga pardon laughing happen think sweet dont pop molly rock tom ford international bring back concorde numbers dont lie check scoreboard tom ford tom ford tom ford oh man homie throwed coming coming riding clean fix hair crown bad bitch h town keep trill yall know yall cant fuck around hold dont pop molly rock tom ford little year ago bondage im back reaping blessings getting benefits go along everything thats kings like us reason like jewelry diamonds stuff dont understand really africa thats stuff come originated kings know im saying dont look youngsters wanna shiny things genes know im saying dont know history fuck know got fuck know got sexy bitch hope bout come fuck know got fuck know got fuck know got sexy bitch hope bout come fuck know got landed europe nigga shoppin bags im tourist nigga money talk speak fluent nigga reeboks nigga look im pure nigga bet hoes tour nigga dont bop money dance bitch whip cost hundred grand red vert see slide sexy bitch hope bout sexy bitch know bout fuck know got fuck know got fuck know got sexy bitch hope bout come fuck know got fuck know got fuck know got sexy bitch hope bout come fuck know got hov landed rome nigga hail caesars home niggas centanni ciao bella come money dance good fellas hov keep gettin dinero got even nigga gotta rob get black jack casino nigga got unlimited credit uh nigga got lot vendettas uh black mob gon set uh peel lamborghini countach 200 dash gonna rev lucky luciano call paesano 100 keys piano plays across verrazano el padrino villa venice sippin vino bad mulignan yall know like know got fuck know got fuck know got bad bitch hope bout fuck know got fuck know got fuck know got bad bitch hope bout bad bitch know bout im ridin big comin beach geechi niggas satin sheets bad bitch masterpiece got bad bitch master peace youre havin girl problems feel bad son got 99 problems bitch aint one ive got rap patrol gat patrol foes wanna make sure caskets closed rap critics say hes money cash hoes im hood stupid type facts grew holes zapatos youd celebrate minute havin dough im like fuck critics kiss whole asshole dont like lyrics press fast forward got beef radio dont play show dont play hits well dont give shit rap mags try use black ass advertisers give em cash ads fuckers dont know take understand intelligence jay z im rags riches niggas aint dumb got 99 problems bitch aint one hit 99 problems bitch aint one youre havin girl problems feel bad son got 99 problems bitch aint one hit year 94 trunk raw rearview mirror motherfuckin law got two choices yall pull car bounce devil put pedal floor aint tryin see highway chase jake plus got dollars fight case pull side road heard son know im stopping cause im young im black hats real low look like mind reader sir dont know arrest guess well 55 54 license registration step car carrying weapon know lot aint steppin shit papers legit well mind look around car little bit well glove compartment locked trunk back know rights gon need warrant arent sharp tack type lawyer something somebody important something well aint passed bar know little bit enough wont illegally search shit well well see smart k9 come got 99 problems bitch aint one hit 99 problems bitch aint one youre havin girl problems feel bad son got 99 problems bitch aint one hit 99 problems bitch aint one youre havin girl problems feel bad son got 99 problems bitch aint one upon time long ago nigga like strong arm ho ho sense havin pussy pussy havin goddamn sense try push try ignore talk lord pray fools love perform know type loud motorbike wouldnt bust grape fruit fight thing thats gon happen ima get clappin boys gonna yappin captain go trapped kit kat back system riff raff fiends floor scratchin paparazzis cameras snappin em da try give nigga shaft half mil bail cause im african fool harassin tryin play boy like hes saccharine aint nothin sweet bout hold gun got 99 problems bein bitch aint one hit 99 problems bitch aint one youre havin girl problems feel bad son got 99 problems bitch aint one hit crazy one rick boy blessings blessings yeah see elephant tusk bow sailing lady docked ivory coast mercedes row winding road hope black skin dont dirt white tuxedo basquiat show well fuck fuck water drown family water mixed blood water tells story water knows go ahead spill champagne water go ahead watch sun blaze waves ocean dope boy still smelling like cocaina white boat white robe cleaner oil spill bp aint clean im anti santa maria christopher acknowledge wallace dont even like washingtons pocket black card go hard im shopping boat docked front hermes picking cotton silk fleeces lay jesus oh god hope yall dont get seasick see shit never saw wasnt pictures wouldnt see aww whole worlds awe crash glass ceilings break closed doors im ocean im heaven yachting ocean 11 elephant tusk bow sailing lady docked ivory coast mercedes row winding road hope black skin dont dirt white tuxedo basquiat show well fuck fuck water drown family water mixed blood water tells story water knows go ahead spill champagne water go ahead watch sun blaze waves ocean ty ty like pablo popeye winding dirt roads mopeds spilling opus welcome magnum opus magna carta best selling author decoded holiday playin strange fruit ima make billi cant take route swoosh thats sound border swoosh thats sound baller muhammad hovi back rope black maybach im back inside boat shepard fairey finally gave hope cant believe got nigga vote democrat nope sold dope trouble waters learn float ocean im heaven yachting ocean 11 elephant tusk bow sailing lady docked ivory coast mercedes row winding road hope black skin dont dirt white tuxedo basquiat show well fuck fuck water drown family water mixed blood water tells story water knows go ahead spill champagne water go ahead watch sun blaze waves ocean motherfuckers say im foolish talk jewels fools listen music skim see im influenced ghetto ruined dude gave nothin made somethin doin give news twist ghetto point view renegade afraid penetrate pop culture bring em lot closer block pop toasters live moms got dropped roadsters botched robberies niggas crouched mamis knocked cause wasnt watched knocked clown child support knocked hes around sound ya jot bring ghetto without ridin round hidin duckin strays frustrated youths stuck ways read magazine fucked day rate music thugs nothin relate help see way cant step pants cant walk shoes bet everything worth youll lose tie shirt since im position talk kids listen aint politician ill kick em minute cause see call menace shoe fits ill wear dont yall swallow truth grin bear whos king rude ludicrous lucrative lyrics could inherit title put youth hysterics usin music steer sharin views merits theres huge interference theyre sayin shouldnt hear maybe hatred spew maybe food spirit maybe beautiful music made cherish im debated disputed hated viewed america motherfuckin drug addict like didnt experiment nah nah thats start stare whos mirror see kid get embarrassed got nothin make look stupid parents fuckin gooders bad couldnt good marriage clue get dont think stay tuned keep ears glued stereo cause go hes jigga jur jigga jih jigga im sinister mr kiss ass renegade never afraid say whats mind given time day cause im renegade never afraid talk anything anything renegade renegade anything anything hustle back wall ashy knuckles pockets filled lotta lint cent gotta vent lotta innocent lives lost project bench hollerin gotta pay rent bring dollars bodega iron coat feelin braver durag wrappin waves pockets full hope step im awkward box lefty orphan pops left often momma wasnt home could stress wasnt grown specially nights brought somethin home quiet stomach rumblings demeanor thirty years senior childhood didnt mean much raisin green raisin fingers critics raisin head sky big multi die lie know chose fate drove fork road went straight see im poet regular modern day shakespeare jesus christ king latter day saints shatter picture paint monger hate satanist scatter brained atheist aint case see matter taste people decide shadys bad say latter gateway escape media scapegoat mad today see easy cake simple whistlin dixie im wavin pistol sixty christians go war mormons take bath catholics holy water wonder tried hold longer im motherfuckin spiteful delightful eyeful new ice cube motherfuckers hate like im kid gutter makin butter bloodsuckers cause im muhfuckin renegade never afraid say whats mind given time day cause im renegade never afraid talk anything anything renegade renegade anything anything renegade never afraid say whats mind given time day cause im renegade never afraid talk anything anything renegade renegade anything anything +the game,real nigga shit night crib like black 40 ob sittin talkin bout life played beats forgot tell one thing niggas called set want come wet cause town nigga like biggie heard shit diddy came vest got vest 40 vest hush vest every nigga owl chest got la unified better committin suicide teachers aint testin us see know feel platinum plus niggas jealous try wrap tax ovoblood money nigga catch bullets like catch bus dawg fame motherfucker nigga four favors cant fifth soon forget run granny house give nine like fif niggas sposed love niggas heart beatin fast dap hug niggas drake told trust niggas energy youre finicky rush niggas walkin round crib like nigga cant live get money fuck bitches though thinkin bout beef like pass mothafuckin straps like physical city nigga everybody know ridin round town four pound tucked tom fords hopin aint gotta show la niggas craziest niggas shady shit niggasll run car catch guard like lil wayne baby shit 40 im fucked yall better come studio fake shit yall better come funeral fake shit yall better realizin theres nothin yall could wit ever asked keep eight 92 one hunnid la niggas craziest yeah one hunnid la ever asked one hunnid la la niggas craziest one hunnid ever asked one thank later thanks nothin thanks bluffin thank much wearin true colors every single fuckin function niggas tell face family love skimmin budget see em theyre ones thats actin funny people reachin im straight unresponsive shit would many friends didnt money respect accomplishments would many friends held back truth gave compliments would fans didnt go pop stayed conscious shit would many friends lost success confidence im club every time play competition even play competition seen response get yeah nobodys even hearin top pyramid might go jamaica disappear circle got small period sayin yall better come studio fake shit yall better come funeral fake shit yall better realizin theres nothin yall could wit ever asked keep eight 92 one hunnid la niggas craziest yeah one hunnid la ever asked one hunnid la la niggas craziest one hunnid ever asked one miss 4 cent real nigga held nigga since lil nigga still alive would kill niggas lil snupe meek mill niggas know feel missin nigga though cant think roll indigo stressin drivin figuero blowin kush clouds ghost ghost damn make real nigga wanna give life god like go screamin frog name clouds dont hear though guess busy 2pac biggie though niggas dont feel though suges watch ill take suges watch dissin drizzy thats cool dont come city though even h town underground gotta trill nigga strapped waist thats word pimp c j prince real nigga shit simple henchman young nigga right meech happy bleu davinci got came california streets la niggas craziest niggas shady shit niggasll run car catch guard like lil wayne baby shit got nigga confused nigga gotta choose dont even matter dawg cause ima always real nigga always real nigga never learned nothin real nigga yall better come studio fake shit yall better come funeral fake shit yall better realizin theres nothin yall could wit ever asked keep eight 92 one hunnid la niggas craziest yeah one hunnid la ever asked one hunnid la la niggas craziest one hunnid ever asked one get people chains nigga mean handcuffs time man put hands fuck sayin bruh cause im black man phantom cause windows tinted car cost 300 thou blow indo mad cause daughter fuck spring break well ima fuck till springs break yeah roll another one cause im winnin four door lookin real photogenic gentleman attire threads wont expire im class teacher got fired money gettin long pussy rate keep risin versace outfit cost 3000 p houses wee hours sellin chicken lemon pepper sweet sour first get power get respect im gettin much money buy bitch take wanna wanna take like clubs women workin naked fell love waitress fuck im thinkin bought ho ring pinky uhn thats pimpin thats slick got bottle cologne cost rent fuck yall mad got black card black phantom white bitch idaho thing got thick bitch atlanta got redbone chi got two chains two tone two hundred racks lie ali bomaye ali bomaye im bout rumble jungle new kanyes ali bomaye ali bomaye lawyer threw gloves beat another case fuck yall mad cause belt got two gs bag got two cs daughters stroller got ds free big meech free boosie c murder like new orleans like baltimore come compton youll see murders ar see murders thats beef nigga burgers im insane usain nigga better turn burners got coke swimmin glass jar bitch go turn burners got dope sell hotel half price retail bitch nigga female smack niggas sprewell im block like d12 got white 12 like little nigga africa born totin k thats real shit smith nona gaye yellin ali bomaye ali bomaye thank god nigga seen another day ali bomaye ali bomaye got chopper bottle fuck let em spray take case trial hire dream team robbie kardashian johnnie cochran seen things dream big think sharp inhale smoke hawaiian tree bark humble g keep one run niggas help favors keep one shelf got rifles lasers swing like majors hit right navel swimmin pavement gold medals neck call michael phelps hoes settlin less call em bottom shelf niggas tough blogs never nothin road riches bitches taggin along unless ass thong hit ass im gone disrespect nigga boss im flashin chrome im wavin tec tity sprayin mac extendos back gonna lap got bitch look like laila ali sittin lap got call skateboard pick em lax speakin skateboards tune fuck ill break skateboard nigga back 2 chainz skateboard nigga track lie lie already got plaque mama got house daughter got accounts think nigga like started ounce bad bitches boys bring em niggas pussy douche em clean em voice ghetto intelligence got work go work dont work residence presidents word muhammad triple beam heaven sent ridin jungles mothafuckin elephant thats gray ghost ears swimmin hood like got fins know got work foreman grill weigh mothafuckas made another mil got nigga feelin like cassius clay thrilla manilla nigga want whip ass today ali bomaye ali bomaye thank god nigga seen another day ali bomaye ali bomaye got chopper bottle fuck let em spray ay nigga guess picked nigga talk yo nigga ay fuckin jesus piece ay ay ay nigga nigga look ya boy look ya boy ay nigga look look real quick real quick look jesus eyes doe nigga got diamonds nigga iced nigga iced jesus face bitches nigga ay dont ever question religion put 50 stacks jesus face nigga see ay ay ay real quick real quick look headband nigga nigga look look ya boy nigga ay nigga put fuckin rubies around nigga fuckin joint nigga yo chill come kanye shut dont let turn piece around 1500 mars blood gang kill em odd future wolf gang kidnap vampire drain fuckin veins wolf grey jordans use intestines strings snatch rihanna throw front fuckin train sniff fucking unemployment line cocaine tie lil b full tank propane swag watch cookand stand look bonfire old harry potter books martians vs goblins goons vs crooks since tune viacom shook shoulda got real ass pirate hook maybe jack sparrow maybe peter pans nemesis powers limitless like blanka sega genesis superhero mad marvel overlooked cause spiderman hulk straight pussy bitch im muthafuckin martian bitch im muthafuckin martian bitch im muthafuckin martian martian year ago poor somewhat futures brighter christophers new haircut bruno mars still sucking dick fucking male butts closet tyler perry gets clothes suck fuckin ring pops got better chance getting copy detox wolf gang rock crack rock shit expected like jayceon whenever name drop jesus motherfucking theresa nigga game got wolf haley feature team running shit like full cleat adidas getting chased polices full bred cheetah bishop eddie caught tryna escape bag full drag nicki minaj mixtape dragging fags back log cabin fall back like lebrons hairline mavericks lost bitch im muthafuckin martian bitch im muthafuckin martian bitch im muthafuckin martian martian cause lil tunechi always bless killed track fuck spit like kids erykah badu fucked day naked video shoot sucking pussy like wonton soup hit lebrons mom bron brons coupe delonte west taping bon bons cleveland cheerleaders pom poms smacked bitches wearing bishop juans suit dont know probably crips im uncle fuck im crip crip weezy crip jones crip im doggfather walking shih tzu mad dc comics overlooked cause captain americas straight pussy bitch im muthafuckin martian bitch im muthafuckin martian bitch im muthafuckin martian martian yeah lets take em back uh huh coming confused mommy kissing girl confusion occurs coming cold world daddy aint around probably committing felonies favorite rapper used sing check check melody wanna live good shit sell dope four finger ring one gold ropes nana told passed id get sheepskin coat move packs id get hat thatd dope tossed turned sleep night woke next morning niggas stole bike different day shit aint nothing good hood id run away bitch never come back could hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know grill lowrider guns sides right gold wires ill fo five em kill nigga song really thats true meaning ghostwriter 10 gs take daughter air forces believe homie know losses im compton wear wrong colors cautious one phone callll body dumped marcy stay strapped like car seats bangin since lil nigga rob got killed barkleys thats 10 years told pooh 95 ill kill try air max 95s told banks met ima ride gotta die id rather homicide aint 50 cent grandmama died im going back cali jacob see time fly hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know beginning end losers lose winners win real aint got pretend cold world full pressure pain enough nigga listen game used see five throw crack bench im fuckin 5 0 starting make sense moms happy aint gotta pay rent got red bow brand new benz waiting sha money land sitting range thinking spent 30 million dollars airplanes theres kids starvin pac gone brenda still throwing babies garbage wanna know whats going like hear marvin schoolbooks used wood build coffins whenever im booth get exhausted think marie baker got abortion love hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know hate love underdogs top im gon shine homie heart stop go head envy im raps mvp aint going nowhere get know skrillex bangladesh god el chapo god el chapo god el chapo god know get kilos cincuenta porciento bilingual get fuck town fore run ass underground came nigga try stop let hang let bang let rain yo soy el dios adios nigga seen nigga chopped tuesday club goin tuesday doomsday guadalupe come knock donald trump toupee look brains sidewalk tuck 38 jump skywalker whew im rollin shotgun claudia ochoa nigga walking sinaloa blood red chuck taylors know show squad full killers squad full hittas squad full niggas thatll pull let bark nigga hundred six shots bark nigga street sweeper wet whole block noahs ark nigga got two glock 9s two 45s two desert eagles fly together side side juego conmigo tu sabes de mio tony montana mis amigos mis kilos mi casa su casa cuidado con el chico tu quieres la blanca yo tengo el perico el chapo god el chapo god el chapo nigga god pinche policias jodiendo todo el dia que si jode tu familia mi madre mi tia im private jet el chapo feet sippin tecate bout land fuck montanas aint got trackin devices feds watchin see us niggas wanna see us check ig im villa throwin blood like iv dont try dej loaf ak 600 million 400 million dre day uh pablo escobar hey day uh billion coke thats payday uh private jet thats mayday uh south america vacay uh p snapback choppin grade uh none niggas ready melee uh hundred cal make body nae nae leave nigga face worse sheneneh yo god ive tellin niggas got bird chopper trunk ven aqui sell niggas screw chop machetes deck sever niggas behind bars im el chapo motorcycle cell niggas escuchame chinga tu madre nunca encontraras para de mirar controlas te controlo controlo todos respetan se mueren soy el chapo la hago en sinaloa el chapo god el chapo god el chapo nigga god nigga god see angels city see angels city see angels city tell mothafuckas im forever paid california king wrestle gators everglade drive mothafuckin swamp escalade put red rag pocket wanna see fuckin resume started ground zero start levitate rip rappers new asshole never hesitate dre beats smokin chronic meditate ima give em hurricanes another levee break niggas featherweight im aftermaths heavyweight dres weapon mass destruction bout detonate nigga wack found shit sellin weight niggas sellin millions time celebrate performin front millions nigga every race 6 4 64 watch chevy scrape fourth album five mics let em hate im stoppin till im fuckin king every state recognize life ridicule fight give fuel fire burnin yearn lights midst hieroglyphs fingertips start write get familiar cartwright cause want shot im raging bull needle drops record ima wreck even record dont pop ima tie knot downtown buildin let tow behind tell em find dark ghetto children look heart nigga fuck feelings im sick mothafuckas talkin west died cant hear heart beatin thats motherfuckin westside test test god im son say psalms come split tommy gun wont time run im compton slums thats west ride im city two best died rest peace em spit like im ghost em damn said spit like im ghost em name top 10 im harder em matter fact shorten list nigga top 5 game biggie hov probably pac nas particular order bet mill slaughter serve niggas give fuck ordered dare niggas pop fly im nigga sold 5 mill gate numbers lie recognize life ridicule fight give fuel fire burnin yearn lights midst hieroglyphs fingertips start write get familiar cartwright cause want shot im raging bull needle drops record ima wreck even record dont pop ima tie knot downtown buildin let tow behind tell em find dark ghetto children look heart nigga fuck feelings gave documentary shit classic gave doctors advocate ripped package came lax since critics said average stressed fuck torn aftermath geffen interscope got scope spill red ink paper like pen broke waitin im lost angel knockin satans door fuck yall take love cause hate im kobe lakers floor except give 84 shake like haitis floor walk like whats goin baby boy shots mercedes door either im crazy black slim shady could reason baby said would pay still owe jimmy one album best west ever seen disrespect calvin recognize life ridicule fight give fuel fire burnin yearn lights midst hieroglyphs fingertips start write get familiar cartwright cause want shot im raging bull needle drops record ima wreck even record dont pop ima tie knot downtown buildin let tow behind tell em find dark ghetto children look heart nigga fuck feelings kendrick wear pendant shoulder soldier like lieutenant coupe tinted got pulled johnny always lock nigga knowin damn well dont wanna see box like manny pacquiao little nigga mayweather size ride like pac prime thug life radar til federal come raid reminiscin la raiders home snapback fitted uncles dome dont condone dickridin im addicted westsidin livin city skinny niggas die semi bullets fly turned lion tryin mean shit game came put city back city nigga hadnt seen shit compton nigga gotta scream shit never went commercial never tv screened shit cant block screen shit everybody sing shit red emotionally intense color enhances human metabolism increases respiration rate raises blood pressure high visibility stop signs stop lights fire equipments usually painted red also represents one third californias gang population needless say please dress accordingly visiting los angeles area also tuck jewellry keep hands inside vehicle thank enjoy get high get high get high get high get high westside westside westside westside westside young mula baby celebration love stay high celebration love stay high celebration love stay high celebration love stay high nigga blowin ayo breakin trees im door dro keys scoopin chris im hittin freeway yeah got whole zip purp got couple hoes home clothes get roll lets twerk hotboxin ghost ace door ray bans face never know eyes low smoke good fuck good eat good steakhouse said backwoods kill swishers eat take yeah love fuckin redbones country thick hair long pussy killer dead wrong went howard head strong momma tall legs long went college got masters bringin bread home roll put purp blunt get high get high get high get high get high put purp blunt yeah westside westside westside westside westside celebration love stay high celebration love stay high celebration love stay high yeah celebration love stay high woah oh celebration love stay high celebration love stay high celebration love stay high stay high celebration love stay high oh yeah celebration pole doin dance anticipatin im feelin body hopin would give chance goddamn babe hold glass toast cash yo ass im one thats tippin tonight westside wanna roll best fuckin night life lie lie together girl im celebratin tonight uh yeah im blown cigarillo rillo love im mellow get level 101 karats bezel im like soon ice cream truck ghetto little knucklehead always trouble soon ask shawty number fasho yeah get im gone hit like bone bone fuckin zone zone zone said wait daddy come home told aint got nothin im talkin th thong thong thong yeah throwin ass back hard bat sit lap fuckin aint nothin better thats fact thats fact dont act hollywood cause dont act bout business dont slack celebration rap celebration love stay high celebration love stay high celebration love stay high yeah celebration love stay high uh pour pimp c light soulja slim straight gutter rest bowlin pins money days bitches go ways road riches bitch got road rage got kush swisher got pussy liquor got silencer gun take like stripper yeah wake wake im goin face make niggas need stitches cause takin pay cuts man somebody tell hoes celebration niggas got guns registration yeah gon light weed im trukfit teed hoes bs tunechi rollin chokin movin slow motion im floatin im gone put purp blunt rollin chokin movin slow motion im floatin im gone put purp blunt yeah haha celebration love stay high celebration love stay high celebration love stay high yeah celebration love stay high woah oh celebration love stay high woo hoo celebration love stay high celebration love stay high stay high celebration love stay high oh punk ass motherfucker checkin shit gonna kill sleep bitch ass nigga 2pac biggie shut fuck fuckin dogs barkin shit fuck nigga im grindin till im tired cause said aint grindin till tired im grindin eyes wide lookin find way day light night dear lord done took many people im wonderin havent taken life like hell doin right life take away hood like state penitentiary take away hood casket bentley take away like overdosed cocaine take away like bullet kurt cobain suicide im windy city like die block close biggie crucified brooklyns jesus shot fuckin reason wonder kanye wears jesus pieces cause thats jesus people game hes equal hated much passion christ need sequel yeah like roc fella needed siegel like needed father needed needle need meditation lead people askin john lennon leave beatles every hood nigga feed evil answer question fore bullet leave desert eagle im grindin till im tired cause said aint grindin till tired im grindin eyes wide lookin find way day light night dear lord done took many people im wonderin havent taken life like hell doin right life martian approach phantom doors caution see 24s spinnin earned em aint preacher heres erick sermon eat black music tell taste fuck jesse jackson cause aint race sometimes think life face see sons put kanye smile damn know mama proud since helped sell dream share mama like mjb drama livin good life common common ground spit crack niggas could drive town got chris paul mindstate im never bounds life used empty like glock without round life full like chopper thousand rounds im grindin till im tired cause said aint grindin till tired im grindin eyes wide lookin find way day light night dear lord done took many people im wonderin havent taken life like hell doin right life walk gates hell see impala parked front high beams devil sharin chronic blunts listenin chronic album playin backwards shootin pictures imus target practice mind fucked cover raider hood im city made motherfuckers afraid suge made grandmother pray good never made happy bet new mercedes could aint bars niggas cant escape hood took many niggas hate hood real niggas like make hood ridin slow phantom way top back sox hat im paid full nigga alpo couldnt stop even brought nigga pac back id still keep motherfucker cocked back im grindin till im tired cause said aint grindin till tired im grindin eyes wide lookin find way day light night dear lord done took many people im wonderin havent taken life like hell doin right life make move act fool club nobody like show us love make move act fool club nobody like show us love fresh like uhh impala uhh chrome hydraulics 808 drums dont want none nigga better run beef ill pop trunk come get pistol grip pump nigga step white air ones red rum ready come compton uhh dre found slums sellin skunk one hand gun sellin rocks master p sayin uhhhh buck pass blunt g unit girls wanna fun coke rum got weed ton im bangin hand dress like uhh ill make cum purple haze lungs whole gang front case nigga wanna stunt put lamborghini doors escalade low pro low look like im ridin blades one year mayne nigga paid straight bitch telly goin ways touch tease kiss please give like girl youre rockin best tre pound hip teflon chest say im good cause im hood rich folks want around cause shit might pop shit pop somebody gon get laid fuck call new money say class im bottom came fast hell care im get cash bougie ass bitches kiss ass wedo make move act fool club nobody like show us love make move act fool club nobody like show us love put gold daytonas cherry six fo white walls clean look like im ridin vogues hit one switch mayne ass low cali got niggas new york ridin hundred spokes touch tease kiss please give like girl youre rockin best four pound hip gold chain chest 50 uhh bentley uhh em came got nigga fresh slum automatic gun fuck em one one wrap punk ass stunt done homie game time ready come call lloyd banks get motherfucker crunk took two months 50 got done signed g unit niggas like huh dont try front ill leave ass slumped thinkin im punk get fuckin head lumped 50 got gun ready come got sick ven detta get cheddar meet retta drama setter sip ama retta flow sounds better average tracks im savage damage nigga tryin front clique got tights leather skin rockstar bring heavy metal girl shaped like coke bottle medellin love til went let devil pop pills like medicine probably gon die startin evident told slow girl youre heaven sent im thug got heart like kev cant let girl throw life away kick dorm room told put knife away took hospital like right away angel demons girl like night day stressed parents getting divorced girl love em aint tryin sit court square hard see angle thats god gave guardian angel im swear god im last nigga got caught airport aint pride went year ride die like eve make home cooked meals every evening start stripping side im tipping side love life like joselin stevie wrong best takin son tryin man dont wanna pray told put hands done came long way tan buick yeah grandmother would proud almost got devil way fuck remember momma knockin door hounding bought car crib even though doubted even though doubted even though doubted even though doubted thats momma love heart like love strugglin baby daddy aint takin care kids girl get hug im whenever need gon reach easy love women cause without women wouldnt none us niggas breathin lets bow head bow head bow head bow head bow head bow head bow head cole good girl heart remember well remember well got husband kid flirt hope little dirt cause im diggin still thats real na dont text back deep respect cause even though nigga wanna tap shit dont wanna one wreck shit fall back year go got plaques get call tellin miss wanna see next time tours back damn well changed tellin nigga caged every time think road cryin realizin places aint well cool ill pick hold lift niggas try fuck im one cut still came back stitch fuck say aint home lately aint heard nigga man left cause cheated ass found pills bag yo burned nigga say burned nigga say burned nigga dawg burned nigga beat ass crib went bid cause bitch burned nigga dog thats real ass shit thats word around ville ass shit strap strap please tell strapped nigga could kill bitch want im cool strapped played rules damn im sittin blessed crib alone stressed nigga pray bow head bow head bow head bow head bow head bow head bow head bow head wake every day thank lord safe yeah thats pray wake every day thank lord safe amen ooooh thats pray thats pray +immortal technique,knew nigga whose real name william primary concern makin million bein illest hustler world ever seen used fuck movie stars sniff coke dreams corrupted young mind age 13 nigga never father mom fiend put pipe every year sober sons heart simultaneously grew colder started hangin sellin bags projects checkin young chicks lookin hit run prospects fascinated material objects understood money never bought respect built reputation cause could hustle steal got locked didnt hesitate squeal criminals chilled didnt think real see niggas like never equal dont project insecurities people fiended props like addicts pipes needles felt prove everyone evil feeble minded young man infinite potential product ghetto bred capitalistic mental coincidentally dropped school sell weed dancin devil smoked eyes would bleed sick sellin trees gave greed everyone tryin trife never face consequences probably month minor offenses ask nigga doin life another chance theres always wicked knew advance dance forever devil cold cell block thats happens rape murder sell rock devils used gods angels fell top theres diversity burnin melting pot billy started robbin niggas anything could get respect back eyes crew startin fights little shit block stepped sellin mothers brothers crack rock workin overtime makin money crack spot hit jackpot wanted move cocaine fulfillin scarface fantasy stuck brain tired block niggas treatin wanted major like cut throats thugs tried step em niggas showed love told motherfuckin coward sell drugs bitch nigga gun bust slugs nigga red shirt front like blood even puffy smoked motherfucker club real thug stab someone til die standin front starin straight eyes billy realized men well guarded wanted test business started suggested rapin bitch prove cold hearted choice goin back life makin money made men cyph dreams cars ice made agree hardcore nigga ever wanted met friday night quarter three everyone tryin trife never face consequences probably month minor offenses ask nigga doin life another chance theres always wicked knew advance dance forever devil cold cell block thats happens rape murder sell rock devils used gods angels fell top theres diversity burnin melting pot drove around projects slow rainin smokin blunts drinkin jokin entertainment saw woman street walkin alone three mornin comin back work way home quietly got car followed walkin projects darkness swallowed wrapped shirt around head knocked onto floor kid got chance raw billy yoked grabbed chick hair dragged lobby nobody struggled hard forced go stairs got roof held ground screamin shut fuck stop movin around shirt covered face screamed clawed billy stomped bitch hed broken jaw dirty bastards knew exactly doin kicked cracked ribs stopped movin blood leakin cloth cried silently proceeded rape violently billy made go first took turn rippin chokin throat burned broken jaw mumbled god werent concerned done lyin bloody broken bruised one niggas pulled brand new 22 told witness shed gone killed guaranteed spot crew thought minute practically dead leaned put gun right head im fallin cant turn back im fallin cant turn back right pulled trigger ended life thought cocaine platinum ice felt strong standin along new brothers cocked gat head pulled back shirt cover saw made start cringe stutter cause starin eyes mother looked back cried cause forsaken cried painfully rapin whole world stopped couldnt even contemplate corruption successfully changed fate remembered mom used come home late workin hard nothin worth turned away woman given birth cryin sky cause lonely scared devil responded cause god wasnt right knew empty cold jumped roof died soul say death takes better place doubt killed mother never spoke listen cause story im tellin true cause billy jacobs raped mom devil follows everywhere go fact im sure hes standin among one shows every street cypher listenin little thugs flow could standin right next wouldnt know devil grows inside hearts selfish wicked white brown yellow black color restricted self destructive destiny youre inflicted youll one gods children fell top theres diversity burnin melting pot devil wants dance better say never dance devil might last forever oh yall motherfuckers thought huh well didnt count fallen angel gettin back grace god comin yall niggas aint shit producers aint shit fuckin r aint shit ill fuckin wipe ass demo deal yo diabolic take motherfuckers head go head grip glocks ill snap trigger finger six spots youll lip lock hypodermic needles lick shots ill watch topple flat put away rings holla back cant freestyle youre screwed top like bottle caps beneath surface im overheatin receiving circuits unleashin deeper verses priests speak churches preach worthless worship defeat purpose like president bush takin bullets secret service beyond yall fathom shit cats jaw tap em show compassion like havin straight faced orgasm tour jack em half 10 bitch suck friends dick meantime french kiss clenched fist diabolic one man brigade spreadin cancer plague fist fuckin pussys face holdin hand grenade catch bluffin faggot youre less nothin get stress chest like breast reduction motherfuckers nothin cannot harm ill resurrect every aborted baby start army storm planet huntin cause im mission split body billion one celled organisms immortal techniquell destroy religion stupid bitch youre faker blue eyed crackers nailed crucifix im bout blow like nasa challenger computer chips arsenic language transmitted revolutionarily im like time im gonna kill inevitably chemically bomb fuck usin chrome piece im illmatic wont make home like jeromes niece ill sever head diagonally thinkin dissin use dead body write name calligraphy puppet democracy brain washed psychology youre nothin like diversity without equality crew full faggots greek mythology usin numerology count people sent heaven produces digits 22 divided seven youre like kevin spacey style usually suspect never killed cop motherfuckin thug yet mind empty spacious like part brain appreciates culture racist face youre basic youre never gonna make like children walkin antarctica butt naked way becomin college graduate wouldnt even stop talk average kid type latina id sit contemplate marriage fuck horse carriage shit love never hire disciplined intellectual beauty desire flyer salma hayek jennifer lopez everyone told kickin hopeless first thought didnt mess broke kids thug niggas always talkin smoke kids rich sniff coke kids got play im even interested body language would say everyone around way gave tryin get didnt matter good game wasnt block bitches jealous wouldnt admit talk shit deny everyone cause regretted long list niggas let hit one ever gave shit except mcdonalds dick smokin weed thoughts envy whenever lit spoke intelligently bit always tryin copy tried use vocab sounded sloppy style respectful pure sick head wasnt cure dont know time waits man fate planned im blessed know ive loved ive lost hold night cant find reason god came chance id never let go hold tight love cause never know eyes brown beautiful yet empty sad used talk occasionally glad wasnt another nigga tryin get every wed stop talk minute didnt gimmick minutes turned hours birthday gave poem flowers took dinner cousins baby shower talked power people spent time together never enough never tried sneak touch even cop feel interested keepin real perfectly honest complete would always call carino never technique bought new book read every two three weeks forever changin expression thoughts speak even deaded freaks convinced stop hangin streets stop robbin stealin people like instead took apollo bronx zoo museo del barrio metropolitan got point either crew decided one day tell feelings true couldnt live without told facin fears honeys response face full tears could sob hysterically holdin tight tried speak wouldnt stop left sight felt like moth got close light except didnt burn turned cold night dont know time waits man fate planned im blessed know ive loved ive lost hold night cant find reason god came chance id never let go hold tight love cause never know went life college career ended locked like animal year cos talk like overseer got sent hole exit near night cell id close eyes id see hold close dreams woke disappeared empty cell state gave parole summer came back intact track fact matter still felt cold even mother hugged cryin home real niggas would catch thinkin outta zone fuckin lots different women still felt alone relatively well known around new york underground kept thinkin used sound voice beautiful smell hair though gone physically somehow still somethin shit much bear went visited building used live world looks lot different bid way life done changed primitive minds still stuck game like cousin corner slangin cocaine stepped lobby tapped button next last name mom buzzed hugged like mother oughta facial expression changed asked daughter dont know time waits man fate planned im blessed know ive loved ive lost hold night cant find reason god came chance id never let go hold tight love cause never know told note left behind left waitin long time inclined ask brought first saw tear swellin eye cursed told letter started thinkin worst reversed position stepped opened door sure enough envelope name floor nobody loves carino letter said time get read ill probably dead left 97 part went heaven thank god least got know love really hurt see true love really cause even though never made love loved much make leave made doubt way thought made want believe slipped let get close hard openly people spoke way thought life supposed baby dont see blood transfusion left hiv hope didnt exist since late 1993 died virgin wish couldve given cried hospital one else promise youll meet paradise inevitably matter ill keep love forever happened rest day still blur remember wishin dead instead buried august 3rd story ends without sequel know technique dont fuckin fall love people hold person love closely theyre next one love person thatll simply sex appreciate fullest extent beyond cause never really know got gone yeah real time around immortal technique revolutionary vol 2 motherfucker lock load point return could never go back life without parole state shackled trapped livin hole lookin world crack fuck id rather shoot get clapped ive gone far aint comin back auschwitz gas chamber full zyklon b like spanish exterminatin tainos rapin black indian women creatin latinos motherfuckers made self righteous hatred got virus stuck matrix suicide bomber strapped ready blow lethal injection strapped ready go dont understand theyll never let live peace concrete jungle guerrilla war streets nat turner sickle pitch fork machete end world motherfucker ready point return nobody stop malcolm little knelt elijah muhammad comet killed dinosaurs changin earth love criticize always say change worse like prescription pills misusin nigga templar knights took jerusalem nigga figured buried solomons temple al aqsa name coincidental know much government tryin murder comin back like cuttin wrists open vertically could serpent purposely put charge country genetic engineered sickness spread amongst people hungry attack without reason like fuckin dog rippin hand feeds immortal technique treason patriot act come get motherfucker cause im comin back point could never return back forever burn point could never retreat cause turn back never peace point die succeed livin struggle know im alive bleed never cause place im doesnt exist anymore point return nigga better believe mary magdalene givin birth children jesus evolution world bloody dramatic human beings killin monkeys conquer planet kingdoms africa mesopotamia machine gunnin body depleted uranium age microchips titanium dark side moon contact aliens started like australians criminal minded broke hell tore built city behind southpaw murderous methodology nigga remember im man dont follow nigga cause past point never go home youve got face possibility dyin alone tell motherfucker could die throne dont even got fuckin heart die rains acid one day earth cry stone youll lookin world livin inside dome computerized humanity livin inside clone place unknown livin real wormwood planet x seventh seal universal truth measured mass appeal last time kneel pray sky cause almost everything ever told lie point could never return back forever burn point could never retreat cause turn back never peace point die succeed livin struggle know im alive bleed never cause place im doesnt exist anymore asshole im obnoxious motherfucker cant tell run little havana yellin viva fidel jerkin sheets stay hotels drinkin bacardi aa meetings smokin l im broke hell attitude good like workin white people watchin rosewood im mercenary dont care get richer like american companies business hitler get picture nigga im best worlds without hidden camera 12 year old girl lets face youre basic arent half man ill throw gang sign ill spit hand give hundred grand give watch give chain thats girl bitch get give brain ill bust face right segment shell probably rub pussy tryna get pregnant said meant thats way deal enemies like pro lifers support death penalty dont talk war niggas know puss fuckin hypocrite draft dodger like george bush dont push nigga cause im close edge ill jump rope thats wrapped around ya head send dead fetus ex valentines day safetys nigga get fuck way obnoxious nigga murderous lyrics know hear im gettin closer closer know feel youre eatin rap hope choke gimmick niggas said hip hop dead im invokin spirit takin back day golden age wack motherfuckers used get thrown stage immortal technique made bump ride burn internet bump outside nigga keepin live keepin live keepin live keepin live burn fuckin internet bump outside look motherfucker words damage slaughter ragin alcoholic like presidents daughters disgustin flow like third world country tap water hit border someone give quarter cause ima prank call cop shot kicks payback every time called spic puerto rican chicks tell fuck like im loco dominican women call rompe toto call ocioso id rather get fired quit get unemployment work makin shit dare niggas criticize way spit coffee shop revolutionary son bitch know fuck think pathetic gay niggas speculate fuck pac would say dont know shit dead mans perspective talkin shitll get neck bone disconnected disrespected niggas dont show love tryna hardcore fuckin homo thug dont sensitive angry shit wrote cause take fuckin dick take joke ill choke friends front prove youve fallen wont shit like church holocaust kalashnikov machine gun flow fire obnoxious shoot day retire obnoxious nigga murderous lyrics know hear im gettin closer closer know feel youre eatin rap hope choke gimmick niggas said hip hop dead im invokin spirit takin back day golden age wack motherfuckers used get thrown stage immortal technique made bump ride burn internet bump outside nigga keepin live keepin live keepin live keepin live burn fuckin internet bump outside damn homie high school beat shit man homie girl wanna blow dont even know lonely think phony take piss development deal sony def jam cause youre like rest man aint verse shit talk end song suck dick think ended wrong fuck im gone ha ha ha ha peace stronghold eow word mouf forbidden chapters iak niggas wax poe killin slow plague ill murder show dont even know new age upon us yet past refuses rest shallow grave hide behind false image son man shall stand god begun beginning end yeah yeah yeah yeah voice racism preachin gospel devilish fake church called prophet muhammad terrorist forgetting god religion spiritual bond jesus quoted prophet quran bombed innocent people tryna murder saddam gave chemical weapons go war iran information hold back peter jennings cause condoleeza rice new age sally hemings break critical language spiritual anguish judas hang guilt betraying christ murdered stole religion painted white translated psychologically tainted philosophy conservative political right wing ideology glued together sloppily blasphemy nation got back wall cause im facin assassination guantanamo bay federal incarceration could land free home brave indigenous holocaust home slaves corporate america dancin offbeat rhythm really think country never sponsored terrorism human rights violations continue saga el savador contras nicaragua top still wanna take prison cause wont trade humanity patriotism like mkultra controllin brain suggestive thinking causing perspective change wanna rearrange whole point view ghetto fourth branch government want us settle bandanna full glittering generality fightin freedom fightin terror whats reality read history place live stop letting corporate news tell lies children flow like blood abraham jews arabs broken apart like womans heart abused marriage brink holy war bottled like miscarriage embedded correspondents dont tell source tension refuse even mention european intervention massacres jenin innocent screams us manufactured missles 16s weapon contracts corrupted american dreams media censorship blocking video screens continent oil kingdoms bought bargain democracy word people starvin average citizen made blind reason desert full genocide bodies freezin world doesnt believe fightin freedom cause fucked middle east gave birth demon open season cia buggin crib trapped ghetto region like palestinian kid nobody gives fuck whether die live im tryna give truth know price life im gone theyll sing song immortal technique beheaded president princes sheiks dont give fuck us see facade like fallen angel standing presence god bitch niggas scared truth looks hard like mkultra controllin brain suggestive thinking causing perspective change wanna rearrange whole point view ghetto fourth branch government want us settle bandanna full glittering generality fightin freedom fightin terror whats reality martial law coming soon hood kill hanging flag project window fourth branch government aka media seems retirement plan ex military officials opinion unbiased machine shouldnt speak men shut fuck mindless drone know serious media outfits spending millions dollars pr campaign try convince theyre fair balanced theyre ignorant racist people giving type mentality safe act like share spoils war die wars dont get contracts make money em afterwards dont get weapons contracts nigga dont get cheap labor companies nigga cheap labor nigga turn news read nigga read read read immortal technique revolutionary vol 2 yeah broadcastin live harlem new york let truth known better watch fuck flies outta mouth ima hijack plane fly house burn apartment family tied couch slit ya throat scream blood comes doubt could ever wicked mc cause aids infested child molesters arent sicker see world beyond white black way government downplays historical facts cause united states sponsored rise third reich like cia trained terrorists fight build bombs sneak box cutters onto flight child devil bought mic refused offer cause god sent strike skills unused like fallopian tubes dyke wordsll expose george bush bin laden two separate parts seven headed dragon cant fathom truth dont hear think illuminatis fuckin conspiracy theory thats conservative racists runnin shit phone tapped federal government im jammin frequencies brain speak technique rip rapper pieces indecently pack weapons illegally cause im never hesitant sniper scopin commission controllin president father forgive dont know right wrong truth set free written song song cause death written code word god brought life thatll save soul save soul motherfucker save soul hacked pentagon self incriminating evidence republican manufactured white powder pestilence marines corps flak vest guns ammo spittin bars like demon stuck inside piano turn sambo soldier one line heres truth system thatll fuck mind gave al qaeda six billion dollars 1989 1992 last chapters revelations comin true know lot people find hard swallow cause subliminal bigotry makes hate politics act like america wouldnt destroy two buildings country sponsorin bombs dropped children watchin towers though wasnt closest saw crumble earth like full explosives thought nobody noticed news report bombs planted george washington bridge four non arabs arrested emergency disappeared news permanently dubbed tape osama said proof jealous freedom cant believe bought excuse rockin motherfuckin flag dont make hero word ground zero devil crept heaven god overslept seventh new world order born september 11th father forgive dont know right wrong truth set free written song song cause death written code word god brought life thatll save soul save soul motherfucker save soul conservatives dont take heart dont think bush cause isnt smart hes stupid puppet takin orders cell phone people sabotaged senator wellstone military industry got poppin lockin lookin way justify wolfowitz doctrine matter fact rumsfeld think back without 911 couldnt war iraq defense budget world conquest proportions kill freedom speech revoke right abortion tax cut extortion blessing wealthy wicked still answer armageddon scripted dick cheney fuckin leech tell plans building pipelines afghanistan israeli troops trained taliban pakistan might house niggas fooled understand colonialism sponsored corporations thats halliburton gets paid rebuild nations tell truth dont scare paralysis know cia saw bin laden dialysis 98 top ten fbi government ties really government lies read instead askin government cause cause deathll cause propaganda die scheduled sixty minutes next going french british italian japanese television people everywhere starting listen embarrassing told would never make would never achieve reality nourishment people dont believe guess hard stomach truth like bulimic dirty game nobody willin clean paraplegic people dreamin runnin ladies married men dont please em dreamin comin verbally murderous like david berkowitz im gunnin cowards internet didnt think would sell scared talk shit person cause stuck shell couldnt understand pain bein stuck cell hell place go youre christian failure lifes greatest ambition bad decision blindly follow religion dont see difference wrong wrong soldiers emptyin clips little kids moms like desperate motherfucker strapped bomb humanitys gone smoked gravity bong democrat republican cheech chong immortal technique never heard preach song im controversial im speakin facts put hands air like got heat back shake body like baby born addicted crack since lifes gamble like craps tables vegas freestyle destiny written pages hate tell us far came peoples history started slavery painfully discovered shit kept us secret exodus like black jews egypt keep reality based music make blow truth face style run like navy missile shot flight 800 im like africans came colombus 1500s morrow watched latin america get raped sorrow see spaniards never left despues de colon dont believe click univision never seen much racism life every program newscaster white like apartheid 10 percent rulin rest type stress make put fuckin tool chest step way nigga wouldnt wanna ya burn slow like pissin drunk gonorrhea ill free show north korea burnin flag j edgar hoover politicians dress drag try confuse makin hard follow capitalism democracy synonymous swallow propaganda like birth control pill sellin soul eye back dollar bill never cause im leavin past like abused wife kids leavin ass like drug addict clean sober leavin stash unbreakable technique leavin plane crash im black box refuse return spit reality instead usually learn refuse concerned condescendin advice cause im motherfucker could change life people think wont make know escape emptiness cause shit slow kills flow skill made yall believe last make future starts leavin past latino black people struggling get food clothes shelter hood concerned philosophising freedom socialist democracy usually unfortunately beyond rationale dont realize america cant exist without separating identity sense really theres way hell wed allow country push genocidal consensus homelands ignorance exists destroyed niggas talk change working within system achieve problem always conformist try change system within changes system system eventually change usually nothing wrong compromise situation compromising situation another story completely seen happen long enough years ive alive know serious problem latino america huge colony countries whose presidents cowards face economic imperialism see third world countries rich places abundant resources many countries capacity feed starving people children always see digging food trash commercials plutocracies words government run rich one traditionally oppressive european states force third world buying overpriced unnecessary goods exporting huge portions natural resources im quite sure people look upon attitude sentiments look hypocrisy hatred words revolution born love people hatred others see latinos great inflation caused american companies latin america aside many seeking life away puppet democracies funded united states places like el salvador guatemala peru colombia nicaragua ecuador republica dominicana spanish speaking countries either haiti jamaica well different taught look colonial society struggle realize well fighting scraps table system kept us subservient instead self determined thats control embargo stop cuba bombs stop dropping vieques see america attitude fed us outside america live lesser people fuck let fend fuck matter much want dye hair blonde put fake eyes follow anorexic standard beauty matter many diamonds buy people exploit brutally get matter kind car drive kind fancy clothes put never theyre always gonna look nothing little monkey id rather proud rather desperately trying something im really fit whether want accept thats culture lack culture feeding us want better life family children doesnt expense millions lives homeland given idea didnt people exploit america wouldnt rich enough let us little petty material things lives basic standards living thats wrong business giants government officials make real money whatever kick us enemy average white man kid block kids see street enemy white man dont see people white house corporate monopoly owners fake liberal politicians enemies generals armies mostly conservatives real motherfuckers need bring poor broke country ass soldier thats stupid know shit way things set fact common working middle class white people rich black latino people much racism bleeds america need understand classism real issue many us boat sinking bougie motherfuckers ride luxury liner long keep fighting kicking people little boat gonna miss opportunity gain better standard living whole words dont want escape plantation want come back free people hang motherfucker kept burn house god damn ground want take encomienda give back people work land cannot change past make future anyone tells different fucking lethargic devil dont look token latinos black people public eye type achievement people whole successful individuals sell outs house negros dont consider brothers sell move ghetto poverty nothing people culture poor thats last 500 years history look last 2000 years existence brought world terms science mathematics agriculture forms government know idea confederation provinces one federal government controls states europeans came country stole idea iroquois league idea impeaching ruler comes aztec tradition thats montezuma stoned death people cause represented agenda white spaniards captured aztec people would become mexicans conclusion im gonna vote anybody cause black latino truly represent community represent whats good us proletariat porque sino entonces te mando por el carajo cabron gusano hijo de puta seramos libre pronto viva la revolucion viva la revolucion yeah nigga immortal technique metaphysics bling bling era cute done leave full clips like moon blocking sun metaphors dirty like herpes harder catch like escape tunnel prison started scratch parasites want percent ascap trying control perspective like acid flashback heres quotable every single record exec get fucking hands pocket nigga like malcolm x aint movie im fan groupie im type cat afford miss shoot curse heavens laugh sky electrocutes immortal technique stuck thoughts darkening dreams ones good got better marketing schemes ill lead destruction like sparking fiend cause got jealousy voice like starscream thats primary reason hate yall faggots ive nice since niggas got killed 8 ball jackets reebok pumps didnt shit sneaker im heatseaker features thatll reach speaker murder counter revolutionaries personally break thermometer force feed kids mercury ars tried jerking thinking call shots offered deal blanket full smallpox youre getting shot little fucking treacherous bitches business yall aint getting nothing free devils play broke im taking company could call reparations restitution lock load nigga industrial revolution want fifty three million dollars calloused hands like bush administration gave taliban fuck packing grams nigga learn speak behave want spend twenty years government slave two million people prison keep government paid stuck six eight cell alive grave made revolution speak masses deep club toast truth reach glasses ill burn orphanage bring heat bastards innocent deep casket colombian fashion intoxicated flow like thugs passion motherfuckers never get stop blasting youre better asking ariel sharon compassion youre better begging twenty points label youre better battling cancer telephone cables technique chemically unstable set explode foretold dead sea scrolls written code message aint shit fuck records sold cause go platinum got nothing luck means million people stupid fuck stuck underground general rose limit without distribution managers deal gimmick revolutionary volume 2 murder critics leave fucking body rotting roaches crickets business yall aint getting nothing free devils play broke im taking company could call reparations restitution lock load nigga industrial revolution man hear bullshit talking every day man like motherfuckers like professional liars know im sayin wild listen bin laden didnt blow projects nigga tell truth nigga bush knocked towers tell truth nigga bush knocked towers tell truth nigga pledge allegiance nigga fuck presidents speeches im baptized america covered leeches dirty water bleaches soul facial features drownin propaganda spit speakers speak evil government patriot act track type blood try frame say tryna sell drugs throw federal indictment niggas show love shit run fake christians fake politicians look mansions look conditions live talk terrorism television tell listen dont really tell mission funded al qaeda blame muslim religion even though bin laden cia tactician gave billions dollars funded purpose fahrenheit 911 thats scratchin surface bin laden didnt blow projects nigga tell truth nigga bush knocked towers tell truth nigga bush knocked towers tell truth nigga say rebels iraq still fight saddam thats bullshit ill show totally wrong cause another country invaded hood tonight itd warfare harlem washington heights wouldnt fightin bush white americas dream id fightin peoples survival self esteem wouldnt fight racist churches south nigga id fightin keep occupation nigga ever clock someone talk shit look wrong imagine shot rapin moms course saddam hussein chemical weapons sold shit ronald reagans election mercenary contractors fightin new era corporate military bankin war terror controllin ghetto fear attack tryin distract fact engineerin crack im strapped like lee malvo holdin sniper rifle bullets touch kids dont mean like michael body sent morgue stripped recycled fire house niggas support like cause innocent people get murdered struggle daily poor people never get shit struggle daily aint alien conspiracy theory shit real written dollar underneath masonic seal dont rap dead presidents id rather see president dead never said set precedents bin laden didnt blow projects nigga tell truth nigga bush knocked towers tell truth nigga bush knocked towers tell truth nigga shady records eighty seconds away towers cowards fucked wrong building meant hit +cardi b,whores house theres whores house theres whores house theres whores house said certified freak seven days week wet ass pussy make pullout game weak woo yeah yeah yeah yeah yeah fuckin wet ass pussy bring bucket mop wet ass pussy give everything got wet ass pussy beat nigga catch charge extra large extra hard put pussy right face swipe nose like credit card hop top wanna ride kegel inside spit mouth look eyes pussy wet come take dive tie like im surprised lets roleplay ill wear disguise want park big mack truck right little garage make cream make scream public make scene dont cook dont clean let tell got ring gobble swallow drip side quick jump fore let get inside tell put never tell im bout ill run fore nigga runnin talk shit bite lip ask car ride dick really aint never gotta fuck thang already made mind fore came get boots coat wet ass pussy bought phone pictures wet ass pussy paid tuition kiss wet ass pussy make rain wanna see wet ass pussy look need hard hitter need deep stroker need henny drinker need weed smoker garter snake need king cobra hook hope lean got money thats im headed pussy a1 like credit got beard well im tryna wet let taste diabetic dont wanna spit wanna gulp wanna gag wanna choke want touch lil dangly thing swing back throat head game fire punani dasani goin dry comin soggy ride thing like cops behind spit mic tryna sign woo honor im freak bitch handcuffs leashes switch wig make feel like cheatin put knees give somethin believe never lost fight im lookin beatin food chain im one eat ya ate ass hes bottom feeder big stand big demeanor could make ya bust ever meet ya dont hang cant bang cant hurt feelings like pain fuck ask whose ride dick ima spell name ah yeah yeah yeah yeah fuckin wet ass pussy bring bucket mop wet ass pussy give everything got wet ass pussy top make drop thats wet ass pussy get bucket mop thats wet ass pussy im talkin wap wap wap thats wet ass pussy macaroni pot thats wet ass pussy huh theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house theres whores house ksr cardi ayy said im shit cant fuck wanted dont gotta dance said lil bitch cant fuck wanted expensive red bottoms bloody shoes hit store get em dont wanna choose im quick cut nigga dont get comfortable look dont dance make money moves say dont gotta dance make money move see dont speak means dont fuck im boss worker bitch make bloody moves say gon lets find see cardi b know im know club party im get paid fee banks much know theyre tired honestly dont give fuck bout aint fond dropped two mixtapes six months bitch working hard dont bother hoes dont let hoes bother see pictures say goals bitch im tryna look might chill bape might chill boo might feel babe pussy feel like lake wanna swim face im like okay ill let get want buy yves saint laurent new whip go fast horse got trunk front im hottest street know prolly heard got bag fixed teeth hope hoes know aint cheap pay mama bills aint got time chill think hoes mad baby father run bill said lil bitch cant fuck wanted expensive red bottoms bloody shoes hit store get em dont wanna choose im quick cut nigga dont get comfortable look dont dance make money moves say dont gotta dance make money moves see dont speak means dont fuck im boss worker bitch make bloody moves pussy get popped goofy opp dont come around way cant hang around block checked accounts turns im rich im rich im rich put hand hip bet dip dip dip say get money go shit hot like stove pussy glitter gold tell lil bitch play role arrive rolls came wraith need fill tank need fill safe need let hoes know none niggas safe go dinner steak real relate used live ps crib gate rollie got charms look like frosted flakes let bitches know case hoes forgot run check mail another check mona scott said lil bitch cant fuck wanted expensive red bottoms bloody shoes hit store get em dont wanna choose im quick cut nigga dont get comfortable look dont dance make money moves say dont gotta dance make money move see dont speak means dont fuck im boss worker bitch make bloody moves look upon time man heard ugly came bitch nigga wanna fuck said face bomb ass tight racks stack shaq height jewelry flashlight lit since last night hit good good make nigga act right broke boys dont deserve pussy big bag bussin bentley bentayga man balenciaga bardi back bitches fucked big bags bussin bentley bentayga man birkin bag bardi back bitches fucked stuck stuck huh stuck stuck huh could make party hot could make body rock bitches say fuckin chances probably dick youd probably lick like lollipop hoes speakin cap enese hit em karate chop im forever poppin shit pullin droppin shit gotta argue cause nigga love toxic bitch niggas playin gotta make em understand aint ring finger aint goin gram said face bomb ass tight racks stack shaq height jewelry flashlight lit since last night hit good good make nigga act right broke boys dont deserve pussy big bag bussin bentley bentayga man balenciaga bardi back bitches fucked big bags bussin bentley bentayga man birkin bag bardi back bitches fucked stuck stuck huh stuck stuck huh bitches aint fuckin see dirty ass dusty ass bitch got pink eye bitches want smoke bring doorstep tell bitch back back breath smell like horse sex put never tatted ass cause really like pain nutted butt said im glad came nigga twin would let em run train big bag bussin bentley bentayga man balenciaga bardi back bitches fucked big bags bussin bentley bentayga man birkin bag bardi back bitches fucked stuck stuck huh stuck stuck huh look gotta play safe huh face case bardi rari diamonds body shinin body bardi put lil bitch molly bardi bitch molly 21 diamonds body fucked bitch molly ask im bout bitch wanna party cardi cartier bardi rari diamonds body shinin body cardi got bitch molly bitch aint gang lame bentley truck lane lane blow brain go insane insane drop check chain fuck check flame cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset get motherfucker started took bitch party took bitch departed fly martian fleek cut got bricks truck diamonds gon hit like bitch bitchy ass bitch bitch wannabe cardi red bottom mj moonwalk bitch moonwalkin clique im moonwalkin 6 sticky kick moonrocks bitch im motherfuckin bronx keep pump trunk bitch bad jump might leave bitch slump bitch wanna party cardi cartier bardi rari diamonds body shinin body cardi got bitch molly bitch aint gang lame bentley truck lane lane blow brain go insane insane drop check chain fuck check flame cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset bitch wanna party savage saint laurent savage aston high end cars fashion dont eat pussy im fastin im blood brother crippin bitch im drippin ho trippin told waitress aint tippin like hot sauce chicken pulled rubber put hot sauce titties im bentley truck keep suckin like tinted vvss nigga sperm worth millions bitch bad popped molly fore hit bitch wanna party cardi cartier bardi rari diamonds body shinin body cardi got bitch molly bitch aint gang lame bentley truck lane lane blow brain go insane insane drop check chain fuck check flame cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset step bitch givenchy fuck check givenchy boss coupe inches fuck bag fendi fuck bag minute know drip like know built like im poppin shit like dude pull pop crew brrrt poppin say basic flooded rollie diamonds flooded patek bracelet got bitch naked ice cake bake im switchin lanes range swap dick brain swap bitch main swap trap fame ice cardi b cartier frames bitch bitch wanna party cardi cartier bardi rari diamonds body shinin body cardi got bitch molly bitch aint gang lame bentley truck lane lane blow brain go insane insane drop check chain fuck check flame cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset cardi took man upset uh cardi got rich upset yeah cardi put pussy offset cartier cardi b brain offset yeah care care care uh yeah look wanna get married like currys steph ayesha shit like belly tommy keisha shit gave tlc wanna creep shit poured whole heart piece shit man thought wouldve learned lesson bout likin pictures returnin texts guess fine man get message still stutter certain questions keep contact certain exes though trust nigga cool though said workin chasin culo putas chillin poolside livin two lives couldve times decide slide find nigga fuck suck dick wouldve pissed thats mo im type bitch karma gon end make sick nigga man baby adore gave everything whats mine want live life course hope get dyin careful know doin whose feelings youre hurtin bruisin gon gain whole world worth girl youre losin careful yeah threat warnin careful yeah heart like package fragile label careful care care always said youd boy better treat carefully carefully look guess actin got audience tell mind drop pin whats coordinates might fortune lose still gon misfortunate nigga tell lust got fucked head want random bitch bed dont even know middle name watch cause might steal chain dont want someone loves instead guess though blatant disrespect nothin like nigga met talk crazy quick forget even got trippin got lookin mirror different thinkin im flawed inconsistent rock hard place mud dirt gon hurt hate lovin yous worse stops abrupt started switchin teach like give fuck free mess someone else wish feelings could melt cause dont care thing except mothafuckin self make sick nigga man baby adore gave everything whats mine want live life course hope get dyin careful know doin whose feelings youre hurtin bruisin gon gain whole world worth girl youre losin careful yeah threat warnin careful yeah heart like package fragile label careful look bitches bad niggas real ride dick big tall heels big fat checks big large bills front ill flip like ten cartwheels cold ass bitch give broads chills ten different looks looks kill kiss mouth feel grills eat car thats meals wheels born flex diamonds neck like boardin jets like mornin sex nothing world like checks really wanna see dont really need need bad bitch need got bands coupe bustin roof got bands coupe touch ill shoot shake lil ass get little bag take store get little cash shake real fast get little got bands coupe bustin roof got bands coupe bustin roof gotta fly need jet shit need room legs got baby need money yeah need cheese egg yall bitches trouble bring brass knuckles scuffle heard cardi went pop yeah go pop thats bustin bubble im dasani drip baby mommy clip walk follies bitch bring thottie whip fine thick goddamn walkin past mirror ooh damn im fine let bitch try boom hammer time uh born flex diamonds neck like boardin jets like mornin sex nothing world like checks really wanna see dont really need need bad bitch need got bands coupe bustin roof got bands coupe touch ill shoot shake lil ass get little bag take store get little cash shake real fast get little got bands coupe bustin roof got bands coupe touch ill shoot bitch pop pops bitch pop whoever know pop shit people whose shit together youda bet cardi freak pajamas leather bitch black ass wakanda forever sweet like honey bun spit like tommy gun rollie one one come get mommy cardi tip top bitch kiss ring kick rocks sis jump back make nigga put 2k like niggas dark like dusse gonna eat ass like souffle born flex diamonds neck like boardin jets like mornin sex nothing world like kulture really wanna see dont really need need bad bitch need kkc money monstas gon tear bardi woo yeah bitches pressed bitches pressed woo yeah yeah woo bitches pressed knew im coming real bitch flesh fuck gon check talking shit talkin neck put blood dress bitches mad see cardi step spot said bout know ima pull bitches soon drop bought new foreign might cop yacht bitches business tryna plot hoes poppin shit like hot flooded wrist patek watch niggas flexing know got cardi done got game knot fuckin nigga got lock go bang bang like im choppin chops vvs chain im love rocks said gon take bitch got chopped throwin shade cause see top tell bitch pull ima send drop press press press press press cardi dont need press kill em put hoes rest walk bulletproof vest please tell gon check murder scene cardi made mess pop guess bitch pop guess bitch ding dong must whip ordered new crib daughter know bad bitch gon spoil got one new york need one georgia new bentley truck cost quarter money still long like weave pussy still wet like florida everyone drop floor talkin anymore mac face like contour chopper come straight dior done talkin im open violence ask anybody know im hashtag whip ho ass fuck around gon start new challenge come bitch im strapped ready ridin dick like im cardi andretti fuck crib dont go telly sit face whenever im ready bitch im freak like greek got biggest house street little hoes look cheap suckin dick teeth press press press press press cardi dont need press kill em put hoes rest walk bulletproof vest please tell gon check murder scene cardi made mess pop guess bitch pop guess bitch press press press press press press press press press press press press pop guess bitch pop guess bitch murda left nigga read cause felt like dress raf saint laurent jacket dapper dapper look fine checks divine wonder wonder whatever like like like like like think us bad bitches gift god think broke hoes need get job im boss write name checks pussy good say name sex might smack bitch cause felt like gucci shoes belt like said cardi favorite fragrance im rich bitch smell like im boss bitch mood ayy heels givenchy ho boss bitch shoes aint boss bitch move ayy record set record record sales like niggas outta jail said ill finished hard tell little fifteen minutes lasting long hell huh left nigga read cause felt like dress raf saint laurent jacket dapper dapper look fine checks divine wonder wonder whatever like like like like like look broke hoes good girls told bad bitches want thats bitch cold im gangsta dress im bully bed time im ladys lay hoes rest coupe roofless get top im provocative prerogative 80k know time cardi rockin go buy stock spend want aint limit say want aint never timid real shit comes mouth real niggas go leave texts read leave balls blue put airplane mode none calls come heres word ladies dont give niggas none cant make richer cant make cum left nigga read cause felt like dress raf saint laurent jacket dapper dapper look fine checks divine wonder wonder whatever like like like like like look want break shit call mama phone let know raised bitch dial tone click fuck little fake ass friends come around actin like bros seen yall little group texts like brag hoes tell little bitch screenshotted naked pics oh wanna send nudes man wake see boobs gram lil bitch cannot stand right hand jesus might cut tongues sneakers smash tv best buy gon turn left eye dont wanna hear bout invasion privacy feeling turns lie im holdin back everything thats inside fuckin bitches follow heart beating like bleeding sleepin sleepin sleepin sleeping like baby everyone right creepin creepin creepin went phone last night went phone last night saw things didnt like went phone last night killin killin killin oh see different scenarios beyonce stereo resentment repeat ima make bowl cereal teaspoon bleach serve like go nigga bon appetit look give raw love nah risk whole home ho bar really want hoes bitches dont even cheat badder bitches shit eatin sleepin peacefully gettin mad thinkin bout stabbin dont even know close dyin gon wake like got attitude heart beating like bleeding sleepin sleepin sleepin sleeping like baby everyone right creepin creepin creepin went phone last night went phone last night saw things didnt like went phone last night killin killin killin oh killin killin killin killin oh killin killin killin killin oh killin killin killin killin oh killin went phone last night went phone last night saw things didnt like went phone last night killin killin killin oh boy cassius cardi n n non stop came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin give little something remember tryna make love sprinter quick drop nigga like kemba lookin like right swipe tinder shit hoes light wrist hoes look bitches feel like im stilts hoes fuck ya baby daddy right anna mae got cake pound go eat dont drown mac n cheese bowl sound got gushy yeah thats fact never pussy ive bitch since pajamas footies mvp im still rookie like woo gotta work anger might kill bitch fingers gotta stay outta gucci im finna run outta hangers stripper rapper singer im busting bucks bentley bentayga ride hood like bitch im mayor bitch bitch danger came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin bitch thot aint trickin put knee make lick patek wrist glistenin bitch got mad dissed shawty aint nothin rich nigga ill put check bitch nigga fuck whole set clique nigga got gang full dud broke niggas diamonds whats price im gettin involved hype im rich get fight 50 racks got jeans fittin tight pay price boys come wipe ya dispose diaper yeah trap every week every night word move smooth indictments yeah freakazoid lightnin 57 90 breitling got mil got excited cash ima turn michael myers baguettes keep dripping droppin wrist liquid watches told bitch jump dick pop get little bitch deposit came drippin came drippin came drippin diamonds wrist drippin bitch thot aint trickin put knee make lick patek wrist glistenin bitch got mad dissed take takeoff came drippin aint never slippin im pimp fuckin quarter million nigga feelin abort mission nigga tellin squealin splash took bitch piccadilly water ear gave nigga wet willy came drippin spillin walkin bag tryna get niggas milli stack ceilin shootin civilians im one dealin could make killin bags smell vac seal flag nigga throw dont care feelings ooh wearin drippin cal ripkens hit nigga ken griffey bitch got thick guess ate jiffy leave ima fly back city go get bag day go get rings playoffs pots beat bake fuck get laid big boy tools maaco make bitch dance draco walkin cheese queso thats huncho fuck rodeo private jet dont layover one call im havin bae walk spot makeover got addicted payola came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin came drippin came drippin came drippin diamonds wrist drippin +gucci mane,ha gucci drop top wizop whoo yeah ayy get bag fumble get bag flip tumble straight lot three hundred cash car came blunt lil mama thot got ass gon fuck bag pull spot livin fast droppin dope stash italy got two foreign hoes dm drop top cold feel heat real keep 100 real eat like feast say dope fleek percocet pill ice neck baby chill niggas post back dont say nothin niggas kill back ends count sleep fleek hundred k spent patek phillippe bitch im dog eat treat hop frog leap put bricks fender bitch walk around like kris jenner used break enter takeoff runnin like game temple simple play mental mama said saw jimmy kimmel count cause im money symbol walkin racks im lookin crippled fuck bitch tip nickel take pictures la clip double cup pour triple fox body vivica im average typical look wrist critical hold droppin temperature get bag regular got bag cellular backin baggin vegetables bag cookies medical cocaine codeine etcetera cocaine lean federal take landin nebula twenty ms schedule get bag fumble get bag flip tumble straight lot three hundred cash car came blunt lil mama thot got ass gon fuck bag pull spot livin fast droppin dope stash italy got two foreign hoes dm drop top cold feel heat real keep 100 real eat like feast say dope fleek know niggas gettin sick chains neck cost mil piece dont even like freestyle free put key ride beat wont even come house free pay nigga drive jay z couldnt even co sign want cause im signed get get get bag get bag cut half stop comparin yall makin laugh need rehab im addicted cash convertible wop convertible top dope got vertical look hop skrrt skrrt skrrt jump pot came jail went straight top take easy baby middle summer im freezin baby dont leave baby drop knees please baby im fascinated two bitches fine masturbated congratulations brain good graduated hate dont fuck niggas plastic baby trapper baby rap masters baby tragic baby pull fuck traffic baby savage baby im killin niggas closed casket baby get bag fumble get bag flip tumble straight lot 300 cash car came blunt lil mama thot got ass gon fuck bag pull spot livin fast droppin dope stash italy got two foreign hoes dm drop top cold feel heat real keep 100 real eat like feast say dope fleek southside young metro dont trust im gon shoot got many felonies might cant never go canada drake said gon pull strings let check calendar popped one one call boosted stamina im fucking banister guess east atlantad im red drop tarantula fuck challenger damn hoes aint got manners bruh wheres manager keep throwing rubber bandies ho pull panties cause fuck like granny fuck youre amateur patek philippe gon make crooked judge try throw book look like half million worth heroin look aint gotta fuck nig youre stuck called cops nig grew dont usually less im drunk im high im right got talking life dont usually less im drunk im high im right dont usually less im drunk im high im right need ya life dont usually less im drunk im high im right yeah im yeah drink yeah smoked yeah think need dont left dubai folk open water location remote shout yachty aint lil boat shit wrote broke see power mind joke man said would used get left overs fridge nobody famous lived til got jumping crib took lot able give mean dont usually less im drunk im high im right got talking life dont usually less im drunk im high im right dont usually less im drunk im high im right need ya life dont usually less im drunk im high im right southside huh gucci xo 1 0 1 7 brr brr kid back whiskey virginia black got tipsy im la like im nipsey spanish girls wanna kiss nigga wanna come diss put hex like gypsy kill wrist bleed got suicides sv fendi gucci baby girl wanna choose wanna use abuse know wanna text know wanna sex fifty thou make neck freeze fuck like next please nigga wouldve thought nigga wouldve thought ill right back top ill right back top got girl finger blowin phone like shes single blowin phone like im cee lo somebody needs come get like woo curve know dont deserve know dont deserve got work know want birkin baby worth curve know dont deserve know dont deserve got work need know certain tell worth say star born last night way showed dick girl performed last night thats deserve first class flight buh bye cause quenched thirst last night im dubai somebody tell prince kingpin arrived lived id probably one hundred wives walkin club like gucci arrived ordered dub threw sky told im aight look like surprised look like model devil disguise bum bum bum bum feel like rocky prime know came fuck fuck wastin time got kind wood make woman lose mind im young rich handsome baby im one kind keep real baby wont cost dime know got expensive taste dont even mind like woo curve know dont deserve know dont deserve got work know want birkin baby worth curve know dont deserve know dont deserve got work need know certain tell worth yeah gucci whats baby yellow everything time know im talking yellow rims yellow big booty yellowbones ha yellow lambs yellow mps yellow watch yellow charm ring chain yellow living room set lemonade gucci shoes girl gucci phantom sitting sixes twenties denim cutlass motor knocking lemon like georgia peaches look like lemon sour apple bitter bitches im fucking im truly stupid paid thats feel today im moving slow cause codeine syrups lemonade im standing shade im selling lemonade six hundred pint going rate lemonade diamond bracelet put face lemonhead diamond earrings wore yesterday im pimping wearing linen thats im chillin im smoking grits selling chickens corvette painted lemon lemons chain v cuts lemons chain v cuts lemonade shade feet lemonade shade feet lemon pepper wings freeze cup lemon pepper wings freeze cup lemons face watch em freeze lemons face watch em freeze got lemonade lemon tint lemons watch mix shit lemonade complexion east australian girl killing say killing say feeling four days im sick cause brain lemonhead cocaine white exterior interior lemonade yellow white trimming call super drank yellow diamond pinky ring call lemon rock jewelry box lemon bin earring size apricot yeah smoke strong lot yeah need got half pound lemon kush call pack lemon drop canary yellow lemon watch big bird yellow top yellow polo polo slippers white yellow polo socks gucci mane pumping dog dont got say got stash one lemon homie supply damn near fifty blocks yellow boat parked dock yellowbone gon make drop flip flop mine top go buy yellow yacht lemons chain v cuts lemons chain v cuts lemonade shade feet lemonade shade feet lemon pepper wings freeze cup lemon pepper wings freeze cup lemons face watch em freeze lemons face watch em freeze lemonade townhouse miami want yellow carpet woke morning fuck bought yellow aston martin yellow bricks yellow dust yellow lean yellow tuss yellow pills spinning wheels yellow weed us coward ass nigga yellow stripe yellow back ak hit dog cant bring old yellow back yep gucci bang eighty thousand thats yellow safe yellow holmes mellow holmes know scary cat sleep two days pupils looking yellow five flights six shows quarter million schedule gucci mane niggas know trouble green ice red light caution gucci rock yellow gucci gucci lemons chain v cuts lemons chain v cuts lemonade shade feet lemonade shade feet lemon pepper wings freeze cup lemon pepper wings freeze cup lemons face watch em freeze lemons face watch em freeze hey southside wizop offset young metro dont trust im gon shoot woo mil week bought iced philippe yeah playin keeps suck gang leech came game key pockets blew monique ooh got perfect physique ill tape brick cheeks im gettin money im fuckin thotties tryna get come ups good week ive stackin ms im snatchin wraith mornin nigga locked cell treated like normal thankin lord blessings left met gala dressin formal look boogers big could get shot nigga stick make nigga boogaloo bentley mulsanne seats masseuse im havin stripes adidas boost dick mouth like edible nigga start shootin better move fight gang wont let em lose bitch wantin pipe aight shit started likes hopped dm wrote kite flight first flight finesse nigga get shit bike psych right nigga goodnight poppin shit cause thinkin pipe pipes hunnid rounds drum knife wop biggie pac different keepin glock im yacht yacht watch fuckin thot ocean dubai ima play dumb see plots know im bout hit dope heart gonna stop callin cops hop jet twenty passenger offset maniac im massacre take heart shoot bladder get top blew ladder ran money im talkin lateral got bitch high perc adderall pull fire better grab bitch im offset im bout set mil week bought iced philippe yeah playin keeps suck gang leech came game key pockets blew monique ooh got perfect physique ill tape brick cheeks im gettin money im fuckin thotties tryna get come ups good week ive stackin ms im snatchin wraith mornin nigga locked cell treated like normal thankin lord blessings left met gala dressin formal im havin shit show respect like daddys dad yeah gucci magnet cash cabinet woke palace walk im dallas man flew two bitches cali big bs im rocking bally drunk walkin barely im headed paris pick bag treat like one jacksons niggas aint trappin aint makin transactions nigga rob practicing four bitches tryna swallow feel like im fightin octopus thought killers camped bushes come find photographers feds watch binoculars mad cause nigga gettin popular flexin ho wanna lock drop top wop top negative turn positive dont care none bout obstacles could care less bout bloggers boy 80k stuffed joggers bruh mil week bought iced philippe yeah playin keeps suck gang leech came game key pockets blew monique ooh got perfect physique ill tape brick cheeks im gettin money im fuckin thotties tryna get come ups good week ive stackin ms im snatchin wraith mornin nigga locked cell treated like normal thankin lord blessings left met gala dressin formal ha gucci suckers keep downing know crowning hahaha yo guwop counting paper counting paper counting days huh 80 chains going aint took one yet aint nothin retarded bout gucci gold rolex ten thousand dollar bounty put neck hope didnt pay cause didnt success seen interview nigga got upset seen interview looked oh stressed think nigga mad cause fucked ex im big dog got lil boy complex go dig partner nigga bet cant say shit looking kid ill zone 6 hit birthday party fresh homeboy tip know yall seen black four fif bought bentley mulsanne look like tips never went platinum catch drift never let nigga like tip flip shit got big 2pac killed gucci haha okay record diss record truth gucci living legend oh yeah im legend living legend nigga respect check aint playing aint trying dance aint using hands let rubberbands get take money go war go war nigga aint real rapper im fucking gravedigger im old school fool dont make show age nigga grab louisville turn batting cage nigga song keyshia cole know still miss puff fucking falling love call song wouldnt even smoke bud screaming icey neighborhood nigga ar backup cause dont need nann nigga must didnt hear flocka said let guns blam nigga used drive birmingham lot grams nigga im nigga aint sparing nann nigga know hard sleep knowing killed homeboy left son bastard wont even raise boy aint got nothing swear hoes aint got nothing nigga broke aint got nothing swear hoes aint got nothing fuck cause youre loyal youre fine make blood boil go get another lawyer took charge aint got nothing swear god aint got nothing huh wiz airport got something ball mall california might pull twin californias aint got nothing aint got nothing aint got nothing hoes aint got nothing think shit paranoia think im another woman another woman gonn keep comin girl hoes aint got nothing nothing claim arent bluffin come home hit hard gives head thats concussion im stunting og kush im puffin club know spend homies gon get bustin got quarter million spend came home tour crushed bought wife pair glass shoes cause ass thick pumpkin aint got nothing dont want nigga fuckin stoner im bitch im prolly owner hella bottles hella marijuana anything want niggas got got liquor got mollies got bitches tryna ride taking pictures standing couches could try aint got nothing aint got nothing aint got nothing hoes aint got nothing think shit paranoia think im another woman another woman gonn keep comin girl hoes aint got nothing fuck shawty cause loyal tie knot like memph toya wont ignore wont divorce lets two girls call rolls porsche respect girl accept girl ill anything protect girl could would kept girl im unhealthy baby fuck world daddys lil girl yous grown lady dont see like see cause related got faded spot swear wasted third shot patron swear cant even taste aint got nothing aint got nothing aint got nothing hoes aint got nothing think shit paranoia think im another woman another woman gonn keep comin girl hoes aint got nothing whats happenin nigga trap house iii fuck nigga whats happening ayy come man man outta cut fuck told partner bring presser huh apply pressure jack yeah got thousand keys uncut nigga guaranteed make money stack nigga im trying make money fast nigga im trying keep shit together call boy eggbeater fat cook good cook way better sipping coronas vato casa know es su casa big cat used call el gato guwop call el chapo nigga use trap bandos abandoned homes boarded windows fuck peeking window fuck boys know keep extendo trap house iii got k three young niggas stay trap house iii got k three young niggas stay hope niggas dont play hope niggas dont play hope niggas dont play cause mak 90 stay trap house iii got k three young niggas stay trap house iii got k three young niggas stay hope niggas dont play hope niggas dont play hope niggas dont play cause mak 90 stay trap house trap house trap house trap trap house trap house trap house trap trap house trap house trap house trap house trap house trap house trap house trap trap house trap trap house trap trappin pack know trap house trap trap house trap trap house trap trappin pack know trap house trap know got agenda break thing blender got warrant surrender sub machine extender came pissy mattress got money rappers tried hit traffic work magic im riding round lieutenant let em count spend bitches come business catching bodies trenches trap house iii got k three young niggas stay trap house iii got k three young niggas stay hope niggas dont play hope niggas dont play hope niggas dont play cause mak 90 stay trap house iii got k three young niggas stay trap house iii got k three young niggas stay hope niggas dont play hope niggas dont play hope niggas dont play cause mak 90 stay trap house iii igloo full snow white stove house full naked hoes snortin blow lonely top plus real cold house full hoes cookin blow im zone six aka north pole burr ea ga 1 0 1 7 wop six middle winter pull vert middle december pulled skirt santa claus hood pull work call east atlanta santa run get murked im trappin snow sellin nine half bricks four ways hills go got extendo ak im neighborhood philanthropist im sellin bales cannabis preachin like evangelist dont fuck amateurs drive spiders yeah tarantulas diamonds immaculate im romantic shit im cookin cocaine candle lit im trill ho cant handle damn bitch suck dick skeeted face lip guwop cant fuck basic bitch teacher teachin arithmetic show whip brick learn run clique told kill snitch young girl freaky chick damn sneaky shit ran half zip got slap trick record labels broke shit ricky dinky record shit sell meth mexican dog food yea excellent done started sellin christmas tree im tryna jingle bells ho christmas time hollis queens im stompin shell toes christmas time 96 asked santa twelve golds guwop got gifts give dont fuck twelve though santa claus city bag full goodies wish faggot ass cops would let nigga live im tryna come chimney 100 mil im bricksquad boss im like santa claus wizzop yeezy mane mike made burrr bitch stop comparisons im artistses im gucci mane la flare neck real retarded shit keep towel cause watch drippin water bitch featured kanye cause fuckin narcissists narcissistic tendencies psychopathic pockets bitch bank account crazy bitch think needs medicine straight jacket giv enchy ahnchy ahchy cant even pronounce shit designer jeans designer drugs bought designer bitch bitch keep hittin line knowin aint dime shit knowin aint got time waste fuckin around nickel bitch nigga pinchin pennies im making millions bitch dont ask im votin cause got presidents bitch walk round lingerie day think elegant elephant room guess whos mothafuckin elephant maybach garage elevator residence pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print guwop makin super moves makin stupid cash stack roof dont fuck feelin mutual id feel drove subaru hit city old goin oc friend gonna watch weak seven times row could go whole week could take nosebleeds floor seats need sauna bathroom mamas like porn star im monster dancer camera g string girl want concert condo bedroom guest room restroom fuck every room tryna see pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print pussy print p pussy print pockets bulgin bulgin pokin like pussy print mwah +gza,little father famous greatest samurai empire shoguns decapitator cut heads 131 lords bad time empire shogun stayed inside castle never came people said brain infected devils father would come home would forget killings wasnt scared shogun shogun scared maybe problem one night shogun sent ninja spies house supposed kill father didnt night everything changed see sometimes gotta flash em back see niggas dont know shit started yall know came im sayin gonna take yall back source knowledge yo mcs came live name perform snort cocaine act insane pete rocked mental plane spark brain building born yo rza flip track cut fake niggas get flipped mic fights swing swords cut clowns shit swift bite record write flow like blood murder scene like syringe wild shit insert fiend op shop stolen art catch swollen heart rollin smart put mad pressure phony wack rhymes get hurt shits played like zodiac signs sweatshirts thats minimum feminine like sandals minimum table stacks verse gamble energy felt cards dealt impact roundhouse kicks black belts attack mic phones like cyclones typhoon represent midnight high noon dont waste ink nigga think drop megaton bombs faster blink cause rhyme thoughts travel tremendous speed clouds smoke natural blends weed one circumstance thats im blunted turn shit clan da front want mcs came live name perform snort cocaine act insane pete rocked mental plane spark brain building born yo rza flip track cut im mission niggas say impossible swing swords choppable body dropper heartbeat stopper child educator plus head amputator cause niggas styles old like mark 5 sneakers lyrics weak like clock radio speakers dont even stop station attack plan failed get derailed like amtrak fuck law make law justice sentence ass two four round clock state pen time check pens stickin cant state crime came wu slid dl im low key like seashells rock bells come aboard medina bound enter chamber whole different sound wide entrance small exit like funnel deep picked radios tunnels niggas fascinated shit begin get vaccinated logo branded skin mcs came live name perform snort cocaine act insane pete rocked mental plane spark brain building born yo rza flip track cut choose sword join choose ball join mother death dont understand words must choose come boy choose life death man ho wait sky blue bally kid 83 rocked tale lords memorex performed tape decks phone sex watch haiti bitches heard throw hex yo wu whole platoon filled raccoons corner sittin wine niggas sippin apple boone aint white cartoon cause duckin crazy spades kid hold white shit like blacks rock ashy legs sky blue water wet judas rat romans jesus slept stand youre luck like two dogs stuck ironman sippin rum stanley cups unflammable noriega aimin nozzles stay windy chicago spine tingle mind boggles kangols rainbow colors promoters try hold dough gimme mine po wrap ran dark ages constantine great henry 8th built genghis khan red suede wally judge wisely nothin ever surprise loungin two pillars ivory im lively dome piece like building stones greece poems deep ancient thrones speak im overwhelmed mind roams realm eyes visions memory film others act sub tile fragile cloud act wild couldnt budge crowd matter loud get though growl spit clutch fists throw signs like crip throw types fit leave em split like ass cheeks ragged pussy lips aiyo camouflage chameleon ninjas scalin building time grab gun already got wife children hit sent president raid residence secret evidence documents raped continents lynched prominent dominant islamic asiatic black hebrew year 2002 battles filled wu six million devils died bubonic flu ebola virus reign king cyrus see weakness man right iris unloyal snakes get thrown boilin lakes hot oil boils skin chickenheads gettin slim like olive oyl plant seed deep inside fertile soil fortified essential vitamin minerals use sky blanket stuffin clouds inside pillow rollin lamb twelve tribes 144000 chosen protons electrons always cause explosions banks g cream downs bet money feed good opposites set aint hard see seeds need god degree got mouths feed unnecessary beef cows breed im tax free shit means whether bounty hit scheme counterfeit cream learned much swift cons run scams veterans got game spiced like ham sons born guns drawn clips fully loaded blood floods lawn disciplinary action fraction strength made truncate length one tenth woofers thump tweeters hiss like air pumps rza shaved track niggas caught razor bumps scarred tryin figure invented unprecedented opium scented dark tinted watch blow shoes without clues cause wont hesitate detonate im short fused special technique spe special technique shadowboxin gza uh goddamn pledge allegiance hip hop pledge allegiance hip hop allegiance hip hop yeah yeah johnny blaze pledge allegiance hip hop maximillion maximillion maximillion breaks bone gristle ill speakin scud missile heat seekin johnny blazin nightmares like wes craven niggas gunnin third eye seen comin happened know fuckin staten kids smashin everything huh shape form fashion everybody talkin bout blastin hmm bustin steel flashin hmm talkin yo asshole learnt flow peasy afro ticallion stallion chinky eye snot nosed naps bunion big toe keeps movin know fuck im doin rap insomniac fiend catch nigga snoozin slip cardiac arrest exorcist hip hop possess crunch nigga like nestle know steez burnin third degree sneaky ass alley cat top pedigree head toucher industry party bum rusher dont like dick fuck ya allow demonstrate skill shaolin special technique shadowboxing naps aint nappy enough reach aint rugged enough bitch yo slayed mcs back rec room era style broke motherfuckin backs like ken patera rap niggas came loud unheard pulled round em nearest third check non visual niggas tapes portrait flood seminar tryna orbit corporate industry niggas cant see must break like wu unexpectedly protect ya neck sword still remains imperial blast mic rza scratch serial reign year round june june niggas bite immediately soon set lynchin inform execution date 2000 beyond slang suffocate amplify sample vacuum tubes compressions cause rza charge niggas twenty gs session mind start clickin strategy mastered plot thicken wu shit dont give cotton pickin fuck brother tryna size nigga hold hard hat protect dome look mamas baby boy actin like grown time sleep gets deep baritone killa bee holdin honeycomb loungin son wu brother number one protect neck flyin guillotines come bloody bastards hard times killer tactics spittin words plus semi automatic slurs peep graphic novel genie bottle hit clutch shift gear full throttle time bungee next episode keeps grungy hand nut sack spittin lunghies wack nigga dont understand fact come rza tracks dont know act real rap stat killa hill projects exact break together things gettin good lookin better shit allow demonstrate skill shaolin special special special special technique shadowboxing shadowboxing allow demonstrate oh mad one see trap never escape fate submit honor duel son agree see youre using old style wondered youd learned know well heh forgotten show come come since youre interested fight yo picture bloodbaths elevator shafts like murderous rhymes tight genuine craft check print veterans spark letterings slow moving mcs waiting editing liquid soluble made chemistry gaseous element burned ministry herbal vapors biblical papers smoking exodus every square yard plush fuck screw faced photo sessions facial expression leaves impression try keep shark nigga guessing give crazy shouts son heres outcome cut across semi gloss rhymes floss shit outdated like neckloads sterlings suede fronts bell bottoms tri colored shearlings aint particular bang like vehicular homicides july 4th bed stuy money dont grow trees theres thieving mcs cut throat rake leaves cant breathe blood splash rushing fast like running rivers whiskey liver duel iron mic fifty two fatal strikes 85 affair made clear gods get perform storms blew wus causing crowd self destruct killer beez stinging something reveal science thats heavily guarded culprit bombing barracks aerodynamic swordplay poison darts doorway minds thats laced explosive doses damaging lyrical launcher lunge youthful offender injure contender testing murderous master could lead disaster dynamite thoughts explode barrier rips retina withstand astonishing punishing stings sternum shocked hip hop livestock seeking serum cure em adults kill drugs plus young bucks bust ducking handcuffs throats get cut dough rush town foes look shook still pose move like real pros streets stroll bullet holes lace windows one six oh control avenues thats dream thats sold building lobbies graveyards small timers bitches caught airports keys vaginas peace yo police mad corrupt get bagged depending youre passing cut plus shortys shorty hes living heartless regardless charges claims hardest individual critical thoughts criminal minded blinded illusion finding confusing duel iron mic fifty two fatal strikes duel iron mic fifty two fatal strikes huh master must dreaming heh well dreaming must asleep hes asleep wake height fame glory turned one another struggling vain ultimate supremacy passion depth struggle art raised olympian heights lost techniques vanished bad dream dont afraid bad dreams dreams time chose born babies cryin brothers dyin brothers gettin knocked shit deep block got locked cold cold world night new years fuckin projects handgun silent even tec outsiders stuck enemies put fear blasted spot pigs know hoods robbers snipers new sight fuck blue white escape flash fuckin lights gunshots shatter first floor window panes shells hit ground blood stained dice game whether pro calisthenic style set beat niggas toothless physically cut like gooses iron sides thugs took excuses therefore fifty two handblocks useless linx snatched necks left scars throats jackets took bullet rips coats felt cold steel made em fold squeal metal hit temple grill construction worker caught bomber time swing hammer hangin farmers bugged niggas catch slugs pockets dug everythin except check stubs sound ill like wars brownsville fatal robberies red hook feds look fugitives shoot cops niggas layin roof tops cream stashed shoebox hot strip filled young killers dont suspect cops creep like caterpillars born thieves stay hooded extra bullets try flee hit vertebrae increase murder rate similar hitmen pull tecs drop crack like tacos mexican rapid like recipients cashin checks back motherfuckin spot lexington babies cryin brothers dyin brothers gettin knocked shit deep block got locked cold cold world runnin cops bustin shots shit deep block got locked cold cold world yo time freeze undercovers ease grand prixs seize packages pocket currency cliques control strips full clips sprayed yellow tape barricades sidewalks bodies lay madness strikes twelve oclock midnight stick kids ground broke staircase light stays harassed scramblin petty cash jakes ass young bucks learnin fast three fifteen sevens forty fours bought inside corner stores provide sparks wars hospital floors surrounded law homicide questionin jakes guard door hood stay tense loyalty puts strength team cause niggas main concern cream niggas jet black galant shot chinese restaurant kid named lamont thought dead instead missed kid hit twelve year old girl head fled tactical narcotic task force back fast cause crime boss passin cash extortions portions streets causes beef havin followers indians trying play chief witness saga casualties drama life script im actor author modern day opera main character presidential papers dominant factor know sensuous charm looked alarmed walked babies cryin brothers dyin brothers gettin knocked shit deep block got locked cold cold world runnin cops bustin shots shit deep block got locked cold cold world yo yeah check son check son yo wu get soo live place got capital g z mc givin mad shout ranch crew old school gonna take yall back know im sayin lyrical sorcerers right fathers cream crop son yo check well livin world today hearin slang wu tang say niggas front dont em blast em alright well ok well like way sound clap man women love well raise hands raise hands youre sure punk niggas shatter like glass jaw break rhyme gross weight vehicle combination heavy chevys chased station double edged guillotine beheaded gassed fuckin regular unleaded shit heads roll hillsides behind ropes bind x marks spot scope heavily armed military necessary gamble mcs bet best every powerful parable ditties might harm tampered set strike like pipe bombs flashbacks duel iron mic look fatal flying spikes massive sleep holds put strangle commercial angle microphone cords tangled star spangled could ever say heard motherfuckin style mad murderous well like way sound clap man bitches love well raise hands raise hands youre sure punk niggas shatter like glass jaw yeah well livin world today hearin slang wu tang say niggas front dont blast em alright well okay well know mcin yo know lot well demonstrate somethin nigga huh id rather im talkin bout stacks cousin nigga thats got cash rules world well cash rules spot preliminary attack keep cemeteries packed niggas think aint like mcs gunned like run mad trucks god struck religious niggas call bad luck rap celeb got caught web bees stingin yo niggas em singin im swingin swords strictly based keyboards unbalanced like elephants ants see saws throw raps attack like japs pearl harbor mcs like bank robbers fleeing scene sole survivor dj getaway driver tried dip dive socialize vocal vibes tracks stabbed razor sharp knives criminal subliminal minded rappers find hard define narrow gate fat tapes played date construct thoughts site renovate point god made statement draftin tracements replacements basements materials sheet rock sound proof beatbox microscopic optics received boxes obnoxious topic major labels flavor tropical punchlines thats unstoppable ring like shots glocks attract cops around clubs try shut hip hop increase everything peace father see king police well livin world today hearin slang wu tang say niggas front dont em blast em alright well ok well like way sounds clap man women love well raise hands raise hands youre sure punk niggas shatter like glass jaw break well livin world today hearin slang wu tang say niggas front dont em blast em alright well ok wu tang say dont handle em alright well okay world today wu tang say niggas front dont handle em blast em alright well ok aiyo shorty yo thats word oh yall smelling yall piss yall think yall gold yo anybody get caught flinging im returning em thats word getting blasted anything 220 140 thats mine yall need step fuck yall niggas aint crazy real yo fiends aint coming fast enough cut thats pure enough cant fold need gold reload product must sold im deep back streets heart medina set something deep misdemeanor subway waiting train make noise blast nigga boys pushed block made dope sales drop like crash dow jones stock connect cross sales catch mills ho bitches got birth control pills im park setting deal blunt fire bum nigga sleeping bench wired peeped convo address condo changed nigga name john doe set camp got vamped put stake heart ripped fucking fangs apart snake got smoked set like brandon lee blown frame like pan flight 103 got swung lungs torn kingpin castled rook lost pawn regular block played lookout preying predator glock took neighbourhood rough enough clip thats full enough cant fold need gold reload product must sold fiends aint coming fast enough cut thats pure enough cant fold need gold reload product must sold mandatory supply troops mega firearms big apes spread em like crops farm get cream sometimes repaint scene like last episode gates niggas plant bombs till smoke blast becomes thick flows knew hes gun sick glock clicks like high heeled shoes parquet floors mad sick stand hills invade wars filthy foul shovelling dirt hes hurt instance chop hands attack worth idols would lock airports extort import catching ten percent fiends snort ski resorts hills move keys skis making drops snowmobiles plan expand catch seven figures release triggers live large bigger nigga promised moms mansion mad room died still put hundred grand tomb open wounds hid behind closed doors still organizes crime drug wars fiends aint coming fast enough cut thats pure enough cant fold need gold reload product must sold neighborhood rough enough clips thats full enough cant fold need gold reload product must sold theres cuffs thats tight enough niggas thats fuck us cant fold need gold reload product must sold lot people know im sayin gettin misinformed thinkin everythin everythin could get little deal whatever know im sayin gonna get gonna get rich labels tryin lure us like spiders web know im sayin sometimes people gotta come speak let people understand know gotta read labels gotta read label dont read label might get poisoned bomb niggas god tommy aint motherfuckin boy fake moves nigga employ well emerge set know god damn show livin large niggas flip def jam ruff motherfuckin house cause smother cold chillin motherfuckers still warner brother im ruthless clan dont act wild shit jive old sleeping bag profile soft comedian rap shit aint rough witty reel reel wasnt tuff city niggas game thinkin lyrical surgeons know mics phone virgin aint boned mic couldnt hurt bee thats like goin venus drivin mercury capitol rugged slang wu tang witty unpredictable talent natural game death row mc mic cables epic rush associated labels east west atco bring next plateau keep phat though yo im hittin batters wild pitch style even show uptown mca style thought saw 4th broadway island bombin mcs day priority im first priority bone secret bitch sorority look abbot master breakin pendulum fiend mcs blow thatll numb ppendix im holdin weight columbia index interscope rca clan thats comin plan free slave mental death mc dont panic throw ar nigga boat atlantic whos bad boy character arista firin weapons released geffen duck struck soul motown central broadcasting systems low dirty like bastard gettin drastic read label say loud another wu banger thirty six chambers area rza razor rza razor sharp rza yes good life know gza fuck hells angels mk ahh mr bobby steels tony starks line one mr bobby steels rza steels steels peace starks whats goin baby yeah everything lovely yeah maximillion didnt show yet im noodles got lucky hands gza got soul rb classics shit right rza yeah greco right front right greco standin right yeah briefcase oh ok ok got aight thanks dk bobby steels rza mr greco good see good see good see dk pleasure rza everything ok everything working planned dk everything workin nicely cash twenty thousand dollars rza cash dont talk hey hey gza get fuck outta hells angels bullshit rza got cash know cash rules everything around motherfucker uhm let ask gza fuck outta dk full amount twenty thousand agreed upon gza fucking hells bastards rza let ask question mr greco know rodriguez dk know person rza rodriguez bronx rodriguez dk dont know youre talkin rza well think know cause fuckin friend 120 precinct right singin fuckin ass like fuckin bird fuckin guys comin dk believe life drug dealer killah hills 10304 restaurants stakeout order food take chaos outside sparks steak house maintain power feel deals gone sour nigga missed wedding late fucking half hour man bought land tony starks contracting bricklaying jobs city parks hes loan shark interest rates grand finger garment district got sewn like singers cause talk blasphemy kid heist burlington coat factory fuck turned states nigga castro copilot used drop rice sacks blow remote area label dead mans island two hundred miles south thailand right docks got luxurious custom made yachts burial plots niggas hit fatal shots theres need us spray scene use less men powerful shit team like man muhammad afghanistan grew iran nigga runs neighborhood newsstand wild middle eastern bomb specialist initiated eleven terrorist set bombs bottles champagne niggas popped cork niggas lost half brains like ex worker tried smuggle half key left leg even underwent surgery say pirate limp gave away feds rushed coming us customs look whose witness stand singing well known soprano smash hit sammy gravano heres plan minimum hit two hundred grand half time game blasting niggas stands sharp shooters hit prosecutor judges sent photographs wives taking baths along briefcase filled one point five thats bribe take commit suicide first rule anyone schemes gold syria want small intestines ripped interior got price jewels ship em freight cargo dont forget launder cream wells fargo reconstruct processing plants call costa rica four hundred barrels ether two hundred pounds reefer fifty immigrants fake visas life drug dealer killah hills 10304 saga continues go come battle battle fought brooklyn hessian soldiers killed 3000 men much fighting took place prospect park green wood cemetery well park slope gowanus neighborhoods first battle america rugged rhymsters crooked crimesters dime droppers twenty five lifers backstabbers low blowers illegal cocaine growers starvation profanity anxiety brothers trying gun slingers dead ringers yo slangs world mix collaboration man little man girl way life got thinking plus im analyzing young youths roofs know three time felony brutes roll together tropical trees puff whatever yo could go run kids leathers drug faculties bubble keys gs cream flow like seven seas hit chicks guyanese word hold head fall morgue route devil want lets get niggas locked change better vendetta life feed seed right hes breathing indeed right chef remarkable sparkable raps tackable gats never get jacked see ya move black paradise trife plush much ice getting nice laying back sleep life word battle brooklyn depicted bloodiest clash american revolution soldiers killed 3000 men much fighting took place crack patients dime smokers vial carriers mocha tokers burnt buildings brothers building save children investigative reports calling cars calling cars ghetto psychos armed dangerous leaving mad scars found bound gagged shot blast spot victims took like astronauts get even best cant come youre next contestant get pockets dug chemical bank ends caught red light putnam avenue franklin used heat cipher shot hyper average jfk sniper came home spofford rolling like kaufman laid ass like carpet stop stuttering boy save complaints five oh praise god chk chk pow release shots premeditate grab jet back lab remain shaolin endangered island shorties lose blood gallons integrated number corrupt cops judges high level positions insure continued success drug smuggling money laundering operations crack patients dime smokers vial carriers mocha tokers burnt buildings brothers building save children investigative reports yo grab pen revenge let loose see like muslims standing block rocking kufi hundred dollar kick rocking kids back starting gun wars black reeboks velours jungle way life living villain packed visions copywritten throwing bread pigeons christ risen king elegant slang master jack expensive noodle hats sixty nine old timers time brothers shot craps baggy blue guess jeans pull strings palm springs im locked bing rocky ring labelled rap king corner emperor golden thieves play benches rednecks hanging big niggas memphis back hit bulls eye loaded nines life like tarzan swinging thin vine shatter dreams mirrors dont need press spirals aim white shadows big barrels moet ers bald headers milk armarettas fear none crushing personal vendettas yo use guns angrily shot arrows better keep eye sparrow rugged rhymsters crooked crimesters dime droppers twenty five lifers backstabbers low blowers illegal cocaine growers starvation profanity anxiety brothers trying gun slingers dead ringers investigative reports investigative reports investigative reports integrated number corrupt cops judges lawyers high level positions insure continued success drug smuggling money laundering operations +talib kweli,sell crack back homes smell musk dusk crack dawn go episodes like attack clones work til break back hear crack bone get get get get commute computers spirits stay mute egos spread rumors survivalists turned consumers get get get get ask people got live trailer cuss like sailor paint picture pen like norman mailer mi abuela raised three daughters help think struggle find strength words melt mouth hot like jail cell south nigga cor bailed get get get get die like bed stuy red sky window red eye let lead fly g rap shit living let die morning woke feelin brand new jumped feelin highs lows soul goals stop smokin stop drinkin ive thinkin ive got reasons get get get get get get get get get get get hey hey keepin gangster say fo shizzle fo sheezy stayin crunk easy pull breezy smoke trees stayin drunk yo activism attackin system blacks latins prison numbers risen theyre victims lackin vision shit got rappin listen let know missin love unconditional even condition critical livin miserable position pivotal aint bullshittin would lie get get get fly tv got us reachin stars ones venus mars ones readin parts people get breast enhancements penis enlargers saturday sinners sunday morning feet father need somethin rely get high types drug really need love get get get get parents sing like john lennon imagine people watch rock like paul mccartney last beatle drop morning woke feelin brand new jumped feelin highs lows soul goals stop smokin stop drinkin ive thinkin ive got reasons get get get get yo yo yo yo yo people cry people try get piece pie love eat get high deceive lie keepin fly people decide keep disguise cant see eyes see evil inside theres people find strong feeble mind stay readin signs yo yo yo people cry people try get piece pie love eat get high deceive lie keepin fly people decide keep disguise cant see eyes see evil inside theres people find strong feeble mind stay readin signs yo yo rise day breaks clouds hide suns rays quick sand mistakes smash walls get fight good fight even bad days darkest light im gonna push turbo charged bars slot cars tracks falling game scars rap wars aint nothing band aids wont cover touring 7d coverage live bands two buses cash budget major label fundings jets baby went crawling walking running cant say nothing gag order hopping audis hurting yall kicks im transporter think never mind aint gotta im already whole word yo mufuckin self nobody else gon ya nobody else every someonell offer ya help aint nothing til really see tryna something aint bluffing kush puffing jive turkeys stuffing stockings gifts audible applaudables homie take wiff rise day breaks clouds hide suns rays quick sand mistakes smash walls get fight good fight even bad days darkest light im gonna push man action whats expected nothing spoken producer never got time excuses gotta go beyond flow tom foolery smoke pork rappers fast call charcuterie beautifully exude vibe thats free ambiguity ya goonery sake goonery cartoons coonery lunacy lets make plain way hang attached tree moon talk sea speak body language fluently makes rain im fire always try douse reason make rain cause diamonds cloudy see mile away get overcast old people feel bones invade home like broke glass let fighting freedom like people tunisia spread sudan egypt music movement score achievements never join em gotta beat em carpe diem hey yeah rise day breaks clouds hide suns rays quick sand mistakes smash walls get fight good fight even bad days darkest light im gonna push like kindergarteners visions bothered vigilantes harbor street corners try hardest harvest bundles weed ya starvingll speed ya stampede ya impede pockets pee ya dreams us living lavish fabrics fine linens spending established women dining laughing environment got us violent ready crash society take driver seat hope fastened seatbelts twice rolled dice crapped many times build casinos scratch many daps might receive things achieve relax thats mental say physicals detached im shit like fuck government im higher rankings wheres mothership made covenant changing luck quite disgusting reality tainted fuck left face like planking cold world old girl homeboy got motive bench curl tribulations sensations insulting got wifey mistress nigga one indulging regardless pick know lifes bitch aint focused nigga im focused rise day breaks clouds hide suns rays quick sand mistakes smash walls get fight good fight even bad days darkest light im gonna push another night slips away words say words say words another night slips away words say words say words ms hill got skills thats gift real get ill spit got power uplift heel wish could talk lauryn mean excuse ms hill let know much love real industry beating demons started eating need savior thatll bleed cup yup used kick salad days look like aint know see nowadays nod nod back thats stay songs still better anything hot power play remember accused saying album without help went rome sing tell pope left fugees started rolling marleys got back crew dave chapelles block party made songs zion trying faithful took black star tour europe grateful speaking im sure could speak dante got watch show nina simone harry belafonte used chill nkiru moms customer used love buy books octavia butler parable sower main characters name lauren album black girls self esteem important got concerned got sick road aint healthy im brother wish could pick load another night slips away words say words say words another night slips away words say words say words ms hill got skills thats gift real get ill spit got power uplift heel got assistant phone need talk lauryn wanna walk storm could umbrella rain pouring please disrespect whoever man though relationship strictly music like dangelo know hate babylon wanna see fall wont let read poem bet awards give us hope give us faith one dont like got say still beg come whoa thats powerful sis black power get money keep eyes final hour aint saying christ would sacrilegious right blow nice sisters raps vicious raps sisters recite black fist devils last wish queen rise past bitches used read francis crest anything third world press impressed power word suggest hatched ideas heads like birds nest gave birth new sound like donda west yes saying mic might well let one day might gone write song hope feel much love play cause really aint got words say yo another night slips away words say words say words another night slips away words say words say words ms hill got skills thats gift real get ill spit got power uplift heel history happening every day yall right everyday right good morning vietnam listen brooklyn wins stuy bush niggas ta kweli mighty def dot guest lock kanye youre dopeman hip hop lets rock roll niggas hometown niggas get good hood slow niggas watch speed though mind pedal ease screech collision course walls dont move dont pray dont lose dont sleep life passing light flashing life happens fast part done black hands prayer black guns fear dying wish touch air seekin heaven wasnt eyes see another year another day fight different round sound bell mix victory live beatll get risen youre knocked get back get get queer street get us get clear heart people top jeep gut street soul mic essence absence feel presence exactly make contact short mc mine dont get get free thats ready get nigga sold coke nigga pushed lah carried four five claimed ready die promised never cry held inside reality much take kept mind fried slept mine soon closed eyes woke behind thinking either load nines blow rhymes cause flow mine like blow lines coca folks think hov wrote stuff rhyme nah im poster happens seeing moms five dollars worth work get dime pardon disposition listen system never listened picture working mcdonalds id rather pull mac sorry ms jackson im packin bye yeah somethin nina simone piano flow like michelangelo painted portrait maya angelou gave sick poet antidote music get ya choked tree rope chi nigga im mr fuck map lets put bitch almanac dice hittin lacs sittin tracks spittin rap til get dont let nobody power sign ever tell aint got power rhyme used tell toughen put bass voice used tell lighten put mase voice lord willin aint killed nobody feelin album im gonna make killin shilling love hate music least made music didnt make industry gon interesting thisll end im finna entity kanye jay z mos def kweli makin songs makin history morning woke feelin brand new jumped feelin highs lows soul goals stop smokin stop drinkin thinkin got reasons get get get get get get buh buh buh bye bye keep gangsta say fo shizzle fo sheezy desensitized violence tv war killin easy pourin liquor fallen niggas believe ghetto libation seen get people get fly people get high fillin cigars lah nigga come even jesus stoned receivin throne send rest peace nina simone back days used doin shit cant call streets hustlin fiends asked guess used standin corners waitin paper bags bundles crack hopin week good could get money back stressed possessed side strength made angry bleed frustration havin smokin newports weed times try rely niggas street mothafuckas reach wifey place call mother ayo mom pick phone gotta talk five percent instead actin stupid guessin go study lessons know math building session morning woke feelin brand new jumped feelin highs lows soul goals stop smokin stop drinkin thinkin got reasons get get get get people try people try get piece pie love eat get high deceive lie keepin fly yo yo yo yo yo people decice keep disguise cant see eyes see evil inside best people find stronger people mind stay readin signs dont wanna waste time baby wanna make come comfortable baby come darling come baby dont wanna waste second girl wanna make come dance come talk come darling come baby far away need feel ive got somethin tell come real quick ive done dirt past know love hurts ill come ladys got come first tell hesitation theres trust issues get excited ignite highly combustible higher vibration thats fuck left provide comfortable huxtable whole style colder minnesota love profile way look shoulders crib im hopin come like common mary come closer like barack michelle give fist bump black magical act radical fist til rockin bells like hip hop promise im gonna tell keep lips locked dont wanna waste time baby wanna make come comfortable baby come darling come baby dont wanna waste second girl wanna make come dance come talk come darling come baby like spike lee movie im movin across floor feelin love music im using like lure love beauty allure make come like ocean approaching like sure rockefeller center like diego lobby valuable scream salvador dali popular thieves wanna thomas crown try steal attention soon im around last bird probably flew coop blastin outkast last words ooh dee whoo dont know describe youre beautiful je ne sais quoi say voulez vous pardon french tongue kissin ill make come hither til dancin wolves see run im dumb twisted rum liquor fix composition give proposition consider dont wanna waste time baby wanna make come comfortable baby come darling come baby dont wanna waste second girl wanna make come dance come talk come darling come baby hey hey hey yeah im talkin hey hey hey yeah im talkin simmer simmer simmer simmer simmer simmer simmer simmer simmer simmer black madonna sow seeds like farmer manage serving long sentences commas write poetry honor body like sauna promise gettin closer sun gettin hotter earth thats emphatically yes still call bad bitch breath respect naturally blessed lady chatterly fresh tatted flesh aint gotta ask stare thats yes dont wanna waste time baby wanna make come comfortable baby come darling come baby dont wanna waste second girl wanna make come dance come talk come darling come baby know theres first time everything first time let bed got wetter perfect storm weathering together first time ive ever considered wedding rings first things first yo met bar rolling three wise men like followed star shorty bi coastal thick like bifocals stacked like 2pac vocals body loco jewel nile im romancing stone rhythm words watched dance poems way move hips let know advance grown pictured like paris hilton answered phone yo dancing alone extra fly got good look catch eye gave rest try give best try leave nest ill fly make testify damn baby know got haters dont care people say long okay never love see used player new aint im used seeing never love running back kid like home base marathon let set pace space beautiful struggle baby tell whats gonna take prove love im gone missing let know prayers music god listening dont get confused im trying get religious never thought feel like like miracle stole heart like crook love crossing bridge brooklyn love took clear skies thats surrounding earth love drugs im serve lets deal yo go spot still get low get excited fast still love hit slow till walls come tumbling like jericho hear sound stereo go dont care people say long okay never love see used player new aint im used seeing never love looked good tried write song use guy always made cry im gone always kept stable never spent night alone cable hard line phone im never home scared commitment ready forever roam war like sister souljah welcome terror dome head strong connection proved haters dead wrong rip proceeds name headstone leave five minutes dudes try dive first want spit name tarnish image tell dont care speaking already know made clear leaving feels beautiful put rhyme feel musical plus aint groupie ho sitting studio though something know know got haters dont care people say long okay never love see used player new aint im used seeing never love know got haters dont care people say long okay never love see used player new aint im used seeing never love know got haters dont care people say long okay never love see used player new aint im used seeing never love nothing lose chains say shit loud motherfuckers outside hear duty fight freedom duty win must love support nothing lose nothing lose nothing lose chains send one mothers fathers sisters brothers us us us send one mothers fathers sisters brothers us us us happening us yeah struggle strain strain dominant name prominent entertainment thats laced consciousness really common sense like lonnie lynn dont need binoculars see light coming dome like oculus common myth savages history accomplishments knowledge job us considering prediction economists machines jobs us future working class ominous got us indoctrinated bitchs brew religion mixed abuse emotional sit pews physical get noose hang refusing name refuse change talk past doesnt ring bell make hate take effort check method theyll take family kids never respect ya attach sins black skin get message start acting cracking whip better oppressor yes every problem cant solved ballot box unifying africa like gaddafi thats got malcolm shot stop anybody knowledge figured plot balcony like martin luther king mountaintop blue wall silence really blue wall violence good cops retire get fired screaming black black excuse care til cops roll swat gear tarried turbulent month ramadan sweating night like holy prophet reappeared stage bk ummah shoulder shoulder j cole kweli jehovah god crowned king goldie locket alhamdulillah weve come really far aint little engine could could power car cant mothers chiraq say murders getting burdensome cries despised heard flying ferguson last days times holy quran bible last page line verse babies dying outside matrix inside spaceship saviors blind seems years noah told would row upstream heavens bursted rains came retaliation sons fathers worked chain gangs hit shmoney dance coffin crooked cop worldstar society look watch intervention policemen beating elderly women evil intentions highways byways police state sprayed backstreet driveways officer friendly enemy looking sideways shit bad week ago view sad peep ago cries asiatic ancient semitic peoples propel jay elec pedestal steeple mothers fathers sisters brothers us us us send one mothers fathers sisters brothers us us us happening us mothers fathers sisters brothers us us us send one mothers fathers sisters brothers us us us happening us weve got live live end weve got live live end weve got live live end left yes welcome wonderful sounds talib kweli left low ladies got mood interlude raw like nude hope aint considered rude lets stop talking cause feelin like interview know youre let get im always mood laughing loving rapping fucking passing dutch relaxing puffing hitting ducking ripping production kittens aint muffins stuff em oven words dripping tongue like wax candle wick ill way lay rap cant handle cats sappy like romantic flicks dude get clue like colonel mustard study candlestick holding hands dudes like going steady one glimpse know ready already know slipped note like ready go make getaway plan head door lets go wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight messin mo whole mood told oh lose eat crews like soul food producer feel like fuck rappers backpacker chip like hackers michael richardson much blacker say nigga ima say ritz carlton dress like fresh like like im shit ugh aint figured im yet always rockin aint yet aint bout city niggas plug like outlets far music go yo aint outlets go niggas always get studio aint mood flow im girl im tryin hit movies yo tryna act stupid oh club silicon suzie happened real girls like rudy real titties like tootie girl got silicon booty got nerve act moody aint tryna judge like judy bitch man cant fool act like 50 throw pool g wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight break uh ah ah uh uh uh ah ah ah uh uh uh ah yeah nn wha nn wha bringin drum keep funky like stink slum cause see wanna breed cursing things dont come speakers wrong rap dudes speakin tongues christmastime choice keepin guns smokin piff cause leak lungs aint got shit like friday weekend begun completely done rap dudes dont compete dumb spill blood people see deep run im mood like donte main flow never comin flow got change yo strange yo make yo chain glow thats yo main goal thats facade like im somewhere rainbow really cats sweeter mangoes mr bojangles ass dudes dancin around club doin tango go hard like iverson playin hurt ankles plus wrestle topic different kurt angle wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight wear night like cloak cause move stars navigate truly bizarre kids stay true life mood right gon tonight wow thats nice track ayo fed whassup bro whassup know whats man im trying get paid full check right since javotti label im talking def beat right think turn got man thinking master plan theres nothing cash inside hand wanna dig pocket prophet heaven sent dig deeper know represent represent yeah money bitches sisters go everything bandz make dance im forever like wedding ring far hate jealousy cheddar bring trying get away 85ers like evelyn ride got em leaking like nene got em leaking like wiki monkeys biting like hickeys cause theyre seeing im filling confusion cutting like truant im fluent like student romance languages diamonds hang us meal decorated garnishes like wages cribs outrageous like really joke girl dreams coming smoke loud turn loud turn loud turn loud turn loud drop stop soap operas soap boxes turnt turnt turnt people feel heat speaker sound darken features run like zebra move speed cheetahs im brooklyn heat size two litre aint asking followers im looking new leaders hard consuming bullshit feed us intravenous like cord womb fetus hard since started reading alliteration literally littered dna swimming semen every time bust babies begin born talk turns tough til toasters thats tucked get drawn like picture picture perfect painting police profiling people peacefully praying lay law like leaders lazy lollygagging grind getting guap guess green new black meet bar throwing back hopped car know blew loud ayo drink good smoke good cats wearing funny hats like pope would come looking quite clean loafers hood might scheme good crook gosling notebook got birds wire like know wood still rep pocs like im supposed coming live death row like know suge rhymes like laser beam focused im ring lean need foam cup aint lying bare teeth ferocious maybe im lying bare feet ocean beach fall asleep im floating beat unique like potion love music im complete devotion im complete devotion mama said life would hard growing days black girl scarred every way still youve come far know name dont know pain please hold heads high dont ashamed know carry forth till day die know name dont know pain black girl people love poet thug victory slaughter mother daughter promise ill always love ya love kiss hug ya brother looking one another im blessed man yall reason got somebody put hands im getting locked im playing thats prayer im saying diani die shell protected amani thats bigger brother love way love girly girl love imitate mother gemini stay friendly side shell put look like somebody friend died pretty black princess smell sweet like incense buy bookstore supporting black business teach black fact parents thorough four reading cornrows camille yarborough keep hair braided bought black barbie keep mind free aint black zombie aisha kashera khadijah scared look mirror see picture clearer stain frame got black girl name living black girl pain makeba mamacita whats really good ill promise keeper see picture clearer stain frame got black girl name live black girl pain mama said life would hard growing days black girl scarred every way still weve come far know name dont know pain please hold heads high dont ashamed know carry forth till day die cause know name dont know pain black girl beatrice bertha benjamin gave birth tsidi azeeda lavender hill khayelitsha athlone mitchells plain swazi girls im repping thee manenberg gugulethu youd blessed get beauty shining like sun highest noon top cable car table mountain girls skyest blue eyes darkest skin cape coloured realizing african cousins back home strength mommys backbone length went raising sacrificing pain reflecting range complexions rubber pellet scars auntie elnas back march fist raised caramel shining glory mauritius st helena blood million stories winnie joan eadie norma leslie ndidi auntie betty melanie family fiona jo burg complex mixed girls surviving every lie put us worlds swear stand focused black girls raise hands world clap us mama said life would hard growing days black girl scarred every way still weve come far know name dont know pain please hold heads high dont ashamed know carry forth till day die cause know name dont know pain black girl momma said theyll days like +yasiin bey,bucka bucka bucka bucka bucka bucka haha know deal yo beats su primo people negroes latinos even gringos yo check 1 charlie hustle 2 steady rock 3 forth coming live future shock 5 dimensions 6 senses 7 firmaments heaven hell 8 million stories tell 9 planets faithfully keepin orbit probable 10th universe expands length body text possess extra strength power lift powerless towering inferno ink hot burn journal im blacker midnight broadway myrtle hip hop passed tall social hurdles like nationwide projects prison industry complex working class poor better keep alarm set streets loud ever hear freedom ring say evacuate sleep dangerous dream ch ching cats get cha pow dead killing fields need blood graze cash cow numbers game shit dont add somehow like got 16 32 bars rock 15 profits ever see pockets like 69 billion last 20 years spent national defense folks still live fear like nearly half americas largest cities one quarter black thats gave ricky ross crack 16 ounces pound 20 key 5 minute sentence hearing youre longer free 40 americans cell phone hear everything say aint home guess michael jackson right alone rock hardhat black cause terrordome full hard niggas large niggas dice tumblers young teens prison greens facing life numbers crack mothers crack babies aids patients young bloods cant spell could rock playstation new math whipping motherfuckers ass want know rhyme better learn add mathematics mighty mos def simple mathematics check revolve around science talking mighty mos def simple mathematics check revolve around science talking math math 1 2 3 4 talking yo 1 universal law 2 sides every story 3 strikes biddin life mandatory 4 mcs murdered last 4 years aint trying 5th millennium yo 6 million ways die 7 deadly thrills 8 year olds getting found 9mils 10 pm seeds whats deal hill pumping krills keep bellies filled light ass heavy steel sights pretty shit life young soldiers trying earn next stripe average minimum wage 515 best believe youve got find new grind get cream white unemployment rate nearly triple black front liners got gun back bubbling crack jewel theft robbery combat poverty end global jail economy stiffer stipulations attached sentence budget cutbacks increased police presence even get prison still livin join 5 million state supervision business faces lines statistics phone zip code ssi digits system break man child women figures 2 columns aint niggas numbers hard real never feelings push hard even numbers got limits one straw break camels back heres secret million straws underneath mathematics mighty mos def simple mathematics check revolve around science talking mighty mos def simple mathematics check revolve around science talking math math 1 2 3 4 talking know cant afford stop one moment soon forget know cant afford stop one moment soon forget man duke love girl duke tore dog im telling man shit wild man real shes let tell came type game type girl giving fake cell phone name big fame like cats big things jewels chipped money clip phone flip six range seen ave spotted ass fat could see front spot like paparazzi shot glance catwoman stance fat booty pants hot damn whats name love came neck wrist laced little make swims reebok gym tone frame sugar spice thing made tried play low key couldnt keep asked dance like yo im leaving hour later sounds jamaica shes sipping cris straight skanking winding waist scene 2 fams throwing jam fareed stand big things plans brother big mu makes space move ayo man mos baby let introduce turned around pretty bird priorly observed trying play herb shocked hell couldnt get together played along pretended never met feeling oh im fine name mos im sharice heard much good nice finally meet moved booth reserved crew especially honey love ended sitting directly next im type polite im looking skeptically cause baby girl got right weaponry designer fabric shoes accessories chinky eyes sweet voice fucking mentally conversated made laugh yeah know bro even though know steelo wild sweet yo im bout murk say peace family hop like gon leave dance know cant afford stop one moment soon forget know cant afford stop one moment soon forget blew whole head duke like word played low though like yeah aight come lets go niggas mad niggas sick tell yo honey blazing yo looked like jayne kennedy word bond mother man ill man take dance floor start whispering yo let apologize night know wasnt right baby know like brothers dont coming right understand im feeling besides dance aint really original laughed traced arms across shoulder blades playing lovers rock got folded fingers waist heating blood like arizona summer song finished whispered honey lets exchange numbers scene 3 weeks dating late night conversation crib heart racing trying cool patient touched eyelids room fell silent walked away smiling singing gregory isaacs like dont dont showing tan line tattoo playing sade sweetest taboo burning candles plans got cancelled man smashed like idaho potato call jo come cant say ginseng tree trunks rocking p funk cocking knees champion lover ease three months call feel im running fever six months im telling desperately need nine months flu like symptoms shorty around need knock im really trying lock midnight hook go burn stoge let know sweetheart got telling commitment something cant manage wake next morning gone like magic ahh damn shit harrison ford frantic 911s unanswered fly taurus enchantress next week mu hit saw sharice kittie club banging ass asian playing lay lick peace peace peace peace peace peace peace power uh madlib erator def operator rock data amazin flavor yo way feel sometimes hard sit still things passionate times real sometimes try chill mellow blowin smoke smile face really joke feel street people breathe without hope goin motion dimmin focus focus get cleared light turn sharp eyes go teary mind grow weary speak clearly sometimes yall dont hear push past bass know nations gotta feel feel bones black im wide awake im hardly ever sleep flow forever deep volumes scriptures breathe beat presence speak volumes say word im everywhere penthouse pavement curb cradle grave tall cathedral cell universal ghetto life holla black know well quiet storm vital form pen pushed right across mind vital force high level right across soul lions roar voice siren swing round ring bring tyrant shocked small act could knock giant lopsided world dangerous theres need fightin suckas tryin hide like struggle wont find em sun bust clouds clearly remind em everywhere penthouse pavement curb cradle grave tall cathedral cell universal ghetto life holla black know well know know know yall know ecstatic know know know yall know dont know know know know yall know dont know ecstatic peace power fantastic original always time rockin ya mind sit come relax riddle mac patch im soldier middle iraq well say noon ish comin whip lookin curious young iraqi kid carryin laundry whats wrong g hungry gimme oil get country arabian barkin stuff til moms come grab walk rush distrust feelin like ive pissed upon wound im like surely hope fix differences soon buyin apples im breakin take everythin take damn food black bastard dont understand another planet 15 months stuff im gonna manage increasin sentiment gentlemen gettin middle eastern instruments realized trapped crap walk kicked one fabulous raps arab jaw drop well wish glad rap kid considered like elvis baghdad omar men two faces one laughs one cries ali sent omar yeah know know know yall know ecstatic know know know yall know dont know know know know yall know know say one treble two time come yall lets rock say one treble two time come speech hammer bang world shape let fall restlessness nemesis hard really chill sit still committed page write rhyme sometimes wont finish days scrutinize literature large miniature mathematically add minister subtract wack selector wheel back im feeling core perimeter black know motto stay fluid even staccato full blooded full throttle breathe deep inside drum hollow theres hum young man brooklyn number one native son speaking native tongue got eyes tomorrow still tryin find im ave lives dies violently silently shine vibrantly eyes squint catch glimpse embrace bass dark ink fingertips used speak kings en ga lish caught rash lips chat like dis long range base line move like apparition low ground ammunition move gate voice cued tape putting food plate many crews relate choosing fate went picking cotton chain gang line chopping bopping hip hopping blues people got blue chip stock option invisible man got whole world watching im high low east west map im getting big props thing called hip hop either get paid get shot product stock fair weather friends flock chart position drop phone calls chill minute lets see else hot snatch shelf spot dont gas akh industry better built cell block long way shell tops bells l rocked emotion put harder rock hip hop prosecution evidence court settlement ad space liquor sick without benefits luxury tenements choking skyline low life getting tree top high back water remedy bitter tender memory class e felony facing death penalty stimulant sedative original repetitive violently competitive school unaccredited break beats get broken time inappropriate hip hop went selling crack smoking medicine loneliness remind thelonius dizzy propers b boys getting busy war time snap shot working mans jack pot two dollar snack box sold beneath crack spot olympic sponsor black glock gold medalist back shot sovereign state nots farmers trouble cash crops city like phase 2 hip hop simply amaze praise pay whatever say black cant save dont wanna write wanna tell feel right dont wanna take time write wanna tell feel right hey tomorrow may never come life promised tomorrow may never show life promised aint perfect man im trying best aint perfect man im trying best put heart soul song hope feel wherever mean sincerely tomorrow may never come life promised tomorrow may never appear better hold moment close close close close dont afraid let shine umi said shine light world shine light world see abi said shine light world shine light world see umi said shine light world shine light world see abi said shine light world shine light world see sometimes get discouraged look around things weak people weak sometimes sometimes feel like crying sometimes heart gets heavy sometimes want leave fly away sometimes dont know passion takes feel like man going insane losing brain trying maintain thang put heart soul yall hope feel wherever sometimes dont want bothered sometimes want quiet life babies lady sometimes dont want get war sometimes dont wanna soldier sometimes wanna man umi said shine light world shine light world see abi said shine light world shine light world see jiddo said shine light world shine light world see elders said shine light world shine light world see want black people free free free people free free free black people free free free black people free thats matters thats matters thats matters thats matters thats matters thats matters black people unite lets get gotta gotta love peace understanding one god one light one man one voice one mic black people unite come right black people unite come right black people unite come get gotta love peace understanding one god one voice one life one man gon shine light black people unite hop right black people unite come right yeah baby thats like yeah baby thats like black people people black people people people people yeah yo yo time plane leavin alright see airport im leaving jet plane dont know ill back kiss smile tell youll wait hold like know ill never go even though know im travelling man moving places space time got lotta things got god willing im coming back baby boo im travelling man moving places space time got lotta things got god willing im coming back baby boo im leaving well go head leave call heard around world wives mcs cats payin half pound garment bagll snatch aint got skate probably run back town scenarios like tear jerkers modern mc ie blue collar worker cause thing called rhymin different coal minin assignments unearth diamond start climbin start shinin strugglin strivin think prime timin maintain keep silent make note observation confrontation daily operation concentration stay focused recitation bout reach destination pause hesitation baby make preparation cause aint recreation pro ball lettin know yall show yall dough yall get phone call im ready blow yall bout go yall pleasure know yall im lettin know im leaving jet plane dont know ill back kiss smile tell youll wait hold like know ill never go even though know im travelling man moving places space time gotta lotta things got inshallah im coming back baby boo im travelling man moving places space time got lotta things got inshallah im coming back baby boo im leaving god willing ill back home drop heavy ass bags back bone around world catalogue rap songs baby girl walkin away long havent well least thats seem hometown like whole different scenery old timers stoop leanin leisurely new jacks parks smokin greenery easily taken granted sweet scented minute move around city limits break em vintage inovinin classical b boy image collect winnings cause reason came thing game fortune fame new york cackalacks cali cadillacs chicago know innovate infiltrate virginia state dc make stimulate philly know penetrate georgia make us generate lets set date get papes celebrate jams foreign lands even mans japan know mina san make everybody nippon say ichiban god man mo get phenomenon scuse thats phone call show yall trying get dough yall bout blow yall pleasure know yall im lettin know im leaving jet plane dont know ill back kiss smile tell youll wait hold like know ill never go even though know im travelling man moving places space time got lotta things got inshallah im coming back baby boo im travelling man moving places space time got lotta things got god willing im coming back back back im leaving ill back im leaving ill back world go dc world go va world go cakalacks world go london world go japan go world go paris go world go shake money maker shake money maker shake money maker move money maker move money maker bismillah ir rahman ir raheem hear ladies gentlemen im happy came ooh oooh whee brooklyn ha ha get every time got oh shout crew east west north south continent europe abroad international bring bring bring bring lot things goin yall 21st century comin 20th century almost done lot things changed lot things mainly us gon get together right believe listen people askin time yo mos whats gettin ready happen hip hop tell em know whats gonna happen hip hop whatevers happening us smoked hip hop gonna smoked doin alright hip hop gonna doin alright people talk hip hop like giant livin hillside comin visit townspeople hip hop everybody hip hop hip hop going going next time ask hip hop going ask going till get clear idea hip hop people hip hop wont get better people get better people get better well understanding people get better start understand valuable valuable got whole lot money cause somebody think sexy valuable cause created god god makes valuable whether recognize value one thing got lot societies governments tryin god wishing god wanna create satellites cameras everywhere make think got seeing eye eh guess last poets wasnt far said certain people got god complex believe true dont get phased none none helicopters tv screens newscasters satellite dishes wishing cant really never tell fear law tell try fret heart behind things think mind say im saying check world hearts pound rhythm fear men men must die mind matter soul flesh angels hold pen keep record time passing running like caravan trader world overrun wealthy wicked god sufficient disposing affairs gunmen stockholders try merit fear god sufficient plans prepared mos def flesh right place called earth holding square bout yall yall fair bounce come bounce b b bounce b bounce b bounce bounce step two three step two three step two two three one two three four one two three four world hearts pound rhythm fear men men must die mind matter soul flesh angels hold pen keep record time passing running like caravan trader world overrun wealthy wicked god sufficient disposing affairs gunmen stockholders try merit fear god sufficient plans prepared mos def flesh right place called earth holding square bout represent whole atmosphere bout represent whole atmosphere atmosphere atmosphere oh ooh brooklyn yeah one treble two bass welcome great incredible paper chase keep boots laced wanna keep pace oh niggas aint scared hustle 7 days clothes ask originals cause know mos def nate dogg pharoahe step away mic cold funk might fracture nose say name say name observe stake claim independently lay played game two raise flame cause dickridin aint thang earned said wouldnt got way said couldnt im gettin whole grill crooked mad cause im gettin caked bookings yall askin permission stepped took kids better buy rookie card cause year price aint comin got joint bubblin get money cause minute theres gonna real trouble comin warnin usual cats wont heed hard headed always gotta feel believe shame jealous gaze short see face hit cement nod agreement could play nice decent dirty like 7 1 precinct call day make long evenin keep schemin man gimme reason women mamas church screamin lord jesus harder yall cause im smarter yall know deep gotta botherin yall pay attention watch flaco get larger yall pour pride rocks make swallow mathematic problem yall get harder solve every day saga evolve die stay rumblin bumblin hard move aint got discussion east coasts neck aint shruggin try bullyfoot end stumblin im daddy brooklyn yall niggas sons new york gettin spanked theres much trouble talk respect mine oh look let back long beach brooklyn know rock east west coast queens salute pharoahe step away mic cold funk might fracture nose contagious raps trapped cages stages wackness pharoahes raps blazin amazes claim thug go two ways without skytel pagers im intellectual pass essayseses motorcade police parades east la beef delis thus vent lust vent irrele huh hallelujah pharoahe monchll ya maintain frame mind screw ya get picture sit ya seat ya greet ya scriptures im equipped rip ya reach ya pharoahe mos verbal osmosis coast coast boast explosive ferocious lyrical prognosis dosage leavin mentally unfocused mcs come round youre next contestants catch beat dont hesitant sound cracks sediment evident medicine whole town skys limit games infinite im windows tinted seein im rap got lock man stop put mic back boy drop pharoahes flows blows shows like afros hate yall though thats nate dogg go oh niggas aint scared hustle 7 days clothes ask originals cause know mos def nate dogg pharoahe step away mic cold funk might fracture nose oh niggas aint scared hustle 7 days clothes ask originals cause know mos def nate dogg pharoahe step away mic cold funk might fracture nose oh look let back long beach brooklyn know rock east west coast queens salute pharoahe step away mic cold funk might fracture nose say ho everybody say ho way yo said take slow like way back day yo way yo everybody say ho everybody say hooooo hooo everybody say ho check cat eating town make whole dining room turn head round mr nigga nigga nigga got speakers trunk bass crunk riding highrise elevator tenants prayin aint new neighbor mr nigga nigga nigga try play like chump cause got want thirty years old already hes pro designer trousers slung low cause pockets stay swoll could afford get anywhere go vip club backstage show best crib best clothes hottest whips road neck wrists froze checks os ohs straight across globe watch got three time zones keep digital phone dome two assistants two bank accounts two homes one problem even os check po po stop show respect problem officer damn straight called race motivate jake give chase say want successful aint case living large skin dark flash light face cat dining town maitred wanna take whole year sit mr nigga nigga nigga got speakers trunk bass crunk cat armani buying wears tourists asking work mr nigga nigga nigga nigga nigga yo abstract mighty mos def white folks gotta mumble chorus beneath breath theyll say loud get close associates friends know sneak friends job happy hour bar song car even theyve never said lips stay sealed actions reveal hearts really feel like late night im first class flight brother sight flight attendant catch fright sit seat 2c approach officially talking excuse lips curl tight space cause dont believe im right place showed boarding pass sort gasped embarrassed put extra lime water glass hour later come walkin past hate pest son would love autograph stay nigga patrol american roads travel abroad got world nigga law folks get plane go please go seas get seized london heathrow people think illegals synonym negro far away places customs agents flagrant think dark faces smuggle weight cases bags inspected arrested attention directed contents intestines urinalyis followed x rays interrogated detained til damn near next day evidence apology regard even big american rap star us especially us especially mr nigga vip jail cell got shoe polish painted face say want successful make stressful start keeping pace start changing tempo cat riding town state trooper wanna stop ride pat mr nigga nigga nigga got speakers trunk bass crunk cat hundred dollar bill gotta send lab make sure shit real mr nigga nigga nigga nigga nigga nigga laugh criticize michael jackson wanna woody allen molested married step daughter press kicking dirt michaels name show woody soon yi playoff game sit back bug think would get type dap name woody black oj found innocent jury peers fucking nigga last five years fair equal right shit defendant face white white boys well success start well suspect dont hate folks poor got money americas five centuries deep cotton money see lot brothers caked yo straight new yall livin slave traders paper im live though yo im live though im puttin big swing kids yo got mom fat water front crib yo im get pretty bay windows im cop nice home provide safe environment seeds reside fresh whip whole family ride im still mr nigga wont find suprisin hey hey ha ha say say ha ha bust yo sometimes feel like dont partner sometimes feel like friend city live beautiful brooklyn long live believe im fire hey cause b r k l n place stay b r k best world usa b r k l n place stay b r k place rest born day bust sometimes sit back reflect watch world go thought connect think time past time come reminisce bed stuy spry young used try come neighborhood function throw izod say little something youngin days thuggin charlie chims yo im bugging fast forward nine gotta team seed must proceed gods speed perform deed livin space time round nine five long im alive paw got strive aint sittin roadside aint part plan im fam doin love city sweet gritty inland outskirts nickname bucktown cause prone outburst philosophy redefine us touch mines touch back walk streets like sweet get beat like drum tracks catch shakes jakes bust back bring marty face wit place run back im slums created bass thump back aint game clown play ya james brown jump back want jack young cats stash jums draw guns back momma screams sons tryin hunt recurring dream high stakes fourth largest first hardest brooklyn place settled dutch many years ago three billion strong go good morninnnnnnnnngg vietnam yo sometimes sit back reflect place live unlike place ever home big gats deep dish hammer rim caps mishap push wig back go get fresh trim fulton jay got timb rack blue collars metro carding thugs mobbing form partnership increase armament street pharmacist deep consequence seek sleek ornaments get caught rode white horse cant get big dogs trick get sent shoebox stash seeds gotta live real yo still yo love felt anybody come towners take train plane bus must something really want one year resident deeper sentiment shout go brooklyn representing sitting front stoop sipping guinnesss using native dialect sentences tree line blocks tenements mom pop local shop businesses travel around world great distances aint place know bear resemblance thats call planet borough province style thats uncommon sumner tompkins lafayette gardens wyckoff gowanus army jacket linings yo goes cats coney isle friday night front himalaya going wild goes crown heights smurv village 90s yarda trini browns village parkside tennis courts thirties forties fifties cats starrett city getting busy hook east stuy bushwick canarsie farragut fort greene marcy flatbush posse generals armies time form call let song playin loud long b love bucktown strongly raise brooklyn habitat place happen live sway sharp balance battle axe irons brandished thugs draw hammer back find news two crew cameras fam summertime jam play big get open like sandal back hotter candle wax hustlin cant relax crack babies tryin find mamas handle black big police scandals turn actions screenplays sold miramax type place check appearance cats know hot lo gear stompin grounds find pound smoke blazin john wave cap floatin back doorstep disposessed posted dope fiends franklin ave sellin zovirax big balling better keep money folded back cause young guns notice black brooklyn keep takin worldwide known flossy cats get snatched like local tax place sharpen baritone vocals one greatest mcs local cat +drake,wishin wishin wishin wishin wishin yeah movin calm dont start trouble tryna keep peaceful struggle dont pull 6 cuddle know like lovin dont wanna die miss yes see things wishin hope got brothers outlive gon tell story shit different gods plan gods plan hold back sometimes wont yuh feel good sometimes dont ayy dont finessed weston road ayy nessed might go god yeah wait go hard southside g yeah wait make sure north side eat still bad things lot bad things wishin wishin wishin wishin wishin bad things lot bad things wishin wishin wishin wishin wishin yeah ayy ayy say love tell partly love bed mama im sorry fifty dub even got tatted 81 theyll bring crashers party know turn o2 o3 dog without 40 oli thered magine never met broskies gods plan gods plan cant ayy ayy someone watchin shit close yep close ive since scarlett road ayy road ayy might go god yeah wait go hard southside g ayy wait make sure north side eat yeah still bad things lot bad things wishin wishin wishin wishin wishin yeah yeah bad things lot bad things wishin wishin wishin wishin wishin yeah trap trapmoneybenny shit got feelings gotta real yeah kiki love riding say youll never ever leave beside cause want ya need ya im always kb love riding say youll never ever leave beside cause want ya need ya im always look new really still real swear gotta feel try kill gotta make choices runnin options cause ive goin dont know stoppin get toppin see youve learnin get shoppin spend like earned popped ex deserved thought one jump confirmed trapmoneybenny buy champagne love henny block like jenny know special girl cause know many resha love riding say youll never ever leave beside cause want ya need ya im always jt love riding say youll never ever leave beside cause want ya need ya im always two bad bitches kissin wraith kissin kissin wraith kiss kissin wraith need black card code safe code safe code code safe safe show neck work fuck netflix chill whats net net net worth cause want ya need ya im always yeah yeah yeah yeah bad im always yeah yeah yeah guess whos back im always al black biggy biggy black biggy black blake always got new boy nigga trade kiki love riding say youll never ever leave beside cause want need im always kb love riding say youll never ever leave beside cause want ya skate smoke rap let see bring ass bring ass bring ass back b bring ass bring ass bring ass back shawty say nigga cant hit shawty ima hit hit like cant miss let see clap ass youre one love clap ass clap clap ass bring ass back clap clap clap ass youre one love lets go lets go lets go bring ass back trap trapmoneybenny shit got feelings gotta real yup blaqnmild genius diggin dont even care need photo drake instagram weak fuck im real shit look used call used used yeah used call cell phone late night need love call cell phone late night need love know hotline bling mean one thing know hotline bling mean one thing ever since left city got reputation everybody knows feel left girl got got stressed cause ever since left city started wearing less goin glasses champagne dance floor hangin girls ive never seen used call cell phone late night need love call cell phone late night need love know hotline bling mean one thing know hotline bling mean one thing ever since left city dont get along make feel like wrong going places dont belong ever since left city got exactly asked running pages passport hangin girls ive never seen used call cell phone late night need love call cell phone late night need love know hotline bling mean one thing know hotline bling mean one thing days wonder youre bendin backwards someone else wonder youre rolling backwoods someone else things taught gettin nasty someone else dont need one else dont need nobody else never alone always touching road used always stay home good girl zone yeah right youre someone else used call cell phone late night need love call cell phone late night need love know hotline bling mean one thing know hotline bling mean one thing ever since left city baby like style grips waist front way back way know dont play streets safe never run away even im away oti oti theres never much love go ot pray make back one piece pray pray thats need one dance got hennessy hand one time fore go higher powers taking hold need one dance got hennessy hand one time fore go higher powers taking hold baby like style strength guidance im wishing friends nobody makes ends bust silence know gotta stick soon see text reply dont wanna spend time fighting weve got time thats need one dance got hennessy hand one time fore go higher powers taking hold need one dance got hennessy hand one time fore go higher powers taking hold got pretty girl love long time wine wine love long time oh yeah long time back back back wine back back wine girl back back back wine oh yeah long time back back wine girl tell need know wanna go cause youre ill take slow make lose control oh yeah long time back back wine girl cause youre back back cause youre back back cause youre back back need one dance got hennessy hand one time fore go higher powers taking hold need one dance got hennessy hand one time fore go higher powers taking hold got eyes youre everything see want hot love emotion endlessly cant get left mark want hot love emotion endlessly cause youre good girl know act different around cause youre good girl know know exactly could hold going home hold going home hard things alone hold going home got eyes youre everything see want hot love emotion endlessly cant get left mark want hot love emotion endlessly cause youre good girl know act different around cause youre good girl know know exactly could hold going home hold going home hard things alone hold going home youre girl youre one gave everything loved think theres something baby think theres something baby youre girl youre one gave everything loved think theres something baby think theres something baby cause youre good girl know act different around cause youre good girl know know exactly could oh hold going home hold going home hard things alone hold going home home hold oh oh hol yute hol hol hol hol hol sleepin streets shaky warrior yeah oliver 40 niko shit man 15 fort york shit yknow boi 1da whats poppin yeah yeah runnin 6 woes countin money know goes pray real live forever man pray fakes get exposed want ferrari swerve want bugatti hurt aint rockin jewelry thats purpose niggas want spot dont deserve dont like serious take ive always guess know shakiness man dont time city turned ill take fine find thats find know nigga named johnny bling put finer things job sellin girbaud jeans yellow technomarine kanye dropped polos backpacks man ethan pushin subaru hatchback man im talkin way hashtags runnin 6 woes runnin 6 woes know shit go know shit go know shit go runnin 6 woes know shit go know shit go know shit go dont fuck niggas irrational woah nasty flow top boy shit im international reps got p reign chubby tj winnie woah yeah know shit go might declare holiday soon baka get back road yeah know shit go irrational dont wanna patch wanna mash woah nigga jibba whip ride passenger im way stay im two im three get back woah im turnin nigga thinks money women like 247 thats life took thats shit happened go know runnin 6 running 6 woes know shit go know shit go know shit go runnin 6 woes know shit go know shit go know shit go runnin 6 woes know shit go shell yuh eye nuh big always haffi look yuh know yuh head book dun know de unruly boss dis man bomboclat otha boy nuh like ovo chromatic yuh jus suck yuh mada apology nuh like nuh like neither youth girl say cute diss get execute thats truth ovo unruly woes oh man oh man oh man yeah learned game william wesley never check back back niggas didnt get message back back like im cover lethal weapon back back like im jordan 96 97 woah important pretentious look back might mad gave attention yeah weighin heavy conscience yeah fuck left boy options wanna see niggas go insane gon make step fuckin frame gon make buy bottles charlamagne gon make go fuckin way waited four days nigga yall drove wraith playin ar ab im sure really made yall mad guess gotta make yall rap mean woah cant fool city man know whats second floor tootsies gettin shoulder rubs yall think dont write enough mad cause got midas touch love gotta give world world tour girls tour know gotta thug aint meant told open yeah trigger fingers turn twitter fingers yeah gettin bodied singin nigga im type nigga thatll type niggas shout boss bitches wifin niggas make sure hit prenup tell man ease another one another one still aint shit one got drink going back back yeah going back back got drink going back back yeah im going back back dont wanna hear ever even tell better friends even saying drizzy tell em puttin show sell event oh need better seatin didnt wanna gave every reason point im tryin make dont ever need em seen youd fame would freedom please check em wire earpiece please please let niggas near please think come great one please whos real nigga aint one please somebody stop im talkin boasy gwanin wassy got fest five days shit soon nigga hit stage gon gon ask play shit back back yeah want back back gon ask play shit back back took break views back nigga im really stepping game bitches gotta start paying cant get free randy got everything got everything cannot complain cannot dont even know much really made forgot lot fuck never mind got nigga dont watch cause came thats stay true thats help thats real came thats stay true thats help thats real money mind think js pinky ring dogging hoes need quarantine league dont ball want fame hear shit time said love said baby girl fall line okay made million dinner fork watch switch walked ill nigga alert ill nigga alert need work got work got bitches condo bought shirt cost mercedes benz car note toronto let metal go dick hard make metal detector go sauce dressing givenchy nigga god bless bad bitch crime id arrested got everything got everything cannot complain cannot dont even know much really made forgot lot fuck never mind got nigga dont watch cause came thats stay true thats help thats real came thats stay true thats help thats real touched 86 knew man age 6 even fucked girl used babysit years later crazy shit heard new shit nigga hated damon wayans homie dont play shit get paid lot get paid bit latest shit like greatest hits god damn aint wishing side yall dont fuck us dont fuck yall different side god damn listen everybody cause told youre motherfucking man dont need help cashing checks im bigging chest yall keep talking bout next im big gets swear yall wasting yall breath im light skinned keith sweat ima make last forever turn cause aint done yet look understand im roll like cottonelle made shit im road box office sales im getting paid shit ask please excuse table manners making room table dancers cause judging advances got paid like eight advances god damn got everything got everything cannot complain cannot dont even know much really made forgot lot fuck never mind got nigga dont watch cause came thats stay true thats help thats real came thats stay true thats ho shut fuck got way much mental learn ive im finna didnt still waking like rents due complicated simple got sexy ladies whole benz full hoes im everything everything gentle still take time man guess im old fashioned wearing retro sh thats old fashion nigga see im saying closed caption paint pics see shit good sex need hit keep broad floor year round like season tickets plead fifth drink fifth load nine leave split half smoke half need zip new girl glee shit probably making money shit swear god got 99 problems bitch aint one got 99 problems getting rich aint one like got trust issues im sorry people ive pushed im type bullet proof condom still gotta pull thats aint perfect aint saint worth one thing worth niggas still hating aint working lil bitch oh oh oh think done fucked many women 305 fore end year ill king diamonds 3 times smoking kush section like legalized girl cant always way sometimes like dont really fuck like aint never like took time got shine let eat like taught never loan somebody need right back need shit right back im blessed muhfucka niggas stressed muhfucka niggas getting nervous clutching chests like muhfucka damn thats motherfucker tell truth dont listen cause dont like lied ship wont sail wind wont guide daddy jail talking window like motherfucking drive thru back man niggas rich enough whatever whats minute since kicked youve caught bitches dont get youre star love shouldnt deal id never make feel like cause love love enough us thats trust know us afraid darling give cannot take love yeah needed hear shit hate youre submissive passive aggressive texting feel distance look around peers surround niggas tripping like money makes difference dont make different started realizing couple places could take want get back kid basement want take deeper money pussy vacation influence generation thats lacking patience ive dealing dad speaking lack patience old man getting back basics weve talking bout future time wasted put bottle girl niggas amazing well fuck couple coronas might rolled white paper something hold us even talked couple moments said hash like couple grown ups flower child beautiful child im zone looking like came seventies mother sixty six favorite line hit fuck wants seventy alone dont even know want love anymore search something im missing disappear im bored girl qualities looking settling better boy huh love love enough us thats trust know us afraid darling give cannot take love uh thinking bout texas back porscha used work treasures back houston leverage got summer michael kors mommas debit weak attempt flexing ill never forget cause night played three songs got talking bout something disagreed start telling ill never big trey songz boy wrong negative energy feed therapeutic blowing money galleria beverly center macys discovered bria landmarks muses inspired music could tell sincere without tryna prove one needed courtney hooters peachtree ive always feeling like piece complete engaged married whats rush commitment know going shit name couple isnt remember talk parking lot ritz girl felt like planned guess fucked vision learning true consequences selfish decisions find im living hope im forgiven seem like dont want love anymore im acting open hard ignore girl qualities looking settling better boy huh love love enough us thats trust know us afraid darling give cannot take love baka aka nice time g east side ting scarborough ting time g di ting dem time g dont know whats wrong little wasteman eh yall need know ive long look like look got fake people showin fake love straight face straight face ive long look like look got fake people showin fake love straight face straight face somethin aint right talkin somethin aint right talkin look like hidin problems really never solid cant son wont never get run shit look reach reach back like one three like one three yeah thats smile face whole time wanna take place whole time wanna take place whole time wanna take place yeah know wanna take place tell love fake dont trust word say wanna clique mistakes look face ive long look like look got fake people showin fake love straight face straight face ive long look like look got fake people showin fake love straight face straight face yeah straight face tryna play safe vibe switch like night day see like right away came changed caught whole play since things never thats smile face whole time wanna take place whole time wanna take place whole time wanna take place yeah know wanna take place tell love fake dont trust word say wanna clique mistakes look face ive long look like look got fake people showin fake love straight face straight face ive long look like look got fake people showin fake love straight face straight face skrrt chune headtop watch speak name know +dababy,woo woo pull like pull baby pull pull pull lets go brand new lamborghini fuck cop car pistol hip like im cop ever met real nigga rockstar aint guitar bitch glock glock told promise gon squeeze better let go day need soon nigga get bustin aint enough go get chop safe say earned aint nigga gave nothin im ready hop nigga get bustin know heard say play lay dont make push button full pain dropped enough tears fill fuckin bucket goin buckets bought chopper got big drum hold hundred aint goin nothin im ready air niggas see em runnin talked mama hit facetime check brother im really baby know youngest son always guaranteed get money know baby boy always guaranteed get loot know know fore run nigga ima pull shoot ptsd im always waking cold sweats like got flu daughter g saw kill nigga front age two ill kill another nigga fore let another nigga somethin long know dont let nobody tell different daddy love lets go brand new lamborghini fuck cop car pistol hip like im cop ever met real nigga rockstar aint guitar bitch glock glock told promise gon squeeze better let go day need soon nigga get bustin aint enough go get chop keep glocky ride suburban cause codeine young nigga swervin got mop watch wash em like detergent im ballin thats diamonds jersey slide opps side flip block back yeah yeah junior popped left lopsided yeah yeah spin block got rebound dennis rodman fool one time cant cross twelve hundred horsepower get lost wind talkin yard pen dogsll take chin maybach suv refugees buy blocks hood put money streets solo opps caught gas station thirty thousand thought last day aint even want smoke choose murder wrote lets go brand new lamborghini fuck cop car pistol hip like im cop ever met real nigga rockstar aint guitar bitch glock glock told promise gon squeeze better let go day need soon nigga get bustin aint enough go get chop pooh fool one ha oh lord jetson made another one hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah first nigga play ima body nigga checked balance ill probably pull hood come buy nigga know ho told nigga crazy dont think lied nigga get caught ho im poppin em high like bobby whitney say im goat act like dont know fuck im obviously winnin dont make go hit bank take hundred show pockets different im bitch want knowledge got lil mileage im chillin disrespect ill beat ass front partners children im type let nigga think im broke pop million take 20k put head make one partners come kill say fuckin gotta grow cause nigga gotta kiddin shit cant fit pocket got like hit lottery nigga opp ill slap shit nigga talkin dont like argue niggas aint gon laughin see whip cause im gon done shot nigga dont follow bitches ig bitches follow nigga lil nigga aint gon shoot shit gun pull pictures hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah talkin shit ima pop got like thirty two thousand one pockets one thats glock little niggas wanna internet gangster man tell little niggas stop done burnt nigga front store mammy grandmama shop hopped whole wave niggas lets see one little niggas top turn nigga convertible push lil nigga top back boyfriend hatin callin groupie cause like music shell send text delete message tryna find confusin dont know niggas thinkin use brain head fore lose ill pull school ill teach shit tell bro im motherfuckin tutor member used cheat pretty bitch test teachers thought stupid expectin box pull truck man nigga pulled scooter hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah hah pack mail gone like smell cologne signed deal im yeah yeah go want im good play want lets im young ceo suge yeah yeah know everybody waiting baby man mean like ever since baby baby dropped man like know aint nobody drop shit lets go hah needed shit bop flew past whip blunt mouth watch swervin whip cop bitch got good pussy fly cross country finish show hop got milli legit ly im still shits im hot nigga oh asking pictures niggas whats name get fuck spot nigga tryna figure deal ima take woke couple mil plate im investing real estate went gave mama hundred probably wont hear open mouth less hearin talkin bout finding money soon found flipped im little bit different get know im stiff bitch dig tryna find baby aint mentions aint get dm rich nigga dick aint free throwin ass yeah good turn around fuck make look needed shit bop flew past whip blunt mouth watch swervin whip cop bitch got good pussy fly cross country finish show hop got milli legit ly im still shits im hot nigga im unorthodox motherfucker ayy gon switch flow thought youd never ask niggas aint fuckin aint bout fuck rappin bout lil scary ass nigga like love biggie boy say get money oh really much cut check milli im going back cali like biggie bout go get pound smoke told come work album im tryna go find price boat lil bitch act like megan thee stallion ghetto nasty drivin boat shit makin boring play something bop ride pole go needed shit bop flew past whip blunt mouth watch swervin whip cop bitch got good pussy fly cross country finish show hop got milli legit ly im still shits im hot nigga like shit feel like know sophisticated ratchet hoes know ones go work day know dance mirror night needed shit bop flew past whip blunt mouth watch swervin whip cop bitch got good pussy fly cross country finish show hop got milli legit ly im still shits im hot nigga oh asking pictures niggas whats name get fuck spot nigga tryna figure deal ima take woke couple mil plate thinkin bout grandmama shit got number one record acknowledged jit goin crazy play head bobbin shit im somewhere fucked thinkin bout father shit found dead couple days started tour day flew back city miami family lookin daughter thinkin like damn baby look like daddy time got news shit went number one thats fucked shit confusin lil bit know flew stick okay like let know whats lose bitch everybody tryna talk aint tryna talk im tryna click im tryna send somebody wit somebody let know whats happenin last name k r k kirk know rock behind daddy know never gave fuck world family fuck make top day lost nigga nigga perform bet year ago couldnt afford sandwich move tg went broke movin cali know smilin every day fans actin like happy spent hundred thousand layin daddy rest aint braggin got questions im die respect dont get answers mama stood chair took like g cancer brother thinkin dont love let struggle like aint family like wont give got see happy nigga shocked world everybody know whats happenin nigga im still lil jon jon song went platinum nigga time lets go move cali nigga put kids homeschool lets go get us mansion nigga lets raise kids right lets watch shit teach em nigga lets start business cant say leechin nigga know im chosen one cause sometimes speakin nigga like song aint rappin im preachin nigga love need ya fuck like martin fuck gina family like venus serena lets go get married like thankgod kenisha dont give fuck world bout people dont care fuck told aint equal niggas aint cut cloth niggas see busy doin see nigga yeah verse two lil nigga side whenever ride know brothers ride still got lotta shit mind cant undecide got ready slide feelin like doughboy brother died know step know rep know baby nigga know im comin back cross ever play nigga know got mud turned gravy nigga hit rap game like crack cocaine 80s nigga fuck niggas talkin bout bruh like look look man look baby baby thats baby baby god great big dawg baby goin baby baby baby huh yeah rest peace daddy rest peace grandma lets go love need ya fuck like martin fuck gina family like venus serena lets go get married like thankgod kenisha dont give fuck world bout people dont care fuck told aint equal niggas aint cut cloth niggas see busy doin see nigga uh huh okay yeah uh huh okay oh lord jetson made another one hah im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s pull rockin white like im gotti put em like kite try got em watchin life excitin facetimed daughter laughin smilin still got shit plate november open cases pendin fuck around think im signed cash money pull drake sprinter give fuck think feelin could show make million full say im cocky ask bitch copy copy go straight door glocky niggas aint really poppin poppin put billion baby business play put name shirt tell boyfriend go research suck dick every day say knees hurt im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s pull rockin white like im gotti put em like kite try got em watchin life excitin im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s bitch dick junkie dont got time every day get money tryna tell im bad influence talkin bad bout everything uh dunk nigga like im patrick ewing cant beat em bet ima shoot em bitch dog got rabies im doin shows state state chasin paper closed deal im la like motherfuckin laker left needed em fucked feelings filled heart full hatred held proved everyone wrong every day god great amazin im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s pull rockin white like im gotti put em like kite try got em watchin life excitin im goin baby baby nigga bitch think gangster probably still slangin 380 probably told im lit come get sniff im pure like cocaine 80s bitch aint baby thats baby lets go know baby nigga hahaha hah ha wanna fuck dont got time hopped private plane went hopped 85 go call chauffeur bitch cause dont like drive suburbans back back gon fill em vibes fill em vibes get ride nigga blind keep stick im firin aint met nigga life thats fuckin say lyin got many vibes stuffed car fuck hoes six time make hoes say nigga fine girl got dick feel spine yeah say baby know bitches dont play baby baby go run president look god took time got red white ho like peppermint book hotel take vibes gon fuck fuck brethren brother nem havin three hoes king size aint finished yet get another bitch got ridin dick screamin yeehaw make proud girl cowgirl handstand im like wow girl got fuckin upside baow baow yeah goin dumb say wanna cum im lookin like lookin like came say want tagged brother bitch im know wanna fuck dont got time hopped private plane went hopped 85 go call chauffeur bitch cause dont like drive suburbans back back gon fill em vibes wanna fuck dont got time hopped private plane went hopped 85 go call chauffeur bitch cause dont like drive suburbans back back gon fill em vibes lets get jet come give neck aint pickin nigga called gon send text dont need doc bitch know im dog better send vet ever made million tell em riddle aint offended yet bitch drink bacardi im bitch feelin like set quarter mil neck one point two crib four hundred thou whip dickin lil bitch im bout go buy coupe pull make doors raise roof louis v army fatigue hop pole like troop baby ray allen three leave open shoot like martin pam hotel kickin hoes get boot hoes catchin bodies bout new vibes lobby thats wherever go aint problem told bitch childish pulled like wanna fuck dont got time hopped private plane went hopped 85 go call chauffeur bitch cause dont like drive suburbans back back gon fill em vibes talk live feel got pretty bitch fat ass put one leg air hit police behind know im smashing aint pulling tripping aint tryna talk police lets talk bout bitches lets talk bout business lets talk bout young nigga came nothing worth motherfuckin million used pay section gotta bring us backend come building knew special back breaking houses robbin stealin made put hands air put thang face run pockets dippin aint gotta act like im bout aint ask vouchers im really official tryna look karma good intentions im still asking god forgive know got fuck niggas pissed im bitch house im wifi ima trick em play mr nice guy front run nigga bye bye tell im motherfuckin star see tv turn syfy know got whole lot hoes different colors mix em like tie dye gon make ho dance devil october 7th shout boy dada turn whole nother level cant deny im catching eye might wanna run promote cd less ready die lower price ps get em buy five bitch im best motherfuckin rapper man know like th thats much em like know much em first see im saying much em man know much em blank blank know best motherfuckin rapper prettiest chocolate nigga alive next song heart cold think im done ice said leave gon die well bitch done life better pull knife cause bring guns fights say got sack got sack aint ones mine lil bitch say im gettin bougie dont even like dubs mine look like twenties know hoes like im coming look like money look havin hoes crack smile white gold yeah im talkin diamonds froze came bottom toes yeah backend baby thats pay show thats probably cap rap time shit drop gon pay still go back trap send box pick make play store feelings still hurt saved ho heart cold think im done ice said leave gon die well bitch done life better pull knife cause bring guns fights say got sack got sack aint ones mine lil bitch say im gettin bougie dont even like dubs mine nope raw dope know im one goats let put back throat walk bank tote im tryna make deposit let em try play money shawty gon take noggin long want pick im buyin rover year dont drive get em whacked dont advise em try yeah im runnin shit aint lyin got backend one twenty five bought patek one eighty five shit gettin easy point heart cold think im done ice said leave gon die well bitch done life better pull knife cause bring guns fights say got sack got sack aint ones mine lil bitch say im gettin bougie dont even like dubs mine heartless dont need valentine call em racks bands aint rubber band mine used waiting taxes time look pay flex shine big speaker like eighteen inch sub im hundred dub lookin im booked 50 cent im club diamonds earlobe ice dyke one fifty studs rugrat young nigga got mud heart cold think im done ice said leave gon die well bitch done life better pull knife cause bring guns fights say got sack got sack aint ones mine lil bitch say im gettin bougie dont even like dubs mine look like twenties know hoes like im coming look like money look havin hoes crack smile white gold yeah im talkin diamonds froze came bottom toes know aint come play lets get im snappin rip ho say im favorite nigga probably dont wan let baby mama take picture cause im type baby thats gon fuck babysitter show pulled laughin hatin nigga bitches aimin yall fast im rapper niggas ass pulled 40 better angel tryna book show gotta pay fore go feed family aint got time play niggas see niggas think tough play know think sweet call bluff ima spank nigga fuck niggas whoever got hangin em bitch ima die old age whenever die walk nigga fuck drive bitch came aint mine mine free cousin til free doin time time im motherfuckin best im khaled like dressin aint salad cant fuck messy thats hazard tell ref blow whistle bitch traveled fuck talkin bout action got son play son bastard nigga trippin laughin nah thats fucked bro aint goddamn bring kids know aint come play lets get im snappin rip ho say im favorite nigga probably dont wan let baby mama take picture cause im type baby thats gon fuck babysitter show pulled laughin hatin nigga bitches aimin yall fast im rapper niggas ass pulled 40 better angel fuck niggas whoever got hangin em bitch shawty wanna famous dont say want patek name gotta fuck opp get em painted earn im drippin slippin socks got gucci gang em squeeze fire make em back back back back got fleas shoo fly shes nat nat nat nat im lean get high batch cant match got fiends line shippin packs back impossible read defense called audible look like sequence lambo keep back back crawlin said wouldnt shit fuck go hard 300 sparta man im barbarian ima get revenge fuck thot spot dont tell car im keepin head water like shark fin got narcs chopper clark kent dont get boxed know aint come play lets get im snappin rip ho say im favorite nigga probably dont wan let baby mama take picture cause im type baby thats gon fuck babysitter show pulled laughin hatin nigga bitches aimin yall fast im rapper niggas ass pulled 40 better angel fuck niggas whoever got hangin em bitch okay lets go nigga wait minute make jump like like crack 80s baby bitch ass niggas aint crazy broke ass ascap go straight baby ill make bitch talk fuckin big rocks wrist bust big glock hip im clutchin get lost bitch aint nothin say look good bitch doin pushups play baby top nigga good luck lil daughter two got six figures put knock head neck fore look ten toes chest check bitch stood stood neck check head get em stressed im vet get 300k show bitch im blessed go trippin buckin hoes get spray dont go handles pullin back back play gon handle ima walk three montana go buckin wont wait touch start know gon get shit canceled put stick face screamin 4ktrey north baton rouge atlanta talk top put bands bitch runnin city police dont like know steppin shit put blick brother feelin way make hot tell dig bitch shoot two hundred bet one livin lil nigga know havin shit paranoid every day feelin way bring static shit switch channel fixin static give nigga clip get hittin quick think automatic nigga gon try hide house get ass come hit bitch ass traffic made song ten minutes went platinum know still shits send hit get active mention yb baby game padlock lil bitch got ass waist pretty face six pack niggas think got ass shots hit back til pass kurt angle ho put leg air ankle lock hold bitch til tap one deep street strap fuck rapper lets see rack bout got brand new pistol nigga make jump like like crack 80s baby bitch ass niggas aint crazy broke ass ascap go straight baby ill make bitch talk fuckin big rocks wrist bust big glock hip im clutchin get lost bitch aint nothin mic check one two check one stretch two come murder know walk bitch keep hands go shoot spin coupe come house see everything new probablyll find strap every room went bought rollie top patek bitch aint ima jump two shorty say yeah ass soon walk room nigga dont know yeah ass stalk day moon street nigga dont never pick choose totin somethin make bitch niggas move soon run gon dirt know aint certain never leavin clues nigga hold im lil top nigga believe make jump like like crack 80s baby bitch ass niggas aint crazy broke ass ascap go straight baby ill make bitch talk fuckin big rocks wrist bust big glock hip im clutchin get lost bitch aint nothin make jump like im giannis tryna see feel behind know lil bitch aint shit dont deserve suck dick make bitch give head condom wanna gamble crap lets get put racks motherfuckin cap like fitted baby pull 2020 hop like nothin lil nigga stuntin shittin get high skybox came house two fns day bring em nigga let em go like pro let em try cant go like ho ima bond send bro score let em find pick boo school sign ho get rude gettin timeout talk em nigga make jump like like crack 80s baby bitch ass niggas aint crazy broke ass ascap go straight baby ill make bitch talk fuckin big rocks wrist bust big glock hip im clutchin get lost bitch aint nothin bitch blame baby nigga yeah blame motherfuckin baby nigga blame baby nigga blame baby yeah lets go +raekwon,throw money ice cream man coming watch rap niggas get guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck wu tears yo honey dip summertime fine jheri dripping seen pitkins bunch chickens youre cliquing kept shooting strong notes got close rocked rope honey throat smelling like impulse whole shell babys wicked like nimrod caught like freshwater scrod may god attitude rude boo crabby like seafood turns like vines cee allah rule call starky love hon check strategy means shirley temple curls done billie jeans black mrs america name erica right true lazy eyeball small feet six shoe caramel complexion breath smelling like cinnamon excuse hon mean harm turn around goddamn backyards banging like benzi jiggy youd spotted like spuds mckenzie im high powered put adina howard sleep yo pardon bitch mind week uh back maybelline queen lets make team anything world except cream wanna wanna lets go ahead walk dogs represent wu watch rap niggas get guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck tears shaolins finest boo peace highness yo im lounging big dick style yall niggas flyest moves youre making fly jewels shaking rape patient youre looking good fly colored asian ghettoes hometown go whole round im shooting downtown im rocking hats wig intact whos queen bee chick eyes pearly black freaks moving fly sneaks two finger rings gold teeth aint afraid hold heat step square dear better cream share ricans ven aqui yeah watch rap niggas get guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck tears black chocolate girl wonder shake ground like thunder politic deficit step give number sexy persuasive tatas thighs catch eyes like pies want bodily surprise double time ice cream got falling like cripple love like love dick size ooh baby miss sweet tender touches take pulls dutches orgasm mind state masturbate clutches want self like wealth play closely bitches paranoia sting want hard dozen wanna calling cousin thirsty catalog baby shopping spree youre loving call wanna get dug like pockets jizz em like giant break wombs sockets wu tang cut real niggas afterparty bitches wantna fuck watch rap niggas get guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck tears ice cold bitches melt clutch want titties sucked ice cream yeah guts french vanilla butter pecan chocolate deluxe even caramel sundaes getting touched scooped ice cream truck tears ice cold bitches melt clutch want titties sucked ice cream one love chocolate deluxes keep nails done wigs tight word one love butter pecan ricans calling papi thats real one love caramel sundaes cherries top yeah big french vanillas parlez vous francais mi amor merci oui oui bon bons good stuff good stuff tricks tricks baby yeah ayy yo rae check yall science tony starks umm lex diamonds nigga nas word stay wise types shit yo son hit kids mad couldnt know story right show crabs rhyme shake nigga joints like five percent hundred em baby lights cameras action glamor glitters gold unfold scroll plant seeds stampede globe im deceased beast arise like yeast conquer peace leaving savages roam streets live run police paying give gun trick wisdom system imprisoned son smoke gold leaf hold heat nonchalantly im raunchy things real never haunts funny style niggas roll pile rooster heads profile bus rikers isle holding weed inside pussy minds pretty things life props true thugs wife like cycle niggas come home somell go bullet come back shit womb tomb presume unpredictable guns salute life rapidly thats ritual perhaps bullets bust niggas discuss mad money true lies white guys see eyes catch tape kilos disintegrate pyrex pots break fiends licking plates building niggas building like little children staring older niggas aint caring sirens circling fiends lurking baggage oh ones gone smack cabbage woodwork crack sales bubble like woolworths projects richest niggas rocking real worth police questioning rooftop cats invested trading lexuses gss sending messages two two makes four cristals crazily pour gun wars crew feel em like swords green leathers hundred pound snakes cakes fiends found lakes jealously jakes shake strive live infatuated material things wild life war like somewhere rainbow see big pot gold future stacks hold thousands cracks bagged inside shoebox dont keep jack lab dont wanna see 2pac got two spots new lots flooded rocks shootouts making hot crooked cops bag tony ball drop denial im banging niggas slot time hurry duke im next line fuck looking way young blood hit green bay hat watch back inside hall new niggas slide like doors yo youre staring mess hall adrenaline runs cigarette niggas swindling new jacks surrendering come home remembering made bail different size kicks white dress shirt looking gay yard got hurt flashbacks day room mop wringer style faggot ass got bashed trying turn dial told boo wildin heard wu blue familys shaolin high class cooks throw vests phone books infirmary niggas screaming got juxed sharpened toothbrushes one ninety mixed baby oil shit mans kitchen stashing ice picks well ima end big red cherry top nas rae got best product block cream whole team eatin good shit good shit nigga next time reload shit keep eyes open wallet front pocket rza ghost chef nas niggas profit allow demonstrate skill shaolin special technique shadowboxing poisonous slap yall slap yall niggas comin fuckin face shit yo man go ahead poisonous poisonous paragraphs smash phonograph half inspectah deck warpath first class leavin mics cast causin ruckus like aftermath guns blast run fast comes verbal assaulter rhymes runnin wild like child walker scored inner slums abroad thoughts razor sharp slice mic cord first criticize become mentally paralyzed hits devise testify best rebel ins highness blessed electrify voltage eel truth reveal crush amateurs scream keep real caesar black hoodied fatigues part time minor leagues receive third degrees attack like wolf pack pull back god u bust like fullback yo fourteen carat gold slum computer wizard tappin inside rap vein causes blizzards wildlife kills ice trife like digits gorillas injected strength eighty midgets earth spins ruins rap exotic blends let peeps niggas gaspin swallowin aspirins dosage overdosed rap high explosives posters hypnotize hypnosis sell goods whole clan run like natural born killers record breakin album thriller got access tear gas bombs rocket launchers flow like dough killa beez sponsor entrepreneur pens gear like shakespeare fuck grab hair collect drawers souvenirs fuck yeah crew german beers careers based guns throwin cats wheelchairs et cetera damage lame ass competitor try front get broken fast like leathers whatever hot hard heads get shattered like mirrors beretta shots splatter goose scatter feathers say never poetry chumps crumbs deal graphic flew family overseas im maxin rap crack fully packed id tall caps taxin kingpin rap drug traffickin village niggas get slapped manhattan rappin big ghost steps laughin ha using wu tang school method ive learned many styles forgive sit back relax fake niggas dont get turns watch massage brain slang thats king projects filled young men cause threats thousand dollar chains tecs focus brokest niggas life shit mics like cocaine son check suicidal hype shit exchange mad blunts tapes sweepstakes keepin fakes outta state cakes doubt plus nobody amount makin dough puttin fifty land allah like pull ya shoes black matter fact adapt tie black nikes tight hats corners stay surrounded foreigners dread feds caught bredren bread regardless peace jail niggas charges unify layin yard la clan done ran japan atlanta stanima slingers gamblers gram handlers tical light owl cigar lets get steamed infrared guard beam seek nuff respect rude bwoy bet keep movin mashallah pro black like tar designin fly shit stay shinin rza pour beats cristals fine wine concrete raps go bat 50 niggas side map til good done want son mike tyson rap shit pullin macs fun nigga dont get mad got mad styles shown hands grip chrome microphone verbally catch bodies cordless shotties intriguin mcs keep em trained like potties bomb facts sword ax split backs visible like dope fiend tracks skys limit niggas timid nobody knows move like wolves sheep clothes producin data microchips software underground air land lost notorious henchman north strikin niggas mason dixon line cross looks determined without ruthless something heroic manner theres courage doesnt look like killer comes across calm acts like dream full passion dont trust huh well know supposed trust anyone profession anyway knock niggas box time niggas know motherfuckin repertoire big ones take care bi chef fly gi niggas yo yo yo time runnin real though lets connect politic ditto could trade places get lifted staircases word peace incarcerated scarfaces thug related style attract millions fans understand plan whos kid green land rza connect blow fuse lose half ass crews get demolished bruised fake fronting hourglass heads niggas wanting shutting slot time pumping poisonous sting thumps act chumps raes heavy generator yo guess whos black trump dough flowing hours wu got collars scholars word life peace power whole unit word quick set dont wet real niggas lick shots peace connecticut yo yo yo time runnin real though lets connect politic ditto could trade places get lifted staircases word peace incarcerated scarfaces chefll shine like marble rhyme remarkable real niggas raise spend money argue time uninvited go head rhyme bitch nigga mics getting fired fiends chicks burning like chlorine niggas recognize baltimore fort greene hold moet tasting like throw mob roll dripped death whips rolled never wins sliding dens timbs mac 10s broke friends got guns got guns son wanna battle cash see sons ill probably wax tracks smack rap niggas facts niggas lyrics wack nigga cant stand unofficial wet tissue blank busting scud missiles rolling like trump get meat lumped real slang rap democracy heres policy slide ring plus wallabees check status soon see caesars palace eating salads beating mics sending keys dallas move rhymes like retail make sure shit sell mans cell staircase stage minimum wage soon get article rap page need house gat ac bank account fat going like pardon french let speak italian black stallions wildling shaolin means island staten niggas carry gats mad police manhattan yo yo yo time runnin real though lets connect politic ditto could trade places get lifted staircases word peace incarcerated scarfaces barber shop niggas plaza catching asthma rae sticking gun flashers well dressed skating projects big ones broke elevators turn lights stick one upstairs switch like chameleon hit brazilians pass cash leave children leave building niggas yo folding like envelopes pressure like lou ferrigno coke yo africans denying niggas yellow cabs musty like fuck waving arms arabs sit back cooling like kahluas rocks crack spots rubber band wrap knots view bitches fuck dreads sudafeds pussys hurting yard feds word cousin nigga seen like 27 inch zenith believe yo yo yo time runnin real though lets connect politic ditto could trade places get lifted staircases word peace incarcerated scarfaces yo yo yo time runnin real though lets connect politic ditto get lifted staircases peace incarcerated scarfaces time runnin politic ditto incarcerated scarfaces told long time ago fucking little monkey fuck ayy ayy fuck think talkin huh wanna fuck fuck think fuckin bellboy dyou wanna go war dyou wanna go war well take war okay real yall takin another one son uh julio iglesias makin cream like nigga yo first son peep arson many brothers sparkin bustin mad light inside dark call dough snatcher brother rapture hang glide holdin strong hard capture extravagant rza bake track militant react like convict start killin shit manifested gods work like appliances dealin cypher revolve around sciences 9th chamber leave trapped inside hallway try flee got smoked doorway question send ass back right essence whole frame smothered dirt restin ill trapped sounds locked behind loops throwin niggas airplanes cause cash rules everything around black see swallow murder one verse like god degree analyze soundtrack satisfaction adapt like flashback chain reaction aks black bust back like seventy macs im street niggas knowin steez black ron g know coincide see marvelous menace society anyway lets toast champagne thoughts ghost max shotguns nose fuck rap hip hop put top lo wears tommy hil fly shit knot witty unpredictable live shit drive shit die shit ill take lye shit know im runnin penal foul fall child wild old lady snitched fuck know one love kid im doin bid much get cause six niggas got stuck nigga chain truck yo fuck criminology rap sneakers stay jet black floatin flyest ac nigga much love go new york city tommy hil ice rockin niggas line work need help get tony wings name works drug ring central america wants kill information say yes one point five million right get want moneys object theyre clean serial numbers untraceable theyre explosive head bullets favorite yo yo yo get fuckin yo thats made glass man get big avias moms table man felt someone walk grave want change mind niggas greedy man damn big ass shits yo man aint smokin weed man chill man bobby steels sup kid yo lets cut pie five ways mmm came two mil kid fast doubt comin la cosa nostra johnny blaze lou diamonds tony starks universal frontier original bloodclat bad boys come get none want guns first set shit last run wu roll together one call brother son cause shine like one check scriptures hit body like sawed shotty like hair knotty nosepiece snotty fuck nigga hottie ho pussy probably burn like deserts mogabi real aint nothing fraudulent pioneer commandeer new frontier wu yeah 36 chambers fear huh lost information leaking faucets hmm time forfeit crown leave grounds theres new sheriff town holding two holster six shot smoker wanted dead alive bounty poster wild west student culture life test hold let nigga catch breath im still paying dues last one death back essence shit stressing rap profession peep tical son shaolin isle bless style criminology pays last times days johnny fucking blaze goes niggas know wu grow like yayo lay low plus cooling barbados ricans giving much shit touch shit stay cool papa seen enough shit back lab cracks bagged niggas act blow workers senoritas fucking storm buyin gods margaritas sucking dick whip long designed rhyme crime nigga jail time jiggas niggas hype vigors lighting niggas silks wally wear figaro chain yeah jakes beware black rap millionaires rock airs leather goose bears blowing year 1 800 gambino niggas yeah wu roll together one call brother son cause shine like one solid gold crown shining blinding like diamonds im reclining sky cloud silver linings double breasted bulletproof vested well protected heart rib cage chest solar plexus casting stones cracking two hundred six bones watch ass get thrown sea fire brimstone dare approach poems overfiend light nova beam gleam show em soldier mean grand exquisite imperial wizard rzarector come pay ass visit local biochemical universal giant black general licking shots davy crockett bicentennial happy millennium two thousand microchips two shots penicillin goes adrenaline son time bouting model youre resembling niggas like following trapped inside projects like genie inside bottle god stepping forth upon holy ground track sound surrounds hurts like im attack decided bite mic pain track wont deny fact im master lurks expert hurts individual tries visualize cause strike like thunder niggas couldnt stand heat unbearable wisdom fucks respitorial systems fractured killer tactics style ragged thoughts mad jagged enter entity vicinity three hundred sixty degrees humidity represent school hard knocks glocks clan hostile got mad moss blocks feel force impact iron side gat attack track blind side pack starks pass chrome watch nigga get blown motherfuckin dome piece deceased laid rest come get none want guns first set shit last run wu roll together one call brother son cause shine like one yo ayy yo got wing move give room holding saloon clean sweep like broom full moons make howl like wolf breath soley wu cords yall heard genius gef step back lab high velocity team make hand hand sales like pharmacy fuck geraldo pablos plan bro bravo goodfellas know bestsellers become novels man rocking headbands silk scarves jams early 80s british walkers playboys mocks shams laser beam vocalist well symphonies bad days watch snatch ice right outta tiffanys remember kids came eight million robbed brinks labelled royal pavilions flour heads must stupid tell fuck black niggas get caught loot kid theres jet money underground money submarines rings bad fucked dummies cosa cosa come yeah yo son gotta take get clarks man yo check yo yo got new yoo niggas dont even know son yo check joint boom yo got crazy idea clarks check boom freak em boom go get go get cream joints right boom dye shit right boom know im saying color want itd like blue cream know im saying shit like niggas dont even know son word bond ima rock niggas summer real know im saying yo son crazy visions check check check boom imagine buy woo check imagine bought navy blue right navy blue navy blue pair right boom shit know im saying dyed get dyed cream top imagine color like got dripping like marble cake like know im sayin yeah yeah yeah yeah check yo yo yo yo stand block reebok gun cocked avalanche rock get paid mass murderous services chef break em watch alley cats bake em po nine made em drop grenades take em quick fast reflect like sky blue true wu tang saga continue rap meyer lansky crash fantasy gettin high fellas stand heres plan see sit back collectin tecs checks flowin slow montero flexin beats break heavily word ins bless throw like three bags sess real killah hill locked caged sworn representatives actin like made men strive wives nine lives lies max sellin enjoy highs treasure glaciers ice original man possess power hold gs guns grams baker baker pull keystone caper point baddest bitch crowd watch scrape proceed caution enter symphony degrees punishment increase intensely syndrome caused deadly drums battle swords bein swung slicin vocal international vocalist style local fuck offensive antagonist assistance movin motionless mysterious swiftness thoughts roll shaft brain mental gives signal physical whirlwind kicks hits every angle violent temperaments left continents dented poison vintage wine rhymes invented drunk drunken punches punctures heart vital sparks arteries stopped treasure glaciers ice original man treasure glaciers ice original man possess power hold gs guns grams straight good peace check cashin chain snatchin gun flashin niggas hoods bubblin goods analyze starks buying lion heads clarks house bitches starksll home soon im tour chill catch 96 june ten man team safe chill whips seven months get laced take boat cruise sip daiquiris max swimmin pools fly jewels wally shoes blow stacks relax kids black kids got cravin cris get back unpack leave mac wis whatever gotta hit sides earth spread wu ness rule civilizations cursed luckily im born wild move crowds collect twenty thou heavy convoys crew keep pretty boys paranoid built like steroid pat dan aykroyd seeds grow seeds marry seeds thats keep wu tang money family treasure glaciers ice treasure glaciers ice treasure glaciers ice original man possess power hold gs guns grams baker baker pull keystone caper point baddest bitch house watch scrape seeds grow seeds marry seeds thats keep wu tang money family long time since father left 69 long time since wu tang chance shine long time since diamonds gold drank cristal wine long time people walking around dumb deaf blind long time since son man chant like golden wine long time long time long time yo long time whats mind check respect heat holders respect heat holders let let hold one one two one two three nigga get get man ill smack smack fire fucking ass fuck think man get fuck man yo matter fact man back shit alright aint even enough bread right aint enough going shoot right yo niggas got big cream chill spark right tropical kid alright dont play like got flowerpot head kid real man chill lets go get money fast son know got kid trust lay crime scene sipping fine wines pulling nines ufos taking fly clothes eyes closed getting loot doubt check word mouth unheard guns go murder route im raps play part like get smart secret agent maze styles blazing johnny blaze tony starks days inn rhyming nigga lou diamond robert f like meth go fuck noodles poodles lockdown buying amarettos chewables smacking pharmaceutical rap niggas dust woos yo told killed robbed fold goals untold fuck beats parole stroll marvelous soul controller globe blow goddamn got sewn yo wop pop suitcase high talk walk fucking building get caught save fully inflatable rap relatable drug relatable niggas play hundred dollar rottweiler go spot sellers guns glocks niggas got props top jail niggas get mad bigger yo mail guy hundred pictures word mama rap wonder rhymer team got drama comma blunt smoke real ass marijuana chef maranzano boats across verrazano immaculate bust gun accurate get cream cuisine queens told money skated night beams two rings crazy fag im getting ready shit man niggas know step shit whos knucklehead wanting respect chop fingers drug game money well known lead singer humdinger flash aftermath heres photograph run lab take mask chas think fast dont laugh bag cash grab hash dont forget stash grab tear gas place face fast full blast skate next gate upstate heard got crazy weight bagged cakes crates like disco breaks yo look jakes give takes lets burn place motivate yo blake nigga dont fake rape mate bitch scream gods sake grab grey tape plate blow crushed flakes killer snakes four bodies found floating lakes drug related paper talking kids didnt make hits without trace never seen bricks see rae ghostface congratulations chef lets celebrate sniff eighth rap scar rap parmesan poke put seal silicone spark talkathon rap phenomenon correspond took arms hit hip horns rap chaperone scars tones bar thrown war tones raw tones blowing jawbones raps fraudulent plug rap coordinates reinforced suspense rap sword defense microphone professional sensational fully operational got niggas play know steez know whole program brothers lands want gs guns grams living fat like hoffa mafia sipping eating pastas laying house telling seeds sagas got dramatic thoughts got sporadic grabbed golden tablets quick guarded abbots slugs hit pelle punch hopes belly suckers tried knock box like skelly smoke weed trees drop top breeze honey dip spending gs nails hair weave crime boss taking loss excessive force play train back iron horse yo man know im saying fuck man plug word yo word know im saying know know baddest motherfuckin unit back days kid know know im saying miss niggas though believe ill never forget none em su tyrese size know im saying eddie motherfuckin wild ass niggas man know im saying l yo man shit wild though god know im saying god word know im saying let shit go count three though know im saying fake niggas throw shit drinks club nights snatch links politic africans chinks wide world sport niggas snort coke seconds niggas projects filled fiends injecting morphine god seen cream upstate cousin reek almost got hit fourteen chill pa godll star come home light bones let rock 3g stone see cousin yo working cats im jerking uptown niggas acting like hurting keys 20 brick colombians bullshit thats papi got hit stay tuned word hope see june way seen bitch cats room skied weaved fuck top look beat two crack fiends hugging seed took care though dont worry bout got back though yo whys niggas always yelling broke shit lets get money son wanna smoke shit chill god yo son dont chill allah whats todays mathematics son knowledge god fly like cashmere last year team caught bodies grasmere hit store owner named mike lavogna italiano slanted eye banging fat milano selling coke right bottle sometime nigga bought nines test mines crazy piece buying keys greece rich nigga picture nigga without dough figures condo chick rocking gold vigor mafia flicks tying tricks main hobby teaching seed wu tang karate mixing drinks clubs hairy chest many minks night time rolling snakes extra live claimed couldnt die top rank sixteen shots fish tank pet piranha named marijuana smoking ganja calling weed pipe sandra claiming new york ancient babylon sky stayed color grey like heron cant front though truck loads indo soon blow slow ass tally ho yo whys niggas always yelling broke shit lets get money son wanna smoke shit chill god yo son dont chill allah whats todays mathematics son knowledge god yo whys niggas always yelling broke shit lets get money son wanna smoke shit chill god yo son dont chill allah whats todays mathematics son knowledge god yo whys niggas always yelling broke shit lets get money son wanna smoke shit chill god yo son dont chill allah whats todays mathematics son knowledge god yeah uh huh uh huh miami niggas word show love yeah yall yeah yall yeah word london europe africa word fifty two states yeah catch later word yeah yeah make moves slide like grease moves slide like grease know feels wake fucked pockets broke hell another rock sell people look like youre user selling drugs losers mad buddha abuser dont know stress filled day baby way mad bills pay thats drink tanqueray reminisce wish wasnt living devilish shit remember like smoking blunts crew flipping sixty twos cause g e wasnt b g get p thats mom hates forced kick doubt figured nicks went twenty south packed tools raw power move glock nineteen casket flower moves four chumps trying stop flow dont know show autopsy went see papi cop brick asked consignment wasnt trying hear smoking mad newports cause im court assault caught bridgeport new york catch like ginger bread man better gat hand cause man man dream plans make cream still struggling survival got buggin life shorty shouldnt rough still strugglin lay maintain grew crime side new york times side staying alive jive secondhands moms bounced old man moved shaolin land young youth yo rockin gold tooth lo goose way begin g drug loot lets start like son rolling one one pulling gats fun dream teen fiend started smoking woolies 16 running gates hits high stakes making way fire escapes question would speed cracks weed combination made eyes bleed question would flow try get dough sticking white boys ball courts life got better damn lo sweater times rough tough like leather figured went wrong route got sick tight clique went catchin keys across seas rollin mpvs every week made forty gs yo brothers respect mine anger tec 9 +mf doom,mic check led knew one come dig sound swear whole world could feel mc crowd around used cop lot never copped drop hold mics like pony tails tight bob lot stop stick around come dig sound fly brown 6 0 sicko psycho throws dick around bound go three plat came destroy rap intricate plot b boy strapped femstat cats get kidnapped release statement press let rest know metal fist terrorists claim responsibility broken household name usually said hostility um mf silly id like take means end two milli doo doo doo doo doo thats audio daily double rappers need fall save trouble yo watch back came go alone black stay zone turn h2o cognac doomsday ever since womb til im back brother went thats tomb say right government dumile either unmarked engraved hey whos say wrote one bc dc section dont believe go get bagged check cell number seventeen top bunk say mean wish bad luck pop junk pop trunk cee cipher punk leave left scraped god forbid aint escape blame mf tape definition super villain killer love children one well skilled destruction well building sidney sheldon teaches trife trifer im trading science fiction man live lifer pied piper holler rhyme dollar dime thing ring around white collar crime get face askin bout case need toothpaste fresher mint monkey style nigga get dentadent dope fiends still teens shook niggas turn witness real mens mind business thats difference sissy pissy rappers thats double dutch come hold microphone double clutch cos make rounds never ox found shakedown lock wet dreams fox brown doomsday ever since womb til im back brother went thats tomb say right government dumile either unmarked engraved hey whos say doomsday ever since womb til im back essence read tomb either engraved unmarked grave whos say pass mic like pass peas like used say er f ers dont like sally walk ill tell yall fools hella cool ladies cali talk never let interfere yeti ghetto slang nicknames nipplin tip nipples metal fang known amongst hoes bang bang known amongst foes flow without talking orangutans gin tang guzzled rusty tin mic like yin yang clang crime dont pay listen youth like holding line kissing booth took back truck uncouth spittin sunroof missing tooth sexy voice sound like jazzy joyce turned faster speeding knife strong enough please wife able drop todays math 48 keys life cut crap far rap touch mic get thing arab stealing devil hes another level word name mf super villain doomsday check sound right around led knew one swear whole world could feel mc havent eaten day gonna man yeah dont wait man dont wait ill tell man come know ill get lunch ill hook something got little bank yknow problem hear thats cool man cant guys wait half hour man yo ill back man im gonna munch little bit man im pretty hungry yo let come back find food body well comfort troubled mind id really like soup course friend happened hand oh food last get regular storage procedure food food fish protein happened well cop got next morning went store get food arrested ill save would like snack thanks drink operation doomsday complete intercoms casualty damage testing enough talk peoples rights people rights choose give thats good believe doom disappoint must work faster prisoner ah yes young traitor tried turn people watch special plans one beef rap could lead getting teeth capped even wreath mom dukes grief crap suggest change diet lead high blood pressure fry even stroke heart attack heart disease aint starting back arteries start squeeze take easy way phony know wouldnt talking bologna bullpen disgusting pardon self discuss talk wealth shit aint never seen justice bust like cold milk toilet two batteries brillo foil heatll boil better pc glued feud dont tv mood every week mystery meat seaweed stewed wears mask cover raw flesh rather ugly brother flows thats gorgeous drop dead joints hit whips like bird shit need like hole head third tit bra smell card say aw hell barred bars kicked carvel keep cooker jar fell keep cheap hooker thats hook like bell top bleeding maybe fella took loaded rod gears stop feeding babies colored sugar coated lard squares odd pair swears god fears even rotten weve gotten hard years wrote note around new years couple shots beers cares enough beats streets food bout eat rhyming cannibal whos dressed kill cynical whether animal vegetable mineral miracle get lyrical proceed move crowd like old negro spiritual mil commercial mello yello tell devils hell sell yall jello hollow krills swallow pills follow flea collar three dollar bills squealed halal veal yall appeal dig real big ballers deal twirl l every meal rappers shut shutting keep shirt least button yuck rhymers strippin males work jerks since shut chippendales chippin nails doom tippin scales let alone pre orders thats counted shippin sales one goes peoples skippin bail dippin jail whippin tail sippin ale light doobie til glow like ruby couldnt find villain like scooby hes lab old buddha monk shit overproof drunk shit whoda thunk punk try ask better could iron mask cosby sweater yes whos screwed dude cd nude yo mf doom mr fantastik nigga whats cracking boy man rap snitches man shit bugged man fuck man niggas running mouth telling erything erything rap snitches telling business sit court star witness see perpetrator yeah im right fuck around get whole label sent years rap snitches telling business sit court star witness see perpetrator yeah im right fuck around get whole label sent years type profile low like paid full attract heavy cash cause games centrifugal mr fantastik long dough like elastic guard life twin glocks thats made plastic cant stand brown nosing nigga fake ass bastard admiring style tour bus manhattan plotting plan quickest flows sickest hoes thickest dro stickiest street nigga stamped bonafide beef jump niggas come get cause know ride true ski mask new yorks origin play fake gangsta like old accordion according ds rushed complication wire testimony thin caused man go north ball hit em lame rap snitch nigga even told mexican rap snitches telling business sit court star witness see perpetrator yeah im right fuck around get whole label sent years rap snitches telling business sit court star witness see perpetrator yeah im right fuck around get whole label sent years true theres rules shit fools dare care everybody wanna rule world tears fear yeah yeah tell em tell mountain hill running mouth bill everybody doubting still informer keep get tested pop bubble vest double breasted keep lab south little beast much heat woulda thought middle east little grease always keeps wheels spinning like sitting twenty threes get squealers grinning hitting many trees feel real linen spitting enemies get steel tin men brains gum flap said gun clap fled one slap son shut trap save bitches mmm delicious rapp snitch knishes know im saying crazy man im analyzing whole game bugged man niggas snitching telling self fuck around get everybody bagged man fuck around get yo mama bagged nigga know grandmama used bootlegging fake hustling nigga heheheheh haha perpetrator yeah im right already woke spared joke barely spoke rarely smoke stared folks properly provoked mirror broke share strawberry morning gone important spawning torn poor men sworn cornish hens switching positions auditioning morticians saw vision ignoring prison ignoramuses enlist sound dumb found em drowned cows dung crowns flung rings tinkerbell sing things thats frail fingernail bring scale stale ginger lingers seven figures invigor nigga fresh jail alpha male sickest ninja injury century enter plea lend sympathy limper simple simon rhymin emcees trees free please leave key meager fleas hes breeze shes bees knees sheez gs gs seize property shopper sprees chop cheese drop degrees stop diseases gee whiz pa doom rock grammar like kumbaya mama ho hopper papa rolling stone star like obama pull card like oh drama civil liberties little titties abilities riddle middle c mmm give mc rectal hysterectomy lecture removal bowels foul technically dont expect see recipe receive check well collection fee wreck section z expect get free shit history key plucked mayor chucked ol tar pit la brea player say hes gone far doomll catch em jumah cue lacka whatcha gotta grarrrr rumors true got two prob got job hot bod heartthrob scotchguard bar cotton swabs dart lob bake cake sweet jamaica trade treats beach make skeet til feets meet stayed away long miss rhymes gone listen crazy tracks check stats know im thats look theres doom followed studio late stop thats right youll never stop youre dead youre dead doom get kick champagne mere alcohol doesnt thrill tell shouldnt true get kick brew theres one beer left rappers screaming ears like deaf tempt number label eat emcees drink em table like put tab kid however get foot cab iron horse youre leaving face forfeit crush mic hold like heat might toss told tell em stole told lost told get bunch shit getting money dts getting new leads like eating watermelon stay spitting new seeds weed give drooping soon wake choking like whooping cough group soft first hour open bar theyre trooping went go laugh get head side road asked autograph derriere read wide load yard bird taste like fried toad turd love villain take pride code words crooked eye mold nerd geek cold heart probably still speaking rhymes old fart study eat die pizza guy hes fly skeet skeezer eye squeeze thigh maybe give curves feel way feel flow nerves steel call super need back uh plumbing fixed one left pack comes six whatever happened two three herb tried slide four five got caught like g dont make em get cutting like truancy matter fact nothing right looser pair adidas hope brought spare tweeters mcs sound like cheerleaders rapping dancing like red head kingpin doom came thing matter blingin smelly hubbies seeds know time like time teletubbies even fewer sell take dude wear mask like tarded helmet plots shows like robberies one two three bodies please run cash wont get wet sweatshirt mic shotty nobody move nobody get hurt bring heat like boy done gone war came door everybody floor whole string jobs like tour every night score coming corner store done representative south africa mind programmed world leaders earth control meet tomorrow special session doom shall voted master world plan foolproof case snow keep eyes open tell ya start snappin uh ladies und gentlemen risking life tell great concern must warn must listen many among minds taken doom gosh wish id brought autograph book right lead head youre weird everyone staring us relax masseur thing ill bend read meter ya little whats matter youre nothing chicken head hold go friends call em call need something trees blunt gs front found way get peace mind years left hell alone turn deaf ear cellular phone send letter better could see real life could feel like steel knife least could see white eyes bright surprise finish spitting lies asssociates boys girls bitches niggas homies close really dont know mom dad comrade peeps brothers sisters duns dunnies come around need money others make us laugh like sunday funnies fam around whether paid bummy could either ignore advice take nice people take dummy nowadays aint friendly actually wouldnt even made worthy enemy read signs feeding baboon seein got ya back bleeding stab wounds yall know dance smile ya face yall know glance try put em blow chance never let called mans know plans show hands term people use loosely im real choosy choose let crews see telling try act broke jealousy number one killer among black folk fellas type spell like crack smoke ghetto cinderellas lead em right stack loc another way chickll lead end check dictionary meaning friend said person one likes socialize sympathiser helper thats size time attributes one sided bolster crime theyre apt shoot eyelid cant hide going wild like white bitch sometimes ya need cut niggas like light switch things get quiet catch em like thief night riot first met mr fantastik arms deal dont let get drastic think momsll feel get real steel get sparkin everything darken aint talkin somethin cheap sure buys lot trouble ya better focusing tryin plot bubble else itd sad note end guns got come form codependence lot times end codefendants ten bucks say tell lower sentence leave jail begging penance dont make sense happened loyalty honor amongst crooks trust amongst royalty id rather go blaze give em glory similar story lovers used type standing let get man thing know strings could damn thing ho rings tramp swings see em depends good skins could memorize lessons aint need pretend even though let em stab know theyre friends friends many us friends ones depend friends many us friends go fellas dont silly know friends next nice neighborhood move guysll get crack outro skit character 1 mr fantastic dr doom character 2 powerful mysterious monarch world guided fighting force never sleeps never relaxes vigilance none feared none many foes doom awesome armorclad lord know doom happens dangerous man world id hope wed never hear id hope wed never battle worst happened must tell first met doom years ago wanted alone alone pursue forbidden experiments one day conducting secret experiment later recovered injuries instead learned lesson doom bitter angry vengeful done face hideous traveled world seeking cure disfigured face traveled remote villages strangers seldom seen continued search never showing face unless threatened bandits prey travelers foolishly wander alone domain keep hoes check got girl wants duke told id come scoop around 8 said sounds great shorty girls trooper matter need like throne boss like king koopa microphone flossed ring average emcees like tv blooper mf doom hes like db cooper moolah let get outfit cool said niggas aint shit wonder meant doubt way mouth cant live without cant live handle business villainll stay scandalous hos shit list one pack cookies please mr hooper fun smacking rookies look like black wookie let beard grow weirdo brown skinnedd always kept hair low rumor curl accident doom always known keep best girls backs bent say eyes say accent lot guys wonder stacks went call thunder thighs fatty swolla mess high rollers daddy told matter city thang thang work coochie hooptie chitty chitty bang bang name titty name ring pretty like baby gang keep eye really dont trust treat like daughter taught bust nut heat turn beef horsemeat chalupa teach hold course see cats treat like foofur beat stupor take need make feel cuter lay g like luther everythingll keep new fur look sweet go meet got buddha get grenadiers twist put air come kiss listen scooter let try bag shes rag never let fry ragu whichll type spell crying dag boo name back tattoo whether bougie broad nerd ho street chick dont call wifey met freaknik dont want dont waste time ill duke father child like keep hoes check sends em get glows frozen necks tell em take clothes leave posing naked real better yet get check record deal find keep tec blue steel make sure extra wreck let know feel hes running star weekend ball im coming u haul laser cannon lowered everything prepared ordered get permission return new york master efforts misguided fools free enterprise im gonna let blasted government bureaucrat tell run business doom guest private estate long island theres nothing hes dangerous hope know youre dont always ah theres dooms jet right time whys cold heat went whole building warming long island doom doom new york yes doom amazing new machine get president united states phone longs gonna take doom would advise repeat error sure know mean ayo yo yall cant stand right right hand mans worst nightmare loud enough burst right eardrum close range game dangerous strange sell rhymes like dimes one mostly keep cash brag broker times joking rhymes like happy see trick classical slapstick rappers need chapstick lot em sound like talent show give em something remember like alamo tally ho high joker like spades game came back five years laying stayed saying electromagnetic field blocks logic spock g shocks biological clock hit slid shitter thought killed goose power us pure brita water filter juice keep pen like fiend keep pipe gentleman lent pen friend write never seen shit hes still dunny thing come us krill money sell rhymes like dimes one mostly keep cash brag broker times better rhymes make better songs matters got lot takes get along surrender suffer serious setbacks got get back connects wet back get stacks even gots get jet black head toe get dough battle bottles mo dro fly flow take practice like tae bo billy blanks oh youre kind really thanks gone lost forever like oh darling clementine hold heart telling rhyme time hope soul go heaven nasty like old time old 7 still taste chase coca cola make em wish could erase motorola told credit bag want got go get gack america could find way earn healthy buck still keep attitude self destruct sell rhymes like dimes one mostly keep cash tell broke times joking rhymes like happy see trick classical slapstick rappers need chapstick lot em sound like talent show give em something remember like alamo tally ho high joker like spades game came back five years laying stayed saying electromagnetic feeling blocks logical spock g shocks biological clock hit slit shitter thought killed goose power u pure brita water filter juice keep pen like fiend keep pipe gentleman lent pen friend write never seen shit hes still dunny thing come us krill money sell rhymes like dimes one mostly keep cash tell broke times arms tonight shell reflect owes sweetest debts wants pay check yall ya dont stop keep sure shot huh ha deal god uh uh uh uh oh yeah youre listening buttery slickness land lakes man mf doom ha ha ha ha yeah rock shocking house another nugget uh uh ah eh oh ah hoo wee yeah yeah regulation status right fondle em recordings 1999 yeah posed say end records dont know yeah woo yeah mashed potatoes apple sauce buttery biscuits get lost yes yes yes yes yall dont stop keep break dawn say uh yeah thought thought song ah tricked tricked ha ha ha ha woo listening www dot hairline dot com mf doom kool bob love strive humble lest stumble never sold jumbo copped chicken mumbo sauce tyson fowl holocaust hitler gassed whole head poultry im fed ignore cordon bleu stand get lunge knife dont forget potholders old things throw em away gold rings make em dont fit like oj usually take oil olay mcs crabs barrel pass old bay hot hell cold day innit working way roll away tinted say price holding heat often high either coffin new guy one thats fly eat shoo pie never busy comes lot niggas wish die need hold horses theres bigger fish fry youre list pick number spot ten half timbs made kick bumba claat coulda v 8 f 150 quad cab ill straight money comes goes like two bit hussy night tried rush dwight pass dutchie calm dont get twisted take fire side wont get blistered got happened oh lit metal fingers holding four penned god born new york back 77 still got nan crescent effervescence gods presence thick unlike vapor esther rolle extra raw word baker peace hardworkin gingerbread makers looked said hmm much makeup poor music taste ten years grown rappers dont blow heads name dwight spitz imma sonic addict use think merely nagging habit born bad sign im serious curse mine strive flip fine wine barely born virgin stars said black white red though like elmo twenty eight years passed feel im peaking make music every weekend chore fact life labor love get mad love detest labor wages know death im servin life gift god dont forget potholders niggas short time later villain man never ran krills hand wont stop rockin til clocked gazillion grand tillin wasteland sands raps backs treasure maps stacks ceilin fan rest hes ashes ask em ten miles galoshes smashes stashes chip shoulder slip holster clip folder grip boulder bolster supposed know show aura glow get row get dough horrible time money spend waste save invest fess 10 ks hell cave chicken chest yes yall dub get ya trickles best ballers pitch rub together nickels tut tut bout change price go time blow like hydrogen villain em shrillin fear wont stop top illin til gazillionaire grillin stare yeah ya boy drama got em mental plane avoided bad karma sold inbred skinhead nigga joke plus brand new chrome smoker triggers broke thought told em firing pins separate find later tries go rep took jehovah money arabic torah charged advance translate ignored sorta one monkey dont stop slaughter junkie wanna cop quarter ton run border know drill aint worth overkill flow skill still theres thrill fill billion 10k bills pilla villa gets realer split skrilla dilla mix mix mix deal kicks get rich quick sketch lyric betcha bottom nick vic ick drumstick come dumb shtick sick slick hidden book way find youre spittin hook listen dont look keep walkin traded three beans cow cheap talkin hawk men stalkin hear hawkin often coughin coffin might well scoff pork hes like worf say stronger though top jay strongbow play along bro wear mask like yo gong show flow slow mongo juan thong pro ya info hes practicin jim crow actress nympho bimbo hes playin ray j old tape doom well say like jj gold cape fill rim like brim villain ya wont find gym probably foggy bog frogs dot guard squat log half cocked half baked used keep full stock work half rocked half shake mistake sign track agreement gs lines cracks cement event fake like wrestlin get em like jake snake mescalines ahem elixir dry throat tried hit high note villain since itsy bitsy zygote remote send meat wagon braggin mcs packed feets draggin stats staggerin phd indiscreet street hagglin villain agenda clear endin year dividends spare meant seein went ceilin enterin center bein new meanin sales roof guaranteed raw saw truth truth proof return tramp duet jam ernest goes camp right earn knamean like vern need oil machines burn learn jiminy crickets gets lucky like winnin free tickets sickly lyrics one mans waste another mans soap sons fanbase know brotha mans dope real weirdo bugged rare flow way hair grow ugly scarecrow wears mask charge wont grab rooftop large stone slab heads talk white thought niggerish refuse walk tight got vigorish black licorice equally yucky handled money strictly dan stuckie monkey hustle man fire later date hadron collider cost seemin like style doom leave competition steamin like pile smile ding sparklin jewels effect like alternate side street parkin rules fools roach never dead live week dehydrate severed head instead depicted flicked split wicks lit got try find doom good luck +mac dre,im world run milln name furl im owner building im stoner im chillin two bitches like jack pimps mack drive benz lac man ive back wit groupies stars ive front thugs guards ive yard mexican mafia run niggas thatll kill die ya im popular im rap star live like rock star running cop cars drop bars wit slaps knock hard charge dick extra large im sicker sars higher mars treat bitch like atm card im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin shes buildin shes feelin shes lookin bad man im willing help stop baby youre killin come got back could chill delt im feelin man imagine things catch liquor store 2 hit nigga go get shrooms still want kick go get room wont cost much im good buy dick discount bitch good bye look like mr frank fuck free dough ho cant fuck get fuck bitch still delt full shit im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im west coast bad boy represent dre thats bad toy rented hardy har har funny dont hear tummy gets money stomach aint growlin im stylin wildin drinkin vodka straight fuck long island want island bet im get switch hit play mitts pack four fifth im bitch aint right shes scritch im macking words nerd thought squares stayed sharp youre nothing mark bucket skylark im playing part im mr furley quit interrupting im talkin girly im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin im buildin im feelin man im feelin hello everybody id like introduce thizzle dance thizzle dance said thizzle dance first like put look face like smelled piss bounce beat till start hurt dust smirk shirt dip ground catch bass wipe sweat face hop back start slide popping collar glide break thang bird dust like stole third come everybody nows chance fuck harlem shake thizzle dance dance thizz dance thizz dance thizz dance thizzle dance dance thizz dance thizz dance thizz dance thizzle dance first hope got juice thizzle time pop gas brake start dip bounce car start shit open car doze whole damn car low hop follow let car roll ghostride whip ride strip heres chance dance side passenger driver switch hurry jump back inside shit hanging rooftop get ooh aahed fool cops tryna got boys coon big wanna learn coon stay tuned thizz hoochie mama freaks get yo man show niggas thizzle dance dance thizz dance thizz dance thizz dance thizzle dance dance thizz dance thizz dance thizz dance thizzle dance ahh thizz ahh thizz ahh thizz ahh thizz say im killin look face mean im feelin like niggas im chillin wit cant thizz unless pillin last verse im sealin niggas gon stealin hip hop johnny gill new edition prince im spillin im 12 years strong im still im slugged diamond grillin dont care im building dance nancy von chillinwich dance thizz dance thizz dance thizz dance thizzle dance dance thizz dance thizz dance thizz dance thizzle dance hot night august humid hit store get oj shroom ooh shitty im worlds biggest little city seen girl big ass titties top notch saditty bitch knew pretty get goosed city get purse took stepped life felt earth shook spit first hook let lace ya fucked crying like somebody maced gave taste real macaroni swore would anything thats bologna baby brought bread freaked freeway 80 gave head neva seen sav timbs push s5 sittin davin rims listen wouldnt want miss met bitch night christmas baby made hit list christmas night let nigga hit christmas lights bitch tight type barely ripe ride dick like bike hit dick like pipe quick late night hype kinda thangs makes night steak aint right without 1 stay dipped sauce come like baby like nigga old lady like karen kameka katie crazy kid mami bozack im pimpin knows nigga hoes bet neva seen sav timbs push s5 sittin davin rims black jesus went rosaritas seen senoritas eating carnitas rocking adidas sneakers told waitress get fajitas gold teethas left speechless gave number fairfield prefix dipped cougar put ruger stash spot wise maneuver put cougar pulled mb california hot boy md boss firing hiring sweat broad keep em perspiring shes admiring way slide way ride boyfriend lied shes neva seen sav timbs push s500 sittin davin rims sees european keys sees woodgrain sprees sees champelli trees sees hella gs pull light people stare four niggas benz dreadlock hair smoke everywhere wavin madeline woodgrain davins license plate rattlin doin want hangin sunroof mentally ignorant boy go dumb dude gas break dip call yokin donut whip call dosin get stupid good ghost ride whip dancin hood im amped feeling good potna im hyphy bitch face thizz face nike women like im dipped butter ill rob brother pimp blood mother im mr stupid doo doo dumb sumthin terrible tell em come u p go club dont need id everywhere go party yall gon get crackin like mardi gras get stupid get stupid get stupid get stupid go stupid go stupid go stupid come go stupid im dog hound crestside clown gig hard make pants fall beat pound cuddie whered get oh aint know dr dre come rappin rhymin dancin pantomimin acting like im drivin switch dance like im fishin see bay area dance lil different bay bounce thizzle west coast wizzle get stupid come fuck drizzle call hospital hes convulsions hes gettin stupid load yokin store still open need heem privilege thing yadadamean door like yee u p u p go club dont need id everywhere go party yall gon get crackin like mardi gras get stupid get stupid get stupid get stupid go stupid go stupid go stupid come go stupid alright let tell call thing stupid cause dance chicks say stupid aint hard baby get dumb act like retard shake hair make blow air gotta get growl like bear say wha wha damn thing girl cut shit fill cup dont punk dont look right really aint drunk come repeat go u p u p go club dont need id everywhere go party yall gon get crackin like mardi gras get stupid get stupid get stupid get stupid go stupid go stupid go stupid come go stupid dre rock jewelry clear stones get nigga head like headphones im finna spit clear tone get attention biggest thing since tv invention dope zoloft big shot show plus im big pimp get tore fuck good job need good jaw sell bjs til mouth get raw im california coast beaches bridges hit cock get ghost dont sleeping bitches got cougnut sitting wires vogues bitch michelin tires cant control desires buy nordstroms fred meyers lot weed love supplier keep fuck blood supplier man im bigger life magnum bout broke bitches im em dre bogard shove push start war nothing like gw bush loving kush backwood without backwood aint good im streets need heat ill slice nigga like roast beef meat bust rap anything else job ill peel cap back anything else job ill get racks anything else job ill make slap anything else job bitch gon ask come grocery shop told straight like siree bob thats job dont im pimp slash rapper thought knew dude serve news let know hes finna walking brand new shoes ooh fool gotta watch thyself one false move cant stop thyself sometimes im im another man im rockstar another band plus im man plan hands soon playing sand cause estimations calculations money made rompalation im finna get many digits thats license plate shit midgets bitch cant wait bust rap anything else job ill peel cap back anything else job ill get racks anything else job ill make slap anything else job dip trip furl dressed plus got mouth full girls best friend im back future new game kind nigga yall lames plain drinking kind liquor wearing kind clothes fucking kind hoes bedrock pimping meaning games kind old dont want ill bother ya get lost pal clobber ya got golden gloves ill give new look stiff left sharp right hook niggas know snitches ride go gravy long dont tell team see machine fuck mans ima intervene im sport coat sancho always looking benny blanco cmon lets thizz another knocker kick game around like soccer pull chair let make plate game thats seasoned like tasty steak since 88 ive serving well serving yayo l rocking bells clocking mail get get getting copping flipping flip flip flipping im spitting bar bar european whipping car car dough hoe know say need like jaws need rain coat fandangoes stay high star spangled choke blood bitch get strangled get mangled fucking pimpin hot lipton dre jay simpson better pay attention gamed peep bio file see came since 84 gettin dough sco valley jo getting rich rich san jo grinding rhyming pimpin hoes rolling vogues 2 4s dre tripper gotta stay two hoes stay zippas boy keep os get bossed say thar blows sweat say read lips bring cheddar bitch bring chips fingertips ass hips lips follow lead dont ask questions bitch want fresh fits abercrombie fitch going mac comes shits mac comes spit let ear baby im trying flip see every year baby real laddish getting cottage cheese geez please beez freeze stop youre heading wrong path fuck making love bitch want tongue bath dumb cash like cash fat check bank id blow im 100 smacking slapping 500 since 84 gettin dough sco valley jo getting rich rich san jo grinding rhyming pimpin hoes rolling vogues 2 4s dre tripper gotta stay two hoes stay zippas boy keep os get bossed say thar blows got cutthroat friends lots women ride benz ill squat lemon want stuffed turkey trimmings pay play extra innings im winning fat lady start singing im finna get cougnut start swinging skeet dance eight run plates model make imma shake like im riding cake pedal metal rarely hit brake love high speed getaway wanna get rid dre put kid away im today im 7 series quiet cant even hear engine smash gas would look wood dash since 84 gettin dough sco valley jo getting rich rich san jo grinding rhyming pimpin hoes rolling vogues 2 4s dre tripper gotta stay two hoes stay zippas boy keep os get bossed say thar blows got phone call rollin interstate dre ate yet hows dinner date hmm dont know let check schedgy im free 830 pick youre readgy hopped chevy could freshen rolled sack back put weapon poured glass 7 ate quick snack salami swiss piled ritz crack called punk bitch back whats alice got maddest said names alice alright alice pick palace stay west linn know know thats dad lives jiffy threw 150s red ken griffey shirt crispy im dipped usual shave andis electric reusable threw removable iced grill spit spill chilly chill im really ill really feel really mackish im waitin bitch im puffin cat piss damn bitch started thinkin baby pulled aviator lincoln grabbed thump thang cause wont catch leakin cause punks hang try bang every weekend started speakin hell car said eating said elephant bar said hell id rather benihanas said whats said drama look little mama quarter ten cant night gotta stop song end restaurant im feelin like man spoke japan give moo goo gai pan ate drank got full burped said alright beezy time curt dipped spot tucked cut put dick cot busted nut busted nut one mo gin busted nut hoe chin go another fiasco im digging im playin asshole fuck bashful baby im bash pro said dre ill give anything ask got class hoenow look pay close attention im finna sing hook give mo theres something must know im pimp got hoes cant fuck free mo hotel motel holiday inn see girl starts acting take friend say hotel motel holiday inn see girl starts acting take friend come beezy time split im kinda lit im tryna hit sittin wasting time got three deck waiting line plus ronald dregan cant begging let put third leg start wavin choosy wait cutie get home gon want play booty catch fruity catch studie ill gettin jaw puffin doobie ruby ex best friend rubbin hairs chinny chin chin hotel motel holiday inn see girl starts acting take friend say hotel motel holiday inn see girl starts acting take friend beezies front like hump say let daddy stab beezies back like back say nigga get hit till split letches side coochie tight say dont pound wont drown beezies dont care say avior menage trios hotel motel holiday inn see girl starts acting take friend shes heard stories lots rumors haters head like tumors told told asked said cut crap miss talkage bitches excessive stalkage better get im full heem beezy end shoulda coulda woulda team whachu mean im finish ing split scene dicks hard gonna split jeans know treen lexus thing wanna blow im finna let sing hotel motel holiday inn see girl starts acting take friend say hotel motel holiday inn see girl starts acting take friend beezies front like hump say let daddy stab beezies back like back say nigga get hit till split letches side coochie tight say dont pound wont drown beezies dont care say avior menage trios know mi im rb singer im gangster rapper throwing middle finger square rubiks cubes dont smoke use im cutthoat boy got short fuse get kinda hyphy im gone little gin dont like say hello little friend rat tat tatta really dont matter push hard line cross niggas gon scatter im mad rapper im rapper gone bad recording pro tools pad get gang bab boy im sav come sideshow yolkin cab fuck cost im boss tycoon dipped sauce floss coon fuck cost im boss tycoon dipped sauce floss coon know 600 v12 cls spinnin sprewells dirty hell like fuck detail still knock yo female mack bitch til break lee nails track tl yukmouth first week 80 thousand street sales im ceo thats seven dollars retail bitch got niggas poppin collars poppin e pills poppin bottles poppin cowards heatelle fuck spitz get ice vionnis new york italianni plug spanish mamis bitches belly dancin like swami fuck em im cocky poppin dom p smokin broccoli cause im million dollar man like ted dibiase feds see watch baby liberace wrist stay rocky whips stay saucy rims glossy mackin ass dre beside call frosty frosty snowman oakland dopeman sell kicks copelands bitch oakland mayor oakland raider king vallejo bitch foldin paper tycoons nigga fuck cost im boss tycoon dipped sauce floss coon fuck cost im boss tycoon dipped sauce floss coon ride around town clean ass benz range rove cougnut clean ass rims felt like ted turner pack lead burner spit get cant quit im bread earner boss 5 star telly dre touch mo bread motherfucking deli young rich nigga 20 inch nigga p p bitch nigga ive getting scrill diamonds grill rep pill boy keep trill show thatll go blade kill like raid stay gone naid fuck wanna got bitches corner thizz user im thizz owner sometimes thizz sometimes shroom whatever imma stay tycoon fuck cost im boss tycoon dipped sauce floss coon fuck cost im boss tycoon dipped sauce floss coon ugh wha wha yeah yadidaholla know whadddiholla yeah itty bitty city water thats steady gettin taller vallejo hoe dont understand check though sippin martinis eatin scampi linguini makin blunts disappear like im houdini laid asians know tongue fu gettin blew got call young dru speakin thizzlamic understand said al boo boo eagle landed reply pronto cousin execute stage two put turkey oven dont know means got blow time turn blow dough sell em high buy em low let em fly let em go birdies snow straight valley jo got nigga dru got hit hip hell make sure got team tryna win keep mafioso hear violins im yay boy playboy bay boy stay boy dont puffin hay boy son head lay boy protect k boy run home get sprayed boy young dru mac dre boy yay dont play boy im made boy highly connected spit flame boy im paid boy spliffs naid day boy never changed im fuck say boy im afraid boy take wax gunplay boy run away boy shakin blades gay boys movin bricks boy choppin kicks picks boy weighin zips boy takin trips chips boy coppin whips boy floss cross chicks boy makin hits boy fuck mob get split boy loaded lit boy dre dru shit boy fix bitch tryna get rich boy im sneaks freaks beach shallow bossed drinkin ernest julio gallo got roll butterfly knife im nothin nice cut guy twice life followed path boy b boy cash live lav got game like bob costas got dread like rastas eatin seafood sauce put pastas imposters get tried treason nation thizzlam allegiance write grievance file complaint tell em dre doin things guys cant burnin rubber day drivin wreckless cut man throat give man bloody necklace cuddie respect us cause niggas mafioso prick theyll whack +action bronson,heartbreak drowned sorrows large steak always back gotta like gotta act like bitch im baby girl im blue treat like shit paid bed never even slept paid crib never stepped foot somebody else eating pudding things change dashboard wooden black benz like young doc gooden dark shades cause im stone crazy girl grown stop playin phone baby childish attempts make angry fall short fuels rage nothing understandable im shinin brilliant five brazilians times used hide feelings im butt naked lamborghini motherfuckers cant see wait til chick see tv make shit look easy wouldve thought hit right back always back gotta like gotta act like bitch im baby girl im blue many women wanna call baby wonder fuck aint call lately would say im symbol sex uh others would hate dont give em breath go date im crib chef uh thats could order whatever specialty white snake underwear sauce could probably catch somewhere sun next understand thats cause im popular im getting topped front row opera bocelli sings celly rings gotta go youll never know good feels lay bed king im exactly flawless im gorgeous like horse know thought succeeding makes lot people nauseous still im back boat taking pictures swordfish always back gotta like gotta act like bitch im baby girl im blue hope get paper cut tongue razor paper cup hope every soda drink already shaken hope dreams dry like raisins baking sun hope titties saggy early twenties hope theres always snow driveway hope never get fridays work fridays thats always busy fridays hope win lottery lose ticket hope ben socrates poop kitchen hope zipper jacket get stuck headphones short charger dont work spill shit shirt hope tears dont hurt smile face cut losses delilah changed locks fade hope happy hope happy hope ruined shit reason hope happy always back gotta like gotta act like bitch im baby girl im blue la la la la la la la la la la la la la la la la la la la la la la la la la yeah uh opportunity knockin let motherfucker opportunity knockin gotta let motherfucker kiss mother cheek tell love aint gotta worry bout thing got covered think im actin crazy think im actin crazy think im actin crazy know im still little baby life fuck pull truck bitch stuck wanna suck us see hangin window screamin tough luck different cloth im cut baby oh lord cops chasin bronson white ford shit im night tour bitch im alright im raw im robe dancin salsa top floor would swear im puerto rican im lord hot hoes every city go singin heads high kill em uh eat oysters speak six languages three voices adriatic summers sail boat dont even try call im available nothin unless stupid paper hop studebaker anita baker uh opportunity knockin gotta let motherfucker kiss mother cheek tell love aint gotta worry bout thing got covered think im actin crazy think im actin crazy think im actin crazy know im still little baby uh feel alive think shit kiss im starin man inside mirror reflection shows wolf though goddamn im still cute ho women play flute saw plate melon prosciutt left handed make fender cry count money reverends smile devils eye half cherokee gemini uh motherfuckersll dump heat jump street turn chest plate lunch meat im humvee lookin like young motherfuckers wanna chubby switch season hairs curled tan skin need bad girl cause james brown said mans world transam twirl burner handle made pearl thats daddys little girl opportunity knockin gotta let motherfucker kiss mother cheek tell love aint gotta worry bout thing got covered think im actin crazy think im actin crazy think im actin crazy know im still little baby praise lord born drive boat feeling like slash front chapel im leaned back les paul shit smoke like cholesterol spilled dressin vest festival best midget puerto rican beck call best believe neck involved fucked around almost wrecked saab uh took acid ten days straight mountains started running stallions playing frisbee west indies tango kidneys eyes open know kids need rockin loose pants yeah rockin loose pants yeah buried million sand clock tower die take hot shower ride harley sunset ride harley sunset ride harley sunset ride harley sunset chance seen lobby ritz man one swings hockey stick wearing white hair looking precious shit might cop chest dresser little machine make espresso heard bitch still wears ecko hide drugs behind box de cecco live expo wear wolf winter steer coupe center gives fuck im sinner dreams fuckin keri hilson duncans woke naked hilton bitch look like seals cousin bite eel dozen bite eel dozen pump bass trunk shit rattled like baby hand except toy cost 80 grand im crazy tan places ive writing words pen tell pilot land plane roosevelt main put jacuzzi seven train lay john coltrane play cocaine face know crabs old bay taste brass band seven pieces bitchs name peaches got twin mac 11s features shit barely got sneaker money much dick mouths thats motherfuckers speaking funny need speak clearer dear cause cant hear ya need speak clearer dear cause cant hear ya magic johnson game lames dont want play smile face really know hatin know mad cause im sick plain see ride harley sunset ride harley sunset ride harley sunset ride harley sunset ride harley sunset ride harley sunset la musica de harry fraud smoke something biatch blow kiss dick wash body sponge feed fla vor ices put chronic lungs tailor leather suit jodeci shit bi coastal man rich leave party daughter morning karate water hear sounds samurais rockin shorts winter dont fuck splinters roll sinners bunch winners catered lunch dinners drug jar look empty drop hook ill probably cop m3 long knife thats event somebody try get heaven theyll sent oh strength caviar porsche taste beans gettin boston baked thin ice skate across lake ccm tacks feet like cassius smoke premium cabbage blow kiss dick wash body sponge feed fla vor ices put chronic lungs tailor leather suit jodeci shit bi coastal man rich yo 80000 shopping malls aint browsin poppin hood transco towers prowler prowling gucci towels bathroom vials nouns owls aston martins sparkin one valet parkin loan sharkin hopin days dont get darkened cheetah skin outside parka propaganda propels us ostrich feathers security guards 9 berettas pullin volkswagen jettas causin storms sunny weather sunny whether sunny weather hopin days get hopin hopin days get days get better smoking fucking thanksgiving turkey bags man surgical procedures ben johnson already know sign name feather tap dance full moon smoke drinking liquor fam left us soon keep truckin searching nooks crannies english muffin streets filled crooks trannies bam bam got shooter like lagassee emerald green paper split posse one hand driving 3 gram smoking 2 fiend sucking tea bag soaking strength retard drugs even stronger shorty loved longitude dealer bring quarter fishing make snapper less affordable hate stupid bitches ask questions thats rhetorical like want sex well bitch obvious name jeta former yugoslavia grew bush like baby plant still ate think bucatin razor clams smuggle cheeses baby bag serve private tasting got time wasting dick placed slit type conversation prime rib lafrieda carved blablablabla fuck fucked last word cause dont give shit man meant say prime rib carved fucking carving station yo yo mind locked conscious rocked alley fiend getting cock sucked plus wearing wedding dress special day said finally met fuck yo mind locked conscious rocked alley fiend getting cock sucked wearing wedding dress special day said finally met man take breath away well naturally im jealous im lonely times friends life drugs cannoli dad right shoulda listened told walking contradiction wounds inflicted solely pain within running deeper ocean floor ocean bluh bluh bluh bluh bluh bluh yo pain within running deeper ocean floor ocean avenue family straight kosovo years ago mum look son bloomed hum tune im hotter sun june im living life feel im drifting demons doorstep lungs feel constricted maybe see shrink get prescripted take hand god shit think ill keep distance think im frightened didnt even know yo thought im subconsciously poet perfect timing hope dont blow pop bottle moet yo heres late nights im trying stay orange skips great white sharks 38 tarnished tip 27 years never met honest bitch slice faces like kitana shit nasal blow smoke basil boat hookers half shell hundred dollar pants wind breaker jacket flapping like falcon westward wind play kitchen like mexican next kin patrick swayze better slow baby im wildin better slow baby shit crazy need slow baby whole team cash load baby im hero home town baby stop talking go baby shit chest shoot colors like care bear year see tan hopping van wasnt tryna show face fuck around cold case chrome skates old day remote control chains promote dough veins poke chicks hoes vogue legs eat steaks gold plate stoned listening coldplay need slow baby whole team cash load baby im hero home town baby stop talking go baby long knife spinal built like rhino push 635 finals pearl white like sniffin sinus finest vaginas demolished dick one year queens top cream crop serve fiend sock five minutes till lean like drop spinning furnace like scene rock hide spinach like doomsday prepper every sunday tuesday leather beard look like uday qusay play pool cool day need slow baby whole team cash load baby im hero home town baby stop talking go baby lot people hands got motherfuckers mad cause imma stand never let hammer got soft hands hear singing boss man dog im lost land spill coke heater drop little sauce beater zero 60 porsche like cheetah new york im like jeter light caesar hypebeaster rock nice sneaker get drugs good price price cheaper guaranteed trunk snapping like tambourine bodying pussies camera team uh better slow baby uh better slow baby uh better slow baby better slow baby need slow baby whole team cash load baby im hero home town baby stop talking go baby need slow baby im hero home town baby dont hurt uh dont hurt dont hurt dont hurt dont hurt baby nah love need hug cause drugs takin shorty couldnt take went loca stranger rum soda met ho slumped shit ive good though cant complain could probably cop half plane drinking juice like jack lalanne imma strike rich day uh know gotta get plate virtuoso keyboard rep eastern seaboard jeez lord please leave z3 keys leave dont sneeze shit cause shiz imma flip ya pedicured foot slide slipper tryna remix pitbull tell pilot land schiphol play violin dimples lifes ironic simple smoke good fuck eat drink drive nice car wear green mink first time whacked penthouse roses bath penthouse billy joel garden get skybox 89 iroc always poppin ihop choke pussy tie knot block chuck knoblauch spicy coconut curry thai spot im hurry dumb jewelry verdict read hung jury doctor said hung early skull curly larry moe ill marry ho bitch look like mari monroe twisted jenkem watching iron chef secret ingredient lions neck royal blue cyber tech ride solo like fighter jet hurt dont hurt please dont hurt dont hurt theres hit records demo theres hit records demo dont hurt theres hit records demo theres hit records demo catch hoppin limo catch hoppin limo smoke good fuck eat drink drive nice car wear green mink uh payin smoke good fuck eat drink drive nice car wear green mink smoke good fuck eat drink drive nice car wear green mink think bam bam la musica de harry fraud white leather knee tropics left hand switching speeds im cockpit straight flushing man known using chopsticks problems getting dealt never pop shit hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty rock shawn kemp kamikaze burning cheese saganaki greek shit whole team sick hoe bitches cleveland dick rap fuck make clap throw money air pick ill take back bitch homie hold homie throw phony pounds scent dollars like crispy garlic golden brown addicted aint nothing prescripted baby clams montauk mix linguistics bitch im high white leather knee tropics left hand switching speeds im cockpit straight flushing man known using chopsticks problems getting dealt never pop shit hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty uh know hit hot shit straight block roll pot shit niggas dont wanna go school act like sick money pocket putting diamonds everything see look rich fuck clothes smelling like mary jane ride coastal every plane say guys close guys loco see non vocal high fuck need bifocals kush got moving slo mo steak eggs dojo gs need weed im cars aint keys tapping young niggas rolling weed ounce got bigger crib repping live hair long weed strong staring weed strong money long aint caring white leather knee tropics left hand switching speeds im cockpit straight flushing man known using chopsticks problems getting dealt never pop shit hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty know hit dropkick marty jannetty fucking drug shit drugs yeah yo straight depths queens leave sleeping mezzanine like lincoln switch desert scene often heard motherfucker seldom seen im throwing blows waiting bell ring drug smoking raisins make pasta sweet slumped barrel posture meet stay lean like motherfucking ostrich meat full shit time get colonoscopy scissor kicks dick suck miss elizabeth lex luger arms 4 morning dark computer wasting time thoughts paced untastable grace replaced mind born shine like eyes cat cat fuck around put knife back nothing live let die roam land bluffing lifted cards showed hand pussy tailor made rubber rubbermaid reliable never spill soup rock linen suit play streets like ball court spin shoot strong popeye dipping spinach take nuts mouth let breathe minute please life cheap like hooker philippines huge star im still queens youre shelf like figurine drugs infested mind im destined shine spit shit keep motherfuckers pressing rewind thousands pounds pressure pressed spine live divine free mind lead blind read signs hands like stepping party getting robbed motherfucker shotty said pottyd make body ollie dig shorty cuz geeked molly eating dick need seasoning seven dudes room shes pleasing like trooper hit pooper throw shower take lupa im kinky ill hit even stinky put em shower make pussy brand new ran give em money cant stuff lunchbox burn candle uh consensual rape vinegar solutions animal abusing barrel revolutions dont get pissed fuck around rip tits still getting head even dicks soft rising quick fleischmans im endzone one leg posing like heisman throwing like theismann sway foot village leader smoking pipe seven wise men eat biggest piece chicken table let em know im hungry polo rugby forty four long surely got trusty home trying live american dreamsdusty rhodes yeah fucking pussy uh waxy smoking barbara walters wax fucking outfit twenty days row dont give shit came around cause thought money got fucked thats kids theres anything left ill cop crib theres anything left ill cop six think got art displayed dinner plates first course finger lakes last course cinnamon ginger cake gave head laker game got tatted trying erase name caught cheating pussy didnt feel probably one broncos lebron blew car soon try start nah cant talk though chance thin like moustache puerto ricans shooting guns daughter weekend smoke budder color weeknd stashed sole sneaker laughs fuck fuck man stashed sole sneaker smoke budder color weeknd uh told driver lenny swing garden gotta talk pat hit stacks showed gat like gonna miss finger roll right fuck told driver lenny swing garden gotta talk pat showed stacks showed gat like youre gonna miss finger roll right yes mr baklava cartwheeled aqua car trails laughter shit crazy right yo fucking nuts talking crazy point told driver lenny swing garden gotta talk pat showed stacks showed gat like youre gonna miss finger roll right yes mr baklava cartwheeled aqua car im sliding boy made crying facial reminiscent lion fuck around ill send back zion aint even trying swing wood wheel like lumberjacks remember back wouldnt spend stack rap want wipe ass crack shat corn beef hash ew yeah motherfucking big body im back fucking sequel man know come spice shit fuck mr fuckin sazon im fucking wiling lot shit done motherfucking changed motherfuckers done came whole lot different motherfucking moves made know time motherfucking lifestyle done changed little bit types shit motherfucking crib renovated man types fly shit got new fucking marble floor man shit imported flew shit connecticut motherfuckers spinning stupid shit know man motherfucking body im wiling like never changed man motherfucker know man 98 stick ups screw driver man last car fucking train man fucking live shit done came pockets always swole sometimes little low get back man fill like fucking gas tank god man psssht shout outs fucking brother man action bronson man man motherfucking man enough say man motherfucking things thats say shit fucking crazy man im smoking good man fucking pocket fucking stupid fucking blunt pack town piff shouts motherfucking dominicans heights 172 174 wiling already know man nah dont even want motherfucking ounce b give motherfucking 40 dimes thats want brown fucking bag yeah tato papi thats big fucking style man want chimi sauce dripping fucking arm thats man wipe fucking hundred dollar bill im wiling man name big fucking body shouts motherfucking albania shouts east new york shouts lindenwood shouts motherfucking flushing shouts motherfucking bronx man fucking day im wiling man eagles +del the funky homosapien,ahh know im drunk ladies gentlemen forgot favorite man sittin name mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mr bob dobalina mista dobalina mista bob dobalina mista bob dobalina wont quit really make sick ya fraudulent behavior youre gonna make flip army couldnt save ya dont behave ya little rugrat take little tip tabloid know im paranoid say saw ya tryin mock crew mission tryin hawk isnt happenin ya fraudulent foes used front big time suppose everythings cool since style apparel adopted used make fun wanna rock gotta kick homies e l already hip cronies cm px thought never seen brother could hover mista mista mista dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mr bob dobalina ooh ooh mista dobalina thought ya could manipulate thought could fool ooh ooh mista dobalina cheech wizard used put stump schooled friends fraudulent wait see first moneygrip stole honeydip mista dobalina serpent dont agree little two tima resembles aunt jemima jeans dirty white hoodie seems like wouldnt snake would disguises come sizes shapes notice facade snakes catch vapes even though last year gq took lot time e l could see mask ask hemperor kwame man responded would bomb fraudulent foe strength hercules way ya dick must really hurt ya knees need take heed quit groupie ever since little show guadeloupee neva saw groupie like funny ya wanted crew e l clowns jesters would suggest try impress uncle fester dobalina ya dont impress dobalina style dress key dobalina mind heart start remembering ya gotta pay fee dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina gloryhallastoopid mista bob dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina ooh ooh mista dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista dobalina mr bob dobalina mista mista dobalina mr bob dobalina important practice good hygiene least wanna run team im bout get shit ive seen fools breath hummin bad itll melt ice cream say dont say nothing cant say nice things sittin close bart like eyes sting try subtle hand stick gum victim breath hum running yap sets gotta get gum gotta gets turned teeth brown excruciating foreign new sensation ask dope pass soap cause coat stench crustaceans bathrooms bus station olde e raisins amazing head toe bo didnt know used fragrance cause days went without bathing felt manly like maiden one dread fungus said worked peoples toilets plungers girls guy would want tongue ya guys take cue little number gotta wash ass must gotta wash hair must gotta brush teeth must else youll funky gotta wash ass must gotta wash hair must gotta brush teeth must else youll funky scratching wash class need total concentration theres kids back holding conversations crackin neither poster boys em smell like type soap avoid coast enjoyed leave absence ones fools feet smelled like struck matchsticks brimstone girls would never bring home laughin friend raised tone said bud earled yeah go deep ass youll submerged like need water cause smell like turd wanna cap get courage feet smell lurid go look youre get cup squeeze sweat sweatshirt drink gargle get vote stinkiest nigga started thinkin shit said frail said stale underarms ripe undergarments tight leap holey sweats holdin bets im gonna collect nigga check respect wash mothafuckin body fore sweatshirt melt like radioactive lady find attractive funk got captive dont need map bitch gotta wash ass must gotta wash hair must gotta brush teeth must else youll funky scratching wash gotta wash ass must gotta wash hair must gotta brush teeth must else youll funky scratching wash scratching soap face check comprehensive catalog crafts im daft battle like dont avant garde battlestar galactica got rhymes per capita im shining aperture im gonna bust caps ya thats another genre im black bomber track charmer sack burner distract burdens aint urgent nerve prints word sentinel invisible infidel interstellar hella clever endeavors immeasurable heaven go incredible melodramatic wit tales tablet fail cause average regardless sales status extra baggage bamboozle like im mobbin landcruiser macarthur artistic archer autistic misfit youll get sickness spit wickedness split cha wig like kid icarus leave headless like ichabod infuriated tick stick pop hip hops difficult cult lyrics lacerated slit cha throat beat cha brain like piscopo sniffin coke dont know diffrent strokes respect fore whip ol betsy surgically remove testes purposely improve see best sold sexy take poll know prestige large lefty automate animate soul sanitation like gotta canvas painting manifestations eh whos ever hearin deltron z lyricist frontin fake false appearances press rewind drive delirious dead serious eeriest mic mysterious eh peep whos ever hearin deltron z lyricist frontin fake false appearances press rewind drive delirious dead serious eeriest mic mysterious press rewind go ahead try symbiosis rap artist dont focus think flippin chips try penny brokers kipsco pennyloafers get album ill show done del atrocious hella atrocious wit vocals throat holds verbal choke holds poke holes ya scrolls goals rifles flow scrimmage like micronauts might go pop might grow crops go get gestapo riskin pot full gold pull zodiac sign halftime reenact rhymes past life flashlights man dont know half dash right phonograph blow balderdash coordinates confirm subordinates learn ordinance stern supportin firm way lonely age going crazed style sold paid cause made water emcees like bay shore bullets graze doors oakland lay law del going awol napalm eight bombs taped arms like town crier miser strider spit exciter ripping plywood forget beef cakin lyrical cheapskates try del win sweepstakes make hot seethin deep end stop breathin caught cha sleeping youre peaking like youve eaten hundred microdots wreck equinox delete every piece props leave perforated curb hatred deserve matrix word olympics completely furnished wit burners like ted turner broadcast classics fabu lass fa tastic peep ever hearin deltron z lyricist frontin fake false appearances press rewind drive delirious dead serious eeriest mic mysterious hey ever hearin deltron z lyricist frontin fake false appearances press rewind drive delirious dead serious eeriest mic mysterious survey says go practice something man know peace press rewind ah hah mista twista getcha every single time rhyme like know flow gifted tongue cryptic brung new phrases mazes play two times day day day ay ayo daylight come plum forgot wack rhyme buzz like bee ears peers know know know day daylight come wanna go home cool tool smith wesson opposite pop bit shit mic get mic b b b bam ricochet bit mic like like girl ahonetwo e l c r u h anyone makes advances im incognito veto answer prance upon skull like frito finito aint finished til let flipside ride til rhythm diminished would could aint cause caint time lay law whos raw saw views shoes writer stronger cisco youre like cider watery try win lottery try slaughter im g stepped kept toes rep grew leapt negative foes better get flows counteract weve done received one good cause im armed like sleeve son plead dumb step back wreck shop collect respect props deck next prop artist hardest one dont pass tysons last name rophone id knock ass bigger better better bigger whenever figure nigga gettin real dont kill flaws ill cause answer boss thats ya lost keep losin im usin many tactics yearn earn green saint patrick make backs get caught frontin never bought newport puff bluntn needs sugar crisp get swift two syllables exemplifies gift tajai sense try scale ladder bladders release upon porch dont cease respond beats distraction see one fatter rerun whats happening youre come correct respect roughneck cause nuff get bucked tucked beds like nighty nighty deft membrane none left cause righty fight youll catch volleys follies mistakes stick fakes shanks thanks wack shit attempts rap ineffectual get butt styles like hard homosexual sex youre intersection damage sandwich knuckles luck pulls bad ones catch one two rather slew soft ass phonies plus cronies try youll catch vans hiney thats bat grip slips though doubt pout want covertly find sees candies nothing gets play tracks youll go like betamax next tajai cause kicks greater tracks sce beep boop bob head mischievous soul societal idle chatter never slips lips writer might greater innovator rhyme scheme style visine get eyes opening raggedy andy gets dandy like lion meadow teapots blow steam like kettle youre hip hop kick trip light fantastic gettin groove better phonographic vandal vocals making locals go insane regal rhymer speaks sustenance brain get frisky phrases praise us like divinity one liberated soul controls infinity got style square mile cats got vibe child hieroglyphics uplift rhythms meanwhile articulate lingo mingle medium speech peace prop prophets ponder teach smidgen religion fraudulent listen pay attention im master convention kick wicked wiley styley youre stuttering like smiley skipping shingles shattered dreams bad seems tried wise wordy wizard pays visit subconscious crush wonderland extinguish nonsense optimistic stylistic mystic myth im swift like mercury mercy ill surely shoot gift people call souped im living fat people call nasty eat cat swing bat level heads leavin devils dead never said never cause clever heads better dreads locked top crop never flaky field bo jackson couldnt shake bake betty crockers oven isnt hot enough wanna spread skins got lotta stuff bluff got tough guy thinkin twice step cause fly rep kepts step ladder fatter spliff hittin smidgen like pigeon ill shittin sittin futon slippin timb boots im type brotha ya get ya troops oops im sorry cause didnt mean diss could hook ho make blow like tissue mary little lamb adam got lotta dough need help garden skyline got lotta hoes yo didnt mean hoes yo meant women got pool got trunks lets go swimming dip dip dive cause im live liver five ten men jock dont stop pimp pimp everywhere pimp pimp plus grades quiz bout roll corner crew bout roll corner get us brew bout roll corner swishers roll fat blunt get perved another fine day land live oakland dont give shit thats know im sellin dank split profit 5050 brother went half first burst move gotta sooth nerves liquor dont bicker well relaxed ask mama shit like war zone streets hot like bahamas stay away drama im wearin snipe arctic jacket wool like llama pause like comma cause someone got stuck bucked family outside trauma heard shots inside whenever gats go hit deck hide po po said got time lied gotta give credit try see mother cry im wondering man said fuck aint nothin continue mission block brew way bout half way children runnin everywhere like dont care muslim bakery like right pass beer look mean ducks gets final call cause still brain gotta well endowed proud ambulances signals glances lets hurry dont take chances niggas step us trying rap like got answers front store trying work sleight hand panhandlers amateurs daily reminders gotta find way come sums life along kids wife anyway pass local grocery store sure meats produce aint good days want fresh clerk aint race stress doin community fuck aint enough 6 pack share nice little stroll april spring air hide shit nation dont see people havin memory loss dont remember im boss youre claustraphobic close men faculty wackll face must basin think could tackle triumphant pump volume increase mieces get sliced pieces please listen album even youre white like talcum unpaid getcha stayin tuned tune presume see doom designated anyone stated word serve mc simply put like foot anus ya shamus tryin get imma go mine know time im older im gonna rip niggas heads said salutations introducing del bid boostin tales adventures attempt try limp die whichever choose lose crews get ashamed cause blame em bitin might win start writin stop fightin time games rearrange vocals heaphones hold til get answer acknowledge abolish wack records hieroglyphics know repected caught harm bought farm youre friend theres need alarm get juiced let loose little cleverness open follicles mousse choose weapon kept steppin youre swept hurricane delll blow brain next generations youth facin truth truth ill leave loose tooth gums get split bit ill extract truth ass like im standin pulpit lie detector wrecked ya sector youre standing swing branding expanding im handing people cause cant say damn thing doubt youre already outta line let remind behind switch used bruise bottom little nigga tried cut caught didnt think would see cause rap sap strength lap length around whole course time still got time unwind weak mcs make earl hurl world crushed gotta make hush gotta eliminated way demonstrate hate still greatest like boxer imma knock socks nowhere run exits blocked steadily im dissin men hope youre listenin brothers like flow others ride jock like bicycle im psycho fools try play like tyco gotsta pull rifle daisy graze ass bee bee comes speedy sign peace treaty youll needin medical attention leave bleedin throw monkey wrench program crammed ass bad son catch bad one 1x caught harm bought farm youre friend theres need alarm caught harm bought farm youre foe im gonna break fuckin arm knowhatimsayin peace let tell proto culture dont know culture heres whole structure weve enough lackluster trust us get kind games cant rent blockbuster game related raise bit bit yo link cable well go hit hit phantasma plasma particle beam means ya run rendered effects hot like magnas play games capcom power glove strapped platform dont spend dough phat farm video games got many play life expires fufill desires mastering hardest boss shattering stars across aint hard cross finish line floatin daytona wex gex klonoa get em cost rpg platform transform like macross rival schools batsu purchase ought came one free cd like bought two hope make part two dreamcast cause games ive seen mags wont believe getting callouses turning asteroids graviton bombs destroyed getting moms annoyed im hacking nightmare creatures features splatter cross screen get clean year remember homie ed coats colecovision every week id visit playing donkey kong jr venture rocn rope games thought dope moms watching soaps im next level got double barrel shotgun doom world waiting next devil armors low check arsenal rupture main conductor playing disruptor remember ninja gaiden finished finally ramone wouldnt answer phone getting blown first nintendo power maps zelda help conquer hour let tell proto culture dont know culture heres whole structure weve enough lackluster trust us get kind games cant rent blockbuster hey ku know sega collection massive got past hits classics herzog zwei panzer zwei originality made fan today pandemonium like toys r us flipping next saturn game brings boys us poisonous taking boys blue grand theft auto snatch rolls royce use yeah ill admit playstation improved come visit feudal japan tenchu bushido blade 2 swordplay accurate mega man legends buy map ill fence hyo get neo geo samurai 64 full rendered splendor rival counter enter swords innards joint playing leonardo whuppin splinter gotta get xenogears thats type game relieves fears get overseas gotta get psychic force authentic arcade endorse got liking imports ill need next e3 whats next cd need see signing checks lets float overseas mingle game companies giving tips capcom sega cant front anyone knew better know chose saturn first cause 2d heaven bernie stolar dropped ball ram cartridge x men vs street fighter couldve expanded market marvel vs capcom beyond fathom tell truth playstation aint ready em come ill bring onslaught alpha omega khaos unique brought sega let tell proto culture dont know culture heres whole structure weve enough lackluster trust us get kind games cant rent blockbuster never drink drive coz might spill drink give keys im ok quit tellin im drunk five hurricanes quit bein puritan im mega turrican wakin blur im alive im alive im alive im still alive red skull like skull crossbones took drivers test straight pilin cones aint funny dont dare chuckle drivin hella drunk without beltbuckle fuck im ok thats say already got suspended license smokin weed ride lightin incense knowin could gone instant pistons pumpin slumpin steering wheel many drunk drivers road killing fields gives fuck get caught get slap wrist license tooken bitch still drive dui crash see passenger fly windshield hard see die heads crushed necks severed shards thats happens playing wild card feel trial killin girl nineteen years old end world dont know pops gonna kill twelve gauge shotgun grill smooth got predicament im drivin drunk ive got sickness fools shiftless like gifted student gpa four point oh blood alcohol level past though never drink drive cuz might spill drink give keys im ok quit tellin im drunk five hurricanes quit bein puritan im mega turrican wakin blur im alive im alive im alive im still alive three oclock time go one line coke cognac cognitive skills aint shit sherlock key lock friends tellin stop damn near block found cops bushes peekin plus weekend im deep end roll alley way cant see getting antsy hop interstate late cops patrol dont give fuck though swerve right get stuck mudhole check rearview coast clear tryin focus cant drunk hell bust rail im sailin cliff high spliff plus fifth bust shit im rollin side like suicide family die tension builds went hills trees stopped redwood first thing broke knees feel pain split second later car burst flames wont know name theyll check dental records body charred burnt crisp soon car flipped crash thats ass thing past already dead impact airbags never drink drive cuz might spill drink give keys im ok quit tellin im drunk five hurricanes quit bein puritan im mega turrican wakin blur im alive im alive im alive im still alive im alive im alive im still alive im alive im alive im still alive skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways skull crossbones poisonous pathways ahh first day probation wastin time like ancient times take dime roll blaze fear havin take piss tests whole year smokin cold beer makes kinda think dont like drink heavily cause po tellin cant smoke even eat poppy seeds buy liquor drink need callin used drink heinekens bout 5 10 plus wine gin hennessy finishing last drop liquor store cash crop drive right past grass spot doin dumbest shit ever life riskin life resistin arrest flesh probably smell funny go dels money fast forward 1998 smash herb old days whole j face nah im still feelin gettin drunk weed back amster got grams chocolate thai purple haze blocks hash make js last days rollin phat circumference stuffed major chronic put wager first got europe everywhere even gas station mat fast pace thought shit aint helpin nothin get elevated straight puffin nothin straight puffin nothin straight puffin nothin straight puffin nothin smokin sessions best world plus price right affordable use fat deserve kodak tax im savin misbehavin thats risk takin aint talkin bout outback smokin till mouths black hows never fucked show blowed sorta didnt get crunk drunk slow liquor boy hit bm bob marley tribute cause probably fat rolled strolled cobble stone streets beats another generation different time zone mind blown thinkin divine poems blessed father gets farther father spiritualities since affects karma used herb good purposes people sure diss amsterdam nurture cant forget crystania kid brainia try sell hard drugs claimin ya life deal real shit bomb hash want deal alls well dont even sell much cops dont really touch cause aint slangin dust im writin right influence youd torch say shouldnt bob marleyd least til im back lake might roll 1 2 old times sake simple sounds simple ought light skin girls lack dark skin quality ya dont understand want explanation well let e l release frustration see every single day light skin girls aint satisfied unless get way always plus act stuck add one great big fuck try play suck want somethin always leave brother nothin ya think ya look better cause ya skins little bit lighter youre thinkin youre type like typewriter ya think ya aint really shit without makeup kit see ya might light ya ugly black beautiful thats beauty x2 dark skin girls better light skin light skin girls aint better dark skin disagree homeboy lets get problems see theres way solve problem 1 got attitude usually vain selfish rude personality nose stuck dont try talkin walkin class cause question cause bein dark wrong complexion wish light though mean lighter light close white possible fight stay brother see green dark skin sisters color dont apply girls light skin ones heads rear end cause static would occur dark skin cuties prefer look vision blur cause contact lenses let ya see benzes plus would fuss cuss tried talk cause im man rides bus get frustrated well lets say used dark lovely give juice come step del ya facts brothers dont forget x2 cant understand light skin wenches ya think ya cause ya long extensions hair natural ya got played braids woulda looked better fade dark skin girls fly honest sweet thats type girl wanna meet complete phony fake like see del bolder tap shoulder say hey lighty could tap sister love mr loveable youll ignore find another tip hop upon get ya need sun coppertone youll take white boyfriend black one thats del stand attack one next time see girl darker disrespect met cause girl looked better x2 +insane clown posse,uh oh go yeah thats mike e clark insane clown posse chop chop slide heard something similar fuck cause shit juggalos whats signal whoop whoop thats right gonna clap four times quickly bust signal whoop whoop whoop whoop yeah bad bad lets yall little slow clappin lets try go whoop whoop whoop whoop bad bad yall need loosen loosen know everybody little dance like little personal get jiggy move gonna bust right get loose yall get get get get loose get get get get loose get get get get loose come break looking good juggalos yall still got rigor mortis need loosened gonna get jiggy kinda way come get get get get loose get get get get loose get get get get loose come break ooooh yeah know wouldnt juggalo party somebody didnt get shot right want picture youve got two nine milimeters one hand gonna juggalos gonna take guns right put em air bust bust bust bust put em air bust bust bust bust ha ha oh yea right neck red thats right got redneck sipping moonshine right everybody red neck si doeing spinning around go round round round go rround around go round round round go rround around go shoot redneck bust bust bust bust ok clap four times bust signal whoop whoop whoop whoop whoop whoop whoop whoop aight yall b boy stands cross arms fold arms cause shit shit shit shit shit shit cross arms shit shit shit shit shit shit thats right shit aint cool get loose hell juggalos thing get get get get loose get get get get loose get get get get loose come break pull hatchets juggalos pull hatchets put em air cause time somebody die bitch come chop chop chop chop swing swing swing swing chop chop chop chop swing swing swing swing shoot bitch bust bust bust bust uh oh send rednecks em spinning round round round round round go round around go round round round go round around go murder alright pull hatchets chop chop chop chop swing swing swing swing chop chop chop chop swing swing swing swing uh oh come po po much murder get gonna find shit come cause shit shit shit shit shit shit cross arms shit shit shit shit shit shit yeah know juggalos aint never afraid cuss open windows let come go fuck shit pussy ass motherfucking damn bitch bitch damn motherfucking ass pussy shit fuck yeah thing yall sounded little scared cuss lets twice loud proud fuck shit pussy ass motherfucking damn bitch bitch damn motherfucking ass pussy shit fuck alright fam thats family tonight everybody look person next front behind give dap sup hey sup hey sup hey sup bust shit get get get get loose get get get get loose get get get get loose oops missed somebody sup hey sup hey sup hey sup one got away chop chop chop chop swing swing swing swing chop chop chop chop swing swing swing swing pull guns alright juggalos let hear filthy mouth fuck shit pussy ass motherfucking damn bitch ha ha ha ha yeah chop chop slide also known juggalo step always remember album bang pow boom got theory see mike got theory magic miracles thats right thats right magic weve ever known easy miss really goes ive seen miracles every way see miracles every day oceans spanning beyond sight million stars way em night dont high look sky know thats miracle opened wide look mountains trees seven seas everything chilling underwater please hot lava snow rain fog long neck giraffes pet cats dogs ive seen eighty five thousand people one room together equal pure magic birth kids ive seen shit thatll shock eyelids sun moon even mars milky way fucking shooting stars ufos river flows plant little seed nature grows niagara falls pyramids everything believed kids fucking rainbows rains theres enough miracles blow brains fed fish pelican frisco bay tried eat cell phone ran away music magic pure clean feel hear cant seen music magic cant even hold air pure motherfuckin magic right shitll blow motherfuckin mind music lot like love feeling fills room floor ceiling see miracles around stop look around astounding water fire air dirt fucking magnets work dont wanna talk scientist yall motherfuckers lying getting pissed solar eclipse vicious weather fifteen thousand juggalos together love mom giving time planet taking nothing granted seen caterpillar turn butterfly miracles aint nothing lie shaggys little boys look like shaggy little boy looks like daddy miracles everywhere look nobody stay put world explore nothing miracles beyond door dark carnival invitation witness without explanation take look fine creation enjoy better appreciation crows ghosts midnight coast wonders world mysteries open mind aint way ignore miracles every day thats real magic everywhere bitch around dont even know shits crazy believer miracles time miracles notice recognize miracles many miracles magic miracles well came way ash nevada come wheres show wheres money came way england wheres bloody undred thousand pounds wanna know hell goddamn hundred thousand dollars get beer motherfucker thought carnival wheres sexy kids dont tell brought candy nothing didnt come way stand around goddamn tadpoles lets get move start shit get paid came long way see shit itd better worth imma kill somebody fuck serial slaughtering stranglers jugular juggling juggalos folded fat floppy tittied freaks c fuckin ps haugh abracadabra boom shacka dae im violent j im back like vertebrae come hat full tricks trunk full faygo car full fat chicks ha hahaha ha hahaha fuck wicked clowns wed like say cobras x men counts everybody clown love even sets ive never heard roll town big top four cards two still drop pack hit road cause dont wanna see head explode toss axe ill toss dead chicken add buck get two liter em genie says show hokus pokus jokers great milenko psychotic carnival creatures haugh hokus pokus jokers ride come take spin carnie ride southwest slithering snakes darkness come hokus pokus jokers ride come take spin carnie ride shazam bam shocka locka lokis shaggy clown back like scoliosis call psycho schizo freak ill call name cause give two shits fuck bounce verner popcorn clown truck im circus ninja southwest voodoo wizard grab gizzard jump carpet lets take spin everybodys waiting show begin top neck let go try land glass faygo uh suck missed fuckin glass broken neck busted fuckin ass genie says show hokus pokus jokers great milenko awaits death rub lamp explore hokus pokus jokers ride come take spin carnie ride enter milenkos fun house walk right wretched hall hokus pokus jokers ride come take spin carnie ride fuck fuck fuck em fuck fuck em clown dog freak dog joker dog milenko dog visions joker cards flashing mothers face hokus pokus jokers ride come take spin carnie ride rude boy chucky clown first time ever went mexicantown remember couldnt pay bill got hot beat us fuckin parking lot tall jess jumpsteady nate mack tagged icp train tracks dawn new day magical carpets grippin freeway walked gypsys tent food stamp walked magical lamp yeah met milenko gave 3 wishes night fucked 3 fat bitches cant get fuck forget ill rip face wipe ass genie says show hokus pokus jokers great milenko climb aboard magic train join us song hokus pokus jokers ride come take spin carnie ride city village hamlet town show must go hokus pokus jokers ride come take spin carnie ride giant ladies bearded ladies midget ladies ladies hokus pokus jokers ride come take spin carnie ride clouds darkness underneath comes clown hokus pokus jokers ride come take spin carnie ride love faygo love pills shaggy love buddies hatchetman love axe axe buddy bring walk axe leave head outlined chalk axe buddy always makes laugh axe cut bigots spinal cords half axe buddy wind back axe give forehead buttcrack axe buddy never leave without axe leave neck bloody fountain everybody everybody everybody run murdering murdering murdering fun swing swing swing chop chop chop swing swing swing chop chop chop everybody everybody everybody run murdering murdering murdering fun swing swing swing chop chop chop swing swing swing chop chop chop axe buddy right planets wrongs axe leave bigots dead richies lawns axe buddy never makes cry axe leave pivot eye ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch tylenol tylenol tylenol tylenol tylenol tylenol tylenol tylenol axe buddy dont take chump axe leave hopping stump look deadest tree tell baby see dont hear branches cry asking reasons hang many men branches humans make play evil way look moons beam fathom seen bodies dragging truck driven bigot fuck think heavens cry acid rain blizzard sky aint covering tracks thats im oh yes axe buddy hell thump head axe make white hoodies red axe buddy let dixie wave axe fuck mother grave ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch ouch tylenol tylenol tylenol tylenol tylenol tylenol tylenol tylenol axe buddy cry trees axe bring devil knees everybody everybody everybody run murdering murdering murdering fun swing swing chop chop chop swing swing swing chop chop chop everybody everybody everybody run murdering murdering murdering fun sw ii ing chop chop chop swiiiiii ing chop chop chop everybody everybody everybody run murdering murdering murdering fun swing ling ling chop chop chop swi ii ing chop chop chop everybody everybody everybody run murdering murdering murdering fun swing ling ling chop chop chop swing ling ling chop chop chop lets meet contestant number one hes schizophrenic serial killer clown says women love sexy smile lets find charm work sharon sharon whats question contestant number one believe first impressions last forever lets say come parents house dinner family tell would make first impression really stick lets see mm well id think might show tux ha doubt id probably show naked like always look momma eye tell fuck hurry bitch im hungry smell spaghetti id pinch loopy ass tell get food ready dad probably start trippin get pissed id walk bust fucking lips dinner time hearing grace mother id pull forty pour little brother im steady staring sister ill tell know thirteen got big tits dad try jump time id put forty chin mom dishes silverware id dry fuck till nut underwear lets meet contestant number two hes psychopathic deranged crackhead freak works dark carnival says women call stretch nuts sharon lets hear question like man whos afraid show true emotions man expresses special way number two fell love exactly would let know first thing could never love sound like richie bitch yo fuck id probably show care taking motherfuckers outta id go phone book whack em find contestant number one break fucking jaw anyone looked would pay id blowing fucking nuggets day id grab titties stretch em past waist let em go watch em spring face id sing love songs best get naked hit like caveman wed go beach walk sand id throw little face say im playin spit id rub back grab underwear wedge ass crack well sounds like contestant number two flowing sensitivity sharon tough choice far sharon lets last question see one going win rights neden okay dance club noticed time tell would get attention would pick line whoevers smoothest wins okay first id slide bar tell cant believe fucking fat id tell like way make titties shake lost little weight youd look like ricki lake fuck youd jocking quick id order drink stir dick get attention crowded place id simply walk stick nuts face yeah freak nuts yo thatll get tell thats fat yeah thatll work even better look fuck got strong rap shit dont want contestant number two hes mad wack walked barn standing bucket eww trying fuck big fucking smelly ass farm llama damn dawg gonna diss momma fuck fuck shit fuck give could id set world fire could id set world fire could id set world fire say fuck world could id set world fire fuck em hey man fuck fuck fuck us fuck tom fuck mary fuck gus fuck darius fuck west coast fuck everybody east eat shit die fuck least fuck pre schoolers fuck rulers kings queens gold jewelers fuck wine coolers fuck chickens fuck ducks everybody crew sucks punk mother fucks fuck critics fuck review even like fuck fuck mom fuck moms momma fuck beastie boys dalai lama fuck rain forest fuck forrest gump probably like rump fuck shoe pump fuck real deal fuck fakes fuck fifty two states ooh fuck could id set world fire say fuck world could id set world fire fuck em could id set world fire say fuck world could id set world fire fuck em yeah fuck oprah fuck opera fuck soap opera fuck pop locker cock blocker fuck girlfriend probably already fuck kyle brother tom petty jumpsteady homie fuck gonna yeah well fuck dont bother trying analyze rhymes song say fuck ninety three times fuck president fuck welfare fuck government fuck fred bear fuck nugent like anybody gives fuck like hunt lot fucking fuck disco count monte cristo fuck cisco jack jerry brisco fuck everyone went titanic panic im like fuck could id set world fire say fuck world could id set world fire fuck em could id set world fire say fuck world could id set world fire fuck em fuck celine dion fuck dionne warwick make sick suck dick fuck berlin wall sides fuck lyle lovett whoever fuck fuck everybody hemisphere fuck across world fuck right know guy operates rouge river draw bridge delray jefferson fuck fuck idea fuck gonorrhea fuck diarrhea rocky maivia fuck wife homie hes fucking fuck police 5 0 fuck spin rolling stone fuck vibe fuck everybody inside whoevers cover fuck mother fuck little brothers homie around way fuck violent j gunshot laughter im internet posing little girl im tryin lure evil world tell im curious im twelve mom dad gone day im buckets throw next computer hopin show cause im would make devil sick sharpen blade frontin perv like im seventh grade doorbell rings gotta get inside best little girls voice im like hi come im putting bikini door shuts thats let see hi stab neck first cause hurts hit blood squirts carve whole face make eat chain foot basement bleeding im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun sure fun im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun soon enough feds shutting service cause people think dont deserve kid old man finger fucking titty sucking youll want knife stuck dont blame thats catch advance dick still pants never get chance tell im alone im thirteen looking good time ya know mean bring funyuns slurpee promise hurt give herpes within twenty minutes comes fucking doctor knocking door pedophile butt knocker come seat stroll purpose hunting blade straight colon cut hands aint touching nobody chain foot basement bloody pla pla please mr clown sir dont zip please got money ca shut fucker please work silence say stick next fool left dead every time walk em punch head cut fucking dicks stick em others mouths yall talkin im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun sure fun im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun whats bag funyuns condoms whats bag funyuns condoms whats bag funyuns condoms bring condoms didnt mean house getting funky bodies basement stinking fuck thinking put face paint go downstairs beat ass sometime cause ease mind dead still living ima hurt every chance im given hit em nail gun stun gun cant run mad fun sawing head heard doorbell im expecting predators oh well took spot come ill right left head sitting living room chair seen ran give chase cut across lawn knife swinging face threw stuck back neck still drawers dragged home bloody wreck ahhhh somebody anybody zip stop please shut fuck ahhhhhh people looking silence bus high school kids watched happened kept screaming like pansy despite slapping plus neighbors seen mail man never said nothing bout im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun sure fun im probably gonna burn aint lesson learn theres nothing earn sure fun said sure fun yo liz meanwhile back house hey come kind alcohol bring brought absolute citron brought mandarin orange brought shot jagermeister wow several cases men asked bring food alcohol condoms law enforcement says helps show intent solicit minor got bag funyuns funyuns condoms bring condoms stupid earthlings cannot even get along eminem huh wanna diss us wanna diss insane clown posse twiztid well goes remix us truth slim anus hi name name name slim anus hi name huh name name fudgepacker hi name name name nutlicker hi name name name buttsniffer hi kids like anus let dr dre fill butt one chance famous wanna copy exactly like try acid get butt pumped like brains dead weight im tryin get head straight cant figure backstreet boy wanna impregnate dr dre said slim shady cutie ill give deal let booty well since age 12 felt like im someone else cause hung original self top bunk belt got pissed ripped pamela lees tits dont know tommy lee id suck dick hi anus anus anus gets tapped hi anus anus anus every gets plugged hi anus anus anus occasionally reamed hi anus anus anus really needs filled english teacher wanted flunk junior high told take pants hooked let slide pinched ass winked chased around desk told come get walked strip club jacket zipped flashed bartender tried feel dick extra terestrial runnin pedestrians space ship screamin lets friends 99 life lied found mom screws guys told id grow famous rapper met violent j couldnt believe slapped know blew women rush stands try touch hands need man guy white castle asked autograph signed dear dave thanks support nice ass hi name huh name name hi name name name itch itcher one radios wonder boys call butt itcher hi name name name stop tape kid needs locked away dr dre dont stand operate feel balls buttcheeks anal lube got ass greasy weeks stick manhood cheeks coming going barely decide drank pint semen dare drive life deprived dres butt sexy hide take pants dre dont mind clothes rip like incredible hulk spit talk ill guy walks little used get hungry would throw fits sometimes sit wish dr dre set tits get behind shady grab hips cant kiss lips way see dad ask seen spread gay als porno mag hi anus anus anus gets tapped hi anus anus anus always getting plugged hi anus anus anus occasionally reamed hi anus anus anus needs filled anus anus anus always getting plugged anus anus anus always getting stuffed wanna diss us dont even know little bitch wanna sit diss us little bitch ill slap face thats happens go psychopathic family trick little bitch slim anus know aint thats want let know something bro know love know youre homies eh alright well talk later peace let ask life live let try swerve attention give distant ass relatives ham dinner really miss much dont call wasnt blood would still love fact blood make think love look probably love family anybody homies family third cousins get outta got tatoos tripping mushrooms fuck threw car felt worse shit morning loaned ya money homie owes ya cash taught use bong grass dont know much gotta assume ya hit ya first neden ya homies room talkn homies homies motherfucking homies homies real juggalo homies homies homies homies ever job truly despise like dunno maybe dish washing fucking flipping fries youve got boss thinks hes mega cause head manager chief chili fry maker could vision yall beating homies standing back kicking head around responsibility cant lie though id plucked fucking eyeball chicken bone crazy fuck ill rip piercings homies holding back dont look soft snuck car get got caught blame shit relax around scratch yo balls homieswere talking like ya dont like fuck homies stay tight like noose step one us betta step whole crew never knew could depend could friends thats til end well thats home boys excuse family conquer world macking galaxy cause skys limit aint finished homies gonna ride ya know im puff pass give homies yall hit quit give homies yall got world around finger homies yall everything obsolete unless hear homies call worldwide homies across planet sticking together like zippers michael jacksons beat jacket got back like tat love yall hanging till old grey like grandpas icp twiztid giving props born hatchet juggalo face juggle oh dead dirty carnies im juggalin juggla juggalin jugglas jokero juggalo well know juggla im jugga lugga locoro well know juggla dead dirty carnies dead juggalos room joker os juggle oh like never thought youd ever know born hatchet juggalo face juggla j ay ay jugglas shut ass let juggla sing juggalo let think second oh gets butt naked walks streets winking freaks two liter stuck butt cheeks juggalo dont care might try put weave nut hair cause could give fuck less bitch thinks tell butt stinks juggalo drinks like fish starts huggin people like drunk bitch next thing hes pickin fights best friends starts huggin fuck juggalo fucking lunatic somebody rope tied dick jumps ten story window crash oh juggalo ask well fuck know dont know im clown im life yo juggalo ask well fuck know dont know im clown im life yo southwest river jefferson fuckin everybody im jugga lugga loc roni shut fuck get fuck juggalo dead body well aint really dead aint like anybody youve ever met hell eat monopoly shit connect four jug fuck connect man shit whack dont worry shit rap motherfucker juggalo aint bitch boy hell walk hills beat rich boy walks right house youre supper dip nuts soup bloop juggalo well aint phony hell walk bust nut macaroni watch sit finish last bit cause youre stupid ass dumb fuckin idiot juggalo hes graduate graduated cricket chirps well least got job hes dumb putz works scratching nuts ha juggalo hulkamaniac powerbombs motherfuckers thumbtacks people like til find hes unstable sabud momma coffee table juggalo ask well fuck know dont know im clown im life yo im jugga lugga loc roni shut fuck get fuck im jugga lugga loc roni figured wouldnt understand juggalo ask well fuck know dont know im clown im life yo juggalo ask well fuck know dont know im clown im life yo detroit juggalo cleveland ask well fuck know st louis dont know everybody im clown im life yo everybody dont know everybody ask well fuck know fuckin everybody dont know everybody dont know dont know +brother ali,ah name song uncle sam goddamn show tune show aint written yet gonna see tony jerome band maybe work shit straighten right quick like far man yeah come lets go welcome united snakes land thief home slave grand imperial guard dollar sacred power god lets shit real come smoke mirrors stripes stars stolen cross name god bloodshed genocide rape fraud writ pages law good lord cold continent latch key child ran away one day started acting foul king wild things daddys proud roman empire done passed imported tortured work force never healed wounds shook curse grown goliath nation holding open auditions part david feel nothing save question reign get rushed chained fist raised must insane cant figure single goddamn way change welcome united snakes land thief home slave grand imperial guard dollar sacred power god welcome united snakes land thief home slave grand imperial guard dollar sacred power god must bow fat lazy fuck obey hate two generations away worlds despicable slavery trade pioneered many ways degrade human cant changed day legacy ingrained way think longer need chains slaves lord shameful display overseers even got raped along way children cant escape pain theyre born poisonous hatred veins try separate man soul strengthen lose shoot fucker walk near throne remind home im gone welcome united snakes land thief home slave grand imperial guard dollar sacred power god welcome united snakes land thief home slave grand imperial guard dollar sacred power god hold give one right hold dont give money bums corner sign bleeding gums talking dont support crackhead think happens money taxes shit governments addict billion dollar week kill brown people habit even aint front line massah yell crunch time right back plain look hustling backwards end year add subtracted three outta twelve months salary pays madness man thats sadness whats left get big ass plasma see made dan rather point damn camera approved questions get answered stand ass national anthem welcome united snakes land thief home slave grand imperial guard dollar sacred power god welcome united snakes land thief home slave grand imperial guard dollar sacred power god custom made consume noose keep saying free loose yo whatever comes comes dont put hands mouth whatever comes comes dont put hands mouth whatever comes comes ayo depending day depending ate im anywhere twenty thirty five pounds overweight got red eyes one ems lazy squint sun shines look crazy im albino man know im pink pale im hairy hell everywhere fingernails shave cranium aint quite shaped right face type shiny stay write late nights wardrobe jeans faded shirts mixture like wear work im knock kneed got neck full razor bumps im classic profile ladies want might think im depressed look mirror see sexy ass thats somethin cant respect thats peace lifes better without actually everyone whos little different say damn magazine gods fingerprints call ugly cant take nothing doctor aint gotta love would please turn bible beauty tips according forest whitiker third chapter third line brother ali would please read choir son imma right aint gotta friend tonight imma okay would probably bore anyway imma right aint gotta friend tonight imma okay would probably bore anyway imma right aint gotta friend tonight imma okay would probably bore anyway forest whitiker yall forest witiker yall goddamn boy sing must crazy good must crazy dont usually use big words cause dont usually deal big people find get whole lot small people whip hell whole lot big people murder murder murder kill kill kill cannibals walk earth get ill blood spill eyes sunk deep skull bone chill survival thrill terrorism war poor hold mirror script get flipped cause reverse aint wrong warfares terrorism rich whos true guerilla bomb body killing innocent civilians life life killer killer youre desk chillin push button kill million see anguish parents theyre carrying body baby cherish innocent people perish thin line soldier terrorist murder murder kill kill kill death destruction cap get pealed harm heal destroy rebuild shots still ring blood still spill overseas mutilate mangle let give example troops coming back cold cities youth getting strangled community peril future looking narrow school already failed boys blue nail salute barrel streets certified dead zone decorated chalk lines headstones way live every night bullets flying even aint dying traumatized survivor grow climate overriding violence never get beyond itll always alive inside death surrounds fallen classmates ghosts haunt crime calls cause look walk aint certain youll make aint sure even want murder murder kill kill kill death destruction cap get pealed harm heal destroy rebuild shots still ring blood still spill murder murder kill kill kill death destruction cap get pealed harm heal destroy rebuild shots still ring blood still spill tears sorrow block sunlight head low heart broke eyes closed tongue tied waters raise tide climbing speeding time sky crying shots fired bombs sirens war riots mourning america society forgot locked obstacle course nothings possible slip caught got boxes lock make million dollars rule rude school screw booth shoot electricity inject death television set let ooze every time leader tries stand freedom someone claps heater brain back leaking shame family grieving way see displaced dream displayed museum say built nation reason stained bleeding slaves never seen aint hating still want believe im trying leave call see murder murder kill kill kill death destruction cap get pealed harm heal destroy rebuild shots still ring blood still spill havent got anything lose theyve got everything gain theyll let know minute takes two tango go go theres big pieces life cant remember mind shuts trying protect might best forget seems like always reappear least expects late nights lay awake drowning lake pours face years late shes still safe memories leap ant time place way smelledthe way smiled evil even recognized child hand throat sting fist instead first kiss got shameful feeling painful secret lonely knowin nobody would believe every wound escapes time capsule hurts like day born brand new wasnt babygirl im dont know say hear theres one wish could make true would shoulder pain take dont run babygirl dont run gotta face fighting head one thing could say truth gotta deal demons deal find peace mind love means returning scene crime feel inside weve reopened wounds every time intertwine evil design cant even enjoy sweetness find trying see tears eyes rebuild shrine one piece time e k made fade away colors dont burn gray cant find heaven within shell enough blessing seen hell constant inner dialog says end roller coaster ride youre one solution seems final slide hole pain cant find said meant die wouldve killed must reason still breathe dont tools rebuild still believe one day could feel free body mine eyes learn shine inner child wont hide im strong love could invited sweet god thats ask thee im willing give demand im learning embrace reality life doesnt always turn planned didnt deserve handed one grant happiness takes face day hope half brave youre using heart hearts theyve trying shut us whole life thank god healing aint got get lit got light thank god listening listen youve trying build whole life thank god building aint got get lit got light thank god im living sometime feel like stranger maybe aint world going crazy could unclear know im soldier hearts battleground sword holster come back around aint trying hide away meditate aint got lot say ancestors may speaking whole globe numbers dont occur listen solo cause youre whole world jump feet nothing low key find im sposed folks listen closely know chose nothing owns im free remember hungry needing groceries nighttime getting sleep til nose bleed got message police youre using heart hearts theyve trying shut us whole life thank god healing aint got get lit got light thank god listening listen youve trying build whole life thank god building aint got get lit got light thank god im living one second believe youre telling know invented disease sell remedy universe sending centuries memories breath breathe ever need got muhammad ali pedigree yes speaking peace seventies aint worry bout ya threatening im honest aint buying fear got left want make love til wake believe whoever made us envisioned greatness know want paint us brush wanna interchain us til fill grave alright okay said done look back trophies count one im using heart hearts theyve trying shut us whole life thank god healing aint got get lit got light thank god listening listen youve trying build whole life thank god building aint got get lit got light thank god im living know know whose wings fly shoes stand im animated love dont move chance stage touch place stand yall land living world cracked vessel less man po sessions hand im balancing best im making claims im using heart hearts beauty whole life thank god healing aint got get lit got light thank god listening listen youve trying build whole life thank god building aint got get lit got light thank god im living reflecting beauty whole life im home uh yeah always ask ali angry man always upset tell em shit theres thin line anger hunger man ride unicycle middle might catch touchin feet sides ever since day number one im coming rites passage shadows sun people stand man true shit knows give long promise time ball fist anthony fill gaps proud make regardless happens fuck rappin sing key one thing never dis ali cause motherfucker aint nothin rougher tryin climb rug get swept run every one blunders mistake number one crew dont love ya ill take bullet core sayers dogs tourin nation spit intensity witness look close blood back tickets religious teach son read quran party like doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing line meets mine bend ya girls spine figure eight status got back days old magic crack maze lights changed since anted pot raised im fucking hand dealt live twenty five years experience lazarus felt drop three crumbs ill eat one feed one family restll get invested freedom battle carton shit wrist full broken tooth picks tryin carve niche either choose heart fist connect path ever intersect fire eye could never held back pressure made liberty bell crack pressure made brother e sell crack quran holy rest peace back bein watched one high stride party hoods crossed eyes broke dont give fuck cause feel got world nuts uhh like doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing homeboy understand aint mad theres things life know one right whatever comes comes dont put hands mouths stand im unknown im still soldier cant let em go home till win em youth training clear every year new city new rules play new kid school didnt rule nothin day rap like im trying prove something little bit aggressive spit sentence till get message couldnt pay quit professin rock sixty one sold shows came home caught bus sixty second shirt sweated full work ethic love shit since first met rhymesayers first come last leave aint tricks sleeve believe like doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing doctor dont get mistaken carve life sit basement self taught real make anyway look shit amazing damn man im broker old vcr man need job hiring job got stack red bills house looks like valentines day crib kids eating left leftovers man cant fool job time every day every day got work every day every day every day got work every day god theres got life theres got bigger reason exist work eat earn keep ensure somewhere sleep spend weekend buying shit dont need economists know need pot piss follow politics man aint got time think got set aside retirement cop double shift pay somebody watch kids sick cant take day doctors office cant swing co pay trapped network lucky get work celebrate every week nobody gets hurt greed could never leave well enough alone keep squeezing till bleed every bone well strive hard stress rent probably still die poor debt without cent guess ill carry ass county see theyre talking know treat like shot somebody need little help youre telling aint never luck never tried make ends meet got stuck never slaved gig like bum cup added pennies still aint enough jobs full aint hiring im barely surviving enough get hunger constant problem stomach steady growling people getting shot environment study go college people hollering many road blocks way option say impossible would lying aint got chance youre top ten couple got scholarship aint got skills pay bills pockets thin cop gig hardship ends fixing line self welfare office expect accepted man respectfully appreciatively maam god damn must mind see tea party stuff man people look broke damn self serious people stressing heres question get people drinking tea recession deception absurd many poor people conservative pro artist put good music con artist jobs make look stupid lookie ill teach look first thing need know every con got hook seduce little wealth say could crumbs government doesnt make us help anyone else stuck red sign foreclosed house make think youre taking back nation turn major corporation companies took jobs overseas handed wallet pocket free youre staring sky dollar signs eyes blind right wing bird cant fly peacock poked gut whos fat fly ass strut theyre criminal minded weve blinded looking honest job cant find got job bill got light bill dont pay life quite real frigid frozen minnesota chip shoulder sick sleeping pissy sofa unwanted visitor different culture missing home cant go theyre civil warring listen solider forget getting prisons sitting round corner homeless even closer kids similar skin color still dont wantcha spit insult ya cause theyve longer leave crib guaranteed pigs approach ya ya going ya weapons ya family stressed youre getting older dont live way back somalia extra difficult daughter trying keep modest sinners around wrong garment parents get ulcer wrap children picking live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes holidays know business get two birthdays two christmases older get resent sick theyre trying cover guilt gifts give bounce house house bad marriage didnt work dont house daddy fighting mommy tell love get close one one start acting funny went baby different dad act happy please em really sad seeing first hand family never plus aint real brother youre half got pick pieces move bed time stories greet phone live two houses neither one home wishing grown freedom get gone live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes daddy preacher momma sunday school teacher big brother football squad leader far disappoint displease feel see mirror every time peer swallow tears inside empty feeling boy terrified let world girlfriends doesnt want girlfriend retreats inside lives life secret daddy says people go hell certainly believes cause aint flame blaze enough trump hated way love cry sleep hate waking cold world yall shame us live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes live two worlds eyes closed tip toeing tight rope holding survival nobody blame goes hold moments faith god high thinking simple living work hard deep love conditions gentle heart head level clear vision back tall firm conviction smile tears laugh tragedy got must love radically passionately peaceful fight fanatically premium people magic humanity dance ones looking sing like ones listening live love loud let spirit glisten feet firm dirt head sky serve sun work dream hides know water well eye loved one born die sure every hello eventually goodbye art truly living learning die wherever go may good lord bless heart soul beloved beloved beloved want know love wisdom touched beloved beloved beloved bless soul precious delicate powerfully compassionate friendship held together threat unraveling brink feeling inadequate sky got dreary eyes got teary heart got weary right near reason aint laid cemetery fear somebody cared enough hear anything life mine point part gifts provide way repay live right shine trust tell youre still mind wherever go may good lord bless heart soul beloved beloved beloved want know love wisdom touched beloved beloved beloved young lovers passion stare hanging air challenging fears catch passing moment grab clear desperately attempting stretch years soft elegant firm gallant words dancing hanging balance grins glances translate every sentence language future smiles us loves careful neither fearful thought living without unbearable listen young lady thanking matter always gratitude wherever go may good lord bless heart soul beloved beloved beloved want know love wisdom touched beloved beloved beloved bismillah ar rahman ar raheem said good lord made play game keeps got use get want dreamer got dream good lord made play hand im dealt said sometimes hardest thing world best believe quran influenced songs fans run tattoo em arms wanna travel every time perform look eye tell wrong would thought givin em truth heart ugly beautiful part would give em food thought let em chew apart theyd crowd around movement would start gonna hate god made game aint sayin playfully relate joy pain seein make watchin slave get free holler like bilal tower hayya alal falah allah power givin voice dream let seen admit obscene deen recognize deen isnt pristine spit sixteen clean words dont describe ive seen layin alley whispered shahada bullets fly drive imam mohammed might pound podium popmaster fabel work linoleum chappelle bust funnies mos def bust rhymes muhammad ali greatest time something spiritual happen hands get clappin tell language laugh human reaction smiles cries language tears theyre fallin eyes youve probably seen sunrise hundreds times let painter paint poet describe moment heaven earth might collide god let breath life come outside uh satan doubted angels bowed im beautifully human im proud soul soldier heart scholar wrote poem blood martyr imam mohammed might pound podium popmaster fabel work linoleum chappelle bust funnies mos def bust rhymes muhammad ali greatest time 2x lot cats get age around early 30s start think like lifetime companionship thats start meet ladies prone trust anybody got plenty history prove shouldnt trust nobody didnt know stuff goin put cats away man let try make somethin life +the roots,worried bout saw club went homies baby dont worry know got somebody told planet small used live building floor never met im overseas tour peeped ethiopian queen philly takin classes abroad studyin film photo flash focus record said workin flick could clique score said loved show paris elysee montmartre stepped stage took piece heart knew start things fall apart tend shatter like shit dont matter get home get letter phone whatever lets link lets get together shit think think thought went home forgot time passed back philly spot tellin things im tellin makin hot started buildin constantly round clock world like hip hop keep tellin worried bout saw club went homies baby dont worry know got yo im type thats always catchin flight sometimes gotta height night thats flip get old another lonely night seem like im side lovin mic know gotta get paper daddy keep shit tight yo need sort love life dig politickin sister new york city said know ball player think im pretty psych im playin boo know im stayin boo cats poppin game dont hear sayin boo world im still girl classes dont time lifes thrills sweatin stage think rhyme dont listenin homies leadin blind yeah sayin trust crazy king real sometimes relationships get ill doubt worried bout saw club went homies baby dont worry know got snake could chick rat could cool cat thats whisperin tryin play fool black somethings chest let known see im every five minutes phone topic trust matter fact people bite back fracture whats intact theyll forever aint oh im celebrity deal real artificial let ive seen people caught love like whirlwinds listenin squads listenin girlfriends thats exactly point whole world ends lies come thats drama begins like worried bout saw club went homies baby dont worry know got worried bout saw knocked 9 months ago finna dont know want neo soul hip hop old dont want rock n roll want platinum ice gold want whole lot something fold obstacle drop cold cause one monkey dont stop show little mary bad streets done ran ever since heat began told girl look calm imma hold hand enable peep plan cause yous quick learn make money burn allow lay game dont ask much enough room spread wings world finna know name dont ask much days dont bitch whine dont get way want fertilize another behind lovers back sit watch grow roots standing im fertilize another behind lovers back im keeping secrets mine push seed bush life gonna work im pushing right mary drops baby girl tonight would name rock n roll uh huh cadillac need space roam heading dont know city pros shake rattle roll im gad dang rolling stone dont beg hold dont break hold chrome weighing ton im son gun code name one black thought bad streets done ran ever since game began never played fool matter fact keeping cool since money changing hands im left shine legacy leave behind seed thatll keep flame dont ask much enough room spread wings world finna know name listen dont beg rich man dont scream kick shit dont fall hands man cause know steal fertilize another lovers lick opposition cause dont take pill ooh ooh ooh dear youll keeping legend alive push seed bush life gonna work im pushing right mary drop baby girl tonight would name rock n roll oh break break push seed somewhere deep chest push naked cause ive taken test delivering mary dont matter sex im gonna name rock n roll push seed bush life gonna work im pushing right mary drop baby girl tonight would name rock n roll would name rock n roll would name rock n roll yeah would name rock n roll hamilton mixtape woah woah woah woah woah woah woah ayo mugshot gun shot dope shot jump shot take pick get one shot advice schoolteacher young tot applyin sticker spider man lunchbox even role models tell us born felons never gettin harvard carnegie mellon gon end either robbin somebody killin fair thats tell us thats hustle hella hard never celebrate holiday thatll day coulda finally hit lottery refuse ever lose throw shot away chalk another one got away im unapologetic im calisthenics given got cannot regret point destinations different headed cause ima shoot stars get one shot said im throwin away shot said im throwin away shot yo im like country im young scrappy hungry im throwin away shot said im throwin away shot im throwin away shot yo im like country im young scrappy hungry im throwin away shot opportunity knock dont send anyone get answer door welcome let regret said cant beat em join em say forget cause join em youre buildin ceilin way youre headed american express feel take credit dont settle 87 go premium unleaded take shake hate loss payoffs weight shoulders must admit im feelin um kinda um lighter writer fire desire go higher stealth fighter pilot eye every prize surprise guys im prize fighter nine five describe scribe survive minor setbacks take steps back pied pipers leaders believers mean mean get one shot take leave said im throwin away shot said im throwin away shot yo im like country im young scrappy hungry im throwin away shot said im throwin away shot im throwin away shot ayo im like country im young scrappy hungry im throwin away shot rise livin knees rise tell brother hes gotta rise tell sister shes gotta rise folks like gonna rise every city every hood need rise soldiers whats good need wise aint got choice need wise rise throughout travels journeys life ive searchin learnin type person display determined get im certain inside feel fire thats burnin like knife turnin fight im hurtin sometimes theyre right cause life burden like pain bite thatll worsen tryna stifle light thatll shine first ride hearse breathing stops never take one shot got fore lie earth come holdin hamilton hercules mulligan readin vanity fair huffington done sufferin guts family rushin wonder busta feelin hunger feedin lust win see ive patiently waitin moment rise thats way molded last one standin rest foldin give one chance grab torch properly hold said im throwin away shot said im throwin away shot ayo im like country im young scrappy hungry im throwin away shot said im throwin away shot im throwin away shot ayo im like country im young scrappy hungry im throwin away shot said im throwin away shot said im throwin away shot ayo im like country im young scrappy hungry im throwin away shot said im throwin away shot im throwin away shot ayo im like country im young scrappy hungry im throwin away shot time take shot woah woah woah woah woah woah woah woah money lord seems well world night terrors hard dream hollin cash rules everything call cream cause rises top get finer things ocean fronts rolling blunts model chickens saying grace lobster steak like please forgive us riding benzes camera plates busy looking backwards jackers pump brakes help signs symbolize lives hunger takes addicted green dont ball get shakes id give peace mind heavens sakes hearts heavy ropes hold casket breaks cause everything wasnt chase take take told ends wont justify means told end wont justify dreams ive since child maybe ill throw towel make make departure world tryna control fits panic unwritten unraveled dead mans pedantic whatever see really matter semantics everybodys fresh collateral damage splaying got praying like mantis begin vanish feel pull blank canvas im contemplating special dedication whoever concern letter resignation fading back black dark coronation heat day long robe muerte soul atmosphere like airplay theres heaven cant find stairway told ends wont justify means told end wont justify dreams ive since child maybe ill throw towel make make departure world two yo obviously need tone bit running round town spending time like counterfeit everybody catching hay fever like sinuses step arena let show yall highness might say could something positive humble head low broke like promises soaking broken joke like comics enough paper paying folks compliments paper got low tolerance aint truth dare without consequence listen hood inventions id another kid block intentions dock bay serving life sentence even im going hell im gonna make entrance yeah let em know im getting cheese like omelets im toast town like thomas journey hall memories dont worry bout aint got leave little bit dignity never loved always felt like deserved make side thats well settle score yo remembrance faces past longer image carrying coldblooded hearts never love brothers keep going never get enough world travelers seen enough return learn world wasnt big enough damn long guess jig know im wake nigga yeah hindsight 2020 niggas dead money try take something wrap like mummy undun becoming hes tired running layers onion hell probably shed tear cause therell fast times weak mind scrolled like bad sign never enough got confused asked life moment time passed journey hall memories dont worry bout aint got leave little bit dignity never loved always felt like deserved make side thats well settle score im sitting top world ready jump thinking various ways break gun law thinking enough enough still want thinking im playing fire burned young boy means necessary dont give damn every night im flight never lands asshole shit hits fan bet life bluff bad hand cant win cant lose get em gassed leave em leaking fuel either way market moves cash rules kings queens prince princess every night im crossing line aint finish every thought dark glass fucking guinness far gone come back senses im edge bed making love meds every moments like pistol head im getting mine journey hall memories dont worry bout aint got leave little bit dignity never loved always felt like deserved make side thats well settle score score score score score score score score score score score score score score score score score like autumn leaves fall trees goes honeybee ive lost lot sleep dreams miss yet wouldnt wish worst enemies let burn go like autumn leaves catch thief stole soul prayed keep insomniac bad dreams got losing sleep im dead tired mind playing tricks deceit face glass unable admit defeat history past unraveled adding insult injury im fighting battle soul century destiny everything pretend look came back eventually music played told meant awake unresolved like everything stake illegal activity controls black symphony orchestrated like happened incidentally oh go man memory damn wonder fam remember ive lost lot sleep dreams miss yet wouldnt wish worst enemies let burn go like autumn leaves ohhhh fire fire ohhhh fire fire theres something heart eyes fire inside let burn dont say good luck say dont give fire inside let burn yeah im ever crossroads start feeling mixed signals like morse code soul start grow colder north pole try focus hole torch goes tradition legendary sports pros far see ive made threshold lord knows ive waited lifetime im icon let light shine shine bright example champion taking advantage never copping cancelling burn like chariot learn carry maverick always beyond average fuel flame train travel something eyes say im close prize realized im supposed reach skies never let somebody try tell otherwise theres something heart eyes fire inside let burn dont say good luck say dont give fire inside let burn one love one game one desire one flame one bonfire let burn higher never show signs fatigue turn tired cause im definition tragedy turned triumph david goliath made eye storm feeling torn like fed lions time start wind like mayans show em got grind like science sounds like riot hush quiet thing hear heart im inspired challenge find standing eye eye move like wise warrior coward cant escape history meant make thats highest victory im meant take came celebrate came cerebrate hate losing refuse make mistake ohhhh fire fire ohhhh fire fire theres something heart eyes fire inside let burn dont say good luck say dont give fire inside let burn ohhhh fire inside fire inside fire inside never never yo yo lost generation fast paced nation world population confront frustration principles true hip hop forsaken contractual money makin pretend cats dont seem know limitation exact replication false representation wanna man stand emcee require skills demand shown let frauds keep frontin roam like cellular phone far home givin crowds wantin official hip hop consumption fifth thumpin keepin party jumpin original somethin yo dedicate one dimensional imagination excuse perpetration man came said yo thought heard jokes heard bitin ass crew um never never thin line run love hatred game ill natured nothin sacred aiyo funny see rap niggas make fewll blow go far take nine five hit ya get party live im black thought used rap sport rhyme sayin rent payin life support take seriously within industry various crews try touch come beautiful things bless track plushly around world crowds love doin tours recipient applause creator original sounds thats stores take home absorb sweat pores stop music runnin veins infinitely go grain thats mottos never never livin life limos lights airplanes trains short days long nights keyboards mics bass chords drum kicks mental thick hit head like brick embark mission welcomin dark first spark arts listenin start open head wide let thought inside style fortified philadelph delph stealth wicked wealth mentality undetectable naked eye get paid record played put short want made like ed nuff said im puttin cousin hamed let ladies blend dark skinned thoroughbred discover level roots crew reign official true im continuin never never never never never never yo spirit sky scream homicide time ride niggas funny talking much money talking make em economize real rap tale spinning life kamika ze pilot wilding control make funny papers like comic con feared streets ever see yall streets find another one occupy never hope best wish nigga would turn around walk away wish nigga could listen instincts say fuck rest best better aint good weakheartedness cannot involved stick script nigga fuck improv like samurai streets hammurabi code play part shut fuck told always late bus time start think whats rush wants time feeling unlucky ever got lucky one time crazy world thing fear besides fear clearly lesson learned someone else reach crown thorns upon shelf cross around neck ive taught stealth capture moment time smash grab party people yall finna blast say goodbye say hello first last hello hello yall elevate glass example timell nameless things keep eluding shit new lies true words suspects usual coming though man guess ever lucky one time went missing looking sublime nigga stayed low left ladder unclimbed time time verse blank line unrhymed ever wonder whats big fuss everyone time whats big deal feel need us marching line feeling unlucky id ever got lucky itd one time crazy world wonder die hear harps bagpipes born side crack pipe niggas learn math understand crack price dive headfirst like jackknife cause yo niggas cant belly flop wanna make noise inside belly stop time means front line front line means ducking one time pendulum swinging way couldnt blind niggas talk cops even one time cause going like subprime cheap ass half gallon ballantine hopping gates escape sublime alleyway sub line tales streets life high crime make bottom high climb always late bus time start think whats rush wants time feeling unlucky ever got lucky one time crazy world whoa ohh whoa ohh mm come get kool stars made shine come get kool stars made shine come get kool stars made shine come get kool stars made shine stars made shine im double g three piece tux screaming dressed kill hope somebody call bluff full house sipping royal flush two queens cuffs good times cards living borrowed time im paying extra charge feel like something small worth hundred large swag retard charm massage wit en garde challenge duel needs chain every thoughts jewel god bless weirdo everyones fool fuck genie three wishes want bottle place write novel heroin hear rhyme think find upper echelon time lets toast better days beautiful mind flow never age come get kool stars made shine come get kool stars made shine come get kool stars made shine come get kool stars made shine stars made shine yo im never sleeping like im methamphetamines move like enemy ten steps ahead say reputation precede like pedigree gentlemanly gangster steez beyond seventies holding fast money without running patience move silence without running places cake layers rich never famous hustle anonymous still remain nameless hindsight gold come bars like klondike minute storm hit im calm like suited booted shooting like prom night suicide right pursuers tried like avail heros died like got em waiting news like im cronkite limelight needed crime right boasts bodied chalked close line sight come get kool stars made shine come get kool stars made shine come get kool stars made shine come get kool stars made shine stars made shine yeah outside killers dealers swarm inside dressed like telethon black tie affair holding heavy arms straight cash stash cummerbund bacardi yeah bastards party home riots erupting around still party quantum leap king pawn destined conclusion foregone serenade former slave promenade cause long days sun become shade high speeds narrow lane say cheese freefalling aeroplane another feather cap years spent luxurys lap without looking back cause memories could sting like hornet damn felt good see people come get kool stars made shine come get kool stars made shine come get kool stars made shine come get kool stars made shine stars made shine +camron,yeah come hey lets slide alright gon get tonight smoke drink well good cause gon get high tonight got drops got trucks alright cause gon take ride tonight lets slide alright gon get tonight yo downtown clubbin ladies night seen shorty crazy right approach baby like whats age type looked said yous baby right told im 18 live crazy life plus ill tell 80s like know ladies like need man thats polite listens takes advice could three plus lay pipe come come stay night looked laughin like boy game tight im laughin back like sure youre right get car dont touch nothing sit car lets discuss something either lovin ill see tomorrow speedin west side hand creepin left side im ready ready bone ready dome 55th exit damn damn already home lets get hey lets slide alright gon get tonight smoke drink well good cause gon get high tonight got drops got trucks alright cause gon take ride tonight lets slide alright gon get tonight yo uh got girl ex wanna holla spit told acknowledge quick like cam stop frontin dave hollister tip come lets swallow sip im like momma sick promise dick usually problem chicks say im rotten rich boobies real high heel doobie feel plus got gucci nails huh cutie still girl aint groupie deal left movies uzis suzuki wheels jacuzzi tell boo bes real mean winnin louie spinnin go crib got gucci linen see boo grinnin looked said cam know sinning naw im changed man look range maam got whole new game plan looked said thats nothing game cam right range man dropped l im flippin cell thats right call l yo l hit else plus dome say word got tonight hey lets slide alright gon get tonight smoke drink well good cause gon get high tonight got drops got trucks alright cause gon take ride tonight lets slide alright gon get tonight killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa goons spar stay tune like damn realest since kumbaya bomaye killa cam lord still man pan scrilla fam board bitches want neuter niggas want tutor hooligan houlihans maneuverings nothing new doggy im land grind pan pan gram dime toes mc say hammer time beef hammer mine get hands nines bama line corduroys camll shine canary burgundy call lemon red yellow diamonds ear call em lemonheads lemonhead end dead ice like winnipeg gemstone flintstones could say im friends fred unhappy scrappy got pataki bitches say im tacky daddy range look like laffy taffy killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa yo im nicky barnes got rich fuck rich hit kitchens pitchin rob base mase doug e fresh switched fuck tradition parked tow away zone chromei dont care car throwaway homes welcome harlem welcome problems furlough fellow felons get pardons niggas knew bang stood like pootie tang soon stoolie sings toolie sing bang bang came movie ring snap crack jewelry bling flapjack ooh bring clack clack ooh ring bad rap cuties cling ass cap put river im sushi king ima keep ya fresh let fish eat ya flesh yes sir please confess say hes best killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa yo dope teach rope chick want coke piff got smoke sniff know drift used figures dough shit rooster nigga roaster bitch roast ya bitch thats usually ends tell groupie friends go get coochie cleansed moody gucci louis pucci men escada prada chopper got uzi lens birds eye view birds knew flip birds bird gangs birds flew word blew herb grew would serve stoops swerve coupes sing killa uhh killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa killa cam killa cam cam killa cam killa cam killa cam cam killa cam killa cam cam killa killa killa cam killa cam cam killa ugh killa baby kanye 1970s heron flow huh yeah lets speed ugh im back ugh ugh dont know finna kill game year killa ye cmon ayo street mergers legislated nerve never hated murders premeditated absurd hesitated observe cock spray hit block away drinking sake suzuki osaka bay playing soccer stupid stay suckers place pluck ace take girl fuck face dealing killa love taste swallowing killa cause love taste got brought crooking kitchen orders im cooking got caught juxes wouldve thought brooklyn gets boring looking like bill cosby pouring pudding dashboard wooden hard tangled grammar interior inferior star spangled banner car game bananas mob manning tanners guns everywhere like car came hammers hes back trying say hear niggas saying flow truest games nooses girls models coochies juiciest yeah say yeah say cause im back grind money back mind ye killa cam world mine treat bitches straight like simon says open vagina put legs behind head cop air ones hon lime red got pets mines dead doggy fox minks gators thats necessary accessories closets pet sematary get approached animal activists live zoo run scandals savages niggas get together gather loot bodyguard dog id rather shoot go war old timbs battered boots hand grenade goggles parachute yall dont even know name flip touch tease case shit dont know bout cases get court case briefcase suitcase cases cris oww trying say hear niggas saying flow truest games nooses girls models coochies juiciest yeah say yeah say cause im back grind money back mind ye killa cam world mine ugh killa yo yo ayo dealing sure shit bitches pure thick play razor tag slice face youre come drive thru gator toed mauri three quarters sky blue look mami eyes blue 52 approached hi boo pony skin louie oh fly stewardess good fly nigga got baking bake harlem shake nah im harlem shaking weight shaking bake shaking jakes kill shoot funeral harlem shake wake picture though still taped lake im laughing couldnt wait escape anyone owed dough load four hope nigga heard said told ugh killa trying say hear niggas saying flow truest games nooses girls models coochies juiciest yeah say yeah say cause im back grind money back mind ye killa cam world mine mine killa already know harlem whole midwest detroit naptown st louis chicago course westside holla southside wild hundreds know ohio columbus holla boy know else dayton youngstown cleveland cincinnati blaze oh baby uh killa girls see look kicks look car say look mami im good im hood clap soldiers sober leave killa im companion mans stand hit wanna get rammed ill scramblin lots mobsters shop lobsters cops robbers listen every block blaka like way diddy bop peep mink mauri kicks plus chanel ski hat want give screamin killa killa playin cam dig lift fuck girl get pick want boy montana guns bandanas listen homeboy santana yall niggas cant fuck im tellin ya put shell ya bleedin get call wheezin need screamin damn shut hes snitchin niggas bitchin hes twisted feds listenin damn whoa whoa cmon im trouble need bail money shit fuck got trust thats fuck thats nigga gon come get got love thats uh huh uh huh got caught went court sayin block rock cops come squalie yeah sports cars bonitas jimmys pjs old school eighteenth sports bar eight nine holla boy killa holla listen p plus r c youll moms say shit aint stoppin em guns got lot em shit matter fact guru start poppin em slap clap wrap get gats diplomats girls say see cam say damn santanas squeeze hammers cannons bandanas blammers dont brandish blam mans canvas scram mans leaded im back man vanished away grand canyon kids grand standin niggas demand ransom grams scramblin well fuck van damme em camll blam blam em call im south tannin mami got remedy tommys enemy homis bodies body youre feelin finicky killa capo chill morocco reala got dough chinchilla dough fill hollows huh said im killa uh dipset fore set okay first bitch nigga reason im doin ima name five reasons real quick got 150 got 150 first stole roc fella dame second stole kanye dame third stole rocawear dame fourth seen nigga throw diamond shots fired fifth hold turn beat turn beat talkin bout 80s baby 37 years old born 1968 open daily news hows king new york rockin sandals jeans open toe sandals chancletas jeans hows king new york rockin sandals jeans 42 years old back business aint one big wallets got shits brollic dot publishing go ms wallace honest stealing bigs shit made two albums wilding cant dress dawg styled rocawear dame got call cockawear heh dead pronto wont see car dame biggs bitch years juan ho 4040 got atlantic city pitch budget outta baseline goddamn pretty love harlem nigga get cooking true look got dudes brooklyn apparently right jeezy video shouldve kissed cheek pretty ho jaz video starred peter pan hopping greyhound peter pan could man ha reason fam dont suck dick kiss ass im conceited damn hawk yo right walk bro fool rest world long new york know put ground clown gon check cellars know 40 years old dont respect elders respect hustlers plus grinders sellers yous customer buster go jet propellers got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one killa season holla nigga cause come got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one killa season holla nigga cause come killa lets go fuck mammal tote handles open toe sandals look like joe camel roc fella right contact bust fly joint put inside contract left label right lot cats wonder every time diss label get fined hundred thou telling yall get fined hundred thou huh cats ill five times half mil wars play like bumper sticker smack grill paul wall cap grill cats daffodils east coast west coast slang yo cap get peeled houston ask b im mack real hackie tell respect better dwell beyonce fiance check second lp might bring back thats girl thats world thing fucking singing bout slinging crack mr roc fella stop stop stop fella still got acapellas akinyele ya aint fault im raw im sorry b want war stabbed un charli baltimore sucker love hmm hmm sucker love kill bitch go trial hand stuffed glove ima hop bed dawg gon pop head tell ol jay z chill cochran dead got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one killa season holla nigga cause come got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one killa season holla nigga cause come yall niggas dont want us man round one 15 rounds b ready brake bluff professional concert sell 25 thousand acting like gon diss us got anthrax man george bush man saddam hussein acting like got something mae making secret songs man let man get ready 15 rounds man battle everybody getting ready step plate ima step slam grand slam yo ass pardon dipset know know like remember dame sold old pathfinder chipped gs jaz os son wheres sauce money wheres like ima get back dipset dog round one let games begin doggie hahaha aint laughing ya ugly ass ugly dawg ugly ugly man ugly man un said look like fraggle rock ol alf ass nigga get back nigga nigga oh got hate us way getting paper niggas coming straight minimum wage niggas dick riding dip steady trying play us get sprayed bust round got face dipset hitting 40 niggas toting guns dipset 40th nigga slums dipset pushing 40 nigga one pushing 40 nigga one oh shit yo dude make sure got old vocals bring em real quick dimes slung crimes weve done times fun would dimes slung crimes weve done times fun would yup yup thats yup got em killa lets go get boosters boosting get computers puting yall get shot call shooting recruiting tutor students nurture brain im moving movement whether buddhist buddha thats judas judah got luger ruger hit roota toota chick hooter hooter put two producers im real ball story loser hoosiers rock mostly dosey roll mostly dolie ill leave wholly holey youll say holy moly come coroner get em play rollie pollie ill tell true stories coldly hold heat repping time get extra grind fried fricassee pepperseed pepperdine jeff hamilton genesis leather time bitches say im man tell em never mind getting nice got ice lets get dice roll em getting chips flipping bricks get rots pits tell em acting feisty getting sheisty call wifey tell lay back get face slapped race track eight stacks acting funny nigga come dumb dummy nigga killa keep twenty blickers move away join dude n play hey say first pile rear style gear stallion year medallions ear whips fists houses wrists budget neck spouse dick posters wall posted balls dick mouth tell im gettin money niggaa yall faking fizzle im caking shizzle fuck sizzler steak estates sizzle ate boom boom ace boon coon shake bake skate vroom vroom 7 8 zoom zoom boom boom tune fore get life boom boom room wrecks n effects zoom zoom poon poon since movie cocoon uzi platoon killa getting nice got ice lets get dice roll em getting chips flipping bricks get rots pits tell em acting feisty getting sheisty call wifey tell lay back get face slapped race track eight stacks team goonies seen buffoonies toonies best dressed stay neimans bloomies want hit back agreed im looney proceeded moon baby bs honey cam vs 1 2 ill help get son ps 22 get mauri flow mauri show fuck around yall gonna maury show bootcamp food stamps welfare health care true tramp im lokie lokie leave pokey pokey rice roni thats okey dokey toby homie make hokey pokey pull pound turn around shorty heres weed burn pound whoadie heres map go learn town sporty 40 im 50 buck 50 quickly could fuck killa turn motherfucking music blaze man owe nigga uhh yeah yeah yeah yeah welcome empire state home world trade birthplace michael jordan home biggie smalls roc fella headquarters ladies gentlemen killa cam young hov definitely building brooklyn harlem world stand fuck im bk brawler marcy projects hallway loiterer pure coke copper get order bring em baltimore ford explorer gonna cost gotta get em florida rucker game attender bent parked sidewalk temp plates fender aint hard find catch front center knick game big chain splendor next spike pan left right madison square catch fight cam pan left ice man write checks hand dont write go head im rambling mic throw feds im scrambling night often said brought hammers fight new york city right cam home 911 place lost towers still banging never lost power tell em yall fucking bks banger harlems gangster thats danger theres nothing left say oh yo theres war goin outside man safe dont matter three feet eight one youll get eight nine straight blown wig split melon cracked day one carry eight guns two trunk two waist two ankle two spank get jammed jammers blammed blammers hot ask mase ran atlanta think know life mink motor cycle trinkets delightful blinging much ice fool front sparks body castellano block away watch gotti gravano la costra nostra someone close approach ya theyll toast ya gopher bread loafer chauffeur coke raise snort blaze ya fort jay puff shyne cases caught midnight pitch fights another victim watch fore watch killa home 911 place lost towers still banging never lost power tell em yall fucking bks banger harlems gangster thats danger theres nothing left say oh listen yo im 101 west hund 40th shit live 5th floor 56 know zip district five youre 22nd hit two one thats lenox 7th ave news one coverage centre street got brafman defending cause new yorkll miss im locked penitentiary judge said thug kit kat club got enough chips stacked make bitch back killa pinch button grip snub hit thug lay pitch black tub looking rich black thugs get love wont stop til get back blood holla em hov im flushing marcy nostrand myrtle park niggasll drive day murder dark thats johnny gun im holding wet niggas like johnny pump open homie play hard home 911 place lost towers still banging never lost power tell em yall fucking bks banger harlems gangster thats danger theres nothing left say oh uh huh yall niggas man yall cant fuck around man roc bitch killa nigga jigga sigel beans diplomats man hoffa dash get fuck dick homo bullshit whatever yall wanna say two minutes man shit right man aint going nowhere killa dip set lil weezy cash money yo lemme holla lets huggin block thats right hustlin rocks know pufffin lot nigga wanna know babygirl gon suck huh dick hard motherfucker dont tell shit another sucker aint sucka mama come fuck drama peck kiss death lil pucker rama im active drastic got something ya face fuck proactiv im pro round globe atlas need know gon suck babygirl im love twat missionary back shots pop rocket tell right cock soft head top ya knees show top boss lick suck deep throat stop cough hop hop lollipop know white come hot sauce huggin block thats right hustlin rocks know pufffin lot nigga wanna know babygirl gon suck lookin light skinned mami tight slim fat ass big tits noticed nice chin approached slight grin white timbs number type said dont like men laughed link link dont like men neither coincidink ms jiggy ms piggy pinky mink pinky ring blingin gon suck aint type diss kinda like issue thats situation bring wifey would like tissue gon need cum nose babygirl cause sucking cock aint question guarantee say think im shit well apparently wont hear words like marry thing gonna hear suck huggin block thats right hustlin rocks know pufffin lot nigga wanna know babygirl gon suck get head strangest places two time call changing faces tell bitch aint trading places stand back catch amazing graces taste savor vanilla ice cream say ooh favorite know playin wit wayne chillin like scarecrow looking brain drivin range flying plane head crazy shes insane know game get get right every bitch industry wanna rock mic im hot like light im tough like ike dont fuck dog hoes cause hoes might bite yeah follows back mind im hoping swallows huggin block thats right hustlin rocks know pufffin lot nigga wanna know babygirl gon suck killa dipset man spit pimp talk hang pimps collide pimp ride need pimp ride aint pimp camp pimp limp pimp stance pimp slap slim tramp order steak shrimp scamp ok k kay g g gay ill souffle ya toupee bottles bouquet right stay stayed 45 trey deuce spade sprayed stayed unload click clack ya fit cap hold shit back say goodbye go commit 9 years spain time share back times squarei got dimes port authority got authority girl ordered mauri checks forge em reporters report report orgy story daughter applaud zone soldiers like stand never alone bout make drums cry dipset dipset dipset dipset dipset dipset hold dont think move us push us step side thats call family ties dipset dipset dipset dipset dipset dipset killa uhh back cop ride black black black cop rides hide hi hot thighs dick nosenow shes cock eyed whippin bacon rolls outside whippin bacon rolls sanaa lathan knows im rakin makin dough 80 holes shirt jamaican clothes aint talkin poconos im talkin aspens slopes go get okey doke play baby hope know break noses call baby pinocchio hold blue mittens 2 pigeons fuck pitchin 1 house 2 kitchenswhos bitchin bring diesel wont see fu schnickens thats mother baby mother motherfucker look like lady lover ill touch slap dap plus clap tell drink come get drunk nut cracker well known rell home yup hit et cell phone family dies family rise call network dipset family ties zone soldiers like stand never alone bout make drums cry dipset dipset dipset dipset dipset dipset hold dont think move us push us step side thats call family ties dipset dipset dipset dipset dipset dipset see lavender tank youd rather faint fort laudi saint latter day saints whips get lathered paint rap rappers scrap actors cap back abracadabra im appalled think comfortable mauris rappers theodore huxtable mothers lawyer fathers doctor auction coke coppers glocks locker supposed get hung rosaries call cod thats coke os oded b os aint give fuck long aint close put ya drugs air give toast pump dip ya veins get dope like fuck kerry bush vote real nigga real last hope zone soldiers like stand never alone bout make drums cry dipset dipset dipset dipset dipset dipset hold dont think move us push us step side thats call family ties dipset dipset dipset dipset dipset dipset midwest forgot fourth coast aint nothing though arkansas minnesota kansas kentucky missouri everybody lou thinking bout guy fisher never met god damn thats nigga figure real estate invested pie flipper never snitch im bathrobe fly slippers left chicago good money 5 drops westside southside like white sox van buren pulaski k town contra theyll dearly depart ya front macarthurs im author gangsters tough guys whole ohio started buckeye columbus nati towns raped em clowns hatin moved pounds dayton akron niggas would throw things king james coke kings acting grown doggy aint back home smack wrapped chrome better get chaperone know like know lie low killa used get ohio dont forget chi though guns like pyro keep playing look like gyro go head hate hater cause im flyer aviator well youll get smacked radiator get catered player wanna talk maybe later told time 88 flavor flaved need neck choked rather neck broke dead broke yes folks jewels like egg yolks youll get yoked switchblade poked bitch made since 6th grade need rope cut cowboy roped yall boys sold know dope crack coke coat tucked roll hold family hold get close soaked im kg post ho slut love turn beef cold cuts family getting bread well get loaf cut yall doped game sewed malcolm x tell white bitch yo want toes sucked know like know lie low killa used get ohio dont forget chi though guns like pyro keep playing look like gyro id rather judged 12 carried 6 12 12 well carry bricks 12 12 fiends theyre married sniff v12 thats various trips yall make brother laugh took another path come habitat hovercrafts bubble baths duffle bags stuffed cash fell love math got green benz red range mustard jag white coke tan dope black gun trey deuce silver bullets purple piff blue pills grey goose pull rat tat tat duck duck say goose beige coupe suede roofs send jesus h deuce yea yea piss state troops see dont disappear say poof play zeus homeboy get replaced tooth pac mean dust nigga say juice killa +a ap rocky,love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy hold bitches simmer takin hella long bitch give make thing pop like semi 9 ooh baby like raw shimmy shimmy ya huh aap get like never met motherfucker fresh like motherfuckers wanna dress like chrome dome make sweat like keith cause im nigga nigga nigga like figure gettin figures fuckin bitches rollin swishers brought bitches brought niggas gettin bent liquor love licorice let lick say money make nigga act niggerish least nigga nigga rich fuckin broads like fuckin bored turn dyke bitch fuckin boys beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy ooh know love beat make think niggas leadin make think rappers ive feedin got feelin thats dudes speakin oh word aint heard album sleepin print lyrics fuckin read along aint fuckin sing along less brought weed along ju okay got drop get eagle stare stars put beatles shit talkin bout discussion pay make bigger dont pay reduction comin nigga dont know dont trust comin head motherfucker get bustin yes lord dont really say often long dick nigga aint long talkin im beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve uh yeah ho finale pep talk turn pep rally say hood live inside valley vacayd atlanta goin back cali got girl line world line irony fuck em damn time eyein like nigga dont exist girl know want dick girl im kendrick lamar aka benz car mean friends es need par see standards pampered threesomes tomorrow kill em dead bodies hallway dont get involved listen crystal ball say halle berry hallelujah holler back ill ya beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy uh feelin like vigilante missionary tell aap killers get pistols ready send em cemetery obituaries dont scared nigga ready ive thinkin bout os bank account x hoes bed round amount ever since new star fame came ever since drizzy started hangin huh young boy let gun bang let nuts hang transition lamborghini mustang drugs slang drug game hustling anything better 1 train bag made goyard cheffin like im boyar dee probably sellin local courtyard braids like im dog la familia go hard inlaws outlaws laws outlawed bogart pros got proached toe tag get broke projects skateboard roll past blaze yall like doo doo hate yall beef cooked ate yall like mmm mmm lets play ball ballpark sharks blindfold rhyme cold k hot 9 cold bark like k9s banana clip straight rip ill make shirt say rip im shit im hottest hell must froze thought safe forgot code carry traits traumatized soldier dont look face might snap might choke ya spine right place give dap like posed darts posters dark nights like metamorph like im posed might slice wrist pretend like vulture drop cliff barely even conscious talkin conscience gettin deeper flows like conches im convict dont drop bars drop prisons dont sell rocks seen spectrum prisms somehow bypassed bias isms violence killin given seen pigment thought ignance unfortunately type niglet pass pot let skillet got back block 6 oclock jigga im thinkin bout signin roc niggas block still assigned rocks swear hurt soul try prevail preach hurt sales like youre gon end either dead jail nigga wish best real mention name amongst white rappers matter fuckin rapper fuck painter skater musician trailer park dirt ditch diggin burger flippin eat sleep shittin human bein would trouble body double couple others cause comparatively speakin reach beyond bubble put visions beyond hubbles huddle nubians new beginnin school 10 late radioactives goin gold great give flying duck im applyin love rhymin plus alignin us alabamas climbin wait dont give flying duck nothin buckshot ch pow motherfuck life pussy blood clot aint never rapper cold since 2pac froze thawed spot date coachella show yelawolf weed different color like hoodrat bra panties flow overhead like pots pans pantries antsy cause im high like michael jackson penny loafers moonwalkin sun barefoot shades bitch pussy smell like penguin wouldnt hit shit worst enemys penis bitch say mean ho im meanest dick big like earth venus molly got nauseous aw shit switch lawless obnoxious suck cock shit synopsis ostrichs posh shit hoes goth shit stop novice regardless heartless awkward cryin tears vodka prima donna concert adonis smokin chronic bout vomit gin tonic bein honest tell isnt ironic swiftly shift bimmer 860 heavy smoker know brought blake moons reflection lake hit stayed many asian bitches lay face silky like tablecloth shorty gallop mornin beach like chilean horse red roses dropped boxes often confetti torchin drinkin henny like im kenny lofton outstandin fixed game georgia southern gramblin see us scramblin sellin susan sarandon cloud smoke like phantom damn shit tastes like fantastic uh see comin state lord could put fork inside cheesecake cuffed wrist ive got briefcase gavel slam im free man try eat ham big krit shawty spit like last breath casket rap six deep eyes closed black back come lac flats bottles cant pronounce like ask ask crack scratch rap wack wanted love dap fuck haters fuck hoes championship win aftermath ask lebron open palm slap bitch walk plank break bank ive business sinkin ships chokin niggas anchors anchor resuscitations cost label im taxin want hit clear fuck career bitch born killer 86er nigga thats born year get fuck round thats country ways suckin mommas titty bitchin choppin blade grippin grain fuckin hoes candy paint like everglades miss rapper chatter take shit bass put soul could ever doubt rappers hopin world end wont drop another album bb king saw king cant order come close youll dig cash elvis muddy water flow dixie rebel past fuck louis flag poppin benji tags wifeys ass thats line livin color im like miya bailey rap motherfuckers true artist aha aha said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop lets take basics midst greatness martin maison rocked margielas laces cristal go cases wait hold racist would prefer aces aint different taste 40 ounce chase thats understatement im early party rari latest somehow seems girls late teens remind favorite jeans cause naked cause famous lifes mothafucka aint rappers aint us tell name ima tell stainless aim fore bang let banger leave brainless mothafuckas came miscellaneous niggas wanna hate tell em face aint g low key niggas mad cause im smooth puffin zig zags tell em quit riff raff bitchin bitch ass said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop yes im shit tell stink feel good wakin money bank three model bitches cocaine sink im bout bout might roll tank cause chain came cuba got lock link red bottom loafers compliment mink eyes chink rollin dank blowin stank mean tell drink im kissin pink could call billy gates got crib every state man moon got condo space open legs tell taste niggas talkin shit tell em tell face tell bitch hop dick rolled quick six told suck dick motorboat tits im shit niggas mad cause im smooth puffin zig zags tell em quit riff raff bitchin bitch ass said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop oh yeah oh right oh yeah yeah yeah oh yeah oh yeah oh yeah everybody play tough guy til shit pop get text message dont know number flexin niggas every bone muscle steady taking shots never hurting numbers even yall dont worry nothin id like give shout niggas game plan shout outs niggas escape plans uh twenty bands rain dance could either rain check make plans pockets loaded rocket loaded okay lets rock roll time go lock stock two smoking barrels locked loaded diamonds glowing chart climbing em youd think im jumping window got em open line around corner line em block sometimes even stop smoking time focus shades dior pants velour create explore expand conquer came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours yeah sold pack loose hard listened x peeped bars snakes rats cats dogs games trap protect heart waited line return refine new design time shine shine shine shine shine hustle flex world mine please believe allow greaze niggas disease dont speak squeeze make devil go weak knees hate youre lame loss came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours uh came came whats name chain pants pants chain know hat shades heard voice ran stage vans braids mans babes girls ex hoes left way stepped car thats flex give thanks get fresh praise lord finesse bless came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours wake feeling blessed pistol dresser aint afraid show ill expose dress riding testarossa nigga catch sipping syrup till im messed like yes sir im getting change people looking strange like nigga switching lanes never changed still fuck bitches get paper fuck niggas papers walk around lasers prolly tasers lame niggas disgrace us girlfriends want date us got different hoes im pimpin hoes could tell paystubs niggas gettin right smokin weed dirty sprite im going wild night fuck polite im goin finna wild weekend three friends nigga feeling froggy leap aap niggas finna sneak middle finger critics nigga skrillex know finna kill aap trillest dont really want glock boy dont really wanna feel shots boy b boy im block boy im boy im hot boy six shots got feelin like pac boy party night shit dont stop boy drunk fuck im ready fight wilding night fuck polite boy wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin weekend im creeping niggas drunk disrespectful callin women bitches dont mean harm wont friends es meet us cut business god witness wanna kick girl said us rolling benzes wont pour stop babysitting got drunk fuck swallowed kids es back mac tats back ass fat hit back clap back clappin back flat back back trap fuck pack aap fuck nigga act get clap lay flat fuck dreams leave punk nigga dreamin sleep wont come back nap benjamin three stack fact lives lap ou outkast daddy fat bitches sack know smokin bitches rolling reefer got open wildin morning homies tell em goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin pretty mothafucka harlems im reppin tell niggas quit bitchin gon make second never disrespected plus im well connected coke imported important president swagger impressive dont need necklace bitches get impressed pull 7 6s benzes gets get freshest raf simons rick owens usually im dressed blowing blunts rolling doobies smoking sections groupies rush hold boobies direction quit fronting aint round clique nothing cause presence present kick blessing way goes way roll cause every day pesos way goes way roll cause every day pesos cause every day pesos yo yo yo bitch said im hot man told agree gon really think im hot told degrees pull hard top showing keys graduate school hard knocks show degrees couple b cs bad bitch double ds popping e dont give f told im g asap stevie got sleeve got chest nigga breathe inhale exhale cocaine x pills import export harlem catching rec still mami show neck feel later show rest feel chill way goes way roll cause every day pesos way goes way roll cause every day pesos cause every day pesos cause every day pesos cause every day pesos every day spend time drinkin wine feelin fine waitin find sign understand yes every day spend time drinkin wine feelin fine waiting find sign take slow go go go go another dimension mind body soul imprisoned eye probably goin ballistic listen im missin couple screws aint never drillin true sippin away truth double shot wisdomll rollin hittin switches rolling ditches blowin kisses bitches holdin biscuits whats business beat system co defendants blow sentence go prison go church pray father lord forgive us god judge dont like ugly look fuckin good dykesll fuck buddy yeah im piece shit know plead fifth tell holler ya need dick devotion gettin hopeless hold im gettin close soul im seein ghosts solo poet hypnosis overdose potions adjustin motions gettin emotions every day spend time drinkin wine feelin fine waitin find sign understand yes every day spend time drinkin wine feelin fine waiting find sign take slow go go go uh type shit make nigga wanna flip september august type shit got em bustin clip middle office message bosses misfits new outfit bloglist gorgeous hoes keep sayin caused cause porsches get em nauseous plus aint even mad yet niggas caught good mood paparazzi wanna nag nigga chillin bag check hope show good shoes papa got brand new bag flacko got brand new raf thats good news hood dudes usually dont look like feel get deal come back whole hood look like screamin pimp squad hold cant drive bitch im legally blind bitch live die decide shit niggas coppin guns like legal buy key survive get piece pie agree lot believe facade bitch ill fine drinkin wine bitch got love birds chirpin window dont need love ill fine sippin wine takin time slow got love birds chirpin window dont need love ill fine sippin wine every day spend time drinkin wine feelin fine waiting find sign understand yes every day spend time drinkin wine feelin fine waitin find sign dont care ever know go go go got love birds chirpin window dont need love oh ill fine sippin wine takin time slow got love birds chirpin window dont need love oh ill fine sippin wine takin time slow thought id probably die prison expensive taste women aint pot piss kitchen full dishes nose bloody sniffin heroin addiction trigger finger itching fuck parental supervision murder business little timmy got semi aint kidding hide kittens hit childrens smith bunch ignant little niglets hardheaded never listen purp purple sippin finger twistin teeth glisten like memphis bunch hypocritic christians land religion santa claus missing catch slippin christmas motherfuck wishlist ghetto ambition benjis bentley bitches gets gets road riches diamond ring designer jeans choking biscuit til im longer existing wonder miss long make history soul feeling empty tell reaper come get said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live riding city like motherfucker mine toting semi rob motherfucker blind license plate says wipe car 1989 nigga sits pretty call motherfucker fine lost motherfucking mind whats mind niggas talking never talk cops make talk god tote 9 aint talking tell em watch spine mean watch back better guide track better look back stay line dont step cracks break back im talking bout mom cause theres killers town making hits sniffing lines committing crimes wait shit simmer corrupted little minds 8 9 finna shine grind dirty shimmy shimmy ya shoot without purpose services n hearses kids aint deserve cant survive thing youre worthless strangers make nervous whos peekin window pistol curtains said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live pretty nigga rich flacko shit bitch know poppin poppin dick nigga rip pimp cant forget little flip take memphis shout triple six said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga uh said rocking rolling swagging max bitch fashion killer busy poppin tags got lot prada dolce gabbana cant forget escada balenciaga im sippin purple syrup come aunt jemima rider well go shoppin like manana attitude rihanna get mama jiggy like madonna trippy like nirvana cause everything designer jeans helmut lang shoes alexander wang shirt newest donna karan wearin cartier frames jean paul gaultiers cause match persona pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said see jil sanders oliver peoples costume national ann demeulemeester see visvim sneaker lanvin balmain goyard trunk isabel marant love linda farrow adore dior damir doma vena cava store crush top bossy see ride round mami tom ford papi thom browne rick owens raf simons boy got stock ball fall means shop drop versace got lot may never wear save babies flyer parents pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said pistol go scoop back tees breeze coupe smiling treasure youre well put together bags links jeans shoes spikes patent leathers different fabrics mixed together baby go away together could get away forever emotions clashing thrashing someone turn light met baby expressed passion fashion night pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said pistol go know dream day think clothes im ridin round system bumpin lsd look ways say love aint makin love songs baby im rappin lsd aint stranger city life introduced hippy life make love pretty lights lsd get feelin trippy night drugs dont fit right girl really fuckin want love sex dream another quarter face system make mistakes leap faith love takes place feelin crave doin love sex dreams started hollywood dreamin sharin love tongue loss words cause feelings said party started dreamin sharin worlds held feeling way long said really wanna let go ive gettin fly gimmicks dope ive getting high cause figured lord told ive drinking driving well never go home gon stay doubt weathers cold oh feeling low sometimes light shines makes high feel feel feeling low sometimes light shines makes high feel feel started hollywood duh duh duh dreamin sharin love duh duh duh tongue loss words cause feelings said look ways say love aint makin love songs baby im rappin lsd +nicki minaj,yo never fucked wayne never fucked drake life man fucks sake id menage em let em eat ass like cupcake man full ate dont duck nobody tape yeah setup punchline duct tape wo wo wo worried bout butt fake worry bout yall niggas us straight th girls sons jo jon kate plus eight walk sit straight dont give fuck late dinner man g5 idea update hut hut one hut hut two big titties big butt fu fuck real niggas dont tell niggas show bitches top ri ring finger rock hoes couldnt test even name pop quiz bad bitches fuck mad bitches dont fuck dont fuck chickens unless last name cutlet let soak like seasoning tell bitches blow lance stephenson raise every bottle cup sky sparks air like fourth july nothing bad bitches tonight oh lame know quiet nothing real niggas bad bitches rich niggas independent bitches boss niggas thick bitches got real niggas side yeah never fucked nicki cause got man thats im first line day maybach thought goddamn perfect time come video know la traffic city slow sitting big butt still staring titties though yeah low key maybe high key peeped like know fuck really wanna besides mean doesnt take much us shit quietly mean say im obsessed thick women agree yeah thats right like girls bbw yeah type wanna suck dry eat lunch yeah thick everybody else room uncomfortable ass houston texas face look like clair huxtable oh yeah man city mayor fuck nba players fuck bad ass bitches makeup hair fuck oh thats cause believe something stand nicki ever tryna fuck give heads plan pinkprint ayy raise every bottle cup sky sparks air like fourth july nothing bad bitches tonight oh lame know quiet nothing real niggas bad bitches rich niggas independent bitches boss niggas thick bitches got real niggas side never fucked nick thats fucked fuck shed fucked whoever hittin aint hittin right cause act like need dick life thats another story im story teller piss greatness like goldish yellow goons overzealous im hollygrove holy mecca calendar say got money days squirm shake im stuck ways girlfriend beat bitch waved bet fuck surfboard surfboard eyes bright take cover shade dont money take mothers instead got hiccups swallowed truth make burp boy treat beef like sirloin im talkin bout runnin houses army guns think son daughter rooms got two hoes masked got smaller guns aint thinkin bout son daughter rooms shit crazy nigga mean brazy nigga money talk rephrase nigga blood gang take b behavior nigga reals mouth blow face mean pop pop pop take nigga see nigga dont like jamie foxx acting like ray charles sixteen clip one chamber 17 ward bully seventeen bullets story went poor please pour drink celebrate raise every bottle cup sky sparks air like fourth july nothing bad bitches tonight oh lame know quiet young mula baby nothing real niggas bad bitches rich niggas independent bitches boss niggas thick bitches got real niggas side yo b ready lets go feelin im feelin im feelin feelin im feelin im feelin feelin feelin im feelin im feelin feelin im feelin im feelin im hood girls lookin back good girl tax bracket got black card thatll let saks chanel bags bad habit balls dal mavericks maybach black matted bitch never left im back im feelin jack rabbit feelin back cause im feelin jack thinking whacks wax wax national anthem hats curve nigga like bad toss lemme get number two mac sauce run tour mask im feelin im feelin im feelin feelin im feelin im feelin feelin feelin im feelin im feelin feelin im feelin im feelin changed game digital drop know digital popped stopped world male female make difference stop world world stop carry kitty fleek pretty fleek pretty gang always keep niggas geek ridin ridin texas feed breakfast everytime whip talkin reckless said damn nicki tight say yeah nigga right said damn bae little really takin pipe said yes daddy gimme brain like nyu said teach nigga teach learnin im whippin work diggin work got 36 real panky full bounce baby come get bounce baby im feelin im feelin im feelin feelin im feelin im feelin feelin feelin im feelin im feelin feelin im feelin im killin cookin base lookin like kilo wanna taste biggin ego ridin texas smoke talkin bout high grade baby hold kill migraine ridin texas bitches aint got punchlines flow empire also keep gettin gifts santa claus north pole today im icy im prayin snow let ho ho let let ho know love coco bitches dont never learnin bitches never get earnin im still gettin plaques records thats urban aint gotta rely top 40 rap legend go ask kings rap queen things nature look finger glacier hits like laser rrr drippin work trippin perc flippin skirt whippin work takin trips kis car keys got bs stingin queen b whippin cause dope girls flawless poster girls run around ballers real niggas call list im big kahuna go let whores know song alone bitch fourth flow hahaha rrrrrrrrrr like dontchyea snitches young money uh mmm kyuh rip big classic shit im lookin nigga give babies handful weezy sprinkle dave east man aint got type like jxmmi swae lees cant fuck three times night peace tried fuck 50 powerful hour nigga wanna talk power hours b beat pussy make sure k step banks like youre movin yayo somebody go make sure karrueche okay though heard think im tryna give coochie quavo always wanna beat goon pussy man maybe let autotune pussy bow wow challenge niggas lyin shit man fetty wap niggas stay eyein shit drake worth hundred mill always buyin shit dont know pussy wet cryin shit meek still dms havin duck used pray times like face ass fuck man uzi baby aint takin l took literally said go hell used fuck young thug aint addressin shit c caught dressing room stealin dresses shit used give nigga lisp tests shit want pu thy cant say ss shit uh dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin remember used crush special ed shoutout desiigner cause made special ed wanna fuck gotta give special head cause pussy niggas special meds like mike tyson bitin shit talkin bout yo got niggas fightin shit real make niggas scrap pussy young lady luck get strap pussy uh woulda odell beckham bangin cake til saw hoppin cars dancin drake five star bitch man word gotti ima nigga future dirty word scottie cancel dj khaled boy aint speakin aint fat nigga tellin aint eatin yg game hammer yellin gang gang aint meant said gang bang tekashi want menage said tre way curved went kim kanye way em cop barbie dreamhouse play part aint tryna bust open trailer park dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin dreams fuckin one little rappers im playin im sayin im playin im sayin know im bout dollars supportin scholars let give brain wanted ride said fuck im wanna cut like trim act like know let fuck got bars im indicted im poppin im uninvited said lick clitoris nigga dont fuckin bite ride circle turn stefan urkel go arounds arounds ima go slow motion pick look said daddy come get uh yellow brick road said wiz yeah want want know flaunt flaunt im trendsetter everything yeah put em dimelo papi papi yo quiero sloppy sloppy ill give beat like pacqui pacqui ima kill em shoe ceiling roof im big give loot 12 cylinders coupe get dome chrome tellin ima shoot bang bang bang real killas group gorillas unit vacationin humid shine shine shine got diamonds cubans im la times niggas lootin flow spit crack think nigga usin done bodied everybody closing bitches losin usin usin bitch movin aint stuttered aint ruben damn bitch snoozin shoutout jews lchaim rick rubin big fat titties yes protrudin like fuck em fuck em bring lube like fuck em fuck em bring lube know dont yeah night know dont yeah night uh thinkin loud must quarter million right hard make song bout somethin money two things im talkin blunt staying blunted pretty women right huh disappear right look youre gettin friends youre gettin car youre comin house clear right huh see fleet new things cop cars loose change white like move things niggas see rollin mood change like muhfucka new flow got dozen em dont trust undercover could probably make step sisters fuck talkin filets truffle butter fresh sheets towels man gotta love yeah get desire tell niggas aint hidin know dont yeah night know dont yeah night yo thinkin loud must milli right aint talkin lil wayne record im still highest sellin female rapper record man 65 million single sold aint gotta compete single soul im good ballpoint game finger roll ask dont tell single soul pretty women wassup right stand chair right uhh hear cant let wack nigga get near might kiss baddest bitch dare aint never need man take care yo im big boy bitches cant rent floss everyday aint dentist whole style approach invented aint takin back cause meant know dont yeah night know dont yeah night uh thinkin loud could broke keep million dollar smile lol bank check account bank teller flirtin checkin account pretty ladies truffle butter pussy cuddle buddies low aint gotta tell friend eat morning cause gon say know hit bathroom put hands toilet ill put one leg tub girl new dance move dont know call bitch dancing stars aint nothin like last dude whats name important brought cocaine snortin became vacuum put dick like carpet suck white white chocolate im heartless thoughtless lawless flawless smallest regardless largest charge born new orleans get killed jordans skateboard im gnarly drake tunechi barbie know know dont yeah night know dont yeah night ayo look like im goin swim dunked em im swingin rim bitch aint comin bench im comin court fully drenched go haterade get ya thirst quenched styled em burberry trench birds copy every word every inch gang gang got hammer wrench pull quarter milli lot oh tryna friends like forgot show diamonds like im signed roc aint pushin babies til buy rock ayo bitch corn bentley tints fendi prints mean storm x men formed keep dialin nicki like prince song bitch corn bentley tints fendi prints ayo north lara croft plates say chun li drop benz oh get huh paintin bad guy well last time gonna see bad guy rap game like went copped chopsticks put bun pop shit im always top shit box seats bitch fuck gossip many coulda finesse everybody like really best play checkers couldnt beat playin chess im turn around beat chest bitch king kong yes king kong bitch king kong king kong chinese ink siamese links call 2 chainz name go ding dong bitch king kong yes im king kong king kong yes miss king kong kingdom wit timbs many championships six rings need rappers like need rappers like get fucking keyboards make bad guy chun li ayo bitch corn bentley tints fendi prints mean storm x men formed keep dialin nicki like prince song bitch corn bentley tints fendi prints ayo north lara croft plates say chun li drop benz come alive im always sky high designer thigh highs lifestyle come alive im always sky high designer thigh highs lifestyle need mai tai fuckin sci fi give password fuckin wifi yo man man uh bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap man man popped aint trying give get dropped let bust u ie bitch bust open might spend couple thou bust open rip joking like name hulk hogan niggas move weight south live hoboken bitch spit crack like im trap need hit im bat bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap okay nicki nicki nicki put kidney got new ls 450 aint keys hicky werent rapping id trapping werent trapping id pimping werent pimping id getting period dont smoke bobby denim ricky got girl molly smokin loud drinkin got top back see thinkin know know ive thinking franklin money thousands true religion trousers got private home started public houses hair weave killer causing arousal audi a8 told outtie 5000 uh bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap damn damn say dont know man fuck biscuit get hit swinging big bitch dont know man im shittin whole life damn damn say dont know man fuck biscuit get hit swinging big bitch dont know man im shittin whole life bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap man im texas man im town im chi town miami shuttin new orleans la bay new york philly whole dmv im detroit player man north south cack ohio pittsburgh got st louis deck delaware connecticut new jersey got hella bricks queens brooklyn yeah wildin bronx harlem staten island bitches aint shit aint sayin nothing hundred motherfuckers cant tell nothing beez trap bee beez trap beez trap bee beez trap damn damn say dont know man fuck biscuit get hit swinging big bitch dont know man im shittin whole life damn damn say dont know man fuck biscuit get hit swinging big bitch dont know man im shittin whole life anaconda dont anaconda dont anaconda dont want none unless got buns hun boy toy named troy used live detroit bi big dope dealer money gettin coins shootouts law live palace bo bought alexander mcqueen keeping stylish thats real real real gun purse bitch came dressed kill wanna go first pushing daffodils im high hell took half pill im dumb shit way say tell aint missing meals come fuck automobile let eat grills tellin chill telling real love sex appeal say dont like em boney want something grab pulled jag hit jab like dun dun dun dun dun anaconda dont anaconda dont anaconda dont want none unless got buns hun oh gosh look butt oh gosh look butt oh oh oh oh gosh look butt look butt look look look look butt thi dude named michael used ride motorcycles di dick bigger tower aint talking eiffels real country ass nigga let play rifle pussy put ass sleep calling nyquil bang bang bang let hit cause slang cocaine toss salad like name romaine done make buy balmain im dumb shit way say tell aint missing meals come fuck automobile let eat grills telling chill telling real love sex appeal say dont like em boney want something grab pulled jag mayweather jab like dun dun dun dun dun anaconda dont anaconda dont anaconda dont want none unless got buns hun oh gosh look butt oh gosh look butt oh oh oh oh gosh look butt look butt look look look look butt little middle got much back little middle got much back little middle got much back oh god look butt anaconda dont anaconda dont anaconda dont want none unless got buns hun dont anaconda dont dont want none unless got buns hun oh gosh look butt oh gosh look butt oh oh oh oh gosh look butt look butt look look look look butt yeah love fat ass hahahahahahahaha yeah one bitches fat ass fucking club said fat ass big bitches club fuck skinny bitches fuck skinny bitches club wanna see big fat ass bitches muthafuckin club fuck skinny bitches cyeah hahahaha rrrrrrr cyeah got big fat ass cyeah come look yall niggas niggas look yall niggas niggas look yall smokin ass niggas every pull niggas start chokin ass niggas nigga nigga look yall bitch ass niggas stop lyin dick ass niggas nigga nigga look yall lookin ass niggas stop lookin ass ass niggas look yall lyin ass niggas talkin bout paid financed lyin ass nigga bunch non mogul ass niggas frontin like got plan boost mobile ass nigga nigga nigga look yall cant get job plottin rob ass niggas aint gotta check yall ima check yall ima need check yall niggas dont want sex give fuck ex dont even want text yall niggas im rapin niggas look pic look fuck gave niggas aint feelin niggas niggas want time call clinton im billin niggas know reason know reason know know know reason know know know look reason look yall sharin one bottle club one bottle full bub ass niggas look yall havin game ass niggas yall niggas share chain ass niggas cup hand ass nigga club credit card scam ass nigga dick pants ass nigga damned fuck non man ass nigga never fuck non man ass nigga would never lie even nigga flew bitches way dubai pussy tried pussy ass nigga lie pussy ass nigga high bitch im hundred wrist ski art wall basqui fuck see look fake dope dealers know real niggas movin weight villas talkin bout kis say kis van really move grams split mans know reason know reason know know know reason know know know look reason one boys boomin system top ac cooler system come club blazin got stacks deck like savin ill real might gotta deal pop bottles got right kind build cold dope might sell coke always air never fly coach mothafuckin trip trip sailor ship ship make drip drip kiss lip lip thats kinda dude lookin yes youll get slapped youre lookin ho said excuse youre hell guy mean youre like pelican fly mean youre shy im loving tie youre like slicker guy thing eye oh yes yes somebody please tell em f nicki minaj mack dudes back coupes chuck deuce boy got heartbeat runnin away beatin like drum comin way cant hear boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass boom boom boom badoom boom boom boom boom boom boom badoom boom boom boom boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass one boys polos entrepreneur niggas moguls could ball crew could solo think like better dolo think like better fitted cap aint even gotta try put mack gotta give look give look panties comin uh excuse youre hell guy know really got thing american guys mean sigh sickenin eyes tell youre touch feminine side uh yes yes somebody please tell em f nicki minaj mack dudes back coupes chuck deuce boy got heartbeat runnin away beatin like drum comin way cant hear boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass boom boom boom badoom boom boom boom boom boom boom badoom boom boom boom boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass see need life stay know know know know know know youll stay dont go away hey boy got heartbeat runnin away dont hear heartbeat comin way oh like boom badoom boom boom badoom boom bass cant hear boom badoom boom boom badoom boom bass boy got heartbeat runnin away beatin like drum comin way cant hear boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass boom boom boom badoom boom boom boom boom boom boom badoom boom boom boom boom badoom boom boom badoom boom bass got super bass boom badoom boom boom badoom boom bass yeah thats super bass dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem dem uh im prime optimus sagittarius know im optimist man keep real im prophetess least took l bucket list time make hits time diss still dissin still cant find hits worth dummy aint mind bit still show gettin chips time dip im still fly bagged white guy ritchie like guy still eat thai want nicki cheat code come bitch nice try lets real bitches wanna look like wanna demand get booked like wanna run lab cook like aint nan hoes pussy good like pussy good ex wanna still fight face pretty bitches wish could slice mad cause never bought ice like cut niggas would still wife rap bitches tell team make em like barbie come ig cant stalk copy looks steal music want see bitches lose blue print mean pinkprint ho let sink spoke jay day hes still kingpin hes still nigga woulda signed aint sign waynes perfectly designed crew cause big three dont need big speech made biggest impact check spreadsheet thats lil weezy barbie drizzy drake niggas gettin cheese kissy face im bad bitch fuck bitch bitch get slick ima cut bitch im bad bitch suck dick bitch get slick ill cut bitch ill cut bitch ill gut bitch fuck bitch man fuck bitch wont shoot gun butt bitch say fuck bitch dick bitch stuck niggas stuck bitch still draggin dont pick bitch get combination safe drug bitch know whole operation bugged bitch im still fly bagged white guy ritchie like guy still eat thai want nicki cheat code come bitch nice try lets real bitches wanna look like wanna demand get booked like wanna run lab cook like aint nan hoes pussy good like pussy good ex wanna still fight face pretty bitches wish could slice mad cause never bought ice like cut niggas would still wife would still wife would still wife yup would still wife ahh ha come stealin flows birds fluent stutter get asked bout queens influence clear bite im flattered like dont wanna check bitches tell em wear nikes barbie tingz thats barbie tingz big barbie tingz thats barbie tingz big barbie tingz thats barbie tingz uh barbie dreamhouse barbie rings thats barbie beach house barbie benz uh barbie white picket barbie fence tea shade bitch offense ever try confiscate barbies ken ima put box dollies chop next stop garbage bin cause hoes old gossipin im tryna find new porsche come +common,yeah doo doo doo doo doo doo diggy doo yo times youll need someone side light shines special never knew luh luh luh love like gotta somethin write queen aint seen minute wrote letter finally decide send signed sealed delivered us grow together love limit lets spend slow forever know heart weathered studs aint gon assault cause probably feelings handle care niggas recognize light cant handle glare know aint type walk around matchin shirts relationship effort match work want one make happiest hurt say end near important close high regardless happen lets rely times youll need someone side light shines special important communicate tune fate union right pitch never call bitch even boo theres much name much understand union woman man sex tingle assume land thats fly night sky write cold chi nights moon light heaven height would tall ghetto coffee shop see lets stick understandin wont fall better worse times hope call pray every day anything friends well stay begin lay foundation family love aint simple cant anything worth havin work annually granted known time dont take whole day recognize sunshine times youll need someone side oh darling light shines special kind fresh listen hip hop catch mix beauty thrift shop plus shit pop time thinkin fresh suggestin beats rhyme times im lost try find know give space time hearts dictionary defines love happiness truthfully hard tryin practice abstinence time committed love real good arrive still feel good know sex aint gon keep equal must treat reflection light ima lead whatevers right ima feed digga da digga da digga da digga digga da da yo tell rest see peace times youll need someone side light shines special ill take chances pass pass oh darling need look side youll agree yes yes yall dont stop beat yall dont stop yes yes yall dont stop one two yall dont stop yes yes yall dont stop beat com sensell sure shot come met girl ten years old loved much soul old school shorty never knew throughout life would regular church girl secular money studs mic checkin respected hit heart new york niggas park pull chair turn air cool cool listen sittin bone wishin could eventually meant would cause related physically mentally fun id geeked shed come around slim fresh joe underground original pure untampered sister boy tell miss yes yes yall dont stop beat yall dont stop yes yes yall dont stop one two yall dont stop yes yes yall dont stop com sense yall dont stop yes yes yall dont stop uac yo gotta sure shot periodically would see ol girl clubs house parties didnt body started gettin thick quick couple videos became afrocentric goes weave goes braids beads medallions tip stoppin violence people teachin preachin speakin method leisurely easily approach dug rap thats got close broke west coast cool cause around time went away school im man expandin stand way probably get money la stud got big pub foul said pro black goin style said afrocentricity past got rb hip house bass jazz black music black music good wasnt salty boys hood cause good becomin well rounded thought dope freestyle shit havin fun worried anyone could tell titties hung yes yes yall dont stop beat yall dont stop yes yes yall dont stop one two yall dont stop yes yes yall dont stop beat com gotta sure shot yes yes yall dont stop dont check mm mm bust bust mightve failed mention chick creative man got altered native told got image gimmick could make money like dummy see commercials shes universal used swing inner city circle burbs lookin rock dressin hippie dumb shit comes city talkin bout poppin glocks servin rocks hittin switches shes gangsta rollin gangsta bitches always smokin blunts gettin drunk tellin sad stories fucks funk stressin hardcore real really realest got showbiz say im committed many niggas hit shes lettin groupies see niggas slammin takin sewer ima take back hopin shit stop cause im talkin yall hip hop beat yall dont stop yes yes yall dont stop mainframe yo gotta sure shot yes yes yall dont stop beat yall dont stop yes yes yall dont stop one two com sense gonna drop haha used love used love used love used love used love used love used love went fucked shit yall aint got woman check man think youre overstepping bounds little bit cant anymore one day glory comes one day war sure sure oh glory ohh hands heavens man weapon formed yes glory destined every day women men become legends sins go skin become blessings movement rhythm us freedom like religion us justice juxtapositionin us justice aint specific enough one son died spirit revisitin us true livin livin us resistance us thats rosa sat bus thats walk ferguson hands go woman man say stay stand shots ground camera panned king pointed mountain top ran one day glory comes one day war sure sure oh glory ohh war victory isnt well fight finish done well cry glory oh glory oh well cry glory oh glory oh selma every man woman child even jesus got crown front crowd marched torch gon run never look back done gone hundreds miles dark roads rose become hero facin league justice power people enemy lethal king became regal saw face jim crow bald eagle biggest weapon stay peaceful sing music cuts bleed somewhere dream epiphany right wrongs history one win war individually takes wisdom elders young peoples energy welcome story call victory comin lord eyes seen glory one day glory comes one day war sure sure oh glory oh oh glory yeah war said done well cry glory oh glory beautiful love streets love hard see place got loving loving beautiful love streets love hard see gotta reach frequency loving loving yeah know love even found ground thugs live man dig deep find couldnt sleep cause real five kids live nigs real niggas express taste crap games black dames big faces cases court fam showing love support babys mom thought love sport men taught hold thats dont know til older men love place ima go least know go within times take ya spin heartbreak hotel youre home ive seen love make nigga soul pretend like story dont want end yo beautiful love streets love hard see place got loving loving beautiful love streets love hard see gotta reach frequency loving loving love come hood love told run hood guns sung holla love hoping itd become one crack got many lives undone lack love many hide run knew girl son dreamt acting plays demonstration man trapped maze trying find much shed gave love free us us react slave funny love em theyre relaxed grave wonder thug raw actin afraid everybody loves sun attract shade heard love money compassion pays talk youth shed understand loved man beautiful love streets love hard see place got loving loving beautiful love streets love hard see gotta reach frequency loving loving say im dreamer cause talk often seen hardest nigga soften wit homie coffin walk stand fall right companion mary sang song broad limits game life scrimmage reminiscing letters wrote small days letter people love always yeah beautiful love streets love hard see place got loving loving beautiful love streets love hard see gotta reach frequency loving loving motto chicago bitch everybody know sweet problem dont play dumb im one acknowledged son bitch imagine father said make opponent rapper moment style dont acting hard hardly like gon mess around make catch body like awwww dont cause every song make joe really ho music heard said wasnt bitch sing bitch cling like bitch thats eighteen cant say name rap niggas wife black white trying live niggas life im taking long amateur guy aint wet nobody nigga canada dry soft nigga make mistake im talking drake remix rick ross common ho ass nigga man man dont hide behind niggas nah man man cant run behind man real man shit right say name say name one around aint running game say name say name acting kinda shady sudden change say name say name one around aint running game say name say name acting kinda shady better say name go go go go go count three go go go go go count three go go go go go go uh count three everybody run back fantasy go go go go go count three go go go go go count three go go go go go go count three everybody run back fantasy bad uh type club niggas would grab fantasized bathroom sweatin ass body dancer chemistry cause cancer thought forever would last forever move faster still gotta pause think draws uh ooh baby liked raw like rain came poured like car cant afford would want want positions frames explored let know secure back wanna go go go go go count three go go go go go count three go go go go go go uh count three everybody run back fantasy go go go go go count three go go go go go count three go go go go go go count three everybody run back fantasy freaky like daughter pastor said bait master little red corvette nah faster wet dreams la mer cream bathroom make love laughter anyway wanted could said girls attract new chapter said lets place wanna uh get want uh free love wanna see uh hot sex third degree uh gettin served servin uh dirty words encourage rock steady sturdily turnin turnin back go go go go go count three go go go go go count three go go go go go go uh count three everybody run back fantasy go go go go go count three go go go go go count three go go go go go go count three everybody run back fantasy yeah know asking bout common man im hip hop thats yeah say fuck im greatest list great debaters lot yall nah nah forgot 87 nigga used rah rah jam aw yeah put things air drop single really like pair air jordans important culture aint true callate la boca get drink like coaster post wall mike used live hip hop master cleansin imma get shit rollin maserati gran lid bit like monster live nigga encore encore encore rhyme commoners name synonymous prominence im hip hop obama politics common yeah man yall niggas man soft muthafuckers yeah man muthafucker come around crib know im ho ass niggas singing around man la la la aint muthafucking frank sinatra uh lil bitch yeah raw right raw right nigga sweet muthafucka sweet ass bitch muthafucka wa da da da wa dada dada dang c double n im playin da da man work make lane im franchise rock chain said give em 80s cocaine somethin raw something pure stayed vein hero know cold like go wipe ya feet regal im king observe throne dream supreme like mathematics yeah breath fresh air asthmatic rap addicts pro black magic semi automatic rap wont jam traffic game need direction im map uh people say missing creativity come hip hop begins ends sweet know man know come know nigga never wanna go know man soft man seeing man see eyes man aint type nigga could go get presence gon feel like little ho aint man yet tryna somebody else man man come around crib get shit took huh wherever go probably overseas europe get yo shit took yous ho know sweet aint nothing man people see man broads seeing sweet done wit muthafuckas sweet muthafucka yeah yes wanna free spirits left im talking malcolm coltrane man yusef death grew conception new breath resurrection moms new steps direction right way told inside fight lay everything nigga may might say chicago nights stay mind write many lives lay lines wavin signs times many say grinds mind shorties blunted eyed everyone wanna rhyme bush pushing lies killers immortalized got arms wont reach skies waiting lord rise look daughters eyes realize ima learn messiah might even return ima gotta change world furs benz gramps wantin em demons old friends pops hauntin chosen one land frozen sun drunk nights get remembered sober ones walk like warriors never told run explored world return soul begun never looking back far front present gift wanna mr blue sky please tell us mr blue sky please tell us mr blue sky please tell us mr blue sky please tell us hide away hide away hide away hide away aston martin king luther dreams young denzel way move scenes im like preacher fiend story change came wings pretty skyline sky eyeline son high shine suited prada stay mellow like lala young fresh dollars ladies go gaga im cum lada top class black wall street stock never crash given ask pure religion cash windows open im raising glass daylight beams night life schemes inception im writing dreams immortal view star im born see blue sky see lords coming ohh sky well find light ohh aint high well shine night skies blue skies going higher thats right started dream wanted run dmc lord put blessing upon mc dreams spoken thats knew flows would overflow rim open eyes yes sir im made go hard paint like wade rose streets rose international heroes world primos red carpet magic taking pictures president told health care music medicine name holds weight never hesitant different state resident hood elegance sls classic pursuing passion nova fashion im oscar party crashing immortal view star im born see blue sky see lords coming ohh sky well find light ohh aint high well shine night skies blue skies going higher thats right aye aye aye aye aye hey aye aye aye aye aye hey aye aye aye aye aye hey aye aye aye aye aye aye aye aye aye aye hey aye aye aye aye aye aye silhouettes dreams high huh even dont seem bad close eyes see things front im gone imagine im gonna dirty worthy im wordy broad paris looking purty immortal view star im born see blue sky see lords coming skies blue skies going higher thats right dreams head endless sphere could see window wouldnt take long get keep running til go remember beautiful things life could give crazy im one couldve anywhere im sitting air wheels staring sun ohh sky well find light ohh high well shine night skies blue skies going higher thats right yeah long time comin know say kanye slow motion better motion walked crib got two kids baby mama late cause get im night getting money right blue whites money comin slow least nigga know slow motion better love hear story young brothers city wind like juice gin city blend amongst hustle titties skin fifties rims yall know sprewells trucks thats detailed heartless females wanna ride em felt southside venom raw hides denim pimp minds collide em system tries victims livin man fast lane pivotin block white selling like eminem block jump like kim em block hot feel skin shorties get game instructions assemblin eyes bright seems like fight dim em call man cuzo like im kin tryin stay straight streets bendin walked crib got two kids baby mama late cause get im night getting money right blue whites money comin slow least nigga know slow motion better good hood like rats gyms throwbacks timbs blacks rims whether ball courts tires sorts never fall short us force like air 1s waves air guns days fair one cats colder four self go toe toe wondering art dough though know grow nigga gotta learn let go though know dough got bring back ghetto arrows tarot cards pointin grind po livin prisons pointin mind shine light clench fists tight holdin right freedom fight dark gear years get brighter situations jaws get tighter man trying get weight height cmon walked crib got two kids baby mama late cause get im night getting money right blue whites money comin slow least nigga know slow motion better know could make right could swallow pride cant run away put gun away cant front cant let ride tonight see cant run away put gun away cant front yeah break bread thieves pastors ogs masters emcees actors seize capture moments like camcorder aint killin yo thats manslaughter though paper cant change mans aura feed mans daughter stand blue collar side makin dollars like sam jack maneuver drama like know could make right could swallow pride cant run away put gun away cant front cant let ride tonight see cant run away put gun away cant front know could make right could swallow pride cant run away put gun away cant front cant let ride tonight see cant run away put gun away cant front +jedi mind tricks,dont mag get bastard stabbed knife big claw alaskan crab young im vinnie give six weeks yall little pipsqueaks shits creek think joke ill put three throat drunk gin cc coke flee boat come open spot coconut ciroc hoesll suck cock ill forget call nut get attention deficit disorder 1 5 catch us xs dust whole clique registered sex offenders pop shit well hold funeral xvis niggas money come roman numerals block slow fuck rappers cause yall niggas money took muscle relaxer im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time musics strong enough stop bomb im putting pressure kids like im soccer mom think idea stop saddam think idea drop bomb get shit rocked like mustafa song blowing smoke motherfucker cop bong nine taurus jam little bit glock strong move brutal use voodoo like papa shango billion muslims could never stop islam billion bullets shooting choppers arm backstage filled liquor lot traum cause hard vinnie since father gone im blow fucking horns like rosh hashanah calm storm armageddons carry motherfucker head shred nam speak literally figuratively prophet gone im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time im mastermind faster rhyme work pass time dont search question purse murder weapon never get second chance make first impression im virgin murder im urban legend rather real service serve heaven dont like cops dont like co operators dont like traitors story corroborators problem im common denominator behaviour product intoxicators im blood addicted liquid im limit blood wicked dont even ask theres somebody body bags blood matches whats hatchets hockey mask im never traumatized dont compromise dont economize homicides tell jesus take wheel faith nil believe even jesus way kill spoken office many decisions made shaped history nation always tried best dont know im job evil sent vietnam kill innocent people mother wrote said president doesnt care tryin leave footprints america say tryin stop chinese expansion aint seen chinese since landed sent whole entire unit thinkin could win vietcong guerrillas gia dinh didnt sign kill women children every enemy soldier killin six civilians yeah aint right aint got enough motherfuckin fight frightens wanna see son moms droppin seven million tons bombs spent days dodgin booby traps mines night prayin god get back alive im forced sit back wonder part operation rolling thunder foxhole nine months left jungle like fuckin harbinger death dont wanna im scared wanna go home fucking kidding dont pussy dont love country like im ready call thorburn john staff sergeant marksman skilled killin illin im able willin kill village elephant rapin pillage village illegitimate killers us military guerrillas aint real war vietnam shit world war ii thats war military conflict soothin drug abusin vietnamese women screwin sex gamblin boozin shit amusin bitches guns every mans dream dont wanna go home im ordinary human special op huey chopper gun ship run shit gook run minigun spit wont miss kill shit spit four thousand bullets minute victor charlie hair trigger hit im win get lieutenant hinted villain killin cripple pictures painted vivid live wizard weapons secret mission bout begin government funded behind enemy lines bullets sprayin heatin hundred degrees enemys north vietnamese bitch please aint sweat im totally ease see pilot got hit bout hit trees tail rotor broke crash land american man cambodia right enemy hand take swig whiskey calm us yellow men wearin black pajamas wanna harm us us bang bang bullet hit chest feel pain left captain caught bullet right brain body parts flyin loss limbs explosions bad intentions see best friends intestines pray one rainin im covered mud think im dyin feel dizzy im losin blood see childhood im back arms mother see whole life see christ see bright lights see israelites muslims christians peace fights black whites asians people types mustve died woke surprised im alive im hospital bed rescued survived escaped war came back aint escape agent orange two kids born handicapped spastic quadriplegia micro cephalic cerebral palsy cortical blindness name son died aint live still try think positive cause life god take god give historical oracle blast metaphorical editorials educatin territorial get torn heavily armed seventy bombs thatll blast divine like heavenly psalm menll gone explore deepest thought beat hearts two ask demons chalk im dreamin stalk emcees dark walk blindfolded minds golden watch talk style art recognize lyrical purity hell breaks loose like mall security dopest vocalist third eye focus proceed flow speed indie motorist theres wasted shiny chains bracelets hit tracks tongue waits brains blaze amazin angelic tell people illadelph like sun cause shine rhymes underground like moon see us times times light skies stars recline jedi mind outerspace coincide combine raw poems bury body catacombs rip soul limbs like brims jim jones twilight zone disperse cowards vampires stalk earth reverse hours night calls target facade latitude god darts jaws leave eternal scars youre left breathin tube straws marksmen harnessin science demolishin charlatan raps make parallax domain power block synapse inside veins war shots fired army type warlocks devils plan drip clorox beast deceivin us ways devious possessin peeps walk streets stolen heat like prometheus elements rushin back hell illadelphians crush skeleton fuckin gelatin illadelph like sun cause shine rhymes underground like moon see us times times light skies stars recline jedi mind outerspace coincide combine dont ever come war ive severed scores orators rappers fall onto fours like minotaurs jedi mind planetary bombin stand one step like pharmacist ominous detonate bomb heads dread hallucinogenics since vietnam spit psalm create bombs like iraqi swear bible lie ecclesiastes battle thatll splits store enormous amounts energy crystal boa constrict gods militant faggots couldnt go length like impotent ignorant whole clique split half step allah path face allah wrath illadelph like sun cause shine rhymes underground like moon see us times times light skies stars recline jedi mind outerspace coincide combine friendship seemed based could homie sad fact im type person would take two homie ever give much till muhfucker cant give give much soul feel cant live want want blood want another dub money wanna drain every single motherfucking drop love money feel eyes staring even dark even cold feel allah staring even though im marked even though im old yall gimme muhfuckers take vinnie muhfuckers never giving back dont know act bunch shitty muhfuckers gradually night goes gradually life goes tearing apart never really thought id right wrong dont think im anti love think im anti yall think im anti every muhfucker tryna plan fall never planning great something began mistake mama always told always share whats plate waking enough struggle today phonies thats close push away aint weeping im keeping enemy deep veins cause love pain waking enough struggle dont wanna deal darkness motherfucker laid tryna heal conflict ever someone close tell really cant wouldnt know nothing bout bullshit thats stamp man one blamed one defamed cant make cash cant wipe ass like baby everything past light everything passion hate everything everything dont think need keep track date everybody take offer everybody play like pauper ones hands ones hate prosper tryna gentleman sorts tryna better man course tryna set living understand ima always veteran loss whats physiology love whats physiology pain whats physiology every single person probably get reign dont like liberty wrong dont like misery gone tell yall one thing yall gone miss im gone waking enough struggle today phonies thats close push away aint weeping im keeping enemy deep veins cause love pain waking enough struggle today phonies thats close push away aint weeping im keeping enemy deep veins cause love pain know times hard know youve feeling knew im feeling could take pain wish could wash away knew im feeling mommy im sorry first letter made cry honest dont think want die sometimes feel like im cancerous others lives thats probably drink night sleep til four five kind hard walking life distorted eyes younger stupid thought id thrive thought lot everything said letter questioned whether dead youd better think shorty would happy never met late mommy could never forget could never forget taught love cause father grandmother always glory know daddy taught thug every time nanny shed bombard hugs damn miss mommy hard believe im grown dont understand leave better die sleep never waking sleep linger dare live souls life gone youve running around long youve hurting much keep messing around darkness youre one whos losing youve running around long youve hurting much keep messing around darkness youre one whos losing mommy think imma try stick around got niece nephews need around think need cause hitting age aint trying speak lenny cause spitting rage yeah mommy speaking lenny think brother need italian know mother love feed little things make worth like play joint say perfect jake got knocked knew hurt told put heart song worked promised id got bing aint raise liar thats thing told id hold whole time gone kept locked inside cage thats cool cause hes strong mommy keep first letter wrote low think wanna stay alive see grow youve running around long youve hurting much keep messing around darkness youre one whos losing youve running around long youve hurting much keep messing around darkness youre one whos losing power money mortal know cannot escape death immortality obtained legend always others succeeded conquering death must accept know immortals live obtain secret must become wise men elements chemistry many finite techniques enlightenment know times hard know youve feeling knew im feeling could take pain wish could wash away knew im feeling nothing intersections real time unbroken circle dimensions mind tie binds eternal tie defines vanity insanity due time shine like night seas moon haunted corners familiar rooms yet im consumed vanishing thin air realization shit cross bear think could run away see people decided leave without asking decide wait happier tomorrows find someone distractions sorrow distractions books paper scrawl im eloquent summer breeze leaves fallen ive crawled corner hoping end knowledge love another word revenge nothing comfort sins nothing comfort friends nothing one nothing one decay demons prey like vulture ability endure contradiction high sign culture verbal sculptures self defacing god lunacy facing erasing purity passion words herds cattle babble talk absurd preferred walk away feuds find life confusing rubics cube im subdued words verbal prods live alone one must animal god official pain clear crystal natural side life seeming artificial hit rest assured imma last words could give fuck ya secrets ya past words pass words ability hurt patience virtue knowledge commercial nothing pain refer nothing pain ive refered lost among miracles stand alone ive grown thats sitting top throne ive known many years would turn rust find reason another breath return dust become one science mathematics rising sun im numb blind cannot see chastiser enemy perception requires duality inspect ya soul color coal inside body hardly come across whos holy send cherubim control thee burning sun frigidness cold battlefield new war old never see merest shadow halo head evil djin whos deadly like tornado world become aquarium full gaping fish murderous smiles hand stand outside looking writing murderous files nothing lack variation nothing chains suffocation comes time every mans life hes gotta handle shit everything could say would fade insignificance compared heart feels hearts feel moment yea yo yo yo yo jedi mind heavenly divine steadily shine ikon fuckin hologram yo yo yo yo another sacrificial lamb died hands hologram send dungeon bludgeon fuckin clan holy lamb spit live shit die illadelph jedi mind shit hot shit live raps crack jaw like whos avenger whos center war left scar crabs would overstand mental dent send holy land lawnmower man sharp blades slash vitals recitals fight entice burn bibles homicidal hologram burn churches murders stickin crucifix cervix divine purpose remy thats thermos greatest evils stick needles thats hypodermic heard verdict im allah cause chose broke vatican strangled pope rosary jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 mcs face terror wherever sounds audible man third world portals battle mortals slaughter seen inside visions beyond dwellings om existing islamic pantheon flows drop degrees clothes got scent trees lay back blow sax like kenny g power blast wack path devour fast leave grain sand lifes hourglass devise spell make demons rise hell grab lapels rob outer shell feel ill dire messiah hellfire launch writers put jaw gauze wire jedi swordsman give rappers foul fortune science contortion body coffin insane damage done fuckin army beat skull shape wet bag laundry yeah yeah jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 yo gods rhymin theyre dramatizin feel poetic blow titans like fuckin bolt lightnin three wise men levels defies men watch fake heads deviled disguised men arriving dawn spawned ill forms thatll leave laying dead womb like stillborns massll ominous master spirit cant understand language rappers bad lyrics ikon python rappers left strangled overlook earth cause see suns angle clouds sit high dazed write page enslaved worldly ways islamic marksmen seein squadron could fatal mistake like first sins adam garden feel sorrow im projected god apollo explore rhymes youre left confused follow invite town absorb sniper rounds illadelph shambhala nigga stayin underground motherfuckers jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 jedi mind heavenly divine steadily shine 99 murder laugh im barry sanders slashing path magicians assistant im sawing half heathen rely beast im demon fire crucifying priest shine beats motherfucking beast mic im lion jungle raw meat like bleed fight vinnie like taste blood ill open stomach like case slug im faithful drugs putting metal plates mug dump body motherfucking lake rug face mud yall create facade people exterminated faith god patience hard cousin pays calm go war anybody embraces islam im gracious warm ready place war im ready smash motherfucking face floor got gangster gangster shit heavy metal king hold big shit got murder murder shit talk gangster gangster shit live murder murder shit without order nothing exists without chaos nothing evolves get knees stick gun mouth im slayer album personified holocaust columbine middle passage israel versus palestine cult leader drink kool aid roll doctors produce aids open mouth shoot flames freedom fighter got whole world terrified ill bill human manifestation genocide stand amongst grammy winning grimy nose candy sniffers blast black metal like danny lilker impossible escape matrix hate ill make good girl cum dumpster satan awaits set razors aks turn raisins grapes turn blood wine insatiable taste drink goblet gore vomiting porn sodom gomorrah back canarsie new york bringing king parliament till land undone darkened deeds got gangster gangster shit heavy metal king hold big shit got murder murder shit talk gangster gangster shit live murder murder shit dont know gospel judas information found galapagos ruins warriors would sharpen blades wanted government could cure aids equivalent fire ice equivalent prisoner die rights im lying christ put fucking spine vice im like trump apprentice fire night im dying fight slap five put ten louie dogs fucking genocide general say fuck cia plan get outta id rather fucking stay iran ill run grenades hand fuck around bill try hate fam dichotomy hatred man ever even think trying play blam got gangster gangster shit heavy metal king hold big shit got murder murder shit talk gangster gangster shit live murder murder shit one god enough times one become god put together get wanted desired enough times believes become one wanted desired accepted god power one god enough times one become god yeah jedi mind baby yeah yeah bringin hardcore real raw type shit aint never seen nothin like real ill natural kill steal blast like blood like tastin ya flesh like slugs like david koresh like anything thats related death like king reign fist back topic hand steadily shine shine steadily fam im one put nail cross im one told world alien corpse im one brought truth light listenin couldnt lose fight abusing mic force five lions anybody fuckin paz die tryin mixed sound clips havent ever heard mc murderer doesnt matter say lawnmower man sharp blades slash vitals technics spin turn body anti matter im caged lion always dying hurt always believer rhyming virtue heathen lie like church cant believe allah hasnt cursed commercial still disgrace like sit around women watching grace cant stand sweetness try hire therapist beat im facetious heed im one hammered first nail jesus im definition toxic anyone ever got close got sick mixed sound clips like heavy metal listening sepultura remain calm study islam read torahs cant fallow path man chill cant study math cant build cant stand believe drown ocean god cant breathe like ive involved beef since days lost teeth god reef learned worship allah learn rhyme teach yall im speakin yall hardcore real rap real slugs real clips real gats real wack thats feel thats reason got reason kill yeah follow daddy jedi mind whats fuckin deal walk yeah yeah mixed sound clips different sound clips technics spin survive ikon live since 85 technics spin wax felt technics spin little motherfucker got hands thats like steel technics spin wax felt technics spin recitals fight entice burn bibles yeah sean p nah mean megatron jedi mind tricks mfc yo boot camp listen yo yeah first dont make burst brawl image nothing fronting see thirst yall think fucked get worst yall assassinate best friend hearse call run block dough curse fuck want wet duke squirt four since birth raw hot like surface core kidnap babys mom straight earth whore see rhyme crime purchase aint purpose act like dont give fuck though good buck fo shots roof man rock catch close never give fuck niggas yall nutso hype carbonated water fructose straight buck foes nigga ruck pull snub nose wait ruck chill deal love though look eyes tell theres something changed running gunning things knocking niggas like clubber lang gun bring straight fucking beating heating leaving six feet deep ground real motherfuckers gon rock tonight jewels cash getting got tonight somebody club getting shot tonight sean price jedi mind keep hot tonight im motherfucking ungrateful heart hateful tongue ripped licking blade slayed faggots act bitch rupaul niggas share one milkshake two straws youre trapped doors four walls tighten seeing roof fall feeling floors heighten crushed shit bones blood siphoned put jug sip fighting im raw lightning power extends planet opposite ends black man travel universe back cavemen still though earth flat kept sacred plans carry throughout ancient lands separating sands god saw power create hand banned gene strain replicating man real motherfuckers going rot tonight jewels cash getting got tonight somebody club getting shot tonight sean price jedi mind keep hot tonight im tasteless theres beauty strange places find beauty razors find beauty blood dripping ya faces find beauty quran aramaic equations find beauty twelve gauges find beauty teaching definition pain find beauty stainless steel kill reveal front grill youre brainless yall dont wanna test vinnie paz patience crack jaws swing swords ancients yall pretended overstand matrix without attempting overstand basics dedicated cats thats thugging vinnie paz got hoes jim duggan yall ducking quite time vinnie bout teach write rhymes aim beams eyebrows jedi mind sean p combine real motherfuckers goin rot tonight jewels cash gettin got tonight somebody club gettin shot tonight sean price jedi mind keep hot tonight rap like one fuck wit prodigy +killah priest,basic instructions leaving earth basic instructions leaving earth basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth knowledge wisdom goes back 12 loved right trapped hell mad ideas sad eyes tears years fears yo foes couldnt bear searched truth since youth went church since birth wasnt worth loot paying plus praying didnt like staying cause busy bodies dizzy hotties preacher souped lies cooped looking loot butt thighs service swallowed poor heard wallowed floor ignored explored history untold watched mysteries unfold dropped jewel like solomon never followed men cause brain hollow space oblivia abyss trace trivia left hiss pay deaf dumb blind slave kept mind caves crept behind gave sect swine bible condemns pig dont mean pull hems flip wigs used wear turban urban wearing beanies dress like genie hocus pocus cause focus facts put tracks embroid wax speak jacob might take time much knowledge might break rhyme anyway wake mind kiss stones prays carpet sit home sell books market need chill get mind revived years religion nothing divide basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth strolled books job unfold open bibles instead hoping revivals calling name screaming hallelujah hardly knew ya thats devil fooled ya see look eyes brethren thats lies reverend die go heaven earth already space bible embrace difficult task take studied till eyes swollen arose found chosen deal truth build youth teach son kneels stoop son life pool sin corrupted foolish men women wicked minds build picket signs legalize abortion evil eye extortion quiz son wisdom converted perverted knowledge asserted study wisdom preferred understanding gave mental freedom even learnt caucasian really tribe edom white image christ really cesare borgia uhh second son pope alexander sixth rome picture shown thats devils tricked dome prophesized save man one gave damn nation seed abraham blessed tongue hebrew strung needles plunging evils study wise days darkness peace nephew marcus basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth basic instructions leaving earth basic instructions leaving earth basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth knowledge wisdom goes back 12 loved right trapped hell mad ideas sad eyes tears years fears yo foes couldnt bear searched truth since youth went church since birth wasnt worth loot paying plus praying didnt like staying cause busy bodies dizzy hotties preacher souped lies cooped lookin loot butt thighs service swallowed poor heard wallowed floor ignored explored history untold watched mysteries unfold dropped jewel like solomon never followed men cause brain hollow space oblivia abyss trace trivia left hiss pay deaf dumb blind slave kept mind caves crept behind gave sect swine bible condemns pig dont mean pull hems flip wigs used wear turban urban wearing beanies dress like genie hocus pocus cause focus facts put tracks embroid wax speak jacob might take time much knowledge might break rhyme anyway wake mind kiss stones prays carpet sit home sell books market need chill get mind revived years religion nothing divide basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth strolled books job unfold open bibles instead hoping revivals calling name screaming hallelujah hardly knew ya thats devil fooled ya see look eyes brethren thats lies reverend die go heaven earth already space bible embraced difficult task take studied till eyes swollen arose found chosen deal truth build youth teach son kneels stoop son life pool sin corrupted foolish men women wicked minds build picket signs legalize abortion evil eye distortion quiz son wisdom converted perverted knowledge asserted study wisdom preferred understanding gave mental freedom even learnt caucasian really tribe edom white image christ really cesare borgia uhh second son pope alexander sixth rome picture shown thats devils tricked dome prophesized save man one gave damn nation seed abraham blessed tongue hebrew strung needles plunging evils study wise days darkness peace nephew marcus basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth life test many quest universe research felt joy hurt first shall last last shall first basic instructions leaving earth thebes city lust evil men deserve injustice deserve cruel priests evil gods vile crawling disease face earth grave cure vileness kp iron sheik times gotta take one step forward put one foot front brother yo check early natives related thrones david captured patriots thrown slave ships stripped us naked wives picked favourite lives wasted hands hated driven garden starving modern day sodom call harlem worldly problems got us bottom earth crisis righteous grab ice picks seekin psychics advices stay ciphers life connected second son isaacs tight grip heels brother revealed mother elder serve younger words heard thunder rose fled grow hunger cold summer soldier slumbers behold number 600 6 3 score esau ate meat raw time climbed aboard dinosaur information held behind doors came atmosphere physical trapped us gave us crack beer back stairs please adapt ears add subtract years form unwise watch sunrise sunset none slept one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath devils marveled caught us playing gold marbles wrote novels live life bottle devil sold unholy called father toby live life amongst lowly president ordered navy hit borders haiti slaughtered babies waters euphrates maybe sent germs polluted sperm made us live uncircumcised serpent eyes told us certain lies day servant dies halls pharaoh walls narrow religion like prison seekers wisdom freedom lets feed em feed em took first book jacob jamaica promised us 40 acres mule treated like animal understand jewel brought 50 states deuteronomy 28 verse 68 relates 1555 first arrived tell jokes get high watch fish fry one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one flesh one breath one step one one step step one one flesh one one step one one breath one step one step mind heavy mental jesus christ heavy mental everything brings heavy mental day day experience something heavy mental never done heavy mental information begins gathering starting pattering stargate towards saturn eye socket build sky rocket dont need passport need thought suddenly soul becomes hot coal flame blows brain holes like volcano brain begins process start conquest physical bondage thought launches voyaging 144 billion light years shadows imagination open eyes see flaming arrows aiming pharaohs inhabitations begin racing like sparrow narrow population seeking purification destination holy land bethlehem eat lamb abraham break bread son man slowly hold hands stretch forth skies like rubber band begin snap land atmosphere dont look back almost try prepare adapt air pressure searching mental treasure pleasure beyond measure yards cant comprehend god distance stars picking quasars inside radar going far past astronaut moving fast aircraft everything pass get hot take blast turn glass rocks last supreme task longer walk green grass become beam gas travel extreme draft unable picked cable reach manners sky examiners heaven scanners giant antennas high tech space cameras evidence cemetery obituary found library dictionary encyclopedia media im star mode discipline damo broke us bar code im allahs road journey realms cosmos god knows goes blow like ufo give work clothes glow holy robe explode mysterious black holes deep warp outer zone without phone unknown sit throne alone heavy mental pilot galactic plane knowledge culture sculpture lights ultraviolet see brain symbolic palace therefore keep hair stylish flesh solid teeth polished next stage examine x ray take notes essay let cassette play longer decade begin blaze milky ways repent filthy ways replenish guilty days eyeballs swell size eggs neon dreamland wing span 7 feet eyes beak destination riders reach peak angelical landscape take physical man behind hidden gates space ultimate escapes go phenomenal rate cruise going magnitude break multitude molecules going long hollow tube scholars view wearing white garment passing sound waves thats supersonic passing comets star clusters changing physical structure till lips begin pucker kissing christ last supper grabbing brass cup wine feel getting older sitting sofa position like yoga till mind passes solar system wisdom novas controller begin loosen shoulders forming joint suns 8 points begin rise like helium escaping millennium 2000 meditating soft notes violin ive mars building holy synagogues royal seminars long renaissance existed hebrew lodge heavy mental phenomenon matrix world looks envy hatred appear half naked rising spaceship arm full solid gold bracelets phenomenon matrix heavy mental time heavy mental time catch heavy mental time could jet lag cassette drag heavy mental barak ahthah yahawah wa yahawashi heavy mental yo chill heavy mental stop tape heavy mental heavy mental peace killah priest chilling baby yo wanna know whats going ever since basic instruction leaving earth wanna know gonna us right baby waiting ive chilling chilling lab writing stuff yknow yknow know im saying guns shootouts crack sales black males pack jails trapped hell peace cold streets surrounded police whole week buildings heats lights gas pipes slow leaks dog fights lowlife throw dice whole night thieves creeping midnight evenings saw misty regions go house take vial demons moonlit lunar eclipse prophets stand midst seven candlesticks cant take beauty sacred getting facelifts fake tits fake lips cold embraces memory erases slave ships princess used spot distance holding infant burning incense moment intent step white tents step precincts ebony prince smell frankincense treated like pharaoh royal apparel anointed myrrh aloe used wallow amongst mallows herd sheep cattle battle used pass brooks kidron towers lebanon pool gershom used sing songs upon mount hebron gold turned bronze shhh gold turned bronze wisest richest turned snitches women turn bitches time harvest smartest worshipped wisdom like goddess act retarded forsook wisdom fathers used thousand flagons wine palestine drink ballentine raise violent mind used hundred measures oil eighty measures wheat barley live godly listening bob marley devils robbed chasing us african safaris till goes must come goes comes back around began began began began till till till singing holy anthems lamping handsome grandsons hair long samson inside gold mansion used wear purple pampers black panthers actors dancers funny dollar bill seeds holla meals mother swallowing pill roads seem hollow still grab bottle heal like noose seventh seal brownsville whats difference ghetto death row im trapped kleptos tec blows im left say flow cries echo echo echo echo echoes crystal city near getti children used grow lilies roll phillies pyramids cheops weed spot sometimes eavesdrop books enoch went studying epistles paul beneath waterfall rubbing crystal balls spray paint initials wall wall spray paint initials wall till goes must come goes comes back around began began began began till till till monument mark resting place leave story life lived fully deeply tasted passion crime even murder judge must weigh good evil passion tenderness crime charity pleasure pain goes life difficult times mad crimes pay price others refine blessed struggle god loves wisdom principle thing kings queens many lives end like sad song violin trapped like daniels lions den tryna pierce iron skin leviathan souls blowing violent winds god help us die sin hear trials cries men thats riot begins like things never get better forever serving nebuchadnezzar since days ancestors slaves mad pleasure building great architectures sharp dressers smart professors start lecture build lyrics like art director show like film projector blessed struggle day day hustle coming home sore muscles scarred faces scuffed knuckles share trouble separated couples sometimes seem like theres escaping clutches satan spending years state pens awaiting patient dreams scholarship ended hollowtip politics number slips verse two killah priest shoved ships bloods crips thugs clips niggas love cliques hit clubs shit rub hips hugs flicks niggas drugs whips cash rules rotten apple got worm corrupt sinners mans jeep windows tinted sipping guinness observing clinics liquor spots make lick shot rooftop never seen glory ghetto story cigarette butts cold coffee black faces white mouths cry white house aint wealth shared welfare poor health care self scared senseless way got black princess public assistance end existence blessing struggle blessing yeahhyeahhh blessing blessing blessing fades sunz mansion opened door open yeah yeah 9 beware biochips shit hits harder slave whips like waited give tips egypts seaships chased new york cops precincts words bricks building projects pyramids evil kid destroy ass like london bridge smoke trees weed take leaves twigs pure truth got give lot live aint rich poor aint peace without war would stand without floor toxicated sober younger older youre elevated higher empire state elevators roll creators cremators stalking nature heaven razah capacity brains beyond clouds rain seven half contained space birthplace meditate cocoons see snakes human costumes expand mind time time call blind man talk cripple man walk see hear summon sasquatch evident per segment unseen beings speak evil eye seeing tapping worlds vision proper rhythmic meditation situation lives state state rent pay state debate contract dates cheddar error slave mental death treasure washing robe blood lamb constant plan never strayin new york cause rock supreme block never black bring axe spring ghetto compact put em tracks lets see act aftermath increase accelerate sun radia tion burn ashes aint one parties crashing bring beat imma slash niggas make sure doors barricaded sign shit read block spin make mistake devil players penetrate smarts redrum mania reincarnate another shape bomb flashes happen new jack rappin aint magnum cought half niggas even stole soul streets motion expand mind seek shall find walkin pineal glands like unforeign land knowledge key mind mysterious doorway long dark hallway use conscious compass avoid conquered nonsense use subconscious map time head back use food thought leave bread tracks see third eye swift burn fly need common sense detour ahead lies three doors see might meditate soft melodies keyboard understanding flashlight reflects windows past life psychiatric could raid mattress fall deeper hypnotized better read lips cause thats guide hallways negative always competitive therefore must never let live expand mind seek shall find really know taught know believe know faith blind bright sun adam descendants anu took mortal fashion built statues image worship built towers remind fell came station space angelical race giant stature helmets capes wore visiting planet explore long journey race war said called planet nibiru fallen heroes saw gold saw trees life liberal astronauts afros locks jet beaming ziggurat crashed rocks 121 gigawatt passed crops tablets legend said opened floodgates heaven describing ten monstrous brethren chopping grandparents seven pieces theyre looking region traveled eastern found garden called eden saw forced bow baal exiled tribe reptiles called rothschilds x files life begins breathing hydrogen inside high winds milky way violins heard wise men observed orion windows end black glass sea extends within sea exists carbohydrates gods hybrids went back forth till mixed star bread foods thought proteins protons adams produced whole gene infinity density matter atom cells organisms metamorphism waters living bodies back godly doubt cross heart hope die word bond go killah priest 97 98 yall know somethin byzantine king supreme kneel kiss ring elohim blow steam families maccabees smack emcees watch em scream majesty make em suffer capacity tragedy hold crowd like gravity back fuck stop grabbin hands niggas start bore im gettin sleepy need coffee wu bandits bury niggas deep canvas body bandage like mummies fucking dummies cant take nothing longest waited anticipated album hesitated scream name killah priest leave blood spilling streets im dark hills brownsville seven shields windmills across killin fields never forget tell rap critics speak arithmetics never get im scientific lyrics explicit roll thirsty niggas thieves killers tigers gorillas faces like godzilla stomp rappers smile like car dealer god iller cross heart hope die multiply hundreds drunken thousand see outside show browsin beating soundmen player haters players give em cold stares last prayers concrete techniques bomb beats cause casualties faculty hold like gravity rapidly threaten like weapons adolescents ghetto residents quick past tense present state slums kill plate crumbs fake ones theyre coarse smiles snake tongues im deep thisi sometimes gasp air deadly warfare hot blocks cops cold stares shots blare like fireworks july 4th weapons get tossed fugitive slidin forces combine new world 2009 digital criminals make mills cybercrime planned ahead 2 times see signs great mind heaviest chains could bind stare eye eye tell truth lie cross heart hope die hope die high ranked officials armed tanks missiles blood drizzle simple fact slept issue started jerkin joysticks sega rockin 100 watt amps cerwin vega true fine tune ship enough units mcs ask rhyme killers masks doubt difficult task last square beware infinite amount darts air im victorious opponents blast components microphonics watch whole world live moment anything anti came approachin incapable love speech remains motionless stare eye eye tell truth lie cross heart hope die hope die stare eye eye tell truth lie cross heart hope die hope die hope die ohh wow wow see chariots skies men earth looked surprised flow across sky see light deep night mars among stars distant land swift light took flight chosen people ohh lord lord reasons ohh woah woah reasons born without physical form void vast space voyage begins asteroid landed upon planet looked abandoned lost stranded became force demanded life laws took flight one course night searched source life light know ledge coming edge universe went past moon earth womb nurse slight remembrance came distance instant existence 5 senses quest man repentance others cried exercised third eye hearing lullaby magnified inside became intelligent wise transformed celestial shot sexual terrestrials testicle vessel small decimal nestle nine months later special delivery killah p r e fetus cleavage atoms adams atoms adams atoms adams see chariots skies men earth look surprised flow across sky see light deep night mars among stars distant land begin meteorite walk like christ except im sacrificed righteous parasite searching paradise birthright celestial nazarite appetites bite tree life smite edomites sodomite moabites land canaanites following 6 flaming lights burning 1 million degrees fahrenheit bright neon beyond satellites flight takes cattle stocks blocks ice began flock flock flocked flocked across mecca vivid projector seeking accepter looking rebecca two sons bopping jerusalem like hoodlum aahh principalities enables see galaxies releasing calories 8 author biters allergies im author writer biography god prophecies challenge egyptology philosophies greek mythologies going glossaries socrates pharisees sadducees going geology degrees contact hasmonean dynasty approximately 168 bc transform wu killa bee families maccabee see every species 3d hear clear cds pilgrimage walked wilderness privilege see pyramids gave live roam villages heal kids walk across bridge strong farrakhan voice echo like sarah vaughan across great amazon stretching hand like yon till reach babylon behold physic phenomenon quiet storm wander horizon top holy mount zion holding staff turned python killah priest living icon sitting form pentagon center octagon walking tyre sidon lebanon walls hong kong recite 23rd psalm long gone crack dawn dodging weaving garden eden without eating speeding throbbing lobbing evolving regions flow across sky uncivilized chastised civilized baptised twelve tribes began rise like bees hive causing seeds wives starting apartheid scribes carried archives follow star guide glide windows far side across dark sky ocean tides unidentified flying object hovers projects scenery gothic sky pass darkness thugs transform prophets body becomes cosmic floor becomes carpet rise toxic wasteland garbage faces various shades chocolate dropping narcotics pork sausage longer hells hostage atoms adams atoms adams atoms adams ever see light deep night daily mars among stars distant land +canibus,think fast switch fast quick fast quick immigrants say habla ingles border patrol fences messin canibus senseless divide senses six youll end triple sixes triple digits mean triple spirits light body third power triple lyrics im triple threat im triple physical flesh im telling put money triple bet cause wont satisfied til im set til got triplex tribeca skyline effect rhyming nine five manipulate best eight hours writing memorizing manuscript called biography canibus subtitled ultimate guide teaching modern man spit tongue twist enunciate certain shit control breath make syllables spit yall niggas aint listen bis kill em shit im wicked selling tickets paparazzi probably taking pictures fans street signs tryin picket saying want bis want bis want rapper illest lyrics dedication commitments beginning less go four quarters nine innings go twelve rounds play two days cricket lead crusades across europe like christians notion im dedicated understatement rhymes world like russian space station sneak attack rappers grab em slash em chop heads claws sharper velociraptors hunt em like jurassic park actors spare samuel jacksons life cause black one action packed like shaft black assassin blastin 753 backwards magnum follow road damascus follow madmen poppin ecstasy pills like aspirin come fe manifest high drink gallon cyanide still cannot die niggas want lock chronicles canibus away forever put book rhymes shredder never im way clever way manoeuvre beat ass like lennox lewis david tua front hundred million pay per viewers career ruined face swollen like benihana buddha bring ya prove youre loser beyond length rhyme future pounce upon like puma wild cougars jungle adrenaline juices flowing em ima reprogram everything youre doin hypnotize audience perform front start booin youre stupid whole crew extremely foolish cant cipher cause breath putrid put mic step away shut motherfucking mouth dont say nothin right remain silent sentenced life rikers island terrible freestylin heard rumor english women make love best true cause aint justice yet lot clowns keep arguing best bite style cant digest til get karate kicked mouth teeth get ejected told watch beef last record platinum teeth sell thousand pounds piece buy one back get one free put east put west put paper put paper desk studio put test nothing skull crushing pressure depths throw rough mix download disk give copy everybody thats bis since 96 dogg pound remix first time anybody put spit like pac man dont stop til hear voice banging block magnavox hundred watts creating ripples water like aquanauts breathing oxygen box belong top pops bottom rocks mean honest god im shocked thought album hot guess cant write infinite rhyme finite mind thats rhymes like mine mystify mankind lot rappers ahead time comes rhymes like mine word time doesnt apply see rhyming art microphone paintbrush responsible getting point across canvas street master ceremony paints picture everybody see nobody could rhyme fluent nobody ever im doin nobody ever spit im spewin im illest alive ima prove plus ive got show people ive got mad love rap music bury mcs rosary beads picture wife seeds picture im graceful left hand rembrandt put instrumentals ask pen dance im gentleman pull chairs open doors never offend fans unless offend lose temper man yo canibus man whats man caught cut wyclef man booming caught foul slouch ass niggas know mean talking foul night corner boulevard man wasnt aint know well enough defend though right seem like got true game peep game man theyve playing life man know title couple times right know mean cant hurt us man gonna get ring man put gloves let show handle man dont got nobody gots show man get move head man come man come man gotta come blood man come man come bust nigga whole man niggas talking shit hey mike tyson speaking canibus man yo canibus main objective nothing eat eat eat eat mcs lunch breakfast hey man playing life man know title couple times right cant hurt us man gonna get ring man put gloves let show handle man yo ima let world know truth dont want shine studied rhyme laid vocals mine thats bitch move somethin homo rapper would say platinum droppin clues studied background read book wrote researched footnotes used sniff coke frontin like drug free role model disgust know bitches seen smoke weed recently walk around showin body cause sells plus avoid fact aint got skills mad cause kick shit real niggas feel 99 fans wear high heels ice kool moe dee jay z want fuck must crazy drippin wack juice cant get better prepared finish start nigga yo canibus man gotta hit harder man dont want bitch ass niggas hanging man warriors man go battle come dont come better give respect deserve ima take force blast 45 colt make somersault shock couple hundred thousand volt thunderbolts wanted war wanna talk strikes hardest strikes first thats laugh hear wack ass verse shit worst rhyme ever heard life cause greatest rapper time died march 9th god bless soul rest peace kid least know beef would call see somethin different faggot nigga tryna make livin dissin somebody gotta know better feelin cause got cheddar well let tell somethin might got cash aint got skills eat niggas ass like really want show get live front cameras sitcom ill let kick verse fuck ill let kick em ill even wait studio audience applaud watch rip tat arm kick groin stick vanguard award front mom first second third born make wife get horn call minister farrakhan could persuade squash say naw started forgot hardcore artist hardcore artist dangerous man trained run twenty miles soft sand land programmed kick hundreds bars offhand lost forgotten land done man done spitted wack shit probably thought minute ill forget fuck cause like common cube see bitch yoo ima make world see motherfucker ladies gentlemen new lyrical weight champion second round knock 3 minutes 40 seconds bus yo canibus man moving like mike tyson jr man youre agile flow man dig right got eat man thats name canibus whole agenda eat niggas man business stage holding mic dig right hey mike tyson speaking canibus man yo canibus main objective nothing eat eat eat eat mcs lunch breakfast dinner thats agenda baby agenda consume whole existence cant exist presence canibus rule forever mike tyson def got bored 4 beats measure professor speech compressor terminated tenure explore rewarding adventure take closer look bars youll see im behind front im one started 100 game spit 3 said fuck ima show niggas something easy whod believe said wasnt rhyme weapon bust brotherhood got covered op orders coordinates drop mortars drive forward sandstorms make eyes water skull submarine hull dolphin phones screen calls places far away agcr rhymes raw deeper crawled walked didnt think thoughts talked spit sport lost paid nail corpse cross greatest rhyme time supposedly 1000 bars probably always mentally top heavy many rock hip hop could bench plot suspend said nobody benefits everyone perishes tell say time medicine imagine fined rhyme stepping line inspired hova nas listened 44 4s 22 times gave power god stop heart im lying like red white wine lets talk im buying lets talk children zion excuse start crying art rhyming ive mastered certainly surely ill celebrate capturing taxidermy streets new jersey germany jungles angola meat poachers heard ice truck killer observing perform surgery ritual widow murder searching urgently mix blood dont coagulate sex magik wont work bitch masturbates put cloud nine look face cumulus lenticularis capsule space become acquainted cryptic language mystic manners rip spit bananas systematic global geographic systemic neosynapsis reload graphics notice spit rapid advanced step innovative mobility mcs try clone lyrically cell chemistry mirror physically true symmetry energy claude ashur skill germainefather author poor pauper pastor rapper body human machine dreams filter wait build machine kill weed vapour taser laser maser phaser something call scalar dead eternally lie strange aeons even death may die coup de grace coup detat man made lodge moon rays replace god think ive enough tough talk come take cuffs promise well talk biting allowed bark dont run walk battle rap art emotion manifests thought thought manifests words actions reality fantasy question detained indefinitely name added blacklist registry im scruffy old man bloody cold hands arm tattoo sully old brand would look tell see law attraction attracted laws poetry action practiced quite actively look face anybody else still cant recognize dont need anybody im rhyming like dont need help thank purchase verses perennial purpose hand rappers worthless least interconnected introspective perspective pretentious apprehensive sentence lazy wanna best crazy best train every day week lyricism amplifies every letter written rip jacker spitting inside zero vector systems brain waves reveal high yield ed fields chew mcs like im eating meal bunch fake niggas tryna keep pseudo real bunch fake king midas fools gold grills microphone found mayan sun stone period purification poems mad max beyond thunderdome red rock use cant use got buried mass grave covered bones cell phone numbers placed tombstones girl gertrude promised servitude better dont wanna hurt dude eat portion case try poison food want deer hunter year could spare summers fucking whore mother front queer husband wide lens wide mattress shes actress monster ball practice im big billy bob black angus sit look tossing knowledge back forth like throwing books dont care colour nigga im brother dont care say nigga nigga lover cultures come one mind universe far behind waves bars rhymes motivated stars shine lower density life forms get lost time dont care make history wanna part infinity look sun god energy spiritually mentally fools threw away jewels offended walk archived files styles east wing isle goes five miles rappers fans fans wrapped vans hip hop continue expand poets rappers rappers lyricists current industry model collapse imminent hollywood hip hop celebrities adopt little snot nosed bugaboos block larry king live earthquake right outside looked squarely shouldered man square eye poetically paralyzing hiding sandbag diving evade question please explain viewers space weapons bigger zeppelins tell people need know dont think youre talk show ho grown showed drunk cup stoned fuck could tell poem luck say im crazy say tell something dont know something psyche profile doesnt show dont answers know see substratum reality thick cloud canopy canibus answer approached podium delivered encomium nobody applauded atmosphere ominous feared would spit dont like bust mucus dried pear like crust cold place called faraday base right next south poles longest ice strait food supply low speak going ground find mo cry go fuck going 400mph wind belts blowing think moment got wait thats trainings survive thats germaine arctic geography conducive astronomy study celestial bodies follow sheer size academia implied rhymes lead believe lying blasted limestone water mixed dissolver signalled remaining cave crawlers dig hole collateral carnage battle hardest take hip hops trash garbage tunnel boring jacking water main tapping sat drafting new drainage plan laughing tough pliable relatively reliable vocation undertaking viable lyrical chemical radioactive residue cant rest accomplish sent gross oversimplication jamaican basement tracing diagrams tape deck evolved spaceship hasnt made yet cause havent paid yet even one pay check walked valley humiliation hip hop started hating tried save wasnt patient responsibility entrusted theres one way prove love thats im busting pursue revenge dig many graves sure add name list youve made musically still producing got couple new things cocooning poet laureates new shit distinguished english sophisticated senses sync talisman received temptress lyrics consecrate spirit whenever spit concentrate hear ive almost perfected im one word away excellence find ill begin testing phenomenal beast astronomer priest poles shift sun rise east wilder wilderness im bout show wildebeest williams better filming blast cataclysmic warps time space within hours become minutes minutes become infinite lyrics poet laureate spit spirit sirius star system observe gods thoughts graduated stars infinity listen bars kapellmeister battle grinder created king osiris psychic wall larger chinas thirst rhyme first hurts like laborious childbirth sounds like chinese fireworks several million years past primitive future world without oil gas focus two standards assessing threat number 1 capacity number 2 intent flood obstacle made raft empty milk gallon bottles survival always remember meet denver colorado springs vandenberg welcome center four half foot beings big black eyes tried trap extract rhymes time perform requiem eve hip hop ends make amends behalf friends canibus grab mic like energized amulet spit rap cant forget oprah winfrey dont like rap got say probably dont like black dont blame dont understand entertainment probably wouldnt feel different wasnt famous traded places opinions started changing randolph mortimer increased wages alone could make person racist racist colour material wise treat head lion legs eagle wings dragon sigil real though sit think write smell ink bow desert wall sphinx ideas come god even im stunned 1000 bars real iron lungs heard hip hop dead thats fair talk go nasir poet laureate infinity forever illest lyrically poet laureate infinity poet laureate infinity poet laureate infinity never done history procured small piece treasure collections former era dating back forever warrior became protector quoted book law dont govern summon speaking tongues started trumpet woodwinds strings conductor brings drums finger trigger drum kit mcs nervous something rhymes abundance hip hop justice rappers captured punished drawn quartered liars denied water still alive repeat revised order skull submarine hull screen doors protect motherboard core extreme heat warp mind dives deep beneath poseidon trident seahorse bubbles form scream extreme force marinaras trench detour ultima thule let explain sonar saw upholding holy rosary patrolling open seas u boat speed beneath tsunami im supposed industrialists civilians women children directly military chiefs aristocrats buildings membership based raw intelligence 400 screen video editing hard evidence clinical professor rhymes pepperdine co signed glaxosmithkline designs universe provided lighting see writing results blinding lyrics timing shut fuck stop whining instinct controls think deciding keep vibing swimming naked open lone shark circles instead trying murder tried flirt got away nervously talked purposefully next time see going word guess wasnt meant assumed identity resumed psyops enemy usa made field grade steel face moving canibus pace proto subspace negotiate eliminate face photograph database emcee could rhyme like theres challenge poet laureateship pontificates balance lyrical pyramid discovered accident know could build faster block tackle judge fairly compare dante alighieris purgatorio theory assigned train equip spit whos ready ill need volunteer next year ill get spings master space badge ill stop flying fixed wing aircraft never understand mean dreams broken storyboard scenes worm screw elevators descending bottom volcano crater inside devils chamber dead eternally lie strange aeons even death may die leaders lies got reassigned loyalty redefined allowed see rhymes ought crawl learned walk one ought think rumsfeld thought im take walk beautiful place called honey swamp well shoot hoops mosquito lagoon park whirlpool gravity traps still allowing circle m51 galaxy rap reduces stress dramatically negative time produces antigravity inject gas centrifuge mass teleological dynamic enhance watch wet weed bust teeth make run life like theres bus street dr would meet 29 palms joshua street always lot debrief killing health killing rebuilding nobody feel felt modifying weather behind weather shield writing feathered quill getting ill woman take care nexium avodart lipitor theraflu rap music profession immunosuppressants one question per second one answer per session hip hop made hip hop praise aint nothing changed since 1980 involuntary catalepsy battle baby 1000 bars nigga maybe murder murder murder kill kill kill drills williams real ill chill asteroid field every rock shaped like seal civilians soldiers raptors comanches strykers cobras back toc gw prescott grid location missile lock lift block gotta spit til story told gift story part soul shouldnt keep fighting earth home destroy mother earth gon go starving destitution dying retribution would wanna blow hospital stupid would force make better music fruitless creations used abundance like something harder tungsten break arm punch ride flatbed chariot 4 ostriches carry control movements lariats polygraphs flutter lovecraft craft lover quoting favourite inventor see excitement coming raise hand lightening bolts stream see excitement coming see excitement coming unsatisfied decide redefine rhyme create product applied mind say divided say small minded right said moved small island contingency plan given tell motherfucker send transcripts swear allegiance tuition free mini version minor abilities 783 hertz earth magnified signal intelligence emanating mind observatory summit mt graham looking starlight scope hand beautiful longitudinal musical lyrics fragments olympian gossip vision success life must equal x plus plus z doubt work equals x play equals z must equal shutting mouth surprisingly got john campbell award writing summarizing rhyming dehumanizing kinetic energetic magnetic ultra electro uncensored resonance need alone cannot comfort like poems 1000 bars put zone pope shook ransacked rome burnt books ran back home hide mine woods salute would like propose next toast maturation barrels carved french oak minerals grow determine stability flow might get drunk boast corruption necessary tell whos beneficiary one us sing hail mary hip hop supposed endurance every time rhyme im touring acupuncture point plus enough need pain pretend tough facts acute repute debate face slim sleek gas mask shape dream identical seven nights row saw sideways 8 wrapped around microphone window closing side looks like opening trying go fire ash fallout thats must construct shelter build wall around parents want look body wont happen til official autopsy good psychological environment science im memorizing visualizing peace quiet father author poor pauper poor posture filthy collar dirty grave robber unacknowledged special access project time reversed waves nonlinear optics coral reef changing green amber scientist scramble come new answers truth well within sphere pursuit im unprepared take action like innate need canibus professional make difficult indeed connect greetings salutations equations inundated information electro cranial stimulation burn skin face burn face skeletal plate plasma ray gun one explanation man made membrane roofing remediation entry points immigration one meter beside hubble outside bubble effects gravity muscles quite subtle want always way always thinked way attach piezoelectric transducer computer poet laureate future pulsating lights sounds surrounds spirits binaural beats layered underneath lyrics 250 thousand cycles per second dolphin hearing electrical optical coupling gear effective 88 kilometres planet rhymes harness power beyond understanding gods began call looked stars fell towards scorched metaphor freak authentic command doctrine george washington gw im positive proof read writtens eat chicken skin missing spend whole night binge drinking executive director civic participation spitting first vote die dont vote weed legalized high rhymes compartmentalized seperatized prevent bootlegging pirates guest keep trying bird chirps dying dirt earth hurt start cursing first fast mr iconoclast dont leave bottle outside cant pass gather evidence give president dont reprimand ask help next 190 lamp electrode glow need new bright ideas know cannot fold political pressure must take prudent precautionary measures think rhymes mind autograph sign cant wait sign autograph last time luciferian web everyday burying dead every colour america bled empirical evidence greatest collection canibus sentences youll never reach end 200 fire forget rhyme respect didnt get wrote poet laureate hubble space telescope images changed bis nothing planet dissuade left dehydrated nile river naked made passion microphone patriot music bread butter suffer publicist said could get time life cover spin press able feed declined cause im familiar greed lose win would like remembered dark skinned lizard king bottomless pool poetry plunge let said let written let done publicly coming forward metaphors share space serpents flying around troposphere poet laureate infinity forever illest lyrically poet laureate infinity poet laureate infinity poet laureate infinity never done history spit thousand kips kilo tons pressure every letter measured way remember december 21st 2012 code placed sunstone puzzle starting numbers code crackers start crunching better results months end really deep blue computes deeply answer universe read numbers summer polar manitobas melted lava team er doctors climbed aboard chopper skull submarine hull empty ballast tanks could smell shit sea gulls rear admirable participated battle every war least half crew injured every tour thought close support navy carriers air force would give us needed wrong canibus notably known globally verbal sorcery somehow talks beat lyrically ready dress right dress messy muscle memory make bomb squad steady cant contend let rip eyes ears nose throat specialist professor bis sublime chakra one thru nine thru spine induce rhyme internal fire produces high recite 33 3s 33 times 24hrs 21 thousand nautical miles ahead lifetime write recite rhymes deja vu booth truth apply devine design miracle metallurgy every clergy member mecca heard worshipped shores normandy turkish streets bluest oceans glowing persian beach nuclear biological chemical emergency purchase beat mix spit mercury dj grabs acetate crate mix dub plate bpms fluctuate nobody hold back flow bloviates spiritual shape co create rap 30 cold callous chronic chemical imbalance smoking chalice rabbit hole alice target appears brackets attack access egress quit rap shit commander symphony man meets ministry finishing archeogenetic rap facility cant battle theyd rather embarrass mad commit microphone heresy still master handsome unborn grandson rip jacker call grandpa 40 odd may seem microphone fiend god hip hop regime planet rock supreme kill green lasers evaporated weed vapour electromagnetic scalar something call maser dead eternally lie strange aeons even death may die meteors fall sky mars god looks eyes controlling heart controlling mind oh lord tell tell oh lord mastered art rhyming bored pain joy thoughts ive passed thru songs respond answer call emotion manifests thought thought manifests words actions reality thats front sides back hear talk battling whispering gallery chain command blames unseen hand galactic plane galactic plan look sky see god judging suddenly feel fatima medjugorie come 60 sitting mixing boardroundbanquet table comfortably begin study showing worlds would love see body melt beyond van allen belt transformed spirit shell could move freely rose fell coldness heaven like coldness hell metaphoric sun worship pulling planet like inertias words blinking like text edit cursor sentences sometimes sensitive make sense layer upon layer upon layer unedited lazy wanna best crazy best train everyday week propulsion system gravity driven white hot thermal external vision every lyric got wormhole saint germaine real germaine sage real sigil double headed eagle seal normal life real cogs wheel work hurt search feel microphonist utilizes study conics circular motion para hyperbolas tiger woods knows everytime plays golf shows true master masters focus time need alone told dream cthulhu tomb try hurt ill murder lay vertical made life purposeful germinated earth black goggles covered bat guano ill hang ceiling watch act hostile ill pop rap music listen dont owe nothing dont want nothing even judgement philosophic maverick massive knowledge magnet underwater sea lilies source magic matricidal motherfucker homicidal hustler filibuster never wikipedia lover wouldnt waste time reading rubbish might turn media puppet fuck leviathan divides suspect zero sign therefore rhyme time metaphor rhyme poetry design poetry continues outside timeline unnatural battle ability enemy tried imprison wouldve better killing theoretically shiaperrelli mentored motifs illuminated speech wizardry horizon radar rhymes patent number 4686605 sound pours ground across land jethro tull mauled god called pan creative writing rhythm grammar composition dont ignore ignore fool tells listen shouldnt sound like im quitting cause im continue hip hop weary body mind tired swimming tide swim walk glide zero gravity exercising requires expert timing sky diving call sign flying wing impossible profession st germaine made explain lesson 1000 bar message may go graduated may know tell world exactly shown sho nuff sesame street poems brought sears roebuck countdown 48 months amaze phase maybe little yo gotta find way generate doe promoter wont pay want show free im worth weight gold mind body soul inseparable incredibly proto plasma recycles matter perpetually hip hop became boring lyrics seem like vestigial organ important diaphragm thymus activate latent powers reside inside us 13 chakras get guantanamo bay alcatraz way heard say pigs gotta pay steady approach supposed fly zone black sheep squadron strobe light hoes hurricanes eyes open gale winds blowing moses row boat floating ocean figured save water drought save right amount know make ever expanding mind commanding body copy quantum biology biopsy austere designs ahead time even press rewind still left behind father author poor pauper breaths draw prana yoga pose tryna get close yo mama ear cartilage targeted bombing commence dont bitch nigga started sabbath write preplanning planet drawing mathematics suspended space holographics scientifically quantifiable megalomaniacal viable style like trying ride bull lyrical inimical miserable ive built citadel syllables made invincible mad man mason patriot pagan west coasting 64 rose gold daytons propulsion system matrix poorly calibrated im waiting parts special order replacements battle rap aimless entertainment second round knockout one favourites fuck haters luck crushed felt like fronted heart kept pumping something turned page wrote turn phrase verbal x rays say dont burn blaze dont look like winning losing 98 amusing poet laureate new shit time keep slipping ripper keeps ripping right image stands still prism light reflects like mirror choose share precession earth nearing im preparing assessment planning things put mustard sandwiches fathers job challenging pupil size increase constriction velocity decrease cant emcee take seat building bis flying silver disk ever leave youll missed tear thru galactic drift travel 10 digits 10 minutes thats shit think thats fast nah thats faster think time blink whole universe shrinks word wise try keep eyes skies try keep ears rhymes magic reminder fire expire pyrus sidonious gives energy im tired sun bright eyes hurt im forced look downward see inside earth thank mother gaia bearing us green grass wont last killing greenhouse gas said best shouldnt ask respect correct yes could please speak said yes hold hip hop responsible every magazine writer wrote bullshit articles gone til november ill gone forever made bars could remember illest mc put line career crucified im still alive sky scraper spaceships wide crater dry lake beds resistance futile said bear clutch pen girlfriends jealous intimate write sin 200 electromagnetic rap flytrap theres way earth get around brainer stop complaining hip hop dead im save pages upon pages everything ive created bar basic raise fathers mothers brothers world discover poetry peaceful aggressive regal progressive people hope words reach 210 dr watson crick found 3rd strand dna helix think metronome man never take commands drum beat slave behave want cheers spill beer bear skin chairs shed tears loved hip hop years poet laureate infinity forever illest lyrically poet laureate infinity poet laureate infinity poet laureate infinity never done history nobody better aint truer ripper separate imagine could together inspired god inspired suffering done prophet must rip jacker hot cold blooded many utter name love 33 number enlightens brothers insight fullest could brighten dullest ramifications awesome call call unacknowledged special access project skull submarine hull cave ground painting cthulhu wall necronomicon grimoires open doors vortex reaches beyond10 power control thoughts however remotely term id like call pulse detonation poetry results seti interesting briefed committee told stop testing team credited turned evidence could leverage promotion president cover 8 point sighting device eyes fire transition go dry close eyes ritualize spit rhymes without trying shift mind canibus altered sequence nucleotides neuropetides get high mature wine start timing atomic clock keeps time perfectly 20 mrs guutoff band teacher always would work polyester pants big fat ass loved woman much paid attention class spanish teacher mrs booker ass talking one day known must wait still love never forget face time used beta waves theta waves greater way learned later date rate learning began burgeoning wouldnt let 30 mommy noticed vocabulary developed telencephalon olfactory lobes practice woman period smell mattress got difficult woman live know history could mean specifically story bruce lee died sleep weak happens every girl meet clairvoyant technique using x ray refraction see future see past 40 dont know means pass datastream along team say dream killing caused poisonous vapours lasers tasers masers electromagnetic scalars dead eternally lie strange aeons even death may die listen rhymes rhymes equal pie piece pie could buy dubai rip jacker born bow drawn spit 100 bars could run 100 yards 50 seen mushroom north porch odd every dog neighbourhood barked wanna stand talk blast wave gonna tear roof nigga cmon understanding im high im channelling im family animal handling observe man third dna strand 5th 6th way advanced remove veil front suddenly roots discovery uncovered skulduggery 60 innocent cannot punish cause know world wants see tragedy germaine determined ascertain self ilk known felt theres proverb goes one know thyself one know world showed unidentified submersible looked like giant turtle half circle yo need stop smoking purple requested selected elected thats impressive experts know manipulate message 70 lazy wanna best repeat dont talk consciousness consciousless weak die happen wake im still alive please explain complete life story children photo stills cryospill solarized film revealed biofield fuck record deal training real look sword wield taste steel phase sign mou pursue voters theres three phases think know 80 phase ii build force phase iii sustain ops phase iv transition border patrol cops mi fa sol la si tones activate ohms telling bring best worst would miracle merciful food moon mood doom furniture moves walk room stryker brigade driver sometimes gunner check points required concentration could muster 90 special weapons tactics professional assassin dont know living ask kneel congress beg money submitting specifics operation im running gotta love called g8 summit never heard details public relative radiance rhyme makes shine increasing star wattage longer cycle time yeah bust rhymes customize lines looks things time 100 marched halls montezuma tripoli physically mission objective killing submit creator willingly possibilities present probable infinity looked lls eyes cried meteors immediately fell skies ive apologized cant change change future cant budge past pretty ass lyrics bitches acrylic fake niggas catch feelings silly shit 110 sports locked loaded zero pillbox williams many kills got uniforms match look sky time notice difference die dying wise thing trying family members back home crying man made weapons star ship captain etc george lucas showed full size replica circled fly black kiowa 5 soldiers including pilot called noah passed top secret dossier folder half opened 120 noticed words moses conus moses new weapon system secret code conus continent us suppose jump light lit master chief said lets go right men train williams gotta go first say halo high altitude stay low gale winds blowing might death airborne unit back jumped next gold chords organ cut swordsman tell everybody shut fuck im talking 130 current version fuel mix rich human hydrogen slush rhymes christ complex like 1000 bar race unrelenting pace case humans ever get world war 8 believe fate know finally get go aint joke think im joking everything frozen melted destroyed broken chosen find way everybody move stay main route 140 satellites watch think got right hands turn left shoulders around atmospheric entry flying sighting looked like lightening striking blind struck frying comparative image sharpness artists dont think know youre get involved ill give quadrillion dollars partner still worshipping money godless sulphuric nitric acid eats labyrinth foundation cracking must take action 150 basic instruction leaving earth bible take shelter old missile silo hip hop blackened pot placed next kettle logo rigid rehomogenized metal millions unfamiliar im saying discuss chemistry professor praise tri quad quintangulate signal originated try find information internal atheist outside matrix sophia stewart offered pill said take asked followed told wasnt didnt know spy sold would cousin populace uniformed populace slaves washington didnt say quite way something like get point im assuming poet laureate exclusive new shit message said meet somewhere clandestine professor keep heading east best western loose bearings keep checking direction start session point 666 arc seconds budget huge doubts spending concerning cyclotronic resonance patents pending canibus aka spitzberg beast gave bicentennial speech emerald peak youll need first aid kit verse spit cautiously meticulous artfully brisk change beginning every molecule spinning lyrics imitate art art imitates lyrics hear signals bounce back forth like mirror flawless error like forever surface air radar tells 180 far patiently watch sweep arm find cant find us mach 3 rhymes ionizes im hooked hip hop cant live without mix song thousand ways dont doubt daughters man locked prison camps sons mothers weak dance least notice damage expect coming super storm gonna wipe us map 190 possible thats sounds completely illogical mustve kicked fuck school always remember reptilian agenda pulse rendered earthquakes epicentre found fluoride water supply time felt total apathy towards dying ungrateful dead reoccurring images playing head told memorize said salt consecrate water may whatever touch receive hallowed light sacred water consecrate talisman make poet laureate otherwise ill depressed oh well regrets toe toe best know ledge accept cultures colours creeds races life life taxonomical classification corruption disruption destruction budget nothing never easy gotta trust leader feel beleaguered teach truth youth refuse follow dont believe strength numbers numbers strength nothing good comes hatred loves missing link even minority one truth still truth matter spun mind prepared hip hop impaired disagree isnt rock rhymes pleasure listen leisure record listen forever fish hook stuck jaws feedback positive human hominids fishing compliments started nugget budget snowballed something ground running underground covered breath easy regulate pace see love poet laureate puppet message others aura describes forces im involved divorce internal compass points northward skull submarine hull calling whales whale song creating basketball size hailstorms water world water war protected jericho wall surface permutation permafrost war birds grounded wings burned im concerned though first lost poetry poetry poetry poetry poetry poet laureate infinity know yeti riding triceratops elephant netting attending black widow weddings dressing gossamer webbing pretending experimenting call heretic derelict cherubim seraphim protecting america height weight eye colour skeletal structure designed circle flight instructors skies fly 22 times show plenty new rhymes poet laureate prove due time dont upset canibus yet kid want respect success get politics perjury bring worst dont take personally even though hurting key maker turns key observing keep cursing arent worthy word spit truth rip mic rip booth rip rip jacker proof ripped drives insane woman wears lace current gene structure 46 pair based heart rumbling thundering like captain nicole malachowski airbase clear day ok im pervert time fess might looking leg wont touch closet sadomasochist sexual pacifist like role play play masculine victory injury victim misery myriad metaphors make mystical mystery im giant industry 5 ft even photo id dont look like nasa contractor satchel answers passed nobel peace prize passion democracy rules everything around dream another fucking acronym need killing phrases designed put dazes worthless junk mail dead eternally lie strange aeons even death may die squid faced god difficult describe weak heart mind shouldnt even try town near kadam kakrak jahlalabad pray hut constructed sago palm astoria oregon fisherman poets got lost looking paradise exists heart cause emotion manifests thought thought manifests words actions reality attracting overseer poetic antiquity victoria albert museum kept pythagoras dionysus loki pan enlightened thru song understand multiplex meshing multiple messages much truly much see ill mix one one ill mix street mix til thumbs bleed stationary pulley drawing wishing well genie gave three listen well conflicted confused completely compelled celebrate birthday alone year 2012 hope alone would terrible celebrating would miracle newly ordered world living shit matter good poor english lazy wanna best crazy poet laureate reserved name g e r n e name precious mother gave world came know sir william man steel smallville build illest thoughts align einstein wanna know gods thoughts rest details lyrical fitness secret course secret creativity hiding sources preserve sanctity soldiers iraq blame hold humanity hostage pray families want home pray families abroad lost homes lost faith lost hope lost point lost yo calm fuck shouldnt curse hydrate much possible drink lot juice fucking bummer armour inside hummer gotta hug motherfucking sandbag cover im self employed still gotta pay taxes cashless bankrupt aint got assets gutter gallows media coverage cause dont want thats im rarely seen public president poetry popular obedient pundit thats right take job shove dictate scribe causes court stenographer die brewing hot tea honey lime driving run road smiling 1 800 roadrage start dialing snake grow feet stampede defeat weak lied us speech symbiotic indeed host bleeds parasites attach feed fulfilling antiquated needs rock climbed slope shaped like stop sign record clock time hot lava lock rhymes rock slide topside one ever really perfect craft youre obliged curiosity ask cubism futurism writing amusing lyrics opinion opinion cant serious test driving principle findings designing new style rhyming take home try 100 bars per hour sometimes doubled writing secret signature timing hardest part figure agonizing pain migraine biting brain everything inside cant explain im trying heard cant remember said hear 1000 20 thousand cycles per second straight freak show pre show limited oxygen rhyme fast breath slow vfr stands visual flight rules book know even though concern showbiz rome walk roman obviously see youve made wrong choice fraternize dont wrong tone voice bad boy bad toys made new alloys readapted crashed asteroid shelter far borrow need bunker doors sequestered beneath tall tumble weeds matrix agent smith continued movement bullshit humans major pollutants assemble gatlin gun spin see spun weapons check correct im done next one rap room 8 14 underground base hyper cube microphone booth vacuum space extraterrestrial isotopic ratios broke scientist lab place go conscious rappers aint saying nothing matter fact constituent function mix record different youll hear call names played must alternative routes geneva protocol advocates sloppy human anybodys property reading body language zero gravity environment much easier said done trying attending opera pompous ego monster barely take eyes big old knockers integrated existing clothing ensemble saratoga suit military garment quarantine isolation unit house team salvage work dr fritz albert prototype works theres telling ill get new plane new pilot crew creatively never level first ill put sideways 8 pretzel password please patience verification repeat whats character string verification infrared spectral observation space station take break ill need list name dock kliper craft preliminary designation tracing detection submicron radiation leave orbital boom sensor system running heard something called nothing cosmonauts coming rhymes place general george case peter pace said absolutely time waste next time meet whole song new mix rippers need new fix father jamaican mother british raised civic household spoke yiddish elf 100 cps elephant hearing im heading clearing storm clouds appearing back elephant advanced intelligence like nikola tesla shit damn thats smart elephant cease fire breach riot loot 3 weeks dont see broke niggas never promote peace suzanne malveaux interview polygamist mr bis undisclosed home cliffs rip shit consistent spit persistent sickness spit conviction promote lyrical fitness im lost version mozart flowchart putting together parts unknown art coming heart burning disk initializing rhyming visualizing reaching 1000 bars climbing martial law research expense paid trip dirt several miles deep underneath earth boston visionary cell designed new lab paul laffoley engineered magnificent draft extraordinary men meet review recommend attend gubernatorial never ends 190 got saso call one black hole im glad im last go zionism answer uncensored question guy de rothschild bloodline brethren playing guitar singing folk songs speaking mind nobody could really understand reason rhyme infrared direct hit target bled proceed inject syringe meds subsequently pinch leg feel like inch dead alive instead youre really dead living head fire effect smoke rest give wedge formation roll like spare sin walk scarecrow grin looking crazy cause thats made classified payloads frequency safe modes safety still made time ladies ceiling visibility unlimited lyricist river fish surrounded nigga shrimp im killer pimp somebody hip hop dont need nigga grew dc love lil weezy 210 baby got name probably got blood veins liquid propane top temple mount mosque look sun words everyone everybody bow heads say prayer moment hip hop united everywhere poet laureate infinity forever illest lyrically poet laureate infinity poet laureate infinity poet laureate infinity never done history uh dont understand writer would ever get writers block called problem much unable get yo ripper ill would unpardonable breach confidence reveal said one days eyes would look sky see neon c rhymes inscribed nickel disk encased glass ion beam longevity ten centuries impressions memories first time machine inventor mention canibus visionary indeed believed light could travel multiples c organic supercomputer solved mysteries klein kaluza two blue metric rulers liked cool j thought stephen jay gould cooler never liked propagate rumors smoked canary island cigars liked american luxury cars beautiful asian broads strong mind used philosophize rhymes pruning bonsai claimed written greatest rhyme time would never take archives wrote two songs per day constantly experimenting wordplay youth report sloan digital sky survey got f deserved followed career first day seemed lack support contributed inert ways seen pull twenty four hour workdays deferred pay undeterred word shame public humiliation worst pain spinning control like class 5 hurricane said wouldnt want another mc suffer especially theres nothing gain illest alive nobody would face spit till tongue torched taste privately funded corporations carbon dated latest creations extract information found utterly amazing claimed body work thing priceless painting never mattered art galleries hated cause thomas kinkade called said would take ten complete enigmas wrapped puzzles encrypted language sound without shape signature kept files garage ms dos fire proof pod thought odd outside shed oppenheimer lock apparently kept wax madame tussauds total awe cause blew minds many rhymes intricately designed poet laureate time dont mind id like share rhymes alone room looking 32x telescope zoom adjusting focus moon one assume philosophy david hume nothing subjective conclusion maximum field rate application runaway glaciation surrounding ocean basin affects population fluctuation continuous basis thats basics juxtaposition canibus position precision something written way beyond intended unparalleled malleable enunciation sentence didnt go college obviously tell ungodly unintelligible terminology remarkable odyssey rhymes modern speeds brain orders body breathe competency speed youre league couldnt possibly hotter oppositely minus twenty five degrees youd squeeze condensation makes rifle barrels freeze allow speak figuratively nigga please intellectual properties size greece counselor advised speak counselor advised keep rhyming stopped beat words joseph heller learned write better even though sort irked said didnt understand process imagination felt mercy explains point perfectly certainly reinforces reason nobodys probably ever heard couldnt understand mean ill unless try translate print film line reel circle time cycle eternity emergence one line academic phonetics render critics tongue tied personifies dry humor cum laude alumni wise man sees failure progress fool divorces knowledge misses logic loses soul process obsessed nonsense caricature content style masterful multilateral could battle fool naturally cruel words scorn disastrous tool existentialists view im better rapper grab mic rip physical fabric two attitude fucked admirable different methods interpreted different forms entirely different perceptions seen different norms spitting poem theres much involved theres much pieces puzzle solve forty eight orders mechanical laws rays creational cause enhance cadence bars maybe self absorbed thats effect find cause ask ar today yesterday permitting heard beelzebub tale demons drugs pissy drunk club dj needle rub chances youll never see son yeah know names canibus cant help need dub came holla big booty bitches listen speakers thump get conceited im nice mic wanna beat deep fuck aint seen ive seen enough really unbelievable stuff theres lot times want speak im stuck leave rap shit alone kick incredible rhymes privacy home imagination liberty speak freely lyrically microphone pen hand bring motion enneagram become millenium man engrave back emperors stamp spitting scientific rap since 17th century began trying escape wicked empire def jam land lyrics bland heretics hang every warrior axe bury learn discern enemy adversary said germaine insane suicide controlled flight terrain fought regain control plane went ball flames got banned hip hop hall fame two bars kept hearing head cost everything im convinced truth stake people create language pretends communicate euphemisms misunderstood mistakes byproduct ghetto music make extroverted point view think late hip hop never since 88 since became lucrative profession theres misconception movement direction progression even though potency lessens big money industries writing checks suppress question nobody gives fuck one goes book store ever since confluence moores law stay lab like niels bohr son aage edward lorenz leo szilard lyrically took rap music turned knob right full throttle added panache would argue conscience truth thats like telling dont tell dialyses analyses battle mcs sometimes say things cant believe lyrical skillfully elliptical understand makes miserable wonder never let play beats keep studio enshrouded secrecy wonder whats infatuation alicia keys canibus dont speak yo meant said one shine song features thats said vehemently need replace hate respect im probably best yet poet laureate generally take go given know comes ta celestial wireless whenever comes youre lucky get yeah thats beat right im black hundred bars professional shit dont try home yo yo yo yo style rhymin ancient like aztecs mayans recognize timin freestyle alliance practicin african voodoo science front twenty foot bonfires lookin skyward calculatin may 5 2000 nine planetsll alignment arrival prophet cockpit starship size hale bopp comet mercury ion rockets big ass canibus comin soon poster side im known geographically intergalactically thats got extraterrestrials wanna battle even tried kidnappin wouldve snatched craft didnt get trapped earths gravity engines stalled failed crashed farmers field thats really caused roswell undercover operatives workin com 12 disguised nigga signed record deal lyrically im scale hail get tossed towards hell whatever yall feel bruisin niggas confusin niggas like chip fu fu schnickens hit nuclear cruiser missiles hear wild wolf growl styles stockpiled miles ground clouds wack niggas wanna allowed interrupt cipher unannounced youll get punched mouth southpaw southern fist ill bust shit swell lip bigger bubba shrimp actin tough shit wimp giant goliath niggas get shot rubber sling im experiment gone bad brainwaves encephalograph show im stark ravin mad whole scientific staffll get killed nuclear blast throw florence flask hand flammable liquids lab explode get stabbed flyin glass trained blow commercial aircraft trained chemical weapons class see long niggas breathll last put leather mask spray ass pepper gas watch grab neck gag watch nigga choke death laugh wanna battle type question never ask nigga pick tougher task see fuckll last whoever losell get solderin iron ass need recognize hand quicker eye quicker five speed jamiroquai drives lifespan longer nine lives infinite rhymes cant die nigga divine mind dedicate wise dedicate dimes dividin hundred ten times cant deny offerings offer flows glow auroras sparkle like water fly like saucer torque porsche murder million mcs autograph coffins gettin since born imma live long imma gettin til im gone look stages songs spit took oath rip everything get nigga like carpal tunnel syndrome wrist bones grippin microphones long im small fish big pond gets pissed whenever get picked nigga try flip get flipped army march million strong like nation islam suede timbs extremely hostile fully armed troops dressed frog suits night vision goggles lyrical lynch mob shittin niggas drawn hideous form horns mink duckin low like nam fightin viet cong screamin incoming see bomb speak leader surrender arms need million soldiers even odds plus 800000 even consider war 200000 even look hard better drop flag withdraw cavalry charge accompanied blizzard wicked metaphors smash yall attach yall back horse drag yall across motherfuckin asphalt nine ten niggas frauds know always talkin bitches cars jewelry girls like two different worlds motherfuckers really get nerves cause im beyond em futuristic cyborg shit close eyes freestyle could read prints across raise arms like sorcerer cast fireball audience barbecue brain organs feel like youve thrown microwave oven flame broil suckers hit em shit raw shit call reinforcements four horsemen take big piece chalk draw line across stage pulpit dare motherfucker cross ill even call man black rob two mornin tell important tell call sting three way sing chorus break camcorders motherfuckers cant record call news ill kill reporters start lawsuit ill kill lawyers fuck soft shit fuck yall think albums gold cause album bomb shit yall niggas got ass beat cause asked got picture taken put tabloid cause man like touch little boys fuck em ass give em cash thats sick shit homeboy hundred years ago theyd took see sigmund freud fraudulent feminine fragile feather effortless blow ill crack whole skeleton think better canibus wheres evidence got average intelligence poor penmanship need shut fuck cause breath stink take fifty cents purchase pack peppermints battlin never win thought nigga could sneak weapon nigga guess cause im finished wreckin shit imma drink whole bottle henny go fuck lesbian alright blast hell rear whats position got 3 6 one two okay comes holy uh like honestly dont let yet know little whatever like barely peeped radar know hopefully hell something better like get attention whatever war lab call us haters want fuck call hater full blown instigator leavin niggas intubators breathin like darth vader hate people pack guns dont bust em bitches come back room aint fuckin pistol clutching dozen heard dont get misconstrued whatever doll hit news get tools youre mc mention name wrong way draw first blood im gonna come pushed d12 side sign voltron 5 proof alive hed dyin inside aint hip hop messiah bitch cause dissed mariah shit like supposed private ima fry behalf mariah michael put back drugs make suicidal cant shut record nigga viral use word nigga remember idols got question im white join d12 ill sell four million records ill tell go hell leave swifty charge remove stars make group wish bizarre shot pool bar assault lawyer stop beat suing us really hope know get involved cause im fan ill get nick cannon dissin already know fuckin sick canibus hate bitch ass nigga much hate fags love goin war hate raise flag niggas hittin streets spittin venom start renegin beef hate peace treaties forever yo enemy increase beef amityvilles finest cause dont believe stoppin violence im tyrant thatll snatch respect scram use uzi cause hate tec jams hate dudes treat like life movie usin rap excuse shit move keys booth piss niggas hands whoevers grown patches tombstones hate em ass break home im barefaced clap cat ransack thats im wearin black hate goin back call hater walkin detonator aint afraid stick blade fade front spectators youre emcee big small doesnt matter matter big get want people know devil red dress mtv signed black people basketball team trying say subconsciously cant rock beat like consciously know rock sleep slim shady coward cause scared rap black man respect 50 greatest rapper time dead right dead wrong shouldnt even song fell hard faggot broke accent im flippin channels seein bruno get ass sniffed im disgusted man fuck wrong whyd date mariah mariahs fuckin dude never even saw nude busted must thinkin bout stepdad touchin aint nothin new asked ugly crew verified bitch quit lyin remember first time met aint even liked walkin around video set like high school must excite seeing black people tribal thats dr dre signed bet right got big rotten rosenberg beside trying like father inside stan android fanboys need kill noise know thinking kill boy leavin elvis funny money makin pelvis shattered lets see square dance lets see hold bladder lets see fire back em wheres fire suicide hotline time go dial put 8 mile hat write vile track get people actually diss back target practice retarded actors pop stars marshall youre hard whatever happens game ive always got ear street whatever happens game ive always got ear street whatever happens game ive always got ear street renegade schemenegade pink like lemonade ive better genesis made aint better black thought aint better mos def aint better canibus professor griff hotep renegade schemenegade pink like lemonade penetrate halleys comet metal blades yeah know im saying hope whoo kid get fired playing get nikolai volkoff mazel tov ready show fo foll blow blowin steam goin beam let nine sing bitch aint dream bitch im king color bad skinny jeans happened sag makin mad yall bunch jj fags fuck bad motherfucker im bad call hater im kinda deliberately cause wanted reaction oh want us get two go well would probably take whole hour dont lot time stink niggas go tattle tastes like eminem canibus battle cant invade though master thesis underneath deepness come micclubnet read run plot map hyperspatia society scientific exploration color vibration vibration sound sound resonates mouth check say vibrates less 9 ways south south east west south west east north north east north west black white images fade grey sound waves trap adversaries like mouse maze bewildering array lyrical display best bis orbitally rearranged monoatomic elements adept intelligence highest professorship english etiquette compels say cant spell bitch circularized third eye sees atlantis surrounded 4 sea walls read one fourth library alexandria burnt floor wish couldve learned shapes sacred geometry used draw new millennium euclidean form ancient many ways nearly old carved egyptian gold moulded assyria processed beryllium quintillion cooked symmetrical stoves logo etched hole inserted coal barbecued birds bone thhey burned incense buckminster fuller type dome talked mr fuller phone said contract rebuild rome said didnt want alone told busy writing poems ill think going process slow dough low took perfect opportunity grow plus aint never travelled far home heard beauty cydonian snow neon green grass statues made translucent glass ill crazy pass like algerian jazz blue twilight band plays tunes laser black sax sounds laid back helps relax brought album seeing k pax oh miss nautilus told pharyngoamygdalitis exist modest case scaphocephalous prescribe neo gothic antibiotics words concocted lyrical locksmith deadly 10 droplets ricin toxin every angle competition gets boxed dr c indoctrinates doctrine translate english alphabet omega text life death next post bond bail belly hell communicate diatonic pentatonic scale dark side tales might affect sales set sail hunt erect sperm whales use aphrodisiac get female called ginger tie drink ginger ale grand marnier scotch rocks vocab smaller cockatoos studio james lipton reminiscing script written beginning sudden boos turned applause jaws stronger caninde macaws cant even count bars ive expended far dont want rap long wish clock would hurry tick im bush sticks humping 100 clicks dr scholls gave good fit went school together back 86 really ill putting planck energy rhyme size tylenol pill wanna laugh cast belligerent doubt show poetry really side effects make pass followed skin rash itching diarrhoea nausea dry mouth want time better spit rhyme community real mcs die college students say aint smart record label ars say aint art contents covenant ark listen chest beat tell aint heart gotta obsequious disciples jesus master thesis approximately fifty years ago direction president harry truman interest national security group twelve top military scientific personnel established groups primary objective desensitize us truth suppress material evidence planet visited group extraterrestrial biological entities called grays tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero yo sometimes road truth elusive confusin reality becomes illusion showed masses goin id shatter social balance world know im talkin bout grand deception 1947 souls sold heavens technologically advanced weapons crystal enhanced brain implants mind control methods mj 12 majestic focal point problems planet domestic accept stupid skeptic fail recognize secret societys death wish ninety seven percent presidents masons responsible launderin trillions dollars nation construction underground military installations abductions cattle mutilations experiments human patients take place several subterranean bases hundred fifty storeys basement knowledge genetic information need fear science satan cause manipulation certain biological agents create strange creations top secret special operations low frequency sounds lasers people like carl sagan didnt believe drake equation tryin keep western civilization need know basis well need know game bein betrayed played worst way tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero yo holy script genesis 126 says let us make man image likeness first whos see god truly single entity thats would say elohim gods goddesses possess marvelously monstrous subconscious lifeforms speak high pitched sounds squeaks short staccato clicks beeps highly advanced form speech even though us seems like chatterin teeth used swim deep oceans beneath til fins transformed limbs started creep evolved mammals feet walked right shorelines onto beach used gravity cause actually force around could slow time speed light energy grid network opened gateway earth point universe livin organisms various geomagnetic gravitational anomaly areas space expedition teams lunar regions reported seein decapyramids tetrahedrons liquid filled shoes used walk across moon without leavin clue past twenty three billion years life surface even appeared hope become aware im spittin ear intended stimulate left brains hemisphere know sounds weird motherfuckin answers questions grand deception tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero tune channel zero ayo stand outside gates buckingham palace sellin reefer puffing chalice beefeaters getting high whenever drop shit itll land window airplane cockpit canibus hot shit crazy eye clique niggas bloody idiots thinkin stop ill increase strength superhuman extent nigga rhyme aint worth sixpence hear smell see touch taste dont need six senses feel punch face brixton clapham common lyrics invade europe like joseph stalin murder niggas rhyming spittin fire gasoline saliva drunk lady dianas driver reporters behind alcohol hands minor got panickin like bombs thirty second timers clear building evacuate women children fuck feelin nigga came kill em straight shitting new york great britain shows make queen pay admission say say bus yo say say bus yo yo yo prepare worst next verse face death without lyrics like porn flick without sex illmatic lyrical skills jurassic flavor skittles im digitally mastered go like cannon blow planet fear like clothes white boys wearin im tougher denim lethal like venomous snake bites marijuana makes eyes bright red like brake lights aint party couldnt rock believe aint microphone brave enough give feedback im strong word bond like james niggas tryin test weak like seven days mcs run away kick act chicken come large drink biscuit styles radioactive massive atomic plan push earth front halleys comet breaking facts life like tootie im raw like sushi vocab three fucking fugees recognize hospitalized cause lyrically scale one ten im twenty five say say bus yo say say bus yo yo little bit weed hennessy got ready set kinetic energy see need much energy enemies wanna make bills bellamy could mtv women constantly telling resemble billy dee make fly rhymes get name scene im scene shows get green take green buy automobile machine thing page forty three jet magazine canibus ultimate executioners dream swinging guillotine cause whenever head severed human body sharp enough weapon brain remains conscious ten seconds long enough give one last message get hell tell lucifer said dont ever get confused fuckin canibus human rubiks cube like got something prove yo whoever grabs mic get booed get everything club thrown crew moet bottles bar stools fruits foods got album get hit cd runnin outside cryin lyin denyin aint gay rapper got fucked whats difference yall niggas still aint lyrical fitness busy mixin bidness bitches lab composing forbidden scriptures wicked got satan ejaculating fingers like dirk diggler middle boogie nights sniffin white living hype ruined life im mc different type yeah thats right make sure shit tight ima snatch mic nigga say say bus yo say say bus n g g nometry n g g nometry n g g nometry nigganometry nigga nom nom nometry n g g nometry n g g nometry n g g nometry nigganometry nigga nom nom nometry bitch sucks yo dick five dollars per square inch gets forty dollars including five dollar tip big dick sucked say big dick sucked nigga watch thats iced enough rocks make hottest room temperature drop long take get robbed long get robbed song played radio first time four days ago shit rotational got paid play say fuck got paid play sign recording deal less quarter mill advance hundred thousand dollar automobile know vehicle probably beautiful ask lawyer recoupable nigganometry n g g nometry n g g nometry n g g nometry nigganometry nigga nom nom nometry n g g nometry n g g nometry n g g nometry nigganometry nigga nom nom nometry five shots coke vodka convinced designated driver smoke pound marijuana hell gonna get home say fuck gonna drive home got mansion benz bentley range aint none shit government name pieces property pieces property really take glass water add two cubes ice see cups water level slightly rise right need watch ima show need look closely ima show remove every living animal sea wouldnt worlds ocean water level decrease means planet wasnt three quarters water means planet wasnt three quarters water nigganometry hey ive sitting trying think letter l f u c k l l +beastie boys,intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension well dont tell smile stick around ill make worth got numbers beyond dial maybe im versatile style profile said always brings back hear ooh child hudson river nile run marathons til last mile well battle revile people always saying style wild youve got gall youve got guile step im rapophile wanna battle youre denial coming uranus check style go ahead put rhymes trial cast exile intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic jazz awol thats team step inside party disrupt whole scene comes beats well im fiend like sugar coffee cream well gotta keep going keep going full steam sweet sour nice mean well tough guy style im keen trying change world plot scheme mario c likes keep clean goin shine like sunbeam keep rapping cause thats dream thank moe dee sticking themes comes envy yall green jealous rhyme rhyme routine another dimension new galaxy intergalactic planetary intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic family tree old school hip hop kick shoes relax socks rhymes spread like pox cause music live like electric shock known wop also known flintstone flop tammy getting biz crop beatsie boys known let beat mmm r r rop wrote graffiti name slop raps soup beats stock step table start chop im lumberjack dj adrock try knock youll get mocked ill stir fry wok kneesll start shaking fingers pop like pinch neck mr spock intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic intergalactic planetary planetary intergalactic another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension another dimension cant stand know planned ima set straight watergate cant stand rockin im cause crystal ball aint crystal clear sit back wonder got fuckin thorn side oh god mirage im tellin yall sabotage listen cause cant say nothin youll shut push button yo im im gone ill tell keep cause see might get bet dont get souped yet scheming thing thats mirage im trying tell sabotage whhhhhyyyyyy listen yall sabotage listen yall sabotage listen yall sabotage listen yall sabotage cant stand know planned im set straight watergate cant stand rockin im place feel disgrace youre face make mistakes switch channel im buddy rich fly handle could mirage youre scheming thing thats sabotage heres little story ive got tell three bad brothers know well started way back history ad rock mca mike little horsey named paul revere horsey quart beer riding across land kicking sand sheriffs posses tail cause im demand one lonely beastie without nobody sun beating baseball hat air getting hot beer getting flat looking girl ran guy name mca said howdy said hi told little story sounded well rehearsed four days run hes dying thirst brew hand tip voice hoarse throat dry asked sip said get said cant get none chance run pulled shotgun quick draw thought id dead put gun head said name mca ive got license kill think know time time get ill outlaw beer run land understand ive made clear stepped wind gun grin think storys ready begin got gun got brew got two choices tough decision see blow away ride said ill ride get border sheriffs daughter like like wiffleball bat im run cop got gun right time fun king ad rock name know fly spot got champagne rode 6 hours hit spot beat bumping girlies hot dude staring like knows took empty spot next bar mca said yippie yo know kid said didnt know kid said get ready cause aint funny names mike im get money pulled jammy aimed sky yelled let two fly hands went people hit floor wasted two kids ran door im mike get respect cash jewelry expect mca hes ace grabbed piano player punched face piano players music stopped boy beef got dropped mca snatched gold grabbed two girlies beer thats cold mario c cant front well plug like eddie harris youre eating crazy cheese like would think im paris know get fly think get high know im gone im tell tell dissing maybe im missing reason youre smiling wyling listen head want take em imagination set loose im gonna shake em let flow like mud slide get like ride glide ive got depth perception text yall get props mention cause vex yall whatcha whatcha whatcha want get funny money flaunt said whered get information huh think front revelation comes well call mike ever loving man im like spoonie gee im metropolitician scream holler chevy impala sweat getting wet around ring around collar like dream im flowing without stopping sweeter cherry pie reddi whip topping going mic mic kickin wall wall well ill calling people like casting call ah well wack youre jacked back ride know flow youre getting believe see get see im coming bet well think im losing mind time time im losing mind thats right said think im losing mind time time im losing mind yeah cant front little know something talk im tired driving due time walkabout meantime im wise demise ive got eyes back head realize well im dr spock im rock yall want wall youre playing wall said whatcha whatcha whatcha want said whatcha whatcha whatcha want yall suckers write checks bounce reach pocket fresh amount see im long leaner victor cleaner im illest motherfucker gardena well im cool cucumber bowl hot sauce youve got rhyme reason got cause youre hot trot think youre slicker grease ive got news crews youll sucking like leech yeah cant front whatcha whatcha whatcha want whatcha whatcha whatcha want said whatcha whatcha whatcha want said whatcha whatcha whatcha want sleep till brooklyn foot pedal never ever false metal engine running hotter boiling kettle jobs aint job damn good time city city im running rhymes location touring around nation beastie boys always vacation itchy trigger finger stable turntable best im illing able aint faking money im taking going coast coast watching girlies shaking youre job working nine five beastie boys garden cold kicking live sleep till another plane another train another bottle brain another girl another fight another drive night managers crazy always smokes dust hes got room back bus tour around world rock around clock plane hotel girls jock trashing hotels like going style getting paid along way cause worth four floor ad rocks door mcas back cause hes sleeping whore got safe trunk money stack dice front brooklyns back white boys got rhymes sleep till sleep till brooklyn sleep till brooklyn aint seen light since started band mca get mic man born bred brooklyn usa call adam yauch im mca like lemon lime lime lemon sip def ale fly women got limos arena tv shows autograph pictures classy hoes step holmes get way taxing little girlies la waking get sleep cause ill rocking party eight days week sleep till sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn sleep till brooklyn cool check center stage mic puttin wax new style four three two one im mic suckers run ad rock mike aint got juice picasso got paint got rhymes rough rhymes slick im surprised youre dick b e e mike aw yeah thats got franks pork beans always bust new routines get got know good rhymes write wish would im never training voice straining people always biting im sick complaining went locker room classes went locker smashed glasses youre secaucus im manhattan youre jealous girlfriend cattin kick father many married none case youre unaware carry gun stepped party place packed saw kid dissed homeboy shot back man get beeper cause phone tapped better keep mouth shut cause im fully strapped got money bank still get high thats girlfriend thinks im fly ive got money juice twin sisters bed father envy shot head played guitar id jimmy page girlies like underage girls boyfriends kinds like ill steal honey like stole bike father hes jealous cause im making green ive got list girlies numbers places ive kick wanna know im october 31st date birth got party know smurf taxin females coast coast get fill im chilly ragtag girlies back hotel switch places ring bell chill white castle cause best im fly fatburger hes im way west check k n g whammy fine ladies theyre jammy went prom wore fly blue rental got six girlies lincoln continental met girl party started flirt told rhymes pulled skirt spent bank got high powered jumbo rolled wooly whatd watched columbo let clear throat kick baby pop let fly skimmies feel beat mmm drop coolin corner hot summers day posse mca lot beer lot girls lot cursin 22 automatic person got hand pocket fingers trigger posses gettin big posses gettin bigger voices got treble voices got bass got kind voices face like bun burger like burger bun like cherry apple peach plum im king ave im king block well im mca im king ad rock well im mike got fly juice checkin party forty deuce walking block fresh fly threads beastie boys fly biggest heads ho ho ho ho ho ho ho ho ho ho ho brooklyn ho ho ho ho ho ho kick wake late school man dont wanna go ask mom please still says missed two classes homework teacher preaches class like youre kind jerk gotta fight right party pop caught smoking said way hypocrite smokes two packs day man living home drag mom threw away best porno mag gotta fight right party gotta fight dont step house thats clothes youre gonna wear ill kick home dont cut hair mom busted said whats noise aw mom youre jealous beastie boys gotta fight right party gotta fight right party parrrrrrty parrrrrrty yeah love cause cant wont dont stop cause cant wont dont stop well cant wont dont stop mike come rock sure shot ive got brand new doo doo guaranteed like yoo hoo im like dr john yeah mr zu zu im newlywed divorcee everything funky like lee dorsey well taking pelham 1 2 3 want doo doo rhyme come see ive got savoir faire unique rhymin keep never quitting time strictly handheld style go never rock mic pantyhose strap ear goggles im ready go cause boards man call mario pull function know kojak party people bozac ive got action man john woo ive got mad hits like rod carew cause cant wont dont stop cause cant wont dont stop know cant wont dont stop ad rock come rock sure shot hurra hurra cane cross fade ass bust eardrums listen everybody cause im shifting gears im fresh like dougie get specs microphone come correct timing like clock rock hip hop top notch stock soapbox ive got rhymes ive got gray hairs thats lot ive got share ive got hole head theres one fix gotta straighten thoughts im thinking much sick shit everyone takes takes takes takes takes ill step back gotta contemplate well im like lee perry im rock microphone im gone im like vaughn bode im cheech wizard never quittin wont listen ah ah ah ah ah ah yes indeed fun time cause cant wont dont stop cause cant wont dont stop well cant wont dont stop mca come rock sure shot want say little something thats long overdue disrespect women got mothers sisters wives friends want offer love respect end well say im twenty something slacking im working harder ever could call macking im supposed sit upon couch watching tv im still listening wax im using cd well im kid corner fucked wanna im gonna take piece pie im quittin think im change style fit keep underwear piece elastic use bullshit mic thats made plastic send rhymes nations like bell got ill communication cause cant wont dont stop cause cant wont dont stop well cant wont dont stop keep rockin sure shot b boys b girls tick tock tick ticktock tock girls really want girls morning girls cause evening girls like way walk chill hear talk always make em smile white castle nile back day girl around way liked home piece mca said would give play asked please said may pants tight thats ok would dance would dj took walk bay hope shell say hey hit hay asked said way shouldve probably guessed gay broke north delay heard moved real far away two years ago may seen day jockin mike dismay girls dishes girls clean room girls laundry girls bathroom girls thats really want girls two time want girls new wave hairdos want girls ought whip girls girls girls girls girls oh whatchyouwhat sayin trekkies tv addicts dont mean diss dont mean bring static klingons fucking house grab backstreet friend get loud blowin doors hinges ill grab pinchers didnt retire ill snatch needle nose pliers like mutual omaha got ill boat youve never seen glidin glades like lorne greene know get paid like caprese basil goofy like darren hazel im motherfuckin nick night classics rerunning know right remain calm alarm cause farm aint fat whats ive got friends family respect think im good put check believe say im better except rap guess aint true like yall dont stop guaranteed make body rock check ch check check check ch check wha whats work wa work work work wa work lets turn muthafucking party said doc whats condition im man thats mission said son youd better listen stuck ass electrician like scientist mmm im applying method controlling mind like einstein rapping duke combined hey baby bubba whats deal didnt know go mass appeal call salugi hot potato stole mic wont see later cause work magic like magician add mathematician im bank cashier engineer wear cotton dont wear sheer shazam abracadabra whip im gonna cruise past ya yo money dont chump put shit back shelf light rays blazing youre phase crews amazing working record yo stay patient check ch check check check ch check wha whats work wa work work work wa work lets turn motherfucking party check ch check check check ch check check ch check check check ch check check ch check check check ch check check ch check check check ch check go name king ad rock dont wear cup jock bring shit thats beyond bizarre like miss piggy one clientele say ad rock rock well ive got class like pink champale mca grab mic mic goes stale dont test cant arrest ill fake right cross shoot lefty look upset yo calm look like cable guy dunked crown flow like smoke chimney never wanna rap youre making aint hip hop b get clothes right dryer put armor tire sport fresssssh attire tonight goin set town fire set town ablaze gonna stun amaze ready throw craze make granny shake head say days check ch check check check ch check wha whats work wa work work work wa work lets turn motherfucking party +mac miller,mhm mhm okay yeah yeah yeah yeah yeah yeah yeah dollars switched time zone know spendin nights hitchhikin go could fly home eyes closed itd get kinda hard see thats surprise though could find aint hidin dont move feet glidin slide roll yep well climbin wall mm remember yes remember yes remember swear height tall like september fall know medicine call yeah feelin like hot enough melt yeah cant trust one cant even trust yeah love dont love nobody else yeah tell take bullshit elsewhere self care im treatin right yeah hell yeah gonna alright switched time zone know spendin nights hitchhikin go could fly home eyes closed itd get kinda hard see thats surprise though could find aint hidin dont move feet glidin slide roll road dont see road dont see im going yeah readin signs losin losin losin mind yeah get fuck way must high play must nice lights lovely life made yeah know feelin like family tree yeah mercedes drove crazy speedin somebody save yeah tell take bullshit elsewhere self care gonna good hell yeah lettin go switched time zone know spendin nights hitchhikin go could fly home eyes closed itd get kinda hard see thats surprise though could find aint hidin dont move feet glidin slide roll didnt know didnt know didnt know didnt know yeah well didnt know missin see lil different thinkin much got stuck oblivion yeah yeah oblivion yeah yeah oblivion yeah yeah got time world im chillin plus know beautiful feelin oblivion yeah yeah oblivion yeah yeah oblivion yeah yeah yeah okay ride around city come home yeah sun set quickly get slow yeah disconnect upload watch spin around spinnin round yeah lets go travel unknown yeah play cool know fucked though yeah keep sayin love tell really really yeah lets go back crib play 45s safe know theres still war outside spend nights liquored mornings high feel oblivion yeah yeah oblivion yeah yeah yeah yeah yeah yeah yeah oblivion yeah yeah ooh ooh ooh ooh got time world im chillin plus know beautiful feelin oblivion yeah yeah oblivion yeah yeah oblivion yeah yeah spent whole day head little spring cleanin im always busy dreamin well maybe wake instead lot things regret say forget cant easy everybody need stay oh hate feelin youre high youre underneath ceilin got cards hand hate dealin yeah get everything need im gone aint stealin get break wish could get goddamn way say aint better time today well maybe ill lay little yeah instead always tryin figure everything say sorry half time dont even know im sayin good news good news good news thats wanna hear dont like im im flyin oh make em uncomfortable different whats difference aint bad could always worse im runnin gas hardly anything left hope make home work well tired bein tired gotta build somethin beautiful go set fire im liar sometimes truth dont sound like truth maybe cause aint love way sound say yeah know aint anything new wake moon havent seen sun heard skys still blue yeah heard dont talk much thats problem closed door good news good news good news thats wanna hear dont like im im flyin oh make em uncomfortable different whats difference theres whole lot waitin side im always wonderin feel like summer know maybe im late could make time ill finally discover theres whole lot waitin theres whole lot waitin know maybe im late could make time ill finally discover aint bad aint bad well aint bad mm least dont gotta hey hey mm hey mm mm mm yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah uh uh yeah yeah yeah yeah yo got little bit money fillin pockets roll around like run shit got system filled toxins ive broken hearted fuck bitch getting high deal problems fucking bitches getting drunk shit bitches getting obnoxious nuttin though love shit go long days longer nights talk much wrong advice lights call life doctor doctor help get healthy keep low hell aint shit tell fuck rap shit bitch im sellin ooh shit new bitch jealous smokin weed crib watching belly pain causin like fuck ballin everythin straight feeling feeling im chilling living im burning away conversations im getting static much plate lord need break ill good weekend ill good weekend everything good weekend everything good weekend going tonight yeah going tonight like fuck going tonight yeah going tonight fuck going tonight yeah going tonight going tonight yeah going tonight trouble sleeping battling demons wondering whats thing keeps breathing money fame neither thinking places frequent people see im livin decent mean g yeah time fall behind bitches concubine call mine crazy aint god make water wine pausin time common often hate never walk line cross ts dot wondering well wonderin got high fell asleep forgot die goddamn im poppin downers drinkin powders faded get counter im stuck browser like make bitches dont know shit lonely get naked dont even know day ill good weekend ill good weekend everything good weekend everything good weekend mondays think aint tripping tuesdays im hittin gotta get hands ya wednesdays im lit witchu know youre staying thursdays im sick got get rid cause fridays always start time life alright get faded hate baby gon alright haha alright yeah eric well dont need lie nowadays shine take breath ease mind dont cry tell get high cause angels sposed fly aint askin oh take mine dont stay inside lines aint 2009 yeah know whats behind door yeah okay gotta jump swim well light dim life sin every day wake breathe dont thats right take nice easy took flight see send back home light thats beamin whole team bout figure ice cold thats winter sometimes sometimes wish took simpler route instead havin demons thats big house mhmm ball dribble bounce cause party aint til theyre kickin yeah isnt funny make lot money buy lot things feel lot ugly yea high muddy lookin lookin dont need lie nowadays shine take breath ease mind dont cry tell get high cause angels sposed fly aint askin oh take mine dont stay inside lines aint 2009 yeah know whats behind door yeah ask im smilin well ive never high like never felt alive mhmm id rather peace mind war see aint different struck fuck came back swingin take time finish mind business life aint life til live diggin hole big enough bury soul weight world gotta carry arms carry home im right scared alone aint never hurry dont ever gotta worry even 730 time runnin low heart get cold see whats behind unturned stones im pro come job really im tryna start believin god gets hard dont panic dont sound alarm dont need lie nowadays shine take breath ease mind dont cry tell get high cause angels sposed fly aint askin oh take mine dont stay inside lines aint 2009 yeah know whats behind door dont need lie nowadays shine take breath ease mind dont cry tell get high cause angels sposed fly aint askin oh take mine dont stay inside lines aint 2009 yeah know whats behind door turn beat little louder go people love mind thought loves currency thinkin bout time never seen somebody put together perfectly would call mine someone like hard find open eyes walk blind ask hurry wont hurt dont worry listen ima set free aint gonna break heart go worst reach ecstasy imaginations pretend never thought would feel way never taught heal pain wish caught different day easier happy little taste know got hide away hide away sound silence watch kinda find strange times changed wish could go free baby could change world forever never come back lets leave rear view lets leave rear view girl dont cry dont cry mend broken heart girl dont expect capable got world right hands responsibility unescapable promise ill different man please give chance go live im havin trouble give hand seems perfection really unattainable dont even say bout end life precious aint need go kill im sure theres end wish truth would reveal call make top call make shootin stop call give coupe wash everything think im still little taste know got hide away hide away sound silence watch kinda find strange times changed wish could go free baby could change world forever never come back lets leave rear view lets leave rear view girl dont cry dont cry uh ign oh ayy waitin night moment waitin year moment picturin takin clothes literally curvin hoes daddy told better bring ass home cinderella better get ass home man swear parents dont understand aint gotta old man take hand come room girl got suite sls uh already know got expensive taste ayy take hand follow room tell little friends gon alright girl got plan whole night okay legs like store open got people line every night weeks time dreams thats sleep time hear say love touch leave behind told dont worry youll fine type thing heard happen time yeah wanna see fly fragrance got faded keepin high said nothin better first time ill service like check curbside dont spend another second earth dry wet like go second third time left perverse mind hungry chef stir fry get dessert wine elevate ya third eye first prize nobel get piece clothes turn around lemme see waitin night moment waitin year moment picturin takin clothes literally curvin hoes daddy told better bring ass home cinderella better get ass home man swear parents dont understand aint gotta old man take hand come room girl got suite sls uh already know got expensive taste take hand follow room tell little friends gon alright girl got plan whole night yeah okay came plan take hand bring somewhere sand soon landed went straight room played music started dancin takin pants look like dorothy aint kansas anymore like chore started bed movin floor started gettin crazy told fuck like whore thought angel yellin lord used tell time aint ya type always wanna spend night im doin everything like im inside pussy damn feels right still respect ya game every time im line always set straight sex great heavens sakes need every day yell name cinderella never gonna find nobody better life waitin night moment waitin year moment picturin takin clothes literally curvin hoes daddy told better bring ass home cinderella better get ass home man swear parents dont understand aint gotta old man take hand come room girl got suite sls uh already know got expensive taste uh take hand follow room tell little friends gon alright girl got plan whole night ayy hey im sayin way way wont stop til mine way well days changin got angels satan looks like gods side time yeah meanin tell ya lookin better every day write letters right right love write name yeah forever never weather feel much better weather isnt rain yeah ooh cinderella dont run time feels like youve takin day yeah well wherever came wherever goin promise im far behind yeah dont dare throw away meanin tell ya look better every day write letters right right love write name yeah forever never weather feel much better weather isnt rain regrets look like texts shouldnt send got neighbors theyre like strangers could friends need way head ill anything way head way feel like livin alternate reality drownin im swimmin stressful waters relief yeah oh things id spend little time hell wont tell ill prolly never even tell dont know sunshine dont feel right inside day wish nice look like rain grey skies driftin livin forever told gets better regrets look like texts shouldnt send got neighbors theyre like strangers could friends need way head ill anything way head yeah yeah yeah rap diablo yeah yeah rap diablo macho drop flows bar gets raised petey pablo colder gazpacho colder mono rappin head honcho rocking shows like bono go play couple keys piano industry lie promises hollow follow could show bes howd get g pass none fuckin beeswax raps bring joint together like kneecap fuck little 8 balls show kis time continuum mortal kombat finish em tryna find balance reachin equilibrium fools pity em im human im amphibian fake superhero like mystery men aint saving nothin im gettin faded til angels comin skippin famous functions famous function list cant trusted strong arm em like play trumpet bottom barrel society tell bitch dont love lie im finer winery take rich piracy finally dont even need fucking eyes see come die cause everybody got dead homies dead homies said everybody got dead homies dead homies yeah said everybody got dead homies dead homies said everybody got dead homies dead homies yeah um okay mind yoda im ayatollah rappers diet soda find jehovah darkest places empty apartment basements marathon gentlemen go head start races save coffin spaces youll come missin tell bitch trippin vacation rappin like automated lights keep em like vegas lava makin hot im turning hog bacon god save heard monsters made aint star im way farther constellations contemplatin suicide like dvd lost inside mind prison homie leave see bleed freaks geeks bitch never miss beat im charlie conway triple deke gordon bombay streets ballin like im pistol pete beast every word spit rewritin history look look run underworld guns set sinners free bitches circle im show commercial poppin like kernel readin justin biebers journal treat like urinal cause everybody got dead homies dead homies said everybody got dead homies dead homies yeah said everybody got dead homies dead homies said everybody got dead homies dead homies dont know think makes smile said dont know beautiful baby thats favorite part walk around clueless like nobody gonna break heart itll alright babe see got covered im gon lover might one tonight ayy dont need worry aint hurry rushin love said know know really aint need lie said universe couldnt keep us apart would even try yeah said dont let hurt ever know far smart things come together fall apart since ive sober life hard id rather talk said dont know beautiful baby thats favorite part walk around clueless like nobody gonna break heart itll alright babe see got covered im gon lover might one tonight ayy dont need worry aint hurry rushin love yeah yeah wanna stay taking slow baby cause want got enough mind make time something divine oh yeah said dont know beautiful baby thats favorite part walk around clueless like nobody gonna break heart itll alright babe see got covered im gon lover might one tonight ayy dont need worry aint hurry rushin love yeah yeah cant keep losin complications gone soon wait hangin cant seem hold onto dang people know best key wont forget soon cant keep losin cant keep losin yeah yeah yeah many mistakes take til leave im left hand face red face lookin like wait know aint saint aint late well dont run away fast know heart like gold break like glass know shit get old act young baby cold never sun dont wanna grow yeah shit fun get home ima give make feel like hit drum yeah dick aint free dont give fucks yeah complicated got frustrated get home late dont trust baby way drunk dont know im sayin drive car dont drive crazy complicated got frustrated every single night keep waitin say dont care thats sayin know thats bullshit okay fightin reunitin kiss touch tease excited god devil tryna get cant keep losin complications gone soon wait hangin cant seem hold onto dang people know best key wont forget soon cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin well cant go away girl ima need play games like ticket ivy league school wont get hall fame dick minor league dude eat pussy people need food got little time aint tryna spend arguin aint givin attention startin engine need reboot eat pussy people need food use every bone body keep holdin trust know dont want nuttin one time lets make love one time aint much fuck em lets us summers soft sweetness call late drunk hang mess made us sense make none complicated keepin late cant concentrate youre always brain love fuck come pain think thats bullshit okay seem invitin trust shes titan week like next week fightin need protection dresses bulletproof youre safe girl cant keep losin hell goin takin trip wait dont move dont stay cant keep losin hell goin wait hell goin cant keep losin complications gone soon wait hangin cant seem hold onto dang people know best key wont forget soon cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin cant keep losin woo +a tribe called quest,dont believe cause people still rear ayo dont need killing good young nigga mood get hungry eat fucking food ramen noodle simple voodoo maniacal liable pull juju irony bad bitch lap dont love make money dont study gon give aint gon tell run back gon take brain wetter plains spit doors signs dont try rhyme vh1 show waste time guilty pleasures take edge reality salary id probably shit sporadically og gucci boots smitten iguanas irs piranha see nigga gettin commas niggas hood living fishbowl gentrify shit hole trendsetter know shits cold aint settling aint bold ay black folks must go mexicans must go poor folks must go muslims gays boy hate ways bad folks must go fog smog news media logs false narratives gods came odds nigga rappers bars kismet cosmic stars bastards overlooking street art better yet street smarts keep us charts motherfuck numbers statisticians fuck yall know true competition thats like al pitcher deck talking hittin one whos hitting ones thats currently spittin got missy smitten rubbing little kitten dreaming world thats equal women division boy tell thats vision like tony romo hitting witten tribe best division shaheed muhammad cut precision come back years later still hit shot still tryna move fucking block babylon bloodclaat two pon yuh headtop black folks must go mexicans must go poor folks must go muslims gays boy hate ways bad folks must go relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle honey check got mesmerized black hair fat ass thighs street poetry everyday yo gotta stop trot way working club would pay ayo man phife diggy got something say like em brown yellow puerto rican haitian name phife dawg zulu nation told jam get lets knock boots like group h town got bbd bedroom wall im rim ball gritty little something new york street represent beat talking bout yo took sex mind whole damn route mind frenzy horny state couldnt drop dimes cause couldnt relate relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle stretch legs let make bawl drive insane drive wall staring dome piece strong stronger pride stronger teflon take ave buy links wanna pound poontang stinks mama ill boy original rude boy never coy shorty ill convoy come across thug hood hon got goods like madelyne woods way names malik five foot freak lets say get together end week simply said labelled ho said figure friends told hate silly groupies wanna run yap word god hon dont get like ill weak knees could hardly speak could like uncle l swing ep jeep keep yo keep discreet see im type kid biz streets mom dont approve ill elope let save little man inside boat let hit back girl wont catch hernia bust couch got seamans furniture shaheed phife extra p stacy beadle pj man lg know abstract really soul ice character men never ever mice shorty let tell bout vice lots loving aint nothing nice relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle relax girl please settle go yo go yo whats scenario go yo go yo whats scenario ayo bo knows bo knows bo dont know jack cause bo cant rap well know di dawg first bat batteries included strings attached holds barred time move fakin gots get loot bring home bacon brothers front say tribe cant flow weve known impossible like broadway joe sleep want nytol help get zs troop heres real scoop im short dark handsome bust nut inside eye show come im vexed fuming ive days paying dues acknowledge head border go get taco watch wreck jump street meaning get go sit back relax let go dont sweat heard act like know yes yes yall got vibe tribe yall real live yall inside outside come around brown may say call charlie word herb im deep like bob marley lay back payback evolve rotate gates get hit boom bip brother named tip ready flip east coast stomping ripping romping new york north cak laka compton checka checka check loops troops bounce ounce wow wow brown cow ill til skill gets flex next textbook old new rest doo doo radio video arsenio tell yo whats scenario scooby doo whoopie doo scenarios radios rates four scores smores smother dance floors go mine shades sea shore ship shape crushed grapes apes play tapes papes make drakes baked wakes simply leader base space means peace see ya later later later alligator pop blows weasel urge inflate yo incorporated n c flow funk flipped flat back first foul fight fight fight laugh yo howd sound leader quest mission got goods never left cause rights good ear could give damn ill subliminal stay away crime aint love young nation groovy sensation time hibernation elation dont ever try test water little kid yo mr busta rhymes tell heard rushed rushed rebuked causing rambunction throughout sphere raise levels boom inside ear know dont violate youll get violated hip hop sound well agitated wont ever waste time played ego heres busta rhymes scenario watch combine juice mind heel wheel bring back come rewind powerful impact cannon bragging tryna read mind imagine vo cab u larys necessary diggin library oh gosh oh gosh eating ital stew like one peter tosh unh unh unh track man unh pardon unh come back yo beg pardon travel town roll squadron rawr rawr like dungeon dragon change little drawers cause pants saggin try step twist turban smelling rank like old stale urine chickity choco chocolate chicken rear cock diesel buttcheeks kicking yo bust busta bust another rhyme rhythm sync rhymes time rippin sound like horatio observe vibe check scenario yeah man mothafucka go yo go yo whats scenario go yo go yo whats scenario go yo go yo whats scenario go yo go yo whats scenario kick kick kick kick kick kick kick well im gone kick people quest like tribe really know live comprehend track cuz gettin measures tip vibers rock roll beat funk fuzz wipe feet really good rhythm rug feel urge freak jitterbug come spread arms really need hug afrocentric living big shrug life filled fun thats love lower plateau diss us wont even think nipper doggy give big shove rhythm really fits like snug glove like box positives plus love tribe flies high like dove kick kick kick kick kick kick kick well im gone kick tribe flows layers right phife poem sayer times im studio conveyor mr dinkins would please mayor youll us really big favor boy track really lot flavor comes rhythms quest savior follow us funky behavior make note rhythm gave ya feel free drop pants check ha ir like garments wear instruct obeyer rhythm recipe youll savor doesnt matter youre minor major yes tribe game player inhale like breath fresh air uh uh uh uh uh uh uh check rhyme back days boulevard linden used kick routines presence fittin abstract five footer kicks mad style step frankfurter yo phife remember routine used make spiffy like mr clean um um tidbit um smidgen dont get message gots run pigeon heh okay point phife time tip point phife time tip point phife time tip well grab microphone let words rip heres funky introduction nice tell mother tell father send telegram im like energizer cause see last long crew never ever wack stand strong say style wack thats youre dead wrong slayed buddy el segundo push along youd fool reply phife man cause know know know special shout peace goes pals see middle finger goes punk mcs cause love wack mcs despise get vexed roll next cant none contest im fly mc whos five foot three brave top remaining home training cause misbehave come correct full effect hoes check get butt jim must erect see auras positive dont promote junk see im far bully aint punk extremity rhythm yeah thats heard clean ears check word check rhyme yall check rhyme yall check rhyme yall check rhyme yall check rhyme yall check rhyme yall check check check rhyme yall check rhyme yall check rhyme yall play tapes yall check rhyme yall check rhyme yall check check back days boulevard linden used kick routines presence fittin phifer abstract rhymes rumpin brothers rode zack aiyo tip recall used rock fly routines cousins block um let see damn cant remember receive message play sender point tip time phife point tip yeah time phife point tip yo time phife play resurrector give dead life okay knowledge key show lock got scrawny legs move like lou brock speed im agile plus im worth one hundred percent intelligent black child optic presentation sizzles retina far must go gain respect umm well kinda simple remain youll crazy sad alone industry rule number four thousand eighty record company people shady kids watch back cause think smoke crack dont doubt look act well better things like hip hop forum pass rock ill score em decorum proper say hammer proper rap pop call stop nc yall check rhyme yall sc yall check yall virginia check rhyme yall check check london check rhyme yall yo microphone check one two five foot assassin roughneck business float like gravity never cavity got rhymes winans got family need sweat arsenio gain type fame shame game cause ill always styles upon styles upon styles wanna diss phifer still dont know half sport new balance sneakers avoid narrow path mess around catch size eight ass never half step cause im half stepper drink lot soda call dr pepper refuse compete bs competition name aint special ed wont seckle mission never walk street thinking even though deep heart really could try best like go might even say yo shorty black youre buggin zulu nation brothers last creation minds get flooded ejaculation right two inch tape abstract poet incognito runs cape best worst occasionally curse get point across bust floss go grit dirt listen mission listen miss work umm crack monotone children jazz get smokin rb cause try best pack cant rap abstract original cant get thats pitiful know id man cold yanked plug rb cant thats bugged buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin yo bug usually reason action sometimes mere satisfaction people hounding always surrounding pulsing like migraine pounding dont really fret stay sense camouflage feeling absolute tense soar another world deep mind people seem take unkind oh yo hes acting stank really regal man fame man people believe wanna tell much riding train dough sucks case feet nikes crowd realm im saying mic please hip hop living cant yank plug result end kind bugged yo invalid although used smoke weed ali shaheed muhammad used say scheming cookies crazy booming back buns pushing real hard big fun left road see boulevard status battling mc tip maddest one mc one mc world could wanting see little old formula save world used swipe women girls im type brother crazy extended hand kid dissed brothers man supposed man wonder cause youre feeble go strongies separate evils brain mind boot nasty critters even though see bug buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin buggin buggin buggin youre buggin love lust sinner two let know right please bonita applebum bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita bonita bonita hey bonita glad meet ya cunning stunning miss must beseech ya hey top priority aint need question authority chairman board chief affections got mines swing direction hey youre like hip hop song know bonita applebum gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita bonita bonita 38 24 37 hun match made heaven like kiss ya brothers wont like tell ya things brothers dont could see elaborate eyes hun love never dies satisfaction right tactics need em got crazy prophylactics far hope like rap songs bonita applebum gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita applebum said gotta put bonita applebum gotta put bonita bonita bonita ayo whos ball know ask get mic ask kick word kick got jazz got jazz got jazz got jazz got jazz got jazz got jazz got jazz stern firm young laid back tongue aim succeed achieve 21 like ringling brothers ill daze astound captivate mass cause prose profound strong meek boom boom boom jeep honda bimmer legend benz rave town foes friends push along trails blaze dont deserve gong dont deserve praise tranquility make unball fist put hip hop brand new twist brand new twist whole heap mystic low key probably missed yet loud stands crowd guy takes beat bowed raise squire adjust attire time wallow mire youre foreign path let lead join essence cool breed cool music cause makes feel serene birds bees groovy things like getting stomach aches gotta go work staring space youre feeling berserk dont really mind head cause job resurrectors wake dead pay attention hard decipher horns check phifer got jazz got jazz got jazz got jazz got jazz got jazz got jazz got jazz competition dem try fe come side way competition must come straight way competition dem try fe come side way competition must come straight way hows seems like turn years mic best friend know brothers wonder phife really kick even wanna diss sweat im music cos make papes try make hits like kid capri makes tapes sweat another thing strictly hardcore tracks new jack swing grew christian jah give thanks collect banks listen shabba ranks sing chat 1991 refuse come wack take hat crews tend rock low end theorys time wreck shop got tip shah shall fear stop look listen please dont stare jet store buy lp jiverca cassettes cds produced arranged four man crew oh shit skeff anselm gets props make sure system fat house speakers new shit rock bronx massapequa cause come quality job one everybody linden know get job done peace crew peace crew bring tour well see theatre nearest hey yo wait back hup easy back please let abstract embellish cut back forth like cameo song dig joint please come dance along music cause done rhyme gotta scat get mine underline jazz jazz move ass cause tribe originates feeling pizazz universal sound bless brothers ground ones six didnt go say im eccentric cause orgy sometimes breakfast eat grits porgies stinker call skunk ask check peoples queens ya dont stop peoples brooklyn ya dont stop peoples uptown ya dont stop includes bronx harlem ya dont stop girl ramelle ya dont stop said ladies first ya dont stop jbs ya dont stop de la soul ya dont stop brand nubians ya dont stop leaders new ya dont stop man large professor ya dont stop pete rock beat ya dont stop everybody place ya dont stop keep rhythm ya dont stop last least sure shot zulu nation heh imma deal bigger insult man heat heat heat heat comin hard weve got get shit together time go left right gotta get together forever gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures lets get together come lets make gotta make make make make make make something happen make something happen make something happen lets make something happen word phifer gonna bring overlord drinkin cisco chilling gold microphone cords grip balls every time stuntin tour cause never bore responding ready crowds roar promoters try hit us art war business quitters bullshitters deliver go get dont bitter cause niggas jarobi fiber wove different cloth aint nothing forbidden nigga get written hardest spit city yall niggas spitting kitten soft confused amazed shook brain missing lost planning future people none people involved pouring henny smirnoff get cracking cracking smirnoff quickly turn molotov molotov spaceship doors bitch taking always seems poorest persons people forsaken dawg washingtons jeffersons jacksons captains log theyd rather lead us grayest water poison deadly smog mass un blackening happening feel yall rather see three three structure many bars leave us play among stars taking mars got space vessels overflowing think want us us niggas going reputation aint glowing reparations aint flowing find stuck creek better start rowing used see tv screen place land dream car stereo would promote show optimistic little brother hope know aint space program niggas yeah stuck nigga aint space program niggas yeah stuck nigga aint space program niggas yeah stuck nigga aint space program niggas yeah stuck stuck stuck sit wonder sometimes read paper every day happenings cycular happen different ways presidents refined wing shes confined thirty percocets five bottles wine carolina nothing finer black woman climbs top state building claiming flag mine people top people feels like cant breathe put much muthafucka feel like shouldnt leave put tv put movies put face notions ideas citizens live space chuckle like yall absurdity takes money get running money trees fall imagine one second people colored please imagine one second people poverty matter skin tone culture time zone think ones got would even think throw bone moved neighbourhood find home nah cypher probably place imagine shit really talkin space dude imagine shit really talkin space dude imagine shit really talkin space dude time go left right gotta get together forever gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformers wont hear quitters tyson types che figures lets make somethin happen lets make somethin happen lets make somethin happen lets make somethin happen gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures make make make lets make somethin happen lets make somethin happen lets make somethin happen lets make somethin happen gotta get together forever gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures lets make somethin happen lets make somethin happen gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures make make make lets make somethin happen lets make somethin happen lets make somethin happen lets make somethin happen gotta get together forever gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures lets make somethin happen lets make somethin happen gotta get together brothers gotta get together sisters mothers fathers dead niggas non conformists one hitter quitters tyson types che figures make make make lets make somethin happen lets make somethin happen lets make somethin happen lets make somethin happen danger must growing rowers keep rowing theyre certainly showing signs slowing small step mankind giant step us oompa loompa doopa dee doo ive got another puzzle world tour muhammad man going every place mic hand new york nj nc va world tour muhammad man going every place mic hand oaktown la san fran st john people give ears sublime enjoyable know concubines niggas take coats ladies act like gems sit indian style recite hymns see lyrically im mario andretti momo ludicrously speedy infectious slow mo heard eighties jbs promo never ending quest get paper caper let take queens side im taking brooklyn side residential questers invade air hold second son cause almost black man lose soul white groove dont crap roll see shit universal got knowledge dolo delf self see theres one else drop angle acute im bugging let get back cause im wetting niggas run tell others cause brothers learned build mics workshop class give award lets make last world tour muhammad man going every place mic hand chinatown spokane london tokyo world tour muhammad man going every place mic hand houston delaware dc dallas back 89 simply slid place buddy buddy buddy face lot kids busting rhymes taste said quest wack case quest mic hand without like kryptonite superman shaheed come sugar cuts phife dawgs name stage call dynomutt last time heard phife sloppy lyrics anonymous youll never hear copy top notch baby never coming less skys limit gots believe quest sit back relax get path heres dancefloor come move ass non believers check stats roll shaheed brother abstract niggas know time quest jam never let statue tell nice coming hits braves yankees living mad phat like oversized mampi wackest crews try diss makes laugh track records longer dc 20 aircraft next time think want somethin make something def take garbage st elsewhere world tour muhammad man going every place mic hand sc maryland new orleans motown world tour muhammad man going every place mic hand chinatown spokane london tokyo world tour muhammad man going every place mic hand houston delaware dc dallas world tour muhammad man going every place mic hand new york nj nc va seven times ten listen music night thus spawned title program word maraud means loot case maraud ears +kool keith,first drop juice see honey thats backs lick teeth niggas want free dogs drink piss niggas want free dogs drink piss niggas want free dogs drink piss want freestlye thats right style free niggas suck dick girls drink pee im sm shit cant get pull panties stage watch sweat quick suckers back pull style transsexual lesbians dance funky heterosexual mic rhyme start jerk let dog lick german shepherd want bust tear legs spot mcs anal sex step around like tampax step next enter new york problem dick california porno star ass lick saying sperm dripping partners butt see mcs face ass let put cape rubber mask horror core shit porno core im club naked man im fucking pro niggas cant wax ass girls let know niggas want free dogs drink piss niggas want free dogs drink piss niggas want free dogs drink piss back wreck shit nigga masturbate see girls cocked back legs tied like figure eight im stage getting sucked madonna sticking pipes ass stop freestyle drama pioneered shit keep sucking dick girls crowd hawking naked flick got silk underwear atmosphere piss face urinate hair name group thats shit pooper scoop fuck miss damage premises niggas step back dax grease watch ass twist rhyme anywhere golden showers greek alley movie star bitches mcs lining cali drinking vodka absolut sipping tanqueray mcs jump stung rectum like stingray girls heinie wipe mcs say shit hype pussies collapse id rather fuck em cordless mic come ride horse pull panties pay cost niggas want free dogs drink piss niggas want free dogs drink piss may beat balls ten pound hammer til asshole whistle star spangled banner nurse dr butcher anus dont care think youre famous could waxed seventy five fucking rap groups bisexuals stage eating fruit loops sugar smacks got rhythm ass cracks bring girl fantasize sex world niggas want free dogs drink piss niggas want free dogs drink piss niggas want free dogs drink piss yeah every morning wake lookin mirror original black elvis thats right see wig side wearin short leather jacket marilyn monroe back im livin life im real thats think like tell fans got shades big rock star compared elvis signin autographs rappers girls move pelvis write songs strictly elton john lionel richie call butler get clothes washed maid ivory soap dishes clean feel like cascade count bills roll detroit sedan devilles throw skully big robe like marvin gaye step front row primetime move way budweiser fest soundcheck demanding respect come correct metro turn yall petrol im early bitin donuts sippin espresso sleep creep gainin ground week ampex reels makin phone calls im closin deals move skill ride philly streets cherry hill im doin well im doin swell yeah flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two movin roughly straight desert san antonio talk swift rock king black romeo pack clubs promoters put tokyo damage area imma launch fierce missile roast fools movin butt like im toilet tissue issue man dont miss scottie soft play like jan van breda kolff new jersey nets real man aint darnell hillman bald head like slick watts run rap like mayor koch forward info tony liu crank benzo move driveway girls look turn eyeway jealous fact tryna rip capes back move timing potential instrumentals yall front bet slum gold drivin rentals get real dino runnin groups like rhino endin careers thats job yo rap final cancel stores new job moppin floors fixin tiles stoppin potholes roof work service tips man speak truth flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two one two pull hoods bumrush afterparty manager scared radio station saying sorry pack bags move luggage coliseum infinite prime piece statues rock museum changin zones drinkin cocktails cellular phones tour anthrax texas rolling stones booked agency famous artists payin hotels fly room sneakers starin moon mad atmosphere ridin first class british air lobster steak yall back time doin remakes im futuristic nine nine year 4000 make announcements drop skills bounce fly young ladies amg kicks two thousand mercedes brand new models seen one colorado light green metallic shark bar eatin salad lorenzo wheels valet park shoppin beverly hills step wildest spaceship kid plymouth prowler comin flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two flying saucers spaceships move warp speed mtv level three fly bet livin astro tell feel one two one two superhero vision sonic listen superhero vision sonic listen superhero vision sonic listen superhero jvc nice ive around japan electronic calls viktor high scales richter media say im mature check wikipedia coach walkers let walk run speed come place superheroes meet x men drinkin tea watchin chicks cups spiderman saw doctor oct spittin top new york city bus city island eatin shrimps throwin fries water swans ducks itd wrong universe drive monster green lamborghini 5s come reunite throw beanies molest cholesterol yous fine tune abuser yankees lost blue orange team amuse us could make million rappers whisper hush cold stone ice cream dont lick much hold balls easy soft touch throw ladies bucks reindeers jump need antler juice ski hat mommy goose superhero vision sonic listen superhero vision sonic listen superhero vision sonic listen superhero vik sick captains pilot suit designed travolta mind mind another culture vulture threw tulsa dimension right time heroes hustlers convention admission gotta list play position peon metal fist hes purely secular mission stroll wearin doom clarks second edition web slinger need beat well black flank test spidey senses bank account illest mention hermaphrodite whose pants tight dance aight gave puck alpha flight mask bright lightnin type shinin got teen titans fightin sippin hulk milk least said milk hello kitty catsuit bet silk grabbed award bein hella raw course scored relic next rhyme yall excelsior superhero vision sonic listen superhero vision sonic listen superhero vision sonic listen superhero sexy girl okay double oh l keith sexy girl sexy sexy sexy girl sexy sexy sexy girl sexy girl sheer panties im driver life love steal panties closer near panties observin home amateur vhs tape love around house motion pictures make neighbor whip cream legs smeared duncan hines thighs meet fingers taste thing fudge great chocolate cake niagara falls needed im swimming pool dressed like dracula ill bite neck lake scripts natural cant beat paramount pictures backdrop behind capitol records fake girl youre beautiful control weight sexy girl sexy girl sexy sexy sexy girl sexy sexy sexy girl home alone touchin different places phone midnight blacklights flow youre love zone microphone adjusted love tone keys heart youve completed task gimme secrets combination captain boss got bra hand guidance counselor life official support every time cry moan brought freak way neck leak desire aint false everything write true favorite singers old theyre primitive stuck time im brand new sexy girl sexy sexy sexy girl sexy sexy sexy girl dont get wrong walk around pace floors satin thong sheets electric feelings reach pullin lips fruits passion two pineapples face tongue taste tip peach send flowers doors ups packages circulate streets celebrate victory jergens lotion glaze feets hand palmin bun ima show girl police officer badge uniform handcuffs make fun kneel kitten bowl rearview awesome watch lips unfold sexy girl sexy girl sexy sexy sexy girl sexy sexy sexy girl echoes yeah kool keith keep real rap space mars yo im tired looking everybody boots skully hats 90 degree weather looking get clubs free im smoking blunts looking jazz records roosevelt left new york city stress depression high boots urban beats wasnt direction producers filtering join rb million rappers clones trying sound like biting space styles biting horror core saw little kool keiths tour record companies gd royalties watching vinyl spin local groups wack mcs try rap perpetrate mobster crap karl kani jeans fat stomachs limosines mixtapes wack djs doo doo play im turnpike city drifting highway like mirage style illusion videos town peoples spot confusion rolling high caps pulled eye since yall cant see chorus x2 world made plastic city buried dreams world made plastic cause thats way seems watching tv bored imbiciles hold mic cord graffiti playgrounds played yo howd sound army fatigues weak minor leagues rapping cyphers brothers rented benz crews stage acting hard thousand friends saw place turn plastic crack heads looping beats people deals walkmens rappin streets turned back 90 city sounded wack payola scams switch djs like rubber band everybody clear beats trying premier clearing samples sp 12 fake examples money grosses green label act rich cash bigger label tri state ways shut barricades fact pack bags listened e 40 mac mall c bo rappers dont know youre narrow minded styles mine wont find sound proceeds moog undertone bass comic gimmicks beats rapping face come back real solid rock razor steel tappin program show world im man copy poppa large industry robbed chorus x2 see soda wack rugged beer commercials rappers bought puppeteered like ninja turtles manhattan heat yo light times square make noise like open high hats cheap snare promotional shows girls wear corn rows people hooded sweaters crack keep toes walk straw hats glasses projects bring ghost image tense line scrimmage playing numbers waiting five come spaghetti window people acting dumb fire hydrants wet neighbors familys nosy come go please blockhead mcs bought sneakers car scrambling corner im star citys fallen far mechanism youre tip stay penis youve duplicated years yeah yeah yeah one chorus x2 coming thursday new orleans superdome special attraction kool keith straight bronx new york city tickets go sale take panties let see g string let see got take panties let see g string let see let see girl long time since saw dont know adore lick earlobes like candy love turquoise silver silk panties take trip bahamas room marriott elegant martini calvin klein pajamas camera ready film take pictures act like exotic dancer tonight ima get witcha take boring mode high scoring mode explore private sensation put new road get new life leave old ideas go head work pole take panties let see got take panties let see got take panties let see got love baby lotion tub water runnin lingerie stunnin exceptionally gorgeous princess bedroom set purchased thought couldnt afford best massager need best kiss dreams come true make best wish time morning light shines teardrop cheeks begin peeking window blinds last night delighted hearing moans sighs erotic adventure mint green mascara around eyes work pole pole pole take panties let see got take panties let see got take panties let see got four week vacation mexico taught everything cant let go cry eat though scream orgasms im heated though run fingers hair extremely dance act like go go together manhattan walk soho dial phone tell im home solo relax bed see fire engine red mask eyes latex police top head submissive kinky cant resist everything said baby take panties let see got take panties let see got take panties let see got yeah 2000 black elvis get raw tour bus packed black elvis recordin 48 track studio madison square garden soundcheck speak direct fans upper level backstage passes wearin diamonds around glasses leather coat thirty thousand wilson countin mills im talking andre harrell chaffeur drivin around green rolls royce parked parallel fifth avenue steppin bloomingdales waitin celine dion get nails done tour dates start tommorrow mci send cash wells fargo black elvis 28 gs night tour bus motley crue gon stop rock star dont need tattoo guitar sharp fender bass stratocaster prodigy rage machine flyin atlantic ocean potion black elvis rock star walkin broadway yall thinkin black elvis rock star walkin broadway chillin project hallway tour bus painted neon green black wheels big wheels count big head franklin bills movin thats im black elvis civic center promoter book venues small ignore call seventy thousand jam packed arenas rock fans wearin backpacks merchandise sell nice gold shirts red lights sponsored dial soap heineken biggest rock star gon rhyme roadie cases eight months samsonite suitcases rappers comin home money red eye dead eyes stadium tickets watch scalpers get wicked pull limo ejecting demo stretch lamborghinis four doors four floors followin right behind basic continental get rental get mental huge signs highways see biggest advertisements im tim mandelbaums office getting next assignment walk sony building grab checks stop hilton warner brotherschapell back royalty statements name matthew three apartments west 200 songs five minutes ampex reels shark bar chewin billionaire meals apollo digest im hard act swallow paris france model real estate agent thats building kids playground denver colorado vacation unknown im speakin 3 way roberto duran sugar ray leonard cellular phone upstate connecticut hold rap style better grip yo keith man turned tv man kids thinkin hardcore man gotta somethin man yo little girls think theyre hardcore got nine cars tons champagne cases two thousand people killed fake murder cases videos exaggerate things never make style tissue chocolate fudge cream cake companies back people wanna slap original fraud funny mic cord persuadin kids hard every stage tour cold scared motel cant come show panties hurry run petrified hallucinatin thinkin hardcore got style roll 50 people lookin hard mean aint pullin triggers pay bodyguards actin hard get pistol whipped booty tapped face scarred camouflage gear war aint army kid little girls think theyre hardcore shows packed youre gassed im youre scared turned trois looked away feelin weird walkie talkie standin close near door thinkin bout records pop doo doo posses wait texas detroit bumrush bringin rubber crew nervous smokin dust perpetrate front show teeth smokin blunts rappers cancel shows ran away stunts manager scared ghetto mugs starin crew pressured even act harder took new york south folks wasnt havin three kids dc pulled laughin ran funny style girl style panty style freestyle style last week bitin kid bo peep panties rectum got torn rearranged caught show naked butt cracked two rolls film tryin sell pictures lover molestin little brother smacked stole pistols little girls think theyre hardcore tommy didnt raise go catholic school mom gotta keep front gimmicks sell records people dont know mean really thats even though soft friends us make money thats gimmick yeah rappers spread cheeks pull panties take wig let see bald head thats right got kodak pictures goin black tail youre gonna star yeah heard quit rap wife went back porno flicks turned drag queen call girl doin tricks nighttime prostitute kid imma take loot heard queer like boy george blowin flutes high heels stole moms birth control pills new stuff heard sex change got vagina grandmother think strange new eyeliner flirtin gay designer girl felt mines pulled calvin kleins saw tampax gonorrhea red stopsigns looked said mmm put panties back jerked foxy brown verse wanna stand back bust nuts butts girl cocked lollipops doggie style feel im dealin plastic watch fake smiles yeah meet left right keep real represent nuts got utensils back kid yo guard rectum im crazy mental man dont respect pain mom abortion big head boo put roaches whole crew scared crack pipes family throwin doodoo wear welcome little girl sex desires handicapped friends mine blow tires like alfred hitchcock ghost stands block nine mils drug addicts keep triggers cocked methane witchcraft brain blow headpiece break quick plane seal coffins celebrate champagne get drink absolut cranberry juice paranoid rug spots see purple moose smokin sherm paralyze butt lick head girls still pee bed yo take wig yo punk let see caesar keep real represent nuts gets wreck kids babys pampers wife banned leavin bras hampers heffers ugly plastic still bug im melrose nicoles takin sun strolls black girls weaves white girls flat butts name h spelled name woman one time man know game panties stuck sweat leakin crotch collard greens wet pig cant eat much shut whole face two oclock girl sunset dennys suckin cock white pumps blonde wigs rottin trunks homeless monkey barbie doll crystal junkie im joke respect kinfolks tie tubes back scope asscrack got paid doodoo package rap wack yeah yeah know yeah keep real represent nuts thats right nine six seven representin scrotum hairs testicles lick yeah dont buy basement tapes sheisty things going somebodys pipes labels foldin goin ninety six nobody play records citys tuff tuff pity yeah called last night kinda confused huh didnt know excited football players baseball players whassup lookin million dollars somethin man kinda confused freak mode im set let em feel touch private thing made steel shootin gism ride like geo prism im cali san bernardino valley im hill north peekskill big willie servin tell pimps feel im cadillac drivin droptop people dont know style watch heads bop im highway girls pull em way credit cards checks man get paid friday womans phantom pushin clout im watchin sam drinkin guinness stout bourban booze green alligator shoes union comissioned sex government intelligence see girl benz irrelevant materialistic ugly man plastic class suit cost rather cheap got nerve blow horn try beep interfere spot hes comin near shes white boots breathin ear chorus kool keith make mind want pump butt infections condom style got yeast worldwide trunk funk jazz east breakin honies mackin petersberg virginia slim turn freaks lynchburg brown bootie joe smith hit pittsburgh right player even choose odds let shuffle jackpots women pick cards hydraulic butt bounce like six trey im case jealous man steppin way hot pursuit play get boot actin like troop say signed group wrote babyface songs toured snoop lyin get droppin old lines breath smell like doodoo got style brother wanna know smokin stank blunt still sniffin blow nose runnin time green slime step club throw urine mind big luciano diamond rings grand piano girls flock guys hop jock im two door bass comin block sound kicks got fly broads mix california butt mcs suckin like gerald levert try make work jheri curl jones spendin cash skirt plan win whassup uncle ben brother slab fatback bacon still fakin voice chords achin know im perplex exotic ampex dogstyle champ hittin booty butt sex cant disguise like michael jackson flasher ready action chorus kool keith make mind want pump butt make mind want pump got summons clothes im butt naked discotechque dont tell ladies cant take drawers overcoat el dorado lean black caddy float hill frankie dolla bill honies red zone tell drawers feel suckin hippie mississippi econo lodge cheap way get quickie five five equal ten add twenty im back spot blowin drop bomb two big green mitts tails arm way man yo b excuse didnt call girl accuse think youre insecure sure girlfriends home shes knockin door back ride apartment place wash cant clean dont know yet discipline act stack fume twenty four flicks cant win takin shots like knicks im old enough skills daddy go ask grandma freaky aunt sally pretty woman standin ugly man dont wanna shake hand chorus kool keith make mind want pump butt make mind want pump +k rino,move forward time come closer something vision get clearer right tool hidden hand using please dont delusional rulers world practice confusing people priest imams jammed government scams mind systematically programmed blatant black hatred racism way laced whole world nation traces satanism place pagan prison founding fathers enslaving intentions different bushs reagans visions 1776 took action illuminati took form spawned colombian faction flip one dollar bill want expose true code deception show ya live designed wicked system number 13 consistent masonic symbolism represents transformation 12 completes cycle 13 rebirth regeneration meanings symbol strategically hid left side see 13 layer pyramid sits seeing eye light shines sign devil watching times words annuit coeptis 13 letters meaning favored undertakings accept learn science ignore em pyramid see novus ordo seclorum translated new order world new world order authors satanic fathers mass slaughter eagle see right sits 13 stars shield 13 stripes olive branch claws 13 leaves suppose talon represent peace peace always decrease claw holds 13 arrows war set released letters bottom pyramid fixed roman numerals equal 1776 united states america exists deep devilish abyss truth paganism mixed every president ever lived foul gather bohemian grove bow owl see owl wise sees darkest night theres small one dollar near one top right aint hard understand government never us eagle based egyptian hawk horus 13 colonies grew wicked sovereignty made apology obvious idolatry subconsciously follow ways beast pay homage pagan gods say days week like sunday worship sun monday moons day tyr god war worshipped tuesday odin chief god wednesday named thursday thors day god thunder mighty thor friday named frigga notice pattern saturday roman god agriculture saturn frigga goddess love wife odin polytheistic theology needed decoding rituals like trips across sand man takes skull bones fraternity secret handshakes understand receives 33 degrees secretly believes lucifer deities many powerful rich people controlled even hold soul several favorite emcees politicians telling lies tongues whittled thorns use hand gestures shaped form devil horns dont feel city home cos dont know entails satan tampers stem cells sprays chemtrails called holidays hypocrisy established use religious doctrines commit annual robbery christmas split half christ mass called birth jesus every home glowing lights cast christ anointed one mass birth celebration jesus birth kept secret due situation king initiated death plot cause messiah prophesied rule jesus murder authorized one knows actual date thats sometimes see xmas x means unknown ignorance affects us fraud purposely flawed december 25ths birthday wicked ruler nimrod whole disguise part satans universal wise holy prophets life pimped commercialized traditions like lights trees rooted nicaea council 325 ad constantine matters would decreed concept virgin birth actually conceived agreed graven images temple fish car called oannes babylonian symbol visibly contradictory telling children lies need make study santa clauses sick history yet go wherever satan leads us falsehoods practice name aint got nothing jesus yall dont know ya boy k rino theres lot stuff going eminem made song dissing black woman uhh know boy aint going like sell mcs thats letting make yall list im boy go like aint mm bitch aint shit chocolate ya everybody ghetto owned pistol shouldve shot ya disrespected black woman thought would pass gonna let every black queen take turns kicking ass string bastard drag like mass savages captured africans past let dogs shady mean see quick thinker think letters mean sorry ho ass dick yanka understand done violated look skin rap game shit ho let ass style gay trying come like deep head undercover like motherfucker sleeping bed hopped game made riches time stitches black girl broke heart thats punk bitches happened long time ago oh gravy wouldnt give motherfuck wrote baby still shit fuck sell outs chill shouldve murdered kick ass dissing smith leave fool seeing double mouth got trouble bet vanilla ice make pretty ass couple x2 kick strong shit motherfuckers dont get along testing k fucking wit wrong clique dont give damn song hit trick im still click bitch im vernacular severer dialect exhibitor pain distributor carnivorous rhyme style deliverer oh wish black ima help brother finish smoking ass youre going wesley snipes colour diss mama thats messed man bet cant talk worse think black woman got raped ran four centuries get dissed aryan bitch gay tendencies kill im dropping toxic lyric thats popping ya boxing forehead knuckles engrave swastika done let damn devil exploit vote pistol whipping ho ass detroit trying jock pac thats mind gone pac alive youd probably one main hoes hed riding put tricks like inside wood coffin leave absorbing words make regurgitate organs aint battler bitch prey weak hit diesel let see stay feet mean ive controlling underground rap zone home wife getting fucked strap kick strong shit motherfuckers dont get along testing k fucking wit wrong clique dont give damn song hit trick ima still click bitch dont see right front wanna depopulate civilians nowadays say easier kill try control millions national debt sits trillions theres plot steal birthright children israel real ones plans hide every revolutionarys relevance triggered fbis counter intelligence leaders killed jailed unjustly director aggressor j edgar hoover racist cross dresser orchestration hatred laced investigations infiltration civil rights organizations assassination character defamations media even today used deceiving misleading ya believe war motivated lies feeding ya corporate american thieves get greedier greedier neo cons hate poor spent years denouncing em poor built country nobodys looking dont see right front dont see right front dont see right front dont see right front propaganda tv nonsense keep people unconscious pompous governments keep sponsoring bomb hits honesty far gone land war zone family children consuming animal hormones nothing organic nearly everything real gone fast food places selling great meat silicone everyday pay whole nations sick addictive money driven drugs patients get natural remedy fda sanctions cause dont want cure want money make usas corporation wealth emphasis prison industrial complexes slave businesses stock market interested reason build advance cause know eventually theyre gonna fill em orchestrated system incarcerate children project future inmates based make millions truth never taught enemy wont real power always entity dont see subconsciously planted head wants thousands media powers owned three companies 85 percent whole planet darkness spend millions sports teams homeless starving nobody wants protest rally picket theres line around corner concert tickets soldiers dying everyday keep sending wanna send 5000 killers zimmermans house rockefellers bush family box g henry ford supported nazis members tea party still telling black jokes wearing clothes designer hates black folks reporters wanna get dirt sound bites excerpts cnn must mean corrupt news network lost every dime riding wrong stock made usa dead china got lock lost 401k paper holding cause invested something somebody else controlling make go rise high fall deep markets manipulated people wall street talk middle east like americas errorless university campus movie theater terrorists true devilish temperament government infamous ask em guantanamo bay prisoners dominate airwaves lie listeners presenting false information intended condition us black mans thinking since slavery evidence dont understand willie lynch letter meant centuries self hate divisions blacks twist difference racism facts read declaration independence blinders 9 freemasons amongst 56 signers 1870 along came shriners higher order masonry secret behind sword logo speaks meaning anyone tells secret put death hiram abiff whats true identity devils agenda kill us mentally continually wolf sheeps clothing fabricated divinity enemy murders lies science chemistry trickery industry power forever plot went war fight freedom never got dirty chess moves executed hidden hand theyre plotting way go war iran game used wicked methods born like paul wolfowitz done desert storm government broke cant cater needs planned parenthood persuading kill future seeds school system misleads money hungry savage vultures chase degrees better get one agriculture questions music mix hell covering eyes throwing 6 give soul away price cannot afford take satan couldve got lord god dna baffling might seem existence rooted number 19 origin comes mathematics say hes fourth letter n fourteen one prevail end divine evil war thats going minds people calamities keep increasing world confusion bound deepen nobody take control surroundings theyre sleeping grab chips something man im living paycheck paycheck tryna pay rent crackers thinking im slave forever got bent im bout pull move bout rob one em blind let call partner z ro see whats mind well im going thang k really need make change k im thinkin 2 11 im feelin strange k job theres way pay bills lets get paid live lavish chill aint sayin nothing homie waitin lick got gal fine hell im broke trick last two months ive thinking caper come scoop boy lets connive paper get put seatbelt laws wont hate takin trip bottoms mr hector bakes cakes 9000 half 18000 whole aint bring money black 44 game goes might ever change familiar pain suicide living fast lane boy plan kind real ro im ready ride whats deal hard heads standing outside boy got army heat packers two guns twenty equals two dead jackers know odds us therefore planned ahead trunk ak hk ar back car plus aint rush gon lay low til partners start leaving hes drunk floor yo know heard sucker screwing lets set fool michelle let get guard right rise kick door unleash heat surprise aint birthday gon worst day k rino z ro currency thirsty hit phone call michelle get together man im tired broke bro lets get cheddar game goes might ever change familiar pain suicide living fast lane know z ro move pulled sheist aint never seen kind paper whole life money around cant get much greater stuff bag man well count later yes indeedy guess say needy got greedy tired hearing children scream daddy please feed got got got something fast im feeling funny bout way got cash man dont sweat bout finer things cause got money timmy chan got wings diamond rings fancy things pockets full change cause game goes aint gon never change game goes might ever change familiar pain suicide living fast lane morph arrow crossbow forgo torso throw compartment thoughts grow cardio blows kill heart slow composed decades raw flow lost skill cost though tongue got four blades like quattro sparks war mode offs foes like dog swollen parvo barked hard jaw broke host talk show narcissistic marks get roasted dark smoke speech shocks like hot grease pot least drops secretes enough heat leave potholes street top hundred years later heat stops properly clean leaks need thousand square feet mop im smoking brains open flame steam im throwing pain beams make novocaine scream im lynching throw speed lincecum interim ones even allowed think vision mention dont mic device flow spawned robotic protons let remove whole arm like voltron hard granite hand gets fist becomes expansive speak rapid vocals transmit marvel syntax gambit ran ethereal telephone ringing span planets answer soon make mad try bad guy ima pass snatch hide inside flash drive known speak fast gazelle feet release words excrete kind discharge snail leaks rain hail sleet scale beats reach rocket propelled peaks cant see feel like braille sheets moving force whale fleet swell cheeks twelve weeks tongue punctures lungs deeper nail cleats elite teachers prevail sweet completely delete keep border heaven hell meet methods extend far beyond weapons men heat pressure rap sheets registers measure ten hidden messages within word lessons skill kills time put end nonetheless im professor invented test consciousness got much compressed minute less happy say youre cast away captive k kidnapped tomorrow youre eternally trapped today time flies mixed made hard surmise hour wont even arrive misdirect seconds chronologic evil effects rewind time find week next notice threats exploded like loaded tecs holes solar plex stomach turns like roll decks throat injects mainstream artist spoken gangrene thats supreme left growth long planes wing back dropped top jagged rocks average flocks watch like magnavox shatter blocks ravage spots arrowbot whose past top piss astronauts massive shots im like two surgeons im paradox rotten rappers plot worse habit got oxygen longer option cabin locks stare dots till hair hot one savage plots knots soft fabric washed bag socks rock beat till cops retreat known block street drop heat even taser guns shocking im obviously elite compete jotted topics deep night finish writing clock sleep jabs raps great decapitate used rappers face neck massive space im half erased basket case styles gas place leave 98 day taste multiply bars rhymes see design write every line differently four times intellectual home terror zone baritone known circulate strong psychedelic pheromones shoot free throws globes bowl strikes frontal lobes compose make hundred robed scholars look like one year olds stunning flows hold tonne right handed atomic blows medics dont know keep holes stomach closed grasp ideas take five years senses work reciprocities ears see eyes hear twisted even love hated insatiably ate weeks im crazy braverys afraid barricade back house ill reaching keyholes snatching multiple styles left toxified throat fried planets diameter standing sides surprise go harder guys flow hes lifeless wont stop ghost dies super speed letter monster im reading aloud fifty thousand words minute teleprompter dominate skill preponderant sun lit lunged tonne spit encompassed fun thats nonsense honest accomplishment velocity im coming prominent speedometer vomited never seeking glamour get deep grammar slam words face like teeth hammer regardless claws cleaner internal bars meaner scar large arena somewhere argentina walk path pacifist acid fiend blast gasoline film watch plasma screen writing past supreme flow tactics baffling last seen mile abilene vast ravine watch known cats recycle clone raps architected hard digital dome slap phone apps slaughter every name rhyme list explosives dozen roses guess could say killed kindness house k rino chillin eighteen hardest emcees ay dilemma aint spirit ima leave yall whatever yall wanna im holla buck buck pulled motherfucking microphone name bullet dome thats like mind blown thoughts turn deep interrupting sleep oh shit try make go crazy cant get caught slipping hoes got fade ghetto packing tec step got wreck fucking complex flex hand dickies reaching gat pull trigger dome stop dead tracks homicide homicide paranoid death eyes wonder yell penmanship contains high tech grammar gifted birth therefore land rhyme like jet runway come time launch land burst expaaaaansion fun done right suckers need learn write dont bite im talking light black still fact black crews crack rules paid dues like skills im still dope holocaust musical scientist rap addict really dont matter suckers start tripping put clip 9 mouth flapping yapping like im busting caps half brain covered razor blades aint shit bet death came back hit mmmm got pissed would call shit soft snatched mic hard ripped motherfucking wrist summon thunderstorms flow im feeling property damages estimated twenty million piece beast within release sun rose west followed traveling east metaphysical brain indivisible body inside soul makes invisible take punches hell dont hurt bad section forever kicking crazy shit real locs street police couldnt fade bitch ace man e q u e bumping gums g look k rino pull black book wooh thats fire fuck lets throw cookout whats gonna mesquite hickory put nuts suckers chin know dickll nowhere run got name bullet beam placed forehead relax pull dbx dope lyrics come get fix step cause done stepped shit uhhhhh many ways execute blindfold ruff eyque shoot dont wanna witness mass murderer shit shoot blast hurt ya eat earplugs gargle hard hat time put work never parted whats name mike joe fred find paramedics gonna call dead somebody please come verify remains whatever experienced terrified deranged used blood clot eyque go bullets touch ass go ooh ooh hot ooh ooh hot comes brain comes brain comes brain comes brain neurotic psychotic brain dead sagely insane deranged step forward strange mental asylum listen close hear soul screaming lies within unknown black holes leaving therell remains corpses carcasses eternal darkness like spell cast last thrashed mutilated devastated terminators annihilations completed realm death proceed caution danger chose step mind torture chamber nigga lee group known spc niggas didnt know em ima clown em let fuck around em bust fucking sound em time pop joints cop punks stop ones throw lyrics hard enough drop punks weak shit hella youll save shit pigeons say cant flow well heres motherfucking smidgen sit get riff sound ah sound crunk aim whos nigga trigger pull buck em fuck em names bullet psychotic son bitch motherfucker without mind hey niggas dying long got 9 zero ya kevin king nigga heart kevin king brother start k rino dont know suspect pearl homes never gave damn put like like fuck fucked niggas getting bucked bitch running punk shit yo wanna fuck youll fucking spc huh dont wanna step got name bullet bullet equals death got name bullet bitch aint forgot shit said nigga yous snitch see chores life goes feel good wasnt victim chrome dont celebrate mind state aint settled cause might meet devil thats taste heart aint shit punk ass life waste blood coming pore fucking never know whats store dealing x man whos known check bitch 1 87 fuck snitch yall fools boy ay got nine go though yall dont go nowhere yall sit listen song grimms got running got mess shots sks get hot em flesh thinking first finna kick verse thatll make matter worse cause wanna know real deal looking like couldnt brown boy got grill peeled coming weekend cant quit shoulda blunder instead dead pero big nigga 285 61 grudges made lot grudges broke murder one weighs ton im sipping im knocking hoes one one aint love bitch trust little trust therefore im next nigga bust cap young brother making take long nap laying back miss family perhaps murder one wrong man look take care business damn fool gotta names bullet step motherfucker watch big nigga pull motherfucker klondike kat gives birth verse fetus elitist one beat us may even attempt repeat us theyre turkeys gobbling blood thirsty cheetahs speaking blood thirsty kick door bust two bitch demand youre worth key mf setting roadblocks obstacles cant see verbal attack blind side cause im lighter shake fitted graves styles made one swing blade left headless fade john engraved every hollow point 4 4 trigger gram front door name bullet hole slash crossed ass hollow cause devil aint gon spend name aint rallo ima follow punk ass death murder lead nigga please beware tech 9s coming like death prayer best coming even score kill bitch cause store tricks shit tongue twist get fixed hole shit feel wanna click wait cause might fuck around slip hands allstate tech 9 bitch im long ranger hoe step get teched im gun slinging tonto 10 4 get buddies holla tech 9 nigga siege spc lifer type nigga dont give fuck gotta buck im gotta buck ya 9mm know wont miss two shots dome fuck aiming boy black aint motherfucking punk nigga gun see heading trunk im steady hitting backstreets keep paper stacked slanging big crack hittin 2 11 jacks ever heard killer aggravated fool plus unknown cap peeler add shit cause im ruthless game im parole thats bullet got name bitch son take depths hell adventure park real niggas dwell take look scope see youre blurry take focus many chosen survive cant see get keep youll witness death become statistic one shelf third point draft pick psycho fanatic hearing voice another dope track shit im constantly active niggas hood asking lick shot ima pull trigger til see bodies drop another bloody sucker added murder scene another empty clip glock 19 im thoughts motherfucking homicidal action never leaving house without gat cause jacking said wanted folks niggas came multitude shots left wig splitted im run motherfucking murder cause leaving house without gat something thats unheard im coming streets h u n braking niggas half blast mac 10 im waking morning thinking shit ima today live see another day grab ak headed door bitches cannot trick motherfucking thug im street thang selling caine never wanted im loyal game kicking funky shit motherfucking niggas step vans youre making mad turn killa nothing murder murder nigga thats said chrome dome light thats infrared see put ground taking people back earth aint way walk talk thats bugging aint way looking upon society little surviving boastings talking head wont come equipped brick dont slip keeping family fed never giving fuck pumping ass 9 make understand ass man defended mine usually pistol packing watching blood spill cause need hot meals gon pay bills whatchu gon weekly long insane membrane grab nuts mind long gone nigga never gave fuck glock uh im one thatll fuck talk uh better moving im coming equipped pistol grip uzi never giving fuck got glock ima use empty clip im creeping throwing sign cause im hoover heard flipping dipping squares im fried doobie ill damned dont get nigga full music bubble quake taking shit name bullet bah bah bah spc house forever ah aaaa praises due allah peace wondering would like rap partner decided separate split chromosome theres two world gonna let introduce yall new rap group cmon tell one us like best ha ha whoo lets go magnetic reversal makes earthly roads flip control cold drifts across whole planet poles shift prophecy explorer read torah release aura core mind sparks fluorescent aurora well try columbian neck tie ideas fly electrically charged metallic ions comes stopping youll optionless left ominous documents inscripted top sarcophagus yeah even coldest polar days wear solar rays bottom feet like roller blades fetal stage wrote page outrun heat loaded gauge methuselah like older age crack codes intergalactic back roads sliding head souls deepest black hole bat pole tryna learn write might burn like microwave type perm split term discerning hyper life germs im writing scriptures within send richters ten pen allows draw pictures wind got photographic visualization instantaneous memorization difficult chemical equations time existed zero digits people witnessed acts scientific pre neolithic geophysics bombed temple couple miles past hubble came stubble gaseous elastic bubble well speak unshakable certainty birth first words left earth landed mercury perfectly come wont seen exclusively ill group three man see dude used future winter make summer come common bond night shyamalan comes paranormal mic phenomenon ill collar bite swallow physiologically knowledgeable could probably move follow escape youll navigate space instance eight solar systems away might safest distance dance heavenly mansions visually calculate many times hour fan spins appear coat cashmere im casting fear like bats appear half year practice cracking atmosphere offer glass beer ill shoot toxic gas last sun passes grass clear would question relevance im wearing titanium helmets prevail warlock spells elements move freely evolution species radio frequencies tvs throughout history could see thought growth exceeds average trees ill travel past seas massive speeds read faster magic rabbits breed splitting tough decision drop makes collision thatll give cyclops double vision soon hes placed tomb rewind doom eulogy inside funeral room moment right mortal flesh consumed back final oxygen intake facing moon previous decades returns womb nine months reverse back reproductive vacuum passing theologians separating sperm ovum making return indulgence paternal hosting goes brain close put needle lobe extract unborn soul leave frozen much whole earth cold words advanced 20 million years unwritten verse old read scroll get agitated impede roll implodes torso inside needle hole rap pops like straps chop mcs waist legs drop youll hand hold ya laptop im knowing 8 wraths spacecraft great staff begin sail universes unsafe paths take baths radiation base draughts mindstate capacity vast could recreate mass thought born nothing harm dont understand magnitude torment took form dare deal labyrinth characters killed got captain america shield wear field move rate great time warp fracture break show place early im actually late activate velocities one impede rapid pace usually get back leave cranial lab made titanium slabs flaming paragraphs travel intravenous paths vocal 30 awg place worst spot words split rock church lot 99 blocks first shot know pretty good maybe go head stay one spread take one side universe take nah aint gonna like go deeper veil ignorance lifting veil truth never ever fail lift veil uncover facade best question person ask god right minute im speaking doubts gods existence identity whereabouts lifes purpose universe functions eons god hid amongst men confusion set many years man developed philosophies ideas creator came without scriptural evidence verify claims devils could wickedly arise aims realized truth intentionally exercised change time holiness stripped took gods word always form book laws wisdom always told prophets originally placed scroll wanted read came looked eventually compiled book form variations came translations greeks knew original tongue scriptures came hebrew foundation christianity drawn greek translation known septuagint word meaning seventy number taken 72 scholars work translating different interpretations served deterrent multiple versions predated current bishop bible geneva bible matthews tyndale wycliffe 1382 vulgate martin luther even version old testament worded german 1500s let known latin version 400 bc st jerome many got hold word mishandled got hebrew original manuscript confusion whether use old one new one question many choose true one years ago eluded fact catholic bible seven extra books included let list em might dispute 1st 2nd maccabees ecclesiastics tobit judith baruch wisdom solomon dismissed thats went 73 66 contradictions started landing man began change gods words lean towards understanding modern day idol worship rules mainstream christianity christ teachings thing ruler constantine became christian made men combine religious principles ways pagans holidays like easter based phrase jesus died rose grave three days died friday untrue rose sunday would make two celebrate birth december call immaculate read scriptures timelines inaccurate see shepherds dont flocks winter proves christ born december see jesus 33 half killed murder took place passover meal passover march april fact 33 one half year lets count back see half years 6 months subtract told ya 6 months march april september october truth many died others bled jesus rabbits colored eggs see pagans ritual spring time came around women painted bodies hid till found homosexual men hid whoever found sex act chose jesus name lies bred tradition passed thats reason hide eggs true day somethings unclear easter fall different day every year thanksgiving pilgrims wicked criminals tricked indians killed em love chris columbus friend ya left europe got lost thought india 63 years later africas infiltrators motherland invaders american slave traders devious thieves came africa seize us transported blacks ship named jesus across atlantic made stops caribbean depicted jesus image blond european conniving conditioned minds put lies revelation 114 clearly describes wont close till lies exposed cia fbi knows ufos see claim conspiracy mock presented truths go research evidence documented proof find em bible prophets know book ezekiel wheel saw government knows theyre real rarely surfaces importantly know real purpose economy falling people tricked government calamities plays part gods judgment end real truth never curtailed facts get covered lifting veil ha ha ha come lifting veil veil ignorance study learn truth dont take people say face value research yeah know taught like life know mama said know didnt give school elementary middle school high school college even church mean get knowledge dont afraid challenge preacher teacher ask questions read learn history true history oh yeah theres man names elijah muhammad check ha ha ha might learn something im spiritual prison day ive arisen vision internal god satan collision fight win took place within whoever submit would ultimately choose would send stood motionless approaching comatose ness openness could hope wish sanity awoke im coping possibility making wrong choice reason rejoice heard satan speak voice love dont think everything meant since day one remember happiness sent days provided ways cash pay rent things meant prevented lent tempted let worldly elements affect things prevented done protect expect make mistakes call wont neglect follow ill eject secular ways resurrect know ill follow god power done seen yeah hear mouth profess dont really think mean claiming religion seem say got offer always leaning way thats good question see god like still im one deep sometimes abstract harder take concrete talk faith one thing want feel like sun beam key part faith son believing unseen mean let explain k rino believe brain ever seen understand yeah hit cant see dont mean aint wit let jump nonsense yall analyze much feels better things visualize thing touch already know business step zone ill award lustful things hell never condone haha reminds dolemite movie make deal end goin im caught two forces trying actively peruse confused whos truly loaded tools rule already rule wont admit think things gave fun together lets end discussion wait minute k think pain repercussions problems caused people trouble got hard saved life fixed situation thats right son come ill show real wealth bowing entity thats lower yeah makes sense ill follow made right choice wont regret hold god whats matter voice oh im little hoarse son debating god hoarse wait minute tricked man satan deceived brought make follow wrong yeah voice thought god really voice along well thats case didnt know god still bless means god speaking voice try test guess least im hoping thats way gotta necessarily actually k voices awww man done accidentally condemned soul gave evil knowing aint even roll yeah sin love god thats submit know son thats came get hold see im getting confused im real god test son made know aint another trick say true claimed satan lost power never case made hard god posing satan imitation god acting like satan thats deep im glad never cause real devil always shoulder remember every single trial put valley decision would pondered thought evolving artist inside office meditating darkness uncomfortable pounding hitting chest patient walked sitting desk thought reached height room became bright stood slapped turning light told seated started explain negative influences targeted brain ratchetness defeated ability fight know atrocious somehow ive grown like one minute deciphered symptoms shut listen youve poisoned conditioned audio repetition media false religions visual exhibitions medicine sickness requires prescription opened cabinet container revealed told still lay back take pill tryna im going deprogram going im going deprogram let go cant stand doctor damn youll thank im let deprogram obvious mind rejecting cause choking three seconds took body started convulsing ive years im trained im novice recognized quickly exorcism progress process wasnt clean harder redeem one extreme cases id ever seen expected little resistance never rejecter hooked brain thing showed thoughts projector screen every idea dream ever dreamed told secretary jean bring nectarine ate sat back let method take course rewound back eventually landing source needle spiked hard got anxious saw dangerous language came subconscious chambers initiating gradual changes rendering brainless power blew shorted main switch tryna im going deprogram going im going deprogram let go cant stand doctor damn youll thank im let deprogram maintenance coordinator powered generator placed great situational simulator filled conscience beneficial nonsense featured good evil monitored responses weaker content vessel paraded anything positive regurgitated leaned table scream dont let break fake music specially designed overtake superficial nature garbage revealed audio mirage stuff even real spell sent keep true potential basement demented strategic radio placement thought would get better saw chances started yelling turn funny dances seemed getting worse came hollered intern come help restrain would die couldnt stop ignorance reigning clock ticking two minutes remaining save racing gave indication track records impeccable ive never lost patient failure never knew second pressure grew came conclusion one thing left hes nearly vegetable handle directly laid table next told intern connect effectively inject intellect till stable similar car batteries connected jumper cables didnt work would lose brain fluid intern said please dont said shut plugged try sparks flew wires lights flicking offthe room fire purple communication non verbal screen said total completion transferral course ran thorough something still concerning silence us laid motionless gurney patients eyes opened sun beamed window team started removing chords temples raised said healed methods proven waited respond still wasnt moving entertained thought let tactics break everything power resuscitate one read bible laid idle multiple devices used check vitals shocked medicated still wasnt recovering worked bring back whole hour still nothing grateful sacrifice devotion drove 700 miles placed ocean floated sea cried started grieving stayed entire evening said words leaving travelled home mourning demise doctor returned facility empty lockers came back building walked inside nearly lost looked hall saw watching tv office drinking cup coffee relaxed trying chill patient tried hug handed bill everyone like thought suffered sure disaster said yes know thats youre students im master get back work +lupe fiasco,chemicals vitamins minerals vicodin inner tubes wrapped around arm see vein like chicken barn top cat chat lets begin another yarn thats flying saucer cheese chicken parm roosters dont fly like boosters dont buy powers cowards get top fall asleep listening bach ribbon sky ribbon drop dribbling eye across prism clock lacks meaning racks stacks fat reading catch chief wrapped plants trap dealings whats coffin scratched ceiling whats talking without match feeling thats buried living cherry picking every lemon berry system proceed pack feeding young visions another world sneaking looks porn stash brother hurl incense smoke made vortices curls casting calls porn films ad space rubber girls like pancakes cut swirls moroccan moles undercover squirrels like cartoons southern cities large moons faith healers ex female drug dealers art booms apologize weird mix taste like hot dogs tear drips looks like pantomime clear bricks smells like shotguns deer piss hunt kind salty im going hard first part party throw parts one minute youre playing pool next minute youre throwing darts thats party throw bars run gambit like im throwing cards popular mechanics overdosing hearthard paint cold pictures like nova scotia landscapes nerd gang make mandelbrot sets handshake word game back plan dam lakes backup wordplay aint playing mans states means still man dam breaks demand brakes im reflectious cant face peers still treat mirror like fan base unfettered veteran eagle feathered man medicine hovers cities like weather men maybe weather woman whatever better tell ya weather comin prefer girls reign world rain like rain man rain like rain dance rain like slight chance rain raining rein like deer slaves santa claus sleigh man reign like queens reign made man queen like queen killer rhapsody bohemian queen queen like white glove wave hand wave hand like heat wave make fan waving hand im talking wave like saying hey man hay horses hoarse like almost voiceless gotta treat vocal chords like fortress treat every single one words like reinforcements especially youre recording cause thats portion thats important reporting poor im still hooker heels sugar hills sweet spots crying shames make margarita rims cheap tops deep plots floor ceiling windows pee pots little scene sickle swings make wheat drop hundred words hummingbirds like eavesdrop fan like peacocks parakeet beat box sun rise beat drop sun dies beat stops unties relocks relapse detox heat back like heat pack knee caps weak spot cause want got like yeah forge poetry like young ornery morrissey spit golden locks thots like porridge watery scorching sorbet steel orbitings sorcerer sorcery coming gorgeously like stacey dash waterfall torturing water boarding barbie doll river women like brazilian carnival swimming feminine bikinis made barbasol somebody give volleyballs love dont ever send mally malls homie lonely might end macaulys claws coming closet goblets mardi gras fame champagne walk shame lobby call rap position black condition activism ammunition abolition missions attacking systems apt listen unless dropping activision apps bodies filled apparitions operating applications stuck inside apple prison chicken hackin download updates lack religion soil tainting disloyal changelings preoccupied boy goyle chasing foiling others royal saintings sit back watch world eye holes oil paintings uhhh aint nothin unless virgin mary nothin truest believe unless jewish life dictionary thesaurus feel like missionary clitoris water bearer heir traditions swear never change chair position conditions porridge submission sedition religion chorus keep golden weave thieves mothafuckin forest perform nerd storm prefer pictures word form bury hatchet like bird born paint cold pictures like kool aid facing condensation conversations flavorful combinations slave concentration thats oj da juiceman meets oj two hands two gloves thats snug judge drew blood lupe look toucans cemetery full tomahawks giving middle fingers pigeons somersaults road runners dont fall cliffs run across anomalies colony flukes reservoir wildin pursuers end poofs desert floor levitating youths know truth fountain hides buckaroo roof painting tunnels onto mountain sides thousand parts pound heart ounce eyes announcing doubt mouth pronounces count lies chocula counts count five refrigerator roof full animals monsters incinerator chutes manual contra assorted memories childhood absorbing energy wild woods electronic combat konami sign contract chinese chalk killing cucarachas contact chicago spray gun aficionado efficient spitting bridging divisions isnt chicano whos boss isnt alyssa milano dudikoff ninja mission congo polarize envy older guys black obi shinobi hittin kenno face throwin knives sub zero gaiden hiding raiden pack well sound village leaf village wolf spirit magic spells dodging rain catching hail faith seers need samurais catch l special research vessels made catching whales filet fish ships sea shepherded peppered extra sails rewrite history liberty needs better bell maybe harder irons carbon fibers never fail smarter science mixed odd alliance fairy tale maybe metal pail hit steel tools announce youve enough dropping seal school like trout jumping house let gills cool cuba scuba couldnt take temperature skill pool yeah said feels cool kill fools slipping cracks like try grill gruel techno viking water bottle following pill rules throttle modelin chill mood roller skater maker cobblin wheel shoes overweight taster kings food kills crews oblivious feather weight baker autographed cakes whenever quill moves milieu simple buddhist monk temple standing heel groove abbot practising stillness real steel til realize realness defeat samsara achieves nirvana brilliance yeah yeah say bitch bad woman good lady better hey hey hey hey imagine theres shorty maybe five maybe four riding round mama listening radio song comes far born doesnt know difference right wrong aint trying make complex lets say shorty undeveloped context perception women days mama sings along says niggas im bad bitch im bad bitch somethin thats far average maybe rhyming words like cabbage savage baby carriage things match couple things happenin first hes relatin word bitch mama comma shes relatin important source help mental health may skew respect dishonor bitch bad woman good lady better misunderstood uh tell em bitch bad woman good lady better misunderstood misunderstood yeah imagine group little girls nine 12 internet watching videos listening songs doesnt really matter parental clearance understand internet better parents internet contents probably uncensored theyre young theyre malleable probably unmentored complicated combination maybe relevance intelligence meets favorite singers preference bad bitches bad bitches bad bitches thats want like life bad bitches bad bitches lets say less concerned video girl acquiescent whims ah plot thickens high heels long hair fat booty slim reality check im trippin dont see paid actress makes bad bitch bitch bad woman good lady better misunderstood say say say say say say bitch bad woman good lady better misunderstood disclaimer rhymer lupe using bitch lesson psychological weapon set mind really mess conceptions discretions reflections clever misdirection cause rappin growin fast nobody stepped ever slow em gasp sho enough little world little boy meets one little girls thinks bad bitch thinks bad bitch thinks disrespectfully thinks sexually got wrong idea dont wanna fuck think shes bad bitch like mother momma never dressed like come house hot mess like ass titties dressed like impress like like see fruit confusion caught reality caught illusion bad mean good really nice smart bad mean bad bitch dont play part bitch still bad say wrong way think bitch double entendre tell em bitch bad woman good lady better misunderstood say say say say say say bitch bad woman good lady better misunderstood misunderstood bitch bad woman good lady better misunderstood youre misunderstood bitch bad woman good lady better greatest motherhood first say peace pine ridge shame damage white man wine ghost dance trail tears five million beers year crime peace teachers blind kids rebels small cells keeping mind big say everythings hostile suicide bombers prosperity gospels emaciated models cocaine blood pouring nostrils got stay awake catwalk life everybody watch straight hair high heels handbag crucifixes racism land grab katrina fema trailers human body sandbags peace sign pants sag money toss cause nine stripper mad dash friend request following hash tag everybody want like last laugh michael jackson jacket daft mask purple jordans mixed girl math class stable baath baghdad corporate jets really gas bad war hope fall ratatat cause thats dinosaur cadillacs live side see bunch nonsense tv heaven earth need feel im hell every time breathe reporting live side hear bunch nonsense ear rich man poor man gotta pay cause freedom aint free especially round way marvel state ottoman turn around treat ghana like garbage americas big motherfuckin garbageman aint know youre part parcel problem say aint say yes soon find planned obsolescence say didnt say yes definition unnecessary ness manifested say protest get arrested goes hustling ethics bunch jail niggas say highly ineffective depart martin connect malcolm x tip insert baldwin similar separate truth fulfilling meth hit finding really fast internet sex one song short set list couple croissants shy continental breakfast blowing birthday candles make death wish absurd word chief bone necklace lakota sioux casino whole culture boiled giving pokeno go left heart chest cause horn africa starving death live side see bunch nonsense tv heaven earth need feel im hell every time breathe reporting live side hear bunch nonsense ear rich man poor man gotta pay cause freedom aint free especially round way white los angeles dream mr chandler hope pray take columbus day calendar south central example gods gifts shout mothers raising babies spa 6 projects oakland city detroit ghost towns monopolies poverty boy coke bound parts manila like video thriller us embassy reminiscent villa poverty chocolate privilege vanilla whats flavor sunday preachers pedophilia cash rules everything around niggas classrooms everywhere around wither hither mr burns mr smithers tyrant slave nowhere middle extremes americas dream freud fighting neo freddy krueger refereeing live side see bunch nonsense tv heaven earth need feel im hell every time breathe reporting live side hear bunch nonsense ear rich man poor man gotta pay cause freedom aint free especially round way great american rap resurrect lupe check westside till die loud inside head words said drown regrets cant take back words never said cant take back words never said really think war terror bunch bullshit poor excuse use bullets much money take really make full clip 911 building 7 really pull uh bunch coverups childs future first go budget cuts think hurts wait comes uppercut school garbage first place thats keep bottom tease upper crust get move never keeping enough turn tv sees bunch fucks dude dating blabbering bout aint jersey shore homie thats news people supposedly telling us truth limbaugh racist glenn beck racist gaza strip getting bombed obama didnt say shit thats aint vote next one either im part problem problem im peaceful believe people yeah loud inside head words said drown regrets cant take back words never said say aint fault never heard know better probably deserve jihad holy war wheres worship murdering islam observant muslim israel dont take side cause look far youve pushed walk ghetto kush went complain liquor store drinking liquor complain gloom whend pick broom listening pac aint gon make stop rebel thoughts aint gon make halt dont become actor youll never factor pills million side effects take em pains felt wash em diet soda killing brain cells crooked banks around world would gladly give loan today ever miss payment take home away loud inside head words said drown regrets cant take back words never said never said cant take back words never said think silence worse violence fear weak emotion thats despise scared almost everything afraid even tell truth scared think im scared even telling sometimes im like person feel safe tell im locked inside cell know theres jail consider bailing take breath inhale screams finally getting free thoughts finally yelling loud inside head words said drown regrets cant take back words never said real though like real though like real know im sayin dont even like niggas must forget fuck fuck fuck niggas still fuck whatever fine say dear lord mercy banana clips give em half call banana splits halves really like banana 6 bananas idea planet apes yeah bananas grapes mean bitch got banana face wine chin get heathens trunk swine rims tryin take shine benz slr nigga please niggas bout go work bitches gon leave gon roll around b nigga roll sleeve got body plans karate stance could open chi lu boy bruce leroy destroy doo doo beat like two boys one freak one dp like three three rewards team like meat eating animals meeting meteor dinosaurs im fine kinds wars knives swords lions tigers bitin boars lightening striking viking hordes fighting heightened violence soars adolf reacting new shit translation come cant evil lu get well thats cause aint lu bitch took two sips holy grail backed turned around bent pittood shit love jay thats nigga feel sicker cruise ship aint competition dont move shit opposition new shit new niggas rappin like 2 actin like man thats wheeeeeew shit happened game niggas think jappin cause rappin like wayne rappin like chainz aint matchin platinum im rappin like im flames like smackin back antonyms cain heroin metaphors metaphors brains left foot la right foot spain heard said said means dead shit insane hes crazy look little baby nigga aint nas nigga aint jay z respect reject ive done much matter far go reflect slr nigga please niggas bout go work bitches gon leave bitch gone knee shots disabled dvd dick jones tv grenade table punch bowls like ocean lay ladle strong pull im hangin handle satan ankles im hangin angel aint hatin hatin wrong cause cant hang angles hard lupe fan go harvard lupe stan aint sayin im harder harder lupes hands welcome nigga lupe land slr go fl bars hold go back hard part would say pause talkin bout balls nigga mad world tell worlds gone stark raving mad everyone world mad mad crazy world see diamond flooded demons lamborghini angels lamborghini angels lamborghini angels halos doors flapping came halos doors flapping came circle floor compels pure pulls beast heart impales sword writes prayer paper nails door good may enter mercy lord listen speaks thats cursing cause seduction senses devils adores unholy hostage soul war follow secret knowledge bring reward shun public disallow stores part affairs less pestilence make scoundrels righteous virgins whores must still pray color cured see diamond flooded demons lamborghini angels lamborghini angels lamborghini angels halos doors flapping came halos doors flapping came eyes ceiling needle brain looks back crowd wipes blood explains slipped existence realm deranged becoming must halted reverse became looseness tongue pollution aims nothing barbaric solution humane must destroy mind hopefully retrain torture wildness replace tame blank slate recovers wont even know name perfect wife perfect lover resistance complaints may god bless scientific cure insane knew couldnt go school thought change see diamond flooded demons lamborghini angels lamborghini angels lamborghini angels halos doors flapping came halos doors flapping came crucifix inside pocket said mission divine put bible bed touched behind told take clothes put penis next mine little boy think normal time life inside body finally think hes safe cut fingers piss face take pictures killers sneak back states sit next picture wife raped teleprompter rolling looks right lens doesnt mention redemption absolves sins forgives advance says fellow americans see diamond flooded demons lamborghini angels lamborghini angels lamborghini angels halos doors flapping came halos doors flapping came la ser yeah yeah kane building nigga yeah alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes ever feelin bein dont shit make mad treat like slave put chains soul put whips back lyin teeth hope slip path dont switch laugh put kicks desk unaffected threats get busy ass see thats chi town made thats daddy raised glitterin may gold dont let nobody play homeboy never pay gon put hands times hard stand l u p man cause brand fans trust even ban us theyll never slow plans alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes one air people aint two air father thats three air kids ghetto four kids dont wanna none niggas tryna hold back five air teachers scared tell kids thats livin ghetto niggas holdin back world yeah yeah world little boy terrified world im world tour would give everything even start world war ghetto girls boys im rappin round world africa new york haiti detour oakland auckland gaza strip detroit say hip hop destroy tell em look boy hope son dont gun never boy alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes matter matter matter see look outside window brown grass green grass picket fence barbed wire never ever put lift arms higher raise em til arms tired let em know strugglin survivin gon persevere yeah aint nobody leavin nobody goin home even turn lights show goin alright alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes alright already show goes night til morning dream long anybody ever wonder would see sun remember come show goes say superstar fear cameras microphones wanna know oh oh oh say superstar fear crowd lights want show oh oh oh yeah yeah ugh fresh cool young lu trying cash microphone check 2 1 2 wanna believe hype untrue world brought knees brung improve design something new well name aint guest list brung famous person come sexy lady next come hit standing outside heaven waiting god come get im uncouth unschooled rules gumshoe much newcomer uncool like shadow lavelle battle well though need holiday like lady sung blue go back whatever undo heavy heaven devil two tons ha ha ha ha ha ha say superstar fear cameras microphones wanna know oh oh oh yeah better wear shades spotlights burn holes stage basement past indian graves dinosaurs laid china nearly misses airliners magnified times five pointed rhymer ricochets moon sets forest ablaze thats important say cause even us dont want faaaade want braid meaning want grow meaning want stay like governor called told wait unstrap chair put back caaaage audience aint fazed aint gon clap aint gon praise want everything back theyve paid cause theyve waiting since ten see lights get dim ha ha ha ha ha ha say superstar fear crowd lights want show oh oh oh yeah chauffeur chauffeur come take away cause ive standing line like five whole days security aint getting along got front told tickets gone take home mood mellow roses thrown mms yellow light bulbs around mirror dont flicker everybody gets nice autograph picture one one sister work tonight avid listener every songs favorite song mics dont feedback reviewers say need go see everybody claps cause everybody pleased take stage start performing like ha ha ha ha ha ha ha ha ha ha ha say superstar fear cameras microphones wanna know oh oh oh say superstar fear crowd lights want show oh oh oh say fear give old school love right know hold wont alone long im long love give old school love right long im long love give old school love right give late 80s early 90s old school feeling like second album cool chiraq summer looking cruel look shorty eye told rules went speak like never mind let mind sneak back better time age hes ever mine thinking would think back never find better times think back comes hes older presence somebody young telling things told reacts way og old school like 03 old man old takes long time happen fast realize future somebody elses past wassup long im long love give old school love right long im long love give old school love right analog black vinyl spinning sounding good top cant classic wood dont know new school floor model foundation youtubes model flows fat boys juice crews melle mels ice ts 2 cools add moe dee double l walk cause hard run unbuckled shells one microphone couple 12s six drum sounds couple bells make couple rails thats track want make like whats one turtle couple snails takes long time happen fast realize future somebody elses past wassup long im long love give old school love right long im long love give old school love right chiraq summer looking cruel reel reel theres pro tool cant dig theres tube fire speak aint warmth vocals might better rhyme never mind better time think line youre going nicest round midlife crisis youre life like christ live midlife like christ like nigga aint psychic know cycle everybody bike france enormous youre lance endorsements might need hand enhance performance consider kilogram encouragement teach sneak past enforcement get manner cool remember give little nod old school wassup give old school love right im leaving darling giving everything want give old school love right know alone long im long love give old school love right long im long love give old school love right youre smart youre like contemporary museum art farts thats harsh narcissism narcotics sharp objects large pockets dark aint gotta hide keep metal gear solid lead leaders thats file clobber low energy find peach cobbler gobble yeah food drums boxes beat em theyll drop theyll rapidly flicker till disappear blinking gradually quickens til isnt thats da da da da da da da da da da back reincarnated exact twin exact ten exact twelve ba ba ba ba ba ba ba ba ba ba really gotta say didnt play dojo abobo shoulder throw polo billy jimmy even low low ready die baby tears eyes baby keep head sky baby quit chasing money never mind baby magi adore adoration magi magi adore wanna born baby playing streets baby lets vogue mountain pose downward facing dog warrior pose tree pose bridge pose triangle pose seated twist upward facing dog pigeon pose bitch thats vulgar thats yoga lets try clothes closer enclosure exposures quiet kept like rosicrucian meet cosa nostras oprahs sofa controllers watchin gazans ashkenazis ride roller coasters say yeah yeah lots options two player jump b punch seein somethin wasnt find friendliness nemesis old test three buttons see somethin thats emphasis genesis oh yeah ready die baby tears eyes baby keep head sky baby quit chasing money never mind baby magi adore adoration magi magi adore wanna born baby playing streets baby cant eyes closed side scroll first person first person first curse first cursive curse words curve version occurs virgin word version refers perfect first person third verse whos really third person prefers first one thats master cleanse syringe gerber first burger pamper depends everything drawers even loss even king boss meet swing south yeah unless bamm bamm knocking pitches grand stands club watching women handstands like mans man thats washing ham zam zam got baby strippers shes two weeks pregnant didnt even know hes dancing damn ready die baby tears eyes baby keep head sky baby quit chasing money never mind baby magi adore adoration magi magi adore wanna born baby playing streets baby +ice cube,damn oh yeah aint motherfuckers motherfuckin saga continues yall motherfuckers ready nwa well get fuck bitch bitch youre poor said man couldnt quit dope ice cube writes rhymes say since stepped fuck heres think punk ice cube heres think cube suckin much new york dick heres think real niggas niggas dre yella used wear lipstick lace heres think yall let punk ass group heres think london wasnt good without fuckin ice cube heres think bought tape know wanted motherfuckin money back smell heres think nwa aint shit without ice cube heres think cube suckin much new york dick heres think real niggas niggas dre yella used wear lipstick lace heres think punk ice cube heres think yall let punk ass group heres think know wanted motherfuckin money back heres think nwa aint shit without ice cube fuck yall goddamn im glad yall set used hard youre wet soft first ak see video michelle looking like straight bozos saw coming thats went solo kept stompin yall mothafuckers moved straight outta compton living whites one big house another nigga sight started much cargo dropped four niggas im making dough white man ruling niggas attitudes ya foolin yall niggas phony put mama dead homies yella boys team youre losing ay yo dre stick producing calling arnold dick eazy e saw ass went quick got jealous got company im man aint nobody humping trying sound like amerikkkas could yell day dont come close cause know im one flowed ya done run 100 miles still got one go l e n c h b yall disgrace c p cause youre getting fucked green white boy vaseline youre getting done without vaseline youre getting done without vaseline youre getting done without vaseline damn feels good see people bigger cap bigger peeling gives fuck punk ass villain youre getting fucked real quick eazys dick smelling like mc rens shit tried tell year ago willie told let ho ho couldnt stop getting ganked lets play big bank take little bank tried diss ice cube wasnt worth cause broomstick fit ass perfect cut hair naw cut balls cause heard like giving drawers gang banged manager fella getting money ass like mothafucking ready teller giving dollar bills got villain purse high heels dont believe ren say cause hes going like kunta kinte got whip ya toby used homie act like dont know case divide conquer cause let jew break crew house nigga gotta run hide yelling compton moved riverside dont front mc ren cause remember drove b 210 broke mothafucking joke let scene back first team aint fault one nigga got smart ripping asshole apart taking green oh yeah villain get fucked vaseline youre getting done get getting done youre getting done get getting done youre getting done without va va va va vaseline never dinner president never dinner president never dinner president see ass ill hesitant think snitch throw house nigga ditch half pint bitch fucking homeboys little maggot eazy e turned faggot manager fella fucking mc ren dr dre yella smart eazy e abe hanging tree vaseline match little bit gasoline light em burn em flame till jheri curl gone permanent vacation massa plantation heard got bank account dumb nigga thinking bout get rid devil real simple put bullet temple cause cant nigga 4 life crew white jew telling pulling wools scams gotta play silence lambs midget whos punk tryin fuck id rather fuck eric wright punk always something gettin fucked night mista shitpacker bend goddamn cracker vaseline mothafuckin nosejob ass mothafucking jheri curl lite ambi wearing mothafuckin bitch break em yeah yeah yeah uh wakin morning gotta thank god dont know today seems kinda odd barking dog smog momma cooked breakfast hog got grub didnt pig finally got call girl wanna dig hooked later hit door thinkin live another twenty four gotta go cause got drop top hit switch make ass drop stop red light lookin mirror jacker sight everything alright got beep kim fuck night called homies im askin yall park yall playin basketball get court im trouble last week fucked around got triple double freakin niggas every way like mj cant believe today good day drove pad hit showers didnt even get static cowards cause yesterday fools tried blast saw police rolled right past flexin didnt even look niggas direction ran intersection went short dogs house watchin yo mtv raps whats haps craps shake em shake em shake em shake em roll em circle niggas watch break em 7 7 11 7 11 7 even back door little joe picked cash flow played bones im yellin domino plus nobody know got killed south central la today good day left niggas house paid picked girl tryna fuck since 12th grade ironic brew chronic lakers beat supersonics felt big fat fanny pulled jammy killed punani dick runs deep deep deep put ass sleep woke around one didnt hesitate call ice cube top gun drove pad im coastin took another sip potion hit three wheel motion glad everything worked dropped ass chirped today like one fly dreams didnt even see berry flashin high beams helicopter lookin murder two morning got fatburger even saw lights goodyear blimp read ice cubes pimp drunk hell throwin halfway home pager still blowin today didnt even use ak gotta say good day hey wait wait minute pooh stop shit fuck thinkin prior gangsta rap music world peaceful place changed violence rape murder arson theft war things came result gangsta rap music wasnt compton dangerous gangsta rap wrong compton nature preserve bunny rabbits gangsta rap came along tore country clubs put housing projects blame niggas know pyroclastic flow niggas know pyroclastic flow flow niggas know pyroclastic flow r w r w lookin grand wizard warlord vocal chord vicious dont show riches pull pull bad bitches aint chivalry dope lyrics delivery persona aint nothin like man wanna aint nothin like man knew corner see em come fuck owner see em throw westside california nigga im hot phoenix arizona im utah got multiple bitches new law keep hold riches dumb nigga dont spend soon get recognize im captain lieutenant say want say aint nothin gangsta rap made call nigga aint nothin gangsta rap made act like animal aint nothin gangsta rap made eat like cannibal aint nothin gangsta rap made im raw dirty needle choke eagle feed people lyrically im lethal plant thoughts mind defeat ice cube saga yall spit saliva spit lava got fearless flow dont get near ho scared go keep gangsta change fuck old mothafuckas tryin change rap aint cat sat back brought cocaine back im tryin get maybach mothafuckas gonna tell dont say ones learned heard nigga back 1971 act like pimp aint nothin gangsta rap made call nappy headed ho aint nothin gangsta rap made shoot college aint nothin gangsta rap made rob knowledge aint nothin gangsta rap made thank god bless mic finally get hear shit like nigga talkin real life try get shit right use brain back use brain gat party jack dont scared people walk show equal dont material nigga grew milk cereal never forgot van ness imperial look life ice cube miracle could lyrical could spiritual cause allah go back like cronies aint gotta fake cause homie sell little crack aint nothin gangsta rap made die iraq aint nothin gangsta rap made take granted aint nothin gangsta rap made fuck planet aint nothin gangsta rap made niggas know pyroclastic flow niggas know pyroclastic flow flow niggas know pyroclastic flow r w r w oh yeah another thing yall niggas dont gangsta rap dont get tv talkin gangsta rap cause 9 times 10 dont know fuck talkin talk bullshit rap stay fuck mine yeah word bond das efx yaknowhatimsayin straight sewer word bond yeah yah ah yeah nigga nigga ice cube motherfucker word bond yeah better check yo self wreck yo self cause im bad health come real stealth dropping bombs moms fuck car alarms foul crime im nigga wit cha alpine sold six always let tricks know friends know got indo im sucker sitting house pain im butler ill cut ya head butt ya say cant touch wouldnt touch ya fact motherfucker let know boy oh boy make dough dont call dough boy aint fucking motion picture guy bitch nigga get wit cha hit taking yak neck better run check come chickity check yo self wreck yo self chickity check yo self wreck yo self yeah come check yo self wreck yo self cause shotgun bullets bad health mic mic microphone check mic mic microphone check tricks wanna step cube get played cause bitchmade pulling switchblade thats kinda trifle cause thats knife ho ak 47 assault rifle hold fifty im nifty pow gotta new style hate motherfuckers claiming folding bank steady talking shit holding tank first wanna step ass screaming deputy send charlie baker denver row runnin slow youre gone used juan name twan switchin snappin rollin eyes neck better run check chickity check yo self wreck yo self come check yo self wrickity wreck yo self chickity check yo self wreck yo self cause big dicks yo ass bad ya health mic mic microphone check mic mic microphone check youre foul better run make license plate coulda v8 instead tre eight slug cranium got six im aimin em shoot keep guessing cause fuck shit youre stressing bitch get wood youre good goes neighborhood hooker go ahead keep drawers giving claps needs applause time like pop coochie dead bitch miami hurricane head sprung niggas call lips lungs nappy dugout get fuck cause women like gets respect bitch better run check chickity check yo self wreck yo self chickity check yo self wreck yo self come check yo self wrickity wreck yo self cause bitches like bad health mic mic microphone check come check mic mic microphone check come check chickity check yo self wreck yo self better chickity check yo self wreck yo self said check yo self wrickity wreck yo self check check chickity check yo self wreck yo self better chickity check yo self wreck yo self said check yo self wrickity wreck yo self check check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check mic mic microphone check yeah yeah fool know westside comin westside nothin westside aint nothin goin bomb ass rap song hittin night long like black white ivory gettin six artillery dont want see g break yo ass like dishes buster ass tricks sleep fishes runnin lennox venice wanna stripes like dennis menace aint poppin aint stoppin fo hoppin ass droppin coupe deville troupe ill fool got skills back fore check chin fuck im full henn gets love thought knew fool know comin westside comin westside westside comin westside chillin homies smellin bud double parked im talkin dub got plan got plot got got got shot cause everybody knows got info crazy toones hangin window fool got bomb ass tapes da lench mob planet apes im eiht watts kam solo got nuts ice cube write sentence want bomb like george clinton k catch body put knee deep well turn party gets love thought knew fool know know jack nimble jack quick wanna jack lick cause im fool south central youll think stuck number two pencil thats poke hot lead yo ass mo bounce ounce dash mash van ness headed west everything great slow dip 100 8th keep mashin dont drink drive keep fo crashin stashin glock thought knew know comin westside westside nothin westside hittin westside fool know look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes hello started gangsta shit motherfuckin thanks get started gangsta shit motherfuckin thanks get motherfuckin world ghetto full magazines full clips heavy metal smoke settle im lookin big yellow six inch stilettos dr dre hello perculatin keep em waitin sittin hatin yo bitch hyperventilatin hopin penetratin gets naythin cause never satan hardcore administratin gangbang affiliatin mc renll wildin zone whole half gallon 9 1 1 emergency son hes hurtin parole robbery aint coppin plea aint stoppin g im 6 got hop 3 company monopoly handle shit sloppily drop ki properly call dada pop collar drop dollar hear holla even rottweilers follow impala wanna talk concrete nigga im scholar incredible hetero sexual credible beg ho let go dick aint edible nigga aint federal plan shit hand picked motherfuckers givin transcripts look niggas attitudes look niggas attitudes started gangsta shit motherfuckin thanks get started gangsta shit motherfuckin thanks get villain blows yo spot take yo notebook yo bitch yo glock motherfucker thought coochie padlock slapped ass thats alarmin cause want worm like carmen chin check niggas thin check niggas run trains gold diggers beware fo niggas scarin motherfuckers like stephen king flicks makin niggas clear room like dyke fleein dick makin 2nd ii none shit nigga like quik bomb first nigga rollin fuck ice wrist fuck yo fine ass bitch cause could lose tussle nigga watch hustle watch niggas kiss ass without flexin muscle bitches back knees waitin buckle time channel dont change dial niggaz4life fuckin wife niggas wild started gangsta shit motherfuckin thanks get started gangsta shit motherfuckin thanks get fall got room rippin every chronic poster wall cause put away sawed got sittin back smirk listening arms crossed questioning dres credibility wondering still produce hits yall killin need make mo got mansion six cars paid fo suck dick came long way givin fuck sellin tapes trunk movin far got whole world starstruck made million plus still dont give motherfuck motherfucker im dre dont need respect dont need make another album bitch dont gotta shit want stay game fuck fame im still stayin lil bitch started gangsta shit motherfuckin thanks get started gangsta shit motherfuckin thanks get look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes look niggas attitudes yeah come chickity check yo self wreck yo self check whos check better check yo self wreck yo self cause im bad health come real stealth dropping bombs moms fuck car alarms foul crime im nigga witcha alpine sold six always let tricks know friends know got indo im sucker sitting house pain im butler ill cut ya head butt ya say cant touch wouldnt touch ya punk mothafucka let know boy oh boy make dough dont call dough boy aint fucking motion picture guy bitch nigga get wit cha hit taking yak neck better run check come chickity check yo self wreck yo self chickity check yo self wreck yo self yeah come check yo self wreck yo self cause shotgun bullets bad health chickity check yeah chickity check ahhh tricks wanna step cube get played cause bitchmade pulling switchblade thats kinda trifle cause thats knife ho ak 47 assault rifle hold fifty im nifty pow gotta new style hate motherfuckers claiming folding bank steady talking shit holding tank first wanna step ass screaming deputy send charlie baker denver row runnin slow youre gone used juan name twan switchin snappin rollin eyes neck better run check chickity check yo self wreck yo self come check yo self wrickity wreck yo self chickity check yo self wreck yo self big dicks yo ass bad ya health chickity check yeah chickity check yeah yo niggas watch ya need check ya self ya know im sayin youre foul better run make license plate coulda v8 instead tre eight slug cranium got six im aimin em buss keep guessing cause fuck shit youre stressing bitch get wood youre good goes neighbourhood hooker go ahead keep drawers giving claps needs applause time like pop coochie dead bitch miami hurricane head sprung niggas call lips lungs nappy dugout get fuck cause women like gets respect bitch better run check chickity check yo self wreck yo self chickity check yo self wreck yo self come check yo self wrickity wreck yo self cause bitches like bad health chickity check yeah chickity check yeah chickity check yo self wreck yo self chickity check yo self wreck yo self come check yo self wrickity wreck yo self chickity check yo self wreck yo self chickity check yo self wreck yo self come check yo self wrickity wreck yo self cause lench mob bad health nine trey remix old school tip yeah like jungle sometimes makes wonder keep going heard paybacks motherfucking nigga thats im sick getting treated like goddamn stepchild fuck punk cause aint gotta deal nine double day coming youll hate think niggas decide retaliate try keep running never tell get coming go ban ak shit wasnt registered fucking way better duck away run hide im rolling real slow lights cause im fuck program shooting window drop top brougham im shooting lets see drop police media suckers went pop motherfuckers say black put em overseas begging come back say promote gangs drugs wanna sweep nigga like rug kicking shit called street knowledge niggas pen college line might cellmate thats nigga ya love hate yeah haha nigga love hate nigga love hate yo aint doin nothin positive yo aint doin nothin positive brothers gotta say motherfucking psycho ice cube bitch killer cap peeler yo running line like bo theres pot piss put fist ya love hate cause talk shit eight ball cause dont fake youre begging fall crossover might well cut balls get ass ready lenching mob dropping common sense well gank pen well shank tom dick hank get ass spanked aint right wrong live long live aint bullshit meet mo bitches mo hoes dont wanna sleep keep popping doz tell young people gotta know cause hate niggas gotta live low youre locked dedicate stylin san quentin rikers island got em afraid funky shit like clown pump sound jeep make old ladies say oh god brake nigga ya love hate yeah come fool nigga love hate yeah punk nigga love hate bitch aohhhh soul train done lost soul call train cause bitches look like hoes see lotta others damn almost look like bandstand ask like arsenio much bicentennial dont give fuck dissing fools cause scared ice cube say portray aint even seen gat dont wanna see dancing im sick shit listen hit cause yo look see another brother video trying dance ima tell bone pass bottle dont give shit role model aint wise chastise preach open eyes cause laws made broken niggas need start loc ing build mold fold theyself shape nigga love hate yeah every hoods every hoods come give us guns drugs wonder fuck thugs wanna count slugs come around fuck us give us guns drugs wonder fuck thugs wanna count slugs come around fuck us im land gang bang since little aint goddamn thang changed old bush run shit like saddam hussein cock aim clinically insane deal bullshit day day sell yay smoke hay bitches wanna throw pelicans bay call animal system whos animal built prison whos animal invented lower livin projects thank god russell simmons thank god sugarhill im putting different kind steel grill yall know scared kids ghetto niggas taken showbiz give us guns drugs wonder fuck thugs wanna count slugs come around fuck us give us guns drugs wonder fuck thugs wanna count slugs come around fuck us boys hood toys hood yall wanna know theres noise hood cause theres drugs hood thugs hood nigga killed crip blood hood cause niggas get tribal survival nobody liable got caught five grandmama came court bible judge hit gavel im far family travel came unraveled socked da got gaffled owned ca state property like year fifteen fifty three looking one way ticket dont understand whats hard figure give us guns drugs wonder fuck thugs wanna count slugs come around fuck us give us guns drugs wonder fuck thugs wanna count slugs come around fuck us damn cant take pressure pulled 4 4 dresser grabbed weight closet po po coming im scared toss yall know happened last time lost cant tell niggas fuckin boss game got nigga exhausted gotta go plea bargain offered twenty years breaking laws thats corrupt taking halls fillin powder keg shit thats erupt aye yall im stuck year two thousand fuck hood dont press luck cause motherfuckers set word give us guns drugs wonder fuck thugs wanna count slugs come around fuck us give us guns drugs wonder fuck thugs wanna count slugs come around fuck us every hoods every hoods every hoods every hoods every hoods stop trippin every hoods every hoods every hoods every hoods every hoods turn loose break em yeah good cop good cop rollin bad cop whatcha doin boy turn blood clot buck shots fly drug spot robots give damn fuck shot clean cop clean cop fuckin dirty cop dont act like yo ass never heard clean cop clean cop rollin mean cop still tryna act proud peacock know mean cop might need detox mothafucka tried blow reeboks swing like jack beanstalk chop em bitches try lock hit ground hit turf warp earth cube kidnap mind patty hearst bust verse thatll make yo ass hit reverse kill curse placed universe west coast warlord blacker black knight fuck black white aint actin right good cop good cop filling report bad cop asking distort bad cop asking lie court send another young brother north send another young sista course mothafuckas chill golf course black police showin white cop white police showin black cop black police showin white cop white police showin black cop lazy cop fuckin crazy cop always bragging bout new case got die cop suicide cop tell truth cop lie cop fuckin high cop dont even try cop aint mothafuckin drugs spot find closet high tops mothafuckin tickets skybox hold nigga im rider yous roll yep controller make mad thats get swole incredible hulk bipolar come cuffs knock rust throw hands still wanna bust trojan horse full excessive force try get aggressive nigga porch black police showin white cop white police showin black cop black police showin white cop white police showin black cop good cop good cop dignity wheres empathy sympathy bad cop wheres humanity good cop fantasy hell nigga snitch bitch truth told mothafuck blue code fuck po po actin like deebo already know craigll let brick go black lives matter chit chatter cause wanna scatter brain matter mind terrible thing waste nine terrible face mace terrible fuckin taste pen terrible fuckin place kings hate fuckin ace judge sabotaged fuckin case racist motherfucker black police showin white cop white police showin black cop +three 6 mafia,yeah ol pussy ass cake ass punk ass trick ass sucker ass fuck ass dick booty ass k jelly packing ass nigga smoke something bitch better get bitch ass street nigga got five seconds get hating ass outta pouring showing bitch cause trill ass niggas motherfucker yeah nigga yall know motherfucking sco yall non snorters non smokers non sippers get fuck bitch nigga sipping ass pouring ass smoking ass getting high ass niggas three 6 ugk nigga putting motherfucker aint playing witcha yall know motherfucking sco ho pour nigga sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip im trill working wheel pimp simp keep dope fiends higher goodyear blimp eat many shrimp got iodine poisoning fuck niggas make sick pinching bargaining say boss aint believing shit got funny geneva watch ferrari kit take monkey shit embarrassing us got red promethazine thick orange yellow tuss hydrocodone hands free phone 84 brougham blades twenty inch chrome got sixteen get bizzerd im choking doja sweet sipping sizzurp niggas scared flaunt niggas want want niggas joning joning fucked mafia 6 aint bout bullshit gon get high gon get high gon house bitch two niggas mouth two niggas ass plus syrup nigga dick hard night cool popped pill x drank orange juice thought freaking done got super loose niggas come threes deuces circles like duck duck goose want bone x tootie fruit forty dollars one ounce tussionex pronounced niggas sipping dipping tripping man im bout sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip people always asking three 6 high rolling x pills stuttering pup pup powder packs wh wh weed aint like need nyquil slow something keep easy nothing like yella yella thatll itching man talking like whats fool vocal cords sounding lame days chief quarter pound gone coke eyes bucked shitll knock knock make fall asleep youre wheels aint doubt hit beep refill weekly high gotta drank yeah nig yaint know feel like im gon fucking faint nigga tell know bout frank nito young guido paul vito play tune thats sweeter pedito three 6 niggas pouring southern credo quick fast well put ass like john bido cause fronting rap sangers creamy like zinger aint manger boy gets middle finger humdanger rum dranker occasionally take bitch telly dick cum slanger big bun come danger nigga ring alarm sexy thang arm cup drank palm crazy shit im tripping skinny bitches something thats wholesome florida folsom im steady sipping sipping sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip sipping sizzurp sip sipping sip yeah first time going history baby new three 6 mafia featuring 8ball mjg young buck tennessee thing gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie call juice know ima stunt riding car bump trunk tone lap know pump breaking good green rolling blunt ghetto pimp type girls say im mayne ice wrist ice chain riding hood got gripping grain im sipping im changing lane eyes real tight cause im choking green vision messed cause im drinking lean messing boy riding big toys make main gal wanna get team gotta give get car aint denzel know im star cause im club back fog vip part buying bar dj paul dog one trust leave green around nigga green gon get lit leave drank around believe drank gon get drunk leave girl around bad gon get stuck niggas spies live lives keep eyes tight riding round like make couple nuns couple dykes purple purple purple swallow yurple yurple yurple going gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie puff puff pass nigga roll blunt lets get high nigga smoke us one paul pulled phantom niggas cant stand hoes gon come really wanna smoke weed fuck hoes stack gs stop light pause three hit mall gotta keep one eye po po close window roll indo know mad cause im rolling benzo purple pretendo three 6 mafia kinfolks im memphis tennekee might bring cause niggas let smoke free whats mary mary jane stalking since met girl ruled brain stole heart right start broke let momma put gar gotta stay fly til die ie ie ie ie ie ie ie ie gotta stay fly til die ie ie ie ie ie ie ie ie premro full dro leave club full rose mo girlfriend wanna ride car pimp supposed aint met dude spit cold bag kush cost 650 nigga smoke reggie miller coughing choking constantly taste like fruit hit gotta bread get smoke night sleep day thats epitome american way roll shit light shit hit shit hold shit blow shit slow pass bro mj finna sprinkle super incredible nigga running back nigga hood sticky number cutting cigarillo like lumber jack morning need breath whole lot weed im needing somebody give need want nothing less best trees dj paul juicy j 8ball mjg young buck dont give fuck must represent tennessee drink whole lot hennessy nigga got lil hair chest like bill clinton girl take mouth well shoot right dress fly let take somewhere secret gonna cut lights dim forget world gonna flow wit feel lets share youre private thoughts im sex let simp lify things life find complex forget heard bout cause youre scarecrow groupie theres pressure cause know must check lets drink ill give time think let puff buddha blunt cut porno bump girl come lounge side tonight youre devils bride theres freak deep inside shame need hide keep blushing get like slut must kind tipsy chrystal like gypsy got fours bout break head board crash broad wall howlin like dog sweat poured hit floor dont quit another one ripped another victim lord infamous late night tip im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip done seen funny since got game wants crib wants kids since done gots fame never recall ya askin last boyfriend nathin big burban golds got ya aggravated need coach bag cant even doin need hair done aint got nothin since first time ya asked might add playas like cant savin rags aint nonsense lovey dovey mess feelin kinda horny im callin want sex slip victoria secrets git liquor store close call chris get somethin white throw nose im feelin fine nothin sex mind cannot please boy please dont waste time got caught mix mystic girl triple six late night tip came trick thats im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip cant understand broads trippin cant stand heat get outta kitchen ballin lex dropped low ground young playa tryina put bid freaks want trick constantly payin ghetto thug constantly layin rainbow inn summer motel oh well thats juice mayn stayin gotta lady wanna like skippin work love cuttin high school several playas three 6 mafia camcorder hoes skinny dippin swimmin pool never try argue bother fight keep pack jimmy hats strapped real tight fifth alize tall bud light ya freaks moon light late night tell three 6 whos bumpin music hypnotizing koop tell im bout lose could laid back groove type jazz inside thy body always kinda lonely someone want hold said come near come near come koopsta cryin tears cant think positive though one cares feel realize mind tight aint even try ta fight cannot lie though ride high late night im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip im type get involved long relationships takin trips buyin gifts im sorry im tip want romance stick already mood hit late night tip know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit eyes done seen crazy things streets gotta couple hoes working changes gotta keep game tight like kobe game night like taking girl dont know better know aint right done seen people killed done seen people deal done seen people live poverty meals fucked live thats might new like years blood sweat tears come shit im trying get rich fore leave bitch im trying things hard fo pimp im praying im hoping god dont slip yeah know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit man seems like im ducking dodging bullets everyday niggas hating cause got girls tray gotta stay paid gotta stay water couldnt keep hoes thats shit got harder north memphis im im 7th street bound people time end lost never found man hoes think prove things leave big head come hoping every night dont end dead wait got snow bunny black girl pay right price theyll thats way game goes gotta keep strictly pimping gotta keep hustle tight making change women yeah know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit know hard pimp tryin get money rent cadillacs gas money spent whole lot bitches talkin shit every since remember poppin collar poppin poppin collar poppin poppin collar every since remember working hoes better put money hand know sicker sick ahh see rims flick ahh paint drip ahh ice rangs glitt ahh straight flip ahh cheese like pancake ahh fallin trees like leaves hand rake ahh project pat ahh attractin dime piece ahhs im dirty southern french braids gold teeth ahhs im makin cents plus im makin dollars keep bad broad dawg popped collar every since could remember poppin collar poppin poppin collar poppin poppin collar ever since could remember working hoes better put money hand comes getting bread got keys bakery lot dudes swear playin man fakery let catch girl work site believe im gon atcha daylight flashlight im tryin get paid however money made lot dudes like pay ladies get laid aint pimp love borrow paper fat bitch ugly bitch model real well know juice man hangin big triece standin tha porch drinkin liquor drunk smokin weed trying get paycheck work aint came yet thats stay girl ear keep pussy wet could get paid relax shade say fuck nine five cuz nigga tired slavin never easy playa tha hood tha come meet gal three kids get done every since could remember poppin collar poppin poppin collar poppin poppin collar every since could remember working hoes better put money hand shes another ho met hood told crunchy black good might well go head suck wood let whisper something ear could got hoes bringin ya boy back good ghetty green know mean bitch understood aint havin shout motherfuckin slut know im actin bitch make cut fuckin rug better get get money woods imma hit cha ya head leave ya ass plug know gotta gotta get money hoes fucking muthafucking dub freak bitch every since could remember poppin collar poppin poppin collar poppin poppin collar every since could remember working hoes better put money hand yeah fool lord infamous back studio paul lord infamous come hell part 2 nigga juicy motherfucker whats mane yeah yall know time finna ridin n tha chevy part two yall ass know im sayin fool ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane finally got warm day late january see hopped drop top rollin chevy pearl paint quarter green top gold ds dirty bitches choosin cant go say hoes please ballin clean past im holdin tight woodgrain system bumpin greatest hits weed smoke invade brain time get sprayed niggas steal every color get everytime make one fool tr iz come smokin dime quarter whats 35 higher mile moon black side sturdy inhalin satan lord knows cant live without everytime flame penetrates bud wanna shout niggas kill thats wanna pockets fucked still wanna get fucked yous damn fool like watchin fools go every single day ride clean drop top mean chevrolet busta ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin chevy also smoke ink mane ridin chevy ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane scopin niggas next block cause know hoe asses pushin pounds blew whole sale fuckin mail gotta close em got niggas standing round much artillery scarecrow scared fuckin damn business called triple 6 catch tricks unprepared partner mine said rackin plenty stacks brought niggas polished triggers figured time jack paul took sack skinny took back koop took room front nigga mal took window mossberg pump started droppin niggas runnin parking lot skinny started popping tricks back dawg grabbed bout pound crop nigga koop blasted niggas missed roof paul running tech vest blast bitches grabbed loot dead bodies scattered cut drove smoke got plenty money bitch gonna serve plenty dope theres survivors blood scattered place bailed smoked loced fuckin chevrolet ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy ridin ridin chevy marijuana got mind clickin could erk jerk got straight trippin dippin breeze clean paul mean nigga drunk hell liqour flowin bloodstream flaggin hoes road roll cut honeycomb hideout niggas smoked blunts malachi high let hit grapefruit gin jumped back pearl thang doin 110 grin face cause know im bout make rich triple 6 mafia 95 yeah runnin shit niggas know score im ten toes funky hoes everytime see chevy ridin full smoke ah yeah nigga ridin chevy 95 three 6 mafia ho dont forget look tape though know im sayin motherfucker bitch 95 niggas cant fuck us bitch ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane ri ridin chevy also smoke ink mane man cold mothafuck wish phonk something man shaquisha shalonda bone magazine interviewing triple 6 mafia memphis unique quality rap style would someone tried duplicate ideas well shall take 1000 razor blades press flesh take pitchfork fire soak chest ribs spines charcoal muscle tissue send whats left back yo mammy cause bitch might miss first want slowly peel skin get grease boil hot pour dead friends probably outta horribly slaughtering body naughty moderately photography following autopsy man fuck pour acid thats would skinny pimp would look eyes mask slangin ak knock enemies fear razor da blast done passed leavin trace evidence bodies sit box chopped pieces soul done rose placed tubes mattress conscience black strange cause murdered bitch devil rushin time 9 hand causin death sleep casket make killas mind pullin jack reach cheese make stupid move nigga ya bleed bustin 17 please dont scream dont run either long range street sweep never ever run buckshots bust em ya back im full yak aint clue 2 deep sneak creep juiceman would first nigga look white pages bitch mafia style nigga cause dont know ya fuckin wit called fuckin home nothing breathin phone warnin sign let know im comin better gone wether ya run stoppin ya two nines poppin ya witness nigga north memphis triple 6 mafia 2 killas yo front door 3 killas yo back door hoes peeked curtains saw gats pointed window nothin destruction touched em man thought knew thats would gangsta boo would think master plan bust bitches dead gangsta boo devils daughter comin livin dead yes im crazy scandalous hurt bitch torture body nothin fire calmly shoot bitch blast yo head make sure dead cause dont want live words wisdom weaker victim bigger thrill triple 6 mafia feel sorry none dirty hoes full weed proceed take fuckin soul problem buck bitch smooth thats devils daughter fly would clizick real triple 6 niggas yo death aint shame game take last breath six niggas trill ready kill bustas suckers jump pull fucked clickin niggas fly gon ball punk fuckin imitators watch yo ass fuckin click bite playas style slip soon stackin bitch fly gon bring body bags lord touch fuckin shovel dig deep bury bitch lay em devil busta numb redrum mr b n fool oh thats fly would killaman would first hit crunchy get full holy ghost devils already aint gotta go far look fucked wrong click murders mind plus satans inside put hand plastic 9 burrnin aim glock knows every blink eye youll two lugers weak thigh fall kness time fess fist full fire punch hole straight yo chest trick wanna bite everything cool heard would triple 6 whole fuckin crew 4x nigga live yo rep cause aint takin shit blast yo ass im gon empty clip see cant tolerate nigga layzie broke blender made krayzie gravy eazy time get bizzy dont break wish cant escape crave dead flesh triple 6 bitch easily next yeah bitch triple 6 mafia breakin motherfuckin bones like aint shit nine nickle beeyaaaaaatch playa hataz talkin shit playa hataz talkin shit demonic mind must love take many lives leave suffering laying die send mother pictures watch cry devil use commit evil crimes must inflict multiple stab wounds im grabbing butcher knife come must torture paralyze victims im truely satisfied cannot stop tryin prove weaponary master seem keep stocking silencers bodies scattered pasture playa hatin fools fools got tools tools like glock 19 blasting scene sumthin like nightmare dreams mean guns cant run leavin bodies numb h k one spray juicy j bar none im always hearin shit niggas three 6 mafia prophet entertainment rise bitch fools dont know roll ya spray ya goes mothafuckers doubt jealous playa hataz playa hataz talkin shit hold head fuck like convict bitch playa hataz talkin shit hold head fuck like convict bitch goes suckas playa hating mothafuckers jealousy bustas ho know im really bumpin triple six blastin bitches robbin riches thats scoop playa hataz mothafucker hate shit gangsta boo nigga remember killas aint yo hood triple six around yo ass hoe wish would test fuckin playa playa hataz better listen close go run help 32 bring flo jumpin house fresh black jordans feet im trippin rumors bustas said got killed last week devils dont die get high fool dont even hear though true thats resurrection three 6 mafia h izz oe let break rumor stars forced untrue lisp go round sendin clowns gun jakers live town check theres playa hata goin home got kinda life stay striz bout another fresh paint job chevy thang artey bose im still goin miss playa hataz talkin shit hold head fuck like convict bitch talkin shit playa hataz talkin shit talkin shi talkin shi talkin shi smoked loced riding pistol grip dont love hoes mane im aiming skull smoked loced riding pistol grip dont love hoes mane im aiming skull smoked loced riding pistol grip dont love hoes mane im aiming skull walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed late last night lying bed eyes red thinking get hoes thinking cut heads nigga plan hit grab pistol grip take care business cause dont theyre fucking call nigga project pat cause know got back fuck writing rhymes real shit track camouflage dark boys act hard devil left side side im seeing god niggas talk shit niggas cant stick together seeing nigga get killed make nigga feel better walk pace thinking case motherfuckers trait pistol fucking face aint game nigga fingers trigger time running conscience says gotta get way nigga escape hell fuck mossberg buck shells bitch walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed mossberg heard doorbell rang buckshots brain triple 6 style mane antibiotics nigga sick six double six automatic wizzig splizzit motherfucking deep niggas fowler homes spv cleaborn homes watkins brown queensmound trigg lauderdale lakeview gs texas court gs riverside gangsta niggas triple six mafia lets ride smoked loced fat 45 seat bout make sucka nigga eat barrel stick mouth give cheese say abcs kind hard pistols grill mouth full gold teeth smile kill im telling sucka ass niggas last time dont run mouth triple six mafia niggas blow ass walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed walk house knock door blow ass bitch got sawed ah yea finna get ready bump smoked loced part two mystic stylez three 6 mafia da hoe finna dat sheeeeeit mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia mafia bustaz get dazed amazed lil fly enchants memories smoked loced bumped demons dance playaz lookin wild stole style devils fly get violent bustas silent im blow enhance skills make treal treal enough kill kill fly peel da map thats also real dont mothasuckas often wonder call shit uhmm call mystic stylez cause flys style mystic bitch pimpin mack kickin click thats known triple 6 dont bar lemon busta niggas dont love em trunk stuff em suckas run liquor deliver nigga hollow thangs aint got feelings im killin clockers best duck cover come chrome yawk makin hoes pay cost infared ya head full lead yawkin lames betcha bottom dollar im spittin game niggas underestimate pimpin mack aint trippin sprayin layin skanky bitches canvas bustas man mystic styles ancient mutilations torture chambers filled corpses basement feel wrath fuckin devilition three 6 mafia creation satan styles slick yo body bitch chop pieces fuckin clue da 5 0 click fuckin witnesses saw da mask jason face scandalous bitch slick got away safe blaze blunt da air relax get high da moon full see 6 6 6 da sky three 6 mafia da devils daughter bitch wild whateva bitches doin cannot compare mystic style im creepin hoes muthafuckin shotgun nigga wit tha 9s showin bitches cant get none woopin dumpin stompin doggin bitches wit animosity pimpin breakin cakin niggas cause hoes cant fuck wit la chat got tha gat creepin tha back chrome tone never love nigga john cause im crazy bitch cuttin niggas dicks man ho takin niggas gotta keep rich bitches runnin mouth female dont know suckas talkin shit im puttin funky niggas da house mystic styles head smoke blunt yo crunchy black da demons child mean ass stun buck runnin yo mouth weak ass shit need keep closed trick get yo wig split candle light demon night another problem tha folks unsolved mysteries ya thought dead naw instead faked yo ass im back wit mask im ready blast tell something emerged legions demons koopsta knicca finna rip em plenty dread buck em dead smith wesson bitch living cowards waitin bite fuckin style reap legs cut bitch massive town niggas bout break ya somethin house torture steppin koopsta bitch da wicked witch horror horror da chambers daemons came feed soul live yo anger ya lifes danger evil notice murderous vocalist infamous rippin hoe shit approachin da scarecrow butcher tearin niggas double lyrical dopeness go lyrical legacy let lord infamous light da melody every nigga try compare triple 6 mafia walkin therapy walk throught wilderness quiet lord infamous might stalkin suggest watch booby traps mane cause scarecrow huntin special thanks brother bill dunigan rest peace taught bout mean streets therefore nigga dont wanna come deal mafia well drop deep beneath killa imperial black miracle bloody pacific scarecrow flow end infinity style thats mystic deep creep take yo last breath roll yo tombstone smoke blunt death beware juicell leave funky hoes terror scared mystic styles three 6 devils whoever step click ya doomed cruel harpoon straight yo heart fool soon ill trance swearin hearin evil chants two knives stuck pants bustas stand chance see imma cold hearted killa like murderer al kapone strong thousand mile winds quick break ya bones glock 19 95 cause earlier death ya walkin triple 6 streets foo watch ya step makin cheese gotta stay straight mane robbin workin hoes fool aint thang even got virgins servin otha nations pimpin hard got locked tax evasion killers thieves ever pleasure meet rusty ass tec 9 make ya hit ya knee im tryin keep blastin muthafuckin balls da one da chamber da glock got draws got cap side watchin fuckin back dogs across street grass im sweatin track satan worshipper thug would profile read file mean child within mystic style aww yea like da 95 like last year cant fuck wit us beeeooooooooooootch butt head hehe dumbass beavis butt head laughing yeah juicy j aka da juice bitch im yea thiz lil fly mothafucka straight funkytown ho gangsta boo mu fucka know im sayin kickin satanic verses im ho laughing lachat mu fucka tellin hoes take ana tha floo im yeah dj paul muthafucka da killaman prophet entertainment ho lord infamous da scarecrow muthafucka tha mystical one nigga +ice t,yo iz lets nightmare walkin psychopath talkin king jungle gangster stalkin livin life like firecracker quick fuse vendettas death back colors choose red blue cuz blood dont matter sucka dive life shotgun scatters gangs la never die multiply see hit us hit hit hit us man like war ya know im sayin people dont even understand dont even know dealing wanna get rid gangs gonna take lotta work people dont understand size joke man real dont know fool disown cool dont need assistance social persistence problem got put fist life violent violent life peace dream reality knife colors honor colors colors upon one soldier stands tall tell left got last night cold blood young brother got shot homeboy got jacked mothers crack sister cant work cause arms show tracks madness insanity live profanity punk claimin theyre understandin give break world live death set guess religion yo brother gang banger homeboys bang dont know man never much nothing man look man youve got everything going aint got nothing man ive got nothing im living ghetto man look man look pants saggin braided hair suckas stare dont care game aint knowledge games fear ive remorse squares beware true mission revenge aint set aint friend wear wrong color life could end homicides favorite binge listen man matter whatcha dont ever join gang dont wanna man youre gonna end mix dead friends time jail know chance like would never gang man didnt chance know wish ill walk like giant police defiant youll say stop ill say cant gangs family im star walls autograph dont like know go cause streets stage terrors show psycho analyze tried diagnosin wasnt brother brutally died mine let define territory dont cross line dont try act crazy cause shit dont faze ran like punk wouldnt amaze cause colors death though want peace war wont end till wars cease see wars street gangs always get man dont wanna situation man im something better think id right im boy im trying get money cause im smart im gonna get paid im im gonna get paper ya know im saying chance like maybe would school im im living day day surviving im willing die colors yo please stop cause want yall live ice peace 6 morning police door fresh adidas squeak across bathroom floor back window make escape didnt even get chance grab old school tape mad music happy cause free streets player place got knot pocket weighing least grand gold neck pistols close hand im self made monster city streets remotely controlled hard hip hop beats living city serious task didnt know cops wanted didnt time ask word seen homeboys cooling way way told em bout morning cold bugged em shot little dice till knees got sore kicked around stories bout night posse corner fly girls chill threw action freaks one bitch got ill started acting silly simply would quit called us punk pussies said werent shit walked ho continued speak beat bitch goddamn street living city serious task bitch didnt know hit didnt time ask word continued clocking freaks immense posterior rolling blazer louis interior solid gold ride raw bust left turn crenshaw sean e sean driver known give freaks hell beeper goin like high school bell looked mirror see fucking blue lights lapd pigs searched car day made found uzi 44 hand grenade threw county high power block freaks see beats rock didnt want trouble shit must fly squabbled sucker shanked eye living county serious task nigga didnt know happened didnt time ask back streets five deuce seven years later still juice homeboy hen gee put track told es rolling villain bjs got sack bruce giant nat cs clocking dough bops pimp old freaks ho batter rams rolling rocks thing life meaning money king looked slowly hen grin said man early thought got ten opened safe kicked cold cash knew would get busy didnt waste time ask bought benz money rest went clothes went strip started pimping hoes hair grew long seven year stay got done shoulders lay hard joint fly heart didnt want trouble shit start crew punks got loud shotgun blasts echoed crowd six punks hit two punks died causalities applied side human lives pass talking much trash didnt know one time ask swat team leader yelled hit floor reached pocket pulled 44 dove across room peeped window twenty cops jumped behind pinto backdoor like damn track stars broke alley jumped car suckers didnt even see us musta blind black wire touched red car mine hadnt done nothing suckers got shot hit first turn goddamn road block broke block fast cops wouldnt shot us sight wouldnt took time ask rollers gave chase serious speed one conviction need shit real la di da di cause boys pin shit somebody crew known get ill carried heat protection kill bust corner 60 one police car spun thinking murder one bust move alley right crew gone night broke old ladys drew bath didnt even know happened didnt care didnt ask made love like crazy top sheets girlie worlie natural freak ran tongue every part rocked amadeus watched tv technician mission thats crowd wouldve got applause girl everything earth could done backed teased couldnt cum cold got stupid pushed floor begging stop screaming waxed body let crash knew loving def didnt waste time ask next morning feeling good hell sleeping girlie sure beats cell hit boulevard amg hos catching whiplash trying glimpse ring mobile yes cellular got phone im car homeboy red say hes insane broke bitch jaw smoking caine told meet airport said hes jumping bail said left court caught first thing smoking serious dash didnt know going didnt care didnt ask fell asleep plane woke chilling nyc called posse got hit latin quarter union square rooftop devils nest rest passed back doord palladium class 4 crashed deuce never catch static cause boys got juice deuced bronx rest heads shoot jumped nine people lay dead sounded like happened mac 10 blast 6 morning didnt wake ask yeah last year lot motherfuckers asked didnt old sex nasty shit year went miami got nigga 2 live brother marquis house yeah gonna answer question girl problems niggas havin girl problem marq lemme tell time got ho east got ho west got ho likes jack rub chest got ho north ho south ho likes suck long hold mouth got bitch hair bitch none bitch knife bitch gun bitch ass big tv set theres bitch hey one im gonna get yo maybe might like though sweat vet ill slam sister though word ice whole damn herd fuck em leave em curve got bitch mink rocks fat gold link likes fuck ass kitchen sink got bitch tits bitch ass bitch none hey id give pass love em love em crazily love back thats stay girl problems feel bad son got 99 problems bitch aint one hit nah bitch aint one got bitch thats old bitch thats new bitch love velvet colors blue got bitch whos fat bitch whos built bitch titties give powdered milk got bitch whos funny bitch aint bitch sing bitch caint bitch loves fucking airplane even got bitch soul train got bitch rolls rag top benz long ends got bitch whos broke bum shes fun got bitch play piano bitch dont bitch dances naked bitch wont bitch whos short bitch whos tall bitch burns pager priority calls love em love em crazily love back thats stay youre girl problems feel bad son got 99 problems bitch aint one hit yo marquis miami man dont show motherfuckers world 2 live style bitches treat mothafuckin fly nigga like got 99 problems bitch aint one dont trip hoes cause dont need none pussys temptation dicks persuasion hoes suck cock nigga play em thats dont sleep em freak em stick dick mouth take skeet em nigga one nighter bitch exciter love hoes im going inside problem number one getting money id rather taste green sip honey dont expect nothing cause aint offering go hard bitches cause im never never softening putting demand em fuck em scram em wham bam thank maam game ran em fuck feel fucking cheap thrill hope took pill cause wont pay bill getting pussys another expense pussy pays bills dick pays rent need ho one thing thats cum ive got 99 problems bitch aint one ha yo marquis motherfucker got problems man aww shit let tell shit got bitch loves g shell fuck right fucks got bitch loves got bitch loves handcuffs ropes got bitch thats fast bitch thats slow bitch thats virgin bitch thats ho bitch lies bitch thats true bitch whos man theyre bitches 2 got bitch thats cool bitch thats hot bitch loves rap bitch loves rock bitch whos lost one knows gets purrs like cat got bitch runs got bitch walks got bitch yells got bitch talks got bitch thats dirty got bitch thats neat got super fine bitch knocked swap meet love em love em crazily love back thats stay girl problems feel bad son got 99 problems bitch aint one hit bitch aint one huh know bitch aint one youknahmsayin got problems mothafuckin rent marquis bitch aint one man got nothing man fuck raggedy stank ass hoes nigga bitch aint one got problems staying streets police trying take nigga yknow bitch aint one got problems motherfuckers buying records bitch aint one fuck em nigga fuck motherfuckers youknahmsayin bitch aint one got problems man motherfuckers kiss mothafuckin ass real really niggas worrying bitches better better find something else worry yo whats man need get high man need get hold big time dope man know get ki know get lp lp man went crazy man im talking dope man need get high right man dont hook 5 hook 12 inch 12 inch man went crazy dont even know time streets dont know time man youse fool yo homeboy fool dont know time messing mind know im sayin ice talkin boy imma tell time yo time pump volume problem records revolvin evils mixer im rap trickster paparazzi bum rush pictures ice coolin yo colder ever punk executioner e pull lever rotate wax cut axe tracks push levels till red lights max dont try size better wise rap criminals succeeded dope beats lyrics beepers needed drug deal im big wheel dope im sellin dont smoke feel dance floor world tour im sellin dope every record store im kingpin wax spins crack smack take sure end dont need throw stuff away wanna get high let record play aww man like dope man feelin alright boy say name man im momma im daddy im nigga alley im brother need true player emcee know true friend main boy thick thin mc ice im pusher know youre lovin drug comin speaker bass bottons highs thru tweeters base dont need pipe tempo keep hype groovin like see doin stupid crack would ruin natural high aint fly anyone says lies move like knew would like knew could aint cracked know able give clap match exact track since know aint expect oh jam lit like ultimate people high dope still physically fit ill make million bucks pack dough trucks sellin dope beats dope rhymes dope cuts ill biggest dope dealer history fly high ice aww man aint ever lie man dopes alright man gotta get back man let get number man ill bring boil evil e rock want dont think got enough last suckers crossed syndicate shot em cops found em lake bottom dont play comes dope check lyrics close like microscope dont clean em ivory soap leave em hard pure hope cope might od overdrive record tape cd sound ive created wax like chemical knowledge give makes invincible aww mr dopeman im lovin man got goin man else got got kool moe dee aww yeah man want got doug e fresh aww yeah gimme ounce want night long got eric b rakim aww real dope right got cool j nah nah man dont want none keep man got boogie productions krs one aww youre talkin man come public enemy yeah dont stop dont stop biz markie makin music yo mouth biz love cops dont know dope breaks matter stuff gets kickin boulevard tempos hyped hard dont ask ice bogards sire records puts warner bros clout dope hits streets doubt evil e adds cut removes iz checks purity approves get try like aint potent remix spike bring pure dope noose rope youre doin crack youre death row youre toy punk mess junk want real dope come look trunk dope im sellin life 100 legit get real fool try real hit word brother got high kite feel good tonight ice alright im pusher hustler word pull trigger long grit teeth spray till every niggas gone got block sewn armored dope spots last thing sweats sucka punk cop move like king roll hops try flex bang another nigga drops gotta deal cause theres way cash money aint never gonna play got nothin lose much gain brain got capitalist migraine gotta get paid tonight muthafuckin right pickin grip check bitch keep game tight many hoes jock think im movie star nineteen got fifty thousand dollar car go school aint goin kiss ass bust cap moet cause dont wanna hear crap id rather new jack hustler hustler hustler hustler h u l e r hustler yo man know im sayin got goin man like goin got fly cars girls jewels look ring right know real gotta real man flyest nigga seen life yo man wanna roll man whats say wanna ease back motherfucker get beat face fool im illest bulletproof die harder bruce willis got crew effect bought em new jags much cash gotta keep hefty bags think keys gs imagine workin mickey ds thats joke cause im never gonna broke die therell bullets gun smoke ya dont like lifestyle fuck im rollin new jack crew im hustler h u l e r hustler new jack new jack come better break north stride gold chains glide back forth care nothing bout thats evident loves dope dead presidents sound crazy well isnt ends justifies means thats system learned school dropped hit streets checked grip got clout nothing wanted everything flaunted turned needy greedy cocaine success came speedy got twisted jammed paradox every dollar get another brother drops maybe thats plan dont understand god damn got sinkin quicksand since dont know aint never learned gotta get paid got money earn posse ave bump sounds crack forty laugh cool watch new benz gleam nightmare american dream think twice youre coming block wanna journey hell well shit gets hot pregnant teens childrens screams life weighed scales triple beam dont come much ya better wrong move ambulance cot gotta get money got motherfucker gets shot thats game played another brother slayed wound deep theyre givin us band aid educations low got long dough im raised like pit bull heart pumps nitro sleep silk lie like politician uzis best friend cold mortician lock genocidal catastrophe therell another one hustler hustler h u l e r hustler new jack new jack 1 2 1 2 1 2 3 im emcee called ice thats dj evil e islam creates beats girls look sexy wish drive crazy big ole butts girls lets get butt naked fuck tonight im trying make real clear dear ive time whisper ear time remove fears wanna get near get butt naked roll around move bodies like stuff mama call smut girls lets get butt naked fuck come know wanna good good speak whats true say dont know come room well undress light moon lay ill caress butt girls lets get butt naked fuck mean real stupid nasty know want dont ask lay back ill operate jimbrowski go work penetrate well feel great make move tonight girl dont hesitate want dont make tough girls lets get butt naked fuck homeboys know situation youre trying rap give frustration nose air turning really wanna say yo baby lets get dont keep fronting kicking conversation aint talking bout nothing thats really mind yo baby lets get butt naked fuck thats right youre man want youre woman tease flaunt crew got dog autograph syndicate dont lecture move group seduce capture posse good luck girls get butt naked fuck night islam takes pictures girls imma say evil es gonna get ya get ya illing nude mode double x rated episode hotel rooms cold explode posse unloads sex effect road put hands air love sex know youre safe sex ya gotta careful 88 sex biz thats another song girls move bodies sexy brothers come along homeboys move butt say girls lets get butt naked fuck ten years ago used listen rappers flow talkin bout way rocked mic disco liked shit goin dreamt ripping mic sound tried write rhymes something like boys said aint ice shit sounds like sat back thought new track didnt fantasize kicked pure facts motherfuckers got scared cause unprepared would tell really dared motherfucker west coast la south central fool crips bloods play wrote parties didnt fit 6 n mornin real shit og original gangster wrote parties someone always died tried write happy yo knew lied cause lived life crime play ya blind simple look anyone two cents would know im hardcore player streets rapping bout hardcore topics hardcore drum beats little different average though jet fast lane drop ya death row cause anybody whos knows life aint lovely blood soaked fast track invincible shit dont work throw ya joint youll coming feet first blast mic style sometimes im ill times buckwild science always id true sucker acted like didnt care rap brothers like dazed game quest extreme wealth kick hard real one wrong move caps peeled aint super hero aint marvel comic comes game im atomic dropping straight point blank untwisted imagination needed cause lived aint fucking joke shit real im ice og hook two weeks ago disco two brothers stepped said hey yo ice dont think youre set ya claiming e drew glock yo sets aiming dumb motherfucker try roll please im protected thousand emcees hoodlums hustlers bangers jheri curls wont even count girls cause got back got fight streets im oprah donahue try sweat nigga didnt figure wits quick hair trigger hes everyday type prankster im ice original gangster step think youre ready got bullet proof well mines going right thru aint game hollow fame without respect streets dont claim hardest motherfucker earth catch slipping cant even get worked dont slip often theres coffin waiting brother comes soft real fucking shit goes take look around pussies found talk mean fight fight like hoes im south central fool everything goes snatch car fast youll get whiplash numbers rooftop copters pass gangbangers dont carry switchblades every kids got tec 9 hand grenade thirty seven killed last week crack war hostages tied shot liquor store nobody gives fuck children go school well moms good luck cause shits fucked bad use pad pen lyrics break mad try write fun good times pen yanks away explodes destroys rhyme maybe cause im la shotgun ice tremendous success past album said sold use rocknroll music reply see lotta people dont realize know rocknroll truly black music created chuck berry little richard even black people like started back day know far im concerned music music dont look rock rb kind stuff look music know anybody said ive sold basically suck dick cause really dont give fuck shit know uhh like happen like rocknroll uhh feel sorry anybody listens one form music know right got rock band got jump really black hardcore band called body count uhh records im like laying vocals uhh got tape right yo check know sometimes sit home know watch tv wonder would like live place like know cosby show ozzie harriet know cops come got cat outta tree friends died old age see live south central los angeles unfortunately shit aint like real fucked god damn brother gotta get message red white blue gotta die realize brother opened eyes worlds insane drink champagne im living black reign try ban ak got ten stashed case hand grenades fuck fuck fuck fuck youd know kid got killed way school cop shot kid back yard shit would hit fan motherfucker hit real hard hear every night another gun fight tension mounts body count yo beatmaster v take motherfuckers south central ha ha ha yeah fuck hear every night another gun fight tension mounts body count last weekend thirty seven kids killed gang warfare back yard yo ernie c take motherfuckers home yeah yo house body count fool 1991 motherfucker hear every night another gun fight tension mounts body count god damn brother gotta get message red white gotta die realize nigga opened eyes worlds insane drink champagne im living black reign dont hear guns stupid dumb dick sucking bum politicians fuck fuck tension mounts attention moment listening ice lp offended words like shit bitch fuck dick ass whore cum dirty bitch low motherfucker nigga hooker slut tramp dirty low slut tramp bitch whore nigga fuck shit whatever take tape pop album way suck motherfucking dick whats whats happening cous westsiiide go another one iceberg gangsta rap 2006 8th album smg time take back days old 64 chevys big fat gold west gangstas roam south central la home feeling hip hop beat couldnt connect new york streets took bandanas tied rolled studio laid rough ice cube niggas tudes showed motherfucker blast dudes blaw come dr dre nwa eazy e ren fuck say short kept raw niggas north geto boys like fuck law wc nigga sag pants taught gangbang crip dance aint rb gangsta rap bitches get smacked busters get jacked front want youll get laid back guns drugs hos clubs cypress hill made nigga understand kill man long beach dark came snoop skinny little nigga scared shoot dogg pound gangsters kurupt daz suge whole death grow blast king tee motherfucker warren g nate dogg reppin 213 dont front motherfucker dont hate comptons wanted mc eiht throw sets niggas like dont give damn inglewood mack 10 watts kam wanna really know whats real mic little homie pac lost life east coast west coast gun talk rules cocaine big wheels hos jewels south gold teeth niggas real dirty south gangsta rap got mass appeal little white boys burbs got heat ghetto ghetto street street eliminate poverty disease well start rapping birds trees get shot matter much fucking cash got never get away streets stay hot gangsters aint ones push theyll kill second ask president bush +missy elliott,dj please pick phone im request line missy elliott one time exclusive come worth let work put thing flip reverse ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup got big elephant trumpet let search ya find hard gotta work ya ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup cmon id like get know ya could show ya put pussy ya like told ya give numbers phone ya girl acting stank call bed lay sofa call come need shave chocha dont wont ya go downtown eat like vulture see hips tips dont ya see ass lips dont ya lost pounds waist ya kinda beat go ra ta ta ra ta ta ta ta ta ta ta ta ta sex good say blah blah blah work need glass water boy oh boy good know ya cmon worth let work put thing flip reverse ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup got big elephant trumpet let search ya find hard gotta work ya ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup cmon fly gal get nails done get pedicure get hair boy lift lets make toast lets get drunk thats gonna bring us closer dont look like halle berry poster see belvedere playing tricks ya girlfriend wanna like never wont find bitch thats even better make hot las vegas weather listen close take backwards sdrawkcab ti ekat ot ekil yssim yaw eht hctaw im prostitute could give want love braids mouth full fronts love way ass go bum bum bum bum keep eyes bum bum bum bum bum think handle badonka donk donk take thong ass go boom cut lights see could worth let work put thing flip reverse ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup got big elephant trumpet let search ya find hard gotta work ya ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup cmon boys boys type boys black white puerto rican chinese boys thai thai toy thai thai rock thai thai toy thai thai girls girls get cash 9 5 shaking ass aint shame ladies thing make sure ahead game cause got lot fame super prince couldnt get change name papa kunta kinte slave sir picture blacks saying oh yesa massa picture lil kim dating pastor minute man big red could outlast ya best dont ask ya come wont even matter act dumb like uhhhh duh act dumb like uhhhhh duh drummer boy go ba rom pop pom pom give cinnabun worth let work put thing flip reverse ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup got big elephant trumpet let search ya find hard gotta work ya ti esrever dna ti pilf nwod gniht ym tup ti esrever dna ti pilf nwod gniht ym tup cmon fellas like way work ladies sure know work yeah missy elliott hope yall enjoying yall heard far sittin thinkin like big daddy kane public enemy salt n pepa lyte epmd run dmc krs one rakim artists used dance still get respected street dont scared bankhead bogo move far sold michael jackson 43 million shoot errbody zipper jacket half thugs glove match ya feel yo ok though wanna hard ice grill harlem shake time whatever lets fun hip hop man hip hop dance dumb stickin tongue girl know youre young bunch girls shit look fun thats know dont start till one thats im faded exaggeration backs breakin like percolation boys yard hip spankin make drop like matrix cant take chicks fakin yall still sleep better stay awakened hot new dance hood make make donk move fast make think drinkin head floor dont collect though better huddle cause beats cold pop pop cock reload another hit got ace hole boys back playa peep got small stack playa keep im big mac make wanna eat like yak yak junk trunk make pumps bump girls wanna fun make stickin tongue shorty dance dumb stickin tongue girl know youre young bunch girls shit look fun thats know dont start till one thats come bitch like liquid drip drip business click click get picture hermes trismegistus witness get lifted basic nigga born basement shape shift nigga think like spaceship false oh nah nah nah different yall far apart way balance bars never fall call almighty yellow star god lyrically im optimus prime car drive la fer rar go smoke eyes open eyes jokes guys aint gotta mason see shit occasion shorty dance dumb stickin tongue girl know youre young bunch girls shit look fun thats know dont start till one thats im like kak rak rak rak rak rak make new track make em fall crack give em slap appetizer smack im fat back make boys collapse yeah rap jack boys wanna jump pussy cat got new idea let switch man im futuristic big lips big big big hips body thick like biscuit different rippin shit microphone grippin gettin benjamins new car whippin uh im far ahead yall man im top stars dont care none blah blah blah blah best go rewrite bars shawty thats thats shawty thats thats kore kara minna de mechakucha odotte sawagou sawagou headbanger hit hit hit hit hit give new shit give new shit give new shit give new shit missy puttin im hottest round told yall mother yall cant stop listen im lastin twenty rounds want nigga come get biggie biggie bounce know dig way sw sw switch style holla people sing around people gather round people jump around get freak get freak get freak get freak get freak get freak get get get get get freak get freak get freak get freak get freak get freak get freak get get get get get freak whos bitch people know timbaland hot since twenty years ago dealio drilly yo wanna battle nigga let know holla got feel son let throw people come sweat im done got radio shook like got gun get freak get freak get freak get freak get freak get freak get get get get get freak get freak get freak get freak get freak get freak get freak get get get get get freak quiet hush mouth silence spit face open mouth give taste holla aint stoppin copywritten dont copy yall sloppily yall cant come close know feel know hear loud scream loud proud missy gon blow people gon play town cause im best around crazy style get freak get freak get freak get freak get freak get freak get get get get get freak get freak get freak get freak get freak get freak get freak get get get get get freak ichi ni san ji yo yo yo move way got missy elliott coming girl missy elliott lost lot weight girl heard eats one cracker day oh well heard bitch married tim started fucking trina heard bitch got hit three zebras monkey cant stand bitch way walk piece aint gotta even speak im bad mamajama goddammit motherfucker aint gotta like stuntin hoes need talk know stop talking bout im sticking licking mad aint know yall poor yall broke yall job hanging clothes step get burnt like toast motherfuckers adios amigos halves halves wholes wholes dont brag mostly boast va la coast izzo kizzay lezzy goh millze cillzan sillzome plilzay dilzzouble dilzutch hilzzoo gizzirl brillzing izzin izzo kizzay izzall rizzight izzo kizzay izzall rizzight nizzow wizzee wilzzo izzo zee pull whip bitches wanna talk shit im driving im glad im styling motherfuckers ask see im gripping curbs skrrt ya heard love em feathers furs ahh fly like bird chickenheads prowl tryna fuck aint getting loud better calm fore smack ass need drums bass high snare strings horns yes need tim sound right left izzo kizzay looky millze cillzan sillzome plilzay dilzzouble dilzutch hilzzoo gizzirl brillzing izzin izzo kizzay izzall rizzight izzo kizzay izzall rizzight nizzow wizzee wilzzo izzo zee dont go house shorty waiting see gon roll club report next week wanna see fucking boy sniffing coke know time finish line ima hear radio yeah uh huh okay upon time college park live life fast scared dark little nigga name chris nobody paid mind one gave shit knowing could rap one lifted hands went business devised plan made cd hit block 50 thousand sold seven dollars pop hold phone three years later stepped swamp ten half gators around world microphone leave booth smelling like burberry cologne still riding chrome got bitches kitchen never home alone hes grind please let know hes mind respect youll give ludacris live loud like timmay fuck clear rumors got headache tumor get lap get head sucked tight sprayed never let bedbugs bite hard core core rotten jump turn around pick bale cotton yahh millze cillzan sillzome plilzay dilzzouble dilzutch hilzzoo gizzirl brillzing izzin izzo kizzay izzall rizzight izzo kizzay izzall rizzight nizzow wizzee wilzzo izzo zee yo straight missy killed shit tonight real know know dont even care preganant michael jackson know go get album comes go go heeeey misssy hi missy whats fools think aint knowin yall broke milli vanilli jj fad wannabes aint gossiping bout yo bout buff pumas 20 cents lights wont get cut soggy breasts cow stomachs yo take baby gap shirts mad cuz payless ran outa plastic pumps party yo way go get album damn millze cillzan sillzome plilzay dilzzouble dilzutch hilzzoo gizzirl brillzing izzin imma start bottom show flip dollar got food dining room im better im better im better another day another chance wake wanna dance long got friends im better im better im better say im hot im fuego pull vehicle say im pretty im pretty must brazil must mexico roll lambo jump like skrrrt yeah bro need chick like make wanna leave broads dont know nann hoe yeah got bands bando missy got dudes orlando plus got cars paying man much handle watch get pop potential room zoom poom watching body like watching scandal im girls imma start bottom show flip dollar got food dining room im better im better im better another day another chance wake wanna dance long got friends im better im better im better missy hot im va car drive ferr ar clique thick boys hollin whistlin like damn bae man im 3000 im andre yo missy talk big im grande bruce lee beat dont compete none geeks rant like im kanye yeah got bands bando missy got dudes orlando driving cars paying say im much im handful watching body like watching scandal im girls imma start bottom show flip dollar got food dining room im better im better im better another day another chance wake wanna dance long got friends im better im better im better brand new flow rap dj bring back aint ever heard track like shit might slap booty go clap roll benz looking like ten stack rock make bop car bang bang bang like go blap blap blap yeah got bands bando missy got dudes orlando buying bags new shoes new cars everything know paying yeah hooking yeah looking watch get pop potential zoom poom imma start bottom show flip dollar got food dining room im better im better im better another day another chance wake wanna dance long got friends im better im better im better run track im super fly super dupa fly supa dupa fly im super fly super dupa fly supa dupa fly im super fly super dupa fly supa dupa fly im super fly rain hits window take cough indo timbaland ooh sang jangle tight get styles tangled sway dosie like loco get kinky tonight like coko dont wanna play yo yo smoke hydro low cant stand rain window cant stand rain window cant stand rain window cant stand rain window cant stand rain beep beep got keys jeep vroom im driving beach top loud sounds see peeps give pounds look timothy look like bout rain shame got armor shine stain oh missy try maintain icky icky icky icky icky icky icky cant stand rain window cant stand rain window cant stand rain window cant stand rain window cant stand rain feel wind 5 6 7 8 9 10 9 10 begin sit hills like lauryn rain starts coming pouring chill got umbrella finger waves days fall like humpty chumpy break dump yes lucky cant stand rain window cant stand rain window cant stand rain window cant stand rain cant stand rain cant stand rain cant stand rain cant stand rain window cant stand rain window cant stand rain window cant stand rain window cant stand rain cant stand rain cant stand rain cant stand rain music make lose control music make lose control lets go hey hey hey hey hey hey go go go go misdemeanors house ciaras house misdemeanors house fatman scoop man scoop man scoop got cute face chubby waist thick legs shape rump shakin ways make double take planet rocker show stopper flow proper head knocker beat scholar tail dropper thang motherfucker rolls royce lamborghini blue madina always beamin rag top chrome pipes blue lights outta sight sewed sewed make money throw booty bouncin gone head everybody get control get backs wall cause misdemeanor said everybody everybody everybody everybody well name ciara fly fellas one better boy music makes lose control gon make lose control let go fore know gon hit flo rock beat till im walk club get crunk wired wave hands scream smoke fire bring roof tipsy stand dj turn take somebody waist uhh throw face like uhh hypnotic robotic rock yo bodies take somebody waist uhh throw face like uhh systematic ecstatic hit automatic work work work work work work work work work work right hit floor hit floor hit floor hit floor hit floor hit floor hit floor everybody get control get backs wall cause misdemeanor said everybody everybody everybody everybody everybody get control get backs wall cause misdemeanor said everybody everybody everybody everybody get loose put back wall put back wall put back wall put back wall misdemeanors house yeah ciaras house misdemeanors house music make lose control fire fire fire fire throw girl throw girl throw girl yeah move arms left girl move arms left girl move arms right girl move arms right girl lets go lets go lets go whoo lets go bring back right bring back whoo oh see ci see imma imma like ci shake girl cmon shake girl cmon let pop right girl cmon let pop right girl back girl back girl back girl back girl whoo whoo whoo yo yo bring front girl yo yo bring front girl yo yo bring front girl yo yo bring front girl lets go lets go ooh dont want dont need cant stand minute man dont want minute man ooh heres chance man take hand understand dont want minute man ooh ooh ooh ah ah ooh ooh ah boy ima make love make want ima give attention tonight follow intuitions youre wishin see ima keep night long time start countin away break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want tonight imma give throw want come prepared ohh yeah boy long time crazy long time dont want minute man thats real give break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want time set clock back bout long stop daylight ludacris maintenance man get oil changed check fluids transmission one minute fools wonder yall missin back milk cartons theres reward regards close cigar hard head make soft ass hard dick make sex last jump pools make big splash water overflowin get head right mind punk keep head tight enough tips advice thangs im big dog havin women seein stripes thangs go sleep start snorin countin sheep shit wet body start leak shit cause im nighter shoot fire ludacris balance rotate tires ooh dont want dont need cant stand minute man dont want minute man ooh heres chance man take hand understand dont want minute man break show got cause dont want one minute man break show got cause dont want one minute man break show got cause dont want one minute man break break break cause dont want one minute man know lil mama aint quick shit better break stiff tongue stiff dick one minute two minutes three minutes hell naw please gotta sleep see talk good game play hard put thing ya stay hard better keep day job cause im looking man make say god im glass know ill work ass like aerobics baby stay focused start slow speed baby show got g cant beat eat put cherry top whip cream break show got cause dont want one minute man break show got listen everyone informed theres unknown virus thats attacking clubs symptoms said heavy breathing wild dancing coughing hear sound di whoooo run cover motherfucker whoooooo ahh daddy ooooo ah oh ooh pass dutch pass dutch pass dutch pass dutch pass dutch pass dutch pass dutch pass dutch misdemeanor flow pretty boy come pumps bump make wanna hurt sum take man dont sex em hang em window call michael jackson im pain rectum bitch yall slept heavy hitter rhyme spitter call run hey hey hey im whats happnin hpnotiq drink shake ya ass til stink mr mos beat put streets pass dutch pass dutch pass dutch pass dutch pass dutch come pass dutch baby shake shake shake ya stuff ladies pass dutch pass dutch pass dutch pass dutch pop pop jiggle fat dont stop get til ya clothes get wet number one drums go bump bump bump beat make pum pum jump yous fat one put clothes back start putting pot holes lawn oh gosh oh gosh im attack like name saddam bomb new york milan write song sicker jeffrey dahm dont touch car alarm break car hear viper armed ive superstar since daddy kane raw im live stage cmon give applause thank oh thank wonderful pass dutch pass dutch pass dutch pass dutch pass dutch come pass dutch baby shake shake shake ya stuff ladies pass dutch pass dutch pass dutch pass dutch pop pop jiggle fat dont stop get til ya clothes get wet listen motherfuckers five seconds catch breath five four three two one pop pop make money keep going like energizer bunny shake shake move around spank yank dutch back freak freak whatever choice didnt come judge came get ya moist scream di whooooooo voice lost get ride white horse pass dutch pass dutch pass dutch pass dutch pass dutch come pass dutch baby shake shake shake ya stuff ladies pass dutch pass dutch pass dutch pass dutch pop pop jiggle fat dont stop get til ya clothes get wet pop pass dutch baby jiggle fat ghetto motherfuckers uh uh forty side felony felony misdemeanor charge murder escobar cbr bikes im switching gears headlights shine bright bitches freeze like deers fiends want deep boy feds send decoy pack heat boy push ya ya rest peace boy get mamas house shot bodies chopped bodies pop aint getting locked bentley cruise block sun roof top hood rats jumpin jock cause blew spot crushin benz crushin navigator system qb piece make yall niggas tuck shit nas area queens bout tear braveheart yall scared us real niggas us whats name cause im impressed treat good wont settle less hot boy rock boy fun toy tote glock boy live move need help cook boy ill give im fly girl like 1 hot boyz baby got want see cause yall driving lexus jeeps benz jeeps lincoln jeeps nothin cheaper got platinum visas hot boyz baby got want see cause yall driving jaguars bentleys rolls royce playin hardballs platinum visas car xk 8 riding alone date come get get dont diss dont trick got friends come hook wit boyz like hot boy rock boy top boy like repeat 1 yo take em thugged slightly bugged fuck tongue know job aint getting done body getting drugged hot boy keep right play part ill keep tight else gonna middle night sheets aiight gangsta true gang street master one need theres beef street blaster aint afraid stop cat plus pop cat huh soldier cash money rule world whats topping huh 4 3 0 keep toes get tingle spine spot knows hes hot boy missy sing im gon spit ruff ryders scream loud daddy team cant handle bitches gon ride brickhouse stallions keep thugs open wide huh illadelphs best e v e stay committed mess many aint realer aint yo mami deal aint heat fuckin hotter heat nigga hold think really told deal long shafts keep long blast look nigga peel fast word got girlfriend word get fuck though im honest yo im saying though lets play getting cinematic niggas got hit fuck dumbness hit till numbness hot boy baby got want wont really come satisfy lovin like endlessly hot boy baby got want wont really come satisfy +childish gambino,yeah yeah yeah yeah yeah yeah yeah yeah go go away yeah yeah yeah yeah yeah yeah yeah yeah go go away yeah yeah yeah yeah yeah yeah yeah yeah go go away yeah yeah yeah yeah yeah yeah yeah yeah go go away wanna party party want money money know wanna party party free girl got dancin dance shake frame wanna party party want money money know wanna party party free girl got dancin dance shake frame america dont catch slippin dont catch slippin look im whippin america dont catch slippin dont catch slippin look im whippin america dont catch slippin look im livin police trippin yeah america guns area got strap gotta carry em yeah yeah ima go yeah yeah guerilla yeah yeah ima go get bag yeah yeah ima get pad yeah yeah im cold like yeah im dope like yeah gon blow like yeah ooh ooh ooh ooh ooh tell somebody go tell somebody grandma told get money black man get money black man get money black man get money black man black man america dont catch slippin dont catch slippin look im whippin america dont catch slippin dont catch slippin look im whippin look im geekin im fitted im gucci im pretty im gon get watch move celly thats tool kodak black ooh know get ooh work hunnid bands hunnid bands hunnid bands contraband contraband contraband got plug oaxaca gonna find like blocka ooh ooh ooh ooh ooh tell somebody america checked following list go tell somebody mothafuckas owe grandma told get money black man get money black man get money black man get money black man black man ooh ooh ooh ooh ooh tell somebody go tell somebody grandma told get money get money black man get money black man get money black man get money black man black man black man world barcode ayy black man world drivin expensive foreigns ayy big dawg yeah kenneled backyard probably aint life dog big dog daylight wake feeling like wont play right used know shit dont feel right made put away pride long made nigga wait long make hard boy like go im wishing could make mine oh want yeah oh oh oh need ooh make oh want stay woke niggas creepin gon find gon catch sleepin ooh stay woke niggas creepin dont close eyes late wanna make right late peanut butter chocolate cake kool aid im trying waste time want oh need better believe something make oh want ah stay woke niggas creepin gon find gon catch sleepin ooh stay woke niggas creepin dont close eyes stay woke niggas creepin gon find gon catch sleepin ooh stay woke niggas creepin dont close eyes howd get scandalous oh howd get scandalous oh oh baby howd get howd get scandalous howd get scandalous stay woke stay woke matter say im alone id rather fuck niggas ill right side til 3005 hol okay hold wait minute good week ago crew house party every weekend radio thats favorite song make bounce around like dont know like wont long thrill gone got patience cause im doctor girl lying girl mufasa yeah mi casa su casa got stripping like gaza got high volcanoes flow lava yeah spit saliva iphone got message viber either head hydra let bygones bygones god pay friends ill take compliment got house full homies feel opposite incompetent aint half saturdays young lavish ing saddest shit im bad beans took cabinet sorry im scared future til 3005 got back hold matter say im alone id rather fuck niggas ill right side til 3005 hol hol hol hol hol hol hol hol matter say im alone id rather fuck niggas ill right side til 3005 hol hol hol hol hol hol hol hol used care people thought care mean nobody heres got figured therefore ive lost hope happy ending depending whether worth insecure ones perfect spend shame blow like coltrane like rogaine leave like cobain im long gone whole crew sing swan song cause ticking time bombs got lambo like lebrons mom matter friends go emily fam lorenzo people kinfolk least think cant tell cause checks clear theyre cause dont care kinda sad im laughing whatever happens assassins im stabbed back cabin labrador yapping im glad happened mean us think theres something special lose mental hold hand even dont understand hol matter say im alone id rather fuck niggas ill right side til 3005 hol hol hol hol hol hol hol hol matter say im alone id rather fuck niggas ill right side til 3005 hol hol hol hol hol hol hol hol hol hol hol hol hol hol hol hol na na na na na na na na yay nigga thirsty watching haters wonder gambino got game locked half thai thickie wanna bangkok got hair done french braids aap bino insensitive askin say im chillin real nigga feelin rich kid asshole paint villain still spitting cash flow dj khaled got penthouse coasts ph balance real nigga rep though cause said hip deep pepto got five like ben folds got tail petco faker sweetn low yeah got silverware really eating though eating though nigga eating though breakfast lunch dinners beginners aint even know never catching cases faces look e watch hater hate wanna play like piano architect know japanese girl jockin hands like soccer teams yall fuck boys like socrates niggas aint coppin niggas aint lookin like nah aint checkin id bounce em problem tell em problem im winnin yeah yeah im winnin im winnin yeah yeah im winnin im winnin yeah yeah im winnin rich kid asshole paint villain dont mad cause im better dont mad cause im better dont mad cause im better better fuck gon different color passport instagram stack load hashtag day wear girl drank day care im born rich life aint fair silver spoon coon ho aint nobody sicker fisker vroom vroom ho aint nobody top holy totem ri ri ri rich forever million quota father owned half moma diploma year got rules trippin toadstools green whole foods im fly jeff goldblum got glass house palisades k white hood white hood k k k furniture custom shop ikea show maserati whippin kia spendin money longer nia live like coppola sofia wakin broke man wouldnt wanna ya friends dopeman help nigga bring girlfriend man trouble see err eh err eh onomatopoeia ohh got cool im winnin dump gatorade dont give fuck family name dont mad cause im better dont mad cause im better dont mad cause im better better fuck gon okay childish gambino homegirl drop like nasdaq move white girls like theres coke asscrack move black girls cause man fuck ill either love pussy love bitches dude runnin peta adidas short shorts b green supposed green grocery asian dude stole girl got kogi beef dick like accent mark es hot like parked car sound weird like nigga hard r fly like logo cousins 440 eatin oreos like white girls blow vodka ladies whiskey grown man hangin islands lookin earl like toejam made beat retarded im callin slow jam butcher know man kill beef go ham rappers afraid cause im beast bitch grrr invader zim gambino call girl fuck pay brand new whip niggas like slavery told awful shit faze tell suck memory hazy youre favorite rapper yeah dude better fuckin kiss ass human centipede wanna see girl aint dumb wanna see girl check maxim man every black actor gotta rap dont know know im best one bonfire turn lights im burnin everything mothafuckas talk bonfire turn lights im burnin everything mothafuckas talk know rapper dudes talk shit start killin fuck got goons like archvillain im south aint got accent dont know rap childs play name like princess di yeah say want realness rap real life told quit first talk white second talk like havent given yet raps stepfather yeah hate respect put work ask ludwig put soul track like shoes played cousin cant even think straight black white music nigga thats mixtape shoutout blerds represent realness shoutout gambino girls dick building know hate cause little cousin play like black girls nerdy dance sayin ow im sorry followed chillin filipina local jollibee yeah im ass like sodomy see hand table dont bother dont talk soft thats guy im screamin fuck like aint seen sky shit im doin year insanity made beat murdered casey anthony rappers dont know cause act like looney tune ill give theres nothing left swear summer summer camp bitch wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak know boy like skinny tie cuff type go make breakfast walk around naked might text turn phone settling text go screen know better come around least expect im sitting bar glass empty thinking songs coming tempt need alone like way left start calling start crying come im inside cant find girl sex isnt half bad text say fair thats code hes ima flirt new girl ima call dont work fuck til come conclusions things thought losing im ghost know thats broke first place cause wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak late night thursday know heard dont want thing well two play game im chilling girlfriend real girlfriend got key place shes real girlfriend stupid dummy say wrong thing wrong girls come runnin im paranoid girls want something hard make dime go 100 dude freakin worse fate time late first date cause went tried new condom slipped threesome good problems right wrong askin wanna play games super smash brothers none miss sex kiss whenever 69 dinner two wrong would listened uh crazy got heart artichoke thing girls want smoke light wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak wanted know ready go heartbeat heartbeat wanted know whenever around cant speak cant speak done real shit used hold hands like field trips im jerk dude real dick read post wall feel sick aint cool ball fake nigga blog caps couldnt wait date im going straight thighs like cake ate give fuck niggas say hate know im best im fake tionate im best face j keyshia related racist give money burn made aint killer shed fucking blow head know wondering fuck hiding dated like raps bin laden ayo fuck dating fucking best friends something wish never fucked mean alright gambino mastermind fuck bitch pass time mass appeal orange rind smoke green im spendin mine beat witches brew beware shit potent ee cummin face thats poetry motion yeah gambino make work im boss move somethin yeah cool fuckin suits swag two button yeah girls actin crazy theyre dancin black swan aint fuckin club put clothes back yeah beat disaster 911 track rappers wanna battle mail heads back clique make dinero time meet fuckers runnin bitch dog walker leavin girl last seen yeah fuckin baddest like tag team rihanna fly girl knees dont wanna come near yeah dick big theres big bang theory got picture iphone yall think yall niggas masturbate im ariel pink rapper man couldve fooled im shit dudes talk talkin bull ah yeah rah rah okay alright im black girls every single culture filipino armenian girls sofa yeah like white girl sometimes get together need thick chick though black yellow black yellow love trip fuckin sport asian girls minority report put team map blake griffin court niggas bitin tracks need knife fork illest need nurse heres check grab purse unless fuckin ill pay food earth man got pussy insane insane enemy batman im dominant niggas call faggot cause closeted im hot shit comin backside rocket ship monster shit dudes opposite loch nesses respond squash beef right like sausages chillin n words say like white kid yes bootys big say white bitch dont get embarrassed dick made carrots bunnies wantin fed meant honeys oh forget worked winter fail summer back bush like gavin rossdales drummer yeah stingers flower hope let pollinate workin hard shit yeah beat made concentrate nigga cant tell sample adele hot got hood niggas blowin cell swag ass im man fuck chico took g waffle got left ego think second man eatin wheres breakfast man hungry sandwich got wallet cheese lettuce elephant never forgets dick remembers everything green inside wallet pussy open sesame runnin game fuck sayin runnin earth give month told niggas im win cause havin emmy wasnt enough get sloppy drunk stay whiskey neat clique cancelled freaks geeks power 106 la ya girl yesi ortiz got brand new music need yall turn let know think lloyd called oakland power 106 making japanese shes watching dvds oakland oakland im driving 5 waits til arrive oakland oakland everything wanted gotta drive moment tell turn around im moment know know get im lonely think moments everything oakland oakland foot gas im trying pass red lights stop signs im ready go get bay babe thats problem im way scared call might get stay oh dont really mind drive think id rather die oakland oakland hands two ten guess depends oakland oakland im nervous truth told never saw growing old oakland oakland married tonight would probably start riot oakland oakland everything needed got feelings everything wont say tweet nigga dont like shit treated roll feeling roll minute wait minute foot gas im trying pass red lights stop signs im ready go im really ready girl thats problem cause im way scared fall know choose stay oh girlfriends saying go rich kid act like gentleman last one didnt end like shouldve two dates still wanna get theyre saying internet try next chick x face exes right thing wanna thoughts cant breathe thinking asthmatic wanna mom wasnt mad thinking bout id really bad cause im thinking bout weeks dubai fourth july house kauai yeah try lets try whoa took nine five still dont time kiss hit left alone would still pick phone iffy miss got furniture move well thirty soon oakland oakland one know fuck im supposed oakland oakland oakland oakland oakland oakland oakland oakland oakland oakland oakland oakland needed needed needed needed needed needed needed needed needed clippers game courtside watch nigga shoot like four five mad got fire bitches see go home roger tia tamera bed im smart guy aint fucking niggas like apartheid hits list check archive im something immaculate instead asking whats happening rather blast jackson 5 back acura acting blacker bernie mac two charlie murphys akon girls brought man playing playstation standing say girl say aint vacation house house needed needed needed needed needed needed needed needed needed needed needed needed needed needed needed needed needed needed bought new bath 8k nigga wanna take shots ak nigga ball ima ball king james nigga uncle ben hand make change nigga im world like tang nigga thats space bar man hate yall come around wanna play pool hot tub ice cream paint job garage menage murdered vag afterwards awkward fuck cause im nervous fuck could get need minute cold water face couldnt finish got uber place porch smoking vapor hit sunday paper listening neighbors needed needed needed needed needed needed oh gosh oh god oh god know tonight neighbors alone im ballin every day asian girls everywhere ucla see babe see babe asian girls everywhere ucla im ish call watch haters take shots like alcoholics wearing somebody jack fools steeze im faggot spell right got way two gs nigga im amazing im phenom im assassin ima kill yall ima say sa coo sa shits closed cause ball hard im cumming face gone far dont know cares dont love broad funny fake niggas always act hard im black star black car black card wanna knock tryin nigga realest motherfucker game like tron nigga forget white girls need variation especially asian got ugly friend roll solo stay place hobo fault man ladies love shes overachiever cause succeed im ballin every day asian girls everywhere ucla see babe see babe asian girls everywhere ucla send naked pics im gon tumbl im shit shit fuck humble brag yeah pushin pussycat got swag ass im usin texting olivia munn hopefully shell give rosie jones man hoes hoes hoes man racks racks racks man got tracks man sorry accent ive practicin everywhere ya go niggas blastin gambino niggas like aint know bitches like aint know met fly latino hope eighteen though ill say got deep throat heath row im ballin every day asian girls everywhere ucla see babe see babe asian girls everywhere ucla told shit shit couldnt stop nigga still hungry black kobayashi talk hear like horton born shit rappin abortion hear n word one day get upset try something new suspect dont really know fucked bad dont wanna see dudes get mad got bunch jackanapes back thatll lacerate anyone back matinee laugh masturbatin beaten body sick boi forever suburban illuminati nah nigga yeah never stop period like menopause period like oh shit one sleepin one sleepin +ll cool j,mmmm yeah check baby make hot drop uh yeah uptown know yeah know make hot first time together im feeling kinda horny conventional methods makin love kinda bore wanna knock block get rocks blow socks make sure g spots soft ima call big daddy scream name matter fact cant wait candy rain whatcha sayin get swerve bring live make last forever damn kitty cats tight mmm daddy slow flow put like g baby nice slow need rough neck nigga mandingo sack aint afraid pull hair spank back doubt im playa youre talkin really think work guarantee shorty real baby stick comes man steel well well well represent queens raised brooklyn well well well represent queens raised brooklyn im mix searching right spot hit get damn love dick use rubber damn right lover night putty good word momma mad tight thing left climax lets make last word aint goin like time youve telling tried warn girl wouldnt listen lets get mmm baby wild dont chill wait minute baby let please back talk good one shorty youre makin sweat live nigga like girl nice wet get break dawn damn youre large big girl like daddy nice hard safe sexin flexin gettin affectionate chewin oohin doin well well well represent queens raised brooklyn well well well represent queens raised brooklyn baby wanna hit worst way make hot schemin ass since first day dont stop damn love talk like make bounce sugar long bounce back flesh greek fest roll sess pass hennessy put body test wait wait daddy many niggas ago young girl listening flow nows chance hit daddy im grown back side right im zone one kind time mine camcorder whole shit press rewind let flow screen puffs l layin back cut spell word life like way ep went go sleep tomorrow ill take back downtown well well well well represent queens raised brooklyn well well well represent queens raised brooklyn well well well represent queens raised brooklyn well well well represent queens raised brooklyn cmon man local dbc news cool j triumphant comeback word dont call comeback years im rocking peers putting suckas fear making tears rain like monsoon listen bass go boom explosions overpowering competition im towering wrecking shop drop lyrics thatll make call cops dont dare stare better move dont ever compare rest thatll get sliced diced competitions paying price im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock dont call regular jam im gonna rock land im gonna take itty bitty world storm im getting warm like muhammad ali called cassius watch bash beat like skull know beef riff maniac psycho pull jammy get ready cause might go blaow ya like ripper allow get mr smith dont riff listen gear shift im blasting outlasting kinda like shaft could say im shafting olde english filled mind came funky rhyme im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock breakdown gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie shadow boxing heard radio uh dont know made forget raw got new tour im going insane starting hurricane releasing pain letting know cant gain maintain unless ya say name ripping killing digging drilling hole pass ol gold im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock shotgun blasts heard rip kill man hour tower power ill devour im gonna tie let understand im average man got jammy hand damn ooh listen way slay crew damage uh damage uh damage uh damage destruction terror mayhem pass sissy soft sucka ill slay farmers farmers im ready think im gonna bomb town dont never ever pull lever cause explode nine easy load gotta thank god cause gave strength rock hard knock mama said knock im gonna knock mama said knock im gonna knock mama said knock im gonna knock mama said knock gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie gangster boogie fell fell fell excel fell excel fell excel fell excel ha yeah lod keith murray def squad mister mister mister mister smith want hit give hour plus pen pad yo im make dollar fifteen cents let balls hang like im toilet taking shit style big bag chips dip fuck sensuous shit represent intellectual violence leave clique holier ten commandments like redman shift ruck spliff wed fucked need ask son get busy scuff timbs boulevard many rough cities ill norman bate love ta hate cause yous freak nature cant wait face ya mutilate ya drink style straight chaser verbal combats like mini mac back soon one niggas try react lod love good confrontation vamp break concentration murder camp jealous overzealous fellas blow spot like branford marsalis niggas coming acting wild yall commercial niggas better coke smile shot ya conversate many men time begin forgot already knew ayo hear friend illuminati want mind soul body secret society trying keep eye ima stay incogni places cant find make moves strategically god sorta similar iller chess player use thinker coincides blinker wondered saying records real yeah motherfucking right kid know deal mobb infamous like fuckin title read get back slapped hard make ya nose bleed def kids feeling guilty bout space shit truth hurts baby girl face anyway back real side things niggas sling cracks wear fat diamond rings inside songs sing everything real song sing life paper accurately give two maybe three prodigy forever h n e shit attract millions like moon attract sea dare ever life walk past without acknowledging man g shot faggot ass ugh fuck think talking pay dues spray crews look im joey crack motherfuckers like hes bad news runnin racket new york montego slaughtering people bring ton keys puerto rico id rather feared loved fear lasts longer bitch ass niggas know stronger weaklings seeking respect aint knuckleheads beware theres mad tension air tommy guns fun shotties block parties fresh lead heats insides like fifth bacardi call ambulette mans wet bullets cut root like gillette razor keep hidden oral ready spat adult wants quarrel feds want tax evasion mad fact somebodys getting lucci thats caucasian bullets blazing streets filled torture joey crack aka keyser soze deal pop ugh thug niggas give minks chinks tore sip drinks rockin minks flashin rings things frontin hardcore deep inside jeep mackin doin thing fly nigga scarface king bitches grab ya ta tas get niggas cheddar fuck gucci sweaters armani leathers flossin rocks like size fort knox four carats ice rocks pussy bangin like versace locs pops wanna creep open like raw asscheeks im sexin raw dog without protection disease infested ugh italiano got luccianno gets fuckin brown fox extra keys drop boo im jingling baby got crazy dominicans pay lay low play slow roll firm mafioso crime kingpin real nigga deal shot ya fuck thought conquered world crushed moe dee hammer ice ts girls still niggas want instigate shit ill battle nigga rap game quick name spot make hot bitches female rappers dont give fuck boo word im crush peers rhymes month source twenty years niggas scared im detrimental mental state use presidential rolex bait niggas fight glock cocked ya temple gets fucked mcs fuck gets bucked thats real whats shot ya deal light shit niggas slip bullet feel new yorkll peel la gangbang touch mic motherfuckin ass hang thats facts niggas dont receive type slack cause ass always runnin back time next time ima name names shitting top game shot ya got shook shook shook loving loving want girl extensions hair bamboo earrings least two pair fendi bag bad attitude thats need get good mood walk switch talk street slang love woman aint scared thing standing bus stop sucking lollipop gets pumping hard make hottie stop likes dance rap jam shes sweet brown sugar candied yams honey coated complexion using camay lets hear girl shes around way need around way girl thats one need around way girl got shook shook shook loving silky milky smile like sunshine thats dedicate least one rhyme cuties neighborhood cause didnt tell another brother would youre sweet like sugar gangster talk want eat like cookie see walk rayon silk maybe even denim really doesnt matter long youre em break hearts manipulate minds surrender act tender gentle kind always know say cold flip think man playing cheap petty youre ready loving youre real independent parents bugging ever need place stay come around way need around way girl thats one need around way girl got shook shook shook loving perm hair even curly weave new edition bobby brown button sleeve tell come say meet half way cause brothers popping game day around way youre like neighborhood jewel homeboys sweat youre crazy cool wear gold summer bikin shorts watching brothers basketball court going movies homegirls crew businessmen suits hawking baby hair pumping lip gloss shining think mood wining dining go eat somewhere got lot private jokes share lisa angela pamela renee love youre around way need around way girl thats one need around way girl fine shes ask need around way girl thats one need around way girl fine got shook shook shook loving got shook shook shook got shook shook shook loving got shook shook shook got shook shook shook loving got shook shook shook got shook shook shook loving got shook shook shook got shook shook shook loving got shook shook shook im alone room sometimes stare wall back mind hear conscience call telling need girl whos sweet dove first time life see need love giggling games played many hearts im saying names thought occured tear drops made eyes burn said look youve done feel inside cant explain feels know ill never dish another raw deal playing make believe pretending im true holding laugh say love saying amor kissing ear whispering love ill always although often reminisce cant believe found desire true love floating around inside soul soul cold one half deserves way til im old half needs affection joy warmth created girl boy need love need love romance sheer delight sweet gotta find girl make life complete scratch back well get cozy huddle ill lay jacket walk puddle ill give rose pull chair eat kiss cheek say ooh girl youre sweet deja vu whenever im could go forever telling youre neither swear cant find anywhere damn sure aint closet rug love search really making bug know dont make seen take chance love youll find mean fantasies run cant hide find im gon pour love inside need love need love wanna kiss hold never scold love suck neck caress rub grind moan never alone youre standing next youre phone cant hear voice need love bad ive got money loves something ive never need ruby red lips sweet face love man whos 10 feet tall id watch sunrise eyes love hug become paralyzed bodies explode ecstasy unreal youre soft pillow im hard steel like dream land cant lie never maybe experience share clean unsoiled yet sweaty wet swear something ill never forget need love need love see mean ive changed im longer playboy run need something thats stronger friendship trust honor respect admiration whole experience revelation taught love real man always considerate protect youre lady mean much body tingles slightest touch hand understand ill frozen time till meet face face tell youre mine find girl swear ill good man im gonna leave destinys hands cant sit wait princess arrive gotta struggle fight keep dream alive ill search whole world special girl finally find watch love unfurl need love need love girl listen sitting room alone staring wall fantasies go mind ive come realize need true love wanna give girl make seen ill waiting love ay carumba im gonna bankhead bounce doubt watch mouth ayo one two three four five six seven blaze hot trizack sound like heaven seven six five four three two one momon meth tical come get playing position hot nick son one sick ones infliction poisonous darts sickenin best believe finger itchin two broke legs im trippin mcs cliche shot ricochets start trouble bust bubbles hip wicked ways gotta love g one look good fuck ugly tap jaw punch buggy sonning got shittin last huggie running fuckin punk get speed bump coming single shot make yo meat lump respect wu yo ayo put nigga shitted nigga turn christian certified sinner bomb release time pent got sent hitting ex ho shit kept low petro metro politic keep chickenheads gobblin shit im driving come fog halogen terrorize city spliff committee kick ass til timberlands turn shitty gritty smack drivers head gypsy approach rappers taking notes drop like shoulda invented raincoat absolute love burn roots keep cummin til pour sperm boots vigilante hardcore penis tell fuck attitude anaemic im illest nigga alive watch prove snatch crown ya head still attached canibus type wholl fight mics beating niggas death beating dead niggas life look long enough ill start read thoughts signal strong enough ill call bluff like yo many rhymes got could go millenniums mazdas got car lot theres nowhere run confront ya nigga call bluff like phone number wanna see canibus get wild wanna act fly get shot surface air missile take em shapes sizes forms spit anybody aint close enough shit zero sixty im already doin hundred im blunted give nigga want stay dark cause catch sun run clown come im gon gun run however gon go gon see shitll finish dog believe value life much possessions dont stupid nigga learn lesson im gon get either way better live let get whats sock cause better give receive believe say tell dont make put somewhere nobodyll smell lights dont come back aint flick aint gon come back aint strong knew wrong asked baby yous big nigga ski mask baby hit front street think im sweet want heat one deep leave behind front seat ayo one two three four five six seven blaze hot trizack shine like heaven seven six five four three two one come mr smith come get young sons fantasize borrowing flows tell little shorty big mouth bank closed symbol arm limits challengers hold rusty swords swing excalibur dare step dimension little ass somewhere crying detention watch mouth better yet hold tongue ima shit free time ones fun blow pieces leave covered feces one thesis every little boy wanna pick mic try run big boys live real hype thats like picking ball playing mike swingin ken griffey challenging roy fight snapping amateur mcs dont know im like dream team touring overseas rappers circle im deadly disease ringmaster bringing tiger cub knees history rap theyve never seen prominence naive confidence gets crushed dominance lets get back mic arm ever left side itd transform time bomb dont wanna borrow wanna idolize dont wanna make mad nigga wanna socialize im daring every mc game play position mention name make rhyme every syllable name go platinum every time grimy ass train watch mouth dont ever step line cool j nigga greatest time calling cars calling cars lookout tall light skinned brother dimples wearing black kangol sweatsuit gold chain sneakers last seen farmers boulevard headed east alias cool j hes bad aaaahhhhhhhhhh rapper rap quite like ill take musclebound man put face sand last mafioso im mc cop make say go wop think outrhyme yeah boy bet cause aint met motherfucker yet trendsetter im better rhymes good got gold nameplate says wish would battles begin gotta join rhyme know imma win cool j arrived better make way ask anybody crowd say kid dont play slaughter competition thats hobby job dont wear disguise dont owe mob got pinpoint rap makes feel trapped many girls jock think phone tapped im bad cool j cool j cool j cool j cool j cool j im like tyson icin im soldier war im makin sure dont try battle got concrete rhymes rappin ten years even im bragging im bein sincere emcees cant win make em rust like tin call jaws hat like sharks fin im bad got voice wax brothers think hes making records must relaxed couldnt shouldnt itll stay way best rapper youve heard cool j kamikaze take look ive done used rock basement im number one happen time never standin line wanna try first better learn rhyme im pinnacle means reign supreme im notorious ill crush like jellybean im bad suspect last spotted three members group bobcat e love cut creator extremely bad keep eyes open use extreme caution eliminate punks cut em chunks souped heard ego shrunk im devastating im good shame cause eat rappers like cannibal call insane im strong bull course know pull enjoy im plus im paid full buckaroo banzai bustin say kind rhymes make mcs wish id die never retire put mic shelf baddest rapper history rap bitter mad provin im bad want hit give hour plus pen pad mcs retreat cause know beat em eat em battle ref wont cheat em im baddest takin rookies forget oreos eat cool j cookies im bad cool j cool jcool jcool j cool jcool j never ever never never wearin levis battle try ill treat like stepchild tell mommy bye bye slaughterin mcs imma never get whipped retire ill get worshipped like old battleship im bad rappers know enter center say yo yo go paychecks large mr bogart charge puncher hunter raccoon lodge original todd teachin hard take skin snake split pea pod youre novice im noble decipher tongue attila hun abdullah son vocals exact like rack pinion jag try brag get rhymes grab bag good scavenger catfish vulture tongues chisel compositions sculpture im bad gimme walkie talkie yo cool j youll never catch dont even try cause im bad ya understand aaaaaahhhh im bad ive watchin afar long remember youre real man need ever ask love girl crush yeah harlem ruckers saw man smilin huh coach bag hand layin coupe hat turned back caught eyes moment skated strolled lookin legs god damn looked soft gotta take ya man thats mission love real got ta handle competition knew five months besides drink much smoke many blunts workin everyday thinkin bout looking eyes rear view catchin flash backs eye contact wish could lay ya stomach caress back would hold ya arms ease fears cant believe hadnt crush years hey lover hey lover hey lover crush hey lover hey lover crush lover hey lover crush hey lover hey lover crush see bus stop waitin everyday man must think safe travel way dont want ta violate relationship lay back cut crush thats trip still cant stop daydreams tonguin uh vanilla ice cream kissing thighs moonlight searchin body tongue girl night wonder one day could simple dreams turnin reality love would come naturally would walk aisle destiny man got hustle gotcha type scared break ya little chump change hair seems enough satisfy needs theres deeper level follow lead hey lover hey lover hey lover crush hey lover hey lover crush lover hey lover crush hey lover hey lover crush last week saw ya mall standin pay phone bout make call vision end tellin come walked touched gently hands talked travelin distant lands escapin madness world becomin wife longer girl let dress fall floor kissed softly yearned experienced pleasure unparallel ocean love fell swimmin timeless currents pure bliss fantasies interchangin kiss undyin passion unities souls together swim point control fantasy wont come true never even spoke man swear love im keep feelins inside keep dreams alive right time hey lover hey lover crush hey lover hey lover crush lover hey lover crush hey lover hey lover hey lover hey lover crush hey lover hey lover crush lover hey lover baby crush hey lover hey lover crush number one number one number one true baby adore hard say wanna make sure go right way cuz lately busy lot know dont feel appreciated used tell youre hair looked fly kiss slow stare eyes talk real foul slick every sentence make sick back days number one pick hearts half broken thats hard fix dig deep inside cuz cant see bouncin somebody else long journey back place embarrassed admit love good girl wouldnt give cant let us self destruct baby smile today cuz imaginin ways im gon luv u better friendsll see think theres nothin else im gon luv u better think things think kids think us sharing crib losin god forbid deserve flowers candy simple things addition sls baguettes rings instead walk around like im king aint nothing thing even stopped tellin lovin good busy frontin hood baby girl hold tight dont ever let go imma real gentle baby nice slow one chance baby dont say cuz got another side show say love painful helps grow well time pain go yaknow baby smile today cuz imaginin ways im gon luv u better friendsll see think theres nothin else im gon luv u better think meant hurt think meant hurt lets laugh together cry together god willin gon die together think meant hurt think meant hurt lets laugh together cry together god willin gon die together brand new brand new brand new day sky blue hold hand walk sit lap lemme talk games callin foul names actin like females im gon love better mentality changed day forward ill never imma rub lower back share dreams love lemme show mean give deepest love girl ever seen watch sleep peaceful serene toast queen youre back life time imma right trust bottom heart nothins gonna tear us apart promise baby smile today cuz imaginin ways im gon luv u better friendsll see think theres nothin else im gon luv u better baby smile today cuz imaginin ways im gon luv u better friendsll see think theres nothin else im gon luv u better think meant hurt think meant hurt lets laugh together cry together god willin gon die together think meant hurt think meant hurt lets laugh together cry together god willin gon die together number one number one true baby adore cool j hard hell battle anybody dont care tell excel fell im gonna crack shells double l must rock bells youve waitin debatin oh long starvin like marvin cool j song cried thought died definitely wrong took thought plus brought cut creator along evened e love cool j force specializin rhymin record course im tower full power wind rain hail cut creator scratch record fingernail rock bells king crowd rockers finally back voice choice hottest wax true wizard blizzard aint taken crap im rhymin designin girl lap bass kickin always stickin cause like way take step def plus cool j cut creator fader right hand man rock bells well cause thats name jam rock bells girls like jam girls wont cause make lot money boyfriend dont went hell gonna rock bells washed rappers wanna well rock bells im world wide known whether like one man band cut creator aka philpot hell never skip rip hes fader whats djs name cut creator know show whos wheels hell drive cross fader like cut mobile precise slice know hes greater whats djs name cut creator know know earl roles weed go store get old gold crabby lookin nappy headed girls get back cause theres ten one chance might get smacked rock bells bells circulatin blood veins girlies tip lls name cut creators cool j bring wood pecker ill bring wood bells wippin rippin body soul like cool j like rock roll cause aint glory days bruce springsteen im virgin know ill make madonna scream hated michael prince way ever since beats made meat would mince rock bells listen lines rhyme rhyme time hell cut record second make dj look blind jheri curl suckers wearin high heel boots like ballerinas mean youre fruit loop troop gonna wanna learn wanna like cool j gotta wait turn suckers dont like im concerned six g twenty minutes pay earn im growin glowin like forest blaze like michael jackson like cool j thats right im mic help bells theres delayin im sayin im rockin well rock bells +e 40,nope yup nope yup nope yup nope yup ever told nigga ever squeezed trigger ever set nigga ever helped brother luck sap boss player mack let hold couple dollars yall still poppin yall collars stock rims scraper paint wetter lake poodle blood bitch im thug loser winner starvin dinner still sell dope cleaner bar dove soap got little gouda got thumper got ruger love ho bringin dough gon cry leave gon fly overseas everybody get choices choose get money im stuck bread everybody got choices bitches choosin im head everybody got choices keep one thou bout life chose everybody got choices niggas hatin already know never go broke ima stay gettin money aint gotta sell soul ima stay gettin money broke aint like ima stay gettin money give fuck dont like ima stay gettin money ugh lazy got dick thatd drive ho crazy hater wanna see player get paper traitor loyal soil youre faker sleep bust moves hella active streets scared dark money heart narc shark gossip like broad check bitch like smog slippin trippin sober gopher higher rollercoaster star wars yoda never leave house without strap shoot muthafucka nap never sucka pussy blowin cookie never coughin like rookie everybody get choices choose get money im stuck bread everybody got choices bitches choosin im head everybody got choices keep one thou bout life chose everybody got choices niggas hatin already know never go broke ima stay gettin money aint gotta sell soul ima stay gettin money broke aint like ima stay gettin money give fuck dont like ima stay gettin money love first sight ride like bike ripe pussy tight got property drive maserati softer sock solid rock slow trained go team weak respected street neeh shallow di neep broke chi neep bb pellet gun long barrel base drum get wont run ima give nigga fair one still live trap ever go back wear wire camera ears scanner everybody get choices choose get money im stuck bread everybody got choices bitches choosin im head everybody got choices keep one thou bout life chose everybody got choices niggas hatin already know never go broke ima stay gettin money aint gotta sell soul ima stay gettin money broke aint like ima stay gettin money give fuck dont like ima stay gettin money tell go tell go tell go tell go go dumb dumb dumb dumb dumb dumb dumb dumb tell go tell go tell go tell go go dumb dumb dumb dumb dumb dumb dumb dumb ooh jesus christ dreads shake em aint got none im planning growing imagine hebrews going dumb dancing top chariots turning tight ones ooh tell go talking ghettro way store second third trip henny swishers listerine strips dr greenthumb lips ease thoughts cops homies got watch moon full look dark clouds sitting scraper watching oakland gone wild ta dow dont bump mainstream knock underground shit sugarcoated watered im bay hyphy go dumb soil rappers getting lingo tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb im 18 dummy juice nigga raggaman labeled black zeus king super duper hyphy pipey wifey dont like bay put backwood swisher sweet blunt orange lace shit wrote city couldnt saved john pope slid past gas bitches good good like granddaddy cross game get flipped like burger patty zig zagged pass big old fatty drink white snow bunny talking big shit scraper going hella dummy 1800 jose cuervo yadadamean yadada im saying though tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb let direct traffic minute let tell hyphy movement got going bay say something say right back smell gonna like right ghostride whip ghostride whip ghostride whip ghostride whip scrape scrape scrape scrape scrape scrape scrape scrape put stunna shades put stunna shades put stunna shades put stunna shades gas brake dip dip gas brake dip dip shake dreads shake dreads shake dreads shake dreads let see show grill let see show grill let see show grill let see show grill thizz face thizz face thizz face thizz face doors open mayne doors open mayne doors open mayne doors open mayne watch em swang watch em swang watch em swang watch em swang go stupid go dumb dumb go stupid go dumb dumb tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb tell go tell go tell go tell go dumb dumb dumb dumb dumb dumb dumb dumb league starz trend beat ayy ayy bitch try guarantee turn square bi bitch aint b b bye bitch aint got time playin im saying man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function tryna function bitch youre fuckin high get mix youre messin vibe im tryna get crevice put ride take ritz im toasted sloppy broccoli bacardi 151 body green like wasabi like young bari mobby bossin back fuck getting money hobby getting money rappers listen e 40 pac im revenue playa havin guap im fly big nigga shit man stay laced groomed spray sucka repellent nigga perfume anything got sell hustler think cant gift gab sell white house black paint word candy l n g im thinkin bout takin million dollar insurance policy mouthpiece biatch ayy ayy bitch try guarantee turn square bi bitch aint b b bye bitch aint got time playin im saying man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function right yeah haha yeah ayy bitch okay bitch uncle earl hbk bitch mention gang already know ballin im coming straight rich got family new orleans say youre lying say jawsin probably thought never would happen niggas called alcoholic sippin liquor oh im drunk hell fuckin lil bitch vallejo got whole pack pre rolled young ls im never uno pockets sumo haters respect pedigree baller heavily phony homie never methamphetamine means crack ho young g hotter tabasco smash hoes collect two hunnid pass go flow lamborghini yo shits rav 4 understand everything gas ho suzy nigga ayy ayy bitch try guarantee turn square bi bitch aint b b bye bitch aint got time playin im saying man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function im tryna function tryna function dont talk bitch aint fuckin yeah im asshole dont give fuck though skip bullshit like whats suck though tell girl much make bitch choose niggas getting mad nigga gon think tough know keep two tucked dont fight mean im comin back shoot ridin car lookin bad bitch ass tits yeah gotta dumb cute got number text phone like baby doin like nothing much come got dick days got dick days made take work gave dick days push brain temple bitch dont like hoes give em dick dip whoop ayy ayy bitch try guarantee turn square bi bitch aint b b bye bitch aint got time playin im saying man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function little bad bitches came get ratchet say yeah baby touch toes get freaky episode tell ya episode tell ya dont like love wanna grip touch im tryna hit fuck stab stick stuck get lick suck kiss nut friends aint gotta seen public im verb action coochie havin contractions smashin smackin sappin thrustin thrashin sit back relax glass bottle earl stevens selections mango moscato handbag celine seem like already knew ya beautiful girl bad look like somebody done drew ya eyes salute ya sight sore eyes booty thighs girls get guys come get bar mackin baby girl get rid sap aint real fraud baby girl dude cat first intervened bought flowers doubt got good started doggin uh little bad bitches came get ratchet say yeah baby touch toes get freaky episode tell ya episode tell ya okay shawty love gangstas thats holla country niggas whippin 15 thousand key givin gettin fill even though cute petite freaky discreet got extensions booty tattoos cheek make wanna take island could weeks girl let birkin bag jimmy choo feet let get jag bentley gt im west coast drop top ridin fool e 40 sick wid ridin fool hustle gang bang green tried truths somebody told otherwise lied bet roll dice bet bet quarter mil bag check suckas dont like gon respect spend night episode wont forget check yeah little bad bitches came get ratchet say yeah baby touch toes get freaky episode tell ya episode tell ya girl came niggas liquor said want threesome im gon lick yup bottom top ima take ima roll weed gon break fault thats girl cause wanna leave real nigga pussy im boss panties car nigga call know gotta get little bad bitches came get ratchet say yeah baby touch toes get freaky episode tell ya episode tell ya chasethemoney chasethemoney ass goin places cant call hoes told em bring em slay fall touch toes im throwin 50k splash brothers whoa landed bay look way pushin hellcat jumpin gym nike air max three bad bitches coupe slidin fairfax bitch gettin money cant dare cap look way shinin diamonds gleamin rich nigga know name im neiman look way ballin every season gotta chase money watch whole team win look bitch look way carry look way im winnin look liquid around neck look shimmerin look strain im smokin look bottle im holdin look life look im playin field like im rollin dice casino lights luxury automobiles sports cars loud pipes detachable steering wheels muscle cars scraper bikes niggas push pills em push cha cha em work living make honest dollar heres another thing thought know ill make ho stand outside forever like scarecrow im bay nigga thats affirmative aint arguin nigga soft table butter margarine im always intoxicated im never sober soup warmed little wiser older dangerous like cobra steeler bust like jerome bettis money longer end action packed movie credits ass goin places cant call hoes told em bring em slay fall touch toes im throwin 50k splash brothers whoa landed bay look way pushin hellcat jumpin gym nike air max three bad bitches coupe slidin fairfax bitch gettin money cant dare cap look way shinin diamonds gleamin rich nigga know name im neiman look way ballin every season gotta chase money watch whole team win find ridin yo block like deebo life like movie quentin tarantino nas walked louis valentino stack money tall bobby valentino missin holidays chasin c notes volleyball player spread like eagle go pop pussy spread pillow yo ex man scrub call brillo got crib carter feelin like im nino john legend aint ordinary people might throw seven mac 11 desert eagle hood pope im like reverend teeth worth kilo killin niggas like 50 instagram hot fuck im cooler ceiling fan nigga gus locked go free man never bring dogs peter pan ass goin places cant call hoes told em bring em slay fall touch toes im throwin 50k splash brothers whoa landed bay look way pushin hellcat jumpin gym nike air max three bad bitches coupe slidin fairfax bitch gettin money cant dare cap look way shinin diamonds gleamin rich nigga know name im neiman look way ballin every season gotta chase money watch whole team win woop uh 40 fuck niggas wave gotta keep milli cut beat case gotta keep banana drum im goin ape corner 52 niggas gettin ace drop went town give love craze 40 lens triple benz everything crazy done took loss book back across judgin plans cant keep hoes though never love never gave get change never changed dont beef squares cause gotta move careful homie got barrel make yo mommy feel awful never told didnt fold gang go big gold debit codes drawers go girl pussy aint good enough stay go la bay im legend state woo ass goin places cant call hoes told em bring em slay fall touch toes im throwin 50k splash brothers whoa landed bay look way pushin hellcat jumpin gym nike air max three bad bitches coupe slidin fairfax bitch gettin money cant dare cap look way shinin diamonds gleamin rich nigga know name im neiman look way ballin every season gotta chase money watch whole team win remix league starz trend beat ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function uh slid function lookin hella dipped lit like strobe light hella diamonds wrist call highness cause im hella high play mind like shrink like im psychiatrist dryness make chick hella climax even nicer wet tellin im best dont want ill take hands favour might regret gon regret later im paper stapler right side hip case hater want case decide trip platinum plannin shippin handlin see digital sales used push e scale legitimate skrill aint understand game evolved heels vallejo cali rb h double ls ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function rip game jeezy dont compare niggas im last kind get forever bars ever lastin grind aint money wastin time mix molly liquor get mind gotta one town town business dont even fuck clowns clown niggas city dealers go broke turn killers bad bitches got hoes like niggas city gonna broke like figures get bag goin work like jay bilas tryna function tryna maintain said dont judge told judge thang guess club four nickel man stay point like icicle die tonight bring back coachella sick tired tellin hoes im nigga ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function talk em chris brown look got bad bitches ratchet bet ding make sing like ad lib money watch flip like back flip ima go work pussy practice ha real niggas photo bottles air dont care hoe hoe yeah shout nigga dilo girl know want two need 3 4 yeah pretty girls crib know models thats nigga live im like whoa splits throw back nigga dont act like bitch niggas club 40 showed e 40 like whats happenin woadie function aint competition killin opponents killin pussy moment yikes ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function e 40 ayy haaa whats hatnin french rockin roller til 5 mornin poppin pill bustin open like bitch try im high risk bank roll 4 5 6 chasin act clip mac oakland niggas pimpin rap im new york nigga bailey kept hood fuck mainstream wrist rocky im talkin adrian 40 run ya like train man tryna function fuck fuck shit rip rack fuck cost ya montana ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function red cafe holla em pimp real nigga born day 42 10 hoes soiree whole team hole lookin saucy bitches molly niggas marley hold tryna function bitch jewelry nigga got hustlin bitch got thank pass comin custom bitch see money table touchin else cafe im pimp decade yeah young gs write essay kill def jams cool js paper moppin cule like yokos live hoes beat beat make em hoes bossed eastside dubs gs rock shakedown ayy ayy bitch try guaranteed turn square bi bitch aint b b bye bitch aint got time playin im sayin man tryna function man tryna function tryna function man tryna function tryna function man tryna function aint got time playin im sayin man tryna function man tryna function aint got time playin im sayin man tryna function uh iz iz save want saved 1993 niggas need miss savin hoes know tricks buyin em clothes wanna taxi hoes vogues beat em sittin next em front seat b see im hog v motto fuck ho hit throttle smoke talkin okie doe world wide got clydes tokyo look sky bird plane whats niggas name captain save ho mayne faster speeding bullet put cape card pulled fake fake funk funk thats way captain muthafuckin save ho came flexin like little ol bitch front company check ass ear check thump punk talkin im beatin ass pumpin fear talkin bout nigga gone retrospect somethin uh iz iz save want saved mr super trick mr super snitch yeah wanna kill cuz fucked ya bitch shouldve cape tight night cuz nigga like shot sho plugs em right yo bitch straight callin lovin porno star dont come face trick shit better try shit got gift grab bitch want dont cuz bitches days get caught funk oh im tryin save hoes n come broke wasnt brown nosin day see smobbin magazine ol nigga car lookin mean stopped middle street reached seat grab heat man thats motherfucker got club last week man niggas cant fade bitch made start niggas heart dont want part nigga rollin funk mobb funk pump spit double laws doin roll hideout let mack get rides ass smokin like incense savin hoes nigga thats bitch shit ah ah save want saved im crossin niggas bitches even snitches riches captain save ho aint got problem ol shit gives damn long hes payin aint fault hes sprung land im takin ga checks go bank hank breath stank get ganked main long trick comes fallin gets sets put suit clown make nigga take care kids make nigga call kids make nigga get work make ass buy dooney burke part nigga take care pussy whipped nigga come save bitches look captain save ho cuz hes savin hoes uh iz iz save want saved uh iz iz save want saved uh iz iz save want saved uh iz iz save want saved fuck talkin save ho yeah yeah baby whats wanna get nails done come lets go lee kim nails get nails done get hair done kids many kids got two ah thats cool yeah go feed clothe kids go get hook durant square yeah baby anything ya want phone cranked get cranked name matter fact ill get cellular phone pager get package deal cellular one baby im got girl ive shakin stickin movin tryin get youuuuu booty tryin get youuuuu booty tryin get youuuuu booty girl ive shakin actin donkey tryin get youuuuu monkey tryin get youuuuu monkey tryin get youuuuu monkey girl hes simpin simpin walk club limp limp girl listen whatcha gon doooooo pimpin whatcha gon doooooo pimpin girl imma call ya call ya later tonight tomorrow morrow follow whatcha gon doooooo baller whatcha gon doooooo baller whatchu gon bend block pull ass brand new drop speakers blast tremendous knock tvs dash rims wont stop need pimp like aint turnin nuttin collar ya see imma leave number holla cause im baller cant nobody hustle harder oooooh girl ive shakin stickin movin tryin get youuuuu booty tryin get youuuuu booty tryin get youuuuu booty girl ive shakin actin donkey tryin get youuuuu monkey tryin get youuuuu monkey tryin get youuuuu monkey oooooh big ass right aint tryin let pass tonight imma put bid tell somethin slick whisper ear im holdin dick dont mean harm hood sippin richard hennessy psychadelic colors jewelry suckers hella jealous cause youre diggin oooh whatchu gon momma im tryin dip later momma like way groove move momma know women love im 40 water poppin ps cause im laced game nothin yay flowin veins wears miss sixty cant fit gucci cause ass big enough sit cup booty goodness girl ive shakin stickin movin tryin get youuuuu booty tryin get youuuuu booty tryin get youuuuu booty girl ive shakin actin donkey tryin get youuuuu monkey tryin get youuuuu monkey tryin get youuuuu monkey yeah see lookin lookin ass jeans got shooken shooken dont think know dooooo pussy whatchu gon dooooo pussy yeah know want want try chase club good shit good shit dont think hannnnnndle pussy whatchu gon dooooo pussy lookin like got good gushy gushy fuck around ill beat brakes pussy ass cummin like porno star movie tell friends bet wanna hoes know im e 4 oh recognized pimpin stepped higher satellite full dro holla player youre ready go oooooh girl ive shakin stickin movin tryin get youuuuu booty tryin get youuuuu booty tryin get youuuuu booty girl ive shakin actin donkey tryin get youuuuu monkey tryin get youuuuu monkey tryin get youuuuu monkey niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money want money mozzarella galbani got guns army cant let bitch nigga harm got purple like barney got two bitches thats horny say niggas corny never lonely bought bottle trony ready blow know owe thats told sho im mac like goldie cronies brodies rollies stogies stay fifties forties thats us smell smoke cookies antidote puffing rope dope partners kinfolk rap sell coke bust ya head like cantaloupe summer peacoat iphone jailbroke leanin like tower pisa promethazina sweatin like heater hot suckers thats talking crazy never tell right ear left ear hear niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money im sun work uncut break pieces tell auntie run shooters keep guns snitches get tongues cut talk peoples get daughters sons touched im chevy bangin blow job betty whipped 80 hit phone youre ready turkey bags loud aint fuckin reggie tractor trailer pounds touched jeffries im bout hit another lick bout 150 bucks tax every zip gerber bottles lean tax every sip cause got qualitest got actavis im rollin rollin thizzin molly stuntin stuntin hands ducati big homie e 40 put carlos rossi youngin muscle got game charlie hustle come niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money pockets advance clear room bitch aint shit boy dont approve see hennessy bacardi turns party aye backwoods pre rolled club get foggy see niggas mean muggin well leap froggy though see mad ass applauding thats bitch flips like dolphins see gon work bounce bed springs ugh credit cards debit large cash got real big bag smell like forest see used sell weight til gastric bypass ugh pass mac smack car glass addicted ballin timbs ate wheaties learned dude dawg taught greedy king east bay e 40 boss leany ugh money ugh money houdini yeah yeah yeah niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money niggas really want money dont want nothing else nigga promise niggas really want money niggas really want money boyfriend dont like cant blame tryin like kinda lame huh dont wanna man girl im bein honest got pants got whole club like damn booty big enough booty big enough booty booty booty big enough put red cup booty big enough booty big enough booty booty booty big enough put red cup cup cup whole seat ers booty bigger prius hella thick get mother yellow bones complexion butter dime piece two nickels nipples pokin like missiles dont make rain make trickle im hustler make triple bad one look way switchin way walk dont care real dont care bought dont discriminate darling see im far racist like em latin caucasian black arab asian get rid baby weight pretty girl booty bodacious youve lunges crunches planks basics tight jeans see camel toe slap ass like im fittin domino bitch boyfriend dont like cant blame tryin like kinda lame huh dont wanna man girl im bein honest got pants got whole club like damn booty big enough booty big enough booty booty booty big enough put red cup booty big enough booty big enough booty booty booty big enough put red cup cup cup kid ink every bottle section ass table top swing direction put red cup shot glass butt order nother round throw round dont stop work aint even clock still anything anybody asks tell em thats shorty yeah thats shorty done fell love stripper pain already know bro game know give yeah man keep callin girl keep real dont want problems og 40 water night goin miss tomorrow boyfriend dont like cant blame tryin like kinda lame huh dont wanna man girl im bein honest got pants got whole club like damn booty big enough booty big enough booty booty booty big enough put red cup booty big enough booty big enough booty booty booty big enough put red cup cup cup big enough set cup booty cup cup cup cup cup cup big enough set cup booty big enough set red cup cup cup big booty small booty long booty tall booty thats make front page blog booty wanna see doc better squats id rather touch soft ass hard booty throw back throw back could chiropractor working back could start clothing line showing gap thats standing ovation making clap big gesture got good texture make guess jeans stretch like polyester call lord bobby imma bless scepter breaking head boards fucking architecture got big butt got big butt walk hoes like fuck booty got mind thats head butt turn ass around hold fucking red cup im sayin booty big enough booty big enough booty booty booty big enough put red cup booty big enough booty big enough booty booty booty big enough put red cup cup cup big enough set cup booty cup cup cup cup cup cup big enough set cup booty big enough set red cup cup cup +2 chainz,yeah birthday birthday die bury inside louis store ha uh uh ask come shit studio want birthday big booty ho want birthday big booty ho die bury inside gucci store die bury inside louis store want birthday big booty ho want birthday big booty ho got big booty call big booty skrr skrr wrists movin cookin gettin im kitchen yams everywhere made juug got bands everywhere realest nigga breathin hold breath referee whistle brrrt hold tech extendo clip extendo roll yo girl leave need hair salon hair hair weave killer goin trapathon see done bombs pakistan dope bomb dro bomb pill bomb see nigga im ballin call die bury inside jewelry store die bury inside truey store true religion two everything im different die bury next two bitches ask come shit studio want birthday big booty ho want birthday big booty ho die bury inside gucci store die bury inside louis store want birthday big booty ho want birthday big booty ho ahh yeezy yeezy huh birthday deserve greedy huh holdin aint givin needy huh go downstairs fall asleep tv yall together ten years deserve menage specially put bmw garage specially paid couple payments momma crib went nieces graduation man hate kids last birthday got new sweater put give kiss tell better said bout get jewelry west end bout hit westin get best friend ha im jokin im serious asked dont actin like actress preachin practice dont reachin dont touchin shit kanye wests benz cause turn back pedestrian hah ask come shit studio want birthday big booty ho want birthday big booty ho die bury inside gucci store die bury inside louis store want birthday big booty ho want birthday big booty ho birthday birthday bad bitch contest first place first place first place bad bitch contest first place show check workplace hand valet keys merces tell dj play song shit come im seeing back cant front ask die bury inside booty club get girl get girl get get girl might switch get girl ask come shit studio want birthday big booty ho want birthday big booty ho die bury inside gucci store die bury inside louis store want birthday big booty ho want birthday big booty ho deuce ye like snoop dre isnt birthday baby deserve coupe today whoa first place first place bad bitch contest first place eardrummers mike made yah tru 2 chainz smokin gas life cinemax movie bought boo bigger tits bigger ass hes smoke strong popeye louie vs archives black diamonds apartheid bread top block block hit ass bla kow dope enough go yo nostrils take girl kidnap feed mattress skeleton closet probably one dead ass rappers probably one pussy ass niggas dont try ill pull trigger got car note cup rent swisher pussy good miss ya head games vicious get cheese like im takin pictures yeah say fuck less im ya take picture know real niggas wont miss ya lie lie lie ee ee lie lie lie ee ee real niggas say word aint never told lie aint never told lie real niggas say word aint never told lie aint never told lie real niggas say true aint never told lie aint never told lie thats thing dont nah niggas tryna see million fore die whattup 2 chainz champagne want true thats true enough forbes list like every year office tour bus came brought food got fucked knew whassup think im realest say damn makes two us aww look like whats name chances whats name chances acting fucked never fucked could grammy still treat ass like nominee need know pussy like one time fine young intern money like built shit streets talkin theyll confirm go ask killed shit stay keepin cup full im extra charged like state tax chainz go way back dont talk shit state facts yes lord yeah say fuck less im ya take picture know real niggas wont miss ya lie lie lie ee ee lie lie lie ee ee real niggas say word aint never told lie aint never told lie real niggas say word aint never told lie aint never told lie real niggas say true aint never told lie aint never told lie thats thing dont nah niggas tryna see million fore die whattup name nigga want ill rap ass trap ass put ass plastic bag trashy ass take bring em whole things 2pac without nose ring thug life one wife mistress girlfriend say wouldnt went say couldnt ysl belt buckle yall niggas sure lookin yall niggas sure lucky two chains rugby left hand steering wheel right hand pussy yeah say fuck less im ya take picture know real niggas wont miss ya lie lie lie ee ee lie lie lie ee ee real niggas say word aint never told lie aint never told lie real niggas say word aint never told lie aint never told lie real niggas say true aint never told lie aint never told lie thats thing dont nah niggas tryna see million fore die whattup word word tru yeah yeah 2 chainz mustard beat ho im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing middle finger competition im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing pull scene roof gone leave scene bet boo gone beat pussy like new song 2 chainz got everything hot skip lukewarm tell shawty bust open uncle luke got present present gift wrapping dont feel good trigger happy bet stripper happy bet wish wish nigga would like kitchen cabinet cut different fabric fucked good bad habit bitch sit got bad atti gave wrong number bad addy aint going nowhere like bad navi ass big told look back look back look back put fat rabbit craftmatic high attic high like addict im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing middle finger competition im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing 2 chainz got girl celly get celly made meet telly meet telly put straight belly go belly aint shit tell ugh hair long money long broke niggas dont get along hair long money long broke niggas dont get along paid thousand dollars sneakers ye told 100k feature ee err ee err sound bed beat beat get head well might get head beat dont give fuck switch nigga live yeah going get might valet park brinks truck mustard beat ho im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing pull scene ceiling missing middle finger competition im different yeah im different im different yeah im different im different yeah im different pull scene ceiling missing uhh alright hahah yeah used treat mattress like atm yeah bond 9 thats favorite scent yeah cant forget kush im talking og yeah rest peace pop og oh yeah 285 pack uh cannot forget strap yeah rest peace nigga doe ever want ball easy part playing weezy hard sit kitchen late tryna make escape trying make mil ima keep plate told em shawty leave ima keep rake ima keep wraith jewelry look like lake today im maybach car came drapes know look like safe put back place look right face sing bitch like im drake yeah good drank big knots good drugs put four rocks drop top hot box 12 tried pull pink slips cops said molly give thizz face put dick rib cage whips kunta kinte diamonds clear like bombay take babies harambe play keys like doc dre 3k like andre girl call come gucci huh huh trunk front well check top trunk play money check yo poppin trunk three mil month three years bunk oh slump im headed oakland like kevin da runt point square stamp kevin durant lay trap play cap ill knock hat im taking cheese killing rats gucci mane call cat racks im swervin im back bach im persian man got hoes iraq im servin pay bird nervous aint got words hurt want purses back mixing syrup percocets perfect got perky breasts want turkey neck trapper year im bouldercrest snitch year cause told bis good drank big knots good drugs put four rocks drop top hot box 12 tried pull pink slips cops said molly give thizz face put dick rib cage whips kunta kinte diamonds clear like bombay take babies harambe play keys like doc dre 3k like andre girl call come ayy mike dean shit hard fuck bruh living legend appreciate ayy guwop im glad home cuz quavo already know man got next niggas double salute man true shit 2 chainz hair weave killer daniel son necklace chapo jr mean go days uh oh oh oh tomorrow tomorrow tomorrow tomorrow tomorrow tomorrow tomorrow tomorrow aint thing tomorrow tomorrow tomorrow tomorrow tomorrow uh way living today im talking right tomorrow tomorrow dreads hang designer everything mr comme des garcons mr alexander wang mr chain pinky ring flow insane ho insane man shoes got hardest ive done seen look clean pour remix make dirty got good head text text back tell hurry category 5 walk strip club throw high make george washington head butt ogs never fed us young niggas fed ballin hard deserve one baking soda marketing im getting aint obviously bitch ho thats philosophy im known kick like captain soccer team billie jean red leather color red lobster brain wash ya head doctor ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching drop top head bopping ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching drop top head bopping grams grammys two guns yosemite niggas put glock ass fuck heather b pumping amphetamine im peddling somewhere settling somewhere never top never might need respirator money rise like im counting elevator gon need detonator swimming barracudas close docket mafucka prosecutor armani givenchy parachute im fly jumped air wearing gucci im raw talking california rolls smoking california weed california hoes sending flicks partners state pen got pants made snake skin see shades got called ray bans shades got cost eight bands ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching drop top head bopping ima fresh hell feds watching ima fresh hell feds watching ima fresh hell feds watching drop top head bopping yeah yeah yeah murda yeah yeah damn right bro 4 im gettin started birthday threw surprise party reminiscin bout trap playin first carter life changed first daughter got first quarter flippin 50 dollar slabs niggas lookin bills askin half cut different cloth take pride results anytime wanna dip im providin sauce side boss kind boss keep playin end signing boss drop ep nigga free free nigga yeah zz nigga king like bb niggas rock champagne p wasnt struggle wouldnt call deuce dos anything broke got aim scope got game throat damn okay popped surprise see never took poppin type damn 4 please believe hype hit lights im way top pop flick drop pin send location ima pull bullet coupe spaceship drop bag dangerous ima hit 4 see make dropped collegrove sky ooh group best rapper thats alive ooh never turn back slime ooh aint wanna fuck bitch fine ooh hold baby let take time ooh hard get head try drive ooh jumpin cake thats surprisin ooh pickin duffel bag like exercisin ooh bought mama new house cause deserve ooh practice makes perfect nobodys perfect ooh escobar open service ooh send dr miami surgery ooh okay popped surprise see never took poppin type damn 4 please believe hype hit lights im way top pop flick drop pin send location ima pull bullet coupe spaceship drop bag dangerous ima hit 4 see make ooh riccardo tisci crewneck ooh killin rapper spree nigga next ooh talkin chillin watchin netflix ooh used trap watch bootlegs ooh im wave like durag ooh see boo crew ooh talkin tequila pipe ooh hope got clean vagina yeah drench god drench god really representin squad really tec got rollie get used sell drugs living got job sellin records use jeweler reference might buy charm extras might use legs necklace okay popped surprise see never took poppin type damn 4 please believe hype hit lights im way top pop flick drop pin send location ima pull bullet coupe spaceship drop bag dangerous ima hit 4 see make dont stop trappin boy got bout 12 racks mornin got bout 12 racks started last night still goin 12 racks strong got pitbull corner pregnant got crackhead corner pregnant everybody pregnant cept partner gettin money though im tellin yo okay niggas niggas niggas ballin niggas athletic niggas a1 got street cred niggas ballin niggas athletic pulled phantom pulled dancer got pocket full money kinda hard keep pants nigga tryna run bands fuck bitch hands lil quay fuck xans kinda hard understand duffle bags escalade call bitch bread truck got bitch going retarded call uber spare truck niggas never scared us niggas never ran bitch tryna put head niggas tryna put feds niggas tryna take meds everything players niggas sunny like arizona gunshots sayin something spraying shit like aerosol foul thats fair ball nigga cant reach goals keep shootin damn air balls watch lil bitch watch lil bitch watch lil bitch uh watch lil bitch getting mad im getting rich getting mad im getting rich watch lil bitch watch lil bitch watch lil bitch hey watch lil bitch getting mad im getting rich getting mad bitch im getting rich watch lil hoe partners still smoke parole say im crazy used talk stove tell lock shit tell lot go dealership fishtail lot know im comin straight block know im comin straight top shawty said want 5 million cause told leave called thot shit like damn im comin straight pot still got act stock nigga aint gotta lie nigga aint gotta try wavin thing sky wavin thing body wavin thing eye look watch wrist got em watchin wrist told lil bitch ill pass nigga watch assist run trap like marathon niggas softer silicone know like feelin gone know like ceilin gone sit farrakhan turn white house terrordome used serve chevron used serve necklace bitch watch lil bitch watch lil bitch watch lil bitch uh watch lil bitch getting mad im getting rich getting mad im getting rich watch lil bitch watch lil bitch watch lil bitch hey watch lil bitch getting mad im getting rich getting mad bitch im getting rich yeah hahaha yeah ooh murda yah thats vibe wanna vibe yeah thats vibe yeah uh thats vibe vibe thats vibe yeah yeah yeah oh thats vibe oh vibe thats vibe thats vibe wanna vibe yeah thats vibe yeah yeah yeah yeah thats vibe wanna vibe thats vibe shit vibe yeah yeah late night oh vibe let slide oh vibe yeah yeah dim lights oh vibe yeah get high vibe oh vibe yeah vibe dont like pussy drippin gushin drippin thighs vibe get high diggin deep im lookin eyes vibe realest know feel vibe different vibe vibe nigga bitches like okay got ambiance want get paid solely based performance ego enormous like crib california aint got heart man gonna need donor said im corner atl got clientele avoid paper trails broke many bales im shell shocked held glocks sold rocks mailbox got vibe make yellow chick turn neck got vibe make cougar wanna spend check got vibe make asian want hibachi got vibe make italian want versace carbon copies get declined im pioneer beat pussy need riot gear volunteers gas ziploc thats loud clear one outta year thats vibe thats vibe thats vibe oh thats vibe yeah yeah thats vibe vibe vibe thats vibe yeah yeah vibe type pussy tight maybe ill spend night yeah yeah thats vibe bust bust wide type shit like yeah yeah thats vibe vibe thats vibe oh vibe yeah yeah vibe yeah yeah yeah hey jack start beat tinop yeah based tru story uh started trap rap matter im got crack started trap rap matter im got crack matter im got crack got crnack yeah got crnack got crnack yeah got crnack started trap rap matter im got crack standing blocks selling hinard going dumb going retard regard brnoad pinark car bitch im collipinark southside outside im ridin round get look around took style like mothafucka trippin let slow fore get ticket nigga want verse gon cost chicken rearview mirror shake like stripper ho car big got stripper pole im balling ballin like give gno talk crack get rico started trap rap matter im got crack matter im got crack got crnack yeah got crnack got crnack yeah got crnack started trap rap matter im got crack shawty got real good pnuss shit stink need dinush im killer pnush get fucked get slugged bet wont even get us 2 guns adidas im c niggas cant even see us ear muffs neimanmarcus im like cmon lets start keep real deparment versace garment yeah dont give finuck dont give finuck make suck dinick till bitch hiccup call phinone wont even pick started trap rap matter im got crack matter im got crack got crnack yeah got crnack got crnack yeah got crnack started trap rap matter im got crack thousand eight grams bnag making jewels work moving fnast need mind fucking binaz get cash get fast paper tinag new car forget got hoes four hoes foursome christmas let turn baby mama listening extra garlic butter got benihana issues trigga finger itchin like poison ivy going hard viagra trying sign might get endorsement baking soda catch cooking crack trying make rollie started trap rap matter im got crack matter im got crack got crnack yeah got crnack got crnack yeah got crnack started trap rap matter im got crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack crack talk crack get rico ima tell ima tell right woke mornin nigga winnin real got big amount took different route pick litter juvy gave community pick litter want easy please tease wore yeezys dinner season got seasonin dont make sprinkle niggas got reasons wanna please send pussy pictures met week fucked evenin turn freak liquor yeah boss bitches yeah pour voss bitches yeah thoughts bitches yeah rock double cross bitches yeah dearly departed gather today prince shit know say safe got friendship ten thin weight flip weight gettin paid gettin laid bitch made took sick days 6 trey 6 4 bounce bitch bounce hood nigga favorite spot waffle house patty melt hash browns tryna avoid pat downs tryna avoid lame hoes weirdos background blackout back blow horn pedestrian shawty ride like equestrian bought dress red bottoms got rollie got car walk zoo say pick fur last night blur mornin got two dont know goin ape like zoo got tool screw missin two girls pool kissin everywhere go rod cause niggas actin fishy fuck yall niggas man duffle bag forever left v live atlanta could never die long tit alive yeah look got big amount think im biggest got hits aint even put em lit cant even put got billboard melodies rap somethin side crossed side didnt even die got money never show let nigga try play heroic michael jackson talkin dreams say bad know better shamone check im j prince investment niggas love talk reckless see like best friends got sand colored fn ive never seen inside marriott westin five stars nothin less fuck niggas payroll let em know safe code knew month though call niggas big bro could move hidden hills still dont live code im respected everywhere go nigga long live bankroll skip rainbow funny style shit straight pot gold somebody everybody know 6 god god flow yeah yeah +watsky,hai im guy built fly silk bow tie dont know im built fly lie oh rolled lowride huffy sitting pegs shelltoes puffy cuff rolled calf class ass bad swag like buffy gotta one bite bullet im sinner bet couldve better man wanna zen go sippin medicine instead meditating get dont wanna wind gutter bottle malt liquor bitter cause never got call telling figured im sick doubt im looking wall part hoping caught moment open good god got lobotomy get oughta become bit oddity somebody gets offended thought whos gotta kidding like gabourey sidibe see chickadee diggity itll giggity giggity giggity gonna send like letter woman love cause get like live babys gay ill say go gay baby work crib work bib burp kid screw police flip car dont want jesus piece want reeses piece kit kat bar want everybody focusing getting letterman kick betterment innocent americans never want settle pop cause bedroom rocks beat still knocks sort socks im five foot eleven sex tip head gorgeous knees boy rap good dont know pale boy raps good meow meow meow meow meow meow meow whoa whoa whoa take us whoa whoa whoa take us im phenomenon gotta bring pain octagon wanna spit game soccer mom get quicker left lane autobahn fast like ramadan battle young padawans damn day im getting naked im hopping wrecking ball hot got motherfucker la flambe go mileys house see mileys home play mileys ribcage dick like xylie phone yes highly fucked skills highly honed highly hyphy might widely known cest la vie better pay fee kick seattle patagonia jacket get bay plain white tee hey mami pyt wanna see speak go go go go cause every time get beat know gotta beat bend break chop eat peta would never approve way ive treating music bleed bruise kick curb im sipping bourbon freaking keeping moving im picking apart muscle im thinking hustle im nice nice whoa whoa whoa take us whoa whoa whoa take us jump freeway median im savage cause mode im meaner average like teacher taught heard crowd applaud thought atheist realized im god could hurt bit murder shit moment ill taking tourniquet burn hit sternum dont even got enter im gonna win tournament thats im got never gonna pout hope would end im never tend give benefit doubt ever since little kid know ive looking hot hot spotlight really wonder think competition tight ive reading scripture every photo bomber wanna picture better bet im living every single day like motherfucking catalina wine mixer bada bing bada boom walk im king room get locked like king tomb spit toxin cough fumes cause im back nick time attacking fickle mind im jackal ill rip hide ima tackle pick fight dracula set bite black bitter night im poof whoa whoa whoa take us whoa whoa whoa take us whoa whoa whoa take us whoa whoa whoa take us fuck love car paint job love love car road trips show miles arms pink scar doctor pull bone chips cause pressing gas bit hard right moment road curved bit sharp woke somebody unclipping seat belt pulling open window flipped car cold pizza tie dye shirts broken hearts givem givem hand downs give give leftovers give give sloppy seconds give em give em dont care youve many miles still love dont care youve many miles still love show someone says got baggage ill show somebody whose got story nothing gory means glory baby please dont bore wont know get favorite sweater present got couple presidents ago promised would rock till thread bare bet every single person gotta couple skeletons pretty soon room itll clear elephants elements pitfalls beers flat cabs called everybody momma hear drama thats happening behind thin walls cold pizza tie dye shirts broken hearts givem givem hand downs leftovers sloppy seconds givem givem dont care youve many miles still love dont care youve many miles still love dont care youve many miles still love dont care youve many miles still love pattern women isnt flattering image dont want run away said dont want guy hide flaws ill giving side dont let show everything fashion ever happened always coming crashing better let go couple years retro rock marc ecko shirts gecko cause past man hopeless nows little cousins look dopest fuck fashion po po stale doughnut dont need tips fuck five second rule thats plan never understood september kitchen christmas sweater sipping cold coffee phone damaged goods single place would rather im fucked like youre fucked like cold pizza tie dye shirts broken hearts givem givem hand downs give give leftovers give give sloppy seconds givem givem dont care youve many miles still love dont care youve many miles still love dont care youve many miles still love dont care youve many miles still love theres 7 billion 46 million people planet us audacity think matter hey hear one comedian croaked someone stabbed heart little poke keeled cause went battle wearing chain mail made jokes hey hear one screenwriter passed away giving elevator pitches elevator got stuck halfway ended eating smushed sandwiches pushed crack door repeating crappy screenplay idea talking dogs til last day hey hear one fisherman passed didnt jump ledge stepped air pulled ground towards really fast like pitching line went fishing concrete earth drum hes hitting beat reason theres smog los angeles cause could see stars could see context universe exist could see small one us vastness dont know one would ever audition mcdonalds commercial would frozen dinners tv world want text either someone microwaved popcorn hear sound thousand people pulling heads asses rapid succession people hunched boston theyre starting app stores screen printing companies san francisco theyre grinning los angeles like theyve got fishhooks corners mouth dont paint like good guy cause every time write get choose angle view select nicest light wouldnt respect heard typewriter chatter tap tap tapping mind night stupid tape loop old sitcom dialogue tattered memories girl got grind high school filed carefully rice paper heart colored pencil brain eraser dont want real girl want trace catalogue truth told im unlikely hold cause soul crowded subway train people keep deciding get next one rolls town im joining false movement san francisco im frowning hunched boston im smiling los angeles like ive got fishhooks corners mouth im celebrating weekends 7 billion 47 million people planet audacity think matter know lie prefer alternative ive got tourniquet tied elbow ive got blunt wrap filled compliments im burnin say go sleep bouncing bedroom walls since hecka small every age tucked inside like russian nesting dolls mother 8 year old girl grandson 74 year old retiree whose kidneys failed thats glue thats screws nails live house made sounds strange thats someone please freeze time run around turning everyones pockets inside remember didnt see shit moral story moral story till arms fall till abs get hard bones soft till hands go numb cramp fans stands go dumb write till fingers look like bouquet roses gotta bring flowers show biz focus quiet coyote come lets go kids everybody get together study buddy talk fucks dont give big explosive lotta people dont live dont ever get motive got goal gotta hold onto hope didnt would ask rope work church studios closest spit sick cootie flows grossest dont pissed focused shit cause supercalifornialisticsexyandweknowsit youre menace go number one top five finish chicken pot pie im thinking im gonna another popeyes spinach im rottweiler pop collar pop fur youre nerves mark words gotta put leg mark turf moral story moral story till arms fall till abs get hard bones soft till hands go numb cramp fans stands go dumb work im black yellow black yellow worker bee work im black blue burgundy burgundy work earn rich mahogany honestly cant tell im working bitch dont bother show modesty youre watching bitch anybody way misogyny youre blockin soon defeat build bridge ill tunnel underneath eat excrete ill feed flowers need ill go absorb fucking powers put hour hour lets crystal clear im gonna get takes day fifty years ill fingerbang fears ill fucking punch dragon even himalayas way gonna happen cause waiting doesnt work praying may come hoping doesnt work one moral story moral story till arms fall till abs get hard bones soft till hands go numb cramp fans stands go dumb maybe someday might see glossy photo weirdos rocked bells hard since quasimodo swag swag swag swag swag swag swag swag thought swag dead way thought swag buried forest bieber said swag chorus went bought big fat thesaurus thought swag dead way thought swag buried forest bieber said swag chorus went bought big fat thesaurus youre boss hog youre top dog youre slamming would say youve got pogs youre suave swell sick sense ill chill slick youre hip youre hit youre tits youre rude would say youre sshshhhhs shimmy shimmy cocopuffs youre loco youre dope nuts youre raw open cut youre bold youre golden youre funner stone cold stunner real mean mugger youre colder side pillow hot underside cover los angeles summer youre dumb dumber youre smart smarter youre hard harder youre peter parker right spider bite youre dynamite brightest light hypest hype youre zen youre ten youre gem creme de la creme de la creme de la creme 1860 walt whitman wrote cock hat please famous poem leaves grass 2012 justin bieber said swag swag swag chillin fire eatin fondue dont know know say hello falsetto three two swag thought swag dead way thought swag buried forest bieber said swag chorus went bought big fat thesaurus thought swag dead way thought swag buried forest bieber said swag chorus went bought big fat thesaurus presence essence pizzazz panache dashing flashy brazen brash verve nerve truth proof cash passion class better ever cool cucumber smoother butter little bit smug hotter mug eye tiger heart lion look thug pick litter attitude cleanup hitter baddest dude totally sure full allure raconteur poison cure gravitas glamour youre droppin hammer swashbuckling debonaire lister x factor capital g best hair dragon slayer franchise player king president governor mayor youre rare opposite square pompous youre shaped flair like rhombus confident jaunty awesomely saucy got props ghandi got lock rocks moxie youre rocking brand new socksies city city grittiest kid could little bit cocky saying swag obnoxious looking capture confident way im walking talking theres options say hes got watsky first time listened watsky like sounds like fucking honky dont even think knows listened times dont tell anybody kinda goes hard though im driving burbs coming back im pulling driveway im rolling front back im shifting forward reverse car bunch subarus wiener getting sexy cul de sac l l l im avenue rapping labradoodle half wasp half jew yous saturday cartoon ill smack ya black blue im acking ratchet daffy duck snacking rabbit stew yabba dabba doo gotta lick lips smoke bowl yogi bear im sticking pic nics head maginations colorful crayons brain ill scribble silly shit skull holy cow dont think theyre gonna hold recommend listen record theater dolby sound im sipping coldest round preppies goldie locks bet bunch 100s everybodys gonna scatter minute police knocks like sorry ociffer getting sloshed occurred rastas broke made us smoke lots herb im sorry honest abe popo dont take away way cause ever try lock im pleading cray cray theyll say may day may day oh creepy givin heeby jeebies hebrew robo beep boop beep boop please untie hes behind whats 50 grand motherfucker like please remind lot thatsa life changing amount money normal people ever seen corpse exquisite one think frankensteins monster think fun youre getting good johnny starts leg sew arm lend hand add piece kind beast made lets find woke sunday bloodshot sky robot overlords goose step shoulda listened juice try bill science guy told us end nigh lately getting harder survive since hive started ban american refugees damn part peoples republic antarctica bum begged bill could borrow babbling shit theres still tomorrow said legend theres still baja grill sbarro top mount kilimanjaro desperate set deserts portland thirsty horse collapsed scorched sand promised heart soul id crawl across dead world garlic rolls yo kid let go dead horse stop crying need ride hop red porsche eat something homie look bony frail hell would take oregon trail remember back grade school stupid computer game shoulda known better theres one blame dying dysentery dont climb enemy ima take underground hive resistance apparently colony people garden full veggies even garlic sprout leader general bieber running shit found way end drought bring swimwear soon pulled heard drilling noises children started dancing even grown folk joined like hydrant bronx water shot air boiling hot solar flares ooowee aint bitch nobody believed til first wave hit ground started shaking sky went red god damn another one colonies people living ground rallied clowns resistance born fight mankind existence porn back surface life eaters avoiding wild packs north american beavers creepers face feeders fearing great reaper youre either gonna get eaten beat pay meter real shit homie dog eat dog like robot clown eats man whole squad graffiti wall says god still homemade vodka thats cool homemade vodka pour shot swill im person left remembers distill popular product underground economy im popular person underground colony resistance leaders throw shots bar fight robot clowns late theyve stressed depressed cause chances us winning becoming less less lost captain human army morales really low lot people starving im still wondering happened even real acid clowns advancing use word cause theyre coming underground wait whats sound kinda loud holy shit right calm soldier time fink beat clowns okay need think ive lost ten men week cant sleep wink last place earth guy get decent drink darned lose bar useless zombie bastards id rather starve boozeless put barbed wire slabs fences buy us time plan defenses pick chairs trash cans floor stack em front door jam entrance aint got grenades still might saved found fifty diet coke cans breath mints fill trash cans brim cola robots break toss mints soda see blast wont hurt em itll get em wet certainly itll mess wiring disrupt circuitry dont work though next plan cannot fail drink vodka shot shot til drunk feel pain spark flame turn bottles remain molotov cocktails ive clowns ive reached limit may killed captain im lieutenant wont let terrorize us wait minute aint robot zombie man hell adam ah didnt mean scare ya dude thats robot iggy azalea musta hid bar learn report back captain folks attackin favorite rap stars oh shit quick hit fuckin duck tape came sing rap give us undercut fades lo fi beats transmittin telegraphic autotune help shes inside head dont think immune repo think im deep weeping seams forfeiting dreams keepin streets g code way outrun doublin track everyone get meddle mean puttin pedal taking tempo tunin never gone let lesser level ruin im inducing doomin im undoin deuces im dippin comin kid im head dojo diggs got pistols hidden fro though robots think bitch diggs gimme loko let borrow jefferson robe bro im goin postal bay boys bout put barrel fuckin blowholes whoa whoa whoa hold cash see im trimming mustache heard newly brainwashed rap chicks really fuck comb pistols fro theyre sitting table theres two cheesesteaks fully gassed lesabre im ready ride haters lets go better drive cause already know apocalypse im behind wheel black ass sure enough gonna get stopped aint got time tags expired know really trying die today cop iggy robot whoa stop lemme go bottle kombucha ive brewing back porch grab backpack closet got passports ive planning minute seen writing walls survive find civilization theyve got know first swoop chinaka case need muscle reason anything indiscriminate hustle roll hood real slow bumping something monsters know like watsky song lo behold theyll follow car wherever go lets lead em napa let em gentrify bitch start car homie stopping swishers mcflurry bruh theres time shit hold go nak right pull ayo nak ayo nak get car ay rafa get backseat make room ya fam friend ill give mcshake end hansen fuck yall talking end world pinterest tending end curls mean sky always purple people running vapors mean tribune gone aint gon read papers nothings different black women apocalyptic breakfasts follows revelation dinners lights water smelling flint exquisite corpses laying bodies bombs baghdad drones grenades life give us citrus learn drop lemonade okay fellas shall get formation bump pied piper aura trunk scraper end world styling fitteds gators lure stupid mufuckas goose chase use whatevers already suitcase got whole row jones open road flow cold dont need ac popped fo doze ill read formal prose bet butler knows make us free lauren olamina trumped world black magic woman still called girl constant change holmes lets get supplies dip bay homes got earthquake kit six gallons gas got diggs driver raf back got passenger seat last sweets go north daveed gun til wine country moving fluid like turfin idummy bay moves learned natives gon keep us safe forty water water instrumental tape lets go theyll get tired behind us mean half em hybrid nigga wind ups got nothing power got nothing time got kwudis new beats music mind nothing left napa scent grapes palate cleansing tapas discriminate taste nothing left calistoga one popped bubble got two dudes like one nak trouble hell sposed repopulate humanity two yall thats like actual insanity like ew thats really gross guys like diggs rafa nobody else get back styling wine country nothing else red red wine dont want die hum breath fight death quiet depths bunker confounded came dumbfoundead brought battered base underground hunkered summer winter came flame tended flickered nothing us living resorted burning cadavers like tinder lumber bickered bitterly wickedness hit peak hunger sickened hunted pickpocketed weak plundered visitor surface stole garlic roll dave busters butchered buster sleep lick fingers butter kind gave indigestion confess pipes ruptured dung lungs punctured dumb stuck sharpened end plunger grieves shallow grave next j biebs azaleas pale humungous butt rest head upon perpetual slumber frail wretched kvetch wail curtains days numbered im numb pain yet one remaining certainty gives comfort made living yelling opinions loudly thinking might matter drew crowd see lily cheek iggys chilly cheeks finally see future fine without nothing entitled mine im token broken time maybe theres survivors surface lesabres working tomorrow sipping red red wine red red red red red red red wine beautiful sexy night shame someone would try mess right look around mean hearing everything youre saying honest dont give fuck dude let tell gpa four straight let tell bout resume cray insane boyfriend hes hot car bought ooh la la blah blah blah cause im bachelor fuck attachin label life living imagine future wont living past ill flipping birds like chicken breast spatula youre bragging forget thunders rains pours let morning itll hit george said gave fuck returned store credit dont sore yet got score settle cause pleasure fun etiquette get table pour drinks get dont boneheaded benefit ill getting open seeking seventh heaven irreverent seeking reverend pope benedict got stick sun dont shine well thats fine remember dont give fuck let tell gpa four straight let tell bout resume cray insane boyfriend hes hot car bought ooh la la blah blah blah wanna get mind right im looking tomorrow check eyesight im gonna focus fine night cause know life finite never neverland isnt legend gotta digging present session getting wedging wettest crevices effortless grabbing piece flesh love fight people slower nineties modem wanna see nips load em life woman shes got epic titties wanna get live motorboat em cause wanna see cool classy wanna see cruel nasty cause real shit lemme feel cant deal dont give fuck let tell bout five year plan 401k let tell bout workout set p90x let tell bout random crap dont care ooh la la blah blah blah let tell gpa four straight let tell bout resume cray insane boyfriend hes hot car bought ooh la la blah blah blah open letter fat arrogant anti charismatic national embarrassment known president john adams shiiiiiit mans irrational claims im league britain vast international intrigue trick please wouldnt know im doin youre always goin berserk never show work give regards abigail next time write lack moral compass least job rumpus line behind crossed ooh president lost aw rough life better run wife yo boss boston let ask question sits desk youre massachusetts calling dick back 76 really havent done anything new since youre nuisance sense would die irrelevance go ahead aspire level aspire malevolence say hi jeffersons spies around maybe confirm dont care kill career letter im confining one term sit john fat motherfucker cool +trick daddy,hell dont wanna holla motherfuckin trick smelling like boonk hennesey shit hell im saying though got playa back trying say whats hell dont wanna holla thats alright hold bitch hold bitch hold bitch hold ho check ho dont know nann nigga uh uh thatll represent like wholl say shit like one wholl lay dick like bitch dont know nann nigga uh uh shit run yo whole lil crew pay got ho dont know nann nigga uh uh thatll run yo house put gun yo mouth blow yo motherfucking brains bitch dont know nann nigga uh uh wholl fall club free drinks show love take bar home thugs bitch dont know nann nigga uh uh know mo niggas mo killings weigh mo dope dealings bitch dont know nann nigga uh uh bitch dont know nann nigga uh uh dont know nann nigga dress fresher dont know nann nigga wear mo polo shit bitch dont know nann nigga uh uh mo freaky stuff eat coochie wit legs blow yo butt dont know nann ho uh uh liked dick like wholl bite dick like ol lil dykin bitch like dont like bitch like ill fight bitch like ol trifling bitch like aint telling might bitch dont know nann nigga uh uh ho dont know nann nigga uh uh uh uh uh hold fuck nigga think aint ashamed nothing hold check shit dont know nann ho uh uh places spend grands spend fuck bout 5 6 best friends dont know nann ho uh uh thats chain like thatll floss thang like ole lil awful thang like dont know nann ho uh uh sell ass know nann ho thatll make come like nigga dont know nann ho uh uh tried types shit quick deep throat dick let another bitch straight lick clit dont know nann ho uh uh thatll keep wet like make come back back like lick nigga nut sack like dont know nann ho uh uh thatll ride dick dime love fuck time one whos pussy fatter mine bitch dont know nann ho hold baby hold said youll bitch nigga heard motherfucking said well baby gon doin need team cuz im realest nigga motherfucking know well want know find taterhead got number tater boy bet help tater boy ha ha ha hah hahahahahahahaaaa yeah theres lot fuck niggas club tonight ay gonna aight hahahahahahahaaaa cause clique dont give fuck nigga ay trick daddy jim johnson big lil jon lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go want come get cause im tote big guns everybody know somebody know somebody know somethin bout want answers see lot dudes like act fool get loud aint style gon get gon run want impressin homies stood front momma mop flo kick door let fo fo hit got fools thatll go get crew dudes run lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go gotta spit murderers killers thugsters fuckin ballers dealers hustlers got comin bogus vi bumpin lil jon imma rush ya psycho nigga twista chicago rollin miami nigga thatll crush ya already lookin drama nigga try get still gotta get feelin fury tough shit cant never cute penicillin im telling trick im finna steal em got swingin crissy hennessey bottles club homies goin ya scrilla dont get twisted overnight celebrity better scared city im killer lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go aint rapper type alright actor type alright bein soft aint script im playa square see hennessy whole industry enemy aint kin friend bitch dont pretend yeah im strictly thugs im part streets straight hood mo ghetto dont even need gat bougie cats im straight county dade 3 0 5 nigga never gone south border americas wanted gon get slaughtered lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go lets go want get let know im bout fuck nigga lets go want get let know im bout fuck nigga lets go ak go chop chop chop chop sk go fah fah fah fah ak go chop chop chop chop sk go fah fah fah fah funk hit thug yup like hit em chest one time one time head buddy roe yall check dont know worlds gonna bring know one thing life baby cause im thug day every day baby cause im thug wouldnt change world uh uh cause im thug thats right heard baby cause im thug ah hah oh yeah check could baggy jeans gold teeth make different yall aint trippin dog listen dog raised little different yall im doin thing usin ghetto slang im representin thug shit niggas roll watch niggas theyre gon love niggas bond run got ten years parole since cant say dog imma say yall motherfuck po pos fuck judge cos fuck da pos fuck family victim witness snitchin ass hoes nigga dont know worlds gonna bring know one thing life baby cause im thug day every day baby cause im thug wouldnt change world uh uh cause im thug thats right heard baby cause im thug ah hah oh yeah check see im tight niggas like nigga got many hoes know got clout look mouth nigga got many golds niggas tellin hoes theres somen nigga bitch ive watchin watchin must wanna fuck nigga name alone known break happy homes disrespect dog aint business even answering phone ass home couldnta gettin couldnt hittin right cause ever since night hittin phone want thug dont know worlds gonna bring know one thing life baby cause im thug day every day baby cause im thug wouldnt change world uh uh cause im thug thats right heard baby cause im thug ah hah oh yeah check since yall niggas wanna smoke blunts pump guns imma show thug dog thug dog give half pill zephyrhill im like fuck dog fuck dog long ecstasy got best ec stasy none niggas aint stressin got one request bitch rest shit bitch nigga drop shit wack hell dont make damn sense take back talk tell dog dont even buy shit dont care represent thug shit aint gotta give props nominate cause dammit love dont know worlds gonna bring know one thing life baby cause im thug day every day baby cause im thug wouldnt change world uh uh cause im thug thats right heard baby cause im thug ah hah oh yeah check thug holiday go ahead cry right baby everything gone gravy later thats right time take time remember loved ones lost struggle know dedicate brother hollywood toby bam dog itchy lil trav dedicate struggle everybody county jail state penn check wasnt bad luck hell guess nigga wouldnt none think would without gun could get away po pos nigga couldnt run given daughter always prayed son life crazy aint sometimes even think thing ive waiting freeing ring hell aint thang changed lost brother struggle taterhead done lost mother im thinking whos mines gone raise brother thug stay school dont use drugs wholl teach right wrong show boys true love pray better days face bomb run ways put guns away pray peace sundays crazy aint like soldiers aint coming home year like fellas prison miss much real children ran away aint coming home today well heres message coast coast cause thugs really need thug holiday like em like em like em thug holiday 2x go one killings conflicts religion see muslims jews christians know gods children theres one plus aint none yall confronting blind minds wouldnt even know god front read books know remixes bible verse thugs curled drugs survival thats asking chapels naming martin malcolm farrakhan history books one died americans thats point whos responsible vietnam hold theres two world wars come judges make teachers making ones raising taxes got us fighting education life crazy aint many tears years somebody tell whats going many liiives god knows pain deep inside gets hard got keep head know youre fed stay strong heres message coast coast cause thugs really need thug holiday like em like em like em thug holiday 2x people ghetto im calling calling thugs ghetto calling calling gets hard sometimes got keep head strong heres message coast coast cause thugs really need thug holiday hah haha thats sound hen true story buddy roe say tell truth shane thank god thugs drop top let sunshine woodgrain let twinkies spin get glass mix coke hen quite alright dro wind dro wind im ol sneaky ol freaky ol geechy ass nigga collard green neckbone eatin ass nigga always wearin jeans baggy saggy know florida georgia south cakalaky growed eatin spam sandwiches sugar water mayonnaise sandwich share room bout four mo brothers wasnt mo room wattnt mo covers little bad motherfucker always rude always trouble none teachers aint like make bad pearl seven mo like growed way gotsta understand trick love kids trick love kids drop top let sunshine woodgrain let twinkies spin get glass mix coke hen quite alright dro wind dro wind cop seven tres chevy put dubs bitch candy apple green niggas lovin shit im ill act fool ya dont like im livin bitch fuck thats right im rude ass nigga quick cut fool ass nigga weighin bout buck six five nigga fuck plus boy gets live know legs wings short thighs eat em beat em switch sides hot whore work sean john velour floor oughta enjoy loaded four four sure acquire fore ya fuck mine disrespect ill disconnect ya line sick swat shits hot ya get shot fire fury ya fuck ya stoppin grace get space face fore ace lay whole place recognize verbalize surprise fuckin wrong way wise nigga hoes clothes shows vogues golds big ol bankrolls thats nigga know throw yo elbows im sicker suppose hoes unchose cuz jewelry froze know goes young niggas dont want like go get yo gat silence chit chat blast pass outlast bout cash mo sicky talk tricky trick like trash lo realer go rilla flow mo scrilla come clean lookin mean aint killa drop top let sunshine woodgrain let twinkies spin get glass mix coke hen quite alright dro wind dro wind look beyond rims dro dro smoke throat makes choke like serial killer squeezin throat box clutches danger stranger block cheeferry reefer blowin chest riding club trying best mess professor lyrical thang ill take purist strain slang inject veins heart stop man drop top fade aviator shades mirror front face movin dirty slow pimps pace kinda like turtle rabbit race finish line jumped pair reeboks bright fresh snow white socks slip wings bust straight pack like three piece prophylactic splack gotta prepare mack wear jacket tragic intended illegal purposes like anthrax small pox surplus murderous drop top let sunshine woodgrain let twinkies spin get glass mix coke hen quite alright dro wind dro wind anybody wanna motherfucking die come see double nigga thats right thats motherfucking nigga got damn said motherfuckin meant fully motherfucking spit fuck whoever offended hold wait one motherfucking minute yall hos yall know game go fuck everyday never hit ho thats stay baby bout money dont even play baby nigga ever go broke click click yall niggas seen shit real niggas know make way make niggas creep stay fuck away hook jv cant fuck dogs representing double haters fuck yall dont give fuck ya run tote guns dont run shit cause die right dont fuck dont fuck im trying get shit together im making money click forever fam stick together huh see back days niggas like niggas like infuriating crew got sick shit say one day heres nigga gon staking hummers spittin em hating ass niggas fuck well kill em im sick em cant shit em oh well got big guns double yall okay aks full yall one dog next time cameras tv dog real nigga like dog like living like dog know rap niggas blow dont show aint even dog hook 2x jv cant fuck dogs representing double haters fuck yall dont give fuck ya run tout guns dont run shit cause die right dont fuck dont fuck im trying get shit together im making money click forever fam stick together whole lot niggas dont wanna see jv flowin hennesey pouring knowing nigga came nigga going take look im best thing showing blowing smoking best thing growing tighten dont wanna nigga like see thats ya slip gotta slide clip flip take another sip bust ya ya lip gat man dont play like taking shit back right game whole damn thing oh naw aint playin witcha man ill get oh shit yeah aint nothing else finna nigga hook 2x jv cant fuck dogs representing double haters fuck yall dont give fuck ya run tout guns dont run shit cause die right dont fuck dont fuck im trying get shit together im making money click forever fam stick together gon let band deal style old school okay shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut riding round brand new 99 fo volvo got pocket full bs cocoa weed aint got place go though boca boys know dough thats fosho doe hell nah ho know polo used accused time wrong chop something done one union friends soon seen benz hating season hell cause figured understanding reason heh im man yall fine time praying locked making plans without fancy shit way advanced polo socks tank tops drawers pants shit shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut okay whos baddest bitch real rich shit big benz big house shit thats right okay trick okay make sense cause money aint right speaking french miss trina dont play say miss bigg thats okay need grand speak okay sure wanna sleep okay better fosho cause done left niggas like stuck befo okay ball since got hot knot spend okay yall know whats okay uh huh ride shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut goes niggeroles pretty ass jazzy hoes bitch whats c got verse book thugs come bitch show love bout flow raise got funk blaze got two mos phat hoes late night im ready bust okay look like got lot say okay come widdit niggas keep hiding hoes fo money mark done hit done split okay playboy fuck say boy dont even much bring ho round c niggas yall better quit fucking shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut lay playboy whats slugs head gut whats keys truck nigga say got bs cut whats safe combo open shit nigga fuck convo sation whats witcha haitian probably got birds safehouse waiting whats store aint found shit quarter ki nigga better playing gon bleed death understand wassup ready go ready tongue kiss blue fo fo whats fuck nigga say something set crime ready spray something gun play got stripes 2 4 k turned lights gun play got stripes 2 4 k turned lights ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut ah hah okay wassup shut uh huh yeah aw man got sweet tooth dig one gon need root canal love sugar one clean decent women lay girl pay close attention put sugar tongue shes gonna gimme gimme put right tongue right tongue gimme butter pecan put right tip tongue hold right jeeeah cuz baby bite bet youll like french vanillas hell flavor strawberries two cherries whipped cream best things wet dreams uh rest flick without sex scene orally speak truth cuz blacker berry sweeter juice cuz florida oranges georgia peaches nice ripe best eatin southern boys crave old slice pie main course game came got thing ya cant ignore 2x put sugar tongue tongue yippie yippie yum yum goodie goodie gum drop put tongue lock till body went numb numb laid back back turned round gave bottom smack smack shes woman block best weave wont stop till im pullin tracks tracks lust first sight couldnt help sayin wanted get size right cuz wanted man little sec ur ity said around world twice name ring bells atlanta sic ly said wanted night put bubbles tub luda christen 2x yeah yeah yeah yeeeah yeeeah yeah yeah yeah sweetie look incredible delicious damn edible need honey syrup lil butter rub curves need lemonade twist lime grape kool aid call caramel cuz im bout go coo coo taste coco puffs one bowl ought fill milk gotta cold enough supper time thatll hold might choke dont slow honey look like honeydew melon strawberry whipped cream filling top part peach cobbler uh fruit platter ought better 2x lookin real good baby want know wonderful time evening unfortunately guess part story well tell eachother goodnight nah break rules tell really thinkin girl got big ol ass bow legs fine hair shit want sexy motherfucker acting like want right let nigga know gun fuck tonight dick gettin rock hard oh god theres gonna fuckin tonight take panties move panties side let nigga know gun fuck tonight see good pussy bring freak ya eat dont get cheated first beat breaks sense half steppin get serious get titties suckin like clit rubbin ass grabbin eat pussy ass backwards strokes long warm tongue make pussy cum much round one spend whole round two back stick move stick move need real man im sick playin lil boys im tryin explore like hot oils sex toys cant keep fakin man im backed cant eat cant sleep knees weak makin keep shakin need real nigga come save one pamper bathe make wanna swallow baby talkin thug shit like fuck crazy back butt im like fuck baby fuck baby matter get wet suck fuck better nigga specialize multi orgasms gettin rid back spasms without viagra ill fuck night make sleep day treat beakfast eat breakfast know baby im unselfish youre lovin besides im freak cant help need old slow songs one cold shot patron see walkin around thong itll chorus come back youll leavin ill ab libin well singin damn song like first time made eachother cum well suckin fuck eachother taste eachother cum soul alive erase done horny sticky memories stuck permanantly get yes sir slip n slide records uh finna take house get get callin peoples across world song goes boys girls want thugs come turn party better take house cmon yes sir slip n slide get loose punch bowl juice aint nobody jiggier us stuff ruff causes head rush like give bring dont stop girl shake shake let money mark get derriere chain whole year look good big ol butt lived crib make bucks hit trepluscom tell uh smoke choke get chain like broke dont know bout j dot come though haters get hot cause got hoes dank cheese bank rank dawgs dubs aint dawgs whatever cant cause niggas thats gon make get seat get dont play take da house mia take da house way take da house take da house take da house 305 take da house boy got fire take da house slip n slide take da house take da house take take da house okay play yo aint stoppin n rock rock rockin gon lock thang cause dream team takin rings got tre beats much guts uh duece pop pimpin news non stop lost tribe side vibin jv gon ball double excursions swervin curb virgin im trina heard name im still baddest aint damn thang changed time get boy co money mark big freak show niggas recognize hoes creep room slip n slide crew gimme room cause im buck wild man ill get crunk get loose stands tre runnin still funk boogie spin wheel cause niggas thats gon make get seat get dont play take da house mia take da house way take da house take da house take da house 305 take da house boy got fire take da house slip n slide take da house take da house take take da house order two bottles crissy cris get drunk pissy listen rookie ass niggas dont try shit busta ass niggas cant buy hit gimme break beat vibe nick quest video fine bitch bout fifty five spins mic check yo play shit never sex costed fuck much im exhausted new shit im flossin got cause im bettin dolphins huh slip n slide finna take house new hot shit ride niggas tried nothin left ho must think somethin else fuck fame get paid born raised county dade cause niggas thats gon make get seat get dont play take da house mia take da house way take da house take da house take da house 305 take da house boy got fire take da house slip n slide take da house take da house take take da house take da house take da house take da house take da take da house take da house take da house take da house take da house take da house take da house take da house take da take da house take da house take da house +jeezy,said see ladies tonight might marry gone belvey tron scary baby whatever like tooth fairy ill anything leave tonight cherie said said said said said homegirl aint got clue get open things would smack flip weigh break lean ya side yeah ask ya whos ya daddy aint even gotta open eyes know looking aint even open eyes cooking guess love first sight eye contact remember night first met caught contact shes ride die us world know hustlin hustlin world said mustve much drink im g mode ladies repeat cause g code promise get locked youll come pay bond hear niggas plotting youll ring alarm everytime give gon bomb unlucky streets youre gon lucky charm said see ladies tonight might marry gone belvey tron scary baby whatever like tooth fairy ill anything leave tonight cherie said said said said oh oh vito promise treat game de al honor code bring drama mamas peephole lifes bitch shes love know ow ow la dee dos lets mercedes lets tie knot lets grab us pot lets make baby looking back dont know threw bouquet walk aisle faithfully cut cake jay z take unlawful lady hold til task force roll hug every corner til get ash cold ive amassed fortune much cash fold fold pressure would never ever ever ever secrets treasure better worse youll always first love til death us part pull hearse verse said see ladies tonight might marry gone belvey tron scary baby whatever like tooth fairy ill anything leave tonight cherie said said said said nothings attractive heavy praying woman defecating would sense heaven andre omen baby im hell save dont bail crazy tell middle club words tend get thrown around lightly like like like like love friend rock star sos genius vow never utter unless mean proud like mother ooohh mommas sweet know juicy fruit aint gon fall far tree ever woopty woop want bleepty bleep nasty carpet bixby fresh one knee say float outta hot air balloon lets put baby butterfly lil cocoon maybe 2030 baby shell nerdy make whole club swoon shell love books cook look like shes done young shell dress like well call love 22 shell tote 22 laser version said already know nigga young gotta flow rap young really got dough rap young really seen snow kitchen bout make magic blow magic pull partner traffic gave plastic know aint tryna go jail heard shit closest thing hell stepped make hard sell make hard fail cause im realest nigga yall know first nigga hittin magic 6 45 valet say jizzle nigga stay new shit everybody bach back cause nigga cant drive doors open emerge ten chains even back calling ten chains ask spent tell em thing added itd cost like ten things used take little show money throw money floor nigga floor money brought blow got blow thats fuck call shit blow money still realest nigga yall know kept one hunnid since day came nigga hit say goin town threw fifty thou told bring back two fingers crossed prayed called little piece got laid walked threw em table said fuck shit young nigga get paid whipped benzo lorenzo stay nigga yeah im talkin ten toes hoes see big pretty motherfucker bet leave parkin lot ten hoes done seen yay stacked seven feet tall swear look white like wall ya know thumbin hunnids twenties fifties spendin tens fives mall done seen 2020 pyrex vision catch contact standin next kitchen hear twenties fifties hunnids money machine clickin rollie aint tickin ball done seen uncle died spot pop killed family heroin shots gave life block figured get shot least die top came alive drop big body white shit looked like yacht ugh got em five grand pop plug saint thomas trillion watts ugh flew em back states parked ninety two bricks front 560 state nets stone throw used throw bricks right im still tossin round knicks ugh probably brought auntie couple bags probably front uncle couple halves class class know finna blow like meth lab expanded operation maryland emory jones caravan took show road va dropped couple rolla pa plug got shot started slowin took trip see holdin wars got shot time gone good got emory got knocked ten whole team hot walls closin niggas cant tell shit dope game bout cocaine man done seen yay stacked seven feet tall swear look white like wall ya know thumbin hunnids twenties fifties spendin tens fives mall done seen 2020 pyrex vision catch contact standin next kitchen hear twenties fifties hunnids money machine clickin rollie aint tickin ball done seen rip killed club took patron head almost killed thug im high cant feel drugs many haters sitting dont feel love rip rip rip rip rip killed club took patron head almost killed thug im brand new drop top rari 3 bitches tired middle trial 3 snitches hit every club city niggas every club hood niggas pull jump stuntin like baby cocaine cowboy shit like 80s nigga think slick rick dana dane think rakim something look chain ysl head toe im doug e fresh looking like came play mitchell ness nigga watch like need attention man dont ball like need bench rip killed club took patron head almost killed thug im high cant feel drugs many haters sitting dont feel love rip rip rip rip rip killed club took patron head almost killed thug im gone dont know im going pockets extra big theyre samoan got bad bitches section let every nigga came mell kick door roll pass around like jamaican whole pounds strapped bitch like haitians got good head good brains good education im drunker motherfucker heres situation 145 knob broken time nigga get crib mall open man nerve high ass bitch molly said want call ms berry think halle rip killed club took patron head almost killed thug im high cant feel drugs many haters sitting dont feel love rip rip rip rip rip killed club took patron head almost killed thug got pocket full dead prez attached girl like jpeg party scene turn murder scene keep shitting niggas need potty train turn collard green im gasoline im promethazine life aint nothing g thing switch lanes get brain hand g string im type nigga thats built last fuck ill put foot ass got million stash stack money tall might need giraffe counting cash nigga rip killed club took patron head almost killed thug im high cant feel drugs many haters sitting dont feel love rip rip rip rip rip killed club took patron head almost killed thug put put put put city city put city city put city city put city city see traffic say jeezy shit send pussy niggas runnin straight back dealership im spaceship thats right work nasa fnh fraud call bitch bodyguard call bitch bodyguard yeah thats bodyguard wear lot jewelry young dont security whats whiter napkin harder dinner plate want come get know stay super straight ran spots im working super 8 know niggas hungry come get super plate yall sing happy birthday yeah got super cake hundred karat bracelet use like super bait put city city put city city put put put put lets go put city city put city city put put put put lets go hat back top back aint nothin young thug hks aks need join gun club big wheels big straps know like super sized passengers redbone weave look like curly fries inside fish sticks outside tartar sauce pocket full celery imagine tellin blowin asparagus realest shit ever smoked ridin trap die realest shit ever wrote know got broccoli keep glock dont get caught without one coming im call jeezy hamilton flying campbellton fresh clean way charlene put city city put city city put put put put lets go put city city put city city put put put put lets go put put put put city put put city put city feel like still niggas owe checks feel like still bitches owe sex feel like niggas dont know hes stressed lost girl world know best got money fame man dont mean shit got jesus chain man dont mean shit cause jesus pieces cant bring peace yo need least ugh one russells nieces let nightmares go put everybody knew go know hoes fronting knew broke say damn yeezy yeezy dont know us got big fame homie changed ask big homie man top lonely aint lying lonely aint lying let see tonight im high satellite see flashing lights cause every night every night put put city city put city city put put put put lets go put city city put city city put put put put lets go let see tonight im high satellite see flashing lights cause every night every night let see tonight im high satellite see flashing lights yeah said aint good feel good said would could gotta leave alone gotta leave alone said know bad want bad said makes sad gotta leave alone gotta leave alone oh got mind money needs bad bitch run city spend cash run city spend cash wake morning get smash dont want much baby egg whites keep stomach thighs legs right im focused getting bread right head right jeezy every night wake morning im still wake morning aint gone ask let maybe get along bitches mad seen us matching rolexes baby team us yeah earth turf share world maybe even go half baby girl yeah said aint good feel good said would could gotta leave alone gotta leave alone said know bad want bad said makes sad gotta leave alone gotta leave alone oh let mind reader let read mind im done front hit behind love loyalty never cross line hit nigga cross mind show get wont watching mine put g show shine maybe kick got time backbone every nigga need spine gotta know ride im right wrong case wake morning gone best believe ima get right back thats hustler know like probably think im different broad every night think shit man youre probably right think shit youre probably wrong cause didnt think im probably grown yeah said aint good feel good said would could gotta leave alone gotta leave alone said know bad want bad said makes sad gotta leave alone gotta leave alone oh said wish never met cause cant help let go ahead whatever hell want said hate much need turn around say dont need always talking gonna leave dont maybe time might different cause shed many tears shell remind dumb shit ive done years dont tripping mornings got legs ears soon get done swear hear yeah said aint good feel good said would could gotta leave alone gotta leave alone said know bad want bad said makes sad gotta leave alone gotta leave alone oh 103 baby true story though yeah yeah warren g fool shit homie know anthem right hahah yeah yeah whats welcome america baby home brave american dream know uh yeah yeah lets go want big ol bag money see jeweler get hard im counting mula scarface living life like king every day eating good team american dream first said wouldnt knew would make copped first pie yeah knew could bake scarface vision living life like king every day grinding hard team american dream either good great either real fake thats stay spittin real real ones relate yall must raised haters niggas go ahead hate f f four car garage rari bitch came estate swear streets get tricky glad aint fall bait focused im determined see shit face niggas go head face lil bitch aint shit bout basic hit lick bitches went iced bracelet never let flaws past come get best turn two fifty half got recipe first president black president wack aint never going broke whats american want big ol bag money see jeweler get hard im counting mula scarface living life like king every day eating good team american dream first said wouldnt knew would make copped first pie yeah knew could bake scarface vision living life like king every day grinding hard team american dream got money make blow candles cut cake put plate im running game running place still youngin heart mentally bitch im hunnid eight like pun late 90s niggas juggling weight running state state gun waist safety im paper chase whatever takes make millionaire silly cause many really get mean many niggas jeezy yall make shit sound easy breezy turn tv see niggas trap cd meanwhile back home niggas sell crack bp hoping one day thee niggas screen cause thats american dream go thing listen hysterical screams coming mothers buried kings unbearable pain watching em walk sheriff chains becoming number longer care name white folks getting rich cocaine underhanded methods dont got time explain fear wont reach em since preaching aint thing drop gem two within verses sing real niggas trapped inside game know already want big ol bag money see jeweler get hard im counting mula scarface living life like king every day eating good team american dream first said wouldnt knew would make copped first pie yeah knew could bake scarface vision living life like king every day grinding hard team american dream streets made ballin ten toes aint fallin hear world callin tell ya look look gotta eat gotta make money gotta feast gotta ly known travelin man set got bible rifle hand oh yeah gotta eat gotta make money gotta feast gotta ly known travelin man set got bible rifle hand oh yeah yeah mustard beat hoe rip remix killer mike jack alive id remix thriller trapstar bitch spell big give damn never hot mc cause im hood nigga first everybodys list buy whole club p dont fuck cris average ass watch cant fuck wrist average ass hoes cant fuck bitch window motherfuckin wall enough money jeans buy motherfuckin mall got choppas back bulletproof thats hummer rip competition summer yg 4 hunnid rip wanna kill judge tryna lock homie dont feel thug im thirsty dont give fuck fuckin ex cause im still love uh teach fuck stack money tha world aint went hollywood act funny girl know want pipe like crack bummy stop playin im tryna hit like crash dummy lets go dont start shit wont shit cant take yo bitch dont see yo bitch done seen snow nat geo bitch cancel get another like im nino bitch wassup rip rip rip rip rip killed club took patron head almost killed thug rip rip rip rip rip killed club took patron head almost killed thug pull bitch shit im beamin shit hundred hoes hundredfold season shit stomach belly roll bitch im eatin shit vegan shit get penis shit look bad bitch bag bitch nigga back back pull grab bag turn ho baghdad bags eyes dont sleep much bitch beat beat homies get beat rip p nut little eric bick back mausberg 4 bent compton live long hair weave extensions glock 17 extension bumpin suga free automatic dually tvs like 97 watch porno movie holla chitty chitty bang comp town gang fuck whoever dont like lil k dot name bitch rip rip rip rip rip killed club took patron head almost killed thug rip rip rip rip rip killed club took patron head almost killed thug look rip vip got lil niggas club fuck id niggas kill give black eyed peas molly make white girl look chinese okay ohb niggas ballin fake ass artists yall niggas drawin okay dearly departed bought plane departed started bottom gon come closet hah problematic bought ratchets automatics clip hold 32 make feel magic gon see flashes like pageant black suits long caddys rip rip rip rip rip killed club took patron head almost killed thug rip rip rip rip rip killed club took patron head almost killed thug ri ri rip ri ri rip rip killed club took patron head almost killed thug ri ri rip ri ri rip rip killed club took patron head almost killed thug got bitch named banana pussy bananas thats gotta say pussy bananas little cool ass bitch westside let hit back say thats best side call bed side call wet side every time bitch cum holler westside one thursday night met crucials already knowing rest head crucial little thing tongue get hype see lips im done shits white nothing aint soft pants barrel long every time call shit hard know know get done every time aint gotta ask baby getting right box swishers box magnums running right smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck yeah know club problemo got problem getting im limo yeah like black black super stretch trying break back super sex say dick got super wet told pussys got stupid wet im trick im going superman im smoke im going super ham make quick stop run blunts gold boys left strap car answers boy wife beater boxers left damn chain left put sleep dont play damn games know know get done every time aint gotta ask baby getting right box swishers box magnums running right smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck yeah know conversation cool intellectual got turned school bisexual show game face ready kill something man thing get wet think spilled something said anything arrange said boy better get back bout rain said young since pussy lets put name baby girl since crib lets hide caine think business side gain yeah bitch know shit hang told listen thats shit let hide said listen thats dick let ride know know get done every time aint gotta ask baby getting right box swishers box magnums running right smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck know know get done every time aint gotta ask baby getting right box swishers box magnums running right smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck smoke fuck yeah realest shit never wrote aint write way nigga real shit right nigga thisll realest shit ever quote lets go president black lambos blue ill goddamned rims aint mama aint home daddys still jail tryna make plate anybody seen scale president black lambos blue ill goddamned rims aint moneys light green jordans light grey love see white much tryna pay lets go today good day hope great night dont know fishin catch great white see great white heavy killer whales cannot believe knew came bales knew came jail knew came prison cause got opinions make politician bush robbed us would make criminal cheated florida would make seminole say quote need miracle say miracle cause shit hysterical nephews nieces email jesus tell forward moses cc allah mr soul survivor guess make konvict dont sound like dumb shit die crude oil black nigga bu really desert storm thats word nigga clue catch las vegas ar arizona rep real niggas im winnin california winnin tennessee hands atlanta landslide alabama way savannah president black lambos blue ill goddamned rims aint mama aint home daddys still jail tryna make plate anybody seen scale president black lambos blue ill goddamned rims aint moneys light green jordans light grey love see white much tryna pay lets go said woke mornin headache big pay damn bills feed damn kids buy school shoes buy school clothes strange reason son addicted polos love spinach dip im addicted houstons numbers right ill take trip houston earthquake china hurricane new orleans street dreams tour showed ass new orleans soulja slim brought bg love bun im forgivin pimp c know pimp nigga gon speak mind could speak heaven hed tell stay grind tell im doin fine obama mankind ready damn change yall let man shine stuntin martin luther feelin like king guess meant said dream president black lambos blue ill goddamned rims aint mama aint home daddys still jail tryna make plate anybody seen scale president black lambos blue ill goddamned rims aint moneys light green jordans light grey love see white much tryna pay lets go yeah history black history president ever shit hit streets flip keys nigga wont go broke put us jail nigga cant go vote spend dough hoes strippin aint politician honeys pole itician president black rose golden charms 22 inch rims like hulk hogans arms thousands peoples riled see arouse ego weve got mouths feed gotta stay true came cause top place hang matter big ever whatever fee publicity never lose integrity years theres prize horses stable two albums im realest nigga label mr black president yo obama real gotta put face 5000 dollar bill president black lambos blue ill goddamned rims aint mama aint home daddys still jail tryna make plate anybody seen scale president black lambos blue ill goddamned rims aint moneys light green jordans light grey love see white much tryna pay lets go im sittin right man june 3rd haha 208 nigga wanna say win lose draw man congratulate already homie see motivate thugs right motivate us homie thats hands policy yall touch ridin nigga yeah first black president win lose draw nigga haha matter fact know man shouts jackie robinson booker washington homie oh aint think knew shit sydney poitier im important though first nigga ride hood lamborghini guess whos bizzack still smell blow clothes like krispy kreme cooking os like horseshoes tossing os time gotta recycle flow im emotional hug block im emotional love glock cash rules everything around whats realer scrilla call ghostface killa kinda hard drug free georgia power wont give nigga lights free switched hustles killin em ever since pays tell truth dog makes sense play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain catch club pimping thang play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain gangstas street thang buy 18 hard way humble nigga thinking gun play fuck wanna play guns lot holes lot blood dogthe shit aint fun suggest dont play chains ill send hollows atchya let em play ya brain streets watching name warm products white star born im fly take parachute might fall die wrap work like spandex latex ship town call safe sex play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain catch club pimping thang play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain gangstas street thang hustler im definition master chef lord kitchen cupboard street legend homie hova relief pitcher im closer mariano mariott money talks whole worlds bout hear see im hustlers hope im pipe dreams speak success im might mean attract money worst color light green favorite hue jay z blue dont follow youngun follow moves im role model bad influence got world drinking gold bottles puff tub spilling mo video cris speedboat lifetime nigga go research st thomas nigga first chrome shoed gs came feet first game like baby born breech birth got keys need work kingpin line dime time niggas love talk like corporate people start bugging cause talk like corporate thugs like nah hov talk shit dope boys go crazy hear boy jay z see ima 80s baby master reaganomics school hard knocks every day college aint nothing aint nigga pay homage pay doctor spray llamas still timell reveal know im honest ya aint pull coat yet keep shit coat check say truth shall come light everybody grab shades cause boy bright goodnight play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain catch club pimping thang play new jeezy dope boys go crazy watch dope boys go crazy pop collar swing chain gangstas street thang +lil kim,undeas lil ceaser queen b thats lil kim yo buyin em vs girls eyein cease comin backstage dyin get pleased got rock thee versace linen stop grinnin wit bunch foxy women speed ball cards thats invalid get clothes custom made stylist cruise lexus land mileage walk street feet get calloused take natural high like pilot good toss clothes like salad put vote ballot diner im mel youre alice spend night lil cease palace good long dont act childish standin crist cup worse come worse keep hush uhh know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush ayo shorty wont go get bag lethal ill undressed bra see count jewels thinkin ima cheat one thing wanna freak keep stone sets got baguettes ill doin things wont regret lil kim queen bee best take heed shall proceed ima throw shade cant get paid blow girl like army grenade slide ice like escapade itchy gitchy yaya marmalade oh yes whos even dig yo mans style love yo profile whisper ear get shook dont blush keep hush know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush tryin catch sea breeze im pvs chrome d3s decked tvs cds crazy bass keep lady laced dont fooled baby face hope ya cause thighs got hot one plan thats rise top told first pursued want interlude nude know love way feel sip tequil works dealers full length chinchilla heat clutch seven fifty deluxe speed hutch breakin trees dutch im one sleep wit eat quick want cheap trick better go freaknik got hit buy girl gifts course look sick six christian lacroix know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush know seen video know heard radio still dont pay attention listenin girlfriends mention hes slut hes ho hes freak got different girl every day week cool tryin put rush let know got crush funny cause know weve asking people wanted know mean clearly youve thing kim dont know thinking youre rapper im thinking sure know things gotten crazy people assuming even though say specifically romans revenge kim umm know really jumped window gotta careful pick fights thats ive learned business never know shut fuck fuck want war fed ex beef straight front door murder scene im turnin pink friday friday 13th aight lil kim clone clown buffoonery shit stops time lay im sick frauds put hands bitch like spa massage know last name got job put together gimmick something like collage since puttin show gon get applause clap clap lift ya frame like fucking garage hood shit drake aint built shit bitch almost got killed still counting hardcore generated bet shit keeps spinning like syndicated corny broad ill leave bloody like menstruated hot air ass bitch deflated aint championship fight greatest see fact lames trying clone style run thats cool first one yous lil kim wanna hate admit im blueprint aint nothing brand new check ya posters videos always number 2 seen come seen go still remain sweety 14th minute fame im 10 year strong still running game cut comparison im legendary lane fighting spot child please im solidified hands tied couldnt beat bitches tried either high sippin shit wayne get top dollar whatever name go stick head tornado brainstorm drop bombs flex napalms black yellow well pull ghetto giuseppes step posted stilettos pussy pink like kitty sayin hello whistle theyll pistol whip 5 boroughs im brooklyn everywhere comfortably pumped told come romp type run mouth run im poppin hood company cmon queens aint showin love night poppin bottles thugs like washington heffa im benji got buzz right frenzy oh yeah welcome fam fendi need stop youre hot youre burning match means end near soon copy oh see really got gassed like im thing past betta slow dummy crash stank pussy ho im givin bath thermometer hand im comin ya ass think gettin past see right whole shit made glass draw back im brooklyn thorough bitch rep borough bitch never type beef try settle shit ride til wheels fall niggas squeeze til last shell go fuck whole team see bunch wierdos yousa airhead bitch scarecrow aint nothin old money bitch grown liquid assets benjamins daddy young money bastards diddy sorry bunch swagger jackers mothered hoes claim income taxes bobby fischer flesh taught great next move im yellin checkmate smell massacre im charles manson dont stand chance jeffrey dahmer lookin like lunch bout kill bitches like ted bundy leave whole head red like pegg bundy youre hilarious thanks laughs youre garbage im takin trash shit cmon baby girl aint enough ass shots world youre nuisance youd probably steal new shit could never fuck chuck deuces around world ball like ball team stack chips call miss rothstein tricks kids silly rabbit youre offspring kim anticipated lebron ring mean know know guys asked romans revenge kim kim actually kim thought im sorry im sorry apologize kim dont know temporary insanity lost teeth mind peter piper pecked em bet biggie bust em probably tried fuck told trust lyrically dust em like pledge hit hard like sledge hammers bitch platinum grammar diamond cluster hustler queen bitch supreme bitch kill nigga nigga means bitch murder scene bitch clean bitch disease free bitch check write rhyme melt mouth like mms roll mafia remember tell em used mess gentlemen straight apostles strictly niggas jostle kill nigga figure figure cheddar would better beretta inside beretta nobody better bet wet ya like hurricanes typhoons got buffoons eating pussy watch cartoons sleep til noon rap pam griers baby drinkers beware mostly dolce wear frank kill niggas wives one point five struggle strive pick benz drive mafia wanna em yall niggas cant eat without per diem im rich ima stay bitch uhh loving wanna hugging roll niggas thugging bugging tunnel essos sipping espresso cappuccino nino mission lucci creno used wear moschino every bitch got rock colorful minks pockets stay knotted c note c note frank boat hold fifteen plus caterer think greater uh niggas got audacity sold million half get dick kick bitch uhh check pitch authentic persona ill still stick moms stocks bonds got bomb ass cock good ass shock hardcore flows keep nigga dick rock sipping zinfandel chippendales shopping bloomingdales prada bags female dada problems splitting cream team shits straight like 915 ynahmean cruise diamond district biscuit flossing rolex wrist shit im rich ima stay bitch shit im rich ima stay bitch uh yeah uhh heres another one another one yeah lil kim queen bee ladies night must angie mic butter p honey got sugar got spice roll ls tight keep rhymes right yo made motherfucker last night uhh im rookie star team kim gettin cream like thelma louise chrome never leave brooklyn shit alone say bang whips pack em call roadie chips wrists heres french kiss dismissed chicks split six four fifth make dance ow stay focused dopest like penny hole yall hopeless toke aint lyin niggas trying knock keep tryin takes one phone call street team promote ass like soundtrack new jack ci tay set eight fitay yall missin buck fuck bump biggie trunk buck thorough bitches lemme see ya bankhead ya richest rap mae west q b got sisters oh ladies night rhymes tight oh ladies night oh night oh ladies night feel right oh ladies night oh night uhh never one packin gun got raw chicks lay dat ass flat one chokin ya paragraphs laughs getcha back right path aint stoppin ladies club hoppin gets rock flavors still frozen paradise joint booty shakin glass left one right hand sayin step son girls fancy fly bitches niggas straight snitches chicos lady pimp aint havin shit aint got cash stash suck dick hoes strictly bell ringer lay another finger big bad wolf miss lady rap singer one blame flames keep risin top dont stop oh ladies night rhymes tight oh ladies night oh night oh ladies night feel right oh ladies night oh night yall see bogus niggas try notice dopest bitches approachin good intentions focusin riches hot get fuck kitchen niggas dicks stay lifted thinkin cause rhythm kick puzzle em like arithe tic fillin em sluggers nine milli luger clip bitches bust keep kickin dust spread rumors shit makin sicker head tumors humor huggin sayin lovin bet ya phony niggas buggin tell cause thug wanna sell drugs push keys need get mo deez vvs m3s smoke weed overseas pimped styled rol eys fuck police keep wallet obese windy city woman still still comin gunnin straight chi tonights night ladies lets get high oh ladies night rhymes tight oh ladies night oh night oh ladies night feel right oh ladies night oh night ayo kim heh heh yaknowhatimsayin aint even gon leave without sayin sunun track aint gonna use singin hooks look like patti labelle somebody nigga heh heh check uh huh yeah oh night like missy stead bein like mike like ride ponies instead ridin bikes lil kim got rhymes incite gotta catch flight uh heh heh around three shit niggas cant see us elektra undeas ow niggas wanna us heh im hehe ladies night ladies night ladies night ladies night got goin wha wha uh wha wha got goin wha wha uh wha wha got goin wha wha uh wha wha got goin wha wha used scared dick throw lips shit handle like real bitch heather hunter janet jacme take butt yah yazz wha got land switzerland even got sand marylands bahamas spring baby big momma thing cant tell diamonds rings thats many times wanna cum twenty one another one another one another one 24 karats nigga thats im fuckin average nigga work shaft brothers battin oh dontcha like way roll play bushy tell whats mind tongues pussy marriage baby carriage shit dime shit mine got keep em comin time killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad big un trust studio dont know im tryin sex continuously pull high power coupe make jump ship leave wit run roc fella crew trick ya cheese tear boom spread ill rumor make flip lil cease twist backwards get dough platinum hits rock lil kim hats shit gets dirty dough got love big know must got studio bugged probably speak hes way street mafia thugs types heat aint tryin beef im tryin eat horizontally way hold iron sweet niggas like sound lil kim jigga sound like figures killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad caught niggas disease got caught keys big scooped young bitch knees threw high priced beams face tvs platinum cds shit never faught nigga pussy greased stack gs keeps knees fuck stay fillin half milln geneva diva yeah throws lay around clown clock stops one never 68 owe 1 takes one know one better wit playboy magazines uh fuckin push keys gs threes papes yeah ride crate state state lieutenant takes mad dimes new york anaheim daydream whine keep gettin mine im married yall strategy misses still plannin weddings mafia also deadens bullshit type threatens pull shit uh killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad killas quiet niggas bring riots tough talk tough walk shit tired wanna queen b ya cant thats youre mad dont mind looking dont mind people looking dont get mad aint looking back nigga dont get mad aint looking back nigga dont mind looking cause mine girl fall gon hold please believe firearm roll around streets get home going sheets dont mind looking cause shes mine girl big fine girl every time whine move body like spider everybody watching ass got behind moneymaker shine dont mind cause ima grinder know moving kevin gates im star ima keep shining like roof wraith eat pussy breakfast cause love way tastes said stay mind sitting face dont need nothing bread dont need niggas nothing head fantasize kim every night im laying right next fuck ex make wetter fabulous make better chanel sneakers chanel leather chanel bag chanel weather hundred grand prg dont hear peon say see know thats ten carats scream fiance see pussy print jeans know watch ass behind watchin nigga thats right beside dont mind looking cause mine girl fall gon hold please believe firearm roll around streets get home going sheets dont mind looking cause shes mine girl big fine girl every time whine move body like spider everybody watching ass got behind moneymaker shine dont mind cause ima grinder know moving listening future pluto people like us take im shooter shooter says north college commuting new professor im learning im student momma hate say im advanced ask shes never say face im turnt im movie yeah night hear daughter scream cassius clay boom bye yae hand around throat naked bent dresser gangsta im dressin beat pussy question pull hair ho kevin hair red blonde whatever im caressin breastes kissing blessin knew loved met love looking dont mind looking cause mine girl fall gon hold please believe firearm roll around streets get home going sheets dont mind looking cause shes mine girl big fine girl every time whine move body like spider everybody watching ass got behind moneymaker shine dont mind cause ima grind pulled hes shookin grabbed neck im choking hold go prison conversate conjugal visits keep love got cod imma hold like pop dope pussy chronic dre dont od hold baby come give im uh huh lick pussy car dont give fuck lookinand stroking hustle dick full dont know notice say aint come muscle lot spit humming legs shaking cumming quiet babe power coming uber coming going home know difficult dealing nigga thats profession hold babe feelings break gotta tell nigga fly kite michael jackson thriller say dont nobody keep realer real one homicide vision say name gon get business chris brown playing killed could fuck cause thats nigga hand cuffin pussy aint could treat special yeah say love looking dont mind looking cause mine girl fall gon hold please believe firearm roll around streets get home going sheets dont mind looking cause shes mine girl big fine girl every time whine move body like spider everybody watching ass got behind moneymaker shine dont mind cause ima grind know dude named jimmy used run night time pissy drunk henny remy didnt mind fucked behind felt fine specially used grind trick sucked dick used pass bricks credit cards shit suck sleep took keys jeep tell ill back go fuck cats flirtin gettin numbers summer ho hop raw top mans drop homie jimmy hes screamin gimme lay back bustin nuts ten times fucked think bust twice nice kept neck filled ice put chanels kept nice called suckin dick rockin mic somethin dude couldnt stand somethin coulda made ass real man somethin wanted never pushy motherfucker never ate pussy dont want dick tonight eat pussy right uh uh uh uh lil kim lil kim bring know dude named ron doo push q wild crew flatbush avenue u weed spot used pump african black used seal bag workers wouldnt tap used see tunnel fuckers dawn whisper ear wanna get fuck dug fucked wasnt nuttin wanted suck didnt aint frontin sex wack four stroke creep jumped dick rode ass sleep called next week askin aint beep thought ass still sleepin laughed told bought new path could come right fast fuck pretty ass ill pass nigga dick trash sex record sales would double glass way seein eatin downtown taste love like horace brown tryin impress 5 g stones give 10 gs nigga ya leave alone screamin dont want dick tonight eat pussy right dont want dick tonight eat pussy right moral story aint lickin aint stickin got witnesses ask nigga aint hit shit till stuck tongue aint frontin shit got benz got ends immediate friends girls rock worlds big niggas fuck car keys double digit figures good dick cherish could blunt treat like precious aint gonna front limp dick niggas thats frontin like willy suck pussy till kill feel dont want dick tonight eat pussy right dont want dick tonight eat pussy right dont want dick tonight hold youre saying want get freaky aight ooh ah ooh oh oh oh oh lot places seen lot faces ah hell even fucked different races white dude name john queen bee rules tattoo arm asked id date prom hed buy horse porsche farm dan nigga south used like spank cum mouth tony italian didnt give fuck thats liked ate pussy dark till mornin called girl told bonin puerto rican papi used deacon suckin weekend black dude called king kong big ass dick hurricane tongue many licks take til get center many licks take til get center many licks take til get center many licks take til get center verse goes niggas jail beatin dicks double x l magazine like look aqua green get vaseline roll weed tissue close eyes imagine tongue thighs baby oh yes oh jailer open cell block eight alright nigga thats enough stop look listen get back position kim got dick hard startin fights yard hotter pop tart fresh toaster niggas anything lil kim poster eses bloods crips thugs north hole wanna know many licks take til get center many licks take til get center many licks take til get center many licks take til get center drivin street hold seat niggas grab meat ride beat see shiny black lamborghini fly ya thats knight rider dressed black gat lap lunatics street gotta keep heat sixty bezel hunnid rings sittin pretty baby cash money bling 12 im way club three bottles ill ready fuck niggas even put grocery list right next whip cream box chocolate designer pussy shit come flavors high class taste niggas got spend paper lick right first time gotta like rehearsal tootsie commercial many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center many licks take til get center ive got magic stick know hit hit twice hit baddest chicks shorty dont believe come tonight ill show magic magic got magic stick im freak core get dose gon want tongue touch ya girl ya toes bound curl exclusive shit dont share world early mornin moanin back shot proper low cant stop us fiend since rakim made hits get position pat time switch ill rock boat ill work middle speed straight beat aint hood toast locn im telly workin sweat strokin tonights night fall love call mama right tell met thug pop lot shit cause back left strokes death stroke got magic clit know get licked get licked twice baddest chick shorty dont believe come tonight ill show magic magic uh huh uh huh got magic clit lil kim whore sex nigga good gotta tell boys come sex dont test skills cause head game head heels give nigga chills pay bills buy matchin lambos color wheels aint shopping spending dudes c notes im crib giving niggas deep throat tonight lil kim gon zone girls call ya crib im answering phone guys wanna wife give ring ill anywhere anyhow im anything couple humps give nigga goosebumps junk trunk aint made chumps lil kims around dont need lie drugs baby im makin ya high got magic stick know hit hit twice magic put face know sprung tongue know tasting thug nigga breakin records time got magic box ass trickin one back shot minks leathers cl drop got magic stick know hit hit twice hit baddest chicks shorty dont believe come tonight ill show magic magic got magic stick got magic clit know get licked get licked twice baddest chick shorty dont believe come tonight ill show magic magic uh huh uh huh got magic clit love im broke im filthy fuckin rich motherfuckin gettin money hoes boosters sellin clothes ghetto bitches projects comin like bulldozers aint sober bum bitches know better start shit niggas love hard bitch one get niggas ass quicker enema make cat bleed sprinkle vinegar kidnap senator make call wife say never comin home kim got em zone beatin dicks even got straight chicks rubbin tits im lovin shit queen bitch bitch know thug like imagine dude hittin cats back strings attached yeah nigga picture treat yall niggas like yall treat us doubt ay yo yo yo come bust ya mouth ay yo come bitch nigga fuck fuck bitch talkin actin like bitch cause yall niggas aint shit dude id tell yall suck dick wanna get pussy sucked count million bucks back armor truck get fucked tony bx chron chron list goes like erykah badu drink remy ooh got nigga asked love said came mind like niggas doin yeah baby love long time look aint tryin suck ya might even fuck ya lay bed give head got camcord layin drawer cant see cant wait show girls sucked piss pussy doin years need practice take lessons queen youll know mack niggas know gave cake peeled benjis threw singles back face ay yo come bitch nigga fuck fuck bitch talkin actin like bitch cause yall niggas aint shit dude id tell yall suck dick ima keep real dough might kill im tryna see face hunnid dolla bill met dude name jaleel abdulla fight said hed pay ten grand belly dance cum pants met studio showed homeboy named julio said whoa whos guy hope know payin extra fuckin third eye something knew phony put burner mouth fool give money nigga frontin like knew mad stars homeboys whips like got mad cars niggas aint shit still trick suck clit im jumpin cum thinkin gon get pussy gets none ay yo come bitch nigga fuck fuck bitch talkin actin like bitch cause yall niggas aint shit dude id tell yall suck dick +krs one,woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast stand clear manll talk cant stand stand cant walk walk watch run new york policeman come bust park know fact dont like act claim im sellin crack doin id rather say see ya cause would never ya officer wicked overseer hotshot wanna get props savior first show little respect change behavior change attitude change plan could never really justice stolen land really peace equality car hooked know wanna follow laws minimal cause wont even think lookin real criminal got cease cause getting hyped sound da police woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast heres likkle truth open eye youre checkin boom bap check exercise take word overseer like sample repeat quickly crew example overseer overseer overseer overseer officer officer officer officer yeah officer overseer need little clarity check similarity overseer rode around plantation officer patrollin nation overseer could stop youre officer pull hes pursuing overseer right get ill fought back overseer right kill officer right arrest fight back put hole chest ride horses 400 years ive got choices police likkle gun im streets walk around bigger one hear day run light upon way yes indeed yes indeed yes indeed yes indeed woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast check message rough stylee real criminal c p check undercover one pd mere black man wan check check car shine like sun jealous vexed cause cant afford one black people still slaves til today black police officer nyah see way want salary want put badge kill people grandfather deal cops great grandfather dealt cops great grandfather deal cops great great great great gonna stop woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast yes indeed yes indeed yes indeed yes indeed woop woop thats sound da police woop woop thats sound da beast woop woop thats sound da police woop woop thats sound da beast step world theres one left best mc test step world hip hop mcs djs build skills play every day rapture yeah yes yes yall ya dont stop krs one rock yes yes yall ya dont stop krs one rock im bout hit traditional style cold rockin givin options head knockin non stoppin tip toppin lyrics droppin styles forgotten bring back raw hip hoppin like records tapes coppin cop breakdancin boogie poppin lockin tic tockin guaranteed clockin get better better gotten type flow dont even think stoppin beware length rhyme flow shockin music lovers place right never understood way krs got yo im strictly skills dope lyrical coastin relying talent marketing promotion dope lyrical flow must gots go name quickly trust im sayin im number one uhh im sorry lied im number one two three four five stop wastin money marketing schemes pretty packages pushin dreams fiends dope mc dope mc witout record deal see thats krs son im run mill cause mill dont run yes yes yall ya dont stop krs one rock yes yes yall ya dont stop krs one rock step world theres one left best mc test step world hip hop mcs djs build skills play every day rapture everybody mic party sound alike recite black white whats right let take flight style tight good tight good come tight good old styles pass dat slow fast rap yo ass crack cocaine dont pass dat conjure ask dat hyper type flashback publish like ascap lyrics hand clap past rappin youth trackin talent lackin mcs worried financial backin steady packin gat somethings gonna happen doesnt wind shootin cousin buggin appear everywhere nowhere know style bumpin even though people front god rap heard one rhymes toward sky givin airplanes mad turbulence rap tournaments reign permanent dont think number one spot im concerned course rap im turnin back good old fashioned way getting cash money earning bogus hocus pocus bring back focus skills notice position lotus quote mcs hopeless thinkin record sales make dopest yes yes yall ya dont stop krs one rock yes yes yall ya dont stop krs one rock step world theres one left best mc test step world hip hop mcs djs build skills play every day rapture clap hands everybody got takes cause im krs im mic premiers breaks goin hardcore hip hop goin hardcore hip hop course dont flip flop dont know doubt youll ever know never grammy wont win tony im mc keepin real grab mic smash rapper girls go ill check time rhyme 1995 whenever arrive party gets liver flow master rhymer leave behind video rapper know chart climber clapper goes another rapper onto another matter punch data blastmaster knowledge reigns supreme nearly everybody call krs im guaranteed rip party flat top braids bald heads knotty dreads story man named jed jed dead kids instead want kick rhymes top head word go around come around figure got white kids callin niggas tables turned crosses burned remember must learn styles flip wild get go like space age rocket ship could mack pimp hustler player make sure live dope rhyme sayer mcs act like dont know mcs act like dont know mcs act like dont know waited year hardcore thats krs big grand wizard theodore gettin ill see ya saw im grill mad skill mcs battle rhymes got punchlines lets battle see headlines instead flow flow lets go show show toe toe yo better act like know many mcs take word emcee lightly cant move crowd even slightly might fact express wackness let show ya whose ass blackest flip script little bit ride tip shit sick get admit bit style counterfeit tone bit title never get im intelligent ill send family sentiments style toxic rock shock hip hop unlock head knock split quick lyric direct hit perfect fit cant get mcs act like dont know mcs act like dont know mcs act like dont know mcs dont like krs must respect cos know kid gets rectum slappin selectin em checkin em disrespectin em deckin em deckin em deck em right mind mimic style like mine design rhyme get mine time mcs standin sidelines always dissin roll rush crew start bitchin dont burn dont freeze yet mcs believe could tango likes cross ts dot whenever arrive wide magnified live like ocean tide dope lied reside like artifacts wrong side da tracks electrified comin around mountain run hide hopin defence mechanism divert heat seeking lyricism spark mad izm 1996 lyrical styles give em mcs act like dont know mcs act like dont know mcs act like dont know mcs act like dont know mcs act like dont know cant cant ripping mic mic like measles contagious like lyrical pages ripping flipping mic back back days days kinda hectic hectic suckers dont respect check flame know light bright keep watching im stolen property kicking flavor society police clocking logically got cause taught serious poetry would come socrates aint 94 ill kick hit front shakespeare id battle punk take shit im bust narrative come give listen rap something hip hop something live difference kids nowadays got video rappers dont need skills build dont really know hear yo im four times arsenio got ten videos help flow thats come show mcs act like dont know cause young rock disco frisco disco disc like nabisco chocolate chip cookie dont fuck rookie im rocking beats death defying feats im never squeaking im always freaking im speaking inside im keeping statement police im peace turn cheek dj gets mixing records go round round round go two years ago friend mine flash gonna rock mind welcome terror dome terror dome wonder take home e f f e c cool operator operating correctly back days knew rap would never die late baby bye bye batty boy head head head insane membrane take train take train e h man hattan keeps making brooklyn keeps taking keep coming back hits party people came door said two years ago super ho train goes track pick pick pick back back back grill grill friends many mcs must get dissed somebody says dont fuck kris hey ho keep moving dont stop body beats biz lets dance called pee wee herman hey erick sermon hey get cloud go baby go baby gods must crazy aint fresh aint fresh yeah beat supposed drop right beat supposed drop right beat supposed drop right yeah yeah yeah uh send one right hand man mens womens whole crew real fam count dough kick flow chill watchin videos actin really silly yo really though end whether bar superstars cruisin trooper car really dont care really need friend cant trust cant hang us respond show respect respect respond connect deck intellect man never shifty thinks quickly cant understand boys boys could stand corner hat sellin toys aint benz hope aint mine man dissin freestyle rhyme gettin gs around world trust girl man chillin jam whats plan im yes man none friends yes men women im drivin see peeps yo get fit true friends quick sit beginning trouble bankroll doubles fred flintstone barney rubble still got space like hubble count dough kick flow chill watchin videos actin really silly yo really though end whether bar superstars cruisin trooper car really dont care really need friend cause dont nobody care us doubt us blow spot wanna crowd us wanna shout us man way back gots say actin large dont play cant say play isnt fast paced friend acquire taste become two faced thats disgrace aint nothing say us kid grew betrays trust used ride bus trust cash checks drive lex cant show respect one us yo heads hang aint tryin get get sit quickly backstabbin clique roll thick friends really end right hand men women mutual support beginnin exactly ive count dough kick flow chill watchin videos actin really silly yo really though end whether bar superstars cruisin trooper car really dont care really need friend back back attack corporate america gettin fees amount gs every area man aint gotta drag along pull weight yeah definitely got goin dont see nothin wrong little bumpin car system thumpin crew always got somethin nothin frontin whatever wed still crew together word fake people aint worth turd want friend overheard send record well respected friends ive collected hope expected check check count dough kick flow chill watchin videos actin really silly yo really though end whether bar superstars cruisin trooper car really dont care really need friend boogie performing hey aint joke sound called b p back days knew rap would never die used listen awesome 2 whbi used hear kind rap groups sampling loops rappers wore bell bottom lee suits kenny couldnt afford would go park jammin hear rap used listen till cops broke always thought damn fucked nevertheless love microphone stayed way left home streets new york im free freedom comes big responsibility used walk around driven force remember large super rhymes fell used wonder crews used rock large none could manage stay top ever think outta record deal video outta mercedes benz range rover outta doubt bdp old school aint goin livin streets alone years went signed group home used watch show dream jeannie dreamt large like whodini messin graffiti subway gettin chased cops almost everyday knew bea better way see would go room blast run dmc around 1984 left group home alone still dreamin microphone gimme chance man know rock worry puttin money pocket reached shelter met helper dj scott la rock loved hip hop takin suckas shelter system yeah rappers shelter diss em along vision never lost kept seeing rap groups fallin ever think youre outta fly girl fresh gear outta five thousand dollar love seat outta doubt bdp old school aint goin im battling rival crews yes bdp would stay street news said wanna battle cant write song careers wont last long around time used hang ced gee dj scott la rock used buy gold eric b didnt meet rakim till later scott remember jammin rooftop used irk critics opinions scott would say keep rappin ill keep spinnin fucked contract signed dropped hip hop album criminal minded told critics opinions bull time eric b rakim dropped paid full hip hop pioneers didnt ask right hip hop changed drastically people didnt wanna hear old rap sound started samplin beats james brown middle doin philosophy scott killed shit got knowin laws life death knew breath one breath nothin left scary dropped means necessary another hip hop group friend revolution crew called public enemy takes nation millions hold us back two albums set consciousness rap along im still lookin around see rap groups fallin ever think outta condominium beach house outta credit cards bank accounts outta doubt bdp old school aint goin dont like singing sing different hook dont like cooking get different cook dont like wearing get different look wanna escape armageddon read different book knowledge right dont even look december 2012 got whole world shook look last days others first days us question ask trust respect 2012 stuff really study fear dont apply us yo hollywood lies us day question culture say wheres culture whos prophet history guides spiritual logic starts story hypnotic myth comes along adopted culture forgot december 2012 lets continue topic turn page present world age began 3114 bc according mayan calendar age concludes december 21st 2012 ad 5125 years cycle calm one world age nothing changes overnight process transition happens many days mayan calculation kin one day mayan winal thats 20 days tun 360 days katun 7200 days baktun 144000 days applied milky way cycles saw sun moving across milky ways equator lining galactic neighbors weve shifting 30 years seems 1980 2016 shift occurring youre learning movies wont know survive stay alive storm cause new world order born oh dont know man programs still watching lindsay dont see low hand let go man flood coming dont scared get prepared keep motor running rock higher level yep mass control heres philosophy cortes knew aztec prophecy invaded society studied cultural psychology knew armor guns steeds arrived aztec year 1 reed thats year quetzalcoatl prophecized return exile fact cortes played aztec myth took away peoples resist cortes played religious beliefs blinded aztecs cause thief look yucatan thats mayan book cycles lets mayans know gods gonna strike fact every 13 katuns see mayans visited catastrophe every 200 56 7 years mayan people lived fear island tayasal flores spanish came armed knowledge knew according mayan heavens next cycle 1697 mayans stood fixed heavens spanish showed weapons march 13th 1697 mayan people learned terrible lesson fears tears used cause 80 world control mental back mayans getting 257 years tayasal us backed coup overthrows democracy 1954 thats exactly 257 years spaniards arrived shores im getting core lesson lets see happens 2211 thats next cycle people remember like 2012 21st december consciousness may shift may turn light universe youre gonna alright pole may shift soul may lift higher consciousness know edutainment style persist forget fear knowledge runs ah yeah thats whatcha say see devil ah yeah thats whatcha say take devils crown ah yeah stay alive things change around ah yeah ah yeah go kickin science ninety five illin parental discretion advised still dont call nigga mc goes call god cause thats black man roamin forest hardest lyrical artist black women bitch youre goddess let known lean krs one like wall cause im hard represent god wack mcs one style gun buck say lets buck revolution shut fuck cant get start riot minute youll hear many bowe bowe bowe think im riddick mcs talkin bout hope dope ill devil infrared scope woy thats calling father boy klak klak klak thats putting scars mothers back bo thats calling sister ho buck buck buck cause dont give motherfuck remember whip remember chant remember rope black people still thinkin voting every president ever lied know im kinda glad nixon died ah yeah thats whatcha say see devil ah yeah thats whatcha say take devils crown ah yeah stay alive things change around ah yeah ah yeah first time came planet every time come could understand came isis words tried ban came moses couldnt follow commandments came solomon people lost came jesus nailed cross came harriet tubman put truth sojourner times come nat turner tried burn lynch starve come back marcus garvey bob marley tried harm used malcolm x im planet one called krs kickin metaphysical spiritual tryin like get showin invincible black panther black answer real spiritual form turn bobby seale wheels steel spirit flies away enters kwame ture ah yeah thats whatcha say see devil ah yeah thats whatcha say take devils crown ah yeah stay alive things change around ah yeah ah yeah streets eq di di di grab air speak code devil cannot see unload another cerebellum tell em vibes go denim leather whatever however im still rockin used pick cotton pick cotton shoppin forgotten buildin cypher yo hear kid government building pyramid son god brighter son man spirit check dollar bill g got time fancy mathematics mental frequency frequently pickin static makin naked body addict democratic press auto kill automatic ah yeah thats whatcha say see devil ah yeah thats whatcha say take devils crown ah yeah stay alive things change around ah yeah ah yeah buck buck buck buck buck buck buck buck buck rude bwoy lissen black cop black cop black cop black cop stop shootin black people gonna drop dont even get paid whole lot take 60 put pon lock take four five put pon lock lookin people walk block america drug spot get black cop watch drug spot black drug dealer avoid black cop theyre killin east coast block killin west coast block white police dont give care dat dem want us killin crack anyway put black black black cop black cop black cop black cop black cop black cop thirty years ago black cops couldnt even run drive round block recently police trained black cop stand corner take gunshot type warfare isnt new shock black black crime nonstop black cop black cop black cop black cop black cop black cop dont sucker dont sucker comin face dont sucker heres west east common black cops cars profilin hardcore kids west got stress east chased black beast black cop real obstacle black slave turned black cop logical psychological havent heard black cop killin black kids johannesburg whassup black cop yo whassup authorization says shoot nation wanna uphold law could law dissed whole black community cant play sides fence 1993 mad kids gettin tense black cop black cop black cop black cop stop shootin black people gonna drop dont even get paid whole lot take four five put pon lock take 60 put pon lock take uzi put pon lock black cop black cop black cop black cop black cop black cop dont sucker dont sucker dont sucker dont sucker comin face dont dont sucker comin face dont dont dont sucker comin face dont dont dont dont dont sucker comin face dont dont dont dont dont sucker comin face dont dont dont dont sucker comin face yang yang want count ten nine eight seven six five four three two one asleep one im blunt gettin smoked cant wake im blunt gettin smoked cant wake im blunt gettin smoked cant wake im blunt gettin smoked cant wake im dreamin bein blunt im runnin around cant wake hah im dreamin bein blunt ho im walkin around cant wake im tryin wake cant wake run jump someone yelled get blunt get blunt im thinking major ive got bunch people chasin razor dont like dream blunt cant get cant seem wake im runnin racin blunt smokers chasin insane im caught house pain im picked said gonna put head slit back tobacco fell im hollowed wet thin yes ready poured shumpang gently wet im mouth yo cant wake yo im blunt gettin smoked cant wake check attire comes fire ow lit im burnin minute check heads came chill everlast took pull passed cypress hill cypress hill took pull lungs full whos next im bein passed das efx took mad pull smoke blows heaps really smoky still see black sheep whoa black sheep gets relights room proper im passed shabba shabbas voice gets low like tuba said follow rumor passed grand puba wasnt burnin right puba got mad said rolled passed kid capri kid capri said wont front pass redman knows roll blunt redman said need roll hit relit passed de la soul de la soul took hit kept hittin theyre buggin cause passed bill clinton bill clinton said ill smoke wont inhale ill hit twice got slapped greg nice fell floor greg nice picked im bein smoked cant wake get somebody wake im still fire im still bein smoked half body gone theyre comin head head pinched teddy ted crazy nightmare got go got wake im passed yo yo yo yo gets respect lady didnt smoke passed showbiz ag ag said respect due seen got one big pull passed smooth b smooth b although hes talking teddy took hit passed fab 5 freddy freddy said yo theres nothing left pop looked face passed chubb rock chubb rock said yo freddy chill ever catch smoking kick grill im dreamin +lil uzi vert,alright im alright im quite alright moneys right 8 countin bands way top til fallin countin bands way top til fallin dont really care cry real shoulda never lied shoulda saw way looked eyes said baby afraid die push edge friends dead push edge friends dead push edge friends dead push edge phantom thats red inside white like somethin ride sled want head brittany got mad im barely man everybody got swag watch way tear stackin bands way top way til bands fallin every time leave spot girlfriend call like come like way treat gon leave wont leave call casanova say im insane yeah might blow brain xanny help pain yeah please xanny make go away im committed addicted keep control pain cant feel swear slowin yeah dont really care cry real shoulda never lied saw way looked eyes said afraid die friends dead push edge friends dead yeah ooh push edge friends dead yeah friends dead yeah swag swear fake hard niggas wanna take cadence rain em thunderstorm rain em medicine lil nigga take fast car nascar race em club aint got ones would beg clothes overseas got racks c notes g though lookin stackin money green though countin twenties thats g roll say youre worst youre worst cannot die universe dont really care cry real shoulda never lied shoulda saw way looked eyes said baby afraid die push edge friends dead push edge friends dead push edge friends dead push edge thats true thats right shes sipping moet yeah swear get wetter louboutins new bottoms redder im rat im cheddar talked homie said together gave brain insane made header ever call phone know gotta dead like girl much wish never met hello listening song go like know hurts sometimes youll get youll find another life live swear youll get know youre sad tired youve got nothing left give youll find another life live know youll get wish never ever ever told things trying show things iced heart neck trying froze ring get new bitch hold pain hawaii looking rain smiling happy im laughing cause new man lame damn goes show money dont attract thing stuck plan even though used go mans know hurts sometimes youll get youll find another life live swear youll get know youre sad tired youve got nothing left give youll find another life live know youll get tied raf strapped rick diamonds neck ice wrist complement style dont want im running wild know respect level dont want ima let go broke fella walk saint laurent leather ooh new chick swear better ooh want back never thats true thats right shes sipping moet yeah swear get wetter louboutins new bottoms redder im rat im cheddar talked homie said together gave brain insane made header ever call phone know gotta dead like girl much wish never met know hurts sometimes youll get youll find another life live swear youll get know hurts sometimes youll get youll find another life live know youll get thats true thats right shes sipping moet yeah swear get wetter louboutins new bottoms redder im rat im cheddar talked homie said together gave brain insane made header ever call phone know gotta dead like girl much wish never met hmm new patek wrist white diamonds shits hit pink alright im ready new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink hello bitches bad yeah migrate said lil uzi great deal hate shut bitch dont give migraine new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink bitches bad yeah migrate said lil uzi great okay girlfriend like drip happy birthday bitch yeah one sucked dick triple got extra grip know cannot slip jeweler made proud wrist franck muller made proud wrist franck muller made proud wrist shooters gon shoot cant miss shooter got 30 hip yeah need fix pair boots rick tell lil girl dont trip cool blood money crip got clap lights flick cant take pic flick fuck bitch new whip ass fat cant fit ass fat amazing ass fat miracle last man money hysterical six one nine rey mysterio yeah im nigga bustin stereo yeah boys block selling os cheerios dont wake mornin cereal flip brick make whole shit aerial air shit make ho sing ariel silencers really cannot hear though killin beats yeah lil uzi serial clean body prepare burial burberry pants got burberry tennis shoes got swag probably um finish octopus cannot breathe without water put diamonds tentacles stoppin us toppin us know cop shit twos blood chakra pop ya put money head album bruh tell lil boy beef chop shit like prime treat like optimus chain white gold shit look like copper bruh mcm yeah shit made ostrich bruh dont wear give hoes yeah swear lil nigga clone yeah shit yeah slime shit lil baby put diamonds nose new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink hello bitches bad yeah migrate said lil uzi great deal hate shut bitch dont give migraine girlfriend like drip happy birthday bitch yeah one sucked dick triple got extra grip know cannot slip jeweler made proud wrist franck muller made proud wrist franck muller made proud wrist new rollie made proud wrist ap make proud wrist new richard wrist got milli thats bank new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink bitches bad yeah migrate said lil uzi great deal hate shut bitch dont give migraine throw gang signs naruto put metal nose like pain man never saw bitch fuck know name said lil uzi hello looked oh hey aint never seen pastry dough well lil bitch got cake gettin money im man gettin money count advance saint laurent shoes vans need fan case nigga get hot member aint want back popped block back locks red dot chicken popped mc told bitch eat cock motorcycle days bitch yung joc thats call top rap star sell rock got files beatin trial couple racks niggas run wild super filthy man livin foul got real niggas thats locked tryna shade bar foul hackers yeah niggas foul bitches want take vow live verbs live nouns get money say new rug made wolf new rabbit yeah use towel lil bitch yeah run city different spots like cow yeah im talkin bout mansion house yeah closet yeah shit got house four years aint even see mouse please stop talkin bitch put dick mouth get money fuck drought make rain cause im clouds tell lil bitch get around cause little bitch fuckin clowns lets go lets go tell lil bitch yeah lets go lil nigga stole swag tried steal flow switch one time like switch phone could try one time give shit one go put hundreds safe throw twenties face put j got bae bay fucked nigga little bitch thats reason tryna say im gay way coochie kay slay sell mil day bitches grade get canada im toronto treat like drake light jet flight day lil bitch thats myspace feel shit veins look neck thats ice tray come tell sayin girlfriend like drip happy birthday bitch yeah one sucked dick triple got extra grip franck muller made proud wrist franck muller made proud wrist new rollie made proud wrist ap make proud wrist new richard wrist got milli thats bank new patek wrist white diamonds shits hit pink got cold go get mink new finger rings hit like sink bad bitch link hit shower might stink bitches bad yeah migrate said lil uzi great deal hate shut bitch dont give migraine throw gang signs naruto put metal nose like pain man never saw bitch fuck know name said lil uzi hello looked oh hey aint never seen pastry dough tell lil bitch got cake gettin money im man gettin money count advance saint laurent shoes vans need fan case nigga get hot member aint want back popped block back locks red dot chicken popped mc told bitch eat cock yeah yeah thats hit back watch nigga bless cryin arms like nigga wrecked yeah alright alright alright right wrong yeah shouldve never ever took home yeah shouldve boned yeah fantasy phone yeah hit back watch nigga bless yeah cryin arms like nigga wrecked talkin bout broken heart runnin restroom yeah yeah looked mama like rich looked bitch like rich said aint got minor setbacks countin money told nigga bet know aint got boy aint say see got money bitch like said dont pay ho mind ive saw girl yeah know bag four niggas yeah five niggas includin back back try diss ill take family ill fuck sister make sure vanish yeah yeah alright alright alright right wrong yeah shouldve never ever took home yeah shouldve boned yeah fantasy phone yeah hit back watch nigga bless yeah cryin arms like nigga wrecked talkin bout broken heart runnin restroom yeah yeah alright alright alright right wrong yeah shouldve never ever took home yeah shouldve boned yeah fantasy phone yeah hit back watch nigga bless yeah cryin arms like nigga wrecked talkin bout broken heart runnin restroom yeah even though room locked door gotta text like bae unlock door gotta use restroom like dont want war wanna caress yeah yeah alright alright alright right wrong yeah shouldve never ever took home yeah shouldve boned yeah fantasy phone yeah hit back watch nigga bless yeah cryin arms like nigga wrecked talkin bout broken heart runnin restroom yeah yeah matter turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster money old dollars spoiled yeah lil bitch spoiled yeah rub oil yeah got money know yeah diamonds teeth yeah shit look like foil yeah chris brown said hoes aint loyal yeah none hoes got morals yeah niggas g ed yeah glasses dita never thought would days could kick feet never thought would need much leave matter turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster faction time actin money lastin like go eat get blackened salmon im wit girl pharrell vashtie wait huh mean lastin pussy know like rough im blastin yeah tell lil bitch im really mars uh yeah bitch start yeah pull car automatic yeah uh done start yeah matter turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster turned savage pocket got fatter call daddy smokin gas gone xanny powder nowadays haters got sadder money got longer speaker got louder car got faster lets go lets go yeah stay fresh clean think like wear supreme hypebeast blue green dont excite could make ho wifey jeremy scott toes act like shockey made get bottom top pull extra icy im playin hockey niggas think im weird dont really like cause could fuck bitch fuck mom auntie girls five mom dime piece auntie name miss connie got one glock name clyde one named bonnie bitches think dandy lyin lil bitch cant throw back swear ho tryin fuck front sound like bitch dyin vvs need vest anemic diamonds swear niggas talk shit really hidin boys bitch dick ho ridin diamonds neck wet shit look like poseidon stand money height turn 9 10 yeah niggas bitin grra ta im really fightin yeah vibin yeah yeah bitch call myron stay fresh clean think like wear supreme hypebeast blue green dont excite could make ho wifey jeremy scott toes act like shockey made get bottom top pull extra icy im playin hockey niggas think im weird dont really like ninety thousand thats light band yeah tell real spill yeah fucked bitch light bill yeah banana clip wont slip peel cant slip slip slip cant miss got icebergs neck sink ship outer space swag regular titanic whip hood im regular brung stick baby oh think give fuck im rich baby come baby lets sex rich baby said thought aint well dismissed baby uh young nigga aint changed lil uzi 6 baby uh dont think like drop song know theyll get excited homie girl girl bitch like girls scammin swipin ran bands ran bands ran bands ran bands give head bit migraine give head bit migraine give head bit migraine give head bit migraine got addicted road got addicted stress got addicted foreigns got addicted racks man boys doin swear fact man girl wanna give brain yeah call bit migraine yeah call bit migraine yeah call bit migraine yeah call bit migraine yeah call bit migraine pack shit might migrate anywhere goin know niggas gon hit dont run shit damn police blue hunnids wash face yeah stay fresh clean think like wear supreme hypebeast blue green dont excite could make ho wifey jeremy scott toes act like shockey made get bottom top pull extra icy im playin hockey niggas think im weird dont really like ooh im startin stackin top alright im quite alright damn moneys right yeah ayy yeah quite alright wake morning im gettin back yeah yeah im gettin back aint show love turned back yeah yeah cant give racks dont really care cause im done real love fun theres emotion face cause im numb see everywhere look cant hide run woah everything said messin head messin head said everything said messin head messin head woah messin head woah ive textin night know doin wrong left right read im walkin head gotta keep head high got whole nother check talkin verified rest peace dead guys hater yeah whip difference tell way drivin pull car like stolen yeah came long way came hallway cant stop keep goin yes life feel like one long day live moment woah ooh comin sun boys ruthless like coupes really run got paper cuts hundred dollar bills covered bustdowns countin thumb money make numb dont really care cause im done real love fun theres emotion face cause im numb see everywhere look cant hide run yeah everything said messin head messin head said everything said messin head messin head woah messin head woah got richer overseas yeah lookin watch richard green yeah im still smokin good know im blowin steam yeah wouldnt even believe numbers stuffed jeans yeah tell girl back back gotta stack racks cant go sad cant go bad yeah told girl im duck aint aflac yeah dont wanna get older im still livin last year hope life keep goin dont worry bout tighten keep flowin cowabunga gon ride like wakeboard im lickin body dont make noise yeah dont really care cause im done real love fun theres emotion face cause im numb see everywhere look cant hide run yeah yeah everything said messin head messin head said everything said messin head messin head woah messin head woah woah said messin head woah messin head yeah thank really thank youre far kind experience lifetime see yeah really appreciate said girl keep callin said girl keep callin yeah said need new whip yeah cause know still ballin wanna go back future brought girl delorean twenty minutes got go told girl im gonna slaughter met girl right show left man crowd floor town never saw told baby dont got long listen city show treat like city show twenty minutes im twenty minutes im twenty minutes im twenty minutes im twenty minutes im twenty minutes im slow girls want cause got dough pass girl right friend give go pass friend switchin roles hit fast yeah hit slow mornin girl gotta go gotta get ready tonight show okay might open show got big pointers right nose niggas mad cause got dough niggas mad cause got dough changin style cause got every flow got every girl aint toppin hoes understand girlfriend bro know gotta keep close open legs keep em closed livin life edge tightrope clean might start movin soap drive new rari dont need note drive bugatti like volvo got girl already know dont really like friends cuban link tri color choker dont leave crumb got bread toast start touchin gun got holst put coat top coat 20 minutes show met girl right show left man crowd floor town never saw told baby dont got long listen city show treat like city show 20 minutes im 20 minutes im 20 minutes im 20 minutes im 20 minutes im 20 minutes im slow girls want cause got dough pass girl right friend give go pass friend switchin roles damn started man started oh god please bother dont got enough order im tree like ornament money long like accordion lied wasnt sorry weekend partyin targetin targetin jump porsche might target jump lamb aint parkin ice cold snowboard go show applaud call phone emergency call phone urgency said girl keep callin said girl keep callin yeah said need new whip yeah cause know still ballin wanna go back future brought girl delorean 20 minutes got go told girl im gonna slaughter met girl right show left man crowd floor town never saw told baby dont got long listen city show treat like city show twenty minutes im twenty minutes im twenty minutes im twenty minutes im twenty minutes im twenty minutes im slow girls want cause got dough pass girl right friend give go pass friend switchin roles yah money yeah uh yeah aint gon lie song right slick hatin yeah took made mine yeah took made mine jump porsche ride 9 changed life gon ride ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah yeah nigga music scene nigga thought going straight league yeah fuck baby swear nigga gon bleed yeah left boy ride stay ps qs yeah stay qs ps cause could happen yeah bring girl big league yeah diamonds thats teeth yeah diamonds thats teeth yeah put girl new chanel got new weave said put girl new chanel got new weave like haha oh well girl like austin holding yeah um boy please like bye bye austin hello lil uzi yeah took made mine yeah took made mine jump porsche ride 9 changed life gon ride ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah watch doors lambo bitch roar tell girl world could yeah number one rule dont listen whores yeah know youve never lived life yeah money last man course yeah drivin foreign yeah thought goin ford took whats yeah made mine made mine yeah took whats made mine yeah took whats made mine yeah took whats yeah took made mine yeah took made mine jump porsche ride 9 changed life gon ride ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah ooh sing aint got money yeah stay ps qs yeah stay qs ps stay ps qs yeah stay qs ps yo sing shit yall fuckin dumb eternal atake gotta shoot two gotta shoot two blue cheddar girl got clone told lil girl gotta better serious swear money get serious okay checks clearin suck dick til get delirious okay jump jet im clearin okay port im talking new okay smoke boy like cigarette boy try make false move uh im whole shit got whole nother rich im new level fucking bitch ridin dick aint need two pedals swear niggas bitches swear gonna snitch niggas go shoot em niggas mad niggas mad let em save name phone thing save probably u letter dont got provolone thing pocket probably um blue cheddar tried leave alone got right clone man hope better know blue cheese got fifties call shit loose cheddar jeremy scotts feet cougar call girl coretta richest nigga city make rain like matter whats weather know girl got swag come puttin together could better sent girl dm aint answer know gotta shoot two gotta shoot two ayy gotta shoot two ayy stay blue cheddar girl got clone told lil girl gotta better serious swear money get serious okay checks clearin suck dick til get delirious okay jump jet im clearin okay port im talking new okay smoke boy like cigarette boy try make false move try cut say im low woah uh said turn cannot hear flow woah woah aint never fool want ima bend rules ima take dub ima win aint ever type lose yeah born like aint study everything got man got hurry love better say love trust better say trust talk bout bag mula guap im bank time im runnin said im road cannot stop im runnin obstacles im hurry woah stop told fuck nigga drop shoot first gon pop back margiela lil nigga thats got prada sweatsuit made nylon see righteous girl yeah say right hit girl right light hit girl oh gotta shoot two ayy gotta shoot two ayy stay blue cheddar girl got clone told lil girl gotta better serious swear money get serious okay checks clearin suck dick til get delirious okay jump jet im clearin okay port im talking new okay smoke boy like cigarette boy try make false move lil uzi vert doot dooda loot doo doot doo thank lil uzi vert leaves posed standin still right ready set go +ghostface killah,sparkle kid yes shit raw coming door start scream loud wu tangs back yes hours four told prepare mic fights rhyme digest rza console ask slam nine diagram pole raekwon dropped bomb hunchback notre dame golden arms bronze buddha palm hit quran blows extreme mainstream theme supreme team americas cream team redeemed vidal sassoon chrome tones hear moans al capone gun pow dome split bone wig blown ledge alleged full fledged sledge rza edge one dose feroc handheld trigger cuts capella spitting shell paralyse get touched critical mic cords hanging like umbilical cords dope swords five star general raw quote rap style sore throat fully operational hand held tote mhm yes shit raw coming door start scream loud wu tangs back hundred thousand times one snatch styles get done hold title heres belt check slick majestic broke mics left infected germs start spread crew lack effort asked shot jams like syringes technique alone blows doors straight hinges masked avenger appear blow ear like wind freestyle sharper indian spear sit back let king explore describe kids nice holds swords name black attacks nerve like migraines gains beggars trains livid sharp pains poisonous rebel like deck cant destroy get ambushed skate try avoid side effects hot raps hot tracks duffel bag full guns son dipped black culture glides attacks like vulture ghostface madison square poster yes shit raw coming door start scream loud wu tangs back yes hours four told prepare mic fights lookout mass murderous suspect fills body bags apartments projects far coroners know autopsy show shaolin blow put family brought academy wu learnt fuck anatomy steadily calm deadly spatter head lyrics lick transmit mcs submit kill juvenile freestyle civilize mental devils worship like icon bear hugging mics grips python yes shit raw coming door start scream loud wu tangs back heard raps kept waiting son song keep dancehalls strong beats never worthy cause prolong extravaganza time sits still propaganda wary skill bring forth music make love eardrum dedicated rap nigga beware fearsome lebanon malcolm x beat threat cd massacre murder cassette blow shop aint seen nothing yet one man ran tryna get away put bifocal watch cometh chamber like freddy enter dream discombumberate technique scheme four course applause like black dat dat youre stuck stupid like im stuck map nowhere go except next show bro entertaining motherfuckers cant stop battling dont want start tattling stage cause yall snakes keep rattling bitch aint got nothing rich every day whole dress code switch case wanna clock like sherry yall crab bitches aint got worry cant get nigga like dime dozen even im smoked cant scoped im ill represent park hill see face twenty dollar bill cash get ten dollars back fat lp cappachino wax pass thing put valve twelve put lps back shelf smoke blunt dial 9 1 7 1 6 0 4 9 3 11 could get long dick hip hop affection damage mc step direction im staten island best son fuck heard niggas still talking shit absurd repertoire ussr plo style got thrown car ran method man jeep divine cant define style deep like pussy low cut fade stay bushy like porcupine part backs like spine gut like blunt reconstruct design know want diss read mind cause weak knees like swv tryna get title like wu killa bee kid change habit know im friends abbott rza rhyme name printed tablet vets paid debts mad years hibernate sound like bears born power born physically power speaking truth song pro black teaching god killers ive heard lots people say mans killer keep killing killing sort develop taste blood yeah thats right kill one man kill ten hang hands clusty chillin man rusty low blew burner kinda dusty world cant touch ghost purple tape rae co host monty hall expo intellect read pro sons triflin fuck wildflower cycle picked broom thought michael west brighton pool im iron duels turn nuns earths whoopi allah school inhale break beats hell alikes propel parallel duracell knot flashed burnt cell snap candyland kids old rumor blacks become immune shit never like eating dead birds trust pharmacy herbs men marrying men ill got urge pulsar scissor hand wig vanished winter living land god damn right fuck fans king check checkmate props like micro chip founder neck neck stock bill gates hug mics get busy come good time g make snap fingers wiggle scream shout laugh giggle shake body party body dont fuck ghost youll feel sorry thats word im herb understand im saying saying saying hit mics like ted koppel rifle expert let eiffel burn flag grass spiteful ringleader set rap derek jeter culprit prince game wish could see us lay low glitter wax full bangles priceless ropes lay around god get tangled woolly hair eyes fiery red feet made brass twelve men following god staff move every scripts like miramax smashed big boy totaled wilshire fairfax sun beamin wifey beach sipping zima wu binos latinos love selena overnight god schedules fedex pretty silhouette velvet nice dna scroll genetics hot handle one thought scrambling mandolin hundred game wilt chamberlain smack em say rollin face wrinkled hands nuts yo kid stop fronting grounds fore get touched canada dry sess allah son want rye want bad might cry every blow depends breath control first thing must learn fortunately easy youll soon learn god killers killing killing sort develop taste blood god killers god god killers yeah whassup yall whassup ghostface straight staten island know dont really mean harm happens know step approach motherfuckin wack nigga tryin spit darts cant spit em check though ayo scientific hand kissed robotic lets think optimistic probably missed watch dolly dick scotty wotty copped big microphone hippie hit poughkeepsie crispy chicken verbs throw stone richie chop sprinkle little snow inside optimo swing john mcenroe rap rocknroll ty bol gung ho pro starsky gumsole hit rum slow parole kids live rapunzel ton stizzy really high vivid laser eye guy jump harley ride clarks freak lemon pie im bout bout lord forgive ms sally shouted tracey got shot face house overcrowded fake cats done heard first shitted turf time cuban link verse yo check rap kingpin summertime fine jewelry dripping face box seen ear twitching soon drove cap came three sawed offs give one rae lets season broth lightning rod fever heaters knock kneed sheeba hiva diva got rocked receiver bleeder portfolio looking fancy pantry man got bigger dimes son shit scampi base throw whats mouth dont waste see ghost lamping throne king tut hat straight yeah yeah want yall niggas smack yall niggas niggarettes universal death threats yeah god body yeah doubt judge wise ayo spiced calvin coolers lounging 7 duelers great adventures slick licking 6 rugers rock big boy bulottis woodbridge porch biggest beer seasoned giraffe ribs rotissiere ropes hickory cinnamon scented glaze perfected find truth within self lets smoke hail hands 50 thou appraisal dirty nose nasal drip clique flipped fam dancing blanche bitches flicking deuce pictures kick ace spades snatch jack riches olsive compulsive lies flyers name dick made cover count many veins scooby snack jurassic plastic gas booby trap ten years working wanna tab shit bong bong bong bell went rung rung rung staple lands ambulance dont come yeah see mean see mean motherfucking crybabies get line punk studying arts instead studying thats lost first job punk get line get lil thick ass tossed shit studied bruce lee nigga fourth third pass honey dipped spliff black mental cause continental drift one whiff power u gets divine stiff brick rock late night hear tick tock clock used run pick crab lock hit stash dip back lab make flip uptown boo doop back ave incognito fatal aikido blow pop needle dick knock knee ho bust fetal nine inch long strong bobby pop bitch thongs spit bang chest like kong king merciless ming point killer bee sting ring dings right head bing snap wing bats battle axe tongue hacks tracks ball drop imma snatch ten jacks pass crack niggarette puff loose leaf cigarette man search internet bob digitech stereo crazy shapiro multiply ten times standing next zero snap fingers like fonz bag golden bronze skinned girl honey blonde dip hair make nigga flip chair armpit shaved perfect nair stomach flat pancake mans sake used fuck menstruate made hyperventilate brooklyn know know know know queens know know know know shaolin know know know know know know know know know bronx know know know know jersey know know know long island know know know know know know know break turf punk got message smokey give smokey man give aint smokey aint motherfucking message motherfucker said give message willie slam nigga busted yeah man picked well aint got fucking time play give message willies warwick one three told tell yall motherfuckers keep cool one way another quick maybe stick around thats man know could lords punk like kiss ass motherfucker burn motherfucker put trademarks around fucking eye yo gambino niggas swipe deluxe rap cavaliers midgets steal beers give em sit back jollyin team gaming like three card molly drug somalians pollying mittens raps crocheting yo iron niggas portraying havent paying real slide niggas like fresh pair caesar fade style usually tuck grenade throw blade fuck getting laid guzzle shit like gatorade day day wallies half leather half suede connecting high stylist dun light chalice run nothing wildest foulest come long dick style niggas hit ay yo iron bite shit eventually bust rap gun mentally century kid meant get knees bless gem caribbean skiin white bm snatch canadian cream scandinavians palladium style play like thirty two arabians greatest lesson dont owe might get stole go bury velour come understand let get mines first get mines yall yall wanna fuck em bad sho nuff hit bank thrust wu nauticas jamie sommer got trained tour bus upgrade swallow raw eggs read label hitting white label left winnebago unstable smooth sailing walked earth start kneeling started stealing im ill see grilling parlay kicked mack max motion michael bolton magazine quote im potent louisville mix pain kill rap fuck benadryl violin knowledge god sounded ill tremendously obnoxious blotches telephone watchll leave bartenders topless dead arm prosecutor smack juror girlll run like luke laura sit back malayan islands sipping mixed drinks broke coconut bowls wilding sit back jollyin sit back jollyin sit back jollyin team gamin like three card rolly drug somalians pollyin sit back jollyin team gamin like three card rolly drug somalians pollyin sit back deep meditation sound orientated war blizzard rap paramedical wizard cappadonna never catering none microphone three verse weigh ton slaughter order five thousand back across water laboratory story keep flowing glory acapella deep dirty instrumental could blow sky like stormy wind blew one gallon wilding park hill profiling cut face buck 50 sure smiling violating position leave smoked like crackhead mission two tokes mic dope one stroke elegance rated like movie graphic told intelligence person person itd hard take trophy better get somebody try smoke cause im plo tko every day dancehall general party fanatic colonel cappadonna sona old school disco inferno veteran rapping new set wu hard rapping ninety six jive keep live crowd clapping bow praises due staten isle spark mic shaolin spark methtical every evening meeting thinking whos gonna next catch beating mental slanging bitching rap twist point warfare brutalize competition catch hell chance thats said threw ransom jacked stripped beat naked packed gimme rewards way way wanna get em want em gotten want em layin want em gotten cause niggas need got need taken thats right yo new ghostface glorious days check yall back yes yes yall yeah masked avengers praise due tmf wu tang clan scream ghost weed gate waiting jake want eight ravioli bags two thirsty villains yelling bellyaches heavyweight rhyme writers hitting grass thats ripest pull kite white bitch talking bout dear ghost nigga know like cops come never hide toast guest starred mad shit cbl ice water metallic past tense placed gold caskets dru hill bitches specialist lounging mosque suede kufi wrap undercover dentist rhymes made garlic never target narcs hit rumor might start spit nice lord sweet daddy grace wind lifted dance floor makeovers free followed gauze duncan hines monument cakes never half baked alaskan sesscapade push new court dates trauma hands like candy canes lay balls ice branches weed vein swimsuit issue darts sent truly heart boo miss see daddy rock wristful modern day slave god graveyard spells fog goggles laying like needles hospital five steps conquer ask bernadette baguette swizzle ziploc air hear thistle real bitches take drawers high niggas snatch skirt case wanna play get bitch face tell ghost said take clothes ayo devil planted fear inside black babies fifty cent sodas hood going crazy dead meat placed shelves eat cold cuts fast hog yall grow ayo crash break glass tony goalie mask thats past heavy ice rollie laying dash love grass cauliflower hurting dumped trash sour mash served every glass wally bash sunsplash autograph blessing name slashed backdraft four pounders screaming pearly ash children fix contrast sound clashes mrs dash sprinkle icicle eyelash ask cappa pendergrass backstage passes special guest johnny blaze johnny mathis acrobat run love jones actress distract cat im high sugar get crack dicking oprah jump rope david dinkins watch black mayor dc hit mocha tangerine sofa two super soakers rover hit sports bar tell young lady bend meditated yoga paddle ball dancing vulture castor troy laying travolta yo switch lingo five nine seventy god glow seven fifteen four ebony ayo devil planted fear inside black babies fifty cent sodas hood going crazy dead meat placed shelves eat cold cuts fast hog yall grow ayo wu tang clan tmf motherfuckin joint connect one thats baby straight yall staple town yall yo many girls gotta fuck yo one ah hah thats yo staple town b many nuts might bust one haha straight take drop nigga yo many shots one many shots im gunnin dome takes one thats word many cakes bake yall one yo yo yo many ls smoke one hahaha time nigga time know time dope fiends dummy like like like like many bags take get dope fiends bullshit one gives blood three months man whatchu doin anyway oughta home momma old boy thirteen thirteen damn bastards must runnin outta niggas arrest yeah ohh yeah goes families went struggle yeah heart heart everything real yo dwellin past flashbacks young whoever thought id baby girl three sons im goin difficult stage find hard believe old earth many seeds shes woman due respect saw life really worth took step back family aint family used play ball eggs school eat grits cause poor grab pliers channel fix hanger tv rockin others pants school wasnt easy survived winters snotty nosed coats kept real older brother still jokes sadly daddy left age six didnt know nuttin mommy neatly packed shit cried grandma held family guess mommy wasnt strong enough went check fifteen us three bedroom apartment roaches everywhere cousins aunts four bed two foot two head didnt like sleep jon jon peed bed seven oclock pluckin roaches cereal box shared spoon watchin saturday cartoons sugar water thing every meal frill summer free lunch held us like steel days go techs house note stating gloria borrow food im dead broke embarrasin couldnt stand knock door friends might laughin spent stamps stores mommy wheres toilet paper use newspaper look ms rose gave us couch shes neighbor things deep whole youth sharper cleats two brothers muscular dystrophy killed remember moms would lick finger tips wipe cold eye school spit case worker runnin back face face caught case housin tried throw us place sometimes look stars analyze sky ask meant yeah yo got im thankful made got im thankful made got im thankful made got im thankful made yeah sit think times without dad always said woudnt cry saw tears eyes understand daddys way somehow always around yeah things oh drugs love always oh yeah say see universe consists sun moon star planets exist space like man woman child understand got keep real reality reality keep real us remember good ol days see thats child made man today see cause forget come heheh youre never gonna make youre goin aheh lost reality take one stroll mind see find youll see whole universe best fucking ever well thats youve dealing ace gotta leave going sugar got business take care oh shit shit thats old man shit better go talk smoke lungs smoke lungs smoke lungs smoke lungs smoke lungs smoke lungs smoke lungs smoke lungs im mind shocking body rocking earth shaking money making sitting high looking fly im drinking best wine yo bitch fucked friend yeah stink ho seen elevator honey grabbed kangol put mega shit bout slap bitch shot crazy verbal leaned back like im rich took place late night february 17th hands flooded like ink face magazine got back honolulu pockets stacking beaucoup cash girlfriend sipped yoo hoo laughed yo tour whore went work quick fast nigga dick dirt couldnt wait kidnap bait sperm ho pinky house put perm thats ever said thought could hold remember long dicked broke ovary crab bitch chicken head ho eating harolds im first nigga watching flicks de niro gained crazy points baby god taught eat right foods fast dont eat lard gave earth lessons came blessing didnt knowledge god manifesting sneaky fuck bitch ways actions told fucked bleeding held malls sexually worshipped di dick like cross freaked broke month fell main shit peeps showed love strength saw got way thought tranqued fuck lobster head ass nigga shouldve slapped gods said chill thats wiz fault god handle lab im wondering many times hot ass got stabbed dumb bitch horny hot fuck mountains clientele low ho catch next show bro got jerked gave away pussy shit hurt feel like somebody died shot old earth fuck fucked chair three legs broken tables screaming biting cables slid washing machine threw spin pussy dry spit dick put dicks bomb baby marvelous hot steak plus im conceited starks make biggest ho call rape im god cipher divine love pussy refined means clean fds smell shine word respect ho g ds came rock spot like ironman starks illest emcees world today cappa raekwon r z listen clear put box right near ear light blunts beers cause could never fuck wu tang killer beez mans cell say peace cats rock mac knowledge knowledges street astrologists light mic god acknowledge fly joints carry two points corolla motorola holder play god e pack shoulder chrome tanks player like yanks check franchise front guys enterprise splash many lives repel fakes like reflectors sugar ear last crack career manhandle wanna run crib get ditto skate like limo jet flyest estate relate take break break eighth wait drop like drake thugs booing screwing canoeing claim shit fuck union style rzas train aboard jump turnstile island tried challenge god new bals especially aluminum bat ac relax lay back sell grenade day pays black mac 10 flex wipe cats like windex index finger sore busting fly scripts wally kid count crazily grands revive lands laying bitches mans lex lands losing em jet stash jerusalem abusing em rocking jewels like using em low pro star seven thick waves rock polar roll older gods build sun moon star mcs start realizing ghost got shit thatll keep vibing wu bring shaolins finest skills weak better step behind us ghostface ghostface killah mercury raps roughed god shown like taps red white wallys match bend baseball hat forever shit like pissing window turnpikes robbing niggas leathers high swiping dirt bikes voice mellow like vaughn harper radio barber murder sleep away camp fly lady champ arsonist burn pen regardless slaying earthlings fake foreigners phillipines pick herbal beans bubbling strings biochemical cream burn kerosene conviction tape rape wicked like nixon blond heads inscriptions three sixes kiss pyramid experiment high explosive slapbox jesus lick shots joseph zoom like binoculars rap blacksmith moneys rolex rockless chef ragtop spotless im iron man die cast metal im steel alloy true identity hidden inside secret tabloids breathe oxygen sides jaw carry oxes track hit like bangers hundred watt boxes yo jostling cats little j deli ing sip irish moss widelians rhymes like retail make sure shit sell mans cell mcs start realizing ghost got shit thatll keep vibing wu bring shaolins finest skills weak better step behind us cappa cappa cappa cappachino give fifty thou small bills gold plate slang kills beer spills lils murder one dun killer bee stung guess back home son technique slang camp third platoon soon cristal bottles cages boom papi wardrobe mad hatter big dick style beware goons smuggle balloons lorna doones fat pussy wounds let gods build pull grill check mad skills top secret technique hard peep keep jiggy style rap watching knuckle slang sweep order tape recorder cant record slaughter spoil rotten donna good forgotten high top notch borderline rhymes hancocked 96 ill sound clash still hot get shot mcs start realizing ghost got shit thatll keep vibing wu bring shaolins finest skills weak better step behind us uh huh uh huh motherfucker uh huh yeah see see yall fake motherfuckers joint huh stealing light huh watch duke watch yo check top murderers snowy bezel cloud merges fbi try want word kid pulled bust shot beacon catch corner speaking crushed heavenly ug rock sweet daddy long fox minks chicken broccoli wallys look stink man straight raleigh durham recognized kojak slapped 5 masta killa cracked heine everybody break bread huddle around guzzle im throw hair back since face revealed game got real radio gassing niggas imposters scream theyre ill im inventor 86 rhyming center debut 93 lp told enter punk faggot niggas stealing light crawl bed grandma beneath la z boy hid knife ghost back stretch cadillacs fruit cocktails hit shelves pauls pastry rack walk like dorothy try judge plus degrees sessical rasta fiends getting waxed drive thru take stand throw hand bible tell lies im ultimate splash wolverine razor sharp ring dolomite student enroll holding aiyo rap like ziti facing real tv crush high speeds strawberry kiwi approach hood gods bail staten island ferryboats cash bail fresh cellies 50 deep city banned life apollo kids live spit real pair bright phat yellow air max hit racks snatch em son 20 tax dream merchant tucked cloud stay splurging rock eagle head 6 inch height bird monday night dallas vs jets dudes slid one hand two culture ciphers one bag wet heavy rain fucked kicks wasnt looking splashed puddle bitch laughing first thought beat bitch moseyed gracefully new yorks wanted cheeba hawk seen yellow brick road stole pastries ghostface holy mind last seen manhattan chase withdrew 6 8 digit briefcase rawness title hell bound quick reload around faces surround look astound split fair one poconos money gin rummy glare spot lame bit ear yo taste teaspoon 300 goons stash balloons locked lab rooms hit glock spazzed grants tomb clocked like patient stocks fall hustle invasion knowing copped block chain tri color freezing velour icicle galore gas station light gleaming wall cop wiseguy jams james bond vans niggas flipped timbs rock boats water watch clams pose standoff mad timid hoping gun fall guessing like lottery balls yo aiyo rap like ziti facing real tv crash high speeds strawberry kiwi approach hood gods bail see staten island ferryboat cats bail fresh cellies 50 deep city banned life apollo kids live spit real theres coke heard dumb fuck theres coke fuck mean theres coke ive ship ive every fucking room theres gotta coke nothing nothing heavy panting help please panting continues help gunshot assassination day stalk move third world third eyes guiding light invite fight die tonight life lives 25 life bid parole reneged stroll globe fugitive cream short cee cipher power stalk plus fiend talk 3 gs cost supreme court white lies blackmail land back jail sale stolen goal fail stranded front line shine dumb blind comes time take back mine crunch time first quarter worst slaughter devils poisoning birth water earth daughter rest head chest struggle cuddle half moon crest press plant fear exploit gun blasting central broadcasting shackling nerves unfastened trapped deep water gasping clash titans half action stop producers careers weak spot ears scorpion darts hits mark pierce heart silver spears youre bewildered unsaturated low filtered devils still feel youre living build tilted mcs upon axis body hazard tactic lactic acid desert dry cactus practice never match invincible wu tang indispensable one nation god indivisible liberty justice mic clutches thugs bring ruckus leave crutches unforgivable snakes face double edged swords starts swivel decapitates head makes projects livable interchangeable caution flammable chamber 99 plus 1 unnameable angles strangles microphone cords start dangle silent gases pass throughout anal creep doors seep like sweat pores destroy internal organs biological warfare first move shit like yukon spread like grey poupon splurging merging suburbs using like adverb action word flowing like blackbird god came aiming like terry bradshaw hit crash bar stay relaxed god shit smashed pa handle like algebra ufo spot em like galaga holding like bullet proof acuras fly yeah right want get high yo bobby hear im shooting like blue tops wont play like lady pay 380 spit like baby final destination hades wars extremely serious saddens take things deadly measures measured shot pay assassination day stalk enemy like prey tranqued deceptional sounds deceives lures mcs lair mic like bait awaits bitten greed temptation tempts victim proceed forward ignorance wouldnt allow retreat youd rather pursue death admit defeat whos best describe specialize murderous rhyming constantly inclining mind spits enormous kickback brain absorbs impact disorderly conduct crowd feedback assassination day stalk +kendrick lamar,nobody pray day way ayy remember syrup sandwiches crime allowances finesse nigga counterfeits im countin parmesan accountant lives fact im downin dusse boo bae tastes like kool aid analysts girl buy ass world paystub ooh pussy good wont sit taste bloods get way petty let extras pull block break playin tetris pm pm funk piss per diem gotta hate em funk quit bm still ride mercedes funk quit season still greatest funk left stroke went viral right stroke put lil baby spiral soprano c like keep high note levels know bitch humble sit humble sit humble bitch sit humble sit humble sit humble sit humble bitch sit humble sit nigga thinkin frontin man man get fuck stage im sandman get fuck dick aint right make play fucking whole life im fuckin sick tired photoshop show somethin natural like afro richard pryor show somethin natural like ass stretch marks still take right mamas couch polo socks ayy shit way crazy ayy amaze ayy blew cool ac ayy obama paged ayy dont fabricate ayy yall fakin ayy stay modest bout ayy elaborate ayy grey poupon evian ted talk ayy watch soul speak let meds talk ayy kill nigga wont alcohol ayy im realest nigga bitch humble sit humble sit humble bitch sit humble sit humble sit humble sit humble bitch sit humble sit pirus crips got along theyd probably gun end song seem like whole city go every time im street hear yawk yawk yawk yawk man nigga fuck know nigga grandma stay huh nigga maad city run nigga brace ill take trip memory lane rap im slingin crack move cocaine cul de sac plenty cognac major pain drill sergeant stress weighin brain l boog yan yan yg lucky ride rosecrans got ugly wavin yo hand window check uh warriors conans hope euphoria slow dance society driver seat first one get killed seen light skinned nigga brains blown burger stand beep hang tape recorder sayin ever since day lookin different back nine joey packed nine pakistan every porch fine adapt crime pack van four guns time sliding door fuck fuck shootin aint walkin fuckin punk pickin fuckin pump pickin suckers suck dick die sucker punch wall bullets comin aks ars ayy yall duck thats momma said eatin free lunch aw man goddamn hell broke loose killed cousin back 94 fuck yo truce crawl head noose wind dead news aint peace treaty piecin bgs pre approve bodies top bodies ivs top ivs obviously coroner sheets like isleys hop trolley make sure colors correct make sure youre corporate theyll callin mother collect say governor collect taxes except traffic tragic happens shit aint threat movin backwards suggest sleep tec go buy chopper doctor speed dial guess maad city man nigga fuck know nigga grandma stay huh nigga maad city run nigga pirus crips got along theyd probably gun end song seem like whole city go every time im street hear yawk yawk yawk wake yo punk ass aint nothin compton thang g yeah real simple plain let teach lessons street hood aint nothin compton thang g yeah fresh outta school cause high school grad sleepin living room mommas pad reality struck seen white car crash hit light pole two niggas hopped foot dashed pops said needed job thought believed security guard month ended leavin fact got fired cause inspired friends stage robbery third saturday clocked projects tore gang signs get thrown cocaine laced marijuana wonder rarely smoke imagine first blunt foamin mouth straight tweakin next weekend broke even made allegiance made promise see bleedin know reasons still never know life kendrick aka comptons human sacrifice g yeah cocaine weed niggas mixin shit since 80s loc sherm sticks butt nakeds dip make nigga flip cluck heads block shit one times crooked shit block nigga alondra rosecrans bullis compton im still hood loc yeah thats cool shit hood took follow rules yeah thats like grew hood bang niggas rep colors doin thang pass left smoke couple drive bys hood lately shit couple ivs fuckin spray shots crowd everybody ran crew im finna slay street life crave shots hit enemy hearts turn brave mount regulators whip boulevard pistol grip yeah trip hood still loc grab strap cause yeah real yeah deal outcome strap hand bird ten grands mothafucka stand told killed nigga sixteen would believe perceive innocent kendrick seen street basketball laters eat mentioned skeletons would jump seat would say intelligence great relief safe say next generation maybe sleep dreams bein lawyer doctor instead boy chopper hold cul de sac hostage kill em gossip children corn vandalizin option livin lie drown body toxins constantly drinkin drive hit powder watch flame arrive eye listen coward concept aim bang slide bitch deposit price head tithes probably go projects live inside belly rough compton usa made angel angel dust maad city compton nigga pass dot bottle damn aint one got fucked holdin niggas always actin unsensitive shit nigga aint word nigga shut hey dot good nigga dont even trip lay back drink pour head shot sit stand pass wake faded faded done grew round people livin life bottles granddaddy golden flask backstroke every day chicago people like way feels people wanna kill sorrows people wanna fit popular problem dark room loud tunes lookin make vow soon ima get fucked fillin cup see crowd mood changin minute record repeat took sip another sip somebody said nigga babysittin two three shots ima show turn notch first get swimming pool full liquor dive pool full liquor dive wave bottles watch em flock girls wanna play baywatch got swimming pool full liquor dive po pool full liquor ima dive pour head shot sit stand pass wake faded faded okay open mind listen kendrick conscience hear history kendrick know youre nauseous right im hopin lead victory kendrick take another one ima drown poison abusin limit think im feelin vibe see love eyes see feelin freedom granted soon damage vodka arrived capitalize parental advice apparently im influenced doin thought doin til someone said nigga babysittin two three shots ima show turn notch first get swimming pool full liquor dive pool full liquor dive wave bottles watch em flock girls wanna play baywatch got swimming pool full liquor dive po pool full liquor ima dive pour head shot sit stand pass wake faded faded ride ride bang one chopper one hundred shots bang hop bang two chopper two hundred shots bang ride ride bang one chopper one hundred shots bang hop bang two chopper two hundred shots bang nigga babysittin two three shots ima show turn notch first get swimming pool full liquor dive pool full liquor dive wave bottles watch em flock girls wanna play baywatch got swimming pool full liquor dive po pool full liquor ima dive pour head shot sit stand pass wake faded faded aw man takin takin life new appetite failure got hunger pain grow insane tell sound familiar youre like makin excuse relief bottom bottle greenest indo leaf window open release everything corrode inside see jokin laugh dont feel bad probably sleep never ever wake never ever wake never ever wake god trust thought enough stomped homie bitch k dot good blood drop ye drop back niggas straight man nigga aint trippin gon ol shit ima pop shots gon run gon run opposite ways fall right lap gon tear ass simple hope bitch set gon pop bitch wait hold ayy see somebody aha got niggas k dot good l good yeah blood im good dave good dave dave say somethin dave bitch ass niggas killed brother got got got got loyalty got royalty inside dna cocaine quarter piece got war peace inside dna got power poison pain joy inside dna got hustle though ambition flow inside dna born like since one like immaculate conception transform like perform like yeshua new weapon dont contemplate meditate fucking head put kids bed got got got got realness kill shit cause dna got millions got riches buildin dna got dark got evil rot inside dna got got troublesome heart inside dna win win like wimbledon serve yeah thats sound engine like bird see fireworks corvette tire skrrt boulevard know work know see yous yous yous bitch hormones prolly switch inside dna problem sucker shit inside dna daddy prolly snitched heritage inside dna backbone dont exist born outside jellyfish gauge see pedigree definitely dont tolerate front shit ive prolly offend paulas oldest son know murder conviction burners boosters burglars ballers dead redemption scholars fathers dead kids wish fed forgiveness yeah yeah yeah yeah soldiers dna born inside beast expertise checked second grade 9 cell motel didnt nowhere stay 29 ive done well hit cartwheel estate im gon shine like im supposed antisocial extrovert excellent mean extra work absentness fuck heard pessimists never struck nerve nazareth gonna plead case reason powers earth salute truth prophet say got loyalty got royalty inside dna say hip hop done damage young african americans racism recent years got loyalty got royalty inside dna live better life im rollin several dice fuck life got loyalty got royalty inside dna live fuck life 5 4 3 2 1 heritage im inheritin money power mecca marriages tell somethin mothafuckas cant tell nothin id rather die listen dna imitation dna abomination matrix dodgin bullets reapin sow stackin footage livin go sleepin villa sippin grammy walkin buildin diamond ceilin marble floors beach inside window peekin window baby pool godfather goals lord knows ive goin hammer dodgin paparazzi freakin cameras eat four daughters brock wearin sandals yoga monday stretchin nirvana watchin snakes curvin fakes phone never dont conversate dont compromise penetrate sex money murder breaks times level number 9 look sky 10 way sentence way killings way motherfucker got winners way aint shit without body belt aint shit without ticket plate aint sick enough pull aint rich enough hit lot skate tell destruction gonna fate gonna fate gonna faith peace world let rotate sex money murder dna uh niggas tryna get ya bish hit house lick tell wit ya bish home invasion persuasive nine five know vacant ya bish dreams livin life like rappers back condom wrappers wasnt cool fucked sherane went tell bros usher raymond let burn came hot sauce top ramen ya bish park car start rhymin ya bish thing free mind freeze verse see dollar signs lookin like easy come ya bish silver spoon know come ya bish thats lifestyle never knew go reverend revenue go halle berry hallelujah pick poison tell doin everybody gon respect shooter one front gun lives forever hustlin day way way canals alleyways say money trees perfect place shade thats feel nah nah dollar might fuck main bitch thats feel nah dollar might say fuck niggas came thats feel nah nah dollar might make lane switch thats feel nah dollar might turn million rich thats feel dreams livin life like rappers bump new e 40 school know big ballin homies earl stevens us thinkin rational back reality poor ya bish another casualty war ya bish two bullets uncle tony head said one day ill tour ya bish louis burgers never louis belt never ease pain ima purchase day jerkin pull churchs pirellis skirtin gang signs window ya bish hopin em offend ya bish say hood pot gold gon crash nobodys home go halle berry hallelujah pick poison tell doin everybody gon respect shooter one front gun lives forever hustlin day way way canals alleyways say money trees perfect place shade thats feel nah nah dollar might fuck main bitch thats feel nah dollar might say fuck niggas came thats feel nah nah dollar might make lane switch thats feel nah dollar might turn million rich thats feel last one get dough way love one bucket headed hoes way hit streets break code way hit brakes patrol way last one get dough way love one bucket headed hoes way hit streets break code way hit brakes patrol way imagine rock projects niggas pick pockets santa claus dont miss stockings liquors spillin pistols poppin bakin soda yola whippin aint turkey thanksgivin homeboy domed nigga hope lord forgive pots cocaine residue every day im hustlin else thug eatin cheese government gotta provide daughter nem get fuck way bitch got drum got bands like parade bitch drop work bushes hope boys dont see stash tell truth last time might see ass gardens grass aint cut serpents lurkin blood bitches sellin pussy niggas sellin drugs good broken promises steal watch tell time take js tell kick footlocker streets heater dungarees dreams gettin shaded money tree go halle berry hallelujah pick poison tell doin everybody gon respect shooter one front gun lives forever hustlin day way way canals alleyways say money trees perfect place shade thats feel kendricks mom kendrick bring car back man called another appointment figured werent gonna back time anyways look shit shit wanna get house man man one feelin good motherfucker shit im tryna get thing goin bring car back shit faded feelin good look listen kendricks dad girl girl want body want body cause big ol fat ass girl girl want body want body cause big ol fat ass kendricks mom see high hell shit aint even trippin damn dominoes anymore bring car back kendricks dad somebody say dominoes america god bless good ya america please take hand help underst new kung fu kenny throw steak ark pool full sharks hell take leave wilderness sworn nemesis hell make take gratitude bet hell show somethin woah chip nigga lil bit nothin chip nigga lil bit nothin chip nigga lil bit nothin chip nigga throw blower lap walk court like bitch x rated johnny dont wanna go school mo mo johnny said books aint cool mo johnny wanna rapper like big cousin johnny caught body yesterday hustlin god bless america know love yesterday got call like dog like 101 said killed son insufficient funds sobbin mobbin way belligerent drunk talkin head philosophin lord done said k dot pray fucked day know anointed show overcome lookin closure hopin could bring closer spiritual spirit know better told cant sugarcoat answer feel somebody kill son mean somebody gettin killed tell love loyalty passion memories collected moments could never touch wait front niggas spot watch hit block catch nigga leavin service thats got chip nigga throw blower lap walk court like bitch aint black power baby killed coward cant even keep peace dont fuck one murder street bodies hour ghetto bird street paramedics dial let somebody touch momma touch sister touch woman touch daddy touch niece touch nephew touch brother chip nigga throw blower lap matter fact im bout speak convention call back alright kids gonna talk gun control damn place country sound drum bass close eyes look around hail mary jesus joseph great american flag wrapped drag explosives compulsive disorder sons daughters barricaded blocks borders look taught us murder street street back streets wall street corporate offices banks employees bosses homicidal thoughts donald trumps office lost barack promised never doubt america honest bask sin pass gin mix american blood bash crippin married blood ill aks oops accident nasty set us roll dice bet us overnight big rifles tell fox scared us gang members terrorists et cetera et cetera americas reflections thats mirror place country sound drum bass close eyes look ar sinner whos probably gonna sin lord forgive lord forgive things dont understand sometimes need alone bitch dont kill vibe bitch dont kill vibe feel energy two planets away got drink got music would share today im yelling bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe look inside soul find gold maybe get rich look inside soul find never exist feel changes feel new life always knew life dangerous say like challenge tell painless dont know pain paint picture color blind hangin fell face awoke scar another mistake livin deep heart wear top sleeve flick admit look like resent every making tell purpose petty even small lighter burn bridge even small lighter burn bridge feel changes feel new people around want famous see city found put stages thats amazin thats quick check disrespect let say sinner whos probably gonna sin lord forgive lord forgive things dont understand sometimes need alone bitch dont kill vibe bitch dont kill vibe feel energy two planets away got drink got music would share today im yelling bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe im tryin keep alive compromise feeling love youre tryin keep deprived co sign radio im lookin right past live world live world two different axles live world livin behind mirror know scared feeling feeling emotions inferior shit vital know shit vital know die pitiful vain tell watch chain way believable give feasible gain rather seasonal name ill let people know somethin blame remain stuck box ima break hide every lock ima break hide every lock feel changes feel new people around want famous see city found put stages thats amazin thats quick check disrespect let say sinner whos probably gonna sin lord forgive lord forgive things dont understand sometimes need alone bitch dont kill vibe bitch dont kill vibe feel energy two planets away got drink got music would share today im yelling bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe aint heard coast like long time dont see long line waiting kendrick like first fifteenth threes air see sync hide feelings hide feelings better ill take girlfriend put pussy pedestal bitch dont kill vibe bitch dont kill vibe walk door scream alive new years resolution stop pollution talk motherfuckin much got drink got music say bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe bitch dont kill vibe ayy k dot get car nigga come finna roll nigga got pack blacks beat cd get yo freestyles ready every second every minute man swear get say bad bitch put hands high hands high hands high tell em dim lights right put mood im talkin dark room perfume go go recognize fragrance hold aint never gotta say shit uh know taste little bit hmm high maintenance uh everybody else basic live life everyday basis poetic justice poetic justice told flower bloomed dark room would trust mean write poems songs dedicated youre mood empathy theres blood pen better yet friends em really wanna know really wanna show fuck pour plenty champagne cold nights curse name called girlfriends yall curled little bitty range heard wanna go party wanna go party nigga dont approach atari nigga aint good game homie sorry say conversation rule nation tell could never right wrongs less write real ps get get get get know know know know know want poetic justice put song alright get get get get know know know know know want poetic justice put song alright really hope play cause ol girl test patience seductive photographs one vacations youve takin clearly lot take dont make sense young east african girl busy fuckin man tryna put game put plane take momma motherland could maybe one day figure youre gonna need someone figure alright city dont run come sound like poetic justice poetic justice new life goddamn got adjusted mean write poems songs dedicated fun sex natural hair soft skin big ass sundress ooh good god doin walk see thing move wish would fight less would talk say communication save relations tell never right wrongs unless write em real ps get get get get know know know know know want poetic justice put song alright get get get get know know know know know want poetic justice put song alright every time write words become taboo makin sure punctuation curve every letter heres true livin life margin metaphor proof im talkin poetic justice poetic justice told flower bloomed dark room would trust mean need hear love verb lookin mirror love verb lookin maybe call crazy insane fatal attraction common common pain mean need hear love verb see power steerin sex drive swerve want interference coherent hear uh huh thats heartbeat either caught called uh huh read slow youll find gold mines lines sincerely truly right go blind ps get get get get know know know know know want poetic justice put song im gon ask one time homie problem ayy sherane homie yo dont care nigga dont tell wrap im sorry hol hol hol gon like okay ima tell im okay gon tell okay grandma stay mama stay daddy stay okay enough talkin matter fact get van homie get car snatch motherfucker homie got bone pick dont want monkey mouth motherfuckers sittin throne ayy ayy nigga whats happenin k dot back hood nigga im mad aint stressin true friends one question bitch walkin run game got whole world talkin king kunta everybody wanna cut legs kunta black man taking losses oh yeah bitch walkin run game got whole world talkin king kunta everybody wanna cut legs got yams yam power smell im walkin street dig rappin rapper ghostwriter fuck happened swore wouldnt tell yall sharing bars like got bottom bunk two man cell somethings water gotta brown nose gold id rather bum motherfuckin baller bitch walkin run game got whole world talkin king kunta everybody wanna cut legs king kunta black man taking losses oh yeah bitch walkin run game got whole world talkin king kunta everybody wanna cut legs got yams yam brought richard pryor manipulated bill clinton desires twenty four seven three sixty five days times two contemplatin gettin stage go back hood see enemy say bitch walkin run game got whole world talkin king kunta everybody wanna cut legs king kunta black man taking losses oh yeah bitch walkin run game got whole world talkin king kunta everybody wanna cut legs goat mouth mammyfucker gonna kill couple rappers everybodys suicidal aint even need help shit elementary ill probably go jail shoot identity bounce left stuck flag city everybodys screamin compton probably run mayor im done honest put momma baby boo twenty million walkin court buildin woo woo aw yeah fuck judge made past twenty five little nappy headed nigga world behind life aint shit fat vagina screamin annie okay annie okay limo tinted gold plates straight bottom belly beast peasant prince motherfuckin king bitch walkin gunshot time hear next pop funk shall within gunshot run game got whole world talkin king kunta everybody wanna cut legs king kunta black man taking losses oh yeah bitch walkin run game got whole world talkin king kunta everybody wanna cut legs funk funk funk funk funk funk funk funk funk funk funk want funk want funk give funk gon take want funk give funk gon take want funk give funk gon take want funk want funk want funk want funk want funk give funk gon take want funk remember conflicted misusing influence damn love lust damn us give run money nobody one outrun give run money sippin bubbly feelin lovely livin lovely love wanna ayy wanna love love love wanna ayy wanna love wanna love love didnt ride blade curb would still love made mind work would still love keep hundred id rather trust love keep whole one hund dont got got nothin ayy got somethin hol gon function ayy assumptions ayy feelin like tyson knock twice im night im kiddin life yeah life yeah life lets get hit shoulder lean know comin backstroke oversea know need already ten money come feeling go feeling dont drought party wont end didnt ride blade curb would still love minimized net worth would still love keep hundred id rather trust love keep whole one hund dont got got nothin give run money nobody one outrun give run money sippin bubbly feelin lovely livin lovely love wanna ayy wanna love love love wanna ayy wanna love wanna love love im way aint got time waste poppin gum way way dont wan pressure none want blessing today oh way open door way told im way im way know connection vague pick phone babe dammit jammin bad attitude yo nanny curves hips yo mammy remember gardena took studio camera know top mad want body music bought big one prove look made told im way im like exit away yep didnt ride blade curb would still love minimized net worth would still love keep hundred id rather trust love keep whole one hund dont got got nothin give run money nobody one outrun give run money sippin bubbly feelin lovely livin lovely love wanna ayy wanna love love love wanna ayy wanna love wanna love love +busta rhymes,turn mic turn mic ayo calm nigga ayo calm nigga ayo calm nigga fuck blackout niggas lower casket sprinkle ash get ass kicked pow frown shit crown skip town ground zero shapiro king cash cow make em say wow strip bow sit pound click blaow click click click stop traffic dropping classics flip bitches im making skip thou art dont really want start growl let come mop knockoffs pop never stop cause come better lock doors wolves wanna eat peep lock jaws need cook coke see cop raw aint enough fat fishes phenomenal fahrvergnugen fuck going back ba baracus callous bang another song imma niggas nervous clipping nails dribbling witness nibble like sunflower seed shells see scales got weight heavy like three whales shit males till stinkin fouler weed smell nigga tree fell see twitter facebook instagramming email talking im sick got shook bang em retail cripple see cook like im slanging weed sale triple bred whoop em drag em like females oh see well niggas already know way fuck shit minus details case shut bitch remind replacement butt kind ancient slut going like basement fuck swell shit like im sticking steaks gut gracefully graciously painfully wake niggas ragdolling niggas attacking like apes cut im waiting taking break niggas neck like bracelet kinda like case truck drinking til im blasted harassing erase nigga keeping em open blacking im leaving em stuck got em happier child park chasing duck im chasing buck funny niggas chasing luck lacing like boots im pushing face mud missiles fling spit live wire til shit circling back around fire melt brick surfacing back sound light shit thatll cause quick worship gather around certain shitll splatter cliques painful make em scatter shameful way shatter shit apart doesnt matter head shoulders bullets bigger boulder break em know way going could easily get see shady together crazy like baking vomit rabies cake like pastry bitch like come haiti im suggesting pay dont make wanna spaz like im crazy israeli bite beat im starting heat im chopping foot mine im putting feet back hood wild im hoping protect child blacking long niggas asking hook died nah beat fried yo ayo calm nigga ayo calm nigga ayo calm nigga ayo calm nigga ayo calm nigga fuck blackout niggas apparently theres light contagiousness tirade might make sick irate brain like fucking fried egg mind scrambled cause im lit narrow minded go wide range emotion rage gotta squeeze sideways pulled clive daviss driveway personal memoir saying hes bi waving nine picket sign egging ride making cry rape arrive naked drive straight gay pride parade yay yippee ki yay cause wait world pee leg take sign maybe take em back time stuck like sore thumb gave em finger take attention away stinking face bringing changed whole complexion game case thinking inkling replacing kingpin crazy youre wasting ink indication may facing better make distinction cause fake imitations leaving bad taste fuck making bad impression thats worst impersonation ive ever seen raps nasally eyes hazely rhymes crazily sounds like may need flonase hes speaking kind stupid question hey mrs abraham lincoln husbands fucking brains leaking howd think play weekend aint real slim shady sit ass faggot see ballot im running class clown rich democrat bitch im candidate come fuck whole party flipmode starting campaign every campus fucking rampage act goddamn age eight lets get smashed wake next day room trashed covered band aids glass ashtray smashed champagne splashed lampshades aint debate undebatable shady president ho dont make go take back days old sway tech radio taking much nodoz lsd almost fell asleep wake show fuck telling fools rippin shop raisin hell drews penelope cruz still developing boobs bus put like sick pet youre fucking vets dog fucking internet bloggers sit front computer day comment everything im expert everything everything sucks play next song guess hopped freaking laptop idiot prick biggie kicked living shit id dead wrong son god im sog like wet log pores never get clogged cause im full self esteem sweat fog yes yes yall steady left yall step fore get stepped soft bout commercial fucking learjet jealousyll get green chia pet see youre visibly upset dog alert alert girl alert enter house pain youre world hurt get ass shaking came hit fan favorite fly coach better get arms freaking hands flailing like van halen pray damn tailwind afraid success failure tell ya grand scale dont give fuck nothing like stan mailing last piece fan mail ran straight damn railing yo chill man chill yo yuh dun know dis time come come fi flatline everting inna dis bomboclaat til clash fuh real big man mi talk ere weh yuh fi shut mout listen close weh come fi shut liquor shot blow torch bun nuff excitement see frightened watch bwoy run come gyal weh yuh hmmm whata gwaan dun wid dat dutty wine tony matterhorn bass lick yuh make clap gwaan go take set trap dont fight know skin soft sit pon go go fuck til yuh broke exotic suck watch fuck weh batty big watch mi love bend ova spread mek mi stick bun haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer seh mi finish wid yuh pull yuh pants gwaan go get yuh friend dance dun come outside fuck inna di benz gyal come enjoy di ride watch di wey mi stick yuh welcome tek di dick yuh friend wait fi yuh hold deh yuh man vex vegetate di bwoy shoot see gun evaporate dat bwoy leggo dat see sound quang level dat di ground pang nuff dat yuh dun know best di best pretty gyal whole heap batty whole heap breast physical yuh drop one could attest digital instagram til dem gyal rest haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer come come fi flatline everting inna dis bomboclaat til clash fuh real dutty gyal yuh see mi ere weh yuh fi bow big chain heavy respect dem gwan like nuh pave way queen yah london rate di way come ere boy bow cat oh true yuh rich weh yuh wallet yeh yuh ave mmm gi kartel beenie man bounty killa roll di weed buss ah dutch rizzla bruk flip land pon ya head gyal brooklyn shoot net gyal trinidad nuh james mi ah chat bout pussy hole gyal ah bitter weh dat bout twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer mi seh walk like champion swing like stallion wid di two big medallion good yuh perfect show dem di action bad gyal concoction cool relax mon eh em yuh nervous skin dun di place spin round show yuh face open close yuh case chuck work mi seh hold deh tek time gyal wine yuh waistline follow di bassline right stir round like bowl soup round like hula hoop round like yuh batty cute purpose wine like yard woman grind like yuh numba one jump wave yuh hand mi tink know twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer yo yuh dun know dis time come come fi flatline everting inna dis bomboclaat til clash fuh real big man mi talk ere weh yuh fi shut mout listen close weh come fi shut liquor shot blow torch bun nuff excitement see frightened watch bwoy run come gyal weh yuh hmmm whata gwaan dun wid dat dutty wine tony matterhorn bass lick yuh make clap gwaan go take set trap dont fight know skin soft sit pon go go fuck til yuh broke exotic suck watch fuck weh batty big watch mi love bend ova spread mek mi stick bun haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer seh mi finish wid yuh pull yuh pants gwaan go get yuh friend dance dun come outside fuck inna di benz gyal come enjoy di ride watch di wey mi stick yuh welcome tek di dick yuh friend wait fi yuh hold deh yuh man vex vegetate di bwoy shoot see gun evaporate dat bwoy leggo dat see sound quang level dat di ground pang nuff dat yuh dun know best di best pretty gyal whole heap batty whole heap breast physical yuh drop one could attest digital instagram til dem gyal rest haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer mi seh walk like champion swing like stallion wid di two big medallion good yuh perfect show dem di action bad gyal concoction cool relax mon eh em yuh nervous skin dun di place spin round show yuh face open close yuh case arch work mi seh hold deh tek time gyal wine yuh waistline follow di bassline right stir round like bowl soup round like hula hoop round like yuh batty cute purpose wine like yard woman grind like yuh numba one jump wave yuh hand real thing know haffi twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twerk twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer twer woo welcome bank deposit young money get cash money im tunechi boss live vault busta buss yeah yeah yeah yo swag mania pop goes carry beautiful bitches us happily toast keep faculty close gross give dose got od ing leaning coast scenery froze take notes rock rolls diamonds fit us chanel minks winter fucking us coming give shivers watery flows spilling like rivers flooding street hoping niggas swimming moving gorillas king kongs godzillas roll seat filling niggas get show uhh shit please dont throw hold liquor grow robbing niggas gon show blow thank lucky stars rap czar tuck shit niggas bite like rin tin tin chagrin never win model thin walking crack shin gives every time spin square bow kings hall wade talk shit ball whats cracking yall native new yorker slick talker keeps order call reporter stepping like british walkers legendary swag flu see influence see get steadily god im stupid undisputed act fool back tool pop police crowd street blocking locking got niggas wilding signal soldiers bossing maintaining composure stand sofa thirty bottles twenty waitresses bring see light shit nigga call promoter tell nigga bring bag better hurry count money proper cause get want thank heavenly father yeah feel good dont uhh shining light feel good dont uhh want thank heavenly father ay want let yall know ay ay want let yall know yeezy shining light listening q tip settle stiletto saddle lets go good times difference niggas making though chatter peep way batter top mountain folding ladder dead done rip paper cause status none transfixed strengths page whether chopper gauge youre single cause wouldnt engage turnt script cup keep goblets us see push sometimes man fi get kuff beat head boop de de boff zippity boof beat head stop killing wolf whop beat nigga till drop piggity poof ock see puss dont want problem niggas fuck lets get drinking poison livers dammit sinners abstract together see deliver got touching fucking fingers dammit winners pillar rap shit homie know kill everything time go thats bomb blow black get little bit dummy microphone bleeding take incredibly resonates music itune youtube could never ever refuted gnarly niggas naughty ninas bitches ballerinas ballers betweeners blatant nonbelievers overachievers kicking pele adidas drink alize liters must reconcile leader shes begging eat us mans attitude defeat us never scandal bus prone handle gentlemen mention veterans second need medicine black get premises better fly pelican idiot ass niggas need suit funeral measurements see effortless never getting better giving shit convince better preference watch turn skeletons see come bring betterness time rep foreverness flying united emirates sized private plane kind etiquette purchasing diamonds handle delicate need better ref could peep us regulating see bitch like aint never left want thank heavenly father shining light want thank heavenly father shining light know couldnt happened without ooh ooh without ooohh without ooohh without yeah check see thing need right nod fucking head yeah yeah break ya fucking neck bitches yeah yeah go going going give away give away give away give away give away give away give away nigga yeah go tell really wanna talk nigga talk look like could really give nigga way talk way ya try walk way really try put dawg doin like ya never way break yo back break yo neck way try put floor come oh yeah tell niggas lemme address yall niggas one time lock hit bomb shit yall niggas know day making drop yall niggas know every time come motherfucker always takin ride yall niggas know come makin flop way makin hotll make nigga wanna stop get money cash check niggas bust yo tec everybody every hood bang yo head til break motherfucking neck let give real street shit ride yo shit recline yo seat rewind heat keep bouncin streets nod yo head break ya neck nigga break ya neck nigga break ya neck nigga bang yo head start break ya neck nigga break ya neck nigga break ya neck nigga break ya neck come along bounce back know done caught breath yall niggas know way bang niggas head death fire boy know bakin ounce know love way givin music making bounce fuck little niggas every time come niggas know yall way people niggas know always give yall said bounce day time night ya creepin along well bang shit truck break yo neck motherfucker try figure flow see way come right always blowin spot make nigga really wanna stop better tell yo crew yo peeps niggas better put troops gather soldiers nigga know better keep yo boots niggas place wave hands high way put make nigga wonder really gonna try ya really wanna place bet put ya money ya mouth niggas street break ya neck keep bouncing let give real street shit ride yo shit recline yo seat rewind heat keep bouncin streets nod yo head break ya neck nigga break ya neck nigga break ya neck nigga bang yo head start break ya neck nigga break ya neck nigga break ya neck nigga break ya neck go know everytime busta bus holding fort nigga watch shutting way put coming like steamroller dre nigga aint fucking around nigga yeah team got link cause know stay chopping get club niggas bar know lockin get little get little get little crunk lemme give yall niggas shit thatll make wanna bang yo trunk get money cash check niggas bust yo tec everybody every hood bang yo head til break ya motherfuckin neck let give real street shit ride yo shit recline yo seat rewind heat keep bouncin streets nod yo head break ya neck nigga break ya neck nigga break ya neck nigga bang yo head start break ya neck nigga break ya neck nigga break ya neck nigga break ya neck yeah guess ayo dre think trouble whoo scott storch like em feels like new day listen every time come hit niggas shit regardless get retarded niggas aint got clue fuck say say spit spit aint never even gotta question cause know im nigga ever come spitefully turn place motherfuckin zoo come spit c crazy sh sh sh shit make n n niggas exactly want em point view instead trying step still trying play catch keep way nigga grew niggas panic freakin get schizophrenic let emotions doubt ever test crew take second check reckon records better whatever record recorded thats shit fuckin idiot dont think get im one greatest ever period every syllable true aint blind aint handicapped vision think simple enough think really plain see matter much try matter much make effort niggas never ever really fuck cause ill hurt learn thing two ill hurt ill finish career ill shit mic doo doo fightin chance move covered poo poo smothered manure spit saliva fluid g g g goobers glued dont clue sit back watch somethin gon chew made sneeze im allergic beats like please excuse allergies actin thanks lot scott youre probably wonderin theres thunder everyone runnin duckin everything block cause busta bus flipmode tip toed club shady quietly trying start riot doc since spotted might well party gather round everybody come lets get drink aint got nothin special occasion reach closet put something get club aint blind aint handicapped vision think simple enough think really plain see matter much try matter much make effort niggas never ever really fuck cause ill hurt learn thing two ill hurt ill finish career ill catch niggas snatch niggas bunch bumblin fools got rumblin dudes way block keep stumblin jumblin words vowels throw towel see niggas clock runnin time see im tired yall mumblin mumblin n n nigga got locked every single time put shit cd player turn volume bang head shit continue crumblin niggas tumblin niggas struggle humble nigga glock watch ill keep fumblin got tr tr tremblin one niggas bust head rock start another thing make crown king butter swing nigga follow flock watch brother bring diamonds summer bling im climbing fuck tell bitch get yacht aint blind aint handicapped vision think simple enough think really plain see matter much try matter much make effort niggas never ever really fuck cause ill hurt learn thing two ill hurt ill finish career ill finna energy got remedy im vicinity nigga spit feel fire whenever act everybody else incompatible artillery forget hear cause fast pass baton busta hit victim middle body bullet rhythm every murder structure every time hit niggas another jam blacking sounding like nigga full anger im back beat head ill bring another banger nigga twist everything wanger dont really really wanna see way come ill give get ceiling see nigga numb wanna till make another nigga drop put money homie im one go pick carry way wanna carry whatever wanna show competition gunning coming better never let nigga never get front wanna front wanna get race im fast call flash dont nobody really wanna hit em like couple millimeters woopin niggas ass skibbedy boop skibbedy bop skibbedy beep im skipping another blaze hit know lot yall sitting waiting wondering ever gonna shit came hit em another flow pop champagne celebrate kill another show gotta campaign greatest niggas yall already know never kinda shit twista get em gotta go gotta ask yall keep keep keep keep keep keep try catch keep keep keep keep keep keep try catch kill everybody cause im gunning outta stress im running outta breath gonna pick left keep spitting cause flow bidness im menace bust lyrical tec go faster ricky bobby kill talladega nights niggas try get nigga hit come promise gotta pay price look dont everybody wanna come try get little taste shit got let put face spit got nigga wilding place everybody better listen cause know bring never never stop make nigga rewind bring back top throw shit streets running every block everybody better stand clear like millimeter booking track motivated murder whenever act couple phenomenal niggas stack gets anybody wanna live back killing everybody bust clip cause imma attacking insane flow calling twista phelps nigga buss like usain bolt shocked nigga like thousand volts im sailing beat way im sailing boat way gotta kill em way gotta flow dont really wanna test boy cause ill pop ya im spot know cant leave spit every word till damn cant breathe never heard till nosebleed twista please know got ya gotta ask yall keep keep keep keep keep keep try catch keep keep keep keep keep keep try catch talk bunch people say im lyrical manifestation rhythm come shit gotta bang em get em every single time hit em gotta accurate like im attacking rhythm vocal tenacity see way brother blacking im back infant cause every time place feeling capacity coming coming nobody really flow fluid gotta anomaly gotta odyssey prodigy imma one prove dont ever forget way coming sending somebody gonna probably needing medic give us credit thought oughta coming slaughter call order see way keep keep keep keep keep keep try catch keep keep keep keep keep keep try catch look shoulders honey yeah know minute dont know look shoulders honey whenever need look shoulders whenever need look shoulders honey yeah need wrote first bars car stacy bizarre battle scars large would lace big marbles nigga lead new generation boy dont argue us marvelous beat selectors authors novel spitters literature hideous nastiest flows chlamydia uh aint afraid say need ah yeah promise id never leave ah yeah life like twelve open mics hopeless notes write sure folks unite soon flow get nice poltergeist scare emcees prototype every share deeds rips know type style like everything apparently appetite stay famished bite hand feed culture vulture die bleed focus hold thoughts dreams control pen boldest lines rhymes things devote time mind seems im posed shine remind im king provoke blind bomb fiends pros cons diamond rings im full time ima bring soul divine cross whats mines gold green ropes show mean grab shakur right wing fly vocals hip hop look ziploc bag full goodies chris rock hit pookie pit stops since tube socks baby hell drug look shoulders fuck love know ya dont know baby dont know baby look shoulders honey whenever need look shoulders whenever need look shoulders honey yeah yeah need shhh look shoulder get cause done bodied game point niggas scared rap kept burnin til anointed one kings black history yes see game little different niggas lack simply bars spit em like darts til puncture kidney trash dont matter much gon try convince gon make gun cock talk whole nother way yo woah oh oh oh oh buddha ali baba believer er maker pristine dice roll sleeve shake em rude im ice cold im need wake em crowns medals wall waitin take em arrive theme music got pound leave even shadow got sound cause im god harder martyr father spit saliva thats leaking lava completin saga meetin greetin beating niggas completely conquer extremely bark nigga see deeply carve nigga believe graffiti armor heebie jeebie bikini broad see give startup treat greet meet arms sweet speak seat deep sleep gods hmm upholding fundamentals boast rental focus whats essential spit bars provoke mental entendimiento clap raps like thunders look shoulder boy wonder dont know baby dont know baby look shoulders honey whenever need look shoulders whenever need look shoulders honey yeah need dont know baby dont know baby look shoulders honey whenever need thats right got catalog understand motherfucking human ipod motherfucker okay go day yeah shorty know need got everything need promise aint gon hold neither ima give baby burnin bust baby give ill give know want know got baby give ill give long want know got baby give ill give know want know got baby give ill give long want know got together years shared tears called nicknames like sugar plum poo bear im always road hardly ever home always busy busy cant talk phone know aggravated walk around frustrated patience gettin short longer tolerate listen im motivated us stuck grind tryin elevate ayo really honest stuck whole struggle cant even express words much kid loves ya ima stand man never ya well could tell different slightly approach ill shit dont sex every day sex tease passionate way love way touch little elaborate ways got god feelin released relax day baby give ill give know want know got baby give ill give long want know got baby give ill give know want know got baby give ill give long want shh mami listen feel love baby move longin moment talk truth im never home always get go puttin unnecessary rigmarole never meant put thousand pounds stress head love way sleep always cuddle bed baby stay embracin patience sheddin tears ask mami please continue bear started broke constantly roll cuttin streets like would never get old went loosies buses fifty cent sodas novas hondas lexus rovers mad years passed still got back word bond never screwed none industry cats boy like scull mulder walkin shoulder shoulder milkin game watchin seeds gettin older baby give ill give know want know got baby give ill give long want know got baby give ill give know want know got baby give ill give long want know got yes know ill die know ill ride wit always try wit give love cry wit climb mountain high love touch sky baby come get close cause love supposed baby pull house yellow lamborghini months pa havent seen lookin good gucci bikini 38 carats ring lookin freezy matter world never leave fall back ill make lifestyle easy appreciate things please lookin daughter youll never greasy baby give ill give know want know got baby give ill give long want know got baby give ill give know want know got baby give ill give long want know got flipmode records j records def jam records busta rhymes mariah flipmode squad yeah beautiful ha ha knew gon give high note mariah ha ha ha yeah yo yo ayo hold fuck man slow fuck back fuck ayo listen fuck oh yall niggas dont want listen yall wanna start bullshit yall niggas wanna start fucking riot ill show motherfuckers riot none motherfuckers gettin fuck yall niggas ride yo close fucking door man shuttin shit touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format aiyyo swizzy told niggas coming back bust ass okay remix part two see know god back runnin city know squad flipmode bitch look see aint nothin changed im back remix queens game see spot niggas better respect yall already know rep aint reason check know aint fuckin record instead imma let mary j blige come set maybe guess mary j blige im bout handle biz im grown woman still rep kids every hood peoples doin bid know whos really queen deliver mail seven hundred thirty thousand first week sales haters plot watch lookin pale im yacht overseas doin nails sittin lookin stuck thinkin cause spent little dough im gon fuck money aint thing im sayin let bitch know type empty account far willin go hopin jet aint wastin time told expense paid anyplace could find hit islands winter trickin dime aint shorty world pussy better mine wanna touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format bus serious man im jinglin baby go head mami dont look charmin put lips kiss touch good yes wish would like see dip baby dip dont look like got beyonces hips lookin like could like nia long boy smokin cheech chong know feels like gone minute im back chinchilla ice fitted everybody talk money everybody gone bowl bread smaller arm midget know im doin thing blue ring like probably wont cause broke complain club imma put range let em touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format five boroughs death dont understand got new york city palm hand could make tight fist let crumble ridiculous could smack world new york nemesis got staten island pinky queens thumb dude bronx middle finger screamin fuck rock ice manhattan theres ring finger know keep brooklyn trigger finger swizz monster x beast fuckin bus everyday feast stay streets im tired talkin yall niggas im stick fork yall niggas hit em man truck come get em man fucked em man aint remorse corpse truth cant id body nigga toothless touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format see love streets declare god hood niggas watchin wishin could claimin throne way got lock mufuckers whats good tryin stop im wishin would cause im glad hit fact god immortal spit way doin historical shit case niggas act like aint know im informin click take bitch im performin shit touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format touch bring pay watch turn leave stop format +eminem,look gonna go easy hurt feelings im going get one chance somethings wrong feel feeling ive got like somethings happen dont know means think means trouble big trouble bananas say im taking chances doc ordered im beginnin feel like rap god rap god people front back nod back nod thinks arms long enough slap box slap box said rap like robot call rap bot rap like computer must genes got laptop back pocket penll go half cock got fat knot rap profit made livin killin ever since bill clinton still office monica lewinsky feelin nutsack im mc still honest rude indecent hell syllables skill holic flippity dippity hippity hip hop dont really wanna get pissin match rappity brat packin mac back ac backpack rap crap yap yap yackety yack exact time attempt lyrical acrobat stunts im practicin ill still able break motherfuckin table back couple faggots crack half realized ironic signed aftermath fact could blow drop f bombs feel wrath attack rappers havin rough time period heres maxi pad actually disastrously bad wack im masterfully constructing masterpiece cause im beginnin feel like rap god rap god people front back nod back nod thinks arms long enough slap box slap box let show maintainin shit aint hard hard everybody want key secret rap immortality like got well truthful blueprints simply rage youthful exuberance everybody loves root nuisance hit earth like asteroid nothing shoot moon since mcs get taken school music cause use vehicle bus rhyme lead new school full students im product rakim lakim shabazz 2pac nwa cube hey doc ren yella eazy thank got slim inspired enough one day grow blow position meet run dmc induct motherfuckin rock roll hall fame even though ill walk church burst ball flames hall fame ill inducted alcohol fame wall shame fags think game til walk flock flames plank tell fuck thinkin little gay lookin boy gay barely say straight face lookin boy youre witnessin mass occur like youre watching church gathering take place lookin boy oy vey boys gay thats say lookin boy get thumbs pat back way go label every day lookin boy hey lookin boy say lookin boy get hell yeah dre lookin boy ima work everything never asked nobody shit get outta face lookin boy basically boy youre never gonna capable keepin pace lookin boy cause im beginnin feel like rap god rap god people front back nod back nod way im racin around track call nascar nascar dale earnhardt trailer park white trash god kneel general zod planets krypton asgard asgard youll thor ill odin rodent im omnipotent let im reloadin immediately bombs im totin woken im walkin dead im talkin head zombie floatin got mom deep throatin im ramen noodle nothin common poodle im doberman pinch arm pay homage pupil honestys brutal honestly futile dont utilize though good least wanna make sure somewhere chicken scratch scribble doodle enough rhymes maybe try help get people tough times gotta keep punchlines case cause even unsigned rappers hungry lookin like lunchtime know time king underground still rap like im pharoahe monch grind crunch rhymes sometimes combine appeal skin color mine get big come tryin censor like one line said im back mathers lp 1 tried say ill take seven kids columbine put em line add ak 47 revolver 9 see get away aint big im morphin immortal comin portal youre stuck time warp 2004 though dont know fuck rhyme youre pointless rapunzel fuckin cornrows write normal fuck normal bought new raygun future come shoot ya like fabolous made ray j mad cause fab said looked like fag mayweathers pad singin man played piano man oh man 247 special cable channel ray j went straight radio station next day hey fab ima kill lyrics comin supersonic speed uh summa lumma dooma lumma assumin im human gotta get im superhuman innovative im made rubber anything say ricochetin itll glue im devastating ever demonstrating give motherfuckin audience feeling like levitating never fading know haters forever waiting day say fell theyll celebrating cause know way get em motivated make elevating music make elevator music oh hes mainstream well thats get jealous confuse hip hop pop cause found hella way fuse rock shock rap doc throw lose make em lose dont know make songs like dont know words use let know occurs im rippin one verses versus curtains im inadvertently hurtin many verses gotta murder prove half nice songs could sacrifice virgins ugh school flunky pill junkie look accolades skills brung full still hungry bully cause make put mind im million leagues ill speak tongues still tongue cheek fuck im drunk satan take fucking wheel ima sleep front seat bumpin heavy boyz still chunky funky head theres something feel tugging struggling angels fight devils heres want theyre askin eliminate women hate take consideration bitter hatred may little patient sympathetic situation understand discrimination fuck lifes handin lemons make lemonade cant batter women fuck supposed bake cake dont mistake satan fatal mistake think need overseas take vacation trip broad make fall face dont retard king think king god sound like bitch bitch shut fuck fans become haters done fuckin beards weird alright yellin mic fuckin weird beard doin yellin mic beards weird yell mic rihanna hit text last night left hickeys neck wait dissed im perplexed insult line compliment next damn im really sorry want heart attack watchin 8 mile nordictrack realized forgot call back heres autograph daughter wrote starter cap stan stan son listen man dad isnt mad gonna name damn gun man bun giants woke eyes open undeniable supplyin smoke got fire stoked say got scope grazed say one call interscope youre swayze reply got crowd yelling woo die lets see petty corny lines ow kelly ooh im 45 im still outselling 29 three albums blew lets talk somethin dont really go someones daughters mouth stealin food youre fuckin mole hill ima make mountain woo ho chill actin like put chrome barrel bone marrow gunner bitch aint bow arrow say youll run like phone bill sprayin lead playin dead thats time hold still eating cereal oatmeal fucks bowl milk wheaties cheerios cause im takin shit em kelly need reading material dictionary yo slim last four albums sucked go back recovery oh shoot three albums ago know oops know facts come lil goof luxury oh broke bitch yeah enough money 02 burn front ho younger wack funny true id rather 80 year old 20 year old til im hitting old age still fill whole page 10 year olds rage got fans city lil kiddy go play feel like im babysitting lil tay got diddy okay spent whole day shootin video fuckin dig grave got wake im billy goat aint never made list next biggie jay next taylor swift iggy ho really blow kelly theyll putting name next ja next benzino die motherfucker like last motherfucker sayin hailie vain alien brain satanist biggest flops greatest hits games mine aint nothin changed locks slay bitch mwah give jade kiss gotta wake labor day bein rich shamed prick usin name clickbait state bliss cause said goddamn name gotta cock back aim yeah bitch pop champagne moment big youre gonna get enjoy give career destroy lethal injection go sleep six feet deep ill give b effort three foot eleven youd look record would suck dick fuckin second lick ballsack get channel give life solidified mothafuckin shit like rambo hes bullets good fuckin machine gun outta ammo enough tatted mumble rapper fuck battle hell fuck kim flannel ill give sandals cause knows long im shady hes gon live shadow exhausting letting offspring lick gun barrel bitch get dance around like sombrero see youre fuckin salty cause young geralds balls deep inside halsey red sweater black leather dress better rap better death threat love letter little white toothpick thinks pic dont like prick thanks dissing excuse mic write alike really dont care whos right youre losin fight picked else want kells attempt fails budden ls fuckin nails coffins soft cottonelle killshot fail im doc still idiots boss pops pills tells hes got skills kells day put hits day diddy admits put hit got pac killed ah im sick bein wack still usin mothafuckin auto tune lets talk im sick mumble rap mouth need get cock even talk im sick blonde hair earrings cause look mirror think youre marshall mathers dont mean youre leave dick mouth keep daughter fuckin oh im playin diddy know love ugh youre monster swallow bottle alcohol ill feel like godzilla better hit deck like card dealer whole squads walking around party cross zombie apocalypse b bobby brain heenan probably reason wrestle mania shadys bitch im possed consider cross costly mistake sleepin hoes better get insomnia adhd hydroxycut pass courvoisier aa ak melee finna set like playdate better vacate retreat like vacay mayday beat cray cray ray j h h h laughing way bank spray flames cannot tame placate monster get way ima feed monster im normal day night turn monster moon shines like ice road truckers look like villain outta blockbusters godzilla fire spitter monster blood dance floor louis v carpet fire godzilla fire monster blood dance floor louis v carpet im product slick rick onyx told em lick balls em appalled many things pissed em impossible list em midst im mental hospital crystal ball tryna see still like tomorrow risperdal voices whisper fist balled back wall pencil drawn song go ballistic pulled pistol guy missile launcher im loch ness mythological quick tell bitch screw like fifth vodka twist top bottle im monster get way ima feed monster im normal day night turn monster moon shines like ice road truckers look like villain outta blockbusters godzilla fire spitter monster blood dance floor louis v carpet fire godzilla fire monster blood dance floor louis v carpet never gave damn raise hand cause im set trip vacation plans im point like index ever get motherfuckin finger prostate exam fans perspire like liars pants im fire got plans retire im still man admire chicks spazzin get handsome flyer got em passin like hand someone flyers goes around comes around like blades chainsaw cause caught flack dollars stacked right bat like baseball like kid ink bitch got racks much ease call diddy cause make bands call getting cheese cakewalk bitch im player im motherfuckin stingy cher wont even lend ear aint even pretending care tell bitch ill marry shell bury face genital area original richard ramirez cristhian rivera cause lyrics never sit well wanna give chair like paraplegic scary call hari kari cause ery tom dick harry carry merriam motherfuckin dictionary em swearing spit shits hilarious time put bitches obituary column wouldnt see eye eye staring problem get shaft like steering column trigger happy pack heat black ink evil half bad meets evil means take back seat take back fat beats maxi single look rap sheet attracts people gangsta bitch like apache catchy jingle stack chips barely got half eaten cheeto fill em venom eliminate em words minute maid em dont wanna hurt em im fit rage im murderin nobody evade im finna kill em dump fuckin bodies lake obliterating everything incinerate renegade im make anybody want pen afraid dont nobody want theyre gonna get anyway cause im beginnin feel like im mentally ill im attila kill killed im killer bee vanilla gorilla youre bringin killer within outta dont wanna enemy demon entered receivin end stupidity itd every bit mes epitome spitter im vicinity motherfucker better duck finna dead minute run hundred percent fifth percent im bout fuckin finish bitch im unfadable wanna battle im available im blowin like inflatable im undebatable im unavoidable im unevadable im toilet bowl got trailer full money im paid full im afraid pull man stop look im plannin haha look one shot one opportunity seize everything ever wanted one moment would capture let slip yo palms sweaty knees weak arms heavy theres vomit sweater already moms spaghetti hes nervous surface looks calm ready drop bombs keeps forgetting wrote whole crowd goes loud opens mouth words wont come hes choking everybodys joking clocks run times blaow snap back reality ope goes gravity ope goes rabbit choked hes mad wont give easy wont knows whole backs ropes dont matter hes dope knows hes broke hes stagnant knows goes back mobile home thats back lab yo old rap shit better go capture moment hope dont pass better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better souls escaping hole gaping world mine taking make king move toward new world order normal life boring superstardoms close post mortem grows harder homie grows hotter blows hoes coast coast shows hes known globetrotter lonely roads god knows hes grown farther home hes father goes home barely knows daughter hold nose cause goes cold water hoes dont want mo hes cold product moved next schmoe flows nose dove sold nada soap opera told unfolds suppose old partner beat goes da da dom da dom dah dah dah dah better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better games ima change call rage tear motherfuckin roof like two dogs caged playin beginning mood changed ive chewed spit booed stage kept rhymin stepped right next cypher best believe somebodys payin pied piper pain inside amplified fact cant get nine five cant provide right type life family cause man goddamn food stamps dont buy diapers theres movie theres mekhi phifer life times hard gettin even harder tryna feed water seed plus teeter totter caught bein father prima donna baby mama drama screamin much wanna stay one spot another day monotonys gotten point im like snail ive got formulate plot end jail shot success motherfuckin option failures mom love trailers got go cannot grow old salems lot go shot feet fail may opportunity got better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better lose music moment better never let go get one shot miss chance blow opportunity comes lifetime yo better anything set mind man im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy wanted fame cover newsweek oh well guess beggars cant choosey wanted receive attention music wanted left alone public excuse wantin cake eat wantin ways fame made balloon cause ego inflated blew see confusing cause wanted dos bruce lee loose leaf abused ink used tool blew steam whoo hit lottery ooh wee gave get bittersweet like winnin used mink ironic cause think im gettin huge need shrink im beginnin lose sleep one sheep two sheep goin coo coo kooky kool keith im actually weirder think cause im im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy well thats nothin well thats nothin aint much poet know somebody told seize moment dont squander cause never know could tomorrow keep conjurin sometimes wonder thoughts spawn yeah ponderinll wonders wonder youre losin mind way wanders yodel odel ay hee hoo think went wanderin yonder stumbled onto jeff vanvonderen cause need interventionist intervene monster save conflict cause thing loves killin cant conquer ocds conkin head keep knockin nobodys home im sleepwalkin im relayin voice heads sayin dont shoot messenger im friends im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy well thats nothin well thats nothin call crazy vision one day ill walk amongst regular civilian drums get killed im comin straight mcs blood gets spilled ill take back days id get dre track give every kid got played pumped feelin shit say back kids played aint save fuckin children one kid hundred million goin struggle feels relates thats great payback russell wilson fallin way back draft turn nothin somethin still make straw gold chump spin rumpelstiltskin haystack maybe need straightjacket face facts nuts real im okay nothin im still friends im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy im friends monster thats bed get along voices inside head youre tryin save stop holdin breath think im crazy yeah think im crazy well thats nothin well thats nothin woah joyner joyner yeah yeah yeah yeah done lot things day admit dont take back say said meant life want grammy ill prolly never get aint never trophy motherfuckin ribbon fuck system im nigga bend law cut rules im risk aint got much lose yall eatin long enough turn cut food pass plate drink day lucky fuck woo yall gotta move yall gotta move yall gotta move give room give room give juice hop coupe hop coupe hop shoot yall gotta move yall gotta move give juice back bullshit back wall turn back finished back bullets back job pull mac runnin back hood shit back pushin packs im actually pumpin cant fuck rappers practically suckin mighta went platinum dont mean nothin im actually buzzin time straight kitchen told em oven mine fuck guys dont kill know gon suffer time aint gangster got bangers chains blades couple knives choppers jammies partridge pear tree 12 days christmas nothin lies run hard like sumo say talk like chulo live mars im bruno bitch im dog call cujo play cards reverse might draw 4 like uno callate boca mejor maricon little puto culo theyve invented level ghetto get old lookin somethin prolly never find shit get relevant til nother beef die truth nigga really want tied ive alone never needed nobody shotty ill tell niggas lie keep money never wanted lifestyle pray god sonll alright said aint love side anyone ever want smoke die im goin underdog never lost hope wrong cab wrong path nigga wrong way wrong road snakes grass tryna slither fast bought fuckin lawn mower done said lotta things day admit payback way regret done couple grammys sold soul get em wasnt trophies fuckin recognition fucks difference im cracker bend law fuck rules man used risk got much lose ive eatin long enough man stomach full ate licked plate buffet lucky fuck think got couple mansions still dont manners got couple ghostwriters kids dont actually matter theyre askin fuck happened hip hop said dont answers cause took l dropped last album hurt like hell im back rappers actually comin humble beginnings im somewhat uncomfortable winning wish could say wonderful feeling upswing like punchin ceiling nothin feeling like anyone fuckin ability even stick subject killin inability pen humility ha ta ta ba ta ta dont make bunch fuckin songs nothin mumble em fuck im goin jugular shit circus clowns comin dont give ounce motherfuck ones made rap lets recap way back mcs wreak havoc tape decks adats g raps kanes need 3 stacks asap bring masta ace back cause half rappers brain damage lean rappin face tats syruped like tree sap dont hate trap dont wanna seem mad fact old cat would take feedback aim back need think inevitable know button press lever pull get snap though pay attention im probly makin bigger youve takin ya dicks fuckin back ho brink minute got thinkin finishin everything acetaminophen reapin benefits im asleep wheel peak thinkin evil intent another beat ima kill cause even gotta end eatin pill even ketamine methamphetamine minithin better least 70 300 milligram might well cause ima end bein villain levels shit got elevator could never say im fuckin record breaker sound like broken record every time break record nobody could ever take away legacy made never cater motherfucker got right way got spite inside dna roll til wheels fall im workin tirelessly ayy moment yall waitin like california wishin rain pour drought yall prayin downfall 8 mile southpaw still marshall outlaw say writer mightve fell im back bull like cowboy yall gotta move yall gotta move yall gotta move give room give room give juice hop coupe hop coupe hop shoot yall gotta move yall gotta move give juice plane crash yeah yo im gonna write first thoughts see takes cause feel like wanna punch world fuckin face right yeah let explain make greatness straight gate im bout break aint mistakes allowed make mistake im bout rape alphabet may raise brows press issue get anger full magazine could take staples savage aint thinkin bout bank account bitch im chain like kala brown motherfucker shut fuck im talkin lil bitch im sorry wait whats talent oh critiquin talent oh bitch dont know fuck yall give sub par bar even opinion mention millions views attention news mention lose lose win win billions views ten cents two skim music give shit reviews get clicks bitch lit fuse dont get misconstrued business us shit list renewed get shit get dissed cause dont get fuck half shit youre listenin idea much hate choppy flow everyone copies though probly get fuckin audio audi yo adios see people like lil yachty though even dissin aint simply emcee maybe stan isnt cup tea maybe cups full syrup lean maybe need stir shit preferably shake world paul wants chill yall want ill eat pill probably old killed new watch bleed death breathe mirror dont see breath possibly im dead must possessed like evil spell im e v l jam crest whitestrip tip dick ice pick stick vise grip hang spike fence bang pipe wrench take ball sack flick like light switch like vice president mike pence back shit sidekick lay spike strip things id rather hear mic since nine tenths rhyme ice jesus christ man many times someone gonna fuck bitch wont ever see em icy cold get c polarize shit thames might freeze skull might split like bashed upside bitch got club smash like nightstick turn aint loud enough nah turn valium cause dont know im gonna get mouths shut doesnt matter caliber spit ill bet hundred thousand bucks youll turn around like man fuck sourpuss gonna get mad cause album sucks wants take us last week ex fan mailed copy mathers lp tell study itll help get back shell love mailed bitch back said id like everyone else fucking industry especially effing recovery clone finger bang chicken wang mgk igg azae lil pump lil xan imitate lil wayne aim everybody game pick name im fed bein humble rumor im hungry im sure heard rumblings heard wanna rumble like empty stomach heard mumblin jumbled mumbo jumbo era im pummel thats comin fuck youre gonna run im gonna crumble ill take number two dump aint joyner aint kendrick cole sean youre goner im bout bring anyone bitch want guess walk bk expect whopper order quarter pounder go mcdonalds youre lookin get porterhouse better go get revival yall actin like tried serve slider maybe vocals shoulda auto tuned woulda bought sayin longer got cause missed line never caught cause went head youre stupid get cause youre mentally retarded pretend smartest expertise knowledge youll never artist im harder could ever regardless ill never flawless ill ever honest even im gone theyre gonna say brought even hit forties like fuckin alcoholic bottle full malt liquor couldnt bottle shit longer fact know ima hit bottom dont pull jaws defeat rise feet dont see yall even started get beefs enemies die dont cease fire til least deceased im east side never caught slippin see dont sleep even wink dont blink dont doze dont even nod beats dont even close fuckin eyes sneeze aw man bet cypher weak garbage thing aint even orange oh god thats reach shout colorblind people everyone yall call fire engine green aquamarine think water pink dawg thats date looks like olive look theres apple peach finger bang pootie tang burger king gucci gang dookie dang charlamagne gonna hate anyway doesnt matter say give donkey day way 2018 get underway im gonna say everything wanna say welcome slaughterhouse bitch invite em like one day im done cause feel like beast burden line sand even worth cause way see people turnings makin seem worthless startin defeat purpose im watchin fan base shrink thirds tryin right thing word court public opinion reached verdict still yet determined cause im determined critiqued worshipped could go back id least reword say empathize people evil serpent sold dream hes deserted think workin verses makin wee bit nervous hes scurred answer words cause knows lyrically get murdered know least hes heard cause agent orange sent secret service meet person see really think hurtin ask im linked terrorists said comes ink lyricists beef media journalists said beef meaty journalist get mouthful flesh yes mean eating penis cause theyve pannin album death ive givin media fingers dont wanna turn counseling sesh theyve puttin ringer aint ironin shit press took beat cleaners ive liar thief lover cheat sins need holy water feel washing well little one dont want admit something gonna cause pain truth lies right falling like rain let river run hes comin home neck scratched catch flack sweat jackets dress slacks mismatched breaths jack hes sex addict wants exact revenge get back chess match shes back like jet pack shes kept track internet chats guess happens movin next actually shit last chick ex lacks cause loves danger psychopath dont fuck mans girl even know shes devised plan stab back knife hand says relationships hangin strand shes web lately says maybe shell gwen stacy spite man know shes using try play dont care hi suzanne shoulda said bye suzanne first night tonight ive liar thief lover cheat sins need holy water feel washing well little one dont want admit something gonna cause pain truth lies falling like rain let river run one night stand turned two night stand come sunlight scram hug tight found feels deserted used cause left first supposed tell girl hard find words im aloof nervous sue dont want hurt deserve truth dont take personal cant say person revert studio like hole wall diners dont reserved booth feel like person im turning intos irreversible preyed like church pew got dont want took advantage thirst pursue dirt get soapbox preach sermon speech detergent bleach burnin wound cause womb cant bring world shoulda knew use protection fore bit forbidden fruit fuck ive liar thief lover cheat sins need holy water feel washing well little one dont want admit something gonna cause pain truth lies falling like rain let river run names names river river run call call river well let river run always bridesmaid never bride hey fuck say life highway deceit enclave id swerving five lanes speeds high rate like im slidin ice maybe thats may came sideways cant keep lies straight made terminate baby love triangle left us wreck tangled else say fun bet really woulda loved smile didnt really wanna abort fuck whats one lie tell unborn child ive liar thief lover cheat sins need holy water feel washing well little one dont want admit something gonna cause pain truth lies falling like rain let river run teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad dear slim wrote still aint callin left cell pager home phone bottom sent two letters back autumn must notve got em probably problem post office somethin sometimes scribble addresses sloppy jot em anyways fuck whats man hows daughter girlfriends pregnant im bout father daughter guess ima call ima name bonnie read uncle ronnie im sorry friend kill bitch didnt want know probably hear every day im biggest fan even got underground shit skam got room full posters pictures man like shit rawkus shit phat anyways hope get man hit back chat truly biggest fan stan teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad dear slim still aint called wrote hope chance aint mad think fucked dont answer fans didnt want talk outside concert didnt coulda signed autograph matthew thats little brother man hes six years old waited blisterin cold four hours said thats pretty shitty man youre like fuckin idol wants like man likes aint mad though dont like bein lied remember met denver said id write would write back see im like way never knew father neither used always cheat mom beat relate youre sayin songs shitty day drift away put em cause dont really got shit else shit helps im depressed even got tattoo name across chest sometimes even cut see much bleeds like adrenaline pain sudden rush see everything say real respect cause tell girlfriends jealous cause talk 247 dont know like know slim one dont know like people like us growin gotta call man ill biggest fan youll ever lose sincerely stan ps together teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad dear mr im good call write fans thisll last package ever send ass six months still word dont deserve know got last two letters wrote addresses em perfect cassette im sendin hope hear im car right im doin 90 freeway hey slim drank fifth vodka dare drive know song phil collins air night guy coulda saved guy drownin didnt phil saw show found thats kinda coulda rescued drownin late im thousand downers im drowsy wanted lousy letter call hope know ripped pictures wall loved slim coulda together think ruined hope cant sleep dream dream hope cant sleep scream hope conscience eats cant breathe without see slim shut bitch im tryin talk hey slim thats girlfriend screamin trunk didnt slit throat tied see aint like cause suffocates shell suffer shell die well gotta go im almost bridge oh shit forgot supposed send shit teas gone cold im wondering got bed morning rain clouds window cant see even could itd gray picture wall reminds bad bad dear stan meant write sooner busy said girlfriends pregnant far along look im really flattered would call daughter heres autograph brother wrote starter cap im sorry didnt see show mustve missed dont think shit intentionally diss whats shit said like cut wrists say shit clownin dawg come fucked got issues stan think need counselin help ass bouncin walls get whats shit us meant together type shitll make want us meet really think girlfriend need maybe need treat better hope get read letter hope reaches time hurt think youll doin fine relax little im glad inspire stan mad try understand want fan dont want crazy shit seen one shit news couple weeks ago made sick dude drunk drove car bridge girlfriend trunk pregnant kid car found tape didnt say come think name damn got song filled shit strong willed world gives raw deal sets til scream piss screw talks like dont belong tells youre wrong field somethings mitochondrial cause latched like knock knock let devil manevolent ive ever head spinnin medicines screamin l l l let us l l l like salad bowl edgar allan poe bedridden shoulda dead long time ago liquid tylenol gelatins think skeletons meltin wicked get high think ive smelled scent elephant manure hell meant kahlua screw hell went hell accelerants blew volkswagen tailspin bucket matches pale skin mayo went hellmanns rail thin filet fish scribble jam rap olympics 97 freaknik bizarre florida proofs room slept floor da motel dr dre said hell yeah got stamp like postcard word mel man know theyre gonna hate dont care barely wait hit em snare bass square face fuckin world better prepare get laced theyre gonna taste venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em said knock knock let devil shotgun p p pellets felt pen cocked fuck around catch hot one evident im done v venomous thoughts spun like web caught em held like hubcap mud flap beat strangler attack aint gonna feel like love tap eat painkiller pills fuck track like whats names wheel danica patrick threw car reverse indy nut crashin ya back mangled steel mustang jeep wrangler grill front smashed much rear fender assassin slim combination actual kamikaze gandhi translation probably kill us end backin ya aint gonna able tell fucks happenin ya youre bit venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em said knock knock let devil alien e e elliott phone home aint telling chokehold game end im loco became symbiote fangs throat ho youre snake bitten venom ballpoint pen im gun cocked bump stock double aught buckshot tire thumper garrote tie couple knots fired caught fire juggernaut punk rock bitch goin like yung joc cause doc put like sunblock fuck get one shot ate shit til cant taste chased straight liquor paint thinner drank til faint awake headache take anything rectangular shape wait face demons im bonded cause theyre chasin im part escapin impossible latch onto like parasite probably ruined parents life childhood cause im music yall grew im responsible retarded fools im super villain dad mom losin marbles marvel eddie brock im suit call venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em venom adrenaline momentum im knowin im ever gonna slow im ready snap moment im thinkin time go get em aint gonna know hit em +geto boys,sit alone four cornered room starin candles oh shit let drop shit like real smooth night cant sleep toss turn candlesticks dark visions bodies bein burned four walls starin nigga im paranoid sleepin finger trigger mothers always stressin aint livin right aint goin without fight see every time eyes close start sweatin blood starts comin nose somebody watchin ak dont know im watchin back see im deep covers awake dont see motherfucker owns black hat like black suit cane like might say take chill b fuck shit theres nigga tryin kill im poppin clip wind blows every 20 seconds got peepin window investigatin joint traps checkin telephone taps im starin woman corner fucked minds playin tricks ya make big money drive big cars everybody know like im movie star late night somethin aint right feel im bein tailed suckers headlights fool ran block nigga last week shot one beat 5000 dollars thought caine gold medal flour reached seat grabbed popper suckers aint use lyin scareder motherfucker hooked left popeyes bailed quick goin lets get shit come like figured got hand motherfuckin trigger sawll make ass start gigglin three blind crippled crazy senior citizens live sword take boys everywhere go im paranoid keep lookin shoulder peepin around corners mind playin tricks day day impossible cope feel like im one thats doin dope cant keep steady hand im nervous every sunday morning im service prayin forgiveness tryin find exit business know lord lookin yet still hard feel happy often drift drive havin fatal thoughts suicide bang get im worry free thats bullshit got little boy look die childll bastard woman seemed like get helped shit another bitch shes back mother im realizing love im feelin lonely mind playin tricks year halloween fell weekend geto boys trick treatin robbin little kids bags til lawman got behind ass speeded pace took look back right face hed squabble doubt swung hit nigga mouth goin figured wasnt ordinary nigga stood six seven feet thats nigga seein sleep triple teamed droppin motherfuckin bs swung blood flew disappeared boys disappeared felt like fiend wasnt even close halloween dark fuck streets hands bloody punchin concrete goddamn homie mind playin tricks damn feels good gangsta real gangsta ass nigga plays cards right real gangsta ass nigga never runs fucking mouth cause real gangsta ass niggas dont start fights niggas always gotta high cap showing boys shot em real gangsta ass niggas dont flex nuts cause real gangsta ass niggas know got em everything cool mind gangsta cause gangsta ass niggas think deep three sixty five ayo 247 cause real gangsta ass niggas dont sleep gotta say wannabe gonnabe cocksucking pussy eating pranksters fire dies fuck gonna damn feels good gangsta damn feels good gangsta feeding poor helping bills although born jamaica im us making deals damn feels good gangsta mean one dont really know riding around town drop top benz hitting switches black 64 gangsta ass niggas come shapes colors got killed past gangsta smart one started living lord ill last gotta say wannabe gonnabe pussy eating cocksucking pranksters shit jumps fuck gonna damn feels good gangsta damn feels good gangsta real gangsta ass nigga knows play real gangsta ass niggas get flyest bitches ask gangsta ass nigga lil j bitches look gangsta ass niggas like stop sign play role little miss sweet catch bitch alone get digits take end hitting ass meat cause gangsta ass niggas game players everythings quiet clique gangsta ass nigga pulls trigger partners posse aint telling shit real gangsta ass niggas dont talk much hear black gun blast real gangsta ass niggas dont run shit cuz real gangsta ass niggas cant run fast free world talkin shit shit hit pen let mothafucka shank ya niggas like kick back peep game cuz damn feels good gangsta damn feels good gangsta getting voted white house everything looking good people world mafia family boss every owe favor getting like letting big drug shipment send em poor community bust know voters world keep supporting promise take far leaders better upset ill send million troops die war republicans helped win sincerely like thank cause got world swinging nuts damn feels good gangsta geto boys geto boys still kill still kill back ass resurrection group harder erection shows affection wanna ban us capitol hill cause die muthafuckas die muthafuckas still along geto nothing geto taking short steps one foot time keep head low never let go cause let go ill spineless im going insane think mind goes outta control judge subjects muthafuckas read touch shit leavin seen muthafuckas 9 smokin seen nigga 9 die eyes open simply means didnt know every dog day seen bet muthafuckas die muthafucka die muthafucka still fool die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still ii think something water man gotta water aw fuck chucks killing spree guillotines men walk around town frown face fuck whole world finna catch murder case murder rate may increase youre caught world dyin guarantee youre fryin cause verge knocking muthafuckas reason get therell breathin seems muthafuckas wanna calm put palm seems gots lay law pow wanna im askin step face ill break ass two bastard rather swim fuckin hot tar fuck willie cause got ass make shit meal cause die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still many niggas brought irons tonight many niggas wanna ride tonight pick victims time right get ass corner cause dyin tonight niggas mug different story muthafuckas coughing blood died looking eyes cried bust another cap ass died time 5 niggas shootin gift like real jumps aint got murder skills bill chops em watch em fall cut ass head toe jaw jaw draw bet bitch ass holla cause imma put hole head size half dollar fuck around get cap peeled cause die muthafucka die muthafucka die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still die muthafuckas die muthafuckas still fool die muthafuckas die muthafuckas still man motherfuckers follow nigga around dude thats real shit though fuck feds redneck racist motherfuckers man dont wanna run know stop ill another nigga headed heaven hanging pac motherfuckers look like im slanger makin threats family dawg im danger call agents want dead hit penitentiaries niggas make pledge dip duck feds homies stuck indictments caught phone talking prices 25 lifes mandatory minimal whole community gets treated like criminals prior convictions getting motherfuckers hung got ci inside everybodys sung mothers fathers separated sons households broken couldnt hold tongue say take case time getting money everything fine crying jail cell stressing case da nigga every day see face middle soul question manhood homey dont talk police dont make peace bond dont talk police dont trust judicial system shoot guns rely streets battle hood rely streets dawg born g code embedded blood dont talk police dont make peace bond said dont talk police aint trustin judicial system shoot guns rely streets battle hood yeah rely streets dawg born g code embedded blood see street shit dont talk police wont accept visit agents wanna see got shit say nigga case im motherfucking nigga iron gate know nigga caught case took 25 sat appeal gave back time soldier mind actions said told cracker tell mammy suck dick cuz james aint motherfucking game living real government working real niggas never squeal right truth revealed troy mouse yeah rapping homey lil pots cant get niggas hit pen get charged get rule 35 informing cops hear voice done listened tapes showing court testifying state dont talk police dont make peace bond dont talk police dont trust judicial system shoot guns rely streets battle hood rely streets dawg born g code embedded blood dont talk police dont make peace bond said dont talk police aint trustin judicial system shoot guns rely streets battle hood yeah rely streets dawg born g code embedded blood im knowing scams tricks trade know nigga trying get clean get way know nigga tryin get green stick bait cause nigga like dopefiend cant rehabilitate still stickin g code playing rules dont fuck around new niggas cause new niggas fools dont photograph homies thatll catch nigga picture victim bottom line nigga fucked connect real staying true got love ant real nigga spook nigga spoonie gee name theres thousand motherfuckers pen bulletproof one heres im rep til die fuck 5 k 1 check p send ass top say sit home motherfucking snitch snitching niggas need song dont talk police dont make peace bond dont talk police dont trust judicial system shoot guns rely streets battle hood rely streets dawg born g code embedded blood dont talk police dont make peace bond said dont talk police aint trustin judicial system shoot guns rely streets battle hood yeah rely streets dawg born g code embedded blood dont talk police rely streets dawg said dont talk police yeah rely streets dawg paranoid sitting deep sweat thinking gotta fuck somebody week ends sight blood excites shoot head sit watch bleed death hear sound last breath shouldnt around went way left right place wrong time im psychopath minute lose fucking mind calm back reality dont fear death cause know promised flashes get flashes jason gimme knife million lives im wastin shadow death follows dont give fuck pussy play superman assll get boxed put straight jacket mans sick goes mind lunatic looking window body warm shes naked im peeping tom bodys beautiful im thinking rape shouldnt curtains open thats fate leaving house grabbed bitch mouth drug back slammed couch whipped knife said scream im cuttin opened legs commenced fuckin begged kill gave rose slit throat watched shake till eyes closed sex corpse left drew name wall like helter skelter run shelter never crossed mind gauge grenade even nine dial 911 bitch cops aint shit theyre fucking lunatic sit alone four cornered room staring candles dreaming people ive dismantled close eyes circle appears images sons bitches murdered flashbacks bodies fucked attack im like pit rage thats going guts boys used die im full fry amping im high say fuck let bullets fly like said scarface identity homicidal maniac suicidal tendencies im violent tip yo get grip bitch come equipped aint taking shit cause comes lunatic girls getting skinny shes strung coke went mothers house cut throat grandma standing screaming brad reached telly put blade grans ass went back grabbed shovel grannys way meet devil pulled 38 aimed bitch cop says bitch suck dick said die motherfuckers blasted something clicked head visions bodies plastic scent buckshots human flesh pigs dying bullet wounds chest sheriffs gonna take road dark fuck let pistols explode fuck cause aints die reloaded uzi fired another fry got crazy fuck raging psychotic full angels dust cops place surrounded hunted way get found innocent bystanders watching set example popped one let go goddammit scot free mother fuckers coming sudden shit got silent remember waking asylum bein treated like troubled kid shirt bloody wrists slit think harsh aint harsh gets telling whats thought mind lunatic november 1st 1966 damn fool born mind lunatic shouldve killed sister fucked around let live developed criminal behavior fuck ill slay ya ass beyond recognition shit dental records couldnt prove identity bitch beg pardon talking borden youll never find mother fucker save milk cartons cross line ass mine dont give fuck youre 9 99 blind crippled crazy dont faze funky ass pushing daisies wanna know makes click psychiatrist said got mind lunatic aint got dont fuck unless ass wanna made history ill blow motherfucking house wife kids inside theyre fucked dont give damn slay dont let get hold ej cause shit hit fan ill stab ass quicker mexican nightmares leave scene make freddy bitch ass look like wet dream fact fictional son bitch got mind lunatic theres far many dying june twenty eight date thirty eight chest plate mommy dears cryin wake everybodys dressed black suits goin pay last respects black troop whyd die question everyone knows every days different number time comes remember g youll always place world memory especially boys passed away back 92 best believe boys hoods got love wherever go wherever thinkin hung clubs smokin drinkin never missin hood fight cause everyday back hood good fight everything changed people lookin lonely gon strange spendin new years eve without homie aint much except pour brew throughout crew make sure remember believe hurts see boy broke bread six feet dirt dirt another homie got smoked surprise everybodys trippin cause boy young die sad sight see homie take last breath everybodys trippin cause cant accept homies death another killin reported evenin news somebodys brother got killed behind pair shoes midst shit think wonderin somebodys gonna try take shelf refuse another violent casualty im rollin pack pistol grip beside knee cause city streets today brother cant win people think friends really aint friends uh bushwick cant sleep everybody around keeps fallin six feet deep pain thats deep inside everybody grows approach see body casket close person standin next snapped flick seen casket closed knew whole entire family spoke defense choir sung songs make us reminisce durin singin broke looked seen family partner left choir broke final song thinkin worst yet come everyone headed final flight creeped along gravel burial site director said words sound lowered little partner towards inside ground everybody dropped flowers coffin top work alone concrete block thats deep lotta homies die lotta mothers cry watch tears fall eyes everybody wants go heaven nobody wants take chance chose music dance couldnt tell nothin player got caught game boys casket everybodys lookin somebody else blame ashamed let mother know game used kick ave night comin tryin finer things life boys gone wish home wish wouldnta never fell victim chrome drink brew pour block son might gone damn sure aint forgotten long remember whenever wherever dead alive real partners come together know intro geto boys 98 gonna set shit straight belive dont wish sometimes free free incarceration free paying bills free come go ya feel free haters verse 1 many problems exist world today im deceased want little baby girl say real loved heart loved mama even though sometimes fought young nigga ghetto plenty dreams surrounded police many fiends 13 started mobbin 14 started robbin hard morals values youre starvin abused misused plus bad dresser nobody ever told special put gang tears mammas eyes died got chance apologize hurts see baby sister feeling pain hurts see baby brother still game aint nothin change finances still stressed motherfucking worries got nigga depressed im tired every night pray jesus rescue poverty hate racism diseases lord said prepared place imma free yeah chorus wanna free player hater gotta free verse 2 walk around drawers outside smoking weed scratch balls im reminsing homies lock tight got light behind trying feed family one night right suppose watch mamma suffer cause aint another kids trying ass gettin rougher tougher means nigga get cream stop storming calling american dream looking role model model look follow niggas forgot problem single parent upbringings bad ass nigga fuck singing gonna tell keep positive growing didnt pop give mother fucking streets gots live fuck saying bout im sittinon couple gs smoking weed im free chorus wanna free player hater gotta free wanna free gettin tired waitin gotta free verse 3 nobody understands used bother first conscience free ask lord give strength bless hood keep fake motherfuckers life good knock wood im still trials tribulations tryin make shit lot niggas couldnt take girls hate go clubs stay late think im fucking around hoes gimme break get case committed ride round without feelin tied damn girl catch enough hell streets come home want tender lovin peace one take place ace dig jealously boo sometimes need space keep laced like lottery see god damn gotta free chorus wanna free player hater gotta free wanna free gettin tired waitin gotta free gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie ive never played ho bitch acting stupid shes gotta go motherfuck miss sad fucks ima kick little monkey ass see hoes got wrong thinks nigga say love ya aint strong bitch youre taking shit wrong way tell right gonna long day got educate brothers bitch wont give play fuck move along next trick see im type nigga tell ho suck dick shes sucking thats waste time conversation fucking put fuckin pants tell idiotic freak take tramp ass home cause dont need fuckin dummy need bitch lick nuts dick cumming youll earn gloves haha call gangster love gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie like bitches kind bitches take shirt pull britches got big titties ill squeeze hold em sucks dick lick scrotum shes got friend ill fuck together play game switcheroo aint type gets mushy like sit back watch eat others pussy weak people might say insane thats fuckin level game ill turn sister fucks want know identity gangsta boogie gangsta boogie gangsta boogie gangsta boogie bitches look like im faker knowing goddamn well im motherfucking heartbreaker ill crying months cause done fucked best friends put whipping cunt mothers call fucked one mom done fucked really dont give fuck cause mom offers pussy shes stuck thats type nigga im always game run train goddamn six different hoes night use lubricated rubbers make pussy feel right better safe victim ya got jimmy hat go head dick em put pussy place right nut pull face tell bitch keep suckin prepare first butt fuckin im done straight tub call gangster love gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie im motherfucker put bitch test dont pass dont get blessed test consist fucking whole crew well bitch goddamn thats gotta say want willie yet find difficult listen every time fuck skip class ima put goddamn foot ass father wants buck ill beat wrinkles old motherfucker ill treat bitch like queen realize im goddamn king jealous punk town told girl fucking around shes still gotta game want know name gangsta boogie gangsta boogie gangsta boogie gangsta boogie say b whats hoes mad us cause aint paying pussy fighting asses shit yeah thats level game damn straight say man subject hoes whatever happened ho used fuck named cathy oh cathy ho hot first piece pussy ever got fucked til coming put nuts mouth started humming said shit commence checking started scratching dillbag said hold second turned back gold opened butt cheeks started licking asshole thats guess im gangster uh kathleen johnson sweetheart id like thank ya little hoes getting stuck niggas like really dont give fuck big ass titties sexy switch whatever got deserved bitch see uh like take em fast act like love em dog motherfucking ass like instance ms p bitch ran game tried fuck sensed making talking shes pregnant said course drug little ass like motherfucking horse thats get trying play ill kick bitch smack dead ass ever say made kid make ill grab motherfucking neck try break cause know wore fucking glove know fucking bitch gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie gangsta boogie cover dome feel motherfucking glock rugged child house im letting shots biggity bang biggity bang hit motherfucking deck im track im abouts get wreck im coming like hustler never coming buster blasting hoes screaming die motherfucker never showing mercy cause shit weak rhyme glock knock nigga feet young nigga shorts figure step bullshit im greet trigger blasting hoes let know feels bucking 5th ward get motherfucking dome peeled motherfucker bring seagster major leagster bitch deceiver nigga life reliever oakland hustler never busta make way nine trey im coming motherfucka straight 6 9 final line village damage exxon spillage uh coward thats im known pack gat put heads flat rehabilitatin trigga take nigga ghetto cant take ghetto nigga aint nothing changed since 70s im hellbound nigga life aint never heavenly never slippin punk nigga dont lag game tight replace niggas nikes toe tag zoom ass zigga im founder stacking bodies like jeffery dahmer oh comes flow watch tip toe niggas window 6 0 putting motherfuckers misery watching murders reenacted unsolved mysteries trick coward lame pussy ass faggot six feet deep sleep worms maggots niggas cant harm rap lot army coming like desert storm youve warned still want nigga bring much trouble done sewed tracks bitches playing like win get smacked young niggas thats break bitch nickel nut band aid bandit yes nickel nut pimping ten different sluts youve encountered slavery bitch dont give fuck better turn tricks suck lotta dicks come money get ass kicked geto got hoes stroll making bank roll tangle bitch run foes cause pen aint talking pussy im talking paper bitch shake money maker pimp pimp pimpin youre simp simp simpin bitch chose youre wimp wimp wimpin nigga wrong reached chrome slug dome bad news done beat home think acting making youre wrong pizzimping bitches bring bring fool bring yeah bring oooooooooooooon bring motherfucker come damn thang boom boom boom im make freedom ring 5th ward boys coming hard nine trey im geto boys make motherfucking day 5th ward boys motherfucking set putting slug chest cause didnt wear bulletproof vest nigga ratta tat tat temple shit real simple busting domes like pimple jump want nigga im hurt ya murder murder goddamn murder yo im taking niggas promised land little bushwick scarface goddamn peter man lets rock stupid fuck fucking double life stuck ten flow wanna ho yeah cause checking mo motherfuckers parking mo motherfuckers killing motherfuckers one motherfuckers ho sleeping lets get get fucking wig split fool ass nigga bring cant see ass bitch youd better watch bust take blind handicapped motherfucker smoking weed steadily downing schlitz malt liquor wanna step get done cause im nigga well nigga fat square twister one fucked sister made pussy blister got dick side pearl white lac keep weed front brew back heat seat ready put lead ya punk motherfuckers try test wanna cause smoking weed feeling fine got 40 fat ass dime smoking weed feeling fine got 40 fat ass dime weed smoking motherfucker plus kick doobies im one told nigga go insane lubys ganksta nip fucking daughter g wake every morning screaming somebody slaughter step path ass void cause im aerodynamic satanic schizophrenic android mind aint deep enough cars cant creep enough dead bodies complaining loud cant sleep enough attempted murder didnt mean hurt hadnt ate two years wanted cheeseburger bulletproof vest wont protect chest whole body hard digest flex count next hardest like recreation malcolm x bring im ready slaughter sitting church drinking 40 holy water bring fool bring yeah bring oooooooooooooon dmg bring ive victim society got fucked whole shit niggas running 11s mo shit seems wanna start something im let motherfucking 9 break em something homie panicked cause never thought itd come miggity mike serving em soft niggas gats guess like guerilla warfare grab gat load clip go deaf make dont grab nuts duke cause thats way niggas living 9 deuce murder killings slayings shit fake tool find homie dead ditch fucking waters getting hot homie homie homies getting shot niggas overlookin joys life 357 hollow point shells midnight check first walk like know let conversation start ho yo never debates way handle business cause niggas always fucking shit well time handle business hes peeping missile stand straight time make ass like crushed grape come check nigga gun get sound get click yo shoulda brought 3 2 comin ya comin ya dont make pull shit cap ya glock make go pop 17 shot nigga gon drop nigga gon drop heard roll fatty im window cocksucking caddy wanna time pop pop pop goes weasel nine uh nuts nigga youd better let em hang cause get ho aint thang uh mo murder mo motherfucking merrier cause one roughest niggas hiram clarke area quit running mouth bitch know cant fade rap lot south shit 3 motherfucking 2 bring motherfucking crew bitch get strapped assassin ghetto gladiator leaving path destruction like motherfucking terminator lurking streets hiram clarke stalking like predator 17 shots chest made clothes wetter mine cause ninell hit ass every time got motherfucking b mo going straight dome wig splitting nigga finger trigger sinister symptoms motherfucking killer b g motherfucking e double l os motherfucking ho cutthroat smiggity smoking niggas like dope bitch dont choke cause dicks throat getting blast nigga get ass riggy run ass home cause im bring homes return motherfucking dreadlock putting fools headlocks giving niggas headshots dont wanna fuck aint motherfucka mean average run mill ass nigga hoes better recognize nigga mista mista scarface aint nigga fucking lay niggas bump feel pressure cause im type nigga thats known taking drastic measures quick rip shit leave motherfucker twitching niggas make run rifle starts spittin round round motherfuckin round bitches lay shut em shut em screaming vengeance swear meant descended surrender suspended cause niggas meant calm like islamic brother nation still got mind motherfuckin mental patient got chrome dome im give one take home motherfucka uh bring fool bring yeah bring oooooooooooooon told size wasnt shit thats murdered nieces wasnt fault found head cut 88 pieces dont let em run hurry catch em grab arm grab arm lets pull till stretch em play pussy get fucked means youre better dead wanted seafood fished childs head motherfuckers beware cause im sick dead heads frog legs mmm cake mix friday 13th night living dead vampire arms walkin round givin niggas head didnt die would say got lucky bodies found dead fuck blame chuckie childs play motherfucka aw fuck chucks killin spree gimme barb ill start killin murder tried slack 100 missiles blew little girls back name chuckie say im insane give gin might eat dogs brain give motherfuckin 15 pack ill damned dont bring 15 dead niggas back murder contest know ill win cause every mailbox head knife im gettin hungry need fed feel like eatin bag barbequed broke legs bustin necks motherfckin brick half body chuckie half bushwick short nigga always pumpin lead havent figured way get fist forehead get sit get lit knife neck made polar bear spit 9 uzi utensil inside chest found 10000 pencils nerve go chuck fifty guns aimed fuck gonna duck yo im mad im ready slay graveyards packed aint nothin childs play youd better murder put rest cause dont ill come shootin head birds chest pissed way im always soundin killed punk 82 found im say im crazy say im crack die cut leg let die iraq born loser say im mindless get pissed leave naked spineless worse charles manson never havin equal went sleepwalking last night killed 300 people woke chained floor told killed 300 yo wanna rumble go get war hat went jail assault carjack might small nuts big worst thing could let keep fuckin kids cause ima teach em act aint actin right dyin tonight uh aint use tryin spot em send motherfuckin note says chuckies got em +kool g rap,time come gotta expand whole operation distribution new york chicago la gotta set market enforce champagne wishes caviar dreams team thats gettin cream sales fishscales triple beams gleam livin life riley packin fifty calis rockin lizard ballys drug deal dark alley casinos dino primo pushin beam os parlay reno two fly latinos nas runs whole staff count math steam baths weve seen half milli jackson queens half three major players gettin papers layers portray us block get rocked like amadeus fakers get used shootin targets soon dark hits front drug market bodies get rolled carpet cheat us try beat us got hookers heaters thatll straight pop put shells top adidas leaders lookin straight charmin giorgio armanis wanna harm nas gots come get whole army cee lo rollers money folders sippin bolla holdin mad payola slangin coke without cola black dont fake jacks might sling one aint shame game thing son livin fast life fast cars everywhere go people know team queens american dream plottin scheme get seven figure cream livin fast life fast cars everywhere go people know team queens american dream plottin scheme get seven figure cream yo got guns italy smoke trees considerably mid state green seems niggas ghetto misery shootouts liquor stores perpendicular angle clout war police searchin lexo whos petro tech blows straight roof tests yo respect though dough dont respect got handcuffed rough life nights breathin scuffed nikes pour beers peoples stairs years got names swears poppin cristal like first child lickin shots holiday style rockin steele sweaters wallabee twenty four carats countin cabbage like arabs marriage mic like magic elegant performance bubble lex full insurance guzzlin guinness shootin catchin cases concurrent nas seven hundred wives king solomon size rise g ghetto wise guys luciano frankie yale bugsy siegel green papers eagles trade thats illegal brother youve got make happen yeahhhahh yeahhh get money yeahhh brother youve got make happen youre livin fast life heyy yeaaaah yeah aiyo lifestyles exquisite yayo like blizzard esquire attire standin ground one pivot two players rockin silk blazers diamonds like glaciers lands name brand seats reclinin like spacious bodies ice livin trife rollin fixed dice gamblin grants handlin stamps moves sheist bankrolls got cops comin plain clothes tryin arraign gang cause fame thats game goes right slammer fame glamour cookin grams arm hammer supplyin scramblers alabama rub faces leave traces aces got mad body cases preserve spaces horse races servin us dom veuve clicquot dimes look magnifico puttin cut inside perico heat foes shoppin sprees fleet clothes caribbean suites deep rippin beats flows aiyo went standin blocks without socks sellin rocks pickin stocks boat docks glocks got poppy seed fields million dollar bills packin blue steel keeps real inside battlefield yeah heres toast funds things gun smokes rings graveyards buried kings livin fast life fast cars everywhere go people know team queens american dream plottin scheme get seven figure cream livin fast life fast cars everywhere go people know team queens american dream plottin scheme get seven figure cream last week beat bitch street lyin thought caught cutie didnt know nigga knew said one two affairs booga bear nigga could try act like dont fuckin care drop hammer nigga till grip pulled wallet bitchs pictures undercover lover bullshit discovered cant wait see bitch cause imma beat ass public went sisters house drove mommas even stepped poppa dukes house bring drama lookin block yeah hold yeah goes bitch mile away yo could tell bitch switched ran hey wassup bitch got question lie smith wesson gonna teach ya ass lesson ever fucked around hell smack yo hit gun bitch lyin bitch youve cheatin gotsa give motherfuckin ass beatin punched ribcage kicked stomach take motherfuckin jewellery bitch runnin stomped kicked punched face people crowded around nobody got place dont want heroics hey buddy aiyyo money dont get hey miss alright motherfucker mind business im bashin nine inches away pullin trigger nigga got hit till see face get bigger im sick bullshit tired nonsense pistol whipped bitch till ass fell conscious shes bloodied layin red shit bitch press charges guarantee shes dead bitch first time play last yo dont interrupt im whoopin bitch ass hey mister mister fuck doin hey mister mister keep walking past hey mister mister fuck doin dont interrupt im whoopin bitch ass im baggin mad shit puttin street never snorted find shorted every weekend shit disappearin im lookin logic shit gets lower every time count profit never fails bitches drawers go back one hundred two hundred shit adds im layin traitor put foot ass cause im motherfucking bitch hater im peepin spot week catch one bitches stashin bread shell dead meat took one bath tried knock feelin ass hey yo bitch whats pocket aha finally caught ass bitch cash rolled inside stash started coppin plea aint really tryin hear snatched hand bashed face mirror threw right ground skirt revealed panties niggas ready shove dick fanny hit bitch like one time said fuck pulled zipper whipped dick made suck im rammin dick inside mouth tryin make choke grabbed back head shot come throat beat dissed bitch tryin steal cash yo dont interrupt im whoopin bitch ass big g runnin number rackets wearin pelle jackets fast loot tactics im well millionaire bracket boss bosses racehorses fortress corridors olympic torches mona lisa portraits jacuzzis saunas eatin steak benihanas bentleys limousine front yard stream full piranhas im set private jet drink lot becks get lot sex condo duplex diamond infested rolex deliver crown wall units silver china sippin finer wine r see shines diamond miners highness kingpin heroin im thorough bring terror handle business every borough town city im rollin like frank nitti im rich pretty back kiddies got crimies thats grimy gritty nigga thats spunky likes keep pockets chunky makin money dope fiends junkies learned best ones thats livin ones thats put rest bless chest vest pack smith n wes im get snaps scraps game real mack name kool g rap damn shame gotta make dollar livin game sometimes makes wanna holler damn shame gotta make dollar livin game sometimes makes wanna holler got fly hoe wing swinger thing step inside ring shell bang make brains hang sits restaurant tables mink foxes sables drinkin charentes brand label shell rock suckers cradle yeah honey gets bounce ounce walks around lucci large amounts millions inside swiss bank accounts name tammy got beach house miami rides around small jammy silk satin panties hoe foxy brown hoe standin ground hoe clown yo shell turn bust round hoe fly heavens angel got sapphires bangles diamond earrings hang dangle gettin money angles shes pretty new york city bright lights real late way midnight hit cause slits tight wake early make rounds break brick packin silver four pound clowns tryin get light smoke grab stack c notes slick stick kids dont get free dough bro cause aint tryin broke goes g rap honey nothings funny damn shame gotta get money damn shame gotta make dollar living game sometimes makes wanna holler damn shame gotta make dollar living game sometimes makes wanna holler aint sweet hangover sweet hangover aint sweet hangover aint sweet hangover aint sweet hangover aint sweet hangover aint sweet hangover aint sweet hangover 4 5 6 mix im hittin trips headcrack time get bread black 4 5 6 mix im hittin trips headcrack time get bread rolled every cee lo corner know inside city kiddies got fat mitt pocket lookin pretty wanna get paid block thousands pot go grab knots stash spot shake shake roll break em two tracies pound cake keepin fingers wrapped around joint case niggas start brawlin see em falling strong point one one losin line fifty fucked roll duck pose oh nigga pay mine grab dice place price men mice riffin im sippin heineken gettin nice shake papes gettin deader nigga sittin beretta said wanna bet dont throw better game surrounded money hungry bitches put kisses fists rolled triple sixes point shoot puttin crazy loot pocket army suit wanna come fo another round rolled fo six hold seen fuckin pound yeah niggas know name game im yo anus cee lo know shit made nigga famous hookers ding dong cant go wrong rollin two hours long still rollin strong 4 5 6 mix im hittin trips headcrack time get bread black 4 5 6 mix im hittin trips bettin grants cee lo champs make em sweat beginners vets im threat niggas double fifty bets gotta nice dice im talkin em step back gave tap sidewalk threw em nigga went put foot way see tried ace got niggas rollin bitch tracy yeah tracy aint gentle niggas thought simple loses two deuces fuckin pimple crack another brew sit back watch niggas threw two im rollin whole fuckin crew one one niggas come payin fell trey furlough inside bait thats nigga sayin luck tough im makin enough buy kilo uh oh look think rolled another cee lo pick crap niggas dont get back dime keep hand right waist nine one chance niggas quit thats zero broke cryin broke im doin backstrokes cee notes crazy pockets empty god damn shame niggas know name game word fuck 4 5 6 mix im hittin trips headcrack time get bread black 4 5 6 mix im hittin trips bettin grants cee lo champs 4 5 6 mix im hittin trips headcrack time get bread black 4 5 6 mix im hittin trips bettin grants cee lo champs yeahhh g rap thats gangster life nigga life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee yeah yeah yeah yeah yo yo giancana name break simple plain went small chimp game gorilla king pimpin game know tempt dames tense range hit block pitch rocks strength name limp cane lactosin limp king even pack toast expend flames aim strictly makin bread pop blocks red hot feds cops lookin rock bottles red tops tradin lead shots dreadlocks infrared dots til head drop fled spots word curb came birds spread flocks tellin bloodshed stop glide til sled stop copped latest every hot flavor crocs gators somebody clique riff pop bravest town trips whips got avis drop knots vegas plot paper crockpots wafers life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee yeah yeah yeah nigga warm mansion rooms wall wall handsome goons half naked bitches dancin tunes marble floor terrace nigga glance moon play jacuzzi til hands get blue rugs tight bright white sands cancun skylights ceilings plants bloom nigga crop grams dunes cuban cigar brand grandest fumes prison niggas ran balloons shut shop jan june still cop land boons fuck women tanning rooms every last fingernail hand groomed self built mink pelts gator belts silk suit cant stack nigga cap get peeled loose word cats died street spilled juice calm breeze palm trees bomb g armpiece livin harmony coke farm pharmacy bulletproof armory school hard knock honorary washin jackpot like laundry fuckin year nominee honestly life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee life live ill thuggin youuu thug baby thug baby wont stop til die ill keepin truuee yeah yeah yeah g rap nigga thug shit queens clicks uh huh yeah thug shit queens clicks thug shit queens clicks uhh yeah shit aint never gonna change time load clips niggas wanna flip break nigga proper represent murderers felony offenders even bought time get legal tenders nah im goin bang nigga fuck pataki gotta thang nigga forty four mag bustin action brains left particles fragments fractions grimm money stacker heat packer im lurkin im waitin attackin like linebacker fuck heard crime pays always unorthodox hold pistol sideways kill crews hearts go numb retaliation comes yo fuck comes im dr death motherfucker ever heard close eyes cross fingers time surgery im already dead nah cant murder cause quantities entities enter evilly shit aint never gonna change time load clips niggas wanna flip break nigga proper since murder hire rapid fires require makin niggas perspire send message wire cause violence contagious got bustin gauges 95 larry davis im wettin niggas wages queens home 1 known felon aint tellin imma crack fuckin melon right amount chips spit clips hit whips leavin niggas bloody leather seats shit drips pound seven creepin rockin niggas sleepin shots repeatin leavin faggot niggas leakin cock back iron niggas dyin marchin zion cause pound cake roars like lion word son niggas collapsin cause weapons ready action makin heart catch contractions underworld shootin gallery niggas lose calories cause salarys based fatalities shit aint never gonna change time load clips niggas wanna flip break nigga proper come get motherfuckin wreck first gotta umm vest check gun check clip one check clip two check im set let motherfucker move muscle tussle theyll piecin niggas back like fuckin puzzles cause kool g rap known bringin mad noise im bad boy younger always carried guns never toys grimm gimme infrared semi im puttin red dots niggas foreheads makin motherfuckers indian got beef go get wreath murder cause put holes beef like fuckin white castle burgers gots run clown fo pound cock back rock black gun nigga see em hes comin fuckin colosseum hopped bm shit put clip dipped ride man parked sidewalk start glide im rainin oh yeah gainin fuck put brain boom boom survivors lifted nigga seat find hell backseat driver aint finished trigger yet im lightin cigarette bang bang left nigga wet g rap baby know try hurt split fuckin top leave fingerprint purpose comin straight sidewalks new york nigga livin foul comin straight sidewalks new york nigga livin foul steps inside playground lays laws door nigga thats lookin trouble gotsta face silver double fours packin hip hollow tips inside clip ready rip nigga shit make wig slip side homocides commited gets rid niggas quick cause aint bullshit permitted im outlaw motherfuckin villain doin killings wont stop morgue got bodies stacked fuckin ceiling aint drive bys mag bag lady disguised surprised got hole fuckin eyes niggas grazed catchin strays blaze amazed ways lays em shit sprays crazy brains hangin niggas veins swingin bangin gunslingin even fuckin ears ringin cause carrys much bigger dirty harrys hail mary make bloody marys capillaries pieces flesh hangin niggas chest cause vest dressed couldnt fuck smith wes motherfuckers runnin miles bodies stacked piles im killin executioner style comin straight sidewalks new york nigga livin foul kill em executioner style comin straight sidewalks new york nigga livin foul kill em executioner style keeps forty five loaded dum dums rear hold right waist case somebody gots get exploded cause g rap aint nigga try play nigga lay low get pair wings harp halo clown keep fuckin around youll dead g im spttin lead see split fuckin head like red sea charged anger six slugs every chamber dangerous stranger itchy trigger fingers like lone ranger im comin split cabbage like savage put two yo ass bitch one inside wifey baby carriage head hills kills niggas thrills causin crazy blood spill let one drill grill pull glock clear block cock get laid played pocket rock eye socket raise queers say fuckin prayers ive killin years huntin motherfuckers like reindeers one niggas left standin ill squeeze cannon opened motherfuckin ass like grand canyon layin faggot niggas like towel gets wild im foul im killin executioner style comin straight sidewalks new york nigga livin foul kill em executioner style comin straight sidewalks new york nigga livin foul kill em executioner style take ten paces draw shit aim niggas faces leavin traces niggas beatin body cases im wettin shit get hit super soaker brain brain im motherfuckin chain smoker cause rootin tootin six shooter put hole trooper big niggas hula hoop ya liftin smith wessons like westerns blow niggas intestines send back fuckin essence bullet rows blows nose fo fo gunnin bozos run call po po send paramedics bring lot anesthetics motherfuckin bodies beheaded niggas shredded nigga get ready meet fuckin fate send six trey eight straight ya motherfuckin chest plate g rap murderin niggas child go check files im killin executioner style comin straight sidewalks new york nigga livin foul kill em executioner style comin straight sidewalks new york nigga livin foul kill em executioner style back days kinda crazy kid started nothin wasnt livin like thanksgiving turkey without stuffin sometimes sweared god headed po house say mama caught drama would bleed tryin feed fo mouths wasnt rockin girbauds barely clothes snow temperatures droppin zero know froze cds black white tv see thats retire hanger antenna turned channels pliers nothin cabinet cans raid im knockin neighbors door borrow cup sugar kool aid wasnt freshly dipped gear straight ripped im trippin cause winter coat got lost buttons zippers wouldnt stay zipped never remembered dinner brother straight fat cat even big mac black kit kats top cracker jacks walkin streets weak sneaks feet freaks wouldnt speak never lipstick cheek much gettin humped stunts always struck one like says take hike cant pull buck gots dedicate next plate homeboys girls straight baby im blowin world im blowin world gotta get mines gotta get mines gots get mines know im sayin im blowin world im blowin world gotta get mines gotta get mines gots get mines yeah seems like yesterday moms back get butt sack find job hit road jack black dont disown im kid corona ged diploma ribs showin tony romas order get straight gots make muscle learned hustle bustle gave streets tussle standin corner slangin fat rocks bottles black tops cops got shorty watchin back hops makin mad lucci bought louis vuitton gucci hoochies callin boochi smooch givin coochie im felon started sellin splittin melons started jellin tellin police cause swellin hangin corner playin cee lo rollin half kilo yo youll never see g low goin yeah straight gettin fortunate long fiends torchin started gettin hot around block cops scorchin luckily made coppers could frisk diss business drugs gettin risky lamp collect stamps snatch tramps diamonds pearls straight baby im blowin world im blowin world gotta get mines gotta get mines gots get mines know im sayin im blowin world im blowin world gotta get mines gotta get mines gots get mines yeah got put dj polo cut record demo started chillin limos champagne tinted windows hoppin time pains sportin gold chains rings clockin money fame nothin changed im still spendin twenties tens women pullin linen grinnin cause winnin game beginnin lyrical skills kinda ill gave slight chill let hype build known rappers run go write wills turned hobo solo posing photos though dough used low puff cigars blow os catch flashback g rap track attacked like head crack get smacked cap lead black heres new cut poo butt rappers hangin two nuts like put members ku klux peep kool g rap dont sleep money unless ya girl straight kid im blowin world im blowin world gotta get mines gotta get mines gots get mines know im sayin im blowin world im blowin world gotta get mines gotta get mines gots get mines yeah streets yo happen streets clapping streets action streets packing streets cracking streets bringing back streets banging ya gat streets start hanging back niggas ride bust die bust murderous guys slinging pies lust corners hang name boast bank toast drive thing close slide james post empty clips coke fiends strung broke niggas bum jakes holdin gun back streets taped bodies laying faced cats running ace spots get em paced street lamps broke mad bitches bone niggas peep home flip zoned thugs bringing street war bust shots let heat roar taking trips bricks fiend towns spray shit bust rounds lay shit selling pounds great shit clowns get face lift spots gats pop shots clear block slugs knock block leaking hot sauce corners dice roll clubs ice glow lames get life stole bleed knife fold niggas laying law draw four pound pjs tore thoughts laying hoes blocks lick shots rock fifth cocked kids cop six drop brick box zip locks towns niggas kill posting real keeping gats concealed see foe peel strip get ripped hot lead get licked fronting clicks jewels get stripped sidewalks creep get locked street bop kids running heats lifting feets niggas let guns loose wild guns loose gat chin blow niggas shit sunroof decide pack nines chrome gat shines try clap mine outta line niggas get flat lined chickens get crew laced rocks blue face niggas giving screwface loot suitcase spots blood spills dealers clock mil murderers get kill mad cash ill beef turning combat life pump gats little kids harm put bombs moms niggas tied kidnapped smacked big gats get found wig cracked leave em right live running red beams blood flowing red streets mad fellas bread schemes running fed team little shorties knocked straight giving crouch juveniles decide pee ox crack blocks weed spots fiends detox rollin three drops others aint gotta beep bop bitches get ho smoke dope spotted nigga glow dick could blow 2x g rap giancana igloo entertainment doubt coming ya know keep moving ya better realize whoever dont guns us niggas aint playing games yall know routines yall know drill 95 keep live make papers knahmsayin motherfuckin kool g rap b1 motherfuckin man grimm comin somethin keep brain stimmed big 1 son jamaica queens turf imma exploit heaven earth worth mc extraordinaire jewels glare god rare im takin bitches back lair want mines strippin niggas drawers probable cause chrome double 4s queens new yorker bulletproof parka 84 calvins british walkers im sippin harveys bristol cream glock 17 sirens race scene tryin get dough like pablo today fuck tomorrow seats recaro recline monte carlo got game science clients turn small time hustlers giants three course meal waitin appetizer blowin like geyser time makes wiser paraphernalia material makes crew imperial put fear sippin beer two handlin business properly form monopoly storefront property another robbery im puttin forth effort murders method steak peppered son let meet lord shepherd bloody money gets niggas deaded wetted dont forget moneys metal hand magnetic gotta flip bricks cause broke drivin insane moneys motherfuckin brain zs kis triple beam bring fame name moneys motherfuckin brain niggas scheming team still maintain moneys motherfuckin brain cause money murder go hand hand aint nothin game moneys motherfuckin brain son crying hoping god forgive ones killed still dry eyes hundred dollar bills like mcdonalds makin mills servin fuck landcruiser cause got two suburbans stressed sittin thinkin past bed time scared cant sleep nightmares fed time diamonds linens ostrich phat shit ill talk code cause phones tapped crackheads worship like im jesus uncle sam cant stand cause im fuckin nieces cuties every color wanna fuck next buy new car maybe lamborghini truck next look jealousy eyes roughnecks bulletproof glass case wanna buck tecs large ratio game dies im flippin pies til senate legalize gotta flip bricks cause broke drivin insane moneys motherfuckin brain zs kis triple beam bring fame name moneys motherfuckin brain niggas scheming team still maintain moneys motherfuckin brain cause money murder go hand hand aint nothin game moneys motherfuckin brain im sportin flavors timbs 95 benz chrome rims presidential rolex two carat diamonds stone gems pockets filled lucci leather wallets designed gucci parlay restaurants eatin shrimp scampi sushi fly minks icicles blink inside cuban links looking spanked brothers think got loot like im doin banks hundred dollar bottles chammy condos miami front row seats grammys broke niggas cant stand hold flame blow hotel suites inside flamingo owned dagos step em rocking kangols straight fakin jacks cause crack shacks jam packed mad stacks show im right track like amtrak stand back cause imma make whatever takes shake jakes shoot snakes bake snowflake cakes drakes cut grill like im barber bill steal like gotti bodies found inside harbor cause im ill war kids kidnapped matter fact aint shit black young theres dope copacabanas cock back hammers til niggas pajamas get wigs split like bananas stable hotties niggas shotties catchin bodies neighborhood john gotti notes pavarotti yeah paid motherfuckin bank teller goodfella stay motherfuckin drug seller gotta flip bricks cause broke drivin insane moneys motherfuckin brain zs kis triple beam bring fame name moneys motherfuckin brain niggas scheming team still maintain moneys fuckin brain cause money murder go hand hand aint nothin game moneys motherfuckin brain +tech n9ne,sen kalk bir minik mikrofonunu getir bak jak burada diktafonuna tak kagit kalem bir de ilham alinacak tam gaz choppers havada dusman avina cikalim akalim haydi bu battlei kazanalim started midwest bout take world baby pinnacle yeah tech n9ne follow around planet run gamut sickology could never manage damage apology pick em panic little manic cause gotta frantic ima jam cause im oddity gobble track like im grubbin mama nakas pop proper cause im partners waka flocka give top hip hop watch make em rock show stopper chakras poppin anybody notice tech pinnacle identical soul loaded cold polar get wrote quick quoted yo exploded flow behold cause motor spit bi de bi de never get free real better get kneel ready get near heels give knock ima chop came went tomorrow ima lock hop pocket like empanadas hit em get em aint done aint enough trippin rip ish spit em sort like liquored backin gut everybody knowin actin bust missouri canada keepin stamina never fan man planets unanimous cuss fuck anybody tech calamitous leave dust aint nobody tough im standin tech hostile hes awful really wicked bottle dig never lost apostle hes thinkin give poe toss picasso killin everybody motto chopper thats tossed brothel said pathetic head taco sped bled coffin go im light years ahead peers want come bring right cant clown dont come round bow crowned found check im ahead em chop veterans legend developin aint gotta tell evident gotta notice elephant none niggas relevant youre delicate lovin every second de vil alle tjekke nar vi ligger det kommer ind og smaekker det beatet jeg vaekker det ved hva der kommer ud af min mund haenger med de vildeste gutter det minder mig om vi stikker det af de kalder mig alle vild fucking chopper ran pogo stick hopped top rappers like jehovahs witness photo jesus paper pamphlet threw churches like playin hamlet syllable burnin internal damage swing batter batter lay back hammock oak tree like peelin pecans instead im peelin rappers heads makin sand wich pick 22 put bullet inside motherfucka westside 1987 box im headed yeah headed bucks fuck em make feel dread like head locks feel every bump like bad shocks hopped fuckin beat worldwide chopped wanna fuck tech n9ne twist pine smoke beat mr busta rhymes well sure really dont need show cock run across stadium pair socks trench coat pencil watch drop verse focus read clocks slumerican control heat beat gotta go im dump truck send another load peter piper dump pile peppers throats alien probe im light years ahead peers want come bring right cant clown dont come round bow crowned found twista like gotta focus rhythm loosen venom hit em give em astig tism ima spit em somethin full vengeance everybodyll wanna devour pieces enemies cause cannibalism breakin particles get predicament never reversible cause nigga versatile makin nervous could never compete colonel burn im immortal thats reason murder focus hocus pocus make likkle magic wreck check ya respect better im anomaly ima give lobotomy motherfucker challengin astronomy hoppin dont stop fire flames thrown im one popular choppers names known throwin air takin wwc cant keep shoulda stayed home alien knowledge makin astronomers work look ancient discovery paleontology play ima shinin haters im finna usin energy watch radiant ima like helicopter words fly entire families way girl die catch fuckin intricate lyricists dont even try stop us cause choppers worldwide im im light years ahead peers want come bring right cant clown dont come round bow crowned found see ask ima stop dude ima cock pop ima drop dude inevitably ima incredible dude ever spit record put together dude ask world provin already best hell doin well ima choppin cuttin breakin beatin shakin fuckin everything til make mistake bustin everything like fuckin angry jamaican shuttin everything especially ones hatin lovin everything got em stutterin stupid hear em dont p p p please wh wh wh gotta try us w w w w already know nicest ima come kill em get em hit em finish em bang em head diminish ill hit em minimum repeat comin killin em gotta drillin em thinkin gotta feelin spittin lithium see way nigga spillin em gettin em stupid point theres forgivin hopin youre listenin youre payin attention youre witnessin way christenin mic gettin zone flattenin packin people front back got actin fool im black nigga im home im light years ahead peers want come bring right cant clown dont come round bow crowned found fire annihilate make fighters retire instantly im choppin em call michael myers vicinity way killin em rhythm get illegitimate gilla finish predicament enemies vicinity gotta mack know never get whenever mention history lyrical criminal deadly chemicals check resume said gillgods biblical hit em venom get em bend em send em feel diggin brain bringin pain often wanna kill fillin em fury get hurry feel real comin shit im havin fit never peel im top got drop poppin often hit em bullet look eyes heathen breathin youre fiendin dreamin find demon name insane im worldwide get bustin like im thirty ought six im rippin beat heard got pissed got top made purty hot cause knowin tecca ninas dirty chopper hes handle holmes heres handful hell hoverin havin hella go ham though said seven richie havensll man put together thinkin eminem gamble guess cause guest spot kaliko said doin said lets chop people finally get three best locked never another choppers comin lets rock nigga youre people got wonderin sure song yes got another killer makin tour strong thinkin battlin uh youre gone nobody catch speedy gonzales beat problem got feet mouth gon beat lot em mean lot em nina used follow ive got audibly body man hitman ip man karate em fans lift hands well get dancin em kansas advanced withstand pile em stands two hands movin crowd em aint makin sense better sample amp like bass aint ever gift heat em beat em burn em never heard us look em turnin slap shirt super simpleton make em impotent flippin niggas feminine said purpose pimp pen reverse conditions im livin bigger numbers eminem gotta fast ill smash nigga half cash im little sicker quicker figure make em shiver bigger winter half ass deliverin ima eat dinner better mine oh mean guys jump around mean im rubberized n9ne master meaning murderize well bleed em beat em til gone feed em speedom speedom speedom speedom speedom speedom speedom speedom sometimes feel like ill never slow sometimes feel like ill never slow wait wreck beat let check see stephanie mills left extra refills ecstasy pills next seats spilled eat em breakfast drink im habit grabbin mic babblin dabble vics might swallow fuckin ritalin tablet tonight im grabbin right medicine cabinet cause thats like attackin like dracula bite jetpack backpack write anger pent inside went inside bennigans diner cigarette lighter figured id try set big enough fire thatll trigger sprinkler system id escape getaway driver screwed limo collided center divider went window ended pinned side semi fender beside friend guys wife brenda flight attendant idaho took antenna vagina hole cause pick pen im venomous im slick dennis menace like evil dental hygienist sinister youve yellin dementedness invented im genesis eminem nemesis feminist fuckin smart alec degenerate got ellen degeneres tryna tell men full jealousy envious female independence hell clitoris hit miss never consider bitter disappointment ill never fail deliver whatever weather thisll like certificate authenticity im thinkin tryna think quickest sickest way make em picket pick day prick im pickin wickedest shit say spit back level incredible head full red bull unforgettable better believe beats edible consider loose leaf vegetable stalk prey think got away uh uh today murder song ill say dr dre robert blake eatin lobster steak coffee cake restaurant drake tech gotta make sure stories corroborate im lot take like kanye walkin stage beyonce like job say youre real artist obligation honest abe way escape ammunition replenished punisher gun insured hundred words clip words motherfuckers better run youre lookin get run roadrunner wonder one dont wanna go jump front fuckin runaway locomotive get thrown tryna fuck speedom speedom speedom speedom speedom speedom speedom speedom sometimes feel like ill never slow sometimes feel like ill never slow im fury final fight flip fraudulent fellas feelin fright flick fire finish flow flight feminine fakers fall im floggin foe fife never forget severed head critic sped trippin dead epidemic wet clinic make bloody redder percentage addict whos havin get lead cynic never devil put fight industry peddle metal givin light lot energy reppin beat checkin koba hes evil enemy itll running front town ever makin fun clown im gunnin doin ground wonderful sound anybody come hound onell found bitch would never choppin without slick rick got record lick balls dick never listen musical misfit nah cause every time droppin get bit im hearin lot rappers tryin spit quick middle west got em kill em bitch aint circle choppers missed cause nigga twista rule speedom speedom speedom speedom speedom speedom speedom speedom sometimes feel like ill never slow sometimes feel like ill never slow said youd never ever break sweeping pieces ground said youd never ever play crowds ive seen hoping play songs ive spent night long scared tomorrow broke alarm everything almost lost pick slow gone fragile never thought id fragile didnt break dont ever want change im fragile dont ever want dont ever people appointed give opinion never get want come gobble jimmy die n9na givin remedy critics really enemy cant stand way slam todays gifted effin incredible get fanned away grands pay jam lay scripted deaf impeccable write rhyme put everything flow im n9ne ima look mean foe scribe line never show times itll better leave sto cause wrote nothin lies quotes stuck eyes amateur writer dissin hes beginner hopes demise folks ima despise never try listen real im mad clueless scribble pad gonna criticize chisel nads sizzling ad dont really get im pissed understand im artist im sensitive shit yes im fragile never thought id fragile didnt break dont ever want change im fragile dont ever want dont ever tell im famous tell name big venus jupiter uranus tell anus got head smell articles know youre heinous tell love always thinkin unconditional im hoping im favourite grab fishing pole throw sharks thats feelin get youre concentratin pen pad tell youre willin diss craft tell feelin pickin apart track stop puttin heart soul lines tellin platinum gold time lookin bury deep hole mine drop entire building slanderin abusin call realest comin student told use poem uzi empty magazine seen magazine seen trigger finger started shootin nicotine im bout smoke em journalists involved shouldve known music fragile never thought id fragile didnt break dont ever want change im fragile dont ever want dont ever see looking looking ask psycho psycho yeah im psycho guess im psycho youre crazy like youre crazy tours paid used dough allure ladies manure bathe never minds sure shady pure hades rev x said couldnt endure save let stripper burn arm cigarette spot ten times row felt burn palm clitoris ima get wet sorry get carried away feel stupid cause aint yet maybe never let fine nigga stare breasts get vexed n9ne bit neck open try contain dame thangs soakin alter ego say let gangbang folk strange lane hopin maintain copin aint nobody talkin insane mane spoken like fire skin blood draws walls im sufferin im stuck claws stuffed jaws huffin puffin hollerin im dog afterwards like really hot scaldin water balls psycho psycho yeah im psycho guess im psycho mom dad im longer boy youre used seein ive changed lot plus ive grown hate every human bein mood swings turned dreams gruesome scenes im doin things dont normally illusion seem pleasures gain heck sane wouldve put mic said fuck ill never rise fame wicked wreckage contain could probably jeopardize name lovey dovey lets ignite flame youre lucky youll survive pain sorry aint merry say game scary play well let think cause every day balls gettin hairy shave pause minute im stressin go hell heavens blame dont mean come crazy mothafuckas seem think im hella deranged seven years old fell head severed brain think im lyin ask mama nigga shell go tell ashamed im livin life ghetto fabulous get bent shape nigga let ask psycho psycho yeah im psycho guess im psycho stab mic rap verse im rappin matter fact im rappin never say motherfuckin name unless absolutely fuckin jacket matchin shoes fashion guru cant even see niggas yall wish rappin matter fact act like im rappin gives passion use excuse jump conclusion im attackin dudes like old fashion voodoo yall aint even shit yall aint even doodoo got flavor tissue paper two boots im slappin foolish wooden paddles stupid babysittin little bastards like little afternoon children call psychotic like schizophrenic cant sleep anyone tell medicine guess gotta show minors avenue man swear im brain like graduate students im sorry didnt mean hurt feelings see tears come give face let clear wonder would look peel back skillet ima feel crack hit ima split back heal damn bobby boy hell heaven earth mom cursed birth first werent church dirt shirt man think youre goin berserk psycho psycho yeah im psycho guess im psycho psycho psycho yeah im psycho guess im psycho wanna sit beside sick seductive sinner see something sinister seeking sookie somethin like centipede slitherin shes searchin synergy suckin seed chakra tease stickin sippin hennessy shittin hissin ill spit commission position bitch dip mention slip submission quicken copulatin kissin operation drippin bottom shakin strippin odd bust kod put em necropolis givin rod good broads givin bras us gift break couple thats monogamous stop probs take effin draws bitch rock us giddy cause titties chin chinny chin pretend kiddie suckin creme de la creme skin pretty dim lit hitting thee trim sin city let im medicine get wetter ever never better veteran level bed rockin red letterman bright edison like said sin head win events im fetishin open hoes know whats told bust clothes wanna go right butt sure wanna cut explode drop load cause flow dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna heroin cocaine ketamine promethazine x thorazine morphine dope wanna sex dope wanna said heard packin ima fan rappin im feining action really cape town said yeah bitch born london im thinkin bout fuckin crumpets cake get stereotypical fairly seminal im flowin pinnacle see got friends lookin get medic ima bout pivot em make rounds want piece beast east complete sheets release beats got man boy never could compete us please better believe skeet wipe shamwow nina run deeper receivers beat beaver wanna feed meter speakers bumpin tweeters medina leave us pleasin nieces screamin take leader im trainspottin vein rockin lane came droppin serious game brain rottin pick million pricks im pretty sure missed one hits clit quick drip main option blowin slut good luck im fuckin kitty angel dust nuts trophy lovin cup dopin must troublesome give lust dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna heroin cocaine ketamine promethazine x thorazine morphine dope wanna sex dope wanna lovin get back room make em scream goin deep feindin saw weiner told ready anything im talkin anything stuck jaws im breakin walls like katrina even know know flow og told like play pussy get lonely homie right instead sony claimin pussy wet dont tell baby show ask im comin mask entrance sinner second real spitter like every sentence repentance ever since infant im damagin vagina remind im filled vengeance hit em whenever wanna run cause rap shit really dont care whatever takes get em mattress could one thats run busting gun way fun get motherfucking actresses bikinis suckin zucchini told wanna sippin apple martinis fuck im meanie probably would never leave shit play eenie meanie sly cuff weenie see em whenever hit stage posted audience em filled hope knowin wanna presence get affiliated dope dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna dope wanna heroin cocaine ketamine promethazine x thorazine morphine dope wanna sex dope wanna hey tech know ive type go hoes ive around flow spit gets hoes zone wont talk shit oh damn wrong men calling theyre wondering ima get little dick got common sense collage position probably something insignificant think im bitch cause probably missed game kickin hollering hope acknowledging methodically dropping common knowledge dont get like hounding bitch probably get trick treat cause dogs gon bark like im killing game killing game killing game feeling want bang want wait get want say shit make think gon rape dont stay cause got sickening style built crowd men women feelin freaking cause im figure ima say getting wild tripping cause im kill morale kill sounds lately spit crowd men reach tell women gettin aroused tryin give child gin smile say wanna yeah yeah hell yeah yeah yeah hell yeah yeah yeah hell yeah yeah yeah hell froze thought could hold yoda flows older first sold cold soda grow bros rojo soldiers cincos blow doja like iron mike back day rhymings iron height defiant flight try bite like razor candy apple taser jammy tackled neighbor family shackles laboring man hes gaffled get angry sip bombs rich lawn brought muslim christian studying chrislam thats thing place john chicks palm give something beautiful kiss til spit one lip balm ive rhyming since reagan politics polished got big wallet dollars sit wall split gotta sick casa god exists cause lot chicks holler mr chopper youre hot shit ah say im best 5 4 3 2 sometime think gum bumpin tell put somethin sriracha put everything sriracha put everything sriracha put everything sriracha put everything yeah guess im supposed come fast flow woo guess im supposed come gas flow ima spit ima get good wish would tell dont know hit door uh yeah feel like maybe cant fuck hit em semiautomatic watch em duck speaking lyrical ability everyone vicinity blowing mind like kennedy got love enemy somebody tell remedy im like whats good fine tell whats mind rewind shit message beyond shit put everything im honest shit whats hold tech im sorry hold road verse ass long time ago put everything aint minute living like aint finna see tomorrow aint focused wealth living good feeling fine pass sriracha put shit mine busting like columbine combined terrorists mind thats confined four walls time say im best 5 4 3 2 sometime think gum bumpin tell put somethin sriracha put everything sriracha put everything sriracha put everything sriracha put everything sriracha flavor popper gotcha even haters jock us choppers invade knockers blocker disintegrating every chakra eager ya bet doin proper put bullets fully hoodie aint nobody gon stop us nobody gon top us leave em option leave em conscience even though achieve problem even though couldve seen watchin tv dvd repeat see streets jockin easy need eat beats like im eazy e compton eat meat like im ebt shopping credit card max bend bars back fuck ho get brain run house bring whore back sever face dead doormat got keys rented corvette cant catch im man black shit since katt crack fuck nice way cant ignore try though gon end next dido im pen wrote bible im skin like vitiligo sing moment hit high note someone please let elton john know tell lieutenant im hect camacho catholic priest pentecostal yall niggas wiggidy wiggidy wack get nigga back umbilical patch jump middle track none niggas act yall niggas packed come get fuckin bitch whip give moment fall im gonna fit car better ready brawl shattered nobody want hard better ready war tell ready say im best 5 4 3 2 sometime think gum bumpin tell put somethin sriracha put everything sriracha put everything sriracha put everything sriracha put everything together powerful force one mind body soul let evil enter attempt reduce us beliefs hold love combined strength ward pain stress technician wholeheartedly life death okay get im fon freak nature pen gonna heat paper problem incubator mom dad creature maker never need shaker beat tape teacher later youre beast awakener dont think streets safer misery seepin delivery bitter givers keep figures dont try nigger grave digger hither kidder see consider dark energy sinner inner black diamonds around callin definites saw clown steppin tall amount big tech shit aah ooh 3 times people know defines people lovin thats 9 rhyme make em make beeline bout hate make great mouthll break dont pay cake stay face dont want lay fake flip sick pray thou relate im incredible straight gate darkness leaving gods deceiving painters blind faith children rivals holding guns reading bibles go ahead seal fate straight gate see face ebah tech n9na evil brain angel heart remain dark anointed holy console know sin got hold let go im double jointed im wicked represent sickness fraudulents feeling im falling offending father place deepest darkest part abyss nobody without food agua blackened sun bitches sat dungeons ditches yappin one glitches halt kraken come quickness back im plundering chicks laughing dummies trip exalted tech n9ne fuck industry independents enemies thats blind champ vamp near huntin heathens hella hungry im amped year darkness leaving gods deceiving painters blind faith children rivals holding guns reading bibles go ahead seal fate straight gate public enemy 1 fuck fame became name gun parents hate aaron sons daughters wanna martyrs believing art aint young got balls rap im appalled yall want fall calling craps suckers hate crawlin back cause im tall shaq im always brawlin bats strange music saved life fuckin music became wife nobody planet tame mic call crazy dont matter fucking insane like suns beam melts everyone screams help one kings felt telling survivors welcome something else say kansas city always stay kansas city yeah something else baby lets go darkness leaving gods deceiving painters blind faith children rivals holding guns reading bibles go ahead seal fate straight gate aint knockin im breakin hello huh yeah cool lemme get saturday mornin aint gotta work last nights show sold lot merch bad bitch bed aint gotta jerk forbes list caught hard make dollar hurt need good green bou lou five one guaranteed zilla keep heater case boo boo kansas city natives lil coo coo type shit make hood go crazy interstate doin 180 said baby took double shot went crazy white girls go crazy black girls go crazy college girls go crazy type shit make hood go crazy much liquor never spare kitchen keep usually pair thats kissin im lifted purple hair thats bitchin thats call fuckin air technician got hair thats missin keep bare promise ill never tear kitten aware sex hittin care share stick good might impair vision dip dip look another chick pissed til give another spliff lift party mission cross three thick friends mixin licks big friend wanna lip told kindly get lost bitch place way turnt trip shit type shit make hood go crazy interstate doin 180 said baby took double shot went crazy white girls go crazy black girls go crazy college girls go crazy type shit make hood go crazy yeah 2 chainz yeah prototype fourth foreign car porsche four door white cooler polar bear bowl ice ring married game em throwin rice wait minute put thing im tryna knock im tryna put singer banger get brain dinner dont need put tender contender thank god strippers high top zippers hard nipples shit straight temple tryna squeeze schedule like pimple tell poodle dont mess around pitbulls type shit make hood go crazy interstate doin 180 said baby took double shot went crazy white girls go crazy black girls go crazy college girls go crazy type shit make hood go crazy endin n9ne grindin bitches behind way drunk gnac spit spit spit kan city shits ran gritty summertime chicks damn pretty born projects ville deal travis made mills celebration elevation delegation got niggas hella hatin nnutthowze regime rogue dog strange music winners cant lose unless everybody got hands like see bad bitch like whole damn city fuckin go hood go crazy mo type shit make hood go crazy interstate doin 180 said baby took double shot went crazy white girls go crazy black girls go crazy college girls go crazy type shit make hood go crazy first entry sickology 101 dysfunctional yeah dont bring nothing stupid dont want lose step back dont want attack im beast better give deuces tolerance nonsense get away n9na wanna get dollars dont wanna holler makin im little dysfunctional youre problem please dont awaken im way cause back day forsaken la di da di im party drunk night punk might dudes tryin pick fight hes sorry aint gotti like cause sloppy costly rocks spot free dont know im roguish surrounded soldiers locked loaded exploded cant hold us dont got scruples didnt come fight shoot busters better mutual dont get loose cuckoo listen call genius run show women penis wonderful demons think meanest brung foe floor little bit sick dont know im little dysfunctional dont know push might bad get little emotional dont know fool around make mad im little dysfunctional dont know push might bad get little emotional dont know might fool around make mad dont make mad born hustle im product environment game done changed ive forced retirement make moves paid dues got common sense since cant lose cant choose ill come back spit got hit songs ive gone long dont fit kneeled throne cant get need lick write songs dont belong im shit im huntin leads desperate need hope comin quick id wrap brain find lane thats gon bring change strange life changed come around since im feels uncomfortable try hide deep inside im dysfunctional never learned hold gets emotional first implode explode combustible please dont push play pussy real shit wont defeated im heated nigga oh shit im little dysfunctional dont know push might bad get little emotional dont know fool around make mad im little dysfunctional dont know push might bad get little emotional dont know might fool around make mad dont make mad aint killer dont push goody goody choir boy never pussy could carrying something hoodie krizz would never snap kill baller yall would wanna peaceful carry desert eagles ever black people know black people peep em try stay evened wanna preach em evil keep seepin emotions get best messed yall get rest depressed stressed feel like destiny know yall think less cause im always sick cant let pharmaceutical soup best recipe gon death need depakote cope keep throwin pills throat dysfunctional blunts smokin bombay give fung shui wish would go away maybe pray jesus christ un pretzel tryin pray change sometimes feel like lets take another couple doses probably fine get close youll find im little dysfunctional dont know push might bad get little emotional dont know fool around make mad im little dysfunctional dont know push might bad get little emotional dont know might fool around make mad dont make mad aint supposed put devil suit come church young mayne hehehehehe aint think rebel bout make think birthed flames la la la di da da wanna tv show mi mama breakin colored houses admit bitch sick like puttin face paint put put black jeans black hood thats tv stood faded habit brother swerves sip vodka im latest rabbit words im hip hopper disc jockers never played said shit stopped ya 2001 mixed opera every cliques got sick caca lots rippin chips oughta listen quick chopper flippin poppin spirit pac big poppa ya motherfuckin rap quotes shit surprising shocking like barack votes traps broke rapped tunechi stacks though og muggs said im gonna first rapper cross black folk yah im breakin colored houses polo boots hella dark colored outfits yah im breakin colored houses fellas better put chastity belt spouses hey man must suck niggas cause dont suck rich fuckin brethren suck upon dick man get get live somebody better call 911 im breakin niggas cribs yeah workin one thing sure two things certain im real thats live somebody better call 911 im breakin niggas cribs since 2001 people dodged like durango shows see n words django like nelly chingy chain hang low kansas city somewhere rainbow im yo house baby im yo living room lookin yo blouse lady everybody tune tech nina sex fiend threat got beautiful woman givin poon want cause im bout big boom breakin colored houses hard mayne cause everybody got got got bars mane im comin tv ghetto gon see sippin kc tea know tech n9ne everybody want freebie damn im breakin colored houses polo boots hella dark colored outfits yah im breakin colored houses fellas better put chastity belt spouses hey man must suck niggas cause dont suck rich fuckin brethren suck upon dick man get get live somebody better call 911 im breakin niggas cribs yeah workin one thing sure two things certain im real thats live somebody better call 911 im breakin niggas cribs people missin like diana ross aint mmg boss although im wicked see im fly floss lost like jam yes day late better late never im veteran cheddar truly silly like stevie j face every last one evil haters see vacate dip crib turn television see face like hey wait hey man must suck niggas cause dont suck rich fuckin brethren suck upon dick man get get live somebody better call 911 im breakin niggas cribs yeah workin one thing sure two things certain im real thats live somebody better call 911 im breakin niggas cribs +lil wayne,im good kush alcohol got bitches call dont know would without yall ima ball til day fall yeah long bitches love give fuck bout hater long bitches love yeah give fuck bout nigga long bitches love uh pussy ass nigga stop hatin lil tunechi got fire hoes love like satan man yeah fuck get bodied eat dick shes strict diet thats baby makeup ten best head even better karrine dont want money want time could spend said cause really need somebody tell youre somebody girl fuck want fuck dont got a1 credit thats filet mignon said never want make mad want make proud said baby make cum dont make sound slick tunechi im good kush alcohol got bitches call dont know would without yall ima ball til day fall yeah long bitches love give fuck bout hater long bitches love yeah give fuck bout nigga long bitches love uh real nigga fuck haters hoes got pussies like craters cant treat hoes like ladies man pussy money weed codeine said dick feel like morphine hope name taste like sardines niggas wake eat dick call breakfast bed 69 96 feel heartbeat chest chest bitch turn around face im arrestin bitch yeah bitches love love bitches like soon cum come senses would say hoes names would snitchin haters try knock cant knock hinges lil tunechi im good kush alcohol got bitches call dont know would without yall ima ball til day fall yeah long bitches love give fuck bout hater long bitches love yeah give fuck bout lost good bitches met bad bitches schooling niggas pose class picture kiss ass hatin im getting ass im skatin lost good bitches met bad bitches schooling niggas pose class picture kiss ass hatin im getting ass im skatin bitch im good kush alcohol got bitches call dont know would without yall ima ball til day fall yeah long bitches love give fuck bout hater long bitches love yeah give fuck bout nigga long bitches love im one get job done dont know nigga could cover yeah got game dad said might say love dont love like say love believe believe im nigga boy love streets im tryna find nobody else beat im one come see believe yeah rip rip rip young tune rip thats man put shit nigga fuck ill put quick got verse anybody wanna talk clique ive takin shit light dont wanna hear trip god damn yall really know yall fuckin yeah mean cant blame wonderin doesnt matter could winter summer road one direction numbers dont fuckin miss yeah stunna mack know wayne gone eight months put thing back snappin every single track though collect call boss like though like hah time nigga left rikers phantom thats nigga ill rockin team til carter ix ymcmb waitin somebody try us nigga yeah im one get job done dont know nigga could cover yeah got game dad said might say love dont love like say love believe believe im nigga boy love streets im tryna find nobody else beat im one come see believe lord knows ill murk one niggas yeah ferraris nigga one one daughter nigga waitin someone test like harvard nigga tote 223 two michael jordans nigga come fight shell cases like lawyer nigga find stay act like found oil nigga duct tape prayin ignore nigga gotta say sayonara nigga drop dead gorgeous bitch aint dyin nigga real queens shout capone noreaga shoot see live tell story later diamonds rollie face cannot exfoliated think im associated im one orchestrated yayo get ass whipped whip ass like horses racin aint bout walk away bout walk away dead presidents coffins vacant must doin somethin im one get job done dont know nigga could cover yeah got game dad said might say love dont love like say love believe believe im nigga boy love streets im tryna find nobody else beat im one come see believe get poppin rip rich young nigga aint never trick slim thug flow know like em thick get job doa drop tip get poppin rip im one tell yah reppin 6 come city yah niggas get trippin well take yah scarborough bluff drop cliff well damn happy man nirvana coldplay nigga got bands ink money got hands goin houston spendin advance v live took cheque drake know love took outta debt yes right lookin best mothafuck award shows mothafuck press like mothafuck rest jumped porch stumblin steps id give collect give connect itd cold day hell icicles made sweat one finger slidin cross neck niggas know mean like deaf nigga ill fire nina like first day job bitch overslept tune stay humble nigga im king need horn drumroll throw mothafuckin roses feet nigga dont step one rose im one get job done dont know nigga cover tape couple kilos bitch stomach look like got bun oven preheat believe gotta pay every week bitches havin babies every week im nigga see skatin streets gone rip rip nigga got story tell know cherish thee hope aint many feelings involved see niggas bitch stuntin poppin bottles gettin drunk bitches leave get followed fall asleep bitch really dont know much let us take shit wake help try find love bitches bitches niggas riches tell get say got say bitch said get pretty hair lengthy hit sleep titties give us word come aks stick scream like victim feelin silly smoke color purple im feelin like celie nappy ass dreads whats say watch mouth milli vanilli get snaked get faked bitch feelin cause thought angel bitch aint angel treat halo like frisbee tellin business tell business tell bitch feelin beans spillin lie teeth cavities fillins know hide tell hidden know youre gone tell visit break home take specifics meanwhile bitch vacation dont get blamed dont snatch chains find addresses dont leave messes youll know gone checkin first thought start second guessin say whats wrong say nothin keep restin say whats missin know somethin missin scratch head say get back bed gave head boy cant trust bitches say ooh see niggas bitch stuntin poppin bottles gettin drunk bitches leave get followed bitches know bitches thats niggas followin get line stay two cars behind tell hoes dont obvious mona lisa long hair dont care handle business dont ever tell bite bullet cough shells tell em ooh daddy lets go place say yeah meet feed lies silverware dont want love want share know bitch named liz nigga think cause tell tell secrets tell fears tell ears go tell people already know call liz say comin say good girl remember told gave salute say girl youre soldier waitin outside watch pull walk door right knock open door naked left unlocked started french kissin didnt see moi let stopped couch music loud head clouds turn shit scared piss piss nigga put gun frown nigga turn around aint fuck around aint fuck around caught wit pants know put fuckin hands liz thats enough put hands looked dead shook head good actress dead actor youll dead get liz call daddy bastard oh got way many bitches anything nigga think nigga send like aint nigga hope alone like bankruptcy nigga pour drink drank nigga slip somethin faint nigga mona lisa done painted picture mo mona lisa frame niggas pussy got character nigga fall hoes ladder nigga take everythin til dont even opinion attention youre lookin barrel though nigga lookin pantyhose nigga lookin casserole nigga gon show us stash though nigga ah every day wake different color makeup promise gone take movie mall chillin laker floor fourth quarter four minute clock black mamba ball paparazzi lookin em poppin take picture uh probably internet blog minute gon admittin love mother man want meet mother tomorrow pussy good enough got sinnin walls diggin like livin make new religion man nigga bout go god poetry pear tree sweet tone like hummingbird asked want make love yellow taxi never gave two fucks jumped backseat woke mornin great gatsby dogged like bitch lassie im dog wind im pit laughin ima call like last week make good friend im jazzy britney twin girl ashley found fucked unhappy bitch never let bullshit get past better yet wanna break dont ask bout motherfuckin double standard actin fuckin another nigga thats negative alone sucked dick thats nasty matter fact bitch gimme phone fuckin waynes bitch gimme phone fuckin ringtone shit touchin lookin kendrick videos jump internet watchin interviews dont know fuck lately got tell love bet love harder forgot shit daughter pampers pedialyte momma daycare school never charge scandalous fuck hope blow know give let go get gun got one chamber im plannin aimin goddammit know damage done bitch im emotional cause im stress im supposed go guess conclusion since like rappers thats killin pussy im killin say ooh daddy ooh mona lisa mona lisa ooh fake smile mona lisa mona lisa say ooh emotion mona lisa mona lisa get picture mona lisa mona lisa yeah six foot seven foot eight foot bunch six foot seven foot eight foot bunch ahem excuse charisma vodka spritzer swagger pat call shit patricia young money militia commissioner wan start weezy cause f finisher misunderstood whats world without enigma two bitches time synchronized swimmers got girl twisted cause open twist never met bitch fuck like missed life bitch death sister sleep cousin fuckin family picture know father time know mother nature family relation matter whos buyin im celebration black white diamonds fuck segregation fuck shit money niggas honey nut young money runnin shit niggas runner ups dont feel done enough ima keep doin shit lil tunechi young tuna fish six foot seven foot eight foot bunch six foot seven foot eight foot bunch okay lost mind somewhere stranded think stand dont understand heart broken woman named tammy hoes gon hoes couldnt blame tammy talked moms told sweetest beat beat call self defense swear man seein niggas like sequins niggas think men pow pow end talkin consultant married money fuck world thats adultery full shit close mouth let yo ass talk young money eatin haters add salt stop playin bitch got game deadbolt mind sharp fuck around cut head real nigga day tomorrow motherfuckers talkin crazy like jaw broke glass half empty half full ill spill ya try run wall outfielder know ima ball til turn field lights fruits labor enjoy em still ripe bitch stop playin like king niggas animals ima mink soon tell em bitches say put name wall speak truth guess thats foreign language yall call like see glasses yall dont get picture less flash satisfied nothin dont know half young money cash money paper chasin tell paper look im right behind ya bitch real gs move silence like lasagna people say im borderline crazy sorta kinda woman dreams dont sleep cant find niggas gelatin peanuts elephant got sentence like subject predicate yeah swag would kill money strong pockets bodybuilder jumped wishin well wish well tell em kiss ass call kiss tell word mama im lima bean dont wanna see drama mean get dramamine llama scream hotter summer sun ghana queen want hits bitch wayne signed fiend played side niggas thats tryna front see son gun son sam niggas son pause dumber speech glow like buddha disturb youll flo like luda bitch flow like scuba bitch im bold like cuba keep killer ho gon blow right ya mackin bout stackin pack like mover shout ratchet backin behalf shooter niggas think high come laugh ruler cash money cold bitch actions cooler wayne niggas mind done told fuck niggas many times keep bucks steady mind tuck fuck mind pause feed grind get little love keep throwin sign middle hit em piece side cause aint peace side bitch im man visit urinals abroad tune told im shootin funeral outside im uptown thoroughbred bx nigga ya heard gunna uh everything happening today dont know whether youre coming going think youre way life lined mirror dont blow woah look im talking looking im looking see blood eyes see love disguise see pain hidden pride see youre satisfied dont see nobody else see im looking mirror wall rise fall youve friend told understand man talking uh see truth lies see nobody side im youre alone correct im looking wrong see guilt beneath shame see soul window pane see scars remain see wayne im lookin mirror wall rise fall youve friend told cant understand man talking looking see past damn look like fucking dad light thats smoke mirrors even look good broken mirror see mama smile thats blessing see change see message message coulda clearer im starting man mirror wall rise fall youve friend told understand man talking mirror wall rise fall youve friend told understand man talking mirror wall hey bp looks like take em mars time talking ugh ak nightstand right next bible swear fifty shots ill shoot five pockets gettin fat weight watchers lipo money talks bullshit walks motherfucking tightrope make pussy tap knock pussy cold nigga get beat crap thats dice roll hoes want hose pipe give hoes pipe get dick stay night like porch lights lets fuck talking ballin im spraying rusty niggas like wd 40 fucked trukd ands butt fucks bitch niggas go behind back like nunchucks thats fucked hoes cups niggas whatever bitches think theyre fly well tell hoes pluck feathers im tunechi young tunechi wear trukfit fuck gucci blowing kisses pussy lips smooches thats 2 chainz look look us niggas look rich fuck niggas live rich fuck niggas look rich fuck look look us niggas look rich fuck niggas live rich fuck ni ugh never talk cops dont speak pig latin turnt penny motherfuckin janet jackson tell bitches hatin aint got worries want hit run like aint got insurance ho whats name whats sign zodiac killer rats gotta die even master splinter yeah murder one eighty seven killing bitches hope dogs go heaven got xanax percocet promethazine codeine call mr sandman im sellin hoes dreams got white girl big titties flat ass tv screen keep bad bitch call bb king know got mouth put bitch like house fire im killing hoes like michael myers eat cat like lion cant trust none niggas cant trust none hoes see girl want got ho tivod ugh got red ass bitch red ass pussy nigga try thats dead ass pussy since yall motherfuckers blind fact tell truth dont care whos lookin know love bitch pussy feel like heaven earth six feet deep dick shovelin dirt rip rest pussy light shit pass shit gon get smoked went got locked every night dreamt broke one time pussy niggas thats shit dont like eatin nigga fuck around food fight thats 2 chainz look look us niggas look rich fuck niggas live rich fuck niggas look rich fuck look look us niggas look rich fuck niggas live rich fuck niggas look rich fuck nigga hoe young money yeah four ahem tell go pop pussy real nigga already know life deep still dig niggas jealous really could care less im hells kitchen apron hairnet devil shoulder lord witness libra scale im weighin sins forgiveness goes around comes around like hula hoop karma bitch well make sure bitch beautiful life edge im danglin feet tried pay attention attention paid haters cant see nose bleed seats today went shoppin talk still cheap rock beat drum set top aint jump yet im ray charles bullshit jump dick full split uh started pop nigga looked back told baby real say aint doubt second squeeze could tell feel wish could take go anywhere baby know deal bad maybe wont ugh shit maybe yeah realest niggas fuckin game right yeah realest niggas fuckin game right ugh maybe money power fame right realest niggas fuckin game right yeah tell go pop pussy haters cant see bitches still lookin could take bank deposit put two cents get dollar back people hang dry like towel rack im give rest vowels back like girl thick kinda fine eat til cry call wine n dine try check ima em checkin pulses say choose wisely thats chosen rockin like asphalt cash fault looked face death took mask like house big grass soft like girl face south ass north im ray charles bullshit hop dick full split uh started pop nigga looked back told baby real say aint doubt second squeeze could tell feel wish could take go anywhere baby know deal cause bad maybe wont uh shit maybe realest niggas fuckin game right realest niggas fuckin game right maybe money power fame right realest niggas fuckin game right uh started pop nigga looked back told baby real say aint doubt second squeeze could tell feel wish could take go anywhere baby know deal cause bad maybe wont uh shit maybe carter 4 tunechi realest niggas fuckin game right realest niggas fuckin game right maybe money power fame right realest niggas fuckin game right think love bangladesh young money dig mack im going millionaire im young money millionaire tougher nigerian hair criteria compared career isnt fair im venereal disease like menstrual bleed pencil leak sheet tablet mind cause dont write shit cause aint got time cause seconds minutes hours go almighty dollar almighty power ch cha cha chopper sister brother son daughter father mother fuck copper got maserati dancin bridge pussy poppin tell coppers ha ha ha ha cant catch cant stop go goon rules cant beat em pop em cant man em mop em cant stand em drop em pop em cause pop em like orville redenbacher motherfucker im ill million million sicilian bitch long hair coke derriere like smoking thinnest air open lamborghini hopin crackers see like look bastard weezy hes beast hes dog hes mothafuckin problem okay youre goon whats goon goblin nothin nothin aint scarin nothin faggot bullshit call em dennis rodman call want bitch call sidekick never answer private damn hate shy bitch dont hate shy bitch yeah ate shy bitch aint shy changed name bitch yeah nigga thats bitch ask money dont surprised bitch aint trickin got like bitch ass aint got shit motherfucker im ill sick im okay watch sick yeah drop sick yeah glock sick knot thick im motherfucker im ill see say im rappin like big jay 2pac andre 3000 erykah badu said gon beat lil wayne name aint bic keep flame man one boy knew true swallow shit got loose bowels dont owe like two vowels would like pay hour id rather pushin flowers pen sharin showers tony told us world bible told us every girl sour dont play garden dont smell flower call mr carter mr lawn mower boy got many bitches like im mike lowrey even gwen stefani said couldnt doubt motherfucker say life aint shit without chrome lips pokin coupe look like poutin bitch turn crack rock mountain dare dont compare cause aint nobody near dont see hear dont feel fear im illy c3 3 peat yeah c5 dont cry dont go wont lie fuckin love whoa yall staring clouds rising comin see death around corner u turn signs lookin like smile gon find nowhere turn around round another nigga done lost head fucking king forgot crown number one true im number 9 27 82 color blind even may blue lot plate aint favorite food im hungry hungry need family tree next money tree bunch leaves garden eden bunch eves fruit punch sip fountain youth die young blame juice bury new orleans tombstone reads dont cry stay tuned bring back life got lose life life heavens good advertised want triple extension motherfuckin afterlife rest paradise dont cry dont go wont lie fuckin love whoa dont cry dont go wont lie fuckin love whoa talent god given grateful fame given humble conceit self driven drive carefully stay lane seat buckled sometimes music toot horns rum bum bum bum woman carried future tunechi born like dun dun dun dun dun dont call comeback dark sun back hit hard punched back wheels fell rode hubcap suicide die newer days bluer skies told breeze came blew mind lord knows im give last breath air mama tell careful voice head give earful got mind control control lost control knew id find control let god control cannot control cant control tears let em drop roll dont cry dont go wont lie fuckin love whoa dont cry dont go wont lie fuckin love whoa dont cry stay tuned triple extension motherfuckin afterlife rest paradise yeah put shades live like last days time money im hour past paid ugh gunpowder hourglass niggas faker flour powder bag yeah put like hands hurting im natural high land perfect us lovers yall haters put wall wallpaper love hate stay hate free say learn mistakes thats mistake got weight shoulders like feathers hail weezy call bad weather stick script memorize lines cause life movie ive seen many times youre outside looking close blinds say never say never fuck nevermind ive gone long true false right wrong hello weezy welcome home yeah im blunt blowin polo drawers showin dont give lovely motherfuck ass nigga money growing matter going dont need bus pass bust yo ass nigga im blunt blowin polo drawers showin dont give lovely motherfuck ass nigga money growing matter going dont need bus pass bust yo ass nigga stunna got em im back bitches riches name richard cut bullshit im edward scissors life choice death decision times changed fuck get new watch still got vision like line two dots young moneys eating label getting fatter yea tables turned im still sitting em im bad motherfucker cause good die young everybody selling dreams im cheap buy one man cookie crumble everybody want crumb shoot hummingbird hummingbird dont hum yea big money big money deep pockets money talks motherfuckers eavesdropping bunch bloods could call blood clotting eastside mob piru damu im blunt blowin polo drawers showin dont give lovely motherfuck ass nigga teeth glowing im deebowin dont need bus pass bust yo ass nigga light ashton kutcher im limit pusher see yall dead meat im butcher money man hooker freedom girl fucking took look future right behind eyelids dont wanna know cause shit like surprises shit motherfucker ask say ym beach bum call ocean drive slim drop top look make sky grin young mula skinnies supras belly beast til puke us motherfucker im blunt blowin polo drawers showin dont give lovely motherfuck ass nigga money growing matter going dont need bus pass bust yo ass nigga ive gone long true false right wrong hello weezy welcome home young mula baby +blackalicious,time wrap lets give everything weve got ready begin artificial amateurs arent amazing analytically assault animate things broken barriers bounded bomb beat buildings broken basically im bombarding casually create catastrophes casualties canceling cats got canopies collapsing detonate dime dank daily doin dough demonstrations dada low eating editors every energetic epileptic episode elevated etiquette furious fat fabulous fantastic flurries funk felt feeding fanatics gift got great global goods gone glorious gettin godly game goriest hit em high hella hype historical hey holocaust hints hear em holler homeboy imitators idolize intimidate instant ill rise irate state juiced jams like jheri curls jocking joints justly writing journals kindly im kindling kinds ink karate kick type brits kingdom let live long life lyrically lessons learned lame louses lose livery mind makes marvelous moves masses marvel move many mock ive mastered niggas nap knowing im nice naturally knack never lack make noise nationally operation opposition optional sight mind wide beaming opticals perfected poem powerful punchlines pummeling petty powder puffs prime quite quaint quotes keep quiet quannum quarrelers aint got quarter got uh really raw raps risin rapidly riding rushing radioactivity super scientifical sound search sought silencing super fire saps soft tales ten times talented tough take challengers get tune universal unique untouched unadulterated raw uncut verb vice lord victorious valid violate vibes vain make em vanish world would wise wordsmith weaving words weeded workshift xerox x radiation holes extra large x height letters xylophone tones yellow back yak mouth young ones yaws yesterdays lawn yardsale yawn zig zag zombies zooming zenith zero zen thoughts overzealous rhyme zealots ha ha ha good say faster anything neutron proton mass effect lyrical oxidation youre irrelevant mass spectrograph electronvolt atomic energy erupting get open betatrons gamma rays thermo cracking cyclotron every mic youre trans iridium youre always uranium molecules spontaneous combustion pow law definite proportion gaining weight im every element around lead gold tin iron platinum zinc rap think iodine nitrate activate like germanium difference transmit sound balance unbalanced add little talent careful careful ingredients could explode blow drop hit ground let blow yo let go get back ca2 wine water solution calcium hydroxide slobbin cao lime make bleach powder galvanic metal beats stomp louder dried ice co squared refrigerant no2 makes laugh laughing gas used dentists im muriatic acid glue im like oil vitriol king chemicals energy heat gas waved mats chemical change ice point melt raps atomic weight hold shocks call refillable gas keep going way beyond biatch im ill buzzin feel ambiance adiabatic process oughta calm ass warm ass ill give sodium silicate no2s1o3 water glass borax flexure full brimstone sulfur boracic acid hip hop preserver co2 could never put away fire style aromas scientific lyrical fuse would connected teach chemical calisthenics theory matter composed least three fundamental particles protons electrons neutrons protons charged positive youve guessed electrons probably negatively charged neutrons dont follow either neutral middle apologies centered unmoved yin yang ideology neutron bomb songs electron fury cosmic musical radioactivity different points joints within infinity oxygen hydrogen alive within types energy within types energy within types energy within types energy within types energy inside world inside world inside universe inside existing although cant see hydrocarbon nitrogen cycle ionization heavier electric motor metals weigh ton chemist blackalicious creation clean desk put papers away cause class almost done chemistry plus calisthenics im calcium plus potassium magnesium newspaper sodium sulfate solvent chloroform remedy norm glycerin purest form titanium way newfy arms vibration forming nigga bleachin teach ya religious equal pieces meteor eager see know ima pickin pretty little cindy im im thinkin im cookin potion make feel way early hope brand new day see homie aint seen since back day fresh haircut fitted fat ass fade end work chilling saturday felt first heard daddy kane rakim krs hey tape cooling ol girl fat ass date find hundred dollar bill wow man thats great get promoted job management plot long time finally plan made sometimes feel wanna shout man real way think things make feel way christmas day mama got first bike type feeling went first fight team felt winning championship games celebrate huddle dancing rain thought see shooting star cross screen put hard work finally youre living dream deaf man get hearing come vibes blind man gain sight see first sunrise young man speaking hes loud clear birthin child smile proud wear going 3rd eye styles hear making music thatll bump thousand years eating right feeling conscious like health first said prayer thats sincere felt work times feel want shout man real way im thinking things make feel way vibe something coming summer days likely notice breeze winter days likely notice heat im gone likely notice dark likely notice light light likely notice night hungry appreciation meal dead broke appreciation scrill bad dayll make really notice ones thats good thatll make things little better understood times feel wanna shout man real way think things make feel way release x3 prevalent melanin elephant bailin carrying sedatives thatll give average lettermen callouses wrecking savageness catalyst battling rappersll stagger right dagger left cherish caliber atticus shatter algebra calculus damage patterns im pounding fabulous enough enough enough im busting outta shell eruption ruptures structure fuck ya gut costumer huffing puffing discussing absolutely nothing disgusting plus infinitys rushing country percussion wonder youre struck boundaries wake youre lunging im something youre nothing come see grunting im hunting emcees want im stomping foot armies couldnt stopped shotties oddity entire societies inside societies survivors still remain alive emcees thriving flow opting go five hundred fifty five syllables go split em subliminal intentional digital pro unlimited flows unriveted inhibited visited cant get rid like magnificent intimate inner wit minute finna antonyms gig big fat heads like eggs benedict pigs lick shit rip words abysmal energy time inner breathlessness outer restlessness time caught freedom breath grandma asked im running guess im thing sun sunning mothers birth youngens say jesus coming know earth spinning slow suns half mast cause masses aint aglow bended knee prostrate altered tree ive made forest suit tables chairs papers prayers matter versus spirit metal ladder wooden cross plastic bottle water mandala encased glass spirit encased flesh sound shaped hollows thickest mucus released heightened passion man cries sleep truth gone fashion mode expression paint splattered wall carton cigarettes bouquet corpses dying forest nurtured garden privatized prison candle broken wick puddle reflects sun piece paper name im surrounded surrender long time coming becoming spittle surrounds mouth piece flute unheard yet felt gathered wetness quiet moisture sound trapped bubble released wind wind fellows land merchants historys detergent water soluble light particles articles cleansing breath articles amending death words tools communication shards metal dropped eight story windows waterfalls gas leaks aged thoughts rolled tobacco leaf tools trade barters bard barb barters catch phrases misunderstandings feel alone surrounded everything nothing isnt word phrase caught verse recited mantra fill moments blankness contained center pyramidic containment stand middle learned memorized ive known heart unable reach sadness bliss forgotten memory memorable escape route found looking spine dictionary words worthless mere weight pressing thoughtlessness else speak thoughtlessness confidence else learned sling ancient ideas like dead rats held tails infect newly oiled skin think nothing heavier airplane think greater conglomerate steel metal think nothing less likely fly wings weighted felt heaviness stare man guessing yes homeless homeless man making offerings future sculpting rubber tree forests worn tires shoe soles nation unified exhale cloud smoke native pipe ceremony gathered cigarette butts piled heaps snow covered mountains lipsticks smeared shriveled offerings afterworld tattoo guns plastic wrappers broken zippers dead eyed dolls overwhelming oak elming seeded forest little books tall trees matters paper made give notebooks made human flesh dried steel hooks nooses make uses use uses us overwhelming oak elming seeded forest little books tall trees bended knee prostrate altered tree ive made forest suit tables chairs papers prayers matter vs spirit meditation program heart beat breakbeats hum basslines exhalation x3 heaven sent benevolent medicine man reverend peddling deliverance resemble amphetamines residents meadow pestilence developed chemical dependence pessimism aint distinctive speaker seeping sleepy speakers yes oh yes indeed distinguished close people think hes half aint secret people trust mostly hustling moves upstream focus unseen boasting fussing unproductive suppose go blood stream let pose question ask anybody thats anybody theyll tell antibody petty potty mouth gossiping success something best something stress dumb shit cause aint missing nothing got motivate accelerate never wait know weight throw away hate grow make weight older days elevate concentrate get focus straight aim orchestrate fate motivate accelerate never wait show way escape take hold shift shape live longer day elevate concentrate get focus straight aim orchestrate fate astrologists colleges follow metropolis dominant brown bomber im prominent walking mean talking clean scene stalking volcanic got yall panicking false canyon allways day outlandish bandits slandering mastering cause cant catch us pray downfall maybe one day sike never get balance youre crooked play right snake im mongoosing stormtrooping form bar none oncoming onslaught one chopping ill tomahawk trauma hawk long running champ rocking shit till im gone youre tom thumb im king kong bundy strong thunder summer long keep coming dawn dusk night morning ill bust tight poems raw mic zoning yall right mode motivation motivate accelerate never wait know weight throw away hate grow make weight older days elevate concentrate get focus straight aim orchestrate faith motivate accelerate never wait show way escape take hold shift shape live longer day elevate concentrate get focus straight aim orchestrate faith dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah story kid name cisko made money count montecristo lived lavish style life fast money women cars liked frequent bars pubs discos made living world famous rap star first started mic respects got inside mind day night hed write constantly art craft hed try master started winning local battles rep grew gave crew reputation best crew life would cards hard pen pad stress relief would refuge paid dues shows hes track lab pumping demos making songs fat quit nine five finally time arrived signed major label record contract dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah first single overnight success hit went wearing rags best fits new acquaintances gassed head taking point lost proper perspective started cutting people came ego blown like soul abducted though heart real material filled world couldnt get enough used wanna best rap dons one concern going platinum skills since decreased inner hunger ceased content long fame cash come hes big willie rapping bout cars thousand dollar shopping sprees hanging stars mean year ago broke bumming money drinking 40 bottle living outdoors dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah second lp rap changes fast today gone tomorrow label found new poster boy hip sound second time around everything isnt stable hes looking hit sound played forget change moving times one feeling rhymes aint appealing anymore records aint selling shit hes dropped label hes going broke tried underground return ghetto pass revoked faces dissed way top laughed watched downstroke moral story go would money make inner vision crumble youre blessed talent utilize fullest true stay humble dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah laaaaah di dah da da dee dah lah di dah da da dee dah dont let money change ya laaaaah di dah da da dee dah lah di dah da da dee dah amazing phase days hazy ways blazing arrow rays range asia way rio de janeiro craze crave work todays day major way ill make say oh look saved day also paved way rocking crew like razor blades today days away okay okay im like laser ray keeping stage ablaze dangerous ways rapping phrase pays things aint phase ageless ways cagey great displays yo hey aint game stays awake cause came play youll behave insane change game wont remain make disc play tape camaro amazing phase days hazy ways blazing arrow arrow straighter narrow arrow taking high road arrow straighter narrow arrow taking high road verbal dart throw murder foe kill em learning im growing im learning em inferno ill explode returning globe blow get seat head zones patrol rock roll might tear soul like blunts alcohol knock whole toboggan loop doubt flow im pro wanna knock cause real got glow cosmic flows suppose thats supposed got go howd ya know intuition old safe surface figure purpose thats impossible logic disturb thought focus grow kind onus god know rock chocolate awkward thoughtless home office im early morning coffee sip got ball roll navajos double barrels amazing phase days hazy ways blazing arrow arrow straighter narrow arrow taking high road arrow straighter narrow arrow taking high road dont stop paragraph paralyzer rhythmic aristocrat mister rap gift gab twist caps swift fist fast fury worry hit switch ya ass n bits n fragments midget quit diss ya ass sit ya ass rip tracks spit facts hit grass green brown purple im diplomat rip raps really dont get math half breed phony rhymer meant rap fire breathing rhyme heathen kidnap mental black hijack fly dap con head intellect mind state arrow blast center crack mind gaps blind eyes back send ya back crying act pencil pad utensil grab thine attention get hit bad jiu jitsu stabs avenge rap ima send back rappin tavern mad kid bad tell em paragraph president paragraph president paragraph president special treat evening asked americas foremost young poet read latest poem us hit funk like cut provolone government officials put taps mobile phones nations overthrown hold zone prone leave dome blown poem poem homes jones tones roam turn motor overall war got goin overgrown child never growin old sowin oats pokin notes till never nose ho overdose flows flows goes deep hold nose bros knows foes yo dont sleep slow roll show soul total hold domination dont ya know im comet like muhammad verbal rope dope paragraph president hes sweeping nation hard hitting campaign paragraph president politician regards national harmonizer paragraph president mister president urge something deplorable state nation pledge allegiance pen pad mic plates america republic kiss ass thugs fakin actin hard get killer beef given must bust leave city burnin like gomorrah stamina blaze space plus got camera im animal animator landin blow cleaning clocks nothing left janitor punching granite goodwill ambassador another planet could kill smash ya wont stop cant stop better er erupt enough amateur rammin ya feel goats horns slammin ya ham every single time stand crowd emcees backin im actin frenzy ya yellin thats enough tempts im glad flip see spatula styles stackin many big threes rappers never catchin passin ride passenger black enough spectacular ya know whos attackin ya crackin mashin top mind capturer im paragraph president going learn hear words vowel sound listen care analog arsonist aimin arteries seeing abstract analyze everything adding absolutely abolishing average amateurs arsenal astonishing next well learn words begin letter b big bad body rockin bombay boulevard bully back better bring bomb battlefield bloody black beats bringing bottoms boom basically build barriers bewilder buffoons listen words begin letter c crazy character constantly creating concontions catalyst cannabalistic rhymes conqueror correctly connecting craniums crumble consistent capacity next well hear words start letter done done diddle domination dont dignify diction doin deep dialect doomsday duck devastate duration listen song vowel e extraterrestrial electrical effortless eons energy everyone affected efficiently epitomize excellent extravagant elevate essence f letter words begin blackalicious got funk future filling fiends finally fabulous furious fatness follow fakers fall frequently fact verbal felon fired federally foundation fadin wack shit listen carefully words sounds letter g scratches gift gab man given gift gab man gift gab possess gift gab gi gi gi gift gab gab use gift gab boast brag every rhyme got gift gab shoot gift shoot gift gab like harpoon serious tip im equipped gift gift gab dont waiver yo man gotta grab grab grab grab mic show got gift gab letters b c f comes letter g bleacher report remix time wrap lets give everything weve got ready begin alley alley alley alley oop amateurs air actors thats average big barbarian basically beasting biters get blown brave beatings casually chef cash cheddar fools get casualties caught guard chin music dirty drop dimes damaging dang earth devastate defense detonate danger entertainer entertaining everyone every mass enemies envious aint even peep elbow pass fire en fuego flick wrist foes fear fury left flattened frozen gloves glass jaw goons goat goats gone giddy gettin human joystick heating heat check blam hit em hard hella hyped hero going ham im isolated islands ice veins getting colder juke jock jerk arent worthy jamming journey jet black jersey king kong kos kid kiss ring knuckle knuckle buck king lemme live long life leading laces right losers look cause lights moves marvelous money shot massive main event moon shot mvp master nails coffin knots knees triumph nutmeg knees nothing nylon opposition oft ropes octagon one two punched lights going pillow picked passes prolific poetry power plays pickpocketing petty phonies quest cup quantum yall quote quiet quitters feeling qualms quarreling raw ringside riots relish remain rallying rough rated rhymes make rain swishin simple soft suckers spitting swag slice dice shimmy nothing net splash turnt taking timid minds twister leave em turnt truck stick victims unstoppable ups stay uninvolved unanimous universal year underdog vicious vital victories calling volley yall victorious velocity bob weave well wide receiving words woven moonwalk whip get world open x celling x treme x tra x plosive x hilarating x competition quick yolo pass rhymes yall young bucks fall yoga stretch rhymes yelling yiggy yes yalls zero zero zero clock games zoomin zenith zero zone zoning ha ha ha ha good say faster first flight first flight first flight cause got rhythm timin first flight go beyond edge sky free like bird wind night like 747 la thats flight free like garden flourishing wind like student bout hes graduatin free energy perception never defined create definition within free lovin life never pretend anything man meant travel time get glimpse centuries come better day promised remember free like nephew months penitentiary meditation meditation meditation meditation meditation meditation meditation meditation meditation first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky uh never hesitate reluctant mind put pedal metal see ya find back slouchin wont pick spine lets make really really happen live time cause choose say good morning god good god morning black clouds storming walk without umbrellas woods dont need em cause mighty trees shelter good im eating berries bushes heavenly good states power came us whenever stood reverberatin reachin every hood whenever could spiritual anatomy fool never take credit b cause thatd rude way life searchin new gotta work though cause everyday aint saturday fool evolve better life happy youll first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky first fly first strive first fight stay alive first win first strike first live first flight rise like sun crack dawn like wakin child morning stretchin yawnin rise like infant held light like smoke incense ignited rise youre sleepin wont open eyes greatest high natural high within need force progression ride wind youll know answer keep workin search find end though end youll find begins see end see begins everything learn youre rememberin cause youre first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky first flight cause got rhythm timin first flight go beyond edge sky let mind soul free work shine meet goal believe spread kind l v e take time lonely let mind soul free work shine meet goal believe spread kind l v e take time lonely cause got rhythm timin go beyond edge sky cause got rhythm timin go beyond edge sky cause got rhythm timin go beyond edge sky cause got rhythm timin go beyond edge sky +sage francis,long lonely trip im glad took well worth got read couple books research reached verdict never thought perfect always thought purpose used wonder id live see first kiss difficult thing recite words service realizing person addressing probably wasnt looking heaven cooking something hells kitchen trying listen eavesdrop another dimension self serving like conveniently religious easter sunday christmas television went babysitter mistress technology made easy us stay touch keeping distance til stayed distant never touched text much dont remember much youth maybe memory repressed spent much time wondering id live sex fell love first time 4th grade didnt courage talk 8th grade wrote note slipped someone elses locker considered killing big deal blown cover goose cooked stick fork jig blew chances rest history future torn asunder became abundantly clear brought suffer least didnt include name thankfully wrote whole note code 10 layers scotch tape safety seal making impossible open plus set self destruct whoever read probably died laughing wonder lived long enough realize happened year later came understand wasnt love feeling someone else obsess older mature forged time signature practicing parents autograph cause failing math disconnected phone thought teacher would call home checked mailbox twice day end long dirt road steamed open couple envelopes like private detective mode snoop around long enough something particular youre guaranteed find better worse thats learned best keep things private best times end times best times end times always deck next line child pen pad writing list things could never walls house paper thin every squabble seemed get deafening memory serves correctly made point void forget things probably keep embarrassed never meant upset give grief parents kept secrets hid talents head never mattress therapy couldnt break never learned word would ensure safety spoke softly tiptoed often door room like big old coffin way creaked closed shut anxieties peaked opened everything thinking would exposed still sleep fully clothed best times beautiful brutal cruel business usual heaven hell used wonder id live see 12 figured immortal loved dance couldnt make formal couldnt bear watching imaginary girlfriend bust move dudes tone loc talking bout wild thang still caught child thangs scared god couldnt spare rod clearly brimstone fire thang pyromaniac kleptomaniac couldnt explain desire steal fire add rider like please oh please dont throw patch brier best times end times school counselor clueless cause never skipped classes perfect attendance imperfect accent speech impediment could never really fix faked bad eyesight could wear glasses considered something would cripple wanted wheelchair wanted sympathy wanted straight teeth came braces 4 years headgear helped change faces best times end times wonder ill live see marriage wonder ill live long enough kids wonder ill live see kids kids im gonna tell em dont listen tell best years dont let anybody protect ears best hear dont want hear better pressure peers peers beer wont give chest hair spicy food wont make curl think youve got figured everything collapses trust kid end world force love strong sea lion laying long song air singer care singer among song force love strong sea lion laying long song air singer care singer among song look look hands broke em gave stone gave chisel didnt say hold em didnt say give away every piece puzzle till left nothing took upon crush distribute dust get bus hop van jump water crawl land build another castle sand break get saddle going city city im already lost tell boss new town im ride horse till bucks im forced shoot im take gasoline im trade cow magic beans make mom proud deals ive made cause im modern day johnny appleseed im glad never passed genes never put axe piano man got checkered dance floor grace painful look face cause crowd packed louder clap less able make connection sees hears certain notes hurt shown facial expression dont need go ahead go ahead know one said gonna easy sweet jesus wants sleep way many moves learn enough people put em lookit mom hands built suit armor wooden arms force love strong sea lion laying long song air singer care singer among song force love strong sea lion laying long song air singer care singer among song oh god think im dead cant see outside head brains bloods cryptic gang men czars warlords breaking bread thoughts thought whats said said thought fore said didnt mean think loud tongue slipped let let let let go nah let manhood nods whispers father screams shouts dear dad im sad youre dead new man standing pulpit bows wooden cross forces praise culprit im tenor choir sing different song wheres whys prove dont belong im staying ive planted seeds plan watch grow ive watered wishes dreams fulfilled seeds sow promise learn love way ive learned fear unknot inhibitions tangled hair let ego mound piles around barber chair make graceful exit vexed troubled years ive decided ive invited resort knights leave armor neatly piled door every woman child man gather shore study sea lions swim cursive force love strong sea lion laying long song air singer care singer among song force love strong sea lion laying long song air singer care singer among song ive heard enough young fellas think know know nothing seen shot fired youre waving damn flag frank whats man watchin bullshit news fuckin bullshit reporters tryin win fuckin emmy makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang via live telecast coming live funeral beautiful weather offered nice shine suitable full view forever altered skyline times like freestyle biased opinions every sentence journalistic ethics slip pass objective dont gimme ethical shit ive got exclusive explicit images present impressionable american kids time show world big edifice thats exactly attacked typically dark skinned disney villain used civilians civilians charged trojan horses buildings using commercial aviation instruments destruction pregnant women couldnt protect children wheelchairs stairway obstructions backpedal shower glass metal wondering settles well find provided power radical rebels melting pot seems calling kettle black boils soil little boy holds toy soldier waits suit tie come home wont wait till hes older destroy hopes colder war end get close head makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang stock markets crash city covered inches muck see pictures victims grieving mothers thinking children stuck leaping lovers making decisions jump holding hands escape brutal heat sometimes groups three fallout goes far beyond toxic cloud people look like debris saw said beyond talking heads bloody dust legs looking like walking dead calling meds hospitals overwhelmed volunteers need go hell home moments silence fire fighters interupted cell phones whos going make call increase unknown death toll one rally behind hes got megaphone hes promising make heads roll cheer asbestos affecting breath control less know fabricate easier sell souls talking interlude new price freedom buy supplies last changes need made curbside baggage 7pm curfew racial profiling continue less bitching weve unified kill find relevant scripture quote remember god bigger stronger smarter much wealthier wave flags pride especially white part sell addictive 24 hour candlelight vigil tvs freedom defended cost civil liberties viewers glued television screens stuck cause lots things seem sick use opportunities pluck heart strings theme music ill show culture pump fist foot right kiss dont know culprit yet looks like know heros xenophobes act hard taught dog squat dare shit back yard happened scar financial state char landscape count many times far ran back damn tape cameraman creates news shoves throats west bank ten second clip put constant loop provoke us angst get tanks load guns hold sons family huddle even win tug war even score humanity struggles theres desperate need blood whats uncovered rubble dug answers mess rest looking trouble makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang half mast makeshift patriot flag shop stock hang dont waive rights flags song called arrest president contemporary music hit kids top ten wasnt pop missed bus bit politics everybodys hot summer list cool kids rocking votes shit pistol whippin cops hip hop soapbox yelling megaphones killing hard rocks using carcasses stepping stones promise id stop holding marches day chris columbus got crucified golden arches pedestal tall climb fact thats reason high horse see marines hummers conquest underdogs wonderbras push contest sake military recruitment felt like kent state way targeted students galloped whistling ohio rest stuck stand cricket convention would die machine leaves quality life poor abominable colony cyborgs clogging property bought eyesores clever ad campaign aint worth time taken minimum wage labor dont care half naked fake looks smells like dirty cash aged paper books would die slow gandhi youre killin em slow gandhi youre killin em whistle blower versus pistol holder case dismissed theyll lock throw away key witness justice whim judge check chest density leaves much room error rest left destiny west memphis three lost paradise death penalty versus suicidal tendencies wanted fucking pepsi institution making think youre crazy billion dollar industry could sell sanity bottle theyd charging compressed air marketing healthcare demonize welfare middle class eliminated rich get richer til poor get educated yall still havent grown face face doesnt quite match head im waiting brain fill dead space thats left youre give ethnicity give dreads trustafundian rebel without cause alarm cause push turns shove jump forefathers arms hes banker youre part system go dreadlocks comes income briefcase sickness cameras start rollin stay fuck outta picture pilgrim briefcase sickness cameras start rollin slow gandhi youre killin em mr save world spare us details save females losing interest miss save universe youre damsel distress tied track isolated incidents generalize disease need taste like living fat kings play scab hunger strike slow gandhi youre killin em one love one life one many victims republicrat democran one party system media goes frenzy theyre stripped credentials presidential candidates cant debate instrumental let em freestyle winner takes musics dead ill ted nugents head hangin wall kill one well kill one friendly fire thats funny term like civil war six morning police crib nights consist two toothpicks eyelids crucifix vitamins music pirated new flavored food made mutated hybrids uh tell bad fucks good bad hold tales til dog wags god save us lets cat bag whos one blame strain vocal chords pen hateful threat cant hold sword complain global war cant overthrow local joker voted call shots theyre line fire call cops theyre breakin line duty lets call stop abuse authority truth keeps callin im live tell story look truth quit seeking forgiveness need cut noose dont believe scissors support troops wearing yellow ribbons bring home motherfuckin brothers sisters cause dont call shots theyre line fire id like call cops theyre breakin line duty time call stop abuse authority truth keeps calling im live tell story meadow superstar coming farm reaching arm come away another ranch rely tree branch patience virtue virtue grace grace little girl wouldnt wash face grace virtue virtue mean two extremes one excess one deficiencies patience virtue virtue dirty stain cleanliness next godliness isnt worth pain grace virtue virtue pageant love ballad suggested lithium get better unless uhm get together aint gonna happen never send well wishes nutritionist dietician pharmacist personal trainer accomplices partners thought crime criminal groupthink doctors online difference isnt business friendship parental assistance assistant permanent solution quick fix fit body sound mind hundred hour weeks dangerous amounts downtime got lot offer youre author kill persecution complex dont make martyr drop styrofoam cross cant walk water could use floatation flying saucer suggested professional help like wasnt mentally well feeling wasnt meant felt duly noted youll quoted eulogy itll passed poetry know know difference confession conjecture prosody needing lectured meter student becomes teacher son becomes parent scab teamster sun becomes apparent chemical imbalance litany habits love ballad drown womanhood teach swim beat hands tie limbs suffer sins let suffer within end love ballad battle tattoos cover bruises first show sign discomfort loses first time long time youre muse love ballad im thirsty got hungry eyes look appetizing distant stare broken eye contact disrepair sometimes disappear oh see im part irish goodbye part harry houdini put feet fire ive got satan heels prestige wait reveal ive got new bag tricks turn new black magic woman witch burn much live learn patience virtue virtue grace grace little girl wouldnt wash face grace virtue virtue mean two extremes one excess one deficiencies patience virtue virtue dirty stain cleanliness next godliness isnt worth pain grace virtue virtue pageant love ballad music box haunts top shelf bedroom closet dont touch cuddles conscience im constant guard jittery whole night clinging sheets sings slow like thats song running hourglass built two wine bottles found flower patch planted quicksand refusing sink fast abusing slow hear music think back fall set interest sex even developed fell love distance exs best friend used revenge couldnt see end switch lens focus flesh clinging old threads lot comfortable vulnerable open younger wasnt clear wasnt joking much broken im like fuck fix cant hide plain sight anymore ill stay hidden minute since left domicile need change outfit rock like going style style aint one tell otherwise gets difficult stay inside summertime time like time avoid personal interaction human touch shut blinds since left bachelor pad need go market soon cause food going bad food bad found difficult cook one healthy recipes well depending book theyre want eat healthy gotta dirty dishes frozen dinners quickly ready serve delicious delicious disgusting satiates hunger quickness hey least something least something nothing fucks wrong dont know im adjusting month since left cabin doctor worried fever difficulties ive called christmas gift worried might die said might die shit forever since said something cant wiggle free theres anything cherish self inflicted prison freedom comes cost im private fault til default loan home actually like vault one knows combo little old head honcho holder key alone never lonely millennia since left dominion company women least got kittens spent cash cat stopped eating took vet could check health put feeding tube neck said please let work cause doesnt got nothing left didnt say saw cat tongue didnt speak told call back wasnt weird nothing stand right fix moneys object type stare year since stepped anyone elses private quarters ive busy self diagnosing disorders first world problems yeah usa number one top world im tux cummerbund welcome everyone party century sure one books doubt medical ones especially 20s roar 30s blur 40s im sure imma make em purr 20s roar 30s blur 40s im sure imma make em purr 20s roar 30s blur 40s im sure imma make em purr imma make em purr imma make em purr imma make em purr first got magic yeah first got magic underground phenomenon everybodys like pick card card shot full load first hand played id monkey box hangin david blaines id swimming sharks mouths full razorblades im got outta game escape artist talked till im red face strained polyps rock till im outta range raise octaves play pain remain conscious refraining commenting lame compliments petty criticisms aint accomplished even one fifths shit ive made progress im leavin naysayers stumped like rain forests years pullin rabbit ears pants pockets im revealing tricks trade aint magic breakdown baby effort make em see found life decided give em look none em gave glimpse guess im sitting middle unread book letters falling apart sentences stand wording permanent never missed ive misworded misinterpreted funny serving sentence solitary confinement results death sentences filling writing assignment im wondering time went pulled disappearing act every single assistant ever got sawed half cause see never paid attention cant afford laugh cause im lookin break autograph cast im short staff ask volunteers crowd show little bit audience participation say hip say shut fuck aint sayin shit respect check flair dramatic exit fashionable entrance late arraignment self destructive things entertainment folks gave heart broke heart pallet honin craft disownin talent thats still live home bought house parents im gettin ahead see hair back im road reading kerouac poems versus better raps think whats worth remembering versus defending size manhood confessional canned goods effort make em see found life decided give em look none em gave glimpse guess im sitting middle unread book letters falling apart sentences stand wording permanent never missed ive misworded misinterpreted funny serving sentence solitary confinement results death sentences filling writing assignment none gettin told confidence reckon spin confidential records hold listeners attention im veteran spacial relationships clip wings fit headshrinking magician shapeshifting reptilian turned body contortionist orphanages started offering torches abortion clinics lost acquaintances morgue lady friends gender bent heaven sent angelic devil boy good gods androgynous im lookin marvelous looks kill theyre unsure sexual orientation still put special kind case breaks hit bouquet flowers baby breath arrangements vault vacant theyre looking fault blame called agent moment caught train let know im goin nowhere hes invited leaves tonight might help find burden bear im psychic without sidekick holding future hostage loose cannon standing rooftop new respect understanding bartenders locksmiths call daredevil im precise enough unprofessional amateur level love life much escape artist escape artist im two places escape artist aint slept months escape artist tryin get away aint magic breakdown baby aint magic breakdown baby magic break aint magic breakdown baby pussies youre scared shoot heart know big uhh dont give fuck got bulletproof heart hit baby ill never fall love ever youve got glass throw beeyotch hahaha make noise sage francis yall words mice men saddest might words mice men saddest like shoes look like theyve walked house look like lived car look like coffin thats driven cliff career like non stop graveyard shift dont clean crime scene cause time means money dont need visine eyes seem bloody see dead people doesnt walk undercover deadpan blending human puppets discussing nothing sports weather stare long enough morph together freak itll blow cover keep dont know im road recovery gps hoisting sails till sea breeze rests suck wind wanna player hate day day use fear falling asleep stay awake appear psychic like im psychic youre predictable fight left fight write come red pen taser gun something sift ashes search surviviors digging earth filling urns dirt worth im richer cemetery soil use slant drilling get midnight oil ive moonlighting daydreamer im wheel eight seater hey mister gatekeeper call key master home owner one two three foreclosure said war know wasnt wanted soldiers said sure fuck heres fresh batch people setbacks poor folk fact theyre broke cause debt traps picking pockets people probably needed assistance selling lies selling sending distant coast telling anything anyone left impossible debt receptive breaking promise negative worth like buddy theres nothing left gotta buy buy buy stay alive punish payment delays charge low balance ask didnt save long took chin long took grave take get fuck unlivable minimum wage something might might words mice men saddest vonnegut busy mess mind mess mind sometimes shoot foot put foot mouth clean suck bullet reload weapon thats conservation stay locked loaded bad conversation making blank statements like surplus ammunitions finite visionary nothing youre man lives hindsight return hive mind call back im predicting early youll monday morning quarterback cocksure culture gangs bully types mob mentality isnt bullys like inspiration strikes like union write lines cross em im concluding mama dont wanna never work dont ever ask spread thin im finna flirt dirty pen flick tongue bottom promise writers block aint never problem ill probably make columns wanna pop bottles pain relief sometimes dont say says say least idle feet devils fetish club highly exclusive spot none us members dante scrub kicked van steamrolled 2010 couple dreams stolen b dolan relocked reloaded feels like youre going hell keep going say may bridges burn light way mess mind mess mind vonnegut busy go away extinct disappear float go away extinct disappear float go away extinct disappear float go away extinct disappear float yea walk valley shadow death shall fear evil evil motherfuckers whatever valley choose occupy gentrify overtake drunkenly speed hitchhikers tired thumbs often greeted middle fingers imagery lingered tires spun conserve energy lay face waterways seek guidance sirens calling watery graves bodies display bloated holding crown jewels instead flotation devices decided house rules didnt apply got baptised name neptune died ice thin dead mans float dont like swim dont fret cause help way itll day stay still nothing buddy remain faithful youre gonna saved meet maker explain cemetery support behind every wager placed chorus every deceased beast came sweetly saying float wait riptide sweep us away valley shadow shall fear evil cerebral ghost people poke needle pop pill post survivalists holding onto steeple like lightning rod show wed die said faith could move mountain faith couldnt even move low income families away biblical floods drowning theres doubt mind theres cloud sky theres contaminated rivers filled waterlogged subordinates floating float swimming iron limbs knighted stiffs skeletal remains false praise slow decay yesterdays recycled gifts theyre drowning sorrow cause pray clenched fists shamed broken promise tomorrow guilt sticks ribs ageless ancient aint shit compared present hail king paupers peasants return called essence war famine death pestilence float float float float float proceed finger prints worst luck aint always bestowed upon old weak stick em hahaha stick em oceans deep go sleep young one sweet dreams someone youll never meet youll speak often whenever talk tongues coffin comes form canoe paddle info manual live slow dont quick storm castle pack survival kits put oxygen mask inside tackle box limbs abdomen sense pressure cabin drops shut captain talks secret enlightened preach whatever practice dark born free die shackles adopt enjoy buoyancy right last drop dead mans float deadpan joke cold touch stranger left hand stroke theres right hand man bedpans spill dead mans still face waste chase shadow gallows valley death shall fear evil long hold breath float often people said wouldnt last dont make laugh dont make laugh id give twenty one gunshot salute toy rifle bought wont shoot well theres one many shots sterile robots want talk detox stop presses theres update delivered via 130 phone call half informative source talks discretely meet family room side intensive care unit immediately ill carry tune sirens loud cant hear music keep free negative thoughts everythingll fine assume would go back way things would go back normal soon saw moon way never seen looked night sky wondering lookin answers guess aint ask right im guessin yall know exactly thats like thats like tell whats like like whirlwind emotions occurs moms dads fight like girl grins emotion holds arm grabs tight hurl ocean one cold sweat heat flash types extreme fluctuations temperature changes known crack pipes crack pipescrack pipes meet half way ill go extra length help strength meet aa meeting needing take 12 steps bring hiding place face vice grip ill chisel every single monkey back ice pick come meet sidelines game say hello afterwards backstage let know enjoyed show go grandmas house sunday dinner sit head table take away fatal flaw made day seen bleed meet christmas eve fight make leave make visits rest rest pieces dreams meet fork road lost souls get indecisive meet crossroads someone walk light +viktor vaughn,mmm cousins friends friend wanna meet saw v tv said need sweetie heard type name graffiti greet kiss mwah straight gentlemanly stee g whatevers meant meant slip smile make nigga flip wild herringbone name chain diamond chips crips style matching bracelet sweats k swiss athletic chick run track hey miss pleasures mine please call vik okay full inspection head toe rocked black denim flashed grin sweet sin said hey names nikki youre twenty minutes late almost missed turned cd bumpin vintage biggie said love way smile eyes look tricky yo gotta home 830 momsll kill spazzes im late plus says im young date overprotective wish shed take sedative shit yeah thats whatever whats perspective tell vik love first sight thats proof wasnt right thirst truth fresh mayflower face like power green light asked whats plan tonight flavor night samsara fahrenheit talked listened listened spoke walked arm arm split cherry coke spit religion politics sega chess roots culture hip hop skunk cess caught sneekin peeks breasts frontin namedroppin connects first started like vaughns friend used act grown pretend whisperin speakin phone hours end bone listenin call back mother home spoke tone call back thing tomorrow somethin dont give ill forced ignore gettin last nerves forget talking shiddit v aint even hit yet uncharacteristic vet hickies neck whole last night couldnt sleep practice words used greet next time meet think feel heat make cheeks blush close eyes feel touch get chills slip tongue picture could fantasies teen love come true got wonderin far ill go prove moms everybody wrong miss every time hear love song whenever youre gone see feel short breath think maybe im ready take next step bet got cab fare dinner movie bring change clothes case groovy watch see miss lot yo nightcap maybe bottle mo v bite titties like baby toddler ho oh didnt called dont make wig gonna let shit like slip mouth id smack smirk actin like jerk thought cool doubt shit gonna work im hurt im pissed kiss fuck shit wait know play much hey way could please pick two dutch okay peace see touch wonder ever cootie cat ate ate vaughn cant wait long stroke late late wait first lets get shit straight straight dont call name im one get played played niggas go figure em theyre lame lame story like ex man mike got best friend pregnant still tryin call well fuck mike fuck vik wound prozac shit put prescription three weeks got flippin rippin hair never thought youd treat like pigeon im im gone long id rather masturbate fuck vik vaughn id rather masturbate fuck vik vaughn let watch id rather masturbate fuck vik vaughn still time gonna yo aight know im gonna waitin yo holla ring buzzer three v vaughn travelin vaudeville villain dont give flyin fuck aint feelin watch ya dealin ace king death card strong arm wrong man pardon left god get money earn everything touch turn shit got much learn kid write burn shit light like dutch hash melt time see meet cash belt ay caramba thats number one dry summer far remember burnt gainin every edgy penny hit straight head like reggie denny call back need yak horshack doin 80 van wyck horseback man sick wreck tracks puto get back bro exactamundo viktor director flip script like rob reiner way lotta dudes rhyme name knob shiner buck theyd likely dance jig hucklebuck vik big deal theyre buncha knuckle fucks wonder well would hold holding cell sorta strange makings tale told hell like oh well hold tall riches feds really kill snitches borrowed time rhymes gassed silver screen act like monkey ass heal back like wolverine mellow yall bellow ya yellow mouth happened typa spit used help fellow doubt leave rapper body cast wonder karate class snotty ass really like white belt right night night ask light felt wouldnt take tape gave free maybe baby v throw key yall know shit naked city rappers giddy thats ditty vaughn witty way take prisoners show pity son became big man black boy name names really big fan dan aykroyd feel need give dance chance shoot gift like lone glance like beef scene leave oo ey smokin hokuto shinken nanto suicho ken confirmation worst fears ever since first years thirst beers back future itll make sober er brought back long list fakers crossed im like fuck bubble baller catch em bobs show stall troubled caller bastard could make gs faster newly mastered truly plastered theres four sides every story walls could talk theyd probably still ignore contemplate war cup warm coffee really getting gory tell problems maury dont bore v glory hallelu ey crews like fooey buncha hooey knew new g viktor vaughn new sicker song think call lickupon umm uh study rhymes patter ins climb steep sometimes beat dont mattering sounded like half dead scurvy band rock programmed computer bio grafted herbie hancock maybe next life hell try harder died martyr hands fire starter scripts ripped available buy barter transport stack lab via charter microphone came daze amaze ya guy practice banging flies razors watch robot got eyes lasers tell em come topics besides blazers enough guns already theyre toys lames joys aim asked hows ya poison game bust crossbow also accurate body blows torso thought flows wont find blacksmith doubt smack shit make nothing gone let nothing twitch dont near mic button switch v bring beef like trucker fuddrucker delivery yall motherfuckers bloodsucker copping pleas rap nigga bicker thats word bond think call lickupon umm wrote one fever sick bed dickhead inside chickenhead dead chickens head said help nausea lost ya wait till tell flying saucer dag kickbackll leave wig ragged big bag good grizzle zig zag survival keep rival denial bust got coming pie hole die calmer suicide bomber v type hoo ride momma said james bond name viktor viktor vaughn told chick quickest way get lickupon victor stranger see im working putting work im either wheeling dealing probably jerkin yep listening nothing taking suggestions destructive criticisms cant improve perfection rock crowd sections good night hoes fight always get dough first everything else goes right least thats say fuck make hick say hey brought chick sick bay ensign shoulda asked upperclassmen bust blast em never trust cardassians captains log supplemental klingons aboard enterprise rental vessal cue photon torpedo oh im block jorgito street though smoke pound leek though im jokin fact hiphop gone freak show dont let drama getcha genre music fans shoot messenger bitch niggas talk behind back like catcher either b b stretcher order man woman son daughter beat sound like underwater make fun slaughter even hear whack shit never give chance shit sound like could river dance hobby dont sloppy deals labels likened botched robbery nobody supposed get bodied golly shit like folly bout cold flip probably got ill spills knot brooknam even though kids kill still chill look calm working new developments book bomb one bad experiment blew took hooker arm bow look mom hand studied black magic years mans land like barbecue swine cookout fuck plans like blind man lookout cram overstand peep absorb way keep planets proper orbit norbit yall better going corporate nobody wanna hear bullshit morbid theres prints hold mic mic glove rolls dolo state state like ike love like top world loser keep gully rap creeps seem got much juice belly brung v still hungry spit something thick mic like lungy mind ya daughter line water get lucky like find quarter kinda sorta remember god clean timbs emery board came save game like memory card ooh shrewd lot crews rude way many lets say dudes said 24 7 call use vacation days watch babylon fall numbskulls get stepping dumb dull rep mic like weapon krull cats like whats wrong man black biohazard suit van grack anthrax jeez cant get peace form blazin sword police robeast cochise write rhyme like book report sell rookie could tell hook bought aint know sell hooks choruses couldnt bang slang looked thesauruses like friendly game dodge ball oddball god yall played garage wall stan smiths checkerboard lace brand new inf aint check boy waist saw face next get neck chopped popped like becks top respect drop much wreck hops next get neck chopped popped like becks top respect drop woopdie flows fifty like hooptie groupie crews try figure coop flew place beats sounds like outer space time waste audi without trace sold dust get great balls fire guess crawled muck mire could make trust motherfuckin liar real shuck n jiver vaughn never duck n diver spit mic yuck saliva hold like drunk driver hold cd sharp turn still clutchin chest heartburn whats handle need zantac ahk thanks blank anaphylactic shock rock disco chocolate crisco ho cock diesel still tell joke like joe piscopo tell em basics basically break matrix kicks make em gel like asics thats actin standoffish eat beat hand like canned raw crawfish please pass cocktail sauce might well know hell hot hell boss tell hoss said broads call vaughny make sure throws em back theys scrawny boney phony mcs use stand leave hangin like aint know hands hussy bout bloody bust knee go finish study plus degree true victory new sick story never met chick thick holy moses old earth know closest played back stayed bent like scoliosis puzzle ask doc zizmor slow guzzle got nizzle crooked like bizs jaw drink like fishy wish pisces live since back 25 cents icees used turn tongue color red want fill ya full lead fuck young fella said kid vaughn red blooded favor come get head butted yoke run ill jiffy son flame suppressor like 151 quit bitchin get blauw babble box punishment dry snitchin eat travel fox youll aight pass yellow belly thing said please pass jelly homo say like promo play cut late night touch mic get weight right lot crews like act like violent mob really need shut fuck like silent bob either get smoked like hickory squash beef go wash teeth quickly know stee write rhyme like mystery sign bottom calligraphy nigga v viktor vaughn hid world fascinating story changes nothing oh oooh nah dude change beat thats aight shit shit iller word word yeah shit dope right modern day marvel terrible better horrible grab mic son crushed metacarpals said aint mean totally accident show didnt follow yall taxi went available wax ask max mill opposition ass wack tax bill pass senate slum lord tenant super like 1 fun stay one day plan put runway enough land projects gun play section eight penthouse maid look like faye dunaway alotta yall ass like gay runaway say semi risque day everyday give emmys quick way average mc say gimme sick day really aint got shit say like timmy mcveigh get hunch real rag tag bunch school kept doo rag bag lunch eat heads breakdance shit spit writ skit sanskrit pants fit sport em rock em low man like rollo slow cant knock though like hustle bro two knuckles glow tucked le tigre let name buckle show good googly moogly see loogie yeah keep dl hughley dont watch might house like doogie cut loosie like swoosh mitsurugi gooey gum drops got style pops gotta give bum props ask ya sister beat box thicker doom nigga detox liquor villain hire admire sound make sure price right come rappers forgot talking much pork stew need come nothing new blew whole shit button doom cheat game like walkthrough run em son em like mr rourke tattoo way lot clowns get unnatural flow flip like oranges apples rhymes like limes lemonade snapple leave chapel dont eat scrapple first thing notice come bling gone start remembering klingon rings came villain old gear like hi yall play rear whole year year metal face beard like brillo pad yall know steelo dont feel bad seed call ol dad one ol ho knew winner since swimmer gonads ok pal pay like paypal could ok ok corral think today ill make ladies say ow maybe fuck around take bow made first mill still carry razor blades used straight still made grade tarded ass get cash fast year last left back retarded class shouldve went boces watch closely think supposed villain always win least stay consistent find bitch went get room pitch tent yo yo max yo change beat yo got another one nah yo could understand v beat bandit bring heat mic unhand whoever go burn hands lips lot rappers ran abandoned whips another day dunya dont leave girl around v might swoon window serenade like crooner stay ahead game cut sooner rather later use gather data scoop butter soft moon roof navigator land lex benz 116th hour africans wont let push em one tried get fly almost mush wanted rob would wore mask hit four took dough tore ass want waste front didnt see dip 50 cent blunt spot v walked town space boots space suits fucked cut still say face cute told streets staring sewer cap opened said wearing said oh wanna snap piss face way everybody business disgrace park gates hark goes v mc whos nasty nose hair may go said say tipped cash argentinian peso go good man buy something nice seed please keep moving twice speed consider fair warn else ill bring ya express like airborne vaughn drop turd beat shout little bird word street write vik sick demented handstyle go bombing chick whipped rented van say nuts really enough poo putts crew cuts soups got coupon chinese restaurant asking grey poupon said duck sauce soy sauce aint burger king dont get toy boss oh oh beer oclock think im sober bout think king cobra aint nicer lunatic sheister aka vikster vikmeister wonders get baldie keep edge v shaped like mamuwalde question wonder always wear hats sessions new drink named chong daughter triple shot gnac chaser bong water v strong supporter triple shot gnac chaser bong water cmon bring slaughter even uneasy feeling wasnt young viktor vaughn would need protection motherfuckers thats aint playin ass thats whats gon happen niggas motherfuckers done fucked man aint shit like yo im rhyming drums yall niggas think yall slick bullshit bump yall pay v flowing beat know got hoes hoeing streets thats know never find kidnap blind fold blind mouse coroner report say simply signed oh know yall wanna see wino bring wine cat dead mouse catch phrase pause plays kill eat days get whoever aint get aint supposed standing still close bandits ghost shoot sherlock dont know block rock sure shot shit still aint stop keep til peeps gone v creep matter keep cd debahh oh aw yall motherfuckers playin motherfu v catch beat ridiculously people think study levitations true mystery pal named ed leedskalnin got sweet 16 said ed wilin rumor things got violent clobbered broke fuck aint try rob told dont tell man thats trouble chicks next experiment twelve strands double helix havent seen kes neelix oh yeah dont stay away lyrics please aint nobody fuckin im soon fix flux capacitor oh speak v proper manner stabs put types propaganda stop slander chop hand thief cut mouth ever come teeth v sell time inmate tell rhyme hell demonstrate know whos renown beat critic street lyric like thats neat trick tangent aint got cent supposed went management spent getting bent sparky enough malarkey one dont mark calling darkie take nigga car key hello im dean stockton eastern state university america prepared offer full science scholarship viktor used college used modern scientific equipment conduct modern strange forbidden experiments somewhere cop killin queens bo deans stop limousines niggas flee scene somebody back bleeding vest cracked freeze clown officer request back listen dude dont get misconstrued sniper v vaughn confused v la viper either peter parker either peter piper seed type pee diaper blame wiper really concern got knife sir suggest remain calm lets get slash windpipe type eyes might still alive get thing hyper drive oh give props shooter prices time low future something like fourteen must horse pills zero three force fields cost deal plotted coordinates two thousand three winter time upper west side less thing buggin like celly frontin hell honey wit slug belly stuntin aint tell v nothing trust really aint time discussion hell back ninty three press button busted first impulse smack dirt four wore plain clothes lumberjack shirt recognize one face school six degrees ago hed snuff braces switch station bgo kept punch line every lunch break lunch time time pump fake crunch time split second let toast thats hit speed dial sped ghost know cats dont like v took head theyd get likely probably thought time gizmo wallet hit hills forty times foul shit pick crime nick time get paid another day live kick sicker rhyme iller like miller malt liquor time town finery probably best flaunt everyones best friend v steps restaurant friend said must psychic whats price fourteen good like huh back tonight fourteen g pack really packed tight back lab found sleestak right three cracks light white test show lactose anbesol lecithin five types aspirin kinds medicines next time ill bring men speak mexican let techs spin make em contact next kin whole thing mostly lactose lecithin type aspirin anbesol medicine damn mothafucka lets go get em men found viktor vaughn next morning nearly frozen death party people know name vik k aint dont bother told little monster aint yo father uncle viktor shut lights im gettin dizzy close door cant see ya momma busy scoundrel gassed town fool go rob crown jewel hes like lego megalomaniac whos electronic techno real brainiac smack dab hip hop gold rush v rather old stuff preferably cold crush gets deeper deepak chopra except keep stack cheap ass vodka kneecap poppa miss chewy center least always hits meant ta remember got short fuse bad temper plan claim emperor december member player hated race made invaded place stated straight face cut might miss one days right kisser probably get mad bet ya gets nowhere like flattery said last saturday dont lie got fingerprints battery dont make bling see street doubleteam emu told gem paper tear itll probably tear ear yall even square good good nothin kill high frill like good huntin feels place like bizarro fiesty chick comes face like charo vaughn hes back know dont care like jimmy crack corn wax wax tried raise taxes cracks black porn another year passes gone days used wear glasses wear contacts unfrozen caveman look contracts crews soft came tear roof get paid goof dont really wanna battle gon get mad go tattle tell em retard said ripped card sign jetted gotta give us three card credit even though times hard headed yeah main thing cream means harebrained schemes lords performance flawless rocked crown bobby brown cordless broad gorgeous flaw saw cause nigga stress trying diss used know sister could put whole fist hell made momma grammy worlds celebrated rhymer dead drama scama four gs pizzy bahama v lead brown man never count chickens read soundscan mom pops might well cooperate wait till bomb drop get cabbage often time wonder get savage v average often time wonder got savage +rza,tempted sins life pleasures lust wild imaginings cant discuss oh flesh weak struggle peace daily conflict man beast strive god better tomorrow still suffering unforgettable sorrow repent thy sins son walk ye straight stop talking trash boy talk ye straight afflicted pressures life every vital point still wouldnt give oint flinch inch pitch pinch pie every try try wench confronted devil stay strong think take king meet kong strong base mountain theres counting many mcs sprung fountain fifty thousand year process make combination im giving mine away satan although know hes awaiting get hold biochemical equation ima slip son ima dip son catch drop ima clip son fifty thousand year process make combination 99 elements biochemical manifestation im giving mines away satan although know hes awaiting ima slip son ima dip son catch drop ima clip son bet ahk straight head pet rock least til get booth like sweat box trade bars head nodding throw us stack pay sewed like thread bobbin bonus pack invest first b boy kid show live skid row jive talking negros wear beard like frizzly haired grizzly kept appearances exquisitely rare backyard front porch standing corner club blunt torched youre soft say rhyme like starving sold odds bodkins old gods goblins golly im pest worst best friend mend rip space time fabric like polyester blend hobby knobby kneed lesser men sloppy like rest probably need estrogen yo yo drunk sober son dont lose composure semi remy mixed henny moet demi underneath passenger seat son tuck semi israeli issued automatic black pistol cop flashlight chew gum whistle tapped glass roll fast license registration address lab made insurance reason pulled cuz way swerving sir cant sober drinking breathe breathalyzer get car please follow exercise sir put one finger nose heel toe walk straight line ten paces road homeboy kano used mashed potato cartwheels spin like tornado used chase right son would always shake em come puff bowls make beats inside basement drunk sober never lose composure stress brain cause pain stomach ulcers cant understand come closer civilized uncivilized like supposed drunk sober never lose composure mic hand black man stand soldier stress brain cause pain stomach ulcers cant understand come closer could take pitchfork devil keep super suit like im incredible deep blue sea dark blue sky im baddest man alive ill grab crocodile tail handcuff judge throw cops jail make meanest woman breakdown cry im baddest man alive im baddest man alive ill take mess ill take jive sometimes feel like fly im baddest man alive im baddest man alive bad meaning bad im bad meaning good say name three times knock wood candy man hooks terrorize hood flashing macs cop way gangsta snatch food mouth tiger take gasoline bath walk fire bear hug grizzly suck milk titty take sergeants hat head use frisbee spit crocodile face menage trois two female apes sleep barrel butcher knives drank honey straight beehive bungee jumping empire state butt naked rollerblade across golden gate butt naked baddest man alive dont plan die grim reaper come ill look right eye ill bust face witch east tell great white shark go brush teeth im man stole golden fleece date raped beauty right front beast baddest man alive dont plan die im baddest man alive ill take mess ill take jive sometimes feel like fly im baddest man alive im baddest man alive yea wanna dedicate song friend paul walker studio last night writing decided write song peace brother every time think see smile bright blue eyes thanks time smiles shared equally respected art talked young father learning takes man sharing time daughter plan drive wind surf seas realizing love woman becomes mother exists see set free worries gone breeze gone trees thought another day smile laugh wind end im grateful meet may meet paul friend highway heaven begins lost friend destiny bends bends destiny bends yea bends lost friend friend highway heaven drive wind youll surf seas oh set free worries gone breeze gone trees soul set free thought another day smile laugh wind end im thankful meet may meet paul friend paul friend word wu tang joint wu tang forever wu tang wu tang wu tang wu tang forever word wu tang forever wu tang forever rzarector sector shaolin holy city mecca yo yo assassination vaccination poor education infatuation satan global nation taxation fiber optic microscopic biological germ mad cow burger market captain starship never departed started explore regions uncharted leave heart broken yo stand tall like buildings van dykes mics beats strike like noisy four train late night chase got new york life state cant smoke bone staircase without getting chased penny candy poisonous rappers best chill get head gashed lemonhead sour patch kids best grab life savor ill jawbreak ya boston bake ya plant sunflower seed every square acre beauty nature shown shaquasia mecca made equality known reflector stay playpen boy babble formula cried pacified lullaby black butterfly comes rain falling head like tragedy falling head causing new emotions even yo yo absorb metamorph king takes office keep planets orbit never forfeit quit move forward talk awkward slang walk wu tang yo heavy thoughts cant held laws gravity watch lama temple trying plot tragedy gain rank high officials banquet attempting hijack wu tang manual blanket cant interpret cause brain short circuit dumbness led body numbness try come amongst us whats angle rectangle triangle truth square drains power death angel strangles like weed choking helpless flower cower feel power final shower comes rain falling head like tragedy falling head causing new emotions even naked eye see e even naked eye see comes rain falling head like tragedy falling head causing new emotions even eye see word word wu tang wu tang wu tang thats right 97 february wu tang coming word aint shit daddy aint shit brother aint shit money aint shit lab aint shit rings aint shit gear aint shit jewels aint shit kicks aint shit nigga whips aint shit bobby aint shit nigga im shit aint shit daddy aint shit brother aint shit money aint shit lab aint shit rings aint shit gear aint shit jewels aint shit kicks aint shit whips aint shit bobby aint shit nigga im shit aint shit daddy aint shit brother aint shit money aint shit lab aint shit bobby aint shit rings aint shit gear aint shit jewels aint shit kicks aint shit whips aint shit nigga im shit aint shit daddy aint shit brother aint shit money aint shit lab aint shit rings aint shit gear aint shit jewels aint shit kicks aint shit whips aint shit nigga im shit fuck yall birds talking get fuck house fore grab hair slap dick mouth bob digi yeah know girl fucking slave trade ass like kizzy kinte wish could fuck bitch dick suck fuck dont cook dont clean press jeans dont scrub wash clothes buy food make cream bitch dont read seeds watch tv smoke weed get nails done feet scrub hair weave sleep day eat gain weight cant breathe talking youre going leave bitch leave fuck youre waiting hit door aint taking shit spending cream gucci phillies coach moved lab bitch aint never seen roach stains carpet bathrooms like fish market take space closet fucks logic disrespecting old earth aborted child birth every day catch credit card inside purse cant speak sentence without curse talking bout youre going nurse bitch nurse got go school first first met ho tried reform bomb warn teach couldnt reach youre still ho father said ho leave bitch youre gonna ho cellulite gargoyle feet id rather beat meat raggy ass pussy starving dog wouldnt eat started body model pussy tight pharmaceutical bottle could swallow whole avocado two forty ounce bottles end world would follow fuck shit echos cause pussy hollow turn fat ass sideways stretch marks look like us highways fuck new nigga every friday talking bout bust nut bitch ill bust yo guts wonder come quick wide ass pussy soggy tits im trying get shit go sleep im real freak weekend bet baby fuck two half hours three youd better study 1 14 knowledge culture degree g g c c cause aint shit mother aint shit sister aint shit pussy aint shit weave aint shit ass aint shit girl aint shit daddy aint shit fuck yo let get fucking phone yeah get motherfucking phone quit motherfuckers fucking business end fuck ill pull motherfucking chord man fuck motherfucking socket yo god bitch bugging im sick shit motherfucker get fuck im throwing shit motherfucking terrace right im sick im phone shit shit im phone motherfucking closet right well fuck names motherfucking bitch get fuck nigga dont give fuck fuck house man shit get fuck lab motherfuckers sleeping fucking living room seeds run motherfuckers niggas yo hey hewey hey hewey dirty motherfucking socks fuck yo god bitch shit fucking dirty toilet seats bitch stupid man shit seeds gotta sit shit get motherfuckers give fucking crab ass motherfucking lab get fuck girl gas yo every lat one yall mother yous ho bitch fuckers get fuck lab come yous ho youse ho motherfucker dont make pick youse ho bottle dont make pick youse ho motherfucking bottle youse ho ho ho ho ho ho ho fuck ho ho fuck yo yo dunn yo yo god bastard bastard bastard shes stupid dunn youre fucking dirty dick nigga yeah youre fucking stupid nigga youre fucking stupid youre fucking stupid call back son call back wu tang killa beez falling endless tunnel doom reality graphically killa bee family stings galaxy insanity titanium stomach devouring guinness flesh solid stone despite outer appearance still disease kills viruses planets racial creatures made mcs sprout tumors bad lost facial features waste peoples left rain fountains pain eighty shots mouth brain shouting name holocaust black man whose veins littered thorns back smack hard seeds born deformed swarm dorms sting birds fling verbs like mean curves strike three mics flee infect em green germs ringworm cause im filthy guilty dastardly mastery felony melody bastards masterpiece stop grafting chump ass niggas eyeing tempt ill break simply im horrifyingly empty spitting darts tip glacier used hideout rock crushin german suplex watch spines slide side route forearm bash twenty jabs ave lab get stabbed bloodied bad im sipping herbal teas verbal bees plant fertile seeds bitches leave broke backs swollen palms purple knees circle thieves like vultures deserts rest cactus got oscar nominee mcs stuck hatchet drastic indescribable pain injure bars bobbys throwing razor cds like ninja stars chick chick chick chick chick chick chhhhh yo yo drop manhole yo rap ammo blows candle check yo drop manhole rap ammo blows candle wu tang tagged tombstone gano release info 44 increase heart tempo scared ass jumped closed window hundred beats per second mics secret weapon infuriate style led zeppelin encyclopedia britannica hanna barbera world super adventure couldnt give proper word scripture manner youre flicker inferno burn eternal mcs delight popcorn popping every kernel jot journal reach hot like thermal nuclear explosion undermine control country like federal enforcement management agency technique vocabulary freak c cyphers say divine like dantes peak youll trapped patmos get smacked back neck black toast king cobra black brew pack barefoot roof dusted waiting chariots popping like orville redenbacher betty crocker pop secret 45 glock popper control men like rats thats controlled ben willard american express privileges blood spillage got bars billets star spangled banner soldier stand cobra commander stop propaganda thirty shot banana clip full loaded radar scanners get decoded digital warfare torments head eyes bloated heads exploded poison darts quoted american eagle stinging blue beetle bailey rocks mixed hennessey daily keep scaly israeli niggas clan ride amistad harness promised land cant escape doctor doom lyrics loom buffoons take flight like witches brooms full moon dum dums wash filthy rhymes away like soap scum warlord swing flaming swords like shogun darkness scriptures cause arson like flaming arches killa bee sting remains accurate like marksman take precaution attack like black martians corner market using digital strategies reefer sparks acid battery yall niggas flatter tough talk drop bombs like mookie blaylock outside inside create intense rides pen glides mcs get head fly talking shit lyrics always strike throughout dungeon pit killa bees must reign supreme throughout continent conquered motherfuckers beat terminal exquisite young cooley high production caught hollow head suction ten pogo sticks two black belts break bricks diet coke meetings rich im faithfully married rap weve engaged twelve years tyson bit holyfields ear love sport look window see pull shade yall amazed tony starks spaceship ran duracell man walked hell dick swinging like shit went well call mighty joe young double swirl slush wonder womans sapphire shit pearls looked real nice yo heavy gravy dirt bagged secretary graze typed eighty words whirlwinds whirlpools openly sea watch earth spin sunny dance serpent shot jj mudbone nigga riding train nigga name jacket swift changeable inhaled bad bag jason fell twice basement straight yall round round round round round round round round matter hard try cant stop matter hard try cant stop greatest b boy time started small crimes others big tops slingin small dimes tryin make come blow used numb gs week clique used sum till brother got locked girl got knocked closest homies got popped shot cops flood block way eat dropped half g rented sp 1200 sampler yamaha four track bass lab used blow fuckin door back ghost doin stick ups tryin make vic waitin outside brinks truck pick nothing would work back choppin nicks givin grown ass women two vials dick suck stressed would head rest pads sp 12 got pressed makin beats streets family could eat 93 wu tang clan dropped first lp went platinum whoo peesh yeah flatten em pockets got fat um went got cap em statens map um brooklyn zu bombin em around world killa beez start swarmin em cant stop us cant block us rock us mock us knock us top us better sit back watch us cant stop man matter hard better go hard hard gonna try stop ruckus rhythm like blocks wild bad enough got cops tryin lock cant nobody break stride shake pride without homicide case trial long time comin long nines bustin cradle grave grind hustlin sometimes think mind buggin shit things ive seen chicks ran places ive im victim song sing thats heart want part soothe pain booze narcotics imma hold head stay true heart either pay life pay dues homage yo peace blessings name rza mighty wu tang clan im zonin home girl sza self savior zig zag zig allah yeah think take far mama know mean cut loose drama melodrama rise top claim yo karma honor drop lesson honor give blessing self savior sophisticated syncopations smokers several strands high potency stimulation soulful songstress see sometimes woman strongest one inside cypher yall niggas getting hyper huh could stubborn born yeah could never stupid may think shes strange nah shes wise studious reverse stress girl return back z zig zag zig yeah find zig xena could rise ashes like phoenix usable zillionaires fuck yall rap billionaires haha hey self savior boy told better save stupid motherfuckers putting wealth yo health every drop semen theres potential human every man thats born womb woman born free man every womb carry chance life infinity every woman inside divine identity yall got backwards boy need get smacked backwards boy back past yo lets backtrack ass zero zombies weak ass uncle tommys yo see allahs see knowin flowin land sea sky ocean controller space time motion darkness universe first letter verse amplified apple device appearing voice sza cut paper thin open ears let melodies enter whether sober drunk smokin bongs smokin blunts lets get mama cant front self savior zig zag zig apex nah aint nothin change yo yo baby girl fuck gon shine niggas aight understand yo know say every mans life comes time got struck arrow cupid love god beauty woman sometimes love brings thunder life brings storm sing love like love kiss take step connect bring thunder life fire eyes cause days pleasure everything far near never felt thunder lightning like never strucked wonder like ich konnte tagelang nur von dir erzahlen ohne deinen namen auch nur einmal zu erwahnen unter schmerzen oder unter tranen wurde dein name als meine linderung dienen jede deiner bewegungen sind erstrebenswert und jede stunde mit dir ist lebenswert und nichts ist vergleichbar mit dem du gibst mit dem du zeigst wie du lebst und wie du liebst ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du schone tage mit dir sind kostbar kostbar wie der weg zum morgenstern ich zelebriere sie wie einen festtag dem ich immer wieder neues von dir lern im moment ist es das schonste dich zu kennen dich zu kennen ist wie das beste das ich hab verzeih mir aber dieses sag ich nochmal deinen namen zu nennen ist wohl das schonste ich sag ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du ich kenne nichts ich kenne nichts das schon ist wie du blade ready die born ready motherfucker daywalker daywalker daywalker daywalker yo yo yo feast blood sin unleash beast within walk around strength hundred men best gone count ten blood dripping canine like fountain pen seems ive asleep thousand years way world changed brings thousand tears prince darkness walk rays light breed vampire im prototype shape shifting mirror image flash phototype everlast original red blood type born perfect like great white shark guy never evolve daywalker daywalker daywalker daywalker daywalker daywalker daywalker daywalker try use name thats fatal tried claim fame thats fatal bring pain thats fatal bite jugular vein thats fatal try use name thats fatal tried claim fame thats fatal bring pain thats fatal bite jugular vein thats fatal daywalker daywalker daywalker daywalker come walk come walk come walk come walk come walk come walk come walk come walk come walk youre immortal must heard hundreds rodents make claim one tasted bitter end sword strike back vengeance father descendents cant deflected silver cross pendants blow holy water make false images one swing sickle ahh life diminishes sting like scorpion strike force ten blood known revitalize corpse men last days said dead would walk blind deaf dumb talk +nas,yeah yeah ayo black time word time man yeah straight fuckin dungeons rap fake niggas dont make back dont know start shit yo rappers monkey flip em funky rhythm kickin musician inflictin composition pain im like scarface sniffin cocaine holdin m16 see pen im extreme bullet holes left peepholes im suited street clothes hand 9 ill defeat foes yall know steelo without airplay keep ej sittin bent stairway either corner bettin grants cee lo champs laughin base heads tryna sell broken amps g packs get quick forever niggas talk shit reminiscin last time task force flipped niggas runnin block shootin time start revolution catch body head houston caught us guard mac 10 grass ran like cheetah thoughts assassin picked mac told brothers back mac spit lead hittin niggas one ran made back flip heard chicks scream arm shook couldnt look gave another squeeze heard click yo shit stuck tried cock wouldnt shoot im danger finally pulled back saw three bullets caught chamber im jettin buildin lobby full children probly couldnt see high like game aint got younger niggas pullin triggers bringin fame name claim corners crews without guns goners broad daylight stick kids run us 45s gauges macs fact niggas catch back back snatchin cracks black snitch block gettin niggas knocked hold stash til coke price drop know crackhead said gotta smoke nice rock good shell bring customers measuring pots yo gotta slide vacation inside information keeps large niggas erasin wives basin drops deep breath never sleep cause sleep cousin death beyond walls intelligence life defined think crime im new york state mind new york state mind new york state mind new york state mind new york state mind havin dreams im gangsta drinkin moets holdin tecs makin sure cash came correct stepped investments stocks sewin blocks sell rocks winnin gunfights mega cops nigga walkin finger trigger make enough figures pockets get bigger aint type brother made start testin give smith wesson ill niggas undressin thinkin cash flow buddha shelter whenever frustrated ima hijack delta pjs blend tape plays bullets strays young bitches grazed block like maze full black rats trapped plus island packed hear stories peoples come back black im livin nights jet black fiends fight get crack max dream sit back lamp like capone drug scripts sewn legal luxury life rings flooded stones homes got many rhymes dont think im sane life parallel hell must maintain prosperous though live dangerous cops could arrest blamin us held like hostages right born use mics stuff write even tougher dykes im takin rappers new plateau rap slow rhymin vitamin held without capsule smooth criminal beat breaks never put box shit eats tapes city never sleeps full villains creeps thats learned hustle scuffle freaks im addict sneakers 20s buddha bitches beepers streets greet ya blunts teach ya inhale deep like words breath never sleep cause sleep cousin death lay puzzled backtrack earlier times nothings equivalent new york state mind new york state mind new york state mind new york state mind new york state mind nasty nas fuck jay z whats niggas ayo know aint talkin dog fuck jay z dick nigga love style nigga fuck jay z fuck soul like ether teach king know gods son across belly prove lost already brace main event yall impatiently waitin like aids test whats results positive whos best pac nas big aint best east west north south flossed greetings embrace yall napalm blows guts left chestface gone could nas garbage semi autos cartilage burner side dome come throne got locked since 91 truest name rapper aint influenced gave yall chapters keep eyes judas hawaiian sophie fame kept name music check fuck soul like ether teach king know gods son across belly prove lost already ayo pass weed put ashes niggas man ayo faggots yall kneel kiss motherfuckin ring fuck soul like ether teach king know gods son across belly prove lost already ive fucked left dead dissed forgotten luck ran hoped id gone stiff rotten yall piss shit spit grave talk laugh behind back face yall well wishers friendly acting envy hiding snakes hands money man much take streets keep callin heard sleep gay z cock fella records wanted beef started cockin weapon slowly loadin ammo explode camel soldiers handle dolo manuscript sound stupid krs already made album called blueprint first biggies man got nerve say better big dick suckin lips dont let late great veteran live lose gods son across belly prove lost already king back crown ill rest peace lets niggas fuck soul like ether teach king know gods son across belly prove lost already yall niggas deal emotions like bitches whats sad love cause youre brother traded soul riches child ive watched grow famous smile like proud dad watchin son made seem concerned dissin women abused child scared smile called ugly well life harsh hug dont reject make records disrespect blatant indirectly 88 gettin chased building callin crib aint even give numbers give style run smilin face glad break bread god wearin jaz chains tecs cash cars jail bars jigga pies case hawaiian shirts hangin little chase fan phony fake pussy stan still whip yo ass 36 karate class tae bo ho tryna work tryna get brolic ask im tryna kick knowledge nah im tryna kick shit need learn though ether shit make soul burn slow dame diddy dame daddy dame dummy oh get biggie hes puffy rocafella died aids end chapter thats guy yall chose name company put together rock hoes yall rock fellas yall try take spot fellas feel hot rocks fellas put dry spot fellas pine box nine shots glock fellas foxy got hot cause kept face puss think gettin girls cause looks ne gro please mustache havin whiskers like rat compared beans whack man stabbed un made take blame ass went jaz hangin kane irv big eminem murdered shit dick ridin faggot love attention queens niggas run niggas ask russell simmons ha r c get gunned clapped quick jj evans get gunned clapped quick whole damn record label gunned clapped quick shawn carter jay z damn jaz dick little shortys gettin gunned clapped quick much biggies rhymes gonna come fat lips wanted every last one classics pop shit apologize nigga ask kiss ayo whats whats lets keep real son count money know im sayin yeah yeah ayo put grants safe know im sayin cause spendin jacksons washingtons go wifey know go im sayin thats right clothes bankrolls hoes know im sayin yo man visualizin realism life actuality fuck whos baddest persons status depends salary mentality money orientated im destined live dream peeps never made cause yeah beginners hood five percenters somethin mustve got us cause us turned sinners restin peace sittin san quentin others tryin carry tradition keepin schweppervescent street ghetto essence inside us cause provides us proper insight guide us even though know somehow gotta go long leavin thievin well leavin kind dough day expire turn vapors capers somewhere stackin plenty papers keepin real packin steel gettin high cause lifes bitch die lifes bitch die thats get high cause never know youre gonna go lifes bitch die thats puff lye cause never know youre gonna go lifes bitch die thats get high cause never know youre gonna go lifes bitch die thats puff lye woke early born day im 20 blessin essence adolescence leaves body im fresh physical frame celebrated cause made one quarter life godly like thing created got rhymes 365 days annual plus load mic bust one cuss pus skull cause pain brain vein money maintain dont go grain simple plain young used thing hard robbin foreigners take wallets jewels rip green cards dipped projects flashin quick cash got first piece ass smokin blunts hash cash abundance niggas used run rich doin years hundreds switched motto instead sayin fuck tomorrow buck bought bottle couldve struck lotto stood block loose cracks produce stacks cooked cut small pieces get loot back time illmatic keep static like wool fabric pack 4 matic crack whole cabbage lifes bitch die thats get high cause never know youre gonna go lifes bitch die thats puff lye cause never know youre gonna go lifes bitch die thats get high cause never know youre gonna go lifes bitch die thats puff lye cause never know youre gonna go lifes bitch die whose world world world mine mine mine whose world mine mine mine whose world world world mine mine mine whose world sip dom p watchin gandhi til im charged writin book rhymes words past margin hold mic im throbbin mechanical movement understandable smooth shit murderers move thiefs theme play night wont act right fiend hip hop got stuck like crack pipe mind activation react like im facin time like pappy mason pens im embracin wipe sweat dome spit phlegm streets suede timbs feets makes cipher complete whether cruisin sikhs cab montero jeep cant call beats make fallin asleep keep fallin never fallin six feet deep im presidents represent im presidents represent im dead presidents represent whose world world world mine mine mine whose world world world mine mine mine whose world mine mine mine whose world world world mine mine mine whose world man ill god bless life peoples throughout queens god bless life trip box crazy bitches aimin guns baby pictures beef housing police release scriptures thats maybe hitlers yet im mild money gettin style rollin foul versatile honey stickin wild golden child dwellin rotten apple get tackled caught devils lasso shit hassle theres days broke days sellin smoke pays old folks pray jesus soakin sins trays holy water odds nas slaughter thinkin word best describin life name daughter strength son star resurrection born correction wrong shit hell lead right direction livin large broke charge cards mediocre flippin coke playin spit spades strip poker mine mine mine whose world world world mine mine mine whose world mine mine mine whose world yo world world mine mine mine whose world break im young city bandit hold single handed murder raps kick thoughts alone get remanded born alone die alone crew keep crown throne im deep sound alone caved inside 1000 miles home need new nigga black cloud follow cause dark see tomorrow tryin maintain flip fill clip tip picturin peeps eatin make heartbeat skip im amped locked champ even brains handcuffs headed indiana stabbin women like phantom crew lampin big willie style check chip toothed smile plus profile wild stash loot fly clothes burnin dollars light stoge walk blocks bop checkin dames plus games people play bust problems world today mine mine mine whose world world world mine mine mine whose world mine mine mine whose world world world mine mine mine whose world yeah aight everybody queens foundation world everybody uptown yo world world everybody brooklyn yall know world world everybody mount vernon world long island yo world staten island yeah world south bronx world aight fake thug love get slug cb4 gusto luck low didnt know til drunk though freak niggas played get fucked ate prostitute turned bitch got gauge 96 ways made montana way good f e l l verbal ak spray dipped attache jump range empty ashtray glass ze make man cassius clay red dot plots murder schemes 32 shotguns regulate dunns 17 rocks gleam one ring let let yall niggas know one thing theres one life one love one king highlights livin vegas style roll dice linen antera spinnin millenniums 20 g bets im winnin em threats im sendin em lex tv sets minimum ill sex adrenaline party villains case demi sec chase henny wet clique semi tec want diamonds flaunt chickenheads flock lace em fried broiled basil taste em crack legs way formation horizontal em fuckin benz wagon vanity last dragon grab gun though shit grimy real niggas buck broad daylight broke mac wont spray right dont give fuck hit long dramas lit yo overnight thugs bug cause aint promised shit hungry ass hooligans stay piranha shit never sleep cause sleep cousin death aint type brother made start testin never sleep cause sleep cousin death aint type brother made start testin never sleep cause sleep cousin death aint type brother made start testin never sleep cause sleep cousin death aint type brother made start testin peeped frontin jeep sunk seat tinted heat beats bumpin across street wildin talkin ran island 89 layin playin yard crazy shine cocked baby 9 nigga grave mine clanked thinkin corner pay time dug em owe cousin somethin told plug dumb felt leg burn got numb spun around shot one heard shots dropped son caught hot one somebody take biscuit fore cops come came askin name fuck got stitched went left hospital night got gat back time backtrack drop fuck get clapped black jeep watchin seen speed brown datsun yo nobody hood got one clown niggas blazin crew daily bridge touched severely hear rhyme sincerely lightin ls sippin coors floors project halls contemplatin war niggas cool used score together uptown coppin raw uh thug changes love changes best friends become strangers ya yall know steelo ther ther ther ther ther aint army could strike back ya yall know steelo ther ther ther ther aint army could strike back ya yall know steelo ther ther ther aint army could strike back ya yall know steelo aint army could strike back thug niggas yo thug niggas gettin world know niggas thats locked doin thing survivin ya knowm sayin thorough niggas new york worldwide yo queensbridge militia 9 6 shit firm clique illmatic nigga written though long time comin yall fake niggas tryin copy better come real though fake ass niggas yo bring shit man live man 9 6 shit aint hard tell excel prevail mic contacted attract clientele mic check life death breathin snipers breath exhale yellow smoke buddha righteous steps deep like shining sparkle like diamond sneak uzi island army jacket linin hit earth like comet invasion nas like afrocentric asian half man half amazin cause physical express song delete stress like motrin extend strong drink moet medusa give shotguns hell spliff lift inhale aint hard tell buddha monks trunk turn bass stories aesop place loot parties shoot nas analyze drop jew el inhale l school fool well feel like braille aint hard tell kick skill like shaquille holds pill vocabulary spills im ill plus matic freak beats slam like iron sheik jam like tec correct techniques analyze surprise cant magmatize scannin youre plannin ways sabotage leave em froze like heroin nose nas rock well aint hard tell rhythmatic explosion frame mind chosen ill leave brain stimulated niggas frozen speak criminal slang begin like violin end like leviathan deep well let try wisdom leakin grapefruit troop dominate break loops givin mics men e strual cycles streets disciple rock beats thats mega trifle groove even smoother moves villanova youre still soldier im like sly stone cobra packin like rasta weed spot vocals squeeze glocks mcs eavesdrop though need sneak poetrys deep never fell nas raps locked cell aint hard tell kid know shit rough doin bid cops came shoulda slid crib fuck black time lookin back done plus congratulations know got son heard looks like ya dont lady write ya told visit thats got hyper flippin talkin acts rough didnt listen riffin im tellin stuff like yeah shorty dont care snake fuckin niggas fake crew hate yo guess got shot dome piece jeromes niece way home jones beach bugged plus little rob sellin drugs dime hangin young thugs carry 9s night time trife ever cormega see yall together hold fort represent fullest say whats herb ice bullet left half hundred commissary nigga push came shove one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love dear born youll soon stay strong new york shit goin crackheads stalkin loudmouths talkin hold check story yesterday walkin nigga shot last year tried appear like hurtin somethin word mother heard frontin pumpin block man gave glock run together son whatever since im streets ima put cease heard blew nigga ox phone piece wildin island elmira better chill cause niggas put ass fire last time wrote said tried showers maintain come home corners reals crab niggas know deal start revolution probably squeal chill see next v gave mom dukes loot kicks plus sent flicks brothers buckwildin 4 main wrote might beat case til come home ill play lowkey stay civilized time flies though incarcerated mind dies hate moms cries kinda makes want murder reala even got mask gloves bust slugs one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love sometimes sit back buddha sack minds another world thinkin exist facts written school text books bibles et cetera fuck school lecture lies get vexed er ghost projects take pen pad weekend hittin ls im sleepin two day stay may say need time alone relax dome phone left 9 home see streets stressed somethin terrible fuckin corners nigga bellevue hdm hit numbers eight 10 future maximum state pen grim comes back home nobodys shorty doo wop rollin two phillies together bridge call em oo wops said nas niggas caught bustin roof wear bulletproof pack black tre deuce inhaled deep shut eyes like sleep started coughin one eye peeked watch speak sat back like mack army suit black chillin benches pumped loose cracks took l passed little bastard keeps blasted starts talkin mad shit school told dont let niggas fool cause pistol blows one thats murdered cool one tough luck niggas struck families fucked coulda caught man didnt look bucked mistakes happen take heed never bust crowd catch solo make right man bleed shortys laugh cold blooded spoke foul 12 tryin tell liked style rose wipin blunts ash clothes froze blow herb smoke nose told little man ima ghost broze left jewels skull sell chose words wisdom nas try rise keep eye jake shorty wop one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love one love niggas locked queensbridge man one love man herb one love man one love cant forget motherfuckin heart big one love yeah one love life wonder take dont know imagine smoking weed street without cops harassing imagine going court trial lifestyle cruising blue bahama waters welfare supporters conscious way raise daughters days shorter nights colder feeling like life snakes strike like cobra worlds hot son got knocked evidently elementary want us gone eventually trooping state plate knowledge coke cooked without garbage wed top dollars imagine everybody flashing fashion designer clothes lacing clique diamond roles people holding dough parole rubbers go raw imagine law undercovers thoughts mind take glimpse time watch blimp read world mine ruled world id free sons love em love em baby black diamonds pearls ruled world way paradise life relaxin black latino anglo saxon armani exchange range cash lost tribe shabazz free last brand new whips crash laugh iller path villa house crew trees breakfast dime sexes benz stretches many years depression make vision better living type place raise kids open eyes lies historys told foul im wise old owl plus gold child seeing things like controlling clique rolling tricking six digits kicks still holding trips paris id civilize every savage give one shot turn trife life lavish political prisoners set free stress free work release purple m3s jet skis feel wind breeze west indies id let coretta scott king mayor cities reverse fiends willies sound foul every girl meetd go town id open every cell attica send em africa ruled world id free sons love em love em baby black diamonds pearls ruled world well walk right sun hand hand well walk right sun wont land well walk right sun hand hand well walk right sun wont land love hear story thugs live worry ducked car seats heats mandatory running jake getting chased hunger papes breaks many mistakes go outta state wait let marinate carry weight trying get laced flip ace stack safe millionaire plan keep gat cocked hammer making moves atlanta back forth scrambler cause could chips poor rich still nobody want nigga shit ruled world everything skys limit push q 45 infinit wouldnt thing jealousies b felony strictly living longevity destiny thought id never see reality struck better find times fuck ruled world id free sonsi love em love em baby black diamonds pearls ruled world ruled world ruled ruled id free sons ruled ruled love em love em baby black diamonds pearls black diamonds black diamonds ruled world ruled world ruled ruled id free sons black diamonds love em love em baby black diamonds pearls ruled ruled world ruled world love em love em baby represent represent represent represent represent represent represent represent straight shit real day could last jungle get murdered humble gunsll blast niggas tumble corners hot spot full mad criminals dont care guzzling beers stare towners better break north get four pounders take face streets filled undercovers homicide chasing brothers ds roof tryin watch us knock us killer coppers even come helicopters drink little vodka spark l hold glock fronters wannabe ill niggas spot runners thinking cant happen til trap em clap em leave em done wont even run gods dont believe none shit facts backwards nas rebel street corner pulling tec dresser police got pressure represent represent represent represent represent represent represent represent yo call nas im legal type fella moet drinking marijuana smoking street dweller whos always corner rolling blessed dress never nothing less guess cold walking bop hat turned back love committing sins friends sell crack nigga raps razor keep tongue school drop never liked shit day one cause life aint shit stress fake niggas crab stunts guzzle hennessy pulling mad blunts brutalizer crew de sizer accelerator type nigga pissing elevator somehow rap game reminds crack game used sport ballys cazals black frames im fat chains sex tecs fly new chicks new kicks heines becks represent represent represent represent represent represent doubt see stacks fat bdp conflict mc around time shante dissed real roxanne used wake every morning see crew block every days different plan us running cops wasnt hanging front cocaine spots candy factory breaking locks nowadays need green flash like next man fuck yard god let see hundred grand could use gun son fuck wanted man hit rock bottom ima son sam call crew get live swoop bokeem brother jungle big bo cooks blow mikell chop mayo count profit shit streets way jakesll never stop brain drugs fly bitches thugs nuff respect projects im ghost one love represent yall represent represent yall represent represent yall represent represent yall represent one time mothafuckin mind goes everybody new york thats living real fucking life every projects man big hes still 40 side vernon man big les big cee lo shawn penn 40 busters crew shorty busters 41st side vernon posse goodfellas man cormega lakey kid cant forget draws hillbillies man slate wallethead black jay big oogie crazy barrio spot rock shit lot phd man preemo gang starr 94 real shit yall fuck yall crab ass niggas though bitch ass niggas bitch ass niggas bitch ass motherfuckers come queensbridge motherfucker yeah yeah lets bring back thats warm cause anybody anybody nas nas nas nas nas nas nas nas like nas like nas like umm premo nas yeah yeah yo nas nas nas nas nas nas nas nas like freedom jail clips inserted babys born time man murdered beginning end far rap go natural explain plateau also defines name first nasty times changed ask im artist hardcore signs pain spent time game kept mind fame saw fiends shoot lines cocaine saw close friends shot flatline sane depends carry mac 10s practice aim rooftops tape cd covers trees line barrel weak picture squeeze street scriptures lost souls crossroads corner thugs hustling cars cost dough big dogs living large taking light pushing big toys getting nice enjoying life make suicide try take belt tied around neck jail cells naked heaven hell rap legend presence felt course n letters spell nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt earth wind fire rims tires bulletproof glass inside realest driver planets orbit line em stars tarot cards see pharaoh nas iron mike messiah type christ death last one left let cash invest stock came long way blasting tecs blocks went seiko rolex owning acres projects chips large cake dough dimes giving fellatio siete zeros bet 9 spit pesos whats worth cant take earth rich men died tried none worked rob grave id rather alive paid numbers called historys made somell fall rise thug die making choices determine future sky rob steal kill im wondering dirty game man worthy fame much success even wish opposite sooner later well see prophet nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt sex nympho nothing sweet im like beef busting heat windows im like street sweeper green leaf breather like greeks egypt learning something deep teachers im like crime like 9 man would die always got im like pac dude would cry im like whole lot loot im like crisp money corporate accounts rich company im like ecstasy ladies im like races combined one man like 99 summer jam bulletproof hummer man im like locked around new faces none em fam im feeling millionaire spending hundred grand im poor mans dream thug poet live write watch blow yall know im like yall play ya system every night nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt nas like life death im rebel poetrys deep never fell nas like half man half amazing doubt nas like +tyga,da hah slide pimp game pinky ring lotta gang lotta bitches icy chain claim rich thats false claim straight whip baggage claim whole lotta styles cant even pronounce name aint got style see instagram rockin like fresh pan im takin pics im middleman walk talk like boss lift hand three million cash call rain man money like shower thats rain dance black like gangland say wrong words hangman watch stick bitch like spray tan aw mr kind car city love name nigga aint gotta say get taste get taste fuck nigga say like mary kate get taste let get taste love taste yeah thats cool aint like lotta girls like niggas wanna fight nigga get ass checked like fuckin nike icy thats unlikely gon suck like fuckin hi c aw chains neck whole team feel like gucci ice cream bitch want fenty maybelline im black jb way bitches scream make bitches scream ah pretty little thing like nigga ae say yadadadamean get taste get taste fuck nigga say like mary kate get taste let get taste love taste yeah thats cool yeah ima put drip plate yeah diamond ice glacier niggas imitate ayy ayy feed grapes maybach drake slow pace wraith got shit bae diamonds par cookie hittin hard rari sit park addy mars shotgun shells gon always hit target popcorn big shell poppin cartridge 3400 nawfside charles barkley 4 8 8 ferrari make get top ride like harley wanna keep company never wan depart depart yeah fishtail parking lot dont kick niggas cause talk ya yeah got fire dont make spark ya yeah keep back pocket like wallet like way suck suck like jolly stack put whole project got patek water moccasin im rich real life get profit copy get taste let get taste love taste yeah thats cool aint like la get taste miami get taste oakland get taste new york love taste chi town get taste houston get taste ayy portland get taste overseas let bitches taste get taste get taste love taste worldwide gon get taste rack rack city bitch rack rack rack city bitch rack rack rack rack city bitch mustard beat rack city bitch rack rack city bitch ten ten ten twenty yo titties bitch 100 deep vip guest list raw dont know fuckin got bitch fuckin bitch fuckin night nigga aint celibate niggas say im dope aint sellin raw fresher motherfuckin peppermint gold lettermans last king killin shit young money young money yeah gettin rich got ya grandma dick girl know rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch im muthafuckin star look paint car much rim make ride hard tell bitch hop walk boulevard need money pronto get morning like alonzo rondo green got cheese like nacho dont got ass bitch wear poncho head honcho got seat back nigga staring dont get bapped got shirt club packed turnt going like gas goddamn pulled rags mike mike jackson nigga yeah im bad rat tat tat tat tatted back hoes love know rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch throwing hundreds hundreds hundreds hundreds throwing hundreds hundreds rack city bitch rack rack city bitch hundreds hundreds throwing hundreds hundreds hundreds hundreds rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch ten ten ten twenties fifties bitch throwing hundreds hundreds hundreds hundreds throwing hundreds hundreds rack city bitch rack rack city bitch hundreds hundreds throwing hundreds hundreds hundreds hundreds rack city bitch rack rack city bitch rack city bitch rack rack city bitch rack city bitch rack rack city bitch fuck talkin bout nigga hear chains clinkin back forth right nigga yeah fuck fuck opinionated sayin aint baby need demonstration get richer baby im stimulated im bank im penetratin im puttin im penetratin im gettin big im stimulated touched bitch disintegrated flames ive flamest ive hottest youve lamest ive plane youve complainin fuck co defendant pistol whip plaintiff hit mall skip arraignment say young shouldve waited big girl dog stimulated hit sin city syndicate time strip vegas got juice aint minute maid nigga made minutes later shut fuck let finish baby ill let finish later fuck opinionated yeah book smart dont gettin paper uh shootin craps wynn gettin back back wins made 20 bands playin features dont need feature nigga im r triple double every time ball man thats triple double tom ford balmain thats triple stuntin tryna get nut gets nothin dont give fuck niggas datin tsunami rollie wrist flooded fuck niggas hate bitches love man shit funny laugh laugh try count day im doin math add multiply multiply day im doin math wont divide aint got flow aint got heart mark youre never ready talkin shit smell breath sayin cant help fuck opinionated sayin aint baby need demonstration get richer baby im stimulated im bank im penetratin im puttin im penetratin im gettin big im stimulated touched bitch disintegrated flames ive flamest ive hottest youve lamest ive plane youve complainin fuck codefendant pistol whip plaintiff hit mall skip arraignment say young shouldve waited big girl dog stimulated big girl dog fuck talkin nigga big girl dog im gonna fuck wanna wanna big girl dog im puttin im penetratin im gettin big im stimulated might take home gon dinner plate dont heat dont microwave already hot sizzle baby salt pepper flavor ima stimulate yeah simple baby fuck fuck dont fuck nigga fuck big girl dog big girl dog big girl dog im puttin im penetratin im gettin big im stimulated hi im looking molly ive searching everywhere cant seem find molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly bands dollars im everywhere poppin cant fall love got options im high school thats college king gold chains thats notre dame green yeah got show party like fuck molly gs dont fuck police im fly low key 24 inch kobes black thats jodeci gimme pussy thats josie broke niggas stop beggin cause thats shit dont need im swervin im drivin aint got time tired im super turnt dont try killin yo mind fuckin yo body bitch wanna flick pose posse got much shit worry gossip im bad trip cant seem find molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly lil bitch section important new cars imported bank account enormous weed loud distorted got champagne pourin poppin snortin iphone recordin want afford bitch im young khalifa fillin lungs reefer somewhere clouds gotta press see us gotta whip fast caught ticket speedin bitch bad im never ever cheatin might pull shit youve never ever seen said much made wont even believe gettin gnarly pull party brought whole pound mary cant seem find molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly put drink put drink put drink already know put drink put drink put drink already know smokin smokin smokin reefer smokin smokin smokin reefer cant seem find molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly molly thug baby pass hookah baby pass hookah baby pass hookah ayy baby pass hookah tearin place im rich nigga got chanel waist run playin ima aim ya face go anybody anyway ayy im rich blood way im havin swag rollie old like tape fish scale yeah got bitches bait dont wanna talk man said need space woop woop woop new car geeked paid cop im runnin court panoramic top ima put rocks crawl walk hop got bitches shocked ayy stone molly whiter socks dont wanna talk aint bout guap clone young nigga still flop buy pints two pac baby pass hookah baby pass hookah baby pass hookah ayy baby pass hookah baby pass hookah ayy baby pass hookah ayy baby pass hookah pass hookah pass hookah pass hookah ah rubbin chain blowin cloudmatic smoke somethin g bend ass backwards lay back relax talk mathematics later test little sex practice write name wall money mattress bet wanna get involved hopped blunt say hookah yall tell pass back shit strong set mozart art block wet got want aint done yet lookin future baby put cigarette come hop kush jet take flight yeah tell bitches hmm fuck aladdin bet got magic carpet ass yes im also one got two olsens big homie young thugger thugger rollin rolls royce shorty baby pass hookah baby pass hookah baby pass hookah ayy baby pass hookah baby pass hookah ayy baby pass hookah ayy baby pass hookah pass hookah pass hookah pass hookah ah ben frank baddies benz waggin know want ride home hop band wagon got chain saggy know life lavish lifestyles like gon need magnums pass baby welcome rich class baby maybelline ya new celine audemars lean cars sheen white girl black girl ghetto fly thing verified aint sea level watered eyes dont cry inhale breathe regular baby high crack dawnin body shape figure eight like picasso draw ya oh yes im winnin bling kingin ring blingin like like reason lets get closer closed remove clothes close friends dont get choked smokin og oakland shout oakland baby pass hookah baby pass hookah baby pass hookah ayy baby pass hookah baby pass hookah ayy baby pass hookah ayy baby pass hookah pass hookah pass hookah pass hookah bitches smoke hookah hahah dont give fuck shit ahhh ah ah ah ah hah young nino fuck bitch peacoat carlito scarface al pacino bun b though pimp c rip though goes deep pussy dan marino wanna one fuck single break bitch heart future miss cleo snapback au au automatic reload flyer fucking beetle cant beat em hah vampire fuck evening pop eat lunch leave cement dont believe stripe like fucking didas gun selena give nigga bieber fever hah hah real fucking hot put pot take shot higher tube sock yous bop give top top load whop man niggas say im fly im god im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded dont give fuck fuck niggas stomping chucks yeah make reindeer cause im bucks use butt front dick cunt put hole hole one putt putt aughh su super mcnasty mclovin bitch call daddy pimp caddy wish never treat like dog called bitch lassie young savvy bang like cincinnati average f fly like im aladdin bend backwards thr throw pussy im ben wallace dunk basket u uh balls air games im serious double dare theres many bitches niggas wanna stare pat ron nigga aint beer im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded dont give fuck mama go monster abracadabra magic johnson motherfucking doctor said need doctor called house pill popper faded like skinnys young money winning told change wont get penny milking shit pregnant bitch titties bringing home bacon im fucking miss piggy loaded like semi send naked pictures knows dick call nigga richard prior cumming stick thumb ass one time smell finger make vomit flyer hornet shoe fit worn tried jack cant beat join tunechi coochie call flag scarlet killed mourning im faded faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded faded nigga im faded faded dont give fuck uhh switch lanes phantom doors swing arm window screaming money aint thang call automatic bang bang bang call automatic bang bang bang rari switch lanes diamonds chain around world hoes know name call automatic bang bang bang miss automatic bang bang bang fuck nigga louie belt match chucks im club raww nigga ten ratchets tucked back like u haul cash spades ice bucket rub luck racks cargos audemar stupid bitch say love stay away cupid panameras sick lupus raww show ahh swoosh sign new bitch nudist peace like buddist cooler cool whip give brain dont stupid faded like boosie cut like crew neck arm window nother check nother rolex mo less moet mo sex must say boarded p jet piss test wake im fucked ex tryna make break telling bitches get cake wake shooting babies make im running hoes brandon jacobs lambo doors sitting like legs skeeted club rather fuck hoes instead uhh switch lanes phantom doors swing arm window screaming money aint thang call automatic bang bang bang call automatic bang bang bang rari switch lanes diamonds chain around world hoes know name call automatic bang bang bang miss automatic bang bang bang never tell bitch love money talk chris tucker got chauffeur driver dont lease ima buy yall broke diet aint eating biting style motherfucker strike like lightning carti bitch like bvlgari walk spot bitches bogart spent 30 racks ima make back tomorrow pull big titty bitch like toccara aint never seen rari look like safari tyga riding shotgun snake print carti er im nike airs 2500 nigga call nikes rare see niggas hating dont really care gold bottles coming tell bitches light flares snow wirst call roley big bear nigga see light though ric flair uhh switch lanes phantom doors swing arm window screaming money aint thang call automatic bang bang bang call automatic bang bang bang rari switch lanes diamonds chain around world hoes know name call automatic bang bang bang miss automatic bang bang bang pull barbershop chop top phantom bitches screaming aint near atlanta maybe rockstar maybe sinner fucking lottery balls winner im virginia mean vagina get lost pussy nigga never find eat like lasagna eat like e honda shout nigga breezy beat like rihanna uhh switch lanes phantom doors swing arm window screaming money aint thang call automatic bang bang bang call automatic bang bang bang rari switch lanes diamonds chain around world hoes know name call automatic bang bang bang miss automatic bang bang bang days go argue time want make right cause last night baby gon alright baby gon alright yea yea love mark bullets heart want move feelings strong dont wanna waste time dont wanna waste time man know aint finished barely beginning time done put put time ending silly chasing feeling figured felt different many many girls stay ya see love wasnt intention rather play dominoes count money niggas shoot dice give seven rolling gate hit twice black eyed peas money baby gon good night said love yeah fuckin meant aint gotta bring moms sister house big trying spend night always inviting dont even liking dont even say shit cause like see happy even faking flagrant foul ass bitch man hate hope make cause days go argue time want make right cause last night baby gon alright baby gon alright yea yea love mark bullets heart want move feelings strong dont wanna waste time dont wanna waste time like love game love game love game love game yea yea yea yea like love game love game love game love game yea yea yea yea uhh every last king need queen love forever hold ring hold defend hold witness always got much pride look eyes even told younger father abused let cry shoulder tissue short sleeve tears see lives equal thinking uhh yo genie yea grant every wish put environments good company success already set going best know lied trust aint like ex sex good break break sweat stay together fight old shit different location feeling like time wasted cause days go argue time want make right cause last night baby gon alright baby gon alright yea yea love mark bullets heart want move feelings strong dont wanna waste time dont wanna waste time like love game love game love game love game yea yea yea yea like love game love game love game love game yea yea yea yea trying forget someone love like trying remember someone never knew think dream nightmares haunting cant sleep anxiety cant breathe cant live without revival verses survival standing podium waiting arrival one day return like usher say gotta let burn hardest part dreaming someone love waking see person gone know takes seconds say hello forever say goodbye moving easy leave behind makes hard feel rawws rock kick game 8 figure deal figure im courtside clip game still pop ace king shit im rozay black maybach leather gloves oj ok day beating bitch day bandz make dance thats thousand dollar foreplay ak get full clip soundwave kissed mouth ask dick taste bitch nigga dont want drama im worth couple commas death dishonor last king come sign shit designer extroardinary rhymer bodied yo shit nothin wes west hot temper get wet give head neck clean mess one false move death gesture cash safe nigga dont feel pressure im dope shit dope shit dope cause 187 killing hoes shit dope shit dope cause 187 killing hoes h buckle hermes hustle crown watch young niggas still thuggin 87 crib fuck went gold month aint budget new chains rolex links new chick drag mink new car ride round aviator crew flyest round hating hood niggas dying round bath salt boss got insurance beard cars rockstars dope boys odds done seen back broads hands clap like nigga stadium million dollar chain im rocking 8 em see slipping boy dont make pick label scottie pippen dribble laid em another triple got tripping like angel dust winning women table ah say name say name nigga say name hundred million dollar nigga nigga say name im dope shit dope shit dope cause 187 killing hoes shit dope shit dope cause 187 killing hoes chief rocka pill popper tell pull things cause car topless topic get top whats synopsis sincere belly thats nas shit king announcing gangsta shit mobbin taking dollars creflo white collar wish nigga would call thomas bitch im bomb call unabomber money game im driving shit thats insane niggas stay lane playing aint nothing changed pardon good regime make girl david blaine murder case kids say nigga raw im dope shit dope shit dope cause 187 killing hoes shit dope shit dope cause 187 killing hoes feel say goes around comes around know made mistakes forgave dont understand know im trying best guess consequences dealing sin even sacrificed friends nights club turn nights like old story diary memories never fade time well see hope see cause heart beats girl know one mad girl know made mistakes know fucked heart beats baby ima go scream loud leave something cant control lets one last time fuck road uh grippin biting remember times fighting said loved liked became obsessed sexing screaming whose naked im pullin hair told take couple shots faded dont even know made home got look eyes like hope mine said hoped feelings real really tired lies one minute fine everything cant thats reason making mistakes time put plate told loyal spoil never disown get lonely im touring hold supportive ill back morning new purse wanted whats good cant flaunt show aint better rest whats real love aint got respect theres way pay back plan make make understand make understand heart beats girl know one mad girl know made mistakes know fucked heart beats baby ima go scream loud leave something cant control lets one last time fuck road ever wanted happiness right lets get right lets handle business gonna leave tonight gotta kiss goodbye girl im bout make cry need one time cause last time best time better next time rolex vest time moet sex time hard let go part gon alone scrolling phone looking texts seems like long ago aint better rest whats real love aint got respect way pay back plan make make understand make understand heart beats girl know one mad girl know made mistakes know fucked heart beats baby ima go scream loud leave something cant control lets one last time fuck road +snoop dogg,ha ha ha im serious nigga one yall niggas got bad motherfuckin breath aye baby aye baby aye baby get bubblegum motherfucker somethin aye nigga get somethin eat dog aye nigga study long study wrong nigga much drama l b c kind hard bein snoop double g somehow way keep comin funky ass shit like every single day may kick little something gs make ends breeze two mornin partys still jumpin cause momma aint home got bitches livin room gettin aint leavin till six mornin wanna shit got pocket full rubbers homeboys turn lights close doors dont love hoes yeah gon smoke ounce gs hoes motherfuckers bounce rollin street smokin indo sippin gin juice laid back mind money money mind rollin street smokin indo sippin gin juice laid back mind money money mind got seagrams gin everybody got cups aint chipped type shit happens time got get fool gotta get mine everything fine listening g got cultivating music captivating listens words speak take drink middle street get mackin bitch named sadie used homeboys lady 80 degrees tell bitch please raise n u ts cause gets none ease mob dogg pound feel breeze beyotch im rollin street smokin indo sippin gin juice laid back mind money money mind rollin street smokin indo sippin gin juice laid back mind money money mind later day homie dr dre came gang tanqueray fat ass j bubonic chronic made choke shit aint joke back sit cup tanqueray chronic yeah im fucked aint stoppin im still poppin dre got bitches city compton serve cherry top cause bust nut im raising cot dont get upset girl thats goes dont love hoes im door ill rollin street smokin indo sippin gin juice laid back mind money money mind rollin street smokin indo sippin gin juice laid back mind money money mind rollin street smokin indo sippin gin juice beyotch mind money money mind rollin street smokin indo sippin gin juice beyotch mind money money mind snoop snoop pimps crib drop like hot drop like hot drop like hot pigs try get park like hot park like hot park like hot nigga get attitude pop like hot pop like hot pop like hot got rollie arm im pourin chandon roll best weed cause got goin im nice dude nice dreams see ice cubes see ice creams eligible bachelor million dollar boat thats whiter whats spillin throat phantom exterior like fish eggs interior like suicide wrist red exercise phys ed cheat man thats get ahizzead killer beat know killers street steel thatll make feel like chinchilla heat dont try run ear talkin raspy shit tryin ask shit niggas fill vest aint gon pass shit think take second matter fact take four b think fuck lil skateboard p pimps crib drop like hot drop like hot drop like hot pigs try get park like hot park like hot park like hot nigga get attitude pop like hot pop like hot pop like hot got rollie arm im pourin chandon roll best weed cause got goin im gangsta yall knew da big boss dogg yeah keep blue flag hangin backside left side yeah thats crip side aint way play game way play cut much thought dj two one yep three n double p double g cant fake break take see specialize makin girls get naked bring friends yall come inside got world premiere right get live dont change dizzle turn little got livin room full fine dime brizzles waitin pizzle dizzle chizzle gs bizzack ladies gizzo pimps crib drop like hot drop like hot drop like hot pigs try get park like hot park like hot park like hot nigga get attitude pop like hot pop like hot pop like hot got rolly arm im pourin chandon roll best weed cause got goin im bad boy lot hoes drive cars wear clothes hang tough im real boss big snoop dogg yeah hes sharp tv screen magazines play close youre red beam oh got gun wanna pop back ak 47 nigga stop cement shoes im move familys cryin news cant find miss must remind im twist pistol whip dip flip dance mothafuckin music crip subscribe nigga get issue baby come close let see get loose pimps crib drop like hot drop like hot drop like hot pigs try get park like hot park like hot park like hot nigga get attitude pop like hot pop like hot pop like hot got rolly arm im pourin chandon roll best weed cause got goin snoop snoop youre back jack hour dj ez dicc wballz right something new snoop doggy dogg one goes ladies guys big bow wow wow cause gonna make little misty tonight dj ez dicc station slaps across fat ass fat dick met last night baby opened gap respect lady take back cause gave pussy even licked balls leave number cabinet promise baby ill give call next time im feeling kinda horny come ill break cant fuck day baby lay back open mouth cause never met girl love whole wide world well kurupt gave fuck bitch id always broke id never motherfuckin indo smoke gets loced loony bitch cant look like bbd hoochie groupie love hoes thats something learned tha pound fuck supposed pay hoe lay hoe know pussys mines imma fuck couple times im theres nothing else pass homie hit cause aint nothin bitch yall know bitches aint shit gives fuck dont yall pay attention approach different proposition im kurupt ho youll never one trick ass bitch aint fun homies cant none aint fun homies cant none aint fun homies cant none aint fun homies cant none guess whos back motherfuckin house fat dick motherfuckin mouth hoes recognize niggas cause bitches get scandalous pull voodoo gon really dont know id advise trust ho silly fall love bitch knowing damn well im caught grip sun rotates game grows bigger many bitches wanna fuck nigga named snoop doggy im im swift toes get caught hoes see aint fun homies cant get taste cause know dont love em woo hey know inhale exhale flow one money two bitches three get ready four hit switches chevy 64 red exact bitches side bitches back back bitch im struggling get knees start juggling motherfuckin nuts mouth warren g nigga clout aint fun homies cant none aint fun homies cant none aint fun homies cant none aint fun homies cant none eee ya ya ya ya yah dogg pounds house eee ya ya ya ya yah dogg pounds house snoop doggy dogg snoop doggy dogg depths sea back block snoop doggy dogg funky doc went solo ass still long beach spot serve caine follow follow follow follow dont lose grip nine trizzays yizzear fuck shit aint holdin nuttin back motherfucker got five twenty sack like matter fact cause never hesitate put nigga back yeah peep manuscript see must drop gangsta shit whats motherfuckin name snoop doggy dogg snoop doggy dogg da da da da dah doo doo doo da dahhh bow wow creepin crawlin yiggy yes yallin snoop doggy dogg motherfuckin house like everyday droppin shit nigga mr dr dre like said niggas cant fuck niggas cant fuck shit drop cause ya know dont stop mr one eight seven motherfuckin cop tic toc never glock nuts cock robbin motherfuckers kill dem bloodclots step fog creep smog cause im snoop doggy doggy doggy snoop doggy dogg snoop doggy dogg bow wow wow yippie yo yippie yay bow wow wow yippie yo bow wow wow yippie yo yippie yay bow wow wow yippie yo yo yo yo throw hands motherfuckin air wave motherfuckers like ya dont care yeah roll dank pour drank watch step cause doggys gank bank rolls swoll shits hit legit im parole stroll dogg pound right behind yo bitch ya might find layin playin g thang want nigga biggest nuts guess slim tilted brim whats motherfuckin name snoop doggy dogg snoop doggy dogg snoop doggy dogg snoop doggy dogg da da da da dah doo doo doo da dahhh da da da da dah doo doo doo da dahhh doggy dogg doggy dogg doggy dogg bow wow wow yippie yo yippie yay bow wow wow yippie yo bow wow wow yippie yo yippie yay bow wow wow yippie yo name snoop dogg dogg pound oh snoopy dogg snoopy dogg snoopy dogg yeah yeah know name cmon snoopy cmon snoopy dogg pound snoopy dogg snoopy dogg snoopy dogg aye aye jc sup enron aint snoop dogg nigga blue coat yeah yeah oh yeah thats nigga nigga roll side man roll window man hand motherfucking glock man give another clip cause im gonna smoke fool yeah roll windows yeah okay go aye man snoop dogg snoop snoop doggy dogg man hes snoop dogg man fuck nigga nigga man get nigga man man get fool man get man dont trying run man get fool man dont give fuck set got fuck nigga yeah nigga whats nigga yeah mothafucka yeah nigga one less nigga yeah nigga yous dead motherfucker look sky mind starts tripping tear drops eye body temperature falls im shaking break trying save dogg pumping chest im screaming stop breathing damn see demons dear god wonder save cant die boo boos bout baby think late praying hold voice spoke slowly started saying long live g ill make life better imagine even dreamed relax soul let take control close eyes son eyes closed murder murder case gave murder murder case gave im fresh coma got momma daddy homies corner gonna take miracle say walk talk anyway get fronted keys get back feet everything nigga said came reality living like baller loc money blowing hella chronic smoke bought momma benz bought boo boo jag im rolling nine trizzay el rag remember changed mind cause start set tripping ass mine indeed agreed proceed smoke weed never want never need say im greedy still want mo cuz eyes wanna journey mo really doe lay sleep pray lord soul keep die wake pray lord soul take indo gin juice im way chino rolling grey goose shackled head toe twenty five izz el nowhere gizzo know niggas side recognize face cause og double g l b c mad dogging niggas cause dont care red jumpsuit two braids hair niggas stare enter center send level three yard thats stay late night hear toothbrushes scraping floor niggas getting shanks case war pops cause cant tell whats next little homie baby boo took pencil neck probably wont make see twenty two put momma ima ride baby boo murder murder case gave murder murder case gave yeah gotta say whats nigga slick rick dont like eat dick sing shit go little something like lodi dodi likes party dont cause trouble dont bother nobody niggas whore mic rock mic rock mic doggs keepin yall health see smile enjoy cause cool cause cozy condition create cause thats mission listen close say types shit happens every day woke around 10 oclock morning gave stretch morning yawn went bathroom wash threw soap face put hands cup said um mirror mirror wall top dog ruffle duffle five minutes lasted mirror said conceited bastard well thats true thats never beef slipped khakis gold leaf used oil olay cause skin gets pale got file fingernails im true style behalf put bubbles tub take bubble bath clean dry body hair threw brand new doggy underwear bitches might take home got johnsons baby powder cool water cologne im fresh dressed like million bucks threw white socks blue chucks stepped house stopped short oh went back forgot indo dilly ran bumped smoker named girl playing hard get said whats wrong cause looked upset said um im feeling sad blue went away life filled rainy days love much youll never know cause took dope away damn shes crying feelin blue said um dont cry dry eye comes mother two little guys mean mother steps says hi decked sally face punched eye punched belly stepped feet slammed child hard concrete bitch strong kids gone something wrong said goin tried break said stop leave said cant smoke none cant either grabbed closely socks broke hell grabbed sack rocks um gave chase caught quick started crying shoes grabbin dick saying dont give play break long beach way give okay ill give love today doggy doggy doggy cant see somehow words hypnotize love jazzy ways doggy dogg love stay kept goin bitch around mothers born said cheer gave hit said cant im young bitch said youre starts cryin says im 19 says stop lyin says go ask mother wrinkled pussy cant lover yeah uh tick tock ya dont stop uh tick tock nya dont quit yeah nya tick tock ya dont stop uh tick tock nya dont quit biatch man dont know im loco mhm hm chillin right around way 21st east side beach motherfucker ran talkin shit homies like straight g askin im runnin gangbang set ery one em things sons wont change fools dont respect nuttin gangbang whats seen whats saw dogg law niggas runnin like marathon lil gs tryna creep east talkin bout gon get chain gon leave dont know get close tic tac toe three motherfuckers laid floor yeah happened yesterday west spray heard ese say said vato wont believe saw saw pack guys act real hard twist fingers say know said dont give fuck im snoop doggy dogg keep talkin went far snoopy went straight trunk car got gun start runnin hard started firing charged run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run didnt mean hit hit theres three motherfuckers dead aint seen shit niggasll scream plea g like case really could see crack mac back pop rollin smack ya neck back ya drop fallin havent seen mama week aint even ran mouth fuck aint give fuck law niggas say wanna brawl would think broads believin things never saw yall dogg smoke like menthol think know cant go think youll blow dope fuck see niggas proceed speed feel need bleed hear enemies goin vato wont believe saw saw pack guys act real hard twist fingers say know said dont give fuck im snoop doggy dogg keep talkin went far snoopy went straight trunk car got gun start runnin hard started firing charged run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run wouldnt nigga didnt pop niggas mouth goddamn snoopll keep one foot streets leave em covered sheets run niggas heat never seen thug like never seen dub like aint weak wanting peace fact could beast east motherfucker never hesitate blaze nigga really tryna change ways gotta move team cause peoples screamin need fun illegal ba ba bang song make feel like drive shame somebody gotta die see happen state state im mobbin la hear eses say go vato wont believe saw saw pack guys act real hard twist fingers say know said dont give fuck im snoop doggy dogg keep talkin went far snoopy went straight trunk car got gun start runnin hard started firing charged run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run run nigga run nigga duck nigga duck nigga run motherfucker run run motherfucker run snoop dogg bust gunshots skateboard p say bust gunshots dpg bust gunshots bbc know bust gunshots come snoop dogg bust gunshots skateboard p know bust gunshots come bbc bust gunshots dpgc know bust gunshots come im tired hearin bullshit gon play good shit damn mean give like sick get eat foods online gon doggy style somebody say eat get delivery like g see hungry doggs gotta eat get mine every day every week chicken wings crib im sittin burger low low hope kept pickle wonton catamaran oodles noodles thank man tacos chateau please somebody say eat private jet night sky man hand glide fried rice right could love bout slice side hot tub gonna boo chocolate fondue right cue even dipping sea see food seafood sees j u e somebody say eat oh oh oh oh yeah yeah yeah yeah oh oh oh oh yeah yeah yeah yeah beautiful want know youre favorite girl beautiful want know youre favorite girl know gon lose new snoop shit come baby boo gots get dont fool player cool whip yeah yeah know im always cool shit walk glass let put mood little cutie looking like student long hair big fat booty back days girl went school tell moms sister cool girl wanna might hit pimp pimp fluid mommy dont worry wont abuse hurry finish watch clueless laugh niggas ask everybody know ooh girl beautiful want know youre favorite girl beautiful want know youre favorite girl see baby boo shit get foolish smack nigga tries pursue homeboy taken move asked nicely dont make dogg lose blow dro keep flow movin 64 baby boo cruisin body rag interior blue hydraulics squeakin screwin shes yellin hollerin snoop hootin hollerin hollerin hootin black beautiful one im choosin hair long thin black curly like youre cuban keep groovin thats doin gon together moms move beautiful want know youre favorite girl beautiful want know youre favorite girl see want know really special oh oh oh oh see want know really special oh oh oh oh snoop dogg clothing thats im groomed got pictures wall room girls complaining keep boomin girls like wanna listen pat boone yous college girl dont stop doin come see dogg hood near dont ask roll crew twist fingers wear dark blue eastside thats crew choose nothing new smack world rude cause baby girl youre beautiful beautiful want know youre favorite girl beautiful want know youre favorite girl see want know really special oh oh oh oh see want know really special oh oh oh oh see want know really special oh oh oh oh want know really special oh oh oh oh ehh oh yeah theres something oh hooo ehh oh yeah theres something oh hooo ehh oh yeah theres something oh hooo poppin stoppin hoppin like rabbit take nina ross ya know gots lay back cut retain think shit im thinkin wealth makes grip make nigga straight slip set trip gotta get grip dip around corner im another mission wishin upon star snoop doggy dogg caviar back limo demo real breakin niggas like evander holyfield chill til next episode make money really dont love hoes tell truth swoop coupe used sell loot used shoot hoops make hits every single day nigga diggy dr dre lay back cut motherfucker fore get shot 1 8 7 motherfuckin cop boy gettin hot yes indeed snoop dogg mic im bout crazy biz markie spark chronic bud real quick let get fly gangsta shit yeah lay back stay back cut niggas try play g like mutt got little message dont try see snoop im finna fuck bitch whats name luke tried see tv youse bg double g yes im og cant see homie dr dre fuck nigga like gotta say gotta take trip mia serve ass motherfuckin ak cant see double g cause im servin em swervin coupe lexus flexes long beach texas sexist hoes wanna get cause snoop dogg shit biatch ahhhh im somewhat brain boggled look microphone slowly start wobble grab habit stick plug snoop doggy got got fat dub sack chronic back pocket loc need lighter take smoke toke everyday loc everyday p u n nigga dr dre lay back cut like told ass gimme microphone let hit blast got little cousin name daz bitches fuck gimme ass cause know shit goin know shit puttin knowin bout shit im mic cause snoop dogg trump tight like virgin surgeon dr drizzay lizzay plizzay double gizzay fly human seein im european bein put motherfuckin mic hand dont understand im kickin cause snoop mic gets wicked follow listen cause like wanna done snoop doggy dogg three two one umm dum diddy dum come gat guitar strum im lunatic nigga thought caught slippin ima catch ill peel cap snap back relax ya bet slippin ds 83 cadillac gon smoke ounce gz hoes motherfuckers bounce +queen latifah,uh unity unity thats unity unity love black man infinity infinity unity unity thats unity unity love black woman infinity infinity unity unity thats unity unity love black man infinity infinity instinct leads another flow every time hear brother call girl bitch ho tryna make sister feel low know gots go everybody knows theres exceptions rule dont gettin mad playin cool dont calling name bring wrath disrespect like dame thats im talkin one day walkin block cutoff shorts right cause crazy hot walked past dudes passed one em felt booty nasty turned around red somebody catchin wrath little one said ha ha yeah bitch laughed since boys tried break fly huh punched dead eye said callin bitch yeah unity unity thats unity unity love black woman infinity infinity unity unity thats unity unity love black man infinity infinity hit bottom aint nowhere else go bad days work give attitude erupt take thats enough put hands ill put ass handcuffs guess fell deep love grew dependency blind see affectin knew man scared let go even though treated bad dont want see kids see gettin beat daddy smackin mommy around say im nothin without ya im nothing ya man dont really love hits ya notice door im takin im personal whore thats im nothing good gon come ya til right brother wait see unity unity thats unity unity love black man infinity infinity unity unity thats unity unity love black woman infinity infinity whats goin mind ask ya like yo yo dont hear though wear rag around head call gangsta bitch saw apaches video saw wildin actin like fool peeped window jumping girls school come minute ago nerd nobody ever heard ya wannabe hard barely know abcs please theres plenty people triggers ready pull tryna jump front bullet uh real bad girls silent type aint none worth gettin face sliced cause thats happened homegirl right got wear life unity unity thats unity unity love black woman infinity infinity unity unity thats unity unity love black man infinity infinity check check check check check check want free position living single yes living single life yeah living single ooh nineties kind world im glad got girls keep head keep head thats right whenever life get tough gotta fight homegirls standing left right true blue tight like glue living single nineties kind world im glad got girls haaaa theres light darkness though night black skin theres light burning bright showing way know ive theres cry distance voice comes deep within theres cry asking pray answers ahead cause know ive theres road weve travelin lost many way riches plenty worth price price pay theres dream future theres struggle yet win theres pride heart cause know im going yes know ive yeah theres road must trave theres promise must make riches plenty worth price price pay theres dream yeah yeah yeah future theres struggle yet win theres pride heart cause know im going know ive yeah theres road must travel theres promise must make riches plenty worth risk chance take theres dream future theres struggle yet win use pride hearts lift us tomorrow cause sit still would sin lord knows know ive give thanks god cause know ive ladies kick rhyme wicked dont know pros get evicted woman bear break take time rhyme relate sister dope enough make holler scream ayo let take queen excuse think im get precisely im conversating folks whatsoever clue listen carefully break merrily merrily merrily merrily hyper happy overjoyed pleased beats rhymes sisters employed slick smooth throwing sound totally yes let state position ladies first yes believe say woman great see know fellas agree one one time loving woman gets strong stepping strutting moving rhyming cutting forgetting ones give birth new generation prophets ladies first break lyrical freestyle grab mic look crowd see smiles cause see woman standing two sloppy slouching something wont think cant flow stereotypes got go im mess around flip scene reverse little touch ladies first said ladies couldnt make must blind dont believe well listen rhyme ladies first theres time rehearse im divine mind expands throughout universe female rapper message send queen latifah perfect specimen sister get sure monie love grab mic get dumb yo praise simply born l n n sound american dig exactly im coming want righteous rhyming imma give enable aid get paid material meaning wish slay pay every bit attention like mother like daughter would also like mention wish bring bring rhythm systematically given desperately stressing im daughter sister whos mother brother whos brother another plus one four job respect due mother whos root next n e l v e im first cause im l e contact fact style gets harder cooling scene european partner laying track track waiting climax get thats tax next man next woman doesnt make difference keep competition coming ill recite chapter verse title recital ladies first step night queens civilization mic scene right crowd hype expel wack bite cause im type swaying beats 45 king style wants sing swing meanwhile footnote opposite sex monie ripped mic rocked next plex never catch worst get drift ladies first yeah well well owww yeah yeah bring pecan pie pour sugar sugar dont shy scoop mess chocolate swirl dont stingy im growing girl offer big love apology deny world afraid throw weight around pound pound pound im big blonde beautiful face fact simply irrefutable one wants meal offers least girl serving whole damn feast slice piece hog head cheese take look inside book recipes dont sniff around something fluffy light need man brings man size appetite ill use pinch sugar dash spice ill let lick spoon tastes nice well keep oven til good hot keep stirring til hits spot im big blonde beautiful nothing bout us thats unsuitable sit bleachers timid afraid edna look like whole parade say white might thin well thats bull cause ladies big back black beautiful shapes sizes follow wants twig climb whole tree yeah yeah yeah yeah yeah yeah oh yeah groovy baby groovy ladies gentlemen keeper keys countess clink mistress murderers row matron mama morton ask chickies pen theyll tell im biggest mother hen love love system works system called reciprocity got little motto always sees youre good mama mamas good theres lot favors im prepared one mama shell one say life tit tat thats way live deserve lot tat ive got give dont know hand washes one youre good mama mamas good want gravy pepper ragu spice mama shell get hot pass basket folks contribute put mama shell put folks atop ladder ones world adores boost ladder kid ill boost lets stroke together like princeton crew youre strokin mama mamas strokin whats one conclusion bring number youre good mama mamas good gon take one 275 halsted 384 stuyvesant gon take 155 morgan 144 harrison another day living hood another day around way feelin good today feelin lovely yay another day living hood another day around way feelin good today hear im stay well beautiful day neighborhood beautiful day neighborhood cant go wrong feel strong flavors good im whatever comes way hip hop hooray latifahs vacation im plain old dana today strap step every direction glock tecs jimmy hats case need protection land cruise pump sounds play wanna bes kid m3s getting jacked right front play tec close fingers trigger dont wanna get wet steps cause mines slightly bigger better yet im threat better walk get sketched chalk cause dont wanna talk stay true blue im hoping got fever flavor woo woo back block time play another day around way hey time chill hit hill uptown lets peep sights shoot pool act fool cause tonight im knowledge easy easy watching cop cuff kid selling clip dt home flex get pressures chest slip tape hood hit next stomach ache head steak n take bean pie get final call brother bow tie im little kids dream fiend fun lots laughter moms pops playing son passed girls wake say died seven hit stray pray theres hood heaven fake brothers claim theres shame game know name show real nigga brain back block time play another day around way hey know gotta give props cant stop without yall ill nothin wreckin checks rhymin cuttin stages front pages phones beepers reason put queen front name latifah come real life perspective rule cause peoples around way remain cool back block time play another day around way around muthafuckin way another day living hood another day around way feelin good today im feelin lovely yay another day neighborhood another day around way feelin good today hear im stay another day around way feelin good today hear im stay cause another day neighborhood another day around way im feelin good today im feelin lovely yay feelin good today feelin good today know hoods okay gonna okay hey old friend lets look back crazy clothes wore aint fun look back see done nights together special memory cant wait tomorrow long youre dancing next cause clear every year get stronger whats gone gone past past turn radio hit gas cause know weve come far weve got far go know road seems long wont long til time go days well take fast nights well take slow know weve come far baby baby weve got far go hey old friend together side side year year road filled twists turns oh thats road got us lets move past bad times memories fade lets forgive forget learn mistakes made cause clear every year get stronger dont give dont say get back road cause know weve come far weve got far go know road seems long wont long til time go days well take fast nights well take slow know weve come far baby baby weve got far go hey old friend come along ride theres plenty room jump inside highways rocky every much better ive keep movin speed heart compass youll ever need lets keep cruisin road cause rearview mirror shows whats gone gone gone got far go oh clear every year get stronger shine light take hand lets dance promised land cause know weve come far weve got far go know road seems long wont long til time go days well take fast nights well take slow know weve come far baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go baby baby ooo baby baby weve got far go dana owens aka queen latifah yes im testify gotta speak behalf dont even know happened tell happened comin blame youdve youdve seen think would done mean imagine hittin woman takin picture fightin back think ass kickin think ass flippin stairs top smilin shoulda stopped wildin could picture tryin finish see pictured side law high heels leave holes youd thought gunnin cops comin aint runnin girl shoulda seen shoulda bobbed weaved cops came got couple clean hits word couldnt take abuse couldnt explain state troops know girl yeah go girl plus look real cute orange jumpsuits story im tellin aint changin nothin needed know honor comin blame youdve youdve seen think would done comin blame youdve youdve seen think would done aight aight lets get take mug shot hurry fingerprints blood clot lil kim aka sofia luchiani keep jumpsuit im rockin armani yeah bust warnin lawyer bail money mornin im guilty tryin protect mine aint fault ran knife 20 times luck bastard aint die woulda every day blacked eye broke nose til started bleedin kicked ribs choked til stopped breathin fuck im sick bobbin weavin threatenin kill threaten leave bid cause aint way gonna like ike oj comin blame youdve youdve seen think would done comin blame youdve youdve seen think would done constantly accused mentally abused many shoes felt caught worse case puttin tired ass first place flippin bought condoms aint used one two missin made new mission catch cheater use coast shouldnt smell lever know dont smoke shouldnt smell reefer catch cheatin shouldnt yell either run quietly choke silently might sound cruel gotta love irony explain came back trip come home please aint followed guidelines forgive honor ran knife five times comin blame youdve youdve seen think would done comin blame youdve youdve seen think would done comin blame youdve youdve seen think would done today im queen sista role model friend today im bitch thatll shoot fair one dont exclude men wanna test come test weak songs weak shows reincarnated ill pimp slap shit weak hoes freak shows make em leak holes aint talkin shootin free throws coming stage clothes shit fuck said cant beat break took long album drop thought died missed wake dont spit subliminals doubt way dont walk around wondering fuck im talkin bout im trippin heard rippin im breakin bitches sending back first career stripping lap dancing five cents vips make rent look im platinum wondering fuck time went hoes oppose queendom wanna bring plate aint got shit else niggas dont exclude wont duck yeah thing worse bitch nigga pretty motherfuckers dressing part heart gettin hot niggas rap wit em fuck lot wack niggas went platinum tour girls get manicured better leave security might knock door get dont put past shine apache many left stitches let get back bitches im sick hoes poppin bullshit radio videos like theyre ones tv shows want got could fight everyday lotta bitches acting im one gettin paid hoes saw set dont make braid hair back let cleo ho dont start wont get knocked knowin diva diva diva bitch recognize queen latifah ill give raw trojan legs thing spose keep open jokin smoking good shit get good kick yo ass playin close like siamese wantin try im leavin hoes see ivs ever said beat lied bitch need put tv guide turn tv see 3 thought shit would easy believe name aint khadijah aint living single fox network fuckin wit expert get yo ass laid rest cave yo chest bitch niggas gettin robbed avirex pay yo debts ima yo pockets dent yo mouth bitches wanna gossip poppin shit dont know steelo make shit legit ride dick dough ho dont need tight clothes cover half assed flows yo knees way hoes gon blow saying yo +outkast,one two three uh baby dont mess around loves know sure really wanna cant stand see walk door dont try fight feeling cause thought alone killing right thank god mom dad sticking two together cause dont know hey ya hey ya hey ya hey ya hey ya hey ya hey ya hey ya think youve got oh think youve got got dont get til theres nothing get together oh get together separates always better theres feelings involved say nothing forever makes makes makes makes makes makes love exception oh oh oh oh oh denial know happy yall dont wanna hear wanna dance hey ya hey ya dont want meet daddy hey ya want caddy hey ya dont want meet mama hey ya uh oh want make cumma hey ya uh oh im im im im honest hey ya im honest hey alright alright fellas whats cooler cool cant hear ya say whats whats cooler cool alright alright alright alright alright alright alright alright alright alright alright alright alright alright okay ladies gon break thing seconds dont break thing nothing want see yall baddest behavior lend sugar neighbor ah go shake sh shake shake sh shake shake sh shake shake shake sh shake shake like polaroid picture hey ya shake sh shake shake sh shake shake shake shake sugar shake like polaroid picture beyonces lucy lius baby dolls get floor know oh know know hey ya hey ya hey ya hey ya hey ya hey ya hey ya hey ya yeah one right goes babys mamas mamas mamas mamas baby mamas mamas yeah go like im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times babys drama mama dont like doin things like havin boys come neighborhood studio tryna fight needs get piece american pie take bite thats house ill disconnect cable turn lights let know grandchild baby pay check private school daycare shit medical bills pay love mom everything see aint one laid wanna rib start custody war lawyers stay never got chance hear side story divided fish fries cookouts childs birthday aint invited despite show utmost respect fall defend lady call yeah im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times daughter got special thang goin say puppy love say full grown hope feel feel way forever plan pretty picnic cant predict weather ms jackson ten times nine im lyin find quickest muzzle throw mouth ill decline king meets queen puppy love thing together dream bout crib goodyear swing oak tree hope feel like forever forever forever ever forever ever forever never seems long youre grown notice day day ruler cant wrong ms jackson intentions good wish could become magician abracadabra sadder thoughts thoughts thoughts asking happened feeling pray much need knee pads happened reason one cant mad know know everythings cool yes present first day school graduation im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times look way treats shit look way treat see little nosy ass homegirls done got ass sent creek g without paddle left straddle ride thing girl aint speakin cause dick mouth know im talkin jealousy infidelity envy cheating beating year 2g thing placin blame keep singin song let bygones bygones go get hell mama im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times im sorry ms jackson ooh real never meant make daughter cry apologize trillion times caroline see caroline guys would say shes mighty fine mighty fine got somewhere half time half either got cussed coming short yeah dig even though youd need golden calculator divide time took look inside realize real guys go real mars girls haha yeah know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh caroline see shes reason word bitch hope shes speedin way club tryna hurry get baller singer somebody like try put make mirror crash crash crash ditch needs golden calculator divide time takes look inside realize real guys go real mars girls yeah know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh well shes got hotties body attitude potty met party hardly acting naughty said shorty would call said pardon balling said darling sound like prostitute pausing oh youre one freaks get geeked sight atm receipt game peeped droppin names shes weak trickin bitch lost must take geek quick way eat neat place sleep rent car week trick treat go raw sex aids test flawless regardless dont want get involved lawyers judges hold grudges courtroom wanna see support bra support know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh yeah know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh know youd like think shit dont stank lean little bit closer see roses really smell like poo poo ooh yeah roses really smell like poo poo ooh better come back mars girl quit chasing cars happens dough gets low bitch aint fine way way way better come back mars girl quit chasing cars happens dough gets low bitch aint fine way way way crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch crazy bitch yuh uh huh even sun goes heroes eventually die horoscopes often lie sometimes nothing sure nothing certain nothing lasts forever close curtain aquemini yeah time get like spike lee said get bus go get work keep beeper chirping must dust corn starch familiar smack man music like green stuff provided sack man pacman fuck think gon man riding round old national eighteens without gat man im strapped man ready bust nigga like man nigga roll together like batman robin prayed together hard times swung hard fitting tapping brakes corners bending volkswagens bonnevilles chevrolets coupe de villes aint got rims nigga dont get wood grain steering wheel real go chill still build let paper stack stead going overkill pay fuckin beeper bill bitch yeah yuh yuh even sun goes heroes eventually die horoscopes often lie sometimes nothing sure nothing certain nothing lasts forever close curtain aquemini twice upon time boy died lived happily ever thats another chapter live home brave dirty dollars beauty parlors baby ballers bowling ball impalas street scholars majoring culinary arts know work bread cheese dough scratch see catch get caught know selling bought cut big talk lets walk bridge meet halfway may see children dead pathway poor babies walking slowly candy lady looking bad need hope like words maybe probably hobby turntables get wobbly dont fall im sorry yall often drift im talking gift comes never look horse inside grill course know feel like bearer bad news dont want needed question every nigga dreads cause every nigga golds fall naww dont get caught appearance outkast aquemini another black experience okay even sun goes heroes eventually die horoscopes often lie sometimes nothing sure nothing certain nothing lasts forever close curtain aquemini name big boi daddy fat sax nigga like cadillacs stay streets cause streets folks better know say pro black professional missed lot church music confessional get testicles nutsacks bust round bust back g get back real niggas thats tryna spit facts ear cant come near maybe need quit aquemini aquarius gemini running shit like yeah yeah yeah yeah mind warps bends floats wind count ten meet twin andre ben welcome lions den original skin many men comprehend extend go tell friend sin depends believing faith make thats hardest shit since mc ren alien blend right kin look cause swear spot one every happening wish could tell andre andre yall gon make amends even sun goes heroes eventually die horoscopes often lie sometimes nothing sure nothing certain nothing lasts forever close curtain aquemini master finally igor weve done weve done igor yes master yes master master igor weve done uh oh check well crooked letter aint one better im microphone best wear sweater cause im cooler polar bears toenails oh hell go talking shit bend corners like curve struck nerve bout see southern playa serve heard youre pay rent heard make much spent got bent like elbows amongst things im worried cause step party like mouse scurry go get fucking shine box sack nickels tickles see try like mr pickles daddy fat sax b g b motherfucka took knuckles eye try warn test dont listen giving shout uncle darnell locked prison throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer oral illustration like clitoral stimulation female gender aint nothing better let know wet enough enter ill wait future world depends child raise gon nigga syndrome know beat odds regardless skin tone feel tune might get picked give fuck others say get gone alienate us cause different keep hands sky like sounds blackness practice preach aint lie ill baker maker piece pie breaker breaker 10 4 get reply everybody say throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer every day sit nigga school thinking second album dungeon shooting pool like e p n cause adjust beat zone honey im home im married carried lot problems around frustrated im sitting end month made like made b team like daddys wife making coffee heard atliens back hell softly played piano dark found way channel anger embark worlds stage everybody gots play part god works mysterious ways starts job speaking us sincere drugs alcohol get signal clear day put glock away got stronger weapon never runs ammunition im ready war okay throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer throw hands air wave em like dont care like fish grits pimp shit everybody let hear say yea yer aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean sir lucious gots gator belts patty melts monte carlos el dorados im waking slumber feeling like rollo follow showtime apollo minus kiki shepards ho leopard print ah teddy pendergrass cooler freddie jackson sipping milkshake snowstorm left throat warm dorm room au blew hay athletes might cake must mistaken statements make cause aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean canary yellow seven nine seville display nigga bongo hooked omar gon dip rims today nigga ride honeycomb hideout imma show wild like jack tripper let bambino snipples ykk zipper lick like lizard im slizzard sober six million ways fold ya like noahs get twos youse get pretty ill call yo ass round eight ish know youll girl aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean huge baby eyes get runnin mouth tellin everything thats nasty mind say youre malnutritioned need vitamin invitin tingle spine love love aint youre anne frank lets hit attic hide bout two weeks rick jamesn chains whips suck lips til hips jerk double time boy next doors freak ha ha aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean coolest motherfunkers planet sky fallin aint need panic ooh ooh got stick want yo automatic ooh ooh ooh compatible created attic coolest motherfunkers planet sky fallin aint need panic ooh ooh got stick want yo automatic ooh ooh ooh compatible created attic aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean dont think im sexy im fresh clean fresh clean clean aint nobody dope im fresh clean fresh clean clean love stare im fresh clean fresh clean clean one two one two three yeah inslumnational underground thunder pounds stomp ground like million elephants silverback orangutan cant stop train want dont come unprepared ill leave bet ill household name weather man tellin us aint gon rain sittin drop top soakin wet silk suit tryin sweat hit somersaults without net thisll year wont forget 1 9 9 9 anno domini anything goes wanna long know consequences given livin fence high jump jail low dig might touch hell hot get life sale might cast spell look came mail scale arm hammer soul gold grill baby mama black cadillac pack pampers stack questions answers cure cancer cure aids make nigga wanna stay tour days get back home things wrong well really bad along left adds ball power thoughts thousand miles per hour hello ghetto let brain breathe believe theres always ha dont pull thang unless plan bang bombs baghdad yeah dont even bang unless plan hit something bombs baghdad dont pull thang unless plan bang bombs baghdad yeah dont even bang unless plan hit something bombs baghdad uno dos tres ever think pimp rock microphone like boy still stay street big things happen every time meet like track team crack fiend dying geek outkast bumpin street slant back cadillac bout five niggas deep 75 mcs freestyling beat cause get crunk stay drunk club shouldve bought ounce copped dub shouldve held back throwed punch supposed meet girl packed lunch u g got son way name bamboo got little baby girl four year jordan never turned back kids shouldve hit quit rag top get laptop make business boy set goals make fat diamond dusty coal record number four roll hold slow stop control like janet planet stankonias ya moving like floyd comin straight florida lock windows block corridors pullin belt cause whippings order like three piece fish cut daughter yo quiero taco bell hit border pitty pat rappers trying get five im microphone fiend tryin stay alive come atl boy better hide cause dungeon family gon ride ha dont pull thang unless plan bang bombs baghdad yeah dont even bang unless plan hit something bombs baghdad dont pull thang unless plan bang bombs baghdad yeah dont even bang unless plan hit something bombs baghdad bombs baghdad bombs baghdad bombs baghdad bombs baghdad bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top bob head rag top power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival power music electric revival damn damn damn james damn damn damn james damn damn damn james damn damn damn james dickie shorts lincolns clean leanin checking scene gangsta boys biggas lit ridin talkin shit nigga wanna go know club dont close til four lets party til cant watch come folk damn oh lord plot thickens gives dickens reminiscent charles lil discotheque nestled ghettos niggaville usa via atlanta georgia lil spot young men young women go experience first little taste night life well ive never well perhaps engulfed ol e never made door speak hardcore dj sweatin problems troubles day fine bow legged girl fine outdoors lulls lukewarm lullabies left ear competing set right blends perfectly let liquor tell hey hey look baby playin song crowd goes wild holyfield fight actuality 3 three niggas done got hauled ambulance sliced two niggas done started busting wham wham one nigga done took shirt talking bout else wanna fuck hollywood court interpretation situation damn damn damn james damn damn damn james damn damn damn james damn damn damn james yes first met spottieottiedopalicious angel remember damn thing like yesterday way moved reminded brown stallion horse skates know smooth like hot comb nappy ass hair walked almost paralyzed neck smelling sweeter plate yams extra syrup eyes beaming like four karats apiece blindin nigga felt like chiefed whole presidential heart beating damn fast never knowing moment would bring another life world funny shit come together sometimes dig one moment frequent booty clubs next four years somebodys daughter raisin yall youngn thats beautiful thang thats youre top game man enough handle real life situations cant gamble feeding baby dope money might always sufficient united parcel service people post office didnt call back cloudy piss back trap trapped gon marinate minute da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja da da da ja ja ja uh huh uh huh baby yeah yeah cut oh oh oh uh huh yeah yeah baby uh huh uh cracka lacka lacka lacka cracka lacka lacka lacka uh huh baby uh huh yeah yeah uh cracka lacka lacka lacka cracka lacka lacka lacka baby yeah yeah uh huh uh huh ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk many day passed night gone still find time put bump eye total chaos playas thought absent takin another route represent dungeon family like great day nigga decide take back way stabbin every city headed bat cave atl georgia ya bulldoggin hoes like georgetown hoyas boy sounding silly think brougham aint sittin pretty doughnuts round suckas like circles around titties damn committee gon burn us gon bust mouth chorus say ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk say ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk met gypsy hipped life game stimulate activate left right brain said baby boy funky last cut focus past assll thats one live either thats one die try throw determine adventure andre got station heres destination got bus conversation lingered head hours took shower kinda sour cause favorite group aint comin wit im witcha cause probably goin anyway anyhow doubt went bought cause thought would jammin examine flawsky wawsky awfully sad costly thats wrote hope never float boat shits creek weak last quote wanna hear im goin alls said done got new joe town record player get skippin slowin yall say niggas earned crown ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk say ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk say ah ha hush fuss everybody move back bus wanna bump slump us type people make club get crunk uh huh uh huh baby yeah yeah uh huh yeah yeah baby uh huh uh huh baby uh huh yeah yeah baby yeah yeah uh huh uh huh uh huh uh huh baby yeah yeah ah ha hush fuss everybody move back bus uh huh yeah yeah baby uh huh wanna bump slump us type people make club get crunk uh huh baby uh huh yeah yeah say ah ha hush fuss everybody move back bus baby yeah yeah uh huh uh huh wanna bump slump us type people make club get crunk major right know im saying yo son niggas niggas man straight man word man glad got together know time outs everybody north south east west know im saying thing right straight hip hop handling earth right niggas dont even know sure know mean wasnt us tryna enlighten yall niggas types flows flavors game wouldnt gotta keep innovative new creative know im sayin people dont wanna hear old thing doubt gotta come provocative nigga know mean shit gotta spine tingling mad styles crazy dangerous mean bust ya shit open beats know mean like yo niggas dont even know son yo gon play funky shit ya thats right straight pay pay nigga east point shaolin yall better know yeah hit henny one money yes sir two show couple years ago headland delowe start something good nigga rode marta hood tryna find hookup everyday looked ceiling watching ceiling fans go round tryna catch feeling instrumentals pencil plus paper caught 86 lithonia headed decatur writing rhymes tryna find spot light light spot knowing could rock hole wall clubs shit must stop like freeze making crowd move making gs thats check one two one two dope niggas cadillac call us went players ball ballers putting south map like little rock banging niggas say motherfuck playin payin stayin layin vocals locales done made big boys industry outkast yeah niggas making big noise million sold day niggas take lightly 96 gon year yall playa haters bite im bitch momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors back day younger hunger looking fill belly rallys bullshit pull shit like supposed pulled full tick stoned like white boys smoking white golds blunts got crunk chunky asses passes getting thrown like hail marys looking like halle berrys fine intertwined aint sipping wine wes chilling im rabid villain im high smoking freely lil b reek mone shug little brother james thangs changed hood live rats know momma want sing momma want trick momma im sucking dicks moving world like elevators crew pimps like 82 like tony toni tone like east point gone momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors got stopped mall day heard call way came nigga saying something talking bout smoke something hey man remember school really kept smiling like clown facial expression looking silly kept asking kinda car drive know paid know yall got beaucoup hoes songs yall done made replied going things true ive got fans average man enough loot last end week live beat like live check check dont move feet dont eat like neck neck yes done come long way like slim ass cigarettes virginia aint gon stop gon continue momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors momma cousin rolling strip vogues coming slamming cadillac doors +aesop rock,im trust im trust im trying help im trust im trust im trying help flash buttery gold jittery zeitgeist wither watering hole patrol heart huckabee art fuckery suddenly enough young lung water wings colorfully vulgar poacher mulch like ima pull pulse soldier bolt fine sign time elapse primate climb spine attach eye eye bog life swamps vines get rise frogs flies dogfights hog tied prize sort costs life mouths water fork knife allure isnt right score war torn beach cash cows actually beef blood turns wine leak police like thats riot feast lets eat remember name face day judged funhouse cast rejoice fall grace cane sky like none shall pass none shall pass none shall pass never day snow cone couldnt fix wouldnt relate rogue vocoder blitz spoke nodoz motor fritz cause wouldnt play rollover fetch like bitch express regrets though isnt worth homeowners piss jokers pose glitz fine sign swine swarm king whore comply conform miles outside eye storm siphon lure prize award avoiding vile bizarre violence war true blue triumph like wait let snake centerfold let break walls jericho ready go sat old cardboard city folk swap tales heads like every penny throw remember name face day judged funhouse cast rejoice fall grace cane sky like none shall pass none shall pass none shall pass tried tried tried trick youve got youve youve got lot nerve im im im trying trick im try im try im trying help okay woke grocery list goes like duty death anyone object come stand way could little snake river canyon today ran chain commands jetpack strapped backstab lands fine sign vibe crowd cut belly open find climb thats quite bit gusto muster make dark horse rush like enoughs enough mustve struck nerve huff puff til kings men fluster clusterfuck beautiful thing people keep impressive wingspan even cubicle shrink got pull intruder root weed ny chew machine remember name face day judged funhouse cast rejoice fall grace cane sky like none shall pass none shall pass none shall pass yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn put one shackle clean logic procreation invent wheel crooked spoke adjacent triple sixers lassos keep angels roped basement walk block halo stick poking patience yall catch thirty second flash visual dirty cooperative med platoon bloom head trip split ridiculous fathom splicing first generation fuck trickle anti hero smack pace game zero hour completion cretin splash duke early retirement picket dream american nightmare hogging screen ill hold door open stumble youd stop following around jungle gym honor spell h stole heritage merit crutched wretched refuse teeming resonance promise tempest tossed breed bleeding conscience see creed accents responsive sports divorced wattage im sleeping wow yeah settlers laugh wont laughing covered wagons crash wont laughing buzzards drag brothers flags rags wont laughing front lawn spangled epitaphs ill hang boots rest im impressed triple knot em forgot em origami dream beautiful man wings never leave ground without feather lottery ticket settle ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn slacker bound intimate tabloid headline pulse shimmy cross centerfold enter dead time engulfed divvy crumbs better souls seven deadly stains adhere blame crystal conscience results lowlife countin one hand hes accomplished okay link activism chain activate street sweep plug deteriorating cenobite pendragon hock spores coursed morbid spreading mad men alley gospel sinking lincoln log cabin charlie chaplin waddle could zig zag zig em badge dreams sparkle brick wall windows another thick installment one night gotham without wretched houston problem attached festive batch city goblins split holiday freaks box cut cinema high road bellow head gripped watch red bricks turn yellow sort similar backbones camp icarus fiddler crabs congregate get pampered bickering lifes bitch life beautiful woman call bitch cause wont let get pussy maybe didnt feel yall shared similar interests maybe youre asshole couldnt sweet talk princess kiss speaker wire peterpacifism pegging threshold stomach full halo kibbles wings span cast black upon vigils duck hunt ticker tape vision pick apart pixels got friend polar nature peace seek similar stars cant sit feast metal captain cat askin ive seen bit lost passion told yeah pedaled past ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way ever wanted pick apart day put pieces back together way yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn yes yes yall dont stop keep til break dawn look unsigned hype front line aeronauts flurry zero dark thirty zero friends minotaur fugly stepchild evoke lunch jumped plunging necklines beside tongue tied hungry enzymes devolved mothmen munching textiles punisher past go time back 10 fried worms chubbier brown grass sides canned food manmade tools lanacane band aids mandrake root bindle broomstick pancaked shoes handshake proof campaign cant lose cant gain smoke moles like force nature pray fortune return favor swiftly maybe form nest egg maybe form tesla death ray solid gold scene something better celebrate powder face like flatfoot jelly day moral compass batshit spinning shadows immoral magnets supporting artist enabling addict mean guess matters wish mattered thousand virtues kick bucket like chinatown turtles roving packs elusive young become choke lore writers boosted drums terrifying face future tongue huntable surplus one huntable surplus one huntable surplus one huntable surplus one huntable surplus one check breakneck pulse colors drain emote sugar skulls rain flower eyes melting guided levee made bath tiles tilting quarter headed kill screen corner cut build team particularly menacing angle perpendicular everything boys room cherry bomb boygoon much runnin devil mellotron hello heres tale caution pounds coffin nails bootlegs hawkwind saw tooth nevermind straw gold spin hearts sleeves heads poles arm maw fish pith like business card jar mall alike androids dreaming carbon applause get stuffed cartoon cigars cold pack neti pot home roost around folk backed lampoon shook fevered brow broke ankles daisy declawed pound thank fade failed basic training spent couple groundhog days changeling silhouette gods last cigarette anything less would ri god damn diculous roving packs elusive young become choke lore writers boosted drums terrifying face future tongue huntable surplus one huntable surplus one huntable surplus one huntable surplus one huntable surplus one one one one one one one one one used draw hard admit used draw portraiture human form doodle two headed unicorn soothin movin arm fusion man made tools muse beyond even went beautifully wrong tangible truth youth refused belong name nuisance stews bedroom oozing brand new cuneiform barely commune horde got whole gray scale ungluing world might zone yap magpie unseen hand dragging graphite cross contour little bit backlight black ink bristol baptize cant imagine rush ensue get three dimensions stuffed two school trained observed capable back new york five peeps dog two bedroom menial jobs plus rhymin stealin clod distractions free maraud left years deer light left spirit away let fears materialize let skills deteriorate haunted thought continuing mission rooted 20 year affinity rickety condition id crisis nap front lawn look sky shapes falling fringe heart though wouldve made cowardly kings chop count rings count rings count rings colors pouring fringe heart though wouldve made cowardly kings chop count rings count rings count rings used paint hard admit used paint natural light human face stenciled fire roommates bass blooming addiction amiss pushing pigment book like tattooed pigskin look pinhead kids minute drank kool aid tube acrylic grew linseed oil linen joy poison voice resin capture map gesture back add little accurate fat figure redo move inward zinc white lightning shoots fingers studio strewn illusion tinctures stay tuned spooky adventures cant imagine stars align forearm starts foreshortening right torso hung warping spine proportion reads warm alive routine day dirt cheap brush week goes goes untouched two three month rest life beat left seasons eager fall left work bury alive let means dissolve let person curl die eating innards unfeasible anxiety brutally committed relinquishing privacy aligning trials anti midas nap back lawn look sky shapes falling fringe heart though wouldve made cowardly kings chop count rings count rings count rings colors pouring fringe heart though wouldve made cowardly kings chop count rings count rings count rings im getting sick tired never understanding truth promised dont need walkie talkies nope walkie talkies dont need coughing offing morning coffee dont need walkie talkies nope walkie talkies want hermitry stay coffee go last shall first immerse pass heat face mud moxie melt till woke drowning tchotchke hell cave torch wall window arrangement porcelain dolls brand new day saw saw property owners crawl mall bad toupee face like author law pace like mourning loss right hand worms left full gold trade turf mean thats ok got answer end volatile day model mercy might way marionette clap obey dude look noise call flight water boys meet greet slap five cheek cheek colonize grown ass man shall abide wish walk path dime stick walk path diamond wine walk path firing line walk pay mind new recruit play doh spine lets friends opposite ends wave kid dont hop fence play radius far away orbit wide dont park space one little martyr talk face make one little weathermen sharpen blades dont need walkie talkies nope walkie talkies dont need coughing offing morning coffee dont need walkie talkies nope walkie talkies want hermitry stay coffee go last shall first curb mad cow meat face bars regular cell woke high collectible hell boom town kid taught binge man expire shit win thats warpy american nonsense penned rich routine friend pinch still used stench throws otherwise lucid events case afraid observe got pro keds box full laymans terms goes hey peace pray plagued major relief capacious rains cuz dont want war dont mean go warm barbecue im like pardon sawed limit high noon quick little minute dont wanna spend sitting critic simply isnt going ever really get hq alive alone driveway sign home dial tone line phone worlds tiniest violin song might lie lie morgue deep breath hiding bored fighting smile highly annoyed timing right rise record call monster beats blockhead got animal drums like hes doctor teeth goes red light green light 1 2 3 one large coffee fuck peace k e n p r n e r k e n p r n e r k e n p r n e r k e n p r n e r k e n p r n e r crawled basement weather got cold like lost lamb returning fold outside world recedes view years supply make memories 1967 colt 45 holding back vampires keeping alive theres envelope cash front door make take medication uh greasy grimy gopher guts poolside 1 dont forget spoons twice lukewarm folgers mold moonpie rooms home dissipate fruit flies suicide lane wide load ride looting wake amicable marooning duty go moving packs sharing food cat mom accidentally sawed woman half said ill keep prayers said need hide body said ok honey talk friday apparently share common plasma growing disconnection doesnt matter according blood water chapter weird wrote blood water chapter anyway probably surly dad child 30 cats looking way reconnect averted past except doesnt always work like today pulled three baby snakes moss dirt wild strawberry vines toss turn told grow something inventive electric healthy special present let go oh sitting gate awaiting spirits provisions privy headache pirouetting innards mirror sweating pitchers whos simian lizard disappearing difference ambition material antiquated gentleman outlaws reduced ferris wheel vitriol move godless heathen black gums tooth gone bootleg yukon cornelius im thats better go disenchanted face printed zero dollar bill got little plot land authority isnt recognized contraband keeping core hyde jekyll ized check never mind misanthrope vying affection wretched sound mysticism dying something must handle windblown way wanna win dont play today pulled three green frogs leaf bark grapevines climb convenient barn told grow something tenacious exalted mighty gracious lauded let go oh completely unable maintain semblance relationship level bastard people actively attempted deliver peril acutely undeserving ear listen lip kissed temple accustomed stubborn disposition admits wishes history disassembled hypocrite sermonizing tolerance skimming ministry pretzel unfairly resentful wish acted different bidding essential terrible communicator prone isolation sympathy devils worst enemy since genesis rebels today pulled three ghost crabs rock sand low tide showcased promised land told grow something dynamic impressive patient gallant festive let go oh hey kirby whatcha kirby whatcha hey kirby whatcha kirby whatcha hobgoblin shots hot strongid vaccine queen deem church socks hostage 9 weeks awesome hides slipper look eye like might wizard cold met cat lady parking lot got heroes tomorrow cardboard box probably hoarding 40 corners fort knox swapped 20 spot cop warlock back haunt found god hamper briefs head playing walking panther good around misery golden era samplers jeopardy wheel heels handlers bet pet worship md recommended sense purpose bat around keys means euphoria soon hailed greatest warriors hey kirby whatcha kirby whatcha hey kirby whatcha kirby whyd eat leaf homie dont fetch woke stretch thought bubble rich bowls goldfish skittish company stranger danger otherwise chase draw strings tails lasers steel cage match maze cables brazen game face based azazel oversized ears puke meow mix shred pair earbuds remedy cowlick thanks kirbs looking like milli keep old man sharp keep cold chantilly spun plum dizzy frisky moment never lands feet though think shes broken mouser training nap toaster decorate cubicle dogs playing poker 15 years taking prescriptions shrink like dunno maybe get kitten hey kirby whatcha kirby whatcha hey kirby whatcha kirby whatcha question died apartment like rat cage would neighbors smell corpse cat ate face used floss albatross like daddy kane chain im trying jettison ballast hazardous waste kid comfortably numb routine tedious crutch steep self imposed stockholm lima flux maybe occupation popular demons ducks made mingling akin seasoned stuffed theatre jumping jellyfish jealous little sycophants miserable flimsy skippies pissy pants one separately convinced theyre sketching da vincis hands delusion turned communication prison camp fucking dorks aint threat cause aint lesson learn ostensibly lost think funny defendants identical haunts step tempest measure spectrum involves maybe one cares party ill dont need help used hang around rappers root scene meant lot feel fugitive community breathe maybe sentimentalize truly naive know shit heroes wouldnt believe think bunch weirdos quest belong songs echolocation impregnable fog thats odd see pile imperfections flaws ascend pedestal patronize rest cogs mess obnoxious fantasy posturing pageantry aint even mad im impressed shit baffling god almighty chop ivory tower piano keys play dirge way surfing maggot beach fuckin dorks aint source art cant cooler corners source parts poker faced takes couple sordid remarks let manticore make sorcery bark life unfair party ill dont need help view rattling sabers like show expose insecurities exploding emotional code braggadocio go mostly jokey gross corrode homie til probity notably ghost hobby job miniature hell would wobble round momma like infant gazelle disillusionment truly difficult pill anything menacing difficult sell whistle bell rama black mollies dress like piranha even compelling melodrama comedy somebody wanna shop saga im voluntarily persona non grata fuckin dorks aint leaders need aint medium divas weasel breed im offin coffee paupers tea queen dont make show regency disobedient means heavy load bear party ill dont need help tech support feral army cave failed bit terraforming four corners paranormal get shorn thermos pair thermals warehouse air dairy curdles st vincent de paul trying square circle circle source power foresight born corner howard sale cherry pick blue pale blue nose chewin tail losing coat schmoozing high head rush hack bile h1n1 one eye breadcrumbs eye drencrom eye income good knife grin shoot dice lice ring worms peg leg smells like medellin wake night make pipe anything take 5 take dive cellophane turn 5 5 6 7 8 back black somewhere fancy shaped like backseat aesops camry dude seat full chips sandwich meat crypt end give address river piss dont question mystery fish picture shrimp pillow grits close eyes lick lips im cafe ordering cup fresh sara gave 2 gave one rex said fools aint shit plus fuck pigs could never understand sumner im grid im gate fly kites fray im box im mud fly kites cut norcal fried bacteria id survive vivarium try soft wheels sourdough heroin eat chimera fly seraphim might hold court cats dogs hold kools like orb dragons claw terry cloth robes outside detox surly curse beat cop doctor slurpee adopt xerxes fear moon man stay true like wolf wearing wolf pants oooh never could avoid long enough contain employ help look ways asteroid belt buzzed gross wholly unloved still hear ex head yelling kiss ring fortune fisher king assisted care blisters hair new day new diary disrepair soups 2 ton crucifix bear shoes shirt fiscal year said hello marshall every morn 6 yelled every time thats amore bitch took one tooth crack bug juice chug turn bum sun tzu bug outside home open swim occultism throes corrosive wind cold meal ghosts friends whole host meds deal tone loc cassette stepped body door pretend asleep probably god damn profound apathy heart crack im ships night im darts map word first name random set numbers letters alphanumerics changes hourly forever last name thousand vowels fading sinkhole susurrus couldnt john doe bingo address made language written living glyphs lifted demonic literature religious text telephone uncovered purveyors ouija checked cbgb womens room graffiti social sudoku age obscure case emergency daisies chasing birds employed trillionaires perfect teeth pores people open doors people open doors medical history course suny buffalo charlatan psychiatry troubleshooting undertow nervous service still im burger meat purple pills thank well call name sure skipped lunch im shrunk pack manias youre sitting waiting room youre dreaming arcadia youre feeling like baby tooth awaiting panacea channeling inner beowulf purgatory pay filet others name help coal conveyor belt ego death alone telephone gabriel im half human combin home garden stoned gold chains turtleneck cigars cologne thousand shitty paintings wrapped around wounded animal woo schubert hes future human cannonball little fuckers fighting mother hiding hulu im climbing stucco lets get seppuku uh oh pretty penny turned prickly benji save winnings get count blessings finally crunched budget punched button called name pushed oven fuck im shrunk says im enemy said sounds like something enemy would say instead playing chemistry said youre difficult said im guarded youre quarter mil debt get guidance barber look im good grew noogie fest built walls high said goodbye cooky puss heres one every time telephone buzzes see images hooded riders setting fire hundreds said start getting expressive symbolic impossible actualize honest diagnostic said start getting exact algebraic im reminded racket rehabilitation okay agree disagree grown ups opposing clans honoring push pull shouldve called scholomance oh well preservation doozy needing another appointment absolutely im shrunk +public enemy,yet best trained best educated best equipped best prepared troops refuse fight matter fact safe say would rather switch fight w e l v e 108 fm 19 89 number another summer sound funky drummer music hittin heart cause know got soul listen youre missin yall swingin im singin givin whatcha gettin knowin know black bands sweatin rhythm rhyme rollin got give us want gotta give us need freedom speech freedom death weve got fight powers fight power fight power fight power fight power fight power fight power fight power weve got fight powers rhythms designed bounce counts rhymes designed fill mind youve realized prides arrived got pump stuff make ya tough heart start work art revolutionize make change nothins strange people people cause dont know game need awareness cant get careless say beloved lets get business mental self defensive fitness bum rush show gotta go know make everybody see order fight powers fight power fight power fight power fight power fight power fight power fight power weve got fight powers fight power fight power fight power fight power fight power fight power weve got fight powers elvis hero elvis hero elvis hero never meant shit see straight racist sucker simple plain motherfuck john wayne cause im black im proud im ready im hyped plus im amped heroes dont appear stamps sample look back look find nothing rednecks 400 years check dont worry happy number one jam damn say slap right get lets get party started right right cmon got say power people delay make everybody see order fight powers fight power fight power fight power fight power weve got fight powers got say fight power got say fight power cmon got say fight power got say fight power cmon yo check man ok talk future public enemy future public enemy got dont dont dont dont dont dont dont back caught lookin thing new thing check bring uh oh roll level cause im livin low next bass turn radio claiming im criminal wonder people never know enemy could friend guardian im hooligan rock party clear madness im racist preach teach number one born run gun wasnt licensed one minute see fear im epitome public enemy used abused without clues refuse blow fuse even news dont believe hype dont dont dont dont believe hype dont dont dont dont believe hype yes start last jam another def jam since gave little something knew lacked still consider new jack critics hang em ill hold rope hope pope pray aint dope follower farrakhan dont tell understand hear man book new school rap game writers treat like coltrane insane yes im different kind brothers mind unblind caught middle surrendering dont rhyme sake riddling claim im smuggler say never heard ya rap burglar false media dont need fake thats ya dig yo terminator x step stand show people time boy dont dont dont dont dont believe hype dont dont dont dont dont believe hype dont believe hype dont believe hype dont dont dont dont dont believe hype dont believe hype sequel equal get 98 booming trunk funk jealous punks cant stop dunk coming school hard knocks perpetrate drink clorox attack black know lack exact cold facts still try xerox leader new school uncool never played fool made rules remember theres need get alarmed said time bomb daytime radios scared cause im mad plus im enemy cant come play prime time cause know time cause im getting mine get mix late night know im living right go mic sike let go dont rush show try reach grab get elbowed word herb yo cant swing learn words might sing little bit taste bass get dance lq deny defy swing bolos clear lane go solo meaning media wack believe true blows roof suckers liars get shovel writers know damn devils say dont believe hype pens pads ill snatch cause ive im addict fiending static ill see tape recorder grab im going media assassin harry allen gotta ask dont believe dont dont dont believe hype dont believe dont dont dont believe hype got flavor things know yo griff get green black red gold countdown armageddon 88 wait s1s put left effect still rock hard jams treat like seminar reach bourgeois rock boulevard say im negative theyre positive got give red black green know mean yo dont believe hype got beaming pipe know im saying yo megas got em going see captain kirk like jerk outta work let tell little something man lot people daytime radio scared us ignorant understand lyrics truth pumping clogged brain cells spun little wooden skulls call caps know im saying s1sll straighten quick fast hurry dont worry flavor vision aint blurry know im saying yo terminator x dont dont believe dont believe hype dont dont believe dont believe hype dont believe hype dont believe hype dont dont believe dont believe hype yo chuck bust move man way studio ya know im sayin brother stopped asked yo wassup brother chuckie swear nice said yo brother dont swear hes nice knows hes nice ya know im sayin chuck got feelin turning public enemy man remember line kicking way la laurelton queens car way shop well yo right kick bass brothers let em know goes rolling stones rap game bragging lips bigger jagger saggin spell backwards ima leave aint got nothing rap check facts expose cats pose heroes take advantage blacks governments gangster cut crap war going yall fight power comes great responsibility f police whos stopping killing disaster fiascos loop pe instead believing tv spitting riches bitches new thing snitches watch asses move masses switches system dissed barely missed sole intention save brothers sisters hard like dat hard like dat hard like dat hard like dat yeah thats right chuck man thats gotta got tell em like dat ya know im sayin cause yo lemme tell lil something man brothers runnin around hard headed get lil jealous know im sayin like know try bring wit em yo chuck got tell em like dat screamin gangsta twenty years later course endorsed consciousness faded new generation believin fables gangster boogie two turntables show love easy hate desecrated coroner waited given sunday yall rate wit slavery lynchin drugs infiltrated im like doll chucky baby keep comin back live love life like im crazy keep movin rising top doug fresh clean livin dont stop revolution means change dont look strange cant repeat rappers sayin dont stand something fall anything harder think beautiful thing hard like dat hard like dat hard like dat hard like dat yeah thats right chuck man thats gotta got tell em like dat ya know im sayin cause yo lemme tell lil something man brothers runnin around hard headed get lil jealous know im sayin like know try bring wit em yo chuck got tell em like dat time leave preview review twenty years business sell soul g wiz people bear witness thank lettin us dont mind repeat simple lines good health keep crime rhymes shelf live love life like dont care five thousand leaders never scared bring noise moment feared get still beautiful idea hard like dat hard like dat hard like dat hard like dat get throw yo hands air get show fear get yall really care pe 20 years get yeah thats right public enemy 1 new york public enemy 1 philly public enemy 1 dc public enemy 1 cleveland ohio also public enemy 1 st louis public enemy 1 new jersey bust also public enemy 1 cincinnati atlanta even public enemy 1 chicago public enemy 1 detroit public enemy 1 oakland public enemy 1 baltimore public enemy 1 miami public enemy 1 indiana also public enemy 1 la also public enemy 1 alabama yall public enemy 1 tennesee public enemy 1 mississippi carolinas like dat like dat like dat black strong black strong yo chuck honey drippers still fronting us show em cause always knew haha yeah boy bass low go death row brother know back incredible rhyme animal uncannable public enemy number one five said freeze got numb tell em really never gun wax terminator x spun got cell cause records sell cause brother like said well farrakhans prophet think ought listen say ought follow power people say make miracle pump lyrical black back gonna win check yeah yall come go turn bring noise ayo chuck theyre saying black man yo dont understand theyre saying little know get smack man never badder bad cause brother madder mad fact thats corrupt like senator soul roll treat like soap rope cause beats lines dope listen lessons im saying inside music critics blasting theyll never care brothers sisters cause country us war got demonstrate come theyre gonna wait till get right radio stations question blackness call black well see theyll play turn bring noise ayo chuck illin chillin yo pe house top billin yo chuck show em boy get front crowd runs dj warm hes x call norm ya know cut record side side ride glide much safer suicide soul control beat father rocknroll music whatcha whichin call band man making music abuse cant ya know call em demos whatcha gonna rap afraid beat sonny bono run dmc first said dj could band stand feet get seat beat eric b well hell wax anthrax still rock bells ever forever universal sell time exit terminator x turn bring noise yo know cant stop bum rush word better keep tellin turn yo flavor flav aint going like coast coast stop like comatose stand man beats boast toast rock pizzazz last ask roll rock stars still never get accepted got plead fifth investigate dont need wait get record straight hey posse effect got flavor terminator x sign checks play get paid got check avenue magazine two dissing dissing yeah im telling hey yo griff get thirty s1w got handle aint goin like yo man straight columbo tip like brutus cause always knew know im sayin theres one thing puzzles brother whats wrong people around man clocking rocking shocking hey journey jour journey sound would join please welcome ing hahahaha got much trouble mind refuse lose heres ticket hear drummer get wicked crew push back black attack sack jack slapped mac im ready mic huh hear favoritism roll oh never brother like go solo laser anesthesia maze ya ways blaze brain train ya way im livin forgiven im givin x flex hit dont know later know avoid paranoid man ive yeah wear got em going fear rhetoric said read bit ago quitting though signed hard rhymer work keep getting jerked checkin ways way back better days raw metaphysically bold never followed code still dropped load never question god knows huh cause coming heart got better get get hustler culture snake bitten spit face huh rhymes keep fittin respects given hows ya livin cant protect paid defect check record reckon intentional wreck played intellect made call took fall broke laws fault theyre fallin known fair square throughout years growl livin foul black bone home home welcome terrordome come get come get get get come get come get get get come get come get get get come get come get get get would join please welcome ing long good trip yo yo put thing together huh thats trust trust thats yo trust man subordinate terror kickin era cold deliverin pain 98 87 record yo go bronco oh chuck get us man oh oh oh oh oh oh chuck get us man yo gotta dust boys crucifixion aint fiction called chosen frozen apology made whoever pleases still got like jesus rather sing bring think reminisce bout brother im sync every brother aint brother cause color well could undercover backstabbed grabbed flag back lab told rab get rag sad say got sold river still quiver deliver never say never knew clue word herb plus hard boulevard lies scandalizin basin traits hate whos celebratin satan rope dope evil righteous bobbin weavin let good get even cmon welcome terrordome caught race time pit pendulum check rhythm rhymes im bending em snakes blowing lines design trying blind science im sending em fight power cannot run hide shouldnt suicide game fool without rules got hell nerve criticize every brother aint brother cause black hand squeezed malcolm x man shooting huey newton hand nig pulled trig weak speak blame somebody else destroy first nothin worse mothers pain son slain bensonhurst cant wait state decide fate jam dedicate places racist faces example one many places greek week end speech speak lesson learned virginia dont smile line fire go wildin bass drums even violins whatcha getcha head ready instead getting physically sweaty get mad put pad huh give ya something ya never controllin fear high rollin god bless soul keep livin never allowed kickin loud droppin bomb brain game intellectual vietnam move team never move alone welcome terrordome brothers sisters brothers sisters dont know world coming yes rhythm rebel without pause im lowering level hard rhymer never im want stylin know time enemy tellin hear praised music time play lyrics say album show bum rush sound made year ago guess know guess im radical sabbatical yes make critical part body partyin panther power hour rebel ay yo chuck man dont understand man yo got slow man losin radio suckers never play mix okay known grown theyre clocking zone known snaking taking everything brother owns hard calling card recorded ordered supporter chesimard loud proud kicking live next poet supreme loop troop bazooka scheme rebel mind supporter rhyme designed scatter line suckers claim crime time ticket ay yo chuck think takin shorts show em cold medina man come kick terminator x terminator x terminator x terminator yo chuck gettin em nervous cant handle gonna break rebel final black vinyl soul rock roll coming like rhino tables turn suckers burn learn cant disable power label def jam tells enemys public really give damn strong island got em whylin thats reason theyre claiming im violent never silent dope getting dumb nope claiming get rhythm number one hit ya give ya gun still never run wanna s1 griff tell youll come youll know time impeach president pulling ray gun zap next one could shogun dont last minute soft smooth aint raw bone like razor im like laser wont graze ya old enough raise ya thisll faze ya get right boy maybe praise ya playing role got soul voice opinion volume cause im man matter name pieces one big chess game voice power house go take shower boy pe group crew singular wear black wranglers rap stranglers cant angle us know youre listening caught pissin pants youre scared dissing us crowd missing us mission yall yo chuck yo yeah man yo got em runnin scared terminator x terminator x terminator x terminator attitude im fire juice loose electric wire simple plain give lane ill throw throat like barkley see car keys youll never get belong nine eight posse want son wanna get bum rush door store pick album know rhythm rhyme plus beat designed enter mind boys bring noise time step aside flex terminator x yeah thats right jam rated cold medina boy thats right cold medina thats right showin e f f e c also known effect understand im sayin yeah yeah boy bring beat back bring beat back one time chuck yall wanna hear beat right bring beat back bass face london everybody house make noise want everybody house say ho yo chuck kick em man ballad behind bars could say real rock rock unusual musical happening unusual place state prison get cell nigga got letter government day opened read said suckers wanted army whatever picture giving damn said never land never gave damn brother like never wasnt minute occurred suckers authority cold sweating dwell cell long got sitting state pen gotta get thought thought contemplated plan cell floor im fugitive run brother like begun another one public enemy serving time drew line yall criticize crime nevertheless could understand im black man could never veteran strength situations unreal got raw deal im looking steel got rotting time im serving telling happened time theyre throwing four us packed cell like slaves oh well motherfucker got us living hell realize form slavery organized swarm devils straight word em level reasons several federal plan anyway say got gusto trust yo bid 1 10 never plus never im tier tears ever fall cell block locked never clock yall cause time time time got serving im citizen ever catch c sleeping job plan go ahead strength ima tell deal got nothing lose cause im going steel dont know caught c falling asleep death row grabbed gun said every mans demand got served along time served decency deserved understand demands gave warning wanted governor yall plus warden know innocent im militant posing threat bet fucking government plan said get break north like olivers neck get boys feds check couldnt try nothing force instigate prison riot takes peace took piece black black inside time cut leash freedom get ghetto sell 6 c os got ought put head ill give em chance cause im civilized rest world cant realize cell hell im rebel rebel bars got thinking like animal got woman c call copter tried get away popped twice right wanna get nice 6 c os 5 go im serious call delirious im still captive gotta wrap time break time grows intense got steel right hand im looking fence ventured courtyard followed 52 brothers bruised battered scarred hard going bang ready bang power sky tower shots rang high number dose yes came close figure trigger steel stand hold post mean anti nigga machine come alive wont come clean threw steel bullets flew surprise water tower blew shot bazooka rescue s1ws secured getaway got away joint broke black smoke saw rougher average bluffer cause steel black attitude exact chase telling cmon 53 brothers run gone yeah thats right cut goes yall thats missin us mad years one love yall yeah thats right got game pe 1998 man father son center earth middle universe verse comin six times rehearsed dont freestyle much write em like amongst fiends controlled screens mean shit im seein human beings screaming vocal javelins signs local nigga unravelling wanderin got ass wondering christ crisis hatin satan never knew nice check papers bet ices eye see ears hear year year sense disappears nonsense perseveres prayers laced fear beware two triple near might feel good might sound little somethin damn game dont mean nothin game got game wheres game life behind game behind game got game shes got game got game got game got game might feel good might sound little somethin fuck game aint sayin nothin damn something said pretend dont see turn head ray scared shadow matter thought reparations got em playin population nothin lose everythings approved people used even murders excused white men suits dont jump still thousand one ways lose shoes god takes care old folks fools devil takes care makin rules folks dont even payin mental rent corporate presidents ugh one outta million residents bein dissident aint kissin politics chains whips got sick missin chips championships whats love got got dont let win get head loss heart nonsense perseveres prayers laced fear beware two triple near might feel good might sound little somethin damn game dont mean nothin game got game wheres game life behind game behind game got game shes got game got game got game got game might feel good might sound little somethin fuck game aint sayin nothin yeah thats right eerybody got game let yall know pe full effect right till year 2000 aiyo man sing theres something happening aint exactly clear theres man gun tellin got beware time stop children whats sound everybody look whats goin aiyo dont think heard stevie kick em one time time stop children whats sound everybody look whats goin haha thats right boy pe full effect boy year 2000 yo stop look whats sound everybody knows whats goin stop look whats sound everybody knows whats goin come sing sing yall come hey hey aiyo serious times livin g new world order begin yknowhutimsayin question ready real revolution evolution mind seek shall find come divine dig im sayin take heed words wisdom written walls life universally stand divided fall love conquers understand im sayin call sleepin souls wake take control cipher lookout spirit snipers tryin steal light yknowhutimsayin look within side peace give thanks live life release dig got hold oh come come huh alright yall testified mama cried black people died man lied see tv listen double trouble overhaul im coming lower level im taking tabs sho nuff stuff grab like shirts hurts neck wreck took poll cause soul took toll education tv station look around go sound wrecking ball boom pound shut em shut em shut em shut em shut em shut em shut em shut em shut em huh alright yall alright one two three four five six seven eight nine use battle mind hit hard like suppose pull blows nose like uncle l said im rippin shows five percent biz im adding woes thats way goes think rank never drank point blank loans suckers got running bank civil liberty cant see pay fee never saw way pay sap read law become victim lawyer dont know ya never saw ya tape cued getting sued playing games head judge said put red got thinking bout trigger lead educated mind say suckers gonna pay anyway gonna day cause troop roll posse whole ground ready go throw another round sick ride suicide side town find way shut em shut em shut em shut em shut em shut em shut em shut em shut em hold come alright yall alright yall come hey count money neighborhood spending money end looking friend war core ripping poor stores get brother kicking doors figure get bigger look em dead eye wince defense pressurized dont really want another racial attack disguise give money back like nike wait minute neighborhood supports put money corporations owe gotta give dough town else gotta shut em shut em shut em shut em shut em shut em shut em shut em shut em alright yall one time go alright come uh get hold come uh wait minute huh hey hey hey yeah yeah know got soul pump beat pump beat fall beat yall im bringin low bringin low bringin low yall howdy yall bernie crosshouse truly kkk id like express deepest gratitude destruction inferior nigga race im especially pleased report destroyin without help gangs hoodlums drug pushers users worthless niggers killin wed like thank yall savin us time trouble legality final chapter riddin yall face earth solution problem greatly appreciated keep sellin us soul thank ya hit somebody call ambulance theres minute spare dont worry theres minute spare dont worry going going gone dialed 911 long time ago dont see late theyre reacting come come wanna get morgue truck embalm goner dont care cause stay paid anyway treat like ace cant beat trey use number use people life line youre dead today latecomers late coming stretcher thats body bag disguise yall ill betcha call em body snatchers cause come fetch ya autopsy ambulance dissect ya kings cause swing amputation lose arms legs miscalculation prove watch rotation adds fucked situation get get get get 911 joke yo town get get get get late 911 wears late crown get get get get 911 joke yo town get get get get late 911 wears late crown 911 joke 911 joke everyday dont never come correct ask man right broken neck hes witness job never done wouldve full effect late 911 joke cause joking token life croaking need pawn shop 911 joke dont want em call cab cause cab come quicker doctors huddle call flea flicker reason say cause flick like fleas laughing youre crawling knees strength go length thinkin first really tenth better wake smell real flavor cause 911 fake life saver get get get get 911 joke yo town get get get get late 911 wears late crown get get get get 911 joke yo town get get get get late 911 wears late crown ahh flavor flav says ahh get get get get 911 joke yo town get get get get late 911 wears late crown get get get get 911 joke yo town get get get get late 911 wears late crown +clipse,yo go name pharrell neptunes wanna let yall know world feel something theyve never felt cmon ghetto ghetto backyard yard sell whipped un whipped soft hard im neighborhood pusha call subwoofer cause pump base like jack track im heavy cuz ball til fall cause could duck feddy govs sorry love im seeing eyes benz convoys wagon side big boys keep deuces ride gucci chuck taylor dragon side man make buck scram im tryna show yall fuck jewels flirting damned im hurting legend two games like im pee wee kirkland platinum block consistent hits pharrell keep talking music shit grindin grindin grindin grindin grindin huh huh patty cake patty cake im bakers man bake cakes fast tell bread stack disguise rap feds back watch like whip like chick topless buck six cockpit grindin cousin got wholes dozen even 11 5 see ya keep comin weight thats heavy name much dough cant swear wont change excuse wealth got full cocky something cant help specially 20s spinning like windmills ice 32 minus wind chill filthy word best defines im grinding man yall never mind grindin grindin grindin grindin grindin huh huh grindin know keep lining niggas better stay line see nigga like shinin grindin know keep lining niggas better stay line see nigga like shinin grinds bout family never fame days wasnt able always caine four half get game anything less goddamn shame guess weight watch got blue chips face glock two tips whoever gets way mention hideaway rests lake consider raw demeanor icing cake im grindin move caine like cripple balance weight hood kids call mr sniffles hand nickel plated whistle one eye closed ill hit slick rick aim still issue lose soul whichever palm im holdin onell leave frozen noddin dozin im grindin jack grindin grindin grindin grindin grindin huh huh grindin know keep lining niggas better stay line see nigga like shinin grindin know keep lining niggas better stay line see nigga like shinin know back right clear streets come ha ha star trak niggas haters im doin deals like majors ice cream sneakers signed first skater pay three buy bapestas bulletproof shirts hate us like snoop say step game double decker boat nigga meditterane class asscher cuts tuck chain liberace fingers niggas hit lorraine last week aspen puff hoppin plane us laughin week italy italian heartthrobs could get rid donatella crib like ten hoes call cell phone gimme enzo know thinkin yeah okay everybody meet mr two years like paddy wagon cruisin streets youre dunce cappin kazooin assumin youd keep coke movin got one question fuck yall doin pyrex stirs turned cavalli furs full length cat wave kitty purrs niggas caked sellin gray beige dust money right end trunk taped dont chase duck raise bucks peel money rolls til thumbs get paper cuts chill retardo south beach gallardo teals started go brrr like nardo women love please let know tie rags round neck learn sets throw days lives im sorry fans crackers werent playin fair jive know know yep yeah okay get yep yeah know know yep yeah okay everybody meet mr know know yep yeah okay get yep yeah know know yep yeah okay everybody meet mr know thinkin call cause everythin say got sayin say got benz said hangin window see aint hangin window g2 g3 g4 like dos star trak clipse malice come wanna know time better clock us niggas bite style shoes watches cloud hoppers tailored suits like mobsters break keys dimes sell like gobstoppers gon stop us goddamn one mean nigga street tumblers ivory white yeah thats color zure nigga best believe mulliner take prisoners rap niggas whisperers choke spit soon mention us champagne corks kicks louis sports keep hoes pucc charles jourdan uh cop chrome touch screen component mink floor make hot dont dont wanna know fuck spent tomorrow aint promised live moment know know yep yeah okay get yep yeah know know yep yeah okay everybody meet mr know know yep yeah okay get yep yeah know know yep yeah okay everybody meet mr im lovin place eat since dont cook ill rock beat im lovin end day relieve stress add little play im lovin sometimes mishaps overcoming adaptive setbacks im lovin know youre world mind love taps girl mcdonalds ba da ba ba ba im lovin move feet rock beat hungry music gotta eat im lovin im lovin guts glory seems like stumbled wrong territory im lovin looks deceiving theres slight change plans evening im lovin cars way clean could start fine piece machine im lovin mcdonalds ba da ba ba ba im lovin keys open doors keys open doors keys open doors keys keys open doors yuugh make skin crawl press one button let wind fall gon stop us fuck coppers mind kilo shopper seeing life windshields choppers aint spend one rap dollar three years holla moneys leash drag bitch dog collar ho follow ghetto story like cham ice p dada open frigidaire 25 life much white might think holy christ near throw louis v millionaires kill glare ice trays nada youll see pigeons paired realest shit ever wrote pac inspired crack pot inspired real niggas quote bitch never cook coke never trust whore child make believe rappers smile ha canal streeting style like internet sharing files myspace niggas kill comparison im south beach sipping sarafin royalty check nigga never coke money clean merrill lynch accountant gasp smell meet dealer aint bitch realer aint gotta question pusha dont feel ya knock fuck keys open doors keys open doors keys open doors keys keys open doors keys open doors keys open doors keys open doors keys keys open doors keys open doors keys open doors keys open doors keys keys open doors keys open doors keys keys open doors throw scale feed god damn self get live dont ask help word street gonna love melt dont come pitch neither shit sell yell til im locked like mumia get cross state grace maria keep toys gon know us see us living street tales worthy divas keys floor mistress dior bitch tell love know shes whore shit could get ugly shit talk law thats get roses war fuck bureau rather spending euros get fed grapes fuck hoes plurals like heaven gaze mural peace mind cop shapiros cheers future toast life im prive ing miami im socialite nigga cars big cribs bigger kids happy perfect picture gemstar razor fruit labor walk glow like lords shown favor bitches fake like hoes flavor dont mind spending paper yes keys open doors keys open doors keys open doors keys keys open doors keys open doors keys open doors keys open doors keys keys open doors keys open doors keys open doors keys open doors keys keys open doors keys open doors keys keys open doors ready nigga ready come virginia nigga broad daylight whole different degree homicide nigga ready im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look home sweet home keep chrome next bones alters walk limpin since love feel guess im passionately pimpin tis seems thing imprintin seam jeans means lost lives love faith money helped rise see turned lord times got tough bullied streets powder pushed shoved ol virginny ten niggas nine guinea money know gimme got semis waitin heat like caribbean summers year different bitch wonder wing gon fall push mal gonz grimes thoughts fuckin cross mind look thats right alley love family want happy virginia smirked simpson trial yeah guess chase wild whats fuss see plenty partners feelin like oj beat murder like shit okay thats dough say talk evil men im lost mental miss shampoo miss shampoo grams im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look seem like got comment make regards paper guessin weight fast predict outcome fate wonderin bout clipse got take malice think hard tough guy clique pusha walk around like swear shit right counts bitch clipse us things dont discuss dont ask bout neptunes whats fare dont ask loud screamin chick hair dont ask music thats comin bout dont ask album whens comin cause feel like really funny sly face layin tummy die tried humble humble get respect first sign trouble thats hole neck plus look like spendin nights jail could never thug dont dress well reside va ride va likely die im gon die va virginias lovers trust theres hate towners think gon move weight ironic place im makin figures theres land used hang niggas virginia im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look im virginia aint shit cook pack sell triple price fuck books locate rooks pull aint shit look youngn real youngn lookin whole different world youngn real live uh mami miss dont haters wish could hit dont heh call uncle understand im back popular demand new cl fly outside popeyes eating chicken fries yeah come holla uncle understand im back popular demand listening time phenomenal used bag work va econo lo im laying delano though dont get twisted uzis lining though hollow tip dum dums eat flesh like piranhas though scary thing hear soul sing geronimo pull cl shits astronomical hoes lining curb fall like dominoes used white bitch looked like madonna though heard fucking lebron shit dont know like bron bron long time ago butt naked balcony dolla mean delano mean pharrellll know head shop bitch dc ay p let em know yeah yeah time go hoes come eenie meenie minie mo yuugh mami miss dont mami miss dont haters wish could hit dont heh call uncle understand im back popular demand new cl fly outside popeyes eating chicken fries yeah come holla uncle understand im back popular demand wouldnt look shorty uh mami good cuticles im whats name beautiful like could get used woulda knew used call uncle yeah uncle cam tax em like uncle sam jungle fam niggas bundle grams fumble crumble get murked humble gat belt hip keep real clips drive hard bargain im harlems gagarin car foreign man stood stood stutter fied know moms well tell mother hi im guy got mother high coke like caterpillar make butter fly mami miss dont haters wish could hit dont heh call uncle understand im back popular demand new cl fly outside popeyes eating chicken fries yeah come holla uncle understand im back popular demand goddamn boys back pushing mountain sno caps avoiding kojak pioneer coke rap im dancing stars stepping blow toe tap dope returned like lojack made way home like road map fathered misled kid thats fatherless burdens soul long exist generation lost saying cant reach us answer lord like saturday night fever kept crib made light sleeper whether watching feds avoiding grim reaper way deeper rap money hoes deeper fight temptation keep coming back money stacked ceiling quick dispense knew commas meant could lose common sense late tell em repent ugh mami miss dont haters wish could hit dont heh call uncle understand im back popular demand new cl fly outside popeyes eating chicken fries yeah come holla uncle understand im back popular demand yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah ayyy papa gang records hold door music know broadway daddy manteca crack hooray toda la vaina que hay aqui arriba en uptown baby otra vez clipse hell hath fury b let em know daddy mr lee haha fear soon hear upon arrival dope dealers cheer like revival verse tends steer em life fast lane german engineer em serum cure pain ive endured crack rap back selling pure every record potentially sell store like mecca dealer thats selling raw many deceive ya im touch keys move alicia force feed ya metric scale raps like childs play show tell within verse see truths unveiled manufacture proof lie puppets string like yo yo bouncing like pogo praying never go solo g g got cheap fuck real niggas daddy fuck bitch ass niggas lo tiene temblando tu todito ello loco g g got cheap got got cheap got cheap heheheheheheh wanna loco g g got cheap g g got cheap fucking envidioso bunch palomos g g got got got got wools removed see leg pulled jokes heartbreakin like lovin whore might hurt ya never like tryin fly clippin wings thats exactly caged bird sings nickname shame rings true seems reparations overdue done top done sipped juice said bird crumbsll never even last penny bank ima stand thanks thanks keep pranks bid farewell gotta answer marcus jennelle little brother terrence love dearly ever millions never would push blow never g g got cheap ay dios mio malicioso handcuffs daddy got got cheap g g got cheap entiende cabroncito everyone must pay bunch mama huevos toditos gang records game daddy im best since died lied spirit competition one verse could start jihad cpr pusha flow tends revive pullin covers back expose disguise presence felt pressure 411 cuban helped us weather storm pyrex powder back norm adversity fury born niggas dont get picture written scripture even ask mama shell tell bloods thicker dont know niggas built dont know ever feel guilt maybe niggas high stilts ones ima view spilt milk grandma look im turnin cheek r e u p g n g g g got cheap street musica get money never stop record sales digital scales whatever g g got cheap g g got cheap always home got got cheap got cheap hell hath fury el sueno de un jodedor tratando de logralizarlo g g got cheap mr lee til casket drops third times charm right hahaha come im kinda like big deal unbelievable see warning gives big chills flow running bigs heels life death big aint get see feels third times charm baby two classics another stripe arm baby blessing blow hundred thou recession second guessin ha ha ballin drop tops floorin champagne pourin gang im powder flame fallen get money blow money calling yuugh watch nigga burn lifes maze twist turn driest droughts maneuvered earned im set straight like perm push whispering us know haters doubt us count money aint even finished counting pardon must say im kinda like big deal ayo im sitting top feeling aint killing damn im illin im illin ay ay ay ay meet mr popular go get binoculars see penthouse 3 nigga spitting fire pj pjs fire marshall said took max like tj yall aint peep said marshalls replay guess im like black marshall meets jay meet ye alligator souffle got made special ed got head girl special ed know pretty ones dumb class got dumb ass hit high school got pregnant dumb fast happened tisha boyfriend come fast turn around give pound like folks hell went raw dawg three strokes whispering us know haters doubt us count money aint even finished counting pardon must say im kinda like big deal lights cameras action chain itselfs damn distraction claim belt glory bask im b hop ring niggas cash like stopping train nigga think hes stopping reign talk slick dropping name im putting yall shame diamonds little hand 50 percent splits x middleman far cry stash rental van im reason hood need dental plan ladies gentlemen introducing c 4s rims protruding roof vamoose like magic show got looking heavens like javelin throw yall twiddle thumbs like average joe reap shall sow whispering us know haters doubt us count money aint even finished counting pardon must say im kinda like big deal gather round miami vice cocaine dreamers know miami vice pusha spit shit yall go youngun dont make sails rise shoot chukkas pusha hear whispers motherfuckers papa said stay free suckers minus wicked jumper street baller like rucker skip lou lookin couple roosters duffle keep hood screaming cock doodle doo fuckers coke ton rap niggas im one basic rhyme pattern fuck tryna chatter asic ass rappers got em runnin life philosophize glocks keys niggas call young black socrates west indies bitch drop knees quick dreams rich mans bitch feel sorry niggas pull triggers shit click many bullets jammed shit call lead fist shake diamonds wrists mama im sorry im obnoxious dont fear tubbs crockett mama im sorry im obnoxious got two hot rocks pocket mama im sorry im obnoxious big home palm trees watches mama im sorry im obnoxious accomplice conscience uh gather round youngin learn lets odds like 2 peas pod hustle cept hustle flows gave away 30 grams accounts days cold feels like kids cake mix cant wait lick bowl bigger picture homes trust done seen frankfurt cologne oslo sweden italys milan shores napoli consider ferrari salvador dalis im longer local thoughts global thats seem distant son expand ya vision even adored norwegian woman blonde hair blue eyes im gettin back vengeance whip like want attached kitten wonder raps im kiddin huh mama im sorry im obnoxious dont fear tubbs crockett mama im sorry im obnoxious got two hot rocks pocket mama im sorry im obnoxious big home palm trees watches mama im sorry im obnoxious accomplice conscience uh miami vice sorry heavenly father hate bother p evil creeper send grim reaper meanwhile missus like solomon sheba sign times emilio pucci sneakers uh ghetto literature id damn near die bolivia dont take much get rid ya send ya better call minister ugh im sorry grandmama mistakes made aired family business put place even baby mama cant look face cause cant enough symbol gods grace place flowerbed porcelain shower heads throughout house keep youngins mouths fed im gone hope said gave structure youth example led uh mama im sorry im obnoxious dont fear tubbs crockett mama im sorry im obnoxious got two hot rocks pocket mama im sorry im obnoxious big home palm trees watches mama im sorry im obnoxious accomplice conscience uh miami vice man showed pimpin ya cold head straight bar post roll dro cup moed bitch dont stand nose cmon wamp wamp huh wamp wamp wamp wamp huh wamp wamp hotta flow droppa since poppa penny ante niggas see know copper left game high note flow opera pusha still got keys unlock ya see watch sleeve call show stopper nigga ball around world call globe trotter trick dollar ask feel nada give bitch yellow fever gold bottles late models lean throttles roof back coupe black playa think need goggles look mama mi fly papa strictly bathing ape ice cream bbc rocker proper hammer time gun cocker top shotta hesitate none pop ya egg shell scale snow coppers dont ask sell shit im bet crocker man showed pimpin ya cold head straight bar post roll dro cup moed bitch dont stand nose cmon wamp wamp huh wamp wamp wamp wamp huh wamp wamp uh mirror mirror whos fairest tricked buck fifty horse carriage must admit nothing like karats hoes holla back like parrots watches alligator strap six different time zones dont set back 17 brick yeah run tell em got wamp wamp move still damp mildew ish heat turn bluish cools tight wad pyrex jewish get paper seems get foolish take jacob play hues bluest aint browsing luxurious housing pull mean angel bowing emblem bearing stallion european custom leathers italian man showed pimpin ya cold head straight bar post roll dro cup moed bitch dont stand nose cmon wamp wamp huh wamp wamp wamp wamp huh wamp wamp yuugh much glamour cant stand bright ice chain xenon lamp ya impression ya mind like freeze frame camera white tape tight like ya seen pampers whats couch probably free santa whatever cost baby got answers line outside full jo jo dancers got cheap thats anthem far coldest 06 lotus 0 60 hocus pocus feds dont know stick noses coast proposing toasts es hoes shit family close knit deep like hutu cockroaches like flow fours ferocious ill tuck homie buenos noches man showed pimpin ya cold head straight bar post roll dro cup moed bitch dont stand nose cmon wamp wamp huh wamp wamp wamp wamp huh wamp wamp +mobb deep,word son word yeah killers hundred dollar billers yo got phone thing know im sayin keep eyes open real niggas aint got feelings keep eyes open doubt doubt son got got watch back got front yo check word say niggas check murder got stuck realness infamous heard us official queensbridge murderers mobb comes equipped warfare beware crime family got nough shots share wanna profile pose rock face stab brain nose bone alone streets cousin every man self land gunnin keep shook crews runnin like supposed come around never come close see inside face youre wrong place cowards like get whole body laced bullet holes speak wrong words man get touched put whole army team guarantee itll last time breathin simple words dont move youre minor major youre game dont deserve player dont make call name crew featherweight gunshotsll make levitate im nineteen mind old things get real warm heart turns cold another nigga deceased another story gets told aint nothin really ayo dun spark philly get mind yellow backed niggas still alive dont know go figure meanwhile back queens realness foundation die couldnt choose better location slugs penetrate feel burnin sensation gettin closer god tight situation take words home think next rhyme write might son shook cause aint things halfway crooks scared death scared look shook cause aint things halfway crooks scared death scared look livin life diamonds guns theres numerous ways choose earn funds get shot locked turn nuns cowardly hearts straight shook ones shook ones aint crook son hes shook one every rhyme write twenty five life yo must gats trust safeguardin life aint time hesitation leads incarceration dont know theres relation queensbridge dont play dont got time petty thinkin mind son im bigger claimin pack heat youre scared hold smoke clears youll left one dome thirteen years projects mentality kid talk good one dont want sometimes wonder deserve live gonna burn hell things time dwell cause brain reacts front want kid lay back dont fake jax kid know bring live stay childs place kid line criminal minds thirsty recognition im sippin ej got mind flippin im buggin diggin ways holes hustlin get loot kid know function cause long im alive ima live illegal get ima put peoples react quick spit lyrics like macs hit dome roll dont caught sleepin cause im creepin son shook cause aint things halfway crooks scared death scared look shook cause aint things halfway crooks scared death scared look shook cause aint things halfway crooks scared death scared look shook cause aint things halfway crooks livin life diamonds guns theres numerous ways choose earn funds get shot locked turn nuns cowardly hearts straight shook ones shook ones aint crook son hes shook one villains hundred dollar billers real brothers aint got feelings g yeah whole bridge queens get money 41st side keepin real know queens get money yeah sendin one man killer b doubt indeed weed nomsayin old real shit theres war goin outside man safe could run cant hide forever streets done took walkin head scared look shook cause aint things halfway crooks never around beef cooks part town similar vietnam grown old beyond cops control better riot gear ready tryin bag get rocked steady mac one double touch leave much go home skin thick cause mix action im home puffin lye relaxin new york got nigga depressed wear slug proof underneath guess god bless soul put foot begin stroll drama built unfinished beef soon killed put us together like mixin vodka milk im goin blastin takin enemies scarred never forget lord forgive hennessy got knowin act im fallin cant turn back maybe words man killa black cant say left untold fact death goals stay alive survival fit strong survive yo yo livin til day die survival fit strong survive livin til day die survival fit strong survive livin til day die survival fit strong survive livin til day die survival fit strong survive im trapped two worlds tryin get dough yknow dough get low jewels go never long fiends smoke crack ill block hustlin countin stacks doubt watchin back proceed caution five oh lurkin time get lost system niggas usin fake names get quick brother got bagged two ounces live world squads hit block hard ask man twin got bagged fucked god shit happens reason find whos true peoples youre upstate bleedin cant find shorty troop bid hit two four difficult wild streets try maintain tight loot cause hoes like run game niggas like trick aint trickin shit im like jew savin dough big whip pushin lex im set ready jet matter much loot get im stayin projects forever jakes blocks clever beef never separate pull together worse comes worst peoples come first try react get motherfuckin feelings hurt crews loot fuck lookin cute im strictly timb boots army certified suits puffin ls laid back enjoyin smell bridge gettin aint hard tell better realize yo yo livin til day die survival fit strong survive livin til day die survival fit strong survive livin til day die survival fit strong survive livin til day die survival fit strong survive open eyes get wise look alive 95 word hypnotic thug life get ass paralyzed nomsayin mobb deep yo saga begins begin war draw first blood first set cause tap jaws lay laws takin whats jux rush doors come ds time make breeze gun toss full force teamll go main source 9 taurus hit bosses take hostage whole setup ground lock shit blood flood eye fuck optics switch killer instincts fore niggas pop shit yo nigga noyd whats topic nine pound rocked 96 strike back hot shit illuminate teamll glow like radiation time patient complication lets get done right clique airtight trapped never ending gunfight niggas lose stripes lose life jail niggas sendin kites street beef wasnt fully cooked finish em well done meat send 22 slug head travel way leg ayo hell earth whose necks gonna first projects front line enemy one time aint gotta tell right front eyes ayo hell earth whose necks gonna first projects front line enemy one time aint gotta tell yo right front eyes rep qbc nigga rep love milli stacked heavily guarded hollow tip slug crack wannabe thugs adapt gat sound bow slow fuck see foul articulate hittin body parts start shiftin shit never hesitant rap game unlimited sign roster forever infinite reminisce 20 years later gettin either go grain better hit leggin robbin niggas better body cause small world niggas talkin like bitches bitches singin like snitches pointin pictures cause rep qbc faithfully playa hatin bullshit makin better concentrate gettin cheddar shorty set better dead told shape mold son hold like pimp mind control double edge blow itll like im supposed clique coastal international local bacardi mix physically fix hit shit thatll leave loose nigga stiff probably thick son solved em pulled world evolved chaos walk beat like around way cops average pitstop qb city godfather pt iii gotti gambino ty nitty scarface rest peace whose necks gonna first projects front line enemy one time aint gotta tell ayo right front eyes hell earth whose necks gonna first projects front line enemy one time aint gotta tell ayo right front eyes yo heavy metal king hold big shit spare clips see eclipse mac spit top got split layin dead open eyes close eyelids turn lights switch darkness deep abyss street life blood kicks shit knife yous wild child kicko turnin men mice born take power leave mark planet phantom crime rap niggas left stranded shut operation closed business leave foul taste mouth like guinness pow niggas found mia move like special forces green beret heavily around throat dont play shit brand new back 89 way god p walk limp see simply simplify shit man go test must bent g dont tempt full clip long needs empty reason full long cause dont waste shit properly hit blood mouth could taste quiet kept lay back watch world spin hear thugs claimin gonna rob mobb see us tell black heres issue package deal rob take missiles along aint average cat fuck rap im tryna make cream thats whatever takes however gots go four mics stage motherfuckin four pound speakers leakin sound niggas leakin ground could truly care less god gon get regardless blow blow lets find wear hardest rap artist used stickup artist sometimes test see still got live nigga stay point never disregard shit forget essence emerged p sick save bullshit birds live word got beef niggas comin herds flush clique get purged done man blood sweat tears niggas dead shit fuck else happen yo dont think much son word mother yo done seen yo let yall niggas know right word mother real real shit truth im lyin put lifetime papers lines im quiet storm nigga fight rhyme p yeah heard aint concerned nigga pop guns holdin em make route suns scold men unload ten broad daylight get right fuck life hop 98 dirt bike try stop mines growin ill make blood stop flowin take affirmative action ass askin come mac 10 yous dick blower tryin speak dunn language drilly though aint bangin hooked mobb phonics infamous bonics lyin pop dog like got aint wildin knife fist thrower rusty shank holder live shit cause real shit shit make em feel shit lump em club shit wildin bump drugs eardrum raw uncut nigga od cause never enough yo p rock forty inch cables drinkin white label chain hang dick piece bang glass tables diamonds guns fame duke nigga like hold tecs goin emotions gun holdin long shotguns pants leg limpin killa b still livin even pops taught shoot seven used bust shots crazy couldnt even look loud sound used scare love pops love niggaty black ill take life anybody tryin change whats left nigga aint scared death yall brand new niggas scared death spent many nights sniffin coke gettin right wastin life im tryin make things right grand open gates invest rag business things kids little dunns build jungle gym behind crib enjoy youth cbrs vcrs atvs big screen tvs nigga please dont make risk freedom worked whole life get shit beat cause real shit shit make em feel shit lump em club shit wildin bump drugs eardrum raw uncut nigga od cause never enough go one two three fourth nigga p double got shit yalls peoples rock stirrin pots brew hells kitchen chef impossible serve hot plates across unified states sit sup top rap reps streets thats watchin boy move diligent better walk like nigga tightrope infamous first infantry first division fourth mission first assignment give em shit missin new editions way bitchin listen get addicted diction fuck rhymes write prescriptions disease generic raps potent like ps one thousand one hundred ccs throttle peel chest naked katanas spaghetti head mobb niggas full bred fully blown melanin tone rock skeleton bone shirts verses thirst worse beats put product street get respect love across board weve adored keepin raw nothin less score every time sure rest yall niggas nil cause real shit shit make em feel shit lump em club shit wildin bump drugs eardrum raw uncut nigga od cause never enough broad daylight get right man blood sweat tears niggas dead shit fuck else happen yo dont think much son word mother yo done seen yo let yall niggas know right word mother real real queen bee baby shit truth lil kim big yo blowin niggas rusty ass german things keepin thorough motherfuckin claim fame throw wetsuit rains pours hit em four dont even know hole wall get niggas wanna clap snitches wanna rat put right back keep dunns close enemies even closer sendin kites motorolas yo give em cold shoulder hollow tip match bad apple outta batch obsessed gats since little dude eating niggas food buck fiftys niggas kill comin wit send queen bee attack fly bitch like leave em relaxed rock em sleep make em think drama dead yo smile face though im plottin instead yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough hot damn ho go light rock bitch hard cock bitch shit knock blocks hardtops parking lots nigga roc like spark lot brooklyn style speak like wrestler another notch belt embezzler chrome treasurer u n competitor im ten steps ahead ya im leader yall followin shit comin game modeling shit bitches suck cock get top put hundred percent every line drop q b b b queensbridge brooklyn double e p yall wish lived life live ayo prodigy tell em dunn uhh uhh yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough yo could never get enough yo thats shit need shit boost adrenaline yo rock shit real life shit makes bitches wanna thug makes projects love come like fuck yall want problems pursue lets infamous mobb bosses check portrait round table dunn speaking twin ghost gangster rock watch attracted style get big jewelry big guns get busy get grizzly beat niggas bloody twist niggas fronting get running fore mens get dumping fans get thumping b b got whole spot jumping niggas step place damn gotta love yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough yo real shit shit make feel shit thump em club shit wilding bump drugs eardrum raw uncut nigga od cause never enough real hah real baby hip hop hip hop hip hop time goes eye eye together son beef mines long sun shines light sky together son beef mines time goes eye eye together son beef mines long sun shines light sky together son beef mines let start beginning top list know whamean hav situation like another war story thirsty young hustler wont trust ya id rather bust ya leave corpse cops discover pimpin range rover jewelled like liberace watch jakes tryin knock lock low sippin asti spumante niggas tried creep side jeep stuck heat window rocked ass sleep 3 pack small thing really yeah keep lettin small things slide failure im town one crewll take care ya world teams inferior wanna bust caps get area kidnap children make situation scarier life gamble scramble money might crack smile aint damn thing funny im caught dirt hands get muddy plus outcome turns lovely got cheese pocket hit main squeeze push back sunroof let cold air breeze butter soft leather upholstery mostly keep gat closely cause niggas wanna toast aiyo gotta get mines matter consequences count blessings add weapons cock back gat let nine serve purpose sling thing organized fiend service tryin make mill stress know deal sling krills get cap peeled cause everythin real cuz wanna chill laid jacuzzi sippin bubbly fingers uzi try infiltrate fort get caught dead new york brain packed criminal thoughts get life lost never found friend mission completed watch drop less ten road riches hittin snitches mad stitches last restin placell ditch kid one stop try styles sloppy wanna youre imitation copy theme makin green livin luxury pushin phat whips livin comfortably time goes eye eye together son beef mines long sun shines light sky together son beef mines drug dealers dream stash cream keys triple beam five hundred sl green 95 nickle gleam condominium thug dressed like gentleman tailor made ostrich chanel woman friend murderin numbers head im burglarin shank servin em whats niggas swervin new york metropolis bridge brings apocalypse shoot clouds feels like holy beast watchin us mad man sanity goin like hourglass gun inside bad hand sliced tryin bag grams got hoes used milk niggas couldve killed ill crew psychos nas escobar movin weak production pumpin corruption third world bustin hold analyze wildcats slang cracks swing acs new routines eyes blacks playin corners glancin cornea corner ya seen cats snatch monies ya late night candlelight fiend crack pipe right feelin higher airplane right word yo wanna get money blow take time blast nine front go sip beers german ones hand guns sons shaolin queensbridge robbin niggas fun still write seeds build mahalia sing tale real still kill time goes eye eye together son beef mines long sun shines light sky together son beef mines time goes eye eye together son beef mines long sun shines light sky together son beef mines uhhhh laid back word jus bless em bulletproof mobb deep nas chef creation yo nation yeah violent violentest crimes give life queensbridge kids dont like bring drama worst kind enemies first time last earth memories fault gave fair warning beware killer kids dont care unaware fools dealt time aint mystery form words rhyme nineteen hundred ninety square shook niggas supposed fear tryna get piece pie dont share prepare worst cause try keep positive mind walk straight line dont work niggas forced dirt god made dirt dirt wont hurt listen lessons rules learnt streets nineteen years leaving first prioritys reach twenty one breathing forever beef nobody ever even grab heat breezing lost foul mind state cant keep straight thinkin keep eyes earth without blinking hard man land venom man try front get slugs aint crook son shook one live life diamonds guns numerous ways choose earn funds niggas get shot locked turn nuns cowardly hearts straight shook ones aint crook son shook one every rhyme write 25 life peoples bridge know im talking bout right aint time hesitation leads incarceration dont know theres relation cause queens niggas dont play dont got time say say im bigger claiming pack gat scared get locked get upon island change ways stop thirteen years projects hard times ive lived wake morning thank god im still living sometimes wonder deserve live going burn hell shit time dwell cause brain reacts front want nigga lay back dont fake jacks kid know bring live stay childs place kid outta line criminal minds thirsty recognition mission im strictly sipping ej like got mind flippin im bugging digging ways holes hustlin get loot kid know motherfucking function cause long im alive ima live illegal get ima put peoples react quick spit lyrics like macs hit dome roll dont caught sleeping cause im creeping shook one aint crook son shook one live life diamonds guns numerous ways choose earn funds niggas get shot locked turn nuns cowardly hearts straight shook ones aint crook son shook one live life diamonds guns numerous ways choose earn funds niggas get shot locked turn nuns cowardly hearts straight shook ones aint crook son shook one infamous back house live life diamonds guns gems pull gats like basehead pull stems mobb got bomb run tell friend drop gem em rain got fall rain got fall rain got fall rain got fall know mean drop gem em sick tired ugly fake crooks need retire got gassed take match smack fire ya maggot ass havoc represent q b c smoke ass like loosie though need quit fuck love like cloud projects game im combat gats bangers yous small cat whatever get mention nothin real shit presentin hollow tip crew 41st side convention stride full half steppin like fresh tec box yo niggas im testin thats question bitch ass confessin like dt left state depression pressure tag doubt catcher snitch snatcher shooken asthma casper yell name thats givin props plus fans got wonderin whats got hot tu knocked box got rocked got raped island officially got kick thug shit vibe magazine love shit keep real kid cause dont know fuckin infamous back house live life diamonds guns gems pull gats like basehead pull stems mobb got bomb run tell friend drop gem em drop gem em son know got jewels infamous son yeah likewise im tired rap guys thats faggots pll shut eyes swole whole outside baptize niggas get wet hit backside get claptized set straight put head straight watch upstate cats leery new yiddy niggas gats wall back rikers island flashbacks house got scufted would think gettin head shots enough wanna go team must drunk wrote shit bad self rebellion retaliate whole new york state aimin face gate bottom line top soon came shots flew dont even know half crew got hundred strong arm niggas ready rock shit clocks tick days numbered low digits look suspicious suspect niggas bitches get chopped grade meat somethin delicious laced back two gs worth stitches reconstruct face learn speak mobs like bunch wild puerto ricans bangers size african spears warfare arena turn arenas house horrors terrordome see clique need run behind shit got gat better find use shit think fast get reminded robberies manhattan know happened sixty gs worth gun clappin shot ya probably screamed louder opera new york got ya wanna use mob crutch think cant get bucked back house live life diamonds guns gems pull gats like basehead pull stems mobb got bomb run tell friend drop gem em infamous back house live life diamonds guns gems pull gats like basehead pull stems mobb got bomb run tell friend drop gem em aiyo queens get money long time cash im caught hustle guns go blast fool retaliated think fast pull heat first pull heat last fuck think living day im tryna tell young niggas crime dont pay looked said queens niggas dont play thing ill mine kid stay outta way type hard tryna survive new york state cant stop til im eating platinum plate po po comes around tries relocate lock forever cant deflate cause cash highly addictive especially youre used money live pause step back look life whole aint love seems devil done stole soul im delfia selfia ps helping ya im tryna get lexus plus cellular yo big noyd cant cope crab niggas tryna shorten rope yo r double p e r n niggas cant fuck coming straight outta qb pushing infiniti ask rip constantly mentally definitely death come test trust nigga cant touch snuffed bust youre gonna cause imma blast lyrical like miracle ill spiritual im born im getting imma til im fucking dead gone cause im composer hardcore lyrical destructor dont make buck ya cause im wild muthafucker know flow know steelo even pack gat go see po jump hooptie pass gat lucci shorty case po try troop island start wilding flipping niggas walking around nice gold medallions didnt violate escaped see back queens pumping fiends making cream know mean im natural born hustler wont try cut ya pull 44 bust ya yo aint time faking jacks cause brothers fake jacks get laid backs streets real cant roll without steel feel feel cause born kill gotta eat decent meal brothers starving dont try find job son robbing dont alarmed come supposed opposed get face blown dude map cause react attack brother wasnt blessed wealth act like drug dealing mess shorties thats appealing im fronting world start 4 wheeling cause back 41st side right sipping ej getting bent night yo never seen whole life step business cause right po po aint around grab pound money retaliated hit ground life line gotta hold projects cant see getting bodied clown ass nigga aint even town hit chest hes laying man jetted benches started hearing sirens stopped firing cut ass like diamond jetted crib piece relief stashed heat proceeded peep window call son yo son got beef question money problem solved got mind stick time get paid thinking ways take loot already made theres crime air aint time afraid give get laid give goods get sprayed got lots love crew love crews rival kids town niggas know time dont need buy watch word caught crossfire get theyself hurt sipping gin straight plastic cup park bench 12th street whole crews famous tried bust gat keep real nameless first slow wrong route let put feet show whats street life aint nothing play jokes games kid years shit drinking liquor bids extorting crack heads sticking stick kids know im sayin wanna say whats man louie know hes still drop one know dont know 41st side keep real pack steel like man yg fool try play wet em im swayze must crazy kid ran never forever wildin thats live bridge sit scared cock back gat hit nigga like bid 25 nah kid gettin life forever burnin hell niggas trife semi auto bring yo im pullin strippin niggas like porno flick im sick mobb rolls thick cross paths clique get vic im bullshit thats raised g level stage slidin blades pools alcohol walk crawl im win gonna take fall infamous queensbridge kid scene kid creepin caught sleepin dont ever run two macs plus crew backs every move choose givin crews blues im open dainy obey get sprayed sweeper cause im brothers keeper grim reaper holdin nothin big batters big heaters blow three times leave mark like adidas jig know fix pretty boy niggas frontin hard issue word unborn get scolded old molded get bent get folded every rhyme truth must get cross put right back take source doubt im stuck cant get lifestyle 41st side get bent run wild 41st side two know violate motherfucker ima see linden start endin settin yeah kid big time boy 12th street representin big shout man tear gas think lake whole crew kid knowhatimsayin couso richie fraud known leave ya scarred give big shoot man heavy l big palms representing goodfellas yo p e double push lex bubble winter cant come along hoes enter told meet six hill center took west way bent right stay intoxicated never sober faced violate get laced wasting slugs aint buckin nothing better buckin need stop fronting used drive ac kept mac engine littles painted black crack sale intentions blow whole projects infamous sons grow murderers terrorists nigga accompanied cognac ask around dont fuck mobb couldve told must cut class aint another member crew kick ass damage limbs 91 stomping black timbs prodigy havoc qbc putting cowards theyre supposed dont know face dont come close got much beef drama 3rd degree kids dont wanna im mix action niggas wanna kill start ending mans lendin linden forty two shots depending whether clip full top busting caps non stop blazing shows even hoes start ending start motherfuckin ending motherfuckin start ending 41st side get bent run wild 41st side get bent run wild 41st side get bent run wild word know im sayin +danny brown,30 check colder grits fed slaves rap like water raves aks bayonets deck rep set sorta like squidward clarinet im ya bitch mouth fantasizing staring skinnies said tantalizing dog im strategizing plotting throne master ace sitting chrome dark nights tryna sleep stomach fire delusional hunger couldnt get tired imagining equalizer goin green red words rhyme together appear head im sorta like neo matrix code try escape hoping drugsll numb soul say im getting old times running repeating instrumentals tryna figure patterns never leave house aint slept three days popping pills writing drinking smoking haze weaving kicks snares tryna dodge hooks keepin original something thats overlooked way nigga going might go like sam cooke locked calling home money books cause shit dont work nigga failed life turning drugs drugs turned life downward spiral got suicidal scared pills rifle surpassing idols took wrong turn cant go back let blunt burn cause turn fuck took get depend drugs took get depend drugs triple x niggas dont even know talk show cannot tell nothin show somethin aint seen hoe want piccolo smoking mistletoe make kiss chop chop 24s look like centerfold mouth genitals suckin like gettin vitamins minerals chemicals testicles poke tentacle put schedules rolling vegetables rapping special flow way youre next blow strapped c4 fresh head toe every day fashion show used tote calico serve like john mcenroe sell shows used sell blow back coppin dubs try roll 4 nigga livin good done made hood think im goin back wish motherfucker would yeah say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe still wicked aleister crowley niggas know well heavens sake im goat haters go hell youre getting money nigga every day sunny ima act ass donkey let pull ponytail second grade took mama weddin ring took bitch show tell im married game avail grounded like month im gettin high fuck employer tryna write im writer ambitions rider half shit rider dont even want fantas us hennys sluts givenchy bikers rev rips balmain badmon bathing ape dick paid bloods raised crips soulo ho3 prophecies atrocities exhibition oh yeah nigga livin good good could better wish motherfucker would yeah say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe life like appetite truth dare double dare ya life end vain end near see hear crying silence sittin dark holdin crosses cross heart sin work art watch love lost bet thousand shoot thousand things nigga thousands made million counting sheep gave public housin taking abu dhabi beamin motor scotty talking promoters scotty everybody know gotti murder one youve heard rev undid day madness got wipe evidence blood mattress big power big stages zoo cannot fit cages booth used fakin crew love confrontation chewed face laces moved weight waitress chef pot made poison cooked kicked patients bitch way beyond basic thats life insurance car insurance good pussy insurance ayy look enduring ayy ridin foreigns ayy k dot four years got watch real watch bitch fire speed racer waitin outside roof like tank top countin money watchin paint dry im done rain stops uh say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe say got city fire aint boomin thats goddamn lie woah really doe like really doe really doe like really doe good hood wish motherfuckin would listen wish motherfucker would brown put foot like im popping clutch hate palpable jaw full dust gon keep talkin lockin im type nigga aint never honor judge mouse falcon picked disrespect get checked like top month liar kid im honest fuck never pass mama blunt kept head straight listen deadweight never problem dunk look broke bitch cause aint argue enough keep dirty spliff uncle alchemist puff strike birdie em hit mouth club wake early em gettin house must like sweaty pit sweaty sick countin dubs either gon catch mountain monks loungin ask girl mouth nuts youve motherfucker since 2001 well left handed shooter kyle lowry pump im house like got couch chucks motherfucker remember first meal school lunch spit 16 straight punch remember dinner ate captain crunch blow big blunts way brunch went good fella commissary slips got back man every time slipped never ever quit kept pursuing teacher always ask scribbled notebook never homework low attention span guess adderall worked rocked tommy hil shirts ones boat rockport kicks way even smoked used baby lungs choking hit nowadays lace whole seven sitting remember back thought growed rushing kid grown rushing kid grown yeah whoever thought id greatest growing eat pound shit sixty four quarters burn fire drown drops water son told got beans like goya gone pills got jumping sofa hotter hot pocket devil microwave model bitches begging nigga sex slave exotic foreign garments lookin tailor made bitches see man wetter everglades everyday shit getting paid waking new bitch getting laid used take bottle back waitress bring bottle back see shining looking like sour patch niggas catch heart attack newport soft pack never blow blunt wraps blunt raps sewn whoever thought id greatest growing rushing kid grown whoever thought id greatest growing put cup put four sixes chevy hoes put cup put four sixes chevy hoes wont bitch wont bitch wont bitch wont bitch take baby bend let see looking real pussy eater quit playing girl bring climb aboard face put pussy beard aint tryna take shopping buy ass shoes im tryna lick clit im looking shame game girl look back dont give fuck shaved nappy long aint nasty sanitation smelling one whiff bitch imma bailing smelling sweet imma lick hour even sour might lick shower go dumb ignorant im clitoris lick ass delirious tongue game damn serious bend ass let eat back pussy good nigga coming back put cup put four sixes chevy hoes put cup put four sixes chevy hoes wont bitch wont bitch wont bitch wont bitch oh nigga scared let show bout spread apart lips put clit mouth thang juicy imma call jamba licking circles got calling papa tongue going faster singing la labamba tryna keep rhythm like bongos samba im pussy monster blowing ganja finish look like sauna toes curling youre grabbing sheets spitting pussy real sloppy eat slobbing pussy dont cuddle put dick make sleep puddle bitch aint afraid eat public feet windshield broad day fuck sixty nine hotels lights tongue worth million dont need ice put cup put four sixes chevy hoes hoes playing dont wanna fuck imma put ass gone walking bruh im swagged im pill could fuck hour cause cant feel said im swagged im pill could fuck hour cause cant feel aint gonna many suckers furthermore think better check mitts baby come lets cut place loose ayyy chump better get fuck take bitches especially ug mug hybrid smoking papaya give niggas bronchitis write vagina write wall china nigga thats great like eighths grape ape getting stuffed suitcase ready hit studio shit mixtape nah literally shit mixtape wipe credits leave stains jewel case two takes dog boothll get souffled youre hiding something like toupee truthfully friend touche gon get exposed like coming model label seems like one pageant mamas guess whos little bitch thats must suck lot dick thats true misuse issues pistols mind racing like bristol heart igloos nigga aint would take pencil temple cause done served fiends menstrual aint even pads stuffed panties tissue hit ave cause mouth aint bleeding styles like fried chicken without seasoning nigga thats bland fuck mans smack like bitch nigga thats open hand fuck tough talk monopolize throw ass boardwark fag aint play sports always ballpark type nigga rocking crocs fucking walmart drunk like stallworth riding fiend car get flicked guess im running fiend car know nigga dirty got hammer kush got high like pac bandanna im smart nigga dumb shit baby mama crib flushing piss im ferris bueller frank muellers blank shooters stank hooters im aruba sipping wine cooler mind ruler sort like hypnotism thats white bitches wanna get smack flip like mike bivins flows like ronny devoes hoes got toes expensive high heels hoes toes fucked beauty supply sandals handle situation smoke blunts face stay motivated irritated im sedated fuck face like obligated still fucking freak hoes stank pussy smelling like cool ranch doritos verbal couture parkour metaphors flow house horror dead bolted metal doors grinch bitch six sense nose drip mind skydive sniffing bumps cockpit locksmith hip hop appraisal wrist watch rocks bout size teeth chris rocks mouth sock mic prototype adderall work killing fiends cause cut fentanyl much coke sniff need ski lift flip table cut bullshit nose bleeds red carpets blend snapping pictures feeling chest sunk live fast life seen many die slowly unhappy left try seize moment funny happens ever would imagine jokes satan one laughing aint funny happens aint aint funny happens aint aint funny happens aint sell honey bee fall time make trees take back leaves octopus straight jacket savage bad habits broke serving fiends got rich became addict aint funny happens would ever would imagine nose running right could ya pass napkin managed somehow upper advantage panic drugs gone nobody answering aint funny happens aint aint funny happens way mask lot became beens rolling 100 dollar bill till cash thinks gone last going fast man fucked aint funny happens aint funny happens aint aint funny happens aint aint funny happens aint aint funny happen upcoming heavy traffic say ya need slow cause feel crashing staring devil face ya cant stop laughing staring devil face ya cant stop laughing living nightmare us might share inherited blood stuck mud cant quit drug use alcohol abuse even wanted tell im gonna ima wash away problems bottle henny anxiety got best popping xannies might need rehab shit pussy pray yall cause dont know coming bought 8 ball coke nigga way got 3 hoes tryna play aint funny happens ever would imagine jokes satan one laughing aint funny happens aint aint funny happens aint aint funny happens aint 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living ill get old dig knees grind teeth know attic bottoms pleas waywarded seas arthritis fingers carpal tunnel wrists bout feed kids night sit legs twist listen oldie soap operas smoking bogies phone gossiping telling homegirls stories girlfriend worried cause sons hurry see state pen cemetery buried replied best still rough keep kids street away drugs hair house aint putting daniel daddy ay turned channel sneakers turn house shoes stepping back ashing cigarette brown paper bag smoking joints lauging tryna get part straight ten put perm dont scratch day hot cocoa stove put food bowl say thats many nights hard keep going im trapped trap devil aint forgetting wanna see dead locked prison system division thing add fucked cause nigga tryna get couple bucks im trapped trap devil aint forgetting wanna see dead locked prison system division thing add fucked nigga tryna get couple bucks 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living ill get old dig knees grind teeth know attic bottoms pleas waywarded seas iverson zig zags good night fast food really balling mommy cop chinese food really wonder people got issues cause rent owed fucking lights due knees night pray miracle come daddy shooting craps tryna win pair shoes growing hair bout let mommy twist wilding friends even got biscuit homie momma smoking nothing lose stashing cracks hundred dollar shoes sitting crib smoking swishers getting faded told hit mommy cause tryna get braided gon see local dope man see put money hand one jump one front cause im tired seeing family fucked hungry im trap devil aint forgetting wanna see nigga dead locked prison system division thing add fucked nigga tryna get couple bucks im trapped trap devil aint forgetting wanna see nigga dead locked prison system division thing add fucked cause nigga tryna get couple bucks 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living 25 bucks momma braid hair sit porch shell stairs grew hair wanna get twisted fed us many nights nigga thats living check dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dont let zone dont let zone dont let zone haters leave alone said dont let zone dont let zone dont let zone haters leave alone like lieutenant dan im rolling back back keep smoking eyes keep shaking cant stay focused im fucked niggas aint noticed im sweating im cold mouth dry got runny nose bought water bottle chugged think need keep feeling like im gon faint fuck nigga pass drank done drunk much ima throw hotel bathroom sink bitch im blown im zooted cant believe im even moving half gram molly go party dont know im stunt dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dont let zone dont let zone dont let zone haters leave alone say dont let zone dont let zone dont let zone haters leave alone rappers talking bout molly bet million dollars niggas aint dipped pure mdma put shot aint talking bout crystal thizzing hard day rest peace mac dre throw scratch face thizzle dance place im grinding bitch im grinding teeth dont give flying fuck right dont want beef im blown im zooted cant believe im even moving half gram molly go party dont know im stunt dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dont let zone dont let zone dont let zone haters leave alone say dont let zone dont let zone dont let zone haters leave alone licked index wet licking best friend suck watching sunset thats right bitch aint done yet lifting sundress kicked licked blink undressed molly making feel good feeling cant explain obvious got problems bitch lets kill pain im blown im zooted cant believe im even moving half gram molly go party dont know im stunt dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dip dont let zone dont let zone dont let zone haters leave alone say dont let zone dont let zone dont let zone haters leave alone brown bless mic like gesundheit bud bout size bonsai kick like muay thai flow like sci fi high def im righteous still bust nut bitch chest verbal folklore explored employed none fools gold bankrolls explode bitch target shoot load bullseye eyes tie dyed fried shit rockstars died smoke somethin man bitch like wyclef used sell cannabis manuscript sick shit prescription addiction sniffing adderall counter kitchen tripping shit brian wilson flipping experiment much miracle im livin ima die like rockstar die like rockstar ima die like rockstar die like rockstar ima die like rockstar die like rockstar ima die like rockstar bitch wanna party like chris farley shot hennessy spike molly tell mommy im sorry god bless soul life sublime goin like brad nowell got kurt cobain type mindframe feelin like keith moon shrooms dressing room basquiat freestyle feeling like jimi hendrix anna nicole mouth river phoenix 93 vip drugged porn hoes around like teri diver linda wong hell havin orgies horns growing long cause bitch im frankie lymon heath ledger hyped jacuzzi john belushi brittany murphy blowin hershey ima die like rockstar sent bitch dick pic need glasses turn bitch slick rick right flashed ate couple pills took bud plastic flicking bogey ashes bitch stay blasted microphone cassius magic sick shit posed dead bitch im still bitch verbal herbal poison words contortion fucked pregnant bitch save money ga bortion feel like billy corgan church playing organ covering hort smoking newport hurt hoped drugs would help pain go away thoughts head made sane go astray step inside mind revolves around rhyme every time close eyes visions white lines dying arms blonde blue eyed twenty something dont know name paramedics chest pumping thirty something black male od pills werent prescribed took life left behind daughter dont really even know cause mama thought wouldnt make living poems long journey rocky road hoodie jacket snow walking cold way studio nigga couple years ago dropped couple mixtapes net niggas tried front like wasnt guess bitch im coming back guess bitch im coming back signed fools gold everything gnarly bitches want number get party came long way extension cords window borrow neighbors power plug nintendo ovens never closed stoves never every winter cold niggas sleeping wearing scarf always tell gon get better know greatest rapper ever pressures prove voice right people never know goals knew mine whole life turns fixing bat pitching singles label used pitch crack never learned rap always knew ever since nigga eight knew would turned 28 like gon nigga 30 dont think heard last ten years fucking stressed tears eyes let get chest thoughts success got nigga chasing death drugs hope od aint next triple x +ludacris,chick bad chick hood chick stuff chick wish could chick bad chick hood chick stuff chick wish could chick bad badder badder chick bad badder badder chick bad badder badder chick bad badder badder listen im sayin chick bad chick hood chick stuff chick wish could chick bad badder chick stuff cant even put words swagger dont stop body wont quit fool pipe aint talkin bout shit chick bad tell seen always bring racket like venus serena white top white belt white jeans body lookin like milk time games shes full grown chick bad tell yo chick go home chick bad chick hood chick stuff chick wish could chick bad chick hood chick stuff chick wish could chick bad badder badder chick bad badder badder chick bad badder badder chick bad badder badder girl might sick girls sicker rides dick handles liquor knock bitch annnnd fight comin swingin like tiger woods wife yeahhh could get little hasty chicks better cover chest like pasties couple girlfriends little crazy comin street like parade macys fill er balloons test guns get drawn like cartoons doh aint talkin bout homer chicks bad whole crew wanna bone yeah chick bad chick hood chick stuff chick wish could chick bad chick hood chick stuff chick wish could chick bad badder badder chick bad badder badder chick bad badder badder chick bad badder badder yo yo bitches wanna try bestie take left leave hangin like testie trash talk em put em hefty runnin court im dunkin em lisa leslie goin basement friday 13th guess whos playing jason tuck better hold onto teddy nightmare elm street guess whos playin freddy chick bad chef cookin say shoe game crazy mental asylum lookin rookie im wham bam purple lam damn bitch fan chick bad chick hood chick stuff chick wish could chick bad chick hood chick stuff chick wish could chick bad badder badder chick bad badder badder chick bad badder badder chick bad badder badder luda dtp alone might tip slides pole like certified stripper alone might tip tip slides pole like certified stripper alone might tip slides pole like certified stripper alone might tip slides pole like certified stripper kinda like came party like tonight never end lets party lets party yea came party like tonight never end lets party lets party lets party need party girls party world titties plastic ass fantastic brush hair touch everywhere dont say shit gettin naked dont say shit gettin naked dont dont say shit gettin naked naked say shit gettin naked dont dont say shit gettin naked world ima touch wherever want touch pop pop youll bustin nuts want bust dont rush mama ima take time slow car counter bed couch tub flo oh could g really got sprung lost count baby many times make cum run run run nigga til cant like forrest gump gets wants shes spoiled rotten like bad milk get hot cause make ass melt whipped cause love gettin whipped whip ima black belt beat pussy pieces never lettin cat leashes im goin deep tellin deepest darkest secrets need party girls party world titties plastic ass fantastic brush hair touch everywhere dont say shit gettin naked dont say shit gettin naked dont dont say shit gettin naked naked say shit gettin naked dont dont say shit gettin naked throw ones get wet waterpark ima fun make come back back gon bust like gun like pow pow brrr pow pow brrr bitch gettin nigga bout turnt club dont even need molly doin much corner thought fuckin party lungs filled marley hands body im goin deep im lettin know got face pillow cant speak need party girls party world titties plastic ass fantastic brush hair touch everywhere dont say shit gettin naked dont say shit gettin naked dont dont say shit gettin naked naked say shit gettin naked dont dont say shit gettin naked came party like tonight never end lets party lets party yea came party like tonight never end lets party lets party lets party need party girls party world titties plastic ass fantastic brush hair touch everywhere dont say shit gettin naked dont say shit gettin naked dont dont say shit gettin naked naked say shit gettin naked dont dont say shit gettin naked ive got hoes ive got hoes different area codes area codes hoes hoes hoes different area codes area codes hoes thought 7 7 0 4 0 4 im worldwide bitch act like yall dont know abominable ho man globe trot international post man neighbor dick dope man 7 1 8s 2 0 2s send small cities states us 9 0 1 matter fact 3 0 5 ill jump g4 meet outside control hormones keep drawers til close door im jumping bones 3 1 2s 3 1 3s 2 1 5s 8 0 trees read horoscope eat hors doeuvres 10 pump one hoes self serve 7 5 7 4 1 0s cell phone overloads ive got hoes ive got hoes different area codes area codes hoes hoes hoes different area codes area codes ive got hoes every day ho ly day stop violence put 4 4 away skeet shoot ho today 5 0 4 9 7 2s 7 1 tree whatcha gon checking scene im checking ho tonight perpendicular vehicular ho micide 3 1 4 2 0 1 much green much fun bang cock bangkok cant stop turn hit spot think im thrilla manila schlong hong kong pimp em like bishop magic juan man henny coke smile pick motherfuckin phone dial got condoms big ass sack im slanging dick like new jack biatch cause like gangsta walk cause like gangsta talk cause like handsome face cause like gangsta ways whatever love wont let handles biz dont rush relax let free whenever call come running 2 1 2 2 1 3 know ball stop fronting ill call substitute freak ive got hoes ive got hoes different area codes area codes hoes hoes hoes different area codes area codes ive got hoes 9 1 6 4 1 5 7 0 4 shout 2 0 6 everybody 8 0 8 ha ah 2 1 6 7 0 2 4 1 4 3 1 7 2 1 4s 2 8 1s 3 3 4 2 0 5 see ya uh uh 3 1 8 6 0 1s 2 0 tree 8 0 4 4 0 2 3 0 1 9 0 4 4 0 7 8 5 0 7 0 8 5 0 2 hoes different area codes know southern hoes pitality northern exhoes ure ha ha ho ridin west coast ya understand im saying ho cus pocus dopest hoes right hoes left 5 hoes time whoo ho hip hop ho ller coaster thats right ha ha need get ho stile def jam south baby disturbing tha peace jazze pheezy uncle face ludacris uh hoes im sweating like motherf move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way oh fights im bout punch lights get fuck back guard grill theres something wrong cant stay still ive dranking busting thanking busting upside motherfuckin forehead friends jump theyll mo dead causing confusion disturbin tha peace illusion runnin streets bye bye groupies gold diggers bumper ass im hundred highway speed limit get fuck way im dui hardly ever caught sober get ran fuck move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way come go uh oh dont jump bitch move see headlights hear fuckin crowd start goddamn show im comin hit stage knock curtains fuck crowd thats young successful sex symbol bitches want fuck em true true hold wait shorty oh whats getting dick sucked besides minding fuckin business trying get paper child support suing give truck take rental back bought fucking tvs jewelry bitch tell aint bitter dont give fuck ima tell like bitch better walk front tour bus move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way 2 0 im right track beef got right mack hit trunk grab pump punk ill right back buying bars showing scars heard theres hoes brought cars grab pills cause popping tonight beat shit outta security stopping fight got fifth remy fuck belve cris im selling shit club like work bitch fuck dress codes street clothes street niggas dance floor throwing bows beating niggas im dec try disrespect dtp watch bottles start flying vip fuck rap shit clap bitch two ya body grab ya four start fight dog ruin party move bitch get way ho faggot motherfuckers make way 2 0 move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way move bitch get way get way bitch get way keep dwellin past babe know need yeah need real good lovin cause im troubled things see need real good lovin cause aint nobody around lovin better love lost never loved true wouldnt drinking alcohol every relationship failed take toll especially hoes area codes easier erase memories point past women became enemies fence befriended see gon weird energy im sorry couldnt make work believe heart never intended make hurt see blogs new girl friends talking bout thats supposed girl need real good lovin cause im troubled things see need real good lovin cause aint nobody around lovin got empty hole chest fill somebody give prescription guess gotta learn live regrets pay mistakes exes take commission whats percent top hit bottom break wondering live without em need solutions less problems cause love drive crazy belong insane asylum hear rain feel pain inside em kinda lost need someone guide em nothin worse feelin alone ill admit feelin better im hearing song goes need real good lovin cause im troubled things see need real good lovin cause aint nobody around lovin dwelling past moments repeat baby playing empty songs im blowing high feeding heart lion called guilt empty bed empty bed dwelling past moments repeat playing empty songs im blowing high feeding heart lion called guilt empty bed lose mind know need need real good lovin cause im troubled things see need real good lovin cause aint nobody around lovin live somethin youre alone friend fill cup lift lighter toast life luda say dont kill make stronger two drinks night help live longer blow smoke give lungs test cause tip toe life arrive safely death im journey yeah im roll sometimes gotta close eyes open soul tonight night got feeling im act fool go fix drinks usher break rules thats somewhere go world movin slow born fast life go broke lesson cant afford worth im ready pay rest life rest life oh oh oh na na hey oh na na hey oh na na hey oh na na hey rest life got one life live ima party til im dead hell life worth livin edge tryna keep balance im twisted case fall written tombstone say women weed alcohol thats somewhere go world movin slow born fast life go broke lesson cant afford worth im ready pay rest life rest life oh oh oh na na hey oh na na hey oh na na hey oh na na hey live somethin youre alone friend fill cup lift lighters toast life im stuck moment freeze hands time cause feel inner peace im mind call crazy like roll dice im willin bet ima crazy rest rest life rest life rest life yeah go little somethin li li like runaway love runaway love runaway love runaway love little lisas nine years old shes tryin figure world cold shes alone never met family mommas always gone never met daddy part missin nobodyll listen mommas drugs gettin high kitchen bringin home men different hours night startin laughs usually endin fight sneakin room mommas knocked tryin way little lisa says ouch tries resist beat tries tell mom momma dont believe lisas stuck world forced think hell place called home nothin else get clothes pack says shes bout run away never come back runaway love runaway love runaway love runaway love little nicole ten years old shes steady tryin figure world cold shes pretty nobody seems like alcoholic stepdad always wanna strike yells abuses leaves bruises teachers ask questions shes makin excuses bleedin inside cryin one girl really knows shes name little stacy become friends promise theyll always tight til end one day lil stacy gets shot drive bullet went stray block nicoles stuck world forced think hell place called home nothin else get clothes pack says shes bout run away never come back runaway love runaway love runaway love runaway love little erica eleven years old shes steady tryin figure world cold pops x get rid pain plus shes havin sex boy whos sixteen emotions run deep thinks shes love theres protection hes usin glove never thinkin bout consequences actions livin today tomorrows satisfaction days go belly gets big father bails aint ready kid knowin momma would blow proportion plus lives poor money abortion erica stuck world forced think hell place called home nothin else get clothes pack says bout run away never come back ah runaway love runaway love runaway love runaway love runaway runaway love dont keep runnin away ill run away want lahhhhhhh yeah imagine goin ladies sometimes feel like runnin away favor right close eyes picture us runnin away together come back everything gonna okay open eyes ho yous ho yous ho said yous ho yous ho yous ho yous ho said yous ho doin ho activities ho tendencies hoes friends hoes enemies ho energy blew blew screw screw yall professional like dj clue pullin coat tail think take ho hotel ho tell everybody even mayor reach sky ho zone layer come playa ho always hoes never close open like hallways heres ho cake whole ho crew everybody wants cause hoes gotta eat ho yous ho yous ho said yous ho yous ho yous ho yous ho said yous ho cant turn ho housewife hoes dont act right theres hoes mission theres hoes crackpipe hey ho ya doin ya prolly doin ho stuff cause ho ho wide world livin feline feminine fantastical women ho theres hoes room theres hoes car theres hoes stage theres hoes bar hoes near hoes far ho cause yous ho yous ho yous ho said yous ho yous ho yous ho yous ho said yous ho gotta run pantyhose even daddy knows suckin chocolate like daddy os hoes horrible horrendous taxes yall writin hoes dependents see ho risin aint surprisin hoasis ugly chicks faces hoes dont feel sad blue cause us niggas hoes ho yous ho yous ho said yous ho yous ho yous ho yous ho said yous ho muthafuckas im tired yall niggas always talkin bout ho ho muthafuckin ho nigga wasnt ho last night okay hold drop bows em bows em drop bows em bows em drop bows em bows em drop bows em bows em cadillac grills cadillac mills check oil cadillac spills matter fact candy paint cadillacs kill check hoes cadillac fills 20 inch wide 20 inches high ho dont like 20 inch ride 20 inch thighs make 20 inch eyes hoping american 20 inch pies pretty ass clothes pretty ass toes oh love pretty ass hoes pretty ass high class anything goes catch em club throwing pretty ass bows long john drawers long john stalls stank puss make long john pause women cell making long john calls like juggle get long johns balls players house buy bar ballin ass niggas candy cars pimp know dont love hoes get floor nigga throw dem bows women house chasing cash got big titties matching ass fly ass boots open toes get floor nigga throw dem bows dirty south mind blowing dirty south bread catfish fried dirty south fed sleep cot picking dirty south bed dirty south gurrls give dirty south head hand flip flops hand socks hand drug dealers hand rocks hand 50 pack swisher sweets box goodfella rich niggas hand stocks mouth full platinum mouth full gold 40 glock cal keep mouth hold lie teeth could find mouth cold rip tongue cause mouth told sweat lemonade sweat tea sweat hot sauce sweat sweat burn 3rd degree sweat sleep sweat players house buy bar ballin ass niggas candy cars pimp know dont love hoes get floor nigga throw dem bows women house chasing cash got big titties matching ass fly ass boots open toes get floor nigga throw dem bows hit stars hit cars drunk liquor getting hit bars keep girl close cause shes hit far hit neptunes hit guitars afro picks afro chicks let soul glow afro dick rabbit hat pulling afro tricks afro american afro thick overall country overall jeans overall georgia overall clean southern hospitality overall mean overall triple overall beams thugged niggas wear thugged chains thugged blocks playing thugged games black tinted thugged range dtp stay thugged thangs players house buy bar ballin ass niggas candy cars pimp know dont love hoes get floor nigga throw dem bows women house chasing cash got big titties matching ass fly ass boots open toes get floor nigga throw dem bows players house buy bar ballin ass niggas candy cars pimp know dont love hoes get floor nigga throw dem bows women house chasing cash got big titties matching ass fly ass boots open toes get floor nigga throw dem bows nigga throw dem bows nigga throw dem bows nigga throw dem bows nigga throw dem bows stand ah stand yeah stand ah stand uh move move like move move like move move like hell yeah hey dj bring back move move like move move like move move like hell yeah hey dj bring back aint gon fuck bitch im im goddamn reason vip ceo dont see id im young wild strapped like chi ali blaow aint got nothing worry whoop ass let security carry watch medallion diamonds reckless feels like midget hanging necklace pulled million trucks looking smelling feeling like million bucks ahh pass bottles heat huddle smoking cheech chong whats wrong club moon full im looking thick young lady pull one sure shot way get pants take note brand new dance like move move like move move like move move like hell yeah hey dj bring back move move like move move like move move like hell yeah hey dj bring back go big ass let see something tell little friend quit mean mugging im lit dont care one thinks fuck waitress drinks people outside cant get gon rush back door break owner already pissed cause sort late time clothes got coordinate girls looking right looking mess thats spilling drinks dress louis vuitton bras breasts got wanting put hickeys chest ahh come gon party tonight yall use mouth mouth bring party life dont scared show another part life drinks system harder fight move move like move move like move move like hell yeah hey dj bring back move move like move move like move move like hell yeah hey dj bring back stand stand stand stand damn right fire marshal wanna shut us get us someone gun us two songs away getting cut one song away tearing club move luda got something say cause tomorrow aint promised today work lets become one beat dont worry stepping feet move move like move move like move move like hell yeah hey dj bring back move move like move move like move move like hell yeah hey dj bring back stand stand stand stand +wu tang clan,nigga want god word look cops though cash rules word two fives baby word two fives niggas got garbage way word know im sayin cash rules everything around cream get yeah check old fly shit word take natural joint go check shit yo grew crime side new york times side stayin alive jive secondhands moms bounced old man moved shaolin land young youth yo rockin gold tooth lo goose way begin g drug loot lets start like son rollin one one pullin gats fun dream teen fiend started smokin woolies 16 runnin gates doin hits high stakes makin way fire escapes question would speed cracks weed combination made eyes bleed question would flow try get dough stickin white boys ball courts life got better damn lo sweater times rough tough like leather figured went wrong route got sick ass clique went catchin keys cross seas rollin mpvs every week made forty gs yo nigga respect mine go tec 9 ch chick pow move gate cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall twenty two long hard years im still strugglin survival got buggin im alive arrival peep shape streets stay awake ways world cause shit deep man dream plans make cream failed went jail age fifteen young buck sellin drugs never much tryin get clutch could court played short face incarceration pacin goin upstates destination handcuffed back bus forty us life shorty shouldnt rough world turned learned life hell livin world different cell every day escape jakes givin chase sellin base smokin bones staircase though dont know chose smoke sess guess thats time im depressed im still depressed ask whats worth ready give seek old earth explained workin hard may help maintain learn overcome heartaches pain got stick kids corrupt cops crack rocks stray shots block stays hot leave livin proof kick truth young black youth shortys runnin wild smokin sess drinkin beer aint tryna hear im kickin ear neglected yo gots accepted life hectic cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall yeah yeah cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall cash rules everything around cream get money dollar dollar bill yall yeah caller whassup man dj coolin man c chillin chilin yo know call know right dj c yo never ever call ask play somethin right dj yeah c know wanna hear right dj whatchu wanna hear c wanna hear wu tang joint dj wu tang c ah yeah wu tang clan coming ya protect ya neck kid set inspectah deck smoke mic like smokin joe frazier hell raiser raisin hell flavor terrorize jam like troops pakistan swingin town like neighborhood spider man uhh tick tock keep tickin get ya flippin shit im kickin lone ranger code red danger deep dark art rip charts apart vandal hot handle battle youre sayin goodbye like tevin campbell roughneck inspectah decks set rebel make noise heavy metal way make crowd go wild sit back relax wont smile rae got goin pal call rap assassinator rhymes rugged built like schwarzenegger ima get mad deep like threat blow project take assets cause came shake frame half thoughts bomb shit like math wanna try flip go flip next man cause grab clip hit ya 16 shots got goin war meltin pot akh method man short mr meth movin left aah set get let like gat wanna break full cock back small change puttin shame game take aim blow nigga frame like fame stylell live forever niggas crossin dont know better true get suue enough respect due one six ooh mean yo check flow like hudson pcp im dustin niggas im hot like sauce smoke lyrical blunt make cough ooh grab nut get screwed oww comes shaolin style true b ba b u crew suuuuue yeah yeah yeah cmon baby baby cmon baby baby cmon baby baby cmon yo best protect ya neck first things first man youre fuckin worst ill stickin pins head like fuckin nurse ill attack nigga whos slack mack come fully packed fat rugged stack shame step ol dirty bastard straight brooklyn zoo ill damned let man come center enter winter straight shit packed jam cant slam dont let get fool man ol dirty bastard dirty stinkin ason unique rollin night creeps niggas rollin stash aint sayin cash bite style ill bite motherfuckin ass cryin loud style wild book long long rhyme took ejectin styles lethal weapon pen rocks oregon heres catch like psycho flashback love gats rap gun wouldnt bust back come shit types shapes sounds lounge stompin grounds give order peeps across water go snatch props around border get far like shootin star cause livin life pablo escobar point blank kick square biz youre fuckin pros goes yo chill feedback black dont need 10 oclock ho fucks seed feelin mad hostile ran apostle flowin like christ speaks gospel stroll holy roll attack globe buckus style ruckus ten times ten men committin mad sin turn cheek ill break fuckin chin slayin boom bangs like african drums well comin around mountain come crazy flamboyant rap enjoyment clan increase like black unemployment yeah another one dare g gka genius take us fuck outta wu slammin cold killin labels aint hits since seen aunt mabel doin artists like cain abel moneys gettin stuck gum table thats get misuse invent empire falls lose every cent tryna blow scrub thought bright 20 watt light bulb shouldve pumped rocked niggas stingy got short arms deep pockets goes companies majors theyre scared death pump first whos ar mountain climber plays electric guitar dont know meanin dope hes lookin suit tie rap thats cleaner bar soap im dirtiest thing sight matter fact bring girls lets mud fight best protect ya neck best protect ya neck best protect ya neck best protect ya neck yall thought yall wasnt gonna see im osiris shit wu tang forever motherfuckers like 97 aight niggas niggarettes lets like ima rub ass moonshine lets take back 79 bomb atomically socrates philosophies hypotheses cant define dropping mockeries lyrically perform armed robbery flee lottery possibly spotted battle scarred shogun explosion pen hits tremendous ultraviolet shine blind forensics inspect future see millennium killa beez sold fifty gold sixty platinum shackling masses drastic rap tactics graphic displays melt steel like blacksmiths black wu jackets queen beez ease guns rumble patrolmen tear gas laced function heads score take flight incite war chicks hit floor die hard fans demand behold bold soldier control globe slowly proceeds blow swinging swords like shinobi stomp grounds pound footprints solid rock wu got locked performing live hottest block world turns spread like germ bless globe pestilence hard headed never learn testament burned play position game life standing firm foreign land jump gun frying pan fire transform ghost rider six pack streetcar named desire got back line fire holding back peoples fuck niggas strapped theyre tryna twist beer cap court adjourned bad seed bad sperm herb got wig fried like bad perm blood clot smoke pot blow spots want think twice think iron lung aint got tell coming guns navarone tearing battle zone rip slums twist darts heart tried true loop voice lp martini slang rocks certified chatterbox vocabulary donna talking tell story walking take cover kid run brother kid run team six cant rhyme groupies squeeze advantage get wasted deadly notes reign supreme thought basic compared mine domino effect arts crafts paragraphs contain cyanide take free ride thought got fashion catalogs yall praise due god saga continues wu tang wu tang olympic torch flaming burn sweet thrill victory agony defeat crush slow flaming deluxe slow judgment day cometh conquer war allow us escape hell globe spinning bomb pocket full shells sky golden arms tunes spit shitty mortal kombat sound fake false step make blood stain ground jungle junkie vigilante tantrum death kiss catwalk squeeze another anthem hold ransom tranquilized anaesthesias orchestra graceful music ballerinas music sicily rich california smell axe kill adventure paint picture well sing song sing sing sipping ginseng righteous wax chaperon rotating ring kings march wooden soldiers c cypher punks couldnt hold us thousand men rushing one nigga sober perpendicular square stand bold like flare escape dragons lair particular beats travel like vortex spine top cerebral cortex make feel like bust nut raw sex enter right ventricle clog bloodstream heart terminal like grand central station program fat basslines novation getting drunk like im fucking ducking five year probation war masses outcome disastrous many victim families save ashes million names walls engraved plaques went back received penalties acts another heart torn close ones mourn stray niggas get slayed song track renders helpless suffers multiple stab wounds leaks sounds thats heard 93 million miles away came one represent nation gathering masses come pay respects wu tang clan engage battle crowd screams rage high chief jamel irief takes stage light provided sparks energy mind travels rhyme form giving sight blind dumb mostly intrigued drum death one save self relentless attack track spares none yo yo yo fuck look crab niggas laid back lamping like gray black pumas mans rack codeine forced drink navy green salamander fiend bitches never heard scream two faces scum slum got whole body numb blowing like shalamar 81 sound convincing thousand dollar cork pop convention hands like sonny liston get fly permission hold fuck ill unfasten wig bad luck humiliate separate english dutch black noble drew ali came threes like genovese sazon season degrees earth 93 million miles first rough turbulence wave burst split megahertz aiyo thats amazing gun mouth talk verbal foul hawk connect thoughts make man child walk swift notarizer blue tang high riser new york yank visor word tranquilizer adjust dosage delegate clan explosives pen blow lines ferocious mediterranean see yall number one draft pick tear beat god delegate god see god swift chancellor flex white gold tarantula track truck diesel play weed god substantiala max mostly undivided slide sickening guaranteed made em jump like rod strickland game chess like swordfight must think first move toad style immensely strong immune nearly weapon properly used almost invincible raw ima give ya trivia raw like cocaine straight bolivia hip hop rock shock nation like emancipation proclamation weak mcs approach slang thats dead might well run wall bang head im pushin force force youre doubtin im makin devils cower caucasus mountains well im sire set microphone fire rap styles vary carry like mariah come shaolin slum isle im comin nuff niggas nuff guns wanna come sweatin stressin contestin youll catch sharp sword midsection dont talk talk cant walk walk phony niggas outlined chalk im mad vexed projects made rebel grain theres way barricade steamrollin niggas like 18 wheeler drunk driver drivin theres survivin rough like timberland wear yeah clan yota landcruisers peace crooks niggas bad looks bald heads braids blow hook pack chrome tecs nickel plated macs black acs drug dealin styles phat stacks good nigga minute though cause got get props win yo got beef commercial ass niggas gold teeth lampin lexus eatin beef straight dont even bother got 40 niggas kill niggas fathers peoples front back killa bees attack peoples smokin meth hittin cats block gats go deep type flow jacques cousteau could never get low im cherry bombin shits boom warmin little bit rappinin whats happenin keep pockets stacked hands clap party move body gotta get somebody grab microphone put strength bone duh duh duh enter wu tang zone sure enough rock stuff huff puff im gonna catch bluff tuff rough kickin rhymes like jim kelly alex haley im nuh beetle bailey rhymes comin raw style hardcore niggas comin hip hop store comin buy grocery tryin hip hop mc law order enter wu tang must bring ol dirty bastard type slang represent gza abbot rza shaquan inspectah deck dirty ho gettin low flow introducin ghostface killah one could get iller peoples front back killa beez attack peoples smokin meth hittin cats block gats speakin devil psych god get shit right mega trife yo killed past life mic kickin fast shit reneged tried got blasted half mastered ass style mad ruff task struck timbs black mask remember shit know dont remember jack night yo hittin like spiked bat thought bugged crazy strapped nonsense became lazy yo nobody budge shot slugs never shot thugs im runnin thugs flood mugs grab eight plus one start flippin trippin niggas jettin im lickin son wu tang wu tang wu tang wu ta ang homicides illegal death penalty justifies homicide dies iniquity master mantis rapture comin ya apb mc killer looks like work master evidence indicates stature merciless like terrorist hard capture flow changes like chameleon plays like friend stabs like dagger technique attacks immune system disguised like lie paralysin victim scream enters bloodstream erupts brain pain thoughts contain movin nigga speed centipede injure motherfuckin contender peoples front back killa beez attack peoples smokin meth hittin cats block gats immune nearly weapon properly used almost invincible toad style immensely strong immune nearly weapon properly used almost invincible properly used yeah torture motherfucker torture nigga ill fuckin ill fuckin tie fuckin bedpost ass cheeks spread shit right put hanger fuckin stove let shit sit like half hour take stick ass slow like tsss yeah ill fuckin yeah ill fuckin lay nuts fuckin dresser nuts layin fuckin dresser bang shits spiked fuckin bat ooh wassup ill fuckin ill fuckin pull fuckin tongue fuckin mouth stab shit rusty screwdriver blaow ill fuckin ill fuckin ill fuckin hang fuckin dick fuckin twelfth stor story building motherfucker ill fuckin ill fuckin sew asshole closed keep feedin feedin feedin feedin yo roll dice yo roll dice yo goin like huh yeah niggas wildin check kid slums shaolin wu tang clan strikes rza gza ol dirty bastard inspectah deck raekwon chef u god ghostface killah method man e h man e h man e h man e h man hey get cloud dont know dont know style gettin flam come jam method man pat cake pat cake hey method man dont eat skippy jif peter pan peanut butter cause im butter fact snap back like rubber band sam sam dont eat green eggs ham stylell hit ya wham goddamn youll like oh shit thats jam turn hear get buck w w wild im blow light upside downside inside outside hittin every angle theres doubt one method man master plan rappin shit like saran wrap hold tawt taw putty tat think best beware diggy dog shit right yippy yippy yay yippy yah yippy yo like deck said aint average flow comin like rah ooh ah achie kah tell like far baby paw poetrys motion coast coast rub skin like lotion whats commotion oh lord another corn chopped wu tang sword hey hey hey like fat albert method man aint ands method alright yall get white owls get meth get skins dont forget orty gonna like got fat bags skunk got white owl blunts im go get lifted yes im go get lifted got forty got shorty im go stick yes im go stick uh h u f f huff puff blow like snow cold winds blowin zoom hit mic like boom wrote song like hear goes question exactly panty raider ill behavior savior major flavor oh yeah plus seducer also flam im man call super average joe average flow doin average things average hoes yo im super ill make bitch squirm super sperm check give raw butt naked smell sess pass method lets get lifted kick ballistic missiles shoot game like pistol clip loaded click bang wu tang slug hits brain j u p jump thump make girls rump like pump humpty hump wild shaolin style child whole damn isle callin p n r e r mad raw dont fry meaning one burn toss turn ooh super sperm chim chimney chim chim cher ee freak flow flow fancy free many licks take hit tootsie roll center break peep dont sleep crews mad deep fadin motherfuckers like bleach every crew youre clear like glass could see right whole damn posse catchin em cause vicd didnt friends begin im e h man e h man e h man method man straight slums shaolin wu tang killa beez swarm soul tooken 36 chambers death kid word mother method man signin peace shaolin shadowboxing wu tang sword style say true shaolin wu tang could dangerous think wu tang sword defeat en garde ill let try wu tang style bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da motherfuckin ruckus bring da motherfuckin ruckus ghostface catch blast hype verse glock burst leave hearse worse come rough tough like elephant tusk head rush fly like egyptian musk aww shit wu tang clan spark wicks however master trick like nixon causin terror quick damage whole era hard rocks locked fuck found shot plo style hazardous cause wreck dangerous blow sparks like waco texas watch back like im locked hardcore hittin sound watch act bugged tear illiterate type asshole songs goin gold doubt watch corny nigga fold yeah fake carryin gats yo clan rollin like forty macks act convinced guess makes sense wu tang yo soooo represent wait one act got backed gun neck react thats one chamber wu tang banger 36 styles danger bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da motherfuckin ruckus bring da motherfuckin ruckus bring rip hardcore like porno flick bitches roll groups ghetto bastards biscuits check method microphones bangin wu tang slangll leave headpiece hangin bust im kickin like seagal justice roughness yes rudeness ruckus redrum verbally assault tongue murder one style shocks knot like stun gun im hectic wreck quickness set microphone competition get blown nasty ass nigga nigga rza charged like bull got pulled like trigga bad stabbin pad vocab crab scream ass like dad bring bring da motherfuckin ruckus bring da motherfuckin ruckus bring da mother bring da motherfuckin ruckus bring da motherfuckin ruckus yo im rugged slave man boots new recruits im fuckin mc troops break loose trample shit stomp mudhole ass cause im straight swamp creepin site fright night wu tang slang mad fuckin dangerous deadly stroke axe choppin back swish givin bystanders heart attacks niggas try flip tell blow fuckin prism make vicious act terrorism wanna bring fuck come bring ruckus provoke niggas kick buckets im wettin cream aint wettin fame sellin caine im givin deadly game russian wu tang crushin roulette slip get fucked like suzette bring da fuckin ruckus bring da motherfuckin ruckus bring da motherfuckin ruckus en garde ill let try wu tang style bring bring bring bring bring bring bring nigga tiger style tiger style wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit yo theres place hide step inside room dr doom prepare boom bam aw man slam jam scream like tarzan tossin enforcin style awesome im causin family feud richard dawson survey said youre dead fatal flying guillotine chops fuckin head mister ayo wu back makin niggas go bo bo like im super cat fear one oh come wu tang shogun killer eardrum put needle groove gets rude im forced fuck style carries like pick truck cross clear blue yonder sea shinin sea slam tracks like quarterback sacks lt try test rebel ins blessed since birth earth slam best cause bake cake take cake eat crew head state state want beef bring ruckus wu tang clan aint nuthing ta fuck wit straight motherfuckin slums thats busted wu tang clan aint nuthing ta fuck wit hah lebonon step boy represent chop head kid meth come tomorrow styles conditions bizarre bizarro flow afro rollo comin fork road way go follow meth legend niggas sleepy hollow fact im hard act follow dealt dolo bogart comin niggas like oh god yes come get slice punk pie rather die check flavor comin rza short razor make reminisce true like deja vu im rubber niggas like glue whatever say rubs sticks wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit wu tang clan aint nuthin ta fuck wit ahh hah yeah representin brooklyn queens long island manhattan bronx rugged lands shaolin niggas virginia atlanta boys ohio comin crazy yo niggas source man kelly woo gavin strickland jason staton yeah true true nigga crown whats goin boy aint nuthing ta fuck wit whole texas mob chicago mob niggas detroit fuckin california squadron comin know im sayin whole fuckin west coast whole east niggas dc maryland way morgan state wu tang clan aint nuthin ta fuck wit whole fuckin globe comin boy peace fuckin zulu nation peace gods earths word bond wu tang slang choppin heads boy aint safe peace yo meth hold hold yo meth killer tape god first fuck tape yo son aint got piece son aint got shit let hold man yo niggas came 40s blunts kid shit came missin son come man dont got nothin shit man come man go head shit man come man ill buy four fuckin killer tapes man aiyo aiyo open door man fuck man yo whats yo yo god word bond yo shameek got bust head two times god word mother word life god know shameek fuckin 212 god nigga got bucked niggas black land god word bond came god nowhere god word bond im comin get culture cipher god word bond crazy shots went fuck god niggas let crazy shots kid nigga layin like fuckin newborn fuckin baby god word dead fuckin dead fuck mean fuckin dead god fuck kind question b fuck think easy easy nigga layin fuckin types fuckin blood comin fuckin dead yo god whats god god god word bond yo whats im ready fuckin lay im ready get busy god whats yo lets go got whats yo yo lets go gotta man fuck yo man god god fuck man sayin probably took tape fuck nigga still sweatin tape man fuck talkin get fuck outta fuckin corn good morning vietnam yeah good morning motherfuckin knotty headed niggas word camouflage large niggas bitch fuck bottle bring fuckin meth yo yo yo gonna drink good night train yo yo yo yo champion gear rock get boots knocked attack like pit lock shit come freaks sound hardcore givin like ding nah shorty get open like six packs killa beez attack flippin murder one phat tracks aight kick like nike flight word life get ass robbed spite check method bedrock cause rock head bed like rockin twin glocks shake ground beats break raw sound goin war right yo bombin usually take niggas garments save breath vomit insane nigga psycho ward im trigger plus got wu tang sword figure even fuck mine hey yo rza hit shit one time pull foul niggas save beef cow im milkin ho show tical fuck wanna mic piece duke im like sniper hyper ginseng root plo style buddha monks owls whos fuckin man meth tical chessbox wu tang style leave mic body bags rap style force leave lost like tribe shabazz murderous material made madman mic wrecker inspectah bad man bad lands killa rap fanatic representin skill thats iller dare compare get pierced like ear shooby doo wop pop strictly hardware armed geared cause broke prison charged system murderin rhythm lo behold another deadly episode bound catch another fuckin charge explode slammin hype ass verse til head burst ramshack dead track thats rap assassin fast quick blast hardrock ran spots like fort knox im hot top notch ghost thinks logic flashbacks attacked whole project im raw im rugged raw repeat die seedll ill like approachin yo respect chops neck get vexed like crashin phat ass lex clear way make way yo open cage peace im jettin like runaway slave gettin stripped garments boy run jewels meth got open like fallopian tubes bring death snake least expect aint damn thing changed boy protect ya neck ruler zig zag zig allah jam fatal quick stick wu tang sword right navel suspenseful force bein brought utensil pencil bring strong winds havoc run county like maverick caps tablets gots make fabrics ah ah warrior killer slicin shit like samurai ol dirty bastard bar ol dirty clan terrorists comin ass like sorceress shootin piss niggas gettin fuckin nerves rhymes kickin make wanna kick fuckin ass curb boy got funky fresh like old specialist carrier messenger bury ya experience whole experience let applied unique drop science clan thick like plaster bust ya slash ya slit nigga back like dutch master killer style jumped killa hilla thriller ali frazier manila came phat tracks combine interlock like gettin smashed cinder block bow niggas seein pink hearts yellow moons orange stars green clovers shame nigga try run game nigga wu buck wild trigger shame nigga try run game nigga wu buck ill fuck ass yo hut one hut two hut three hut ol dirty bastard live uncut styles unbreakable shatterproof young youth wanna get gun shoot blaow like dont fuck style ruthless wild wanna get teeth knocked fuck wanna get like well shout yo rza yo razor hit major damage clan understand flavor gunnin hummin comin ya first im gonna get ya got ya gat ya could never capture method mans stature rhyme rapture got niggas resignin master style never put fuckin buck wild kid im terror razor sharp sever head shoulders im better competta mean competitor whatever lets get together shame nigga try run game nigga wu buck wild tri blow react thick im phat yo rae came blowin blew headphones black rap yo cali texas smoother lexus nows turn wreck brothers approach half step aint heard half yet bet youre fuckin vet see real formin like voltron remember got deep like navy seal shame nigga try run game nigga wu buck wild trigger shame nigga try run game nigga ill fuck ass yo come ol loco style vocal couldnt peep pair bifocals im joker play joker like house fire smoke ya crews actin like gangs anyway like warriors come play burn get shit let like diarrhea got burnt gonorrhea dirty keep shit stains drawers get fizza funky ya murder taste flame wu tang rah comes tiger vs crane ill like wild style punk play chump get jumped wu comin theater near get funk like shoe 36 chambers heheh ghost face killah heheheh wu tang wu tang killa beez swarm wu tang killa beez swarm wu tang killa beez swarm wu tang killa beez swarm rza gza ol dirty bastard inspectah deck u god ghostface killah method man raekwon chef masta killa raw desire levon power cipher 12 oclock 60 second assassin 4th disciple brown hornet kd low recka shyheim aka rugged child du du lilz mr hezekiah better known yin yang true master isham dj skane true robocop comin scientific shabazz motherfuckin man wise civilized shaolin soldiers daddy popa ron comin motherfuckin south end things killa beez fuckin planet thirty six chambers death three hundred sixty degrees perfected styles choppin motherfuckin dome piece every fuckin borough brooklyn manhattan queens staten island motherfuckin bronx killa beez sword cmon give sword clan da front let feet stomp niggas left brag shit death hoods right wild night punks back cmon attract wu comin outcome critical fuckin style sort like miracle 34th street square herald gamed ella bitch caught fitz like gerald ine ferraro whos full sorrow cause ho didnt win sun still come tomorrow shine shine shine like gold mine comes drunk monk quart ballantine pass bone kid pass bone lets get mission like indiana jones gza one represent wu tang clique game soul old school flick like mack dolemite bids claudine went cooley high mad kids stop life save may motherfuckin ill hang ass microphone make way merge traffic wu tangs comin full metal jackets god squad thats mad hard serve come frontin hard bernhard goetz deserves clan da front let feet stomp niggas left brag shit death hoods right wild night punks back cmon attract response bomb ass aint shit wack ass town gassed egos somethin wu tang crush souped niggas stage get rushed dont give goddamn shows many rhymes got knows kid cause dont know therefore show know come sharp blade cut slow become pat style increases whats pants ahh human feces throw shitty drawers hamper next time come strapped fuckin pamper sound b youre better quitter im mound g hitter dj catcher hes man way hes one devised plan throws signs hook beats clout throw rhymes mic strike em really doesnt matter intrigue cant fuck major leagues clan da front let feet stomp niggas left brag shit death hoods right wild night punks back cmon attract clan da front let feet stomp niggas left brag shit death hoods right wild night punks back cmon attract hoods right punks back niggas left hoods right punks back cmon let feet stomp brag shit death wild night niggas left brag shit death hoods right wild night punks back cmon attract clan da front let feet stomp +rakim,love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy hold bitches simmer takin hella long bitch give make thing pop like semi 9 ooh baby like raw shimmy shimmy ya huh aap get like never met motherfucker fresh like motherfuckers wanna dress like chrome dome make sweat like keith cause im nigga nigga nigga like figure gettin figures fuckin bitches rollin swishers brought bitches brought niggas gettin bent liquor love licorice let lick say money make nigga act niggerish least nigga nigga rich fuckin broads like fuckin bored turn dyke bitch fuckin boys beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy ooh know love beat make think niggas leadin make think rappers ive feedin got feelin thats dudes speakin oh word aint heard album sleepin print lyrics fuckin read along aint fuckin sing along less brought weed along ju okay got drop get eagle stare stars put beatles shit talkin bout discussion pay make bigger dont pay reduction comin nigga dont know dont trust comin head motherfucker get bustin yes lord dont really say often long dick nigga aint long talkin im beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve uh yeah ho finale pep talk turn pep rally say hood live inside valley vacayd atlanta goin back cali got girl line world line irony fuck em damn time eyein like nigga dont exist girl know want dick girl im kendrick lamar aka benz car mean friends es need par see standards pampered threesomes tomorrow kill em dead bodies hallway dont get involved listen crystal ball say halle berry hallelujah holler back ill ya beast love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem love bad bitches thats fuckin problem yeah like fuck got fuckin problem findin somebody real fuckin problem bring girls crib maybe solve ayy uh feelin like vigilante missionary tell aap killers get pistols ready send em cemetery obituaries dont scared nigga ready ive thinkin bout os bank account x hoes bed round amount ever since new star fame came ever since drizzy started hangin huh young boy let gun bang let nuts hang transition lamborghini mustang drugs slang drug game hustling anything better 1 train bag made goyard cheffin like im boyar dee probably sellin local courtyard braids like im dog la familia go hard inlaws outlaws laws outlawed bogart pros got proached toe tag get broke projects skateboard roll past blaze yall like doo doo hate yall beef cooked ate yall like mmm mmm lets play ball ballpark sharks blindfold rhyme cold k hot 9 cold bark like k9s banana clip straight rip ill make shirt say rip im shit im hottest hell must froze thought safe forgot code carry traits traumatized soldier dont look face might snap might choke ya spine right place give dap like posed darts posters dark nights like metamorph like im posed might slice wrist pretend like vulture drop cliff barely even conscious talkin conscience gettin deeper flows like conches im convict dont drop bars drop prisons dont sell rocks seen spectrum prisms somehow bypassed bias isms violence killin given seen pigment thought ignance unfortunately type niglet pass pot let skillet got back block 6 oclock jigga im thinkin bout signin roc niggas block still assigned rocks swear hurt soul try prevail preach hurt sales like youre gon end either dead jail nigga wish best real mention name amongst white rappers matter fuckin rapper fuck painter skater musician trailer park dirt ditch diggin burger flippin eat sleep shittin human bein would trouble body double couple others cause comparatively speakin reach beyond bubble put visions beyond hubbles huddle nubians new beginnin school 10 late radioactives goin gold great give flying duck im applyin love rhymin plus alignin us alabamas climbin wait dont give flying duck nothin buckshot ch pow motherfuck life pussy blood clot aint never rapper cold since 2pac froze thawed spot date coachella show yelawolf weed different color like hoodrat bra panties flow overhead like pots pans pantries antsy cause im high like michael jackson penny loafers moonwalkin sun barefoot shades bitch pussy smell like penguin wouldnt hit shit worst enemys penis bitch say mean ho im meanest dick big like earth venus molly got nauseous aw shit switch lawless obnoxious suck cock shit synopsis ostrichs posh shit hoes goth shit stop novice regardless heartless awkward cryin tears vodka prima donna concert adonis smokin chronic bout vomit gin tonic bein honest tell isnt ironic swiftly shift bimmer 860 heavy smoker know brought blake moons reflection lake hit stayed many asian bitches lay face silky like tablecloth shorty gallop mornin beach like chilean horse red roses dropped boxes often confetti torchin drinkin henny like im kenny lofton outstandin fixed game georgia southern gramblin see us scramblin sellin susan sarandon cloud smoke like phantom damn shit tastes like fantastic uh see comin state lord could put fork inside cheesecake cuffed wrist ive got briefcase gavel slam im free man try eat ham big krit shawty spit like last breath casket rap six deep eyes closed black back come lac flats bottles cant pronounce like ask ask crack scratch rap wack wanted love dap fuck haters fuck hoes championship win aftermath ask lebron open palm slap bitch walk plank break bank ive business sinkin ships chokin niggas anchors anchor resuscitations cost label im taxin want hit clear fuck career bitch born killer 86er nigga thats born year get fuck round thats country ways suckin mommas titty bitchin choppin blade grippin grain fuckin hoes candy paint like everglades miss rapper chatter take shit bass put soul could ever doubt rappers hopin world end wont drop another album bb king saw king cant order come close youll dig cash elvis muddy water flow dixie rebel past fuck louis flag poppin benji tags wifeys ass thats line livin color im like miya bailey rap motherfuckers true artist aha aha said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop lets take basics midst greatness martin maison rocked margielas laces cristal go cases wait hold racist would prefer aces aint different taste 40 ounce chase thats understatement im early party rari latest somehow seems girls late teens remind favorite jeans cause naked cause famous lifes mothafucka aint rappers aint us tell name ima tell stainless aim fore bang let banger leave brainless mothafuckas came miscellaneous niggas wanna hate tell em face aint g low key niggas mad cause im smooth puffin zig zags tell em quit riff raff bitchin bitch ass said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop yes im shit tell stink feel good wakin money bank three model bitches cocaine sink im bout bout might roll tank cause chain came cuba got lock link red bottom loafers compliment mink eyes chink rollin dank blowin stank mean tell drink im kissin pink could call billy gates got crib every state man moon got condo space open legs tell taste niggas talkin shit tell em tell face tell bitch hop dick rolled quick six told suck dick motorboat tits im shit niggas mad cause im smooth puffin zig zags tell em quit riff raff bitchin bitch ass said must cause nigga got dough extraordinary swag mouth full gold hoes shows strippin clothes college girls write nigga name toes niggas talk shit til get lockjaw chrome ya dome til ya get glockjaw party like cowboy rockstar everybody play tough guy til shit pop oh yeah oh right oh yeah yeah yeah oh yeah oh yeah oh yeah everybody play tough guy til shit pop get text message dont know number flexin niggas every bone muscle steady taking shots never hurting numbers even yall dont worry nothin id like give shout niggas game plan shout outs niggas escape plans uh twenty bands rain dance could either rain check make plans pockets loaded rocket loaded okay lets rock roll time go lock stock two smoking barrels locked loaded diamonds glowing chart climbing em youd think im jumping window got em open line around corner line em block sometimes even stop smoking time focus shades dior pants velour create explore expand conquer came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours yeah sold pack loose hard listened x peeped bars snakes rats cats dogs games trap protect heart waited line return refine new design time shine shine shine shine shine hustle flex world mine please believe allow greaze niggas disease dont speak squeeze make devil go weak knees hate youre lame loss came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours uh came came whats name chain pants pants chain know hat shades heard voice ran stage vans braids mans babes girls ex hoes left way stepped car thats flex give thanks get fresh praise lord finesse bless came saw came saw praise lord break law take whats mine take rains pours rains pours came saw came saw praise lord break law take whats mine take rains pours rains pours wake feeling blessed pistol dresser aint afraid show ill expose dress riding testarossa nigga catch sipping syrup till im messed like yes sir im getting change people looking strange like nigga switching lanes never changed still fuck bitches get paper fuck niggas papers walk around lasers prolly tasers lame niggas disgrace us girlfriends want date us got different hoes im pimpin hoes could tell paystubs niggas gettin right smokin weed dirty sprite im going wild night fuck polite im goin finna wild weekend three friends nigga feeling froggy leap aap niggas finna sneak middle finger critics nigga skrillex know finna kill aap trillest dont really want glock boy dont really wanna feel shots boy b boy im block boy im boy im hot boy six shots got feelin like pac boy party night shit dont stop boy drunk fuck im ready fight wilding night fuck polite boy wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin weekend im creeping niggas drunk disrespectful callin women bitches dont mean harm wont friends es meet us cut business god witness wanna kick girl said us rolling benzes wont pour stop babysitting got drunk fuck swallowed kids es back mac tats back ass fat hit back clap back clappin back flat back back trap fuck pack aap fuck nigga act get clap lay flat fuck dreams leave punk nigga dreamin sleep wont come back nap benjamin three stack fact lives lap ou outkast daddy fat bitches sack know smokin bitches rolling reefer got open wildin morning homies tell em goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin wild night fuck polite im goin pretty mothafucka harlems im reppin tell niggas quit bitchin gon make second never disrespected plus im well connected coke imported important president swagger impressive dont need necklace bitches get impressed pull 7 6s benzes gets get freshest raf simons rick owens usually im dressed blowing blunts rolling doobies smoking sections groupies rush hold boobies direction quit fronting aint round clique nothing cause presence present kick blessing way goes way roll cause every day pesos way goes way roll cause every day pesos cause every day pesos yo yo yo bitch said im hot man told agree gon really think im hot told degrees pull hard top showing keys graduate school hard knocks show degrees couple b cs bad bitch double ds popping e dont give f told im g asap stevie got sleeve got chest nigga breathe inhale exhale cocaine x pills import export harlem catching rec still mami show neck feel later show rest feel chill way goes way roll cause every day pesos way goes way roll cause every day pesos cause every day pesos cause every day pesos cause every day pesos every day spend time drinkin wine feelin fine waitin find sign understand yes every day spend time drinkin wine feelin fine waiting find sign take slow go go go go another dimension mind body soul imprisoned eye probably goin ballistic listen im missin couple screws aint never drillin true sippin away truth double shot wisdomll rollin hittin switches rolling ditches blowin kisses bitches holdin biscuits whats business beat system co defendants blow sentence go prison go church pray father lord forgive us god judge dont like ugly look fuckin good dykesll fuck buddy yeah im piece shit know plead fifth tell holler ya need dick devotion gettin hopeless hold im gettin close soul im seein ghosts solo poet hypnosis overdose potions adjustin motions gettin emotions every day spend time drinkin wine feelin fine waitin find sign understand yes every day spend time drinkin wine feelin fine waiting find sign take slow go go go uh type shit make nigga wanna flip september august type shit got em bustin clip middle office message bosses misfits new outfit bloglist gorgeous hoes keep sayin caused cause porsches get em nauseous plus aint even mad yet niggas caught good mood paparazzi wanna nag nigga chillin bag check hope show good shoes papa got brand new bag flacko got brand new raf thats good news hood dudes usually dont look like feel get deal come back whole hood look like screamin pimp squad hold cant drive bitch im legally blind bitch live die decide shit niggas coppin guns like legal buy key survive get piece pie agree lot believe facade bitch ill fine drinkin wine bitch got love birds chirpin window dont need love ill fine sippin wine takin time slow got love birds chirpin window dont need love ill fine sippin wine every day spend time drinkin wine feelin fine waiting find sign understand yes every day spend time drinkin wine feelin fine waitin find sign dont care ever know go go go got love birds chirpin window dont need love oh ill fine sippin wine takin time slow got love birds chirpin window dont need love oh ill fine sippin wine takin time slow thought id probably die prison expensive taste women aint pot piss kitchen full dishes nose bloody sniffin heroin addiction trigger finger itching fuck parental supervision murder business little timmy got semi aint kidding hide kittens hit childrens smith bunch ignant little niglets hardheaded never listen purp purple sippin finger twistin teeth glisten like memphis bunch hypocritic christians land religion santa claus missing catch slippin christmas motherfuck wishlist ghetto ambition benjis bentley bitches gets gets road riches diamond ring designer jeans choking biscuit til im longer existing wonder miss long make history soul feeling empty tell reaper come get said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live riding city like motherfucker mine toting semi rob motherfucker blind license plate says wipe car 1989 nigga sits pretty call motherfucker fine lost motherfucking mind whats mind niggas talking never talk cops make talk god tote 9 aint talking tell em watch spine mean watch back better guide track better look back stay line dont step cracks break back im talking bout mom cause theres killers town making hits sniffing lines committing crimes wait shit simmer corrupted little minds 8 9 finna shine grind dirty shimmy shimmy ya shoot without purpose services n hearses kids aint deserve cant survive thing youre worthless strangers make nervous whos peekin window pistol curtains said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live pretty nigga rich flacko shit bitch know poppin poppin dick nigga rip pimp cant forget little flip take memphis shout triple six said cant live forever lied course im living forever ill forever ill live long cant ever deny force im living forever ill forever ill live pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga uh said rocking rolling swagging max bitch fashion killer busy poppin tags got lot prada dolce gabbana cant forget escada balenciaga im sippin purple syrup come aunt jemima rider well go shoppin like manana attitude rihanna get mama jiggy like madonna trippy like nirvana cause everything designer jeans helmut lang shoes alexander wang shirt newest donna karan wearin cartier frames jean paul gaultiers cause match persona pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said see jil sanders oliver peoples costume national ann demeulemeester see visvim sneaker lanvin balmain goyard trunk isabel marant love linda farrow adore dior damir doma vena cava store crush top bossy see ride round mami tom ford papi thom browne rick owens raf simons boy got stock ball fall means shop drop versace got lot may never wear save babies flyer parents pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said pistol go scoop back tees breeze coupe smiling treasure youre well put together bags links jeans shoes spikes patent leathers different fabrics mixed together baby go away together could get away forever emotions clashing thrashing someone turn light met baby expressed passion fashion night pistol go pistol go said pistol go cause fashion killer im trendy nigga said pistol go pistol go said pistol go cause fashion killer im jiggy nigga said pistol go know dream day think clothes im ridin round system bumpin lsd look ways say love aint makin love songs baby im rappin lsd aint stranger city life introduced hippy life make love pretty lights lsd get feelin trippy night drugs dont fit right girl really fuckin want love sex dream another quarter face system make mistakes leap faith love takes place feelin crave doin love sex dreams started hollywood dreamin sharin love tongue loss words cause feelings said party started dreamin sharin worlds held feeling way long said really wanna let go ive gettin fly gimmicks dope ive getting high cause figured lord told ive drinking driving well never go home gon stay doubt weathers cold oh feeling low sometimes light shines makes high feel feel feeling low sometimes light shines makes high feel feel started hollywood duh duh duh dreamin sharin love duh duh duh tongue loss words cause feelings said look ways say love aint makin love songs baby im rappin lsd +jean grae,rebel shit mojave rock got polyglots wholl molly whop til body pop im never sick temperature drop 7 1056 hell praise rock aint savior neighbor like amazing peter minus spider bite webs aunt uncle neither save reasoning need tuck dynamite even nonbelievers man humble season cool sure im seeing north shore faces yall sure turn around walk four paces ill walk forth five yall 86ed cases im figure 8 sideways always ageless yall club aimless blind spades shit time space mix record rhyme spaceships way behind like caught ride slave ship im modern anomaly brazen amelie faceless representing basement raised cage less limitless reminiscent rapists boundaries got none rock paper shotgun achtung baby add 80s baby im rated g catering eras type new yorker rhyming night park hiding knife hair even though mama careful would fighting often finding light dark time life mirror reflection infinite escher end keha late night dive bar sipping vesper im bond villain one time bomb test dressed mismatch like confederate soldiers told ya best think fast level im going kill screen fistful quarters billy mitchell im fiend jumping barrels famous sauces preteen prodigy plethora knowledge dont mean like albert johnson mean jean college ill never respect comment novice ill never common denominator promise nominated flyest youll see ill take us higher defiant one phoenix fire hell mouth leviathan get killed end time im buying heavy metal ryerson reitman mogel 81 either right man life spans eternal ever since touched mic stand put mic right hand left hook goodnight man rest good hype man jeannie take easy like bikinis white sand im calm b sipping zombie conde nast bath salts spilling flask im appealing class laugh get shot later sedatives medicate torture aww better live edifice living world full oedipus relative melanin nepotism tell kids hell check prisons wanna teach particle physics business better business class syllabus rise wanna get philistine thighs abilities high fuck still willing try luck wish guillotine garage doors mass carnage barnyard parties animals carnivores trash garbage skarsgard hotties mandibles parting jaws bleeding yall dry convictions art war un deux trois quatre cinq six sept huit neuf dix back square one like home base run without winning bases though basic reasoning window ron browz shit erick sermon style like got kicked cloud method man 95 rap references get em even get said 94 hard place wanna still rock living glass house steady throwing rocks never stopped feeling love ya stopped one ya think much analyzing everything sucks im dramatizing everything youre never level im unless cut ting plus never argued thrusting turns dust brother swear id never love another really worked like watching fitness informercials couch ouch know youre lazy easier pick partner less crazy much less work less purpose less z cause im alpha bet hard stay heart palpitations still occur though merlot situation blurs much thinking shit could actually work even nice back world friend hey sometimes gotta say simply cause sometimes things simple make complicated win b cause otherwise wed faced n words inner child inner space inner monologue exchange intercourse without dialogue introduce intimate ways turn fire thing us seeks spark light higher moth still adore adore theoretically gotta shut door find next everyone know thats everyone know cause know youre gonna find youre looking stay searching everyone know everyone know everyone know everyone know everyone know could swim thousand lakes bring life back write infinity cant rewind facts divinity primitive mind struggling understand meaning life forgive never told mommy couldnt break spirit always wished daughter extraordinary thinking traveled alone young sixteen got habit staying home sad walk like bill bixby dollar fifty trips hospital medicaid could fix couldnt eat shit fainted frequent cold floors pause think keep im lost four friends know fuck boys apartments rent im wishing dream ending soon ive actually erased lot ive see rain comes know falling pain comes around theres nowhere else rather would know ive done bitter homies saying thats men feeling retarded seeing partner potential top doctors telling heart murmur cant take im contemplating glock burner cop murderer cant leave cant tears streaming cant see lanced im passing blood cover mass amounts ive enough dont know like waiting rooms side picketing pictures could slay theyre screaming victims spitting til shame hold head low shiver push way put room change gown shower cap shaking fiend would thats think leaving fleeing building call youre hearing call children count ten wanna stop em say head youre cut wake another room plenty others call recovery youre thinking aint mothers prescription pills written script chills understatement youre dressed youre naked still brain wont think straight wait cant finish see rain comes know falling pain comes around theres nowhere else rather would know ive done kept bottled parents found pills screaming god done cried til snotted blood got gun temple ran quick though thought worst caught place year later thats hatred started faith martyred ive dated father father moved years passed guilts worse builds til hearts smashed miscarried twenty two age headed breakdown swallowed pills laid failure bailed rap fate took back sing tattoo fingers attached twenty seven three kids never met catholic wonder hate thinking mother could ever murder well take hell depths brimstone chokes constantly monster see could possibly correspond god gave authority end life never even child could brother sister im thinking another life almost got close praying another time could changed posts could reverse time would dont know would honestly good im sorry dr manhattan tatted atom circa tabaca ing goer circle tobacco ring blower ill murk black get sewn work black got diplomas back bursting sack hold em cause folder folding know told ya since im going like drop bend lube get veteran embedded yo stools yokels locals slow cruise yo demise know vocals got couth lies im dedicated focused opposite bette davis oculars waiting apocalypse strapped cape case get popular drop bitch clock ticks yall concerned crotch sticks im concerned moxie take oxycontin rocks im great gatsby initials casebasket epistle last greatest apostle baddest damie combination gladys knight pips one place robert blake fan ill keep basement chained day bed door blocked maytag four oclock ill let snakes stand door sipping tall boy coors light giggle face sociopath golden flask ill fill gasoline throw yo ass fill back pieces liver back face bit penis double hands w better whatever cover jean lang came clubber pain whatcha gonna fuckery level 3000 jeans green blouse crimson stain beat business meeting tea lounge like nah im cool please sit proceed bleeding whole team freaking text ing table im office space calm offer face palms comma face balm dot com im basically batshit basic bastard never pace crave action transform like ill save yall stay ratchet ill bash face baseboards burning building passion pastor passing plates getting back millions dash race abandon smashing tape last second beckon children sidelines whod step start blasting bach sebastian rachmaninoff handel playing im candle lighting man handling im saying im classy dokken sebastian bach blaring im mass murdering turned decibels certain drown tears nasty pulaski bridge trunk full shotgun shotgun tongue dripping vodka dripping lap map alaska october black dress blasting frank zappa consummate top assassin consulate tracking flipping birds diplomats whip andy richter mask cause passed getting sidekick cause everybody aint ready die ill drive dialysis ill drive dialysis keep mind dont even drive like challenges roseannadanna fan fan dan roseanne fan prozac dont care find wanna know im like fine ill like fine men smart men fuck find seriously im actually asking find im crime environments cry dont imply vividly give end youll think im lying til shivering lions den abandoned zoo naked covered flies strapped kobe beef steaks ya dont believe petes sake man fuck convince im freeway villain kiefer sutherland love people suffering feels like im reefer theyre blubbering im serious im fccs damn problem best tsidis man problems guess could one thing wanna work im glad getting work done guess would never thought talk knew getting could cool totally next week youre good look testy ooh wrong oh man told stuff gots find song appreciation though yo dee start play original get mood kick verses alright oh uh yeah yeah see love said time ever puzzle asked nah know true aint pretending man aight aight lets get real real aight one drop drop youre alone time ever puzzle asked seem fall love ever really love pretend fool dont afraid help never late late stop heres little story must told grew believing passion love whose folks divorced remarried naive seen life commitments dead buried highly sentimental sensitive gentle beyond point might obvious says theyre bitter cant see world way clean lungs undamaged liver sees thugs pink tinted glasses occasionally weed make giggle listen music closer dudes approach lightly wanna lover obliges likes cuddle covers candlelit fires oblivious lying schemes talk clothes says shes love love cuts classes spends much time entrancing romancing things changing quickly shes asking arent spending time niggas eyes getting shifty coming later smelling pussy face jeans sweaters somethings fishy tells man dont dont understand years probably wont wants honest man goodness sake theyre backstabbing cutting throat restraining orders follow still optimistic like annie thinking tomorrow maybe better day let pray bended knees ask send prince charming please shes never cheated treats man well cooks cleans dresses sexy halter tops tight jeans would break law go couple relationships still stays strong shes young dumb call quits learns carrying twice scared afraid first time second dont even cry makes wipe away tears hurts always leave turn crazy doesnt flirt spends time warning babies goes couple relationships still stays strong young dumb call quits still love song shes got good man shes nineteen hes twenty one sweet honest promised love talk marriage would never wanna somebodys babys mother use rubbers occasionally shes flowing open affection gifts good manners hes showing hes trying build life studies late computer shit shes missing attention shes getting sex dwindles crawling sheets say tired say feel neglect defeat doesnt see ambition wanna universe hold center position starts hanging round best friend crazy attraction takes impulsive action dropped drawers falls love world explodes confesses yeah theyre tight like moves stretches couple years many stresses girls wanna fight bitches writing letters friendships disappearing plus rhymes competitive pressure miscarriage break fifty times week make much fucking know pretending im touch getting strained gets physical cries river dries leaves dead cold packs things leaves behind thought gold gold plated thinking ones could left dated single four years starting never easy takes time realize worth come play mental rebirth starts penning better poems straighten bank account likes take im getting better ive relationships still young dumb enough call quits still love song love ever want ever needed life ever ever maybe easier talk shit third person learning better looking nub wrong places like im eddie murphy curse repeat cycle im breaking longer think relations make better woman life im pursuing growing hopelessly romantic still tasted weather bitter climates love sunshine better dreaming dream proposals decent moral values placing higher chart trying shallow heart battle scars deep reach depths hell back try give grudges think experience move clutches sadness difficult sometimes wish wasnt adult adolescent primetime sitcom star ive far much hard long still love song jeannie jeannie hear screamin want back oh thought didnt believe wack oh want fellini white black umm well dont know feel way ac tions offer apologies security amazing publicity cult status obscurity cause nothin purity love get fuck aint nothin maturity dont go get white gloves deal grown ass woman whos prone fearin shit piss snow cone jackass heres tip dont eat grae snow go fix face bro swing mace low dont mean mace gogo yubari crazy 88 flow folks army brats made place im really afraid im project mayhem im complex based abominable case study based phenomenon space buddy take take diddy yo face eddie turn lights teddy beautiful snowflake chuck goin gets weird weird turn pro hunt gonna use quotes step quote game hit sample hit girl okay cunts im like judy blume uzis youre like jacques costeau exploring jacuzzis oh wow really got deep three feet whoah fuckin reach yeah omg even come back air roflmao one really cares im waffle house deep picking cher believe jukebox dancin chair sleeves rolled dont give fuck fam im jeanius damn fire bad rap good im entire back row class would please stop trying teach im past advanced regents smashed peed kelly kelly regis justin kelly kelly zacked might get rewind get active spin spit different hipster arachnid specifically classics consider average im mentioned public cause bound clowned includin rap list top motherfuckas ass kick statements accurate motherfuckas need face facts bit favorite rappers favorite rapper nigga handle new york west side 20s chelsea handler shit looooooord mercy yup wasted four bars dont like dont care nope afford waste bars like healthcare amer oh fuck failed yeah hail prevailin queen fuckery crown tilted side finger fuckin air upchuckin beer leg humpin stud gun tucked rear pocket duckin fuzz wait dont carry guns double negative um really dont guns officer um rap song uh sometimes say guns rap song people dont want come get um understand uh sometimes may shoot club uh guns may search friends also let us go thank obey law obey law guys im going go drink drive drink yeah one told put got give people want brothers sisters ive holding one back one yall lets go im feeling numb thinking changing name crystal meth im playing game holding mic like pistol aiming death love nobody alone world thats came shit could flash reverse minute dont even love life niggas live dont love love hurting infinite cry sleep sometimes wept gallon tears malice divorced mates lost peers drowned haze smoke glasses never ran empty bottles co cheap vodka 2020 spending pennies thoughts quarts henny fame got none pain like movie plenty like shotgun double barrel fully loaded ready blow want turn around aim failing health hardly even eat lunch munchies corner store tropical fantasy family niggas used tight see block pounds keep moving gotta move know im right im still living hustling life still shit niggas smoke pack day niggas hold bottle drink pain away type life niggas getting cash niggas chill ave lets keep living niggas drink pain away niggas smoke pack newports day type life niggas getting cash niggas chill ave lets keep living lets keep living grew child alcoholic sister schizophrenic already inherited one genetic sun falls gets sleep nights filled party bullshit bacardi full clips deal got full heart dont feel fury woman scorned live life like x files trust nobody forgetting everyone im getting money funny shit change switch fragile rip spent much young life trying stitch shit uh im living day day every step play play hand mouth im trying make moments count eyes read stressing soul chest grows heavy smoking addict since nine nicotine addict devoted still need type release quit trees least yo im learning niggas im slow always gave motherfuckers benefit doubt seems everybodys self used love gotta make work wealth gotta eat yall niggas smoke pack day niggas hold bottle drink pain away type life niggas getting cash niggas chill ave lets keep living niggas drink pain away niggas smoke pack newports day type life niggas getting cash niggas chill ave lets keep living lets keep living rapping nicotine niggas clapping niggasll fiend shit havent seen everything ive like losing love life twice night deaf years gained hearing losing sight trying shine im getting eclipsed im trying find perfect words fall lips thinking hard shit fallen mainly chips hoping next time storming im attempting slit wrists got nothing ill work way bottom top ladder claim whats rightfully mine im working time long havent even chance leave yall yet apologize getting older wiser seen picture painted destiny fated easy times put heart rhymes always love leave ready die yeah im ready come liquid content may cause yall faggots frames burst insane rhyme structure flame brain blame birth game switched made retainer greater picture lame dames couldnt felt braille scripture even deaf kids rockin ear plugs rip stick sticks dipped arsenic filled jugs im official bitches ignite certain circumstances flip back ass kicked backup dancers cancer chokin mad hatter jabberwocky rap hibernate contemplate im finally back throat changed hopscotch ass back play close like thong huggin ass crack verb pleat scab riddled permanent scars scratch deep like cheap box cd rs spread heat like im gias drawers pleading 4th court like hes boss carry im necessary violence amistad grown like eating bacon ramadan ill piss shoes make clean em mouth ill tell friends ill send depends house must crazy speed ya lady file dna test baby pretend slip razors charm bracelet slit skin bitch hold wait nah ok everybody hold wait nah ok everybody super enhanced survival shoot em crucial plan infatuated music loops scruples man phrase ologist non apologetic mutiliator stays defaming names sue later hater yes kinderst gas fate opposer philanthropist misanthropist underground soldier banana clips start unloading supermarkets screaming till hoarse bleeding finding youre target monotony flow contradictory word plays like bringing satan baptism flooded basement jeans lunch aint even punched yet youre facsimile im original document shock lights drop em selections buried improper things im married rap like jlo scandals light room like j hovs birthday candles im bright like steven hawkings computer chair asked teacher sadie hawkins dare parallax see future sleep ill battle rap gullet starts leak gnash teeth smash bind feet thrash holes dome snatch soul retreat mad max ish prose dope fantastic fold dough get yo ass kicked hold wait nah ok everybody hold wait nah ok everybody rush door like russian whore mail order bitch sent dahmers crib honor split armor blood drip like pulp fiction bits bones get ya shit talk jargon disregard margins liquid date enemies rap incarnate im cynical criminal actions excite mic chords umbilical radiates high beams humorous filled flow cumulus cloud dentist mad said words abuse mouth upchucked em gut buck em chuckle loud duck screaming fuck crowd specialize staggered mixed malt liquor jolt cola start drinking cops start lookin shoulder nastier central booking sandwiches handling tough cranky morning smoking canibus stuff cant see like orphan annies pupils cartoons cant like trannys paid implanted wombs nope thats close cigar dutch lit im passing right past ya paul thats thats jean definitive minister sarcastic lip bar spitter competitor un cosmetic duck shit pedestal sanitarium released unforgettable motov dirt molotov face lock box watch burn closed space big face get shit taken replaced ticking case thats strapped waist move slow sloth boost movement mind counts time like south screw music whos phoenix wings spread like ox said ill knock window make literally drop dead hold wait nah ok everybody hold wait nah ok everybody listen im lay rules breaking girlfriend end relationship theres lots things many ways ill give ideas youll walk players repeat try home chick dick get boned follow youve horrifying partnership least year two moving girl carrying seed dont even waste time listening yeah want ditch cause shes freak shes sheets go nudie bars learn teach im talking niggas chicks gold diggers brew cheated conceited getting greedy know youre every five minute get limits chilling smoking weed intake guinness yall girls take dough keys car mall thing buy phone call psycho chicks like scream street chicks get beat bitchy hell front mom man thats weak live wont get job likes eat youve mad long outside shes still discreet never mind forget last one dont count beat concerns wont hold hand public men psychos fat girls tight clothes devil strippers hoes date grade night clothes condoms break holes friends stray pigeons listen getting fucked favourite position imma help tell get rid bitches want dick riches telling doubt shit bitches aint sisters trife whether girl fiance wife get em life man gotta go im trying let know break girlfriend trying wrong listen song break girlfriend better listen get stuck learn break girlfriend pick one gotta done break girlfriend number one run number two threaten gun number three synonym one flee number four goes lock door hang sign says closed keep like youre running store five never arrive time show dates two days late never ever apologize im eight number six constantly call bitch german seven start every sunday sermon eight masturbate public romantic restaurants number nine tell shove ten take back cry say number eleven make write essay seven wont number twelve tell bitch shes going straight hell theres number thirteen cause believe superstition one four make back door position one five tell need daily sixteen times seventeen tell really bad dream office beat death fax machine eighteen buy fax next keep bed every morning wakes hold head number nineteen tell becoming priest twenty tell want live together show lease tell surprise tell cover eyes lead dark alley cardboard box remove blindfold watch feint shock two one tell son twelve twenty two tell youre melle mel twenty three every time lets go hand proclaim world im free twenty four hit repeatedly finally get number twenty five look straight eye say baby guy look none works remember aint tell shit tell shes bad job quit caramel mahogany fairy tale gon well fearing farewell stay awhile could lay awhile see smile better lean chest make sweater want rest pressing head need contact windows reflecting back later ask memories face telling need taste hennesseys cmon lace replace glasses tip tongue wont front baby lady sprung though relation young feel us making connection beyond like chick saun lie wont take time let bass unwind claymation couldnt mold better mind youre sick ill nurse patient boy insane could get high baby high youre making high youre getting high cmon high youre making high baby im high love ooh ooh okay turn lights turn em back want see backbone black tone start minimal raise animal please youre amateur please im tangible knees tangled like handles placed mantle romantic angles well slow dance til tangoing gets horizontal know go longer flows comma im high ya like dont cha could survive biting ya like high notes nibble little bit everything im thinking youre already delivering quiver pleasure unheard aint even done first baby done burst crazy im love thirst quencher maybe taping remember im saying high youre making youre making high im getting high baby high stop okay dont stop loud cmon ooh oh baby dont dont +king geedorah,follow light light guide controller planet x ive invited discuss something thats important king geedorah take leader quick claim snake like neither need take breather rhyming longer sigmund sea creature saturday feature pleased meet ya came wake deep sleeper like needed stop caught knee drop even give zip zip zz top full beers thou shall ball corner geedorah like one steps yalls goners called rich front wanna spit electrics dont yall saunas warn us plan hour upon us bananas born alone die alone matter man hope live long enough tell grandkids king geedorah three finger ring fever spring chicken eater ided ringleader needs heater catch em bare hands hands make razors beer cans biggest fan got fan base big japan uh yeah hail king give three cheers fam like hip hip hooray thing little kings like sling blade grave put work like slave flip scripts dipstick brigade rock em like sus sussudio played back used rock shag fade skilled trade like tailor made suede hit studio im paid half upfront half upon mastering would like cash last thing ask king dont crystal ball reader allergic saltpeter used wall beater game like wall street cheater lot rap noise annoying like cita turn triple x monster fairy tale movie dont know well king geedorah crush seeds teacher need pay em better nothing reefer heffer offer stick gum thick come taught strict curriculum good son im hood razors tongue nowadays amazing raising young rule number one keep fazers stun venus mars back earth back hbo satellite showtime nigga king geedorah boards mf doom mister fantastik expeditiously grizzly feds try creep somehow always miss mister fantastik put busy bee rock bottom straight tizzy need get either get outta like dang outlaw standing like lurch herb record bin called random search curbside checkin nigga cracking like diggem lips smacking running mouth steady talkin bout us shit overheard enough enough yeah neither black warfare ear clack clack clack clack clack whats youre hearing things tat tat tat tat tat wearing thinking hat matter hard try cant stop us got king geedorah boards golden sound dont know get town see us streets dont fuckin around hundred things course im living fat mercedes outside nigga top good day decatur wood way got cats thinking stay fuck hood say niggas wanna rob bitches wanna slob hoes didnt holla last year feel sorry practice jumpshot reggie mill robert horry nigga played like atari lyrically unorthodox flow continuous never straight path im known bend twist put suburbs tenement bet wanna wonder money went get cash take niggas like trash known stack mean stash used call pure math back days stay paid say south bitch gimme head excuse mister got sister kiss true got blister movie plot twists like twizzler needed meat burned id go sizzler getting paid like biker best crank spray like high ranked sniper west bank type blank dont show much pity im city always keep dutch touch titty til ask trees tell dont squeeze rats wanna tease cat let dog beg wait talking doom hog leg straight new yorkin matter hard try cant stop us got king geedorah boards golden sound dont know get town see us streets 12 12 yes yo king geedorah combined forces nine ether blowing woofers tweeters shaking syllable meters disasters cataclysmic mystic natural time hit yall substance thats actual got gift call hip hop prophecy since 2003 ends reign jiggy mc roaming planet like scavengers scientists broke code gregorian calendar defying laws space time trying trace lines hold respect architect digital roland whole crew roll vs type master whole universe three steps stretch across equator something major universal rhyme tones tamper ya time zone minds blown millions feeling hip hop dont stop make killing nah im kidding real world aint take life next level remain take life next level remain word word well im colliding mind survivor surviving uncover time brother high volume wide column height slalom preferred jog side dodgin mirages conquer vibe hunger lurks nine five work saga god bless life father trife travel light balance globe life vocal pimpin throat know go yo struggle ghetto yo metal throat settle dough live showbiz cannonball weapon man arms four section super intelligence balance benevolent stinging nettle medicine crouch tiger dragon craftmatic watch ya back catch fascist atlas first class diplomatic status stagma flag overstanding plan bar scan identify camera shots streets watch timex clocks punch lunch dot five minutes rock blue block cruise old news im drop one rhyme every time cross thin line mine see part design shifting paradigm yin yang combined must ya mind thinking stahhr would never shine props due focus hawks eye view im plantain ital stew gettin spinach british atl venice even abercrombie figures open verb elixir magnetic attraction raw millie jackson straight open caption comes hicks braxtons lyrical contraction delivery reaction started passion thats way happened born umbilical cords strapped korgs wont drop kurzweil hustling zip disk files sharp needles found ivs feeble yall fiending sequel beats even eqd snake catch render unto geedorah geedorahs ten one sees ya beaker tweezers read fine print like whats big deal spun wheels steel since broke wheel big wheel back greasy curl easy dread rhyme used tease bout peasy head yes yes yall beat bald avacor way grab drawer jabberjaw since two tone lees new phonies boney hos lonely like cheese balogna couldve broke sacro philly ac silly grind billy jack illy nine milli black listen go bang kangol strange combination king teach slang flow two thirds slow one third amazing wonder words fine sponsor thunderbird occasion iller rhyme least miller time collect skrilla geese killer dime met killa queens originally philippines love way fill jeans still teen made strange bedfellows okay head elbows shell toes uh oh heads blows whole load head shoulders care goes let music take control dont let evildoers abuse use take soul like putting fire fake gold turn colors get duller bake roll butter shutter cake hole break drakes til get old flake mold cornball em seeing white stars warned yall like getting hit bottle mo sean paul white oh mad light though either way ready lightning show cant scandalize mine could ask swine cant stands shine geedorah professor add question lessons suggest get full assessment instead guessing stressing stutter like rookie yes men bring butter like cookie chessmen aint even worth worry lying first birth couldnt even hurt smurf berry hear ye hear ye dare ye go king thing tri yearly carefree mouths around head display town square top seven feet spike make sure tight light peasants throw stones might skull get smashed weeks til vulture beaks eats last meat cheeks maybe theyll know right words speak loud home world streets theres escape case kings mens em decides go apes slick talking burly guys get caught early boiled oil like curly fries even thats mr furleys size earned fate get burned stake send word closest kins sins claim throne providence citizens name king geedorah dont make catch seizure regret yet complied order interpret negative reply prepared therefore conquer earth stationed king geedorah western hemisphere geedorah always one weapons king geedorah completely controlled computers magnetic waves homo help thousands homos every month im saying right old days right women knew women men knew men women knew men men knew women im tell future planet stake urge transmit message nations earth feel like telling leader krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living check plan ima bubble jumbs abolish em since double 0 1s five dollars pinstripe knees ds side pockets keep shining siegfried shirt wide collars see shots bam bam fed channel 5 scrambling making sure heads satisfied meter inside cut right fresher southern dubs enough buff pipes tell married chicks suck mics strips bills get em addicted prove skills straight pimping mac daddy aint nothing wrong hustling time calls im puffing chron busting shit chicks youngins call disgusting fuck em butt em suck nut give em need keep turning tricks put em strip nine em return six uh press ho pull burner quick get moved low cause rumors spread word mouth quick pimp hoes pimp em lick slugs lick em sell drugs sell em mixing turn felon krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living listen close aint doubt game heater broke theyre cutting whole mountain caine still bagged twenty five percent theyre chopped drop slow til fly open shop buffed rims spread fast like bad rashes fall back gods badasses come back pouring mad acid rain smoke l straight blow cells stash keep dough bail plus four four shells case shit go hell reup hundreds cash two jammies plus broadll transport crack poonanies cant pick clique cat thats candy ride die fam wilds mans tell thug wild styles plus kids moneys smart dont talk chill kids game since gazelles suede pumas broads stashing cash bra bloomers cock blocking spot fakes rocks ass pimping know youre pushing cash passing krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living krazy world get fit choose roll dough picking switch youre stuck telegraphing youre living attention heard control center monster island two monsters broken men stand thats right got problems personal issues stories thatll make ya eyes tear wet tissue true im madd like rapper im upset gotta put rap snapper things ive seen atlanta queens mean streets brooklyn teen back forth islands scream left adapted still dreams havent left hung crack kids best ruffest ruffnecks went chest chest best friends locked north wont rest til let live dream confess even though hearts dark darker best believe shit got spark sparker block got hot fire starter beef nigga raja martyr wonder certain people come life wonder whyd get many fights wonder sometimes things dont go right gotta live life hey hey wonder certain people come life wonder whyd get many fights wonderwhy gotta live life hey hey yo one important people life called dice called cousin buggin cause figured something common loved chat reggae music loved rhymin still aint call dice nothin seen shoot williest cats leave nothing somethin must pleased bluffer make wanna take dough tougher throughout school made money together floor shootin side better yo cleaned cats took scraps wasnt ruff cat cats knew knew eventually thugs would try hurt id never let nobody hurt hurtful knew wouldnt let take money run thats shoulda came told come wonder certain people come life wonder whyd get many fights wonderwhy gotta live life hey hey wonder certain things dont go right wonder whyd get many fights wonderwhy gotta live life hey hey yo june sixth 96 graduation night made school shish shootin dice gettin fights even sparked riot til school got quiet dismiss got tired usin fists shit like knife pipes bottles sticks cant forget 380s nines 22s best believe many dudes paid crew made name boy ive seen drama seems momma never dreamed shed go threw much trauma comma pause ask cops laws well shit dont exist black poor broke em night heart got broken choken weed smoke drinkin rum gettin open mention never big drinker im thinker im thinkin hey night pass liquor fight breaks im nice get brother got stabbed missed word crazy gotta live life hey hey wonder sometimes things dont go right wonder certain people come life wonder yeah gotta live life hey hey wonder sometimes things dont go right wonder whyd get many fights wonderhey gotta live life hey hey wonder sometimes things dont go right wonder gotta live life wonderwhy gotta live life ay ay uh ay thats rightyour life hahahahahaha geedorah arrived guys could take five time snakes alive take dive im telling youre better flow make take sweater setoff came scripts could hardly brag result concentration lollygag said yeah right pulled mic snotty rag sealed air tight wrapped body bag get advance catch chance writers block spending first last penny worst enemy tell im od usual flow made deals cats keep sending dough three headed set never get busted hes man word whos trusted beats encrypted multi faceted encrusted sweaty palm keep mic rusted sort mellow type fellow sometimes spaz wife like othello hell wont use words like illuminati gotti shotty might use karate azar gaza caught cut ill ask mask ball style caps saying thats fly exact dough til stack high white hoe black guy rap game black eye exhilaration jet jags accelerations touch speeds minds cant conceive achieve altered altitudes angles angels answer aura illumination awesome interpretation awkward alarm ankle house arrest whos best monsta island czars crush pawn dreams king frank reality calculation could never quest destined distant competition dusted disgusted race second crowded clouded confusion conclusion simple plain self education self made millionaires serpents slithering sidewinds searching stalking heat sensing cant jet jags rikki tikki tavi superhero hit zero sixty hot pursuit pedal floor handling lyrics traction swerving left right making head fakes playing high stakes levitates quick hit breaks fly past hit wall parts fly loose killer mongoose fake niggas continue practice art intimidation sterile minds conceiving thought artificial insemination syntax sequence arranging lessons deliberate making wise words clear population stay illiterate consider gods refine power fools get rid men build dreams promises lacking deliver yo dissolve connivers like saliva tic tacs gone astray get job done like socks thats mismatched flip tracks murder snakes drunk niggas killing six packs choking venom suffering tricknological kickbacks poverty stricken minds thoughts barely worth two cents build history time linear design blueprints nuisance lies disguise eighty five percent never knew wise men arise pull files like internal revenue forever true opposing self evidence leverage upset beast belly concoct homogenized beverage clever shit calculated sabotage trojan horse giftwrapped ambush lethal energy motion grows force trojan swords strategically aligned throughout underworld god elevation kill superman rape wondergirl fictitious character decapitated fake beings susceptible everyday occurrence fatal outcomes inevitable might well join force boss chance take loss like coin toss roll double headed nickel partner jet jag sickle pickle king geedorah ass better leave alone fore cold catch seizure leave blown aint best hes best top three put thinking caps act like slight inkling perhaps get smacked back ring like bob backlund ink jet black wack hahahahahaha hey whats meaning shut hahahahahahahaha young man god judge never plea case always aware truth could never erase fallen grace black north face ounce green smoke jack wit chase peddle floor thirsty score fastlane destination top cash game seek heat like missle mad aim cant blame missin spirits campaign mystery universal stee hot yup often vision clear like hindu third eye dot weaknah baby thats word got nuff rhymes tuff times try talkin kids walk around thinkin doesnt forgive life like bid scared die scared live aint shame dealin remain hennessy brain travel plane copy cats twist def traps bliss sex raps blind jet black matters awake response since came life singin seance escape realm bly swift like fake jacks cast catch two smacks gentlemen relax blaze trails havent traveled scatter clues equate style cruisin lex window seat trippin rhyme bop head beat cant speak delirious mood swings true crowns handed true kings tell ya take back straighten money makin vital sign awaken idle minds go satan debatin vestle navigatin gravitatin schemin leave em standin waitin specialize futuristic mental picture paintin slave sick ways im quenchin thirst gift new day seem like curse made penetrate charade incision barely felt sharpness blade movin motionless masquerade loomin dark save spark like match made heaven hell apart still one life start real reveal sign sealed feels translates meals 9 5 shit joke muscle scientist dont look upon hustlin copy cats twist def traps bliss sex raps blind jet black matters awake response since came life singin seance escape realm bly swift like fake jacks cast catch two smacks gentlemen relax blaze trails havent traveled scatter clues equate style look two space monsters one three heads king geedorah ones gigan controlling monster zero monster zero command units take defensive position yessir monster zero monster zero reason cannot live surface must forever live underground like oh right show monster zero hey look king geedorah yes indeed earth gave terrifying monster name geedorah everything numbered monster zero pay heed warning entire human race perish earth monster geedorah passes flaming ruins left geedorah course thats pistol pistol first met carrying pistol purse asked explained believed youre convinced outer space thats right mind peace terms peace terms nice idea would bad situation creature came earth worse hes arrived could possibly alive may hold oh adorable lovely lady geedorah geedorah space monster think jesus christ shut listen likely one know individual someone whos experienced working laboratory access select biological agents knowledge expertise produce deadly product someone whos standoffish works isolation killer may used hours laboratory produce music brother call music yeah grace almighty sounds like god damn jungle warfare ill tell ya let get straight stand selling trees trees whered find told ive looking around gonna show matter fact ive testing found pure little bit ago underrated mister call expert im sorry tell ive never seen king geedorah even long side lagus im sorry young man cant waste time talking anymore people want know want know king geedorah evacuate streets king geedorah area king geedorah king geedorah king geedorah destroy whole country king geedorah hes earth happened geedorah space monster get touch feel like giving remain king geedorah final hour approaching people earth hear said excuse villain illin wordplay said thank much im billin till thursday heard beat drum sounded like sloppy knock whoever mic speech pure poppycock go back days pop lock even back rumors mikey died pop rocks girls wore jellies played hop scotch older broads used wear tennises sloppy socks apb three headed fancy crown last seen headed towards city shanty town sudden cant found safe sound mouth nipple panties put choke hold monster ogopogo whoever vocals also logo thats wheels steel phono geedorah deals pro bono ahhhhhh +murs,wanna hear voice dont want call wanna see girl see wanna make still want fight wanted break dont feel right sitting waiting hate hate still cant escape bullshit weve going lately heart broke lovestruck telling yall aint life without girl something cant see aint gon lie say dont get lonely theres much could kick homies somebody told already moved broke aint supposed get groove least wait couple weeks got looking like chump business streets couple weeks feel like still matter clean im still finding hair shit forgot im standing spot came hard didnt think would stop quiet kept know miss little washed sheets left still smell pillow everything reminds everything see reminds every time lust reminds us girl wanna stay together cause hate breaking aint call last night trying strong youll call stupid finally hear song cause wouldve took back waiting fact holler girl wouldve collapsed fell trap started relapse ass never called never happened im thinking jasmine tanya cheraine exs call thatll probably ease pain tried follow wound calling hanging ring girl really wanna get make mad push buttons got us tripping little stuff dont mean nothing im sick suffering fighting fussing happened love late night discussions bout children family future plan cause couldnt understand everything reminds everything see reminds every time lust reminds us girl wanna stay together cause hate breaking started missing last night til remembered reasons ass love fight like dude really wanted work get shit together first whats worse really wanted stay needed leave cause fighting everyday right everyday know thats lot supposed companions like opponents dont song make wanna one time could still dude thats mind im proud beg im hoping would take back quick girl without second thought im caught pride cant make call didnt want break break thats long time know probably shouldnt left cause woman wanna sleep next everything reminds everything see reminds every time lust reminds us girl wanna stay together cause hate breaking say youre sick say im sick crazy bout girl gon said needed leave hate see go cant make mind girl dont know wanna make work im sick struggle girl gotta make realize love aint gon lie sometimes dont feel find another man might kill sitting waiting dont know like ever wish amnesia amnesia know like could forget whoever ruined everyone else one person could forget like would happier life huh remember keep forgetting remember forget lies bullshit reasons call quits pieces puzzle never seem fit started fast ended quick weeks end sick next time start reminisce remind remember forget last night sat cry stopped asked snapped got day cause life lot better since break bringing nothing drama bring around attitude disrespectful life stressful every little thing turned argument yelling till dont even remember started wanted part move packed bags headed straight tucson gone theres room laughin smilin things need lets think couldve put ill never quit cant quit one set free oh see got somebody new know never true would never get know real bout scandalous things like know still call text run back whenever things get messy suggest continue separate path quit telling im best ever knew know upgrade cant go back remind remind remind someone remind remind remind remind somebody remind rain rain face rain rain hide pain hey like go rain rain face rain rain hide pain hey like go see im single black male dark hair dark eyes long walks park lot lies im little bit jaded lot see youre still interested come get cause im tired getting shot put dissed wanna picked held tight kissed things like dont happen dudes like im coldplay ice say good girls love bad guys might bad girl good guy thats unlikely whats man get hold hands talk shit stand look hard crew dont know drown drink helps numb pain cause sit think eyes get clouded thoughts get crowded imma sit right wait talk cmon said boyfriend trying nice ive heard lines different women night easy let dont let get shit thats boys told end night still sitting lonely could find em without drama without one liners excuse miss hey mam got man whats ya name im mid twenties enough games simply put think youre stunning kids couple dogs couple cars four bedroom crib look im trying jib im speaking heart start drink wanna play smart looking boy got two kids home know goes heres number telephone girls turf know youre smelling every bitch needs dog guess thats want try subtle even flirting got shooked would never get smile got dirty looks self esteem low enough got teased growing beat em made tough didnt get girls notes class girls used tell would pinch ass another boy would get gritty pretended handball face hit admit part reason im em like women life two mother one one done philosophy dating aint fun cause come go even dont cum still go girl give best head wouldnt know cause stuck siddity even dissed aint mad go yo yo pretty looked better coming wait looked better going coming ass amazing high five jesus keep making em like make em half brain maybe theyll talk grew wonder years saved bell boyz tha hood atl used sell weed roommate thats met old girl didnt smoke jokes deck disrespect way clowned cause broke always said cuz would clown always saying shorty yall smiled every time little southern drawl calls became frequent wed hang weekend started feeling like shes one ive seeking didnt take far third base never sealed deal came real close knew hit would stay committed young 21 man wasnt knew coming cant run feelings strong man woman said wanted friendship wasnt willing bend said wanted friends benefits trying pretend didnt want need really wanna make mine would never mislead look treat girl gotta give time first time alright soon creeping room every night something like magic felt right fix kick chick habit know always better youre lovers close friends started getting deep kind felt closed went made stupid mistake stopped returning calls went dates course got back knew shed hurt didnt even trip made feel worse showed love dirt im feeling like im scum earth left break didnt leave number thought every single day summer sucker trying keep said next time see imma tell love said wanted friendship wasnt willing bend said wanted friends benefits trying pretend didnt want need really wanna make mine would never mislead look treat girl gotta give time woulda swore student way waiting new semester begin next day ran campus ran one friends made small talk didnt want seem lame anxious said name tears came started break still see look face tears could hear drunk driver crash accident survivors trying continue describe couldnt take ran crying lying said wasnt filled regret cried three hours sitting steps even though youre gone memory lives wrong dedicate song first love first love ready uh huh aight tonight dont leave girl round heartbreaker life ask homeboy 9th got girlfriends thinkin im never neglected disrespected lied sex yet say im gave dick never fronted pulled hair wanted used flip stomach said wanted drama unidentified caller phone momma talkin bout im could somethin bad damn good wanted fuck start never lied hurts heart see cry let know jump type guy voice mail askin never kissed public never held hand never said loved never man break never broke committed fuckin around thats people get hurt dirt could put behind us make things work could get behind cause like skirt sorry bout got one track mind say dont wanna fuck lying tryna fight girl shit bring ass else make wet doin ear got girlfriends thinkin im never neglected disrespected lied sex yet say im gave dick never fronted pulled hair wanted used flip stomach said wanted drama unidentified caller phone momma talkin bout im could somethin bad damn good got screamin public middle mall lightly touch arm whatd bitch fall call security drama would never hit woman raised momma kinda feel bad even though didnt shit gotta waste time find new chick someone understand mans gotta man dont wanna lie get pants aint nothin wrong one night stand happens twice week plus im nice sheets look like freak itll benefit nigga fuck nigga kick im sick phone tag text message foreplay like spontaneous thats forte lets go crib sex door way wed talk night things way got girlfriends thinkin im never neglected disrespected lied sex yet say im gave dick never fronted pulled hair wanted used flip stomach said wanted drama unidentified caller phone momma talkin bout im could somethin bad damn good said might make look like knight shinin armor great way escape get away drama got little momma first disarm said heard us rappers still got charm imma tell wanna hear make truth havent woman since left kamloops two months ago canada ask road manager hell tell im good guy wouldnt lie look fly look bus cards new well shoot room make best twelve hours wash club smell hair shower turn power lie make spoons talk night listen itunes assume game spit every girl im careful heart let world im musician must think im alone listens know shes wishin wont pay attention cause thinks im bad think cause drinks ill hold hair sink still think im dont time fine get shit mind bad man one two fifteen love bad rb vision saw star encouraged write drama life seemed strange like something wasnt right used fall victim lunch room comedians something like outkast started smokin weed sorta fell kinda felt home behind microphone bus ride home didnt mean thang harassed thugs corners would hang got banged got beat carrying golf club walking street respect call crazy least im gettin punked daily look back wouldnt change thing think found strength speakin yall take everything hopes dreams hate lies mmm mmm mmm life ill join everyone old wise young fly ooh die god love hatin satan zen type patience got sittin waitin day okay love black men wont pretend thugs teachers doctors treated like celebrities get job even got felony check melody lets live harmony together man autonomy man island immune violence rap race place raise child whats wrong smilin whats wrong peace whats wrong squashin beef label deceased swallow pride choke issues know got family folks thatll miss dont misuse gift youve given lifes dream blessed livin take everything hopes dreams hate lies mmm mmm mmm life ill join everyone old wise young fly ooh die basically man im dude tries right know try make tomorrows better yesterdays without hurting anyone else process cause leave world better place got win theres birth theres death space journey takes place give meaning theres waitin us theres need pretend freedom feeling youre fearing end good things come walk dont run times want end dont original different one stand shocks system take everything hopes dreams hate lies mmm mmm mmm life ill join everyone old wise young fly ooh die take everything mmm mmm mmm life ill join everyone cause men die im l dot dot californ hot days got shade let take round way lot towners cant handle city wear wrong color get tricky eighty six things done changed lot mo evolved way bang rips dawgs man smog might kill ya aint gotta worry stayin north wilshire dont scared crenshaw slausson super mall earlez hot dogs man gotta yall cmon come hood good magic johnson ownin everything like lynnwood long beach hawthorne gardena towers watts hills altadena home traffic gangbang culture hope way damn thang dont insult ya im la southern california fool west coast everybody somebody game fame everythang bang everybody wanna know set claim land six fos hop get low favorite rapper gettin jacked sick flows home pornos mess award shows weathers always warm women wear short clothes beaches aint cleanest ahh greenest got blonde bombshells sick latinas mix dark skinned light skinned sisters never wear triple goose christmas miss us blizzards winters hurricanes unless glasses actresses perfect frame silicone real dont matter paid every single trend probably thank la bandanas facelifts quick trips vegas white shirt chuck taylors k swiss poplockin crip walkin chronic blunts g funk place everybody hate gotta see im la southern california fool west coast everybody somebody game fame everythang bang everybody wanna know set claim got mocha chino baby back bus close eyes listen would one us never trust family home kicked hood raised self talk tone white bone would swear black spoke phone say overgrown dont give damn black girls think want man fault attracted blessed got much back white boys say youre way thick brothers might say youre number one pick say girlroll eyes twist neck comes soul dont mean disrespect even check keep movin cuz heart feel aint got nothing provin whether chocolate vanilla youre somewhere cappuccino mocha caramel queen rejected black accepted white world dedicated dark skinned white girls like smiths cure really morrisey heavy rock never fooled jodeci would notice never really welcomed others hard find date ten brothers whole damn school thought weird cuz wore hair different never joined cheer melancholy dolly polly want syndrome white step father black daddy never home quad could hear em say look walks talk way girl okay black beautiful matter dress matter music like forget say youre doin right grabbin pillow cry night stand strong hold ground cost know everyone tries put lost half half mixed girls know battle every time go whats nationality everybody always wanna dig background dont look sound couldnt tell oh right take compliment start fight venezuelan indian rican dominican japanese portuguese quarter brazilian white korean black pinay could find later dont matter youre fly really dont make difference us guys need excuse get close say hi know call stuck think youre pretty spreadin rumors throughout city much attention many haters dont bitter youll better later half mexican salvi perfect girl cali met party van nuys valley said name leti thats short leticia said name nick quite pleasure meetin ya perhaps time wouldnt mind treatin ya dinner movie really wanna ya giggled little put number phone text little later make sure made home mi corazon te pertenece dont care friend say estas siempre en mi mente cant let get away que traes buena suerte need like everyday yo lucho hasta la muerte busting shots ak oh mi corazon soy la unica para ti tell youre never gonna leave half salvadorian perfect californian picked dropped back door ten im walking back car cool heard voice say fuck said man seen drop leti balled fist acting like bout set homie rolled looking like thought fight thats cops rolled smelling like sausage coffee donuts im happy saved could got crazy thats leti texted saying love baby vuelves loco act like dont know though estoy obsesionado un poco im always looking photos esa mirada en tus ojos cant believe wore ahora estas en peligro better never leave solo oh mi corazon soy la unica para ti tell youre never gonna leave could ever work brown black went crib brothers pulled strap sent pictures ass fat im thinking damn gotta go back oh mi corazon soy la unica para ti tell youre never gonna leave upon time one man gang never ran anyone sold cocaine ogs city knew name heres little story gang claimed hardest nigga know okey dog crip get pen better hope dont trip teriyaki pastrami always beef legend day talk streets real hood something made piss gang bangers cause never gave fuck wore white pro wings pink green strings dare anybody shore say thing seen knock lot dudes one swing side always kept baddest bitch ever seen made first million age seventeen running credit card scams never touched triple beam king everybody tried trip would get confused okey dog crip em time would start laughing got knocked quick asking homie homie homie okey dog crip yall dont want none homie homie homie okey dog crip yall dont want none hardest nigga know okey dog crip knocked nigga broke fist like la get hit every day homie come something different say like matter say gon always want fight id rather get something like one thing love world teriyaki burger make okey dog needed cause could get behind always squab cause every time ever since little could fight well seen whoop grown man 12 kept unless bothered first like saying top verse busted hand bitch niggas head walked homeboy said homie homie homie okey dog crip yall dont want none homie homie homie okey dog crip yall dont want none hardest nigga know okey dog crip pulled chopper told focus make man brave could make man slave pull aint many standing way trigger hand gotta understand lot men use arms cause aint got hands shooter respected much less gladiator kill nigga homies gon get later square win lose need save day like john witherspoon son homies almost 8 10 years imma say something might hate hear look im grown man thirty something years im tryna throw hands green light blast motherfucker better think twice ask motherfucker homie homie homie okey dog crip yall dont want none homie homie homie okey dog crip yall dont want none +rick ross,rip real niggas worldwide salute real shit ride niggas dawg ride niggas slide niggas dawg ride niggas stay schemin niggas tryna get dawg ride niggas stay schemin niggas tryna get dawg ride niggas damn lifes short fuck dont wanna go court fuck got budget lawyer though fuck im run month im bucket paid 200 lil niggas thuggin even got paranoid im gettin money thats nigga category double got gs california maybach music ride niggas dawg ride niggas slide niggas dawg ride niggas stay schemin niggas tryna get dawg ride niggas bothers gods get actin like broads guess every team doesnt come complete niggas like thats see need compete niggas like yall ask see speak nigga thats dont duckin like never wanted nothin feelin like rap changed time rugged back nigga reached weapon nowadays niggas reach sell record spaghetti bolognese polo lounge g dc thats roll around might look light heavy though think drake pull shit like never know million dollar meetings polo lounge man oliver north thats roll around shawty wanna tell secrets bout rap nigga tell bitch attractive hold kobe bout lose hundred fifty ms kobe nigga hate bitch wasnt shootin gym tell lucian said fuck im tearin holes budget bag like publix take ass public ordered filet told em butterfly shell love used soda nuggets really thuggin im hittin pinnacle pussy identical like fuckin finish line cant wait run let get mind young rich motherfucker gettin mine rap niggas ride niggas dawg ride niggas slide niggas dawg ride niggas stay schemin niggas tryna get dawg ride niggas hoopty coupe ghost dawg pigeons roof like ghost dog dwight howard post dawg niggas got powder post dawg watch body tilt hit head niggas lost mills tryna beat feds ten grams last 250 big ass crib 250 damn gave nigga max 7 5 gave nigga penthouse another 30 fuck got thinkin like im 7 5 damn nigga aint even seen 30 huh ride niggas dawg ride niggas slide niggas dawg ride niggas stay schemin niggas tryna get dawg ride niggas maybach music diced pineapple tonight shall reach height sky wont catch highest form admiration aint connoisseur im kinda sure admire taste sun graze ya im tryin see deep believe shorty aint talking bout intimate conversation wanna see make reach things unobtainable peek nature promise goals exceed physical pleasure wanna give whats better better better effort wetter treasure mere moments seem like heavens temporary forevers shorty get together hah diced pineapple may love come mind might designed imagination let redefine foreplay til need five tell shorty got baby baby hope progress baby let drip baby stop shaking talking baby talking baby shorty fine pussy fresh diced pineapples damn baby tastes best nearly lost mind guess test swept feet went bought ass lex paid cash never wrote check leave cars crib im stuntin ex pussys excellent know sound mess love make toes curl im lickin flesh sex night couple shots ciroc crib water got lebron block money aint thing baby welcome mob diced pineapples talking diamonds jar bitch bad got wishing could sing uniform isabel marant team double mg niggas fell baby girl wanna see well call crazy shit least youre calling feels better let dont girl know easy get caught moment say cause mad take back fuck night til things get right fuck night til things get right aww yeah shorty fine pussy fresh diced pineapples bought girl set know lifestyle wild set know make smile sex pop bottles make love thug passion red bottoms moncler high fashion belt buckles door handles gold plated balmain rich denim vegas french riviera baby girl lets take trip ima trip go cannes france catch flick baby listen position blessing permission hopefully youll learn lesson im fly shouldnt even walk fine aint even gotta talk diced pineapples talking diamonds jar never wrote song know shes star call crazy shit least youre calling feels better let dont girl know easy get caught moment say cause mad take back fuck night til things get right fuck night til things get right aww yeah something probably cant live without roll sour let kiss fountain mission accomplished increasing heart rate wont ever rest meet peak mountain eager show thinking know eager work perfect employ designer shit spoil rub oil get higher tree gonna climb sequoia hol showing agent provocateur rushing drawers though patiently get hate anxious though hate dull like go deep hate get deeply involved sweet let see proof fuck making pussy talk like make sing tune need dont need room right im trying eat dont need spoon call crazy shit least youre calling feels better let dont girl know easy get caught moment say cause mad take back fuck night til things get right fuck night til things get right aww yeah masterminds gon get forever know whenever link nigga think shit comes outer space something haha nigga lets get money nigga woo woo masterminds r c double g jay got got four stacks heels bitch feet car seats still smelling like 10 kis tell plug im lookin increase wingstop fat boy need 10 piece say nigga name car start nigga switching lane lane like wal mart sippin bordeaux bordeaux hazard lights flashing four door switch benzo enzo back benzo ends low switch old bitch new bitch cause new bitch something like nympho fuck game raw came getting money ever since came couldnt stop tried motherfucker cause devil lie big guns big whips rich nigga talkin big shit double cup gold wrist double blow bitch two mill 95 bow head cause time pay tithes opposition want dead alive motherfucker devil lie devil lie bitch im truth devil lie bitch im proof devil lie devil lie bitch im alive devil lie two kings big screen niggas seen 36 16 100k 16 niggas stick dirty dick clean money goin deep end talkin half milli weekend contract like nigga play defense curtains maybach bitch peek bitches wanna car hop 6 cribs cars car lot dope boys goal nigga went gold 6 times gold digger black bottle bad bitch club armani cash dubai like sheikh top floor nigga burj khalifa big guns big whips rich nigga talkin big shit double cup gold wrist double blow bitch two mill 95 bow head cause time pay tithes opposition want dead alive motherfucker devil lie devil lie bitch im truth devil lie bitch im proof devil lie devil lie bitch im alive devil lie truth fiction truth fiction hova atheist never fuck true religion devil cause roof come missin lucifer juice two cup sippin thats dusse baby welcome dark side coulda got blacklist crack shit white jesus crock pot mix shit soda im black jesus turn water wine turn stove beast coast winnin life nigga cheat code hatin flagrant hit free throws devil try hit rico black people devil want niggas hate kind gotta illuminati nigga shine oh cant nigga nigga rich oh gotta devil thats nigga shit seen stop frisk brooklyn barneys like bitch give money hood win got barneys floor lookin like vim black hoodie black skully bravado like mavado boy im gully gettin white money im still black niggas claiming king im still king hova mansa musa lie devil lie im truth yeah big guns big whips rich nigga talkin big shit double cup gold wrist double blow bitch two mill 95 bow head cause time pay tithes opposition want dead alive motherfucker devil lie devil lie bitch im truth devil lie bitch im proof devil lie devil lie bitch im alive devil lie theres field angels movin around worship thee hes done new day born ive born ive born spirit name im sanctified lord testify hes right side believe word clear yeah yeah wants hundred million dollars bad bitch plus paper chasin done turn savage groupies lobby tryna get established god ive guilty fornicatin status wanted hundred million dollars bad bitch plus paper chasin turned savage groupies lobby tryna get established god ive guilty fornicatin status niggas lovin old ye sayin new ye nigga spazzin ali turn ali cant ever change nigga back cassius gon make lies im sanctified dont sweat wipe forehead handkerchief wash sins blood jesus heople sayin ye need another yeezus hames try tell cut wildin fuck reachin pass 30 bottles champagne procession thats holy water sanctified refreshments god sent message said im aggressive really aggressive feel blessings wash away sins im sanctified born proclaim hallowed thy name ohhh wants hundred million dollars bad bitch plus paper chasin done turn savage groupies lobby tryna get established god ive guilty fornicatin status keys success get new keys new address bitches date dont get degrees dress fellatios amazin make grilled cheese best major cult figure im fresh david koresh soldiers gators new mercedes cadets balmain uniform know donda designed vest double army better yet navy baby seen wraith wanna baby wanted hundred million dollars bad bitch want two hundred menage palace walkin jeweler mothafuckin balance somewhere jamaica im still holdin chalice rims ferrari bitch said childish til fuck girl girl tweeted stylish fucked told foul shit walk room even hear silence feel blessings wash away sins im sanctified born proclaim hallowed thy name ohhh oh lets pull 2 seater baby ever wanna go justice league riding music night breezing freeway baby ride boss worries listening aston martin music music wouldve came back needed time caught life cant let go whether thats right never know uh goes nothing im alone room sometime stare wall automatic weapons floor call bitch one live code put music shit aside get road lot quiet time pink bottles rose exotic red bottoms whole body glittered gold following fundamentals following rental love nasty girl swallow whats menu money triple ya get state need new safe cause im running space elroy jetson im somewhere space 2 seater shes one would take wee riding music night breezing freeway baby ride boss worries listening aston martin music music wouldve came back needed time caught life cant let go whether thats right never know uh goes nothing pull block drop top chicken box mr kfc vvss watch living fast money bag never front take aint coming back top right wanna goals unfold right front every time fuck soul take hold addicted like pookie pussy controlling thing keep calling fuck maintain boy gotta keep ballin pink bottles keep coming james bond coupe pop clutch 100 riding music night breezing freeway baby ride boss worries listening aston martin music music wouldve came back needed time caught life cant let go whether thats right never know hoping forgive never meant wrong tried patient waited long wouldve came back wouldve came back wouldve came back wouldve came back wouldve came talk slicker pimp augusta linen suit dry cleaned bitches whats witcha hate callin women bitches bitches love took sense made nickel im urgin daughters kiss mothers lips lipstick covers youre never grown miss hug girls countin like missin rubbers im marvin gaye shit bunch distant lovers aint life im used reintroduced people ive introduced forget scared tell met fear wont remember wish could still accept miss memphis tennessee cousins dad simplistic beauty southerners im halfway across world dozens bags feelin like four members color badd one nigga amazing shit got courtney love crazy shit dont drink every bottle agin shit got wedding ring flows engagin shit one yall got fleets keychains seats heat games really think stare see things la familia ive inducted instructed stunt niggas dont really fuck wit fuck havin lunch debatin ferrari prices 23 goin midlife crisis trust still deliver like midwife im sayin im nicest live life like uh take certain type man teach far hood understand streets never threw away paper grammy speech havent hit pinnacles plan reach yeah gotta want kisses body tells live moment baby ill never forget none girl told coming back aston martin music music aston martin music music dont got single sober vein body dont got single sober vein body dont apologize quite enjoy messy see bottle bottle got goin crazy doin shows shows got lazy ride take good vibe good vibe good vibe dont ever threaten niggas good time wanna buy dream said dont sell rent night dont mind open wide cause fame earned might well use private elevator goin straight unit niggas round gettin kickback pussy killas round hiding stussy cant nobody stop used homeless penthouse ritz home tour bus like national geographic bitches runnin wild gettin faded bathroom makes smile makes smile cause got makes smile makes smile cause got pain sweat tears get piece got man look kid nobody stop dont got single sober vein body fuck like thug nigga young nigga new ferrari old money fraid lord us condo blow money like dope money come short wet niggas like speed boat coming oh lord mo money mo money rich young niggas aint ever know money belaire running rollie arm pinky ring six hundred know im champ baby real deal holyfield got bitches want dirty went bought crib 25 mil im 25 life 100 acres keep shooters night every chandelier ran nigga one mil 20 chandeliers motherfucker real wanna show live like wearing white birkin winter night fuck birkin bentley thats went tatted double g bond deep deeper rap give brain mastermind exact mastermind exact give game give back sip syrup fuck slow sip wanna fuck gotta grind till eyes close stay strapped till trap close scream maybach cell blocks dawgs used sell blocks say niggas jail talk homies commissary fell make worse get elbows 25 life dead wrong cell phone makes smile makes smile cause got makes smile makes smile cause got pain sweat tears get piece got man look kid nobody stop dont got single sober vein body yeah im home yeah got thing chanel vintage dropped could speak english love love seekin attention mean one keep callin ya twin twins aint different mentally im already next year thats 2020 clear vision sayin let finish aint tryna hear im spiritual liftin dont fly spirit im findin happiness die serious smiles kevin durant trials blow court must blew milli im walkin charges thats new achilles know love rock check gon really really depositions never surface tanenbaum know logo jersey gettin purchased ten years yall yet hear impressive verses paid cost boss wasnt even expensive purchase trust say im never shit assumin im tales like corridos culiacan sashimi saito know man two michelin star postcard grace bay sendin distant regards vision wasnt mine told niggas vision still part shorty even weve livin apart roxxll filthy soon give nod meanin hell blast like puttin 6 god hop float show city one appointed one thats rebuildin schools feedin homeless hang niggas sometimes tryna avoid cause theyll get poppin place like double jointed goals top pyramid shitty world gotta get everything axis sit twirls point blank period like city girl bring back 50 world ayy woah made way yeah im gone outta place yeah put flowers vase wont let know okay yeah dont wait til day love wait til late late different right yo nominated never grammy understand theyll never understand lot lives lost never panicked lot lines crossed never xanny hundred room mansion felt abandoned love makin love love land jealous bitches actin like sleepin us speakin us jewelers quote us even numbers still blowin smoke angels float us love givin back ever love us chanel mail fedex pharrell got sale sit scale triple beam dream buck shades really seen things give mothers shakes really bought cars women face know seem odd money amazin college loans really fuck credit discover cards look back know regret keep pushin keep foot pedal mirror blessin rebukin devil livin edge keepin level money come go ima keep forever money come go ima keep forever slip glass slippers tickle feathers everywhere go create dilemma coming america really set ill let soul glow im keepin wet cold decembers know remembers forgiveness sinner simple holdin hands bodys temple fly cannes menages bitches lobsters prawns thought spanish bottles parties biggest ayy woah made way yeah im gone outta place yeah put flowers vase wont let know okay yeah dont wait til day love wait til late late dream singin like gladys knight true love projects called paradise niggas left wasnt actin right honesty small sacrifice money bag heavy got packin light movin funny fill appetite niggas conversations lot false condos right carnegie hall speak cars em parked niggas money light come dark really type thats facade one reasons write got synopsis im always top barbershop gossip thought better knock em allocate dollars go shoppin bitch real time stop talkin ayy woah made way yeah im gone outta place yeah put flowers vase wont let know okay yeah dont wait til day love wait til late late michael jackson came alive right hed ask smoke one honor niggas spud webb coming short think youre dee brown jump want put momma last nerve ricky madoff everything deserve square root kilo nigga square root kilo nigga math im motherfucking g nigga see im gon get money denied shittin fucks long time time pee finish first hate worse startin see im round table seat plate lobster sea bass aint never left acting like back see us taking pictures acting like rap circle thatll murk blackout short circuit somebody show square ass niggas first exit reserved soldiers definitely watch say step carefully fall field aint air pour ground put one air tell enemies fuck em know already fuck em tell em middle finger chuckle dont know nann nigga nope uh uh famous thatll still throw copper cross heavy crack tabernacle fire ganja back throw blow tobacco crank lac one match left last turn santeria candles sanctuary burn imma earn til last court adjourn til last gavel drop gon locked gon locked gon locked im part small percentage niggas make ghetto niggas tried pull back cause misery loves company funny come see living comfortably broke sleeping floors aint want nothing futures bright past ugly try correct still haunts tried section past still haunts accept got reflecting rocking chair space created hard work got look like telling nigga shouldnt power people people shouldnt live fear ill raising voice tell people treat us fair warring streets tell soldiers meet us open alone felt coldest air secluded thoughts fear one talk one even voice even ear one alive one care got power circle im power trip calling counterfeit cause aint gave coward shit stone throw pile shit wont pull funny comes full circle wanna part power circle wanna part power circle may wind back may bad past may kids take good wife class realize goals whats life without grind niggas yo niggas hope niggas real mine may wind back may bad past may kids take good wife class realize goals whats life without grind niggas yo niggas hope niggas real mine theres difference underrated hasnt made successful relentlessly giving hatred theres applause ya success hard ya theres enemies envy green niggas lawnmower im tour jordan 4s tom ford aint thugging clapping encore got dark heart bright mind make women crazy give throw two call shit safety shit crazy entertainment aint entertaining inner sanctum need real estate im cabeza jealousys weak aint happy made feeling like brother malcolm nation allah got us cause hollered lost numbers seen hustlers turn cluckers niggas grandmothers shut fuck listen fuck stuck musicians circle small regardless circumference official clothes different like quarterbacks closed scrimmage gon blitz us aint way gon hit us im elusive niggas goin guess wrap co defendant make soul music cash rule world least girls least churches seek truth true hurts real real niggas deserve dont deal weak squares power circle dont deal weak squares power circle im like welcome power circle came long way started powdered circle clique full real niggas thatll probably murk cause murder game lot verbal lotta talking lotta tweeting til hear chopper speaking kill dog kill dog tied even id believe see got nigga never give cause grindin gon rich look cousin knock told never teach niggas cook cause sell em hard low give em hookup still make profit streets say im hottest nigga still modest im honest back wall never let em get behind us mac draws fitting right designers look persona dreamed woke conquered commas commas eat em like benihanas put shrimp pasta pasta lobster lobster table power circle mafia talkin money talkin money talkin bout probably talkin bout us thing talk cause thing talk cause thing talk look inside eyes last mohicans survived wont last weekend outside seen pastor tweaking sunk teeth rock demise later evening heard grieving angels cried see demon dont compromise walk alone cross diamond stone im diamond inside rough thats mighty maricons might well put killers ysl put voice microphone put pussy niggas hell hells fire never lie never grind know priors running us crime know section eight wanna discontinue moms heard ohio state gave 30 racks july oh lord cant life cant life day breaks earned stripes learned strike upstate adjourn life confirm life good bait warden might get awarded write fate record denied reporter replied death rate eventually climb eventually im track race dough time get clock resigns face aint business get offended mind one fake im realist strive im billion five well billion cause limit sky live cloud nine recognize nemesis gon try put finish shine pussy well hurt life power circle regardless goes life goes right tried warn niggas tried warn niggas late double g much cake much power much respect bow nigga ugh yo chris rock im man ricky rozay drinkin belaire rose thats thats belaire rose eatin wingstop know wingstop nigga dont know nothin wingstop cant handle nigga cant handle sit corner shut fuck take notes bitch take notes used see niggas tv man used like yo niggas blessed know im sayin opportunity know im sayin damn grew cash money bling bling well known flash money hit liquor store vic authority quick switch bitch pick thicker shorty pistol nigga aint pickin veterans better go get army thug holiday body lay trick daddy come common place us gettin money thats conversation hard stayin rich miss confrontations cigars oval office ronald reagan hug barack obama whisper salamu alaykum live moment die streets bible dash kilos seat used see niggas tv screen wondered life like dream met livenation dates came realization watch fake damn nearly broke heart really thought niggas really owned cars used look nigga ugh hard point finger live life sin ima bring niggas lose win bought fleet cars let bitches tag along little thing ones tattle omerta code met ball parties vogue still blowin thick smoke powder nose head rush day feds rush thats niggas wish put bread leased whips bad blood shitll sink ships fast money comin slow better think quick rap game much fuck shit done thats 45 trukfit trunks fuck skateboard went got wraith boy catholic record labels niggas gettin raped boy birdmans priest moans synagogue publishin sin repent forgive lord shots fired home invasion palm isle red beam detonators bomb look eyes nigga fore say good night pray mannie freshll get see light damn stunna loved nigga hate came stole boys pub bought foreclosure scott storch demons poison handed records never charged coin could sense sentiment im talkin along miami issues rozay handle way big ducky california never slippin got relationships trillest niggas tony draper j prince even jimmy henchmen plenty killers know diddy tyga chinchilla really aint penny pinchin knew would never visit bg turk came home take boy three piece shootin dope usin coke movin like folks sacrificin half life new music cult would give us self esteem motivate drive pockets time count five pray find kindness heart wayne entire life gave gain watched whole debacle im part blame last request producers please get paid cant believe shit homie still love nigga fuck nigga touch half billion nigga team starvin nigga island nigga came city nigga let city nigga hurt nigga brother khaled nigga khaled loyal nigga pain seen brothers eye nigga facetimin nigga nigga took chin nigga thats nigga blessed thats nigga khaled blessed put nigga hole homie dont feel nigga shit hurt dig umm painful see real niggas get paper get bag cant never forget bout lil bruh ill never forget bout lil bruh lil bruh always remember lil bruh lil bruh stunna justice league huh special extremely special sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah funny mind lately dope beat dope idea sixteen bars aint enough fuck squeeze whole life sixteen bar verse know many different levels living life depicting wordplay exactly life means sixteen aint enough know yall gonna feel one gotta feel one huh funny things change funny time fly feet travel feel fly make chicks smile call local nigga opened swiss account eisenhower status etta james dash smooth john coltrane cruising cadillac seville feel life real last poets world premiere rolling like mick jagger women getting badder see money cream eric clapton wanted one sixteen aint enough talking fast money fifteen every month people labelled poor motivated everything ever wore worn roll punches box office numbers dressed like sammy davis steaming marijuana double gs double fees every hood nigga government cheese yacht yachtmasters ol dirty bastard floor seat heat paper im stackin better put away penny rainy days pick roll give go fuck fade away living like scottie pippen dribble riddles vittles started scribble im flowing river say heart cold im naming son december whitney died night grammys damn memory trump tower started 10 speed born broke use niggas instincts get hundred racks sixteen waking turkey bacon thick queen niggas hating im watching big screen three stacks beat kicks mean sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah know sometimes got much say give sixteen hehehe man like mean got much say world said much wanna give right back em get sixteen thats like cage know really cant say wanna say know glimpse thats one uh one little single glimpse page guess im defeating purpose talking aight summer 88 89 wintertime aw never mind im room booming drawin cool j album covers crayolas construction paper im tryna fuck neighbor im tryna hook waves im tryna pull grades get saddle lace ups lil marc jacob girls wore makeup voice would break wed tour shake clubs mama wake crumbs would cake tell love well never break time makes love someone thought homeboy boy wrong dont budge dont want much roof porch porsche horse unfortunately course assortment torches scorches skin enter intruders whose tutors lousy job hows god lets lucifer let loose us noose us wont loosen loose enough juice us make us think much big like dont let us win cant pretend admit feel good hood pseudo celebrate hence every time dine eat belly aches go grab finest wine drink like know grape region came name em hint hint aint um welchs hell fell three thousand degrees cooler yall cant measure worth try youll need ruler made greek gods odds always stacked backs wall feel right home yall sitting right home kellygreen envy im jelly beans descending palm child looks mama smile devilish grin like hell shes yelling sellings sin well telling young men selling sin dont offer new ways win dolphin gon shake fin regardless gets water important thing swim flipper didnt hold nose shall hold tongue miss days old one could hold gal arm set alarms cameras snap snap snap return fire pap pap pap pap pap pap pap pap theyll learn mere privacy essential wont make laws break laws til see window take fall make treat human kind gentle forsake hate dont like em dont pretend yeah something tells aint kansas anymore shit used cool aint cool anymore women pursuing want deserve dont settle aint sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah sixteen aint enough sixteen aint enough ooh yeah aw yeah eah eah eah eah eah eah breakdown breakdown mama know see know youre freaky ever wonder bout ya speaking ever ponder im get sleepy hell im gonna tell youth dont yeah hahahahah hahahah love daddy think perfect know certain know act pull back curtains think im 2pac cause im black put words know daughter might caught real merman yeah hahahah funny youre changer love go extra mile break em andre huh next level amazing +cunninlynguists,love aint faint heart start training game hard arduous youre gonna play dark like rains park youre hardly conscious stains scars enabling partly clouded logic pay impart bliss arrangements chocolates youre working strain nautilus youre willing embrace pain facing sustained negative consequence nothing say love embedded common sense really regret youve shredded promises ive tested waters kid sipped rippled pond bit visits abolished shits killing confidence filling conscience distance accomplishment miss chicks theyre around phrase lets quit isnt option best fix whatevers wrong move get cause youll catch bigger fish sea manage drown sad proud standards go notch loneliness drinks bar set high cause isnt really time shit found watch hearing bell toll twice day fearing grandfather clock cant die without trying hands tied knots knowing ill never learn brave waves stand docks love hampered thought handle prospect death massive shock intellects fuckin smack crotch cancer rots soul tosses demons road use caution know love aint nothing loss control go traces love long ago didnt work traces love long ago didnt work lovell nervous stupid shit purpose brain service words slurred blurt shit studderin utterin non sensical shit verses feeling like shirtless four breasted woman circus furthurly trying gap unfillable void parents never transfering unbillical joy girls create false world filling boys exploited guys playing heart like feelings toys theres nothing like get excited seeking provide phones talking psychics fear spend entire lives trying fight living confusing hayes like theyre grooving isaac aint end rainbow treasure chest map aint easily learnable definitions tact ride train thought demolition tracks hittin bullwhippin leavin slits back ive lucky one loving parents loving friends still spend alot life loving sin aint genius pretend cause emotion cannot comprehend love love aint basis action nation addicts pacing waiting seconds satisfaction word fashioned fits passion hand hand animalistic orgasmic reaction past isnt felt match made hell rather held latter day meld common mistakes nice intentions false love retention simply vice invention right mention fights get nightly visions tina ike revisions whats love really got prude women stool pidgeons soup kitchens truth isnt eloquent intelligent getting caught element hell irrelevant wordll fit like glove dont get right live life love stop fuck commercial tracks doin brother got eat yeah dont rap food music makes high even though stay away canibus like wyclef similar christ know gwan die show mercy get hit bricks new jerus like confucian rules spit raps totally murderous check herbs get touched nigga aint servin us cunning lynguists stunning english harry renquist best speech roll cats smoke trees slash burn techniques red fleets pulp fiction style make like fly swatters smash pests keep bodies looking like samples rorscach test fuck around get team rocked plots everything la queens locked uh huh word uh huh word yo yo check cunninlynguists know im sayin yall know mean probably dont know find like like like yo yo like like check uh huh trust make scene turn ugly hate love trust make scene turn ugly hate love make scene turn ugly trust sits bed halo crooked says shes never love takes time define well never get turning enemies benefits enemies benefits girl dreams also nightmares cause jigglin killin nightwear mean glances might share space us like lightyear phone like att facebook pretendin cus hot single friends feedin nonsense ghettos trying kill chicks accomplice black gloves black mask full lips fat ass text messaging ridiculous comments id wash mouth read contents might literally love death stairway heaven til fell steps im left pain neck shes eye candy flavor savor im part vader think saber live crazy town im married mayor sits bed halo crooked says shes never love takes time define well never get turning enemies benefits enemies benefits call lex junior rex lewis ex like six shot shooter sex ruger shes sex cougar texts bang every time sit next man get hard steel call x ray coz ex bust neck sex play get cleanest dome mean holmes never home never alone boyfriend punk rock onesie think fly pullin stunts undies kryptonite knowcryptic right im sitting back pipe getting ripped night window pane coldest rain enemy miss lois lane sits bed halo crooked says shes never love takes time define well never get turning enemies benefits enemies benefits shes devil baby blue dress im mentally redressing angel sex testing mettle yes way choose stress guess settle cause im slave huge breasts aint worth ask mind changed situation five days couldnt say certain stay deranged arrangement nailing tween breaks unwavering debates whos crazy person got fuck goggles judgement impaired like drunk kamakazes running busted kawasaki callin love doctor cause need fix chick sickening wish could quit dick mixing signals shit half time see past disastrous signs half time keep asking im happy lie blame assigned guess ill try food thought always see shape pan pie savage desire taste loving peace mind never turn bakers dozen im crumbling uh uh uh uh love bitch uh uh uh love girl smack ass light hash crush beautiful girl named jane j n e crush beautiful girl named jane j n e tried stay way playa came game got benched sense came jane cant explain deep breaths take presence found recollections connect every ounce essence love til join air love strong cant wrong share another long touch lips fingers fuck swingers cause jane keeps sane world gonna bring us make blind man see forget doctors appointment sheer enjoyment ill even risk unemployment first name changed calamity cause saw law car grabbing harrassing asking come see counselor asking questions thats plumb dumb trying steal love im constantly taking shit cause three times week wanna test relationship shit janes confused inside gone mary jane shes making love equalize gone sexy damn jane crush beautiful girl named jane j n e crush beautiful girl named jane j n e yeah spread legs jane need head change coochie hairs flame colored sweet lil red thangs riddles every area brain deep tickles mary married carries pain nope angel came one night chillin said wont change tame whos within villian said cool lets lay stars minute next know break roaches cigars done finished jane things made search soul young one shes old freak cuts slow leave right got hellafied guess needs double edged ledge cuts throats love please pleasure whatever call liesure call crutch yall hush call retha undressin loving resin upon fingertips roll fat lady sing bitch janes confused inside gone mary jane shes making love equalize gone sexy damn jane crush beautiful girl named jane j n e crush beautiful girl named jane j n e damn damn damn jane damn damn damn jane damn damn damn jane said damn damn damn jane said damn damn damn jane yo first sprinkle verse addin words rhymes flippin em verse lines imma hit em disperse rhyme venom imma split em half feelin wrath venturin parts south dirty youll want given bath itll take pathological liar deny im nice truth hurts wearin blue shirt best buy price get six guys live nice mic dont diss us fly try like im liable slice emcee bastards leaving knees fractured needin every piece teeth crafted dont front cause see past youre harmless like wolverines adamantium claws theyre retracted scenes backlit seems static well wreak havoc well beat batter keep rappin leech battle dream shatterer three nanoseconds count paces one step tonedeff youre gone sixty seconds like nicholas cage ill leave riddled basics theres need complexity beside need god next kiddin im partially bullshittin time take loss pussy lose kittens pitch shit past ya matter whos hittin dont capsize boats got crews flippin catch message needs analyzation step boysll pouring alcoholic libations flew sick knew ill puzzle doofus fuck mentally stretch physical rubiks itll take sticker rearrangement change language strange contain cant paint upon canvas gotta get mental picture begin understand anticipate defeat delete chances got heads speared lances doin burial dances im giving body language speech impediments uttered threat causes confident cats stutter step cut reputation sighs raw porn overdubs plate leftovers eat warmed thugs jaded wordsmith bleeding ghostwriters pens dry getting rappers nerves corroding dendrites thoughts connect ought step away fast seems gave cats adats way make tracks forget scare im generous kid spit society nimh indent lids indie pennant sick quick reminder pick cipher ill bus clique rikers expenses paid questions asked ill get open cut leave flesh gash cant relax man last time took breather got brought murder charges start crooked fever hey yo im fella riff im nice mr rogers sued ass copyright infringement roll henchmen switch heads wanna thugs 247 bitch kids topping shitlist producting cat bastards wantin jiggy beats wack rappers switch style tryina play beatsll maraud yo ass time day like deuce bigalows chick whenever shit people see holler thats one huge bitch shit lp rolls sourcell forced make quotables three page fold doubt im fed wack shit bombin next kid wearin abercrombie fitch jiggy rapper actin fly radios gettin pulled rotation like firestone radial kashal tee hip hop scene phatten even winners belt keeps jeans saggin seems im braggin fiends naggin next release apply expertise make em extra pleased even get vexed appeased make brother feel independent like double helix sellin well hope youre else could afford soap drop cant fuck wit yo kid look takin aint small feat aint bigfoot know heck youre facin cause reputation leaves room speculation battle want kind man bet sit urinal proven got lot tell us nimh got heart skippin beats like acapellas cryptic author writing poems tombstones celph titled nigga couldnt bring home im crib wit bitch givin slow head split pieces jesus broke bread clique raw prepared meet us kill unborn baby still couldnt de fetus dont battle rhymes id rather battle nines instead using mind id rather shatter spine closest ever came punch line waitin refreshments prom 89 im super crafty super nasty super raspy fuckin bitches super asscheeks fucking faggots dont know raw speech beat bitch whole body turn cleavage im hyperactive drink decaffinated left jab fatal leavin cats decapitated tell reverend harris pray lord aint gonna live dont believe im gonna live get much older lights peaceful stressless things used seem restless forgive please see need address havent breathless since met woman lept life reckless mothered blessed kid destined exit early guess say ive blessed best gifts reminiscing holding necklace clenched fist ha funny move sudden directions dedicated life publics protection never remarried cause loves investment besides baby girl worry would struggle blend think weightlessness interrupting senses pulsing tension carries frame rise ascension wait try escape arrive gates see figure standing guard invites pray tried gates hell im going lay walk towards figure thats extending hand move enter past gates yet im met grasp slow son theres things discuss family first let us talk vanity vanity man youre sadly mistaken either sanitys shaken youd examine patiently youd retract statement havent sinned flagrantly ive acted faithfully single father raised baby girl graciously nakedly door mothers death ignorant racial anger stress later mixed baby sweet sixteen fit within picnic scene sometimes late fix things pristine dream face fact split genes sick seed skin darkest pigment seen kicked screamed found peace distance brings mixed raced queen thoughts mama yonder went soul hate growed ponders life less trife white wife instance yalls differences slice slice oh race daughters love flies blind couldnt take making mistakes crushed life im dumbstruck baseless allegations ive saved many lives creeds paint racist ive endangered safety save babies blazes black white latino even asian occasion dare question motivation need second guess aim famous lord knows youve left behind scorched souls black children left chilling later found burnt whole sadly glorys come urgently sentenced fight fires eternity time like shit light ya wrist real niggas keep pleadin 5th concealed dealings heat mist jungle simians pull semis plenty league chimps im real bananas clips fail gangstas pimps tryna prevail quick money attempts couple hits nigga thinkin rich headstrong dead wrong perhaps playin scenes mind fiend relapse eyes rolled back head relaxed money feeds js feet cool feet famished walkin school wood heels smokin kill hooligan crew talkin slick fiends even robbin niggas lucky rappin happen cause oh lo behold could happen beat goes feel lows imperial rock imperial roll politics pushin potent potion one toke bet got open peep prescribe smokers give em proper dosage gary boy dreams like michael see ocean local til white boy joseph put different coasts left dead dog could push pussy pigs sonic hedgehog crackers wanna profit topics mockin yo im small town called bitch see im yo pockets niggas rock let dry trap traffic train hoes poppin p 95 polices plain clothes ghetto infested felons whether fuzz thugs surveillance got letter feds mail say im connected niggas thats sellin yayo share information youll sharin cell lock swallow key throw jail never tell im gangsta beat goes feel lows imperial rock imperial roll one two masta ace cunninlynguists get seasons seasons hip hop gonna start spring back past happening fast glorified coke smoking crack glass b boys danced latest jam could say man greatest fan shoelaces fat rappers faces black light brown box right sound needed blast must move proved youre hard like l krush groove songs started drop aint nobody start top preme learned art chop way sps mpcs long cds mp3s game started bloom blossom masters ready cermony like groom costume growth rain previous years took notes heard devious ears yeah summers heatwaves ascended splendid manner green flooding scene although skin tanner fuck police jumpin radio scanners hot shade wet paint canvas fuck vanilla ice cones cubes amerikkas wanted chronic left coast talent pools full fresh swimming backstrokin dark sides illmatic beginnings lemonade stands would make street platinum 2 live florida crews caught heat rappin free speech pollination kept bees colonizing hives stung delores tucker right pride tribes ocean splash rising tide strictly 4 niggas ready die ride wish summers vibe couldve lasted forever bad change weather shit beautiful seasons change mad things rearrange play winter play summer play autumn order trees bright green turn yellow brown autumn caught em see leaves must fall verse 3 east vs west winds blew causing two legends fall like maple leaves escalated beef assumed worst til cats started wearing shiny costumes like 31st october weathers colder word jacketjack peoples styles covered backs tactics skill impaired limit theyll green scarce thanksgiving know others get jerked loot cause getting signed aint turkey shoot respect pilgrims paved way could rock pop crap plymouth rock rap beyond gimmicks fake plastic tits outkast raekwon dropped fall classic discs born roll im taking back school days autumn bottom dropped 2k dawn new millennium saw bright chains winter brought along platinum causing ice age gold yo mtv raps got rb cats stealing classic rap tracks winter snowed like temperatures ten citizens open shows snowmen scrawny boys rock bubblegooses pose like grown men catch freezer burn women show skin jolly fat white men get paid rap hits shelves artists get treated like elves matter fact santas gotten greedy rapper sells even need clearance sample jingle bells hell need cells 2 ways chicks bone ya much ice ya body get pneumonia even beaches daytona gotten colder time cycle start gon start oh yeah time come castle keep clean sell castle keep clean sell castle keep clean sell castle keep sleep said fuck sobriety death worker bees thirteen circles ive stepped eternity burning purple stressed murder spree self inflicted dont get twisted knives back elliott smith rides background melodies fit mixed misfits fix hurt lips kiss press dirt french kiss vixens distant cursed burned bridges occurred scriptin words word ill chisel verse lie filled halls ive lived searched im still lost head catacombs cause build walls like im edgar allan poe ive killed every damsel know castles keep castles know castle keep clean sell castle keep clean sell castle keep clean sell castle keep sleep im spirits dark laying moonlight laughing stranger like saved doomed life pop couple percs perk anonymity trapped within curse created energy path rehearse cycle repeat life like lion im dying feet roll another sweet check muted treo ive seen plot busy caught b roll eye keyhole scared turn knob go instead blend mob memory banks thing tend rob every time phone lob im dodge hard boulevard cliches type bullshit im feeding self days corrosion relays one thing mirrors chose imp new clothes exposed castle keep clean sell castle keep clean sell castle keep clean sell castle keep sleep mow dead lawn aim alpha ten claws deck halls valhalla man receptacle crest fallen matter never tempered pressed patterns wont die instead palpitation plasma pumping disenchanting anecdotes antiquated data em get headaches climb stomach extremities public flood shadow puppetry something air got tiny pool energy becoming self aware recognizing family alphanumeric characters scenery deities unassuming avatars close encounters exacerbate condition classy bastion classic misdirection tune casio adventures rest barely form god damn sentence castle keep clean sell castle keep clean sell castle keep clean sell castle keep sleep see stars cheadle black chips dips reacts folding pressure aint get us hopes lost battle get back fact dark times heroes shine without sour grapes would wine let ego dine adversity breakfast zero pride settling less fighting tooth nail matter prevails instead wishing star grab comet tail ship aint coming got make sail catch wind make sail hit ground runnin til ya heartbeat sound like battle drum thumpin talking bout failure aint talkin bout nothin may weather storm dont stop punchin reach stars might touch em stars shine stars shine think youve lost way making brighter day brighter day stars shine stars shine coming light way making brighter day brighter day moneys funny change strange days aint sunny sea aint tame playing games rules aint clearly defined coffee black world knee deep grind vine shade salmon stream try lookin stars examining dreams could go street singers pop figures block niggas brotha followin stock tickers grow night gotta create light gotta gamma ray burst erase sight astronomer seen incredible gleam dont need telescope detect dream blessed mind see space dark nights stars find face look marvel constellations egyptians built pyramids creations stars shine youre back back stars shine youre back back stars shine youre back back light light stars shine youre back back stars shine youre back back stars shine youre back back light light light odds grain sun becomes shelter midst rain monsoon proportions moments importance victorys vain blood coursing course selfishness inside provides poison apply life let sink like ointment poised black clouds come round dont back let haters theme music playin background +ti,woah yeah man tip motherfucker nigga max racks count six shots bustin bando nigga jewelry real metal like opener went rags riches feature tip went smart card bitch smart lips fn make hip limp im goin fishin little bitty shrimp dimps bank roll got big dip gon bring big ship quite trill quiktrip got thugs alley know tip wanna good day smoke way weed guy la damn ill hold birds til next may never let em fly away heard hey buddy listen nigga tip say hey aint money dont blowin nigga aint gettin aint money aint use ringin line stop wastin time aint money nah cant even hear say aint finna shit aint money bitch miss bitch nigga miss turn pack 11 pack 11 ayy im ridin gator shoes giuseppe ooh im slime like reverend shoot reverend ayy pants grocery store stuffed lettuce ayy try make extras tell bitches hey bout time pay ima bail bitches ayy ayy ayy ayy think neighborhood standin corner store pocket full dough ill damned nigga wife hood ho learned ugk back pocket full stones put money could buck hard 4 playin ima send em car door watch flooded shit sick got parvo im doin black yellow free hardo head honcho nigga tonto nigga im quick put bricks bronco nigga niggas talk shit well dont respond nigga murder dough convo nigga aint money dont blowin nigga aint gettin aint money aint use ringin line stop wastin time aint money nah cant even hear say aint finna shit aint money bitch miss bitch nigga miss turn pack 11 pack 11 ayy im ridin gator shoes giuseppe ooh im slime like reverend shoot reverend ayy pants grocery store stuffed lettuce ayy try make extras tell bitches hey bout time pay ima bail bitches ayy think neighborhood standin trap slangin good blow 80s babies used slang crack buy stolen car bang ak ever took loss better bring back catch witcha betcha gon blow brains bout ba bow ayy know better best behavior addressin bye gones dont let em niggas disrespect ima catch felony real listen get paid interested shit say aint money dont blowin nigga aint gettin aint money aint use ringin line stop wastin time aint money nah cant even hear say aint finna shit aint money bitch miss bitch nigga miss turn pack 11 pack 11 ayy im ridin gator shoes giuseppe ooh im slime like reverend shoot reverend ayy pants grocery store stuffed lettuce ayy try make extras tell bitches hey bout time pay ima bail bitches ayy ayy ayy ayy think neighborhood standin corner store pocket full dough ill damned nigga wife hood ho learned ugk back pocket full stones nigga ayy apartment long time ago knew bad bitch kinda slow still gave us let finger fuck school bus used cut school run train wanted hang us wanted one thang penetratin throat dawg choked like smoke dawg whenever fucked dice game go see shell give enough buy quarter ounce blow blunt reefer used buy nigga new sneakers pay bill beeper page put 69 know time go freak one day asked always give ass mean damn hoes get paid get laid shit dont add said tip wanna feel love even know aint real love even know nigga finna hit never call back still fuck thats fucked trill need somethin go steal trap hot police ride nigga guess go chill bout four years held dope four pounds til go remember shawty stayed wont say name cause married lights go im bed think madness head things back im bed think memories ive things back would always turn heads shed fall would always make moves boss never gave nigga time day chick niggas tried talk came thing kicked roll weed wed cut class post cut steady watchin see police comin got close time right around time first got signed come think bout 17 aint even license couldnt even drive goin back forth flight another show show night became suspicious bitches shed go phone wed fight talk torn two wasnt really much could wasnt really much space us stayed every tour seen guess one night huh one night yeah little chick caught eye told hurry meet room didnt contraceptive common sense neglected two months later next thing know got text said im pregnant almost bet kept thats reason left top wasnt even mine went got paternity tested damn lights go im bed think madness head things back im bed think memories ive things back wait hol big ol thighs school jay 305 gave high five said im hot pursuit said wont ride kendrick drive new monte carlo cruise shot pride tried improv freestyle never lookin nigga tallest fetti overlookin every nigga aint quite ready make rain like im break levee hol pussy petty yeah nails hair cell phone selfish got numbers come hummer new prima donna smelt tried make mine ho tried make time ho aint got time patience stop wait line ho dreams holds versace fall armani deal rich niggas fuck mick romney im grown im im po oppin change phone get home got options fast forward wait big ol thighs school three kids three baby daddies car note thats overdue know lights go im bed think madness head things back im bed think memories ive things back fuck bad bitches dont want mediocre ho dont want mediocre dont want mediocre bad bitches aint mediocre ho dont want mediocre wont hit mediocre yeah bad bitch stuntin mediocre hoes mediocre stunt mediocre 7 bitches aint none mediocre head toes far mediocre right hand air solemnly swear never fuck bitch dont hair wont get dick bush girl see nothing pussy look hey come fuck nigga better call ask doin tell better yeah im kicked back four pieces like kit kat fucking aint dime forget pretty face fat ass dont one well think ill pass handed keys new drop jag took took back shoulda asked benz thats mediocre bitch fuck bad bitches dont want mediocre ho dont want mediocre dont want mediocre bad bitches aint mediocre ho dont want mediocre wont hit mediocre yeah bad bitch stuntin mediocre hoes mediocre stunt mediocre 7 bitches aint none mediocre head toes far mediocre heard want lay iggy iggy gave twice want 3 mike bibby diva need bad boy rest peace whitney pardon dont think none bitches fucking want billboard bitch stop running place heels saying gimme 6 inches space courtside designer frames cover face everybody game wanna get em taste im still grand hustle first lady fuck pay bet wont go 12 rounds million dollar baby change life quick stop playing aint talking money saying iggs fuck bad bitches dont want mediocre ho dont want mediocre dont want mediocre bad bitches aint mediocre ho dont want mediocre wont hit mediocre yeah bad bitch stuntin mediocre hoes mediocre stunt mediocre 7 bitches aint none mediocre head toes far mediocre im brazil bitch catch mansion hills bitch get tennis shoes throw heels bitch im type nigga split mil bitch hold bad though trying find someone better last ho take castle drown cash flow say dick little fit asshole told cant ride shit cab go said got dumb dick wanna tutor give brain getting head scooter sex beach bermuda cuba done fucked lot dimes im looking cuter bitch shit say got sit aint around give damn super thick pretty face menage veinte 20 time wanna get ya rent paid fuck bad bitches dont want mediocre ho dont want mediocre dont want mediocre bad bitches aint mediocre ho dont want mediocre wont hit mediocre yeah bad bitch stuntin mediocre hoes mediocre stunt mediocre 7 bitches aint none mediocre head toes far mediocre dont really care call long dont call broke bet knew soon saw goodnight thats wrote streets like cold chicago aint nothin new seen still ball like tomorrow goodnight thats wrote wrote wrote said thats wrote wrote wrote goodnight thats wrote stupid go knowin everybody knowin im sewin game destroyin like hate eventually see cant beat join others sworn oath banished left completely scorned tell lies get cut nigga kick rocks never blend big shots fast track aint need pit stops laugh nigga wishin hot guess mad huh really pissed better pissed im jetsons flintstones catch end zone high steppin prime time thought niggas known aint blockin shine like new air yeezys see nighttime get rich livin life check check recitin rhymes call want wanna hate nice time get stupid paper hey dough aint right mind dont really care call long dont call broke bet knew soon saw goodnight thats wrote streets like cold chicago aint nothin new seen still ball like tomorrow goodnight thats wrote youre starin straight barrel hate terrible fate even slim chance make narrow escape cupid shot arrow missed wait sarah youre late train left mascara eggs smear face nights goodbye ho thought told ya spilled nut aint nothin cry never shoulda came within range rover shoulda known trouble soon rolled chick whos dumb enough blindfold still come back crib must want mess mind hold mistook high roller wont buy soda unless rock rye cola buy bag fritos wouldnt let eat fucking chip shoulder bleach hair wouldnt die ya tryna pull five bucks like tryna pull five molars youll get eyes swolled im straight grizzly would buy gay ass teddy bear bitch youre already bi polar dont really care call even call cold bitches knew soon saw never theyll get privilege know roll like desperado never know im gonna go still ball like theres tomorrow thats wrote credit roll curtain close movie dont get mad go blame chick wrote shit yeah life sure bitch know im rich give want throw dick go kick shit give damn got pourin pesos euros yen ah ha im paid never gon broke see posted anything wearin chain never gon see totin anything gon see bang nice kick hate never get visit yeah im another level niggas still cant get fore finish sorry bro end wont give satisfaction givin business yeah guess life bitch aint tip one thinks shit shirt back wouldnt give dirt handkerchief im givin hoes dose medicine let em get good taste im sure got relationship memo case didnt ima stick whole pad full sticky notes forehead staple life short got time sit around wastin pace shit little bit quicker clock im racin double timing still spit triple amount insults tenth time may take pricks catch strong arm im like stretch armstrong man still say k marts like theres apostrophe dawg say mcdonalds isnt restaurant well guess im wrong youre gonna tell aw aint spot best hot dogs get f dawg throne remain alone lane im strong king gone fore came dont wanna hang slap five rap guys wanna sabotage hustle shawty thats dont really care call even call cold bet knew soon saw goodnight thats wrote roll like desperado never know im gonna go still ball like theres tomorrow goodnight thats wrote wrote wrote said thats wrote wrote wrote goodnight thats wrote miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha ay special whats happenin soldiers iraq erybody right need thankful life got yknowmsayin stop lookin aint got start bein thankful got lets give em baby girl hey youre gonna shinin star fancy clothes fancy cars youll see youre gonna go far cause everyone knows ya live life steady chasin paper live life aint got time haters live life tellin itll take ya live life cause im paper chaser livin life life life life livin life life life life livin life hey never mind haters say ignore em til fade away amazing ungrateful game gave away safe say paved way cats get paid today youd still wastin days away never saved day consider protege homage think pay instead bein gracious violate major way never hater still love em crazy way say sold yay know couldnt get work labor day aint black white area shade gray im westside anyway even left today stayed away move away make way move away cause afraid brought back hood ever take away pray patience make wanna melt face away like made em spray could make em put ks away thuggin life cant say dont deserve take break youd rather see catch case watch future fade away youre gonna shinin star fancy clothes fancy car ars youll see youre gonna go far cause everyone knows ya live life steady chasin paper live life aint got time haters live life tellin itll take ya live life cause im paper chaser livin life life life life livin life life life life livin life im opposite moderate immaculately polished spirit hustler swagger college kid allergic counterfeit impartial politics articulate still ill grab nigga collar quick whoever havin problems record sales holler tip dont work else fails turn around follow tip got love game ay im love could without fame rappers nowadays comedy hootin hollerin back forth arguin know make kind car seems though lost sight whats important depositin checks bank account poverty values disarray prioritizin horribly unhappy riches cause youre piss poor morally ignorin prior advice forewarnin mighty full sudden arent youre gonna shinin star fancy clothes fancy cars youll see youre gonna go far cause everyone knows ya live life steady chasin paper live life aint got time haters live life tellin itll take ya live life cause im paper chaser livin life life life life livin life life life life livin life got everybody watchin come walk shoes see way im livin really want got mind money im goin awayyyyyyy keep gettin paper keep climbin look mirror keep shinin game ends til clock stop gon post top spot livin life life windmill city got whole team life life wanna im livin life life never lose im livin life life ill never stop miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha miya hee miya ho miya hu miya ha ha live life cup runneth pinot grigio hol bogus lambo aint lifting door bogus poppin pills aint pickin ho bogus running kids nigga grow gods sake like wedding cutting large cake large stakes let hammer bang broad day ayy never mind blogs say mind heart say philosophy profit properties get flip got rich broke shit obsolete possibly rocker watch watching sophisticated psychotic fly pilot officially solid wish could get got unlimited titanium nigga whats wallet gladiator college made summa cum laude clowns couldnt got cap gown bought parlay saudis buying crude oil diamonds hustle january july fly dubai broke nigga telling bout im dividing pies like blind nigga telling eye eye bullheaded stubborn ill way til die find nigga hustle dare try according hand audemars time shine fuck yall sorry sorry sorry sorry fact cant please everybody cant please everybody sorry sorry grew gutter life motherfucker guess thats dont trust motherfucker seen nigga snitch mom shoot brother go prison love bitch nigga fuck seen real gs destroyed real suckers innocent ladies raped defenseless babies abducted horrible truth see nothing numb heart grow colder pacify pain chain rover fuck justify action stacking dough show brick cocaine baking soda enough blow nigga hold switch flow cause niggas snitching much promise missings badge coffee donut go jail never see integrity perish aint harris way study pedigree promise im one ones keep hundred prolly think get cant convince large money fame plant seeds envy make partners resent enough come get catch slipping hit like 50 cause im position think given listen dawg fact matter im narrow path cant travel sorry sorry sorry sorry fact cant please everybody cant please everybody sorry sorry aint even gotta live learned apartments way exciting big ass house hill used way better writer rapper used want black karmann ghia nigga speeding porsche feeling like im going course cut fuck niggas negative life scream til im hoarse duck get fuck projectiles bitch aint really got choice im living life live dont even like rapping fast thats world come talk sideways nigga thats ass slow shit thatll make call mama say hey im sorry begging clothes couldnt afford type shit thatll make call rap partner say im sorry im awkward fault fuckin tours hated attention ran fuck hope aint lose fans im grown ass kid know aint never cared damn money try hard stars dodge comments shit thatll make call baby mama gone half pill dont know thats take flight back crib yall make love like college kids say shit gon better try shit round time dope wear feel stupid feel lost thats dopamine mean dope mean think cupid done worn waiting hallway arms crossed baby boy face full applesauce maybe stayed aint yo fault much pressure peel im sorry young choose rest world might offer shit would well id probly differently second chance cool ass older man wouldve let know advance theres quarry dug deep fathers chest feel hes broken nest figures shit best could end worst could pussy nigga internet say verse aint good boring boring really hahahaha im disgusted world hardly breathe told many lies dont know believe discussed girl said said lay baby baby rest weary head ugh lovely distraction mind dont wanna rest body disagree laid breast yes ooooh fucking fine woke next morning new purpose mind ooooh pulls ponytail knows body well huh sorry sorry ayy let kick right quick man gangsta shit man real shit anybody done thing im sure feel way big phil pimpin ohh ive travelin road long tryin find way back home old dead gone dead gone ohh ive travelin road long tryin find way back home old dead gone dead gone hey ever one days wish woulda stayed home run group niggas gettin hate walk get wrong reply shit get blown way outta proportion way past discussion pick one rush figure get jumped hell thats nothin dont wanna stop bustin gushin ambulance rushin hospital bad concussion plus hit four times bullet hit yo spine paralyzed waist youre wheelchair bound never mind lucky alive think started fussin three guys pride way pride way could fuck around get shot die day niggas die everyday bullshit dope money dice game ordinary hood shit could cause hip hop music ones good sense use usually niggas dont know back wall start shootin red blue blow guess bankhead yo projects stress im straight get take time think make mistakes familys sake part left yesterday heart strong today regrets im blessed say old dead gone away ohh ive travelin road long tryin find way back home old dead gone dead gone ohh ive travelin road long tryin find way back home old dead gone dead gone hey aint never scared lived tragic situation coulda dead lookin back shit didnt even happen dont think trappin apartments hangin smokin rappin niggas start shit next thing know cappin get locked didnt even get mad think damn life shit look back laugh shit still look back get sad maybe homeboy still around hit nigga mouth time fight lost war still see nigga walkin door whoda thought id never see philant got enough dead homies dont want cost nigga jaw cost ida took ass whoopin sure think risk life take chances get stripes nigga put hands alright otherwise stand talk shit night cause hit sue shoot get locked stress im straight get take time think make mistakes familys sake part left yesterday heart strong today regrets im blessed say old dead gone away ohh ive travelin road long tryin find way back home old dead gone dead gone ohh ive travelin road long tryin find way back home old dead gone dead gone hey turn head east dont see nobody side turn head west still nobody sight turn head north swallow pill call pride old dead gone new alright turn head east dont see nobody side turn head west still nobody sight turn head north swallow pill call pride old dead gone new alright cause ohh ive travelin road long tryin find way back home old dead gone dead gone ohh ive travelin road long tryin find way back home old dead gone dead gone hey aye jim know ol sugar daddies trickin tell girls said could whatever like said could whatever like yeah stacks deck patron ice pop bottles night baby could whatever like said could whatever like yeah late night sex wet tight gas jet tonight baby could go wherever like said could go wherever like yeah anytime want pick telephone know aint nothin drop couple stacks want could get dear five million dollar home drop bentleys swear yeah want yo body need yo body long got wont need nobody want got go get ill buy tell broke nigga quiet stacks deck patron ice pop bottles night baby could whatever like said could whatever like yeah late night sex wet tight gas jet tonight baby could go wherever like said could go wherever like yeah shawty hottest love way drop good swore went college hundred karat deposit vacations tropics cause erybody know aint trickin got need never ever gotta go yo wallet long got rubberband banks pocket five six rides rims body kit aint gotta downgrade get get chick could want go store bag want aint never man like buy anything heart desire like yeah want yo body need yo body long got wont need nobody want got go get ill buy tell broke nigga quiet stacks deck patron ice pop bottles night baby could whatever like said could whatever like yeah late night sex wet tight gas jet tonight baby could go wherever like said could go wherever like yeah im talkin big boy rides big boy ice let put big boy yo life fresh look nice let put big boy yo life thats right want yo body need yo body long got wont need nobody want got go get ill buy tell broke nigga quiet stacks deck patron ice pop bottles night baby could whatever like said could whatever like yeah late night sex wet tight gas jet tonight baby could go wherever like said could go wherever like yeah gotta grind wont stop hustle wont quit shine like shit got high price lifestyle super bad bitch want bet got dont gotta go get stay business ball till fall floss im finished go get stay business im living kill stacking millions ceiling every day ground wanna ball put money bitches put hustle louis drawers louis vuitton kicks got mad hatter swagger bitch im stupid dumb sick group young bitches theyre stupid dumb thick im marathon man run shit sophisticated convict superficial still official multi million dollar shit money object hot shit bitch got sauna arm six figure diamond richard mille vacheron talk got im upper echelon though bitch im bout action could go convo done dream bout got dream bitch dream house lean passing beans bad crew whole team high go boy get seen bro know know stacking dough thats see g g e gotta grind wont stop hustle wont quit shine like shit got high price lifestyle super bad bitch want bet got dont gotta go get stay business ball til fall floss im finished go get stay business im living kill stacking millions ceiling live life fuck late night get shitfaced take flight get paid sick days outfits switch blade dont sniff yay blow dro bank roll loco still ride fo fo dont let p know bad white bitch super thick im ice coco got another bitch bitches ass fat face paper trail phone call emails photos backshot fat butt low blow headbutts slow mo purple label polo akoo thats man striver row denim new margiela shoes man cool parle margharita molly strongest pack around bumpin sade maui menagin hobby kick kick know envy im living chicks cant resist pimping get million bout business bro know know stacking dough thats see g g e gotta grind wont stop hustle wont quit shine like shit got high price lifestyle super bad bitch want bet got dont gotta go get stay business ball till fall floss im finished go get stay business im living kill stacking millions ceiling okay walk bitch ballin bitch hoppin lambos ferraris bitch poppin bottles thick red super model bitch may talk lot cant lot ayy rico told turn lights grab audemar threw ice im big dawg got em pissed lot niggas rapping aint none raw like ay look ti ballin vi bunch bad bitches looking like aaliyah pull hop go show buy whole bar pop bottles go hard club packed club packed hoes drunk club packed hoes drunk club packed hoes drunk got bottle got model got molly got blunt ball ball ball ball ball ball ball ball ball ball ball ball got bottle got model got molly got blunt club full bad bitches came play okay must ass cause aint face looking bottles stacks girl make way section girl okay wanna kick nigga meal ticket broke niggas looking mad gotta deal get right ho roll dice ho aint gotta dyke cause like hoes every day spent behind wall big ride fly stunt shine ball got bunch money come get bucket full bottles bust open wanna get drunk club packed hoes drunk club packed hoes drunk club packed hoes drunk got bottle got model got molly got blunt ball ball ball ball ball ball ball ball ball ball ball ball got bottle got model got molly got blunt ball aint nigga like young money nigga pop pussy like gun pull trigger shake ass like salt shaker keep l lit like elevator bitch shake like dog hop like frog ride like horse throw dick like darts drink muddy flag bloody im killin hoes like nigga ted bundy im good looking rapper aint tryna stunt ima fire blunt like donald trump ho ho nigga stick key ya back door tunechi club packed hoes drunk club packed hoes drunk club packed hoes drunk got bottle got model got molly got blunt ball ya thing slow motion like soulja slim come around wipe like boosie back thang show love really much bring couple buddies every day thang big stones chains let drill mouth novacaine broke niggas told ya thangs could get ya g4 show ya thangs like women fat ass pretty toes thangs long hair dont care long none manicured fun take whatever club throw money air club packed club packed hoes drunk club packed hoes drunk club packed hoes drunk got bottle got model got molly got blunt young mula baby ball ball ball ball ball ball ball ball ball ball ball ball got bottle got model got molly got blunt ball +j cole,first things first rest peace uncle phil real father ever knew get bitch pregnant ima better prophecies made way back ville fulfilled listen even back broke team ill martin luther king woulda dreamville talk nigga one time la sisters one time la hoes lame niggas cant tell difference one time nigga know dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved role models im right role models speak searchin memory memory couldnt find one last night gettin feet rubbed baddest bitch trina swear god bitchll make call girl tell hey whats good sorry im never comin home ima stay good hang phone proceed lay wood came fast like 9 1 1 white neighborhoods aint got shame bout think im spoiled im rich cause bitch got defensive said nah without thought back back better b list celebrity fore started callin bitches bitches heavily back could get platinum plaque without melody wadnt sweatin one time la sisters one time la hoes lame niggas cant tell difference one time nigga know dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved want real love dark skinned aunt viv love jada love leave toothbrush crib love aint gotta wonder whether thats kid love nigga dont want bitch reality shows touch reality hoes hollywood bringin back five six hoes fuck em kick em nigga know go deserved bird bird trap think didnt rap would flirt back takin skirt let wear shirt fore leave ima need shirt back one time la sisters one time la hoes lame niggas cant tell difference one time nigga know dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved theres old saying tennessee know texas probably tennessee says fool shame shame fool cant get fooled fool one time shame fool twice cant put blame fool three times fuck peace sign load chopper let rain fool one time shame fool twice cant put blame fool three times fuck peace sign load chopper let rain regret young lisa bonet regret young nia long im left hoes reality shows hand script bitch prolly couldnt read along regret young sade adu regret could never take aaliyah home im left hoes greystone stale face cause know song shallow pussy deep shallow shallow shallow pussy deep shallow shallow shallow pussy deep shallow shallow shallow pussy deep shallow shallow dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved dont save dont wanna saved got night im singin love songs got night constant drinkin love songs got night love songs got night drownin love songs got night im singin love songs got night constant drinkin love songs got night love songs got open night got open night hey okay back sleeping mama crib even back mohammed crib paying seventeen hundred rent money well spent heater nigga made heat may vent thing ya even wrote song dreams ya cause dreams ya thoughts ring ya childish shit know child shit anonymous flowers sent know coward shit nigga signed hov took power trip back home im grown citys throne huh clubs used get tossed life got kriss krossd totally crossed cause im bitch im totally bossed old chicks crying cause know lost im still im still drink spill feel im sayin would believe said im love baby want want would believe said im love baby want ya got night im singin love songs got night well got longest crush ever ever get fuck itd longest bust ever love drug like strongest stuff ever fuck im one feel power trip got want nigga wifeing club man homies gon disown nigga like give twenty dollars dollars ass stupid get college college im city im wonderin youre home went found man im hopin youre alone cant help feeling like dropped ball cliche used pop mall day typically kick game like east bay got nigga freeze framed yelling please play petes sake homie pull together fuck one time forever would believe said im love baby want want would believe said im love baby want ya yeah got night im singin love songs got night got night im singin love songs got night constant drinkin love songs got night love songs got night drownin love songs got night im singin love songs got night constant drinkin love songs got night love songs got open night got open night hey back sleeping mama crib space bar tap cole cole world yeah let take yall back man well wadnt nuttin like man wadnt nuttin like first time math class long hair brown skin fat ass sat beside used laugh mad jokes teacher always got mad passed notes started innocent vibe nigga started diggin uh youngin straight crushin tryna play shit cool nigga couldnt wait get school cause seen thighs hips lips got daydreamin man im thinkin rides sits licks make hard stand time goes attractions gettin deep wet dreamin thinkin im smashin im sleepin want bad aint never obsessed wrote note said ever sex damn aint never aint never aint never aint never aint never aint never aint never aint never wrote back said course sex knowin frontin said im like pro baby knowin stuntin told truth knew id get played son hadnt pussy since day came one dont know done wrote back told oh pro homie well want show mama gone weekend saturday baby get freakin thats heart start racin body start sweatin baby done woke lil man im thinkin body look naked layin bed teacher please dont make stand wrote back like yeah baby sound like plan still tryna play cool sound like man scared death nigga stomach turnin talkin shit knowin damn well virgin fuck aint never aint never aint never aint never aint never aint never aint never aint never yeah know feelin know finna bone first time im hopin wont notice first time im hopin shit big enough fuck wit im prayin god dont let bust quick im watchin pornos tryna see stroke right practice puttin condoms go right im crib nigga palms sweatin pocket full rubbers erection thats hands start touchin face start blushin nigga roll top get pants unbuckled hands start rubbin ooh girl dont stop time action pull condoms real smooth yeah practiced right put flinched grabbed said wanna get somethin mental tell youre pro baby gentle cause cause aint never aint never aint never aint never aint never aint never aint never aint never even though way way way way way way one tryna keep way like sun know know find way back round tell fix grill cause got money aint gon sit around front like aint thought perfect smile appealing funny shit crooked look far done got without keep twisted grill show kids real aint picture perfect worth picture still got smart got rich got bitches still look like eyebrows thick hell love girl nobody though woman dont know deal pressure look impressive go heels feel killin find man thatll kill wake put makeup stare mirror clear cant face whats wrong need fix god already put paintbrush roommate yelling gotta take long like crooked smile even though way way way way way way one tryna keep way like sun know know find way back round women flaws know hard darling wonder youre lonely mans calling keep falling victim cause youre insecure tell youre beautiful cant sure cause dont seem want back got askin see lackin packin take man loves got baby girl star dont let em tell youre real eyebrows fingernails hair real girl dont care cause whats real somethin eyes cant see hands cant touch broads cant thats never let em see frown need friend pick ill around ride windows music loud tell aint laughed wanna see crooked smile even though way way way way way way one tryna keep way like sun know know find way back round got crooked smile style em back round crooked smile style em one tryna keep way like sun know know find way back round dont look nothin like people screen know movie stars picture perfect beauty queens got dreams got right chase em look nation thats crooked smile braces couldnt even straighten seem like half race either probation jail wonder inhale cause hell already ask skin pale would sell like eminem adele one time ville fuck beef shit nigga lets make mil hey officer man dont want nobody gettin killed open cell let brother outta jail got money bail well askin tell ayy hell nah aint snitchin cause man get niggas stitches around wouldnt need witness like crooked smile even though way way way way way way one tryna keep way like sun know know find way back round got crooked smile style em back round crooked smile style em one tryna keep way like sun know know find way back round la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la la way way way way way way one tryna keep way like sun know know find way back round back round one tryna keep way like sun know know find way back round back round one tryna keep way like sun know know find way back round round good minus niggas countin im countin bullets im loadin clips im writin names im makin list im checkin twice im gettin em hit real ones dyin fake ones lit game balance im back shit bentley dirty sneakers dirty thats like dick im bag hard get snort powder might take sip might hit blunt im liable trip aint poppin pill wish roll fiends love em death got mil rich good bread niggas broke good first class niggas cant sit thats next mission thats cant quit like lebron get niggas chips put rollie right back wrist watch came drizzy gave gift back rap game prayin id diss act like two legends cannot coexist id never beef nigga nothin smoke rapper gon legit wont clout wont fame wont cause shit aint sellin wont sell latest lil sneakers wont cause nigga slid lane everything grows destined change love lil niggas im glad came hope scrape every dollar hope know money wont erase pain ogs im thankin watchin pavin ground copied cadence mirrored style studied greats im greatest right fuck feel aint got choice aint promo still made noise year gon different set intentions promise slap hate voice niggas countin im countin bullets im loadin clips im writin names im makin list im checkin twice im gettin em hit real ones dyin fake ones lit game balance im back shit bentley dirty sneakers dirty thats like dick poured somethin cup ive wantin somethin feel promise never lettin money palm dont make real foot neck got em stuck ima give em somethin feel aint bout squad dont give fuck pistol hand dont make real im dead middle two generations im little bro big bro left lab young 21 savage im bout go meet jigga lunch long talk young nigga kodak reminded young niggas ville straight projects fakin honest wish guidance real many niggas cycle jail spending birthdays inside cell coming long bloodline trauma raised mamas lord gotta heal hurting sisters babies well killing brothers poisoned well distorted self image set fail ima make sure real gon prevail nigga poured somethin cup ive wantin somethin feel promise never lettin money palm dont make real foot neck got em stuck ima give em somethin feel aint bout squad dont give fuck pistol hand dont make real money palm dont make real pistol hand dont make real money palm dont make real huh ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want sometimes worry bout things provide ya whenever around seem come alive ya finally recognize feelings thats inside ya although know man trust would die ya quiet thoughts going years saw party soft lips soft spoken came talked homie interfered introduced girl heartbroken people talk love first sight shit keep real dont know whether believe true tell im wrong right fell love ever even knew catch eye look away never happened times feel though im caught strange dream eyes could talk mines would tell ya im feeling sometimes swear eyes telling thing fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams club jumping dont stop top know go til 2 oclock put yo motherfuckin hood weekend drop back ass bitches get freaking last call bar ladies get drink nigga get balls aint telling gonna see bitch tomorrow stop holding wall waiting right song better holla cause know bout cut lights put number im staring afar im wondering bout like cause star type snort white lines mean type light night time heard got man right mind letting house alone tell house home club looking like zone discreet pull phone put number text nigga man leave unattended scale 1 10 girls hundred want question know destiny well though sin lord blessing still every saint got past every sinner got future every loser gotta win every winner gotta lose someday say matter time way would mine fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams fuck small town niggas got bigger dreams club jumping dont stop top know go til 2 oclock put yo motherfuckin hood weekend drop back ass bitches get freaking last call bar ladies get drink nigga get balls aint telling gonna see bitch tomorrow stop holding wall waiting right song better holla cause know bout cut lights know made darling dont wait cause see promised land cant promising know made darling dont wait cause see promised land cant promising ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want ayy put finger sky want nigga ayy put two fingers sky want huh love huh love thing thing life thats better thing life thats better thing life thats better thing thing heart beatin fast let nigga know alive fake niggas mad snakes snakes grass let nigga know arrived dont sleepin level cause beauty struggle nigga goes yall beauty struggle nigga let explain yeah beauty struggle ugliness success hear words listen signal distress grew city know sometimes less compared niggas block man blessed life cant fairytale upon time goddamned nigga dont tryin tell momma please drinkin time pain brought still linger mind cause pain still lingers mine road riches listen youll find good news nigga came long way bad news nigga went wrong way think broke better thing life thats better thing life thats better thing life thats better thing thing whats money without happiness hard times without people love though im sure whats bout happen next ask strength lord cause strong far feel grip loosenin quick somethin lose good get back use good touch people like im tired livin demons cause always invitin think broke better dont mean phrase disrespect niggas livin debt cashin minimal checks turn tv see nigga rolex fantasize life stress mean shit sincerely nigga shoes livin nothin lose hope one day hear always gon bigger house somewhere nigga feel long people motherfucker love dearly always gon whip thats better one got always gon clothes thats fresher ones rock always gon bitch thats badder tours aint never gon happy til love thing life thats better thing life thats better thing life thats better thing thing heart beatin fast let nigga know alive fake niggas mad snakes snakes grass let nigga know arrived hollywood cole go ayy hollywood ayy hollywood cole go nigga done went hollywood wanna know im well let tell bout put city map let tell bout tryna say cant come back ayy let tell bout man fuck niggas come back ayy let tell bout wanna tell bout hands everybody run cole outside say got gun niggas like man thats everybody said go pop trunk everybody dead everybody scared nigga aware nigga better bitches pick litter never bitter niggas fake anime never hate get cake like anna mae woah eat cake bitch eat damn cake uh fuck good nigga demand great order dominos take clothes nigga know goes make pizza man wait best kept secret even hov tried keep leaked damn tape uh rest peace nigga want beef secret service couldnt keep man safe said window wall nigga ride call got bitches mind fuck nigga blockin shine know reason feel way know wan everyday thank man upstairs aint aint get dick woah get dick woah get dick bitch woah get dick woah man fuck niggas come home dont tell nobody gettin temporary dough dont tell nobody lord tell changed wont tell nobody wanna go back jermaine wont tell nobody part thugs skip young nigga never love know foot massage back rub shit blowin bubbles bathtub shit met together done watch years go seen river tears go got thinkin bout kids still tell hoes come break get know somebody really learn lot em wont long start doubt em tell better without em time find cant walk without em cant talk without em cant breathe without em came together cant leave without em walk back make scene em amerie 1 thing em called love niggas dont sing dont nobody sing called love niggas dont sing dont nobody sing every nigga club singin window wall nigga ride call got bitches mind fuck nigga blockin shine know reason feel way know wan everyday thank man upstairs aint aint get dick every nigga club singin singin song yeah got bitches club singin singin song yeah mamas let kids sing sing song yeah baby mamas mistresses song yeah song yeah song yeah song song yeah make shit retarded goddamn every rich black nigga gotta famous every broke black nigga gotta brainless uh thats stereotype driven people aerial heights heres scenario young cole pockets fat like lil terrio dreamville give us year well every show yeah fuck nigga im sure heh fuck rest im best nigga im back home im best south im la im best west contest test ima stretch niggas ooh ima stretch niggas go yall left niggas shit everybody testicles please make sure put rest mouth ho oh right oh oh na da da da keep head high got wings carry dont know freedom want dreams rescue keep faith strong ask lord follow ive unfaithful dont know call canvas ima paint want baby oh canvas ima paint paint paint want nigga fuck cause right wrong song like write alone zone think back forest hills perfect home thing like home ive ever known snatched mama foreclosed loan im sorry left deal alone new york city chasing panties getting dome clue going could strong could selfish know selfish could tell treat girl damn selfless put ways loves like though dont always show love like love need treat better wish could live forever could spend time together love mama keep head high got wings carry dont know freedom want dreams rescue keep faith strong ask lord follow ive unfaithful dont know call e e eee e e apparently believe believe e e eee e e apparently believe thank oh another day another rhyme ho another day another time zone today woke feeling horny right got two bitches playing trombone keep never sure words would take niggas eat em regurgitate shit trump tight never slurred lazy give virgin urge rape nigga please best friends really make great enemies watch came niggas cant wait one see nigga aint rolex ap nigga im hot dog catch nigga huh couldnt resist aim stars shouldnt missed riding fumes stopped moon im sitting hood bitch like thanks view waiting thanks cause without wouldnt exist know shit gave blueprint dont forget cold phone zero percent going niggas showing niggas swear hard flowing soft im taking like boing big ass boeing getting head like coin toss easy keep head high got wings carry dont know freedom want dreams rescue keep faith strong ask lord follow ive unfaithful dont know call e e eee e e apparently believe believe e e eee e e apparently believe thank oh number one dont need nothing side said done good dont want lies phone blowing temptations line stare screen press decline plants seed still lingers mind told im strong enough shake im trying im human know loving yous crime take cookie one day ill time slip xanny got earth blunt get skirt want get skrrt want due money aroma girl got diploma got wife written got wife written nigga know fuck good thing run pain sip lean smoke tree im town press pound hit im town press pound hit slurp good work good ill back hate creep phone wake fake like im sleep knowing damn well monkey back walk hundred miles guilt make nigga feel fake smile love get confused mind child cause love wouldnt lie like lie wild wanna cake another cake even baker dont bake like even flavor dont taste like im back mobbing late night crew mind fears would come true back mind back mind wishing could blind view eyes eyes slip xanny got earth blunt get skirt want get skirt want due money aroma girl got diploma got wife written got wife written im fake nigga never clearer cant see look mirror cant see look mirror cant see look mirror im fake nigga never clearer cant see look mirror cant see look mirror cant see look mirror number one dont need nothing side said done good dont want lies phone blowing temptations line stare screen press decline plants seed still lingers mind told im strong enough shake im trying im human know loving yous crime take cookie one day ill time love dont want lose im selfish know use ego get stroked bruise ego get stroked bruise actions know confusin home look happy usual road im mack im chooser im addict im maskin kevins heart tell whats done dark find way shine done much see might go blind whats done dark always find way shine done much see might go blind +twista,going say youre gonna say want marvin gaye luther vandross little anita definitely set party right gonna gonna gonna gonna gonna well well well well say want ready world new edition minnie riperton definitely set party right yes well oh yes gonna gonna gonna gonna gonna well well well well yes definitely know told told drive new whip bring friends cool imma bring cool whip want strip see new chick get grind grabbing calling biggie like shyne home man swear fine homes always lying though telling diamonds know rhinestones got light skinned friend look like michael jackson got dark skinned friend look like michael jackson played ready world ready action dog said aint freak bout prove man wrong imma play vandross gon take pants imma play gladys knight gon get right say want marvin gaye luther vandross little anita definitely set party right gonna gonna gonna gonna gonna well well well well say want ready world new edition minnie riperton definitely set party right yes well oh yes gonna gonna gonna gonna gonna well well well well kanye know told slow baby good good beautiful beautiful need faster baby please faster baby faster damn baby cant fast know somebody twista got looking gliss hands wrists im laying back smoking cannabis come rocking rhythm like marvin luther tell aint messin kan man twist chi sipping hennessy play rb smoke b cant fuck put g come sip evelyn champagne aint know twista work like whispers hit stop light movin ides rims still moving bump little spinners im smoking b dipping streets bumping rb got heat 23s earth wind smokin fire let get sheets wet listening keith sweat put daze maze fulfilling every temptation slow jamming deep sex ready world girl come go ill touch body baby dont say every notell controlling im loving way holding listening jodeci come bend ass bumpin teddy pendergrass done hit back melody roll slow gotta go fast imma finish last matter much thug see still spit like rb go club luther come hope feelin still gon love ride say want marvin gaye luther vandross little anita definitely set party right gonna gonna gonna gonna gonna well well well well say want ready world new edition minnie riperton definitely set party right yes well oh yes gonna gonna gonna gonna gonna well well well well baby drop another slow jam us lovers need hold hands aint got man hop brougham keep pimping like old man gots roll plan cause take dome got bone stay zone got get home gotta run baby drop another slow jam us lovers need hold hands aint got man hop brougham keep pimping like old man gots roll plan cause take home get disconnect phone trying get gone imma make moan ill oh didnt think could twista kanye west po pimpin poppin tags champions slow jammin oh baby even make overnight celebrity know im saying come dont play something hoesll like drive whips know like twista told right could make celebrity overnight give ice like kobe wife sorta like goldie right way mold em right could make celebrity overnight girl see apple bottom jeans chinchilla back wanna know name girl im twista could blow brains put chameleon 04 range still sexy smoke flame jerk like chicken throw thang got hotter oven way talk switching freaky im loving way walk looking good girl oughta pictures listen see career going sky high taking home crib chi everytime see thighs cry drive watching thrill got fellas johnny gill steady screaming walk carpet diamonds flick dark kicking couch 106 park see beauty big screen see freaking whipped cream see stage awards dress better jennifers big things kick mold life looking good girl show right dre told prototype make celebrity overnight dont play something hoesll like drive whips know like twista told right could make celebrity overnight give ice like kobe wife sorta like goldie right way mold em right could make celebrity overnight dont play something hoesll like drive whips know like twista told right could make celebrity overnight give ice like kobe wife sorta like goldie right way mold em right could make celebrity overnight want fame take path candlelights fore take bath got sensational ass ima get jimmy choo marc jacob bags cop 2003 make smile sees spres get cds dvds take bebes bcbg get places people know show things get wanna lover confidant protect others dont ever let brother pimp want style get ya girl yall take look got astonishing body see ya gucci robert cavalli bet gon put hurt em hard party know kill em club go born pro know whos taking photos love cause freaky door closed drop flo let go roll slow love hit back get top brother going oh oh girl love roll right make celebrity overnight dont play something hoesll like drive whips know like twista told right could make celebrity overnight give ice like kobe wife sorta like goldie right way mold em right could make celebrity overnight see see baby girl see make brother break gotta ask need need oh wanna star messing right one take make sure youve got finest things let manager come girl could see bored tell youre queen see take shopping sprees stores ima get mtv awards show tonight looking good girl show right take places know like could make celebrity overnight come girl could hang bored could plenty things plus im changin stores even get soul train awards show tonight looking good girl show right take places know like could make celebrity overnight im calling daddy daddy daddy daddy need daddy daddy wont daddy daddy come make rain onnnn meeeeeee come make rain onnnn meeeeeee come kick twista black caddy mack daddy ho backseat 97 pimp flow got feelin smokin flip trax beat talkin beautiful figure astonishing greek mythology body like girl uhh whats movie never mind let enter yo atmosphere enter world let touch booty cant believe yo momma cold daughter got astonishing soul need modelin role still playa know got climbin bottom top pole cause pop control yo phattys accurate im smackin makin say gotta get come makin rain get wet come cuttin monkey get wet want media baby need better man cover politics imma yo weatherman cause every time im lookin see ass imma constantly see rain forecast way way im flickin 5000 ones whatever wanna call celebration champion heres fetti confetti cmon get drunk money hauler done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee im feminine everybody proceed hatred imma teach em lesson take shots adrenaline cause thats way receive immunization recession got muscle hustle flow money entrepreneur ways get mo money dont trippin whenever see throw money huh lil bit show money want get wet ways imma beat first imma play witchu girl touch ears neck play witcha pearls reach pants play witcha pearl lay aint gotta frontin fakin baby cause know take right touch aint stoppin til wet covers gotta keep fuckin til see lot white stuff got excited cant hold im feelin comin im bout let explosion let ride see animated shakin touch body catchin convulsions thats know im doin im supposed chose chose dont think get wet told come let twist rain done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee done good better done wet get wetter come make rain onnnn meeeeeee im calling daddy daddy daddy daddy need daddy daddy wont daddy daddy come make rain onnnn meeeeeee come make rain onnnn meeeeeee man know lot tragedies lately wanna say rest peace aaliyah rest peace left eye rest peace jam master jay everybody lost twin towers everybody lost period got hope wish way living could stop serving rocks knowing cops hot im block wish brother woulda made bail wont travel 6 hours see jail wish grandmother wasnt sick would come stacks hit lick wish homies wouldnt suffer streets get upper hand us lose brother wish could go deep zone lift spirits world words song wish could teach us fly take away pain cha hands help hold high wish god never gave men power able hurt people inside twin towers wish god woulda turned hearts righteous started take innocent lives become snipers uh never break though devastate shall motivate gotta pray got faith instead thinking gonna die day lord gonna help feel better aint gotta cry today sit light long gotta move straight forward cuz fight strong right go wrong say little prayer get ya money man life goes lets hope cause im hopeful yes hopeful today take music use let take away hopeful hell make way know aint easy thats okay cause hopeful wish could show love instead hatin much see people comin wish could teach world sing watch music em trippin joy bring wish could hold hands listen instead dissin lessons grown man wish families lack got love get stacks brand new shack lack thats dubs wish could keep achieving wonders see vision world eyes stevie wonder hope kids eat dont nobody family see six feet hope mothers staying strong make whether wit mans gone wish could give every celly commissary po po bring heat priests like r kelly wish doc could scream bullets could reverse pac biggie breath one day could speak wish saw good news every time look cnn wish enemies could talk super homie christopher reeve could still walk wish could walk path stay doin right thing hustle hard kids maintain game lets hope cause im hopeful yes hopeful today take music use let take away hopeful hell make way know aint easy thats okay cause hopeful wish earth wasnt apocalyptic try spread message world best way give make always optimistic dont listen gotta live life best way live pray justice go court wish good country wouldnt go war cant kick get em famous words mr king cant get along find better way shop please hope find better way cop keys wish everybody would stop freeze ask way fulfillin downfalls prophecies wrong doubting faith mustard seed move mountains heavenly father ease hurt let go keep prayin knees church lets hope cause im hopeful yes hopeful today take music use let take away hopeful hell make way know aint easy thats okay cause hopeful cause im hopeful yes hopeful today take music use let take away hopeful hell make way know aint easy thats okay cause hopeful watch lyrical flow oh dope rhythm throw pump pump pumping em im ready bringing em height funky tempo throw know gotta stopping dope hypeness stop anyone im bend em lyrical rhythm throw tongue believe im hung among style throwin takin em sucker deliver lyrical ism scopin em prison givin lyrical foe thatll fizz em tackle rhythm break lyric left tongue twista deaf first let take deep breath flowing lyrical magic im marvelous screamin breakin em makin em breaking sweat makin em jump sit live style kickin im pumpin rhythm rocking palm lyrics side im making em like im fool cause rhythm im bringing mic im give em concept heeeey whats happenin yall tyrone chilifoot funky tung twista baby three minutes straight stupid straight ignant dope funky stuff ya baby turn radio get tung twista kick gee let cavalier tung kiss ya mista tung twista pumpin rhythm lyrical styler tonguell flingin funky pile lyrical rhymes thats breakin em mind flowin em holy im kickin funk islam lyricals slippin em like petroleum slowly im pumpin flow lyric im breakin em radical texture im one brother could never get next ta flex style im gonna give em lyrical pump rhythm cav crackin em word wise bringin em flow funky dialect elect flow suckers try wreck spark light head wakin em cause fly effect insist ya lay path rhythm follow like scripture flowin lung tongue twister mista stylell makin dent leavin tracks bent steppin lyrical black gent nubian accent breakin em makin em take smell funk kickin em ima give em lick lyrical lollypop imna bring em doctrine rock rhythmll makin clock spin blackwards funk rhythmll snap crackle pop flow oh im makin em follow path god trackll blacker cocoa lyric im makin dope dont call dont diss tung twista leavin suckers soft whisper tung kiss ya like sister ima let known way throw thats makin funk lyrical glow tell yo cav kickin funkedelic flow oh fistll swing rhythm suckers im gonna give em tongue blister mista tung twista ha ha heeey boy thats tung twista ya comin ya 3d ha ha going get funkier boy check kick tongue spinnin follow allah father stoppin cavalier sinnin lyrical rhythm beginnin endin ratatattat tactics givin em black kicks flow lyric im pumpin rappin em dope crack fix wack funky im greater never step lyrical dictator state shock put sucker mentally go smell stylin gee funky scentll harmin uh uh cavaliers kickin charm simply im im dope pharmacist calmin hype rattle shakin rippin rhythm breakin sweat workin lyrical servin sucker never come near lyricist cavalier ah rock flow lyrical rhythm shinin like mirror hear sucker step twist ya gotta goin like beat funk lyricll flow like peepee caught work tongue flowin like water crackin em flow sort slaughter oughta embracin nubian nation race takin tongue youre tastin quick pace facin lyrical wastin tungll cut like jason racin tung twista rock lipll lock tonguell makin tick tick tick tock nubian hip hop flip flopped flow wrote kickin makin hocus pocus focus tonguell flippin like im locus givin diagnosis twisterosis crackin mouth makin em ache ima put em coma youre sniffin dope aroma im blendin im able break sucker might send funk lyrical rhythm beginnin spinnin suckers around like dollar makin em holler kickin funk lyrical scholar pray allah im makin funky like im hobo throw better bolo ya thinkin battle solo say oh cause thats smellin funk flow jo im pumpin breakin lyrical say haha take titles say ta ta im rippin rock em rockin rhythm ring tongue ima bend em flow lyric steppin inside em get funk pumpin em yeah tung twista oooooweee haa haa boy aint bad name aint lewis tyrone chilifoot baby haa haa finna boogieman go head get em boogieman speaking said whats mista twista dont know nubians aint never supposed whisper talkin behind back makin seem like rumor tell face face decide come juma dont say name backwards dont like cav played left def im gonna eff right half sucker descendant canaan ima let pizzazz wreck im speakin devil calls self aztec aint puerto rican know im speakin islam youre seekin might well open doors church become deacon dont step speakin pep repll crept let see leprosy suckers dissin simply insist ya stop steppin mista tung twista heeey bad baby think somethin wait till hear album hey like give shout son tyler witfoot get eric wiz cavalier course cavalier album ha ha man ima tell ya kooley dj cut whole entire hip hop nation audi 5000 take mic yall ha haa robotic robot everybody got memo michael myers man im mental messy murder monumental mixed mind metamorphosis made mainey many maneuvers missin malice malevolent mister n9ne mediocre motherfuckers motive makin minimal maniacal makin mesh line monster musical massacre metaphysical man may never match grind im bustin think im poppin e hoppin n9na boppin need stop lockin b niggas droppin coffin talkin better flee never see tecca neez forever look kod demolish im polished get dollars get guala mixologist many sell never see light day right away die hide away say goodbye true shots whos stopped crews water soft move rocks moustapha boondock ya boo soo woo chakras lost new nana weak raw put deep mama seekin law freaking beat get peekin leavin mauled saw aint nobody beatin brawl yall got know stop show pick pillar know drop foe sick abyss sicker suckers sock ho nigga oh aint even optical ill shock ya though rock flow nah low like burnin optimo wassup joe block mo death nigga got go crisis murder whenever see us booth interpretation catastrophic event verbal annihilation dont know truth crisis murder whenever see us rage emergency making evacuate premises killing audience stage anomaly coupling stomping gut gotta loving cut get fucking em im probably bustin em vodka cup drama nothing us combination oddities coming crush yall nothin touch body cutting em twista ready bang tech got face painted like bout go robbery truck whenever recollect tech tackle niggas see em like liam neeson taken taken 2 better yet tekken 2 wrecking like baek eddy im ready reappear like yoshimitsu darker side universe versus predator didnt know go get im immediately punish run mutation horror thatll treat like ho hit tech speak even type terminology hurt em didnt know odyssey oddity murder probably bet cause verbal lobotomy tell niggas make move move wanna bruise show em finna lose refuse fool kill em keep cool ima ima im breakin rules lets go bust lyrics shoot either gon say fuck chucking deuces booth living proof im ruthless leave whole teams caduceus nooses ooh somebody dont really want get im mythical difficult dont know itll wise thing far tangling unusual orion im iron im scientifical indivisibility within infrastructure family created inevitable especially committed getting money fuck haters paper better get take mental space leave alone outer dimension get deep song look fiend ima put em sleep chrome unlock machine fuck aint breathing alone die crisis murder whenever see us booth interpretation catastrophic event verbal annihilation dont know truth crisis murder whenever see us rage emergency making evacuate premises killing audience stage anomaly coupling stomping gut gotta loving cut get fucking em im probably bustin em vodka cup drama nothing us combination oddities coming crush yall nothin touch body cutting em twista ready bang tech got face painted like bout go robbery truck dont see hate outside club cant even get hahaha lego yellow model chick yellow bottle sippin yellow lamborghini yellow top missin yeah yeah shit look like toupee get get 10 years two days ladies love im cool j get get would say wax mr miyagi suicide doors hari kari look look oh im getting paper look oh look yeah fresher motherfucker lil nigga bigger gorilla cause im killing every nigga try shit better cuff chick get accidentally slip fall dick oops said dick aint really mean say dick since talking dick haters say hi im done let track go past like twista fuck yall done lost mind let show yall check could hit automatic flow could rhythm pattern wanna harder go could see blood spilling body right front ima get dough way shinin havin everybody lookin fuckin buck ima step get murder im trigger happy got intricate pattern kill em currency animate imma makin em holler cause ima get dollars im attackin beat im scholar cause im personification god better honor mr immaculate im gonna wreck marvellous accurate lyricist ill forever haters wanna hate wanna hear whatever could spit rhythm bitch get pussy wetter pimpin bitch tell could get pussy cheddar get camera go make movie back tappin gets booty didnt wanna show face even though cutie nine millimeter spillin millions milliliters life nigga talk shit ceo step office coming awkward flow like im sick go get momma bring thermometer temperatures hot come flow would kill industry could pick anything want lot never compatible cause intricate serving doin pace know cant leave think twista could kill em track busta breezy weezy easy look look oh im getting paper look oh look yeah fresher motherfucker man fuck bitch ass niggas yall doin im lil tunechi im nuisance go stupid go dumb like three stooges dont eat sushi im shit im pollution substitution got bitch play movies jacuzzi pussy juicy never gave fuck hater got money radar dress like skater got big house came elevator niggas aint eatin fuck tell waiter marley said shoot em said okay wanted bullshit im like ole dont care say dont even speak girlfriend freak like cirque du soleil thats word flag flag red im head bitch im outta mind bottom climb aint hotter mine nope time im even trying whats poppin slime nothin five trippin fuck em five aint got time shuck jive niggas sweet pumpkin pie ciroc sprite private flight bitch tight since guiding light pockets right diamonds white mommas nice daddys dead faggots scared cause im wild like fuck trial puts im young money got eyes look bitch look look oh im getting paper look oh look yeah fresher motherfucker okay okay right im fresher motherfucker happens combine darkness light im bringing pain like two bad nurses pain motherfuckin verses ridiculous thirstses involving hearses dirt shit first picks usin autos work slugs shirt shit im hitting expert kick burst til earth split leave hurt bitch show worser worst get zone see vein pain repel closin curtains bitch dont understand discussion hear certain shit im misunderstood nigga im square high got reversin clips dispersin shit say make see fuck feel make wanna jump edge im charged like scarface gettin shot ledge pain instead caine took blunt head retaliate lethal repercussion feel reefer rushin go thangs like wicked stick took benadryl hot like im finna steal get kickin shit niggas bitches kick born get pumped like lead bust cause give motherfuckers head rush yo heads bust jumped cause said mustve got geeked eyes red puffed smokin shit niggas hit die make wanna slip clip side act bitch side whole westsidell let shit go ride trigga bust let adrenaline rush like motherfucker go pick pump make opposition chest kick jump lit gun make body get uhh let adrenaline rush like motherfucker go pick pump make trigger pick dump turn bass kick bump let rhythm hit trunk let adrenaline rush like motherfucker go pick pump make opposition chest kick jump lit gun make body get uhh let adrenaline rush like motherfucker go pick pump make trigger pick dump turn bass kick bump let rhythm hit trunk pullin bailin like carsick im ready start shit started buryin heads like ostrich unload whole cartridge throw shells garbage hardest motherfuckers could never achieve ive accomplished yung buks accomplice located existence sixth sense like compass started journey establish stop worshipped hearts niggas get em charged whats real reason haters tried murder kill season even though im still bleedin ima keep comin im still breathin yall cant trace im burying victims wall like gacy lyrical since snip umbilical flows critical music miracle like im biblical kill like im nuttier buddy love still wouldnt leave bloody glove start truck speed fuck getaway smokin blunt adrenaline pumpin veins erupt im pumped im calibrated 360 degrees see thats 300 niggas thats gon die bout 60 slugs deed much industrialist fuck brink fuckin shit dismantle deduct shit hard imagine niggas got nerves guess ill take fuckin nerve think im verge got urge ooh let semi close yo curtains fool killin verses fool one worstest dude im worstest look 9 millimeters surface unleash thangs defeat yo purpose bitch hurtin let adrenaline rush like motherfucker go pick pump make opposition chest kick jump lit gun make body get uhh let adrenaline rush like motherfucker go pick pump make trigger pick dump turn bass kick bump let rhythm hit trunk let adrenaline rush like motherfucker go pick pump make opposition chest kick jump lit gun make body get uhh let adrenaline rush like motherfucker go pick pump make trigger pick dump turn bass kick bump let rhythm hit trunk let adrenaline rush wake morning love sunlight hurts eyes something without warning love bears heavy mind lets get dollars lets get money yeah keep mind keep mind money money mind got finger trigger stayin grind wake mornin gots hit lick saw 2003 navi spres kick soon eyes see sunshine thoughts jukin block dodgin one time peep movin rocks pounds dro double shit serve 16 ounces 6 get back 96 killer scrilla nigga best stalkin gots get bigger figures fuck talkin represent niggas ballin jewelry full sickles niggas chasin million dream servin nickels know one day im gon come see dont hate rolled get paid whether legit slang tippin caine take dip range im flippin thangs gotta get money mayn lovely day got paid stack way lovely day lovely day lovely day lovely day got paid stack way lovely day lovely day lovely day hustlers definition hustler scratch serve motherfucker serve im makin money verses spit em tracks aint sellin records im servin packs got clip full hollows money makins motto semi auto marlboros bottle til hit lotto dreams ownin record label flippin words nigga flippin buildings better flippin birds got mentality motive im mission money get yo ambition play yo position provide plans follow procedures 600 blunted pocket full hundreds visas love get dust hit em cock get back love get gig get crib get car grips stack still evenin im sleepin paper products soon get another day another dollar gotta get money mayn lovely day got paid stack way lovely day lovely day lovely day lovely day got paid stack way lovely day lovely day lovely day got love corporate playas thats ballin rollin jags got love thug niggas get ave love make mil sit back laugh love fine strippers get poppin ass love single parents thats workin struggle love gotta make livin movin muscle love gotta watch haters rollin bubbles causin trouble every time young brother try hustle cant legally make lot gotta get right back block aint work stick whip concoction might leave face dirt hurtins option gotta get money mayn lovely day got paid stack way lovely day lovely day lovely day lovely day got paid stack way lovely day lovely day lovely day wake morning love ohh ohh ohh sunlight hurts eyes ohh ohh ohhh something without warning love ohh ohh ohh bears heavy mind lovely day got paid stack way lovely day lovely day lovely day yeah twista jeremih tell uhuh wanna get next tonight got christian diors new spider zone got couple dollars yeah gotta gotta text text back im alone yeah know aint questions baby wanna get next whats lil mama could tell name im white cocaine flame im smoking think im looking body see cause really wanna come close fly want lets toast drinks summertime drop top wintertime minks cold im hoping really want cause cause wanna get next back phantom club vip bar see feel like im looking star par fly dreams mine cause im high telling boys chose left yo guy magnificent situation im glad bumped intense let close tense distance us two cause dont wanna go hard like wanna sex ima take time let know wanna get next tonight got christian diors new spider zone got couple dollars yeah gotta gotta text text back im alone yeah know aint questions baby wanna get next think sexy aint need faking could tell seat taken aint sit compliment like gentleman know theres fly shit time back mind wanna say thats shit swag diva hot flamboyant wishing could communicate clairvoyance telepathy could really tell feel thought pretty skin lips look soft dont talk shhh quiet could tell thinking see eyes say im looking like prey im lion im finna make move cause really wanna see arm lot tryna friend ima become close ill confidant play hard get tell dont go well think shit wanna get next tonight got christian diors new spider zone got couple dollars yeah gotta gotta text text back im alone yeah know aint questions baby wanna get next wanna get next wanna get next call thats right im gon make sure ill way next baby wanna get next wanna close baby wanna get next +lil b,wait right ill back mornin know im important girl youre much gorgeous much perfect right know im really worth give time could work give time work losin patience girl dont blame earths rotation youre waitin look face fuck waist cause one conversation week thats friends always hatin fuck em though matter fact aint never asked one help thats dont pick phone rings none exes lil peep nobody flexin much thats text tell love know someday ill sea makin money smokin weed think funny open get comfortable got comin love love know im nothing like someone family want find way would walk look face talkin cause one conversation week get one conversation least shout everyone makin beats helpin preach musics thing keepin peace im fallin pieces look sky tonight stars reason reason shine reason like mine im fallin pieces look sky tonight stars reason fuck life cant save girl dont tell could save shit want payback way always play shit aint gettin nothin im sayin dont tell nothin like motherfuckers make rich make baby make take baby wont make back growing sick dont wanna make sad make scared baby wont take back nothin like motherfuckers make rich nothin like motherfuckers make rich fuck life cant save girl dont tell could save shit want payback way always play shit aint gettin nothin im sayin dont tell nothin like motherfuckers make rich make baby make take baby wont make back growing sick dont wanna make sad make scared baby wont take back another lonely road go another lonely road home wanna know gotta know wanna glo baby could glo fuck life cant save girl dont tell could save shit want payback way always play shit aint gettin nothin im sayin dont tell nothin like motherfuckers make rich make baby make take baby wont make back growing sick dont wanna make sad make scared baby wont take back make scared baby wont take back nothin like mothafuckas make rich lil bo peep brand new bitch back club gothboiclique iced teeth iced whip limousine tints suck dick friends switch benz truck always wanna fuck tell bitch good luck always wanna fuck cause came yeah lil bo peep brand new bitch back club gothboiclique iced teeth iced whip limousine tints suck dick friends switch benz truck always wanna fuck tell bitch good luck always wanna fuck cause came drugs nose good drugs cup dont wanna wait know gon make wanna hate pretty soon gonna hate gettin cake hate dont faze money make ill never let change dont wanna wait know gon make wanna hate pretty soon gonna hate gettin cake hate dont faze money make ill never let change lil bo peep brand new bitch back club gothboiclique iced teeth iced whip limousine tints suck dick friends switch benz truck always wanna fuck tell bitch good luck always wanna fuck cause came drugs nose good drugs cup lil bo peep brand new bitch back club gothboiclique iced teeth iced whip limousine tints suck dick moneyposse ooh bi big head beat switchblades cocaine gothboiclique make ho shake black fur black coat gothboiclique back ho switchblades cocaine gothboiclique til soul take black jeans half black hoes gothboiclique castle high school loner reject poser multiple personalities im bipolar swear mean well im still goin hell witchcraft love chants whisper ear put trance cocaine night long die bury ice witchcraft love chants whisper ear put trance cocaine night long die bury ice die bury ice die bury without lights lights nightlights clothes baby got good white die bury ice die bury without lights lights nightlights clothes baby got good white clothes baby got good white tell secret ill tell one mines wanna talk dont wanna fight ask im alright want lie switchblades cocaine gothboiclique make ho shake black fur black coat gothboiclique back ho switchblades cocaine gothboiclique til soul take black jeans half black hoes gothboiclique castle man dont know fuck goin lately bro everybody actin real different shit aint nobody nobody talkin like months ago everybody hittin phone shit im mothafuckin schema boy im dreamer boy love girl dont even fuckin need boy baby im beamer boy need beamer boy want z3 thats two seater boy okay pull cash shawty pass take ass spaz okay yeah hit shawty get back got death notes list yeah im zone put phone im im ya girl wanna go real one hit jgrxxn like whats deal bruh see doin shows im pro got hoes got dough dont wanna hear want real shit want drug talk cant feel shit im never comin home alone cant let bros cant let bros feel like im one thats told ima show ya baby chosen ayy im mothafuckin schema boy im dreamer boy love girl dont even fuckin need boy baby im beamer boy need beamer boy want z3 thats two seater boy okay pull cash shawty pass take ass spaz okay yeah hit shawty get back got death notes list yeah im zone put phone im im ya girl wanna go real one hit jgrxxn like whats deal bruh see doin shows im pro got hoes got dough dont wanna hear want real shit want drug talk cant feel shit im never comin home alone cant let bros cant let bros feel like im one thats told ima show ya baby chosen ayy beamer boy bother tell awful things know love helps get without bother tell awful things know love helps get without bother tell awful things know love move love like attention find obvious makes obvious feels tension two us two us tonight burn til im nothin memories get girl get girl burn til im nothin memories get girl im one bother tell awful things know love helps get without bother tell awful things know love move love dont turn back let teardrops fall speeding away city rearview heart racing whenever im near gothboi jumpin stage carry away carry away burn till theres nothing left would scream name last breath take favorite dress lay head chest diamonds rubies gems bother tell awful things know love helps get without bother tell awful things know love move love skedda said im crybaby cant lately girl drive crazy amg mercedes speedin highway lookin street lights geekin friday never sleep right knowin hurt dont deserve shoulda curved know im worst boo could cool got dance moves got vibe swear perfect ride wanna die wanna die got vibe swear love gettin high love gettin high wanna hide find ill inside im makin music cry oh lonely world know gon get lonely girl thats fo sho oh im lonely boy made lonely boy yeah know oh lonely world know gon get lonely girl thats fo sho oh im lonely boy made lonely boy yeah know said im crybaby cant lately girl drive crazy amg mercedes speedin highway lookin street lights geekin friday never sleep right knowin hurt dont deserve shoulda curved know im worst boo could cool got dance moves got vibe swear perfect ride wanna die wanna die got vibe swear love gettin high love gettin high wanna hide find ill inside im makin music cry oh lonely world know gon get lonely girl thats fo sho oh im lonely boy made lonely boy yeah know oh lonely world know gon get lonely girl thats fo sho oh im lonely boy made lonely boy yeah know got feelin im gonna next year lets laugh little im gone ive dreamin shit got high dont love shes singin songs dont feel much pain got knife back bullet brain im clinically insane walkin home alone see faces rain time go spend gettin high hide 5 0 lines go im high fuckin eyes closed dont fuck im mind though come fuck mornin blinds closed show everything learned away runnin away im givin way way see things take away im givin way way see things one waited centuries see strange far path barely see promise glory hellboy dont even know ive dont gotta like ya bitch blowin phone like miss know love way kiss dont even know ive dont gotta like ya bitch blowin phone like miss know love way kiss leave bleed know got knees something keeps tellin keeps tellin peep leave alone im good mama miss home im good baby im cold back road show show fuckin ho ho swear gets lonely sometimes please hold one time fuck hoes fuck life ive waitin damn night one call text youre ex fuck bitch dont even know ive dont gotta like ya bitch blowin phone like miss know love way kiss dont even know ive dont gotta like ya bitch blowin phone like miss know love way kiss see eyes wanna get see eyes need right need right wanna get need right wanna get yeah wanna hear sound drive camaros town baby could leave right yeah wanna feel alive baby take time smokin loud girl know make cold heart warm touch one kiss fuckin cant get enough put thats best part baby trust trust got nothin love remember eatin pussy back bus remember gettin nookie til sun came places took one came us hoes overlook nuts +salt n pepa,ooh baby bow legged one yeah whats name damn baby sounds sexy uh go go go girls whats weakness ok chilling chilling minding business yo salt looked around couldnt believe swear stared niece witness brother going something kinda uh wicked wicked kick im shy asked digits ho dont make see want slip slide swiftly felt hips dipped back bag tricks flipped tip make wanna tricks lick like lollipop licked came senses chilled bit dont know voodoo well spell hell makes wanna shoop shoop shoop shoop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop um youre packed youre stacked specially back brother wanna thank mother butt like get fries shake shake boobie looks could kill would uzi shotgun bang whats thang wanna know hang straight wait hold mr lover like prince said youre sexy motha well like em real wild b boy style mile smooth black skin smile bright sun wanna fun come give yum yum chocolate chip honey dip get scoop baby take ride coupe make wanna baby ayy hey eyy yeah dont know wanna shoop baby shoop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop well let bring back subject peps set make get hot make work sweat skip lou darling falling love im falling get ya betcha bottom dollar best pressure getcha getcha lips wet cause time pep mark get set go let go let shoop next man three piece suit spend mi cutie shoop shoop doobie like scoobie doobie doo love big jeans give nice dreams make wanna scream ooo oooo oooo like make wanna shoop shoop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop oh goodness girl look hes cutest brother hes comin way oooh p wanna get cool im wicked g hit skins never quickly hit skins hell yell get mmm mmm mmm smell want bod heres hot rod twelve inches yard sounding like retard big twan love six two wanna hit wanna shoop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop shoop ba doop shoop ba doop shoop ba doop ba doop ba doop oh make wanna shoop hey yeah wanna shoop baby ah push ah push oooh baby baby baby baby oooh baby baby baby baby get ah push ah push ah push ah push ow baby salt pepas salt salt salt salt pepas salt salt salt salt salt salt pepas salt salt salt pepas salt salt salt salt pepas wait minute yall dance aint everybody sexy people fly mothers get dance dance said salt pepas effect want push babe coolin day night working sweat cmon girls lets go show guys know become number one hot party show push ah push push good ah push push real good ah push push good ah push p push real good hey ow push good oooh baby baby baby baby oooh baby baby ba baby baby push good push real good ah push ah push yo yo yo yo baby pop yeah come give kiss better make fast else im gonna get pissed cant hear musics pumpin hard like wish would push push good push real good push good p push real good ah push get ah get ah ah get ow get boy really got going got dont know im ah push ah push boy really got going got dont know im ah push ah push ah ah push push push push push push push push push push push push push push push push push push push push yo dont think talk people might misunderstand tryin say know come lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex lets talk sex people home crowd keeps coming anyhow dont coy avoid make void topic cause aint gonna stop talk sex radio video shows many know anything goes lets tell like could course think dirty choice pick needle press pause turn radio stop us pep doubt right come spin lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex hot trot make mans eyes pop use got get whatever dont got fellas drool like fools theyre human chick hit body boomin gold pearls rubies crazy diamonds nothin ever wore ever common dates heads state men taste lawyers doctors one great get even mess prez says next list believe good true aint man alive couldnt get next bag glad mad sad feelin bad thinkin things never love sex followed next check note last night dope oh hey ooh ooh ooh take easy uh alright lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex ladies ladies louder help come ladies lets talk sex right come ladies lets talk sex right yo pep dont think theyre gonna play radio mean everybody makin love lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex subject controversy three letter word regard curse see may fiend wet dream seen teen tight jeans makes react like biological scheme gettin jeans diabolical course gives rap even know jump sack matter fact sometimes like anyway ready cums like dumb son gun oops forgot condoms oh well say hell chill wont get got im pill sores start puff spore gave lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex baby lets talk lets talk good things bad things may lets talk sex lets talk sex lets talk sex lets talk sex yeee hey yeah alright come yeah talk yeah whatta man whatta man whatta man mighty good man gotta say whatta man whatta man whatta man mighty good man hes mighty mighty good man whatta man whatta man whatta man mighty good man yes whatta man whatta man whatta man mighty good man yeah wanna take minute two give much respect due man thats made difference world although men hos flows low cause never heard another girl dont sweat pathetic let get involved saidshe said crowd know aint nobody perfect give props deserve believe yall hes worth heres future cause got past finally found somebody make laugh crazy think wanna baby whatta man whatta man whatta man mighty good man yes whatta man whatta man whatta man mighty good man hes mighty mighty good man whatta man whatta man whatta man mighty good man gotta say whatta man whatta man whatta man mighty good man heeh man smooth like barry voice got bass body like arnold denzel face hes smart like doctor real good rep comes home hes relaxed pep always got gift everytime see lot snot nosed ex flames couldnt never ran corny line yet give stuff hell never forget keeps cloud nine like temps hes fake wannabe tryin pimp dresses like dapper even jeans hes god sent original man dreams yes man says loves never says loves nah rush good touch right spot see guys ive tried play mac every time tried said thats man hes got right potion baby rub make smooth like lotion yeah ritual highway heaven seven seven hes got open like seven eleven yes hes always choosin im never losin knows name susan always heavy conversation mind means lot cuz good men hard find whatta man whatta man whatta man mighty good man hes mighty mighty good man whatta man whatta man whatta man mighty good man say whatta man whatta man whatta man mighty good man ohh uuuh whatta man whatta man whatta man mighty good man said mighty good man know im sayin hes mighty mighty good man yall hear check man gives real loving thats call killer hes wham bam thank maam hes thriller takes time everything right knocks one shot rest night hes real smooth brother never rush gives goose pimples every single touch spends quality time kids secure manhood cause hes real man lover fighter hell knock knucker dont take sucker cause thats hes every time need always got back never disrespectful cause mama taught ive got good man whatta man whatta man whatta man mighty good man mighty mighty good man whatta man whatta man whatta man mighty good man yes whatta man whatta man whatta man mighty good man mighty good man whatta man whatta man whatta man mighty good man hes mighty mighty good man mighty mighty good man tell like sugar break break one time whatta man whatta man whatta man whatta man whatta man whatta man whats matter life gotta mess mine dont keep sweating cause im gonna fine check wanna take guy home tonight none business wanna freak sell weekend none business shouldnt even get im giving skins none business dont try change mind ill tell one time none business think putting cheap two cents dont got nothing worry friends check cant nothing girl without somebody bugging used think see wasnt told change called names popped one opinions like assholes everybodys got one never put nose im supposed believe hes something want im stepping closer im one playing high pole like high soditty 90210 type ho treat man like treats difference hooker ho aint nothing fee hold tongue tightly wish could like youre popping mess stress spite get get dont give shit cause really none business 1993 n p packing macking bamboozling smacking suckers track throw beat back wanna take guy home tonight none business wanna freak sell weekend none business shouldnt even get im giving skins none business dont try change mind ill tell one time none business many rules break understand double standards dont mean shit know exactly say turn walk away thats ok cause dont let get every move make somebodys clocking dont ask nothing leave alone never mind whos guy took hometo bone ok miss thing never giving skins dont like friends benz pep peps got ill rep macaroni trap rap better step better yet get head checked cause refuse played like penny cent trick deck cards aint hard like bitches boulevard face aint scarred dont dance bars call tramp want remember punk humped dumped front everybody gets horny like yo yo ho check double deck record butt naked peps ass gets respected miss none business wanna take guy home tonight none business wanna freak sell weekend none business shouldnt even get im giving skins none business dont try change mind ill tell one time none business moral story judge theres one true judge thats god chill let father job cause salt pepas got swinging salt pepas back came rap get face smack ho dont know cant understand mess ill take man well ill take man right box put padlocks see us together chillin place cold walkin sportin face go ahead roll eyes suck teeth keep huffin puffin like dog heat call crook robber thief ill butcher got beef know whats aint poo putt cuz pepa kick butts dumb young bucks like rest crew moms want static ill dis scram know damn chick dont play punk cuz ill take man ill take man whenever feel like aint threat bet damn promise sex lifes get another lover ill take say rhyme two hell hop leave like kangaroo ill make heel even steal mother father hed kill thats get trying play smart take hike slayed heart girl dont know youre comin goin look face jealousys growin showin dont get mad dont right throw solo ladylike mic psyche win battles ill handle like baby rattle dont make prove either give get slammed ill take man ill take man thats right spite tried dis mic really dont want guy aint fly shoot cant afford buy fila suit runs old gear never fresh wear whispered ear cant repeat dont wanna seem damn mean youre hippiest critter ever seen got stage wished good luck turned around told friends suck well look aint got nobody searching love fifth bicardi look bad girl look like youre dying aint use crying ill take man yo cher school fool ill take man fiancee husband aint alice aint wonderland say know dont mess cuz ill take man ill take man anytime drop dime cuz hes rappin strappin hard mine everywhere turn everywhere look brothers eyein hes staring throat hes ducker sucker soft hearted punk goin skiing skeezers stunts blunt thats yall many things common robbin lap slobbin never ever went way get played keeping guys like held bay know got upper hand tramp dont stand chance cuz ill take man girls guys thats good go slow hes freakin hole fact still stands theres change plans yo pepa wish command know know ill take yourman check see mean hes leading pack fellas scream go sandy get busy go sandy get busy easy make em fall heather man resist salt pepa perfect head toe speculation man says revenge sweet paybacks trip girlfriend wont know ill tell dont try answer jam ill take ill take well take man aint mans world sugar spice thing could anything want dont consider minority open eyes maybe youll see thing could anything want dont consider minority ladies help agree aint nuthin thing aint nuthin thing aint nuthin thing aint nuthin thing bring home bacon fry pan never let forget youre man cuz im w n thats doin thing makes mad crazy upset got break neck get respect go work get paid less man im doin damn thing im aggressive im bitch got attitude call witch treat like sex object underestimate mind oh yeah youre fool weaker sex yeah right thats joke ever labor dont think nope im genuine feminine female thang hang aint nothin thang aint nothin thing aint nothin thing aint nothin thing aint nothin thing real im female doin feel put test yes get ill sensitive sweet yeah good stuff time get rough baby im rough enough aint afraid show feel deep compassisionate dont underestimate im intelligent wise complicated instinct dream believe dreams familys first anybody else take care take care self im genuine feminine female thang hang aint nothin thang aint nothin thing aint nothin thing aint nothin thing aint nothin thing got understand thang got power yeah know deal go girl aint mans world anything feel excuse hold im givin props strong women layin law taking control wrongs life standing turning wrongs right id like give shout mamas bringing babies tender loving care youre charge future nation right thing lay foundation single mothers salt n pepa said keep head know gets hard sometimes never let youre genuine feminine female thang hang aint nothin thang aint nothin thing aint nothin thing aint nothin thing aint nothin thing let break marrow bone im female got goin dont fooled e x aint simple im complex weve come long way baby thats fact lets keep moving forward girls never look back fight rights stand heard youre good man believe word body aw yeah dont hate cause im beautiful body move mutha cause im going faster drive bodys beautiful baby thats right cant help fault born way born way get b e u beauty body beautiful body beautiful get b e u beauty body beautiful body beautiful im coming child im legendary hey im free wild ocean rule world im sensual body beautiful cha cha pumps ive got work runway baby night long one mother body beautiful get b e u beauty body beautiful body beautiful get b e u beauty body beautiful body beautiful lights camera action satisfaction guaranteed thats need celebrate body enjoy good health gets bad self good front back two snaps clap body like good damn thing dont care say somebody beautiful hey thats grand queen masquerade im fantasy house elegance featuring body beautiful get b e u beauty body beautiful body beautiful get b e u beauty body beautiful body beautiful dont hate cause im beautiful everybodys beautiful special way carry like queen attract king beauty comes within whatever mind conceive believe achieve believe body beautiful yes yes oooo yes aint enough words express feel im body beautiful true thats real thats open mind eyes see body beautiful baby body beautiful baby body beautiful baby body beautiful thats im tell ya like im tell ya way bodys beautiful thats im sayin bodies come different shapes sizes youre beautiful realize cant see beauty open heart set mind free everybodys beautiful way express every day got joy inside shows confident youre beautiful without doubt youre absolutely gorgeous dont ya know got body beautiful glow body beautiful baby body beautiful baby body beautiful baby body beautiful thats get b e u beauty body beautiful body beautiful get b e u beauty body beautiful body beautiful hold wait minute aint nothin tutti fruity get floor ya got booty yo got funky beat lets man yo got little problem yeah gotta let know somethin dont know say like whats know im sayin said loud heard never tried hurt say im old fashioned like take time slow know flow dont try rush ride like horse let nature take course get know friend lover share thoughts love mind body baby really want baby let know cuz really like suggest tell got time silly games aint even came cuz may kind guy like please understand way feel must trust theres deal emotions aint played given free appreciate greatly way tolerated sometimes act flaky wouldnt blame hate put butt wouldnt give yeah know really sucks wait awhile ill make really want baby let know cuz really like suggest tell got time silly games aint even came cuz may kind guy like yeah right know youre sayin cool yo gotta know whats know im sayin cuz sometimes alone kissin huggin things feel like yo really gonna happen yes pow bam boom nothing teasin tease brother please youre bad memories skeeze squeeze hands knees look telling straight thats im id playing spent night house dont get wrong didnt mean turn havent known long life song really want baby let know cuz really like suggest tell got time silly games aint even came cuz may kind guy like really want baby let know yeah oh youre lookin sweet baby yes indeedy funky dancefloor shakin thing funky beat go go swing everyone watching stared shock amazed salt pepa rock place smile face got upset tried base called us nasty said danced dirty claimed freaks cheap even flirty pepa got pissed pulled pump set jet jump spin broke asked break said dont understand way shake thang oww wanna cant tell catch groove thang wanna wont tell sock shake thing cmon yall shake could get loose cant get naked crime legal answered look see dancin relax bit aint better think time get partner doe see gather closely wanna see ones mostly front cutie hope youre fruity duty shake thang oww wanna cant tell catch groove thang wanna wont tell sock come yall shake thing got show shame want shake thing come yall show shame shake thang yeah yeah oh youre lookin sweet baby owww wont tell catch groove thing ill swing way feel little seduction sex appeal friday night got paid im checking fella high top fade moving closely ready kill steppin dancefloor think youre ill guy touch body put check said met cant yet im pick aint stick im stuck turn kick rock baby pop dont stop stick butt shake got shake thang oww wanna cant tell catch groove thang wanna wont tell sock ooh like hip hop mixin go go baby thing shake crazy dont try tell party dance yup body shirt wear may low cut jeans fit nice shows butt designer head toe oooo hair neck fingers crazy glow please stop blushin dancing dummy cmon know dont want money cuz like rap always rhyme like dance ooh like grind like song like beat ill see later shall shake thang oww wanna cant tell catch groove thang wanna wont tell sock +2pac,sucka ass aint got motherfuckin friends thats fucked yo bitch fat motherfucka west side bad boy killas know realest niggas bring thats aight ha ha first fuck bitch clique claim westside ride come equipped game claim player fucked wife bust bad boys niggas fucked life plus puffy tryna see weak hearts rip biggie smalls junior mafia mark ass bitches keep comin runnin jewels steady gunnin keep bustin fools know rules lil caesar go ask homie ill leave ya cut young ass leave pieces deceased lil kim dont fuck around real gs quick snatch yo ugly ass streets fuck peace ill let niggas know life dont let westside ride tonight bad boy murdered wax killed fuck get yo caps peeled know see grab glocks see 2pac call cops see 2pac uh shot punks didnt finish bout feel wrath menace nigga hit em check motherfuckers know time dont even know im track yall niggas aint even level ima let lil homies ride bitch made ass bad boy bitches feel get way yo get way yo biggie smalls got dropped little mu pass mac let hit back frank white needs get spanked right settin traps little accident murderer aint never heard ya poisonous gats attack im servin ya spank ya shank ya whole style gank guard rank cause ima slam ass paint puffy weaker fuckin block im runnin nigga im smokin junior mafia front nigga ready power tucked guess eddie bauer clout pettysour push packages every hour hit em grab glocks see 2pac call cops see 2pac uh shot punks didnt finish bout feel wrath menace nigga hit em peep keep real penitentiary steel aint freestyle battle niggas gettin killed mouths open tryna come clouds hopin smokin dope like sherm high niggas think learned fly burn motherfucker deserve die talkin gettin money funny niggas livin bummy fuckin im self made millionaire thug livin prison pistols air biggie remember used let sleep couch beg bitch let sleep house versace copied style five shots couldnt drop took smiled im back set record straight ak im still thug love hate motherfucker hit em im n e w jers plenty murders occurs points commas bring drama herbs go check scenario lil cease ill bring fake gs knees coppin pleas de janeiro little kim coked doped get little junior whopper click smoked fuck stupid take money crash mash brooklyn click lootin shootin pollutin block 15 shot cocked glock knot outlaw mafia clique movin another notch pop stars popped get mopped dropped fake ass east coast props brainstormed locked yous beat biter pac style taker ill tell face aint shit faker softer alize chaser get murdered paper edi mean approach scene caper like loc little ceas choke gun totin smoke aint motherfuckin joke thug life niggas better knowin approachin wide open gun smokin need hopin battle lost got em crossed soon funk boppin nigga hit em tell see run hahahaha dont wanna see us whole junior mafia clique dressin tryna us fuck gonna mob always job millionaires killin aint fair somebody gotta oh yeah mobb deep wanna fuck us little young ass motherfuckers dont one niggas got sickle cell somethin youre fuckin nigga fuck around seizure heart attack better back fuck get smacked fuck side niggas new york wanna bring bring aint singin bringin drama fuck yo motherfuckin mama gon kill motherfuckers came told biggie everybody open mouth motherfuckin opinion well gonna fuck mobb deep fuck biggie fuck bad boy staff record label motherfuckin crew wanna bad boy fuck chino xl fuck motherfuckers fuck yall motherfuckers fuck die slow motherfucker 44 make sho yall kids dont grow motherfuckers cant us see us motherfuckin thug life ridas westside til die california nigga warned ya well bomb motherfuckers job think mob nigga motherfuckin mob aint nothin killas real niggas motherfuckers feel us shit goes triple 4 quadruple niggas laugh cause staff got guns motherfuckas belts know drop records felt niggas cant feel realest fuck em bad boy killas ooh yeah see changes wake morning ask life worth livin blast im tired bein poor even worse im black stomach hurts im lookin purse snatch cops give damn negro pull trigger kill nigga hes hero give crack kids hell cares one less hungry mouth welfare first ship em dope let em deal brothers give em guns step back watch em kill time fight back thats huey said two shots dark hueys dead got love brother never go nowhere unless share gotta start makin changes learn see brother instead two distant strangers thats supposed devil take brother hes close uh id love go back played kids things change thats way thats way thingsll never thats way aww yeah yeah thats way thingsll never thats way aww yeah see changes see racist faces misplaced hate makes disgrace races wonder takes make one better place lets erase wasted take evil people theyll actin right cause black white smokin crack tonight time chill kill takes skill real time heal although seems heaven sent aint ready see black president uh aint secret dont conceal fact penitentiarys packed filled blacks things never change try show another way stayin dope game tell whats mother bein real dont appeal brother gotta operate easy way made g today made sleazy way sellin crack kids gotta get paid well hey well thats way thats way thingsll never thats way aww yeah thats way thingsll never thats way aww yeah gotta make change time us people start makin changes lets change way eat lets change way live lets change way treat see old way wasnt workin us gotta survive still see changes cant brother get little peace war streets war middle east instead war poverty got war drugs police bother aint never crime aint im back facts givin back dont let em jack back crack pimp smack gotta learn hold get jealous see mobile phone tell cops cant touch dont trust try rush bust thats sound tool say aint cool mama didnt raise fool long stay black gotta stay strapped never get lay back cause always got worry bout payback buck roughed way back comin back years rat tat tat tat tat thats way thats way thingsll never thats way aww yeah thats way thingsll never thats way aww yeah thingsll never change little something godson elijah little girl named corin say blacker berry sweeter juice say darker flesh deeper roots give holla sisters welfare 2pac cares dont nobody else care uh know like beat lot come around block brothers clown lot please dont cry dry eyes never let forgive dont forget girl keep ya head tells aint nothin dont believe cant learn love leave cause sister dont need aint tryin gas call em see em know makes unhappy brothers make babies leave young mother pappy since came woman got name woman game woman wonder take women rape women hate women think time kill women time heal women real women dont well race babies hate ladies make babies since man cant make one right tell woman create one real men get know youre fed ladies keep ya head ooh child things gonna get easier ooh child thingsll get brighter ooh child things gonna get easier ooh child thingsll get brighter ayo remember marvin gaye used sing feelin like black thing suddenly ghetto didnt seem tough though rough always enough huffed puffed curfew broke rules ran local crew smoke two realize mama really paid price nearly gave life raise right give pipe dream id rock mic make bright screen im tryin make dollar fifteen cents hard legit still pay rent end seems im headin pen try find friends theyre blowin wind last night buddy lost whole family gonna take man conquer insanity seems rainll never let try keep head still keep gettin wet huh know funny rains pours got money wars cant feed poor said aint hope youth truth aint hope future wonder crazy huh blame mother turnin brother crack baby aint meant survive cause set even though youre fed huh got keep ya head ooh child things gonna get easier ooh child thingsll get brighter ooh child things gonna get easier ooh child thingsll get brighter uh ladies havin babies know kinda rough youre feelin alone daddys long gone left lonesome thank lord kids even nobody else want em cause think make fact im sure fall stand tall come back cause aint nothin worse son wants know daddy dont love mo cant complain dealt hell hand without man feelin helpless theres many things deal dyin inside outside youre lookin fearless tears rollin cheeks youre steady hopin things dont fall week cause couldnt take dont blame given world didnt make sons gettin older older cold havin world shoulders rich kids drivin benz im still tryin hold survivin friends crazy seems itll never let huh please got keep head makaveli killuminati body blow like 12 gauge shotty feel god said send one begotten son lead wild ways man follow eat flesh flesh flesh come hail mary nigga run quick see wanna ride die la la da la la la la la aint killer dont push revenge like sweetest joy next gettin pussy picture paragraphs unloaded wise words bein quoted peeped weakness rap game sewed bow pray god hopin hes listenin seein niggas comin diamonds glistenin pay attention bless please father im ghost killing fields hail mary catch go lets go deep inside solitary mind madman screams dark evil lurks enemies see flee activate hate let break flame set trip empty clip never stop aim say game corrupt fucked shit stuck niggas lucky bust shit plus mama told never stop bust nut fuck world cant adjust well hail mary come hail mary nigga run quick see wanna ride die la da da da da da da da come hail mary nigga run quick see wanna ride die la da da da da da da da penitentiaries packed promise makers never realized precious time bitch niggas wastin institutionalized live life product made crumble hardened smile crazy humble ballin catch father please cause im fallin liquor store pass hennessy hear callin get hell til reach hell aint scared mama checkin bedroom aint got head screws one life live got nothin lose one way trip prison sellin drugs wrapped livin life thugs homeboys clinton max doin bid raise hell real shit feel turn lights ill dark thuggin eternal heart hail mary nigga come hail mary nigga run quick see wanna ride die la da da da da da da da come hail mary nigga run quick see wanna ride die la da da da da da da da got p b thug family since outlawz run streets like scandalous freaks enemies die walk around half dead head k blasted hennessy thai chronic mixed im twisted blistered high visions thug livin gettin forever live multiply survived thugs die wont cry unless comin slugs peep whole scene whatevers goin around brain kind cloudy smoked feelin rowdy ready wet party whoever motherfucker nasty new street slugger heat seeks suckers regular mashin stolen black ac integra cocked back sixty seconds til draw thats im deadin ya feet first youve got nice gat heats worse thug preachin church gave love eatin dirt needin work aint nigga put cause word bond broke hustle til dawn thats sun came theres one way hold head stay niggas get pay weight rape beat breaks outlawz paper chase relate shit dont got shit gotta take dealin fate hopin god dont close gate rape beat breaks outlawz paper chase relate shit dont got shit gotta take dealin fate hopin god dont close gate come hail mary nigga run quick see wanna ride die weve travelin weary road sometimes life heavy load ride ride like bullet hail mary hail mary wont worry everything curry free like bird tree wont worry everything curry yes free like bird tree runnin penitentiary time liberty hail mary hail mary westside outlawz makaveli solo killuminati 7 days appreciated young mama beef seventeen years old kicked streets though back time never thought id see face aint woman alive could take mamas place suspended school scared go home fool big boys breakin rules shed tears baby sister years poorer little kids even though different daddies drama things went wrong wed blame mama reminisce stress caused hell huggin mama jail cell whod think elementary hey id see penitentiary one day runnin police thats right mama catch put whoopin backside even crack fiend mama always black queen mama finally understand woman aint easy tryin raise man always committed poor single mother welfare tell theres way pay back plan show understand appreciated lady dont know love ya sweet lady place one ya sweet lady dont know love ya aint nobody tell us fair love daddy cause coward wasnt passed away didnt cry cause anger wouldnt let feel stranger say im wrong im heartless along lookin father gone hung around thugs even though sold drugs showed young brother love moved started really hangin needed money started slangin aint guilty cause even though sell rocks feels good puttin money mailbox love payin rent rent due hope got diamond necklace sent cause low never left alone cared could see comin home work late youre kitchen tryin fix us hotplate workin scraps given mama made miracles every thanksgivin road got rough youre alone youre tryin raise two bad kids theres way pay back plan show understand appreciated lady dont know love ya sweet lady place one ya sweet lady dont know love ya pour liquor reminisce cause drama always depend mama seems im hopeless say words get back focus sick little kid keep happy theres limit things childhood memories full sweet things even though act crazy gotta thank lord made words express feel never kept secret always stayed real appreciate raised extra love gave wish could take pain away make night theres brighter day everything alright hold struggle every day gotta roll theres way pay back plan show understand appreciated lady dont know love ya sweet lady place one ya sweet lady dont know love ya sweet lady lady lady lady california love california knows party california knows party city la city good ol watts city city compton keep rockin keep rockin let welcome everybody wild wild west state thats untouchable like eliot ness track hits eardrum like slug chest pack vest jimmy city sex sunshine state bomb ass hemp state never find dance floor empty pimps mission greens lean mean money making machines servin fiends game 10 years makin rap tunes ever since honeys wearin sassoon 95 clock watch diamonds shinin lookin like robbed liberace good diego bay city bomb city makin pay throw finger feel way dre puttin californ california knows party california knows party city la city good ol watts city city compton keep rockin keep rockin shake shake baby shake shake mama shake cali shake shake baby shake shake shake shake bail fresh jail california dreamin soon step scene im hearin hoochies screamin fiendin money alcohol life westside player cowards die strong ball cali riot rally live die la wearin chucks ballys dressed locs khaki suits ride flossin caution collide crews famous throw grams worldwide let recognize long beach rosecrans bumpin grindin like slow jam westside know row wont bow man say say give bomb beat dre let serenade streets la oakland sac town bay area back cali put mack give love california knows party california knows party city la city good ol watts city city compton keep rockin keep rockin south central uh thats right make shake shake shake baby shake shake mama shake cali shake shake baby shake shake shake shake shake cali uh uh west coast uh yeah uh uh long beach house uh yeah oaktown oakland definitely house frisco frisco know la pasadena yeah inglewood inglewood always good even hollywood tryin get piece baby sacramento sacramento throw yall throw throw cant see ya lets show fools westside cause know best side yeah thats right west coast west coast wont deny im straight ridah dont wanna fuck got police bustin cant nothin g lets get ready rumble know like g really go mind nigga get constantly money bitches bitches money stay grind nigga ambitions ridah ambitions ridah many battlefield scars driven plush cars life rap star nothin without guard born rough rugged addressin mass public attitude fuck cause motherfuckers love soldier must maintain composure ease though life complicated make uh ambitions ridah catch hot horny go inside spit game ear go telly ho equipped money benz cause bitch im barely broke im smokin bomb ass weed feelin crucial player player games tight feelings mutual hustlin prayers breakin motherfuckers pay got time bitches cause hoes try play us im meal ticket mission want mil im wishin competition got blitzed bullshit stressin ima rhyme though clown hoes like mandatory guts glory nigga bitch got game distorted said cant trust bitch business got death row money hungry bitches gettin suspicious started plottin plannin scheme come twist us thug niggas point game tight syke bogart strapped night got problems handle motherfuckers see niggas jealous cause deep hearts wanna uh yeah got right beside ya hopin listen catch payin attention ambitions ridah wont deny im straight ridah dont wanna fuck got police bustin cant nothin g wish rise jealous coward motherfuckers despise time ride first side give 9 im ready die right tonight motherfuck life thats screamin drill im hard kill open fire see kill witness steel spittin adversaries envious id rather die capture watch bleed mama come rescue im suicidal thinkin thoughts im innocent therell bullets flyin im caught fuck doin jail time better day sacrifice wont get chance like nigga tys thuggin life right nigga die let brothers try least tried time die man pick way leave fuck peace police ambitions ridah wont deny im straight ridah dont wanna fuck got police bustin cant nothin g murderous lyrics equipped spirits thugs pay block evade cops cause know comin hesitant reappear away years im back adversaries reduced tears question methods switch speeds sure bitches bleed niggasll feel fire mothers corrupted seed blast didnt finish didnt diminish powers im back motherfuckin menace cowards thats tried set bitch ass niggas team indeed wet im back reincarnated incarcerated time contemplate way god made lace em lyrics thats legendary musical mercenary money ill motherfuckers buried gettin much mail jail niggas tellin kill knowin get gon feel witness realest hoo ridah put shit inside cry people find ya remind ya historyll prove authentic revenge niggas played cowards nigga right beside ya hopin listenin catch payin attention ambitions ridah wont deny im straight ridah dont wanna fuck got police bustin cant nothin g wont deny im straight ridah dont wanna fuck got police bustin cant nothin g wont deny im straight ridah dont wanna fuck big syke nook paint bogart big serge yall know shit go eyes motherfuckin og roll club shit right eyes eyes know bet got twisted dont know trust many player hatin niggas tryna sound like us say ready funk dont think knowin straight depths hell cowards goin well still nigga holla see let devils sorry day finally freed got caravan niggas every time ride hittin motherfuckers pass die live life boss player cause even im high fuck get crossed later futures eyes cause want cash thangs five double 0 benz flauntin flashy rings uhh bitches pursue like dream known disappear eyes like dope fiend seems main thing major paid game sharper motherfuckin razor blade say money bring bitches bitches bring lies one niggas gettin jealous motherfuckers die depend like first fifteenth might hold second punks wont get got four niggas low riders ski masks screamin thug life every time pass eyes live life thug nigga day die live life boss player cause even gettin high eyes live life thug nigga day die live life boss player cause even gettin high hey nigga pac much trouble world nigga cant nobody feel pain worlds changin everyday times movin fast girl said need raise long last im caught woman pistol chips triple beam got smokers whistle dip im lost land plan livin life flawless crime boss contraband let toss mediocres got lot nerve let bucket swerve im takin curb nervousness neglect make pack tec devoted servin moet pay checks like akai satellite nigga im forever ballin aint right parasites triggers fleas crawlin sucker duck get busted emotion devotion handlin business nigga keep coastin goin came back lonely homie steady flowin grain niggas still dont know money rap shit crap shit aint funny niggas dont even know act shit say another way blunts gin day 24 parlay little homie g cant see im buster free niggas cant stand eyes live life thug nigga day die live life boss player cause even gettin high eyes eyes live life thug nigga day die live life boss player cause even gettin high eyes feds watchin niggas plottin get survive die come lets picture possibility givin charges lawyers makin grip told judge raised wrong thats blaze shit hyper kid cold teenager mobile callin big shots scene major packin hundreds drawers fuck law bitches fuck passion im livin rough raw catchin cases fast rate ballin fast lane hustle til mornin never stopped cash came live life thug nigga day die live life boss player cause even gettin high niggas got tossin shit put top time floss shit keep head nigga make motherfuckers suffer benz burnin rubber money mandatory hoes stress criminal lifestyle equipped bulletproof vest make sure eyes meal ticket get money motherfucker lets get rich well kick eyes live life thug nigga day die live life boss player cause even gettin high eyes eyes live life thug nigga day die live life boss player cause even gettin high eyes pay attention niggas see shit go nigga walk motherfucker like bing cops bitches every motherfuckin body got bustas hoes police watchin nigga know like think im walkin around kis pocket somethin think im goin back jail really dope know yall watchin know yall got scopes know yall know thug life baby yall got surveillance huh eyes im knowin many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes bail empty halls breath stinkin jaws ring ring ring quiet yall incomin call plus homie high school gettin time bury another brother nobody cry life baller alcohol booty calls used em adolescents recall raised gs loced blazed weed get roof lets get smoked blaze two morning still high assed screamin thug til die passed youre gone im zone thinkin dont wanna die alone gone got left stinkin memories love niggas death im drinkin hennessy tryin make last drank fifth ass passed cause life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes yeah nigga got word hell blew trial judge gave 25 l time prepare fed time wont see parole imagine life convict thats gettin old plus drama lookin babys mama takin risks keepin cheap tricks gettin life hood good nobody remember gamin dumb hotties yo party truer two schemin hits gettin tricks maybe slide buried rest nigga cause aint worried eyes blurry sayin goodbye cemetery though memories fade got name tatted arm ball til dyin days say goodbye kato mental rest peace thug til die many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left cause life goes bury smilin gs pocket party funeral let every rapper rock let hoes used know way befo kiss head toe give paper pen write life sin couple bottles gin case dont get tell people im ridah nobody cries die outlawz let ride get free live life fast lane got police chasin niggas old blocks old crews niggas guided back old school pour liquor toast homies see gotta die chose go brothers miss gone left nigga long mourn life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes many brothers fell victim streets rest peace young nigga theres heaven g lie told never thought death niggas last ones left life goes life goes homie gone cause passed away niggas doin life niggas doin 50 60 years shit feel nigga trust feel know mean last year poured liquor ya year nigga life goes gonna clock get money evade bitches evade tricks give playa haters plenty space basically represent baby next time see niggas gon top nigga gon like goddamn niggas came thats right baby life goes bitch hey kato mental yall niggas make sure poppin get man dont front life goes hold hold yes yes yes poems written shakur interpreted artists try plant somethin conrete yknowhatimean grow rose petal got kind scratches marks gon say damn look scratches marks rose grew concrete gon like damn rose grew concrete thing yknahmean grew instead sayin damn like damn grew came thats say yknowhatimean trouble survive make good dirty nasty yknowhahatimean unbelievable lifestyle gave im tryin make somethin one even cared rose grew concrete keepin dreams provin natures laws wrong learned walk without havin feet came concrete hear rose grew crack concrete provin natures laws wrong learned walk without havin feet funny seems keepin dreams learned breathe fresh air long live rose grew concrete one else even cared one else even cared rose grew concrete hear hear rose grew crack concrete provin natures laws wrong learned walk without feet funny seems keeping dreams learned breathe fresh air long live rose grew concrete one else even cared keepin dreams provin natures laws wrong learned walk without havin feet came concrete see wouldnt ask rose grew concrete damaged petals contrary would celebrate tenacity would love reach sun well roses concrete damaged petals dont ask thank god nigga ask hahahaha +kanye west,well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay drop floor make ass shake woah make ground move thats ass quake built house ass thats ass state roll roll roll weed thats ass tray say ye say ye dont every day day work long nights long nights get payday finally got paid need shade vacay niggas still hatin much hate need ak paris yeah im perrierin white girls politickin thats sarah palin get get get get get gettin hot californicatin give cause thats born raised okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe believe believe yuugh prime time top back pimp game ho im red leather cocaine im rick james ho im bill droppin ms pac man pill poppin ass ho im poppin blue dolphins need two coffins want heel money need bill money take time counts weighs thats real money check neck check wrist heads turnin thats exorcist audemars like mardi gras thats swiss time thats excellence two door preference roof gone george jefferson white frost pound cake duncan hines irrelevant woo lambo murcielago go wherever go wherever go pronto like okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe believe well weepin moanin gnashin teeth dancehall teeth gwan rub pon dem gums cuh time comes sound champion sound bugle blown fi many times still one time left cuh amount stripe weh deh pon shoulder let suicide doors threw suicides tour bus threw suicides private jet know mean im fly death step def jam buildin like im shit tell em gimme fifty million ima quit rappers taste level aint waist level turn bass til yo face level dont press get press kid plus yo bitch make bitch look like precious somethin bout mary gone molly whole party melting like dali everybody movin body dont sell apartment ill move lobby niggas loiterin feel important gon see lawyers niggas jordans okay catch campaign coupe color mayonnaise im drunk high time drinkin champagne airplane spit rounds like gun range beat like rampage hundred bands cut girl girl need band aid grade a1 chain color akon black diamonds backpack rhymin co signed louis vuitton horsepower horsepower polo got horsepower pound cost four thousand make rain want showers rain pourin cars foreign broads foreign money tall like jordan okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk okay lamborghini mercy chick thirsty im two seat lambo girl tryna jerk well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe believe believe well weepin moanin gnashin teeth weepin mournin gnashin teeth comes sound champion sound believe believe believe believe youre power youre power youre power youre power oh oh oh father beautiful mornin youre sun mornin babe turn nothin unwanted turn beautiful mornin youre sun mornin babe dont turn nothin unwanted help know stretch hands wanna feel liberated na na na turn wanna feel liberated na na na turn ever instigated sorry dont turn tell could relate help know stretch hands fuck model bleached asshole get bleach shirt ima feel like asshole high met tribeca shell get skin let shell get skin dont even wanna talk dont even wanna talk dont even wanna say nothin everybody gon say somethin id worried said nothin remind know lookin like owe somethin know want wanna wake beautiful mornin youre sun mornin babe turn beautiful mornin nothin unwanted turn beautiful mornin youre sun mornin babe dont turn nothin unwanted help know stretch hands wanna feel liberated na na na turn wanna feel liberated na na na turn ever instigated sorry dont turn tell could relate help know stretch hands shoot lights hide til bright oh another lonely night willing sacrifice life bitch im monster good bloodsucker fat motherfucker look whos trouble run jungles hear rumbles kanye west samples heres one example gossip gossip nigga stop everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands concert profit profit nigga got everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands uh best living dead hands huh less talk head right huh eyes red devil im bout take another level bitch matter go get aint nobody cold rap track triple double assists focus stayin bogus shit arguin older bitch actin like owe shit heard beat raps gave track pain bought chain always give back pain fucking money yeah act sane chi nigga hoes love accent chick came said number dial wanna make number one number two mix goose malibu call malibooyah goddamn yeezy always hit em new style know motherfucker well gon whatever wanna gosh cool know im gonna ah new think motherfuckers really really need cool cause youll never get top mami best advice get top ever sex pharaoh ah put pussy sarcophagus claiming bruised esophagus head class swallowship im livin future present past presence present kiss ass gossip gossip nigga stop everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands concert profit profit nigga got everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands sasquatch godzilla king kong loch ness goblin ghoul zombie conscience question things common everybody knows im motherfuckin monster conquer stomp ya stop silly nonsense nonsense none niggas know swamp none niggas seen carnage ive seen still hear fiends scream dreams murder murder black convertibles kill block murder avenues rape pillage village women children everybody want know achilles heel love dont get enough get vampires bloodsuckers see niggas made millionaires millin spillin feelings air see fake fucks fangs tryna draw blood ice cold veins smell massacre seems way back bastards gossip gossip nigga stop everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands concert profit profit nigga got everybody know im motherfuckin monster ima need see fuckin hands concert ima need see fuckin hands pull monster automobile gangsta bad bitch came sri lanka yeah im tonka color willy wonka could king watch queen conquer okay first things first ill eat brains ima start rocking gold teeth fangs cause thats motherfuckin monster hair dresser milan thats monster monster giuseppe heel thats monster shoe young money roster monster crew im bank funny face im fake aint notice cause money aint let get straight wait im rookie features shows ten times pay 50k verse album yeah moneys tall barbies got climb hotter middle eastern climate violent tony matterhorn dutty wine wine nicki titties sign thats niggas one track minded really really dont give f u c k forget barbie fuck nicki sh shes fake diet pockets eatin cheesecake ill say bride chucky childs play killed another career mild day besides ye cant stand besides think menage friday pink wig thick ass give em whiplash think big get cash make em blink fast look saw live ah im motherfuckin monster crossed limelight ill ill let god decide wouldnt last shows headed home crossed limelight ill ill let god decide cide wouldnt last shows headed home crossed limelight ill ill let god decide cide wouldnt last shows headed home dont want devils house god want lord thats hallej hand satan jesus praise lord hallelujah god dont want devils house god want lord thats hallej hand satan jesus praise lord im tryna keep faith ultralight beam ultralight beam god dream god dream everything everything deliver us serenity deliver us peace deliver us loving know need know need know need thats need oh pray paris pray parents god dream god dream god dream ultralight beam ultralight beam god dream god dream everything everything im tryna keep faith im looking somewhere feel safe end holy war im tryna keep faith send oppression blessings oh whyd wrong persecute weak makes feel strong dont much strength fight look light make wrongs turn right head high look light hey cause know youll make everything alright know youll take good care child oh longer afraid night cause look light come shield name field questions feel pain one judge dont dont know dont know foot devils neck til drifted pangaea im moving family chatham zambia treat demons like pam mean fuck friends damn gina way since arthur anteater wanna hit woo wap bam tryna snap photos familia daughter look like sia cant see feel lyrics spirit coming braille tubman underground come follow trail made sunday candy im never going hell met kanye west im never going fail said lets good ass job chance 3 hear gotta sell snatch grammy lets make free bars hard aint one gosh darn part cant tweet part nobody else speak part nobody else speak little light mine glory god yeah ima make sure go cant go dont wanna ride ima still give em raincoats know god said made first rainbow throw end im late intro ugh im fun know nigga lost laugh head cause bet ex looking back like pillar salt ugh cause theyll flip script ass like wesley spike cannot mess light look lil chano 79th ultralight beam ultralight beam god dream god dream everything everything im tryna keep faith im looking somewhere feel safe end holy war father prayer everyone feels theyre good enough prayers everybody feel theyre messed everyone feels theyve said im sorry many times never go far cant come back home thats need faith safe war b b b b bound fall love bound fall love uh huh honey niggas lame know real nigga hold sposed drown bound fall love b b b b bound fall love uh huh honey doin club thursday say girl birthday ordered champagne still look thirsty rock forever 21 turned thirty know got bad reputation walk around always mad reputation leave pretty girl sad reputation start fight club brad reputation turnt nightclub basement ill turn plane around ass keep complainin gon mad vacation dutty wining round jamaicans uh prom shit dont tell mom shit red cup lawn shit got fresh cut straight salon bitch know youre tired lovin lovin nobody love nobody nobody close eyes let word paint thousand pictures one good girl worth thousand bitches bound bound uh huh honey wanna fuck hard sink give somethin drink step back cant get spunk mink mean damn would jeromey romey romey rome think hey remember first met okay dont remember first met hey admittin first step hey know aint nobody perfect know hoes got worst rep hey backstroke im tryna perfect hey ayo made thanksgivin hey maybe make christmas asked wished wishlist ever asked bitch bitches maybe could still make church steps first gon remember forget long ass verses im tired tired jesus wept know youre tired lovin lovin nobody love nobody nobody grab somebody leavin party nobody love nobody nobody uh huh honey jeromes house watch mouth jeromes house watch mouth bound fall love bound bound fall love bound uh huh honey chill chill chill chill chill chill chill chill chill chill chill chill mama raised era clean water served fairer skin doin clothes woulda thought help wasnt satisfied unless picked cotton see broke nigga racism thats dont touch anything store rich nigga racism thats come please buy want bentley fur coat diamond chain blacks want things used niggas everybody playin spendin everything alexander wang new slaves see leaders followers id rather dick swallower see leaders followers id rather dick swallower throw maybach keys wear heart sleeve know new slaves see blood leaves see blood leaves see blood leaves know new slaves see blood leaves throwin hate want stay ease fuck corporation yall niggas cant control know new slaves know new slaves im bout wild fuck im goin bobby boucher know pussy aint free niggas pussy aint yall throwin contracts know niggas cant read throw maybach keys fuck cest la vie know new slaves yall niggas cant fuck yall niggas cant fuck ye yall niggas cant fuck ye ill move family country cant see stay go grab reporters smash recorders see theyll confuse us bullshit like new world order meanwhile dea teamed cca tryna lock niggas tryna make new slaves see thats privately owned prison get peace today prolly hamptons braggin bout made fuck hampton house ill fuck hampton spouse came hampton blouse hampton mouth yall bout turn shit im bout tear shit im bout air shit fuck gon say wont end high time long long long cannot survive im dyin cant lose cant lose cant lose cause cant leave lets get high get high high high ooh hoo hoo hoo woo yeah h h h high h high high high high high igh high high h high igh yeah high high igh egyszer nap ugy elfaradt elaludt mely zold olen az embereknek fajt sotet megsajnalt eljott kozenk strange fruit hangin poplar trees blood leaves need clear mind racin since summertime im holdin summer want cant buy cause aint got money right told wait yeah told wait ima need little time cause aint got money right thought could wait yeah thought could wait bitches surroundin want something talk would lost without couldve somebody thought youd different bout know lets get couldve somebody stead tell somebody lets take back first party tried first molly came body came body running naked lobby screamin love limelight tore ya limelight stole ya remember young would hold blood leaves know aint wrong something strange happenin couldve somebody couldve ugh couldve somebody first party tried first molly came body came body call lawyers tried destroy us gon lie lawyer like dont even know ya gotta bring back nolia fuck niggas cause im niggas fuck niggas cause im niggas fuck niggas cause im niggas ride niggas id die second string bitches tryin get baby tryin get baby talkin crazy dont give damn used talk jay z aint beyonce need stop actin lazy instagram like badbitchalert instagram watch like madrichalert wanna see ass reverse two thousand dollar bag cash purse sittin courtside wifey side gotta keep em separated call apartheid said pregnant ated thats night heart died gotta go tell girl report main reason cause pastor said cant abort driver say new benz cant afford cocaine table cant snort go money court got alimony uh yeah yeah got homie yeah til death part uh unholy matrimony summer night holdin long long din long waiting summer rose breathe breathe breathe breathe breathe breathe live learn live learn livin livin like im lonely lonely lonely livin livin live live theme song leather black jeans means pardon im getting scream enter kingdom watch bring home see black man white woman top floor gone come kill king kong middle america packed came see black skin number one question theyre askin fuck every question askin dont get ran catholics come conservative baptists claiming im overreactin like black kids chiraq bitch four mornin im zonin say im possessed omen keep 300 like romans 300 bitches trojans baby livin moment ive menace longest aint finished im devoted know know follow cause shit bout go im 500 im outta control theres nowhere go theres way slow knew knew past wouldve blacked ass four mornin im zonin say im possessed omen keep 300 like romans 300 bitches trojans baby livin moment ive menace longest aint finished im devoted know know stop coon shit early morning cartoon shit goon shit fuck whole afternoon shit im aware im wolf soon moon hit im aware im king back tomb bitch black room bitch stop coon shit niggas aint doin shit niggas aint doin shit come homie happened niggas aint breathin gaspin niggas aint ready action ready ready action action four mornin im zonin think im possessed omen keep 300 like romans 300 bitches trojans baby livin moment ive menace longest aint finished im devoted know know follow cause shit bout go im 500 im outta control theres nowhere go theres way slow knew knew past wouldve blacked ass god god god god god god god god god god god look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya look ya always find yeah always find something wrong puttin shit way long im gifted finding dont like think time us toast lets toast douchebags lets toast assholes lets toast scumbags every one know lets toast jerk offs thatll never take work baby got plan run away fast find pictures email sent bitch picture dick dont know females im good shit see could good girl still addicted hoodrats blame everything least know thats im good always find yeah always find yeah always find something wrong puttin shit way long im gifted finding dont like think time us toast lets toast douchebags lets toast assholes lets toast scumbags every one know lets toast jerk offs thatll never take work baby got plan run away fast run away baby ah run away run away baby run away starts get crazy run away babe got plan run away fast run away baby run away run away baby run away starts get crazy cant run away baby got plan run away fast twenty four seven three sixty five pussy stays mind alright alright admit pick next move could leave live ichabod crane motherfuckin top split go back wearing knockoffs haha knock neimans shop lets talk mai tais waitress top hoes like vultures wanna fly freddy loafers cant blame em aint never seen versace sofas every bag every blouse every bracelet comes price tag baby face leave cant accept basics plenty hoes baller nigga matrix invisibly set rolex faceless im young rich tasteless p never much romantic could never take intimacy know damage cause look eyes killing guess knew advantage cause could blame everything dont know ima manage one day leave always find yeah always find something wrong puttin shit way long im gifted finding dont like think time us toast lets toast douchebags lets toast assholes lets toast scumbags every one know lets toast jerk offs thatll never take work baby got plan run away fast yeah supermodel thick damn ass bustin bottom ima lose mind crazy medulla oblongata get rubbin lamp get genie bottle fuck fuck pussy good go n back pipe ima pipe make mine done fell love juicy thing make pussy sing one time baby big make cry come boohoo shit yeah supermodel thick damn ass bustin bottom ima lose mind crazy medulla oblongata get rubbin lamp get genie bottle pull kerry washington thats gon enormous scandal could naomi campbell still might want stormy daniels sometimes gotta bag boss call takin corey gambles find food court might enjoy sample thots christian mingle almost got tristan single dont ball like kobe guarantee bitch gonna leave ayy time extremely valuable prefer waste girls thats basic thats ye shit right lets want lets threesome blunt love titties cause prove focus two things yeah supermodel thick damn ass bustin bottom ima lose mind crazy medulla oblongata get rubbin lamp get genie bottle get genie bottle let hit raw like fuck outcome ayy none usd without cum ayy aint income ayy ayy let see go ahead spend ayy drivin round dri fit ayy ima think type dry snitch hm mhm see pull three stripes ayy ayy ima fuck around make bitch yeah supermodel thick damn ass bustin bottom ima lose mind crazy medulla oblongata get rubbin lamp get genie bottle get genie bottle +cypress hill,trying get crazy ese dont know im loco one flamboyant tip ill toss ham frying pan like spam get done come slam damn feel like son sam dont make wreck shit hectic next get chair got going like general electric aaaant lights blinking im thinking go drinking ohh making mind slow thats dont fuck big 4 bro got maintain cause nigga like going insane insane membrane insane brain insane membrane insane brain insane membrane crazy insane got brain insane membrane insane brain shit undercover time blubber blabber watch belly get fatter fat boy diet dont try ill jack yo ass like looter riot shits fat like sumo slamming dat ass leavin face grass cause know dont take duro lightly punks jealous cause cant outwrite kick style wicked wild happy face nigga never seen smile rip mainframe ill explain nigga like going insane insane membrane insane brain insane membrane insane brain insane membrane crazy insane got brain insane membrane insane brain like louie armstrong played trumpet ill hit bong break something soon got get props cops come try snatch crops pigs wanna blow house head underground next town get mad come raid pad im nine deuce cad yes im pirate pilot ship get ultraviolet dream hide red light beam believe unseen look dont make eyes strain nigga like going insane insane membrane insane brain insane membrane insane brain insane membrane crazy insane got brain insane membrane insane brain another one ol funky cypress hill things know im sayin goes like hey dont miss youre passin youre missin hoota funky buddha eluder fucked styles get wicked come cypress starts kick cause like outlaw stridin suckers hidin jump behind bush see drivin hangin window magnum takin putos actin kinda loco im another local kid street gettin paid vocals something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand im ignorin dumb shit yo nothing comin im gonna waste time fuckin around gat straight hummin hummin comin cha know gat ya time action fraction friction got clearance run interference satellite shinin battle light sen got gat know thatll gat ya right heres example little sample could kill man one time tried come home take chrome said yo take cover son youre assed like chrome watched rookie pass didnt blast anyway hahaha young punk pay killed man something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand could kill man gonna long time finish one many missions establish light spliff ignite ya insights aint bullshit say punk try get auto would call one time play role model think play like thug next ya hear shot magnum slug hummin comin cha yeah ya know im gonna gat ya ya know im havent ive understand im comin youre hill bigger home im riskin dome bucket fast ducat stay alive ay yo gotta say fuck something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand could kill man something cant understand wanted pepsi hits bong hits bong hits bong hits bong pick pack fire come along take hit bong put blunt second dont get wrong new method inhale exhale got ounce mail like blunt big fat cone double barrel bong gettin stoned home skillet theres water inside dont spill smells like shit carpet still goes smooth get clean hit skunky funky smelly green shit sing song puff night long take hits bong hits bong yall get hit hits bong get hit hits bong get hit hits bong lets smoke bowl hit bong take finger hole plug unplug dont strain love mary jane never complains hit mary flame light cherry shes good pack fresh bowl clean screen dont get stirred smoke bub bling water makin pure got ta take hit hold like chong get bowl reload get four footer bring take hits bong hits bong get hit hits bong get hit hits bong get hit hits bong get hit hits bong get hit shitll straighten dick get hit mira joven si busco alguien que mueva producto pero que lo mueva con madre pos sabes que compa yo aqui en el norte yo soy el que controla yo te lo puedo mover todo 80 100 palos la semana te traemos toda la feria limpio ese pues bueno aqui tenemos un negocio vamos hacer hombres ricos tomamos del gusano pa la salud pa la salud primero yo primero usted grrrrrah mexican yells word tequila style cometelo eat worm motherfucker tequila spice hot nice feeling right sipping jose cuervo tiajuana mexico thinking big score night met connect impressively dressed high fabrics troops like beirut mezzanine brandishing sub machine guns aye yo money son thats reason came south border complete work order gotta get looking back going ready attack die minute flat god witness got ditches motherfuckin fake bitches boils business nothing personal niggas acting like helping fuckin blast like frank castle motherfucker tequila sunrise bloodshot eyes realize born die get money nigga tequila sunrise bloodshot eyes realize born die get money nigga never knew money like palm hand til met man mad hook big plan every looka got everybody shook running cover big bad wolf motherfucker like father figure show bigger picture fuck slangin corner dont let pigs get like fools dont comprehend end twenty five bit pen got getting cup took swig bitter taste mezcal free worm shit droppin lesson slapped face said listen pay attention brotha youre ace dont ever question say youll rich keep mind rats lay ditch spine dont ever forget golden rule game cheers know name like fame women money dont mix like drinking driving watch conniving women keep eye always aware whats around wanna fuckin clown keep shit order money wont stop pretty soon youll top tequila sunrise bloodshot eyes realize born die get money nigga tequila sunrise bloodshot eyes realize born die get money nigga tequila sunrise bloodshot eyes time flies goes surprise mentor passed passed warn emergency enemies wanna murder eat worm mothafucka burn mothafucka better kill dont let return mothafucka trust man cause ill back understand plan ice hand want recall words jesus juice better go get dont let get head embed let words stick better ready die take fucking sip caution never lie tequila sunrise bloodshot eyes realize born die get money nigga tequila sunrise bloodshot eyes realize born die get money nigga tequila eat worm ese eat shit dont scared ese yo man know said hed homies damn hes little late hell wait good shit man man dude said shit powerful shit hope hes got good shit man late 5o clock already gonna homies hes gonna homies people tell need help people fuck go hell god damn criticize shit rise family despise fuck em feed em cause dont need em wont join em beat em dont understand logic gat money im hooked chronic never wanted hurt nigga unless ya come flexin trigga dig ya grave east side towwwwn lay ya six feet undergrounnnnd man dust ashes remember tell cash click clack barrel dome give loot aint goin home aint goin bang wa da da dang wa dada daa dang im havin illusions confusions drivin mad inside im havin illusions confusions fuckin mind im havin illusions confusions drivin mad inside im havin illusions confusions fuckin mind motherfuckers drivin walls hopin fall lick balls straight jacket strap padded room punk niggas cant hack distracted reality im let minor technicality fucked cause let nigga back streets somehow im lookin someone like livin world degree loose city lookin ho wit big titties lookin feel shitty little tensed gettin hot cause looks like girl got smoked crack spot im tryin find ways cope aint fuckin round gauge rope im havin illusions confusions drivin mad inside im havin illusions confusions fuckin mind im havin illusions confusions drivin mad inside im havin illusions confusions fuckin mind im havin illusions im havin illusions im havin illusions im havin illusions im havin illusions im havin illusions im havin illusions im havin illusions want get high high want get high high want get high high want get high high well funk elastic blunt twist slamafied buddha fied funk discus oh missed got bear witness catch ho another ho merry christmas yes smoke shit straight roach clip roach blunted ones approach forward motion make sway like ocean herb powerful potion whats commotion yo im joking around people learning theyre smoking ovens high roast quail tell bill clinton go inhale exhale felt funk thai wanna feel effects want get high high want get high high want get high high want get high high yo hits bong yo hits bong yo hits bong yo hits bong bong yo hits bong yo hits bong bong yo hits bong bong alot asharks theretryna take bite somethin whats hot lot chameleons theretryna change anytime somethin new comes alongeverybody wants bite dont happen overnight wanna rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly remember days young kid growin looking mirror dreamin blowin rock crowd make money chill honeys sign autographs whatever people want shits funny impossible dreams manifest games comin nevertheless got go gusto dont know blood sweat tears losing peers losing years past gone hopefully dont manifest wrong guy egomaniac brainiac dont know act shits deep 48 tracks studio gangster mack signed deal thinks hes gonna make mil never till crosses still filling head fantasies come show sacrifice takes make cheese wanna rock superstar biz take shit people dont know wish fun games price fame high cant pay way still trapped rappin tell happened lost clout route took started collapsing fans fame respect change women everybody shits name wanna rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly people see rockstars younawhaimsayin stilltrynaget like like everybody else know fun job still job know save money man save money hit single dont last long younawhaimsayin meanyoure lucky game theres gon another cat comin lookin like soundin like next year know theyll flipside whatchu somebodyll try spin like serious ever big dreams makin big cream big shot heavy hitter mainstream wanna look trendy bentley snob never act friendly wanna big fame let explain happens stars big brains first get played like damn day long sell everything okay get dissed media fans things never stay way began heard never give full fullest thats fools end dining bullet think everythings fine big time see lex chrome raised high wanna roll far live large aint goes bein rock star wanna rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly son dont know im chillin hotel room lonely thank god im homies sometimes wish back home radio video didnt show love phony gotta hit road slowly record gets pushed sony im middle like monie press say people disown best way back keep head straight never inflate cranium theyre worried honies palladium wanna cling swing go fall hoes roll till next rock superstar shame give year hell right game last one came gained fame started gettin ignored warned assured aint easy take weezy sleezy people wanna cheesy fuckin lethal assassins assassins wanna rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly rock superstar live large big house five cars youre charge comin world dont trust nobody gotta look shoulder constantly livin fat pockets flat gat rolling around nine deuce cadillac still got homies watch back theyll smoke ass wanna come chat thats pigs kids come sweating follow hollow point shells hard swallow wallow come roll put clip four five bring ass left kicking dust hear gat bust cribs surrounded im get rushed brushed death many shells stuffed closet big chrome things kept shit goes better ready shit goes better ready shit goes better ready shit goes better ready told boys get sawed glock rest gats strapped bullet proof vest boom think got one chest hot damn didnt want kill man shit still stand tall hill clan yall better stand back niggas bout ta fall im coming blasting like yosemite sam got cheese bread ham shit goes better ready shit goes better ready shit goes better ready shit goes better ready hello im dr greenthumb ever problem running weed cant find anywhere well try dr greenthumb grow tips ill show grow inside seed clone best homegrown youre afraid pesky pork choppers sky worries well fix one dr greenthumb sizzlean screens block nosy pigs vision dont believe ask one many satisfied clients jed sanders well works hyuh hyuh hello mah name jaid ahm farmer ive growin mary jah wana fer twenty years uhh uhh dr greenthumbs sizzlean screen dont point shotgun pesky porkers thanks dr green youre shit yes dr greenthumbs got guarantee try book youll chronic time dial 1 800 713 grow thats 1 800 713 g r w hello dr greenthumb paging dr greenthumb hello name dr greenthumb id like tell im hills trees grow wild weed fields fuckin pigs shields holding blue steels greenhouse effect weed connect dea cant keep greenthumb check hps god bless whole crop please god dont let see cops trunkload ready hit highway dont let eye sky fly way gonna big trouble thats shit cant growin without permit fuck study 215 trip way come suck dick weed cant grow without attention hello name dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im hello name dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im ayo dr greenthumb come back one time people cant live without herb man theyd drinkin drivin swervin thanks dr greenthumb weed grow backyard inside hydro kush plant brush tangerine dream tasty blowin fuckin smokescreen cycles weed constantly grown somebody give razor cut clones id like stop feels good horny plants stinkin whole neighborhood dea never wanna leave alone never ever ever gotta warrant home funny sound knockin door sorry greenthumb cant talk please dont follow sun hello name dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im hello name dr greenthumb lab need rehab cant drive call cab closet weed dried like eiht said aint place hide dont wanna buy weed cop get locked close shop thats buy weed one thats call dr greenthumb scientifical mystical one growin crops rays sun come one come see done see pigs theres need run cause pigs greenthumb never know outcome see photo album weed growin like erection look never told call real im dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im hello name dr greenthumb hello name dr greenthumb hello name dr greenthumb id like tell im hello name dr greenthumb dr greenthumb doctor bulova plant needs special tending doctor need oxygen need co2 doctor dr greenthumb youre needed doctor dyah doctor low ri der low ri der low ri der low ri der aww comin fo real cypress hill ohh baby got crunk yo trunk goin gangsta crazy real life hustlers playin games street got low ri der scrapin dippin three pop collar give holla throw yo dubs air tear roof mother lady let yo hair playa thang make feel alright smoke tree crack brew gettin freaky tonight people done bumpin head wonder wanted anything instead makin bounce many years already rock steady cut many niggas confetti want blaze whether mic spliff yes gift amaze thought couldnt come ten friend guess slay niggas still savin best nut better cover eyes cause never know spit start flowin drop rhymes grow like trees youre smokin ear drums feel like lungs brains chokin let soak seep creep im keepin motherfuckers deep end wanna trip got luggage stuff send cause aint rugged aww comin fo real cypress hill ohh baby got crunk yo trunk goin gangsta crazy real life hustlers playin games street got low ri der scrapin dippin three pop yo collar give holla throw dubs air tear roof mother lady let yo hair playa thang make feel alright smoke tree crack brew gettin freaky tonight cause cypress hill come ride us get inside bouncin dippin chop real tough lean side pimp yo hat tilt yo seat back dont front baby boy break bread sack vato fine hoodrat ranfla always roll deep streets like mafia pleito might come back haunt ya flossin much vatos gonna want ya right homes past makin feria spittin raps ya conoces im calle cypress ave el puro desmadre ya tu sabes dont play shit pendejos gettin hit quick wassup ese hood claim throw like aint thang hands air pinky rings soul assassins runnin everything vatos make sure check every barrio im well respected aww comin fo real cypress hill ohh baby got crunk yo trunk goin gangsta crazy real life hustlers playin games street got low ri der scrapin dippin three pop yo collar give holla throw dubs air tear roof mother lady let yo hair playa thang make feel alright smoke tree crack brew gettin freaky tonight low ri der low ri der low ri der low ri der low ri der low ri der low ri der low ri der +wale,monogamy whatever call im startin think aint erybody us rushin anyways know im sayin aint rushin love aint judge lets neglect ifs make lets get bad never made love never sure know fuck ill bad girl ill prove ya cant promise ill good ya cause issues wont commit havin least admit ill bad yeah ill good bed ill bad bad never made love never sure know fuck bad girls aint good good girls aint fun hood girls want smart nigga college girls want thug seems fiend dont need got thing queen know leave aint bout judge dont judge aint gotta really sing rap sheet cause heard literal sense mean rough sex sayin love ya kiss sayin mean know callin mean ass oh irony got bomb indeed problem probably deep past still im feelin somethin need bad thinkin get get need dont need emotions open deep sea conceive ocean goin legs beg nope bed floor dope go couch slow motion around put lord knows gone fore morn hold bad never made love never sure know fuck ill bad girl ill prove ya cant promise ill good ya cause issues wont commit havin least admit ill bad yeah ill good bed ill bad hurt feelings break hearts stay quiet play smart take pride goin gettin hollered sayin nah saint dont pose dont wear make boatload ridin lake shore nose dont really date much slows got haters heard youre winter time cold shawty fall baby look approach court minds games nevermind cause lose physical sense mean aint tryna kiss suck feed gas aint like nigga suckin teeth nope play big trust ill humble yo mean ass look shawty actually prevent cause one front workin deep threat yep bed floor couch shower lord perm done love nah called morn cell number wasnt goddamn bad never made love never sure know fuck ill bad girl ill prove ya cant promise ill good ya cause issues wont commit havin least admit ill bad yeah ill good bed ill bad bad never made love never sure know fuck ima rap real quick wanna enjoy luxury like knowing real hold lotus flower bomb firefly im low take high teach sounds love flowerbomb let guess favorite fragrance got bomb huh im tryna detonate disrespecting baby tryna make smile try keep spirits thats lays try keep spirits lil vodka whatever took forever get dressed acknowledge effort clap deserves applause shawty working hard deserve vuitton shawty baton racing mind like heard got work heard strike care tell read mind dollars first caramel macchiatos shawty get work boyfriend nigga friend perks im tryna work huh tryna work nerves im tryna read mind im tryna feed mine im tryna give light tryna leave blind living fantasy feel dance feeling like need lady baby yeah cant see im talking eternity tell would care lady baby flower bomb blow mind sandra bull youre potion 9 navigating eyes destination thighs hate tell much cause stay much pride way young know love maybe dont need rush dont believe love first sight believe love first huh one night could wear inside could tell like persistence make cum tris think need one night cant decide came right easy baby thing tight lotus flower aint right aint thinking aint right cant decide cant fight easy baby bomb damned land mine least try speak peace eat lunch take shots whats flavor flat drinks call cups think need one night slightly done right gorgeous face dont know name aint important babe cause ima call mine living fantasy feel dance feeling like need lady baby yeah cant see im talking eternity tell would care lady baby cause dont know dont know clock keeps ticking baby whats gonna dont know dont know let teach sounds love ah ah ah ah eh eh eh eh ee ee ee ee u baby lotus heard heard haha yeah wal haha cause issues wal haha back ya bad girl bad never made love never sure know fuck ill bad girl ill prove cant promise ill good cause issues wont commit least admit ill bad noooooo yeah ill good bed ill bad bad never made love never sure know fuck hold bad girls aint good good girls aint fun look yeah cause real niggas want seems caught wrong thing got thing queen dont wanna leave got seems like ones roam never got ring see youre literal sense mean physical sense mean oops wait let give second need minute vent im telling heard im tellin could believe type fella yell gettin jealous talkin bout game wale got league pass bed floor couch hold know whats forget cause bad girls always unapologetic bad never made love never sure know fuck ill bad girl ill prove cant promise ill good cause issues wont commit least admit ill bad noooooo yeah ill good bed ill bad bad never made love never sure know fuck hurt feelings aint wrong work hard play harder got smart mouth like speed fly dont catch feelings busy catching g5 saint cept saint laurent gone blaze take wheel jah rihanna got women rivers island im tryin take dip ya never terrible bullshit ya enough concerns try live sucker love probably duck try follow gut feeling get lost yeah noticed got coldest corazon warmer skin froze try play sub zero scorpion pshh get today smellin like jean paul got ye got three friends dont even tweet aint ig follow k bed floor couch hold know whats forget bad bitches always unapologetic bad never made love never sure know fuck ill bad girl ill prove cant promise ill good cause issues wont commit least admit ill bad noooooo yeah ill good bed ill bad bad never made love never sure know fuck seinfield getting engaged like getting uh first hill roller coaster hear clickers loud sound really violent metal chunka chunka chunka go whats going know boy thing really really goes high wale im looking oh shit seinfield go top wedding top go top wedding youre screaming wale even make plans never think youre really ready marriage seinfield uh like growth youre cant ready tha growth gonna new gonna new youre gonna new life youre gonna new person couldnt make wait forever forever forever gotchu theres question heart youve got dont belong anyone theres question love youve got baby dont worry ive got plans baby ive making plans oh love baby ive making plans baby ive making plans baby ive making plans look ill admit albeit pathetic im late 20s still never wedding guess idea lobby empty sit well fault try get cause ima need sales cause im selfish need tryna see afloat dont wanna see excel cause failed see bout cry cause enter city leave without pride im sorry starin comments fearin gone always sharin wrong dare say ignore preparing day leave switch hard know temptation bitches tryna see relationships strong get place charts runaway heart gave music nothing sacred im wrong im promisin better though friends sayin let go aint gettin younger give promise forever though theres question heart youve got dont belong anyone theres question love youve got baby dont worry ive got plans baby ive making plans oh love baby ive making plans baby ive making plans baby ive making plans realest shit ever wrote realest shit ever wrote realest shit ever wrote ever knew love ill admit let hypothetic day find woman prolly scared share idea finding love would run somebody true wall could use plaques still gotta floss brush see im kinda lost im club couple move ons dark good nigga troubled heart went fallin love drunk fallin apart hard tryna find time move cause lost baby got shady shit got dark soft thank baby strong ex married solo say long nah good terms ended surely put dent worry business white picket fences flights children site stealin kisses nights intentions plan better though still sayin let go aint gettin younger women love eyes forever though theres question heart youve got dont belong anyone theres question love youve got baby dont worry ive got plans baby ive making plans oh baby ive making plans oh love baby ive making plans baby ive making plans baby ive making plans aint nothin planets seinfield always feel like im planet women kinda moving solar system marriage like decide jump planet across another planet one planet passes real close look go hey think jump across time everything took heart away money aint interested fame pray never change ambition priceless something thats veins put name uh hope selling dope grind cause times harder cellar floor momma taught never steal never tell folks grew looking niggas selling coke oh raised stop sign religion getting saved glock nine minute getting paid like hot line servin raw fiends calling dot com well connected well respected well protected aint get accepted rejected regret aint get message signal texting niggas calling fraud learned lesson move aggression use mind weapon cause chances never given tooken like interceptions throw pass ill cornerback folarin mmg gon bring warner back ambition easy dream dream though harder live gon love ambition easy dream dream though harder live gon love ambition easy dream dream though harder live look gon love ambition beautiful music painting pictures vision speaks define ambition ambition win get ends help pay little rent maybe sit benz saw momma praying wait results hot kitchen wait porch father missing war lord oliver north life diggin deeper kept coming short breaking many laws waking dark cut power time move powder soft many options coming projects sittin trap moving cyndi lauper girls wanna fun nigga change doubt ever change ambition priceless thats something thats veins doubt ever change ambition shit put name doubt ever change ambition easy dream dream though harder live gon love ambition easy dream dream though harder live gon love ambition easy dream dream though harder live look gon love ambition beautiful music painting pictures vision well wishes opposition niggas probably cop plea cop pistol got nothing got fucking potential every nigga read gotta get issue subscribe niggas reside lions killers aint spend minute streets im limitless mentally im lyrically zmt lebron shit 6 23 family everything money less important long mama love dont ever love woman got lot bitches got lot feelings got green eyes aint donnie simpson retire niggas fuck position placeholding slippery niggas cant even kick yall rambling talking shit bitches know real dont say know real gon feel ralph beautiful music painting pictures vision gon love ambition easy dream dream much harder live look gon love ambition beautiful music painting pictures vision gon love ambition shout marvin gaye love hate love hate love hate hold tight let go heal heart hurt soul build break make smile make frown give love take away give love take away yeah aint love heart city thats told beef 100 niggas dont none em know son mother studying udc sitting taxi cabs daddy roaming streets seven hallelujahs sutana clean everything wear americas tees whole system prolific dmv listen get keys seldom dont get beef make nigga wanna get piece get peace gon need wikipedia get pg mo county bet know every hood every burb got superb balance city made love forever hope celebrate every moment forever ignore made made im gon love little different top give love baby enough enough touch baby fuck baby us baby aint right life love hate thing give love baby enough enough touch baby fuck baby us baby aint right life love hate thing hold tight let go heal heart hurt soul build break make smile make frown give love take away give love take away yeah affinty grows city gets cold reaching goals gon meet foes dinner leonsis im dreaming homies see bottom floor im trying redefine culture renovate soul women town im manifestating every goal see potential john talk week media targets city aint ever sweet lost lot friends aint even dead way aint see stairs lord father opted follow heart would tear dreams let know rare im anywhere many heads niggas jealous never tell stare could blame us envy thing living know niggas commend champagne ima spill fill maybe stopped giving fuck opinions probably im temporarily fizzucks tell post leave propaganda politicians hold tight let go heal heart hurt soul build break make smile make frown give love take away give love take away guess maybe little problems could arise anything happened couldnt friends way would really bad good would good idea combine tryna keep low keep em need know tell everybody friends honest platonic shits tv shows place different folks case closed crack code cold cause feelings aint showin pokin clothes go put sweater get room forbidden fruit swimmin juice lot ways get train thought tryna get ch ch choo still keep low keep em need know could somebody tell somebody im somebody im sorry somebody gon need go work im tryna pressure cant stop thinkin bout aint even really gotta boyfriend wanna know name maybe time hook hang chill tryna keep low keep em need know tell em cool far got simple code spendin nights well thats optional telephones afternoon know overthinkin leads subtweetin every time ass mood sharin thoughts share room though barely talk share room dark still see curves body like swear god youre miracle still keep low keep em need know could somebody tell somebody im somebody im sorry somebody gon need go im tryna pressure cant stop thinkin bout aint even really gotta boyfriend wanna know name maybe time hook hang chill mean lets say like end world something shouldnt able want mean really big deal go come back complicated moronic im tryna pressure cant stop thinkin bout aint even really gotta boyfriend wanna know name maybe time hook hang chill baby got body like benz im trying drive baby got body like benz im trying drive shawty fill tank yeah start drinkin pardon im road raging know heard drive crazy yeah let pace patience let till fill every void youre like maybach thinking damn aint even make em like like high beam gleaming eye adore baby suicide little wordplay im hoping make smile least im line like dui girl remind jeep see whats g wagon take streets side im trying see hazards trying baddest wont fastest gotta make last hope comfortable need get youre like 62 little work curtains im skrrting came group trying leave coupe mean gots believe trying chase cat know im killing dawg aint feeling naw mean dont need roof remind jeep wanna ride something like car got keys need keys put show dont need clothes give little bit always take slow know dont wanna stop im trying make go speed like maserati look pose baby got body like benz im trying drive baby got body like benz im trying drive good woman scarce us wasnt prepared love know sound crazy miles scare im cause character good good nigga rare heard hear love one night dude reason cool let know clear enough yeah whats way way thats way think shawty straight like concept bayonne street morning slide needs ride im like tight lets keep amg sliding precipitating straight top let kiss physique im digging fleek im checkin gear tell good year spent grip feet like drive like park pull thing likely sore got floating like riding stars keep gps see going nothing stop slide prob ch ch chop swipe parts sex weapon snake garden know im viper put show dont need clothes give little bit always take slow know dont wanna stop im trying make go speed like maserati look pose baby got body like benz im trying drive baby got body like benz im trying drive thought important go right booth arguing think right hoarse everything like fuck though whats pessimism know cause every brother go always pick go trying show somethin got different approach told give heart try get globe world baby girl live deserve every time catch feelings go throw away gloves go together break go together break aint insecure bitch meanin love make good good shawty dont ever make love call name bet ready uh say ready aint ready enough cause fall right lap ready get sabotage love counterfeit shit one got cold feet love sun get done sabotage love counterfeit shit one got cold feet love sun get done cause feeling deep heart im feeling like never want apart gets good shes gone im left right back start girl likes sabotage love yeah take much heart got live moment ill never know guess ill meet right back start lets roll j pretend love ive got paper plane propelling buzz im trying make way never call back shes tryna fall back cuz say im love ignoring throwin shorty brushing swear kinda feel like shes slightly bizarre sabotage time avatard blue ball fault mine cause stick around leave sun leave something think yea something think people want single every time got spouse ha make hard faithful knowing go wherever get 8 ten depending wale going fuck got hair long weird shawty wares showing dead wrong gon miss good thing end bitter alone shit aint better alone get bet keep coming back keep coming back keep coming back keep coming back keep coming back girl likes sabotage love yeah take much heart gotshe live moment ill never know guess ill meet right back start sabotage love counterfeit shit one need aint never needed love let go let leave something could never ever said hearts cage cuz never love never hate marinate sabotage sabotage love sabotage sabotage love sabotage love keep coming back keep coming back keep coming back girl likes sabotage love yeah take much heart gotshe live moment ill never know guess ill meet right back start girl likes sabotage love yeah take much heart gotshe live moment ill never know guess ill meet right back start another sabotage another sabotage keep coming back keep coming back things like crack sure keep coming back gimme motherfuckin coughdrops ha maybach music money everything self made right shorty looking like money talking bout real money huh bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride got caught moment got caught moment kiss fuck good make call morning bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride temporary forever levitate nigga tease til hate hate navel kisses like 8 positions hit til make missin baby girl stroke official know paint picture hoes line em 9s couple em dimes hoes hard find aint always prowl soda mixed brown got quite open let let like marijuana bright like window tinted shout strippers hustle get know might throw big amount dont know im posed take know im posed praise dont mean aint posed take word bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money erry time fuck say money say get threesome say boy funny like real pick phone call one girls im pill pop perc girl put work long come first 14 racks put purse shit birkin bag make old dude mad murk passed dark blue jag say like style talk fast got drive might crash hold say fuckin long way gon ride dick long day nigga look bitch looking wrong way something mean look exactly like song say bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride bitch bad lookin like bag money bitch bad lookin like bag money go get let count fuck good always ride got caught moment got caught moment kiss fuck good make call morning diff --git a/lecture/lecture-9/rappers/scrape.py b/lecture/lecture-9/rappers/scrape.py new file mode 100644 index 000000000..10262f6c2 --- /dev/null +++ b/lecture/lecture-9/rappers/scrape.py @@ -0,0 +1,149 @@ +""" +File: scrape.py +--------------- + +Scrapes the top N songs for each of the artists from Genius +""" +import os +import sys +import re +from string import punctuation +from pathlib import Path +from traceback import format_exc +import logging +import contextlib +import json +import multiprocessing as mp +from textwrap import indent + +from unidecode import unidecode +from lyricsgenius import Genius +from nltk.corpus import stopwords +from dotenv import load_dotenv +from slugify import slugify + +load_dotenv() + +# Hyperparameters +N = 10 + +# Genius +GENIUS_TOKEN = os.getenv('GENIUS_TOKEN', '') +genius = Genius(GENIUS_TOKEN) + +# Tasks +ARTISTS = set(open('artists.txt').read().split('\n')) +RECALCULATE = set(sys.argv[1:]) + +# NLP +STOP_WORDS = set(stopwords.words('english')) + +# Get logging level +level = logging.INFO +try: + level = int(sys.argv[sys.argv.index('-l') + 1]) +except (ValueError, IndexError): + pass + +try: + level = int(sys.argv[sys.argv.index('--level') + 1]) +except (ValueError, IndexError): + pass + +# Send logging to sys.stdout +root = logging.getLogger() +root.setLevel(level) +handler = logging.StreamHandler(sys.stdout) +handler.setLevel(level) +formatter = logging.Formatter( + '%(asctime)s:%(name)s:%(levelname)s:%(message)s' +) +handler.setFormatter(formatter) +root.addHandler(handler) + + +def clean_song_lyrics(lyrics: str) -> str: + """ + Cleans the Genius song lyrics output. + + Arguments + --------- + lyrics -- The lyrics to clean + + Returns + ------- + A version of the lyrics without any stop words or extraneous characters. + """ + lyrics = re.sub(r'\[.*?\]', '', lyrics) + lyrics = re.sub(r'\(.*?\)', '', lyrics) + lyrics = unidecode(lyrics) + + # Remove punctuation + for ch in ('-', '_'): + lyrics = lyrics.replace(ch, ' ') + for ch in punctuation: + lyrics = lyrics.replace(ch, '') + + # Tokenize and remove stop words + lyrics = lyrics.lower().split() + return ' '.join(word for word in lyrics if word not in STOP_WORDS) + + +def scrape_artist(artist: str, num_songs: int = N): + """ + Scrapes the lyrics for the num_songs songs for the artist and stores them in + a JSON file in the rapper-data/ directory. + + Arguments + --------- + artist -- The artist to get data for + num_songs -- The number of songs to get for the artist + """ + logging.info(f'Starting lookup for {artist}...') + slug = slugify(unidecode(artist)) + p = Path(f'rapper-data/{slug}.json') + + # Should we scrape lyrics for this artist? + already_cached = p.exists() + should_recalculate = slug in RECALCULATE + should_continue = (not already_cached) or should_recalculate + if not should_continue: + logging.info(f'Skipping {artist}: {already_cached=}, ' + f'{should_recalculate=}.') + return + + # Query the API, silently + with open(os.devnull, 'w') as f, contextlib.redirect_stdout(f): + try: + logging.info(f'Getting {num_songs} songs for {artist}...') + artist_data = genius.search_artist(artist, max_songs=num_songs) + except Exception as e: + lines = format_exc().split('\n') + tb = indent('\n'.join(lines[:4]), ' ') + logging.error(f'Error for {artist}:\n{tb}\n' + f'({len(lines) - 4} lines omitted)') + return + if not artist_data: + logging.warning(f'No data for {artist}.') + return + + # Collect the data on the songs + logging.info(f'Retrieved {len(artist_data.songs)} songs for {artist}...') + all_songs = {} + for song in artist_data.songs: + all_songs[unidecode(song.title)] = clean_song_lyrics(song.lyrics) + + # Write the data to JSON + with p.open('w') as f: + json.dump(all_songs, f) + logging.info(f'Stored artist data in {p}') + + +def main(): + # Launch scrapers + with mp.Pool(2 * mp.cpu_count()) as p: + p.map(scrape_artist, ARTISTS) + + +if __name__ == '__main__': + main() diff --git a/lecture/lecture.py b/lecture/lecture.py new file mode 100644 index 000000000..e6ae2e4e0 --- /dev/null +++ b/lecture/lecture.py @@ -0,0 +1,59 @@ +pickle.dump(my_dogs, open("dogs.txt", "wb")) + +######################### + + ('Bold Ruler', + 'Somethingroyal', 'Secretariat') + + horses = collections.namedtuple("horses", ("sire", "dam", "foal")) + + ways = [‘WAYS-AII’, ‘WAYS_AII’, ‘WAYS_SI’, ‘WAYS-CE’, ‘WAYS-AQR’, ‘WAYS-CE’, ‘WAYS-SMA’, ‘WAYS-CE’, ‘WAYS-FR’, ‘WAYS-ER’] + +d = collections.defaultdict(list) +############################# + +def foo(a, b, c=1): + '''cool math''' + return (a+b) * c + +######################## + + def print_args(func): + def mod(*args, **kwargs): + '''print the args''' + print("Arguments: ", args, kwargs) + return func(*args, **kwargs) + return mod + +########################## + +@print_args +def foo(a, b, c=1): + '''cool math''' + return (a+b) * c + +########################## + +def print_args(func): + @functools.wraps(func) + def mod(*args, **kwargs): + '''print the args''' + print("Arguments: ", args, kwargs) + return func(*args, **kwargs) + return mod + +########################## + +def sleepy_thread(i): + print(f"Thread {i} is going to sleep") + time.sleep(5) + print(f"Thread {i} is back!!") + + + t = Thread(target=sleepy_thread, args=(i,)) + +############################################## + +def find_numbers(text): + print( re.findall("\(\d{3}\)[- ]\d{3}-\d{4}", text)) + diff --git a/lecture/lecture2-compressed.pdf b/lecture/lecture2-compressed.pdf new file mode 100644 index 000000000..1a23494d6 Binary files /dev/null and b/lecture/lecture2-compressed.pdf differ diff --git a/lecture/second_snake.py b/lecture/second_snake.py new file mode 100644 index 000000000..2f97874cc --- /dev/null +++ b/lecture/second_snake.py @@ -0,0 +1,86 @@ +import time +import random +import pygame + +#constants and vars +white = (255, 255, 255) +blue = (50, 153, 213) + +dis_width = 600 +dis_height = 400 + + +snake_size = 10 +snake_length = 15 + +#initilize pygame window +pygame.init() +screen = pygame.display.set_mode((dis_width, dis_height)) +pygame.display.set_caption('CS 41 PYTHON') + + +#helper functions +def snake_coords(len, start_left, start_top): + snake_coords = [] + for i in range(len): + snake_coords.append((start_left, start_top + (snake_size * i))) + return snake_coords + + +def draw_snake(snake_coords): + for x,y in snake_coords: + pygame.draw.rect(screen, blue, [x, y, snake_size, snake_size]) + +def game(): + + running = True + x_change = 0 + y_change = 0 + x = dis_width / 2 + y = dis_height / 2 + snake = snake_coords(15, x, y) + + while running: + + screen.fill(white) + draw_snake(snake) + + for event in pygame.event.get(): + if event.type == pygame.QUIT: + running = False + if event.type == pygame.KEYDOWN: + if event.key == pygame.K_LEFT: + x_change = -snake_size + y_change = 0 + if event.key == pygame.K_RIGHT: + x_change = snake_size + y_change = 0 + if event.key == pygame.K_UP: + x_change = 0 + y_change = -snake_size + if event.key == pygame.K_DOWN: + x_change = 0 + y_change = snake_size + + + x += x_change + y += y_change + snake.append((x,y)) + if len(snake) > snake_length: + del snake[0] + draw_snake(snake) + + pygame.time.Clock().tick(15) + pygame.display.update() + +game() +pygame.quit() + + + + + + + + + diff --git a/lecture/test_coconuts.py b/lecture/test_coconuts.py new file mode 100644 index 000000000..d31adc407 --- /dev/null +++ b/lecture/test_coconuts.py @@ -0,0 +1,21 @@ +import unittest +from coconuts import coconuts + +class my_grader(unittest.TestCase): + def test_too_many(self): + response = coconuts(1, 15) + self.assertEqual(response, "No! You cannot carry") + + def test_correct(self): + response = coconuts(10, 1) + self.assertEqual(response, "Yes! You can carry") + + def test_just_right(self): + response = coconuts(5.5, 1) + self.assertEqual(response, "Yes! You can carry") + + + + +if __name__ == "__main__": + unittest.main(verbosity=2) \ No newline at end of file diff --git a/manifest.json b/manifest.json index 013d4a6a5..a0b397750 100644 --- a/manifest.json +++ b/manifest.json @@ -1,41 +1,25 @@ { - "name": "App", - "icons": [ - { - "src": "\/android-icon-36x36.png", - "sizes": "36x36", - "type": "image\/png", - "density": "0.75" - }, - { - "src": "\/android-icon-48x48.png", - "sizes": "48x48", - "type": "image\/png", - "density": "1.0" - }, - { - "src": "\/android-icon-72x72.png", - "sizes": "72x72", - "type": "image\/png", - "density": "1.5" - }, - { - "src": "\/android-icon-96x96.png", - "sizes": "96x96", - "type": "image\/png", - "density": "2.0" - }, - { - "src": "\/android-icon-144x144.png", - "sizes": "144x144", - "type": "image\/png", - "density": "3.0" - }, - { - "src": "\/android-icon-192x192.png", - "sizes": "192x192", - "type": "image\/png", - "density": "4.0" - } - ] -} \ No newline at end of file + "short_name": "CS41", + "name": "CS 41: Hap.py Code", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/page/404.md b/page/404.md new file mode 100644 index 000000000..abc83d525 --- /dev/null +++ b/page/404.md @@ -0,0 +1,29 @@ +# 404 +> By Michael Cooper (a fan of u/poem_for_your_sprog) + +``` +When Parth decided to explore, +And browse the Internet; +They dreamed of servers near and far, +To which they could connect. + +"For knowledge of CS", they spoke, +"I've always sought and yearned - +Now Python, Java, C++, +are here for me to learn!" + +So Parth obtained a URL, +They typed it in with pride. +But Parth received a 404. +And Parth's connection died. + +"It's hopeless - helpless!" they exclaimed, +"Whatever shall I do?" +They puzzled over what, pray tell, +Was driving them askew. + +Painstakingly, Parth checked their link, +Abrim with angst and pain. +They fixed the typo in their link. +And all was good again. +``` \ No newline at end of file diff --git a/page/assignment-0.md b/page/assignment-0.md new file mode 100644 index 000000000..4891ec9dc --- /dev/null +++ b/page/assignment-0.md @@ -0,0 +1,341 @@ +# Assignment 0: Welcome to Python! +> Due: Thursday, April 7, 2022 at 5pm PT + +[[TOC]] + +## Overview + +This introductory assignment aims to give you practice with a few of the Python fundamentals we've covered in class. More importantly, the goal of this warmup assignment is to ensure that your local Python installation is set up correctly and that you are familiar with the CS41 submission process. + +Note: As this is Assignment 0, please get started early! We want to make sure that there's time to resolve any installation or submission problems. + +## Outline + +- In Part 1, you will create a file called `coconuts.py` in which you write code to calculate the coconut-carrying capacity of swallows. +- In Part 2, you will create a file called `cheese.py` in which you write code to play the part of a cheese shop owner as they discuss inventory with a client. +- In Part 3, you will design and implement your own chatbot program from a broad specification - we're excited to see what types of chatbots you choose to build! + +(If coconuts and cheese shops sound rather random, there is some method to this madness - the first two parts of this assignment are themed, as you will soon see, around Monty Python sketches which inspired the name of the Python programming language) + +## Installing Python + +If you haven't installed Python yet, follow our instructions for installing Python 3.10.3 and setting up a virtual environment. _It is important that you have Python 3.10.3 installed on your system, as some of the features we will be discussing later in the quarter are unique to this most recent version of Python._ + +- For macOS users, follow [these instructions](/#/page/install/macos) +- For Linux users, follow [these instructions](/#/page/install/linux) +- For Windows users, follow [these instructions](/#/page/install/windows) + +**IMPORTANT: Every time you open a new terminal session, you will need to activate your virtual environment again.** + +## Starter Files + +There are no starter files for this assignment. + +You will create and submit three Python files, named `coconuts.py`, `cheese.py`, and `chatbot.py`, and some text files which store data for your chatbot. + +A reasonable starter file might look like: + +```python:run +#!/usr/bin/env python3 +""" +File: .py +------------------- + +What does this file do? +""" + +# Write additional code and functions here. + +def main(): + # Write the main execution of your program here. + +if __name__ == '__main__': + main() +``` + +## Part 1: Coconut-Carrying Capacities + +Before anything else, watch [this three-minute video](https://www.youtube.com/watch?v=zqtS9xyl0f4) on Youtube. The transcript can be found [here](http://www.montypython.50webs.com/scripts/Holy_Grail/Scene1.htm). + +We're going to help the guards out and compute whether a collection of swallows can carry a collection of coconuts between them. We know that "a five ounce bird could not carry a one pound coconut," so we will assume that a 5.5 ounce bird can carry a one pound coconut. More specifically, we will assume that every 5.5 ounces of bird can carry one pound of coconut. + +Create a file named `coconuts.py` in which we will write our program. In this portion of the assignment, we will ask the user for two numbers: the total ounces of birds that are carrying coconuts, and the total weight in pounds of the coconuts. + +Prompt the user for the number of ounces of bird by asking: `"How many ounces of birds are carrying the coconuts? "`. Prompt the user for the number of pounds of coconut by asking: `"How many pounds of coconuts are there? "`. Remember to convert these values to numeric types! + +If the total number of ounces of birds divided by the number of pounds of coconuts is at least 5.5 (including the value 5.5), then print `"Yes! Carrying the coconuts is possible."`. Otherwise, print `"No. Carrying the coconuts is impossible."` + +You can assume that the user input is formatted correctly. + +### Sample Runs + +Your program should be able to emulate the following sample runs. *Make sure to activate your virtual environment before executing these lines of code!*. + +``` +(cs41-env)$ python coconuts.py +How many ounces of birds are carrying the coconuts? 5 +How many pounds of coconuts are there? 1 +No. Carrying the coconuts is impossible. + +(cs41-env)$ python coconuts.py +How many ounces of birds are carrying the coconuts? 6.2 +How many pounds of coconuts are there? 1.1 +Yes! Carrying the coconuts is possible. + +(cs41-env)$ python coconuts.py +How many ounces of birds are carrying the coconuts? 17 +How many pounds of coconuts are there? 3 +Yes! Carrying the coconuts is possible. + +(cs41-env)$ python coconuts.py +How many ounces of birds are carrying the coconuts? 12.5 +How many pounds of coconuts are there? 2.5 +No. Carrying the coconuts is impossible. +``` + +Submit the `coconuts.py` file, which should be the code for this segment of the assignment. + +## Part 2: The Cheese Shop + +Before anything else, watch [this five-minute video](https://www.youtube.com/watch?v=Hz1JWzyvv8A) (cw: gun violence) on Facebook. The transcript can be found [here](http://montypython.50webs.com/scripts/Series_3/61.htm). + +In this part of the assignment, you will play the part of the Michael Palin, the owner of the National Cheese Emporium. + +Unlike the owner in the sketch, you *do* have some cheeses, and you will repeatedly ask the user what cheese they would like, and then you will respond whether or not you have that cheese. + +Make a list of `cheeses` containing `"Muenster"`, `"Cheddar"`, and `"Red Leicester"`; these are the cheeses you have in your shop. + +Begin by printing the string `"Good morning. Welcome to the National Cheese Emporium!"` to the console. + +Next, in a loop, we will repeatedly ask the user which cheese they would like to buy. If the user enters the exact name of a cheese that you have, affirm that you have the cheese they asked for in the format `"We have {}, yessir."`. If the user does not enter the exact name of a cheese that you have, say that you don't have that cheese in the form `"I'm afraid we don't have any {}."` and then reprompt the user to ask for another cheese. + +The user is also allowed to enter special questions. If the user enters either of the strings `"You... do have some cheese, don't you?"` or `"Have you in fact got any cheese here at all?"`, you must reply by listing the number of cheeses that you have in the format `"We have {} cheese(s)!"`, along with the name of each type of cheese you have, one on each line. + +### Sample Usage + +Your program should be able to emulate the following sample runs. *Make sure to activate your virtual environment before executing these lines of code!* + +``` +(cs41-env)$ python cheese.py +Good morning. Welcome to the National Cheese Emporium! +What would you like? Red Windsor +I'm afraid we don't have any Red Windsor. +What would you like? Lancashire +I'm afraid we don't have any Lancashire. +What would you like? cheddar +I'm afraid we don't have any cheddar. +What would you like? Cheddar +We have Cheddar, yessir. + +(cs41-env)$ python cheese.py +Good morning. Welcome to the National Cheese Emporium! +What would you like? Red Windsor +I'm afraid we don't have any Red Windsor. +What would you like? cHeDdAr +I'm afraid we don't have any cHeDdAr. +What would you like? Have you in fact got any cheese here at all? +We have 3 cheese(s)! +Muenster +Cheddar +Red Leicester +What would you like? exit +I'm afraid we don't have any exit. +What would you like? LET ME OUT +I'm afraid we don't have any LET ME OUT. +What would you like? Cheddar +We have Cheddar, yessir. +``` + +For anything that is not detailed in the above specification, your program can behave in any way you'd like. For example, you can customize the prompts and messages. + +### Hints + +You can check that an element is contained in a collection by using the keyword `in`. + +### Submission + +Please submit a file called `cheese.py` which contains the code for this segment of the assignment. + +## Part 3: Chatbot + +In the third part of this assignment, you will implement a chatbot program which has a conversation with the user. There are just two requirements for this program: + +1. *Ask the user for input and print out responses*. The program should read input from the console and, based on the input, print out some response. You don't have to respond immediately after every input; the program could keep asking questions, just as long as it responds eventually. +2. *Access stored data*. The program should access data stored in a text file over the course of its run, so that data from previous runs is accessible to users in future runs. + +Beyond this, make it your own! Here are two examples that your course staff made previously: + +### Example 1: The Doors of Destiny + +This program is a simple user authentication chatbot who acts like a gatekeeper before the "Doors of Destiny". The gatekeeper stops all travellers attempting to pass through the gate, and asks them for their name and passphrase. If the traveller provides a name and passphrase whch are contained in the gatekeeer's Book of Records, the traveller may proceed. If not, the traveller is denied entry. + +Upon being asked for a name and passphrase, each traveller has two options: they may (a) provide a valid name and passphrase, or (b) bribe the guard - which allows them to add a new name and passphrase to the Book of Records - for a small fee. + +Here's what the chatbot looks like: + +``` +(cs41-env)$ python chatbot.py +Halt! Welcome to the Doors of Destiny. +Should you wish to proceed, you must identify yourself within the Book of Records. + +Is your name present in our book? yes +What is your name, traveller? Michael +What is your passphrase? parthsarin12345 +Welcome through, peaceful soul! + +Halt! Welcome to the Doors of Destiny. +Should you wish to proceed, you must identify yourself within the Book of Records. + +Is your name present in our book? no +Psst! I'm... not supposed to tell you this, but for a small... compensation... +I might be able to add you to the Book of Records without the Warden noticing. + +Would you like to be added to the Book of Records? yes +Perfect! I've added you - but I don't come cheap! I charge 100 coins for my services. +Can you make the deposit? yes +Deposit successful! (You have 5532 coins remaining in your account). + +What is your name, then, traveller? Michael +What is your passphrase? parthsarin12345 +Welcome through the Doors of Destiny! And it's been a pleasure doing business with you. + +Halt! Welcome to the Doors of Destiny. +Should you wish to proceed, you must identify yourself within the Book of Records. + +Is your name present in our book? yes +What is your name, traveller? Michael +What is your passphrase? cs41isacoolclass +The passphrase you presented does not match our records! Guards - arrest this intruder! +``` + +### Example 2: Simple Schedule + +This program is more like a virtual assistant (think Siri, Alexa, etc.), which allows users to schedule events and see their calendar. Here's a sample run for this program (note that this uses `MMDDYYYY` as an encoding scheme for dates, and that hours are represented as floating point numbers, so 14.5 means 2:30PM): + +``` +(cs41-env)$ python chatbot.py +Hello there, it's Hal, your friendly scheduling assistant! + +Would you like to add a new event, or check an existing time slot? add +What is the name of the event? CS41 Lecture +On which day would you like to schedule the event? 03302021 +What is the start time? 14.5 +What is the end time? 16 + +Successfully added the event to your day! + +Would you like to add a new event, or check an existing time slot? check +On which day would you like to check for scheduled events? 03302021 +What time would you like to check for availability? 15 +At that time, you'll be busy with CS41 Lecture. + +Would you like to add a new event, or check an existing time slot? open the pod bay doors +I'm sorry Dave, I'm afraid I can't let you do that. +``` + +These chatbots are adorable and geeky! Feel free to bring your personality and passions to this part of the assignment. 😊 + +### File I/O and Data Formatting +Note that with both of these examples, we've left the scheme you use to store data to the file open-ended. For example, the authentication system might have two files - `coins.txt` to keep track of the coin balance, and `data.txt` to track names and passphrases - that look like this: + +``` +5632 +``` + +``` +Michael:parthsarin12345 +Parth:pythoniscool!! +Tara:cs41isafunclass +``` + +The scheduling system in the second example might have a single data file that looks like this: + +``` +event_name: CS41 Lecture +date: 03302021 +start_time: 14.5 +end_time: 16 + +event_name: Workout +date: 04012021 +start_time: 10 +end_time: 11 +``` + +The format for your data is up to you, and will likely be informed by the theme around which you'd like to design your chatbot. If you're having trouble working out a data format, though, feel free to reach out, and we're more than happy to help brainstorm with you. + +### Submission + +Please submit a file called `chatbot.py` which contains the code for this segment of the assignment. Please also submit the following text files. + +- `sampleruns.txt` should contain input and output from a couple of sample runs, copied and pasted from your Terminal (similar to what we've included above). This way we know how to interact with your program +- Any data files for your program (there should be at least one). Include some nontrivial data in the file so we don't have to add data before we use the program (e.g. in the authentication example, we should be able to attempt to login immediately, without first needing to create a file of credentials and populate it with a series of usernames and passwords). + +## Extensions +> Extensions on Assignment 0? If you insist. + +This section of an assignment handout usually gives a few of our suggestions if you're looking for ways to go above and beyond the requirements of the assignment. At no point are you ever required to implement an extension - although they sometimes provide interesting challenges or alternative approaches to problem-solving. + +When you submit an extension to an assignment, you should submit *both* an unmodified `coconuts.py` file that implements the unextended assignment and a `coconuts-ext.py` file that implements your extension. Extension programs should also contain a module-level comment explaining what the extended assignment does differently. + +### Binge-Watch Monty Python Videos on Youtube +Including but not limited to: + +- [The Dead Parrot](https://www.youtube.com/watch?v=4vuW6tQ0218) +- [The Argument Clinic](https://www.youtube.com/watch?v=XNkjDuSVXiE) + +or [the Monty Python channel](https://www.youtube.com/user/MontyPython/videos?sort=p&flow=grid&view=0) + +Include in your submission a file called `review.txt` with your thoughts on whichever videos you've watched! + +You can tell your friends and family, "it's for class." + +### `coconuts`: Multiple questions +Allow the user to assess the coconut-carrying capacity of birds by putting your question-answering logic in a loop. Continue until the user enters an empty line for either the number of ounces of swallow or the number of pounds of coconut. + +### `coconuts`: Advanced coconut-carrying logic +Ask the user to differentiate between a European and African swallow. Penalize (or reward) groups of swallows or individual swallows. + +### `cheese`: Assignment Expressions +If you're feeling especially fancy, [you can use assignment expressions](https://www.python.org/dev/peps/pep-0572/) (a nifty new feature in Python 3.8) to assign a value to a variable in a loop condition. + +### `cheese`: Cycle through responses +Instead of always using the same prompts and responses, cycle through a list of predetermined responses. + +### `cheese`: Fuzzy matching +Allow the user to enter any input, and search for each of your cheeses, case-insensitively, in their input. That is, let the user ask: `"Any Norwegian Jarlsberger, per chance?"`. + +### `chatbot`: Go Nuts! +As you are likely well aware, building effective chatbots which can fluently converse with - and understand - humans is an open area of research in computer science. Though we've designed this assignment so that you implement a simple chatbot within a well-scoped set of requirements, there truly is no ceiling to where you can take this. As two starter ideas, though, we'd recommend adding new features to your chatbot within the theme you've defined, and seeing whether you can make your chatbot robust to imperfect input (in the calendar chatbot, for example, whether the user types `add` or `add event`, the outcome should be the same - how robust can you make your chatbot to such variability in user input?). + + +## Style Checks + +While not necessary for this assignment, we want to point out a useful tool for following the mechanics of Python style. The `pycodestyle` command-line tool takes as arguments a list of Python files and outputs a list of mechanical style violations. This catches small things like inconsistent spacing, line length, whitespace, but not larger things like program design, idiomatic Python, or structural complexity. *Nobody writes error-free code! `pycodestyle` is there to help your code comply with the (somewhat arbitrary) rules that the Python community has decided on.* + +You can run `pycodestyle` as follows: + +``` +(cs41-env)$ pycodestyle coconuts.py cheese.py chatbot.py +``` + +Any style violations will be printed to the console. You can automatically apply all of these changes using the `autopep8` tool. Be warned that the `autopep8` tool overwrites your files in-place, and may substantially change them, so you might want to apply changes by hand. However, `autopep8` can be a good time saver. + +``` +(cs41-env)$ autopep8 coconuts.py cheese.py chatbot.py +``` + +If you just want to see what changes would be made, but not apply them, you can use `autopep8 --diff coconuts.py cheese.py chatbot.py` instead. + +During setup, we installed both `pycodestyle` and `autopep8` into our virtual environment, so they will be available inside of the virtual environment. That is, make sure that you have activated your `cs41-env` virtual environment in order to run these tools. + +## Submitting + +Submit the python files you've created to [Paperless](https://paperless.stanford.edu). + +If you've added any extra files or extensions above to the assignment, you should include those in your Paperless submission as well. + +## Credit +Sam Redmond originally created the coconuts and cheese assignments. Parth and Michael Coooper thought up the chatbot assignment at 2am the night before the handout was released last year. + +> With love and 🦄s \ No newline at end of file diff --git a/page/assignment-1.md b/page/assignment-1.md new file mode 100644 index 000000000..e591d0192 --- /dev/null +++ b/page/assignment-1.md @@ -0,0 +1,325 @@ +# Assignment 1: Dear Cryptography (Dear Data + Cryptography) +> Due: Thursday, April 21st, 2022 at 5pm PT + +# Overview +In this assignment, you will build a cryptography suite that implements two different cryptosystems: the Caesar cipher and the Vigenere cipher. Then, you'll use Python to represent some data you care about! This is our first assignment in groups (🎉) so a sub-goal is to get to know your classmates and work on a fun mini-project together. + +Note: It's always a good idea to get started early, in case you run into unexpected difficulties down the line. Dear data requires some planning! + +# Group norms and expectations + +Before you start the rest of the assignment, take some time to discuss norms and expectations with your group. We're hoping this will be a genuine, meaningful experience for you to talk openly about how you plan to collaborate with each other. At the same time, we're not your parents and we trust that you're able to work with each other well. We hope you'll treat this more like an opportunity to get to know each other better! Feel free to heavily adapt this portion of the assignment to your needs and your group's needs. + +Some general advice, as you're discussing norms and expectations, is to reflect on positive and negative group experiences you've had in the past. What has worked well? How could you have prevented bad experiences? What are some practices you could bring to the CS 41 group? + +Here are some topic areas you should discuss—but you're welcome to talk about other areas as well: + + 1. **Communication logistics**: How will your group communicate logistically? Email? Text? How will you set up deadlines and what times of the day is it reasonable to expect work? Will you have a regular meeting? What time? How will you set this meeting up, week-to-week? + 2. **Communication style**: What norms will you set around communication to promote respect and teamwork? + 3. **Work split**: How will you decide who does what? + 4. **Decision making**: When your team disagrees, what's the plan? (For this, it's especially important to reflect on past experiences) + +Please submit a file called `group_norms.txt` where you write about each of those norms and expectations. + + +# Cryptography suite + +
+

Getting started

+
+

One person in the group should go to this workspace on Ed and create a fork of it. Add your teammates to the workspace and use it as a place to collaborate on code.

+
+ +## Starter files + +We've provided starter files as a skeleton for this assignment. Here's an overview of what's in it: + +1. `crypto.py` is the primary file you will modify for the cryptography section. It will implement all the functions to decrypt/encrypt strings. +2. `tests/` folder contains test input and output (for Caesar, it's formatted as `{input}:{output}` and for Vigenere it's formatted as `{input}:{key}:{output}`) + +## General tips + +You'll be modifying a lot of strings in this assignment. The `string` module exports some useful values: + +```python +import string + +string.ascii_letters # => 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' +string.ascii_uppercase # => 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' +string.ascii_lowercase # => 'abcdefghijklmnopqrstuvwxyz' +string.punctuation # => '!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~' +``` + +## Building the ciphers +In this section, you will build cipher functions to encrypt and decrypt messages. We'll give a brief overview of each cipher and give some pointers on how it fits it into the starter files. + +### Caesar cipher + +A Caesar cipher involves shifting each character in a plaintext by **three** letters forward (note that the shift can be anything between zero and 25, but we're just going to implement the three-shift cipher): + +``` +A -> D, B -> E, C -> F, etc... +``` + +At the end of the alphabet, the cipher mapping wraps around the end, so: + +``` +..., X -> A, Y -> B, Z -> C. +``` + +For example, encrypting `'PYTHON'` using a Caesar cipher gives + +``` +PYTHON +|||||| +SBWKRQ +``` + +In this part, implement the functions: + +```Python +encrypt_caesar(plaintext) +decrypt_caesar(ciphertext) +``` + +Each of these functions takes one argument, a string representing a message to be encrypted or decrypted, and returns a string representing the encrypted or decrypted message. + +Notes: + +- Non-alphabetic characters should not be modified by encryption or decryption. +- You may assume that all alphabetic characters will be in uppercase. +- Do not assume that the arguments to this function always have at least one character. + +That is, `encrypt_caesar("")` should return `""` (the empty string) and `encrypt_caesar("F1RST P0ST")` should return `"I1UVW S0VW"` (where the letters have been encrypted by the numbers, and the space, have been left unchanged). + +You can test your ciphers using the interactive interpreter: + +``` +(cs41-env) $ ipython -i crypto.py +In [1]: encrypt_caesar("PYTHON") +"SBWKRQ" +In [2]:decrypt_caesar("SBWKRQ") +"PYTHON" +``` + +A non-exhaustive list of test cases, represented by a colon-delimited (plaintext, ciphertext) pair are given in the text file `tests/caesar-tests.txt`. You can use this file to sanity check your implementation. + +**Questions to ponder:** + +- What sort of data structure can be used to represent an association of input characters to (encrypted) output characters? +- How can we make one of these data structures efficiently? +- How can we use it to transform an input message? + +For this part of the assignment, try not to use the `ord` and `chr` functions. + +### Vigenere cipher + +A Vigenere cipher is similar in nature to a Caesar cipher. However, in a Vigenere cipher, every character in the plaintext can be shifted by a variable amount. The amount to shift any letter in the plaintext is determined by a keyword, where 'A' corresponds to shift of 0 (no shift), 'B' corresponds to a shift of 1, ..., and 'Z' corresponds to a shift of 25, wrapping around if necessary (as with the Caesar cipher). + +The keyword is repeated or truncated as necessary to fit the length of the plaintext. As an example, encrypting `"ATTACKATDAWN"` with the key `"LEMON"` gives: + +``` +Plaintext: ATTACKATDAWN +Key: LEMONLEMONLE +Ciphertext: LXFOPVEFRNHR +``` + +Looking more closely, each letter in the ciphertext is the sum of the letters in the plaintext and the key. Thus, the first character of ciphertext is `"L"` because of the following calculations: + +``` +A + L = 0 + 11 = 11 -> L +``` + +The second character of the ciphertext is `"X"` because shifting `"T"` by 4 (associated to shifting by `"E"`) gives: + +``` +T + E = 19 + 4 = 23 -> X +``` + +Note that, since we're considering A to encode 0, our indices are one off of a letter's ordinal position in the alphabet. That is, even though E is the 5th letter of the alphabet, it encodes a shift of 4. + +The third character of the ciphertext is `"F"` because: + +``` +T + M = 19 + 12 = 31 -> 5 -> F +``` + +We have wrapped around the alphabet from +31 to +5, resulting in an output ciphertext character of `"F"`. + +Implement the functions: + +```Python +encrypt_vigenere(plaintext, keyword) +decrypt_vigenere(ciphertext, keyword) +``` + +These functions take two arguments, a message to encrypt (or decrypt) and a keyword to use for encryption or decryption. Both functions should return the encrypted (or decrypted) message. + +Notes: + +- You can assume that all characters in the plaintext, ciphertext, and keyword will be alphabetic (i.e no spaces, numbers, or punctuation). +- You can assume that all of the characters will be provided in uppercase. +- You can assume that keyword will have at least one letter in it. + +After you've implemented these functions, you can test them using the interactive interpreter. + +``` +(cs41-env)$ ipython -i crypto.py +In [1]: encrypt_vigenere("ATTACKATDAWN", "LEMON") +"LXFOPVEFRNHR" +In [2]: decrypt_vigenere("LXFOPVEFRNHR", "LEMON") +"ATTACKATDAWN" +``` + +Another list of non-exhaustive tests are available at `tests/vigenere-tests.txt`. + +**Questions to ponder:** + +- How can you cycle through the letters of the keyword? Consider looking at functions exported by the `itertools` module. +- What concepts from class can we employ to make this code more elegant? + +You can use the functions `ord` and `chr` which convert strings of length one to and from their ASCII numerical equivalents. For example, `ord('A') == 65`, `ord('B') == 66`, ..., `ord('Z') == 90`, and `chr(65) == 'A'`, `chr(66) == 'B'`, ..., `chr(90) == 'Z'`. For an extra challenge, try to implement these functions purely functionally. + +## Extensions +We've got some extensions for this part of the assignment - most of them are other ciphers that you could decrypt, so if you're interested in that sort of thing, send us an email and we can send you extensions. We're not including them here because, quite frankly, we think the next part of the assignment is much cooler than any of the cryptography extensions. + +# Dear data +For this part of the assignment, you and your group will collect and analyze data about something that matters to you. This assignment comes from the book *Dear data*, written by two people—Georgina and Stefanie—who spent a year writing weekly postcards to each other. Each postcard contained a visualization of some data they'd collected about their lives from the past week. Watch [this video](https://youtu.be/mMJ2wrB8b2Q) before you start this assignment to learn more. + +Your group will walk through the following stages of this assignment: + +1. Pick data variables to investigate +2. Collect data (for at least a week) +3. Analyze the data in Python +4. Visualize the data + +## ✨ Inspiration ✨ +I'd strongly recommend scrolling through [an excerpt of *Dear data*](https://stanfordpython.com/assignment/dear-data.pdf) on our website to get a sense of what Stefanie and Georgina's data adventure was like. They show how they visualized data on their partner, their wardrobes, how often they use their phone, and many more cool data. The last few pages feature their advice about how to do this in your own life. + +Here's another list of some interesting Dear Data projects: + +* I live on campus during COVID and the dining halls package each meal in plastic, so I collected data on how/what/when I throw away trash +* A friend of mine collected data on how often her partner interacted with their cat (name calling, petting, etc.) +* For a while, I've been interested in my music listening habits, so I've written code in the past to collect data on my Spotify profile +* A former professor of mine tracked how many emails he sent for a week (this one has the benefit of being externally recorded), their purpose, and how frustrated each one made him + +## Step 1: Pick data variables to investigate +You need to collect the equivalent of a week's worth of data. I say "the equivalent" because some data - like the clothes you have in your wardrobe - aren't collected over the course of a week, but that data set is roughly the same size as a week-long data set. + +First, you should meet with your team to decide the questions you'll investigate over the course of this assignment: what do you want to know and explore about yourself? Start with a big question and then ask smaller and smaller questions. Then, convert these questions into **variables** that you can record over the course of the week. In data contexts, the "variables" of a data set are the properties of each data point. You should come out of this step with a list of variables that you're going to go record. + +For my project to determine how much trash I throw away every week, I might plan to keep track of the following variables each time I throw something away: + +* date +* time +* weight +* material +* origin of the material (the dining hall, the grocery store, etc.) + +There's one more thing to decide: how often are you going to collect this data? In my example, I said I'd record this every time I threw something away, but it might make more sense for you to make a data record at different times - perhaps at a scheduled time each day, for example. + +To be clear, you should all be collecting data *on the same variables at the same times in the same format*—decide as a group whether to use metric/imperial, when to record, etc.. + +## Step 2: Collect data +This step is what it sounds like. We'd recommend you make a shared Google sheet and add a column which you use to track which team member made the data entry. Then, start tracking the data! + +For example, if I was working on this assignment with Tara, our table setup might look something like: + +| team_member | date | time | weight | material | origin | +|-------------|------|---------|--------|----------|-------------------| +| Parth | 4/8 | 12:00pm | 120 | plastic | dining hall | +| Tara | 4/8 | 1:25pm | 91 | compost | spoiled leftovers | + +## Step 3: Analyze the data in Python +Once you've got the data, we'd like you to analyze the data in Python. At this point, you should also finalize the questions you're investigating and figure out what kind of analyses you'd like to do in Python. You should start by figuring out some basic numbers (e.g., "How much plastic do I throw away every day on average?", "How does Tara's daily trash weight compare to mine?"). + +### Import the data +The easiest way to do this is to convert the file to a CSV and then import it using the [`csv` library](https://docs.python.org/3/library/csv.html). + +* If you're using Google Docs, go to `File > Download > Comma-separated values (.csv, current sheet)` +* In Excel, `File > Save As...` will open a menu that allows you to choose `CSV` as the format + +A CSV file stores each row of the data as a collection of comma-separated values. For example, the first row from the sample data set above would be stored as: + +``` +Parth,4/8,12:00pm,120,plastic,dining hall +``` + +Python has a built-in library that can allow you to easily work with CSV files and here's some code to get started with it. This code uses the `DictReader` object which takes the first row of your CSV file as the headers for the document and constructs a dictionary representation for the future rows. + + +```python +import csv + +with open(DATA_FILE, 'r') as f: + reader = csv.DictReader(f) + for row in reader: + # do something with `row` +``` + +In our data set, the first iteration of `row` would be formatted like this: + +```python +{ + 'team_member': 'Parth', + 'date': '4/8', + 'time': '12:00pm', + 'weight': '120', + 'material': 'plastic', + 'origin': 'dining hall' +} +``` + +Note that this data point isn't in a great format: we'd probably want to convert `row['weight']` to an integer and maybe store all of the `row` objects in a list for future use. + +### Process the data +Once you've got the data, use any/all of your Python skill to analyze it. Go wild! The `sum`, `max`, `min`, `len`, and `sorted` functions might be helpful. The [`math` library](https://docs.python.org/3/library/math.html) has more cool functions like `pow`, `sin`, and `cos`. The `numpy` library ([quickstart here](https://numpy.org/devdocs/user/quickstart.html)) which we installed during setup is a data science powerhouse. + +Write code to answer the questions you came in with, but feel free to play around and do other stuff. + +## Step 4: Visualize the data +The visualizations that Georgina and Stefanie drew made their project a really special endeavor, and we want you to have that experience too! Follow in their lead and sketch visualizations of your data (please include a legend to read the visualization) and take a picture for submission. + +Alternatively, there are some digital resources that can make gorgeous visualizations with fairly low effort: + +* [Flourish](https://flourish.studio/) is a good interactive visualization tool for some pre-set visualizations ([examples](https://flourish.studio/examples/)); I think this is what the Stanford Daily uses... +* [RAWGraphs.io](https://rawgraphs.io/) is the first result for "online data visualization" on Google so it might be good +* Python has [a lot of data visualization libraries](https://mode.com/blog/python-data-visualization-libraries/) - in particular, [`seaborn`](http://seaborn.pydata.org/index.html) is a good library for making beautiful visualizations with few lines of code +* You can also build your data visualization in Google Slides or in a sketching app on a tablet + +If you're looking for inspiration on how to visualize your data, Stefanie and Georgina suggest finding the *story* in your data. What do you want to visualize? In our example, the natural instinct might be to visualize the daily amount of trash that Tara and I threw away, but is that really the most interesting? If you saw a visualization like that, you might infer that we threw less trash away on weekends than weekdays, but the inspiration for the project was really about the trash at the dining hall... Instead, a visualization of the origins of the trash would probably be more compelling. + +I also asked our staff for different internet repositories for data visualizations. People suggested [/r/DataIsBeautiful](https://www.reddit.com/r/dataisbeautiful/) as a nice place to find inspiration. + +# Submitting + +
+ This assignment will be submitted in groups. Only one member of your group should submit the assignment! Please, that's very important! On the backend, we'll combine your submission based on who was in your group and if there are multiple submissions from your group, some might get overwritten. +
+ +## Cryptography +Submit the following files to Paperless: + +1. Your modified `crypto.py` + +## Dear data +Submit a text file (link to a Google doc, text file, PDF, etc.) that has the answer to four questions: + +1. What did you do? +2. How did you do it? (including how you *measured* it) +3. What did you learn? +4. How did you use Python? + +The first three questions are the ["Three Prime Questions" of the Quantified Self movement](https://quantifiedself.com/blog/our-three-prime-questions/), a group of people who try to quantify their entire life. + +In addition, submit your data set, your visualization, and any other files you created for this part of the assignment. All of these files should be submitted to Paperless. + +## Groups +Submit the `group_norms.txt` file to Paperless. + +Take a moment to reflect on group work. After this point, it'll be a bit more challenging to change groups, so if you'd like to change your groups for any reason, now is the time to let us know. Email your TA with any thoughts/questions/concerns you might have. Although it's rare, people occasionally have significant problems with their group. It's best for everyone to make that known—don't suffer in silence! + +# Credit +Much thanks to Sam Redmond (@sredmond), Sherman Leung (@skleung), Python Tutorial, Learn Python the Hard Way, Google Python, MIT OCW 6.189, Project Euler, and Wikipedia's list of ciphers. + +The Dear Data assignment was inspired by the book *Dear data* (Lupi, G., & Posavec, S. (2016). *Dear data*. Chronicle books.) and additional inspiration comes from Victor Lee. diff --git a/page/assignment-2.md b/page/assignment-2.md new file mode 100644 index 000000000..6f0b1983c --- /dev/null +++ b/page/assignment-2.md @@ -0,0 +1,95 @@ +# Assignment 2: Quest for the Unicorn! +**Due: Midnight, Friday, May 21, 2021** + + +## Overview +In Tuesday's lecture, we witnessed the shocking kidnapping of Unicornelius, our much-beloved CS 41 course mascot. Fortunately, the kidnapper left some clues as to Unicornelius' whereabouts - using your knowledge of Python, can you help solve the clues and locate our missing friend? + +[[TOC]] + +## Essential Background + +

Pop Tart - our other CS 41 course mascot, and EIA (Elephant Intelligence Agency) agent, embarks on a quest to recover Unicornelius.

+ +
+ +
+ +

Pop Tart runs - huffing and puffing - in the direction of the nearest dark magical forces, in the hopes that they will provide him with a clue as to the whereabouts of the missing unicorn.

+ +

As he walks through the grasslands of Elephantland on his way to Unicornville, he suddenly senses movement nearby, and hears a soft voice whisper: "What'sssssssss up?"

+ +

Jumping in startled fear, he finds himself face-to-face with none other than Misssss Slithers, a notoriously ruthless member of the infamous Python Mafia.

+ +

"I ssssssee you're looking for the missing unicorn," Misssss Slithers hissed, knowingly.

+ +

"I am!" cried Pop Tart. "You don't suppose the Python Mafia's got Unicornelius, do you?"

+ +

"I sssssssuspect... they are behind this." Misssss Slithers replied.

+ +

"W- why would they do this?" Pop Tart asked, stunned. "And more importantly - why are you telling me this?!"

+ +

"What I sssssuspect you don't know, is that I've had a resssssssssssent falling out with the Mafia. They and I no longer ssssssee eye to eye. Ever since I was posted for five years' of Mafia duty in Gary, Indiana, I haven't been their biggest ssssssupporter, shall we sssssay."

+ +

The snake continued, "I am willing to help you on your little sssssssearch. I suspect Unicornelius has been taken to Mafia headquarterssssssss... and I worry what dreadful future awaits them there."

+ +

"We have to go there immediately!" Pop Tart cried, and the two set off in the direction of Mafia headquarters.

+ +## Assignment Description + +In this assignment, you will work with your project teams to help Pop Tart find Unicornelius. + +The assignment will consist of the following components. + +Different paths to the unicorn: the assignment begins with an individual pre-quiz, after which you get a group ID. Then you can complete one of two paths and finally finish a post-quiz. + +### Individual Pre-Quiz + +To help us evaluate this assignment for use in future offerings of CS 41, we've implemented a short pre-quiz and post-quiz for this assignment. The pre-quiz is not a graded component of the course, but please do give it your best effort, as it will give us important data as we work to continue improving this assignment for future offerings of CS 41. + +Once everyone in your project group has completed the pre-quiz, you will receive a _Group ID_, a numeric identifier which your group will use to sign into the subsequent stages of this assignment. + +### Paths to Unicornelius + +This assignment consists of two paths which you can take to find Unicornelius. You and your team are free to choose which path you undertake. The paths are of roughly equal length and difficulty, so there's no a priori reason to choose one path over the other: we've implemented this design to give you some additional choice in how you go about completing the quest. (For example, if you start on Path 1, and aren't enjoying the first part, you can easily double back and pursue Path 2). + +We aren't going to reveal much more about the paths, though, as - much like a real quest - surprises will await you every step of the way! + +### Individual Post-Quiz + +After completing the assignment, you will be asked to complete an individual post-quiz, so that we can assess how well the assignment met its learning objectives. Much like the pre-quiz, this quiz will not be graded, but it will provide us with valuable data in improving this assignment for future offerings of CS 41. + +## Getting Started + +

+ Complete the pre-quiz and obtain your Group ID here! +

+ +## Submitting + +Submit this assignment on [Paperless](https://paperless.stanford.edu). You should submit **every file you created** for this assignment. There are some portions that you might want to do in the interactive interpreter—for those puzzles, you should submit the text of your interactive interpreter, so we can see how you interacted with the puzzle. + +As before, only one member of the group should submit the assignment, with a file called `groups.txt` that tells us how we should stitch together the assignment in the backend. + +## Credit +This assignment wouldn't have been possible without so much support from our wonderful TAs: Antonio Ferris and Elizabeth Fitzgerald designed and implemented all of Path 2. Jose Francisco was instrumental in designing part of Path 1. Parth and Michael rapidly threw together much of the infrastructure for this assignment, so you can blame them when it breaks. Finally, this assignment was partially inspired by Sam Redmond's "Quest for the Holy Grail" assignment, featured in previous offerings of CS 41. \ No newline at end of file diff --git a/page/discussion-norms.md b/page/discussion-norms.md new file mode 100644 index 000000000..455ae0633 --- /dev/null +++ b/page/discussion-norms.md @@ -0,0 +1,24 @@ +# Discussion Norms + +### Engage +* Take space when it's your turn to speak, then step down and make space for others. +* Be willing to talk and engage—especially with your team and your peers. +* Be open to being wrong and being challenged. +* No cold-calling. +* The course staff should strive to allow everyone to participate in the discussion so that it isn't monopolized. + +### Have empathy +* Don't judge people for asking questions and respect their ideas. +* Be conscious of different experiences and backgrounds in CS and life more generally. +* When being critical, make sure to be respectful. + +### In groups +* Everyone should introduce themselves with their name and pronouns (if comfortable) first. +* Group members should check in on each other at the beginning of meetings. + +### Logistical +* Use Ed to ask and answer questions of each other and of the course staff. +* Maintain open, honest, and frequent communication between students and staff. + +### Take breaks +* Have breaks or low-energy transitions between topics. \ No newline at end of file diff --git a/page/handout/data-model.md b/page/handout/data-model.md new file mode 100644 index 000000000..9022d66e8 --- /dev/null +++ b/page/handout/data-model.md @@ -0,0 +1,380 @@ +# The Python data model + + + +[[TOC]] + +Most of the things we've interacted with in the Python world are ***objects***. I don't mean that in a colloquial sense—Python has a very precise definition of an "object." In Lecture 3, we'll build our own custom objects, so before lecture, let's take a moment to talk about what objects are. + +## Everything is an object +In Python, we saw how we can inspect the type of an object using the `type` function. + +```python +type(3) # => int +``` + +The `isinstance` function is similar. It takes two parameters—first, something we're testing, and second, a type—and returns `True` if the first parameter is an instance of the type and `False` otherwise. So, the above code tells us that `3` is an integer, and indeed: + +```python +isinstance(3, int) # => True +``` + +We've talked about a bunch of types so far: `int`, `float`, `str`, `list`. Let's now introduce another type: `object`. Most of the things we've seen so far are instances of the `object` type. + +```python +isinstance(3, object) # => True +isinstance(2.1, object) # => True +isinstance("unicorn", object) # => True +isinstance(['a', 3], object) # => True +isinstance(None, object) # => True +``` + +
+ + + +We've seen more objects, though! Functions are objects... + +```python +def greet(name): + print(f"Hi, {name}!") + +isinstance(greet, object) # => True +``` + +Modules are objects... + +```python +import math + +isinstance(math, object) # => True +``` + +Even types themselves are objects! + +```python +isinstance(int, object) # => True +isinstance(list, object) # => True +``` + +At this point you may be kind of unimpressed. I've just told you that many of our favorite things in Python are instances of the `object` type, but... what does that mean? What are some properties of `object`s? + +## Objects have value, type, and identity + +### Value + +All objects represent some value which takes up some space on your computer. You can display the size of an object using the `sys.sizeof` method. + +```python +import sys + +sys.sizeof(41) # => 28 (bytes) +sys.sizeof([1, 2, 3]) # => 104 (bytes) +``` + +### Type + +All objects have a type, which you can display using the `type` function. + +```python +type(True) # => bool +``` + +Objects can be instances of multiple types. To see all of the types that an object is an instance of, you can look at the `__mro__` attribute of its type. + +```python +bool.__mro__ # => (bool, int, object) +``` + +No matter the primary type of an object, the `__mro__` tuple will always contain `object` because everything is an object in Python. + + +### Identity + +Identity is the trickiest of the three properties to understand. The identity of an object is a unique number that identifies it. Most of the time, this unique number is the object's location in your computer's memory, so (even though that's not always true) we'll treat the identity and the memory location as interchangeable in this discussion. + +When Python creates an object, it is stored somewhere in memory. That address will never change throughout the lifetime of the object, and you can access it using the `id` function. + +```python +x = [1, 2, 3] + +# these numbers will be different if you re-run the code: +id(x) # => 4398104832 +hex(id(x)) # => '0x10625c100' (the memory address) +``` + +The `is` keyword allows you to compare the *identity* of two objects (are these two objects stored at the same memory address?). For example, + +```python +x = [1, 2, 3] +y = [1, 2, 3] + +id(x) # => 4490234752 +id(y) # => 4490680128 + +x == y # => True +x is y # => False +``` + +So, even though the two lists are the same, they're not stored at the same memory address. This might not seem important, but if we modify the above code slightly, we get different results. + +```python +x = [1, 2, 3] +y = x + +x == y # => True +x is y # => True +``` + +Okay, but what does this mean? Why should I care if `x` and `y` have the same identity? + +When `x` and `y` have the same identity, they point to the same object, so modifying the value of that object will be reflected in both variables. + +```python +x = [1, 2, 3] +y = x + +# modify the shared object +x.append(4) + +x # => [1, 2, 3, 4] +y # => [1, 2, 3, 4] +``` + +But, in the first example, where the two are different, this behavior doesn't happen + +```python +x = [1, 2, 3] +y = [1, 2, 3] + +# only modify one object +x.append(4) + +x # => [1, 2, 3, 4] +y # => [1, 2, 3] +``` +
+ +
+

Common misconception

+
+

A very common error that happens in Python occurs from a misconception about identity. Say you have some list, lst, and you want to make an independent copy of that list. If you create a new variable copy = lst, you haven't really copied the list. Just like in our example, copy will point to the same location as lst.

+

There are two ways to do this correctly, depending on what you want. You can either create a "shallow copy" or a "deep copy". See the last section in this file for a description and comparison.

+
+ +## Objects and mutability + +Let's build on some of the identity weirdness we just saw for the identity of lists and see how it applies to integers. + +```python +x = 41 +y = x + +# will this modify one variable or both? +x += 33 + +x # => 74 +y # => 41 (y is unchanged) +``` + +But on the other hand, the analogous code for lists behaves differently. + +```python +x = [1, 2, 3] +y = x + +# will this modify one variable or both? +x += [4] + +x # => [1, 2, 3, 4] +y # => [1, 2, 3, 4] (y is changed) +``` + +The different behavior occurs because integers are **immutable** while lists are **mutable**. + +All objects are either mutable or immutable. Remember how we said objects have value, type, and identity? "Mutable" means that an object's value can change after declaration (like a list changes when you append to it) and "immutable" means that the value is fixed. + +Let's inspect our examples a bit more... + +```python +x = 41 +y = x + +id(x) # => 4346613296 +id(y) # => 4346613296 + +x += 33 + +id(x) # => 4346802832 (changed) +id(y) # => 4346613296 + +x # => 74 +y # => 41 +``` + +Even though `x` and `y` start out as references to the same object, when we add 33, *a new object is created* and `x` is reassigned to point to that object. `y` remains pointing at the old object. + +By contrast... + +```python +x = [1, 2, 3] +y = x + +id(x) # => 4378526208 +id(y) # => 4378526208 + +x += [4] + +id(x) # => 4378526208 (didn't change) +id(y) # => 4378526208 + +x # => [1, 2, 3, 4] +y # => [1, 2, 3, 4] +``` + +...when `x` and `y` are lists, appending 4 to the end of the list does not create a new object. + +There's one important piece of clarification: every operation on an immutable object will create a new object; *some* operations on mutable objects create new objects and others don't. It's not true that any operation on a mutable object creates a new object. + +```python +x = [1, 2, 3] +id(x) # => 4539869440 + +x = x + [4] +id(x) # => 4539685504 + +x # => [1, 2, 3, 4] +``` + +This shows how `lst += [4]` behaves differently than `lst = lst + [4]`. The former does not create a new object but the latter does. + +### Modifying an object from a function + +This behavior crops up frequently when you're passing an object to a function. Instead of pass-by-copy or pass-by-reference, Python passes all parameters by "object-reference". It gives the function a reference to the object and the function can modify the original object if and only if it's mutable. + +So, functions can't modify the caller's integer variables... + +```python +def modify(num): + num += 33 # just like x += 33 in the earlier example + +x = 41 +modify(x) +print(x) # 41 (not modified) +``` + +...but they can modify lists. + +```python +def modify(lst): + lst += [4] # just like x += [4] in the earlier example + +x = [1, 2, 3] +modify(x) +print(x) # [1, 2, 3, 4] (modified) +``` + +This can be a bit confusing, and if you're not interested in the mechanics, you can remember that Python effectively behaves like the following: **Mutable objects are passed by reference and immutable objects are passed by value.** + +This means that in your programs, if you have a list, you can pass it between functions and they can add or remove data, but you can't do that with numbers. + +### Mutability of our favorite objects + +| | Python keyword | Mutable? | +| ---------- | ---------------- | ---------- | +| Integer | `int` | ✗ | +| Float | `float` | ✗ | +| Boolean | `bool` | ✗ | +| String | `str` | ✗ | +| List | `list` | ✓ | +| Dictionary | `dict` | ✓ | +| Set | `set` | ✓ | +| Tuple | `tuple` | ✗ | + +## Nested objects and copies (optional) + +Tuples are immutable and lists are mutable, so what happens if you put a list inside of a tuple? The behavior can be kind of sneaky because tuples store *references* to the objects contained within them, and those references can't change. The objects, however, can change. + +Let's see what happens when we try to change a tuple's reference. + +```python +t = (1, [2, 3], [5, 6, 7]) + +t[1] = [2, 3, 4] +# TypeError: 'tuple' object does not support item assignment +``` + +The issue here is because the list `[2, 3, 4]` is a new object which we're trying to replace the old object with. On the other hand, if we modified the list without trying to replace it, everything would work fine. + + +```python +t = (1, [2, 3], [5, 6, 7]) + +t[1].append(4) +t # => (1, [2, 3, 4], [5, 6, 7]) +``` + +This also brings us to two different ways to make a copy of an object. We mentioned earlier that this code does not actually make a copy: + +```python +lst = [1, [2, 3], 5] +clone = lst + +lst.append(6) + +lst # => [1, [2, 3], 5, 6] +clone # => [1, [2, 3], 5, 6] (changed) +``` + +To correctly copy the object, you can either make a "shallow copy" or a "deep copy". Summarizing from the [Python documentation](https://docs.python.org/3/library/copy.html): + +* A *shallow copy* constructs a new object and then inserts references into it to the objects found in the original. +* A *deep copy* constructs a new object and then, recursively, inserts copies into it of the objects found in the original. + +Basically, a deep copy makes copies of the inner objects as well, while a shallow copy does not. So, if we make a shallow copy of `lst` from the example above, the two lists will be independent except for `lst[1]`: + +```python +import copy + +lst = [1, [2, 3], 5] +clone = copy.copy(lst) # makes a shallow copy + +lst.append(6) + +lst # => [1, [2, 3], 5, 6] +clone # => [1, [2, 3], 5] (unchanged) + +lst[1].append(4) + +lst # => [1, [2, 3, 4], 5, 6] +clone # => [1, [2, 3, 4], 5] (changed) +``` + +On the other hand, a deep copy would make a new copy of `lst[1]` as well: + +```python +import copy + +lst = [1, [2, 3], 5] +clone = copy.deepcopy(lst) # makes a deep copy + +lst.append(6) + +lst # => [1, [2, 3], 5, 6] +clone # => [1, [2, 3], 5] (unchanged) + +lst[1].append(4) + +lst # => [1, [2, 3, 4], 5, 6] +clone # => [1, [2, 3], 5] (unchanged) +``` diff --git a/page/install-python.md b/page/install-python.md new file mode 100644 index 000000000..fd7df07cc --- /dev/null +++ b/page/install-python.md @@ -0,0 +1,7 @@ +# Python Installation Instructions + +Welcome to CS 41! Before class begins, please install Python on your computer. We have three guides for installing Python, depending on your operating system. Click on your operating system below: + +* [Windows](/#/page/install/windows) +* [macOS](/#/page/install/macos) +* [Linux](/#/page/install/linux) \ No newline at end of file diff --git a/page/install/linux.md b/page/install/linux.md new file mode 100644 index 000000000..4f119e612 --- /dev/null +++ b/page/install/linux.md @@ -0,0 +1,72 @@ +# Installing Python on Linux + +## Overview + +Hello! + +This document provides a walkthrough to set up a Python development environment for [CS41](https://stanfordpython.com) on Linux. Alternate versions of this guide exist for [macOS](/#/page/install/macos) and [Windows](/#/page/install/windows) development. + +In this course, you'll be writing lots of Python code, so it's important to get your development environment set up and ready-to-go. Moreover, we will sometimes need to install dependencies and packages, so we want to make sure that everything is installed to the right place as well. The tools we develop in this document will also be useful for any external development you might pursue in Python. + +Throughout this document, we will: + +1. Install Python 3.10.3 +2. Create a virtual environment using this version of Python. +3. Inside this environment, install useful packages. + +Let's get started! + +## Prerequisite + +We assume that you have a basic familiarity with the command line. We understand that not everyone will feel comfortable with the command line, because it is covered starting in CS107. However, I highly recommend using Nick Troccoli's amazing [CS107 resources](https://web.stanford.edu/class/archive/cs/cs107/cs107.1214/resources/) for this quarter if you feel less experienced, particular the section titled "Common Unix Commands." + +## Install Python 3.10.3 + +On different Linux systems, there are a couple of different ways to install and manage packages. We'll cover `apt` here, as well as how you can install from source. + +### Installing with `apt` (Ubuntu, Debian) + +`apt` is Linux's Advanced Package Tool, and is very useful for installing, managing, upgrading, and removing packages on Debian, Ubuntu, and a few other Linux distributions. We'll use [Felix Krull's PPA](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa) to install specific Python versions. + +``` +$ sudo add-apt-repository ppa:deadsnakes/ppa +$ sudo apt update +$ sudo apt install python3.10 +$ sudo apt install python3.10-venv +``` + +On Debian, we'll just have to `sudo apt install python3` and hope for the best. Also note that this might install a different version of Python 3.10, but we won't worry about that here. + +### Installing with `yum` (RedHat, CentOS) + +Other Linux distributions use a different package manager, `yum`. We don't have any test devices with these Linux distributions, so you're on your own here. There is a reasonably good tutorial for CentOS [here](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-centos-7). + +### Other Linux package managers + +The world of Linux distributions is unfathomably large. If you can pull off a Python 3.10 install on your distribution of choice, more power to you. However, we recommend building from source. + +### Installing from source + +Installing Python from source follows the same pattern as most other source installations. + +First, download the source tarball (either [gzipped](https://www.python.org/ftp/python/3.10.3/Python-3.10.3.tgz) or [XZ compressed](https://www.python.org/ftp/python/3.10.3/Python-3.10.3.tar.xz)). Unzip the files and `cd` into the unzipped directory. + +To build Python, just execute the usual commands: + +``` +$ ./configure +$ make +$ make test +$ sudo make install +``` + +*Note: If you want to install Python to a non-standard location, you can `./configure --prefix=/some/other/directory` in order to, say, not overwrite a system-installed Python, which might be useful for distributions like CentOS* + +More information on the actual installation process can be found in the tarball's README. + +## Follow the macOS Instructions + +From here, the instructions are almost exactly the same as the [macOS](/#/page/install/macos) instructions. Follow those instructions, with the following differences. + + +> Much of this handout was written by Sam Redmond and has been adapted over the years by Parth Sarin, Michael Cooper, and Tara Jones. \ No newline at end of file diff --git a/page/install/macos.md b/page/install/macos.md new file mode 100644 index 000000000..3eee575bd --- /dev/null +++ b/page/install/macos.md @@ -0,0 +1,270 @@ +# Installing Python on macOS + +## Overview + +Hello! + +This document provides a walkthrough to set up a Python development environment for CS 41 on macOS. Alternate versions of this guide exist for [Linux](/#/page/install/linux) and [Windows](/#/page/install/windows) development. + +In this course, you'll be writing lots of Python code, so it's important to get your development environment set up and ready-to-go. Moreover, we will sometimes need to install dependencies and packages, so we want to make sure that everything gets installed to the right place as well. The tools we learn about in this document will also be useful for any external development you might pursue in Python. + +Throughout this document, we will: + +1. Install Python 3.10.3 +2. Create a virtual environment using this version of Python. +3. Inside this environment, install useful packages. +4. (Optional) Modify the shell startup script to always activate our environment. + +Let's get started! + +## Install Python 3.10.3 + +*Note: If you use `brew` or another package manager for Python installations, see the note at the bottom of this section instead.* + +Navigate to the [Python 3.10.3 download page](https://www.python.org/downloads/) in a web browser. + +Navigate to the top of the page where it says "Looking for Python with a different OS? Python for..." and select your operating system/computer mode. + +After downloading, double-click the downloaded file, and follow the on-screen instructions to install Python 3.10.3 + +Let's double check that Python 3.10.3 was installed correctly. + +For the remainder of this setup document, we assume that you have a basic familiarity with the command line. We understand that not everyone will feel comfortable with the command line, because it is usually covered starting in CS107. However, I highly recommend using Nick Troccoli's amazing [CS107 resources](https://web.stanford.edu/class/archive/cs/cs107/cs107.1214/resources/) for this quarter if you feel less experienced, particular the section titled "Common Unix Commands." + +The main takeaway is the following: If you something of the following form in this guide (you'll see this quite a few times!): + +``` +parth$ command +``` + +Then copy and paste the command into your command line prompt. + +Two quick notes: + +1. The text before the `$` can vary. It is not necessarily your username. In this case, we are assuming that the username is `parth` and that is the text which is shown before the `$` at your command prompt. (On the terminal below, for example, the text before the prompt includes more than just the username, including the current directory). +2. Below is a quick example of how you may go about running the commands immediately following this list. This is designed to clear up any ambiguity related to running commands at the command line. + + +Open up a command line prompt (likely using Terminal), and run the following commands: + +``` +parth$ which python3 +/Library/Frameworks/Python.framework/Versions/3.10/bin/python3 +parth$ python3 --version +Python 3.10.3 +``` + +If you see the output shown above, then Python 3.10.3 was installed correctly on your machine! + +Let's celebrate by writing some code! Run the following from a command prompt. You should see the following output, which leaves you at an interactive prompt, at which you can write Python code. + +``` +parth$ python3 +Python 3.10.3 (v3.10.3:a342a49189, Mar 16 2022, 09:34:18) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin +Type "help", "copyright", "credits" or "license" for more information. +>>> print("Hello world!") +Hello world! +>>> quit() +parth$ +``` + +Try writing some Python (perhaps `print("Hello world!")`) in the interactive interpreter! When you're done, you can exit the interactive interpreter by entering `quit()` at the Python command prompt or by pressing CTRL+D. + +#### Other package managers: `brew` + +[Homebrew](https://brew.sh/) is "the missing package manager for macOS." It's a great way to install, upgrade, and manage many different types of packages on macOS, including Python. If you are not using `brew`, there is no requirement that you start for CS41. However, if you are already using `brew`, you might as well install Python through brew. + +Run `brew install python3`. This will fetch the latest version of Python (which might not be Python 3.10.3, but that's all we can do). + +Then, continue the process above, after the installation of Python 3.10.3. + +### Troubleshooting + +#### `which python3` shows no output +The `which` command searches your computer for a program matching a name. If `which python3` shows no output, it means that your computer can't find any appropriate `python3`. Pause and [post on Ed](https://edstem.org/us/courses/20141/). Include as much detail as you can about the problem. + +#### `python3 --version` does not show `Python 3.10.3` +In this case, the version of Python 3 your computer wants to run is not the Python 3.10.3 that we just downloaded. Pause and [post on Ed](https://edstem.org/us/courses/20141/). Include as much detail as you can about the problem. + +## Create a virtual environment + +We've correctly installed Python, so next we will create a virtual environment. You can learn more about virtual environments [here](/#/page/install/virtual-environments) or at the end of lecture on Day 2, but for now it is sufficient to think of a virtual environment as an isolated sandbox for Python packages and dependencies. + +Specifically, we will create a folder named `cs41-env` in your computer's home folder. The configuration of our virtual environment will live entirely inside of this folder. + +``` +parth$ python3 --version +Python 3.10.3 +parth$ python3 -m venv ~/cs41-env +``` + +If these two lines execute without error, you have successfully created a virtual environment named `cs41-env`. + +*Note: If you move the `cs41-env` folder, some of the internal structure of the virtual environment can break in unpredictable ways. This is one of the drawbacks of standard virtual environments that motivate our more advanced usage of `virtualenvwrapper` later in this document.* + +### Activating a virtual environment + +For a given terminal session, a virtual environment is either active or inactive at any moment in time. To activate our virtual environment, you will need to run + +``` +parth$ source ~/cs41-env/bin/activate +(cs41-env) parth$ +``` + +*Note: If your shell is `tcsh` or `csh`, you will have to run `source ~/cs41-env/bin/activate.csh` instead. If your shell is `fish`, you will have to run `. ~/cs41-env/bin/activate.fish` instead.* + +Observe that our command prompt, which previously was `parth$`, now is `(cs41-env) parth$`. This is one method by which you can see whether a virtual environment is activated. + +### Deactivating a virtual environment + +Deactivating a virtual environment is easy. From an activated environment, simply run + +``` +(cs41-env) parth$ deactivate +parth$ +``` + +Don't worry if you deactivate from an inactive environment. Nothing bad will happen, although you might see a `-bash: deactivate: command not found` error message, which you can safely ignore. + +### Using an activated virtual environment. + +Let's reactivate our virtual environment to see what's different when a virtual environment is active. + +``` +parth$ source ~/cs41-env/bin/activate +(cs41-env) parth$ which python3 +/Users/parth/cs41-env/bin/python3 +(cs41-env) parth$ which python +/Users/parth/cs41-env/bin/python +(cs41-env) parth$ which pip3 +/Users/parth/cs41-env/bin/pip3 +(cs41-env) parth$ which pip +/Users/parth/cs41-env/bin/pip +``` + +It looks like all of our python-related commands are now located inside of the virtual environment. That's a good thing! You can confirm this by seeing that `/Users/parth/cs41-env/bin:` is the first entry of the string printed by running `echo $PATH`. + +Moreover, observe that: + +``` +(cs41-env) parth$ python3 --version +Python 3.10.3 +(cs41-env) parth$ python --version +Python 3.10.3 +(cs41-env) parth$ pip3 --version +pip 21.0.1 from /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip (python 3.10) +(cs41-env) parth$ pip --version +pip 21.0.1 from /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip (python 3.10) +``` + +The big takeaway is that, inside our active virtual environment, the commands `python` and `pip` now refer to Python 3.10.3 and it's associated package manager. + +For example, when the virtual environment is active, we can enter an interactive Python 3 prompt simply by running: + +``` +parth$ python +Python 3.10.3 (v3.10.3:1a79785e3e, Feb 19 2021, 09:06:10) +[Clang 6.0 (clang-600.0.57)] on darwin +Type "help", "copyright", "credits" or "license" for more information. +>>> +``` + +*As a reminder, you can quit the interactive Python prompt with `quit()` or CTRL+D.* + +## Use `pip` to Install Useful Packages + +Next, we'll install useful Python packages that will serve us over the duration of this course. Let's first make sure that we're have activated the virtual environment. + +``` +parth$ source ~/cs41-env/bin/activate +``` + +Now, we'll update `pip`, Python's builtin package manager, just to make sure it's on the latest version (it should be). + +``` +(cs41-env) parth$ pip install --upgrade pip +Requirement already up-to-date: pip in ./cs41-env/lib/python3.10/site-packages (21.0.1) +``` + +After, we'll install the suite of Jupyter tools and some additional useful packages. + +*Really, really make sure that you have activated `cs41-env` before running this line!* + +``` +(cs41-env) parth$ pip install "ipython[all]" jupyter jupyterlab numpy scipy matplotlib nltk scikit-learn requests flask pycodestyle autopep8 Pillow +``` + +This will produce a huge amount of output, as Python is downloading these third-party libraries and tools from the internet and storing them inside our virtual environment. These packages will be available when our virtual environment is active, but will not necessarily be available if our virtual environment is inactive. For this reason, it's important to always have an active virtual environment when working on code for this class. + +The last few lines of the output should look like the following. If your output is dramatically different from this or the installation failed with an error, pause and get a member of the course staff to help or post on Piazza. + +``` +Installing collected packages: wcwidth, prompt-toolkit, appnope, ptyprocess, pexpect, parso, jedi, pickleshare, pygments, ipython-genutils, traitlets, decorator, backcall, pytz, babel, sphinxcontrib-serializinghtml, snowballstemmer, urllib3, idna, certifi, chardet, requests, packaging, docutils, sphinxcontrib-jsmath, sphinxcontrib-devhelp, sphinxcontrib-qthelp, imagesize, sphinxcontrib-applehelp, MarkupSafe, jinja2, alabaster, sphinxcontrib-htmlhelp, Sphinx, entrypoints, pandocfilters, jupyterlab-pygments, testpath, mistune, webencodings, bleach, jupyter-core, attrs, pyrsistent, jsonschema, nbformat, defusedxml, pyzmq, tornado, jupyter-client, nest-asyncio, async-generator, nbclient, nbconvert, nose, pycparser, cffi, argon2-cffi, Send2Trash, terminado, ipykernel, prometheus-client, notebook, widgetsnbextension, jupyterlab-widgets, ipywidgets, qtpy, qtconsole, ipyparallel, ipython, jupyter-console, jupyter, sniffio, anyio, jupyter-server, nbclassic, jupyter-packaging, json5, jupyterlab-server, jupyterlab, scipy, click, joblib, regex, tqdm, nltk, threadpoolctl, scikit-learn, Werkzeug, itsdangerous, flask, toml, autopep8 + Running setup.py install for pandocfilters ... done + Running setup.py install for pyrsistent ... done + Running setup.py install for nltk ... done +Successfully installed MarkupSafe-1.1.1 Send2Trash-1.5.0 Sphinx-3.5.3 Werkzeug-1.0.1 alabaster-0.7.12 anyio-2.2.0 appnope-0.1.2 argon2-cffi-20.1.0 async-generator-1.10 attrs-20.3.0 autopep8-1.5.6 babel-2.9.0 backcall-0.2.0 bleach-3.3.0 certifi-2020.12.5 cffi-1.14.5 chardet-4.0.0 click-7.1.2 decorator-4.4.2 defusedxml-0.7.1 docutils-0.16 entrypoints-0.3 flask-1.1.2 idna-2.10 imagesize-1.2.0 ipykernel-5.5.0 ipyparallel-6.3.0 ipython-7.22.0 ipython-genutils-0.2.0 ipywidgets-7.6.3 itsdangerous-1.1.0 jedi-0.18.0 jinja2-2.11.3 joblib-1.0.1 json5-0.9.5 jsonschema-3.2.0 jupyter-1.0.0 jupyter-client-6.1.12 jupyter-console-6.4.0 jupyter-core-4.7.1 jupyter-packaging-0.7.12 jupyter-server-1.5.1 jupyterlab-3.0.12 jupyterlab-pygments-0.1.2 jupyterlab-server-2.3.0 jupyterlab-widgets-1.0.0 mistune-0.8.4 nbclassic-0.2.6 nbclient-0.5.3 nbconvert-6.0.7 nbformat-5.1.2 nest-asyncio-1.5.1 nltk-3.5 nose-1.3.7 notebook-6.3.0 packaging-20.9 pandocfilters-1.4.3 parso-0.8.1 pexpect-4.8.0 pickleshare-0.7.5 prometheus-client-0.9.0 prompt-toolkit-2.0.10 ptyprocess-0.7.0 pycparser-2.20 pygments-2.8.1 pyrsistent-0.17.3 pytz-2021.1 pyzmq-22.0.3 qtconsole-5.0.3 qtpy-1.9.0 regex-2021.3.17 requests-2.25.1 scikit-learn-0.24.1 scipy-1.6.2 sniffio-1.2.0 snowballstemmer-2.1.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-1.0.3 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.4 terminado-0.9.3 testpath-0.4.4 threadpoolctl-2.1.0 toml-0.10.2 tornado-6.1 tqdm-4.59.0 traitlets-5.0.5 urllib3-1.26.4 wcwidth-0.2.5 webencodings-0.5.1 widgetsnbextension-3.5.1 +``` + +We will learn more about each of these packages throughout this course. + +Importantly, you should now have access to `ipython`, an interactive Python interpreter that is (in our humble opinion) vastly superior to the default Python interpreter. You can read an overview [here](http://ipython.readthedocs.org/en/stable/overview.html) if you'd like. To make sure `ipython` is configured correctly, run it from a command prompt, and ensure that you get something similar to the below. + +``` +(cs41-env)$ ipython +Python 3.10.3 (v3.10.3:1a79785e3e, Feb 19 2021, 09:06:10) +Type 'copyright', 'credits' or 'license' for more information +IPython 7.22.0 -- An enhanced Interactive Python. Type '?' for help. + +In [1]: +``` + +One helpful feature of `ipython` is that you can append a `'?'` to any symbol and Python will try to give you help for that symbol. For example: + +``` +In [1]: print? +Docstring: +print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False) + +Prints the values to a stream, or to sys.stdout by default. +Optional keyword arguments: +file: a file-like object (stream); defaults to the current sys.stdout. +sep: string inserted between values, default a space. +end: string appended after the last value, default a newline. +flush: whether to forcibly flush the stream. +Type: builtin_function_or_method +``` + +And that's it! You are all done setting up your Python development environment for CS41. + +## Summary + +First, we installed Python 3.10.3 from the Python website and checked that everything was installed correctly. Next, we used `python3` to create a virtual environment named `cs41-env`, and we learned how to activate and deactivate this virtual environment. Lastly, we activated the environment and installed lots of useful packages. + +**Reminder: Each time you create a new terminal session, you will need to run `source ~/cs41-env/bin/activate`.** + +## IMPORTANT! Activating virtual environments + +One very important note is that our virtual environment will not be activated by default. This means that, for every new command line session you create (for example, by opening a new tab in Terminal.app or iTerm.app), you will need to run `source ~/cs41-env/bin/activate` to activate the `cs41-env` virtual environment. A good rule to remember is: if you don't see `(cs41-env)` at the start of the command prompt, then the virtual environment is not active! + +In this course, we always assume that you are operating in an active virtual environment. So, it's crucially important that you activate the `cs41-env` environment by running `source ~/cs41-env/bin/activate` in every terminal session you use for this class. + +### Optional: Automatically enable `cs41-env` + +If you want to automatically enable the `cs41-env` virtual environment every time you start a new interactive session, you can add a command to your shell's startup script. In most cases, this will be `~/.bash_profile` or `~/.bashrc`, which are different but in ways that are not important to us right now. Run: + +``` +parth$ echo "# Activate virtual environment for CS41." >> ~/.bash_profile +parth$ echo "source ~/cs41-env/bin/activate" >> ~/.bash_profile +parth$ tail -n 2 ~/.bash_profile +# Activate virtual environment for CS41. +source ~/cs41-env/bin/activate +``` + +This will cause the command `source ~/cs41-env/bin/activate` to be executed every time you open a new terminal session. Since this script gets executed every time you create a new terminal session, the `cs41-env` will be automatically activated. It can still be deactivated by running `deactivate`. + +*Note: If you are using a different shell (`tcsh`, `zsh`, etc) than `bash`, you will need to place this startup command in your appropriate startup script, such as `~/.tcshrc` or `~/.zshrc`.* + +You did it! Celebrate with your friends. + +> Much of this handout was written by Sam Redmond and has been adapted over the years by Parth Sarin, Michael Cooper, and Tara Jones. \ No newline at end of file diff --git a/page/install/virtual-environments.md b/page/install/virtual-environments.md new file mode 100644 index 000000000..f15fcbe12 --- /dev/null +++ b/page/install/virtual-environments.md @@ -0,0 +1,98 @@ +# Virtual Environments Primer + +## Using virtual environments + +Once you have a virtual environment set up for a project or for a course, there's only one important thing to remember. **Activate your virtual environment every time you open a new shell.** We'll see what this means and how to do this later in this document. For now, if you only take away one thing, it should be that you should run `source ~/cs41-env/bin/activate` every time you open a new shell. If you want to get fancy, you can even add this line to your shell startup script (like `~/.bashrc` or `~/.bash_profile`) so it is executed automatically on shell startup. + +## What is a virtual environment? +A virtual environment is simply an isolated folder that contains all the executables you need to build something awesome in Python, including code to run the Python interpreter, use [the standard library] (https://docs.python.org/3/library/), and install other third-party libraries that we'll need later in the quarter. Importantly, a virtual environment will keep all of these things in one place (inside the virtual environment folder), so that your local development environment is isolated from the rest of your computer. + +## Why bother using virtual environments? +Of course, you could also develop Python projects without a virtual environment, but it's a good idea to become familiar with this tool. + +Suppose that you want to use version 2 of the `foo` library but another application requires version 1 of `foo` (this comes up a lot!). How can you have both these applications on your computer at the same time? If you install everything into `/usr/lib/python3.7/site-packages` (or whatever your platform's standard location is), you could easily end up in a sticky situation, in which you might unintentionally upgrade an application that shouldn't be upgraded. + +More generally, what if you want to install an application and leave it be? If an application works, any change in its libraries or the versions of those libraries can break the application. + +Also, perhaps you can't install packages into the global directory, maybe because you're on a shared host like `rice`. + +In all of these cases, a virtual environment can isolate a project's development and execution environment and make programming in Python a breeze. + + +## Creating a virtual environment +In Python 3.6+, the recommended way to create a virtual environment is to run: + +``` +$ python3 -m venv /path/to/new/virtual/environment +``` + +Make sure that `python3` resolves to whichever version of Python 3 you'd like to bind to your virtual environment. + +For example, to create a new virtual environment for CS41 named `cs41-env` in your home folder, you could run: + +``` +$ python3 -m venv ~/cs41-env +``` + +## Activation and Deactivation +To activate a virtual environment on macOS or Linux running `bash` or `zsh`, `source` the following path: + +``` +$ source ~/cs41-env/bin/activate +``` + +You can replace `~/cs41-env/bin/activate` with the corresponding path if you created your virtual environment in a different location. + +If you're using a different shell, you'll need to run a different command: + +- `fish`: `$ . ~/cs41-env/bin/activate.fish` +- `csh/tcsh`: `$ source ~/cs41-env/bin/activate.csh` +- `cmd.exe` (Windows): `> ~\cs41-env\Scripts\activate.bat` +- `PowerShell` (Windows): `PS> ~\cs41-env\Scripts\Activate.ps1` + +When a virtual environment is activated, you will see a prefix on your prompt, so it will look like this: + +``` +(cs41-env)$ +``` + +Now that we have an active virtual environment, we can play around with it: + +``` +(cs41-env)$ python --version +(cs41-env)$ pip --version +(cs41-env)$ python +>>> print("Hello world!") +Hello world! +>>> quit() +(cs41-env)$ +``` + +You can create new files, modules, and whatever else you need to make a beautiful Python project! + +Most importantly, when a virtual environment is activated, you can install Python packages into this virtual environment using `pip`. For example, to install the numerical Python package `numpy`, run: + +``` +(cs41-env)$ pip install numpy +``` + +To deactivate, type + +``` +(cs41-env)$ deactivate +$ +``` + +That's it! + +## Last words and alternatives + +To reiterate, **activate your virtual environment every time you open a new shell.** + +Also, know that you should not move your virtual environment folder (in the above, that's `~/cs41-env`), as it is subject to break if it is relocated. + +There are also some alternatives to virtual environments that operate at a higher level, but are a little more complicated to set up. You can use `virtualenvwrapper` to manage virtual environments in a single place, or the even-higher-level tool `pipenv` to automatically handle everything. You can read more [here](https://docs.python-guide.org/dev/virtualenvs/). + +## Credit + +Much credit goes to [Python's `venv` documentation](https://docs.python.org/3/library/venv.html) and numerous other online tutorials. diff --git a/page/install/windows.md b/page/install/windows.md new file mode 100644 index 000000000..20ea6d25a --- /dev/null +++ b/page/install/windows.md @@ -0,0 +1,196 @@ +# Installing Python on Windows + +## Overview + +Hello! + +This document provides a walkthrough to set up a Python development environment for [CS41](https://stanfordpython.com) on Windows. Alternate versions of this guide exist for [macOS](/#/page/install/macos) and [Linux](/#/page/install/linux) development. + +In this course, you'll be writing lots of Python code, so it's important to get your development environment set up and ready-to-go. Moreover, we will sometimes need to install dependencies and packages, so we want to make sure that everything is installed to the right place as well. The tools we develop in this document will also be useful for any external development you might pursue in Python. + +Throughout this document, we will: + +1. Bash on Ubuntu on Windows +2. Running Directly on Windows +3. Using a VM + +We recommend Strategy 1, as it will give you a development environment that is similar enough to the macOS and Linux instructions that you will be able to act almost as if you have a Linux computer. + +We discourage Strategy 2, as it is the most complicated and hardest for us to debug. + +We are fine with Strategy 3, although it is essentially just avoiding the problem by throwing computational resources at it. + +If Strategy 1 or Strategy 2 fail horribly, Strategy 3 will definitely work, but is fairly resource intensive. + +So, we recommend trying out Strategy 1 first. If that fails, decide whether you are willing to allocate a nontrivial amount of computing resources to this course. If so, proceed with Strategy 3. If not, proceed with Strategy 2. + +## (1) Bash on Ubuntu on Windows +Requires: 64-bit Windows 10, updated to the 2016 Anniversary build or later. *If you regularly download updates, you'll be fine.* + +Windows 10 has added a Ubuntu subsystem which we will use for development in this class. In particular, we'll use the Ubuntu system to download Python and to create a virtual environment for this course. + +First, follow [these instructions if you're running Windows 10](https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/) or [these instructions if you're running Windows 11](https://www.groovypost.com/howto/install-windows-subsystem-for-linux-in-windows-11/) in order to activate the "Windows Subsystem for Linux," get Ubuntu from the Microsoft Store, and launch a `bash` shell on Ubuntu. (One quick note here: Your Windows file system is located at `/mnt/c` in the Bash shell environment.) + +Once you're in the `bash` shell, you can follow the [Linux](/#/page/install/linux) guide, which has more details. If you're just getting started, you may also need to run the following commands: + +``` +$ sudo add-apt-repository ppa:deadsnakes/ppa +$ sudo apt update +$ sudo apt install python3.10 +$ sudo apt install python3.10-venv +``` + +You can check which version of Python you've installed by running: + +``` +$ python3 --version +Python 3.10.3 +``` + +In broad strokes, you will need to run the following commands to set up a virtual environment. The Linux and macOS handouts contain more detailed information. + +``` +$ python3 -m venv "${HOME}/cs41-env" +$ source "${HOME}/cs41-env/bin/activate" +(cs41-env)$ pip install "ipython[all]" jupyter jupyterlab numpy scipy matplotlib nltk scikit-learn requests flask pycodestyle autopep8 Pillow +(cs41-env)$ deactivate +``` + +> The command `source "${HOME}/cs41-env/bin/activate"` is especially important. **Every time you open a new bash shell, you will need to run `source "${HOME}/cs41-env/bin/activate"` in order to activate your virtual environment.** The `deactivate` command deactivates an active virtual environment. + +You can tell if a virtual environment is active by looking for the parenthesized `(cs41-env)` prefix. + +Working with Windows is complicated enough, so we're going to omit the instructions for how to use `virtualenvwrapper` to set up managed virtual environments. If you're really interested, you can follow the macOS instructions for `virtualenvwrapper`. + +## (2) Running Directly on Windows + +Recall that we discourage this option as it is very complex and hard for us to debug. Only use this option if the above fails and you don't want to use a VM (Strategy 3). + +You will need Windows 8.1 or newer to use Python 3.10.3 on Windows. + +When in doubt, the source of truth for Windows commands is [included in the Python documentation](https://docs.python.org/3/using/windows.html), and you can find more details on using virtual environments [here](https://docs.python.org/3/library/venv.html#module-venv). + +The rough outline is: + +1. Install Python 3 and sanity check the installation. +2. Create a virtual environment. +3. Use `pip` to install useful packages. + +First, download the web-based installer from the [Python 3.10.3 releases page](https://www.python.org/downloads/release/python-3103/), either for [x86-64](https://www.python.org/ftp/python/3.10.3/python-3.10.3-amd64.exe) or [x86](https://www.python.org/ftp/python/3.10.3/python-3.10.3.exe). The web-based installer is a small download which will connect to the internet to download any additional required components, so make sure that you are connected to the internet for the remainder of these installation instructions. + +Start the installer. You will see two options: "Install launcher for all users (recommended)" and "Add Python 3.10 to PATH". Make sure both are selected, and then click "Install Now." + +*Note: Technically, you should also [remove the MAX_PATH limitation](https://docs.python.org/3/using/windows.html#removing-the-max-path-limitation), but we'll skip that for now.* + +Follow the on-screen instructions to finish installing Python. When you are given the option of unchecking any 'optional' components, do not uncheck any. In particular, if there is an option called "Add python.exe to search path" on the "Customize Python 3.10" screen, make sure that box is checked! You should also see that `pip` is being installed by default. + +Let's check to see that everything was installed correctly. + +Open up PowerShell or `cmd.exe` and run the following from a command prompt: + +``` +> python3 +``` + +You should see something like the following: + +``` +Python 3.10.3 (v3.10.3:1a79785e3e, Feb 19 2021, 09:06:10) +[Clang 6.0 (clang-600.0.57)] on darwin +Type "help", "copyright", "credits" or "license" for more information. +>>> +``` + +Ensure that the Python version above looks like 3.10.3. + +If that doesn't work, try running: + +``` +> python +``` + +If this drops you into a Python 3.10.3 interactive interpreter, great! In this case, everywhere you see `python3` below, replace it with the command `python`. + +If this didn't work, try running: + +``` +> py -3 +``` + +If this worked, then everywhere you see `python3` below, replace it with the command `py -3`. + +Try writing some Python in the interactive interpreter! When you're done, you can exit the interactive interpreter with `CTRL+C` or by entering `quit()` at the Python command prompt. + +### Checking `pip` +First, let's check that we have `pip` installed. For CS41, we'll be using a package manager called `pip` to install and manage Python software packages. By default, Python 3.10.3 ships with a version of `pip` prebuilt. `pip` interacts very well with PyPI (the Python Package Index), so we'll be using `pip` extensively this quarter. + +At a command prompt, run the following code. You should see something like the following output: + +``` +> python3 -m pip --version +pip 21.0.1 from /pip 21.0.1 from C:\Users\Parth\AppData\Local\Programs\Python\Python310\lib\site-packages (python 3.10) +``` + +Problems might arise if you had a different version of Python 3 already installed, but if you added Python 3.10 to your PATH, this should work. + +### Create a Virtual Environment + +Great! Now, let's run the following commands: + +``` +> python3 -m venv ~\cs41-env +``` + +If you were having trouble with finding your Python executable in the previous section, you should be able to instead run the following, in which you specify the full path to all arguments (note: you may need to change the path to your Python executable): + +``` +c:\> c:\Python310\python -m venv c:\path\to\myenv\cs41-env +``` + +This will create a virtual environment in a folder named `cs41-env` inside the folder you specified. + +To activate the virtual environment, you must run one of the following two commands. If you are using `cmd.exe`, you must run: + +``` +C:\> ~\cs41-env\Scripts\activate.bat +``` + +If you are using PowerShell, you should run: + +``` +PS C:\> ~\cs41-env\Scripts\Activate.ps1 +``` + +As with other OSes, you can deactivate the virtual environment by running `deactivate` in your shell. + +### Installing packages with `pip` + +Go ahead and activate your virtual environment, using the appropriate command above for either `cmd.exe` or PowerShell. Next, install the following packages into your virtual environment using `pip`: + +``` +(cs41-env) > pip install "ipython[all]" jupyter jupyterlab numpy scipy matplotlib nltk scikit-learn requests flask pycodestyle autopep8 Pillow +``` + +When you're done with that, `deactivate` the virtual environment. + +You're all set! Give yourself a pat on the back. Remember that every time you open a new shell, you will need to activate your virtual environment. + +## (3) Use a Virtual Machine + +It can be very hard to properly set up development environments on Windows. We're going to give up on Windows, and instead we'll use VirtualBox to run an entire Linux operating system on your Windows computer. First, [download VirtualBox 6.1.0](https://download.virtualbox.org/virtualbox/6.1.0/VirtualBox-6.1.0-135406-Win.exe). Make sure you know where you have downloaded this file. + +Great! We're halfway there. + +Next, you'll need to download a Unix OS. We recommend using [Ubuntu 20.04](https://www.ubuntu.com/download/desktop/thank-you?version=20.04.4&architecture=amd64). Now, + +1. Launch VirtualBox by double-clicking on the downloaded executable. +2. Create a new VM instance and point the prompt to the Ubuntu ISO you just downloaded. +3. VirtualBox will prompt you to configure lots of settings for your new virtual machine. You can use the defaults, or you can adjust the settings if you know what you are doing. Roughly speaking, the more resources you give to your VM, the fewer your normal non-VM computer has. + a. You can name your virtual machine something like `cs41-vm` +4. Click through the on-screen instructions to finish setting up Ubuntu. + +Ubuntu is a Linux distribution, so from here you should follow the [Linux](/#/page/install/linux) guide that has already been posted. + +If you'd like to be oriented to VirtualBox itself, they have posted [a manual](https://www.virtualbox.org/manual/ch01.html) (warning: it's pretty long) that covers First Steps with VirtualBox. If you only read one section, we recommend "Section 1.9: Running Your Virtual Machine." + +> Much of this handout was written by Sam Redmond and has been adapted over the years by Parth Sarin, Michael Cooper, and Tara Jones. \ No newline at end of file diff --git a/page/lab/lesson-plan-2.md b/page/lab/lesson-plan-2.md new file mode 100644 index 000000000..e70613f03 --- /dev/null +++ b/page/lab/lesson-plan-2.md @@ -0,0 +1,190 @@ +# Lesson Plan: Data Structures and Basics (Week 2) + +Welcome to section, everyone! Thanks so much for volunteering your time to make CS 41 a reality. The purpose of this lesson plan is to help you organize your section and decide which topics you'll cover and how. **Everything here is a suggestion:** your students want to spend time with you, so use this as a springboard! + +That said, here's one idea for how you might plan your section. + +[[TOC]] + +## Pre-Section Preparation +Visit the [Ed Workspace](https://edstem.org/us/courses/20141/workspaces/pv4UmiB0x8CWst1CLWxxZHgZ1JLtEAru) and fork it (by clicking on the toolbar button that has two arrows diverging) to make a copy that you own. You can edit this copy and use it during section. You're welcome to share your screen and talk through the problems, move the problems to a slide deck, ask students to make their own forks of the workspace, ... + +## Introductions \[10 mins\] +Spend a good amount of time on introductions! It really goes a long way towards creating an atmosphere in your section where people feel comfortable engaging in the material. It might seem trivial now, but it'll matter more in Week 8 (when everything's stressful) if people feel comfortable in your section. + +Here are some ideas for introductions/icebreakers: +* Ask everyone a Would You Rather question; there's a list in [this folder](https://drive.google.com/drive/folders/1SobifNwo_dPMA_dO78IUVUuyATwlqF9N?usp=sharing) +* Have people sign up to lead a community building activity each week by adding their name to a Google Doc; then, each week, they'll be in charge of doing some sort of icebreaker during the first 5 minutes of section or so +* Ask people to send you their favorite meme/video/song/picture/... and share during section + +## Dear Data \[30 mins\] +A main goal of this section is for groups to get familiar with Dear Data and start to plan their data collection. Please familarize yourself with the [Assignment 1 Handout](https://stanfordpython.com/#/page/assignment-1#inspiration) and make sure to watch [this video](https://www.youtube.com/watch?v=mMJ2wrB8b2Q). Feel free to use the [following slides] (https://docs.google.com/presentation/d/1Htc9D4BDkx9_JgEVQJbtF1W6ouG9mPdXW6mp7r_64RY/edit?usp=sharing) to help the students understand the assignment. + +After introducing the assignment, plan a group by group brainstorming activity with visual aids. This can include using a whiteboard, using sticky notes, or whatever comes most natural to you. Use this time to brainstorm different concepts to collect about, what variables would be interesting, and what visualizing them could look like. Have your groups brainstorm for around 10 minuites before focusing on one idea and narrowing down the details about it. + +Make sure before leaving section that each group has: +* their idea finalized +* a shared document with their teammates to collect data + + +## Concept Review \[10 mins\] +
+ Parth and Tara will be free during your section, so if something urgent comes up (a Python setup issue, a quesiton about the assignment) and you can't refer it to Ed, you can slack us and we will answer or come to your section +
+ +Design some activity where students have to recall some of the stuff they learned during lecture. It can be simple (e.g. "Here are some of the concepts we learned during lecture; let's review some of them") or more complex (e.g. "Make a concept map or visual representation of this concept"). Either way, try to make it formative—make sure you're not just assigning busy work and that the *process of doing the activity* will actually result in learning. + +Take some time to go over anything people are concerned about. As a reminder... +* ...if you get a logistical question: try not to give the wrong answer if you're not sure and refer students to Ed. +* ...if you get a question you don't know the answer to: there's a lot of value in showing students how to explore the Python world and get answers to their own questions; you can also slack Parth. + +In lecture, we covered functions, control flow, and numbers, which we summed up by writing a function that determines whether a number is prime: +```python +def is_prime(n): + for i in range(2, n): + if n % i == 0: + return False + return True +``` + +We also talked about strings and files and built a chatbot that can provide the definitions for words in the dictionary. + +```python +def is_word(guess): + with open(WORDS_FILE, 'r') as f: + for line in f: + line = line.strip() + if line == guess: + return True + return False + + +def get_definition(guess): + with open(DEFINITIONS_FILE, 'r') as f: + for line in f: + line = line.strip() + colon_idx = line.find(':') + + word = line[:colon_idx] + meaning = line[colon_idx + 1:] + + if guess == word: + return meaning + + +def main(): + """ + A chatbot which repeatedly prompts the user for a word and checks if it's in + the dictionary. + """ + print("Hi! My name is Parth, your friendly dictionary chatbot.") + print("Enter a word and I'll tell you if it's in the dictionary.") + + while True: + word = input("> ") + word = word.lower() + word = word.strip(' ?!') + + # conditionally, breaking out of the loop + if word == '': + break + + # doing something with that input + if is_word(word): + definition = get_definition(word) + print(f"Yes! {word} is a word! The definition is: {definition}.") + else: + print(f"No! {word} is not a word.") + + +if __name__ == '__main__': + main() +``` + +And, Tara talked about tuples, lists, dictionaries, and sets. + +Students may have questions about their assignment, so it might be worth taking a moment to review [the spec](https://stanfordpython.com/#/page/assignment-0). + +## Comprehensions Review \[5-10 mins\] + +In Tuesday's lecture, Tara covered the basics of comprehensions and had the students write some basic ones of their own. It will be important to review this material for it can be challenging and scary at first! + +### What are comprehensions? Why are they important? + +Comprehensions are a condensed syntax to construct collections with certain properties. This is best illustrated with an example. + +Assume that you'd like to define a list containing all odd square numbers below `10**2`. We might approach such a problem as follows: +```python +odd_square_below_100 = [] +for i in range(10): + if i**2 % 2 != 0: + odd_square_below_100.append(i**2) +``` + +Though this code will get the job done, it's a bit cumbersome. A list comprehension to construct the following list might appear as follows. + +```python +odd_square_below_100 = [i**2 for i in range(10) if i**2 % 2 != 0] +``` + +This syntax allows us to construct a complex object on the right hand side of the equals sign, and assign that object to a variable - all in one line of code. + +### What is the syntax of comprehensions? + +In the general case, list comprehensions use the following syntax: + +```python +[f(x) for x in iterable if condition(x)] +``` + +This square brackets in the syntax indicate that we are constructing a list. The expression inside the square brackets indicates that the list is to be composed of the function `f`, applied to elements of `iterable` for which `condition(x)` holds. + +In the above example, we used `i` instead of `x` as our loop variable. We can then see that `f` is `i**2`, `iterable` is `range(10)`, and the `condition` is `i**2 % 2 != 0`. + +A set comprehension can be defined in the same way as a list comprehension, except that curly braces - rather than square brackets - are used to indicate that a set is being defined. + +```python +{f(x) for x in iterable if condition(x)} +``` + +Python also supports dictionary comprehensions, which use the following syntax: + +```python +{f(k):g(v) for k, v in iterable if condition(k, v)} +``` + +Though dictionary comprehensions may look a little more intimidating at first, they're a direct extension of what we've seen with list and set comprehensions, only this time, functions, iterables, and conditions are applied over both keys and values. To extend our previous example slightly, if we wanted to compose a dictionary of `i:i**2` key-value pairs, containing all `i**2` for which `i**2` is an odd number less than `100`, we might write the following dictionary comprehension: + +```python +{i:i**2 for i in range(10) if i**2 % 2 != 0} +``` + + +## Problems \[remaining time (30ish mins)\] +There are two files in [the section workspace](https://edstem.org/us/courses/20141/workspaces/pv4UmiB0x8CWst1CLWxxZHgZ1JLtEAru): `workbook.saturn` and `solutions.saturn`. If you haven't used Saturn before, it's Ed's implementation of Jupyter Notebook. As it sounds, the workbook has problems and the solutions file has solutions to those problems. It's up to you if you want to give both of these files to students; otherwise, you'll have to split them up +yourself. + +Here's some information about the problems in the handout: + +1. **Fizzbuzz** is a classic problem - add up all the multiples of 3 and 5 below some number. I'd suggest you skip this problem unless your section is struggling a bit more with the basics. + +2. **Flip Dictionary** is a truly fantastic problem; Chris Piech once called it the "ultimate 106A problem" (meaning if you can do this problem, you know all of 106A). It allows you to discuss several different python philosophies and there are multiple implementations of this problem. Will you use a library? Will you use the default parameter in `dict.get`? You could even do it in one line: + + ```python + return {v: [k for k in d.keys() if d[k] == v] for v in d.values()} + ``` + + We didn't include that because it's not the most readable, but if someone wants to play code golf, there ya go! + +3. "**List Comprehensions** are one of the coolest things about Python" - Antonio Ferris. They are! They make a lot of things in Python easier, and in the Python community, list comprehensions are a big part of what makes Python exciting. A word of warning, though: list comprehensions are not always the most readable solutions for our problems. Think about when list comprehensions are the appropriate strategy and maybe even discuss that in the problem. + +4. **Compound Data Structures** are interesting to encounter and work with, but they kinda harken back to 106A. That is, deciding how to build a data structure is a 106A problem. Instead of focusing on that, we want to work on what's unique to Python. What's easy/hard about building, using, and choosing these data structures? With enough scaffolding, you might even ask your students "What's another problem you could use this data structure for?". + + The first compound data structures problem also lends itself really nicely to some fun list comprehension solutions, so that might be fun to discuss if your students like list comprehensions. + +5. **Triad Phrases** is a problem about string slicing. It's a really cute problem about string slicing, especially for people who are interested in linguistics and text analysis. + +6. **Pascal's Triangle** is meant to show students an unusual application of the `zip` command. Note that students probably won't naturally come up with the solution in the solutions file. How do you want to get them there? Is the solution even something that you want students to see/implement? + +## [Fill Out the Post-Reflection](https://forms.gle/8L18K5EQJrpuE7pPA) +It should take ~10 minutes. diff --git a/page/lab/lesson-plan-3.md b/page/lab/lesson-plan-3.md new file mode 100644 index 000000000..a38033625 --- /dev/null +++ b/page/lab/lesson-plan-3.md @@ -0,0 +1,171 @@ +# Lesson Plan: OOP (Week 3) + +[[TOC]] + +## Pre-Section Preparation +Same as last time. Visit the [Ed Workspace](https://edstem.org/us/courses/20141/workspaces/pHofrPx7vuJfOghAYr2mCEwopd8NJsWR) and fork it (by clicking on the toolbar button that has two arrows diverging) to make a copy that you own. + +## Community Building \[5 mins\] +Be sure to explain this game before doing it! + +Ask everyone to write down a fun fact about themselves privately on a slip of paper. Then, collect all of the fun facts and read them out loud and ask students to guess who the fact belongs to. Reveal the correct answers at the end. + +## Concept Review \[10 mins\] +In class, we talked about **Object-Oriented Programming**. It was motivated through an example involving students and classes at Stanford. We built data structures to represent students and courses and then we represented both as classes, modeling relationships between them using the class methods. + +
+ Click to see more + We had a Student class with a .name, .sunet, .history, and .enrolled attributes. They are what they sound like; history and enrolled kept track of past and current courses that students had taken. We also had a Course class with name, department, quarter, and prerequisite attributes. We used magic methods to check if student in course. +
+
+ +Students may have questions about their assignment, so it might be worth taking a moment to review [the spec](https://stanfordpython.com/#/page/assignment-1). + + +## Problems \[40 mins\] + +### Designing Basic Classes +This is the most important section in this handout. It targets the overall learning goal for this class—that students, confronted with a programming problem, can identify or design the appropriate data structure to solve the problem in Python. We've created a bunch of "common" situations for which a programmer might need to create a data structure and this activity walks students through creating it. + +You'll notice that the assignment workbook is not very descriptive for these problems. The impetus is on you to add the scaffolding that your students need. Here's what I had in mind for each of these problems: + +1. Have students brainstorm the properties of the things they're modelling. You could even ask students to brainstorm what additional classes they might need to solve the problem (though this might be difficult for many). For example, you could ask "What properties does a recipe have?" You might get "time to complete, difficulty, ingredients, name, author, rating." +2. Collate these and coax them towards a reasonable implementation. For the recipe example, we've implemented another `Ingredient` class and the `Recipe` stores a `dict` mapping `Ingredient`s to amounts (stored as a number). You might coax your section towards the idea that each ingredient needs an amount associated with it and then brainstorm data structures. +3. Write the code at whatever level of complexity that you've arrived at from (1) and (2). + +This strategy means that you should familiarize yourself with the solution code and think of "breakpoints" - if your section can't get to the level of complexity that we've implemented, what's a reasonable stopping point before they reach there? + +I'd recommend that you break students into group and have them brainstorm step (1) on a the whiteboard. After, you could sketch out the design on an empty section of the board while students share what they made. Finally, you could hop over to Ed to write the code. + +#### To Do List +I'd suggest the To Do list problem as a very basic problem which doesn't implement too many functions and where each of the classes are fairly short. The idea is that each to do belongs to a to do list - each to do list has a topic, so you can keep track of multiple to do lists. The to do list is basically just a container for to do items, which implements some filtering functionality. + +Note that our solution for the `ToDoList` class loops over the entire collection of entries in `get_completed`, which might not be the most efficient way to get the subset of entries which are complete. This is something worth discussing in your section! What's a better way to store it? What if one item belongs to multiple to do lists? This isn't a class on data structures (though there is one!) so we won't go into depth about this, but it's something to consider. + +Sample data: + +```python +shopping = ToDoList('Shopping') +work = ToDoList('Work') + +work.add(ToDo('brew potion')) +work.add(ToDo('cast evil spell')) +work.add(ToDo('clean broomstick')) +work.add(ToDo('feed cat')) + +shopping.add(ToDo('milk')) +shopping.add(ToDo('band-aids')) +shopping.add(ToDo('coffee beans')) +shopping.add(ToDo('soap')) + +# shared items +frogs = ToDo('frogs') +cat_food = ToDo('cat food') + +work.add(frogs) +work.add(cat_food) +shopping.add(frogs) +shopping.add(cat_food) +``` + +#### Tournament +The `Player` and `Tournament` classes help you manage a tournament of people (like a high school debate competition). Each `Player` might have a few metadata properties (name, age), but the most important thing about this class is the `rating` attribute and how it's managed. The `Tournament` class manages the `rating` attribute on the children, which is a big difference in Python compared to other languages (all attributes are public). + +Also note that we've implemented comparison magic methods on the `Player` objects; this is so that we can sort them down below! + +```python +antonio = Player('Antonio', 21) +theo = Player('Theo', 21) +jose = Player('Jose', 20) +elizabeth = Player('Elizabeth', 21) + +t = Tournament([antonio, theo, jose, elizabeth]) + +michael = Player('Michael', 22) +t.add_player(michael) + +t.record_result(antonio, michael, winner=antonio) +t.record_result(michael, jose, winner=michael) +t.record_result(jose, elizabeth, winner=elizabeth) +t.record_result(antonio, elizabeth, winner=elizabeth) +t.record_result(elizabeth, theo, winner=elizabeth) + +t.get_current_rankings() +# => [, , , , ] +``` + +#### Recipe +This is probably the trickiest of the three classes and you can go in many different directions with this one. You'll notice we've implemented a very large vertical hierarchy of classes to represent a recipe, but that's not necessary. There are lots of linkages and mathematical operations that could come out of this. You could sort recipes or sort collections of ingredients. You could build a `Pantry` object and implement functions to make a recipe. The world is truly your oyster +here. + +Here's some sample data assuming that you're interested in the cost of recipes. + +```python +wolfsbane = Ingredient('wolfsbane', 1.50) +coffin_nails = Ingredient('coffin nails', 8.00) +lemon_zest = Ingredient('lemon zest', 1.00) +cows_tongue = Ingredient("cow's tongue", 14.00) +clover = Ingredient('four-leaf clover', 3.00) +moss = Ingredient('moss', 0.50) +wishbone = Ingredient('wishbone', 4.00) + +love_potion = Recipe( + 'Love Potion', + 'breakfast', + ['1. combine all ingredients in a large pot', '2. boil'], + { + lemon_zest: 3, + cows_tongue: 1, + clover: 4, + wishbone: 1 + } +) +immortality_potion = Recipe( + 'Immortality Potion', + 'dinner', + ['1. grind all ingredients into a powder', '2. mix with water', '3. ...', '4. profit'], + { + coffin_nails: 1, + wolfsbane: 2, + clover: 2, + moss: 4, + wishbone: 1 + } +) + +book = RecipeBook() +book.add(love_potion) +book.add(immortality_potion) +book.find_recipes('dinner') # => [] +``` + +### Magic Methods + +We'll have talked about some magic methods, but we won't have covered them in much depth. Magic methods provide a way to build objects that can interact with the rest of the Python ecosystem as most Python operations actually call a magic method on the objects. + +For example, +```python +a + b # => a.__add__(b) +``` + +This is a little misleading, though, because if `a.__add__(b)` returns `NotImplemented`, Python will next try `b.__radd__(a)`. That probably won't come up since in our examples, we mostly deal with adding/subtracting/multiplying/comparing objects of the same type. + +The problems in this section are mostly mathematical (`Polynomial` and `Vector`), but musical notes is a really nice deviation from that trend! The type of letter wrapping that is done in `MusicNote` is **very useful** for the Caesar cipher on their assignment. + +### Inheritance +We covered inheritance at a conceptual level in the [Lecture 3 handout](http://stanfordpython.com/#/page/handout/data-model). We've talked about how an object can be an instance of multiple types and how the `__mro__` method reveals all of the types of an object. + +For example, +```python +type(True).__mro__ # => (bool, int, object) +``` +shows how booleans inherit from integers, so we can do integer-like operations on booleans. It looks strange, but this is valid Python code: +```python +(True + 1) * 10 + 5 # => 25 +``` + +Here's a collection of slides explaining more of the syntax of inheritance if you want to teach it in section: [powerpoint](/lab/inheritance.pptx), [pdf](/lab/inheritance.pdf). + +## Group Work \[25 min\] + +I'd encourage you to allow your students to work in their groups on Assignment 1. They should be in the midst of data collection for Dear Data and they should be well underway with their cryptography assignment. \ No newline at end of file diff --git a/page/lab/lesson-plan-4.md b/page/lab/lesson-plan-4.md new file mode 100644 index 000000000..abda5537b --- /dev/null +++ b/page/lab/lesson-plan-4.md @@ -0,0 +1,54 @@ +# Lesson Plan: Functions (Week 4) + +[[TOC]] + +## Pre-Section Preparation +Visit the [Ed Workspace](https://edstem.org/us/courses/20141/workspaces/pPk3915qSiZcUpWF1x6DyDSpMeRDQ70I) and fork it to make a copy that you own. + +## Community Building \[5 mins\] +Here are some ideas for community building activities: +* Ask everyone a Would You Rather question; there's a list in [this folder](https://drive.google.com/drive/folders/1SobifNwo_dPMA_dO78IUVUuyATwlqF9N?usp=sharing) +* Have people sign up to lead a community building activity each week by adding their name to a Google Doc; then, each week, they'll be in charge of doing some sort of icebreaker during the first 5 minutes of section or so +* Ask people to send you their favorite meme/video/song/picture/... and share during section +* Ask people to share the last picture they took on their phone (that they're comfortable with) and share about it. + + +## Concept Review \[10 mins\] +Take some time to go over anything people have questions about. In class, we talked about **functions**. This topic is frequently forgotten because of how nuanced it can be. Python allows for wacky combinations of positional, keyword, default, and variadic arguments—not to mention that we introduced all of that vocabulary, so you might want to spend a good amount of time reviewing all of those terms. + +This (admittedly overwhelming) picture gives a full description of all of the parameter types in Python 3.9. It's unlikely that you'll be asked about all of these (positional only arguments are especialy esoteric), but if you can explain this diagram and talk about *why* these symbols force the corresponding parameter configuration, then you understand the subject really well. +

+ a description of each of the parameters in a function; the slides in lecture provide a more accessible walkthrough +

+ +We also talked about scope and namespaces and ended by introducing the idea that functions are "first-class" (i.e., functions are objects). We didn't say much about what that means but there's an opportunity to explore that in this lab. + +Students may have questions about their assignment, so it might be worth taking a moment to review [the spec](https://stanfordpython.com/#/page/assignment-1). + + +## Problems \[45 mins\] +
+ A lot of these problems can be a bit boring or really technical. I think it's important to note that students don't need to know the complicated parameter structure and namespaces/scope will be a lot more engaging if you have students make diagrams of it. +
+ +The magic methods problem that we included here is challenging, but it wraps together everything we've learned over the past few weeks. If you can get there, I'd strongly recommend it—it's interesting, summative, and fun. + +### Namespaces & Scope +These problems ask students to predict the output of Python programs. They're useful for making the topics from lecture precise. I'd recommend doing think-pair-share where you have people think about the output, pair up and discuss, and then share out with everyone. That reduces the self-esteem threat if they get them wrong. + +Afterwards, I'd suggest making a diagram to represent this together as a section. If you want to do this, you should pre-prepare a slide deck with some manipulatives (boxes for `x`, `y`, `foo`). + +### Variadic Arguments +Students might be confused about `*args` and `**kwargs` because, for many of the examples, you could just pass in a list or a dictionary instead of using variadic arguments... Although it's true that many times variadic arguments are purely stylistic, the main idea is that `*args` and `**kwargs` can be used to create function interfaces that are very general. They also show up a lot in professional Python code. + +We've got some fun problems in this section, and I'd recommend spending time on one or two of them—emphasize *reading* these function signatures as much as *writing* them... + +One way to do this is to ask students to create a function signature from a description like: "I'm thinking of a function with three positional arguments, one argument that must be positional, with a default value of 3, and a variadic number of keyword arguments. What's the signature of this function?" That activity is rough, but if your students can do that, they will *certainly* know the material. Up to you, but if done well, it could be a lot of fun. For your reference, [here's](https://docs.google.com/presentation/d/1PKOy7I7BOPw2yt71h90R9DNT_dzSow5l0QWQz1DLxPI/edit#slide=id.gd029f2dfc1_0_537) a version of this actvity to try out in groups! Make a copy of the presentatin before your groups work on it. + +### First-Class Functions +We've designed this part of the lab to be very open-ended. We revisit the idea of functions as objects in two weeks during the Functional Programming lecture, so the most ideal version of the world would be that students independently investigate some of those topics so that the FP lecture can be more effective. No pressure, though—this section is largely for future learning. + +## Group Work \[20 min\] + +We are leaving the last 20 minuties for groups to get started on the Scav Hunt! + diff --git a/page/lab/lesson-plan-5.md b/page/lab/lesson-plan-5.md new file mode 100644 index 000000000..0228cf056 --- /dev/null +++ b/page/lab/lesson-plan-5.md @@ -0,0 +1,41 @@ +# Lesson Plan: Python & the Web (Week 5) + +[[TOC]] + +## Pre-Section Preparation +Visit the [Ed Workspace](https://edstem.org/us/courses/20141/workspaces/pihihq14oVn7GT76m8uucoUfUrhbAlLi) and fork it to make a copy that you own. + +Also, add questions for your students to the [mid-quarter feedback form](https://docs.google.com/forms/d/1-UWQy_eoUH1oqeEdp-jRIknjOeQOwNyOVmibXip9hGw/edit). Remember that our students aren't necessarily trained in giving good feedback. For every question you ask, have a concrete sense of what you're going to change, based on the answers they might give. Use question types (numeric, multiple choice, text, etc.) to make sure you're getting responses that you can use. + +## Community Building \[10 mins\] + +Here are some ideas for community building activities: +* Ask everyone a Would You Rather question; there's a list in [this folder](https://drive.google.com/drive/folders/1SobifNwo_dPMA_dO78IUVUuyATwlqF9N?usp=sharing) +* Have people sign up to lead a community building activity each week by adding their name to a Google Doc; then, each week, they'll be in charge of doing some sort of icebreaker during the first 5 minutes of section or so +* Ask people to send you their favorite meme/video/song/picture/... and share during section +* Ask people to DM you a fun fact about themselves and then share the fun fact and have them guess whose it was. +* Ask people to share the last picture they took on their phone (that they're comfortable with) and share about it. +* Play a (short) game like ! + + +## Concept Review \[5 mins\] +There aren't too many concepts to review this time. We started with a conceptual review of how the internet works—if you'd like to brush up on this, we essentially covered sections 2, 7, and 9 of [this whitepaper](http://www.theshulers.com/whitepapers/internet_whitepaper/index.html) about how the internet works. Then we talked about APIs, which probably won't be too confusing—they basically just allow you to build code that interacts with external applications, be that a database, an app, some code that another person made, etc. + +## Reddit Wallscraper \[40 mins\] +The headline for this week's lesson is the "Reddit Wallscraper" which has student scrape a sub-reddit to download pretty wallpapers for their computer. If they're having trouble coming up with a final project, we've had students convert this into a final project in the past (but we strongly discourage that!). + +**Important note:** The code will not work on Ed (because Ed blocks requests), but students can download the file to their local machine (right click on the sidebar and click "Download"). + +## Project Work Time \[20 mins\] +Send everyone the following link: (also linked on the website). By 5pm on Saturday, they should submit their proposal for their final project. All of the questions are optional, and the purpose is more for them than it is for us. We're just looking to give them feedback on their assignment, based on what is helpful for them! + +## Mid-Quarter Feedback \[10 mins\] +For the last ten minutes of class, have students fill out the Mid-Quarter feedback form: (also linked on the website). + + +## Weekly Reflection + +This week's two-person conversation is between **Theo and Elizabeth**. Discuss how the quarter has been going so far, challenges you're facing in your section, and report back with ideas! + +For everyone, please send a message in the TA group chat before Monday responding to the following: +> We've talked about how feedback should be student-centered. Hopefully you have a rough sense of the individual goals that your students have for taking this class. What are they? \ No newline at end of file diff --git a/page/lab/lesson-plan-6.md b/page/lab/lesson-plan-6.md new file mode 100644 index 000000000..bb6e0ac01 --- /dev/null +++ b/page/lab/lesson-plan-6.md @@ -0,0 +1,236 @@ +# Lesson Plan: Python & the Web, Server-side (Week 6) + +[[TOC]] + +## Pre-Section Preparation +Visit the [Ed Workspace](https://edstem.org/us/courses/20141/workspaces/paet6LZnIplKXLz0B14XvQMAynn98nVu). Fork it to create your own copy. + +The first part of the lab will be about deploying a simple website: the goal of this part is for students to have a web application (even if it's just a "Hello, world!" one) running live on the Internet using [PythonAnywhere](https://www.pythonanywhere.com). + +After that, some more UX-inclined students can learn Jinja2 and `render_template`, while other options include writing more sophisticated backend code. + +Finally, before section, take a look at the [Mid-Quarter Feedback Form](https://docs.google.com/forms/d/1-UWQy_eoUH1oqeEdp-jRIknjOeQOwNyOVmibXip9hGw/edit#responses) and the [Project Proposals](https://docs.google.com/forms/d/11RgFJ2Aj89_oHFnUwThZCeZLV0anaE5aKjoLgcRogu4/edit#responses). + +## Community Building \[5 mins\] + +Here are some ideas for community building activities (mostly these are the same as last week, with the top one being a new addition): +* Your sections should be composed of two or three final project groups - even though students are still likely in the early phases of their projects, ask them to share what they're thinking with each other. +* Ask everyone a Would You Rather question; there's a list in [this folder](https://drive.google.com/drive/folders/1SobifNwo_dPMA_dO78IUVUuyATwlqF9N?usp=sharing) +* Have people sign up to lead a community building activity each week by adding their name to a Google Doc; then, each week, they'll be in charge of doing some sort of icebreaker during the first 5 minutes of section or so +* Ask people to send you their favorite meme/video/song/picture/... and share during section. +* Ask people to DM you a fun fact about themselves and then share the fun fact and have them guess whose it was. +* Ask people to share the last picture they took on their phone (that they're comfortable with) and share about it. +* Play a (short) game like skribbl.io! +* Build a trivia quiz (maybe from the trivia API?) and see if your students can figure it out. + +## Concept Review \[10 mins\] + +We began this week's lecture by re-visiting Flask and talking about dynamic routing. "Dynamic routing" refers to Flask's ability to handle general route patterns and store modifications as variables. We built the following route scheme: + +```python +from flask import Flask + +app = Flask(__name__) + +@app.route('/', methods=['GET']) +def greet(name): + return f'Hello, {name}!' +``` + +The string `'/'` represents a general route pattern where the user types anything after the first slash. For example visiting `/parth` would call `greet('parth')`, visiting `/81` would call `greet('81')`, etc. Note that visiting `/parth/tara` would return a 404 error—`'/'` only matches the *first* string that comes after the slash. + +We also talked about building an API in Flask. Specifically, if you return a dictionary from a route function, Flask will automatically convert that into a JSON object. + +In the last half of the course, we covered `render_template` and using Flask to render HTML (this is called "templating"). Specifically, we set up the route `'/'` and used that to create a word cloud of the words that appear on that Wikipedia page. We did that by... + +1. Querying the Wikipedia API (, replace `Coachella_Valley_Music_and_Arts_Festival` for any wikipedia title) and extracting the page text from there. +2. Using the `wordcloud` library to build SVG code for a wordcloud. +3. Displaying that SVG code in a website. + +## Problems \[45 mins\] + +This lab is divided into three parts. In Part 1, students will deploy a simple "Hello, World!" Flask application to the Internet using PythonAnywhere. In Part 2, students will implement nontrivial functionality into their application so that it accepts user input and adjusts its behavior according to what has previously been entered by users. In Part 3, students will have the option to develop their app further. + +### Part 1: Deployment + +Although many of the subsequent problems in lab are optional where students can pick-and-choose the direction they'd like to go in; however, we'd love it if you could make sure to go over this problem at the beginning of lab as it's going to set the stage for what follows. + +To prepare for this section of the lab, we'd recommend making an account on [PythonAnywhere](https://pythonanywhere.com) and following [these instructions](https://pythonhow.com/deploy-flask-web-app-pythonanywhere/) for deploying a simple Flask app. Here's an example app: + +```python +from flask import Flask + +app = Flask(__name__) + +@app.route('/') +def hello_world(name): + return f'Hello {name}!' + +@app.route('/') +def hello(): + return 'Hello world!' +``` + +### Part 2: Message in a Bottle +For this portion, once everyone has familiarized themselves with PythonAnywhere, we'd recommend that students work in their project groups to design a more complex application, and deploy it on PythonAnywhere. + +The application will work in much the same way as the example we detailed above: when the user navigates to a route, the application will capture that route, and store it as a string in persistent storage in the application. Then, when the user visites the root route, the application will provide them with one of the strings that has previously been stored by visitors of the application. In this way, the app acts like a "message in a bottle" for future visitors, to which any user can contribute a message. + +#### Solution Code +There isn't a ton of "solution code" for this segment, but here's the way that we've written a solution. + +```python + +from flask import Flask + +app = Flask(__name__) + +messages = set() + +@app.route('/') +def hello_world(msg): + messages.add(msg.replace('+', ' ')) + return f"Your message has been added to the bottle: {msg.replace('+', ' ')}" + +@app.route('/') +def hello(): + try: + return messages.pop() + except KeyError: + return "The bottle is empty of messages!" + +``` + +After implementing the basic version of this application (above), students can work in their groups to implement a `render_template`-based UX to display the messages in the bottle. + +#### `render_template`-based UX + +Rather than simply displaying text indicating when a message has been added (or whether the bottle is empty), students will import an SVG of a bottle, and display their message within the bottle. + +In lecture, we went through an example where we displayed an SVG image generated by a word cloud library, and this exercise will fall along similar lines. The code for that work can be found on the [course website](https://stanfordpython.com/#/lectures). + +The solution code for the UX is as follows: + +In `bottle.html` (the template file, located in the `templates/` directory): +```HTML + + + + + {{ bottle_img|safe }} +
+ +

Message: {{ msg }}

+ + + +``` + +In `app.py`: +```python +from flask import Flask, render_template +from wordcloud import WordCloud +import numpy as np +from PIL import Image + +app = Flask(__name__) + +messages = set() + +@app.route('/') +def bottle(msg): + msg = msg.replace("+", " ") + messages.add(msg) + return f"Successfully added message: {msg}" + +@app.route('/') +def display_messages(): + try: + msg = messages.pop() + except KeyError: + return "The bottle is empty of messages!" + + # From the tutorial linked from the lab on masked word clouds + bottle_mask = np.array(Image.open("bottle_img.png")) + wc = WordCloud(mask=bottle_mask) + img_data = wc.generate(msg).to_svg() + + return render_template("bottle.html", msg=msg, bottle_img=img_data) +``` + +### Part 3: Extensions + +We've scaffolded an extension for this lab involving web forms - students are free to implement that extension, or work on another one of their choosing if time permits. + +#### Web Forms + +Until this point, we've used the URL of our web application to contain all the relevant information we leverage in our app: this is - in many cases - inconvenient and difficult for end-users to interact with. We've put together some scaffolding in the notebook to acquaint students with using web forms, and ask students to build a simple web form which allows a user to submit new content to the message in a bottle. + +The solution code for the UX with web forms is as follows: + +In `start.html`: +```HTML + +
+
+ + +
+
+ +
+
+ +``` + +In `app.py`: +```python +from flask import Flask, render_template, request +from wordcloud import WordCloud +import numpy as np +from PIL import Image + +app = Flask(__name__) + +messages = set() + +@app.route('/') +def bottle(msg): + msg = msg.replace("+", " ") + messages.add(msg) + return f"Successfully added message: {msg}" + +@app.route('/bottle') +def display_messages(): + try: + msg = messages.pop() + + # From the tutorial linked from the lab on masked word clouds + bottle_mask = np.array(Image.open("bottle_img.png")) + wc = WordCloud(mask=bottle_mask) + img_data = wc.generate(msg).to_svg() + + return render_template("bottle.html", msg=msg, bottle_img=img_data) + except KeyError: + return "The bottle is empty of messages!" + +@app.route('/') +def main(): + return render_template("start.html") + +@app.route('/submit', methods=["POST"]) +def submit_via_form(): + # Accept the form data - index into the dictionary, the keys of which are + # the field names. (In this case the name is 'bottle-msg'). + form_data = request.form.get("bottle-msg", "") + messages.add(form_data) + return f"Successfully added message: {form_data}" +``` + +## Final Project Work Time \[30 mins\] + +For the last thirty minutes of class, I'd recommend that you reconvene and have your students work on their final project. It may be good if you can give them discrete deliverables to provide—you can review their project proposals and see what each of them will need. + +## Reflection + +It doesn't seem like folks are responding to the prompts in the chat—you're all pretty busy! So instead of messaging everyone, send Parth a check-in: how are you finding section so far? What's going well? What do you want to improve on? \ No newline at end of file diff --git a/page/lab/lesson-plan-7.md b/page/lab/lesson-plan-7.md new file mode 100644 index 000000000..ced67355e --- /dev/null +++ b/page/lab/lesson-plan-7.md @@ -0,0 +1,210 @@ +# Lesson Plan: Functional Programming (Week 7) + +## Pre-Section Preparation +Visit the [Ed Workspace](https://edstem.org/us/courses/20141/workspaces/pZj6H9a0FcnQruIvSbvvd7I3S3KgwBYu) and fork it to create your own copy. + +## Community Building \[5 mins\] + +Here are some ideas for community building activities (mostly these are the same as last week, with the top one being a new addition): +* Ask everyone a Would You Rather question; there's a list in [this folder](https://drive.google.com/drive/folders/1SobifNwo_dPMA_dO78IUVUuyATwlqF9N?usp=sharing) +* Have people sign up to lead a community building activity each week by adding their name to a Google Doc; then, each week, they'll be in charge of doing some sort of icebreaker during the first 5 minutes of section or so +* Ask people to send you their favorite meme/video/song/picture/... and share during section. +* Ask people to DM you a fun fact about themselves and then share the fun facts; have them guess whose it was. +* Ask people to share the last picture they took on their phone (that they're comfortable with) and share about it. +* Play a (short) game like skribbl.io! +* Build a trivia quiz (maybe from the trivia API?) and see if your students can figure it out. +* Show and tell: ask everyone to get an object from their room that represents how they're feeling right now and share with the class. + +## Concept Review \[20 mins\] + +I've allocated 20 minutes for concept review this time because there's a lot more that people may be unfamiliar with this time around. + +### Iterators +An iterator is...a thing that can be iterated over. It's kind of uninteresting on its own, but the idea is that when Python loops over, say, a list, it first builds an *iterator* from the list and loops over that. Once the iterator is complete, it raises `StopIteration` to signal that it's out of items. + +```python +l = [1, 2, 3] + +i = iter(l) + +next(i) # => 1 +next(i) # => 2 +next(i) # => 3 +next(i) # => StopIteration +``` + +Thus, the construction `for x in iterable` works like + +```python +i = iter(iterable) +while True: + try: + x = next(i) + except StopIteration: + break + + do_something_to(x) +``` + +You can build custom objects that can be iterated over by implementing the `__iter__` method as a generator (see below). + +### Generators +Generator functions are ways of creating iterables through the Python function construction. The paradigm is that you build a function which `yield`s values while it's executing; Python converts that into a generator. The function doesn't have to loop infinitely, but infinite sequences are a compelling reason to create a generator. + +```python +def fibbi(): + a, b = 0, 1 + while True: + a, b = b, a + b + yield a + +g = fibbi() + +next(g) # => 1 +next(g) # => 1 +next(g) # => 2 +next(g) # => 3 +next(g) # => 5 +next(g) # => 8 +``` + +This generator continues forever but you can create a finite generator by `return`ing at some point during the function's execution. You can also create a generator comprehension which lazily executes using parenthesis: + +```python +# doesn't compute the value for the entire range immediately: +g = (i ** 2 for i in range(10_000_000_000)) + +next(g) # => 0 +next(g) # => 1 +next(g) # => 4 +next(g) # => 9 +next(g) # => 16 +``` + +This can be useful for doing things like membership checking. For example, you might check if `desired_value in (expensive_operation(elem) for elem in collection)`. + +Generators are especially useful to represent + +1. Arbitrarily large collections of data +2. Streams of data where the current state of the data is important in determining the next state of the data (i.e. you need to frequently "pause" the function in the middle of execution) + +### Functions as Objects +This shouldn't be too confusing, but we used it as a way to segue into the idea of decorators. Briefly: because functions are objects, you can pass them into functions as parameters and return them from functions. + +### Decorators +Decorators are functions which do both of the things above—they take a function as a parameter and they return a function as output. In this way, they can take a function, "dress it up" (modify it), and then return the modified function. For example, this decorator returns a new function which behaves the same as the original function except prints out the time that it took to execute: + +```python +from time import time + +def timeit(fn): + def timed(*args, **kwargs): + start = time() + out = fn(*args, **kwargs) + end = time() + + print(f"Took {end - start:.2f} seconds.") + return out + + return timed +``` + +Notice that the inner function, `timed`, has a generic signature. That's so it'll support any `fn` as input. Note also that we return `out` from the inner function and `timed` from the outer function. That way, it can be used like this: + +```python +def fibbi(n): + a, b = 0, 1 + for _ in range(n): + a, b = b, a + b + return a + +timed_fibbi = timeit(fibbi) +``` + +Because we returned `timed` from the inner function, `timed_fibbi` is in fact a function and references the original `fibbi` function in its implementation. If we wanted to, we could even have written `fibbi = timeit(fibbi)`, overwriting the value of `fibbi` in the global namespace. Python offers a different syntax for this, as well: + +```python +@timeit +def fibbi(n): + a, b = 0, 1 + for _ in range(n): + a, b = b, a + b + return a +``` + +The `@timeit` syntax will automatically replace `fibbi` with `timeit(fibbi)`. + +### Map, Filter +Map and filter are functional replacements for comprehensions. They return generators instead of evaluating the `map` or `filter` function all at once. + +Other than that, these two are analogous: + +```python +[fn(x) for x in collection] +map(fn, collection) +``` + +and these two are analogous + +```python +[x for x in collection if condition(x)] +filter(condition, collection) +``` + +You might prefer `map` and `filter` over the comprehension if the `collection` is very large (or infinite) or if the `fn` and `condition` are expensive or you don't want them computed on teh entire collection all at once. + +### Lambda +Lambda functions are small, anonymous functions that are usually immediately passed to other functions. The syntax is `lambda [params]: [output value]`. For example: + +```python +filter(lambda x: x.isnumeric(), lst) +``` + +## Problems \[50 mins\] + +
+ I'd suggest that for the first two sections, you pick which problems you'd like your students to do. Doing all of them or leaving students to go through them without more guidance is probably a bad idea +
+ +### Decorators + +These decorators can get quite tricky. **`timeit`** is the most straightforward as it's something we've done before but haven't written as a decorator. I've seen **LRU Cache** before as an example interview problem, and it's definitely a practical problem, but you might want to walk through this with your section if that's the route you decide to take. **Better Debugging** can be complex or simple, depending on what your students want to go for. At its most complex, you can call `inspect.signature(fn).bind(*args, **kwargs)` to get the binding of arguments to the names of those arguments in the signature of `fn` which is quite cool! + +### Generators + +I'd suggest you pick one or two of these. If you pick **Inorder Tree Traversal**, I'd suggest doing **Iterating over Classes with Magic Methods** at the end because that problem is essentially the same as the tree traversal problem but implemented as `__init__` on the class instead. + +Of these, I'm a huge fan of **Cartesian Product**. It's fun and applied and you can use it to introduce the recursive subtlety here. Ideally you'd probably want to do this: + +```python +for var1 in lst1: + for var2 in lst2: + ... + for varn in lstn: + yield (var1, var2, ..., varn) +``` + +However, because you can't nest an arbitrary number of `for` loops, you have to use recursion. This becomes a really cool example of why functions-within-functions are useful and how we can build internally recursive generators. I'd highly recommend it, but it does take time. + +If you're looking for something faster and easier, **Triangle Generator** is a cute and straightforward problem. + +### Linear Algebra (Challenge) + +This section is only accessible to folks who know linear algebra, but if they do, it's really cool. I'd suggest you familiarize yourself with the solution and let students who want to explore this on their own do so. + +### Infinite Streams + +I was struggling a lot to think about infinite streams of data, but it turns out there are a lot of good examples in the EE context. If students find that interesting, this is a very neat example of how you might build a generator in Python to determine when something is zero-crossing. You can also mention that - even though we didn't talk about this - a similar concept might be applied in more general signal analysis or other situations where we want to process a signal element by element (genome sequencing, etc.). + +The Pythonic value of this stuff is...less interesting, but I wanted to include at least one of these problems. + +### Lambda, Map, Filter, and Reduce + +All of these problems are "busy work." None of them build on each other, and they're all just drills to make sure you know the material. I'd recommend spending a little bit of time here and moving on if your students know it or spending more time if they're struggling. + +### Iterators + +Here we dive into some of the weirdness of iterators (namely that they get consumed as they're used up). This concept is important for students to grasp, so if you get here, you should definitely talk about that. After mentioning that, I'd recommend you just explore `itertools` unless you did the tree traversal problem from earlier, in which case the magic methods section will be more rewarding. + +### + diff --git a/page/lab/lesson-plan-8.md b/page/lab/lesson-plan-8.md new file mode 100644 index 000000000..f11d1621d --- /dev/null +++ b/page/lab/lesson-plan-8.md @@ -0,0 +1,428 @@ +# Lesson Plan: Python Standard Libraries (Week 8) + +## Pre-Section Preparation +Visit the [Ed Workspace](https://edstem.org/us/courses/2850/workspaces/pV2SwkdsdA8XLUnzLZEi7pywcEJVuwob) and fork it to create your own copy. + +## Game Plan +I was not able to cover unit tests in class, so I would love if yall would do an introduction to this topic in your section. Also, I am going to leave around 30 mins for group project work! --Tara + +### `unittest [15 mins]` +I think this is one of the most under-covered libraries in Python. Testing is so important but people don't really get strong exposure to it before they leave Stanford. To build a unit test... + +1. Create a class which inherits from `unittest.TestCase` +2. Optionally add `setUp` and `tearDown` methods to set up the test and tidy up after the tests have been run +3. Add methods that are named `test_(self)` (where `` is replaced with the name of the test), where each method represents one test +4. Use `self.assert` methods to create assertions within the tests; see a full list in the [documentation of the TestCase class](https://docs.python.org/3/library/unittest.html#test-cases) +5. Run the tests at the command line to run tests from modules, classes, or even individual test methods + + ``` + $ python -m unittest file1 file2 + $ python -m unittest file.TestClass + $ python -m unittest file.TestClass.test_method + ``` + +Here's a sample unit test from the documentation, which highlights some of the assertion methods: + +```python +import unittest + +class TestStringMethods(unittest.TestCase): + def test_upper(self): + self.assertEqual('foo'.upper(), 'FOO') + def test_isupper(self): + self.assertTrue('FOO'.isupper()) + self.assertFalse('Foo'.isupper()) + def test_split(self): + s = 'hello world' + self.assertEqual(s.split(), ['hello', 'world']) + # check that s.split fails when the separator is not a string + with self.assertRaises(TypeError): + s.split(2) +if __name__ == '__main__': + unittest.main() +``` + +## Community Building \[5 mins\] + +Here are some ideas for community building activities (mostly these are the same as last week, with the top one being a new addition): +* Ask everyone a Would You Rather question; there's a list in [this folder](https://drive.google.com/drive/folders/1SobifNwo_dPMA_dO78IUVUuyATwlqF9N?usp=sharing) +* Have people sign up to lead a community building activity each week by adding their name to a Google Doc; then, each week, they'll be in charge of doing some sort of icebreaker during the first 5 minutes of section or so +* Ask people to send you their favorite meme/video/song/picture/... and share during section. +* Ask people to DM you a fun fact about themselves and then share the fun facts; have them guess whose it was. +* Ask people to share the last picture they took on their phone (that they're comfortable with) and share about it. +* Play a (short) game like skribbl.io! +* Build a trivia quiz (maybe from the trivia API?) and see if your students can figure it out. +* Show and tell: ask everyone to get an object from their room that represents how they're feeling right now and share with the class. +* Build a slide deck for the zoom game—show three pictures, successively zooming out from an object, and ask people to guess what the object is at each level. + +## Concept Review \[15 mins\] + +> This is one of our first weeks where students don't need to know everything that we talked about. We intentionally talked about more material with the idea that students would come away with one main takeaway—how to navigate the standard library—and see some cool examples of these functions. As such, you don't need to spend a long time reviewing each of these libraries, but you should probably spend some time talking about Python documentation at a high level and then talking about one or two libraries. + +### Reading Python Documentation +The main goal that we have for this week is that, after this week, students will be able to "deftly navigate the Python standard libraries." That's a bit vague, but it basically means that, if students have a problem they're trying to solve, they should be able to look through the Python library documentation, understand it, and identify the library to help them solve it (or determine if one doesn't exist). + +Honestly, one of the best tools for this is to Google about your problem and see if other developers have encountered it before, but it helps to be familiar with the way that the Python library is structured and the way that documentation reads. In this lab, we'll practice reading Python documentation that students haven't seen, so this will be the first (and probably only) lab where students will see functions they're entirely unfamiliar with. That's ok! + +Let's dive into an example about how to read Python documentation with the first of the many libraries that we covered: `pickle`. + +### Example: Reading `pickle`'s Documentation +`pickle`'s documentation is hosted at . If you're reading about this module for the first time, you should start with the introduction which usually describes the module at a high level. In this case, the introduction is: + +> The pickle module implements binary protocols for serializing and de-serializing a Python object structure. "Pickling" is the process whereby a Python object hierarchy is converted into a byte stream, and "unpickling" is the inverse operation, whereby a byte stream (from a binary file or bytes-like object) is converted back into an object hierarchy. Pickling (and unpickling) is alternatively known as "serialization", "marshalling," or "flattening"; however, to avoid confusion, the terms used here are "pickling" and "unpickling". + +Then, you should glance at the table of contents for this module, which lives in the left-hand collapsible bar. In this case, it looks like this: + +> * [`pickle` — Python object serialization](https://docs.python.org/3/library/pickle.html#) +> * [Relationship to other Python modules](https://docs.python.org/3/library/pickle.html#relationship-to-other-python-modules) +> * [Comparison with `marshal`](https://docs.python.org/3/library/pickle.html#comparison-with-marshal) +> * [Comparison with `json`](https://docs.python.org/3/library/pickle.html#comparison-with-json) +> * [Data stream format](https://docs.python.org/3/library/pickle.html#data-stream-format) +> * [Module Interface](https://docs.python.org/3/library/pickle.html#module-interface) +> * [What can be pickled and unpickled?](https://docs.python.org/3/library/pickle.html#what-can-be-pickled-and-unpickled) +> * [Pickling Class Instances](https://docs.python.org/3/library/pickle.html#pickling-class-instances) +> * [Persistence of External Objects](https://docs.python.org/3/library/pickle.html#persistence-of-external-objects) +> * [Dispatch Tables](https://docs.python.org/3/library/pickle.html#dispatch-tables) +> * [Handling Stateful Objects](https://docs.python.org/3/library/pickle.html#handling-stateful-objects) +> * [Custom Reduction for Types, Functions, and Other Objects](https://docs.python.org/3/library/pickle.html#custom-reduction-for-types-functions-and-other-objects) +> * [Out-of-band Buffers](https://docs.python.org/3/library/pickle.html#out-of-band-buffers) +> * [Provider API](https://docs.python.org/3/library/pickle.html#provider-api) +> * [Consumer API](https://docs.python.org/3/library/pickle.html#consumer-api) +> * [Example](https://docs.python.org/3/library/pickle.html#example) +> * [Restricting Globals](https://docs.python.org/3/library/pickle.html#restricting-globals) +> * [Performance](https://docs.python.org/3/library/pickle.html#performance) +> * [Examples](https://docs.python.org/3/library/pickle.html#examples) + +Many of these sections are unique to `pickle`, which is a fairly sophisticated library. Let's jump to the "Module Interface" section which describes the exports of this module in the standard format. + +This section (and most Python documentation) is ordered by indentation. The module exports are aligned to the left of the page, and indentation levels are used to nest descriptions. For example, this is the documentation for `pickle.dumps`: + +![documentation for pickle.dumps](/img/lab/8-pickle-doc.png) + +The name of the function is depicted in bold, and the function signature is reproduced in detail to show which arguments are required/optional and positional/keyword. In the above example, `obj` is the only required argument. + +Then, there's an indented description of the function which describes what the function does. This description will refer to parameters in italics and should explicitly say when the function returns something and what the type of that object will be. + +Finally, for objects that have their own attributes (like classes and instances), the documentation will typically display these with additional levels of indentation. + +### `pickle` + +We talked about `pickle` in a bit more detail as well. As the above documentation explains, `pickle` is a library that can be used to store Python objects on your machine and rehydrate them into the Python environment. This can be useful if you're working with an object that you want to save to the machine and work with later. If it's a dictionary or list, you might just want to use the `json` serialization format, but `pickle` works on almost any Python object. + +We also gave a cautionary warning: `pickle` is unsafe because it uses the `__reduce__` method to convert the objects to a serialized format. This means that a malicious party could overwrite the `__reduce__` method on a class and use that to run malicious code whenever you unpickle the file. + +You can pickle an object with the `dump` method (or `dumps` if you want to return a string): + +```python +with open('filename.pkl', 'wb') as f: + pickle.dump(my_object, f) +``` + +Note that we have to open the file in `'wb'` or write-as-bytes mode—Pickle uses non-UTF-8 characters, so we need to write a stream of bytes. Similarly, you can unpickle objects with the `load` method: + +```python +with open('filename.pkl', 'rb') as f: + my_object = pickle.load(f) +``` + +### `pdb` + +The Python debugger is analogous to `gdb` for C and C++ programs: it allows you to freeze programs in the middle of execution to debug them. You can do this by placing a `breakpoint` in the program at some point like this: + +```python +def fibbi(n): + if n == 0 or n == 1: + return n + + breakpoint() + return fibbi(n-1) + fibbi(n-2) +``` + +The `breakpoint()` function will launch us into the `pdb` tool once its run. So, if I call `fibbi(10)` and run the file, it'll launch me into an environment that looks like this: + +``` +$ python fibbi.py +> /Users/parth/Desktop/fibbi.py(6)fibbi() +-> return fibbi(n-1) + fibbi(n-2) +(Pdb) +``` + +You can type commands after the `(Pdb)`. Type `help` to see a list of commands: + +``` +(Pdb) help + +Documented commands (type help ): +======================================== +EOF c d h list q rv undisplay +a cl debug help ll quit s unt +alias clear disable ignore longlist r source until +args commands display interact n restart step up +b condition down j next return tbreak w +break cont enable jump p retval u whatis +bt continue exit l pp run unalias where + +Miscellaneous help topics: +========================== +exec pdb + +(Pdb) +``` + +We talked about `step` in class, which allows you to step through execution line-by-line. You can also type most Python commands, which can be helpful for inspecting the current frame to see what's going on. + +``` +(Pdb) locals() +{'n': 10} +(Pdb) +``` + +### `collections` + +We talked about three different objects from `collections`: `namedtuple`, `defaultdict`, and `Counter`. + +#### `namedtuple` +`namedtuple` is function that returns a *class*. The class it returns inherits from `tuple` but adds additional functionality. Here's how you declare a `namedtuple`. + +```python:run +import collections + +Point = collections.namedtuple('Point', ['x', 'y']) + +p = Point(11, 22) # positional arguments... +q = Point(x=11, y=22) # or keyword arguments (or both!) + +#Fields are accessible by name! "Readability counts." +-p.x, 2 * p.y # => -11, 44 + +#readable __repr__ with a name=value style +print(p) # Point(x=11, y=22) +``` + +Most notably, it allows you to add context to your code. For example, this code doesn't appear to have much context: + +```python:run +p = (170, 0.1, 0.6) +if p[1] >= 0.5: + print("Whew, that is bright!") +if p[2] >= 0.5: + print("Wow, that is light!") +``` + +But with `namedtuple`s, it can have much more context: + +```python:run +Color = collections.namedtuple("Color", ["hue", "saturation", "luminosity"]) + +pixel = Color(170, 0.1, 0.6) +if pixel.saturation >= 0.5: + print("Whew, that is bright!") +if pixel.luminosity >= 0.5: + print("Wow, that is light!") +``` + +#### `defaultdict` +The `defaultdict` function creates a dictionary with a "factory function". That is, if you try to access a dict key which doesn't exist, Python will automatically insert that key into the dictionary with the value provided by the factory function. + +This allows you to eliminate most instances of checking `if key in dictionary` where you'd insert a default value. + +```python:run +import collections + +input_data = [('yellow', 1), ('blue', 2), ('yellow', 3), ('blue', 4), ('red', 1)] + +output = collections.defaultdict(list) # or lambda: list() +for k, v in input_data: + # don't have to initialize output[k] + output[k].append(v) + +print(output) +``` + +### `Counter` +In many ways, `Counter` behaves like a `defaultdict` with default value 0, but its construction mechanics are different. `Counter` can be initialized over a collection and automatically counts the items in that collection. + +```python:run +import collections +s = 'mississippi' + +count = collections.Counter(s) +print(count) # => Counter({'i': 4, 'm': 1, 'p': 2, 's': 4}) +``` + +This eliminates most situations where you'd previously loop over a collection and add one to some variable to keep track of something. `Counter` also supports basic arithmetic and the `most_common` function is quite useful: + +```python:run +Counter('abracadabra').most_common(3) # => [('a', 5), ('b', 2), ('r', 2)] + +Counter('which') + Counter('witch') # => Counter({'c': 2, 'h': 3, 'i': 2, 't': 1, 'w': 2}) +Counter('abracadabra') - Counter('alakazam') # => Counter({'a': 1, 'b': 2, 'c': 1, 'd': 1, 'r': 2}) +``` + +### `itertools` +Tara hasn't decided which functions she wants to cover in `itertools` yet, but I'll update this page once he does. + +### `functools` +`functools` is full of useful stuff, and we picked out two mini-examples to share with students. + +#### `functools.wraps` +`functools.wraps` is a decorator that can be used inside of decorators. You can use it to inject the properties of a wrapped function onto its wrapper. Suppose I write a nice function with a docstring and want to decorate it. + +```python +def timeit(fn): + def timed(*args, **kwargs): + start = time.time() + out = fn(*args, **kwargs) + end = time.time() + + print(f"Took {end - start:.2f} seconds") + return out + return timed + +@timeit +def fibbi(n: int) -> int: + """ + Computes the n-th Fibonacci number in linear time and returns the value. + + Arguments + --------- + n -- The index of the Fibonacci number to compute. + """ + a, b = 0, 1 + for _ in range(n): + a, b = b, a + b + return a +``` + +Now, `fibbi` has been replaced with `timeit(fibbi)` which is really the `timed` function in disguise. In particular, `fibbi` no longer has its docstring! + +``` +In [1]: fibbi? +Signature: fibbi(*args, **kwargs) +Docstring: +File: ~/Desktop/ +Type: function +``` + +The `wraps` function helps us fix this. You can write decorators like this: + +```python +def timeit(fn): + @functools.wraps(fn) + def timed(*args, **kwargs): + start = time.time() + out = fn(*args, **kwargs) + end = time.time() + + print(f"Took {end - start:.2f} seconds") + return out + return timed +``` + +Here, `functools.wraps` will apply the attributes from the original `fn` onto the new, decorated function. Implemented this way, the decorated `fibbi` will retain its docstring and signature: + +``` +In [1]: fibbi? +Signature: fibbi(n: int) -> int +Docstring: +Computes the n-th Fibonacci number in linear time and returns the value. + +Arguments +--------- +n -- The index of the Fibonacci number to compute. +File: ~/Desktop/ +Type: function +``` + +#### `partial` +The `partial` function allows you to bind arguments to an already existing function. For example, suppose that you need to use the `textwrap.fill` function in different places in your program, but each time you call it you want to have the same customization. You always want `width = 80, tabsize=4, replace_whitespace=False, drop_whitespace=True`. Instead of specifying those parameters each time, you could just build a function which automatically injects those parameters into the `textwrap.fill` function like this: + +```python +my_fill = functools.partial(textwrap.fill, width=80, tabsize=4, replace_whitespace=False, drop_whitespace=True) + +my_fill('text to be filled') +#=> textwrap.fill('text to be filled', width=80, tabsize=4, replace_whitespace=False, drop_whitespace=True) +``` + +### `threading` + +You're probably familiar with the concept of threads. They're lightweight processes that share the same heap as their parents. Multithreading in Python is kinda broken because of something called the Global Interpreter Lock (GIL). Each Python process is only given one interpreter, so even if you have multiple threads, it's really just one interpreter hopping back and forth between the processes. + +So why would you use threading? If the delay in each thread is due to somebody else, you can still speed up the program. For example, when you make a web request, the computer spends most of its time waiting for the response, not doing activity. So, one interpreter could go to a thread, launch the request, and then go to the next thread (without waiting for the thread to finish). + +The `queue` module implements a threadsafe queue. In this example, we use the queue + +```python +import threading, queue +import requests + +tasks = queue.Queue() +output = queue.Queue() + +def worker(): + while True: + url = tasks.get() + r = requests.get(url) + output.put(r.json()) + tasks.task_done() + +#create 8 threads +for _ in range(8): + threading.Thread(target=worker, daemon=True).start() + +#send 30 requests +for i in range(1, 31): + tasks.put(f'https://jsonplaceholder.typicode.com/todos/{i}') + +#block until the tasks are done +tasks.join() +while not output.empty(): + res = output.get() + print(res) +``` + +### `re` + +`re` is the regex library in Python. We talked about two different functions here. + +#### `re.match` + +`re.match(pattern, string)` applies the regex specified by `pattern` and looks for matches at the *beginning* of the `string`. It returns a match object, which might seem a bit unfamiliar, but here's what you need to know. + +* The truthiness of a match object is determined based on whether a match was found or not. +* The match object supports a `.group` method, which allows you to pull out different subgroups of the match. + +```python +m = re.match(r"(\w+) (\w+)", "Isaac Newton, physicist") +#The entire match +m.group(0) # => 'Isaac Newton' + +#Parenthesized subgroups +m.group(1) # => 'Isaac' +m.group(2)# => 'Newton' +``` + +#### `re.findall` +`re.findall(pattern, string)` applies the regex to the entire string and returns a list of matches. It doesn't support subgroups because it returns a list of strings, not a list of matches. + +## Problems \[45-50 mins\] +Please start with the unit test problem :) + +### Libraries we've covered +Because we've already covered these libraries, we focus on going more in depth with each of them. + +* `collections` problems focus on using `collections` to write cleaner code (by rewriting messy code); students can also implement Keith Schwarz's CS 106B "Evil Hangman" in Python +* `itertools` just has one problem, which generates a computation lookup table - it's pretty straightforward and uses `itertools.count` +* `re` has some really cool problems which range from data extraction to simple puzzles to an NP-hard problem to find a minimal regex given a collection of positives and negatives - I suggest you pick one to walk through if you do it as a class +* `unittest` has students diagnose the bug in some Python code by writing test cases + +### New libraries +These new libraries problems definitely require some knowledge of context but the point is just to showcase seome of the cool things Python can do and point people towards the documentation. + +* `base64` is probably my favorite problem - we've encrypted a neat message in binary and base64 +* the undisclosed library (which is really `graphlib`) is a close second - did you know Python can do topological sorting for you?? +* `contextlib.redirect_stdout` is incredibly useful for moving between strings and integers - this is used to capture the printed output of other functions +* `wave` is used in a slightly artificial way here, but the library is really neat and allows you to break `.wav` files into frames +* `threading` is super useful and we use it in a small example to download images + +## Group work \[rest of time\] diff --git a/page/lab/lesson-plan-9.md b/page/lab/lesson-plan-9.md new file mode 100644 index 000000000..472d4bdee --- /dev/null +++ b/page/lab/lesson-plan-9.md @@ -0,0 +1,63 @@ +# Lesson Plan: Python Standard Libraries (Week 8) + +Hi everyone! + +For section this week we have two agenda items. This section will be more chill because its your last section and we expect lower attendence given its week 9. + +## Community Building \[5 mins\] + +Reflect with your section on your favorite projects/concepts from the quarter! + + +## Python Passion \[30 mins\] + +For the first 30 mins, we want YOU (the TA) to share one of your python passions. Share a library, project, or aspect of python that draws you to the langauage and gets you exctied about programming. Don't stress to much preparing for this, we just want you to be able to show your passion for python. + +If you need help getting ideas for this, refer to this list below of cool python ideas. I focused on gaming for the last lecture, but feel free to expand on anythign that interests you! + + unit testing +  profiling your code +  using argparse to build command-line programs +  speed optimizations +  how Python handles concurrency (threads + processes) +  the GIL in CPython +  using setuptools to distribute your project/package to PyPI +  CPython memory models and optimizations +  idiomatic python, a.k.a. "how to write Pythonically" +  abstract classes and metaclasses +  deploying an application using Python (AWS, heroku, stanford hosting, etc) +  deep dive into numpy +  deep dive into pandas +  cool datasets +  deep dive into machine learning tools (scipy, nltk, scikit-learn) +  deep dive into modern deep learning tools (pytorch, etc) +  astronomy in python +  text and unicode support formally +  python compared to other languages +  building graphical applications (GUI) with Python +  reverse engineering Python binaries +  cryptographic tools in Python +  advanced usage of python debugger +  data wrangling tricks and ETL +  properly handling dates, times, and timezones +  surprising facts and stories about Python +  how to write good documentation +  the magic behind magic methods +  visualizing python code +  deep dive into matplotlib +  asynchronous python (asyncio, etc) +  image processing and analysis +  type annotations and formal typing +  static typing with mypy +  deep dive into pip vs. conda and anaconda +  the mechanics of classmethods and staticmethods +  enforcing getters, setters, and deleters with properties +  super() in the context of multiple inheritance +  deep dive into making a webapp +  best practices in jupyter notebooks +  my favorite monty python sketches and other easter eggs + + +## Group Work \[60 mins\] + +Self explanitory! Final presentations are next week :) REMIND THEM TO COME TO THE PIZZA PARTY!!! diff --git a/page/syllabus.md b/page/syllabus.md new file mode 100644 index 000000000..634dd32fe --- /dev/null +++ b/page/syllabus.md @@ -0,0 +1,84 @@ +# CS 41 Syllabus + +This is the course information handout for CS 41 in Spring 2022. We'll try not to change this too much but consider it a general overview of the logistics of the course. + +## Course Overview + +Welcome to Python! This 2-unit course will teach you the fundamentals, implementation details, and modern usage of Python, with a focus on applying best practices in writing Python and building projects under the supervision of the course staff. + +## Learning Goals + +After CS 41, students will be able to… + +1. Compare and contrast Python’s language design with other languages they’ve seen before. +2. Determine whether or not Python is an appropriate language to write a program in. +3. Implement a significant project in Python. +4. Translate code written in other languages into Python, especially code that doesn’t rely on third-party libraries. +5. Select the appropriate data structure for a program written in Python. Recognize when Python does not have the appropriate built-in data structure for a problem. +6. Design and implement custom Python objects (classes) for Python programs to augment Python’s object functionalities. +7. Interact with external applications, like web APIs, using Python to send requests and process responses. +8. Apply standard libraries and third-party packages to domain-relevant problems. + +## Instructors +🦄 Parth Sarin (`psarin@stanford.edu`) +🐎 Tara Jones (`tarabeth@stanford.edu`) + +[Email Parth and Tara](mailto:psarin@stanford.edu,tarabeth@stanford.edu) + +## Website +This is the course website: . + +The course website has lots of useful resources, and it will be the primary reference for course content. There, you can find of the handouts, lecture slides, and additional resources. Bookmark the website and check it periodically to stay on top of announcements and course curriculum. + +## Communication +You can reach Parth and Tara at the email link above, or you can get in touch with your TA however they prefer once we've started with discussion sections. For questions specific to assignments or homework, please reach out to us via Ed. + +## Lectures +Lectures will be held Tuesday and Thursday, 3:15 PM - 4:45 PM in McMurtry 350. + +## Units +CS 41 is offered for 2 units on a Credit / No Credit basis. We expect this course to take 6-8 hours per week, including time you spend in lecture. There will be plenty of supplemental materials provided if you are interested in spending more time learning Python. + +## COVID-19 Accommodations +This is a stressful time for everyone: students, TAs, and instructors. We've modified the curriculum quite a bit to be accommodating to the intense, undue burdens that we're all feeling right now. Here's a list of some of the ways we've changed the course: +* We've Marie Kondo'd the curriculum, keeping only what brings us joy +* We've extended the deadlines for many assignments +* We've changed the grading policy for assignments to focus more on feedback +* We're focusing more on group work this quarter—hopefully this will help enhance your work product while also lightening everyone's workload +* We've incorporated much more student voice in the curriculum—a lot more of the course is in your control +* We've designed a much more generous late day policy + +We're very open to incorporating additional accommodations; just let us know what you need! + +## Prerequisites +The formal prerequisite for the course is CS106B/X, but the "real" prerequisite is programming maturity. We will be reviewing Python from the ground up, so you will need to be comfortable with basic programming tools (control flow, data structures, functions, classes, modules, algorithms) in another language such as Java or C++. + +## Office Hours +We will hold office hours by appointment. During the first week, we'll post a link that allows you to sign up for office hours when you need them. + +## Ed +This quarter we will be using Ed for class discussion. Rather than emailing us questions, we encourage you to post your questions on Ed so everyone can see. Our class page is at . + +## Assignments +There will be four assignments in this course. Each is expected to take fewer than eight hours to complete. Instructions to submit assignments are provided on the course website. There are no exams in this course! + +In our view, assignments are one (imperfect) way to get a sense of how much you're learning in the course. We care far more about the learning than the assignments. As such, we try to be lenient with our extension policy—reach out to your TA or the instructors if you need extra time with an assignment or are encountering significant roadblocks. We'll work together to find a good timeline for the assignment or an alternate way to demonstrate learning. + +## Feedback and Grading +We prioritize providing feedback, rather than grades. As such, many of our assignments won't be assigned a grade at all. The final project will be evaluated as to whether it meets expectations or not. + +In order to receive credit for this course, you must meet expectations on the final project and Assignment 2. If you are in danger of receiving no credit for this course, we will inform you in a timely manner so that you have ample time to remedy the situation. + +## Access and Accommodations +Stanford is committed to providing equal educational opportunities for disabled students. Disabled students are a valued and essential part of the Stanford community. We welcome you to our class. + +If you experience disability, please register with the Office of Accessible Education (OAE). Professional staff will evaluate your needs, support appropriate and reasonable accommodations, and prepare an Academic Accommodation Letter for faculty. To get started, or to re-initiate services, please visit . + +If you already have an Academic Accommodation Letter, we invite you to share your letter with us. Academic Accommodation Letters should be shared at the earliest possible opportunity so we may partner with you and OAE to identify any barriers to access and inclusion that might be encountered in your experience of this course. + +## Honor Code +Adhere to the [Stanford Honor Code](https://cs.stanford.edu/degrees/ug/HonorCode.shtml). If you receive help from an outside resource (e.g. a staff member, students in your dorm, or the internet), give credit where it is due within the source of your program. Cite all sources. For individual assignments, write up your solution independently of others. We hope that there are no problems, but we will look into any potential cases. We reserve our right to use software tools to compare your submissions against those other students and against code snippets available on the internet. + +If you are unsure about an Honor Code situation, email either of us for clarification. + +> Credit to Sam Redmond, Keith Schwarz, Jerry Cain, and Julie Zelenski for handout organization and content. diff --git a/res/.DS_Store b/res/.DS_Store deleted file mode 100644 index 891184b18..000000000 Binary files a/res/.DS_Store and /dev/null differ diff --git a/res/lecture-code/.DS_Store b/res/lecture-code/.DS_Store deleted file mode 100644 index 5008ddfcf..000000000 Binary files a/res/lecture-code/.DS_Store and /dev/null differ diff --git a/robots.txt b/robots.txt new file mode 100644 index 000000000..e9e57dc4d --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/static/css/main.e9681b05.css b/static/css/main.e9681b05.css new file mode 100644 index 000000000..1a10b10c8 --- /dev/null +++ b/static/css/main.e9681b05.css @@ -0,0 +1,5 @@ +@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500&display=swap);.CourseInfo_link__7CTZj{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity));text-underline-offset:2px}.CourseInfo_link__7CTZj:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity));-webkit-text-decoration-line:underline;text-decoration-line:underline}.Nav_nav__j1n4A{--tw-gradient-from:#c084fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(192,132,252,0));--tw-gradient-to:#818cf8;--tw-text-opacity:1;background-image:linear-gradient(to right,var(--tw-gradient-stops));color:rgb(243 244 246/var(--tw-text-opacity));display:flex;flex-direction:row;font-size:1.25rem;left:0;line-height:1.75rem;padding:.75rem;position:relative;top:0;width:100%}.markdown-body{--color-prettylights-syntax-comment:#6e7781;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-entity:#8250df;--color-prettylights-syntax-storage-modifier-import:#24292f;--color-prettylights-syntax-entity-tag:#116329;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#24292f;--color-prettylights-syntax-markup-bold:#24292f;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#eaeef2;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-brackethighlighter-angle:#57606a;--color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-fg-default:#24292f;--color-fg-muted:#57606a;--color-fg-subtle:#6e7781;--color-canvas-default:#fff;--color-canvas-subtle:#f6f8fa;--color-border-default:#d0d7de;--color-border-muted:#d8dee4;--color-neutral-muted:rgba(175,184,193,.2);--color-accent-fg:#0969da;--color-accent-emphasis:#0969da;--color-attention-subtle:#fff8c5;--color-danger-fg:#cf222e;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-wrap:break-word;background-color:var(--color-canvas-default);color:var(--color-fg-default);color-scheme:light;font-size:14pt;line-height:1.5}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{background-color:currentColor;content:" ";display:inline-block;height:16px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M7.775 3.275a.75.75 0 0 0 1.06 1.06l1.25-1.25a2 2 0 1 1 2.83 2.83l-2.5 2.5a2 2 0 0 1-2.83 0 .75.75 0 0 0-1.06 1.06 3.5 3.5 0 0 0 4.95 0l2.5-2.5a3.5 3.5 0 0 0-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 0 1 0-2.83l2.5-2.5a2 2 0 0 1 2.83 0 .75.75 0 0 0 1.06-1.06 3.5 3.5 0 0 0-4.95 0l-2.5 2.5a3.5 3.5 0 0 0 4.95 4.95l1.25-1.25a.75.75 0 0 0-1.06-1.06l-1.25 1.25a2 2 0 0 1-2.83 0z'/%3E%3C/svg%3E");width:16px}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{background-color:transparent;color:var(--color-accent-fg);text-decoration:none}.markdown-body a:active,.markdown-body a:hover{outline-width:0}.markdown-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:600}.markdown-body dfn{font-style:italic}.markdown-body h1{border-bottom:1px solid var(--color-border-muted);font-size:2em;font-weight:600;margin:.67em 0;padding-bottom:.3em}.markdown-body mark{background-color:var(--color-attention-subtle);color:var(--color-text-primary)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{background-color:var(--color-canvas-default);border-style:none;box-sizing:content-box;max-width:100%}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace,monospace;font-size:1em}.markdown-body figure{margin:1em 40px}.markdown-body hr{background:transparent;background-color:var(--color-border-default);border:0;box-sizing:content-box;height:.25em;margin:24px 0;overflow:hidden;padding:0}.markdown-body input{font:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible}.markdown-body [type=button],.markdown-body [type=reset],.markdown-body [type=submit]{-webkit-appearance:button}.markdown-body [type=button]::-moz-focus-inner,.markdown-body [type=reset]::-moz-focus-inner,.markdown-body [type=submit]::-moz-focus-inner{border-style:none;padding:0}.markdown-body [type=button]:-moz-focusring,.markdown-body [type=reset]:-moz-focusring,.markdown-body [type=submit]:-moz-focusring{outline:1px dotted ButtonText}.markdown-body [type=checkbox],.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button,.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.markdown-body [type=search]::-webkit-search-cancel-button,.markdown-body [type=search]::-webkit-search-decoration{-webkit-appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body hr:after,.markdown-body hr:before{content:"";display:table}.markdown-body hr:after{clear:both}.markdown-body table{border-collapse:collapse;border-spacing:0;display:block;max-width:100%;overflow:auto;width:-webkit-max-content;width:max-content}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body details:not([open])>:not(summary){display:none!important}.markdown-body kbd{background-color:var(--color-canvas-subtle);border-bottom-color:var(--color-neutral-muted);border:1px solid var(--color-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-neutral-muted);color:var(--color-fg-default);display:inline-block;font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;line-height:10px;padding:3px 5px;vertical-align:middle}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{font-weight:600;line-height:1.25;margin-bottom:16px;margin-top:24px}.markdown-body h2{border-bottom:1px solid var(--color-border-muted);font-size:1.5em;font-weight:600;padding-bottom:.3em}.markdown-body h3{font-size:1.25em;font-weight:600}.markdown-body h4{font-size:1em;font-weight:600}.markdown-body h5{font-size:.875em;font-weight:600}.markdown-body h6{color:var(--color-fg-muted);font-size:.85em;font-weight:600}.markdown-body p{margin-bottom:10px;margin-top:0}.markdown-body blockquote{border-left:.25em solid var(--color-border-default);color:var(--color-fg-muted);margin:0;padding:0 1em}.markdown-body ol,.markdown-body ul{margin-bottom:0;margin-top:0;padding-left:2em}.markdown-body ol{list-style-type:decimal}.markdown-body ul{list-style-type:disc}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ol ol ol,.markdown-body ol ul ol,.markdown-body ul ol ol,.markdown-body ul ul ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body code,.markdown-body pre,.markdown-body tt{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}.markdown-body pre{word-wrap:normal;margin-bottom:0;margin-top:0}.markdown-body .octicon{fill:currentColor;display:inline-block;overflow:visible!important;vertical-align:text-bottom}.markdown-body ::-webkit-input-placeholder{color:var(--color-fg-subtle);opacity:1}.markdown-body :-ms-input-placeholder{color:var(--color-fg-subtle);opacity:1}.markdown-body ::placeholder{color:var(--color-fg-subtle);opacity:1}.markdown-body input::-webkit-inner-spin-button,.markdown-body input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-s .pl-s1,.markdown-body .pl-smi{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-pds,.markdown-body .pl-s,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sra,.markdown-body .pl-sr .pl-sre{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-smw,.markdown-body .pl-v{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{background-color:var(--color-prettylights-syntax-invalid-illegal-bg);color:var(--color-prettylights-syntax-invalid-illegal-text)}.markdown-body .pl-c2{background-color:var(--color-prettylights-syntax-carriage-return-bg);color:var(--color-prettylights-syntax-carriage-return-text)}.markdown-body .pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp);font-weight:700}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{color:var(--color-prettylights-syntax-markup-heading);font-weight:700}.markdown-body .pl-mi{color:var(--color-prettylights-syntax-markup-italic);font-style:italic}.markdown-body .pl-mb{color:var(--color-prettylights-syntax-markup-bold);font-weight:700}.markdown-body .pl-md{background-color:var(--color-prettylights-syntax-markup-deleted-bg);color:var(--color-prettylights-syntax-markup-deleted-text)}.markdown-body .pl-mi1{background-color:var(--color-prettylights-syntax-markup-inserted-bg);color:var(--color-prettylights-syntax-markup-inserted-text)}.markdown-body .pl-mc{background-color:var(--color-prettylights-syntax-markup-changed-bg);color:var(--color-prettylights-syntax-markup-changed-text)}.markdown-body .pl-mi2{background-color:var(--color-prettylights-syntax-markup-ignored-bg);color:var(--color-prettylights-syntax-markup-ignored-text)}.markdown-body .pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range);font-weight:700}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{color:var(--color-prettylights-syntax-constant-other-reference-link);text-decoration:underline}.markdown-body [data-catalyst]{display:block}.markdown-body g-emoji{font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1em;font-style:normal!important;font-weight:400;line-height:1;vertical-align:-.075em}.markdown-body g-emoji img{height:1em;width:1em}.markdown-body:after,.markdown-body:before{content:"";display:table}.markdown-body:after{clear:both}.markdown-body>:first-child{margin-top:0!important}.markdown-body>:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--color-danger-fg)}.markdown-body .anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px}.markdown-body .anchor:focus{outline:none}.markdown-body blockquote,.markdown-body details,.markdown-body dl,.markdown-body ol,.markdown-body p,.markdown-body pre,.markdown-body table,.markdown-body ul{margin-bottom:16px;margin-top:0}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body sup>a:before{content:"["}.markdown-body sup>a:after{content:"]"}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--color-fg-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 code,.markdown-body h1 tt,.markdown-body h2 code,.markdown-body h2 tt,.markdown-body h3 code,.markdown-body h3 tt,.markdown-body h4 code,.markdown-body h4 tt,.markdown-body h5 code,.markdown-body h5 tt,.markdown-body h6 code,.markdown-body h6 tt{font-size:inherit;padding:0 .2em}.markdown-body ol.no-list,.markdown-body ul.no-list{list-style-type:none;padding:0}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body ol[type=a]{list-style-type:lower-alpha}.markdown-body ol[type=i]{list-style-type:lower-roman}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ol ol,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ul ul{margin-bottom:0;margin-top:0}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{font-size:1em;font-style:italic;font-weight:600;margin-top:16px;padding:0}.markdown-body dl dd{margin-bottom:16px;padding:0 16px}.markdown-body table th{font-weight:600}.markdown-body table td,.markdown-body table th{border:1px solid var(--color-border-default);padding:6px 13px}.markdown-body table tr{background-color:var(--color-canvas-default);border-top:1px solid var(--color-border-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--color-canvas-subtle)}.markdown-body table img{background-color:transparent}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{background-color:transparent;max-width:none;vertical-align:text-top}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{border:1px solid var(--color-border-default);display:block;float:left;margin:13px 0 0;overflow:hidden;padding:7px;width:auto}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{clear:both;color:var(--color-fg-default);display:block;padding:5px 0 0}.markdown-body span.align-center{clear:both;display:block;overflow:hidden}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{clear:both;display:block;overflow:hidden}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{background-color:var(--color-neutral-muted);border-radius:6px;font-size:85%;margin:0;padding:.2em .4em}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre code{font-size:100%}.markdown-body pre>code{background:transparent;border:0;margin:0;padding:0;white-space:pre;word-break:normal}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{background-color:var(--color-canvas-subtle);border-radius:6px;font-size:85%;line-height:1.45;overflow:auto;padding:16px}.markdown-body pre code,.markdown-body pre tt{word-wrap:normal;background-color:transparent;border:0;display:inline;line-height:inherit;margin:0;max-width:auto;overflow:visible;padding:0}.markdown-body .csv-data td,.markdown-body .csv-data th{font-size:12px;line-height:1;overflow:hidden;padding:5px;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{background:var(--color-canvas-default);border:0;padding:10px 8px 9px;text-align:right}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{background:var(--color-canvas-subtle);border-top:0;font-weight:600}.markdown-body .footnotes{border-top:1px solid var(--color-border-default);color:var(--color-fg-muted);font-size:12px}.markdown-body .footnotes ol{padding-left:16px}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{border:2px solid var(--color-accent-emphasis);border-radius:6px;bottom:-8px;content:"";left:-24px;pointer-events:none;position:absolute;right:-8px;top:-8px}.markdown-body .footnotes li:target{color:var(--color-fg-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:400}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:3px}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{margin:0 .2em .25em -1.6em;vertical-align:middle}.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ::-webkit-calendar-picker-indicator{-webkit-filter:invert(50%);filter:invert(50%)}.table-of-contents{border-radius:.25rem;display:none;padding:.75rem;position:fixed;right:0;width:16.666667%}@media (min-width:768px){.table-of-contents{display:block}}.table-of-contents{background-color:#f6f8fa}.table-of-contents button{text-align:left}.table-of-contents ul ul{margin-left:1rem}.page-body,.table-of-contents>ul>li{margin-top:.5rem}.page-body{margin-left:auto;margin-right:auto;width:91.666667%}@media (min-width:768px){.page-body{width:66.666667%}}.page-body{margin-bottom:8rem}@media (min-width:768px){.page-body{margin-left:8.333333333%;margin-right:25%}} +/* +! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com +*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#9ca3af;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.right-0{right:0}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.mb-4{margin-bottom:1rem}.mr-1{margin-right:.25rem}.mb-6{margin-bottom:1.5rem}.mr-3{margin-right:.75rem}.mb-2{margin-bottom:.5rem}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.hidden{display:none}.h-full{height:100%}.w-11\/12{width:91.666667%}.w-full{width:100%}.w-40{width:10rem}.w-32{width:8rem}.flex-1{flex:1 1}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.overflow-x-scroll{overflow-x:scroll}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-t{border-top-width:1px}.border-indigo-700{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity))}.bg-violet-200{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity))}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-purple-400{--tw-gradient-from:#c084fc;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(192,132,252,0))}.to-indigo-400{--tw-gradient-to:#818cf8}.p-2{padding:.5rem}.p-1{padding:.25rem}.p-3{padding:.75rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.text-left{text-align:left}.text-center{text-align:center}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-normal{font-weight:400}.font-bold{font-weight:700}.italic{font-style:italic}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.filter{-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}body,html{font-family:Source Sans Pro,sans-serif;font-weight:300}.hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity))}@media (min-width:768px){.md\:flex{display:flex}.md\:w-4\/5{width:80%}} +/*# sourceMappingURL=main.e9681b05.css.map*/ \ No newline at end of file diff --git a/static/css/main.e9681b05.css.map b/static/css/main.e9681b05.css.map new file mode 100644 index 000000000..cc7da89a3 --- /dev/null +++ b/static/css/main.e9681b05.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.e9681b05.css","mappings":"oGACE,2CAA2E,CAA3E,4CAA2E,CAA3E,yBAA2E,CAA3E,iDAA2E,CAA3E,2CAA2E,CAA3E,sCAA2E,CAA3E,8BAA2E,CCA3E,gBACA,0BAAqD,CAArD,qFAAqD,CAArD,wBAAqD,CAGrD,mBAA4B,CAH5B,mEAAqD,CAGrD,8CAFA,YAAoB,CAApB,kBAAoB,CAEpB,iBAA4B,CAJ5B,MAAmC,CAInC,mBAA4B,CAD5B,cAAU,CAHV,iBAAmC,CAAnC,KAAmC,CAAnC,UAAmC,CCArC,eAEE,2CAA4C,CAC5C,4CAA6C,CAC7C,0CAA2C,CAC3C,2DAA4D,CAC5D,8CAA+C,CAC/C,2CAA4C,CAC5C,0CAA2C,CAC3C,4CAA6C,CAC7C,gEAAiE,CACjE,wDAAyD,CACzD,sDAAuD,CACvD,wDAAyD,CACzD,sDAAuD,CACvD,iDAAkD,CAClD,+CAAgD,CAChD,kDAAmD,CACnD,iDAAkD,CAClD,+CAAgD,CAChD,uDAAwD,CACxD,qDAAsD,CACtD,wDAAyD,CACzD,sDAAuD,CACvD,uDAAwD,CACxD,qDAAsD,CACtD,uDAAwD,CACxD,qDAAsD,CACtD,mDAAoD,CACpD,4DAA6D,CAC7D,6DAA8D,CAC9D,iEAAkE,CAClE,0BAA2B,CAC3B,wBAAyB,CACzB,yBAA0B,CAC1B,2BAA+B,CAC/B,6BAA8B,CAC9B,8BAA+B,CAC/B,4BAAyC,CACzC,0CAA4C,CAC5C,yBAA0B,CAC1B,+BAAgC,CAChC,gCAAiC,CACjC,yBAA0B,CAI1B,yBAA0B,CAC1B,6BAA8B,CAK9B,oBAAqB,CAHrB,4CAA6C,CAD7C,6BAA8B,CAhD9B,kBAAmB,CAkDnB,cAAe,CACf,eARF,CAkBA,8TAUE,6BAA8B,CAF9B,WAAY,CACZ,oBAAqB,CAFrB,WAAY,CAIZ,+iBAAshB,CACthB,uiBAA8gB,CAN9gB,UAOF,CAEA,uEAGE,aACF,CAEA,uBACE,iBACF,CAEA,wBACE,sBACF,CAEA,iBACE,4BAA6B,CAC7B,4BAA6B,CAC7B,oBACF,CAEA,+CAEE,eACF,CAEA,2BACE,kBAAmB,CACnB,wCAAiC,CAAjC,gCACF,CAEA,uCAEE,eACF,CAEA,mBACE,iBACF,CAEA,kBAKE,iDAAkD,CADlD,aAAc,CAFd,eAAgB,CADhB,cAAe,CAEf,mBAGF,CAEA,oBACE,8CAA+C,CAC/C,+BACF,CAEA,qBACE,aACF,CAEA,sCAEE,aAAc,CACd,aAAc,CACd,iBAAkB,CAClB,uBACF,CAEA,mBACE,aACF,CAEA,mBACE,SACF,CAEA,mBAIE,4CAA6C,CAH7C,iBAAkB,CAElB,sBAAuB,CADvB,cAGF,CAEA,8EAIE,+BAAgC,CAChC,aACF,CAEA,sBACE,eACF,CAEA,kBAGE,sBAAuB,CAKvB,4CAA6C,CAC7C,QAAS,CART,sBAAuB,CAIvB,YAAa,CAEb,aAAc,CALd,eAAgB,CAIhB,SAIF,CAEA,qBACE,YAAa,CAGb,mBAAoB,CACpB,iBAAkB,CAClB,mBAAoB,CAJpB,QAAS,CACT,gBAIF,CAEA,sFAGE,yBACF,CAEA,4IAGE,iBAAkB,CAClB,SACF,CAEA,mIAGE,6BACF,CAEA,2DAEE,qBAAsB,CACtB,SACF,CAEA,gHAEE,WACF,CAEA,6BACE,4BAA6B,CAC7B,mBACF,CAEA,mHAEE,uBACF,CAEA,2CACE,aAAc,CACd,WACF,CAEA,4CACE,yBAA0B,CAC1B,YACF,CAEA,uBACE,yBACF,CAOA,iDAHE,UAAW,CADX,aAQF,CAJA,wBAEE,UAEF,CAEA,qBAEE,wBAAyB,CADzB,gBAAiB,CAEjB,aAAc,CAEd,cAAe,CACf,aAAc,CAFd,yBAAkB,CAAlB,iBAGF,CAEA,oCAEE,SACF,CAEA,+BACE,cACF,CAEA,iDACE,sBACF,CAEA,mBAOE,2CAA4C,CAC5C,8CAA4C,CAC5C,2CAA+C,CAC/C,iBAAkB,CAClB,oDAAqD,CANrD,6BAA8B,CAJ9B,oBAAqB,CAErB,sFAAuF,CACvF,gBAAiB,CAFjB,eAAgB,CAIhB,qBAMF,CAEA,4GAQE,eAAgB,CAChB,gBAAiB,CAFjB,kBAAmB,CADnB,eAIF,CAEA,kBAIE,iDAAkD,CADlD,eAAgB,CAFhB,eAAgB,CAChB,mBAGF,CAEA,kBAEE,gBAAiB,CADjB,eAEF,CAEA,kBAEE,aAAc,CADd,eAEF,CAEA,kBAEE,gBAAiB,CADjB,eAEF,CAEA,kBAGE,2BAA4B,CAD5B,eAAgB,CADhB,eAGF,CAEA,iBAEE,kBAAmB,CADnB,YAEF,CAEA,0BAIE,mDAAoD,CADpD,2BAA4B,CAF5B,QAAS,CACT,aAGF,CAEA,oCAGE,eAAgB,CADhB,YAAa,CAEb,gBACF,CAEA,kBACE,uBACF,CAEA,kBACE,oBACF,CAEA,0CAEE,2BACF,CAEA,gGAIE,2BACF,CAEA,kBACE,aACF,CAQA,yDAJE,wFAAyF,CACzF,cASF,CANA,mBAKE,gBAAiB,CAHjB,eAAgB,CADhB,YAKF,CAEA,wBAIE,iBAAkB,CAHlB,oBAAqB,CACrB,0BAA4B,CAC5B,0BAEF,CAEA,2CACE,4BAA6B,CAC7B,SACF,CAHA,sCACE,4BAA6B,CAC7B,SACF,CAHA,6BACE,4BAA6B,CAC7B,SACF,CAEA,gGAGE,uBAAwB,CACxB,eAAgB,CAFhB,QAGF,CAEA,qBACE,8CACF,CAEA,iDAEE,+CACF,CAEA,2CAEE,6CACF,CAEA,mDAEE,8DACF,CAEA,uBACE,iDACF,CAEA,qBACE,8CACF,CAEA,gMAOE,6CACF,CAEA,4CAEE,+CACF,CAEA,sBACE,mEACF,CAEA,sBAEE,oEAAqE,CADrE,2DAEF,CAEA,sBAEE,oEAAqE,CADrE,2DAEF,CAEA,8BAEE,oDAAqD,CADrD,eAEF,CAEA,sBACE,kDACF,CAEA,yEAIE,qDAAsD,CADtD,eAEF,CAEA,sBAEE,oDAAqD,CADrD,iBAEF,CAEA,sBAEE,kDAAmD,CADnD,eAEF,CAEA,sBAEE,mEAAoE,CADpE,0DAEF,CAEA,uBAEE,oEAAqE,CADrE,2DAEF,CAEA,sBAEE,mEAAoE,CADpE,0DAEF,CAEA,uBAEE,mEAAoE,CADpE,0DAEF,CAEA,uBAEE,sDAAuD,CADvD,eAEF,CAEA,sBACE,+DACF,CAEA,sBACE,gEACF,CAEA,wBAEE,oEAAqE,CADrE,yBAEF,CAEA,+BACE,aACF,CAEA,uBACE,4DAAmE,CACnE,aAAc,CACd,2BAA6B,CAC7B,eAAgB,CAChB,aAAc,CACd,sBACF,CAEA,2BAEE,UAAW,CADX,SAEF,CAOA,2CAHE,UAAW,CADX,aAQF,CAJA,qBAEE,UAEF,CAEA,4BACE,sBACF,CAEA,2BACE,yBACF,CAEA,6BACE,aAAc,CACd,oBACF,CAEA,uBACE,4BACF,CAEA,uBACE,UAAW,CAGX,aAAc,CADd,iBAAkB,CADlB,iBAGF,CAEA,6BACE,YACF,CAEA,gKASE,kBAAmB,CADnB,YAEF,CAEA,uCACE,YACF,CAEA,sCACE,eACF,CAEA,4BACE,WACF,CAEA,2BACE,WACF,CAEA,gMAME,6BAA8B,CAC9B,qBAAsB,CACtB,iBACF,CAEA,gMAME,oBACF,CAEA,oRAME,kBACF,CAEA,wQAaE,iBAAkB,CADlB,cAEF,CAEA,oDAGE,oBAAqB,CADrB,SAEF,CAEA,4BACE,uBACF,CAEA,0BACE,2BACF,CAEA,0BACE,2BACF,CAEA,kCACE,uBACF,CAEA,oFAKE,eAAgB,CADhB,YAEF,CAEA,oBACE,eACF,CAEA,qBACE,gBACF,CAEA,kBACE,SACF,CAEA,qBAGE,aAAc,CACd,iBAAkB,CAClB,eAAgB,CAHhB,eAAgB,CADhB,SAKF,CAEA,qBAEE,kBAAmB,CADnB,cAEF,CAEA,wBACE,eACF,CAEA,gDAGE,4CAA6C,CAD7C,gBAEF,CAEA,wBACE,4CAA6C,CAC7C,8CACF,CAEA,sCACE,2CACF,CAEA,yBACE,4BACF,CAEA,gCACE,iBACF,CAEA,+BACE,kBACF,CAEA,sBAGE,4BAA6B,CAF7B,cAAe,CACf,uBAEF,CAEA,0BACE,aAAc,CACd,eACF,CAEA,+BAOE,4CAA6C,CAN7C,aAAc,CACd,UAAW,CAGX,eAAgB,CAChB,eAAgB,CAFhB,WAAY,CADZ,UAKF,CAEA,mCACE,aAAc,CACd,UACF,CAEA,oCAGE,UAAW,CACX,6BAA8B,CAH9B,aAAc,CACd,eAGF,CAEA,iCAGE,UAAW,CAFX,aAAc,CACd,eAEF,CAEA,sCACE,aAAc,CACd,kBAAmB,CACnB,eAAgB,CAChB,iBACF,CAEA,0CACE,aAAc,CACd,iBACF,CAEA,gCAGE,UAAW,CAFX,aAAc,CACd,eAEF,CAEA,qCACE,aAAc,CACd,eAAgB,CAChB,eAAgB,CAChB,gBACF,CAEA,yCACE,QAAS,CACT,gBACF,CAEA,+BACE,aAAc,CACd,UAAW,CACX,iBAAkB,CAClB,eACF,CAEA,oCACE,eACF,CAEA,gCACE,aAAc,CACd,WAAY,CACZ,gBAAiB,CACjB,eACF,CAEA,qCACE,aAAc,CACd,kBAAmB,CACnB,eAAgB,CAChB,gBACF,CAEA,sCAKE,2CAA4C,CAC5C,iBAAkB,CAFlB,aAAc,CADd,QAAS,CADT,iBAKF,CAEA,4CAEE,YACF,CAEA,wBACE,uBACF,CAEA,wBACE,cACF,CAEA,wBAKE,sBAAuB,CACvB,QAAS,CAJT,QAAS,CADT,SAAU,CAGV,eAAgB,CADhB,iBAIF,CAEA,0BACE,kBACF,CAEA,8BACE,eAAgB,CAChB,iBACF,CAEA,iDAME,2CAA4C,CAC5C,iBAAkB,CAHlB,aAAc,CACd,gBAAiB,CAFjB,aAAc,CADd,YAMF,CAEA,8CAQE,gBAAiB,CACjB,4BAA6B,CAC7B,QAAS,CART,cAAe,CAKf,mBAAoB,CAFpB,QAAS,CAFT,cAAe,CAGf,gBAAiB,CAFjB,SAOF,CAEA,wDAIE,cAAe,CACf,aAAc,CAFd,eAAgB,CADhB,WAAY,CAIZ,eAAgB,CAChB,kBACF,CAEA,mCAGE,sCAAuC,CACvC,QAAS,CAHT,oBAAqB,CACrB,gBAGF,CAEA,4BACE,YACF,CAEA,4BAEE,qCAAsC,CACtC,YAAa,CAFb,eAGF,CAEA,0BAGE,gDAAiD,CADjD,2BAA4B,CAD5B,cAGF,CAEA,6BACE,iBACF,CAEA,6BACE,iBACF,CAEA,2CAQE,6CAA8C,CAC9C,iBAAkB,CALlB,WAAY,CAGZ,UAAW,CAFX,UAAW,CACX,mBAAoB,CALpB,iBAAkB,CAElB,UAAW,CADX,QAQF,CAEA,oCACE,6BACF,CAEA,yDACE,qBACF,CAEA,+BACE,oBACF,CAEA,qCACE,eACF,CAEA,6CACE,cACF,CAEA,+CACE,cACF,CAEA,uCACE,YACF,CAEA,wCACE,0BAA2B,CAC3B,qBACF,CAEA,qEACE,0BACF,CAEA,mDACE,0BAAmB,CAAnB,kBACF,CC/9BE,uCAAc,CAEd,aADA,cAAgB,CAChB,cAAoC,CAApC,OAAoC,CADpC,gBADc,CAEd,yDAAoC,EAHtC,mBAIE,wBAEF,CAGE,yCAAgB,CAIhB,yCAAW,CAQX,oCAJA,gBAIoC,CAApC,2BAAoC,CAApC,iBAAoC,CAApC,gBAAoC,CAApC,oDAAoC,EACpC,6BAAY,CAGd,yBACE,WACE,wBAAyB,CACzB,gBACF,CACF;AC9BA;;CAAc,CAAd,uCAAc,CAAd,qBAAc,CAAd,8BAAc,CAAd,kCAAc,CAAd,gMAAc,CAAd,eAAc,CAAd,UAAc,CAAd,wBAAc,CAAd,QAAc,CAAd,uBAAc,CAAd,aAAc,CAAd,QAAc,CAAd,4DAAc,CAAd,gCAAc,CAAd,mCAAc,CAAd,mBAAc,CAAd,eAAc,CAAd,uBAAc,CAAd,2BAAc,CAAd,qHAAc,CAAd,aAAc,CAAd,mBAAc,CAAd,qBAAc,CAAd,aAAc,CAAd,iBAAc,CAAd,uBAAc,CAAd,iBAAc,CAAd,aAAc,CAAd,8BAAc,CAAd,oBAAc,CAAd,aAAc,CAAd,mDAAc,CAAd,mBAAc,CAAd,cAAc,CAAd,mBAAc,CAAd,QAAc,CAAd,SAAc,CAAd,iCAAc,CAAd,yEAAc,CAAd,4BAAc,CAAd,qBAAc,CAAd,4BAAc,CAAd,gCAAc,CAAd,gCAAc,CAAd,mEAAc,CAAd,0CAAc,CAAd,mBAAc,CAAd,mDAAc,CAAd,sDAAc,CAAd,YAAc,CAAd,yBAAc,CAAd,2DAAc,CAAd,iBAAc,CAAd,yBAAc,CAAd,0BAAc,CAAd,QAAc,CAAd,SAAc,CAAd,wBAAc,CAAd,kFAAc,CAAd,SAAc,CAAd,wEAAc,CAAd,SAAc,CAAd,sDAAc,CAAd,SAAc,CAAd,mCAAc,CAAd,wBAAc,CAAd,4DAAc,CAAd,qBAAc,CAAd,qBAAc,CAAd,cAAc,CAAd,qBAAc,CAAd,mCAAc,CAAd,kBAAc,CAAd,aAAc,CAAd,aAAc,CAAd,aAAc,CAAd,cAAc,CAAd,cAAc,CAAd,YAAc,CAAd,YAAc,CAAd,iBAAc,CAAd,qCAAc,CAAd,cAAc,CAAd,mBAAc,CAAd,qBAAc,CAAd,sBAAc,CAAd,uBAAc,CAAd,iBAAc,CAAd,0BAAc,CAAd,2BAAc,CAAd,mCAAc,CAAd,iCAAc,CAAd,0BAAc,CAAd,qBAAc,CAAd,6BAAc,CAAd,WAAc,CAAd,iBAAc,CAAd,eAAc,CAAd,gBAAc,CAAd,iBAAc,CAAd,aAAc,CAAd,eAAc,CAAd,YAAc,CAAd,kBAAc,CAAd,oBAAc,CAAd,0BAAc,CAAd,wBAAc,CAAd,yBAAc,CAAd,0BAAc,CAAd,sBAAc,CAAd,uBAAc,CAAd,wBAAc,CAAd,qBAAc,CAEd,2BAAmB,CAAnB,2BAAmB,CAAnB,2BAAmB,CAAnB,YAAmB,CAAnB,gBAAmB,CAAnB,yBAAmB,CAAnB,iBAAmB,CAAnB,sBAAmB,CAAnB,wBAAmB,CAAnB,yBAAmB,CAAnB,0BAAmB,CAAnB,yBAAmB,CAAnB,yBAAmB,CAAnB,kCAAmB,CAAnB,sBAAmB,CAAnB,kBAAmB,CAAnB,oBAAmB,CAAnB,oBAAmB,CAAnB,mBAAmB,CAAnB,0BAAmB,CAAnB,kBAAmB,CAAnB,iBAAmB,CAAnB,gBAAmB,CAAnB,gBAAmB,CAAnB,8BAAmB,CAAnB,4BAAmB,CAAnB,+BAAmB,CAAnB,yBAAmB,CAAnB,mCAAmB,CAAnB,gCAAmB,CAAnB,sCAAmB,CAAnB,8CAAmB,CAAnB,4CAAmB,CAAnB,oCAAmB,CAAnB,6BAAmB,CAAnB,+BAAmB,CAAnB,kCAAmB,CAAnB,wBAAmB,CAAnB,8BAAmB,CAAnB,wCAAmB,CAAnB,oDAAmB,CAAnB,gCAAmB,CAAnB,sDAAmB,CAAnB,gCAAmB,CAAnB,sDAAmB,CAAnB,gCAAmB,CAAnB,qDAAmB,CAAnB,qFAAmB,CAAnB,2CAAmB,CAAnB,qFAAmB,CAAnB,uCAAmB,CAAnB,kBAAmB,CAAnB,mBAAmB,CAAnB,mBAAmB,CAAnB,4CAAmB,CAAnB,yBAAmB,CAAnB,oBAAmB,CAAnB,0BAAmB,CAAnB,8BAAmB,CAAnB,6BAAmB,CAAnB,mCAAmB,CAAnB,2BAAmB,CAAnB,kBAAmB,CAAnB,2BAAmB,CAAnB,mBAAmB,CAAnB,0BAAmB,CAAnB,gBAAmB,CAAnB,0BAAmB,CAAnB,mBAAmB,CAAnB,4BAAmB,CAAnB,0BAAmB,CAAnB,yBAAmB,CAAnB,+BAAmB,CAAnB,6CAAmB,CAAnB,kCAAmB,CAAnB,6CAAmB,CAAnB,mCAAmB,CAAnB,2CAAmB,CAAnB,kCAAmB,CAAnB,6CAAmB,CAAnB,gMAAmB,CAAnB,gLAAmB,CAInB,UACE,sCAA0C,CAC1C,eACF,CATA,oG,CAAA,+C,CAAA,qB","sources":["Home/CourseInfo/CourseInfo.module.css","Nav/Nav.module.css","Page/Page.css","Page/TableOfContents/TableOfContents.css","index.css"],"sourcesContent":[".link {\n @apply text-blue-500 hover:text-blue-700 hover:underline underline-offset-2;\n}",".nav {\n @apply relative top-0 left-0 w-full;\n @apply bg-gradient-to-r from-purple-400 to-indigo-400;\n @apply flex flex-row;\n @apply p-3;\n @apply text-gray-100 text-xl;\n}","\n.markdown-body {\n color-scheme: light;\n --color-prettylights-syntax-comment: #6e7781;\n --color-prettylights-syntax-constant: #0550ae;\n --color-prettylights-syntax-entity: #8250df;\n --color-prettylights-syntax-storage-modifier-import: #24292f;\n --color-prettylights-syntax-entity-tag: #116329;\n --color-prettylights-syntax-keyword: #cf222e;\n --color-prettylights-syntax-string: #0a3069;\n --color-prettylights-syntax-variable: #953800;\n --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;\n --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;\n --color-prettylights-syntax-invalid-illegal-bg: #82071e;\n --color-prettylights-syntax-carriage-return-text: #f6f8fa;\n --color-prettylights-syntax-carriage-return-bg: #cf222e;\n --color-prettylights-syntax-string-regexp: #116329;\n --color-prettylights-syntax-markup-list: #3b2300;\n --color-prettylights-syntax-markup-heading: #0550ae;\n --color-prettylights-syntax-markup-italic: #24292f;\n --color-prettylights-syntax-markup-bold: #24292f;\n --color-prettylights-syntax-markup-deleted-text: #82071e;\n --color-prettylights-syntax-markup-deleted-bg: #FFEBE9;\n --color-prettylights-syntax-markup-inserted-text: #116329;\n --color-prettylights-syntax-markup-inserted-bg: #dafbe1;\n --color-prettylights-syntax-markup-changed-text: #953800;\n --color-prettylights-syntax-markup-changed-bg: #ffd8b5;\n --color-prettylights-syntax-markup-ignored-text: #eaeef2;\n --color-prettylights-syntax-markup-ignored-bg: #0550ae;\n --color-prettylights-syntax-meta-diff-range: #8250df;\n --color-prettylights-syntax-brackethighlighter-angle: #57606a;\n --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;\n --color-prettylights-syntax-constant-other-reference-link: #0a3069;\n --color-fg-default: #24292f;\n --color-fg-muted: #57606a;\n --color-fg-subtle: #6e7781;\n --color-canvas-default: #ffffff;\n --color-canvas-subtle: #f6f8fa;\n --color-border-default: #d0d7de;\n --color-border-muted: hsla(210,18%,87%,1);\n --color-neutral-muted: rgba(175,184,193,0.2);\n --color-accent-fg: #0969da;\n --color-accent-emphasis: #0969da;\n --color-attention-subtle: #fff8c5;\n --color-danger-fg: #cf222e;\n}\n\n.markdown-body {\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n color: var(--color-fg-default);\n background-color: var(--color-canvas-default);\n font-size: 14pt;\n line-height: 1.5;\n word-wrap: break-word;\n}\n\n.markdown-body .octicon {\n display: inline-block;\n fill: currentColor;\n vertical-align: text-bottom;\n}\n\n.markdown-body h1:hover .anchor .octicon-link:before,\n.markdown-body h2:hover .anchor .octicon-link:before,\n.markdown-body h3:hover .anchor .octicon-link:before,\n.markdown-body h4:hover .anchor .octicon-link:before,\n.markdown-body h5:hover .anchor .octicon-link:before,\n.markdown-body h6:hover .anchor .octicon-link:before {\n width: 16px;\n height: 16px;\n content: ' ';\n display: inline-block;\n background-color: currentColor;\n -webkit-mask-image: url(\"data:image/svg+xml,\");\n mask-image: url(\"data:image/svg+xml,\");\n}\n\n.markdown-body details,\n.markdown-body figcaption,\n.markdown-body figure {\n display: block;\n}\n\n.markdown-body summary {\n display: list-item;\n}\n\n.markdown-body [hidden] {\n display: none !important;\n}\n\n.markdown-body a {\n background-color: transparent;\n color: var(--color-accent-fg);\n text-decoration: none;\n}\n\n.markdown-body a:active,\n.markdown-body a:hover {\n outline-width: 0;\n}\n\n.markdown-body abbr[title] {\n border-bottom: none;\n text-decoration: underline dotted;\n}\n\n.markdown-body b,\n.markdown-body strong {\n font-weight: 600;\n}\n\n.markdown-body dfn {\n font-style: italic;\n}\n\n.markdown-body h1 {\n margin: .67em 0;\n font-weight: 600;\n padding-bottom: .3em;\n font-size: 2em;\n border-bottom: 1px solid var(--color-border-muted);\n}\n\n.markdown-body mark {\n background-color: var(--color-attention-subtle);\n color: var(--color-text-primary);\n}\n\n.markdown-body small {\n font-size: 90%;\n}\n\n.markdown-body sub,\n.markdown-body sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\n.markdown-body sub {\n bottom: -0.25em;\n}\n\n.markdown-body sup {\n top: -0.5em;\n}\n\n.markdown-body img {\n border-style: none;\n max-width: 100%;\n box-sizing: content-box;\n background-color: var(--color-canvas-default);\n}\n\n.markdown-body code,\n.markdown-body kbd,\n.markdown-body pre,\n.markdown-body samp {\n font-family: monospace,monospace;\n font-size: 1em;\n}\n\n.markdown-body figure {\n margin: 1em 40px;\n}\n\n.markdown-body hr {\n box-sizing: content-box;\n overflow: hidden;\n background: transparent;\n border-bottom: 1px solid var(--color-border-muted);\n height: .25em;\n padding: 0;\n margin: 24px 0;\n background-color: var(--color-border-default);\n border: 0;\n}\n\n.markdown-body input {\n font: inherit;\n margin: 0;\n overflow: visible;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\n.markdown-body [type=button],\n.markdown-body [type=reset],\n.markdown-body [type=submit] {\n -webkit-appearance: button;\n}\n\n.markdown-body [type=button]::-moz-focus-inner,\n.markdown-body [type=reset]::-moz-focus-inner,\n.markdown-body [type=submit]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n.markdown-body [type=button]:-moz-focusring,\n.markdown-body [type=reset]:-moz-focusring,\n.markdown-body [type=submit]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n.markdown-body [type=checkbox],\n.markdown-body [type=radio] {\n box-sizing: border-box;\n padding: 0;\n}\n\n.markdown-body [type=number]::-webkit-inner-spin-button,\n.markdown-body [type=number]::-webkit-outer-spin-button {\n height: auto;\n}\n\n.markdown-body [type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n\n.markdown-body [type=search]::-webkit-search-cancel-button,\n.markdown-body [type=search]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n.markdown-body ::-webkit-input-placeholder {\n color: inherit;\n opacity: .54;\n}\n\n.markdown-body ::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\n\n.markdown-body a:hover {\n text-decoration: underline;\n}\n\n.markdown-body hr::before {\n display: table;\n content: \"\";\n}\n\n.markdown-body hr::after {\n display: table;\n clear: both;\n content: \"\";\n}\n\n.markdown-body table {\n border-spacing: 0;\n border-collapse: collapse;\n display: block;\n width: max-content;\n max-width: 100%;\n overflow: auto;\n}\n\n.markdown-body td,\n.markdown-body th {\n padding: 0;\n}\n\n.markdown-body details summary {\n cursor: pointer;\n}\n\n.markdown-body details:not([open])>*:not(summary) {\n display: none !important;\n}\n\n.markdown-body kbd {\n display: inline-block;\n padding: 3px 5px;\n font: 11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;\n line-height: 10px;\n color: var(--color-fg-default);\n vertical-align: middle;\n background-color: var(--color-canvas-subtle);\n border: solid 1px var(--color-neutral-muted);\n border-bottom-color: var(--color-neutral-muted);\n border-radius: 6px;\n box-shadow: inset 0 -1px 0 var(--color-neutral-muted);\n}\n\n.markdown-body h1,\n.markdown-body h2,\n.markdown-body h3,\n.markdown-body h4,\n.markdown-body h5,\n.markdown-body h6 {\n margin-top: 24px;\n margin-bottom: 16px;\n font-weight: 600;\n line-height: 1.25;\n}\n\n.markdown-body h2 {\n font-weight: 600;\n padding-bottom: .3em;\n font-size: 1.5em;\n border-bottom: 1px solid var(--color-border-muted);\n}\n\n.markdown-body h3 {\n font-weight: 600;\n font-size: 1.25em;\n}\n\n.markdown-body h4 {\n font-weight: 600;\n font-size: 1em;\n}\n\n.markdown-body h5 {\n font-weight: 600;\n font-size: .875em;\n}\n\n.markdown-body h6 {\n font-weight: 600;\n font-size: .85em;\n color: var(--color-fg-muted);\n}\n\n.markdown-body p {\n margin-top: 0;\n margin-bottom: 10px;\n}\n\n.markdown-body blockquote {\n margin: 0;\n padding: 0 1em;\n color: var(--color-fg-muted);\n border-left: .25em solid var(--color-border-default);\n}\n\n.markdown-body ul,\n.markdown-body ol {\n margin-top: 0;\n margin-bottom: 0;\n padding-left: 2em;\n}\n\n.markdown-body ol {\n list-style-type: decimal;\n}\n\n.markdown-body ul {\n list-style-type: disc;\n}\n\n.markdown-body ol ol,\n.markdown-body ul ol {\n list-style-type: lower-roman;\n}\n\n.markdown-body ul ul ol,\n.markdown-body ul ol ol,\n.markdown-body ol ul ol,\n.markdown-body ol ol ol {\n list-style-type: lower-alpha;\n}\n\n.markdown-body dd {\n margin-left: 0;\n}\n\n.markdown-body tt,\n.markdown-body code {\n font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;\n font-size: 12px;\n}\n\n.markdown-body pre {\n margin-top: 0;\n margin-bottom: 0;\n font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;\n font-size: 12px;\n word-wrap: normal;\n}\n\n.markdown-body .octicon {\n display: inline-block;\n overflow: visible !important;\n vertical-align: text-bottom;\n fill: currentColor;\n}\n\n.markdown-body ::placeholder {\n color: var(--color-fg-subtle);\n opacity: 1;\n}\n\n.markdown-body input::-webkit-outer-spin-button,\n.markdown-body input::-webkit-inner-spin-button {\n margin: 0;\n -webkit-appearance: none;\n appearance: none;\n}\n\n.markdown-body .pl-c {\n color: var(--color-prettylights-syntax-comment);\n}\n\n.markdown-body .pl-c1,\n.markdown-body .pl-s .pl-v {\n color: var(--color-prettylights-syntax-constant);\n}\n\n.markdown-body .pl-e,\n.markdown-body .pl-en {\n color: var(--color-prettylights-syntax-entity);\n}\n\n.markdown-body .pl-smi,\n.markdown-body .pl-s .pl-s1 {\n color: var(--color-prettylights-syntax-storage-modifier-import);\n}\n\n.markdown-body .pl-ent {\n color: var(--color-prettylights-syntax-entity-tag);\n}\n\n.markdown-body .pl-k {\n color: var(--color-prettylights-syntax-keyword);\n}\n\n.markdown-body .pl-s,\n.markdown-body .pl-pds,\n.markdown-body .pl-s .pl-pse .pl-s1,\n.markdown-body .pl-sr,\n.markdown-body .pl-sr .pl-cce,\n.markdown-body .pl-sr .pl-sre,\n.markdown-body .pl-sr .pl-sra {\n color: var(--color-prettylights-syntax-string);\n}\n\n.markdown-body .pl-v,\n.markdown-body .pl-smw {\n color: var(--color-prettylights-syntax-variable);\n}\n\n.markdown-body .pl-bu {\n color: var(--color-prettylights-syntax-brackethighlighter-unmatched);\n}\n\n.markdown-body .pl-ii {\n color: var(--color-prettylights-syntax-invalid-illegal-text);\n background-color: var(--color-prettylights-syntax-invalid-illegal-bg);\n}\n\n.markdown-body .pl-c2 {\n color: var(--color-prettylights-syntax-carriage-return-text);\n background-color: var(--color-prettylights-syntax-carriage-return-bg);\n}\n\n.markdown-body .pl-sr .pl-cce {\n font-weight: bold;\n color: var(--color-prettylights-syntax-string-regexp);\n}\n\n.markdown-body .pl-ml {\n color: var(--color-prettylights-syntax-markup-list);\n}\n\n.markdown-body .pl-mh,\n.markdown-body .pl-mh .pl-en,\n.markdown-body .pl-ms {\n font-weight: bold;\n color: var(--color-prettylights-syntax-markup-heading);\n}\n\n.markdown-body .pl-mi {\n font-style: italic;\n color: var(--color-prettylights-syntax-markup-italic);\n}\n\n.markdown-body .pl-mb {\n font-weight: bold;\n color: var(--color-prettylights-syntax-markup-bold);\n}\n\n.markdown-body .pl-md {\n color: var(--color-prettylights-syntax-markup-deleted-text);\n background-color: var(--color-prettylights-syntax-markup-deleted-bg);\n}\n\n.markdown-body .pl-mi1 {\n color: var(--color-prettylights-syntax-markup-inserted-text);\n background-color: var(--color-prettylights-syntax-markup-inserted-bg);\n}\n\n.markdown-body .pl-mc {\n color: var(--color-prettylights-syntax-markup-changed-text);\n background-color: var(--color-prettylights-syntax-markup-changed-bg);\n}\n\n.markdown-body .pl-mi2 {\n color: var(--color-prettylights-syntax-markup-ignored-text);\n background-color: var(--color-prettylights-syntax-markup-ignored-bg);\n}\n\n.markdown-body .pl-mdr {\n font-weight: bold;\n color: var(--color-prettylights-syntax-meta-diff-range);\n}\n\n.markdown-body .pl-ba {\n color: var(--color-prettylights-syntax-brackethighlighter-angle);\n}\n\n.markdown-body .pl-sg {\n color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);\n}\n\n.markdown-body .pl-corl {\n text-decoration: underline;\n color: var(--color-prettylights-syntax-constant-other-reference-link);\n}\n\n.markdown-body [data-catalyst] {\n display: block;\n}\n\n.markdown-body g-emoji {\n font-family: \"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\";\n font-size: 1em;\n font-style: normal !important;\n font-weight: 400;\n line-height: 1;\n vertical-align: -0.075em;\n}\n\n.markdown-body g-emoji img {\n width: 1em;\n height: 1em;\n}\n\n.markdown-body::before {\n display: table;\n content: \"\";\n}\n\n.markdown-body::after {\n display: table;\n clear: both;\n content: \"\";\n}\n\n.markdown-body>*:first-child {\n margin-top: 0 !important;\n}\n\n.markdown-body>*:last-child {\n margin-bottom: 0 !important;\n}\n\n.markdown-body a:not([href]) {\n color: inherit;\n text-decoration: none;\n}\n\n.markdown-body .absent {\n color: var(--color-danger-fg);\n}\n\n.markdown-body .anchor {\n float: left;\n padding-right: 4px;\n margin-left: -20px;\n line-height: 1;\n}\n\n.markdown-body .anchor:focus {\n outline: none;\n}\n\n.markdown-body p,\n.markdown-body blockquote,\n.markdown-body ul,\n.markdown-body ol,\n.markdown-body dl,\n.markdown-body table,\n.markdown-body pre,\n.markdown-body details {\n margin-top: 0;\n margin-bottom: 16px;\n}\n\n.markdown-body blockquote>:first-child {\n margin-top: 0;\n}\n\n.markdown-body blockquote>:last-child {\n margin-bottom: 0;\n}\n\n.markdown-body sup>a::before {\n content: \"[\";\n}\n\n.markdown-body sup>a::after {\n content: \"]\";\n}\n\n.markdown-body h1 .octicon-link,\n.markdown-body h2 .octicon-link,\n.markdown-body h3 .octicon-link,\n.markdown-body h4 .octicon-link,\n.markdown-body h5 .octicon-link,\n.markdown-body h6 .octicon-link {\n color: var(--color-fg-default);\n vertical-align: middle;\n visibility: hidden;\n}\n\n.markdown-body h1:hover .anchor,\n.markdown-body h2:hover .anchor,\n.markdown-body h3:hover .anchor,\n.markdown-body h4:hover .anchor,\n.markdown-body h5:hover .anchor,\n.markdown-body h6:hover .anchor {\n text-decoration: none;\n}\n\n.markdown-body h1:hover .anchor .octicon-link,\n.markdown-body h2:hover .anchor .octicon-link,\n.markdown-body h3:hover .anchor .octicon-link,\n.markdown-body h4:hover .anchor .octicon-link,\n.markdown-body h5:hover .anchor .octicon-link,\n.markdown-body h6:hover .anchor .octicon-link {\n visibility: visible;\n}\n\n.markdown-body h1 tt,\n.markdown-body h1 code,\n.markdown-body h2 tt,\n.markdown-body h2 code,\n.markdown-body h3 tt,\n.markdown-body h3 code,\n.markdown-body h4 tt,\n.markdown-body h4 code,\n.markdown-body h5 tt,\n.markdown-body h5 code,\n.markdown-body h6 tt,\n.markdown-body h6 code {\n padding: 0 .2em;\n font-size: inherit;\n}\n\n.markdown-body ul.no-list,\n.markdown-body ol.no-list {\n padding: 0;\n list-style-type: none;\n}\n\n.markdown-body ol[type=\"1\"] {\n list-style-type: decimal;\n}\n\n.markdown-body ol[type=a] {\n list-style-type: lower-alpha;\n}\n\n.markdown-body ol[type=i] {\n list-style-type: lower-roman;\n}\n\n.markdown-body div>ol:not([type]) {\n list-style-type: decimal;\n}\n\n.markdown-body ul ul,\n.markdown-body ul ol,\n.markdown-body ol ol,\n.markdown-body ol ul {\n margin-top: 0;\n margin-bottom: 0;\n}\n\n.markdown-body li>p {\n margin-top: 16px;\n}\n\n.markdown-body li+li {\n margin-top: .25em;\n}\n\n.markdown-body dl {\n padding: 0;\n}\n\n.markdown-body dl dt {\n padding: 0;\n margin-top: 16px;\n font-size: 1em;\n font-style: italic;\n font-weight: 600;\n}\n\n.markdown-body dl dd {\n padding: 0 16px;\n margin-bottom: 16px;\n}\n\n.markdown-body table th {\n font-weight: 600;\n}\n\n.markdown-body table th,\n.markdown-body table td {\n padding: 6px 13px;\n border: 1px solid var(--color-border-default);\n}\n\n.markdown-body table tr {\n background-color: var(--color-canvas-default);\n border-top: 1px solid var(--color-border-muted);\n}\n\n.markdown-body table tr:nth-child(2n) {\n background-color: var(--color-canvas-subtle);\n}\n\n.markdown-body table img {\n background-color: transparent;\n}\n\n.markdown-body img[align=right] {\n padding-left: 20px;\n}\n\n.markdown-body img[align=left] {\n padding-right: 20px;\n}\n\n.markdown-body .emoji {\n max-width: none;\n vertical-align: text-top;\n background-color: transparent;\n}\n\n.markdown-body span.frame {\n display: block;\n overflow: hidden;\n}\n\n.markdown-body span.frame>span {\n display: block;\n float: left;\n width: auto;\n padding: 7px;\n margin: 13px 0 0;\n overflow: hidden;\n border: 1px solid var(--color-border-default);\n}\n\n.markdown-body span.frame span img {\n display: block;\n float: left;\n}\n\n.markdown-body span.frame span span {\n display: block;\n padding: 5px 0 0;\n clear: both;\n color: var(--color-fg-default);\n}\n\n.markdown-body span.align-center {\n display: block;\n overflow: hidden;\n clear: both;\n}\n\n.markdown-body span.align-center>span {\n display: block;\n margin: 13px auto 0;\n overflow: hidden;\n text-align: center;\n}\n\n.markdown-body span.align-center span img {\n margin: 0 auto;\n text-align: center;\n}\n\n.markdown-body span.align-right {\n display: block;\n overflow: hidden;\n clear: both;\n}\n\n.markdown-body span.align-right>span {\n display: block;\n margin: 13px 0 0;\n overflow: hidden;\n text-align: right;\n}\n\n.markdown-body span.align-right span img {\n margin: 0;\n text-align: right;\n}\n\n.markdown-body span.float-left {\n display: block;\n float: left;\n margin-right: 13px;\n overflow: hidden;\n}\n\n.markdown-body span.float-left span {\n margin: 13px 0 0;\n}\n\n.markdown-body span.float-right {\n display: block;\n float: right;\n margin-left: 13px;\n overflow: hidden;\n}\n\n.markdown-body span.float-right>span {\n display: block;\n margin: 13px auto 0;\n overflow: hidden;\n text-align: right;\n}\n\n.markdown-body code,\n.markdown-body tt {\n padding: .2em .4em;\n margin: 0;\n font-size: 85%;\n background-color: var(--color-neutral-muted);\n border-radius: 6px;\n}\n\n.markdown-body code br,\n.markdown-body tt br {\n display: none;\n}\n\n.markdown-body del code {\n text-decoration: inherit;\n}\n\n.markdown-body pre code {\n font-size: 100%;\n}\n\n.markdown-body pre>code {\n padding: 0;\n margin: 0;\n word-break: normal;\n white-space: pre;\n background: transparent;\n border: 0;\n}\n\n.markdown-body .highlight {\n margin-bottom: 16px;\n}\n\n.markdown-body .highlight pre {\n margin-bottom: 0;\n word-break: normal;\n}\n\n.markdown-body .highlight pre,\n.markdown-body pre {\n padding: 16px;\n overflow: auto;\n font-size: 85%;\n line-height: 1.45;\n background-color: var(--color-canvas-subtle);\n border-radius: 6px;\n}\n\n.markdown-body pre code,\n.markdown-body pre tt {\n display: inline;\n max-width: auto;\n padding: 0;\n margin: 0;\n overflow: visible;\n line-height: inherit;\n word-wrap: normal;\n background-color: transparent;\n border: 0;\n}\n\n.markdown-body .csv-data td,\n.markdown-body .csv-data th {\n padding: 5px;\n overflow: hidden;\n font-size: 12px;\n line-height: 1;\n text-align: left;\n white-space: nowrap;\n}\n\n.markdown-body .csv-data .blob-num {\n padding: 10px 8px 9px;\n text-align: right;\n background: var(--color-canvas-default);\n border: 0;\n}\n\n.markdown-body .csv-data tr {\n border-top: 0;\n}\n\n.markdown-body .csv-data th {\n font-weight: 600;\n background: var(--color-canvas-subtle);\n border-top: 0;\n}\n\n.markdown-body .footnotes {\n font-size: 12px;\n color: var(--color-fg-muted);\n border-top: 1px solid var(--color-border-default);\n}\n\n.markdown-body .footnotes ol {\n padding-left: 16px;\n}\n\n.markdown-body .footnotes li {\n position: relative;\n}\n\n.markdown-body .footnotes li:target::before {\n position: absolute;\n top: -8px;\n right: -8px;\n bottom: -8px;\n left: -24px;\n pointer-events: none;\n content: \"\";\n border: 2px solid var(--color-accent-emphasis);\n border-radius: 6px;\n}\n\n.markdown-body .footnotes li:target {\n color: var(--color-fg-default);\n}\n\n.markdown-body .footnotes .data-footnote-backref g-emoji {\n font-family: monospace;\n}\n\n.markdown-body .task-list-item {\n list-style-type: none;\n}\n\n.markdown-body .task-list-item label {\n font-weight: 400;\n}\n\n.markdown-body .task-list-item.enabled label {\n cursor: pointer;\n}\n\n.markdown-body .task-list-item+.task-list-item {\n margin-top: 3px;\n}\n\n.markdown-body .task-list-item .handle {\n display: none;\n}\n\n.markdown-body .task-list-item-checkbox {\n margin: 0 .2em .25em -1.6em;\n vertical-align: middle;\n}\n\n.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {\n margin: 0 -1.6em .25em .2em;\n}\n\n.markdown-body ::-webkit-calendar-picker-indicator {\n filter: invert(50%);\n}",".table-of-contents {\n @apply rounded;\n @apply w-1/6 p-3;\n @apply hidden md:block fixed right-0;\n background-color: #f6f8fa;\n /* overflow-y: scroll; */\n}\n\n.table-of-contents button {\n @apply text-left;\n}\n\n.table-of-contents ul ul {\n @apply ml-4;\n}\n\n.table-of-contents > ul > li {\n @apply mt-2;\n}\n\n.page-body {\n @apply w-11/12 md:w-2/3 mt-2 mx-auto;\n @apply mb-32;\n}\n\n@media (min-width: 768px) {\n .page-body {\n margin-left: 8.333333333%;\n margin-right: 25%;\n }\n}","@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500&display=swap');\n\nhtml, body {\n font-family: 'Source Sans Pro', sans-serif;\n font-weight: 300;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/js/main.4ee27c17.js b/static/js/main.4ee27c17.js new file mode 100644 index 000000000..b47f7f0e1 --- /dev/null +++ b/static/js/main.4ee27c17.js @@ -0,0 +1,3 @@ +/*! For license information please see main.4ee27c17.js.LICENSE.txt */ +!function(){var e={757:function(e,t,n){e.exports=n(727)},132:function(e){"use strict";var t=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=Object.defineProperty,a=Object.getOwnPropertyDescriptor,i=function(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===n.call(e)},o=function(e){if(!e||"[object Object]"!==n.call(e))return!1;var r,a=t.call(e,"constructor"),i=e.constructor&&e.constructor.prototype&&t.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!a&&!i)return!1;for(r in e);return"undefined"===typeof r||t.call(e,r)},l=function(e,t){r&&"__proto__"===t.name?r(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},u=function(e,n){if("__proto__"===n){if(!t.call(e,n))return;if(a)return a(e,n).value}return e[n]};e.exports=function e(){var t,n,r,a,s,c,f=arguments[0],d=1,h=arguments.length,p=!1;for("boolean"===typeof f&&(p=f,f=arguments[1]||{},d=2),(null==f||"object"!==typeof f&&"function"!==typeof f)&&(f={});d=55296&&l<=57343){if(l>=55296&&l<=56319&&i+1=56320&&u<=57343){c+=encodeURIComponent(e[i]+e[i+1]),i++;continue}c+="%EF%BF%BD"}else c+=encodeURIComponent(e[i]);return c}n.defaultChars=";/?:@&=+$,-_.!~*'()#",n.componentChars="-_.!~*'()",e.exports=n},426:function(e,t,n){(e=n.nmd(e)).exports=function(){"use strict";var t,n;function r(){return t.apply(null,arguments)}function a(e){t=e}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function o(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function l(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function u(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(l(e,t))return!1;return!0}function s(e){return void 0===e}function c(e){return"number"===typeof e||"[object Number]"===Object.prototype.toString.call(e)}function f(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function d(e,t){var n,r=[],a=e.length;for(n=0;n>>0;for(t=0;t0)for(n=0;n=0?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+r}var L=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,z=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,R={},I={};function B(e,t,n,r){var a=r;"string"===typeof r&&(a=function(){return this[r]()}),e&&(I[e]=a),t&&(I[t[0]]=function(){return j(a.apply(this,arguments),t[1],t[2])}),n&&(I[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)})}function Y(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function U(e){var t,n,r=e.match(L);for(t=0,n=r.length;t=0&&z.test(e);)e=e.replace(z,r),z.lastIndex=0,n-=1;return e}var V={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function $(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(L).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var q="Invalid date";function G(){return this._invalidDate}var Q="%d",Z=/\d{1,2}/;function K(e){return this._ordinal.replace("%d",e)}var X={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function J(e,t,n,r){var a=this._relativeTime[n];return A(a)?a(e,t,n,r):a.replace(/%d/i,e)}function ee(e,t){var n=this._relativeTime[e>0?"future":"past"];return A(n)?n(t):n.replace(/%s/i,t)}var te={};function ne(e,t){var n=e.toLowerCase();te[n]=te[n+"s"]=te[t]=e}function re(e){return"string"===typeof e?te[e]||te[e.toLowerCase()]:void 0}function ae(e){var t,n,r={};for(n in e)l(e,n)&&(t=re(n))&&(r[t]=e[n]);return r}var ie={};function oe(e,t){ie[e]=t}function le(e){var t,n=[];for(t in e)l(e,t)&&n.push({unit:t,priority:ie[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function ue(e){return e%4===0&&e%100!==0||e%400===0}function se(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function ce(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=se(t)),n}function fe(e,t){return function(n){return null!=n?(he(this,e,n),r.updateOffset(this,t),this):de(this,e)}}function de(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function he(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ue(e.year())&&1===e.month()&&29===e.date()?(n=ce(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),Je(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function pe(e){return A(this[e=re(e)])?this[e]():this}function me(e,t){if("object"===typeof e){var n,r=le(e=ae(e)),a=r.length;for(n=0;n68?1900:2e3)};var gt=fe("FullYear",!0);function vt(){return ue(this.year())}function yt(e,t,n,r,a,i,o){var l;return e<100&&e>=0?(l=new Date(e+400,t,n,r,a,i,o),isFinite(l.getFullYear())&&l.setFullYear(e)):l=new Date(e,t,n,r,a,i,o),l}function bt(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function kt(e,t,n){var r=7+t-n;return-(7+bt(e,0,r).getUTCDay()-t)%7+r-1}function wt(e,t,n,r,a){var i,o,l=1+7*(t-1)+(7+n-r)%7+kt(e,r,a);return l<=0?o=mt(i=e-1)+l:l>mt(e)?(i=e+1,o=l-mt(e)):(i=e,o=l),{year:i,dayOfYear:o}}function xt(e,t,n){var r,a,i=kt(e.year(),t,n),o=Math.floor((e.dayOfYear()-i-1)/7)+1;return o<1?r=o+Dt(a=e.year()-1,t,n):o>Dt(e.year(),t,n)?(r=o-Dt(e.year(),t,n),a=e.year()+1):(a=e.year(),r=o),{week:r,year:a}}function Dt(e,t,n){var r=kt(e,t,n),a=kt(e+1,t,n);return(mt(e)-r+a)/7}function St(e){return xt(e,this._week.dow,this._week.doy).week}B("w",["ww",2],"wo","week"),B("W",["WW",2],"Wo","isoWeek"),ne("week","w"),ne("isoWeek","W"),oe("week",5),oe("isoWeek",5),Ne("w",xe),Ne("ww",xe,ye),Ne("W",xe),Ne("WW",xe,ye),Be(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=ce(e)}));var Ft={dow:0,doy:6};function Ct(){return this._week.dow}function Et(){return this._week.doy}function _t(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function At(e){var t=xt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function Ot(e,t){return"string"!==typeof e?e:isNaN(e)?"number"===typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Pt(e,t){return"string"===typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Mt(e,t){return e.slice(t,7).concat(e.slice(0,t))}B("d",0,"do","day"),B("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),B("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),B("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),B("e",0,0,"weekday"),B("E",0,0,"isoWeekday"),ne("day","d"),ne("weekday","e"),ne("isoWeekday","E"),oe("day",11),oe("weekday",11),oe("isoWeekday",11),Ne("d",xe),Ne("e",xe),Ne("E",xe),Ne("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Ne("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Ne("dddd",(function(e,t){return t.weekdaysRegex(e)})),Be(["dd","ddd","dddd"],(function(e,t,n,r){var a=n._locale.weekdaysParse(e,r,n._strict);null!=a?t.d=a:g(n).invalidWeekday=e})),Be(["d","e","E"],(function(e,t,n,r){t[r]=ce(e)}));var Tt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Nt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),jt="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Lt=Te,zt=Te,Rt=Te;function It(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Mt(n,this._week.dow):e?n[e.day()]:n}function Bt(e){return!0===e?Mt(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Yt(e){return!0===e?Mt(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Ut(e,t,n){var r,a,i,o=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)i=p([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(i,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(a=Ue.call(this._weekdaysParse,o))?a:null:"ddd"===t?-1!==(a=Ue.call(this._shortWeekdaysParse,o))?a:null:-1!==(a=Ue.call(this._minWeekdaysParse,o))?a:null:"dddd"===t?-1!==(a=Ue.call(this._weekdaysParse,o))||-1!==(a=Ue.call(this._shortWeekdaysParse,o))||-1!==(a=Ue.call(this._minWeekdaysParse,o))?a:null:"ddd"===t?-1!==(a=Ue.call(this._shortWeekdaysParse,o))||-1!==(a=Ue.call(this._weekdaysParse,o))||-1!==(a=Ue.call(this._minWeekdaysParse,o))?a:null:-1!==(a=Ue.call(this._minWeekdaysParse,o))||-1!==(a=Ue.call(this._weekdaysParse,o))||-1!==(a=Ue.call(this._shortWeekdaysParse,o))?a:null}function Wt(e,t,n){var r,a,i;if(this._weekdaysParseExact)return Ut.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(a=p([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(i="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[r]=new RegExp(i.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}function Ht(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=Ot(e,this.localeData()),this.add(e-t,"d")):t}function Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function $t(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Pt(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function qt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Zt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(l(this,"_weekdaysRegex")||(this._weekdaysRegex=Lt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Gt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Zt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(l(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=zt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Qt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Zt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(l(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Rt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Zt(){function e(e,t){return t.length-e.length}var t,n,r,a,i,o=[],l=[],u=[],s=[];for(t=0;t<7;t++)n=p([2e3,1]).day(t),r=ze(this.weekdaysMin(n,"")),a=ze(this.weekdaysShort(n,"")),i=ze(this.weekdays(n,"")),o.push(r),l.push(a),u.push(i),s.push(r),s.push(a),s.push(i);o.sort(e),l.sort(e),u.sort(e),s.sort(e),this._weekdaysRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Kt(){return this.hours()%12||12}function Xt(){return this.hours()||24}function Jt(e,t){B(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function en(e,t){return t._meridiemParse}function tn(e){return"p"===(e+"").toLowerCase().charAt(0)}B("H",["HH",2],0,"hour"),B("h",["hh",2],0,Kt),B("k",["kk",2],0,Xt),B("hmm",0,0,(function(){return""+Kt.apply(this)+j(this.minutes(),2)})),B("hmmss",0,0,(function(){return""+Kt.apply(this)+j(this.minutes(),2)+j(this.seconds(),2)})),B("Hmm",0,0,(function(){return""+this.hours()+j(this.minutes(),2)})),B("Hmmss",0,0,(function(){return""+this.hours()+j(this.minutes(),2)+j(this.seconds(),2)})),Jt("a",!0),Jt("A",!1),ne("hour","h"),oe("hour",13),Ne("a",en),Ne("A",en),Ne("H",xe),Ne("h",xe),Ne("k",xe),Ne("HH",xe,ye),Ne("hh",xe,ye),Ne("kk",xe,ye),Ne("hmm",De),Ne("hmmss",Se),Ne("Hmm",De),Ne("Hmmss",Se),Ie(["H","HH"],$e),Ie(["k","kk"],(function(e,t,n){var r=ce(e);t[$e]=24===r?0:r})),Ie(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),Ie(["h","hh"],(function(e,t,n){t[$e]=ce(e),g(n).bigHour=!0})),Ie("hmm",(function(e,t,n){var r=e.length-2;t[$e]=ce(e.substr(0,r)),t[qe]=ce(e.substr(r)),g(n).bigHour=!0})),Ie("hmmss",(function(e,t,n){var r=e.length-4,a=e.length-2;t[$e]=ce(e.substr(0,r)),t[qe]=ce(e.substr(r,2)),t[Ge]=ce(e.substr(a)),g(n).bigHour=!0})),Ie("Hmm",(function(e,t,n){var r=e.length-2;t[$e]=ce(e.substr(0,r)),t[qe]=ce(e.substr(r))})),Ie("Hmmss",(function(e,t,n){var r=e.length-4,a=e.length-2;t[$e]=ce(e.substr(0,r)),t[qe]=ce(e.substr(r,2)),t[Ge]=ce(e.substr(a))}));var nn=/[ap]\.?m?\.?/i,rn=fe("Hours",!0);function an(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var on,ln={calendar:T,longDateFormat:V,invalidDate:q,ordinal:Q,dayOfMonthOrdinalParse:Z,relativeTime:X,months:et,monthsShort:tt,week:Ft,weekdays:Tt,weekdaysMin:jt,weekdaysShort:Nt,meridiemParse:nn},un={},sn={};function cn(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n0;){if(r=pn(a.slice(0,t).join("-")))return r;if(n&&n.length>=t&&cn(a,n)>=t-1)break;t--}i++}return on}function hn(e){return null!=e.match("^[^/\\\\]*$")}function pn(t){var n=null;if(void 0===un[t]&&e&&e.exports&&hn(t))try{n=on._abbr,Object(function(){var e=new Error("Cannot find module 'undefined'");throw e.code="MODULE_NOT_FOUND",e}()),mn(n)}catch(r){un[t]=null}return un[t]}function mn(e,t){var n;return e&&((n=s(t)?yn(e):gn(e,t))?on=n:"undefined"!==typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),on._abbr}function gn(e,t){if(null!==t){var n,r=ln;if(t.abbr=e,null!=un[e])_("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=un[e]._config;else if(null!=t.parentLocale)if(null!=un[t.parentLocale])r=un[t.parentLocale]._config;else{if(null==(n=pn(t.parentLocale)))return sn[t.parentLocale]||(sn[t.parentLocale]=[]),sn[t.parentLocale].push({name:e,config:t}),null;r=n._config}return un[e]=new M(P(r,t)),sn[e]&&sn[e].forEach((function(e){gn(e.name,e.config)})),mn(e),un[e]}return delete un[e],null}function vn(e,t){if(null!=t){var n,r,a=ln;null!=un[e]&&null!=un[e].parentLocale?un[e].set(P(un[e]._config,t)):(null!=(r=pn(e))&&(a=r._config),t=P(a,t),null==r&&(t.abbr=e),(n=new M(t)).parentLocale=un[e],un[e]=n),mn(e)}else null!=un[e]&&(null!=un[e].parentLocale?(un[e]=un[e].parentLocale,e===mn()&&mn(e)):null!=un[e]&&delete un[e]);return un[e]}function yn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return on;if(!i(e)){if(t=pn(e))return t;e=[e]}return dn(e)}function bn(){return C(un)}function kn(e){var t,n=e._a;return n&&-2===g(e).overflow&&(t=n[He]<0||n[He]>11?He:n[Ve]<1||n[Ve]>Je(n[We],n[He])?Ve:n[$e]<0||n[$e]>24||24===n[$e]&&(0!==n[qe]||0!==n[Ge]||0!==n[Qe])?$e:n[qe]<0||n[qe]>59?qe:n[Ge]<0||n[Ge]>59?Ge:n[Qe]<0||n[Qe]>999?Qe:-1,g(e)._overflowDayOfYear&&(tVe)&&(t=Ve),g(e)._overflowWeeks&&-1===t&&(t=Ze),g(e)._overflowWeekday&&-1===t&&(t=Ke),g(e).overflow=t),e}var wn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,xn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Dn=/Z|[+-]\d\d(?::?\d\d)?/,Sn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Fn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Cn=/^\/?Date\((-?\d+)/i,En=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,_n={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function An(e){var t,n,r,a,i,o,l=e._i,u=wn.exec(l)||xn.exec(l),s=Sn.length,c=Fn.length;if(u){for(g(e).iso=!0,t=0,n=s;tmt(i)||0===e._dayOfYear)&&(g(e)._overflowDayOfYear=!0),n=bt(i,0,e._dayOfYear),e._a[He]=n.getUTCMonth(),e._a[Ve]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=o[t]=r[t];for(;t<7;t++)e._a[t]=o[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[$e]&&0===e._a[qe]&&0===e._a[Ge]&&0===e._a[Qe]&&(e._nextDay=!0,e._a[$e]=0),e._d=(e._useUTC?bt:yt).apply(null,o),a=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[$e]=24),e._w&&"undefined"!==typeof e._w.d&&e._w.d!==a&&(g(e).weekdayMismatch=!0)}}function Bn(e){var t,n,r,a,i,o,l,u,s;null!=(t=e._w).GG||null!=t.W||null!=t.E?(i=1,o=4,n=zn(t.GG,e._a[We],xt(Qn(),1,4).year),r=zn(t.W,1),((a=zn(t.E,1))<1||a>7)&&(u=!0)):(i=e._locale._week.dow,o=e._locale._week.doy,s=xt(Qn(),i,o),n=zn(t.gg,e._a[We],s.year),r=zn(t.w,s.week),null!=t.d?((a=t.d)<0||a>6)&&(u=!0):null!=t.e?(a=t.e+i,(t.e<0||t.e>6)&&(u=!0)):a=i),r<1||r>Dt(n,i,o)?g(e)._overflowWeeks=!0:null!=u?g(e)._overflowWeekday=!0:(l=wt(n,r,a,i,o),e._a[We]=l.year,e._dayOfYear=l.dayOfYear)}function Yn(e){if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],g(e).empty=!0;var t,n,a,i,o,l,u,s=""+e._i,c=s.length,f=0;for(u=(a=H(e._f,e._locale).match(L)||[]).length,t=0;t0&&g(e).unusedInput.push(o),s=s.slice(s.indexOf(n)+n.length),f+=n.length),I[i]?(n?g(e).empty=!1:g(e).unusedTokens.push(i),Ye(i,n,e)):e._strict&&!n&&g(e).unusedTokens.push(i);g(e).charsLeftOver=c-f,s.length>0&&g(e).unusedInput.push(s),e._a[$e]<=12&&!0===g(e).bigHour&&e._a[$e]>0&&(g(e).bigHour=void 0),g(e).parsedDateParts=e._a.slice(0),g(e).meridiem=e._meridiem,e._a[$e]=Un(e._locale,e._a[$e],e._meridiem),null!==(l=g(e).era)&&(e._a[We]=e._locale.erasConvertYear(l,e._a[We])),In(e),kn(e)}else jn(e);else An(e)}function Un(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}function Wn(e){var t,n,r,a,i,o,l=!1,u=e._f.length;if(0===u)return g(e).invalidFormat=!0,void(e._d=new Date(NaN));for(a=0;athis?this:e:y()}));function Xn(e,t){var n,r;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Qn();for(n=t[0],r=1;rthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function xr(){if(!s(this._isDSTShifted))return this._isDSTShifted;var e,t={};return w(t,this),(t=$n(t))._a?(e=t._isUTC?p(t._a):Qn(t._a),this._isDSTShifted=this.isValid()&&sr(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Dr(){return!!this.isValid()&&!this._isUTC}function Sr(){return!!this.isValid()&&this._isUTC}function Fr(){return!!this.isValid()&&this._isUTC&&0===this._offset}r.updateOffset=function(){};var Cr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Er=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function _r(e,t){var n,r,a,i=e,o=null;return lr(e)?i={ms:e._milliseconds,d:e._days,M:e._months}:c(e)||!isNaN(+e)?(i={},t?i[t]=+e:i.milliseconds=+e):(o=Cr.exec(e))?(n="-"===o[1]?-1:1,i={y:0,d:ce(o[Ve])*n,h:ce(o[$e])*n,m:ce(o[qe])*n,s:ce(o[Ge])*n,ms:ce(ur(1e3*o[Qe]))*n}):(o=Er.exec(e))?(n="-"===o[1]?-1:1,i={y:Ar(o[2],n),M:Ar(o[3],n),w:Ar(o[4],n),d:Ar(o[5],n),h:Ar(o[6],n),m:Ar(o[7],n),s:Ar(o[8],n)}):null==i?i={}:"object"===typeof i&&("from"in i||"to"in i)&&(a=Pr(Qn(i.from),Qn(i.to)),(i={}).ms=a.milliseconds,i.M=a.months),r=new or(i),lr(e)&&l(e,"_locale")&&(r._locale=e._locale),lr(e)&&l(e,"_isValid")&&(r._isValid=e._isValid),r}function Ar(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Or(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Pr(e,t){var n;return e.isValid()&&t.isValid()?(t=hr(t,e),e.isBefore(t)?n=Or(e,t):((n=Or(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Mr(e,t){return function(n,r){var a;return null===r||isNaN(+r)||(_(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),a=n,n=r,r=a),Tr(this,_r(n,r),e),this}}function Tr(e,t,n,a){var i=t._milliseconds,o=ur(t._days),l=ur(t._months);e.isValid()&&(a=null==a||a,l&&st(e,de(e,"Month")+l*n),o&&he(e,"Date",de(e,"Date")+o*n),i&&e._d.setTime(e._d.valueOf()+i*n),a&&r.updateOffset(e,o||l))}_r.fn=or.prototype,_r.invalid=ir;var Nr=Mr(1,"add"),jr=Mr(-1,"subtract");function Lr(e){return"string"===typeof e||e instanceof String}function zr(e){return D(e)||f(e)||Lr(e)||c(e)||Ir(e)||Rr(e)||null===e||void 0===e}function Rr(e){var t,n,r=o(e)&&!u(e),a=!1,i=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],s=i.length;for(t=0;tn.valueOf():n.valueOf()9999?W(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):A(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",W(n,"Z")):W(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function ea(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,a="moment",i="";return this.isLocal()||(a=0===this.utcOffset()?"moment.utc":"moment.parseZone",i="Z"),e="["+a+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=i+'[")]',this.format(e+t+n+r)}function ta(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=W(this,e);return this.localeData().postformat(t)}function na(e,t){return this.isValid()&&(D(e)&&e.isValid()||Qn(e).isValid())?_r({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ra(e){return this.from(Qn(),e)}function aa(e,t){return this.isValid()&&(D(e)&&e.isValid()||Qn(e).isValid())?_r({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ia(e){return this.to(Qn(),e)}function oa(e){var t;return void 0===e?this._locale._abbr:(null!=(t=yn(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var la=F("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function ua(){return this._locale}var sa=1e3,ca=60*sa,fa=60*ca,da=3506328*fa;function ha(e,t){return(e%t+t)%t}function pa(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-da:new Date(e,t,n).valueOf()}function ma(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-da:Date.UTC(e,t,n)}function ga(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?ma:pa,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=ha(t+(this._isUTC?0:this.utcOffset()*ca),fa);break;case"minute":t=this._d.valueOf(),t-=ha(t,ca);break;case"second":t=this._d.valueOf(),t-=ha(t,sa)}return this._d.setTime(t),r.updateOffset(this,!0),this}function va(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?ma:pa,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=fa-ha(t+(this._isUTC?0:this.utcOffset()*ca),fa)-1;break;case"minute":t=this._d.valueOf(),t+=ca-ha(t,ca)-1;break;case"second":t=this._d.valueOf(),t+=sa-ha(t,sa)-1}return this._d.setTime(t),r.updateOffset(this,!0),this}function ya(){return this._d.valueOf()-6e4*(this._offset||0)}function ba(){return Math.floor(this.valueOf()/1e3)}function ka(){return new Date(this.valueOf())}function wa(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function xa(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Da(){return this.isValid()?this.toISOString():null}function Sa(){return v(this)}function Fa(){return h({},g(this))}function Ca(){return g(this).overflow}function Ea(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function _a(e,t){var n,a,i,o=this._eras||yn("en")._eras;for(n=0,a=o.length;n=0)return u[r]}function Oa(e,t){var n=e.since<=e.until?1:-1;return void 0===t?r(e.since).year():r(e.since).year()+(t-e.offset)*n}function Pa(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e(i=Dt(e,r,a))&&(t=i),Ka.call(this,e,t,n,r,a))}function Ka(e,t,n,r,a){var i=wt(e,t,n,r,a),o=bt(i.year,0,i.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}function Xa(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}B("N",0,0,"eraAbbr"),B("NN",0,0,"eraAbbr"),B("NNN",0,0,"eraAbbr"),B("NNNN",0,0,"eraName"),B("NNNNN",0,0,"eraNarrow"),B("y",["y",1],"yo","eraYear"),B("y",["yy",2],0,"eraYear"),B("y",["yyy",3],0,"eraYear"),B("y",["yyyy",4],0,"eraYear"),Ne("N",Ra),Ne("NN",Ra),Ne("NNN",Ra),Ne("NNNN",Ia),Ne("NNNNN",Ba),Ie(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var a=n._locale.erasParse(e,r,n._strict);a?g(n).era=a:g(n).invalidEra=e})),Ne("y",_e),Ne("yy",_e),Ne("yyy",_e),Ne("yyyy",_e),Ne("yo",Ya),Ie(["y","yy","yyy","yyyy"],We),Ie(["yo"],(function(e,t,n,r){var a;n._locale._eraYearOrdinalRegex&&(a=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[We]=n._locale.eraYearOrdinalParse(e,a):t[We]=parseInt(e,10)})),B(0,["gg",2],0,(function(){return this.weekYear()%100})),B(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Wa("gggg","weekYear"),Wa("ggggg","weekYear"),Wa("GGGG","isoWeekYear"),Wa("GGGGG","isoWeekYear"),ne("weekYear","gg"),ne("isoWeekYear","GG"),oe("weekYear",1),oe("isoWeekYear",1),Ne("G",Ae),Ne("g",Ae),Ne("GG",xe,ye),Ne("gg",xe,ye),Ne("GGGG",Ce,ke),Ne("gggg",Ce,ke),Ne("GGGGG",Ee,we),Ne("ggggg",Ee,we),Be(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=ce(e)})),Be(["gg","GG"],(function(e,t,n,a){t[a]=r.parseTwoDigitYear(e)})),B("Q",0,"Qo","quarter"),ne("quarter","Q"),oe("quarter",7),Ne("Q",ve),Ie("Q",(function(e,t){t[He]=3*(ce(e)-1)})),B("D",["DD",2],"Do","date"),ne("date","D"),oe("date",9),Ne("D",xe),Ne("DD",xe,ye),Ne("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Ie(["D","DD"],Ve),Ie("Do",(function(e,t){t[Ve]=ce(e.match(xe)[0])}));var Ja=fe("Date",!0);function ei(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}B("DDD",["DDDD",3],"DDDo","dayOfYear"),ne("dayOfYear","DDD"),oe("dayOfYear",4),Ne("DDD",Fe),Ne("DDDD",be),Ie(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=ce(e)})),B("m",["mm",2],0,"minute"),ne("minute","m"),oe("minute",14),Ne("m",xe),Ne("mm",xe,ye),Ie(["m","mm"],qe);var ti=fe("Minutes",!1);B("s",["ss",2],0,"second"),ne("second","s"),oe("second",15),Ne("s",xe),Ne("ss",xe,ye),Ie(["s","ss"],Ge);var ni,ri,ai=fe("Seconds",!1);for(B("S",0,0,(function(){return~~(this.millisecond()/100)})),B(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),B(0,["SSS",3],0,"millisecond"),B(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),B(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),B(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),B(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),B(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),B(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),ne("millisecond","ms"),oe("millisecond",16),Ne("S",Fe,ve),Ne("SS",Fe,ye),Ne("SSS",Fe,be),ni="SSSS";ni.length<=9;ni+="S")Ne(ni,_e);function ii(e,t){t[Qe]=ce(1e3*("0."+e))}for(ni="S";ni.length<=9;ni+="S")Ie(ni,ii);function oi(){return this._isUTC?"UTC":""}function li(){return this._isUTC?"Coordinated Universal Time":""}ri=fe("Milliseconds",!1),B("z",0,0,"zoneAbbr"),B("zz",0,0,"zoneName");var ui=x.prototype;function si(e){return Qn(1e3*e)}function ci(){return Qn.apply(null,arguments).parseZone()}function fi(e){return e}ui.add=Nr,ui.calendar=Ur,ui.clone=Wr,ui.diff=Zr,ui.endOf=va,ui.format=ta,ui.from=na,ui.fromNow=ra,ui.to=aa,ui.toNow=ia,ui.get=pe,ui.invalidAt=Ca,ui.isAfter=Hr,ui.isBefore=Vr,ui.isBetween=$r,ui.isSame=qr,ui.isSameOrAfter=Gr,ui.isSameOrBefore=Qr,ui.isValid=Sa,ui.lang=la,ui.locale=oa,ui.localeData=ua,ui.max=Kn,ui.min=Zn,ui.parsingFlags=Fa,ui.set=me,ui.startOf=ga,ui.subtract=jr,ui.toArray=wa,ui.toObject=xa,ui.toDate=ka,ui.toISOString=Jr,ui.inspect=ea,"undefined"!==typeof Symbol&&null!=Symbol.for&&(ui[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),ui.toJSON=Da,ui.toString=Xr,ui.unix=ba,ui.valueOf=ya,ui.creationData=Ea,ui.eraName=Pa,ui.eraNarrow=Ma,ui.eraAbbr=Ta,ui.eraYear=Na,ui.year=gt,ui.isLeapYear=vt,ui.weekYear=Ha,ui.isoWeekYear=Va,ui.quarter=ui.quarters=Xa,ui.month=ct,ui.daysInMonth=ft,ui.week=ui.weeks=_t,ui.isoWeek=ui.isoWeeks=At,ui.weeksInYear=Ga,ui.weeksInWeekYear=Qa,ui.isoWeeksInYear=$a,ui.isoWeeksInISOWeekYear=qa,ui.date=Ja,ui.day=ui.days=Ht,ui.weekday=Vt,ui.isoWeekday=$t,ui.dayOfYear=ei,ui.hour=ui.hours=rn,ui.minute=ui.minutes=ti,ui.second=ui.seconds=ai,ui.millisecond=ui.milliseconds=ri,ui.utcOffset=mr,ui.utc=vr,ui.local=yr,ui.parseZone=br,ui.hasAlignedHourOffset=kr,ui.isDST=wr,ui.isLocal=Dr,ui.isUtcOffset=Sr,ui.isUtc=Fr,ui.isUTC=Fr,ui.zoneAbbr=oi,ui.zoneName=li,ui.dates=F("dates accessor is deprecated. Use date instead.",Ja),ui.months=F("months accessor is deprecated. Use month instead",ct),ui.years=F("years accessor is deprecated. Use year instead",gt),ui.zone=F("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",gr),ui.isDSTShifted=F("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",xr);var di=M.prototype;function hi(e,t,n,r){var a=yn(),i=p().set(r,t);return a[n](i,e)}function pi(e,t,n){if(c(e)&&(t=e,e=void 0),e=e||"",null!=t)return hi(e,t,n,"month");var r,a=[];for(r=0;r<12;r++)a[r]=hi(e,r,n,"month");return a}function mi(e,t,n,r){"boolean"===typeof e?(c(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,c(t)&&(n=t,t=void 0),t=t||"");var a,i=yn(),o=e?i._week.dow:0,l=[];if(null!=n)return hi(t,(n+o)%7,r,"day");for(a=0;a<7;a++)l[a]=hi(t,(a+o)%7,r,"day");return l}function gi(e,t){return pi(e,t,"months")}function vi(e,t){return pi(e,t,"monthsShort")}function yi(e,t,n){return mi(e,t,n,"weekdays")}function bi(e,t,n){return mi(e,t,n,"weekdaysShort")}function ki(e,t,n){return mi(e,t,n,"weekdaysMin")}di.calendar=N,di.longDateFormat=$,di.invalidDate=G,di.ordinal=K,di.preparse=fi,di.postformat=fi,di.relativeTime=J,di.pastFuture=ee,di.set=O,di.eras=_a,di.erasParse=Aa,di.erasConvertYear=Oa,di.erasAbbrRegex=La,di.erasNameRegex=ja,di.erasNarrowRegex=za,di.months=it,di.monthsShort=ot,di.monthsParse=ut,di.monthsRegex=ht,di.monthsShortRegex=dt,di.week=St,di.firstDayOfYear=Et,di.firstDayOfWeek=Ct,di.weekdays=It,di.weekdaysMin=Yt,di.weekdaysShort=Bt,di.weekdaysParse=Wt,di.weekdaysRegex=qt,di.weekdaysShortRegex=Gt,di.weekdaysMinRegex=Qt,di.isPM=tn,di.meridiem=an,mn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===ce(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),r.lang=F("moment.lang is deprecated. Use moment.locale instead.",mn),r.langData=F("moment.langData is deprecated. Use moment.localeData instead.",yn);var wi=Math.abs;function xi(){var e=this._data;return this._milliseconds=wi(this._milliseconds),this._days=wi(this._days),this._months=wi(this._months),e.milliseconds=wi(e.milliseconds),e.seconds=wi(e.seconds),e.minutes=wi(e.minutes),e.hours=wi(e.hours),e.months=wi(e.months),e.years=wi(e.years),this}function Di(e,t,n,r){var a=_r(t,n);return e._milliseconds+=r*a._milliseconds,e._days+=r*a._days,e._months+=r*a._months,e._bubble()}function Si(e,t){return Di(this,e,t,1)}function Fi(e,t){return Di(this,e,t,-1)}function Ci(e){return e<0?Math.floor(e):Math.ceil(e)}function Ei(){var e,t,n,r,a,i=this._milliseconds,o=this._days,l=this._months,u=this._data;return i>=0&&o>=0&&l>=0||i<=0&&o<=0&&l<=0||(i+=864e5*Ci(Ai(l)+o),o=0,l=0),u.milliseconds=i%1e3,e=se(i/1e3),u.seconds=e%60,t=se(e/60),u.minutes=t%60,n=se(t/60),u.hours=n%24,o+=se(n/24),l+=a=se(_i(o)),o-=Ci(Ai(a)),r=se(l/12),l%=12,u.days=o,u.months=l,u.years=r,this}function _i(e){return 4800*e/146097}function Ai(e){return 146097*e/4800}function Oi(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=re(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+_i(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ai(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}function Pi(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ce(this._months/12):NaN}function Mi(e){return function(){return this.as(e)}}var Ti=Mi("ms"),Ni=Mi("s"),ji=Mi("m"),Li=Mi("h"),zi=Mi("d"),Ri=Mi("w"),Ii=Mi("M"),Bi=Mi("Q"),Yi=Mi("y");function Ui(){return _r(this)}function Wi(e){return e=re(e),this.isValid()?this[e+"s"]():NaN}function Hi(e){return function(){return this.isValid()?this._data[e]:NaN}}var Vi=Hi("milliseconds"),$i=Hi("seconds"),qi=Hi("minutes"),Gi=Hi("hours"),Qi=Hi("days"),Zi=Hi("months"),Ki=Hi("years");function Xi(){return se(this.days()/7)}var Ji=Math.round,eo={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function to(e,t,n,r,a){return a.relativeTime(t||1,!!n,e,r)}function no(e,t,n,r){var a=_r(e).abs(),i=Ji(a.as("s")),o=Ji(a.as("m")),l=Ji(a.as("h")),u=Ji(a.as("d")),s=Ji(a.as("M")),c=Ji(a.as("w")),f=Ji(a.as("y")),d=i<=n.ss&&["s",i]||i0,d[4]=r,to.apply(null,d)}function ro(e){return void 0===e?Ji:"function"===typeof e&&(Ji=e,!0)}function ao(e,t){return void 0!==eo[e]&&(void 0===t?eo[e]:(eo[e]=t,"s"===e&&(eo.ss=t-1),!0))}function io(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,a=!1,i=eo;return"object"===typeof e&&(t=e,e=!1),"boolean"===typeof e&&(a=e),"object"===typeof t&&(i=Object.assign({},eo,t),null!=t.s&&null==t.ss&&(i.ss=t.s-1)),r=no(this,!a,i,n=this.localeData()),a&&(r=n.pastFuture(+this,r)),n.postformat(r)}var oo=Math.abs;function lo(e){return(e>0)-(e<0)||+e}function uo(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,a,i,o,l,u=oo(this._milliseconds)/1e3,s=oo(this._days),c=oo(this._months),f=this.asSeconds();return f?(e=se(u/60),t=se(e/60),u%=60,e%=60,n=se(c/12),c%=12,r=u?u.toFixed(3).replace(/\.?0+$/,""):"",a=f<0?"-":"",i=lo(this._months)!==lo(f)?"-":"",o=lo(this._days)!==lo(f)?"-":"",l=lo(this._milliseconds)!==lo(f)?"-":"",a+"P"+(n?i+n+"Y":"")+(c?i+c+"M":"")+(s?o+s+"D":"")+(t||e||u?"T":"")+(t?l+t+"H":"")+(e?l+e+"M":"")+(u?l+r+"S":"")):"P0D"}var so=or.prototype;return so.isValid=ar,so.abs=xi,so.add=Si,so.subtract=Fi,so.as=Oi,so.asMilliseconds=Ti,so.asSeconds=Ni,so.asMinutes=ji,so.asHours=Li,so.asDays=zi,so.asWeeks=Ri,so.asMonths=Ii,so.asQuarters=Bi,so.asYears=Yi,so.valueOf=Pi,so._bubble=Ei,so.clone=Ui,so.get=Wi,so.milliseconds=Vi,so.seconds=$i,so.minutes=qi,so.hours=Gi,so.days=Qi,so.weeks=Xi,so.months=Zi,so.years=Ki,so.humanize=io,so.toISOString=uo,so.toString=uo,so.toJSON=uo,so.locale=oa,so.localeData=ua,so.toIsoString=F("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",uo),so.lang=la,B("X",0,0,"unix"),B("x",0,0,"valueOf"),Ne("x",Ae),Ne("X",Me),Ie("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Ie("x",(function(e,t,n){n._d=new Date(ce(e))})),r.version="2.29.3",a(Qn),r.fn=ui,r.min=Jn,r.max=er,r.now=tr,r.utc=p,r.unix=si,r.months=gi,r.isDate=f,r.locale=mn,r.invalid=y,r.duration=_r,r.isMoment=D,r.weekdays=yi,r.parseZone=ci,r.localeData=yn,r.isDuration=lr,r.monthsShort=vi,r.weekdaysMin=ki,r.defineLocale=gn,r.updateLocale=vn,r.locales=bn,r.weekdaysShort=bi,r.normalizeUnits=re,r.relativeTimeRounding=ro,r.relativeTimeThreshold=ao,r.calendarFormat=Yr,r.prototype=ui,r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},r}()},888:function(e,t,n){"use strict";var r=n(47);function a(){}function i(){}i.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,i,o){if(o!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:a};return n.PropTypes=n,n}},7:function(e,t,n){e.exports=n(888)()},47:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},463:function(e,t,n){"use strict";var r=n(791),a=n(296);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n